﻿#include "il2cpp-config.h"

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

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

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

template <typename R, typename T1>
struct VirtFuncInvoker1
{
	typedef R (*Func)(void*, T1, const RuntimeMethod*);

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

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

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

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

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

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

// System.String
struct String_t;
// System.Object[]
struct ObjectU5BU5D_t2843939325;
// Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid
struct SafeHandleZeroOrMinusOneIsInvalid_t1182193648;
// System.Runtime.InteropServices.SafeHandle
struct SafeHandle_t3273388951;
// Microsoft.Win32.SafeHandles.SafeWaitHandle
struct SafeWaitHandle_t1972936122;
// Mono.Globalization.Unicode.CodePointIndexer
struct CodePointIndexer_t4134431086;
// System.Int32[]
struct Int32U5BU5D_t385246372;
// Mono.Globalization.Unicode.Contraction
struct Contraction_t1589275354;
// System.Char[]
struct CharU5BU5D_t3528271667;
// System.Byte[]
struct ByteU5BU5D_t4116647657;
// Mono.Globalization.Unicode.ContractionComparer
struct ContractionComparer_t2750537063;
// Mono.Globalization.Unicode.Level2Map
struct Level2Map_t3640798870;
// Mono.Globalization.Unicode.Level2MapComparer
struct Level2MapComparer_t1716225294;
// Mono.Globalization.Unicode.TailoringInfo
struct TailoringInfo_t866433654;
// System.Globalization.CultureInfo
struct CultureInfo_t4157843068;
// Mono.Globalization.Unicode.Contraction[]
struct ContractionU5BU5D_t838556799;
// Mono.Globalization.Unicode.Level2Map[]
struct Level2MapU5BU5D_t3973367379;
// System.Collections.ArrayList
struct ArrayList_t2718874744;
// System.NotImplementedException
struct NotImplementedException_t3489357830;
// System.Type
struct Type_t;
// System.Collections.Generic.Dictionary`2<System.String,System.Int32>
struct Dictionary_2_t2736202052;
// System.Collections.Generic.Dictionary`2<System.Object,System.Int32>
struct Dictionary_2_t3384741;
// System.Reflection.Assembly
struct Assembly_t;
// System.Reflection.Module
struct Module_t2987026101;
// Mono.Globalization.Unicode.SimpleCollator
struct SimpleCollator_t2877834729;
// System.SystemException
struct SystemException_t176217640;
// System.Globalization.SortKey
struct SortKey_t3955336732;
// Mono.Globalization.Unicode.SortKeyBuffer
struct SortKeyBuffer_t2945275270;
// Mono.Math.BigInteger
struct BigInteger_t2902905089;
// System.Security.Cryptography.RandomNumberGenerator
struct RandomNumberGenerator_t386037858;
// System.IndexOutOfRangeException
struct IndexOutOfRangeException_t1578797820;
// System.ArgumentException
struct ArgumentException_t132251570;
// Mono.Math.BigInteger/ModulusRing
struct ModulusRing_t596511504;
// Mono.Math.Prime.Generator.SequentialSearchPrimeGeneratorBase
struct SequentialSearchPrimeGeneratorBase_t2996090508;
// System.ArgumentOutOfRangeException
struct ArgumentOutOfRangeException_t777629997;
// System.ArithmeticException
struct ArithmeticException_t4283546778;
// System.Exception
struct Exception_t;
// Mono.Math.BigInteger[]
struct BigIntegerU5BU5D_t2349952476;
// System.UInt32[]
struct UInt32U5BU5D_t2770800703;
// Mono.Math.Prime.Generator.PrimeGeneratorBase
struct PrimeGeneratorBase_t446028866;
// Mono.Math.Prime.PrimalityTest
struct PrimalityTest_t1539325943;
// System.IAsyncResult
struct IAsyncResult_t767004451;
// System.AsyncCallback
struct AsyncCallback_t3962456242;
// Mono.Security.ASN1
struct ASN1_t2114160832;
// System.NotSupportedException
struct NotSupportedException_t1314879016;
// System.Text.StringBuilder
struct StringBuilder_t;
// System.ArgumentNullException
struct ArgumentNullException_t1615371798;
// System.FormatException
struct FormatException_t154580423;
// System.IFormatProvider
struct IFormatProvider_t2518567562;
// System.Text.Encoding
struct Encoding_t1523322056;
// Mono.Security.Cryptography.BlockProcessor
struct BlockProcessor_t1851031225;
// System.Security.Cryptography.ICryptoTransform
struct ICryptoTransform_t2733259762;
// System.Security.Cryptography.RSA
struct RSA_t2385438082;
// System.Security.Cryptography.CryptographicException
struct CryptographicException_t248831461;
// Mono.Security.Cryptography.DSAManaged
struct DSAManaged_t2800260182;
// System.Security.Cryptography.DSA
struct DSA_t2386879874;
// System.Security.Cryptography.KeySizes
struct KeySizes_t85027896;
// Mono.Security.Cryptography.DSAManaged/KeyGeneratedEventHandler
struct KeyGeneratedEventHandler_t3828027274;
// System.Delegate
struct Delegate_t1188392813;
// System.Security.Cryptography.AsymmetricAlgorithm
struct AsymmetricAlgorithm_t932037087;
// System.EventArgs
struct EventArgs_t3591816995;
// System.Security.Cryptography.SHA1
struct SHA1_t1803193667;
// System.Security.Cryptography.HashAlgorithm
struct HashAlgorithm_t1432317219;
// System.ObjectDisposedException
struct ObjectDisposedException_t21392786;
// Mono.Security.Cryptography.KeyPairPersistence
struct KeyPairPersistence_t2094547461;
// System.Security.Cryptography.CspParameters
struct CspParameters_t239852639;
// System.IO.StreamReader
struct StreamReader_t4009935899;
// System.IO.FileStream
struct FileStream_t4292183065;
// System.IO.StreamWriter
struct StreamWriter_t1266378904;
// System.IO.Stream
struct Stream_t1273022909;
// System.IO.DirectoryInfo
struct DirectoryInfo_t35957480;
// System.OperatingSystem
struct OperatingSystem_t3730783609;
// System.Security.Cryptography.MD5
struct MD5_t3177620429;
// Mono.Xml.SecurityParser
struct SecurityParser_t4124480077;
// System.Security.SecurityElement
struct SecurityElement_t1046076091;
// Mono.Security.Cryptography.MACAlgorithm
struct MACAlgorithm_t2441219148;
// System.Security.Cryptography.SymmetricAlgorithm
struct SymmetricAlgorithm_t4254223087;
// Mono.Security.Cryptography.PKCS8/EncryptedPrivateKeyInfo
struct EncryptedPrivateKeyInfo_t862116835;
// Mono.Security.Cryptography.PKCS8/PrivateKeyInfo
struct PrivateKeyInfo_t668027992;
// System.Security.Cryptography.RSACryptoServiceProvider
struct RSACryptoServiceProvider_t2683512874;
// Mono.Security.Cryptography.RSAManaged
struct RSAManaged_t1757093819;
// Mono.Security.Cryptography.RSAManaged/KeyGeneratedEventHandler
struct KeyGeneratedEventHandler_t3064139577;
// Mono.Security.Cryptography.SymmetricTransform
struct SymmetricTransform_t3802591842;
// Mono.Security.PKCS7/ContentInfo
struct ContentInfo_t3218159895;
// Mono.Security.PKCS7/EncryptedData
struct EncryptedData_t3577548732;
// Mono.Security.StrongName
struct StrongName_t4093849377;
// System.IntPtr[]
struct IntPtrU5BU5D_t4013366056;
// System.Collections.IDictionary
struct IDictionary_t1363984059;
// System.Globalization.TextInfo
struct TextInfo_t3810425522;
// System.Byte
struct Byte_t1134296376;
// System.Collections.Generic.Link[]
struct LinkU5BU5D_t964245573;
// System.String[]
struct StringU5BU5D_t1281789340;
// System.Collections.Generic.IEqualityComparer`1<System.String>
struct IEqualityComparer_1_t3954782707;
// System.Runtime.Serialization.SerializationInfo
struct SerializationInfo_t950877179;
// System.Collections.Generic.Dictionary`2/Transform`1<System.String,System.Int32,System.Collections.DictionaryEntry>
struct Transform_1_t3530625384;
// System.Security.Cryptography.KeySizes[]
struct KeySizesU5BU5D_t722666473;
// System.Text.DecoderFallback
struct DecoderFallback_t3123823036;
// System.Text.EncoderFallback
struct EncoderFallback_t1188251036;
// System.Globalization.NumberFormatInfo
struct NumberFormatInfo_t435877138;
// System.Globalization.DateTimeFormatInfo
struct DateTimeFormatInfo_t2405853701;
// System.Globalization.CompareInfo
struct CompareInfo_t1092934962;
// System.Globalization.Calendar[]
struct CalendarU5BU5D_t3985046076;
// System.Globalization.Calendar
struct Calendar_t1661121569;
// System.Collections.Hashtable
struct Hashtable_t1853889766;
// System.Int32
struct Int32_t2950945753;
// System.Void
struct Void_t1185182177;
// Mono.Globalization.Unicode.CodePointIndexer/TableRange[]
struct TableRangeU5BU5D_t2913440125;
// Mono.Xml.SmallXmlParser/IContentHandler
struct IContentHandler_t2787973995;
// System.IO.TextReader
struct TextReader_t283511965;
// System.Collections.Stack
struct Stack_t2329662280;
// Mono.Xml.SmallXmlParser/AttrListImpl
struct AttrListImpl_t567962447;
// System.Runtime.Remoting.ServerIdentity
struct ServerIdentity_t2342208608;
// Mono.Globalization.Unicode.TailoringInfo[]
struct TailoringInfoU5BU5D_t1797664499;
// System.Double
struct Double_t594665363;
// System.UInt16
struct UInt16_t2177724958;
// System.Text.Decoder
struct Decoder_t2204182725;
// System.Reflection.Assembly/ResolveEventHolder
struct ResolveEventHolder_t2120639521;
// System.Security.Policy.Evidence
struct Evidence_t2008144148;
// System.Security.PermissionSet
struct PermissionSet_t223948603;
// System.Reflection.MethodInfo
struct MethodInfo_t;
// System.DelegateData
struct DelegateData_t1677132599;
// System.Type[]
struct TypeU5BU5D_t3940880105;
// System.Reflection.MemberFilter
struct MemberFilter_t426314064;
// System.Reflection.TypeFilter
struct TypeFilter_t2356120900;
// System.Version
struct Version_t3456873960;

extern RuntimeClass* String_t_il2cpp_TypeInfo_var;
extern const uint32_t Locale_GetText_m1601577974_MetadataUsageId;
extern RuntimeClass* TableRangeU5BU5D_t2913440125_il2cpp_TypeInfo_var;
extern const uint32_t CodePointIndexer__ctor_m2813317897_MetadataUsageId;
extern RuntimeClass* ContractionComparer_t2750537063_il2cpp_TypeInfo_var;
extern const uint32_t ContractionComparer__cctor_m1682260389_MetadataUsageId;
extern RuntimeClass* Contraction_t1589275354_il2cpp_TypeInfo_var;
extern const uint32_t ContractionComparer_Compare_m732151595_MetadataUsageId;
extern RuntimeClass* Level2MapComparer_t1716225294_il2cpp_TypeInfo_var;
extern const uint32_t Level2MapComparer__cctor_m1866197409_MetadataUsageId;
extern RuntimeClass* Level2Map_t3640798870_il2cpp_TypeInfo_var;
extern const uint32_t Level2MapComparer_Compare_m2874495629_MetadataUsageId;
extern RuntimeClass* MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var;
extern RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var;
extern RuntimeClass* IntPtr_t_il2cpp_TypeInfo_var;
extern RuntimeClass* TailoringInfoU5BU5D_t1797664499_il2cpp_TypeInfo_var;
extern RuntimeClass* TailoringInfo_t866433654_il2cpp_TypeInfo_var;
extern RuntimeClass* CharU5BU5D_t3528271667_il2cpp_TypeInfo_var;
extern String_t* _stringLiteral920369442;
extern String_t* _stringLiteral1544087769;
extern const uint32_t MSCompatUnicodeTable__cctor_m2887118684_MetadataUsageId;
extern const uint32_t MSCompatUnicodeTable_GetTailoringInfo_m1575560208_MetadataUsageId;
extern const RuntimeType* Contraction_t1589275354_0_0_0_var;
extern const RuntimeType* Level2Map_t3640798870_0_0_0_var;
extern RuntimeClass* ArrayList_t2718874744_il2cpp_TypeInfo_var;
extern RuntimeClass* Marshal_t1757017490_il2cpp_TypeInfo_var;
extern RuntimeClass* ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var;
extern RuntimeClass* Int32_t2950945753_il2cpp_TypeInfo_var;
extern RuntimeClass* NotImplementedException_t3489357830_il2cpp_TypeInfo_var;
extern RuntimeClass* Type_t_il2cpp_TypeInfo_var;
extern RuntimeClass* ContractionU5BU5D_t838556799_il2cpp_TypeInfo_var;
extern RuntimeClass* Level2MapU5BU5D_t3973367379_il2cpp_TypeInfo_var;
extern String_t* _stringLiteral1281912320;
extern const uint32_t MSCompatUnicodeTable_BuildTailoringTables_m1316979344_MetadataUsageId;
extern RuntimeClass* Dictionary_2_t2736202052_il2cpp_TypeInfo_var;
extern RuntimeClass* MSCompatUnicodeTableUtil_t88013251_il2cpp_TypeInfo_var;
extern const RuntimeMethod* Dictionary_2__ctor_m2392909825_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2_Add_m282647386_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var;
extern String_t* _stringLiteral3939696301;
extern String_t* _stringLiteral3939499693;
extern String_t* _stringLiteral3454646214;
extern String_t* _stringLiteral3454777285;
extern const uint32_t MSCompatUnicodeTable_SetCJKReferences_m2637101499_MetadataUsageId;
extern const uint32_t MSCompatUnicodeTable_Category_m1834196420_MetadataUsageId;
extern const uint32_t MSCompatUnicodeTable_Level1_m18730923_MetadataUsageId;
extern const uint32_t MSCompatUnicodeTable_Level2_m3823292331_MetadataUsageId;
extern const uint32_t MSCompatUnicodeTable_Level3_m1870873670_MetadataUsageId;
extern RuntimeClass* Char_t3634460470_il2cpp_TypeInfo_var;
extern const uint32_t MSCompatUnicodeTable_IsIgnorable_m3957534007_MetadataUsageId;
extern const uint32_t MSCompatUnicodeTable_IsIgnorableNonSpacing_m47098938_MetadataUsageId;
extern const uint32_t MSCompatUnicodeTable_get_IsReady_m366684638_MetadataUsageId;
extern const RuntimeMethod* MSCompatUnicodeTable_GetResource_m731831298_RuntimeMethod_var;
extern const uint32_t MSCompatUnicodeTable_GetResource_m731831298_MetadataUsageId;
extern const uint32_t MSCompatUnicodeTable_FillCJK_m1599013685_MetadataUsageId;
extern String_t* _stringLiteral4226345966;
extern String_t* _stringLiteral4225887214;
extern String_t* _stringLiteral3793939447;
extern String_t* _stringLiteral1455287281;
extern String_t* _stringLiteral1258339268;
extern String_t* _stringLiteral406843217;
extern const uint32_t MSCompatUnicodeTable_FillCJKCore_m2347268515_MetadataUsageId;
extern RuntimeClass* Int32U5BU5D_t385246372_il2cpp_TypeInfo_var;
extern RuntimeClass* CodePointIndexer_t4134431086_il2cpp_TypeInfo_var;
extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255361____U24U24fieldU2D1_1_FieldInfo_var;
extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255361____U24U24fieldU2D2_2_FieldInfo_var;
extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255361____U24U24fieldU2D3_3_FieldInfo_var;
extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255361____U24U24fieldU2D4_4_FieldInfo_var;
extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255361____U24U24fieldU2D5_5_FieldInfo_var;
extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255361____U24U24fieldU2D6_6_FieldInfo_var;
extern const uint32_t MSCompatUnicodeTableUtil__cctor_m3131017198_MetadataUsageId;
extern RuntimeClass* SimpleCollator_t2877834729_il2cpp_TypeInfo_var;
extern const uint32_t SimpleCollator__ctor_m1587210019_MetadataUsageId;
extern RuntimeClass* CultureInfo_t4157843068_il2cpp_TypeInfo_var;
extern String_t* _stringLiteral2351037397;
extern String_t* _stringLiteral4119301762;
extern const uint32_t SimpleCollator__cctor_m4065707122_MetadataUsageId;
extern const uint32_t SimpleCollator_SetCJKTable_m766339459_MetadataUsageId;
extern const uint32_t SimpleCollator_Category_m119590608_MetadataUsageId;
extern const uint32_t SimpleCollator_Level1_m634954506_MetadataUsageId;
extern const uint32_t SimpleCollator_Level2_m2830638875_MetadataUsageId;
extern const uint32_t SimpleCollator_IsHalfKana_m3959736042_MetadataUsageId;
extern const uint32_t SimpleCollator_GetContraction_m3383256934_MetadataUsageId;
extern const uint32_t SimpleCollator_GetTailContraction_m2377844406_MetadataUsageId;
extern RuntimeClass* SystemException_t176217640_il2cpp_TypeInfo_var;
extern String_t* _stringLiteral1514276444;
extern const uint32_t SimpleCollator_GetTailContraction_m2107754083_MetadataUsageId;
extern const uint32_t SimpleCollator_FilterOptions_m4183839400_MetadataUsageId;
extern const uint32_t SimpleCollator_FilterExtender_m72900315_MetadataUsageId;
extern const uint32_t SimpleCollator_IsIgnorable_m2840693628_MetadataUsageId;
extern RuntimeClass* SortKeyBuffer_t2945275270_il2cpp_TypeInfo_var;
extern const uint32_t SimpleCollator_GetSortKey_m1483713513_MetadataUsageId;
extern const uint32_t SimpleCollator_GetSortKey_m2852528720_MetadataUsageId;
extern const uint32_t SimpleCollator_FillSortKeyRaw_m2173916311_MetadataUsageId;
extern RuntimeClass* ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var;
extern String_t* _stringLiteral2212499887;
extern const uint32_t SimpleCollator_CompareOrdinal_m1829915258_MetadataUsageId;
extern String_t* _stringLiteral1326843573;
extern const uint32_t SimpleCollator_CompareQuick_m3272475794_MetadataUsageId;
extern const uint32_t SimpleCollator_CompareOrdinalIgnoreCase_m2749548392_MetadataUsageId;
extern const uint32_t SimpleCollator_CompareInternal_m3938174601_MetadataUsageId;
extern const uint32_t SimpleCollator_IndexOf_m3396932533_MetadataUsageId;
extern const uint32_t SimpleCollator_LastIndexOf_m2130553617_MetadataUsageId;
extern const uint32_t SimpleCollator_MatchesForwardCore_m850743967_MetadataUsageId;
extern const uint32_t SimpleCollator_MatchesPrimitive_m3079388596_MetadataUsageId;
extern const uint32_t SimpleCollator_MatchesBackwardCore_m3441733084_MetadataUsageId;
extern const uint32_t SortKeyBuffer_Initialize_m3786111493_MetadataUsageId;
extern const uint32_t SortKeyBuffer_AppendBufferPrimitive_m3309814175_MetadataUsageId;
extern RuntimeClass* SortKey_t3955336732_il2cpp_TypeInfo_var;
extern const uint32_t SortKeyBuffer_GetResult_m3043958424_MetadataUsageId;
extern RuntimeClass* UInt32U5BU5D_t2770800703_il2cpp_TypeInfo_var;
extern const uint32_t BigInteger__ctor_m397734603_MetadataUsageId;
extern const uint32_t BigInteger__ctor_m1426225719_MetadataUsageId;
extern const uint32_t BigInteger__ctor_m224778556_MetadataUsageId;
extern const uint32_t BigInteger__ctor_m3991350270_MetadataUsageId;
extern const uint32_t BigInteger__ctor_m3985126171_MetadataUsageId;
extern RuntimeClass* BigInteger_t2902905089_il2cpp_TypeInfo_var;
extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255361____U24U24fieldU2D15_7_FieldInfo_var;
extern const uint32_t BigInteger__cctor_m562779619_MetadataUsageId;
extern const uint32_t BigInteger_get_Rng_m4216817480_MetadataUsageId;
extern const uint32_t BigInteger_GenerateRandom_m3141592944_MetadataUsageId;
extern const uint32_t BigInteger_GenerateRandom_m2556426062_MetadataUsageId;
extern const uint32_t BigInteger_Randomize_m410563259_MetadataUsageId;
extern const uint32_t BigInteger_Randomize_m2194703121_MetadataUsageId;
extern RuntimeClass* IndexOutOfRangeException_t1578797820_il2cpp_TypeInfo_var;
extern String_t* _stringLiteral3202607819;
extern const uint32_t BigInteger_TestBit_m1507066813_MetadataUsageId;
extern const uint32_t BigInteger_LowestSetBit_m3082714978_MetadataUsageId;
extern const uint32_t BigInteger_GetBytes_m997192583_MetadataUsageId;
extern String_t* _stringLiteral1506186219;
extern const uint32_t BigInteger_ToString_m570257729_MetadataUsageId;
extern RuntimeClass* ArgumentException_t132251570_il2cpp_TypeInfo_var;
extern String_t* _stringLiteral907065636;
extern String_t* _stringLiteral2188206873;
extern String_t* _stringLiteral2375729243;
extern String_t* _stringLiteral3085174530;
extern String_t* _stringLiteral3452614544;
extern String_t* _stringLiteral3452614543;
extern const uint32_t BigInteger_ToString_m3475000413_MetadataUsageId;
extern RuntimeClass* UInt32_t2560061978_il2cpp_TypeInfo_var;
extern const uint32_t BigInteger_Equals_m1948500455_MetadataUsageId;
extern RuntimeClass* ModulusRing_t596511504_il2cpp_TypeInfo_var;
extern const uint32_t BigInteger_ModPow_m2277842115_MetadataUsageId;
extern const uint32_t BigInteger_IsProbablePrime_m567194283_MetadataUsageId;
extern RuntimeClass* SequentialSearchPrimeGeneratorBase_t2996090508_il2cpp_TypeInfo_var;
extern const uint32_t BigInteger_GeneratePseudoPrime_m1941064930_MetadataUsageId;
extern const uint32_t BigInteger_op_Implicit_m378428706_MetadataUsageId;
extern RuntimeClass* ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var;
extern String_t* _stringLiteral3493618073;
extern const uint32_t BigInteger_op_Implicit_m2847009755_MetadataUsageId;
extern const uint32_t BigInteger_op_Addition_m2544206388_MetadataUsageId;
extern RuntimeClass* ArithmeticException_t4283546778_il2cpp_TypeInfo_var;
extern RuntimeClass* Exception_t_il2cpp_TypeInfo_var;
extern String_t* _stringLiteral4059074779;
extern const uint32_t BigInteger_op_Subtraction_m1575155386_MetadataUsageId;
extern String_t* _stringLiteral3830216635;
extern String_t* _stringLiteral3016771816;
extern const uint32_t BigInteger_op_Multiply_m3801644593_MetadataUsageId;
extern const uint32_t BigInteger_op_Multiply_m3854773313_MetadataUsageId;
extern const uint32_t BigInteger_op_Equality_m3263851871_MetadataUsageId;
extern const uint32_t BigInteger_op_Inequality_m2365536750_MetadataUsageId;
extern const uint32_t Kernel_AddSameSign_m1676432471_MetadataUsageId;
extern const uint32_t Kernel_Subtract_m657044818_MetadataUsageId;
extern RuntimeClass* BigIntegerU5BU5D_t2349952476_il2cpp_TypeInfo_var;
extern const uint32_t Kernel_DwordDivMod_m631886101_MetadataUsageId;
extern const uint32_t Kernel_multiByteDivide_m4249920547_MetadataUsageId;
extern const uint32_t Kernel_LeftShift_m3302851050_MetadataUsageId;
extern const uint32_t Kernel_RightShift_m2207393597_MetadataUsageId;
extern const uint32_t Kernel_MultiplyByDword_m1266935086_MetadataUsageId;
extern const uint32_t Kernel_modInverse_m668448880_MetadataUsageId;
extern String_t* _stringLiteral3592288577;
extern const uint32_t Kernel_modInverse_m3523342258_MetadataUsageId;
extern const uint32_t ModulusRing__ctor_m2100816195_MetadataUsageId;
extern String_t* _stringLiteral1441813354;
extern const uint32_t ModulusRing_BarrettReduction_m167376748_MetadataUsageId;
extern const uint32_t ModulusRing_Multiply_m343333088_MetadataUsageId;
extern const uint32_t ModulusRing_Difference_m1345688434_MetadataUsageId;
extern const uint32_t ModulusRing_Pow_m83007704_MetadataUsageId;
extern const uint32_t ModulusRing_Pow_m317016278_MetadataUsageId;
extern RuntimeClass* PrimalityTest_t1539325943_il2cpp_TypeInfo_var;
extern const RuntimeMethod* PrimalityTests_RabinMillerTest_m1471415870_RuntimeMethod_var;
extern const uint32_t PrimeGeneratorBase_get_PrimalityTest_m2131070257_MetadataUsageId;
extern const uint32_t SequentialSearchPrimeGeneratorBase_GenerateSearchBase_m3595783982_MetadataUsageId;
extern const uint32_t SequentialSearchPrimeGeneratorBase_GenerateNewPrime_m533229219_MetadataUsageId;
extern RuntimeClass* ConfidenceFactor_t2516000285_il2cpp_TypeInfo_var;
extern const uint32_t PrimalityTest_BeginInvoke_m1203148458_MetadataUsageId;
extern String_t* _stringLiteral2000707595;
extern String_t* _stringLiteral3535070725;
extern const uint32_t PrimalityTests_GetSPPRounds_m228447904_MetadataUsageId;
extern const uint32_t PrimalityTests_RabinMillerTest_m1471415870_MetadataUsageId;
extern const uint32_t PrimalityTests_SmallPrimeSppTest_m1224130639_MetadataUsageId;
extern RuntimeClass* NotSupportedException_t1314879016_il2cpp_TypeInfo_var;
extern String_t* _stringLiteral2861664389;
extern const uint32_t ASN1__ctor_m1601690794_MetadataUsageId;
extern const uint32_t ASN1_get_Value_m1857007406_MetadataUsageId;
extern const uint32_t ASN1_set_Value_m2803403806_MetadataUsageId;
extern const uint32_t ASN1_Add_m3468571571_MetadataUsageId;
extern RuntimeClass* IEnumerator_t1853284238_il2cpp_TypeInfo_var;
extern RuntimeClass* ASN1_t2114160832_il2cpp_TypeInfo_var;
extern RuntimeClass* IDisposable_t3640265483_il2cpp_TypeInfo_var;
extern const uint32_t ASN1_GetBytes_m3305539297_MetadataUsageId;
extern const uint32_t ASN1_Decode_m1695284166_MetadataUsageId;
extern const uint32_t ASN1_DecodeTLV_m1200977460_MetadataUsageId;
extern const uint32_t ASN1_get_Item_m3901126023_MetadataUsageId;
extern const uint32_t ASN1_Element_m2680269109_MetadataUsageId;
extern RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var;
extern String_t* _stringLiteral1285239904;
extern String_t* _stringLiteral3451435000;
extern String_t* _stringLiteral2514902888;
extern String_t* _stringLiteral3013462727;
extern String_t* _stringLiteral3100627678;
extern const uint32_t ASN1_ToString_m1340204511_MetadataUsageId;
extern const uint32_t ASN1Convert_FromInt32_m2935389061_MetadataUsageId;
extern RuntimeClass* ArgumentNullException_t1615371798_il2cpp_TypeInfo_var;
extern RuntimeClass* CryptoConfig_t4201145714_il2cpp_TypeInfo_var;
extern String_t* _stringLiteral3266464951;
extern const uint32_t ASN1Convert_FromOid_m3740816339_MetadataUsageId;
extern RuntimeClass* FormatException_t154580423_il2cpp_TypeInfo_var;
extern String_t* _stringLiteral2971046163;
extern String_t* _stringLiteral1968993200;
extern const uint32_t ASN1Convert_ToInt32_m254930636_MetadataUsageId;
extern String_t* _stringLiteral3452614530;
extern const uint32_t ASN1Convert_ToOid_m1223840396_MetadataUsageId;
extern RuntimeClass* Encoding_t1523322056_il2cpp_TypeInfo_var;
extern RuntimeClass* Convert_t2465617642_il2cpp_TypeInfo_var;
extern RuntimeClass* DateTime_t3738529785_il2cpp_TypeInfo_var;
extern String_t* _stringLiteral63249541;
extern String_t* _stringLiteral3346400495;
extern String_t* _stringLiteral3452024719;
extern String_t* _stringLiteral3451565966;
extern String_t* _stringLiteral924502160;
extern String_t* _stringLiteral3005829114;
extern String_t* _stringLiteral587613957;
extern const uint32_t ASN1Convert_ToDateTime_m3103388320_MetadataUsageId;
extern RuntimeClass* BitConverter_t3118986983_il2cpp_TypeInfo_var;
extern const uint32_t BitConverterLE_GetUIntBytes_m949779219_MetadataUsageId;
extern const uint32_t BitConverterLE_UShortFromBytes_m1253080092_MetadataUsageId;
extern const uint32_t BitConverterLE_UIntFromBytes_m3974925535_MetadataUsageId;
extern const uint32_t BitConverterLE_ULongFromBytes_m1677445591_MetadataUsageId;
extern const uint32_t BlockProcessor__ctor_m649794031_MetadataUsageId;
extern RuntimeClass* ICryptoTransform_t2733259762_il2cpp_TypeInfo_var;
extern const uint32_t BlockProcessor_Core_m2138791525_MetadataUsageId;
extern const uint32_t BlockProcessor_Final_m3350443194_MetadataUsageId;
extern const uint32_t CryptoConvert_GetBytesLE_m3076458968_MetadataUsageId;
extern const uint32_t CryptoConvert_ToCapiPrivateKeyBlob_m2502515575_MetadataUsageId;
extern RuntimeClass* CryptographicException_t248831461_il2cpp_TypeInfo_var;
extern String_t* _stringLiteral3946841517;
extern String_t* _stringLiteral563586000;
extern String_t* _stringLiteral2443744053;
extern String_t* _stringLiteral1455395399;
extern const uint32_t CryptoConvert_FromCapiPublicKeyBlob_m4073029974_MetadataUsageId;
extern const uint32_t CryptoConvert_ToCapiPublicKeyBlob_m1931330842_MetadataUsageId;
extern String_t* _stringLiteral3670142707;
extern const uint32_t CryptoConvert_ToCapiKeyBlob_m3371450375_MetadataUsageId;
extern RuntimeClass* KeySizesU5BU5D_t722666473_il2cpp_TypeInfo_var;
extern RuntimeClass* KeySizes_t85027896_il2cpp_TypeInfo_var;
extern const uint32_t DSAManaged__ctor_m962128842_MetadataUsageId;
extern RuntimeClass* KeyGeneratedEventHandler_t3828027274_il2cpp_TypeInfo_var;
extern const uint32_t DSAManaged_add_KeyGenerated_m2286864968_MetadataUsageId;
extern const uint32_t DSAManaged_remove_KeyGenerated_m1781077002_MetadataUsageId;
extern const uint32_t DSAManaged_GenerateKeyPair_m2236915969_MetadataUsageId;
extern const uint32_t DSAManaged_GenerateParams_m2848737814_MetadataUsageId;
extern const uint32_t DSAManaged_get_PublicOnly_m3575594967_MetadataUsageId;
extern const uint32_t DSAManaged_NormalizeArray_m3285505169_MetadataUsageId;
extern RuntimeClass* ObjectDisposedException_t21392786_il2cpp_TypeInfo_var;
extern String_t* _stringLiteral2597607271;
extern String_t* _stringLiteral993231035;
extern const uint32_t DSAManaged_ExportParameters_m1426347745_MetadataUsageId;
extern String_t* _stringLiteral173184065;
extern String_t* _stringLiteral4059251681;
extern const uint32_t DSAManaged_ImportParameters_m2247591247_MetadataUsageId;
extern String_t* _stringLiteral2917899049;
extern String_t* _stringLiteral1331454718;
extern String_t* _stringLiteral1340886514;
extern const uint32_t DSAManaged_CreateSignature_m2233977444_MetadataUsageId;
extern String_t* _stringLiteral3170101360;
extern String_t* _stringLiteral229941467;
extern String_t* _stringLiteral3256081100;
extern const uint32_t DSAManaged_VerifySignature_m2909094577_MetadataUsageId;
extern const uint32_t DSAManaged_Dispose_m757362415_MetadataUsageId;
extern RuntimeClass* KeyBuilder_t2049230354_il2cpp_TypeInfo_var;
extern const uint32_t KeyBuilder_get_Rng_m1353817187_MetadataUsageId;
extern const uint32_t KeyBuilder_Key_m876696100_MetadataUsageId;
extern const uint32_t KeyBuilder_IV_m2230195376_MetadataUsageId;
extern String_t* _stringLiteral3372390906;
extern const uint32_t KeyPairPersistence__ctor_m252166830_MetadataUsageId;
extern RuntimeClass* KeyPairPersistence_t2094547461_il2cpp_TypeInfo_var;
extern const uint32_t KeyPairPersistence__cctor_m1700962802_MetadataUsageId;
extern RuntimeClass* Path_t1605229823_il2cpp_TypeInfo_var;
extern String_t* _stringLiteral429868764;
extern const uint32_t KeyPairPersistence_get_Filename_m2760692036_MetadataUsageId;
extern const uint32_t KeyPairPersistence_Load_m2518737071_MetadataUsageId;
extern RuntimeClass* StreamWriter_t1266378904_il2cpp_TypeInfo_var;
extern const uint32_t KeyPairPersistence_Save_m3111435398_MetadataUsageId;
extern String_t* _stringLiteral3525949144;
extern String_t* _stringLiteral2065055969;
extern String_t* _stringLiteral1344682237;
extern String_t* _stringLiteral1352098692;
extern const uint32_t KeyPairPersistence_get_UserPath_m610275969_MetadataUsageId;
extern String_t* _stringLiteral1297034026;
extern String_t* _stringLiteral1159144833;
extern const uint32_t KeyPairPersistence_get_MachinePath_m3812267291_MetadataUsageId;
extern const uint32_t KeyPairPersistence_CanSecure_m3598829533_MetadataUsageId;
extern const uint32_t KeyPairPersistence_ProtectUser_m2715637552_MetadataUsageId;
extern const uint32_t KeyPairPersistence_ProtectMachine_m1313131097_MetadataUsageId;
extern const uint32_t KeyPairPersistence_IsUserProtected_m2000878920_MetadataUsageId;
extern const uint32_t KeyPairPersistence_IsMachineProtected_m644209340_MetadataUsageId;
extern RuntimeClass* Guid_t_il2cpp_TypeInfo_var;
extern String_t* _stringLiteral1948332219;
extern const uint32_t KeyPairPersistence_get_ContainerName_m4274536094_MetadataUsageId;
extern RuntimeClass* CspParameters_t239852639_il2cpp_TypeInfo_var;
extern const uint32_t KeyPairPersistence_Copy_m2577206651_MetadataUsageId;
extern RuntimeClass* SecurityParser_t4124480077_il2cpp_TypeInfo_var;
extern String_t* _stringLiteral3177923777;
extern String_t* _stringLiteral1076923336;
extern const uint32_t KeyPairPersistence_FromXml_m746585742_MetadataUsageId;
extern String_t* _stringLiteral1776786692;
extern String_t* _stringLiteral893306970;
extern String_t* _stringLiteral4286642507;
extern String_t* _stringLiteral1875176768;
extern String_t* _stringLiteral771420028;
extern String_t* _stringLiteral2196803828;
extern const uint32_t KeyPairPersistence_ToXml_m812591779_MetadataUsageId;
extern const uint32_t MACAlgorithm__ctor_m3608996594_MetadataUsageId;
extern const uint32_t MACAlgorithm_Core_m83451446_MetadataUsageId;
extern const uint32_t MACAlgorithm_Final_m3756738689_MetadataUsageId;
extern RuntimeClass* PKCS1_t1505584676_il2cpp_TypeInfo_var;
extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255361____U24U24fieldU2D16_8_FieldInfo_var;
extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255361____U24U24fieldU2D17_9_FieldInfo_var;
extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255361____U24U24fieldU2D18_10_FieldInfo_var;
extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255361____U24U24fieldU2D19_11_FieldInfo_var;
extern const uint32_t PKCS1__cctor_m266708662_MetadataUsageId;
extern const uint32_t PKCS1_I2OSP_m1314988212_MetadataUsageId;
extern const uint32_t PKCS1_OS2IP_m65970018_MetadataUsageId;
extern String_t* _stringLiteral2105211192;
extern const uint32_t PKCS1_Encrypt_v15_m1016948107_MetadataUsageId;
extern const uint32_t PKCS1_Sign_v15_m2719206817_MetadataUsageId;
extern const uint32_t PKCS1_Verify_v15_m2816868480_MetadataUsageId;
extern const uint32_t PKCS1_Verify_v15_m3708133908_MetadataUsageId;
extern String_t* _stringLiteral491063406;
extern const uint32_t PKCS1_Encode_v15_m3116793121_MetadataUsageId;
extern const uint32_t EncryptedPrivateKeyInfo_get_EncryptedData_m1695265614_MetadataUsageId;
extern const uint32_t EncryptedPrivateKeyInfo_get_Salt_m3453455261_MetadataUsageId;
extern String_t* _stringLiteral2449489188;
extern String_t* _stringLiteral2471616411;
extern String_t* _stringLiteral1133397176;
extern String_t* _stringLiteral2479900804;
extern String_t* _stringLiteral2581649682;
extern String_t* _stringLiteral1189022210;
extern String_t* _stringLiteral3895113801;
extern const uint32_t EncryptedPrivateKeyInfo_Decode_m2516465782_MetadataUsageId;
extern const uint32_t PrivateKeyInfo__ctor_m2811023496_MetadataUsageId;
extern const uint32_t PrivateKeyInfo_get_PrivateKey_m2768243057_MetadataUsageId;
extern String_t* _stringLiteral3860840281;
extern String_t* _stringLiteral1111651387;
extern String_t* _stringLiteral3055172879;
extern const uint32_t PrivateKeyInfo_Decode_m682813286_MetadataUsageId;
extern const uint32_t PrivateKeyInfo_RemoveLeadingZero_m3921889925_MetadataUsageId;
extern const uint32_t PrivateKeyInfo_Normalize_m1855800471_MetadataUsageId;
extern RuntimeClass* RSACryptoServiceProvider_t2683512874_il2cpp_TypeInfo_var;
extern String_t* _stringLiteral2973183703;
extern String_t* _stringLiteral3023545426;
extern String_t* _stringLiteral470035263;
extern const uint32_t PrivateKeyInfo_DecodeRSA_m2889346634_MetadataUsageId;
extern const uint32_t PrivateKeyInfo_DecodeDSA_m771724585_MetadataUsageId;
extern const uint32_t RSAManaged__ctor_m3394311431_MetadataUsageId;
extern RuntimeClass* KeyGeneratedEventHandler_t3064139577_il2cpp_TypeInfo_var;
extern const uint32_t RSAManaged_add_KeyGenerated_m3688329863_MetadataUsageId;
extern const uint32_t RSAManaged_remove_KeyGenerated_m2046909903_MetadataUsageId;
extern const uint32_t RSAManaged_GenerateKeyPair_m2221292703_MetadataUsageId;
extern const uint32_t RSAManaged_get_PublicOnly_m595121416_MetadataUsageId;
extern String_t* _stringLiteral2186307263;
extern String_t* _stringLiteral2368775859;
extern const uint32_t RSAManaged_DecryptValue_m1864805746_MetadataUsageId;
extern String_t* _stringLiteral2105469118;
extern const uint32_t RSAManaged_EncryptValue_m799827583_MetadataUsageId;
extern String_t* _stringLiteral1209813982;
extern const uint32_t RSAManaged_ExportParameters_m280454101_MetadataUsageId;
extern String_t* _stringLiteral2383840146;
extern String_t* _stringLiteral3860822773;
extern String_t* _stringLiteral4201447376;
extern const uint32_t RSAManaged_ImportParameters_m1844641996_MetadataUsageId;
extern const uint32_t RSAManaged_Dispose_m1863653890_MetadataUsageId;
extern String_t* _stringLiteral2330884088;
extern String_t* _stringLiteral264464451;
extern String_t* _stringLiteral3087219758;
extern String_t* _stringLiteral4195570472;
extern String_t* _stringLiteral3252161509;
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 RSAManaged_ToXmlString_m645792083_MetadataUsageId;
extern const uint32_t RSAManaged_GetPaddedValue_m2104792084_MetadataUsageId;
extern String_t* _stringLiteral2387040967;
extern const uint32_t SymmetricTransform__ctor_m25459519_MetadataUsageId;
extern RuntimeClass* CipherMode_t84635067_il2cpp_TypeInfo_var;
extern String_t* _stringLiteral2609825863;
extern const uint32_t SymmetricTransform_Transform_m3073016850_MetadataUsageId;
extern String_t* _stringLiteral3478177746;
extern const uint32_t SymmetricTransform_OFB_m3842617151_MetadataUsageId;
extern String_t* _stringLiteral3430552138;
extern const uint32_t SymmetricTransform_CTS_m2571643614_MetadataUsageId;
extern String_t* _stringLiteral3152468735;
extern String_t* _stringLiteral2167393519;
extern String_t* _stringLiteral3073595182;
extern String_t* _stringLiteral438779933;
extern String_t* _stringLiteral251636811;
extern const uint32_t SymmetricTransform_CheckInput_m1829858759_MetadataUsageId;
extern String_t* _stringLiteral389898510;
extern String_t* _stringLiteral2053830539;
extern String_t* _stringLiteral1561769044;
extern const uint32_t SymmetricTransform_TransformBlock_m2339552481_MetadataUsageId;
extern String_t* _stringLiteral3823085299;
extern const uint32_t SymmetricTransform_InternalTransformBlock_m946892271_MetadataUsageId;
extern const uint32_t SymmetricTransform_Random_m2004892672_MetadataUsageId;
extern RuntimeClass* PaddingMode_t2546806710_il2cpp_TypeInfo_var;
extern String_t* _stringLiteral2101785501;
extern String_t* _stringLiteral289204851;
extern String_t* _stringLiteral4613441;
extern const uint32_t SymmetricTransform_ThrowBadPaddingException_m2926778011_MetadataUsageId;
extern String_t* _stringLiteral3246833729;
extern const uint32_t SymmetricTransform_FinalEncrypt_m69518647_MetadataUsageId;
extern const uint32_t SymmetricTransform_FinalDecrypt_m1677319445_MetadataUsageId;
extern const uint32_t SymmetricTransform_TransformFinalBlock_m4059448527_MetadataUsageId;
extern const uint32_t ContentInfo__ctor_m28146633_MetadataUsageId;
extern const uint32_t ContentInfo__ctor_m1888388023_MetadataUsageId;
extern String_t* _stringLiteral532208778;
extern String_t* _stringLiteral2231488616;
extern String_t* _stringLiteral825954302;
extern const uint32_t ContentInfo__ctor_m2639021892_MetadataUsageId;
extern const uint32_t ContentInfo_GetASN1_m3665489137_MetadataUsageId;
extern RuntimeClass* ContentInfo_t3218159895_il2cpp_TypeInfo_var;
extern String_t* _stringLiteral2787816553;
extern String_t* _stringLiteral1110505755;
extern String_t* _stringLiteral3295482658;
extern String_t* _stringLiteral2103170127;
extern String_t* _stringLiteral3133584213;
extern String_t* _stringLiteral3316324514;
extern const uint32_t EncryptedData__ctor_m2497911783_MetadataUsageId;
extern const uint32_t EncryptedData_get_EncryptedContent_m4211024111_MetadataUsageId;
extern RuntimeClass* StrongName_t4093849377_il2cpp_TypeInfo_var;
extern const uint32_t StrongName__cctor_m1246179561_MetadataUsageId;
extern const uint32_t StrongName_get_PublicKey_m1841537984_MetadataUsageId;
extern const uint32_t StrongName_get_PublicKeyToken_m2115276552_MetadataUsageId;
extern String_t* _stringLiteral1144609714;
extern const uint32_t StrongName_get_TokenAlgorithm_m1794722022_MetadataUsageId;

struct ObjectU5BU5D_t2843939325;
struct Int32U5BU5D_t385246372;
struct TableRangeU5BU5D_t2913440125;
struct CharU5BU5D_t3528271667;
struct ByteU5BU5D_t4116647657;
struct TailoringInfoU5BU5D_t1797664499;
struct ContractionU5BU5D_t838556799;
struct Level2MapU5BU5D_t3973367379;
struct UInt32U5BU5D_t2770800703;
struct BigIntegerU5BU5D_t2349952476;
struct KeySizesU5BU5D_t722666473;


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

// <Module>
struct  U3CModuleU3E_t692745525 
{
public:

public:
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // U3CMODULEU3E_T692745525_H
#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 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 ENCRYPTEDPRIVATEKEYINFO_T862116835_H
#define ENCRYPTEDPRIVATEKEYINFO_T862116835_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// Mono.Security.Cryptography.PKCS8/EncryptedPrivateKeyInfo
struct  EncryptedPrivateKeyInfo_t862116835  : public RuntimeObject
{
public:
	// System.String Mono.Security.Cryptography.PKCS8/EncryptedPrivateKeyInfo::_algorithm
	String_t* ____algorithm_0;
	// System.Byte[] Mono.Security.Cryptography.PKCS8/EncryptedPrivateKeyInfo::_salt
	ByteU5BU5D_t4116647657* ____salt_1;
	// System.Int32 Mono.Security.Cryptography.PKCS8/EncryptedPrivateKeyInfo::_iterations
	int32_t ____iterations_2;
	// System.Byte[] Mono.Security.Cryptography.PKCS8/EncryptedPrivateKeyInfo::_data
	ByteU5BU5D_t4116647657* ____data_3;

public:
	inline static int32_t get_offset_of__algorithm_0() { return static_cast<int32_t>(offsetof(EncryptedPrivateKeyInfo_t862116835, ____algorithm_0)); }
	inline String_t* get__algorithm_0() const { return ____algorithm_0; }
	inline String_t** get_address_of__algorithm_0() { return &____algorithm_0; }
	inline void set__algorithm_0(String_t* value)
	{
		____algorithm_0 = value;
		Il2CppCodeGenWriteBarrier((&____algorithm_0), value);
	}

	inline static int32_t get_offset_of__salt_1() { return static_cast<int32_t>(offsetof(EncryptedPrivateKeyInfo_t862116835, ____salt_1)); }
	inline ByteU5BU5D_t4116647657* get__salt_1() const { return ____salt_1; }
	inline ByteU5BU5D_t4116647657** get_address_of__salt_1() { return &____salt_1; }
	inline void set__salt_1(ByteU5BU5D_t4116647657* value)
	{
		____salt_1 = value;
		Il2CppCodeGenWriteBarrier((&____salt_1), value);
	}

	inline static int32_t get_offset_of__iterations_2() { return static_cast<int32_t>(offsetof(EncryptedPrivateKeyInfo_t862116835, ____iterations_2)); }
	inline int32_t get__iterations_2() const { return ____iterations_2; }
	inline int32_t* get_address_of__iterations_2() { return &____iterations_2; }
	inline void set__iterations_2(int32_t value)
	{
		____iterations_2 = value;
	}

	inline static int32_t get_offset_of__data_3() { return static_cast<int32_t>(offsetof(EncryptedPrivateKeyInfo_t862116835, ____data_3)); }
	inline ByteU5BU5D_t4116647657* get__data_3() const { return ____data_3; }
	inline ByteU5BU5D_t4116647657** get_address_of__data_3() { return &____data_3; }
	inline void set__data_3(ByteU5BU5D_t4116647657* value)
	{
		____data_3 = value;
		Il2CppCodeGenWriteBarrier((&____data_3), value);
	}
};

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

// Mono.Security.Cryptography.PKCS8/PrivateKeyInfo
struct  PrivateKeyInfo_t668027992  : public RuntimeObject
{
public:
	// System.Int32 Mono.Security.Cryptography.PKCS8/PrivateKeyInfo::_version
	int32_t ____version_0;
	// System.String Mono.Security.Cryptography.PKCS8/PrivateKeyInfo::_algorithm
	String_t* ____algorithm_1;
	// System.Byte[] Mono.Security.Cryptography.PKCS8/PrivateKeyInfo::_key
	ByteU5BU5D_t4116647657* ____key_2;
	// System.Collections.ArrayList Mono.Security.Cryptography.PKCS8/PrivateKeyInfo::_list
	ArrayList_t2718874744 * ____list_3;

public:
	inline static int32_t get_offset_of__version_0() { return static_cast<int32_t>(offsetof(PrivateKeyInfo_t668027992, ____version_0)); }
	inline int32_t get__version_0() const { return ____version_0; }
	inline int32_t* get_address_of__version_0() { return &____version_0; }
	inline void set__version_0(int32_t value)
	{
		____version_0 = value;
	}

	inline static int32_t get_offset_of__algorithm_1() { return static_cast<int32_t>(offsetof(PrivateKeyInfo_t668027992, ____algorithm_1)); }
	inline String_t* get__algorithm_1() const { return ____algorithm_1; }
	inline String_t** get_address_of__algorithm_1() { return &____algorithm_1; }
	inline void set__algorithm_1(String_t* value)
	{
		____algorithm_1 = value;
		Il2CppCodeGenWriteBarrier((&____algorithm_1), value);
	}

	inline static int32_t get_offset_of__key_2() { return static_cast<int32_t>(offsetof(PrivateKeyInfo_t668027992, ____key_2)); }
	inline ByteU5BU5D_t4116647657* get__key_2() const { return ____key_2; }
	inline ByteU5BU5D_t4116647657** get_address_of__key_2() { return &____key_2; }
	inline void set__key_2(ByteU5BU5D_t4116647657* value)
	{
		____key_2 = value;
		Il2CppCodeGenWriteBarrier((&____key_2), value);
	}

	inline static int32_t get_offset_of__list_3() { return static_cast<int32_t>(offsetof(PrivateKeyInfo_t668027992, ____list_3)); }
	inline ArrayList_t2718874744 * get__list_3() const { return ____list_3; }
	inline ArrayList_t2718874744 ** get_address_of__list_3() { return &____list_3; }
	inline void set__list_3(ArrayList_t2718874744 * value)
	{
		____list_3 = value;
		Il2CppCodeGenWriteBarrier((&____list_3), value);
	}
};

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

// Mono.Math.BigInteger/ModulusRing
struct  ModulusRing_t596511504  : public RuntimeObject
{
public:
	// Mono.Math.BigInteger Mono.Math.BigInteger/ModulusRing::mod
	BigInteger_t2902905089 * ___mod_0;
	// Mono.Math.BigInteger Mono.Math.BigInteger/ModulusRing::constant
	BigInteger_t2902905089 * ___constant_1;

public:
	inline static int32_t get_offset_of_mod_0() { return static_cast<int32_t>(offsetof(ModulusRing_t596511504, ___mod_0)); }
	inline BigInteger_t2902905089 * get_mod_0() const { return ___mod_0; }
	inline BigInteger_t2902905089 ** get_address_of_mod_0() { return &___mod_0; }
	inline void set_mod_0(BigInteger_t2902905089 * value)
	{
		___mod_0 = value;
		Il2CppCodeGenWriteBarrier((&___mod_0), value);
	}

	inline static int32_t get_offset_of_constant_1() { return static_cast<int32_t>(offsetof(ModulusRing_t596511504, ___constant_1)); }
	inline BigInteger_t2902905089 * get_constant_1() const { return ___constant_1; }
	inline BigInteger_t2902905089 ** get_address_of_constant_1() { return &___constant_1; }
	inline void set_constant_1(BigInteger_t2902905089 * value)
	{
		___constant_1 = value;
		Il2CppCodeGenWriteBarrier((&___constant_1), value);
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // MODULUSRING_T596511504_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 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 BIGINTEGER_T2902905089_H
#define BIGINTEGER_T2902905089_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// Mono.Math.BigInteger
struct  BigInteger_t2902905089  : public RuntimeObject
{
public:
	// System.UInt32 Mono.Math.BigInteger::length
	uint32_t ___length_0;
	// System.UInt32[] Mono.Math.BigInteger::data
	UInt32U5BU5D_t2770800703* ___data_1;

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

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

struct BigInteger_t2902905089_StaticFields
{
public:
	// System.UInt32[] Mono.Math.BigInteger::smallPrimes
	UInt32U5BU5D_t2770800703* ___smallPrimes_2;
	// System.Security.Cryptography.RandomNumberGenerator Mono.Math.BigInteger::rng
	RandomNumberGenerator_t386037858 * ___rng_3;

public:
	inline static int32_t get_offset_of_smallPrimes_2() { return static_cast<int32_t>(offsetof(BigInteger_t2902905089_StaticFields, ___smallPrimes_2)); }
	inline UInt32U5BU5D_t2770800703* get_smallPrimes_2() const { return ___smallPrimes_2; }
	inline UInt32U5BU5D_t2770800703** get_address_of_smallPrimes_2() { return &___smallPrimes_2; }
	inline void set_smallPrimes_2(UInt32U5BU5D_t2770800703* value)
	{
		___smallPrimes_2 = value;
		Il2CppCodeGenWriteBarrier((&___smallPrimes_2), value);
	}

	inline static int32_t get_offset_of_rng_3() { return static_cast<int32_t>(offsetof(BigInteger_t2902905089_StaticFields, ___rng_3)); }
	inline RandomNumberGenerator_t386037858 * get_rng_3() const { return ___rng_3; }
	inline RandomNumberGenerator_t386037858 ** get_address_of_rng_3() { return &___rng_3; }
	inline void set_rng_3(RandomNumberGenerator_t386037858 * value)
	{
		___rng_3 = value;
		Il2CppCodeGenWriteBarrier((&___rng_3), value);
	}
};

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

// Mono.Security.PKCS7
struct  PKCS7_t1860834338  : public RuntimeObject
{
public:

public:
};

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

// Mono.Security.PKCS7/ContentInfo
struct  ContentInfo_t3218159895  : public RuntimeObject
{
public:
	// System.String Mono.Security.PKCS7/ContentInfo::contentType
	String_t* ___contentType_0;
	// Mono.Security.ASN1 Mono.Security.PKCS7/ContentInfo::content
	ASN1_t2114160832 * ___content_1;

public:
	inline static int32_t get_offset_of_contentType_0() { return static_cast<int32_t>(offsetof(ContentInfo_t3218159895, ___contentType_0)); }
	inline String_t* get_contentType_0() const { return ___contentType_0; }
	inline String_t** get_address_of_contentType_0() { return &___contentType_0; }
	inline void set_contentType_0(String_t* value)
	{
		___contentType_0 = value;
		Il2CppCodeGenWriteBarrier((&___contentType_0), value);
	}

	inline static int32_t get_offset_of_content_1() { return static_cast<int32_t>(offsetof(ContentInfo_t3218159895, ___content_1)); }
	inline ASN1_t2114160832 * get_content_1() const { return ___content_1; }
	inline ASN1_t2114160832 ** get_address_of_content_1() { return &___content_1; }
	inline void set_content_1(ASN1_t2114160832 * value)
	{
		___content_1 = value;
		Il2CppCodeGenWriteBarrier((&___content_1), value);
	}
};

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

// Mono.Security.PKCS7/EncryptedData
struct  EncryptedData_t3577548732  : public RuntimeObject
{
public:
	// System.Byte Mono.Security.PKCS7/EncryptedData::_version
	uint8_t ____version_0;
	// Mono.Security.PKCS7/ContentInfo Mono.Security.PKCS7/EncryptedData::_content
	ContentInfo_t3218159895 * ____content_1;
	// Mono.Security.PKCS7/ContentInfo Mono.Security.PKCS7/EncryptedData::_encryptionAlgorithm
	ContentInfo_t3218159895 * ____encryptionAlgorithm_2;
	// System.Byte[] Mono.Security.PKCS7/EncryptedData::_encrypted
	ByteU5BU5D_t4116647657* ____encrypted_3;

public:
	inline static int32_t get_offset_of__version_0() { return static_cast<int32_t>(offsetof(EncryptedData_t3577548732, ____version_0)); }
	inline uint8_t get__version_0() const { return ____version_0; }
	inline uint8_t* get_address_of__version_0() { return &____version_0; }
	inline void set__version_0(uint8_t value)
	{
		____version_0 = value;
	}

	inline static int32_t get_offset_of__content_1() { return static_cast<int32_t>(offsetof(EncryptedData_t3577548732, ____content_1)); }
	inline ContentInfo_t3218159895 * get__content_1() const { return ____content_1; }
	inline ContentInfo_t3218159895 ** get_address_of__content_1() { return &____content_1; }
	inline void set__content_1(ContentInfo_t3218159895 * value)
	{
		____content_1 = value;
		Il2CppCodeGenWriteBarrier((&____content_1), value);
	}

	inline static int32_t get_offset_of__encryptionAlgorithm_2() { return static_cast<int32_t>(offsetof(EncryptedData_t3577548732, ____encryptionAlgorithm_2)); }
	inline ContentInfo_t3218159895 * get__encryptionAlgorithm_2() const { return ____encryptionAlgorithm_2; }
	inline ContentInfo_t3218159895 ** get_address_of__encryptionAlgorithm_2() { return &____encryptionAlgorithm_2; }
	inline void set__encryptionAlgorithm_2(ContentInfo_t3218159895 * value)
	{
		____encryptionAlgorithm_2 = value;
		Il2CppCodeGenWriteBarrier((&____encryptionAlgorithm_2), value);
	}

	inline static int32_t get_offset_of__encrypted_3() { return static_cast<int32_t>(offsetof(EncryptedData_t3577548732, ____encrypted_3)); }
	inline ByteU5BU5D_t4116647657* get__encrypted_3() const { return ____encrypted_3; }
	inline ByteU5BU5D_t4116647657** get_address_of__encrypted_3() { return &____encrypted_3; }
	inline void set__encrypted_3(ByteU5BU5D_t4116647657* value)
	{
		____encrypted_3 = value;
		Il2CppCodeGenWriteBarrier((&____encrypted_3), value);
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ENCRYPTEDDATA_T3577548732_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 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 SIMPLECOLLATOR_T2877834729_H
#define SIMPLECOLLATOR_T2877834729_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// Mono.Globalization.Unicode.SimpleCollator
struct  SimpleCollator_t2877834729  : public RuntimeObject
{
public:
	// System.Globalization.TextInfo Mono.Globalization.Unicode.SimpleCollator::textInfo
	TextInfo_t3810425522 * ___textInfo_2;
	// System.Boolean Mono.Globalization.Unicode.SimpleCollator::frenchSort
	bool ___frenchSort_3;
	// System.Byte* Mono.Globalization.Unicode.SimpleCollator::cjkCatTable
	uint8_t* ___cjkCatTable_4;
	// System.Byte* Mono.Globalization.Unicode.SimpleCollator::cjkLv1Table
	uint8_t* ___cjkLv1Table_5;
	// Mono.Globalization.Unicode.CodePointIndexer Mono.Globalization.Unicode.SimpleCollator::cjkIndexer
	CodePointIndexer_t4134431086 * ___cjkIndexer_6;
	// System.Byte* Mono.Globalization.Unicode.SimpleCollator::cjkLv2Table
	uint8_t* ___cjkLv2Table_7;
	// Mono.Globalization.Unicode.CodePointIndexer Mono.Globalization.Unicode.SimpleCollator::cjkLv2Indexer
	CodePointIndexer_t4134431086 * ___cjkLv2Indexer_8;
	// System.Int32 Mono.Globalization.Unicode.SimpleCollator::lcid
	int32_t ___lcid_9;
	// Mono.Globalization.Unicode.Contraction[] Mono.Globalization.Unicode.SimpleCollator::contractions
	ContractionU5BU5D_t838556799* ___contractions_10;
	// Mono.Globalization.Unicode.Level2Map[] Mono.Globalization.Unicode.SimpleCollator::level2Maps
	Level2MapU5BU5D_t3973367379* ___level2Maps_11;
	// System.Byte[] Mono.Globalization.Unicode.SimpleCollator::unsafeFlags
	ByteU5BU5D_t4116647657* ___unsafeFlags_12;

public:
	inline static int32_t get_offset_of_textInfo_2() { return static_cast<int32_t>(offsetof(SimpleCollator_t2877834729, ___textInfo_2)); }
	inline TextInfo_t3810425522 * get_textInfo_2() const { return ___textInfo_2; }
	inline TextInfo_t3810425522 ** get_address_of_textInfo_2() { return &___textInfo_2; }
	inline void set_textInfo_2(TextInfo_t3810425522 * value)
	{
		___textInfo_2 = value;
		Il2CppCodeGenWriteBarrier((&___textInfo_2), value);
	}

	inline static int32_t get_offset_of_frenchSort_3() { return static_cast<int32_t>(offsetof(SimpleCollator_t2877834729, ___frenchSort_3)); }
	inline bool get_frenchSort_3() const { return ___frenchSort_3; }
	inline bool* get_address_of_frenchSort_3() { return &___frenchSort_3; }
	inline void set_frenchSort_3(bool value)
	{
		___frenchSort_3 = value;
	}

	inline static int32_t get_offset_of_cjkCatTable_4() { return static_cast<int32_t>(offsetof(SimpleCollator_t2877834729, ___cjkCatTable_4)); }
	inline uint8_t* get_cjkCatTable_4() const { return ___cjkCatTable_4; }
	inline uint8_t** get_address_of_cjkCatTable_4() { return &___cjkCatTable_4; }
	inline void set_cjkCatTable_4(uint8_t* value)
	{
		___cjkCatTable_4 = value;
	}

	inline static int32_t get_offset_of_cjkLv1Table_5() { return static_cast<int32_t>(offsetof(SimpleCollator_t2877834729, ___cjkLv1Table_5)); }
	inline uint8_t* get_cjkLv1Table_5() const { return ___cjkLv1Table_5; }
	inline uint8_t** get_address_of_cjkLv1Table_5() { return &___cjkLv1Table_5; }
	inline void set_cjkLv1Table_5(uint8_t* value)
	{
		___cjkLv1Table_5 = value;
	}

	inline static int32_t get_offset_of_cjkIndexer_6() { return static_cast<int32_t>(offsetof(SimpleCollator_t2877834729, ___cjkIndexer_6)); }
	inline CodePointIndexer_t4134431086 * get_cjkIndexer_6() const { return ___cjkIndexer_6; }
	inline CodePointIndexer_t4134431086 ** get_address_of_cjkIndexer_6() { return &___cjkIndexer_6; }
	inline void set_cjkIndexer_6(CodePointIndexer_t4134431086 * value)
	{
		___cjkIndexer_6 = value;
		Il2CppCodeGenWriteBarrier((&___cjkIndexer_6), value);
	}

	inline static int32_t get_offset_of_cjkLv2Table_7() { return static_cast<int32_t>(offsetof(SimpleCollator_t2877834729, ___cjkLv2Table_7)); }
	inline uint8_t* get_cjkLv2Table_7() const { return ___cjkLv2Table_7; }
	inline uint8_t** get_address_of_cjkLv2Table_7() { return &___cjkLv2Table_7; }
	inline void set_cjkLv2Table_7(uint8_t* value)
	{
		___cjkLv2Table_7 = value;
	}

	inline static int32_t get_offset_of_cjkLv2Indexer_8() { return static_cast<int32_t>(offsetof(SimpleCollator_t2877834729, ___cjkLv2Indexer_8)); }
	inline CodePointIndexer_t4134431086 * get_cjkLv2Indexer_8() const { return ___cjkLv2Indexer_8; }
	inline CodePointIndexer_t4134431086 ** get_address_of_cjkLv2Indexer_8() { return &___cjkLv2Indexer_8; }
	inline void set_cjkLv2Indexer_8(CodePointIndexer_t4134431086 * value)
	{
		___cjkLv2Indexer_8 = value;
		Il2CppCodeGenWriteBarrier((&___cjkLv2Indexer_8), value);
	}

	inline static int32_t get_offset_of_lcid_9() { return static_cast<int32_t>(offsetof(SimpleCollator_t2877834729, ___lcid_9)); }
	inline int32_t get_lcid_9() const { return ___lcid_9; }
	inline int32_t* get_address_of_lcid_9() { return &___lcid_9; }
	inline void set_lcid_9(int32_t value)
	{
		___lcid_9 = value;
	}

	inline static int32_t get_offset_of_contractions_10() { return static_cast<int32_t>(offsetof(SimpleCollator_t2877834729, ___contractions_10)); }
	inline ContractionU5BU5D_t838556799* get_contractions_10() const { return ___contractions_10; }
	inline ContractionU5BU5D_t838556799** get_address_of_contractions_10() { return &___contractions_10; }
	inline void set_contractions_10(ContractionU5BU5D_t838556799* value)
	{
		___contractions_10 = value;
		Il2CppCodeGenWriteBarrier((&___contractions_10), value);
	}

	inline static int32_t get_offset_of_level2Maps_11() { return static_cast<int32_t>(offsetof(SimpleCollator_t2877834729, ___level2Maps_11)); }
	inline Level2MapU5BU5D_t3973367379* get_level2Maps_11() const { return ___level2Maps_11; }
	inline Level2MapU5BU5D_t3973367379** get_address_of_level2Maps_11() { return &___level2Maps_11; }
	inline void set_level2Maps_11(Level2MapU5BU5D_t3973367379* value)
	{
		___level2Maps_11 = value;
		Il2CppCodeGenWriteBarrier((&___level2Maps_11), value);
	}

	inline static int32_t get_offset_of_unsafeFlags_12() { return static_cast<int32_t>(offsetof(SimpleCollator_t2877834729, ___unsafeFlags_12)); }
	inline ByteU5BU5D_t4116647657* get_unsafeFlags_12() const { return ___unsafeFlags_12; }
	inline ByteU5BU5D_t4116647657** get_address_of_unsafeFlags_12() { return &___unsafeFlags_12; }
	inline void set_unsafeFlags_12(ByteU5BU5D_t4116647657* value)
	{
		___unsafeFlags_12 = value;
		Il2CppCodeGenWriteBarrier((&___unsafeFlags_12), value);
	}
};

struct SimpleCollator_t2877834729_StaticFields
{
public:
	// System.Boolean Mono.Globalization.Unicode.SimpleCollator::QuickCheckDisabled
	bool ___QuickCheckDisabled_0;
	// Mono.Globalization.Unicode.SimpleCollator Mono.Globalization.Unicode.SimpleCollator::invariant
	SimpleCollator_t2877834729 * ___invariant_1;

public:
	inline static int32_t get_offset_of_QuickCheckDisabled_0() { return static_cast<int32_t>(offsetof(SimpleCollator_t2877834729_StaticFields, ___QuickCheckDisabled_0)); }
	inline bool get_QuickCheckDisabled_0() const { return ___QuickCheckDisabled_0; }
	inline bool* get_address_of_QuickCheckDisabled_0() { return &___QuickCheckDisabled_0; }
	inline void set_QuickCheckDisabled_0(bool value)
	{
		___QuickCheckDisabled_0 = value;
	}

	inline static int32_t get_offset_of_invariant_1() { return static_cast<int32_t>(offsetof(SimpleCollator_t2877834729_StaticFields, ___invariant_1)); }
	inline SimpleCollator_t2877834729 * get_invariant_1() const { return ___invariant_1; }
	inline SimpleCollator_t2877834729 ** get_address_of_invariant_1() { return &___invariant_1; }
	inline void set_invariant_1(SimpleCollator_t2877834729 * value)
	{
		___invariant_1 = value;
		Il2CppCodeGenWriteBarrier((&___invariant_1), value);
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SIMPLECOLLATOR_T2877834729_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 MSCOMPATUNICODETABLEUTIL_T88013251_H
#define MSCOMPATUNICODETABLEUTIL_T88013251_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// Mono.Globalization.Unicode.MSCompatUnicodeTableUtil
struct  MSCompatUnicodeTableUtil_t88013251  : public RuntimeObject
{
public:

public:
};

struct MSCompatUnicodeTableUtil_t88013251_StaticFields
{
public:
	// Mono.Globalization.Unicode.CodePointIndexer Mono.Globalization.Unicode.MSCompatUnicodeTableUtil::Ignorable
	CodePointIndexer_t4134431086 * ___Ignorable_0;
	// Mono.Globalization.Unicode.CodePointIndexer Mono.Globalization.Unicode.MSCompatUnicodeTableUtil::Category
	CodePointIndexer_t4134431086 * ___Category_1;
	// Mono.Globalization.Unicode.CodePointIndexer Mono.Globalization.Unicode.MSCompatUnicodeTableUtil::Level1
	CodePointIndexer_t4134431086 * ___Level1_2;
	// Mono.Globalization.Unicode.CodePointIndexer Mono.Globalization.Unicode.MSCompatUnicodeTableUtil::Level2
	CodePointIndexer_t4134431086 * ___Level2_3;
	// Mono.Globalization.Unicode.CodePointIndexer Mono.Globalization.Unicode.MSCompatUnicodeTableUtil::Level3
	CodePointIndexer_t4134431086 * ___Level3_4;
	// Mono.Globalization.Unicode.CodePointIndexer Mono.Globalization.Unicode.MSCompatUnicodeTableUtil::CjkCHS
	CodePointIndexer_t4134431086 * ___CjkCHS_5;
	// Mono.Globalization.Unicode.CodePointIndexer Mono.Globalization.Unicode.MSCompatUnicodeTableUtil::Cjk
	CodePointIndexer_t4134431086 * ___Cjk_6;

public:
	inline static int32_t get_offset_of_Ignorable_0() { return static_cast<int32_t>(offsetof(MSCompatUnicodeTableUtil_t88013251_StaticFields, ___Ignorable_0)); }
	inline CodePointIndexer_t4134431086 * get_Ignorable_0() const { return ___Ignorable_0; }
	inline CodePointIndexer_t4134431086 ** get_address_of_Ignorable_0() { return &___Ignorable_0; }
	inline void set_Ignorable_0(CodePointIndexer_t4134431086 * value)
	{
		___Ignorable_0 = value;
		Il2CppCodeGenWriteBarrier((&___Ignorable_0), value);
	}

	inline static int32_t get_offset_of_Category_1() { return static_cast<int32_t>(offsetof(MSCompatUnicodeTableUtil_t88013251_StaticFields, ___Category_1)); }
	inline CodePointIndexer_t4134431086 * get_Category_1() const { return ___Category_1; }
	inline CodePointIndexer_t4134431086 ** get_address_of_Category_1() { return &___Category_1; }
	inline void set_Category_1(CodePointIndexer_t4134431086 * value)
	{
		___Category_1 = value;
		Il2CppCodeGenWriteBarrier((&___Category_1), value);
	}

	inline static int32_t get_offset_of_Level1_2() { return static_cast<int32_t>(offsetof(MSCompatUnicodeTableUtil_t88013251_StaticFields, ___Level1_2)); }
	inline CodePointIndexer_t4134431086 * get_Level1_2() const { return ___Level1_2; }
	inline CodePointIndexer_t4134431086 ** get_address_of_Level1_2() { return &___Level1_2; }
	inline void set_Level1_2(CodePointIndexer_t4134431086 * value)
	{
		___Level1_2 = value;
		Il2CppCodeGenWriteBarrier((&___Level1_2), value);
	}

	inline static int32_t get_offset_of_Level2_3() { return static_cast<int32_t>(offsetof(MSCompatUnicodeTableUtil_t88013251_StaticFields, ___Level2_3)); }
	inline CodePointIndexer_t4134431086 * get_Level2_3() const { return ___Level2_3; }
	inline CodePointIndexer_t4134431086 ** get_address_of_Level2_3() { return &___Level2_3; }
	inline void set_Level2_3(CodePointIndexer_t4134431086 * value)
	{
		___Level2_3 = value;
		Il2CppCodeGenWriteBarrier((&___Level2_3), value);
	}

	inline static int32_t get_offset_of_Level3_4() { return static_cast<int32_t>(offsetof(MSCompatUnicodeTableUtil_t88013251_StaticFields, ___Level3_4)); }
	inline CodePointIndexer_t4134431086 * get_Level3_4() const { return ___Level3_4; }
	inline CodePointIndexer_t4134431086 ** get_address_of_Level3_4() { return &___Level3_4; }
	inline void set_Level3_4(CodePointIndexer_t4134431086 * value)
	{
		___Level3_4 = value;
		Il2CppCodeGenWriteBarrier((&___Level3_4), value);
	}

	inline static int32_t get_offset_of_CjkCHS_5() { return static_cast<int32_t>(offsetof(MSCompatUnicodeTableUtil_t88013251_StaticFields, ___CjkCHS_5)); }
	inline CodePointIndexer_t4134431086 * get_CjkCHS_5() const { return ___CjkCHS_5; }
	inline CodePointIndexer_t4134431086 ** get_address_of_CjkCHS_5() { return &___CjkCHS_5; }
	inline void set_CjkCHS_5(CodePointIndexer_t4134431086 * value)
	{
		___CjkCHS_5 = value;
		Il2CppCodeGenWriteBarrier((&___CjkCHS_5), value);
	}

	inline static int32_t get_offset_of_Cjk_6() { return static_cast<int32_t>(offsetof(MSCompatUnicodeTableUtil_t88013251_StaticFields, ___Cjk_6)); }
	inline CodePointIndexer_t4134431086 * get_Cjk_6() const { return ___Cjk_6; }
	inline CodePointIndexer_t4134431086 ** get_address_of_Cjk_6() { return &___Cjk_6; }
	inline void set_Cjk_6(CodePointIndexer_t4134431086 * value)
	{
		___Cjk_6 = value;
		Il2CppCodeGenWriteBarrier((&___Cjk_6), value);
	}
};

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

// System.Collections.Generic.Dictionary`2<System.String,System.Int32>
struct  Dictionary_2_t2736202052  : public RuntimeObject
{
public:
	// System.Int32[] System.Collections.Generic.Dictionary`2::table
	Int32U5BU5D_t385246372* ___table_4;
	// System.Collections.Generic.Link[] System.Collections.Generic.Dictionary`2::linkSlots
	LinkU5BU5D_t964245573* ___linkSlots_5;
	// TKey[] System.Collections.Generic.Dictionary`2::keySlots
	StringU5BU5D_t1281789340* ___keySlots_6;
	// TValue[] System.Collections.Generic.Dictionary`2::valueSlots
	Int32U5BU5D_t385246372* ___valueSlots_7;
	// System.Int32 System.Collections.Generic.Dictionary`2::touchedSlots
	int32_t ___touchedSlots_8;
	// System.Int32 System.Collections.Generic.Dictionary`2::emptySlot
	int32_t ___emptySlot_9;
	// System.Int32 System.Collections.Generic.Dictionary`2::count
	int32_t ___count_10;
	// System.Int32 System.Collections.Generic.Dictionary`2::threshold
	int32_t ___threshold_11;
	// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::hcp
	RuntimeObject* ___hcp_12;
	// System.Runtime.Serialization.SerializationInfo System.Collections.Generic.Dictionary`2::serialization_info
	SerializationInfo_t950877179 * ___serialization_info_13;
	// System.Int32 System.Collections.Generic.Dictionary`2::generation
	int32_t ___generation_14;

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

	inline static int32_t get_offset_of_linkSlots_5() { return static_cast<int32_t>(offsetof(Dictionary_2_t2736202052, ___linkSlots_5)); }
	inline LinkU5BU5D_t964245573* get_linkSlots_5() const { return ___linkSlots_5; }
	inline LinkU5BU5D_t964245573** get_address_of_linkSlots_5() { return &___linkSlots_5; }
	inline void set_linkSlots_5(LinkU5BU5D_t964245573* value)
	{
		___linkSlots_5 = value;
		Il2CppCodeGenWriteBarrier((&___linkSlots_5), value);
	}

	inline static int32_t get_offset_of_keySlots_6() { return static_cast<int32_t>(offsetof(Dictionary_2_t2736202052, ___keySlots_6)); }
	inline StringU5BU5D_t1281789340* get_keySlots_6() const { return ___keySlots_6; }
	inline StringU5BU5D_t1281789340** get_address_of_keySlots_6() { return &___keySlots_6; }
	inline void set_keySlots_6(StringU5BU5D_t1281789340* value)
	{
		___keySlots_6 = value;
		Il2CppCodeGenWriteBarrier((&___keySlots_6), value);
	}

	inline static int32_t get_offset_of_valueSlots_7() { return static_cast<int32_t>(offsetof(Dictionary_2_t2736202052, ___valueSlots_7)); }
	inline Int32U5BU5D_t385246372* get_valueSlots_7() const { return ___valueSlots_7; }
	inline Int32U5BU5D_t385246372** get_address_of_valueSlots_7() { return &___valueSlots_7; }
	inline void set_valueSlots_7(Int32U5BU5D_t385246372* value)
	{
		___valueSlots_7 = value;
		Il2CppCodeGenWriteBarrier((&___valueSlots_7), value);
	}

	inline static int32_t get_offset_of_touchedSlots_8() { return static_cast<int32_t>(offsetof(Dictionary_2_t2736202052, ___touchedSlots_8)); }
	inline int32_t get_touchedSlots_8() const { return ___touchedSlots_8; }
	inline int32_t* get_address_of_touchedSlots_8() { return &___touchedSlots_8; }
	inline void set_touchedSlots_8(int32_t value)
	{
		___touchedSlots_8 = value;
	}

	inline static int32_t get_offset_of_emptySlot_9() { return static_cast<int32_t>(offsetof(Dictionary_2_t2736202052, ___emptySlot_9)); }
	inline int32_t get_emptySlot_9() const { return ___emptySlot_9; }
	inline int32_t* get_address_of_emptySlot_9() { return &___emptySlot_9; }
	inline void set_emptySlot_9(int32_t value)
	{
		___emptySlot_9 = value;
	}

	inline static int32_t get_offset_of_count_10() { return static_cast<int32_t>(offsetof(Dictionary_2_t2736202052, ___count_10)); }
	inline int32_t get_count_10() const { return ___count_10; }
	inline int32_t* get_address_of_count_10() { return &___count_10; }
	inline void set_count_10(int32_t value)
	{
		___count_10 = value;
	}

	inline static int32_t get_offset_of_threshold_11() { return static_cast<int32_t>(offsetof(Dictionary_2_t2736202052, ___threshold_11)); }
	inline int32_t get_threshold_11() const { return ___threshold_11; }
	inline int32_t* get_address_of_threshold_11() { return &___threshold_11; }
	inline void set_threshold_11(int32_t value)
	{
		___threshold_11 = value;
	}

	inline static int32_t get_offset_of_hcp_12() { return static_cast<int32_t>(offsetof(Dictionary_2_t2736202052, ___hcp_12)); }
	inline RuntimeObject* get_hcp_12() const { return ___hcp_12; }
	inline RuntimeObject** get_address_of_hcp_12() { return &___hcp_12; }
	inline void set_hcp_12(RuntimeObject* value)
	{
		___hcp_12 = value;
		Il2CppCodeGenWriteBarrier((&___hcp_12), value);
	}

	inline static int32_t get_offset_of_serialization_info_13() { return static_cast<int32_t>(offsetof(Dictionary_2_t2736202052, ___serialization_info_13)); }
	inline SerializationInfo_t950877179 * get_serialization_info_13() const { return ___serialization_info_13; }
	inline SerializationInfo_t950877179 ** get_address_of_serialization_info_13() { return &___serialization_info_13; }
	inline void set_serialization_info_13(SerializationInfo_t950877179 * value)
	{
		___serialization_info_13 = value;
		Il2CppCodeGenWriteBarrier((&___serialization_info_13), value);
	}

	inline static int32_t get_offset_of_generation_14() { return static_cast<int32_t>(offsetof(Dictionary_2_t2736202052, ___generation_14)); }
	inline int32_t get_generation_14() const { return ___generation_14; }
	inline int32_t* get_address_of_generation_14() { return &___generation_14; }
	inline void set_generation_14(int32_t value)
	{
		___generation_14 = value;
	}
};

struct Dictionary_2_t2736202052_StaticFields
{
public:
	// System.Collections.Generic.Dictionary`2/Transform`1<TKey,TValue,System.Collections.DictionaryEntry> System.Collections.Generic.Dictionary`2::<>f__am$cacheB
	Transform_1_t3530625384 * ___U3CU3Ef__amU24cacheB_15;

public:
	inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast<int32_t>(offsetof(Dictionary_2_t2736202052_StaticFields, ___U3CU3Ef__amU24cacheB_15)); }
	inline Transform_1_t3530625384 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; }
	inline Transform_1_t3530625384 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; }
	inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t3530625384 * value)
	{
		___U3CU3Ef__amU24cacheB_15 = value;
		Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value);
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DICTIONARY_2_T2736202052_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 KERNEL_T1402667219_H
#define KERNEL_T1402667219_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// Mono.Math.BigInteger/Kernel
struct  Kernel_t1402667219  : public RuntimeObject
{
public:

public:
};

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

// Mono.Math.Prime.Generator.PrimeGeneratorBase
struct  PrimeGeneratorBase_t446028866  : public RuntimeObject
{
public:

public:
};

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

// Mono.Security.Cryptography.PKCS8
struct  PKCS8_t696280612  : public RuntimeObject
{
public:

public:
};

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

// Mono.Math.Prime.PrimalityTests
struct  PrimalityTests_t1538473975  : public RuntimeObject
{
public:

public:
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // PRIMALITYTESTS_T1538473975_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 KEYBUILDER_T2049230354_H
#define KEYBUILDER_T2049230354_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// Mono.Security.Cryptography.KeyBuilder
struct  KeyBuilder_t2049230354  : public RuntimeObject
{
public:

public:
};

struct KeyBuilder_t2049230354_StaticFields
{
public:
	// System.Security.Cryptography.RandomNumberGenerator Mono.Security.Cryptography.KeyBuilder::rng
	RandomNumberGenerator_t386037858 * ___rng_0;

public:
	inline static int32_t get_offset_of_rng_0() { return static_cast<int32_t>(offsetof(KeyBuilder_t2049230354_StaticFields, ___rng_0)); }
	inline RandomNumberGenerator_t386037858 * get_rng_0() const { return ___rng_0; }
	inline RandomNumberGenerator_t386037858 ** get_address_of_rng_0() { return &___rng_0; }
	inline void set_rng_0(RandomNumberGenerator_t386037858 * value)
	{
		___rng_0 = value;
		Il2CppCodeGenWriteBarrier((&___rng_0), value);
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // KEYBUILDER_T2049230354_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 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 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 CRYPTOCONVERT_T610933156_H
#define CRYPTOCONVERT_T610933156_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// Mono.Security.Cryptography.CryptoConvert
struct  CryptoConvert_t610933156  : public RuntimeObject
{
public:

public:
};

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

// Mono.Security.Cryptography.BlockProcessor
struct  BlockProcessor_t1851031225  : public RuntimeObject
{
public:
	// System.Security.Cryptography.ICryptoTransform Mono.Security.Cryptography.BlockProcessor::transform
	RuntimeObject* ___transform_0;
	// System.Byte[] Mono.Security.Cryptography.BlockProcessor::block
	ByteU5BU5D_t4116647657* ___block_1;
	// System.Int32 Mono.Security.Cryptography.BlockProcessor::blockSize
	int32_t ___blockSize_2;
	// System.Int32 Mono.Security.Cryptography.BlockProcessor::blockCount
	int32_t ___blockCount_3;

public:
	inline static int32_t get_offset_of_transform_0() { return static_cast<int32_t>(offsetof(BlockProcessor_t1851031225, ___transform_0)); }
	inline RuntimeObject* get_transform_0() const { return ___transform_0; }
	inline RuntimeObject** get_address_of_transform_0() { return &___transform_0; }
	inline void set_transform_0(RuntimeObject* value)
	{
		___transform_0 = value;
		Il2CppCodeGenWriteBarrier((&___transform_0), value);
	}

	inline static int32_t get_offset_of_block_1() { return static_cast<int32_t>(offsetof(BlockProcessor_t1851031225, ___block_1)); }
	inline ByteU5BU5D_t4116647657* get_block_1() const { return ___block_1; }
	inline ByteU5BU5D_t4116647657** get_address_of_block_1() { return &___block_1; }
	inline void set_block_1(ByteU5BU5D_t4116647657* value)
	{
		___block_1 = value;
		Il2CppCodeGenWriteBarrier((&___block_1), value);
	}

	inline static int32_t get_offset_of_blockSize_2() { return static_cast<int32_t>(offsetof(BlockProcessor_t1851031225, ___blockSize_2)); }
	inline int32_t get_blockSize_2() const { return ___blockSize_2; }
	inline int32_t* get_address_of_blockSize_2() { return &___blockSize_2; }
	inline void set_blockSize_2(int32_t value)
	{
		___blockSize_2 = value;
	}

	inline static int32_t get_offset_of_blockCount_3() { return static_cast<int32_t>(offsetof(BlockProcessor_t1851031225, ___blockCount_3)); }
	inline int32_t get_blockCount_3() const { return ___blockCount_3; }
	inline int32_t* get_address_of_blockCount_3() { return &___blockCount_3; }
	inline void set_blockCount_3(int32_t value)
	{
		___blockCount_3 = value;
	}
};

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

// System.IO.TextReader
struct  TextReader_t283511965  : public RuntimeObject
{
public:

public:
};

struct TextReader_t283511965_StaticFields
{
public:
	// System.IO.TextReader System.IO.TextReader::Null
	TextReader_t283511965 * ___Null_0;

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

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TEXTREADER_T283511965_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 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 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 MACALGORITHM_T2441219148_H
#define MACALGORITHM_T2441219148_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// Mono.Security.Cryptography.MACAlgorithm
struct  MACAlgorithm_t2441219148  : public RuntimeObject
{
public:
	// System.Security.Cryptography.SymmetricAlgorithm Mono.Security.Cryptography.MACAlgorithm::algo
	SymmetricAlgorithm_t4254223087 * ___algo_0;
	// System.Security.Cryptography.ICryptoTransform Mono.Security.Cryptography.MACAlgorithm::enc
	RuntimeObject* ___enc_1;
	// System.Byte[] Mono.Security.Cryptography.MACAlgorithm::block
	ByteU5BU5D_t4116647657* ___block_2;
	// System.Int32 Mono.Security.Cryptography.MACAlgorithm::blockSize
	int32_t ___blockSize_3;
	// System.Int32 Mono.Security.Cryptography.MACAlgorithm::blockCount
	int32_t ___blockCount_4;

public:
	inline static int32_t get_offset_of_algo_0() { return static_cast<int32_t>(offsetof(MACAlgorithm_t2441219148, ___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_enc_1() { return static_cast<int32_t>(offsetof(MACAlgorithm_t2441219148, ___enc_1)); }
	inline RuntimeObject* get_enc_1() const { return ___enc_1; }
	inline RuntimeObject** get_address_of_enc_1() { return &___enc_1; }
	inline void set_enc_1(RuntimeObject* value)
	{
		___enc_1 = value;
		Il2CppCodeGenWriteBarrier((&___enc_1), value);
	}

	inline static int32_t get_offset_of_block_2() { return static_cast<int32_t>(offsetof(MACAlgorithm_t2441219148, ___block_2)); }
	inline ByteU5BU5D_t4116647657* get_block_2() const { return ___block_2; }
	inline ByteU5BU5D_t4116647657** get_address_of_block_2() { return &___block_2; }
	inline void set_block_2(ByteU5BU5D_t4116647657* value)
	{
		___block_2 = value;
		Il2CppCodeGenWriteBarrier((&___block_2), value);
	}

	inline static int32_t get_offset_of_blockSize_3() { return static_cast<int32_t>(offsetof(MACAlgorithm_t2441219148, ___blockSize_3)); }
	inline int32_t get_blockSize_3() const { return ___blockSize_3; }
	inline int32_t* get_address_of_blockSize_3() { return &___blockSize_3; }
	inline void set_blockSize_3(int32_t value)
	{
		___blockSize_3 = value;
	}

	inline static int32_t get_offset_of_blockCount_4() { return static_cast<int32_t>(offsetof(MACAlgorithm_t2441219148, ___blockCount_4)); }
	inline int32_t get_blockCount_4() const { return ___blockCount_4; }
	inline int32_t* get_address_of_blockCount_4() { return &___blockCount_4; }
	inline void set_blockCount_4(int32_t value)
	{
		___blockCount_4 = value;
	}
};

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

// Mono.Security.ASN1Convert
struct  ASN1Convert_t2839890152  : public RuntimeObject
{
public:

public:
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ASN1CONVERT_T2839890152_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 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 RUNTIME_T3174508158_H
#define RUNTIME_T3174508158_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// Mono.Runtime
struct  Runtime_t3174508158  : public RuntimeObject
{
public:

public:
};

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

// Mono.Security.Cryptography.PKCS1
struct  PKCS1_t1505584676  : public RuntimeObject
{
public:

public:
};

struct PKCS1_t1505584676_StaticFields
{
public:
	// System.Byte[] Mono.Security.Cryptography.PKCS1::emptySHA1
	ByteU5BU5D_t4116647657* ___emptySHA1_0;
	// System.Byte[] Mono.Security.Cryptography.PKCS1::emptySHA256
	ByteU5BU5D_t4116647657* ___emptySHA256_1;
	// System.Byte[] Mono.Security.Cryptography.PKCS1::emptySHA384
	ByteU5BU5D_t4116647657* ___emptySHA384_2;
	// System.Byte[] Mono.Security.Cryptography.PKCS1::emptySHA512
	ByteU5BU5D_t4116647657* ___emptySHA512_3;

public:
	inline static int32_t get_offset_of_emptySHA1_0() { return static_cast<int32_t>(offsetof(PKCS1_t1505584676_StaticFields, ___emptySHA1_0)); }
	inline ByteU5BU5D_t4116647657* get_emptySHA1_0() const { return ___emptySHA1_0; }
	inline ByteU5BU5D_t4116647657** get_address_of_emptySHA1_0() { return &___emptySHA1_0; }
	inline void set_emptySHA1_0(ByteU5BU5D_t4116647657* value)
	{
		___emptySHA1_0 = value;
		Il2CppCodeGenWriteBarrier((&___emptySHA1_0), value);
	}

	inline static int32_t get_offset_of_emptySHA256_1() { return static_cast<int32_t>(offsetof(PKCS1_t1505584676_StaticFields, ___emptySHA256_1)); }
	inline ByteU5BU5D_t4116647657* get_emptySHA256_1() const { return ___emptySHA256_1; }
	inline ByteU5BU5D_t4116647657** get_address_of_emptySHA256_1() { return &___emptySHA256_1; }
	inline void set_emptySHA256_1(ByteU5BU5D_t4116647657* value)
	{
		___emptySHA256_1 = value;
		Il2CppCodeGenWriteBarrier((&___emptySHA256_1), value);
	}

	inline static int32_t get_offset_of_emptySHA384_2() { return static_cast<int32_t>(offsetof(PKCS1_t1505584676_StaticFields, ___emptySHA384_2)); }
	inline ByteU5BU5D_t4116647657* get_emptySHA384_2() const { return ___emptySHA384_2; }
	inline ByteU5BU5D_t4116647657** get_address_of_emptySHA384_2() { return &___emptySHA384_2; }
	inline void set_emptySHA384_2(ByteU5BU5D_t4116647657* value)
	{
		___emptySHA384_2 = value;
		Il2CppCodeGenWriteBarrier((&___emptySHA384_2), value);
	}

	inline static int32_t get_offset_of_emptySHA512_3() { return static_cast<int32_t>(offsetof(PKCS1_t1505584676_StaticFields, ___emptySHA512_3)); }
	inline ByteU5BU5D_t4116647657* get_emptySHA512_3() const { return ___emptySHA512_3; }
	inline ByteU5BU5D_t4116647657** get_address_of_emptySHA512_3() { return &___emptySHA512_3; }
	inline void set_emptySHA512_3(ByteU5BU5D_t4116647657* value)
	{
		___emptySHA512_3 = value;
		Il2CppCodeGenWriteBarrier((&___emptySHA512_3), value);
	}
};

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

// Mono.Security.BitConverterLE
struct  BitConverterLE_t2108532978  : public RuntimeObject
{
public:

public:
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BITCONVERTERLE_T2108532978_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 STRONGNAME_T4093849377_H
#define STRONGNAME_T4093849377_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// Mono.Security.StrongName
struct  StrongName_t4093849377  : public RuntimeObject
{
public:
	// System.Security.Cryptography.RSA Mono.Security.StrongName::rsa
	RSA_t2385438082 * ___rsa_0;
	// System.Byte[] Mono.Security.StrongName::publicKey
	ByteU5BU5D_t4116647657* ___publicKey_1;
	// System.Byte[] Mono.Security.StrongName::keyToken
	ByteU5BU5D_t4116647657* ___keyToken_2;
	// System.String Mono.Security.StrongName::tokenAlgorithm
	String_t* ___tokenAlgorithm_3;

public:
	inline static int32_t get_offset_of_rsa_0() { return static_cast<int32_t>(offsetof(StrongName_t4093849377, ___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_publicKey_1() { return static_cast<int32_t>(offsetof(StrongName_t4093849377, ___publicKey_1)); }
	inline ByteU5BU5D_t4116647657* get_publicKey_1() const { return ___publicKey_1; }
	inline ByteU5BU5D_t4116647657** get_address_of_publicKey_1() { return &___publicKey_1; }
	inline void set_publicKey_1(ByteU5BU5D_t4116647657* value)
	{
		___publicKey_1 = value;
		Il2CppCodeGenWriteBarrier((&___publicKey_1), value);
	}

	inline static int32_t get_offset_of_keyToken_2() { return static_cast<int32_t>(offsetof(StrongName_t4093849377, ___keyToken_2)); }
	inline ByteU5BU5D_t4116647657* get_keyToken_2() const { return ___keyToken_2; }
	inline ByteU5BU5D_t4116647657** get_address_of_keyToken_2() { return &___keyToken_2; }
	inline void set_keyToken_2(ByteU5BU5D_t4116647657* value)
	{
		___keyToken_2 = value;
		Il2CppCodeGenWriteBarrier((&___keyToken_2), value);
	}

	inline static int32_t get_offset_of_tokenAlgorithm_3() { return static_cast<int32_t>(offsetof(StrongName_t4093849377, ___tokenAlgorithm_3)); }
	inline String_t* get_tokenAlgorithm_3() const { return ___tokenAlgorithm_3; }
	inline String_t** get_address_of_tokenAlgorithm_3() { return &___tokenAlgorithm_3; }
	inline void set_tokenAlgorithm_3(String_t* value)
	{
		___tokenAlgorithm_3 = value;
		Il2CppCodeGenWriteBarrier((&___tokenAlgorithm_3), value);
	}
};

struct StrongName_t4093849377_StaticFields
{
public:
	// System.Object Mono.Security.StrongName::lockObject
	RuntimeObject * ___lockObject_4;
	// System.Boolean Mono.Security.StrongName::initialized
	bool ___initialized_5;

public:
	inline static int32_t get_offset_of_lockObject_4() { return static_cast<int32_t>(offsetof(StrongName_t4093849377_StaticFields, ___lockObject_4)); }
	inline RuntimeObject * get_lockObject_4() const { return ___lockObject_4; }
	inline RuntimeObject ** get_address_of_lockObject_4() { return &___lockObject_4; }
	inline void set_lockObject_4(RuntimeObject * value)
	{
		___lockObject_4 = value;
		Il2CppCodeGenWriteBarrier((&___lockObject_4), value);
	}

	inline static int32_t get_offset_of_initialized_5() { return static_cast<int32_t>(offsetof(StrongName_t4093849377_StaticFields, ___initialized_5)); }
	inline bool get_initialized_5() const { return ___initialized_5; }
	inline bool* get_address_of_initialized_5() { return &___initialized_5; }
	inline void set_initialized_5(bool value)
	{
		___initialized_5 = value;
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // STRONGNAME_T4093849377_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 TEXTWRITER_T3478189236_H
#define TEXTWRITER_T3478189236_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.IO.TextWriter
struct  TextWriter_t3478189236  : public RuntimeObject
{
public:
	// System.Char[] System.IO.TextWriter::CoreNewLine
	CharU5BU5D_t3528271667* ___CoreNewLine_0;

public:
	inline static int32_t get_offset_of_CoreNewLine_0() { return static_cast<int32_t>(offsetof(TextWriter_t3478189236, ___CoreNewLine_0)); }
	inline CharU5BU5D_t3528271667* get_CoreNewLine_0() const { return ___CoreNewLine_0; }
	inline CharU5BU5D_t3528271667** get_address_of_CoreNewLine_0() { return &___CoreNewLine_0; }
	inline void set_CoreNewLine_0(CharU5BU5D_t3528271667* value)
	{
		___CoreNewLine_0 = value;
		Il2CppCodeGenWriteBarrier((&___CoreNewLine_0), value);
	}
};

struct TextWriter_t3478189236_StaticFields
{
public:
	// System.IO.TextWriter System.IO.TextWriter::Null
	TextWriter_t3478189236 * ___Null_1;

public:
	inline static int32_t get_offset_of_Null_1() { return static_cast<int32_t>(offsetof(TextWriter_t3478189236_StaticFields, ___Null_1)); }
	inline TextWriter_t3478189236 * get_Null_1() const { return ___Null_1; }
	inline TextWriter_t3478189236 ** get_address_of_Null_1() { return &___Null_1; }
	inline void set_Null_1(TextWriter_t3478189236 * value)
	{
		___Null_1 = value;
		Il2CppCodeGenWriteBarrier((&___Null_1), value);
	}
};

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

// Mono.Globalization.Unicode.CodePointIndexer
struct  CodePointIndexer_t4134431086  : public RuntimeObject
{
public:
	// Mono.Globalization.Unicode.CodePointIndexer/TableRange[] Mono.Globalization.Unicode.CodePointIndexer::ranges
	TableRangeU5BU5D_t2913440125* ___ranges_0;
	// System.Int32 Mono.Globalization.Unicode.CodePointIndexer::TotalCount
	int32_t ___TotalCount_1;
	// System.Int32 Mono.Globalization.Unicode.CodePointIndexer::defaultIndex
	int32_t ___defaultIndex_2;
	// System.Int32 Mono.Globalization.Unicode.CodePointIndexer::defaultCP
	int32_t ___defaultCP_3;

public:
	inline static int32_t get_offset_of_ranges_0() { return static_cast<int32_t>(offsetof(CodePointIndexer_t4134431086, ___ranges_0)); }
	inline TableRangeU5BU5D_t2913440125* get_ranges_0() const { return ___ranges_0; }
	inline TableRangeU5BU5D_t2913440125** get_address_of_ranges_0() { return &___ranges_0; }
	inline void set_ranges_0(TableRangeU5BU5D_t2913440125* value)
	{
		___ranges_0 = value;
		Il2CppCodeGenWriteBarrier((&___ranges_0), value);
	}

	inline static int32_t get_offset_of_TotalCount_1() { return static_cast<int32_t>(offsetof(CodePointIndexer_t4134431086, ___TotalCount_1)); }
	inline int32_t get_TotalCount_1() const { return ___TotalCount_1; }
	inline int32_t* get_address_of_TotalCount_1() { return &___TotalCount_1; }
	inline void set_TotalCount_1(int32_t value)
	{
		___TotalCount_1 = value;
	}

	inline static int32_t get_offset_of_defaultIndex_2() { return static_cast<int32_t>(offsetof(CodePointIndexer_t4134431086, ___defaultIndex_2)); }
	inline int32_t get_defaultIndex_2() const { return ___defaultIndex_2; }
	inline int32_t* get_address_of_defaultIndex_2() { return &___defaultIndex_2; }
	inline void set_defaultIndex_2(int32_t value)
	{
		___defaultIndex_2 = value;
	}

	inline static int32_t get_offset_of_defaultCP_3() { return static_cast<int32_t>(offsetof(CodePointIndexer_t4134431086, ___defaultCP_3)); }
	inline int32_t get_defaultCP_3() const { return ___defaultCP_3; }
	inline int32_t* get_address_of_defaultCP_3() { return &___defaultCP_3; }
	inline void set_defaultCP_3(int32_t value)
	{
		___defaultCP_3 = value;
	}
};

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

// Mono.Xml.SmallXmlParser
struct  SmallXmlParser_t973787839  : public RuntimeObject
{
public:
	// Mono.Xml.SmallXmlParser/IContentHandler Mono.Xml.SmallXmlParser::handler
	RuntimeObject* ___handler_0;
	// System.IO.TextReader Mono.Xml.SmallXmlParser::reader
	TextReader_t283511965 * ___reader_1;
	// System.Collections.Stack Mono.Xml.SmallXmlParser::elementNames
	Stack_t2329662280 * ___elementNames_2;
	// System.Collections.Stack Mono.Xml.SmallXmlParser::xmlSpaces
	Stack_t2329662280 * ___xmlSpaces_3;
	// System.String Mono.Xml.SmallXmlParser::xmlSpace
	String_t* ___xmlSpace_4;
	// System.Text.StringBuilder Mono.Xml.SmallXmlParser::buffer
	StringBuilder_t * ___buffer_5;
	// System.Char[] Mono.Xml.SmallXmlParser::nameBuffer
	CharU5BU5D_t3528271667* ___nameBuffer_6;
	// System.Boolean Mono.Xml.SmallXmlParser::isWhitespace
	bool ___isWhitespace_7;
	// Mono.Xml.SmallXmlParser/AttrListImpl Mono.Xml.SmallXmlParser::attributes
	AttrListImpl_t567962447 * ___attributes_8;
	// System.Int32 Mono.Xml.SmallXmlParser::line
	int32_t ___line_9;
	// System.Int32 Mono.Xml.SmallXmlParser::column
	int32_t ___column_10;
	// System.Boolean Mono.Xml.SmallXmlParser::resetColumn
	bool ___resetColumn_11;

public:
	inline static int32_t get_offset_of_handler_0() { return static_cast<int32_t>(offsetof(SmallXmlParser_t973787839, ___handler_0)); }
	inline RuntimeObject* get_handler_0() const { return ___handler_0; }
	inline RuntimeObject** get_address_of_handler_0() { return &___handler_0; }
	inline void set_handler_0(RuntimeObject* value)
	{
		___handler_0 = value;
		Il2CppCodeGenWriteBarrier((&___handler_0), value);
	}

	inline static int32_t get_offset_of_reader_1() { return static_cast<int32_t>(offsetof(SmallXmlParser_t973787839, ___reader_1)); }
	inline TextReader_t283511965 * get_reader_1() const { return ___reader_1; }
	inline TextReader_t283511965 ** get_address_of_reader_1() { return &___reader_1; }
	inline void set_reader_1(TextReader_t283511965 * value)
	{
		___reader_1 = value;
		Il2CppCodeGenWriteBarrier((&___reader_1), value);
	}

	inline static int32_t get_offset_of_elementNames_2() { return static_cast<int32_t>(offsetof(SmallXmlParser_t973787839, ___elementNames_2)); }
	inline Stack_t2329662280 * get_elementNames_2() const { return ___elementNames_2; }
	inline Stack_t2329662280 ** get_address_of_elementNames_2() { return &___elementNames_2; }
	inline void set_elementNames_2(Stack_t2329662280 * value)
	{
		___elementNames_2 = value;
		Il2CppCodeGenWriteBarrier((&___elementNames_2), value);
	}

	inline static int32_t get_offset_of_xmlSpaces_3() { return static_cast<int32_t>(offsetof(SmallXmlParser_t973787839, ___xmlSpaces_3)); }
	inline Stack_t2329662280 * get_xmlSpaces_3() const { return ___xmlSpaces_3; }
	inline Stack_t2329662280 ** get_address_of_xmlSpaces_3() { return &___xmlSpaces_3; }
	inline void set_xmlSpaces_3(Stack_t2329662280 * value)
	{
		___xmlSpaces_3 = value;
		Il2CppCodeGenWriteBarrier((&___xmlSpaces_3), value);
	}

	inline static int32_t get_offset_of_xmlSpace_4() { return static_cast<int32_t>(offsetof(SmallXmlParser_t973787839, ___xmlSpace_4)); }
	inline String_t* get_xmlSpace_4() const { return ___xmlSpace_4; }
	inline String_t** get_address_of_xmlSpace_4() { return &___xmlSpace_4; }
	inline void set_xmlSpace_4(String_t* value)
	{
		___xmlSpace_4 = value;
		Il2CppCodeGenWriteBarrier((&___xmlSpace_4), value);
	}

	inline static int32_t get_offset_of_buffer_5() { return static_cast<int32_t>(offsetof(SmallXmlParser_t973787839, ___buffer_5)); }
	inline StringBuilder_t * get_buffer_5() const { return ___buffer_5; }
	inline StringBuilder_t ** get_address_of_buffer_5() { return &___buffer_5; }
	inline void set_buffer_5(StringBuilder_t * value)
	{
		___buffer_5 = value;
		Il2CppCodeGenWriteBarrier((&___buffer_5), value);
	}

	inline static int32_t get_offset_of_nameBuffer_6() { return static_cast<int32_t>(offsetof(SmallXmlParser_t973787839, ___nameBuffer_6)); }
	inline CharU5BU5D_t3528271667* get_nameBuffer_6() const { return ___nameBuffer_6; }
	inline CharU5BU5D_t3528271667** get_address_of_nameBuffer_6() { return &___nameBuffer_6; }
	inline void set_nameBuffer_6(CharU5BU5D_t3528271667* value)
	{
		___nameBuffer_6 = value;
		Il2CppCodeGenWriteBarrier((&___nameBuffer_6), value);
	}

	inline static int32_t get_offset_of_isWhitespace_7() { return static_cast<int32_t>(offsetof(SmallXmlParser_t973787839, ___isWhitespace_7)); }
	inline bool get_isWhitespace_7() const { return ___isWhitespace_7; }
	inline bool* get_address_of_isWhitespace_7() { return &___isWhitespace_7; }
	inline void set_isWhitespace_7(bool value)
	{
		___isWhitespace_7 = value;
	}

	inline static int32_t get_offset_of_attributes_8() { return static_cast<int32_t>(offsetof(SmallXmlParser_t973787839, ___attributes_8)); }
	inline AttrListImpl_t567962447 * get_attributes_8() const { return ___attributes_8; }
	inline AttrListImpl_t567962447 ** get_address_of_attributes_8() { return &___attributes_8; }
	inline void set_attributes_8(AttrListImpl_t567962447 * value)
	{
		___attributes_8 = value;
		Il2CppCodeGenWriteBarrier((&___attributes_8), value);
	}

	inline static int32_t get_offset_of_line_9() { return static_cast<int32_t>(offsetof(SmallXmlParser_t973787839, ___line_9)); }
	inline int32_t get_line_9() const { return ___line_9; }
	inline int32_t* get_address_of_line_9() { return &___line_9; }
	inline void set_line_9(int32_t value)
	{
		___line_9 = value;
	}

	inline static int32_t get_offset_of_column_10() { return static_cast<int32_t>(offsetof(SmallXmlParser_t973787839, ___column_10)); }
	inline int32_t get_column_10() const { return ___column_10; }
	inline int32_t* get_address_of_column_10() { return &___column_10; }
	inline void set_column_10(int32_t value)
	{
		___column_10 = value;
	}

	inline static int32_t get_offset_of_resetColumn_11() { return static_cast<int32_t>(offsetof(SmallXmlParser_t973787839, ___resetColumn_11)); }
	inline bool get_resetColumn_11() const { return ___resetColumn_11; }
	inline bool* get_address_of_resetColumn_11() { return &___resetColumn_11; }
	inline void set_resetColumn_11(bool value)
	{
		___resetColumn_11 = value;
	}
};

struct SmallXmlParser_t973787839_StaticFields
{
public:
	// System.Collections.Generic.Dictionary`2<System.String,System.Int32> Mono.Xml.SmallXmlParser::<>f__switch$map18
	Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map18_12;

public:
	inline static int32_t get_offset_of_U3CU3Ef__switchU24map18_12() { return static_cast<int32_t>(offsetof(SmallXmlParser_t973787839_StaticFields, ___U3CU3Ef__switchU24map18_12)); }
	inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map18_12() const { return ___U3CU3Ef__switchU24map18_12; }
	inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map18_12() { return &___U3CU3Ef__switchU24map18_12; }
	inline void set_U3CU3Ef__switchU24map18_12(Dictionary_2_t2736202052 * value)
	{
		___U3CU3Ef__switchU24map18_12 = value;
		Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map18_12), value);
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SMALLXMLPARSER_T973787839_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 CONTRACTION_T1589275354_H
#define CONTRACTION_T1589275354_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// Mono.Globalization.Unicode.Contraction
struct  Contraction_t1589275354  : public RuntimeObject
{
public:
	// System.Char[] Mono.Globalization.Unicode.Contraction::Source
	CharU5BU5D_t3528271667* ___Source_0;
	// System.String Mono.Globalization.Unicode.Contraction::Replacement
	String_t* ___Replacement_1;
	// System.Byte[] Mono.Globalization.Unicode.Contraction::SortKey
	ByteU5BU5D_t4116647657* ___SortKey_2;

public:
	inline static int32_t get_offset_of_Source_0() { return static_cast<int32_t>(offsetof(Contraction_t1589275354, ___Source_0)); }
	inline CharU5BU5D_t3528271667* get_Source_0() const { return ___Source_0; }
	inline CharU5BU5D_t3528271667** get_address_of_Source_0() { return &___Source_0; }
	inline void set_Source_0(CharU5BU5D_t3528271667* value)
	{
		___Source_0 = value;
		Il2CppCodeGenWriteBarrier((&___Source_0), value);
	}

	inline static int32_t get_offset_of_Replacement_1() { return static_cast<int32_t>(offsetof(Contraction_t1589275354, ___Replacement_1)); }
	inline String_t* get_Replacement_1() const { return ___Replacement_1; }
	inline String_t** get_address_of_Replacement_1() { return &___Replacement_1; }
	inline void set_Replacement_1(String_t* value)
	{
		___Replacement_1 = value;
		Il2CppCodeGenWriteBarrier((&___Replacement_1), value);
	}

	inline static int32_t get_offset_of_SortKey_2() { return static_cast<int32_t>(offsetof(Contraction_t1589275354, ___SortKey_2)); }
	inline ByteU5BU5D_t4116647657* get_SortKey_2() const { return ___SortKey_2; }
	inline ByteU5BU5D_t4116647657** get_address_of_SortKey_2() { return &___SortKey_2; }
	inline void set_SortKey_2(ByteU5BU5D_t4116647657* value)
	{
		___SortKey_2 = value;
		Il2CppCodeGenWriteBarrier((&___SortKey_2), value);
	}
};

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

// Locale
struct  Locale_t4128636107  : public RuntimeObject
{
public:

public:
};

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

// Mono.Globalization.Unicode.Level2Map
struct  Level2Map_t3640798870  : public RuntimeObject
{
public:
	// System.Byte Mono.Globalization.Unicode.Level2Map::Source
	uint8_t ___Source_0;
	// System.Byte Mono.Globalization.Unicode.Level2Map::Replace
	uint8_t ___Replace_1;

public:
	inline static int32_t get_offset_of_Source_0() { return static_cast<int32_t>(offsetof(Level2Map_t3640798870, ___Source_0)); }
	inline uint8_t get_Source_0() const { return ___Source_0; }
	inline uint8_t* get_address_of_Source_0() { return &___Source_0; }
	inline void set_Source_0(uint8_t value)
	{
		___Source_0 = value;
	}

	inline static int32_t get_offset_of_Replace_1() { return static_cast<int32_t>(offsetof(Level2Map_t3640798870, ___Replace_1)); }
	inline uint8_t get_Replace_1() const { return ___Replace_1; }
	inline uint8_t* get_address_of_Replace_1() { return &___Replace_1; }
	inline void set_Replace_1(uint8_t value)
	{
		___Replace_1 = value;
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // LEVEL2MAP_T3640798870_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 TAILORINGINFO_T866433654_H
#define TAILORINGINFO_T866433654_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// Mono.Globalization.Unicode.TailoringInfo
struct  TailoringInfo_t866433654  : public RuntimeObject
{
public:
	// System.Int32 Mono.Globalization.Unicode.TailoringInfo::LCID
	int32_t ___LCID_0;
	// System.Int32 Mono.Globalization.Unicode.TailoringInfo::TailoringIndex
	int32_t ___TailoringIndex_1;
	// System.Int32 Mono.Globalization.Unicode.TailoringInfo::TailoringCount
	int32_t ___TailoringCount_2;
	// System.Boolean Mono.Globalization.Unicode.TailoringInfo::FrenchSort
	bool ___FrenchSort_3;

public:
	inline static int32_t get_offset_of_LCID_0() { return static_cast<int32_t>(offsetof(TailoringInfo_t866433654, ___LCID_0)); }
	inline int32_t get_LCID_0() const { return ___LCID_0; }
	inline int32_t* get_address_of_LCID_0() { return &___LCID_0; }
	inline void set_LCID_0(int32_t value)
	{
		___LCID_0 = value;
	}

	inline static int32_t get_offset_of_TailoringIndex_1() { return static_cast<int32_t>(offsetof(TailoringInfo_t866433654, ___TailoringIndex_1)); }
	inline int32_t get_TailoringIndex_1() const { return ___TailoringIndex_1; }
	inline int32_t* get_address_of_TailoringIndex_1() { return &___TailoringIndex_1; }
	inline void set_TailoringIndex_1(int32_t value)
	{
		___TailoringIndex_1 = value;
	}

	inline static int32_t get_offset_of_TailoringCount_2() { return static_cast<int32_t>(offsetof(TailoringInfo_t866433654, ___TailoringCount_2)); }
	inline int32_t get_TailoringCount_2() const { return ___TailoringCount_2; }
	inline int32_t* get_address_of_TailoringCount_2() { return &___TailoringCount_2; }
	inline void set_TailoringCount_2(int32_t value)
	{
		___TailoringCount_2 = value;
	}

	inline static int32_t get_offset_of_FrenchSort_3() { return static_cast<int32_t>(offsetof(TailoringInfo_t866433654, ___FrenchSort_3)); }
	inline bool get_FrenchSort_3() const { return ___FrenchSort_3; }
	inline bool* get_address_of_FrenchSort_3() { return &___FrenchSort_3; }
	inline void set_FrenchSort_3(bool value)
	{
		___FrenchSort_3 = value;
	}
};

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

// Mono.Globalization.Unicode.Level2MapComparer
struct  Level2MapComparer_t1716225294  : public RuntimeObject
{
public:

public:
};

struct Level2MapComparer_t1716225294_StaticFields
{
public:
	// Mono.Globalization.Unicode.Level2MapComparer Mono.Globalization.Unicode.Level2MapComparer::Instance
	Level2MapComparer_t1716225294 * ___Instance_0;

public:
	inline static int32_t get_offset_of_Instance_0() { return static_cast<int32_t>(offsetof(Level2MapComparer_t1716225294_StaticFields, ___Instance_0)); }
	inline Level2MapComparer_t1716225294 * get_Instance_0() const { return ___Instance_0; }
	inline Level2MapComparer_t1716225294 ** get_address_of_Instance_0() { return &___Instance_0; }
	inline void set_Instance_0(Level2MapComparer_t1716225294 * value)
	{
		___Instance_0 = value;
		Il2CppCodeGenWriteBarrier((&___Instance_0), value);
	}
};

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

// Mono.Globalization.Unicode.MSCompatUnicodeTable
struct  MSCompatUnicodeTable_t1453885583  : public RuntimeObject
{
public:

public:
};

struct MSCompatUnicodeTable_t1453885583_StaticFields
{
public:
	// System.Int32 Mono.Globalization.Unicode.MSCompatUnicodeTable::MaxExpansionLength
	int32_t ___MaxExpansionLength_0;
	// System.Byte* Mono.Globalization.Unicode.MSCompatUnicodeTable::ignorableFlags
	uint8_t* ___ignorableFlags_1;
	// System.Byte* Mono.Globalization.Unicode.MSCompatUnicodeTable::categories
	uint8_t* ___categories_2;
	// System.Byte* Mono.Globalization.Unicode.MSCompatUnicodeTable::level1
	uint8_t* ___level1_3;
	// System.Byte* Mono.Globalization.Unicode.MSCompatUnicodeTable::level2
	uint8_t* ___level2_4;
	// System.Byte* Mono.Globalization.Unicode.MSCompatUnicodeTable::level3
	uint8_t* ___level3_5;
	// System.Byte* Mono.Globalization.Unicode.MSCompatUnicodeTable::cjkCHScategory
	uint8_t* ___cjkCHScategory_6;
	// System.Byte* Mono.Globalization.Unicode.MSCompatUnicodeTable::cjkCHTcategory
	uint8_t* ___cjkCHTcategory_7;
	// System.Byte* Mono.Globalization.Unicode.MSCompatUnicodeTable::cjkJAcategory
	uint8_t* ___cjkJAcategory_8;
	// System.Byte* Mono.Globalization.Unicode.MSCompatUnicodeTable::cjkKOcategory
	uint8_t* ___cjkKOcategory_9;
	// System.Byte* Mono.Globalization.Unicode.MSCompatUnicodeTable::cjkCHSlv1
	uint8_t* ___cjkCHSlv1_10;
	// System.Byte* Mono.Globalization.Unicode.MSCompatUnicodeTable::cjkCHTlv1
	uint8_t* ___cjkCHTlv1_11;
	// System.Byte* Mono.Globalization.Unicode.MSCompatUnicodeTable::cjkJAlv1
	uint8_t* ___cjkJAlv1_12;
	// System.Byte* Mono.Globalization.Unicode.MSCompatUnicodeTable::cjkKOlv1
	uint8_t* ___cjkKOlv1_13;
	// System.Byte* Mono.Globalization.Unicode.MSCompatUnicodeTable::cjkKOlv2
	uint8_t* ___cjkKOlv2_14;
	// System.Char[] Mono.Globalization.Unicode.MSCompatUnicodeTable::tailoringArr
	CharU5BU5D_t3528271667* ___tailoringArr_15;
	// Mono.Globalization.Unicode.TailoringInfo[] Mono.Globalization.Unicode.MSCompatUnicodeTable::tailoringInfos
	TailoringInfoU5BU5D_t1797664499* ___tailoringInfos_16;
	// System.Object Mono.Globalization.Unicode.MSCompatUnicodeTable::forLock
	RuntimeObject * ___forLock_17;
	// System.Boolean Mono.Globalization.Unicode.MSCompatUnicodeTable::isReady
	bool ___isReady_18;
	// System.Collections.Generic.Dictionary`2<System.String,System.Int32> Mono.Globalization.Unicode.MSCompatUnicodeTable::<>f__switch$map2
	Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map2_19;
	// System.Collections.Generic.Dictionary`2<System.String,System.Int32> Mono.Globalization.Unicode.MSCompatUnicodeTable::<>f__switch$map3
	Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map3_20;
	// System.Collections.Generic.Dictionary`2<System.String,System.Int32> Mono.Globalization.Unicode.MSCompatUnicodeTable::<>f__switch$map4
	Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map4_21;

public:
	inline static int32_t get_offset_of_MaxExpansionLength_0() { return static_cast<int32_t>(offsetof(MSCompatUnicodeTable_t1453885583_StaticFields, ___MaxExpansionLength_0)); }
	inline int32_t get_MaxExpansionLength_0() const { return ___MaxExpansionLength_0; }
	inline int32_t* get_address_of_MaxExpansionLength_0() { return &___MaxExpansionLength_0; }
	inline void set_MaxExpansionLength_0(int32_t value)
	{
		___MaxExpansionLength_0 = value;
	}

	inline static int32_t get_offset_of_ignorableFlags_1() { return static_cast<int32_t>(offsetof(MSCompatUnicodeTable_t1453885583_StaticFields, ___ignorableFlags_1)); }
	inline uint8_t* get_ignorableFlags_1() const { return ___ignorableFlags_1; }
	inline uint8_t** get_address_of_ignorableFlags_1() { return &___ignorableFlags_1; }
	inline void set_ignorableFlags_1(uint8_t* value)
	{
		___ignorableFlags_1 = value;
	}

	inline static int32_t get_offset_of_categories_2() { return static_cast<int32_t>(offsetof(MSCompatUnicodeTable_t1453885583_StaticFields, ___categories_2)); }
	inline uint8_t* get_categories_2() const { return ___categories_2; }
	inline uint8_t** get_address_of_categories_2() { return &___categories_2; }
	inline void set_categories_2(uint8_t* value)
	{
		___categories_2 = value;
	}

	inline static int32_t get_offset_of_level1_3() { return static_cast<int32_t>(offsetof(MSCompatUnicodeTable_t1453885583_StaticFields, ___level1_3)); }
	inline uint8_t* get_level1_3() const { return ___level1_3; }
	inline uint8_t** get_address_of_level1_3() { return &___level1_3; }
	inline void set_level1_3(uint8_t* value)
	{
		___level1_3 = value;
	}

	inline static int32_t get_offset_of_level2_4() { return static_cast<int32_t>(offsetof(MSCompatUnicodeTable_t1453885583_StaticFields, ___level2_4)); }
	inline uint8_t* get_level2_4() const { return ___level2_4; }
	inline uint8_t** get_address_of_level2_4() { return &___level2_4; }
	inline void set_level2_4(uint8_t* value)
	{
		___level2_4 = value;
	}

	inline static int32_t get_offset_of_level3_5() { return static_cast<int32_t>(offsetof(MSCompatUnicodeTable_t1453885583_StaticFields, ___level3_5)); }
	inline uint8_t* get_level3_5() const { return ___level3_5; }
	inline uint8_t** get_address_of_level3_5() { return &___level3_5; }
	inline void set_level3_5(uint8_t* value)
	{
		___level3_5 = value;
	}

	inline static int32_t get_offset_of_cjkCHScategory_6() { return static_cast<int32_t>(offsetof(MSCompatUnicodeTable_t1453885583_StaticFields, ___cjkCHScategory_6)); }
	inline uint8_t* get_cjkCHScategory_6() const { return ___cjkCHScategory_6; }
	inline uint8_t** get_address_of_cjkCHScategory_6() { return &___cjkCHScategory_6; }
	inline void set_cjkCHScategory_6(uint8_t* value)
	{
		___cjkCHScategory_6 = value;
	}

	inline static int32_t get_offset_of_cjkCHTcategory_7() { return static_cast<int32_t>(offsetof(MSCompatUnicodeTable_t1453885583_StaticFields, ___cjkCHTcategory_7)); }
	inline uint8_t* get_cjkCHTcategory_7() const { return ___cjkCHTcategory_7; }
	inline uint8_t** get_address_of_cjkCHTcategory_7() { return &___cjkCHTcategory_7; }
	inline void set_cjkCHTcategory_7(uint8_t* value)
	{
		___cjkCHTcategory_7 = value;
	}

	inline static int32_t get_offset_of_cjkJAcategory_8() { return static_cast<int32_t>(offsetof(MSCompatUnicodeTable_t1453885583_StaticFields, ___cjkJAcategory_8)); }
	inline uint8_t* get_cjkJAcategory_8() const { return ___cjkJAcategory_8; }
	inline uint8_t** get_address_of_cjkJAcategory_8() { return &___cjkJAcategory_8; }
	inline void set_cjkJAcategory_8(uint8_t* value)
	{
		___cjkJAcategory_8 = value;
	}

	inline static int32_t get_offset_of_cjkKOcategory_9() { return static_cast<int32_t>(offsetof(MSCompatUnicodeTable_t1453885583_StaticFields, ___cjkKOcategory_9)); }
	inline uint8_t* get_cjkKOcategory_9() const { return ___cjkKOcategory_9; }
	inline uint8_t** get_address_of_cjkKOcategory_9() { return &___cjkKOcategory_9; }
	inline void set_cjkKOcategory_9(uint8_t* value)
	{
		___cjkKOcategory_9 = value;
	}

	inline static int32_t get_offset_of_cjkCHSlv1_10() { return static_cast<int32_t>(offsetof(MSCompatUnicodeTable_t1453885583_StaticFields, ___cjkCHSlv1_10)); }
	inline uint8_t* get_cjkCHSlv1_10() const { return ___cjkCHSlv1_10; }
	inline uint8_t** get_address_of_cjkCHSlv1_10() { return &___cjkCHSlv1_10; }
	inline void set_cjkCHSlv1_10(uint8_t* value)
	{
		___cjkCHSlv1_10 = value;
	}

	inline static int32_t get_offset_of_cjkCHTlv1_11() { return static_cast<int32_t>(offsetof(MSCompatUnicodeTable_t1453885583_StaticFields, ___cjkCHTlv1_11)); }
	inline uint8_t* get_cjkCHTlv1_11() const { return ___cjkCHTlv1_11; }
	inline uint8_t** get_address_of_cjkCHTlv1_11() { return &___cjkCHTlv1_11; }
	inline void set_cjkCHTlv1_11(uint8_t* value)
	{
		___cjkCHTlv1_11 = value;
	}

	inline static int32_t get_offset_of_cjkJAlv1_12() { return static_cast<int32_t>(offsetof(MSCompatUnicodeTable_t1453885583_StaticFields, ___cjkJAlv1_12)); }
	inline uint8_t* get_cjkJAlv1_12() const { return ___cjkJAlv1_12; }
	inline uint8_t** get_address_of_cjkJAlv1_12() { return &___cjkJAlv1_12; }
	inline void set_cjkJAlv1_12(uint8_t* value)
	{
		___cjkJAlv1_12 = value;
	}

	inline static int32_t get_offset_of_cjkKOlv1_13() { return static_cast<int32_t>(offsetof(MSCompatUnicodeTable_t1453885583_StaticFields, ___cjkKOlv1_13)); }
	inline uint8_t* get_cjkKOlv1_13() const { return ___cjkKOlv1_13; }
	inline uint8_t** get_address_of_cjkKOlv1_13() { return &___cjkKOlv1_13; }
	inline void set_cjkKOlv1_13(uint8_t* value)
	{
		___cjkKOlv1_13 = value;
	}

	inline static int32_t get_offset_of_cjkKOlv2_14() { return static_cast<int32_t>(offsetof(MSCompatUnicodeTable_t1453885583_StaticFields, ___cjkKOlv2_14)); }
	inline uint8_t* get_cjkKOlv2_14() const { return ___cjkKOlv2_14; }
	inline uint8_t** get_address_of_cjkKOlv2_14() { return &___cjkKOlv2_14; }
	inline void set_cjkKOlv2_14(uint8_t* value)
	{
		___cjkKOlv2_14 = value;
	}

	inline static int32_t get_offset_of_tailoringArr_15() { return static_cast<int32_t>(offsetof(MSCompatUnicodeTable_t1453885583_StaticFields, ___tailoringArr_15)); }
	inline CharU5BU5D_t3528271667* get_tailoringArr_15() const { return ___tailoringArr_15; }
	inline CharU5BU5D_t3528271667** get_address_of_tailoringArr_15() { return &___tailoringArr_15; }
	inline void set_tailoringArr_15(CharU5BU5D_t3528271667* value)
	{
		___tailoringArr_15 = value;
		Il2CppCodeGenWriteBarrier((&___tailoringArr_15), value);
	}

	inline static int32_t get_offset_of_tailoringInfos_16() { return static_cast<int32_t>(offsetof(MSCompatUnicodeTable_t1453885583_StaticFields, ___tailoringInfos_16)); }
	inline TailoringInfoU5BU5D_t1797664499* get_tailoringInfos_16() const { return ___tailoringInfos_16; }
	inline TailoringInfoU5BU5D_t1797664499** get_address_of_tailoringInfos_16() { return &___tailoringInfos_16; }
	inline void set_tailoringInfos_16(TailoringInfoU5BU5D_t1797664499* value)
	{
		___tailoringInfos_16 = value;
		Il2CppCodeGenWriteBarrier((&___tailoringInfos_16), value);
	}

	inline static int32_t get_offset_of_forLock_17() { return static_cast<int32_t>(offsetof(MSCompatUnicodeTable_t1453885583_StaticFields, ___forLock_17)); }
	inline RuntimeObject * get_forLock_17() const { return ___forLock_17; }
	inline RuntimeObject ** get_address_of_forLock_17() { return &___forLock_17; }
	inline void set_forLock_17(RuntimeObject * value)
	{
		___forLock_17 = value;
		Il2CppCodeGenWriteBarrier((&___forLock_17), value);
	}

	inline static int32_t get_offset_of_isReady_18() { return static_cast<int32_t>(offsetof(MSCompatUnicodeTable_t1453885583_StaticFields, ___isReady_18)); }
	inline bool get_isReady_18() const { return ___isReady_18; }
	inline bool* get_address_of_isReady_18() { return &___isReady_18; }
	inline void set_isReady_18(bool value)
	{
		___isReady_18 = value;
	}

	inline static int32_t get_offset_of_U3CU3Ef__switchU24map2_19() { return static_cast<int32_t>(offsetof(MSCompatUnicodeTable_t1453885583_StaticFields, ___U3CU3Ef__switchU24map2_19)); }
	inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map2_19() const { return ___U3CU3Ef__switchU24map2_19; }
	inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map2_19() { return &___U3CU3Ef__switchU24map2_19; }
	inline void set_U3CU3Ef__switchU24map2_19(Dictionary_2_t2736202052 * value)
	{
		___U3CU3Ef__switchU24map2_19 = value;
		Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map2_19), value);
	}

	inline static int32_t get_offset_of_U3CU3Ef__switchU24map3_20() { return static_cast<int32_t>(offsetof(MSCompatUnicodeTable_t1453885583_StaticFields, ___U3CU3Ef__switchU24map3_20)); }
	inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map3_20() const { return ___U3CU3Ef__switchU24map3_20; }
	inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map3_20() { return &___U3CU3Ef__switchU24map3_20; }
	inline void set_U3CU3Ef__switchU24map3_20(Dictionary_2_t2736202052 * value)
	{
		___U3CU3Ef__switchU24map3_20 = value;
		Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map3_20), value);
	}

	inline static int32_t get_offset_of_U3CU3Ef__switchU24map4_21() { return static_cast<int32_t>(offsetof(MSCompatUnicodeTable_t1453885583_StaticFields, ___U3CU3Ef__switchU24map4_21)); }
	inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map4_21() const { return ___U3CU3Ef__switchU24map4_21; }
	inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map4_21() { return &___U3CU3Ef__switchU24map4_21; }
	inline void set_U3CU3Ef__switchU24map4_21(Dictionary_2_t2736202052 * value)
	{
		___U3CU3Ef__switchU24map4_21 = value;
		Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map4_21), value);
	}
};

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

// Mono.Globalization.Unicode.ContractionComparer
struct  ContractionComparer_t2750537063  : public RuntimeObject
{
public:

public:
};

struct ContractionComparer_t2750537063_StaticFields
{
public:
	// Mono.Globalization.Unicode.ContractionComparer Mono.Globalization.Unicode.ContractionComparer::Instance
	ContractionComparer_t2750537063 * ___Instance_0;

public:
	inline static int32_t get_offset_of_Instance_0() { return static_cast<int32_t>(offsetof(ContractionComparer_t2750537063_StaticFields, ___Instance_0)); }
	inline ContractionComparer_t2750537063 * get_Instance_0() const { return ___Instance_0; }
	inline ContractionComparer_t2750537063 ** get_address_of_Instance_0() { return &___Instance_0; }
	inline void set_Instance_0(ContractionComparer_t2750537063 * value)
	{
		___Instance_0 = value;
		Il2CppCodeGenWriteBarrier((&___Instance_0), value);
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // CONTRACTIONCOMPARER_T2750537063_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 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 SECURITYPARSER_T4124480077_H
#define SECURITYPARSER_T4124480077_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// Mono.Xml.SecurityParser
struct  SecurityParser_t4124480077  : public SmallXmlParser_t973787839
{
public:
	// System.Security.SecurityElement Mono.Xml.SecurityParser::root
	SecurityElement_t1046076091 * ___root_13;
	// System.Security.SecurityElement Mono.Xml.SecurityParser::current
	SecurityElement_t1046076091 * ___current_14;
	// System.Collections.Stack Mono.Xml.SecurityParser::stack
	Stack_t2329662280 * ___stack_15;

public:
	inline static int32_t get_offset_of_root_13() { return static_cast<int32_t>(offsetof(SecurityParser_t4124480077, ___root_13)); }
	inline SecurityElement_t1046076091 * get_root_13() const { return ___root_13; }
	inline SecurityElement_t1046076091 ** get_address_of_root_13() { return &___root_13; }
	inline void set_root_13(SecurityElement_t1046076091 * value)
	{
		___root_13 = value;
		Il2CppCodeGenWriteBarrier((&___root_13), value);
	}

	inline static int32_t get_offset_of_current_14() { return static_cast<int32_t>(offsetof(SecurityParser_t4124480077, ___current_14)); }
	inline SecurityElement_t1046076091 * get_current_14() const { return ___current_14; }
	inline SecurityElement_t1046076091 ** get_address_of_current_14() { return &___current_14; }
	inline void set_current_14(SecurityElement_t1046076091 * value)
	{
		___current_14 = value;
		Il2CppCodeGenWriteBarrier((&___current_14), value);
	}

	inline static int32_t get_offset_of_stack_15() { return static_cast<int32_t>(offsetof(SecurityParser_t4124480077, ___stack_15)); }
	inline Stack_t2329662280 * get_stack_15() const { return ___stack_15; }
	inline Stack_t2329662280 ** get_address_of_stack_15() { return &___stack_15; }
	inline void set_stack_15(Stack_t2329662280 * value)
	{
		___stack_15 = value;
		Il2CppCodeGenWriteBarrier((&___stack_15), value);
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SECURITYPARSER_T4124480077_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 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 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 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 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 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 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 MD5_T3177620429_H
#define MD5_T3177620429_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Security.Cryptography.MD5
struct  MD5_t3177620429  : public HashAlgorithm_t1432317219
{
public:

public:
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // MD5_T3177620429_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 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 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 GUID_T_H
#define GUID_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Guid
struct  Guid_t 
{
public:
	// System.Int32 System.Guid::_a
	int32_t ____a_0;
	// System.Int16 System.Guid::_b
	int16_t ____b_1;
	// System.Int16 System.Guid::_c
	int16_t ____c_2;
	// System.Byte System.Guid::_d
	uint8_t ____d_3;
	// System.Byte System.Guid::_e
	uint8_t ____e_4;
	// System.Byte System.Guid::_f
	uint8_t ____f_5;
	// System.Byte System.Guid::_g
	uint8_t ____g_6;
	// System.Byte System.Guid::_h
	uint8_t ____h_7;
	// System.Byte System.Guid::_i
	uint8_t ____i_8;
	// System.Byte System.Guid::_j
	uint8_t ____j_9;
	// System.Byte System.Guid::_k
	uint8_t ____k_10;

public:
	inline static int32_t get_offset_of__a_0() { return static_cast<int32_t>(offsetof(Guid_t, ____a_0)); }
	inline int32_t get__a_0() const { return ____a_0; }
	inline int32_t* get_address_of__a_0() { return &____a_0; }
	inline void set__a_0(int32_t value)
	{
		____a_0 = value;
	}

	inline static int32_t get_offset_of__b_1() { return static_cast<int32_t>(offsetof(Guid_t, ____b_1)); }
	inline int16_t get__b_1() const { return ____b_1; }
	inline int16_t* get_address_of__b_1() { return &____b_1; }
	inline void set__b_1(int16_t value)
	{
		____b_1 = value;
	}

	inline static int32_t get_offset_of__c_2() { return static_cast<int32_t>(offsetof(Guid_t, ____c_2)); }
	inline int16_t get__c_2() const { return ____c_2; }
	inline int16_t* get_address_of__c_2() { return &____c_2; }
	inline void set__c_2(int16_t value)
	{
		____c_2 = value;
	}

	inline static int32_t get_offset_of__d_3() { return static_cast<int32_t>(offsetof(Guid_t, ____d_3)); }
	inline uint8_t get__d_3() const { return ____d_3; }
	inline uint8_t* get_address_of__d_3() { return &____d_3; }
	inline void set__d_3(uint8_t value)
	{
		____d_3 = value;
	}

	inline static int32_t get_offset_of__e_4() { return static_cast<int32_t>(offsetof(Guid_t, ____e_4)); }
	inline uint8_t get__e_4() const { return ____e_4; }
	inline uint8_t* get_address_of__e_4() { return &____e_4; }
	inline void set__e_4(uint8_t value)
	{
		____e_4 = value;
	}

	inline static int32_t get_offset_of__f_5() { return static_cast<int32_t>(offsetof(Guid_t, ____f_5)); }
	inline uint8_t get__f_5() const { return ____f_5; }
	inline uint8_t* get_address_of__f_5() { return &____f_5; }
	inline void set__f_5(uint8_t value)
	{
		____f_5 = value;
	}

	inline static int32_t get_offset_of__g_6() { return static_cast<int32_t>(offsetof(Guid_t, ____g_6)); }
	inline uint8_t get__g_6() const { return ____g_6; }
	inline uint8_t* get_address_of__g_6() { return &____g_6; }
	inline void set__g_6(uint8_t value)
	{
		____g_6 = value;
	}

	inline static int32_t get_offset_of__h_7() { return static_cast<int32_t>(offsetof(Guid_t, ____h_7)); }
	inline uint8_t get__h_7() const { return ____h_7; }
	inline uint8_t* get_address_of__h_7() { return &____h_7; }
	inline void set__h_7(uint8_t value)
	{
		____h_7 = value;
	}

	inline static int32_t get_offset_of__i_8() { return static_cast<int32_t>(offsetof(Guid_t, ____i_8)); }
	inline uint8_t get__i_8() const { return ____i_8; }
	inline uint8_t* get_address_of__i_8() { return &____i_8; }
	inline void set__i_8(uint8_t value)
	{
		____i_8 = value;
	}

	inline static int32_t get_offset_of__j_9() { return static_cast<int32_t>(offsetof(Guid_t, ____j_9)); }
	inline uint8_t get__j_9() const { return ____j_9; }
	inline uint8_t* get_address_of__j_9() { return &____j_9; }
	inline void set__j_9(uint8_t value)
	{
		____j_9 = value;
	}

	inline static int32_t get_offset_of__k_10() { return static_cast<int32_t>(offsetof(Guid_t, ____k_10)); }
	inline uint8_t get__k_10() const { return ____k_10; }
	inline uint8_t* get_address_of__k_10() { return &____k_10; }
	inline void set__k_10(uint8_t value)
	{
		____k_10 = value;
	}
};

struct Guid_t_StaticFields
{
public:
	// System.Guid System.Guid::Empty
	Guid_t  ___Empty_11;
	// System.Object System.Guid::_rngAccess
	RuntimeObject * ____rngAccess_12;
	// System.Security.Cryptography.RandomNumberGenerator System.Guid::_rng
	RandomNumberGenerator_t386037858 * ____rng_13;

public:
	inline static int32_t get_offset_of_Empty_11() { return static_cast<int32_t>(offsetof(Guid_t_StaticFields, ___Empty_11)); }
	inline Guid_t  get_Empty_11() const { return ___Empty_11; }
	inline Guid_t * get_address_of_Empty_11() { return &___Empty_11; }
	inline void set_Empty_11(Guid_t  value)
	{
		___Empty_11 = value;
	}

	inline static int32_t get_offset_of__rngAccess_12() { return static_cast<int32_t>(offsetof(Guid_t_StaticFields, ____rngAccess_12)); }
	inline RuntimeObject * get__rngAccess_12() const { return ____rngAccess_12; }
	inline RuntimeObject ** get_address_of__rngAccess_12() { return &____rngAccess_12; }
	inline void set__rngAccess_12(RuntimeObject * value)
	{
		____rngAccess_12 = value;
		Il2CppCodeGenWriteBarrier((&____rngAccess_12), value);
	}

	inline static int32_t get_offset_of__rng_13() { return static_cast<int32_t>(offsetof(Guid_t_StaticFields, ____rng_13)); }
	inline RandomNumberGenerator_t386037858 * get__rng_13() const { return ____rng_13; }
	inline RandomNumberGenerator_t386037858 ** get_address_of__rng_13() { return &____rng_13; }
	inline void set__rng_13(RandomNumberGenerator_t386037858 * value)
	{
		____rng_13 = value;
		Il2CppCodeGenWriteBarrier((&____rng_13), value);
	}
};

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

// System.Security.Cryptography.DSA
struct  DSA_t2386879874  : public AsymmetricAlgorithm_t932037087
{
public:

public:
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DSA_T2386879874_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 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 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 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 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 DSAPARAMETERS_T1885824122_H
#define DSAPARAMETERS_T1885824122_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Security.Cryptography.DSAParameters
struct  DSAParameters_t1885824122 
{
public:
	// System.Int32 System.Security.Cryptography.DSAParameters::Counter
	int32_t ___Counter_0;
	// System.Byte[] System.Security.Cryptography.DSAParameters::G
	ByteU5BU5D_t4116647657* ___G_1;
	// System.Byte[] System.Security.Cryptography.DSAParameters::J
	ByteU5BU5D_t4116647657* ___J_2;
	// System.Byte[] System.Security.Cryptography.DSAParameters::P
	ByteU5BU5D_t4116647657* ___P_3;
	// System.Byte[] System.Security.Cryptography.DSAParameters::Q
	ByteU5BU5D_t4116647657* ___Q_4;
	// System.Byte[] System.Security.Cryptography.DSAParameters::Seed
	ByteU5BU5D_t4116647657* ___Seed_5;
	// System.Byte[] System.Security.Cryptography.DSAParameters::X
	ByteU5BU5D_t4116647657* ___X_6;
	// System.Byte[] System.Security.Cryptography.DSAParameters::Y
	ByteU5BU5D_t4116647657* ___Y_7;

public:
	inline static int32_t get_offset_of_Counter_0() { return static_cast<int32_t>(offsetof(DSAParameters_t1885824122, ___Counter_0)); }
	inline int32_t get_Counter_0() const { return ___Counter_0; }
	inline int32_t* get_address_of_Counter_0() { return &___Counter_0; }
	inline void set_Counter_0(int32_t value)
	{
		___Counter_0 = value;
	}

	inline static int32_t get_offset_of_G_1() { return static_cast<int32_t>(offsetof(DSAParameters_t1885824122, ___G_1)); }
	inline ByteU5BU5D_t4116647657* get_G_1() const { return ___G_1; }
	inline ByteU5BU5D_t4116647657** get_address_of_G_1() { return &___G_1; }
	inline void set_G_1(ByteU5BU5D_t4116647657* value)
	{
		___G_1 = value;
		Il2CppCodeGenWriteBarrier((&___G_1), value);
	}

	inline static int32_t get_offset_of_J_2() { return static_cast<int32_t>(offsetof(DSAParameters_t1885824122, ___J_2)); }
	inline ByteU5BU5D_t4116647657* get_J_2() const { return ___J_2; }
	inline ByteU5BU5D_t4116647657** get_address_of_J_2() { return &___J_2; }
	inline void set_J_2(ByteU5BU5D_t4116647657* value)
	{
		___J_2 = value;
		Il2CppCodeGenWriteBarrier((&___J_2), value);
	}

	inline static int32_t get_offset_of_P_3() { return static_cast<int32_t>(offsetof(DSAParameters_t1885824122, ___P_3)); }
	inline ByteU5BU5D_t4116647657* get_P_3() const { return ___P_3; }
	inline ByteU5BU5D_t4116647657** get_address_of_P_3() { return &___P_3; }
	inline void set_P_3(ByteU5BU5D_t4116647657* value)
	{
		___P_3 = value;
		Il2CppCodeGenWriteBarrier((&___P_3), value);
	}

	inline static int32_t get_offset_of_Q_4() { return static_cast<int32_t>(offsetof(DSAParameters_t1885824122, ___Q_4)); }
	inline ByteU5BU5D_t4116647657* get_Q_4() const { return ___Q_4; }
	inline ByteU5BU5D_t4116647657** get_address_of_Q_4() { return &___Q_4; }
	inline void set_Q_4(ByteU5BU5D_t4116647657* value)
	{
		___Q_4 = value;
		Il2CppCodeGenWriteBarrier((&___Q_4), value);
	}

	inline static int32_t get_offset_of_Seed_5() { return static_cast<int32_t>(offsetof(DSAParameters_t1885824122, ___Seed_5)); }
	inline ByteU5BU5D_t4116647657* get_Seed_5() const { return ___Seed_5; }
	inline ByteU5BU5D_t4116647657** get_address_of_Seed_5() { return &___Seed_5; }
	inline void set_Seed_5(ByteU5BU5D_t4116647657* value)
	{
		___Seed_5 = value;
		Il2CppCodeGenWriteBarrier((&___Seed_5), value);
	}

	inline static int32_t get_offset_of_X_6() { return static_cast<int32_t>(offsetof(DSAParameters_t1885824122, ___X_6)); }
	inline ByteU5BU5D_t4116647657* get_X_6() const { return ___X_6; }
	inline ByteU5BU5D_t4116647657** get_address_of_X_6() { return &___X_6; }
	inline void set_X_6(ByteU5BU5D_t4116647657* value)
	{
		___X_6 = value;
		Il2CppCodeGenWriteBarrier((&___X_6), value);
	}

	inline static int32_t get_offset_of_Y_7() { return static_cast<int32_t>(offsetof(DSAParameters_t1885824122, ___Y_7)); }
	inline ByteU5BU5D_t4116647657* get_Y_7() const { return ___Y_7; }
	inline ByteU5BU5D_t4116647657** get_address_of_Y_7() { return &___Y_7; }
	inline void set_Y_7(ByteU5BU5D_t4116647657* value)
	{
		___Y_7 = value;
		Il2CppCodeGenWriteBarrier((&___Y_7), value);
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.Security.Cryptography.DSAParameters
struct DSAParameters_t1885824122_marshaled_pinvoke
{
	int32_t ___Counter_0;
	uint8_t* ___G_1;
	uint8_t* ___J_2;
	uint8_t* ___P_3;
	uint8_t* ___Q_4;
	uint8_t* ___Seed_5;
	uint8_t* ___X_6;
	uint8_t* ___Y_7;
};
// Native definition for COM marshalling of System.Security.Cryptography.DSAParameters
struct DSAParameters_t1885824122_marshaled_com
{
	int32_t ___Counter_0;
	uint8_t* ___G_1;
	uint8_t* ___J_2;
	uint8_t* ___P_3;
	uint8_t* ___Q_4;
	uint8_t* ___Seed_5;
	uint8_t* ___X_6;
	uint8_t* ___Y_7;
};
#endif // DSAPARAMETERS_T1885824122_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 STREAMWRITER_T1266378904_H
#define STREAMWRITER_T1266378904_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.IO.StreamWriter
struct  StreamWriter_t1266378904  : public TextWriter_t3478189236
{
public:
	// System.Text.Encoding System.IO.StreamWriter::internalEncoding
	Encoding_t1523322056 * ___internalEncoding_2;
	// System.IO.Stream System.IO.StreamWriter::internalStream
	Stream_t1273022909 * ___internalStream_3;
	// System.Boolean System.IO.StreamWriter::iflush
	bool ___iflush_4;
	// System.Byte[] System.IO.StreamWriter::byte_buf
	ByteU5BU5D_t4116647657* ___byte_buf_5;
	// System.Int32 System.IO.StreamWriter::byte_pos
	int32_t ___byte_pos_6;
	// System.Char[] System.IO.StreamWriter::decode_buf
	CharU5BU5D_t3528271667* ___decode_buf_7;
	// System.Int32 System.IO.StreamWriter::decode_pos
	int32_t ___decode_pos_8;
	// System.Boolean System.IO.StreamWriter::DisposedAlready
	bool ___DisposedAlready_9;
	// System.Boolean System.IO.StreamWriter::preamble_done
	bool ___preamble_done_10;

public:
	inline static int32_t get_offset_of_internalEncoding_2() { return static_cast<int32_t>(offsetof(StreamWriter_t1266378904, ___internalEncoding_2)); }
	inline Encoding_t1523322056 * get_internalEncoding_2() const { return ___internalEncoding_2; }
	inline Encoding_t1523322056 ** get_address_of_internalEncoding_2() { return &___internalEncoding_2; }
	inline void set_internalEncoding_2(Encoding_t1523322056 * value)
	{
		___internalEncoding_2 = value;
		Il2CppCodeGenWriteBarrier((&___internalEncoding_2), value);
	}

	inline static int32_t get_offset_of_internalStream_3() { return static_cast<int32_t>(offsetof(StreamWriter_t1266378904, ___internalStream_3)); }
	inline Stream_t1273022909 * get_internalStream_3() const { return ___internalStream_3; }
	inline Stream_t1273022909 ** get_address_of_internalStream_3() { return &___internalStream_3; }
	inline void set_internalStream_3(Stream_t1273022909 * value)
	{
		___internalStream_3 = value;
		Il2CppCodeGenWriteBarrier((&___internalStream_3), value);
	}

	inline static int32_t get_offset_of_iflush_4() { return static_cast<int32_t>(offsetof(StreamWriter_t1266378904, ___iflush_4)); }
	inline bool get_iflush_4() const { return ___iflush_4; }
	inline bool* get_address_of_iflush_4() { return &___iflush_4; }
	inline void set_iflush_4(bool value)
	{
		___iflush_4 = value;
	}

	inline static int32_t get_offset_of_byte_buf_5() { return static_cast<int32_t>(offsetof(StreamWriter_t1266378904, ___byte_buf_5)); }
	inline ByteU5BU5D_t4116647657* get_byte_buf_5() const { return ___byte_buf_5; }
	inline ByteU5BU5D_t4116647657** get_address_of_byte_buf_5() { return &___byte_buf_5; }
	inline void set_byte_buf_5(ByteU5BU5D_t4116647657* value)
	{
		___byte_buf_5 = value;
		Il2CppCodeGenWriteBarrier((&___byte_buf_5), value);
	}

	inline static int32_t get_offset_of_byte_pos_6() { return static_cast<int32_t>(offsetof(StreamWriter_t1266378904, ___byte_pos_6)); }
	inline int32_t get_byte_pos_6() const { return ___byte_pos_6; }
	inline int32_t* get_address_of_byte_pos_6() { return &___byte_pos_6; }
	inline void set_byte_pos_6(int32_t value)
	{
		___byte_pos_6 = value;
	}

	inline static int32_t get_offset_of_decode_buf_7() { return static_cast<int32_t>(offsetof(StreamWriter_t1266378904, ___decode_buf_7)); }
	inline CharU5BU5D_t3528271667* get_decode_buf_7() const { return ___decode_buf_7; }
	inline CharU5BU5D_t3528271667** get_address_of_decode_buf_7() { return &___decode_buf_7; }
	inline void set_decode_buf_7(CharU5BU5D_t3528271667* value)
	{
		___decode_buf_7 = value;
		Il2CppCodeGenWriteBarrier((&___decode_buf_7), value);
	}

	inline static int32_t get_offset_of_decode_pos_8() { return static_cast<int32_t>(offsetof(StreamWriter_t1266378904, ___decode_pos_8)); }
	inline int32_t get_decode_pos_8() const { return ___decode_pos_8; }
	inline int32_t* get_address_of_decode_pos_8() { return &___decode_pos_8; }
	inline void set_decode_pos_8(int32_t value)
	{
		___decode_pos_8 = value;
	}

	inline static int32_t get_offset_of_DisposedAlready_9() { return static_cast<int32_t>(offsetof(StreamWriter_t1266378904, ___DisposedAlready_9)); }
	inline bool get_DisposedAlready_9() const { return ___DisposedAlready_9; }
	inline bool* get_address_of_DisposedAlready_9() { return &___DisposedAlready_9; }
	inline void set_DisposedAlready_9(bool value)
	{
		___DisposedAlready_9 = value;
	}

	inline static int32_t get_offset_of_preamble_done_10() { return static_cast<int32_t>(offsetof(StreamWriter_t1266378904, ___preamble_done_10)); }
	inline bool get_preamble_done_10() const { return ___preamble_done_10; }
	inline bool* get_address_of_preamble_done_10() { return &___preamble_done_10; }
	inline void set_preamble_done_10(bool value)
	{
		___preamble_done_10 = value;
	}
};

struct StreamWriter_t1266378904_StaticFields
{
public:
	// System.IO.StreamWriter System.IO.StreamWriter::Null
	StreamWriter_t1266378904 * ___Null_11;

public:
	inline static int32_t get_offset_of_Null_11() { return static_cast<int32_t>(offsetof(StreamWriter_t1266378904_StaticFields, ___Null_11)); }
	inline StreamWriter_t1266378904 * get_Null_11() const { return ___Null_11; }
	inline StreamWriter_t1266378904 ** get_address_of_Null_11() { return &___Null_11; }
	inline void set_Null_11(StreamWriter_t1266378904 * value)
	{
		___Null_11 = value;
		Il2CppCodeGenWriteBarrier((&___Null_11), value);
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // STREAMWRITER_T1266378904_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 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 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 ESCAPE_T3294788190_H
#define ESCAPE_T3294788190_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// Mono.Globalization.Unicode.SimpleCollator/Escape
struct  Escape_t3294788190 
{
public:
	// System.String Mono.Globalization.Unicode.SimpleCollator/Escape::Source
	String_t* ___Source_0;
	// System.Int32 Mono.Globalization.Unicode.SimpleCollator/Escape::Index
	int32_t ___Index_1;
	// System.Int32 Mono.Globalization.Unicode.SimpleCollator/Escape::Start
	int32_t ___Start_2;
	// System.Int32 Mono.Globalization.Unicode.SimpleCollator/Escape::End
	int32_t ___End_3;
	// System.Int32 Mono.Globalization.Unicode.SimpleCollator/Escape::Optional
	int32_t ___Optional_4;

public:
	inline static int32_t get_offset_of_Source_0() { return static_cast<int32_t>(offsetof(Escape_t3294788190, ___Source_0)); }
	inline String_t* get_Source_0() const { return ___Source_0; }
	inline String_t** get_address_of_Source_0() { return &___Source_0; }
	inline void set_Source_0(String_t* value)
	{
		___Source_0 = value;
		Il2CppCodeGenWriteBarrier((&___Source_0), value);
	}

	inline static int32_t get_offset_of_Index_1() { return static_cast<int32_t>(offsetof(Escape_t3294788190, ___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_Start_2() { return static_cast<int32_t>(offsetof(Escape_t3294788190, ___Start_2)); }
	inline int32_t get_Start_2() const { return ___Start_2; }
	inline int32_t* get_address_of_Start_2() { return &___Start_2; }
	inline void set_Start_2(int32_t value)
	{
		___Start_2 = value;
	}

	inline static int32_t get_offset_of_End_3() { return static_cast<int32_t>(offsetof(Escape_t3294788190, ___End_3)); }
	inline int32_t get_End_3() const { return ___End_3; }
	inline int32_t* get_address_of_End_3() { return &___End_3; }
	inline void set_End_3(int32_t value)
	{
		___End_3 = value;
	}

	inline static int32_t get_offset_of_Optional_4() { return static_cast<int32_t>(offsetof(Escape_t3294788190, ___Optional_4)); }
	inline int32_t get_Optional_4() const { return ___Optional_4; }
	inline int32_t* get_address_of_Optional_4() { return &___Optional_4; }
	inline void set_Optional_4(int32_t value)
	{
		___Optional_4 = value;
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of Mono.Globalization.Unicode.SimpleCollator/Escape
struct Escape_t3294788190_marshaled_pinvoke
{
	char* ___Source_0;
	int32_t ___Index_1;
	int32_t ___Start_2;
	int32_t ___End_3;
	int32_t ___Optional_4;
};
// Native definition for COM marshalling of Mono.Globalization.Unicode.SimpleCollator/Escape
struct Escape_t3294788190_marshaled_com
{
	Il2CppChar* ___Source_0;
	int32_t ___Index_1;
	int32_t ___Start_2;
	int32_t ___End_3;
	int32_t ___Optional_4;
};
#endif // ESCAPE_T3294788190_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 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 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 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 TABLERANGE_T3332867892_H
#define TABLERANGE_T3332867892_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// Mono.Globalization.Unicode.CodePointIndexer/TableRange
struct  TableRange_t3332867892 
{
public:
	// System.Int32 Mono.Globalization.Unicode.CodePointIndexer/TableRange::Start
	int32_t ___Start_0;
	// System.Int32 Mono.Globalization.Unicode.CodePointIndexer/TableRange::End
	int32_t ___End_1;
	// System.Int32 Mono.Globalization.Unicode.CodePointIndexer/TableRange::Count
	int32_t ___Count_2;
	// System.Int32 Mono.Globalization.Unicode.CodePointIndexer/TableRange::IndexStart
	int32_t ___IndexStart_3;
	// System.Int32 Mono.Globalization.Unicode.CodePointIndexer/TableRange::IndexEnd
	int32_t ___IndexEnd_4;

public:
	inline static int32_t get_offset_of_Start_0() { return static_cast<int32_t>(offsetof(TableRange_t3332867892, ___Start_0)); }
	inline int32_t get_Start_0() const { return ___Start_0; }
	inline int32_t* get_address_of_Start_0() { return &___Start_0; }
	inline void set_Start_0(int32_t value)
	{
		___Start_0 = value;
	}

	inline static int32_t get_offset_of_End_1() { return static_cast<int32_t>(offsetof(TableRange_t3332867892, ___End_1)); }
	inline int32_t get_End_1() const { return ___End_1; }
	inline int32_t* get_address_of_End_1() { return &___End_1; }
	inline void set_End_1(int32_t value)
	{
		___End_1 = value;
	}

	inline static int32_t get_offset_of_Count_2() { return static_cast<int32_t>(offsetof(TableRange_t3332867892, ___Count_2)); }
	inline int32_t get_Count_2() const { return ___Count_2; }
	inline int32_t* get_address_of_Count_2() { return &___Count_2; }
	inline void set_Count_2(int32_t value)
	{
		___Count_2 = value;
	}

	inline static int32_t get_offset_of_IndexStart_3() { return static_cast<int32_t>(offsetof(TableRange_t3332867892, ___IndexStart_3)); }
	inline int32_t get_IndexStart_3() const { return ___IndexStart_3; }
	inline int32_t* get_address_of_IndexStart_3() { return &___IndexStart_3; }
	inline void set_IndexStart_3(int32_t value)
	{
		___IndexStart_3 = value;
	}

	inline static int32_t get_offset_of_IndexEnd_4() { return static_cast<int32_t>(offsetof(TableRange_t3332867892, ___IndexEnd_4)); }
	inline int32_t get_IndexEnd_4() const { return ___IndexEnd_4; }
	inline int32_t* get_address_of_IndexEnd_4() { return &___IndexEnd_4; }
	inline void set_IndexEnd_4(int32_t value)
	{
		___IndexEnd_4 = value;
	}
};

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

// System.IO.StreamReader
struct  StreamReader_t4009935899  : public TextReader_t283511965
{
public:
	// System.Byte[] System.IO.StreamReader::input_buffer
	ByteU5BU5D_t4116647657* ___input_buffer_1;
	// System.Char[] System.IO.StreamReader::decoded_buffer
	CharU5BU5D_t3528271667* ___decoded_buffer_2;
	// System.Int32 System.IO.StreamReader::decoded_count
	int32_t ___decoded_count_3;
	// System.Int32 System.IO.StreamReader::pos
	int32_t ___pos_4;
	// System.Int32 System.IO.StreamReader::buffer_size
	int32_t ___buffer_size_5;
	// System.Int32 System.IO.StreamReader::do_checks
	int32_t ___do_checks_6;
	// System.Text.Encoding System.IO.StreamReader::encoding
	Encoding_t1523322056 * ___encoding_7;
	// System.Text.Decoder System.IO.StreamReader::decoder
	Decoder_t2204182725 * ___decoder_8;
	// System.IO.Stream System.IO.StreamReader::base_stream
	Stream_t1273022909 * ___base_stream_9;
	// System.Boolean System.IO.StreamReader::mayBlock
	bool ___mayBlock_10;
	// System.Text.StringBuilder System.IO.StreamReader::line_builder
	StringBuilder_t * ___line_builder_11;
	// System.Boolean System.IO.StreamReader::foundCR
	bool ___foundCR_13;

public:
	inline static int32_t get_offset_of_input_buffer_1() { return static_cast<int32_t>(offsetof(StreamReader_t4009935899, ___input_buffer_1)); }
	inline ByteU5BU5D_t4116647657* get_input_buffer_1() const { return ___input_buffer_1; }
	inline ByteU5BU5D_t4116647657** get_address_of_input_buffer_1() { return &___input_buffer_1; }
	inline void set_input_buffer_1(ByteU5BU5D_t4116647657* value)
	{
		___input_buffer_1 = value;
		Il2CppCodeGenWriteBarrier((&___input_buffer_1), value);
	}

	inline static int32_t get_offset_of_decoded_buffer_2() { return static_cast<int32_t>(offsetof(StreamReader_t4009935899, ___decoded_buffer_2)); }
	inline CharU5BU5D_t3528271667* get_decoded_buffer_2() const { return ___decoded_buffer_2; }
	inline CharU5BU5D_t3528271667** get_address_of_decoded_buffer_2() { return &___decoded_buffer_2; }
	inline void set_decoded_buffer_2(CharU5BU5D_t3528271667* value)
	{
		___decoded_buffer_2 = value;
		Il2CppCodeGenWriteBarrier((&___decoded_buffer_2), value);
	}

	inline static int32_t get_offset_of_decoded_count_3() { return static_cast<int32_t>(offsetof(StreamReader_t4009935899, ___decoded_count_3)); }
	inline int32_t get_decoded_count_3() const { return ___decoded_count_3; }
	inline int32_t* get_address_of_decoded_count_3() { return &___decoded_count_3; }
	inline void set_decoded_count_3(int32_t value)
	{
		___decoded_count_3 = value;
	}

	inline static int32_t get_offset_of_pos_4() { return static_cast<int32_t>(offsetof(StreamReader_t4009935899, ___pos_4)); }
	inline int32_t get_pos_4() const { return ___pos_4; }
	inline int32_t* get_address_of_pos_4() { return &___pos_4; }
	inline void set_pos_4(int32_t value)
	{
		___pos_4 = value;
	}

	inline static int32_t get_offset_of_buffer_size_5() { return static_cast<int32_t>(offsetof(StreamReader_t4009935899, ___buffer_size_5)); }
	inline int32_t get_buffer_size_5() const { return ___buffer_size_5; }
	inline int32_t* get_address_of_buffer_size_5() { return &___buffer_size_5; }
	inline void set_buffer_size_5(int32_t value)
	{
		___buffer_size_5 = value;
	}

	inline static int32_t get_offset_of_do_checks_6() { return static_cast<int32_t>(offsetof(StreamReader_t4009935899, ___do_checks_6)); }
	inline int32_t get_do_checks_6() const { return ___do_checks_6; }
	inline int32_t* get_address_of_do_checks_6() { return &___do_checks_6; }
	inline void set_do_checks_6(int32_t value)
	{
		___do_checks_6 = value;
	}

	inline static int32_t get_offset_of_encoding_7() { return static_cast<int32_t>(offsetof(StreamReader_t4009935899, ___encoding_7)); }
	inline Encoding_t1523322056 * get_encoding_7() const { return ___encoding_7; }
	inline Encoding_t1523322056 ** get_address_of_encoding_7() { return &___encoding_7; }
	inline void set_encoding_7(Encoding_t1523322056 * value)
	{
		___encoding_7 = value;
		Il2CppCodeGenWriteBarrier((&___encoding_7), value);
	}

	inline static int32_t get_offset_of_decoder_8() { return static_cast<int32_t>(offsetof(StreamReader_t4009935899, ___decoder_8)); }
	inline Decoder_t2204182725 * get_decoder_8() const { return ___decoder_8; }
	inline Decoder_t2204182725 ** get_address_of_decoder_8() { return &___decoder_8; }
	inline void set_decoder_8(Decoder_t2204182725 * value)
	{
		___decoder_8 = value;
		Il2CppCodeGenWriteBarrier((&___decoder_8), value);
	}

	inline static int32_t get_offset_of_base_stream_9() { return static_cast<int32_t>(offsetof(StreamReader_t4009935899, ___base_stream_9)); }
	inline Stream_t1273022909 * get_base_stream_9() const { return ___base_stream_9; }
	inline Stream_t1273022909 ** get_address_of_base_stream_9() { return &___base_stream_9; }
	inline void set_base_stream_9(Stream_t1273022909 * value)
	{
		___base_stream_9 = value;
		Il2CppCodeGenWriteBarrier((&___base_stream_9), value);
	}

	inline static int32_t get_offset_of_mayBlock_10() { return static_cast<int32_t>(offsetof(StreamReader_t4009935899, ___mayBlock_10)); }
	inline bool get_mayBlock_10() const { return ___mayBlock_10; }
	inline bool* get_address_of_mayBlock_10() { return &___mayBlock_10; }
	inline void set_mayBlock_10(bool value)
	{
		___mayBlock_10 = value;
	}

	inline static int32_t get_offset_of_line_builder_11() { return static_cast<int32_t>(offsetof(StreamReader_t4009935899, ___line_builder_11)); }
	inline StringBuilder_t * get_line_builder_11() const { return ___line_builder_11; }
	inline StringBuilder_t ** get_address_of_line_builder_11() { return &___line_builder_11; }
	inline void set_line_builder_11(StringBuilder_t * value)
	{
		___line_builder_11 = value;
		Il2CppCodeGenWriteBarrier((&___line_builder_11), value);
	}

	inline static int32_t get_offset_of_foundCR_13() { return static_cast<int32_t>(offsetof(StreamReader_t4009935899, ___foundCR_13)); }
	inline bool get_foundCR_13() const { return ___foundCR_13; }
	inline bool* get_address_of_foundCR_13() { return &___foundCR_13; }
	inline void set_foundCR_13(bool value)
	{
		___foundCR_13 = value;
	}
};

struct StreamReader_t4009935899_StaticFields
{
public:
	// System.IO.StreamReader System.IO.StreamReader::Null
	StreamReader_t4009935899 * ___Null_12;

public:
	inline static int32_t get_offset_of_Null_12() { return static_cast<int32_t>(offsetof(StreamReader_t4009935899_StaticFields, ___Null_12)); }
	inline StreamReader_t4009935899 * get_Null_12() const { return ___Null_12; }
	inline StreamReader_t4009935899 ** get_address_of_Null_12() { return &___Null_12; }
	inline void set_Null_12(StreamReader_t4009935899 * value)
	{
		___Null_12 = value;
		Il2CppCodeGenWriteBarrier((&___Null_12), value);
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // STREAMREADER_T4009935899_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 PREVIOUSINFO_T2148130204_H
#define PREVIOUSINFO_T2148130204_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// Mono.Globalization.Unicode.SimpleCollator/PreviousInfo
struct  PreviousInfo_t2148130204 
{
public:
	// System.Int32 Mono.Globalization.Unicode.SimpleCollator/PreviousInfo::Code
	int32_t ___Code_0;
	// System.Byte* Mono.Globalization.Unicode.SimpleCollator/PreviousInfo::SortKey
	uint8_t* ___SortKey_1;

public:
	inline static int32_t get_offset_of_Code_0() { return static_cast<int32_t>(offsetof(PreviousInfo_t2148130204, ___Code_0)); }
	inline int32_t get_Code_0() const { return ___Code_0; }
	inline int32_t* get_address_of_Code_0() { return &___Code_0; }
	inline void set_Code_0(int32_t value)
	{
		___Code_0 = value;
	}

	inline static int32_t get_offset_of_SortKey_1() { return static_cast<int32_t>(offsetof(PreviousInfo_t2148130204, ___SortKey_1)); }
	inline uint8_t* get_SortKey_1() const { return ___SortKey_1; }
	inline uint8_t** get_address_of_SortKey_1() { return &___SortKey_1; }
	inline void set_SortKey_1(uint8_t* value)
	{
		___SortKey_1 = value;
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of Mono.Globalization.Unicode.SimpleCollator/PreviousInfo
struct PreviousInfo_t2148130204_marshaled_pinvoke
{
	int32_t ___Code_0;
	uint8_t* ___SortKey_1;
};
// Native definition for COM marshalling of Mono.Globalization.Unicode.SimpleCollator/PreviousInfo
struct PreviousInfo_t2148130204_marshaled_com
{
	int32_t ___Code_0;
	uint8_t* ___SortKey_1;
};
#endif // PREVIOUSINFO_T2148130204_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 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 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 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 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 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 SEQUENTIALSEARCHPRIMEGENERATORBASE_T2996090508_H
#define SEQUENTIALSEARCHPRIMEGENERATORBASE_T2996090508_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// Mono.Math.Prime.Generator.SequentialSearchPrimeGeneratorBase
struct  SequentialSearchPrimeGeneratorBase_t2996090508  : public PrimeGeneratorBase_t446028866
{
public:

public:
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SEQUENTIALSEARCHPRIMEGENERATORBASE_T2996090508_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 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 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 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 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 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 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 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 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 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 SPECIALFOLDER_T3871784040_H
#define SPECIALFOLDER_T3871784040_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Environment/SpecialFolder
struct  SpecialFolder_t3871784040 
{
public:
	// System.Int32 System.Environment/SpecialFolder::value__
	int32_t ___value___1;

public:
	inline static int32_t get_offset_of_value___1() { return static_cast<int32_t>(offsetof(SpecialFolder_t3871784040, ___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 // SPECIALFOLDER_T3871784040_H
#ifndef PLATFORMID_T897822290_H
#define PLATFORMID_T897822290_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.PlatformID
struct  PlatformID_t897822290 
{
public:
	// System.Int32 System.PlatformID::value__
	int32_t ___value___1;

public:
	inline static int32_t get_offset_of_value___1() { return static_cast<int32_t>(offsetof(PlatformID_t897822290, ___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 // PLATFORMID_T897822290_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 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 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 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 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 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 FILEATTRIBUTES_T3417205536_H
#define FILEATTRIBUTES_T3417205536_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.IO.FileAttributes
struct  FileAttributes_t3417205536 
{
public:
	// System.Int32 System.IO.FileAttributes::value__
	int32_t ___value___1;

public:
	inline static int32_t get_offset_of_value___1() { return static_cast<int32_t>(offsetof(FileAttributes_t3417205536, ___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 // FILEATTRIBUTES_T3417205536_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 SIGN_T3338384038_H
#define SIGN_T3338384038_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// Mono.Math.BigInteger/Sign
struct  Sign_t3338384038 
{
public:
	// System.Int32 Mono.Math.BigInteger/Sign::value__
	int32_t ___value___1;

public:
	inline static int32_t get_offset_of_value___1() { return static_cast<int32_t>(offsetof(Sign_t3338384038, ___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 // SIGN_T3338384038_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 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 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 CONFIDENCEFACTOR_T2516000285_H
#define CONFIDENCEFACTOR_T2516000285_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// Mono.Math.Prime.ConfidenceFactor
struct  ConfidenceFactor_t2516000285 
{
public:
	// System.Int32 Mono.Math.Prime.ConfidenceFactor::value__
	int32_t ___value___1;

public:
	inline static int32_t get_offset_of_value___1() { return static_cast<int32_t>(offsetof(ConfidenceFactor_t2516000285, ___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 // CONFIDENCEFACTOR_T2516000285_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 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 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 NOTSUPPORTEDEXCEPTION_T1314879016_H
#define NOTSUPPORTEDEXCEPTION_T1314879016_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.NotSupportedException
struct  NotSupportedException_t1314879016  : public SystemException_t176217640
{
public:

public:
};

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

// Mono.Globalization.Unicode.SimpleCollator/ExtenderType
struct  ExtenderType_t2449612322 
{
public:
	// System.Int32 Mono.Globalization.Unicode.SimpleCollator/ExtenderType::value__
	int32_t ___value___1;

public:
	inline static int32_t get_offset_of_value___1() { return static_cast<int32_t>(offsetof(ExtenderType_t2449612322, ___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 // EXTENDERTYPE_T2449612322_H
#ifndef UNICODECATEGORY_T3356078642_H
#define UNICODECATEGORY_T3356078642_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Globalization.UnicodeCategory
struct  UnicodeCategory_t3356078642 
{
public:
	// System.Int32 System.Globalization.UnicodeCategory::value__
	int32_t ___value___1;

public:
	inline static int32_t get_offset_of_value___1() { return static_cast<int32_t>(offsetof(UnicodeCategory_t3356078642, ___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 // UNICODECATEGORY_T3356078642_H
#ifndef DATETIMESTYLES_T840957420_H
#define DATETIMESTYLES_T840957420_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Globalization.DateTimeStyles
struct  DateTimeStyles_t840957420 
{
public:
	// System.Int32 System.Globalization.DateTimeStyles::value__
	int32_t ___value___1;

public:
	inline static int32_t get_offset_of_value___1() { return static_cast<int32_t>(offsetof(DateTimeStyles_t840957420, ___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 // DATETIMESTYLES_T840957420_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 DSAMANAGED_T2800260182_H
#define DSAMANAGED_T2800260182_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// Mono.Security.Cryptography.DSAManaged
struct  DSAManaged_t2800260182  : public DSA_t2386879874
{
public:
	// System.Boolean Mono.Security.Cryptography.DSAManaged::keypairGenerated
	bool ___keypairGenerated_2;
	// System.Boolean Mono.Security.Cryptography.DSAManaged::m_disposed
	bool ___m_disposed_3;
	// Mono.Math.BigInteger Mono.Security.Cryptography.DSAManaged::p
	BigInteger_t2902905089 * ___p_4;
	// Mono.Math.BigInteger Mono.Security.Cryptography.DSAManaged::q
	BigInteger_t2902905089 * ___q_5;
	// Mono.Math.BigInteger Mono.Security.Cryptography.DSAManaged::g
	BigInteger_t2902905089 * ___g_6;
	// Mono.Math.BigInteger Mono.Security.Cryptography.DSAManaged::x
	BigInteger_t2902905089 * ___x_7;
	// Mono.Math.BigInteger Mono.Security.Cryptography.DSAManaged::y
	BigInteger_t2902905089 * ___y_8;
	// Mono.Math.BigInteger Mono.Security.Cryptography.DSAManaged::j
	BigInteger_t2902905089 * ___j_9;
	// Mono.Math.BigInteger Mono.Security.Cryptography.DSAManaged::seed
	BigInteger_t2902905089 * ___seed_10;
	// System.Int32 Mono.Security.Cryptography.DSAManaged::counter
	int32_t ___counter_11;
	// System.Boolean Mono.Security.Cryptography.DSAManaged::j_missing
	bool ___j_missing_12;
	// System.Security.Cryptography.RandomNumberGenerator Mono.Security.Cryptography.DSAManaged::rng
	RandomNumberGenerator_t386037858 * ___rng_13;
	// Mono.Security.Cryptography.DSAManaged/KeyGeneratedEventHandler Mono.Security.Cryptography.DSAManaged::KeyGenerated
	KeyGeneratedEventHandler_t3828027274 * ___KeyGenerated_14;

public:
	inline static int32_t get_offset_of_keypairGenerated_2() { return static_cast<int32_t>(offsetof(DSAManaged_t2800260182, ___keypairGenerated_2)); }
	inline bool get_keypairGenerated_2() const { return ___keypairGenerated_2; }
	inline bool* get_address_of_keypairGenerated_2() { return &___keypairGenerated_2; }
	inline void set_keypairGenerated_2(bool value)
	{
		___keypairGenerated_2 = value;
	}

	inline static int32_t get_offset_of_m_disposed_3() { return static_cast<int32_t>(offsetof(DSAManaged_t2800260182, ___m_disposed_3)); }
	inline bool get_m_disposed_3() const { return ___m_disposed_3; }
	inline bool* get_address_of_m_disposed_3() { return &___m_disposed_3; }
	inline void set_m_disposed_3(bool value)
	{
		___m_disposed_3 = value;
	}

	inline static int32_t get_offset_of_p_4() { return static_cast<int32_t>(offsetof(DSAManaged_t2800260182, ___p_4)); }
	inline BigInteger_t2902905089 * get_p_4() const { return ___p_4; }
	inline BigInteger_t2902905089 ** get_address_of_p_4() { return &___p_4; }
	inline void set_p_4(BigInteger_t2902905089 * value)
	{
		___p_4 = value;
		Il2CppCodeGenWriteBarrier((&___p_4), value);
	}

	inline static int32_t get_offset_of_q_5() { return static_cast<int32_t>(offsetof(DSAManaged_t2800260182, ___q_5)); }
	inline BigInteger_t2902905089 * get_q_5() const { return ___q_5; }
	inline BigInteger_t2902905089 ** get_address_of_q_5() { return &___q_5; }
	inline void set_q_5(BigInteger_t2902905089 * value)
	{
		___q_5 = value;
		Il2CppCodeGenWriteBarrier((&___q_5), value);
	}

	inline static int32_t get_offset_of_g_6() { return static_cast<int32_t>(offsetof(DSAManaged_t2800260182, ___g_6)); }
	inline BigInteger_t2902905089 * get_g_6() const { return ___g_6; }
	inline BigInteger_t2902905089 ** get_address_of_g_6() { return &___g_6; }
	inline void set_g_6(BigInteger_t2902905089 * value)
	{
		___g_6 = value;
		Il2CppCodeGenWriteBarrier((&___g_6), value);
	}

	inline static int32_t get_offset_of_x_7() { return static_cast<int32_t>(offsetof(DSAManaged_t2800260182, ___x_7)); }
	inline BigInteger_t2902905089 * get_x_7() const { return ___x_7; }
	inline BigInteger_t2902905089 ** get_address_of_x_7() { return &___x_7; }
	inline void set_x_7(BigInteger_t2902905089 * value)
	{
		___x_7 = value;
		Il2CppCodeGenWriteBarrier((&___x_7), value);
	}

	inline static int32_t get_offset_of_y_8() { return static_cast<int32_t>(offsetof(DSAManaged_t2800260182, ___y_8)); }
	inline BigInteger_t2902905089 * get_y_8() const { return ___y_8; }
	inline BigInteger_t2902905089 ** get_address_of_y_8() { return &___y_8; }
	inline void set_y_8(BigInteger_t2902905089 * value)
	{
		___y_8 = value;
		Il2CppCodeGenWriteBarrier((&___y_8), value);
	}

	inline static int32_t get_offset_of_j_9() { return static_cast<int32_t>(offsetof(DSAManaged_t2800260182, ___j_9)); }
	inline BigInteger_t2902905089 * get_j_9() const { return ___j_9; }
	inline BigInteger_t2902905089 ** get_address_of_j_9() { return &___j_9; }
	inline void set_j_9(BigInteger_t2902905089 * value)
	{
		___j_9 = value;
		Il2CppCodeGenWriteBarrier((&___j_9), value);
	}

	inline static int32_t get_offset_of_seed_10() { return static_cast<int32_t>(offsetof(DSAManaged_t2800260182, ___seed_10)); }
	inline BigInteger_t2902905089 * get_seed_10() const { return ___seed_10; }
	inline BigInteger_t2902905089 ** get_address_of_seed_10() { return &___seed_10; }
	inline void set_seed_10(BigInteger_t2902905089 * value)
	{
		___seed_10 = value;
		Il2CppCodeGenWriteBarrier((&___seed_10), value);
	}

	inline static int32_t get_offset_of_counter_11() { return static_cast<int32_t>(offsetof(DSAManaged_t2800260182, ___counter_11)); }
	inline int32_t get_counter_11() const { return ___counter_11; }
	inline int32_t* get_address_of_counter_11() { return &___counter_11; }
	inline void set_counter_11(int32_t value)
	{
		___counter_11 = value;
	}

	inline static int32_t get_offset_of_j_missing_12() { return static_cast<int32_t>(offsetof(DSAManaged_t2800260182, ___j_missing_12)); }
	inline bool get_j_missing_12() const { return ___j_missing_12; }
	inline bool* get_address_of_j_missing_12() { return &___j_missing_12; }
	inline void set_j_missing_12(bool value)
	{
		___j_missing_12 = value;
	}

	inline static int32_t get_offset_of_rng_13() { return static_cast<int32_t>(offsetof(DSAManaged_t2800260182, ___rng_13)); }
	inline RandomNumberGenerator_t386037858 * get_rng_13() const { return ___rng_13; }
	inline RandomNumberGenerator_t386037858 ** get_address_of_rng_13() { return &___rng_13; }
	inline void set_rng_13(RandomNumberGenerator_t386037858 * value)
	{
		___rng_13 = value;
		Il2CppCodeGenWriteBarrier((&___rng_13), value);
	}

	inline static int32_t get_offset_of_KeyGenerated_14() { return static_cast<int32_t>(offsetof(DSAManaged_t2800260182, ___KeyGenerated_14)); }
	inline KeyGeneratedEventHandler_t3828027274 * get_KeyGenerated_14() const { return ___KeyGenerated_14; }
	inline KeyGeneratedEventHandler_t3828027274 ** get_address_of_KeyGenerated_14() { return &___KeyGenerated_14; }
	inline void set_KeyGenerated_14(KeyGeneratedEventHandler_t3828027274 * value)
	{
		___KeyGenerated_14 = value;
		Il2CppCodeGenWriteBarrier((&___KeyGenerated_14), value);
	}
};

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

// System.NotImplementedException
struct  NotImplementedException_t3489357830  : public SystemException_t176217640
{
public:

public:
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // NOTIMPLEMENTEDEXCEPTION_T3489357830_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 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 SAFEHANDLE_T3273388951_H
#define SAFEHANDLE_T3273388951_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Runtime.InteropServices.SafeHandle
struct  SafeHandle_t3273388951  : public CriticalFinalizerObject_t701527852
{
public:
	// System.IntPtr System.Runtime.InteropServices.SafeHandle::handle
	intptr_t ___handle_0;
	// System.IntPtr System.Runtime.InteropServices.SafeHandle::invalid_handle_value
	intptr_t ___invalid_handle_value_1;
	// System.Int32 System.Runtime.InteropServices.SafeHandle::refcount
	int32_t ___refcount_2;
	// System.Boolean System.Runtime.InteropServices.SafeHandle::owns_handle
	bool ___owns_handle_3;

public:
	inline static int32_t get_offset_of_handle_0() { return static_cast<int32_t>(offsetof(SafeHandle_t3273388951, ___handle_0)); }
	inline intptr_t get_handle_0() const { return ___handle_0; }
	inline intptr_t* get_address_of_handle_0() { return &___handle_0; }
	inline void set_handle_0(intptr_t value)
	{
		___handle_0 = value;
	}

	inline static int32_t get_offset_of_invalid_handle_value_1() { return static_cast<int32_t>(offsetof(SafeHandle_t3273388951, ___invalid_handle_value_1)); }
	inline intptr_t get_invalid_handle_value_1() const { return ___invalid_handle_value_1; }
	inline intptr_t* get_address_of_invalid_handle_value_1() { return &___invalid_handle_value_1; }
	inline void set_invalid_handle_value_1(intptr_t value)
	{
		___invalid_handle_value_1 = value;
	}

	inline static int32_t get_offset_of_refcount_2() { return static_cast<int32_t>(offsetof(SafeHandle_t3273388951, ___refcount_2)); }
	inline int32_t get_refcount_2() const { return ___refcount_2; }
	inline int32_t* get_address_of_refcount_2() { return &___refcount_2; }
	inline void set_refcount_2(int32_t value)
	{
		___refcount_2 = value;
	}

	inline static int32_t get_offset_of_owns_handle_3() { return static_cast<int32_t>(offsetof(SafeHandle_t3273388951, ___owns_handle_3)); }
	inline bool get_owns_handle_3() const { return ___owns_handle_3; }
	inline bool* get_address_of_owns_handle_3() { return &___owns_handle_3; }
	inline void set_owns_handle_3(bool value)
	{
		___owns_handle_3 = value;
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SAFEHANDLE_T3273388951_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 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 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 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 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 MODULE_T2987026101_H
#define MODULE_T2987026101_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.Reflection.Module
struct  Module_t2987026101  : public RuntimeObject
{
public:
	// System.IntPtr System.Reflection.Module::_impl
	intptr_t ____impl_3;
	// System.Reflection.Assembly System.Reflection.Module::assembly
	Assembly_t * ___assembly_4;
	// System.String System.Reflection.Module::fqname
	String_t* ___fqname_5;
	// System.String System.Reflection.Module::name
	String_t* ___name_6;
	// System.String System.Reflection.Module::scopename
	String_t* ___scopename_7;
	// System.Boolean System.Reflection.Module::is_resource
	bool ___is_resource_8;
	// System.Int32 System.Reflection.Module::token
	int32_t ___token_9;

public:
	inline static int32_t get_offset_of__impl_3() { return static_cast<int32_t>(offsetof(Module_t2987026101, ____impl_3)); }
	inline intptr_t get__impl_3() const { return ____impl_3; }
	inline intptr_t* get_address_of__impl_3() { return &____impl_3; }
	inline void set__impl_3(intptr_t value)
	{
		____impl_3 = value;
	}

	inline static int32_t get_offset_of_assembly_4() { return static_cast<int32_t>(offsetof(Module_t2987026101, ___assembly_4)); }
	inline Assembly_t * get_assembly_4() const { return ___assembly_4; }
	inline Assembly_t ** get_address_of_assembly_4() { return &___assembly_4; }
	inline void set_assembly_4(Assembly_t * value)
	{
		___assembly_4 = value;
		Il2CppCodeGenWriteBarrier((&___assembly_4), value);
	}

	inline static int32_t get_offset_of_fqname_5() { return static_cast<int32_t>(offsetof(Module_t2987026101, ___fqname_5)); }
	inline String_t* get_fqname_5() const { return ___fqname_5; }
	inline String_t** get_address_of_fqname_5() { return &___fqname_5; }
	inline void set_fqname_5(String_t* value)
	{
		___fqname_5 = value;
		Il2CppCodeGenWriteBarrier((&___fqname_5), value);
	}

	inline static int32_t get_offset_of_name_6() { return static_cast<int32_t>(offsetof(Module_t2987026101, ___name_6)); }
	inline String_t* get_name_6() const { return ___name_6; }
	inline String_t** get_address_of_name_6() { return &___name_6; }
	inline void set_name_6(String_t* value)
	{
		___name_6 = value;
		Il2CppCodeGenWriteBarrier((&___name_6), value);
	}

	inline static int32_t get_offset_of_scopename_7() { return static_cast<int32_t>(offsetof(Module_t2987026101, ___scopename_7)); }
	inline String_t* get_scopename_7() const { return ___scopename_7; }
	inline String_t** get_address_of_scopename_7() { return &___scopename_7; }
	inline void set_scopename_7(String_t* value)
	{
		___scopename_7 = value;
		Il2CppCodeGenWriteBarrier((&___scopename_7), value);
	}

	inline static int32_t get_offset_of_is_resource_8() { return static_cast<int32_t>(offsetof(Module_t2987026101, ___is_resource_8)); }
	inline bool get_is_resource_8() const { return ___is_resource_8; }
	inline bool* get_address_of_is_resource_8() { return &___is_resource_8; }
	inline void set_is_resource_8(bool value)
	{
		___is_resource_8 = value;
	}

	inline static int32_t get_offset_of_token_9() { return static_cast<int32_t>(offsetof(Module_t2987026101, ___token_9)); }
	inline int32_t get_token_9() const { return ___token_9; }
	inline int32_t* get_address_of_token_9() { return &___token_9; }
	inline void set_token_9(int32_t value)
	{
		___token_9 = value;
	}
};

struct Module_t2987026101_StaticFields
{
public:
	// System.Reflection.TypeFilter System.Reflection.Module::FilterTypeName
	TypeFilter_t2356120900 * ___FilterTypeName_1;
	// System.Reflection.TypeFilter System.Reflection.Module::FilterTypeNameIgnoreCase
	TypeFilter_t2356120900 * ___FilterTypeNameIgnoreCase_2;

public:
	inline static int32_t get_offset_of_FilterTypeName_1() { return static_cast<int32_t>(offsetof(Module_t2987026101_StaticFields, ___FilterTypeName_1)); }
	inline TypeFilter_t2356120900 * get_FilterTypeName_1() const { return ___FilterTypeName_1; }
	inline TypeFilter_t2356120900 ** get_address_of_FilterTypeName_1() { return &___FilterTypeName_1; }
	inline void set_FilterTypeName_1(TypeFilter_t2356120900 * value)
	{
		___FilterTypeName_1 = value;
		Il2CppCodeGenWriteBarrier((&___FilterTypeName_1), value);
	}

	inline static int32_t get_offset_of_FilterTypeNameIgnoreCase_2() { return static_cast<int32_t>(offsetof(Module_t2987026101_StaticFields, ___FilterTypeNameIgnoreCase_2)); }
	inline TypeFilter_t2356120900 * get_FilterTypeNameIgnoreCase_2() const { return ___FilterTypeNameIgnoreCase_2; }
	inline TypeFilter_t2356120900 ** get_address_of_FilterTypeNameIgnoreCase_2() { return &___FilterTypeNameIgnoreCase_2; }
	inline void set_FilterTypeNameIgnoreCase_2(TypeFilter_t2356120900 * value)
	{
		___FilterTypeNameIgnoreCase_2 = value;
		Il2CppCodeGenWriteBarrier((&___FilterTypeNameIgnoreCase_2), value);
	}
};

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

// Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid
struct  SafeHandleZeroOrMinusOneIsInvalid_t1182193648  : public SafeHandle_t3273388951
{
public:

public:
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SAFEHANDLEZEROORMINUSONEISINVALID_T1182193648_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 SORTKEYBUFFER_T2945275270_H
#define SORTKEYBUFFER_T2945275270_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// Mono.Globalization.Unicode.SortKeyBuffer
struct  SortKeyBuffer_t2945275270  : public RuntimeObject
{
public:
	// System.Int32 Mono.Globalization.Unicode.SortKeyBuffer::l1
	int32_t ___l1_0;
	// System.Int32 Mono.Globalization.Unicode.SortKeyBuffer::l2
	int32_t ___l2_1;
	// System.Int32 Mono.Globalization.Unicode.SortKeyBuffer::l3
	int32_t ___l3_2;
	// System.Int32 Mono.Globalization.Unicode.SortKeyBuffer::l4s
	int32_t ___l4s_3;
	// System.Int32 Mono.Globalization.Unicode.SortKeyBuffer::l4t
	int32_t ___l4t_4;
	// System.Int32 Mono.Globalization.Unicode.SortKeyBuffer::l4k
	int32_t ___l4k_5;
	// System.Int32 Mono.Globalization.Unicode.SortKeyBuffer::l4w
	int32_t ___l4w_6;
	// System.Int32 Mono.Globalization.Unicode.SortKeyBuffer::l5
	int32_t ___l5_7;
	// System.Byte[] Mono.Globalization.Unicode.SortKeyBuffer::l1b
	ByteU5BU5D_t4116647657* ___l1b_8;
	// System.Byte[] Mono.Globalization.Unicode.SortKeyBuffer::l2b
	ByteU5BU5D_t4116647657* ___l2b_9;
	// System.Byte[] Mono.Globalization.Unicode.SortKeyBuffer::l3b
	ByteU5BU5D_t4116647657* ___l3b_10;
	// System.Byte[] Mono.Globalization.Unicode.SortKeyBuffer::l4sb
	ByteU5BU5D_t4116647657* ___l4sb_11;
	// System.Byte[] Mono.Globalization.Unicode.SortKeyBuffer::l4tb
	ByteU5BU5D_t4116647657* ___l4tb_12;
	// System.Byte[] Mono.Globalization.Unicode.SortKeyBuffer::l4kb
	ByteU5BU5D_t4116647657* ___l4kb_13;
	// System.Byte[] Mono.Globalization.Unicode.SortKeyBuffer::l4wb
	ByteU5BU5D_t4116647657* ___l4wb_14;
	// System.Byte[] Mono.Globalization.Unicode.SortKeyBuffer::l5b
	ByteU5BU5D_t4116647657* ___l5b_15;
	// System.String Mono.Globalization.Unicode.SortKeyBuffer::source
	String_t* ___source_16;
	// System.Boolean Mono.Globalization.Unicode.SortKeyBuffer::processLevel2
	bool ___processLevel2_17;
	// System.Boolean Mono.Globalization.Unicode.SortKeyBuffer::frenchSort
	bool ___frenchSort_18;
	// System.Boolean Mono.Globalization.Unicode.SortKeyBuffer::frenchSorted
	bool ___frenchSorted_19;
	// System.Int32 Mono.Globalization.Unicode.SortKeyBuffer::lcid
	int32_t ___lcid_20;
	// System.Globalization.CompareOptions Mono.Globalization.Unicode.SortKeyBuffer::options
	int32_t ___options_21;

public:
	inline static int32_t get_offset_of_l1_0() { return static_cast<int32_t>(offsetof(SortKeyBuffer_t2945275270, ___l1_0)); }
	inline int32_t get_l1_0() const { return ___l1_0; }
	inline int32_t* get_address_of_l1_0() { return &___l1_0; }
	inline void set_l1_0(int32_t value)
	{
		___l1_0 = value;
	}

	inline static int32_t get_offset_of_l2_1() { return static_cast<int32_t>(offsetof(SortKeyBuffer_t2945275270, ___l2_1)); }
	inline int32_t get_l2_1() const { return ___l2_1; }
	inline int32_t* get_address_of_l2_1() { return &___l2_1; }
	inline void set_l2_1(int32_t value)
	{
		___l2_1 = value;
	}

	inline static int32_t get_offset_of_l3_2() { return static_cast<int32_t>(offsetof(SortKeyBuffer_t2945275270, ___l3_2)); }
	inline int32_t get_l3_2() const { return ___l3_2; }
	inline int32_t* get_address_of_l3_2() { return &___l3_2; }
	inline void set_l3_2(int32_t value)
	{
		___l3_2 = value;
	}

	inline static int32_t get_offset_of_l4s_3() { return static_cast<int32_t>(offsetof(SortKeyBuffer_t2945275270, ___l4s_3)); }
	inline int32_t get_l4s_3() const { return ___l4s_3; }
	inline int32_t* get_address_of_l4s_3() { return &___l4s_3; }
	inline void set_l4s_3(int32_t value)
	{
		___l4s_3 = value;
	}

	inline static int32_t get_offset_of_l4t_4() { return static_cast<int32_t>(offsetof(SortKeyBuffer_t2945275270, ___l4t_4)); }
	inline int32_t get_l4t_4() const { return ___l4t_4; }
	inline int32_t* get_address_of_l4t_4() { return &___l4t_4; }
	inline void set_l4t_4(int32_t value)
	{
		___l4t_4 = value;
	}

	inline static int32_t get_offset_of_l4k_5() { return static_cast<int32_t>(offsetof(SortKeyBuffer_t2945275270, ___l4k_5)); }
	inline int32_t get_l4k_5() const { return ___l4k_5; }
	inline int32_t* get_address_of_l4k_5() { return &___l4k_5; }
	inline void set_l4k_5(int32_t value)
	{
		___l4k_5 = value;
	}

	inline static int32_t get_offset_of_l4w_6() { return static_cast<int32_t>(offsetof(SortKeyBuffer_t2945275270, ___l4w_6)); }
	inline int32_t get_l4w_6() const { return ___l4w_6; }
	inline int32_t* get_address_of_l4w_6() { return &___l4w_6; }
	inline void set_l4w_6(int32_t value)
	{
		___l4w_6 = value;
	}

	inline static int32_t get_offset_of_l5_7() { return static_cast<int32_t>(offsetof(SortKeyBuffer_t2945275270, ___l5_7)); }
	inline int32_t get_l5_7() const { return ___l5_7; }
	inline int32_t* get_address_of_l5_7() { return &___l5_7; }
	inline void set_l5_7(int32_t value)
	{
		___l5_7 = value;
	}

	inline static int32_t get_offset_of_l1b_8() { return static_cast<int32_t>(offsetof(SortKeyBuffer_t2945275270, ___l1b_8)); }
	inline ByteU5BU5D_t4116647657* get_l1b_8() const { return ___l1b_8; }
	inline ByteU5BU5D_t4116647657** get_address_of_l1b_8() { return &___l1b_8; }
	inline void set_l1b_8(ByteU5BU5D_t4116647657* value)
	{
		___l1b_8 = value;
		Il2CppCodeGenWriteBarrier((&___l1b_8), value);
	}

	inline static int32_t get_offset_of_l2b_9() { return static_cast<int32_t>(offsetof(SortKeyBuffer_t2945275270, ___l2b_9)); }
	inline ByteU5BU5D_t4116647657* get_l2b_9() const { return ___l2b_9; }
	inline ByteU5BU5D_t4116647657** get_address_of_l2b_9() { return &___l2b_9; }
	inline void set_l2b_9(ByteU5BU5D_t4116647657* value)
	{
		___l2b_9 = value;
		Il2CppCodeGenWriteBarrier((&___l2b_9), value);
	}

	inline static int32_t get_offset_of_l3b_10() { return static_cast<int32_t>(offsetof(SortKeyBuffer_t2945275270, ___l3b_10)); }
	inline ByteU5BU5D_t4116647657* get_l3b_10() const { return ___l3b_10; }
	inline ByteU5BU5D_t4116647657** get_address_of_l3b_10() { return &___l3b_10; }
	inline void set_l3b_10(ByteU5BU5D_t4116647657* value)
	{
		___l3b_10 = value;
		Il2CppCodeGenWriteBarrier((&___l3b_10), value);
	}

	inline static int32_t get_offset_of_l4sb_11() { return static_cast<int32_t>(offsetof(SortKeyBuffer_t2945275270, ___l4sb_11)); }
	inline ByteU5BU5D_t4116647657* get_l4sb_11() const { return ___l4sb_11; }
	inline ByteU5BU5D_t4116647657** get_address_of_l4sb_11() { return &___l4sb_11; }
	inline void set_l4sb_11(ByteU5BU5D_t4116647657* value)
	{
		___l4sb_11 = value;
		Il2CppCodeGenWriteBarrier((&___l4sb_11), value);
	}

	inline static int32_t get_offset_of_l4tb_12() { return static_cast<int32_t>(offsetof(SortKeyBuffer_t2945275270, ___l4tb_12)); }
	inline ByteU5BU5D_t4116647657* get_l4tb_12() const { return ___l4tb_12; }
	inline ByteU5BU5D_t4116647657** get_address_of_l4tb_12() { return &___l4tb_12; }
	inline void set_l4tb_12(ByteU5BU5D_t4116647657* value)
	{
		___l4tb_12 = value;
		Il2CppCodeGenWriteBarrier((&___l4tb_12), value);
	}

	inline static int32_t get_offset_of_l4kb_13() { return static_cast<int32_t>(offsetof(SortKeyBuffer_t2945275270, ___l4kb_13)); }
	inline ByteU5BU5D_t4116647657* get_l4kb_13() const { return ___l4kb_13; }
	inline ByteU5BU5D_t4116647657** get_address_of_l4kb_13() { return &___l4kb_13; }
	inline void set_l4kb_13(ByteU5BU5D_t4116647657* value)
	{
		___l4kb_13 = value;
		Il2CppCodeGenWriteBarrier((&___l4kb_13), value);
	}

	inline static int32_t get_offset_of_l4wb_14() { return static_cast<int32_t>(offsetof(SortKeyBuffer_t2945275270, ___l4wb_14)); }
	inline ByteU5BU5D_t4116647657* get_l4wb_14() const { return ___l4wb_14; }
	inline ByteU5BU5D_t4116647657** get_address_of_l4wb_14() { return &___l4wb_14; }
	inline void set_l4wb_14(ByteU5BU5D_t4116647657* value)
	{
		___l4wb_14 = value;
		Il2CppCodeGenWriteBarrier((&___l4wb_14), value);
	}

	inline static int32_t get_offset_of_l5b_15() { return static_cast<int32_t>(offsetof(SortKeyBuffer_t2945275270, ___l5b_15)); }
	inline ByteU5BU5D_t4116647657* get_l5b_15() const { return ___l5b_15; }
	inline ByteU5BU5D_t4116647657** get_address_of_l5b_15() { return &___l5b_15; }
	inline void set_l5b_15(ByteU5BU5D_t4116647657* value)
	{
		___l5b_15 = value;
		Il2CppCodeGenWriteBarrier((&___l5b_15), value);
	}

	inline static int32_t get_offset_of_source_16() { return static_cast<int32_t>(offsetof(SortKeyBuffer_t2945275270, ___source_16)); }
	inline String_t* get_source_16() const { return ___source_16; }
	inline String_t** get_address_of_source_16() { return &___source_16; }
	inline void set_source_16(String_t* value)
	{
		___source_16 = value;
		Il2CppCodeGenWriteBarrier((&___source_16), value);
	}

	inline static int32_t get_offset_of_processLevel2_17() { return static_cast<int32_t>(offsetof(SortKeyBuffer_t2945275270, ___processLevel2_17)); }
	inline bool get_processLevel2_17() const { return ___processLevel2_17; }
	inline bool* get_address_of_processLevel2_17() { return &___processLevel2_17; }
	inline void set_processLevel2_17(bool value)
	{
		___processLevel2_17 = value;
	}

	inline static int32_t get_offset_of_frenchSort_18() { return static_cast<int32_t>(offsetof(SortKeyBuffer_t2945275270, ___frenchSort_18)); }
	inline bool get_frenchSort_18() const { return ___frenchSort_18; }
	inline bool* get_address_of_frenchSort_18() { return &___frenchSort_18; }
	inline void set_frenchSort_18(bool value)
	{
		___frenchSort_18 = value;
	}

	inline static int32_t get_offset_of_frenchSorted_19() { return static_cast<int32_t>(offsetof(SortKeyBuffer_t2945275270, ___frenchSorted_19)); }
	inline bool get_frenchSorted_19() const { return ___frenchSorted_19; }
	inline bool* get_address_of_frenchSorted_19() { return &___frenchSorted_19; }
	inline void set_frenchSorted_19(bool value)
	{
		___frenchSorted_19 = value;
	}

	inline static int32_t get_offset_of_lcid_20() { return static_cast<int32_t>(offsetof(SortKeyBuffer_t2945275270, ___lcid_20)); }
	inline int32_t get_lcid_20() const { return ___lcid_20; }
	inline int32_t* get_address_of_lcid_20() { return &___lcid_20; }
	inline void set_lcid_20(int32_t value)
	{
		___lcid_20 = value;
	}

	inline static int32_t get_offset_of_options_21() { return static_cast<int32_t>(offsetof(SortKeyBuffer_t2945275270, ___options_21)); }
	inline int32_t get_options_21() const { return ___options_21; }
	inline int32_t* get_address_of_options_21() { return &___options_21; }
	inline void set_options_21(int32_t value)
	{
		___options_21 = value;
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SORTKEYBUFFER_T2945275270_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 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 OPERATINGSYSTEM_T3730783609_H
#define OPERATINGSYSTEM_T3730783609_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.OperatingSystem
struct  OperatingSystem_t3730783609  : public RuntimeObject
{
public:
	// System.PlatformID System.OperatingSystem::_platform
	int32_t ____platform_0;
	// System.Version System.OperatingSystem::_version
	Version_t3456873960 * ____version_1;
	// System.String System.OperatingSystem::_servicePack
	String_t* ____servicePack_2;

public:
	inline static int32_t get_offset_of__platform_0() { return static_cast<int32_t>(offsetof(OperatingSystem_t3730783609, ____platform_0)); }
	inline int32_t get__platform_0() const { return ____platform_0; }
	inline int32_t* get_address_of__platform_0() { return &____platform_0; }
	inline void set__platform_0(int32_t value)
	{
		____platform_0 = value;
	}

	inline static int32_t get_offset_of__version_1() { return static_cast<int32_t>(offsetof(OperatingSystem_t3730783609, ____version_1)); }
	inline Version_t3456873960 * get__version_1() const { return ____version_1; }
	inline Version_t3456873960 ** get_address_of__version_1() { return &____version_1; }
	inline void set__version_1(Version_t3456873960 * value)
	{
		____version_1 = value;
		Il2CppCodeGenWriteBarrier((&____version_1), value);
	}

	inline static int32_t get_offset_of__servicePack_2() { return static_cast<int32_t>(offsetof(OperatingSystem_t3730783609, ____servicePack_2)); }
	inline String_t* get__servicePack_2() const { return ____servicePack_2; }
	inline String_t** get_address_of__servicePack_2() { return &____servicePack_2; }
	inline void set__servicePack_2(String_t* value)
	{
		____servicePack_2 = value;
		Il2CppCodeGenWriteBarrier((&____servicePack_2), value);
	}
};

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

// System.Globalization.SortKey
struct  SortKey_t3955336732  : public RuntimeObject
{
public:
	// System.String System.Globalization.SortKey::source
	String_t* ___source_0;
	// System.Globalization.CompareOptions System.Globalization.SortKey::options
	int32_t ___options_1;
	// System.Byte[] System.Globalization.SortKey::key
	ByteU5BU5D_t4116647657* ___key_2;
	// System.Int32 System.Globalization.SortKey::lcid
	int32_t ___lcid_3;

public:
	inline static int32_t get_offset_of_source_0() { return static_cast<int32_t>(offsetof(SortKey_t3955336732, ___source_0)); }
	inline String_t* get_source_0() const { return ___source_0; }
	inline String_t** get_address_of_source_0() { return &___source_0; }
	inline void set_source_0(String_t* value)
	{
		___source_0 = value;
		Il2CppCodeGenWriteBarrier((&___source_0), value);
	}

	inline static int32_t get_offset_of_options_1() { return static_cast<int32_t>(offsetof(SortKey_t3955336732, ___options_1)); }
	inline int32_t get_options_1() const { return ___options_1; }
	inline int32_t* get_address_of_options_1() { return &___options_1; }
	inline void set_options_1(int32_t value)
	{
		___options_1 = value;
	}

	inline static int32_t get_offset_of_key_2() { return static_cast<int32_t>(offsetof(SortKey_t3955336732, ___key_2)); }
	inline ByteU5BU5D_t4116647657* get_key_2() const { return ___key_2; }
	inline ByteU5BU5D_t4116647657** get_address_of_key_2() { return &___key_2; }
	inline void set_key_2(ByteU5BU5D_t4116647657* value)
	{
		___key_2 = value;
		Il2CppCodeGenWriteBarrier((&___key_2), value);
	}

	inline static int32_t get_offset_of_lcid_3() { return static_cast<int32_t>(offsetof(SortKey_t3955336732, ___lcid_3)); }
	inline int32_t get_lcid_3() const { return ___lcid_3; }
	inline int32_t* get_address_of_lcid_3() { return &___lcid_3; }
	inline void set_lcid_3(int32_t value)
	{
		___lcid_3 = value;
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SORTKEY_T3955336732_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 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 MONOIOSTAT_T592533987_H
#define MONOIOSTAT_T592533987_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.IO.MonoIOStat
struct  MonoIOStat_t592533987 
{
public:
	// System.String System.IO.MonoIOStat::Name
	String_t* ___Name_0;
	// System.IO.FileAttributes System.IO.MonoIOStat::Attributes
	int32_t ___Attributes_1;
	// System.Int64 System.IO.MonoIOStat::Length
	int64_t ___Length_2;
	// System.Int64 System.IO.MonoIOStat::CreationTime
	int64_t ___CreationTime_3;
	// System.Int64 System.IO.MonoIOStat::LastAccessTime
	int64_t ___LastAccessTime_4;
	// System.Int64 System.IO.MonoIOStat::LastWriteTime
	int64_t ___LastWriteTime_5;

public:
	inline static int32_t get_offset_of_Name_0() { return static_cast<int32_t>(offsetof(MonoIOStat_t592533987, ___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_Attributes_1() { return static_cast<int32_t>(offsetof(MonoIOStat_t592533987, ___Attributes_1)); }
	inline int32_t get_Attributes_1() const { return ___Attributes_1; }
	inline int32_t* get_address_of_Attributes_1() { return &___Attributes_1; }
	inline void set_Attributes_1(int32_t value)
	{
		___Attributes_1 = value;
	}

	inline static int32_t get_offset_of_Length_2() { return static_cast<int32_t>(offsetof(MonoIOStat_t592533987, ___Length_2)); }
	inline int64_t get_Length_2() const { return ___Length_2; }
	inline int64_t* get_address_of_Length_2() { return &___Length_2; }
	inline void set_Length_2(int64_t value)
	{
		___Length_2 = value;
	}

	inline static int32_t get_offset_of_CreationTime_3() { return static_cast<int32_t>(offsetof(MonoIOStat_t592533987, ___CreationTime_3)); }
	inline int64_t get_CreationTime_3() const { return ___CreationTime_3; }
	inline int64_t* get_address_of_CreationTime_3() { return &___CreationTime_3; }
	inline void set_CreationTime_3(int64_t value)
	{
		___CreationTime_3 = value;
	}

	inline static int32_t get_offset_of_LastAccessTime_4() { return static_cast<int32_t>(offsetof(MonoIOStat_t592533987, ___LastAccessTime_4)); }
	inline int64_t get_LastAccessTime_4() const { return ___LastAccessTime_4; }
	inline int64_t* get_address_of_LastAccessTime_4() { return &___LastAccessTime_4; }
	inline void set_LastAccessTime_4(int64_t value)
	{
		___LastAccessTime_4 = value;
	}

	inline static int32_t get_offset_of_LastWriteTime_5() { return static_cast<int32_t>(offsetof(MonoIOStat_t592533987, ___LastWriteTime_5)); }
	inline int64_t get_LastWriteTime_5() const { return ___LastWriteTime_5; }
	inline int64_t* get_address_of_LastWriteTime_5() { return &___LastWriteTime_5; }
	inline void set_LastWriteTime_5(int64_t value)
	{
		___LastWriteTime_5 = value;
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.IO.MonoIOStat
struct MonoIOStat_t592533987_marshaled_pinvoke
{
	char* ___Name_0;
	int32_t ___Attributes_1;
	int64_t ___Length_2;
	int64_t ___CreationTime_3;
	int64_t ___LastAccessTime_4;
	int64_t ___LastWriteTime_5;
};
// Native definition for COM marshalling of System.IO.MonoIOStat
struct MonoIOStat_t592533987_marshaled_com
{
	Il2CppChar* ___Name_0;
	int32_t ___Attributes_1;
	int64_t ___Length_2;
	int64_t ___CreationTime_3;
	int64_t ___LastAccessTime_4;
	int64_t ___LastWriteTime_5;
};
#endif // MONOIOSTAT_T592533987_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 CONTEXT_T1744531130_H
#define CONTEXT_T1744531130_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// Mono.Globalization.Unicode.SimpleCollator/Context
struct  Context_t1744531130 
{
public:
	// System.Globalization.CompareOptions Mono.Globalization.Unicode.SimpleCollator/Context::Option
	int32_t ___Option_0;
	// System.Byte* Mono.Globalization.Unicode.SimpleCollator/Context::NeverMatchFlags
	uint8_t* ___NeverMatchFlags_1;
	// System.Byte* Mono.Globalization.Unicode.SimpleCollator/Context::AlwaysMatchFlags
	uint8_t* ___AlwaysMatchFlags_2;
	// System.Byte* Mono.Globalization.Unicode.SimpleCollator/Context::Buffer1
	uint8_t* ___Buffer1_3;
	// System.Byte* Mono.Globalization.Unicode.SimpleCollator/Context::Buffer2
	uint8_t* ___Buffer2_4;
	// System.Int32 Mono.Globalization.Unicode.SimpleCollator/Context::PrevCode
	int32_t ___PrevCode_5;
	// System.Byte* Mono.Globalization.Unicode.SimpleCollator/Context::PrevSortKey
	uint8_t* ___PrevSortKey_6;
	// System.Boolean Mono.Globalization.Unicode.SimpleCollator/Context::QuickCheckPossible
	bool ___QuickCheckPossible_7;

public:
	inline static int32_t get_offset_of_Option_0() { return static_cast<int32_t>(offsetof(Context_t1744531130, ___Option_0)); }
	inline int32_t get_Option_0() const { return ___Option_0; }
	inline int32_t* get_address_of_Option_0() { return &___Option_0; }
	inline void set_Option_0(int32_t value)
	{
		___Option_0 = value;
	}

	inline static int32_t get_offset_of_NeverMatchFlags_1() { return static_cast<int32_t>(offsetof(Context_t1744531130, ___NeverMatchFlags_1)); }
	inline uint8_t* get_NeverMatchFlags_1() const { return ___NeverMatchFlags_1; }
	inline uint8_t** get_address_of_NeverMatchFlags_1() { return &___NeverMatchFlags_1; }
	inline void set_NeverMatchFlags_1(uint8_t* value)
	{
		___NeverMatchFlags_1 = value;
	}

	inline static int32_t get_offset_of_AlwaysMatchFlags_2() { return static_cast<int32_t>(offsetof(Context_t1744531130, ___AlwaysMatchFlags_2)); }
	inline uint8_t* get_AlwaysMatchFlags_2() const { return ___AlwaysMatchFlags_2; }
	inline uint8_t** get_address_of_AlwaysMatchFlags_2() { return &___AlwaysMatchFlags_2; }
	inline void set_AlwaysMatchFlags_2(uint8_t* value)
	{
		___AlwaysMatchFlags_2 = value;
	}

	inline static int32_t get_offset_of_Buffer1_3() { return static_cast<int32_t>(offsetof(Context_t1744531130, ___Buffer1_3)); }
	inline uint8_t* get_Buffer1_3() const { return ___Buffer1_3; }
	inline uint8_t** get_address_of_Buffer1_3() { return &___Buffer1_3; }
	inline void set_Buffer1_3(uint8_t* value)
	{
		___Buffer1_3 = value;
	}

	inline static int32_t get_offset_of_Buffer2_4() { return static_cast<int32_t>(offsetof(Context_t1744531130, ___Buffer2_4)); }
	inline uint8_t* get_Buffer2_4() const { return ___Buffer2_4; }
	inline uint8_t** get_address_of_Buffer2_4() { return &___Buffer2_4; }
	inline void set_Buffer2_4(uint8_t* value)
	{
		___Buffer2_4 = value;
	}

	inline static int32_t get_offset_of_PrevCode_5() { return static_cast<int32_t>(offsetof(Context_t1744531130, ___PrevCode_5)); }
	inline int32_t get_PrevCode_5() const { return ___PrevCode_5; }
	inline int32_t* get_address_of_PrevCode_5() { return &___PrevCode_5; }
	inline void set_PrevCode_5(int32_t value)
	{
		___PrevCode_5 = value;
	}

	inline static int32_t get_offset_of_PrevSortKey_6() { return static_cast<int32_t>(offsetof(Context_t1744531130, ___PrevSortKey_6)); }
	inline uint8_t* get_PrevSortKey_6() const { return ___PrevSortKey_6; }
	inline uint8_t** get_address_of_PrevSortKey_6() { return &___PrevSortKey_6; }
	inline void set_PrevSortKey_6(uint8_t* value)
	{
		___PrevSortKey_6 = value;
	}

	inline static int32_t get_offset_of_QuickCheckPossible_7() { return static_cast<int32_t>(offsetof(Context_t1744531130, ___QuickCheckPossible_7)); }
	inline bool get_QuickCheckPossible_7() const { return ___QuickCheckPossible_7; }
	inline bool* get_address_of_QuickCheckPossible_7() { return &___QuickCheckPossible_7; }
	inline void set_QuickCheckPossible_7(bool value)
	{
		___QuickCheckPossible_7 = value;
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of Mono.Globalization.Unicode.SimpleCollator/Context
struct Context_t1744531130_marshaled_pinvoke
{
	int32_t ___Option_0;
	uint8_t* ___NeverMatchFlags_1;
	uint8_t* ___AlwaysMatchFlags_2;
	uint8_t* ___Buffer1_3;
	uint8_t* ___Buffer2_4;
	int32_t ___PrevCode_5;
	uint8_t* ___PrevSortKey_6;
	int32_t ___QuickCheckPossible_7;
};
// Native definition for COM marshalling of Mono.Globalization.Unicode.SimpleCollator/Context
struct Context_t1744531130_marshaled_com
{
	int32_t ___Option_0;
	uint8_t* ___NeverMatchFlags_1;
	uint8_t* ___AlwaysMatchFlags_2;
	uint8_t* ___Buffer1_3;
	uint8_t* ___Buffer2_4;
	int32_t ___PrevCode_5;
	uint8_t* ___PrevSortKey_6;
	int32_t ___QuickCheckPossible_7;
};
#endif // CONTEXT_T1744531130_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 PRIMALITYTEST_T1539325943_H
#define PRIMALITYTEST_T1539325943_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// Mono.Math.Prime.PrimalityTest
struct  PrimalityTest_t1539325943  : public MulticastDelegate_t
{
public:

public:
};

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

// Mono.Security.Cryptography.DSAManaged/KeyGeneratedEventHandler
struct  KeyGeneratedEventHandler_t3828027274  : public MulticastDelegate_t
{
public:

public:
};

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

// Microsoft.Win32.SafeHandles.SafeWaitHandle
struct  SafeWaitHandle_t1972936122  : public SafeHandleZeroOrMinusOneIsInvalid_t1182193648
{
public:

public:
};

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

// System.IO.FileSystemInfo
struct  FileSystemInfo_t3745885336  : public MarshalByRefObject_t2760389100
{
public:
	// System.String System.IO.FileSystemInfo::FullPath
	String_t* ___FullPath_1;
	// System.String System.IO.FileSystemInfo::OriginalPath
	String_t* ___OriginalPath_2;
	// System.IO.MonoIOStat System.IO.FileSystemInfo::stat
	MonoIOStat_t592533987  ___stat_3;
	// System.Boolean System.IO.FileSystemInfo::valid
	bool ___valid_4;

public:
	inline static int32_t get_offset_of_FullPath_1() { return static_cast<int32_t>(offsetof(FileSystemInfo_t3745885336, ___FullPath_1)); }
	inline String_t* get_FullPath_1() const { return ___FullPath_1; }
	inline String_t** get_address_of_FullPath_1() { return &___FullPath_1; }
	inline void set_FullPath_1(String_t* value)
	{
		___FullPath_1 = value;
		Il2CppCodeGenWriteBarrier((&___FullPath_1), value);
	}

	inline static int32_t get_offset_of_OriginalPath_2() { return static_cast<int32_t>(offsetof(FileSystemInfo_t3745885336, ___OriginalPath_2)); }
	inline String_t* get_OriginalPath_2() const { return ___OriginalPath_2; }
	inline String_t** get_address_of_OriginalPath_2() { return &___OriginalPath_2; }
	inline void set_OriginalPath_2(String_t* value)
	{
		___OriginalPath_2 = value;
		Il2CppCodeGenWriteBarrier((&___OriginalPath_2), value);
	}

	inline static int32_t get_offset_of_stat_3() { return static_cast<int32_t>(offsetof(FileSystemInfo_t3745885336, ___stat_3)); }
	inline MonoIOStat_t592533987  get_stat_3() const { return ___stat_3; }
	inline MonoIOStat_t592533987 * get_address_of_stat_3() { return &___stat_3; }
	inline void set_stat_3(MonoIOStat_t592533987  value)
	{
		___stat_3 = value;
	}

	inline static int32_t get_offset_of_valid_4() { return static_cast<int32_t>(offsetof(FileSystemInfo_t3745885336, ___valid_4)); }
	inline bool get_valid_4() const { return ___valid_4; }
	inline bool* get_address_of_valid_4() { return &___valid_4; }
	inline void set_valid_4(bool value)
	{
		___valid_4 = value;
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // FILESYSTEMINFO_T3745885336_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 ASYNCCALLBACK_T3962456242_H
#define ASYNCCALLBACK_T3962456242_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif

// System.AsyncCallback
struct  AsyncCallback_t3962456242  : public MulticastDelegate_t
{
public:

public:
};

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

// System.IO.DirectoryInfo
struct  DirectoryInfo_t35957480  : public FileSystemInfo_t3745885336
{
public:
	// System.String System.IO.DirectoryInfo::current
	String_t* ___current_5;
	// System.String System.IO.DirectoryInfo::parent
	String_t* ___parent_6;

public:
	inline static int32_t get_offset_of_current_5() { return static_cast<int32_t>(offsetof(DirectoryInfo_t35957480, ___current_5)); }
	inline String_t* get_current_5() const { return ___current_5; }
	inline String_t** get_address_of_current_5() { return &___current_5; }
	inline void set_current_5(String_t* value)
	{
		___current_5 = value;
		Il2CppCodeGenWriteBarrier((&___current_5), value);
	}

	inline static int32_t get_offset_of_parent_6() { return static_cast<int32_t>(offsetof(DirectoryInfo_t35957480, ___parent_6)); }
	inline String_t* get_parent_6() const { return ___parent_6; }
	inline String_t** get_address_of_parent_6() { return &___parent_6; }
	inline void set_parent_6(String_t* value)
	{
		___parent_6 = value;
		Il2CppCodeGenWriteBarrier((&___parent_6), value);
	}
};

#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DIRECTORYINFO_T35957480_H
// 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.Int32[]
struct Int32U5BU5D_t385246372  : public RuntimeArray
{
public:
	ALIGN_FIELD (8) int32_t m_Items[1];

public:
	inline int32_t GetAt(il2cpp_array_size_t index) const
	{
		IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
		return m_Items[index];
	}
	inline int32_t* GetAddressAt(il2cpp_array_size_t index)
	{
		IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
		return m_Items + index;
	}
	inline void SetAt(il2cpp_array_size_t index, int32_t value)
	{
		IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
		m_Items[index] = value;
	}
	inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const
	{
		return m_Items[index];
	}
	inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
	{
		return m_Items + index;
	}
	inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value)
	{
		m_Items[index] = value;
	}
};
// Mono.Globalization.Unicode.CodePointIndexer/TableRange[]
struct TableRangeU5BU5D_t2913440125  : public RuntimeArray
{
public:
	ALIGN_FIELD (8) TableRange_t3332867892  m_Items[1];

public:
	inline TableRange_t3332867892  GetAt(il2cpp_array_size_t index) const
	{
		IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
		return m_Items[index];
	}
	inline TableRange_t3332867892 * 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, TableRange_t3332867892  value)
	{
		IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
		m_Items[index] = value;
	}
	inline TableRange_t3332867892  GetAtUnchecked(il2cpp_array_size_t index) const
	{
		return m_Items[index];
	}
	inline TableRange_t3332867892 * GetAddressAtUnchecked(il2cpp_array_size_t index)
	{
		return m_Items + index;
	}
	inline void SetAtUnchecked(il2cpp_array_size_t index, TableRange_t3332867892  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.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;
	}
};
// Mono.Globalization.Unicode.TailoringInfo[]
struct TailoringInfoU5BU5D_t1797664499  : public RuntimeArray
{
public:
	ALIGN_FIELD (8) TailoringInfo_t866433654 * m_Items[1];

public:
	inline TailoringInfo_t866433654 * GetAt(il2cpp_array_size_t index) const
	{
		IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
		return m_Items[index];
	}
	inline TailoringInfo_t866433654 ** 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, TailoringInfo_t866433654 * value)
	{
		IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
		m_Items[index] = value;
		Il2CppCodeGenWriteBarrier(m_Items + index, value);
	}
	inline TailoringInfo_t866433654 * GetAtUnchecked(il2cpp_array_size_t index) const
	{
		return m_Items[index];
	}
	inline TailoringInfo_t866433654 ** GetAddressAtUnchecked(il2cpp_array_size_t index)
	{
		return m_Items + index;
	}
	inline void SetAtUnchecked(il2cpp_array_size_t index, TailoringInfo_t866433654 * value)
	{
		m_Items[index] = value;
		Il2CppCodeGenWriteBarrier(m_Items + index, value);
	}
};
// Mono.Globalization.Unicode.Contraction[]
struct ContractionU5BU5D_t838556799  : public RuntimeArray
{
public:
	ALIGN_FIELD (8) Contraction_t1589275354 * m_Items[1];

public:
	inline Contraction_t1589275354 * GetAt(il2cpp_array_size_t index) const
	{
		IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
		return m_Items[index];
	}
	inline Contraction_t1589275354 ** 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, Contraction_t1589275354 * value)
	{
		IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
		m_Items[index] = value;
		Il2CppCodeGenWriteBarrier(m_Items + index, value);
	}
	inline Contraction_t1589275354 * GetAtUnchecked(il2cpp_array_size_t index) const
	{
		return m_Items[index];
	}
	inline Contraction_t1589275354 ** GetAddressAtUnchecked(il2cpp_array_size_t index)
	{
		return m_Items + index;
	}
	inline void SetAtUnchecked(il2cpp_array_size_t index, Contraction_t1589275354 * value)
	{
		m_Items[index] = value;
		Il2CppCodeGenWriteBarrier(m_Items + index, value);
	}
};
// Mono.Globalization.Unicode.Level2Map[]
struct Level2MapU5BU5D_t3973367379  : public RuntimeArray
{
public:
	ALIGN_FIELD (8) Level2Map_t3640798870 * m_Items[1];

public:
	inline Level2Map_t3640798870 * GetAt(il2cpp_array_size_t index) const
	{
		IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
		return m_Items[index];
	}
	inline Level2Map_t3640798870 ** 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, Level2Map_t3640798870 * value)
	{
		IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
		m_Items[index] = value;
		Il2CppCodeGenWriteBarrier(m_Items + index, value);
	}
	inline Level2Map_t3640798870 * GetAtUnchecked(il2cpp_array_size_t index) const
	{
		return m_Items[index];
	}
	inline Level2Map_t3640798870 ** GetAddressAtUnchecked(il2cpp_array_size_t index)
	{
		return m_Items + index;
	}
	inline void SetAtUnchecked(il2cpp_array_size_t index, Level2Map_t3640798870 * value)
	{
		m_Items[index] = value;
		Il2CppCodeGenWriteBarrier(m_Items + index, value);
	}
};
// 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;
	}
};
// Mono.Math.BigInteger[]
struct BigIntegerU5BU5D_t2349952476  : public RuntimeArray
{
public:
	ALIGN_FIELD (8) BigInteger_t2902905089 * m_Items[1];

public:
	inline BigInteger_t2902905089 * GetAt(il2cpp_array_size_t index) const
	{
		IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
		return m_Items[index];
	}
	inline BigInteger_t2902905089 ** 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, BigInteger_t2902905089 * value)
	{
		IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
		m_Items[index] = value;
		Il2CppCodeGenWriteBarrier(m_Items + index, value);
	}
	inline BigInteger_t2902905089 * GetAtUnchecked(il2cpp_array_size_t index) const
	{
		return m_Items[index];
	}
	inline BigInteger_t2902905089 ** GetAddressAtUnchecked(il2cpp_array_size_t index)
	{
		return m_Items + index;
	}
	inline void SetAtUnchecked(il2cpp_array_size_t index, BigInteger_t2902905089 * value)
	{
		m_Items[index] = value;
		Il2CppCodeGenWriteBarrier(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.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::.ctor(System.Int32)
extern "C"  void Dictionary_2__ctor_m182537451_gshared (Dictionary_2_t3384741 * __this, int32_t p0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::Add(TKey,TValue)
extern "C"  void Dictionary_2_Add_m1279427033_gshared (Dictionary_2_t3384741 * __this, RuntimeObject * p0, int32_t p1, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::TryGetValue(TKey,TValue&)
extern "C"  bool Dictionary_2_TryGetValue_m3959998165_gshared (Dictionary_2_t3384741 * __this, RuntimeObject * p0, int32_t* p1, const RuntimeMethod* method);

// 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) IL2CPP_METHOD_ATTR;
// System.IntPtr System.IntPtr::op_Explicit(System.Int32)
extern "C"  intptr_t IntPtr_op_Explicit_m1593216315 (RuntimeObject * __this /* static, unused */, int32_t ___value0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Runtime.InteropServices.SafeHandle::.ctor(System.IntPtr,System.Boolean)
extern "C"  void SafeHandle__ctor_m124356559 (SafeHandle_t3273388951 * __this, intptr_t ___invalidHandleValue0, bool ___ownsHandle1, 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.Void Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid::.ctor(System.Boolean)
extern "C"  void SafeHandleZeroOrMinusOneIsInvalid__ctor_m2667299826 (SafeHandleZeroOrMinusOneIsInvalid_t1182193648 * __this, bool ___ownsHandle0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Runtime.InteropServices.SafeHandle::SetHandle(System.IntPtr)
extern "C"  void SafeHandle_SetHandle_m2809947802 (SafeHandle_t3273388951 * __this, intptr_t ___handle0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Threading.NativeEventCalls::CloseEvent_internal(System.IntPtr)
extern "C"  void NativeEventCalls_CloseEvent_internal_m2546122398 (RuntimeObject * __this /* static, unused */, intptr_t ___handle0, 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.Void Mono.Globalization.Unicode.CodePointIndexer/TableRange::.ctor(System.Int32,System.Int32,System.Int32)
extern "C"  void TableRange__ctor_m3039750162 (TableRange_t3332867892 * __this, int32_t ___start0, int32_t ___end1, int32_t ___indexStart2, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void Mono.Globalization.Unicode.ContractionComparer::.ctor()
extern "C"  void ContractionComparer__ctor_m3439667810 (ContractionComparer_t2750537063 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void Mono.Globalization.Unicode.Level2MapComparer::.ctor()
extern "C"  void Level2MapComparer__ctor_m1297087662 (Level2MapComparer_t1716225294 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.IntPtr Mono.Globalization.Unicode.MSCompatUnicodeTable::GetResource(System.String)
extern "C"  intptr_t MSCompatUnicodeTable_GetResource_m731831298 (RuntimeObject * __this /* static, unused */, String_t* ___name0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void* System.IntPtr::op_Explicit(System.IntPtr)
extern "C"  void* IntPtr_op_Explicit_m2520637223 (RuntimeObject * __this /* static, unused */, intptr_t ___value0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.UInt32 Mono.Globalization.Unicode.MSCompatUnicodeTable::UInt32FromBytePtr(System.Byte*,System.UInt32)
extern "C"  uint32_t MSCompatUnicodeTable_UInt32FromBytePtr_m2910318928 (RuntimeObject * __this /* static, unused */, uint8_t* ___raw0, uint32_t ___idx1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void Mono.Globalization.Unicode.TailoringInfo::.ctor(System.Int32,System.Int32,System.Int32,System.Boolean)
extern "C"  void TailoringInfo__ctor_m2283562302 (TailoringInfo_t866433654 * __this, int32_t ___lcid0, int32_t ___tailoringIndex1, int32_t ___tailoringCount2, bool ___frenchSort3, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Collections.ArrayList::.ctor()
extern "C"  void ArrayList__ctor_m4254721275 (ArrayList_t2718874744 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.IntPtr System.IntPtr::op_Explicit(System.Void*)
extern "C"  intptr_t IntPtr_op_Explicit_m536245531 (RuntimeObject * __this /* static, unused */, void* ___value0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Runtime.InteropServices.Marshal::Copy(System.IntPtr,System.Char[],System.Int32,System.Int32)
extern "C"  void Marshal_Copy_m1714210296 (RuntimeObject * __this /* static, unused */, intptr_t ___source0, CharU5BU5D_t3528271667* ___destination1, int32_t ___startIndex2, int32_t ___length3, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void Mono.Globalization.Unicode.Contraction::.ctor(System.Char[],System.String,System.Byte[])
extern "C"  void Contraction__ctor_m2731863112 (Contraction_t1589275354 * __this, CharU5BU5D_t3528271667* ___source0, String_t* ___replacement1, ByteU5BU5D_t4116647657* ___sortkey2, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void Mono.Globalization.Unicode.Level2Map::.ctor(System.Byte,System.Byte)
extern "C"  void Level2Map__ctor_m3459390739 (Level2Map_t3640798870 * __this, uint8_t ___source0, uint8_t ___replace1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// 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) IL2CPP_METHOD_ATTR;
// 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) IL2CPP_METHOD_ATTR;
// System.Void System.NotImplementedException::.ctor(System.String)
extern "C"  void NotImplementedException__ctor_m3095902440 (NotImplementedException_t3489357830 * __this, String_t* ___message0, 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.Void System.Collections.Generic.Dictionary`2<System.String,System.Int32>::.ctor(System.Int32)
#define Dictionary_2__ctor_m2392909825(__this, p0, method) ((  void (*) (Dictionary_2_t2736202052 *, int32_t, const RuntimeMethod*))Dictionary_2__ctor_m182537451_gshared)(__this, p0, method)
// System.Void System.Collections.Generic.Dictionary`2<System.String,System.Int32>::Add(TKey,TValue)
#define Dictionary_2_Add_m282647386(__this, p0, p1, method) ((  void (*) (Dictionary_2_t2736202052 *, String_t*, int32_t, const RuntimeMethod*))Dictionary_2_Add_m1279427033_gshared)(__this, p0, p1, method)
// System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Int32>::TryGetValue(TKey,TValue&)
#define Dictionary_2_TryGetValue_m1013208020(__this, p0, p1, method) ((  bool (*) (Dictionary_2_t2736202052 *, String_t*, int32_t*, const RuntimeMethod*))Dictionary_2_TryGetValue_m3959998165_gshared)(__this, p0, p1, method)
// System.Int32 Mono.Globalization.Unicode.CodePointIndexer::ToIndex(System.Int32)
extern "C"  int32_t CodePointIndexer_ToIndex_m1008730487 (CodePointIndexer_t4134431086 * __this, int32_t ___cp0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Globalization.UnicodeCategory System.Char::GetUnicodeCategory(System.Char)
extern "C"  int32_t Char_GetUnicodeCategory_m57882613 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Boolean Mono.Globalization.Unicode.MSCompatUnicodeTable::IsIgnorable(System.Int32,System.Byte)
extern "C"  bool MSCompatUnicodeTable_IsIgnorable_m3957534007 (RuntimeObject * __this /* static, unused */, int32_t ___cp0, uint8_t ___flag1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.IntPtr System.Reflection.Assembly::GetManifestResourceInternal(System.String,System.Int32&,System.Reflection.Module&)
extern "C"  intptr_t Assembly_GetManifestResourceInternal_m1224391897 (Assembly_t * __this, String_t* ___name0, int32_t* ___size1, Module_t2987026101 ** ___module2, 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 Mono.Globalization.Unicode.MSCompatUnicodeTable::FillCJKCore(System.String,Mono.Globalization.Unicode.CodePointIndexer&,System.Byte*&,System.Byte*&,Mono.Globalization.Unicode.CodePointIndexer&,System.Byte*&)
extern "C"  void MSCompatUnicodeTable_FillCJKCore_m2347268515 (RuntimeObject * __this /* static, unused */, String_t* ___culture0, CodePointIndexer_t4134431086 ** ___cjkIndexer1, uint8_t** ___catTable2, uint8_t** ___lv1Table3, CodePointIndexer_t4134431086 ** ___cjkLv2Indexer4, uint8_t** ___lv2Table5, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void Mono.Globalization.Unicode.MSCompatUnicodeTable::SetCJKReferences(System.String,Mono.Globalization.Unicode.CodePointIndexer&,System.Byte*&,System.Byte*&,Mono.Globalization.Unicode.CodePointIndexer&,System.Byte*&)
extern "C"  void MSCompatUnicodeTable_SetCJKReferences_m2637101499 (RuntimeObject * __this /* static, unused */, String_t* ___name0, CodePointIndexer_t4134431086 ** ___cjkIndexer1, uint8_t** ___catTable2, uint8_t** ___lv1Table3, CodePointIndexer_t4134431086 ** ___lv2Indexer4, uint8_t** ___lv2Table5, 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 Mono.Globalization.Unicode.MSCompatUnicodeTable::get_IsReady()
extern "C"  bool MSCompatUnicodeTable_get_IsReady_m366684638 (RuntimeObject * __this /* static, unused */, 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.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.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 Mono.Globalization.Unicode.CodePointIndexer::.ctor(System.Int32[],System.Int32[],System.Int32,System.Int32)
extern "C"  void CodePointIndexer__ctor_m2813317897 (CodePointIndexer_t4134431086 * __this, Int32U5BU5D_t385246372* ___starts0, Int32U5BU5D_t385246372* ___ends1, int32_t ___defaultIndex2, int32_t ___defaultCP3, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void Mono.Globalization.Unicode.SimpleCollator::SetCJKTable(System.Globalization.CultureInfo,Mono.Globalization.Unicode.CodePointIndexer&,System.Byte*&,System.Byte*&,Mono.Globalization.Unicode.CodePointIndexer&,System.Byte*&)
extern "C"  void SimpleCollator_SetCJKTable_m766339459 (SimpleCollator_t2877834729 * __this, CultureInfo_t4157843068 * ___culture0, CodePointIndexer_t4134431086 ** ___cjkIndexer1, uint8_t** ___catTable2, uint8_t** ___lv1Table3, CodePointIndexer_t4134431086 ** ___lv2Indexer4, uint8_t** ___lv2Table5, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// Mono.Globalization.Unicode.TailoringInfo Mono.Globalization.Unicode.MSCompatUnicodeTable::GetTailoringInfo(System.Int32)
extern "C"  TailoringInfo_t866433654 * MSCompatUnicodeTable_GetTailoringInfo_m1575560208 (RuntimeObject * __this /* static, unused */, int32_t ___lcid0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void Mono.Globalization.Unicode.MSCompatUnicodeTable::BuildTailoringTables(System.Globalization.CultureInfo,Mono.Globalization.Unicode.TailoringInfo,Mono.Globalization.Unicode.Contraction[]&,Mono.Globalization.Unicode.Level2Map[]&)
extern "C"  void MSCompatUnicodeTable_BuildTailoringTables_m1316979344 (RuntimeObject * __this /* static, unused */, CultureInfo_t4157843068 * ___culture0, TailoringInfo_t866433654 * ___t1, ContractionU5BU5D_t838556799** ___contractions2, Level2MapU5BU5D_t3973367379** ___diacriticals3, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.String System.Environment::internalGetEnvironmentVariable(System.String)
extern "C"  String_t* Environment_internalGetEnvironmentVariable_m3668851860 (RuntimeObject * __this /* static, unused */, String_t* ___variable0, 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.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.Void Mono.Globalization.Unicode.SimpleCollator::.ctor(System.Globalization.CultureInfo)
extern "C"  void SimpleCollator__ctor_m1587210019 (SimpleCollator_t2877834729 * __this, CultureInfo_t4157843068 * ___culture0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Globalization.CultureInfo Mono.Globalization.Unicode.SimpleCollator::GetNeutralCulture(System.Globalization.CultureInfo)
extern "C"  CultureInfo_t4157843068 * SimpleCollator_GetNeutralCulture_m3694654043 (RuntimeObject * __this /* static, unused */, CultureInfo_t4157843068 * ___info0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void Mono.Globalization.Unicode.MSCompatUnicodeTable::FillCJK(System.String,Mono.Globalization.Unicode.CodePointIndexer&,System.Byte*&,System.Byte*&,Mono.Globalization.Unicode.CodePointIndexer&,System.Byte*&)
extern "C"  void MSCompatUnicodeTable_FillCJK_m1599013685 (RuntimeObject * __this /* static, unused */, String_t* ___culture0, CodePointIndexer_t4134431086 ** ___cjkIndexer1, uint8_t** ___catTable2, uint8_t** ___lv1Table3, CodePointIndexer_t4134431086 ** ___lv2Indexer4, uint8_t** ___lv2Table5, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Byte Mono.Globalization.Unicode.MSCompatUnicodeTable::Category(System.Int32)
extern "C"  uint8_t MSCompatUnicodeTable_Category_m1834196420 (RuntimeObject * __this /* static, unused */, int32_t ___cp0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Byte Mono.Globalization.Unicode.MSCompatUnicodeTable::Level1(System.Int32)
extern "C"  uint8_t MSCompatUnicodeTable_Level1_m18730923 (RuntimeObject * __this /* static, unused */, int32_t ___cp0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Byte Mono.Globalization.Unicode.MSCompatUnicodeTable::Level2(System.Int32)
extern "C"  uint8_t MSCompatUnicodeTable_Level2_m3823292331 (RuntimeObject * __this /* static, unused */, int32_t ___cp0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Boolean Mono.Globalization.Unicode.MSCompatUnicodeTable::IsHalfWidthKana(System.Char)
extern "C"  bool MSCompatUnicodeTable_IsHalfWidthKana_m4030661976 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// Mono.Globalization.Unicode.Contraction Mono.Globalization.Unicode.SimpleCollator::GetContraction(System.String,System.Int32,System.Int32,Mono.Globalization.Unicode.Contraction[])
extern "C"  Contraction_t1589275354 * SimpleCollator_GetContraction_m2205549079 (SimpleCollator_t2877834729 * __this, String_t* ___s0, int32_t ___start1, int32_t ___end2, ContractionU5BU5D_t838556799* ___clist3, 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;
// Mono.Globalization.Unicode.Contraction Mono.Globalization.Unicode.SimpleCollator::GetTailContraction(System.String,System.Int32,System.Int32,Mono.Globalization.Unicode.Contraction[])
extern "C"  Contraction_t1589275354 * SimpleCollator_GetTailContraction_m2107754083 (SimpleCollator_t2877834729 * __this, String_t* ___s0, int32_t ___start1, int32_t ___end2, ContractionU5BU5D_t838556799* ___clist3, 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.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.Int32 Mono.Globalization.Unicode.MSCompatUnicodeTable::ToWidthCompat(System.Int32)
extern "C"  int32_t MSCompatUnicodeTable_ToWidthCompat_m3110108204 (RuntimeObject * __this /* static, unused */, int32_t ___i0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Int32 Mono.Globalization.Unicode.MSCompatUnicodeTable::ToKanaTypeInsensitive(System.Int32)
extern "C"  int32_t MSCompatUnicodeTable_ToKanaTypeInsensitive_m2886449430 (RuntimeObject * __this /* static, unused */, int32_t ___i0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Boolean Mono.Globalization.Unicode.MSCompatUnicodeTable::HasSpecialWeight(System.Char)
extern "C"  bool MSCompatUnicodeTable_HasSpecialWeight_m1621324272 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Boolean Mono.Globalization.Unicode.SimpleCollator::IsHalfKana(System.Int32,System.Globalization.CompareOptions)
extern "C"  bool SimpleCollator_IsHalfKana_m3959736042 (RuntimeObject * __this /* static, unused */, int32_t ___cp0, int32_t ___opt1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Boolean Mono.Globalization.Unicode.MSCompatUnicodeTable::IsHiragana(System.Char)
extern "C"  bool MSCompatUnicodeTable_IsHiragana_m3884380055 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Byte Mono.Globalization.Unicode.SimpleCollator::Level1(System.Int32)
extern "C"  uint8_t SimpleCollator_Level1_m634954506 (SimpleCollator_t2877834729 * __this, int32_t ___cp0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Globalization.SortKey Mono.Globalization.Unicode.SimpleCollator::GetSortKey(System.String,System.Int32,System.Int32,System.Globalization.CompareOptions)
extern "C"  SortKey_t3955336732 * SimpleCollator_GetSortKey_m1483713513 (SimpleCollator_t2877834729 * __this, String_t* ___s0, int32_t ___start1, int32_t ___length2, int32_t ___options3, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void Mono.Globalization.Unicode.SortKeyBuffer::.ctor(System.Int32)
extern "C"  void SortKeyBuffer__ctor_m1384677558 (SortKeyBuffer_t2945275270 * __this, int32_t ___lcid0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void Mono.Globalization.Unicode.SortKeyBuffer::Initialize(System.Globalization.CompareOptions,System.Int32,System.String,System.Boolean)
extern "C"  void SortKeyBuffer_Initialize_m3786111493 (SortKeyBuffer_t2945275270 * __this, int32_t ___options0, int32_t ___lcid1, String_t* ___s2, bool ___frenchSort3, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void Mono.Globalization.Unicode.SimpleCollator::GetSortKey(System.String,System.Int32,System.Int32,Mono.Globalization.Unicode.SortKeyBuffer,System.Globalization.CompareOptions)
extern "C"  void SimpleCollator_GetSortKey_m2852528720 (SimpleCollator_t2877834729 * __this, String_t* ___s0, int32_t ___start1, int32_t ___end2, SortKeyBuffer_t2945275270 * ___buf3, int32_t ___opt4, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Globalization.SortKey Mono.Globalization.Unicode.SortKeyBuffer::GetResultAndReset()
extern "C"  SortKey_t3955336732 * SortKeyBuffer_GetResultAndReset_m1300773060 (SortKeyBuffer_t2945275270 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void Mono.Globalization.Unicode.SimpleCollator::ClearBuffer(System.Byte*,System.Int32)
extern "C"  void SimpleCollator_ClearBuffer_m2975394169 (SimpleCollator_t2877834729 * __this, uint8_t* ___buffer0, int32_t ___size1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void Mono.Globalization.Unicode.SimpleCollator/Context::.ctor(System.Globalization.CompareOptions,System.Byte*,System.Byte*,System.Byte*,System.Byte*,System.Byte*,System.Boolean)
extern "C"  void Context__ctor_m2477370097 (Context_t1744531130 * __this, int32_t ___opt0, uint8_t* ___alwaysMatchFlags1, uint8_t* ___neverMatchFlags2, uint8_t* ___buffer13, uint8_t* ___buffer24, uint8_t* ___prev15, bool ___quickCheckPossible6, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// Mono.Globalization.Unicode.SimpleCollator/ExtenderType Mono.Globalization.Unicode.SimpleCollator::GetExtenderType(System.Int32)
extern "C"  int32_t SimpleCollator_GetExtenderType_m407776429 (SimpleCollator_t2877834729 * __this, int32_t ___i0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Int32 Mono.Globalization.Unicode.SimpleCollator::FilterExtender(System.Int32,Mono.Globalization.Unicode.SimpleCollator/ExtenderType,System.Globalization.CompareOptions)
extern "C"  int32_t SimpleCollator_FilterExtender_m72900315 (SimpleCollator_t2877834729 * __this, int32_t ___i0, int32_t ___ext1, int32_t ___opt2, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void Mono.Globalization.Unicode.SimpleCollator::FillSortKeyRaw(System.Int32,Mono.Globalization.Unicode.SimpleCollator/ExtenderType,Mono.Globalization.Unicode.SortKeyBuffer,System.Globalization.CompareOptions)
extern "C"  void SimpleCollator_FillSortKeyRaw_m2173916311 (SimpleCollator_t2877834729 * __this, int32_t ___i0, int32_t ___ext1, SortKeyBuffer_t2945275270 * ___buf2, int32_t ___opt3, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Byte Mono.Globalization.Unicode.SimpleCollator::Level2(System.Int32,Mono.Globalization.Unicode.SimpleCollator/ExtenderType)
extern "C"  uint8_t SimpleCollator_Level2_m2830638875 (SimpleCollator_t2877834729 * __this, int32_t ___cp0, int32_t ___ext1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Byte Mono.Globalization.Unicode.MSCompatUnicodeTable::Level3(System.Int32)
extern "C"  uint8_t MSCompatUnicodeTable_Level3_m1870873670 (RuntimeObject * __this /* static, unused */, int32_t ___cp0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void Mono.Globalization.Unicode.SortKeyBuffer::AppendNormal(System.Byte,System.Byte,System.Byte,System.Byte)
extern "C"  void SortKeyBuffer_AppendNormal_m2338808729 (SortKeyBuffer_t2945275270 * __this, uint8_t ___category0, uint8_t ___lv11, uint8_t ___lv22, uint8_t ___lv33, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Boolean Mono.Globalization.Unicode.SimpleCollator::IsIgnorable(System.Int32,System.Globalization.CompareOptions)
extern "C"  bool SimpleCollator_IsIgnorable_m2840693628 (RuntimeObject * __this /* static, unused */, int32_t ___i0, int32_t ___opt1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Int32 Mono.Globalization.Unicode.SimpleCollator::FilterOptions(System.Int32,System.Globalization.CompareOptions)
extern "C"  int32_t SimpleCollator_FilterOptions_m4183839400 (SimpleCollator_t2877834729 * __this, int32_t ___i0, int32_t ___opt1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// Mono.Globalization.Unicode.Contraction Mono.Globalization.Unicode.SimpleCollator::GetContraction(System.String,System.Int32,System.Int32)
extern "C"  Contraction_t1589275354 * SimpleCollator_GetContraction_m3383256934 (SimpleCollator_t2877834729 * __this, String_t* ___s0, int32_t ___start1, int32_t ___end2, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Boolean Mono.Globalization.Unicode.MSCompatUnicodeTable::IsIgnorableNonSpacing(System.Int32)
extern "C"  bool MSCompatUnicodeTable_IsIgnorableNonSpacing_m47098938 (RuntimeObject * __this /* static, unused */, int32_t ___cp0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void Mono.Globalization.Unicode.SortKeyBuffer::AppendCJKExtension(System.Byte,System.Byte)
extern "C"  void SortKeyBuffer_AppendCJKExtension_m2591091991 (SortKeyBuffer_t2945275270 * __this, uint8_t ___lv1msb0, uint8_t ___lv1lsb1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void Mono.Globalization.Unicode.SimpleCollator::FillSurrogateSortKeyRaw(System.Int32,Mono.Globalization.Unicode.SortKeyBuffer)
extern "C"  void SimpleCollator_FillSurrogateSortKeyRaw_m725998232 (SimpleCollator_t2877834729 * __this, int32_t ___i0, SortKeyBuffer_t2945275270 * ___buf1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Byte Mono.Globalization.Unicode.SimpleCollator::Category(System.Int32)
extern "C"  uint8_t SimpleCollator_Category_m119590608 (SimpleCollator_t2877834729 * __this, int32_t ___cp0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Boolean Mono.Globalization.Unicode.MSCompatUnicodeTable::IsJapaneseSmallLetter(System.Char)
extern "C"  bool MSCompatUnicodeTable_IsJapaneseSmallLetter_m2666144582 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Byte Mono.Globalization.Unicode.SimpleCollator::ToDashTypeValue(Mono.Globalization.Unicode.SimpleCollator/ExtenderType,System.Globalization.CompareOptions)
extern "C"  uint8_t SimpleCollator_ToDashTypeValue_m6184468 (RuntimeObject * __this /* static, unused */, int32_t ___ext0, int32_t ___opt1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void Mono.Globalization.Unicode.SortKeyBuffer::AppendKana(System.Byte,System.Byte,System.Byte,System.Byte,System.Boolean,System.Byte,System.Boolean,System.Boolean)
extern "C"  void SortKeyBuffer_AppendKana_m2480356505 (SortKeyBuffer_t2945275270 * __this, uint8_t ___category0, uint8_t ___lv11, uint8_t ___lv22, uint8_t ___lv33, bool ___isSmallKana4, uint8_t ___markType5, bool ___isKatakana6, bool ___isHalfWidth7, 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.Int32 Mono.Globalization.Unicode.SimpleCollator::CompareOrdinal(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32)
extern "C"  int32_t SimpleCollator_CompareOrdinal_m1829915258 (SimpleCollator_t2877834729 * __this, String_t* ___s10, int32_t ___idx11, int32_t ___len12, String_t* ___s23, int32_t ___idx24, int32_t ___len25, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Int32 Mono.Globalization.Unicode.SimpleCollator::CompareOrdinalIgnoreCase(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32)
extern "C"  int32_t SimpleCollator_CompareOrdinalIgnoreCase_m2749548392 (SimpleCollator_t2877834729 * __this, String_t* ___s10, int32_t ___idx11, int32_t ___len12, String_t* ___s23, int32_t ___idx24, int32_t ___len25, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Boolean Mono.Globalization.Unicode.SimpleCollator::QuickCheckPossible(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32)
extern "C"  bool SimpleCollator_QuickCheckPossible_m649925260 (SimpleCollator_t2877834729 * __this, String_t* ___s10, int32_t ___idx11, int32_t ___end12, String_t* ___s23, int32_t ___idx24, int32_t ___end25, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Int32 Mono.Globalization.Unicode.SimpleCollator::CompareInternal(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Boolean&,System.Boolean&,System.Boolean,System.Boolean,Mono.Globalization.Unicode.SimpleCollator/Context&)
extern "C"  int32_t SimpleCollator_CompareInternal_m3938174601 (SimpleCollator_t2877834729 * __this, String_t* ___s10, int32_t ___idx11, int32_t ___len12, String_t* ___s23, int32_t ___idx24, int32_t ___len25, bool* ___targetConsumed6, bool* ___sourceConsumed7, bool ___skipHeadingExtenders8, bool ___immediateBreakup9, Context_t1744531130 * ___ctx10, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void Mono.Globalization.Unicode.SimpleCollator/PreviousInfo::.ctor(System.Boolean)
extern "C"  void PreviousInfo__ctor_m2284093748 (PreviousInfo_t2148130204 * __this, bool ___dummy0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Int32 Mono.Globalization.Unicode.SimpleCollator::CompareQuick(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Boolean&,System.Boolean&,System.Boolean)
extern "C"  int32_t SimpleCollator_CompareQuick_m3272475794 (SimpleCollator_t2877834729 * __this, String_t* ___s10, int32_t ___idx11, int32_t ___len12, String_t* ___s23, int32_t ___idx24, int32_t ___len25, bool* ___sourceConsumed6, bool* ___targetConsumed7, bool ___immediateBreakup8, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Boolean Mono.Globalization.Unicode.SimpleCollator::IsSafe(System.Int32)
extern "C"  bool SimpleCollator_IsSafe_m310268646 (SimpleCollator_t2877834729 * __this, int32_t ___i0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Int32 Mono.Globalization.Unicode.SimpleCollator::CompareFlagPair(System.Boolean,System.Boolean)
extern "C"  int32_t SimpleCollator_CompareFlagPair_m3270665809 (SimpleCollator_t2877834729 * __this, bool ___b10, bool ___b21, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Boolean Mono.Globalization.Unicode.SimpleCollator::IsPrefix(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions)
extern "C"  bool SimpleCollator_IsPrefix_m3884753235 (SimpleCollator_t2877834729 * __this, String_t* ___s0, String_t* ___target1, int32_t ___start2, int32_t ___length3, int32_t ___opt4, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Boolean Mono.Globalization.Unicode.SimpleCollator::IsPrefix(System.String,System.String,System.Int32,System.Int32,System.Boolean,Mono.Globalization.Unicode.SimpleCollator/Context&)
extern "C"  bool SimpleCollator_IsPrefix_m3601454628 (SimpleCollator_t2877834729 * __this, String_t* ___s0, String_t* ___target1, int32_t ___start2, int32_t ___length3, bool ___skipHeadingExtenders4, Context_t1744531130 * ___ctx5, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Boolean Mono.Globalization.Unicode.SimpleCollator::IsSuffix(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions)
extern "C"  bool SimpleCollator_IsSuffix_m1291687763 (SimpleCollator_t2877834729 * __this, String_t* ___s0, String_t* ___target1, int32_t ___start2, int32_t ___length3, int32_t ___opt4, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Int32 Mono.Globalization.Unicode.SimpleCollator::LastIndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions)
extern "C"  int32_t SimpleCollator_LastIndexOf_m3026739976 (SimpleCollator_t2877834729 * __this, String_t* ___s0, String_t* ___target1, int32_t ___start2, int32_t ___length3, int32_t ___opt4, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Int32 Mono.Globalization.Unicode.SimpleCollator::Compare(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions)
extern "C"  int32_t SimpleCollator_Compare_m809124712 (SimpleCollator_t2877834729 * __this, String_t* ___s10, int32_t ___idx11, int32_t ___len12, String_t* ___s23, int32_t ___idx24, int32_t ___len25, int32_t ___options6, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Int32 Mono.Globalization.Unicode.SimpleCollator::IndexOfOrdinal(System.String,System.String,System.Int32,System.Int32)
extern "C"  int32_t SimpleCollator_IndexOfOrdinal_m2995071964 (SimpleCollator_t2877834729 * __this, String_t* ___s0, String_t* ___target1, int32_t ___start2, int32_t ___length3, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Int32 Mono.Globalization.Unicode.SimpleCollator::IndexOfOrdinalIgnoreCase(System.String,System.String,System.Int32,System.Int32)
extern "C"  int32_t SimpleCollator_IndexOfOrdinalIgnoreCase_m2647969565 (SimpleCollator_t2877834729 * __this, String_t* ___s0, String_t* ___target1, int32_t ___start2, int32_t ___length3, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Int32 Mono.Globalization.Unicode.SimpleCollator::QuickIndexOf(System.String,System.String,System.Int32,System.Int32,System.Boolean&)
extern "C"  int32_t SimpleCollator_QuickIndexOf_m2519071357 (SimpleCollator_t2877834729 * __this, String_t* ___s0, String_t* ___target1, int32_t ___start2, int32_t ___length3, bool* ___testWasUnable4, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Int32 Mono.Globalization.Unicode.SimpleCollator::IndexOf(System.String,System.String,System.Int32,System.Int32,System.Byte*,Mono.Globalization.Unicode.SimpleCollator/Context&)
extern "C"  int32_t SimpleCollator_IndexOf_m3396932533 (SimpleCollator_t2877834729 * __this, String_t* ___s0, String_t* ___target1, int32_t ___start2, int32_t ___length3, uint8_t* ___targetSortKey4, Context_t1744531130 * ___ctx5, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Boolean Mono.Globalization.Unicode.SimpleCollator::MatchesForward(System.String,System.Int32&,System.Int32,System.Int32,System.Byte*,System.Boolean,Mono.Globalization.Unicode.SimpleCollator/Context&)
extern "C"  bool SimpleCollator_MatchesForward_m541234454 (SimpleCollator_t2877834729 * __this, String_t* ___s0, int32_t* ___idx1, int32_t ___end2, int32_t ___ti3, uint8_t* ___sortkey4, bool ___noLv45, Context_t1744531130 * ___ctx6, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Int32 Mono.Globalization.Unicode.SimpleCollator::IndexOfSortKey(System.String,System.Int32,System.Int32,System.Byte*,System.Char,System.Int32,System.Boolean,Mono.Globalization.Unicode.SimpleCollator/Context&)
extern "C"  int32_t SimpleCollator_IndexOfSortKey_m481945176 (SimpleCollator_t2877834729 * __this, String_t* ___s0, int32_t ___start1, int32_t ___length2, uint8_t* ___sortkey3, Il2CppChar ___target4, int32_t ___ti5, bool ___noLv46, Context_t1744531130 * ___ctx7, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Int32 Mono.Globalization.Unicode.SimpleCollator::LastIndexOfOrdinal(System.String,System.String,System.Int32,System.Int32)
extern "C"  int32_t SimpleCollator_LastIndexOfOrdinal_m388102249 (SimpleCollator_t2877834729 * __this, String_t* ___s0, String_t* ___target1, int32_t ___start2, int32_t ___length3, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Int32 Mono.Globalization.Unicode.SimpleCollator::LastIndexOfOrdinalIgnoreCase(System.String,System.String,System.Int32,System.Int32)
extern "C"  int32_t SimpleCollator_LastIndexOfOrdinalIgnoreCase_m2984667899 (SimpleCollator_t2877834729 * __this, String_t* ___s0, String_t* ___target1, int32_t ___start2, int32_t ___length3, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Int32 Mono.Globalization.Unicode.SimpleCollator::LastIndexOf(System.String,System.String,System.Int32,System.Int32,System.Byte*,Mono.Globalization.Unicode.SimpleCollator/Context&)
extern "C"  int32_t SimpleCollator_LastIndexOf_m2130553617 (SimpleCollator_t2877834729 * __this, String_t* ___s0, String_t* ___target1, int32_t ___start2, int32_t ___length3, uint8_t* ___targetSortKey4, Context_t1744531130 * ___ctx5, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Boolean Mono.Globalization.Unicode.SimpleCollator::MatchesBackward(System.String,System.Int32&,System.Int32,System.Int32,System.Int32,System.Byte*,System.Boolean,Mono.Globalization.Unicode.SimpleCollator/Context&)
extern "C"  bool SimpleCollator_MatchesBackward_m485433520 (SimpleCollator_t2877834729 * __this, String_t* ___s0, int32_t* ___idx1, int32_t ___end2, int32_t ___orgStart3, int32_t ___ti4, uint8_t* ___sortkey5, bool ___noLv46, Context_t1744531130 * ___ctx7, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Int32 Mono.Globalization.Unicode.SimpleCollator::LastIndexOfSortKey(System.String,System.Int32,System.Int32,System.Int32,System.Byte*,System.Int32,System.Boolean,Mono.Globalization.Unicode.SimpleCollator/Context&)
extern "C"  int32_t SimpleCollator_LastIndexOfSortKey_m2864365168 (SimpleCollator_t2877834729 * __this, String_t* ___s0, int32_t ___start1, int32_t ___orgStart2, int32_t ___length3, uint8_t* ___sortkey4, int32_t ___ti5, bool ___noLv46, Context_t1744531130 * ___ctx7, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Boolean Mono.Globalization.Unicode.SimpleCollator::MatchesForwardCore(System.String,System.Int32&,System.Int32,System.Int32,System.Byte*,System.Boolean,Mono.Globalization.Unicode.SimpleCollator/ExtenderType,Mono.Globalization.Unicode.Contraction&,Mono.Globalization.Unicode.SimpleCollator/Context&)
extern "C"  bool SimpleCollator_MatchesForwardCore_m850743967 (SimpleCollator_t2877834729 * __this, String_t* ___s0, int32_t* ___idx1, int32_t ___end2, int32_t ___ti3, uint8_t* ___sortkey4, bool ___noLv45, int32_t ___ext6, Contraction_t1589275354 ** ___ct7, Context_t1744531130 * ___ctx8, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Boolean Mono.Globalization.Unicode.SimpleCollator::MatchesPrimitive(System.Globalization.CompareOptions,System.Byte*,System.Int32,Mono.Globalization.Unicode.SimpleCollator/ExtenderType,System.Byte*,System.Int32,System.Boolean)
extern "C"  bool SimpleCollator_MatchesPrimitive_m3079388596 (SimpleCollator_t2877834729 * __this, int32_t ___opt0, uint8_t* ___source1, int32_t ___si2, int32_t ___ext3, uint8_t* ___target4, int32_t ___ti5, bool ___noLv46, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Boolean Mono.Globalization.Unicode.SimpleCollator::MatchesBackwardCore(System.String,System.Int32&,System.Int32,System.Int32,System.Int32,System.Byte*,System.Boolean,Mono.Globalization.Unicode.SimpleCollator/ExtenderType,Mono.Globalization.Unicode.Contraction&,Mono.Globalization.Unicode.SimpleCollator/Context&)
extern "C"  bool SimpleCollator_MatchesBackwardCore_m3441733084 (SimpleCollator_t2877834729 * __this, String_t* ___s0, int32_t* ___idx1, int32_t ___end2, int32_t ___orgStart3, int32_t ___ti4, uint8_t* ___sortkey5, bool ___noLv46, int32_t ___ext7, Contraction_t1589275354 ** ___ct8, Context_t1744531130 * ___ctx9, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// Mono.Globalization.Unicode.Contraction Mono.Globalization.Unicode.SimpleCollator::GetTailContraction(System.String,System.Int32,System.Int32)
extern "C"  Contraction_t1589275354 * SimpleCollator_GetTailContraction_m2377844406 (SimpleCollator_t2877834729 * __this, String_t* ___s0, int32_t ___start1, int32_t ___end2, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void Mono.Globalization.Unicode.SortKeyBuffer::AppendBufferPrimitive(System.Byte,System.Byte[]&,System.Int32&)
extern "C"  void SortKeyBuffer_AppendBufferPrimitive_m3309814175 (SortKeyBuffer_t2945275270 * __this, uint8_t ___value0, ByteU5BU5D_t4116647657** ___buf1, int32_t* ___bidx2, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void Mono.Globalization.Unicode.SortKeyBuffer::AppendLevel5(System.Byte,System.Byte)
extern "C"  void SortKeyBuffer_AppendLevel5_m3963841125 (SortKeyBuffer_t2945275270 * __this, uint8_t ___category0, uint8_t ___lv11, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Array::Copy(System.Array,System.Array,System.Int32)
extern "C"  void Array_Copy_m1988217701 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___sourceArray0, RuntimeArray * ___destinationArray1, int32_t ___length2, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Globalization.SortKey Mono.Globalization.Unicode.SortKeyBuffer::GetResult()
extern "C"  SortKey_t3955336732 * SortKeyBuffer_GetResult_m3043958424 (SortKeyBuffer_t2945275270 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void Mono.Globalization.Unicode.SortKeyBuffer::Reset()
extern "C"  void SortKeyBuffer_Reset_m1409351310 (SortKeyBuffer_t2945275270 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Array::Reverse(System.Array,System.Int32,System.Int32)
extern "C"  void Array_Reverse_m816310962 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___array0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Int32 Mono.Globalization.Unicode.SortKeyBuffer::GetOptimizedLength(System.Byte[],System.Int32,System.Byte)
extern "C"  int32_t SortKeyBuffer_GetOptimizedLength_m1735248204 (SortKeyBuffer_t2945275270 * __this, ByteU5BU5D_t4116647657* ___data0, int32_t ___len1, uint8_t ___defaultValue2, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Array::Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)
extern "C"  void Array_Copy_m344457298 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___sourceArray0, int32_t ___sourceIndex1, RuntimeArray * ___destinationArray2, int32_t ___destinationIndex3, int32_t ___length4, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Globalization.SortKey::.ctor(System.Int32,System.String,System.Byte[],System.Globalization.CompareOptions,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)
extern "C"  void SortKey__ctor_m2034425682 (SortKey_t3955336732 * __this, int32_t ___lcid0, String_t* ___source1, ByteU5BU5D_t4116647657* ___buffer2, int32_t ___opt3, int32_t ___lv1Length4, int32_t ___lv2Length5, int32_t ___lv3Length6, int32_t ___kanaSmallLength7, int32_t ___markTypeLength8, int32_t ___katakanaLength9, int32_t ___kanaWidthLength10, int32_t ___identLength11, 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.Void Mono.Math.BigInteger::Normalize()
extern "C"  void BigInteger_Normalize_m4163607703 (BigInteger_t2902905089 * __this, 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.Void Mono.Math.BigInteger::.ctor(Mono.Math.BigInteger/Sign,System.UInt32)
extern "C"  void BigInteger__ctor_m397734603 (BigInteger_t2902905089 * __this, int32_t ___sign0, uint32_t ___len1, 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.Security.Cryptography.RandomNumberGenerator Mono.Math.BigInteger::get_Rng()
extern "C"  RandomNumberGenerator_t386037858 * BigInteger_get_Rng_m4216817480 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// Mono.Math.BigInteger Mono.Math.BigInteger::GenerateRandom(System.Int32,System.Security.Cryptography.RandomNumberGenerator)
extern "C"  BigInteger_t2902905089 * BigInteger_GenerateRandom_m3141592944 (RuntimeObject * __this /* static, unused */, int32_t ___bits0, RandomNumberGenerator_t386037858 * ___rng1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Boolean Mono.Math.BigInteger::op_Equality(Mono.Math.BigInteger,System.UInt32)
extern "C"  bool BigInteger_op_Equality_m970226143 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905089 * ___bi10, uint32_t ___ui1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Int32 Mono.Math.BigInteger::BitCount()
extern "C"  int32_t BigInteger_BitCount_m3710900808 (BigInteger_t2902905089 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void Mono.Math.BigInteger::Randomize(System.Security.Cryptography.RandomNumberGenerator)
extern "C"  void BigInteger_Randomize_m410563259 (BigInteger_t2902905089 * __this, RandomNumberGenerator_t386037858 * ___rng0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.IndexOutOfRangeException::.ctor(System.String)
extern "C"  void IndexOutOfRangeException__ctor_m3408750441 (IndexOutOfRangeException_t1578797820 * __this, String_t* ___message0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void Mono.Math.BigInteger::SetBit(System.UInt32,System.Boolean)
extern "C"  void BigInteger_SetBit_m337653943 (BigInteger_t2902905089 * __this, uint32_t ___bitNum0, bool ___value1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Boolean Mono.Math.BigInteger::TestBit(System.Int32)
extern "C"  bool BigInteger_TestBit_m1507066813 (BigInteger_t2902905089 * __this, int32_t ___bitNum0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.String Mono.Math.BigInteger::ToString(System.UInt32,System.String)
extern "C"  String_t* BigInteger_ToString_m3475000413 (BigInteger_t2902905089 * __this, uint32_t ___radix0, String_t* ___characterSet1, 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 Mono.Math.BigInteger::.ctor(Mono.Math.BigInteger)
extern "C"  void BigInteger__ctor_m1426225719 (BigInteger_t2902905089 * __this, BigInteger_t2902905089 * ___bi0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.UInt32 Mono.Math.BigInteger/Kernel::SingleByteDivideInPlace(Mono.Math.BigInteger,System.UInt32)
extern "C"  uint32_t Kernel_SingleByteDivideInPlace_m907158225 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905089 * ___n0, uint32_t ___d1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// 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) IL2CPP_METHOD_ATTR;
// System.Boolean Mono.Math.BigInteger::op_Inequality(Mono.Math.BigInteger,System.UInt32)
extern "C"  bool BigInteger_op_Inequality_m2239968970 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905089 * ___bi10, uint32_t ___ui1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.String Mono.Math.BigInteger::ToString(System.UInt32)
extern "C"  String_t* BigInteger_ToString_m570257729 (BigInteger_t2902905089 * __this, uint32_t ___radix0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Boolean Mono.Math.BigInteger::op_Equality(Mono.Math.BigInteger,Mono.Math.BigInteger)
extern "C"  bool BigInteger_op_Equality_m3263851871 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905089 * ___bi10, BigInteger_t2902905089 * ___bi21, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// Mono.Math.BigInteger/Sign Mono.Math.BigInteger/Kernel::Compare(Mono.Math.BigInteger,Mono.Math.BigInteger)
extern "C"  int32_t Kernel_Compare_m1530940716 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905089 * ___bi10, BigInteger_t2902905089 * ___bi21, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// Mono.Math.BigInteger Mono.Math.BigInteger/Kernel::modInverse(Mono.Math.BigInteger,Mono.Math.BigInteger)
extern "C"  BigInteger_t2902905089 * Kernel_modInverse_m3523342258 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905089 * ___bi0, BigInteger_t2902905089 * ___modulus1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void Mono.Math.BigInteger/ModulusRing::.ctor(Mono.Math.BigInteger)
extern "C"  void ModulusRing__ctor_m2100816195 (ModulusRing_t596511504 * __this, BigInteger_t2902905089 * ___modulus0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// Mono.Math.BigInteger Mono.Math.BigInteger/ModulusRing::Pow(Mono.Math.BigInteger,Mono.Math.BigInteger)
extern "C"  BigInteger_t2902905089 * ModulusRing_Pow_m83007704 (ModulusRing_t596511504 * __this, BigInteger_t2902905089 * ___a0, BigInteger_t2902905089 * ___k1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// Mono.Math.BigInteger Mono.Math.BigInteger::op_Implicit(System.UInt32)
extern "C"  BigInteger_t2902905089 * BigInteger_op_Implicit_m378428706 (RuntimeObject * __this /* static, unused */, uint32_t ___value0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Boolean Mono.Math.BigInteger::op_LessThanOrEqual(Mono.Math.BigInteger,Mono.Math.BigInteger)
extern "C"  bool BigInteger_op_LessThanOrEqual_m2553515144 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905089 * ___bi10, BigInteger_t2902905089 * ___bi21, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.UInt32 Mono.Math.BigInteger::op_Modulus(Mono.Math.BigInteger,System.UInt32)
extern "C"  uint32_t BigInteger_op_Modulus_m1987692259 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905089 * ___bi0, uint32_t ___ui1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Boolean Mono.Math.Prime.PrimalityTests::Test(Mono.Math.BigInteger,Mono.Math.Prime.ConfidenceFactor)
extern "C"  bool PrimalityTests_Test_m2932837908 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905089 * ___n0, int32_t ___confidence1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void Mono.Math.Prime.Generator.SequentialSearchPrimeGeneratorBase::.ctor()
extern "C"  void SequentialSearchPrimeGeneratorBase__ctor_m3077428553 (SequentialSearchPrimeGeneratorBase_t2996090508 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void Mono.Math.BigInteger::.ctor(System.UInt32)
extern "C"  void BigInteger__ctor_m3985126171 (BigInteger_t2902905089 * __this, uint32_t ___ui0, 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;
// Mono.Math.BigInteger Mono.Math.BigInteger/Kernel::AddSameSign(Mono.Math.BigInteger,Mono.Math.BigInteger)
extern "C"  BigInteger_t2902905089 * Kernel_AddSameSign_m1676432471 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905089 * ___bi10, BigInteger_t2902905089 * ___bi21, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.ArithmeticException::.ctor(System.String)
extern "C"  void ArithmeticException__ctor_m3551809662 (ArithmeticException_t4283546778 * __this, String_t* ___message0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// Mono.Math.BigInteger Mono.Math.BigInteger::op_Implicit(System.Int32)
extern "C"  BigInteger_t2902905089 * BigInteger_op_Implicit_m2847009755 (RuntimeObject * __this /* static, unused */, int32_t ___value0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// Mono.Math.BigInteger Mono.Math.BigInteger/Kernel::Subtract(Mono.Math.BigInteger,Mono.Math.BigInteger)
extern "C"  BigInteger_t2902905089 * Kernel_Subtract_m657044818 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905089 * ___big0, BigInteger_t2902905089 * ___small1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Exception::.ctor()
extern "C"  void Exception__ctor_m213470898 (Exception_t * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.UInt32 Mono.Math.BigInteger/Kernel::DwordMod(Mono.Math.BigInteger,System.UInt32)
extern "C"  uint32_t Kernel_DwordMod_m4183681925 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905089 * ___n0, uint32_t ___d1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// Mono.Math.BigInteger[] Mono.Math.BigInteger/Kernel::multiByteDivide(Mono.Math.BigInteger,Mono.Math.BigInteger)
extern "C"  BigIntegerU5BU5D_t2349952476* Kernel_multiByteDivide_m4249920547 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905089 * ___bi10, BigInteger_t2902905089 * ___bi21, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void Mono.Math.BigInteger/Kernel::Multiply(System.UInt32[],System.UInt32,System.UInt32,System.UInt32[],System.UInt32,System.UInt32,System.UInt32[],System.UInt32)
extern "C"  void Kernel_Multiply_m1995233235 (RuntimeObject * __this /* static, unused */, UInt32U5BU5D_t2770800703* ___x0, uint32_t ___xOffset1, uint32_t ___xLen2, UInt32U5BU5D_t2770800703* ___y3, uint32_t ___yOffset4, uint32_t ___yLen5, UInt32U5BU5D_t2770800703* ___d6, uint32_t ___dOffset7, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// Mono.Math.BigInteger Mono.Math.BigInteger/Kernel::MultiplyByDword(Mono.Math.BigInteger,System.UInt32)
extern "C"  BigInteger_t2902905089 * Kernel_MultiplyByDword_m1266935086 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905089 * ___n0, uint32_t ___f1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// Mono.Math.BigInteger Mono.Math.BigInteger/Kernel::LeftShift(Mono.Math.BigInteger,System.Int32)
extern "C"  BigInteger_t2902905089 * Kernel_LeftShift_m3302851050 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905089 * ___bi0, int32_t ___n1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// Mono.Math.BigInteger Mono.Math.BigInteger/Kernel::RightShift(Mono.Math.BigInteger,System.Int32)
extern "C"  BigInteger_t2902905089 * Kernel_RightShift_m2207393597 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905089 * ___bi0, int32_t ___n1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// Mono.Math.BigInteger[] Mono.Math.BigInteger/Kernel::DwordDivMod(Mono.Math.BigInteger,System.UInt32)
extern "C"  BigIntegerU5BU5D_t2349952476* Kernel_DwordDivMod_m631886101 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905089 * ___n0, uint32_t ___d1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// Mono.Math.BigInteger Mono.Math.BigInteger::op_LeftShift(Mono.Math.BigInteger,System.Int32)
extern "C"  BigInteger_t2902905089 * BigInteger_op_LeftShift_m1192375522 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905089 * ___bi10, int32_t ___shiftVal1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// Mono.Math.BigInteger Mono.Math.BigInteger::op_RightShift(Mono.Math.BigInteger,System.Int32)
extern "C"  BigInteger_t2902905089 * BigInteger_op_RightShift_m2934036419 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905089 * ___bi10, int32_t ___shiftVal1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void Mono.Math.BigInteger::.ctor(Mono.Math.BigInteger,System.UInt32)
extern "C"  void BigInteger__ctor_m224778556 (BigInteger_t2902905089 * __this, BigInteger_t2902905089 * ___bi0, uint32_t ___len1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.UInt32 Mono.Math.BigInteger/Kernel::modInverse(Mono.Math.BigInteger,System.UInt32)
extern "C"  uint32_t Kernel_modInverse_m668448880 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905089 * ___bi0, uint32_t ___modulus1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// Mono.Math.BigInteger Mono.Math.BigInteger::op_Multiply(Mono.Math.BigInteger,Mono.Math.BigInteger)
extern "C"  BigInteger_t2902905089 * BigInteger_op_Multiply_m3801644593 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905089 * ___bi10, BigInteger_t2902905089 * ___bi21, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// Mono.Math.BigInteger Mono.Math.BigInteger/ModulusRing::Difference(Mono.Math.BigInteger,Mono.Math.BigInteger)
extern "C"  BigInteger_t2902905089 * ModulusRing_Difference_m1345688434 (ModulusRing_t596511504 * __this, BigInteger_t2902905089 * ___a0, BigInteger_t2902905089 * ___b1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// Mono.Math.BigInteger Mono.Math.BigInteger::op_Division(Mono.Math.BigInteger,Mono.Math.BigInteger)
extern "C"  BigInteger_t2902905089 * BigInteger_op_Division_m2437128540 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905089 * ___bi10, BigInteger_t2902905089 * ___bi21, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void Mono.Math.BigInteger/Kernel::MultiplyMod2p32pmod(System.UInt32[],System.Int32,System.Int32,System.UInt32[],System.Int32,System.Int32,System.UInt32[],System.Int32,System.Int32)
extern "C"  void Kernel_MultiplyMod2p32pmod_m4241526284 (RuntimeObject * __this /* static, unused */, UInt32U5BU5D_t2770800703* ___x0, int32_t ___xOffset1, int32_t ___xLen2, UInt32U5BU5D_t2770800703* ___y3, int32_t ___yOffest4, int32_t ___yLen5, UInt32U5BU5D_t2770800703* ___d6, int32_t ___dOffset7, int32_t ___mod8, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void Mono.Math.BigInteger/Kernel::MinusEq(Mono.Math.BigInteger,Mono.Math.BigInteger)
extern "C"  void Kernel_MinusEq_m1955542202 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905089 * ___big0, BigInteger_t2902905089 * ___small1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void Mono.Math.BigInteger/Kernel::PlusEq(Mono.Math.BigInteger,Mono.Math.BigInteger)
extern "C"  void Kernel_PlusEq_m1955533564 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905089 * ___bi10, BigInteger_t2902905089 * ___bi21, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Boolean Mono.Math.BigInteger::op_GreaterThanOrEqual(Mono.Math.BigInteger,Mono.Math.BigInteger)
extern "C"  bool BigInteger_op_GreaterThanOrEqual_m700865613 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905089 * ___bi10, BigInteger_t2902905089 * ___bi21, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Boolean Mono.Math.BigInteger::op_GreaterThan(Mono.Math.BigInteger,Mono.Math.BigInteger)
extern "C"  bool BigInteger_op_GreaterThan_m2062805246 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905089 * ___bi10, BigInteger_t2902905089 * ___bi21, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// Mono.Math.BigInteger Mono.Math.BigInteger::op_Modulus(Mono.Math.BigInteger,Mono.Math.BigInteger)
extern "C"  BigInteger_t2902905089 * BigInteger_op_Modulus_m3223754023 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905089 * ___bi10, BigInteger_t2902905089 * ___bi21, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void Mono.Math.BigInteger/ModulusRing::BarrettReduction(Mono.Math.BigInteger)
extern "C"  void ModulusRing_BarrettReduction_m167376748 (ModulusRing_t596511504 * __this, BigInteger_t2902905089 * ___x0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// Mono.Math.BigInteger Mono.Math.BigInteger::op_Subtraction(Mono.Math.BigInteger,Mono.Math.BigInteger)
extern "C"  BigInteger_t2902905089 * BigInteger_op_Subtraction_m1575155386 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905089 * ___bi10, BigInteger_t2902905089 * ___bi21, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// Mono.Math.BigInteger Mono.Math.BigInteger/ModulusRing::Multiply(Mono.Math.BigInteger,Mono.Math.BigInteger)
extern "C"  BigInteger_t2902905089 * ModulusRing_Multiply_m343333088 (ModulusRing_t596511504 * __this, BigInteger_t2902905089 * ___a0, BigInteger_t2902905089 * ___b1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void Mono.Math.Prime.PrimalityTest::.ctor(System.Object,System.IntPtr)
extern "C"  void PrimalityTest__ctor_m2228551695 (PrimalityTest_t1539325943 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void Mono.Math.Prime.Generator.PrimeGeneratorBase::.ctor()
extern "C"  void PrimeGeneratorBase__ctor_m2973488305 (PrimeGeneratorBase_t446028866 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// Mono.Math.BigInteger Mono.Math.BigInteger::GenerateRandom(System.Int32)
extern "C"  BigInteger_t2902905089 * BigInteger_GenerateRandom_m2556426062 (RuntimeObject * __this /* static, unused */, int32_t ___bits0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void Mono.Math.BigInteger::SetBit(System.UInt32)
extern "C"  void BigInteger_SetBit_m1985185235 (BigInteger_t2902905089 * __this, uint32_t ___bitNum0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Boolean Mono.Math.Prime.PrimalityTest::Invoke(Mono.Math.BigInteger,Mono.Math.Prime.ConfidenceFactor)
extern "C"  bool PrimalityTest_Invoke_m476975163 (PrimalityTest_t1539325943 * __this, BigInteger_t2902905089 * ___bi0, int32_t ___confidence1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void Mono.Math.BigInteger::Incr2()
extern "C"  void BigInteger_Incr2_m2179060417 (BigInteger_t2902905089 * __this, 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.Boolean Mono.Math.Prime.PrimalityTests::SmallPrimeSppTest(Mono.Math.BigInteger,Mono.Math.Prime.ConfidenceFactor)
extern "C"  bool PrimalityTests_SmallPrimeSppTest_m1224130639 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905089 * ___bi0, int32_t ___confidence1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Boolean Mono.Math.Prime.PrimalityTests::RabinMillerTest(Mono.Math.BigInteger,Mono.Math.Prime.ConfidenceFactor)
extern "C"  bool PrimalityTests_RabinMillerTest_m1471415870 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905089 * ___n0, int32_t ___confidence1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Int32 Mono.Math.Prime.PrimalityTests::GetSPPRounds(Mono.Math.BigInteger,Mono.Math.Prime.ConfidenceFactor)
extern "C"  int32_t PrimalityTests_GetSPPRounds_m228447904 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905089 * ___bi0, int32_t ___confidence1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Int32 Mono.Math.BigInteger::LowestSetBit()
extern "C"  int32_t BigInteger_LowestSetBit_m3082714978 (BigInteger_t2902905089 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// Mono.Math.BigInteger Mono.Math.BigInteger/ModulusRing::Pow(System.UInt32,Mono.Math.BigInteger)
extern "C"  BigInteger_t2902905089 * ModulusRing_Pow_m317016278 (ModulusRing_t596511504 * __this, uint32_t ___b0, BigInteger_t2902905089 * ___exp1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Boolean Mono.Math.BigInteger::op_Inequality(Mono.Math.BigInteger,Mono.Math.BigInteger)
extern "C"  bool BigInteger_op_Inequality_m2365536750 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905089 * ___bi10, BigInteger_t2902905089 * ___bi21, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void Mono.Security.ASN1::.ctor(System.Byte,System.Byte[])
extern "C"  void ASN1__ctor_m3193227595 (ASN1_t2114160832 * __this, uint8_t ___tag0, ByteU5BU5D_t4116647657* ___data1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.NotSupportedException::.ctor(System.String)
extern "C"  void NotSupportedException__ctor_m2494070935 (NotSupportedException_t1314879016 * __this, String_t* ___message0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void Mono.Security.ASN1::Decode(System.Byte[],System.Int32&,System.Int32)
extern "C"  void ASN1_Decode_m1695284166 (ASN1_t2114160832 * __this, ByteU5BU5D_t4116647657* ___asn10, int32_t* ___anPos1, int32_t ___anLength2, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Boolean Mono.Security.ASN1::CompareArray(System.Byte[],System.Byte[])
extern "C"  bool ASN1_CompareArray_m448994814 (ASN1_t2114160832 * __this, ByteU5BU5D_t4116647657* ___array10, ByteU5BU5D_t4116647657* ___array21, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Int32 Mono.Security.ASN1::get_Count()
extern "C"  int32_t ASN1_get_Count_m3580979881 (ASN1_t2114160832 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void Mono.Security.ASN1::DecodeTLV(System.Byte[],System.Int32&,System.Byte&,System.Int32&,System.Byte[]&)
extern "C"  void ASN1_DecodeTLV_m1200977460 (ASN1_t2114160832 * __this, ByteU5BU5D_t4116647657* ___asn10, int32_t* ___pos1, uint8_t* ___tag2, int32_t* ___length3, ByteU5BU5D_t4116647657** ___content4, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// Mono.Security.ASN1 Mono.Security.ASN1::Add(Mono.Security.ASN1)
extern "C"  ASN1_t2114160832 * ASN1_Add_m3468571571 (ASN1_t2114160832 * __this, ASN1_t2114160832 * ___asn10, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Byte Mono.Security.ASN1::get_Tag()
extern "C"  uint8_t ASN1_get_Tag_m1032367219 (ASN1_t2114160832 * __this, 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.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.String System.Environment::get_NewLine()
extern "C"  String_t* Environment_get_NewLine_m3211016485 (RuntimeObject * __this /* static, unused */, 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.Byte[] Mono.Security.ASN1::get_Value()
extern "C"  ByteU5BU5D_t4116647657* ASN1_get_Value_m1857007406 (ASN1_t2114160832 * __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.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.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.Text.StringBuilder::ToString()
extern "C"  String_t* StringBuilder_ToString_m3317489284 (StringBuilder_t * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Byte[] Mono.Security.BitConverterLE::GetBytes(System.Int32)
extern "C"  ByteU5BU5D_t4116647657* BitConverterLE_GetBytes_m4130646282 (RuntimeObject * __this /* static, unused */, int32_t ___value0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Array::Reverse(System.Array)
extern "C"  void Array_Reverse_m3714848183 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___array0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void Mono.Security.ASN1::.ctor(System.Byte)
extern "C"  void ASN1__ctor_m3727822613 (ASN1_t2114160832 * __this, uint8_t ___tag0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void Mono.Security.ASN1::set_Value(System.Byte[])
extern "C"  void ASN1_set_Value_m2803403806 (ASN1_t2114160832 * __this, ByteU5BU5D_t4116647657* ___value0, 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.Byte[] System.Security.Cryptography.CryptoConfig::EncodeOID(System.String)
extern "C"  ByteU5BU5D_t4116647657* CryptoConfig_EncodeOID_m2635914623 (RuntimeObject * __this /* static, unused */, String_t* ___str0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void Mono.Security.ASN1::.ctor(System.Byte[])
extern "C"  void ASN1__ctor_m1601690794 (ASN1_t2114160832 * __this, ByteU5BU5D_t4116647657* ___data0, 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.String System.Byte::ToString(System.IFormatProvider)
extern "C"  String_t* Byte_ToString_m2335342258 (uint8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.String System.UInt64::ToString(System.IFormatProvider)
extern "C"  String_t* UInt64_ToString_m2623377370 (uint64_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Text.Encoding System.Text.Encoding::get_ASCII()
extern "C"  Encoding_t1523322056 * Encoding_get_ASCII_m3595602635 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// 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.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.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.DateTime System.DateTime::ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles)
extern "C"  DateTime_t3738529785  DateTime_ParseExact_m2711902273 (RuntimeObject * __this /* static, unused */, String_t* ___s0, String_t* ___format1, RuntimeObject* ___provider2, int32_t ___style3, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Byte[] Mono.Security.BitConverterLE::GetUIntBytes(System.Byte*)
extern "C"  ByteU5BU5D_t4116647657* BitConverterLE_GetUIntBytes_m949779219 (RuntimeObject * __this /* static, unused */, uint8_t* ___bytes0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void Mono.Security.BitConverterLE::UShortFromBytes(System.Byte*,System.Byte[],System.Int32)
extern "C"  void BitConverterLE_UShortFromBytes_m1253080092 (RuntimeObject * __this /* static, unused */, uint8_t* ___dst0, ByteU5BU5D_t4116647657* ___src1, int32_t ___startIndex2, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void Mono.Security.BitConverterLE::UIntFromBytes(System.Byte*,System.Byte[],System.Int32)
extern "C"  void BitConverterLE_UIntFromBytes_m3974925535 (RuntimeObject * __this /* static, unused */, uint8_t* ___dst0, ByteU5BU5D_t4116647657* ___src1, int32_t ___startIndex2, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void Mono.Security.BitConverterLE::ULongFromBytes(System.Byte*,System.Byte[],System.Int32)
extern "C"  void BitConverterLE_ULongFromBytes_m1677445591 (RuntimeObject * __this /* static, unused */, uint8_t* ___dst0, ByteU5BU5D_t4116647657* ___src1, int32_t ___startIndex2, 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.Object::Finalize()
extern "C"  void Object_Finalize_m3076187857 (RuntimeObject * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void Mono.Security.Cryptography.BlockProcessor::Core(System.Byte[],System.Int32,System.Int32)
extern "C"  void BlockProcessor_Core_m2138791525 (BlockProcessor_t1851031225 * __this, ByteU5BU5D_t4116647657* ___rgb0, int32_t ___ib1, int32_t ___cb2, 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.Byte[] Mono.Security.Cryptography.CryptoConvert::GetBytesLE(System.Int32)
extern "C"  ByteU5BU5D_t4116647657* CryptoConvert_GetBytesLE_m3076458968 (RuntimeObject * __this /* static, unused */, int32_t ___val0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Security.Cryptography.RSA Mono.Security.Cryptography.CryptoConvert::FromCapiPublicKeyBlob(System.Byte[],System.Int32)
extern "C"  RSA_t2385438082 * CryptoConvert_FromCapiPublicKeyBlob_m4073029974 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___blob0, int32_t ___offset1, 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.UInt32 Mono.Security.Cryptography.CryptoConvert::ToUInt32LE(System.Byte[],System.Int32)
extern "C"  uint32_t CryptoConvert_ToUInt32LE_m1043410428 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___bytes0, int32_t ___offset1, 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.Int32 Mono.Security.Cryptography.CryptoConvert::ToInt32LE(System.Byte[],System.Int32)
extern "C"  int32_t CryptoConvert_ToInt32LE_m3340980429 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___bytes0, int32_t ___offset1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Security.Cryptography.RSA System.Security.Cryptography.RSA::Create()
extern "C"  RSA_t2385438082 * RSA_Create_m4065275734 (RuntimeObject * __this /* static, unused */, 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.Byte[] Mono.Security.Cryptography.CryptoConvert::ToCapiPrivateKeyBlob(System.Security.Cryptography.RSA)
extern "C"  ByteU5BU5D_t4116647657* CryptoConvert_ToCapiPrivateKeyBlob_m2502515575 (RuntimeObject * __this /* static, unused */, RSA_t2385438082 * ___rsa0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Byte[] Mono.Security.Cryptography.CryptoConvert::ToCapiPublicKeyBlob(System.Security.Cryptography.RSA)
extern "C"  ByteU5BU5D_t4116647657* CryptoConvert_ToCapiPublicKeyBlob_m1931330842 (RuntimeObject * __this /* static, unused */, RSA_t2385438082 * ___rsa0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.Cryptography.DSA::.ctor()
extern "C"  void DSA__ctor_m1979872003 (DSA_t2386879874 * __this, 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.Delegate System.Delegate::Combine(System.Delegate,System.Delegate)
extern "C"  Delegate_t1188392813 * Delegate_Combine_m1859655160 (RuntimeObject * __this /* static, unused */, Delegate_t1188392813 * ___a0, Delegate_t1188392813 * ___b1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Delegate System.Delegate::Remove(System.Delegate,System.Delegate)
extern "C"  Delegate_t1188392813 * Delegate_Remove_m334097152 (RuntimeObject * __this /* static, unused */, Delegate_t1188392813 * ___source0, Delegate_t1188392813 * ___value1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Int32 System.Security.Cryptography.AsymmetricAlgorithm::get_KeySize()
extern "C"  int32_t AsymmetricAlgorithm_get_KeySize_m2113907895 (AsymmetricAlgorithm_t932037087 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void Mono.Security.Cryptography.DSAManaged::GenerateParams(System.Int32)
extern "C"  void DSAManaged_GenerateParams_m2848737814 (DSAManaged_t2800260182 * __this, int32_t ___keyLength0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void Mono.Security.Cryptography.DSAManaged::GenerateKeyPair()
extern "C"  void DSAManaged_GenerateKeyPair_m2236915969 (DSAManaged_t2800260182 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void Mono.Security.Cryptography.DSAManaged/KeyGeneratedEventHandler::Invoke(System.Object,System.EventArgs)
extern "C"  void KeyGeneratedEventHandler_Invoke_m4131555809 (KeyGeneratedEventHandler_t3828027274 * __this, RuntimeObject * ___sender0, EventArgs_t3591816995 * ___e1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void Mono.Math.BigInteger::Randomize()
extern "C"  void BigInteger_Randomize_m2194703121 (BigInteger_t2902905089 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// Mono.Math.BigInteger Mono.Math.BigInteger::ModPow(Mono.Math.BigInteger,Mono.Math.BigInteger)
extern "C"  BigInteger_t2902905089 * BigInteger_ModPow_m2277842115 (BigInteger_t2902905089 * __this, BigInteger_t2902905089 * ___exp0, BigInteger_t2902905089 * ___n1, 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.Security.Cryptography.RandomNumberGenerator Mono.Security.Cryptography.DSAManaged::get_Random()
extern "C"  RandomNumberGenerator_t386037858 * DSAManaged_get_Random_m923751780 (DSAManaged_t2800260182 * __this, 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.Void Mono.Security.Cryptography.DSAManaged::add(System.Byte[],System.Byte[],System.Int32)
extern "C"  void DSAManaged_add_m1505525960 (DSAManaged_t2800260182 * __this, ByteU5BU5D_t4116647657* ___a0, ByteU5BU5D_t4116647657* ___b1, int32_t ___value2, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void Mono.Math.BigInteger::.ctor(System.Byte[])
extern "C"  void BigInteger__ctor_m3991350270 (BigInteger_t2902905089 * __this, ByteU5BU5D_t4116647657* ___inData0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Boolean Mono.Math.BigInteger::IsProbablePrime()
extern "C"  bool BigInteger_IsProbablePrime_m567194283 (BigInteger_t2902905089 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// Mono.Math.BigInteger Mono.Math.BigInteger::op_Multiply(Mono.Math.BigInteger,System.Int32)
extern "C"  BigInteger_t2902905089 * BigInteger_op_Multiply_m3854773313 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905089 * ___bi0, int32_t ___i1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Boolean Mono.Math.BigInteger::TestBit(System.UInt32)
extern "C"  bool BigInteger_TestBit_m1365094736 (BigInteger_t2902905089 * __this, uint32_t ___bitNum0, 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.ObjectDisposedException::.ctor(System.String)
extern "C"  void ObjectDisposedException__ctor_m3603759869 (ObjectDisposedException_t21392786 * __this, String_t* ___objectName0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void Mono.Security.Cryptography.DSAManaged::Generate()
extern "C"  void DSAManaged_Generate_m1247561684 (DSAManaged_t2800260182 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Byte[] Mono.Math.BigInteger::GetBytes()
extern "C"  ByteU5BU5D_t4116647657* BigInteger_GetBytes_m997192583 (BigInteger_t2902905089 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Byte[] Mono.Security.Cryptography.DSAManaged::NormalizeArray(System.Byte[])
extern "C"  ByteU5BU5D_t4116647657* DSAManaged_NormalizeArray_m3285505169 (DSAManaged_t2800260182 * __this, ByteU5BU5D_t4116647657* ___array0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// Mono.Math.BigInteger Mono.Math.BigInteger::ModInverse(Mono.Math.BigInteger)
extern "C"  BigInteger_t2902905089 * BigInteger_ModInverse_m3469244086 (BigInteger_t2902905089 * __this, BigInteger_t2902905089 * ___modulus0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// Mono.Math.BigInteger Mono.Math.BigInteger::op_Addition(Mono.Math.BigInteger,Mono.Math.BigInteger)
extern "C"  BigInteger_t2902905089 * BigInteger_op_Addition_m2544206388 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905089 * ___bi10, BigInteger_t2902905089 * ___bi21, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Boolean Mono.Math.BigInteger::op_LessThan(Mono.Math.BigInteger,Mono.Math.BigInteger)
extern "C"  bool BigInteger_op_LessThan_m798881406 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905089 * ___bi10, BigInteger_t2902905089 * ___bi21, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void Mono.Math.BigInteger::Clear()
extern "C"  void BigInteger_Clear_m3104012800 (BigInteger_t2902905089 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Security.Cryptography.RandomNumberGenerator Mono.Security.Cryptography.KeyBuilder::get_Rng()
extern "C"  RandomNumberGenerator_t386037858 * KeyBuilder_get_Rng_m1353817187 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void Mono.Security.Cryptography.KeyPairPersistence::.ctor(System.Security.Cryptography.CspParameters,System.String)
extern "C"  void KeyPairPersistence__ctor_m252166830 (KeyPairPersistence_t2094547461 * __this, CspParameters_t239852639 * ___parameters0, String_t* ___keyPair1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Security.Cryptography.CspParameters Mono.Security.Cryptography.KeyPairPersistence::Copy(System.Security.Cryptography.CspParameters)
extern "C"  CspParameters_t239852639 * KeyPairPersistence_Copy_m2577206651 (KeyPairPersistence_t2094547461 * __this, CspParameters_t239852639 * ___p0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.String Mono.Security.Cryptography.KeyPairPersistence::get_ContainerName()
extern "C"  String_t* KeyPairPersistence_get_ContainerName_m4274536094 (KeyPairPersistence_t2094547461 * __this, 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.Boolean Mono.Security.Cryptography.KeyPairPersistence::get_UseMachineKeyStore()
extern "C"  bool KeyPairPersistence_get_UseMachineKeyStore_m3206839918 (KeyPairPersistence_t2094547461 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.String Mono.Security.Cryptography.KeyPairPersistence::get_MachinePath()
extern "C"  String_t* KeyPairPersistence_get_MachinePath_m3812267291 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.String System.IO.Path::Combine(System.String,System.String)
extern "C"  String_t* Path_Combine_m3389272516 (RuntimeObject * __this /* static, unused */, String_t* ___path10, String_t* ___path21, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.String Mono.Security.Cryptography.KeyPairPersistence::get_UserPath()
extern "C"  String_t* KeyPairPersistence_get_UserPath_m610275969 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Boolean Mono.Security.Cryptography.KeyPairPersistence::get_CanChange()
extern "C"  bool KeyPairPersistence_get_CanChange_m4275265699 (KeyPairPersistence_t2094547461 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Boolean System.Environment::get_SocketSecurityEnabled()
extern "C"  bool Environment_get_SocketSecurityEnabled_m190813817 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.String Mono.Security.Cryptography.KeyPairPersistence::get_Filename()
extern "C"  String_t* KeyPairPersistence_get_Filename_m2760692036 (KeyPairPersistence_t2094547461 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Boolean System.IO.File::Exists(System.String)
extern "C"  bool File_Exists_m3943585060 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.IO.StreamReader System.IO.File::OpenText(System.String)
extern "C"  StreamReader_t4009935899 * File_OpenText_m196858847 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void Mono.Security.Cryptography.KeyPairPersistence::FromXml(System.String)
extern "C"  void KeyPairPersistence_FromXml_m746585742 (KeyPairPersistence_t2094547461 * __this, String_t* ___xml0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.IO.FileStream System.IO.File::Open(System.String,System.IO.FileMode)
extern "C"  FileStream_t4292183065 * File_Open_m664439378 (RuntimeObject * __this /* static, unused */, String_t* ___path0, int32_t ___mode1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Text.Encoding System.Text.Encoding::get_UTF8()
extern "C"  Encoding_t1523322056 * Encoding_get_UTF8_m1008486739 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.IO.StreamWriter::.ctor(System.IO.Stream,System.Text.Encoding)
extern "C"  void StreamWriter__ctor_m2310301218 (StreamWriter_t1266378904 * __this, Stream_t1273022909 * ___stream0, Encoding_t1523322056 * ___encoding1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.String Mono.Security.Cryptography.KeyPairPersistence::ToXml()
extern "C"  String_t* KeyPairPersistence_ToXml_m812591779 (KeyPairPersistence_t2094547461 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Boolean Mono.Security.Cryptography.KeyPairPersistence::ProtectMachine(System.String)
extern "C"  bool KeyPairPersistence_ProtectMachine_m1313131097 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Boolean Mono.Security.Cryptography.KeyPairPersistence::ProtectUser(System.String)
extern "C"  bool KeyPairPersistence_ProtectUser_m2715637552 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.IO.File::Delete(System.String)
extern "C"  void File_Delete_m321251800 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.String System.Environment::GetFolderPath(System.Environment/SpecialFolder)
extern "C"  String_t* Environment_GetFolderPath_m327623990 (RuntimeObject * __this /* static, unused */, int32_t ___folder0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Boolean System.IO.Directory::Exists(System.String)
extern "C"  bool Directory_Exists_m1484791558 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.IO.DirectoryInfo System.IO.Directory::CreateDirectory(System.String)
extern "C"  DirectoryInfo_t35957480 * Directory_CreateDirectory_m751642867 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Boolean Mono.Security.Cryptography.KeyPairPersistence::IsUserProtected(System.String)
extern "C"  bool KeyPairPersistence_IsUserProtected_m2000878920 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Boolean Mono.Security.Cryptography.KeyPairPersistence::IsMachineProtected(System.String)
extern "C"  bool KeyPairPersistence_IsMachineProtected_m644209340 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.OperatingSystem System.Environment::get_OSVersion()
extern "C"  OperatingSystem_t3730783609 * Environment_get_OSVersion_m961136977 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.PlatformID System.OperatingSystem::get_Platform()
extern "C"  int32_t OperatingSystem_get_Platform_m2793423729 (OperatingSystem_t3730783609 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.String System.IO.Path::GetPathRoot(System.String)
extern "C"  String_t* Path_GetPathRoot_m3499444155 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Boolean Mono.Security.Cryptography.KeyPairPersistence::_CanSecure(System.String)
extern "C"  bool KeyPairPersistence__CanSecure_m3516574278 (RuntimeObject * __this /* static, unused */, String_t* ___root0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Boolean Mono.Security.Cryptography.KeyPairPersistence::CanSecure(System.String)
extern "C"  bool KeyPairPersistence_CanSecure_m3598829533 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Boolean Mono.Security.Cryptography.KeyPairPersistence::_ProtectUser(System.String)
extern "C"  bool KeyPairPersistence__ProtectUser_m3263950383 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Boolean Mono.Security.Cryptography.KeyPairPersistence::_ProtectMachine(System.String)
extern "C"  bool KeyPairPersistence__ProtectMachine_m813172390 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Boolean Mono.Security.Cryptography.KeyPairPersistence::_IsUserProtected(System.String)
extern "C"  bool KeyPairPersistence__IsUserProtected_m438961964 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Boolean Mono.Security.Cryptography.KeyPairPersistence::_IsMachineProtected(System.String)
extern "C"  bool KeyPairPersistence__IsMachineProtected_m2170750712 (RuntimeObject * __this /* static, unused */, String_t* ___path0, 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.Boolean Mono.Security.Cryptography.KeyPairPersistence::get_UseDefaultKeyContainer()
extern "C"  bool KeyPairPersistence_get_UseDefaultKeyContainer_m1646107069 (KeyPairPersistence_t2094547461 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Guid System.Guid::NewGuid()
extern "C"  Guid_t  Guid_NewGuid_m923091018 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.String System.Guid::ToString()
extern "C"  String_t* Guid_ToString_m3279186591 (Guid_t * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Security.Cryptography.MD5 System.Security.Cryptography.MD5::Create()
extern "C"  MD5_t3177620429 * MD5_Create_m3522414168 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Guid::.ctor(System.Byte[])
extern "C"  void Guid__ctor_m3421080095 (Guid_t * __this, ByteU5BU5D_t4116647657* ___b0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.Cryptography.CspParameters::.ctor(System.Int32,System.String,System.String)
extern "C"  void CspParameters__ctor_m3852972821 (CspParameters_t239852639 * __this, int32_t ___dwTypeIn0, String_t* ___strProviderNameIn1, String_t* ___strContainerNameIn2, 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.Xml.SecurityParser::.ctor()
extern "C"  void SecurityParser__ctor_m1786039976 (SecurityParser_t4124480077 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void Mono.Xml.SecurityParser::LoadXml(System.String)
extern "C"  void SecurityParser_LoadXml_m1638830459 (SecurityParser_t4124480077 * __this, String_t* ___xml0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Security.SecurityElement Mono.Xml.SecurityParser::ToXml()
extern "C"  SecurityElement_t1046076091 * SecurityParser_ToXml_m3880004309 (SecurityParser_t4124480077 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.String System.Security.SecurityElement::get_Tag()
extern "C"  String_t* SecurityElement_get_Tag_m2258014803 (SecurityElement_t1046076091 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// 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) IL2CPP_METHOD_ATTR;
// System.Collections.ArrayList System.Security.SecurityElement::get_Children()
extern "C"  ArrayList_t2718874744 * SecurityElement_get_Children_m1231540612 (SecurityElement_t1046076091 * __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.Int32 System.Math::Max(System.Int32,System.Int32)
extern "C"  int32_t Math_Max_m1873195862 (RuntimeObject * __this /* static, unused */, int32_t ___val10, int32_t ___val21, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Byte[] Mono.Security.Cryptography.PKCS1::OS2IP(System.Byte[])
extern "C"  ByteU5BU5D_t4116647657* PKCS1_OS2IP_m65970018 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___x0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Byte[] Mono.Security.Cryptography.PKCS1::RSAEP(System.Security.Cryptography.RSA,System.Byte[])
extern "C"  ByteU5BU5D_t4116647657* PKCS1_RSAEP_m594928261 (RuntimeObject * __this /* static, unused */, RSA_t2385438082 * ___rsa0, ByteU5BU5D_t4116647657* ___m1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Byte[] Mono.Security.Cryptography.PKCS1::I2OSP(System.Byte[],System.Int32)
extern "C"  ByteU5BU5D_t4116647657* PKCS1_I2OSP_m1314988212 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___x0, int32_t ___size1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Byte[] Mono.Security.Cryptography.PKCS1::Encode_v15(System.Security.Cryptography.HashAlgorithm,System.Byte[],System.Int32)
extern "C"  ByteU5BU5D_t4116647657* PKCS1_Encode_v15_m3116793121 (RuntimeObject * __this /* static, unused */, HashAlgorithm_t1432317219 * ___hash0, ByteU5BU5D_t4116647657* ___hashValue1, int32_t ___emLength2, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Byte[] Mono.Security.Cryptography.PKCS1::RSASP1(System.Security.Cryptography.RSA,System.Byte[])
extern "C"  ByteU5BU5D_t4116647657* PKCS1_RSASP1_m3912327535 (RuntimeObject * __this /* static, unused */, RSA_t2385438082 * ___rsa0, ByteU5BU5D_t4116647657* ___m1, 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[],System.Boolean)
extern "C"  bool PKCS1_Verify_v15_m3708133908 (RuntimeObject * __this /* static, unused */, RSA_t2385438082 * ___rsa0, HashAlgorithm_t1432317219 * ___hash1, ByteU5BU5D_t4116647657* ___hashValue2, ByteU5BU5D_t4116647657* ___signature3, bool ___tryNonStandardEncoding4, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Byte[] Mono.Security.Cryptography.PKCS1::RSAVP1(System.Security.Cryptography.RSA,System.Byte[])
extern "C"  ByteU5BU5D_t4116647657* PKCS1_RSAVP1_m2014482508 (RuntimeObject * __this /* static, unused */, RSA_t2385438082 * ___rsa0, ByteU5BU5D_t4116647657* ___s1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Boolean Mono.Security.Cryptography.PKCS1::Compare(System.Byte[],System.Byte[])
extern "C"  bool PKCS1_Compare_m2442824967 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___array10, ByteU5BU5D_t4116647657* ___array21, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.String System.Security.Cryptography.CryptoConfig::MapNameToOID(System.String)
extern "C"  String_t* CryptoConfig_MapNameToOID_m2044758263 (RuntimeObject * __this /* static, unused */, String_t* ___name0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void Mono.Security.Cryptography.PKCS8/EncryptedPrivateKeyInfo::.ctor()
extern "C"  void EncryptedPrivateKeyInfo__ctor_m3217539356 (EncryptedPrivateKeyInfo_t862116835 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void Mono.Security.Cryptography.PKCS8/EncryptedPrivateKeyInfo::Decode(System.Byte[])
extern "C"  void EncryptedPrivateKeyInfo_Decode_m2516465782 (EncryptedPrivateKeyInfo_t862116835 * __this, ByteU5BU5D_t4116647657* ___data0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// Mono.Security.ASN1 Mono.Security.ASN1::get_Item(System.Int32)
extern "C"  ASN1_t2114160832 * ASN1_get_Item_m3901126023 (ASN1_t2114160832 * __this, int32_t ___index0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.String Mono.Security.ASN1Convert::ToOid(Mono.Security.ASN1)
extern "C"  String_t* ASN1Convert_ToOid_m1223840396 (RuntimeObject * __this /* static, unused */, ASN1_t2114160832 * ___asn10, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Int32 Mono.Security.ASN1Convert::ToInt32(Mono.Security.ASN1)
extern "C"  int32_t ASN1Convert_ToInt32_m254930636 (RuntimeObject * __this /* static, unused */, ASN1_t2114160832 * ___asn10, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void Mono.Security.Cryptography.PKCS8/PrivateKeyInfo::.ctor()
extern "C"  void PrivateKeyInfo__ctor_m2811023496 (PrivateKeyInfo_t668027992 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void Mono.Security.Cryptography.PKCS8/PrivateKeyInfo::Decode(System.Byte[])
extern "C"  void PrivateKeyInfo_Decode_m682813286 (PrivateKeyInfo_t668027992 * __this, ByteU5BU5D_t4116647657* ___data0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Byte[] Mono.Security.Cryptography.PKCS8/PrivateKeyInfo::RemoveLeadingZero(System.Byte[])
extern "C"  ByteU5BU5D_t4116647657* PrivateKeyInfo_RemoveLeadingZero_m3921889925 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___bigInt0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Byte[] Mono.Security.Cryptography.PKCS8/PrivateKeyInfo::Normalize(System.Byte[],System.Int32)
extern "C"  ByteU5BU5D_t4116647657* PrivateKeyInfo_Normalize_m1855800471 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___bigInt0, int32_t ___length1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.Cryptography.CspParameters::.ctor()
extern "C"  void CspParameters__ctor_m277845443 (CspParameters_t239852639 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// 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) IL2CPP_METHOD_ATTR;
// System.Security.Cryptography.DSA System.Security.Cryptography.DSA::Create()
extern "C"  DSA_t2386879874 * DSA_Create_m1220983153 (RuntimeObject * __this /* static, unused */, 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.AsymmetricAlgorithm::set_KeySize(System.Int32)
extern "C"  void AsymmetricAlgorithm_set_KeySize_m2163393617 (AsymmetricAlgorithm_t932037087 * __this, int32_t ___value0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// Mono.Math.BigInteger Mono.Math.BigInteger::GeneratePseudoPrime(System.Int32)
extern "C"  BigInteger_t2902905089 * BigInteger_GeneratePseudoPrime_m1941064930 (RuntimeObject * __this /* static, unused */, int32_t ___bits0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void Mono.Security.Cryptography.RSAManaged/KeyGeneratedEventHandler::Invoke(System.Object,System.EventArgs)
extern "C"  void KeyGeneratedEventHandler_Invoke_m2527485594 (KeyGeneratedEventHandler_t3064139577 * __this, RuntimeObject * ___sender0, EventArgs_t3591816995 * ___e1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void Mono.Security.Cryptography.RSAManaged::GenerateKeyPair()
extern "C"  void RSAManaged_GenerateKeyPair_m2221292703 (RSAManaged_t1757093819 * __this, 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.Byte[] Mono.Security.Cryptography.RSAManaged::GetPaddedValue(Mono.Math.BigInteger,System.Int32)
extern "C"  ByteU5BU5D_t4116647657* RSAManaged_GetPaddedValue_m2104792084 (RSAManaged_t1757093819 * __this, BigInteger_t2902905089 * ___value0, int32_t ___length1, 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.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.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.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.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 Mono.Security.Cryptography.SymmetricTransform::CheckInput(System.Byte[],System.Int32,System.Int32)
extern "C"  void SymmetricTransform_CheckInput_m1829858759 (SymmetricTransform_t3802591842 * __this, ByteU5BU5D_t4116647657* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void System.Security.Cryptography.CryptographicException::.ctor(System.String,System.String)
extern "C"  void CryptographicException__ctor_m3803155940 (CryptographicException_t248831461 * __this, String_t* ___format0, String_t* ___insert1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Boolean Mono.Security.Cryptography.SymmetricTransform::get_KeepLastBlock()
extern "C"  bool SymmetricTransform_get_KeepLastBlock_m3105157421 (SymmetricTransform_t3802591842 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Int32 Mono.Security.Cryptography.SymmetricTransform::InternalTransformBlock(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32)
extern "C"  int32_t SymmetricTransform_InternalTransformBlock_m946892271 (SymmetricTransform_t3802591842 * __this, ByteU5BU5D_t4116647657* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, ByteU5BU5D_t4116647657* ___outputBuffer3, int32_t ___outputOffset4, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void Mono.Security.Cryptography.SymmetricTransform::Random(System.Byte[],System.Int32,System.Int32)
extern "C"  void SymmetricTransform_Random_m2004892672 (SymmetricTransform_t3802591842 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void Mono.Security.Cryptography.SymmetricTransform::ThrowBadPaddingException(System.Security.Cryptography.PaddingMode,System.Int32,System.Int32)
extern "C"  void SymmetricTransform_ThrowBadPaddingException_m2926778011 (SymmetricTransform_t3802591842 * __this, int32_t ___padding0, int32_t ___length1, int32_t ___position2, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Byte[] Mono.Security.Cryptography.SymmetricTransform::FinalEncrypt(System.Byte[],System.Int32,System.Int32)
extern "C"  ByteU5BU5D_t4116647657* SymmetricTransform_FinalEncrypt_m69518647 (SymmetricTransform_t3802591842 * __this, ByteU5BU5D_t4116647657* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Byte[] Mono.Security.Cryptography.SymmetricTransform::FinalDecrypt(System.Byte[],System.Int32,System.Int32)
extern "C"  ByteU5BU5D_t4116647657* SymmetricTransform_FinalDecrypt_m1677319445 (SymmetricTransform_t3802591842 * __this, ByteU5BU5D_t4116647657* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void Mono.Security.PKCS7/ContentInfo::.ctor()
extern "C"  void ContentInfo__ctor_m28146633 (ContentInfo_t3218159895 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void Mono.Security.PKCS7/ContentInfo::.ctor(Mono.Security.ASN1)
extern "C"  void ContentInfo__ctor_m2639021892 (ContentInfo_t3218159895 * __this, ASN1_t2114160832 * ___asn10, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// Mono.Security.ASN1 Mono.Security.PKCS7/ContentInfo::GetASN1()
extern "C"  ASN1_t2114160832 * ContentInfo_GetASN1_m3665489137 (ContentInfo_t3218159895 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// Mono.Security.ASN1 Mono.Security.ASN1Convert::FromOid(System.String)
extern "C"  ASN1_t2114160832 * ASN1Convert_FromOid_m3740816339 (RuntimeObject * __this /* static, unused */, String_t* ___oid0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void Mono.Security.PKCS7/EncryptedData::.ctor()
extern "C"  void EncryptedData__ctor_m3841552120 (EncryptedData_t3577548732 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void Mono.Security.PKCS7/ContentInfo::.ctor(System.String)
extern "C"  void ContentInfo__ctor_m3072134336 (ContentInfo_t3218159895 * __this, String_t* ___oid0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Void Mono.Security.PKCS7/ContentInfo::set_Content(Mono.Security.ASN1)
extern "C"  void ContentInfo_set_Content_m2745521966 (ContentInfo_t3218159895 * __this, ASN1_t2114160832 * ___value0, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Byte[] Mono.Security.Cryptography.CryptoConvert::ToCapiKeyBlob(System.Security.Cryptography.RSA,System.Boolean)
extern "C"  ByteU5BU5D_t4116647657* CryptoConvert_ToCapiKeyBlob_m3371450375 (RuntimeObject * __this /* static, unused */, RSA_t2385438082 * ___rsa0, bool ___includePrivateKey1, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.Byte[] Mono.Security.StrongName::get_PublicKey()
extern "C"  ByteU5BU5D_t4116647657* StrongName_get_PublicKey_m1841537984 (StrongName_t4093849377 * __this, const RuntimeMethod* method) IL2CPP_METHOD_ATTR;
// System.String Mono.Security.StrongName::get_TokenAlgorithm()
extern "C"  String_t* StrongName_get_TokenAlgorithm_m1794722022 (StrongName_t4093849377 * __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;
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.String Locale::GetText(System.String)
extern "C"  String_t* Locale_GetText_m3374010885 (RuntimeObject * __this /* static, unused */, String_t* ___msg0, const RuntimeMethod* method)
{
	{
		String_t* L_0 = ___msg0;
		return L_0;
	}
}
// 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)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (Locale_GetText_m1601577974_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		String_t* L_0 = ___fmt0;
		ObjectU5BU5D_t2843939325* L_1 = ___args1;
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_2 = String_Format_m630303134(NULL /*static, unused*/, 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 Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid::.ctor(System.Boolean)
extern "C"  void SafeHandleZeroOrMinusOneIsInvalid__ctor_m2667299826 (SafeHandleZeroOrMinusOneIsInvalid_t1182193648 * __this, bool ___ownsHandle0, const RuntimeMethod* method)
{
	{
		intptr_t L_0 = IntPtr_op_Explicit_m1593216315(NULL /*static, unused*/, 0, /*hidden argument*/NULL);
		bool L_1 = ___ownsHandle0;
		SafeHandle__ctor_m124356559(__this, L_0, L_1, /*hidden argument*/NULL);
		return;
	}
}
// System.Boolean Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid::get_IsInvalid()
extern "C"  bool SafeHandleZeroOrMinusOneIsInvalid_get_IsInvalid_m1185299356 (SafeHandleZeroOrMinusOneIsInvalid_t1182193648 * __this, const RuntimeMethod* method)
{
	int32_t G_B3_0 = 0;
	{
		intptr_t L_0 = ((SafeHandle_t3273388951 *)__this)->get_handle_0();
		intptr_t L_1 = IntPtr_op_Explicit_m1593216315(NULL /*static, unused*/, (-1), /*hidden argument*/NULL);
		bool L_2 = IntPtr_op_Equality_m408849716(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL);
		if (L_2)
		{
			goto IL_0029;
		}
	}
	{
		intptr_t L_3 = ((SafeHandle_t3273388951 *)__this)->get_handle_0();
		intptr_t L_4 = IntPtr_op_Explicit_m1593216315(NULL /*static, unused*/, 0, /*hidden argument*/NULL);
		bool L_5 = IntPtr_op_Equality_m408849716(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL);
		G_B3_0 = ((int32_t)(L_5));
		goto IL_002a;
	}

IL_0029:
	{
		G_B3_0 = 1;
	}

IL_002a:
	{
		return (bool)G_B3_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 Microsoft.Win32.SafeHandles.SafeWaitHandle::.ctor(System.IntPtr,System.Boolean)
extern "C"  void SafeWaitHandle__ctor_m3710504225 (SafeWaitHandle_t1972936122 * __this, intptr_t ___existingHandle0, bool ___ownsHandle1, const RuntimeMethod* method)
{
	{
		bool L_0 = ___ownsHandle1;
		SafeHandleZeroOrMinusOneIsInvalid__ctor_m2667299826(__this, L_0, /*hidden argument*/NULL);
		intptr_t L_1 = ___existingHandle0;
		SafeHandle_SetHandle_m2809947802(__this, L_1, /*hidden argument*/NULL);
		return;
	}
}
// System.Boolean Microsoft.Win32.SafeHandles.SafeWaitHandle::ReleaseHandle()
extern "C"  bool SafeWaitHandle_ReleaseHandle_m2890681297 (SafeWaitHandle_t1972936122 * __this, const RuntimeMethod* method)
{
	{
		intptr_t L_0 = ((SafeHandle_t3273388951 *)__this)->get_handle_0();
		NativeEventCalls_CloseEvent_internal_m2546122398(NULL /*static, unused*/, L_0, /*hidden argument*/NULL);
		return (bool)1;
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Mono.Globalization.Unicode.CodePointIndexer::.ctor(System.Int32[],System.Int32[],System.Int32,System.Int32)
extern "C"  void CodePointIndexer__ctor_m2813317897 (CodePointIndexer_t4134431086 * __this, Int32U5BU5D_t385246372* ___starts0, Int32U5BU5D_t385246372* ___ends1, int32_t ___defaultIndex2, int32_t ___defaultCP3, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (CodePointIndexer__ctor_m2813317897_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	int32_t V_1 = 0;
	int32_t G_B3_0 = 0;
	int32_t G_B3_1 = 0;
	TableRange_t3332867892 * G_B3_2 = NULL;
	int32_t G_B2_0 = 0;
	int32_t G_B2_1 = 0;
	TableRange_t3332867892 * G_B2_2 = NULL;
	int32_t G_B4_0 = 0;
	int32_t G_B4_1 = 0;
	int32_t G_B4_2 = 0;
	TableRange_t3332867892 * G_B4_3 = NULL;
	{
		Object__ctor_m297566312(__this, /*hidden argument*/NULL);
		int32_t L_0 = ___defaultIndex2;
		__this->set_defaultIndex_2(L_0);
		int32_t L_1 = ___defaultCP3;
		__this->set_defaultCP_3(L_1);
		Int32U5BU5D_t385246372* L_2 = ___starts0;
		NullCheck(L_2);
		__this->set_ranges_0(((TableRangeU5BU5D_t2913440125*)SZArrayNew(TableRangeU5BU5D_t2913440125_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))))));
		V_0 = 0;
		goto IL_007d;
	}

IL_002a:
	{
		TableRangeU5BU5D_t2913440125* L_3 = __this->get_ranges_0();
		int32_t L_4 = V_0;
		NullCheck(L_3);
		Int32U5BU5D_t385246372* L_5 = ___starts0;
		int32_t L_6 = V_0;
		NullCheck(L_5);
		int32_t L_7 = L_6;
		int32_t L_8 = (L_5)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
		Int32U5BU5D_t385246372* L_9 = ___ends1;
		int32_t L_10 = V_0;
		NullCheck(L_9);
		int32_t L_11 = L_10;
		int32_t L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
		int32_t L_13 = V_0;
		G_B2_0 = L_12;
		G_B2_1 = L_8;
		G_B2_2 = ((L_3)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_4)));
		if (L_13)
		{
			G_B3_0 = L_12;
			G_B3_1 = L_8;
			G_B3_2 = ((L_3)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_4)));
			goto IL_0048;
		}
	}
	{
		G_B4_0 = 0;
		G_B4_1 = G_B2_0;
		G_B4_2 = G_B2_1;
		G_B4_3 = G_B2_2;
		goto IL_006f;
	}

IL_0048:
	{
		TableRangeU5BU5D_t2913440125* L_14 = __this->get_ranges_0();
		int32_t L_15 = V_0;
		NullCheck(L_14);
		int32_t L_16 = ((L_14)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)1)))))->get_IndexStart_3();
		TableRangeU5BU5D_t2913440125* L_17 = __this->get_ranges_0();
		int32_t L_18 = V_0;
		NullCheck(L_17);
		int32_t L_19 = ((L_17)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)1)))))->get_Count_2();
		G_B4_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)L_19));
		G_B4_1 = G_B3_0;
		G_B4_2 = G_B3_1;
		G_B4_3 = G_B3_2;
	}

IL_006f:
	{
		TableRange_t3332867892  L_20;
		memset(&L_20, 0, sizeof(L_20));
		TableRange__ctor_m3039750162((&L_20), G_B4_2, G_B4_1, G_B4_0, /*hidden argument*/NULL);
		*(TableRange_t3332867892 *)G_B4_3 = L_20;
		int32_t L_21 = V_0;
		V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1));
	}

IL_007d:
	{
		int32_t L_22 = V_0;
		TableRangeU5BU5D_t2913440125* L_23 = __this->get_ranges_0();
		NullCheck(L_23);
		if ((((int32_t)L_22) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_23)->max_length)))))))
		{
			goto IL_002a;
		}
	}
	{
		V_1 = 0;
		goto IL_00b4;
	}

IL_0092:
	{
		int32_t L_24 = __this->get_TotalCount_1();
		TableRangeU5BU5D_t2913440125* L_25 = __this->get_ranges_0();
		int32_t L_26 = V_1;
		NullCheck(L_25);
		int32_t L_27 = ((L_25)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_26)))->get_Count_2();
		__this->set_TotalCount_1(((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)L_27)));
		int32_t L_28 = V_1;
		V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1));
	}

IL_00b4:
	{
		int32_t L_29 = V_1;
		TableRangeU5BU5D_t2913440125* L_30 = __this->get_ranges_0();
		NullCheck(L_30);
		if ((((int32_t)L_29) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_30)->max_length)))))))
		{
			goto IL_0092;
		}
	}
	{
		return;
	}
}
// System.Int32 Mono.Globalization.Unicode.CodePointIndexer::ToIndex(System.Int32)
extern "C"  int32_t CodePointIndexer_ToIndex_m1008730487 (CodePointIndexer_t4134431086 * __this, int32_t ___cp0, const RuntimeMethod* method)
{
	int32_t V_0 = 0;
	{
		V_0 = 0;
		goto IL_0066;
	}

IL_0007:
	{
		int32_t L_0 = ___cp0;
		TableRangeU5BU5D_t2913440125* L_1 = __this->get_ranges_0();
		int32_t L_2 = V_0;
		NullCheck(L_1);
		int32_t L_3 = ((L_1)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_2)))->get_Start_0();
		if ((((int32_t)L_0) >= ((int32_t)L_3)))
		{
			goto IL_0025;
		}
	}
	{
		int32_t L_4 = __this->get_defaultIndex_2();
		return L_4;
	}

IL_0025:
	{
		int32_t L_5 = ___cp0;
		TableRangeU5BU5D_t2913440125* L_6 = __this->get_ranges_0();
		int32_t L_7 = V_0;
		NullCheck(L_6);
		int32_t L_8 = ((L_6)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_7)))->get_End_1();
		if ((((int32_t)L_5) >= ((int32_t)L_8)))
		{
			goto IL_0062;
		}
	}
	{
		int32_t L_9 = ___cp0;
		TableRangeU5BU5D_t2913440125* L_10 = __this->get_ranges_0();
		int32_t L_11 = V_0;
		NullCheck(L_10);
		int32_t L_12 = ((L_10)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_11)))->get_Start_0();
		TableRangeU5BU5D_t2913440125* L_13 = __this->get_ranges_0();
		int32_t L_14 = V_0;
		NullCheck(L_13);
		int32_t L_15 = ((L_13)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_14)))->get_IndexStart_3();
		return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)L_12)), (int32_t)L_15));
	}

IL_0062:
	{
		int32_t L_16 = V_0;
		V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1));
	}

IL_0066:
	{
		int32_t L_17 = V_0;
		TableRangeU5BU5D_t2913440125* L_18 = __this->get_ranges_0();
		NullCheck(L_18);
		if ((((int32_t)L_17) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_18)->max_length)))))))
		{
			goto IL_0007;
		}
	}
	{
		int32_t L_19 = __this->get_defaultIndex_2();
		return L_19;
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Mono.Globalization.Unicode.CodePointIndexer/TableRange::.ctor(System.Int32,System.Int32,System.Int32)
extern "C"  void TableRange__ctor_m3039750162 (TableRange_t3332867892 * __this, int32_t ___start0, int32_t ___end1, int32_t ___indexStart2, const RuntimeMethod* method)
{
	{
		int32_t L_0 = ___start0;
		__this->set_Start_0(L_0);
		int32_t L_1 = ___end1;
		__this->set_End_1(L_1);
		int32_t L_2 = __this->get_End_1();
		int32_t L_3 = __this->get_Start_0();
		__this->set_Count_2(((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)L_3)));
		int32_t L_4 = ___indexStart2;
		__this->set_IndexStart_3(L_4);
		int32_t L_5 = __this->get_IndexStart_3();
		int32_t L_6 = __this->get_Count_2();
		__this->set_IndexEnd_4(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)));
		return;
	}
}
extern "C"  void TableRange__ctor_m3039750162_AdjustorThunk (RuntimeObject * __this, int32_t ___start0, int32_t ___end1, int32_t ___indexStart2, const RuntimeMethod* method)
{
	TableRange_t3332867892 * _thisAdjusted = reinterpret_cast<TableRange_t3332867892 *>(__this + 1);
	TableRange__ctor_m3039750162(_thisAdjusted, ___start0, ___end1, ___indexStart2, 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 Mono.Globalization.Unicode.Contraction::.ctor(System.Char[],System.String,System.Byte[])
extern "C"  void Contraction__ctor_m2731863112 (Contraction_t1589275354 * __this, CharU5BU5D_t3528271667* ___source0, String_t* ___replacement1, ByteU5BU5D_t4116647657* ___sortkey2, const RuntimeMethod* method)
{
	{
		Object__ctor_m297566312(__this, /*hidden argument*/NULL);
		CharU5BU5D_t3528271667* L_0 = ___source0;
		__this->set_Source_0(L_0);
		String_t* L_1 = ___replacement1;
		__this->set_Replacement_1(L_1);
		ByteU5BU5D_t4116647657* L_2 = ___sortkey2;
		__this->set_SortKey_2(L_2);
		return;
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Mono.Globalization.Unicode.ContractionComparer::.ctor()
extern "C"  void ContractionComparer__ctor_m3439667810 (ContractionComparer_t2750537063 * __this, const RuntimeMethod* method)
{
	{
		Object__ctor_m297566312(__this, /*hidden argument*/NULL);
		return;
	}
}
// System.Void Mono.Globalization.Unicode.ContractionComparer::.cctor()
extern "C"  void ContractionComparer__cctor_m1682260389 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (ContractionComparer__cctor_m1682260389_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		ContractionComparer_t2750537063 * L_0 = (ContractionComparer_t2750537063 *)il2cpp_codegen_object_new(ContractionComparer_t2750537063_il2cpp_TypeInfo_var);
		ContractionComparer__ctor_m3439667810(L_0, /*hidden argument*/NULL);
		((ContractionComparer_t2750537063_StaticFields*)il2cpp_codegen_static_fields_for(ContractionComparer_t2750537063_il2cpp_TypeInfo_var))->set_Instance_0(L_0);
		return;
	}
}
// System.Int32 Mono.Globalization.Unicode.ContractionComparer::Compare(System.Object,System.Object)
extern "C"  int32_t ContractionComparer_Compare_m732151595 (ContractionComparer_t2750537063 * __this, RuntimeObject * ___o10, RuntimeObject * ___o21, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (ContractionComparer_Compare_m732151595_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	Contraction_t1589275354 * V_0 = NULL;
	Contraction_t1589275354 * V_1 = NULL;
	CharU5BU5D_t3528271667* V_2 = NULL;
	CharU5BU5D_t3528271667* V_3 = NULL;
	int32_t V_4 = 0;
	int32_t V_5 = 0;
	int32_t G_B3_0 = 0;
	{
		RuntimeObject * L_0 = ___o10;
		V_0 = ((Contraction_t1589275354 *)CastclassClass((RuntimeObject*)L_0, Contraction_t1589275354_il2cpp_TypeInfo_var));
		RuntimeObject * L_1 = ___o21;
		V_1 = ((Contraction_t1589275354 *)CastclassClass((RuntimeObject*)L_1, Contraction_t1589275354_il2cpp_TypeInfo_var));
		Contraction_t1589275354 * L_2 = V_0;
		NullCheck(L_2);
		CharU5BU5D_t3528271667* L_3 = L_2->get_Source_0();
		V_2 = L_3;
		Contraction_t1589275354 * L_4 = V_1;
		NullCheck(L_4);
		CharU5BU5D_t3528271667* L_5 = L_4->get_Source_0();
		V_3 = L_5;
		CharU5BU5D_t3528271667* L_6 = V_2;
		NullCheck(L_6);
		CharU5BU5D_t3528271667* L_7 = V_3;
		NullCheck(L_7);
		if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length))))) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length)))))))
		{
			goto IL_002f;
		}
	}
	{
		CharU5BU5D_t3528271667* L_8 = V_3;
		NullCheck(L_8);
		G_B3_0 = (((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length))));
		goto IL_0032;
	}

IL_002f:
	{
		CharU5BU5D_t3528271667* L_9 = V_2;
		NullCheck(L_9);
		G_B3_0 = (((int32_t)((int32_t)(((RuntimeArray *)L_9)->max_length))));
	}

IL_0032:
	{
		V_4 = G_B3_0;
		V_5 = 0;
		goto IL_0059;
	}

IL_003c:
	{
		CharU5BU5D_t3528271667* L_10 = V_2;
		int32_t L_11 = V_5;
		NullCheck(L_10);
		int32_t L_12 = L_11;
		uint16_t L_13 = (L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_12));
		CharU5BU5D_t3528271667* L_14 = V_3;
		int32_t L_15 = V_5;
		NullCheck(L_14);
		int32_t L_16 = L_15;
		uint16_t L_17 = (L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
		if ((((int32_t)L_13) == ((int32_t)L_17)))
		{
			goto IL_0053;
		}
	}
	{
		CharU5BU5D_t3528271667* L_18 = V_2;
		int32_t L_19 = V_5;
		NullCheck(L_18);
		int32_t L_20 = L_19;
		uint16_t L_21 = (L_18)->GetAt(static_cast<il2cpp_array_size_t>(L_20));
		CharU5BU5D_t3528271667* L_22 = V_3;
		int32_t L_23 = V_5;
		NullCheck(L_22);
		int32_t L_24 = L_23;
		uint16_t L_25 = (L_22)->GetAt(static_cast<il2cpp_array_size_t>(L_24));
		return ((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)L_25));
	}

IL_0053:
	{
		int32_t L_26 = V_5;
		V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1));
	}

IL_0059:
	{
		int32_t L_27 = V_5;
		int32_t L_28 = V_4;
		if ((((int32_t)L_27) < ((int32_t)L_28)))
		{
			goto IL_003c;
		}
	}
	{
		CharU5BU5D_t3528271667* L_29 = V_2;
		NullCheck(L_29);
		CharU5BU5D_t3528271667* L_30 = V_3;
		NullCheck(L_30);
		return ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_29)->max_length)))), (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_30)->max_length))))));
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Mono.Globalization.Unicode.Level2Map::.ctor(System.Byte,System.Byte)
extern "C"  void Level2Map__ctor_m3459390739 (Level2Map_t3640798870 * __this, uint8_t ___source0, uint8_t ___replace1, const RuntimeMethod* method)
{
	{
		Object__ctor_m297566312(__this, /*hidden argument*/NULL);
		uint8_t L_0 = ___source0;
		__this->set_Source_0(L_0);
		uint8_t L_1 = ___replace1;
		__this->set_Replace_1(L_1);
		return;
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Mono.Globalization.Unicode.Level2MapComparer::.ctor()
extern "C"  void Level2MapComparer__ctor_m1297087662 (Level2MapComparer_t1716225294 * __this, const RuntimeMethod* method)
{
	{
		Object__ctor_m297566312(__this, /*hidden argument*/NULL);
		return;
	}
}
// System.Void Mono.Globalization.Unicode.Level2MapComparer::.cctor()
extern "C"  void Level2MapComparer__cctor_m1866197409 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (Level2MapComparer__cctor_m1866197409_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		Level2MapComparer_t1716225294 * L_0 = (Level2MapComparer_t1716225294 *)il2cpp_codegen_object_new(Level2MapComparer_t1716225294_il2cpp_TypeInfo_var);
		Level2MapComparer__ctor_m1297087662(L_0, /*hidden argument*/NULL);
		((Level2MapComparer_t1716225294_StaticFields*)il2cpp_codegen_static_fields_for(Level2MapComparer_t1716225294_il2cpp_TypeInfo_var))->set_Instance_0(L_0);
		return;
	}
}
// System.Int32 Mono.Globalization.Unicode.Level2MapComparer::Compare(System.Object,System.Object)
extern "C"  int32_t Level2MapComparer_Compare_m2874495629 (Level2MapComparer_t1716225294 * __this, RuntimeObject * ___o10, RuntimeObject * ___o21, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (Level2MapComparer_Compare_m2874495629_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	Level2Map_t3640798870 * V_0 = NULL;
	Level2Map_t3640798870 * V_1 = NULL;
	{
		RuntimeObject * L_0 = ___o10;
		V_0 = ((Level2Map_t3640798870 *)CastclassClass((RuntimeObject*)L_0, Level2Map_t3640798870_il2cpp_TypeInfo_var));
		RuntimeObject * L_1 = ___o21;
		V_1 = ((Level2Map_t3640798870 *)CastclassClass((RuntimeObject*)L_1, Level2Map_t3640798870_il2cpp_TypeInfo_var));
		Level2Map_t3640798870 * L_2 = V_0;
		NullCheck(L_2);
		uint8_t L_3 = L_2->get_Source_0();
		Level2Map_t3640798870 * L_4 = V_1;
		NullCheck(L_4);
		uint8_t L_5 = L_4->get_Source_0();
		return ((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_5));
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Mono.Globalization.Unicode.MSCompatUnicodeTable::.cctor()
#if IL2CPP_TARGET_XBOXONE
IL2CPP_DISABLE_OPTIMIZATIONS
#endif
extern "C"  void MSCompatUnicodeTable__cctor_m2887118684 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (MSCompatUnicodeTable__cctor_m2887118684_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	uint8_t* V_0 = NULL;
	uint8_t* V_1 = NULL;
	uint32_t V_2 = 0;
	uint32_t V_3 = 0;
	intptr_t V_4;
	memset(&V_4, 0, sizeof(V_4));
	uint32_t V_5 = 0;
	int32_t V_6 = 0;
	int32_t V_7 = 0;
	int32_t V_8 = 0;
	int32_t V_9 = 0;
	TailoringInfo_t866433654 * V_10 = NULL;
	int32_t V_11 = 0;
	{
		((MSCompatUnicodeTable_t1453885583_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var))->set_MaxExpansionLength_0(3);
		RuntimeObject * L_0 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var);
		Object__ctor_m297566312(L_0, /*hidden argument*/NULL);
		((MSCompatUnicodeTable_t1453885583_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var))->set_forLock_17(L_0);
		V_3 = 0;
		intptr_t L_1 = MSCompatUnicodeTable_GetResource_m731831298(NULL /*static, unused*/, _stringLiteral920369442, /*hidden argument*/NULL);
		V_4 = L_1;
		intptr_t L_2 = V_4;
		bool L_3 = IntPtr_op_Equality_m408849716(NULL /*static, unused*/, L_2, (intptr_t)(0), /*hidden argument*/NULL);
		if (!L_3)
		{
			goto IL_0030;
		}
	}
	{
		return;
	}

IL_0030:
	{
		intptr_t L_4 = V_4;
		void* L_5 = IntPtr_op_Explicit_m2520637223(NULL /*static, unused*/, L_4, /*hidden argument*/NULL);
		V_0 = (uint8_t*)L_5;
		intptr_t L_6 = MSCompatUnicodeTable_GetResource_m731831298(NULL /*static, unused*/, _stringLiteral1544087769, /*hidden argument*/NULL);
		V_4 = L_6;
		intptr_t L_7 = V_4;
		bool L_8 = IntPtr_op_Equality_m408849716(NULL /*static, unused*/, L_7, (intptr_t)(0), /*hidden argument*/NULL);
		if (!L_8)
		{
			goto IL_0056;
		}
	}
	{
		return;
	}

IL_0056:
	{
		intptr_t L_9 = V_4;
		void* L_10 = IntPtr_op_Explicit_m2520637223(NULL /*static, unused*/, L_9, /*hidden argument*/NULL);
		V_1 = (uint8_t*)L_10;
		uint8_t* L_11 = V_0;
		if (!L_11)
		{
			goto IL_006a;
		}
	}
	{
		uint8_t* L_12 = V_1;
		if (L_12)
		{
			goto IL_006b;
		}
	}

IL_006a:
	{
		return;
	}

IL_006b:
	{
		uint8_t* L_13 = V_0;
		if ((!(((uint32_t)(*((uint8_t*)L_13))) == ((uint32_t)3))))
		{
			goto IL_007b;
		}
	}
	{
		uint8_t* L_14 = V_1;
		if ((((int32_t)(*((uint8_t*)L_14))) == ((int32_t)3)))
		{
			goto IL_007c;
		}
	}

IL_007b:
	{
		return;
	}

IL_007c:
	{
		V_3 = 1;
		uint8_t* L_15 = V_0;
		uint32_t L_16 = V_3;
		uint32_t L_17 = MSCompatUnicodeTable_UInt32FromBytePtr_m2910318928(NULL /*static, unused*/, (uint8_t*)(uint8_t*)L_15, L_16, /*hidden argument*/NULL);
		V_2 = L_17;
		uint32_t L_18 = V_3;
		V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)4));
		uint8_t* L_19 = V_0;
		uint32_t L_20 = V_3;
		((MSCompatUnicodeTable_t1453885583_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var))->set_ignorableFlags_1((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_19, (intptr_t)(((uintptr_t)L_20)))));
		uint32_t L_21 = V_3;
		uint32_t L_22 = V_2;
		V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)L_22));
		uint8_t* L_23 = V_0;
		uint32_t L_24 = V_3;
		uint32_t L_25 = MSCompatUnicodeTable_UInt32FromBytePtr_m2910318928(NULL /*static, unused*/, (uint8_t*)(uint8_t*)L_23, L_24, /*hidden argument*/NULL);
		V_2 = L_25;
		uint32_t L_26 = V_3;
		V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)4));
		uint8_t* L_27 = V_0;
		uint32_t L_28 = V_3;
		((MSCompatUnicodeTable_t1453885583_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var))->set_categories_2((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_27, (intptr_t)(((uintptr_t)L_28)))));
		uint32_t L_29 = V_3;
		uint32_t L_30 = V_2;
		V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)L_30));
		uint8_t* L_31 = V_0;
		uint32_t L_32 = V_3;
		uint32_t L_33 = MSCompatUnicodeTable_UInt32FromBytePtr_m2910318928(NULL /*static, unused*/, (uint8_t*)(uint8_t*)L_31, L_32, /*hidden argument*/NULL);
		V_2 = L_33;
		uint32_t L_34 = V_3;
		V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)4));
		uint8_t* L_35 = V_0;
		uint32_t L_36 = V_3;
		((MSCompatUnicodeTable_t1453885583_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var))->set_level1_3((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_35, (intptr_t)(((uintptr_t)L_36)))));
		uint32_t L_37 = V_3;
		uint32_t L_38 = V_2;
		V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)L_38));
		uint8_t* L_39 = V_0;
		uint32_t L_40 = V_3;
		uint32_t L_41 = MSCompatUnicodeTable_UInt32FromBytePtr_m2910318928(NULL /*static, unused*/, (uint8_t*)(uint8_t*)L_39, L_40, /*hidden argument*/NULL);
		V_2 = L_41;
		uint32_t L_42 = V_3;
		V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)4));
		uint8_t* L_43 = V_0;
		uint32_t L_44 = V_3;
		((MSCompatUnicodeTable_t1453885583_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var))->set_level2_4((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_43, (intptr_t)(((uintptr_t)L_44)))));
		uint32_t L_45 = V_3;
		uint32_t L_46 = V_2;
		V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)L_46));
		uint8_t* L_47 = V_0;
		uint32_t L_48 = V_3;
		uint32_t L_49 = MSCompatUnicodeTable_UInt32FromBytePtr_m2910318928(NULL /*static, unused*/, (uint8_t*)(uint8_t*)L_47, L_48, /*hidden argument*/NULL);
		V_2 = L_49;
		uint32_t L_50 = V_3;
		V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)4));
		uint8_t* L_51 = V_0;
		uint32_t L_52 = V_3;
		((MSCompatUnicodeTable_t1453885583_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var))->set_level3_5((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_51, (intptr_t)(((uintptr_t)L_52)))));
		uint32_t L_53 = V_3;
		uint32_t L_54 = V_2;
		V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)L_54));
		V_3 = 1;
		uint8_t* L_55 = V_1;
		uint32_t L_56 = V_3;
		uint32_t L_57 = MSCompatUnicodeTable_UInt32FromBytePtr_m2910318928(NULL /*static, unused*/, (uint8_t*)(uint8_t*)L_55, L_56, /*hidden argument*/NULL);
		V_5 = L_57;
		uint32_t L_58 = V_3;
		V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)4));
		uint32_t L_59 = V_5;
		((MSCompatUnicodeTable_t1453885583_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var))->set_tailoringInfos_16(((TailoringInfoU5BU5D_t1797664499*)SZArrayNew(TailoringInfoU5BU5D_t1797664499_il2cpp_TypeInfo_var, (uint32_t)(((uintptr_t)L_59)))));
		V_6 = 0;
		goto IL_0172;
	}

IL_011f:
	{
		uint8_t* L_60 = V_1;
		uint32_t L_61 = V_3;
		uint32_t L_62 = MSCompatUnicodeTable_UInt32FromBytePtr_m2910318928(NULL /*static, unused*/, (uint8_t*)(uint8_t*)L_60, L_61, /*hidden argument*/NULL);
		V_7 = L_62;
		uint32_t L_63 = V_3;
		V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_63, (int32_t)4));
		uint8_t* L_64 = V_1;
		uint32_t L_65 = V_3;
		uint32_t L_66 = MSCompatUnicodeTable_UInt32FromBytePtr_m2910318928(NULL /*static, unused*/, (uint8_t*)(uint8_t*)L_64, L_65, /*hidden argument*/NULL);
		V_8 = L_66;
		uint32_t L_67 = V_3;
		V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_67, (int32_t)4));
		uint8_t* L_68 = V_1;
		uint32_t L_69 = V_3;
		uint32_t L_70 = MSCompatUnicodeTable_UInt32FromBytePtr_m2910318928(NULL /*static, unused*/, (uint8_t*)(uint8_t*)L_68, L_69, /*hidden argument*/NULL);
		V_9 = L_70;
		uint32_t L_71 = V_3;
		V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_71, (int32_t)4));
		int32_t L_72 = V_7;
		int32_t L_73 = V_8;
		int32_t L_74 = V_9;
		uint8_t* L_75 = V_1;
		uint32_t L_76 = V_3;
		uint32_t L_77 = L_76;
		V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_77, (int32_t)1));
		TailoringInfo_t866433654 * L_78 = (TailoringInfo_t866433654 *)il2cpp_codegen_object_new(TailoringInfo_t866433654_il2cpp_TypeInfo_var);
		TailoringInfo__ctor_m2283562302(L_78, L_72, L_73, L_74, (bool)((((int32_t)((((int32_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_75, (intptr_t)(((uintptr_t)L_77))))))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL);
		V_10 = L_78;
		TailoringInfoU5BU5D_t1797664499* L_79 = ((MSCompatUnicodeTable_t1453885583_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var))->get_tailoringInfos_16();
		int32_t L_80 = V_6;
		TailoringInfo_t866433654 * L_81 = V_10;
		NullCheck(L_79);
		ArrayElementTypeCheck (L_79, L_81);
		(L_79)->SetAt(static_cast<il2cpp_array_size_t>(L_80), (TailoringInfo_t866433654 *)L_81);
		int32_t L_82 = V_6;
		V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_82, (int32_t)1));
	}

IL_0172:
	{
		int32_t L_83 = V_6;
		uint32_t L_84 = V_5;
		if ((((int64_t)(((int64_t)((int64_t)L_83)))) < ((int64_t)(((int64_t)((uint64_t)L_84))))))
		{
			goto IL_011f;
		}
	}
	{
		uint32_t L_85 = V_3;
		V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_85, (int32_t)2));
		uint8_t* L_86 = V_1;
		uint32_t L_87 = V_3;
		uint32_t L_88 = MSCompatUnicodeTable_UInt32FromBytePtr_m2910318928(NULL /*static, unused*/, (uint8_t*)(uint8_t*)L_86, L_87, /*hidden argument*/NULL);
		V_5 = L_88;
		uint32_t L_89 = V_3;
		V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_89, (int32_t)4));
		uint32_t L_90 = V_5;
		((MSCompatUnicodeTable_t1453885583_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var))->set_tailoringArr_15(((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)(((uintptr_t)L_90)))));
		V_11 = 0;
		goto IL_01c5;
	}

IL_01a3:
	{
		CharU5BU5D_t3528271667* L_91 = ((MSCompatUnicodeTable_t1453885583_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var))->get_tailoringArr_15();
		int32_t L_92 = V_11;
		uint8_t* L_93 = V_1;
		uint32_t L_94 = V_3;
		uint8_t* L_95 = V_1;
		uint32_t L_96 = V_3;
		NullCheck(L_91);
		(L_91)->SetAt(static_cast<il2cpp_array_size_t>(L_92), (Il2CppChar)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_93, (intptr_t)(((uintptr_t)L_94)))))), (int32_t)((int32_t)((int32_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_95, (intptr_t)(((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_96, (int32_t)1))))))))<<(int32_t)8))))))));
		int32_t L_97 = V_11;
		V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_97, (int32_t)1));
		uint32_t L_98 = V_3;
		V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_98, (int32_t)2));
	}

IL_01c5:
	{
		int32_t L_99 = V_11;
		uint32_t L_100 = V_5;
		if ((((int64_t)(((int64_t)((int64_t)L_99)))) < ((int64_t)(((int64_t)((uint64_t)L_100))))))
		{
			goto IL_01a3;
		}
	}
	{
		((MSCompatUnicodeTable_t1453885583_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var))->set_isReady_18((bool)1);
		return;
	}
}
#if IL2CPP_TARGET_XBOXONE
IL2CPP_ENABLE_OPTIMIZATIONS
#endif
// Mono.Globalization.Unicode.TailoringInfo Mono.Globalization.Unicode.MSCompatUnicodeTable::GetTailoringInfo(System.Int32)
extern "C"  TailoringInfo_t866433654 * MSCompatUnicodeTable_GetTailoringInfo_m1575560208 (RuntimeObject * __this /* static, unused */, int32_t ___lcid0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (MSCompatUnicodeTable_GetTailoringInfo_m1575560208_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	{
		V_0 = 0;
		goto IL_0025;
	}

IL_0007:
	{
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var);
		TailoringInfoU5BU5D_t1797664499* L_0 = ((MSCompatUnicodeTable_t1453885583_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var))->get_tailoringInfos_16();
		int32_t L_1 = V_0;
		NullCheck(L_0);
		int32_t L_2 = L_1;
		TailoringInfo_t866433654 * L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
		NullCheck(L_3);
		int32_t L_4 = L_3->get_LCID_0();
		int32_t L_5 = ___lcid0;
		if ((!(((uint32_t)L_4) == ((uint32_t)L_5))))
		{
			goto IL_0021;
		}
	}
	{
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var);
		TailoringInfoU5BU5D_t1797664499* L_6 = ((MSCompatUnicodeTable_t1453885583_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var))->get_tailoringInfos_16();
		int32_t L_7 = V_0;
		NullCheck(L_6);
		int32_t L_8 = L_7;
		TailoringInfo_t866433654 * L_9 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
		return L_9;
	}

IL_0021:
	{
		int32_t L_10 = V_0;
		V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1));
	}

IL_0025:
	{
		int32_t L_11 = V_0;
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var);
		TailoringInfoU5BU5D_t1797664499* L_12 = ((MSCompatUnicodeTable_t1453885583_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var))->get_tailoringInfos_16();
		NullCheck(L_12);
		if ((((int32_t)L_11) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_12)->max_length)))))))
		{
			goto IL_0007;
		}
	}
	{
		return (TailoringInfo_t866433654 *)NULL;
	}
}
// System.Void Mono.Globalization.Unicode.MSCompatUnicodeTable::BuildTailoringTables(System.Globalization.CultureInfo,Mono.Globalization.Unicode.TailoringInfo,Mono.Globalization.Unicode.Contraction[]&,Mono.Globalization.Unicode.Level2Map[]&)
extern "C"  void MSCompatUnicodeTable_BuildTailoringTables_m1316979344 (RuntimeObject * __this /* static, unused */, CultureInfo_t4157843068 * ___culture0, TailoringInfo_t866433654 * ___t1, ContractionU5BU5D_t838556799** ___contractions2, Level2MapU5BU5D_t3973367379** ___diacriticals3, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (MSCompatUnicodeTable_BuildTailoringTables_m1316979344_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	ArrayList_t2718874744 * V_0 = NULL;
	ArrayList_t2718874744 * V_1 = NULL;
	Il2CppChar* V_2 = NULL;
	int32_t V_3 = 0;
	int32_t V_4 = 0;
	int32_t V_5 = 0;
	CharU5BU5D_t3528271667* V_6 = NULL;
	ByteU5BU5D_t4116647657* V_7 = NULL;
	int32_t V_8 = 0;
	int32_t V_9 = 0;
	String_t* V_10 = NULL;
	Il2CppChar V_11 = 0x0;
	uintptr_t G_B4_0 = 0;
	{
		ArrayList_t2718874744 * L_0 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var);
		ArrayList__ctor_m4254721275(L_0, /*hidden argument*/NULL);
		V_0 = L_0;
		ArrayList_t2718874744 * L_1 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var);
		ArrayList__ctor_m4254721275(L_1, /*hidden argument*/NULL);
		V_1 = L_1;
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var);
		CharU5BU5D_t3528271667* L_2 = ((MSCompatUnicodeTable_t1453885583_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var))->get_tailoringArr_15();
		if (!L_2)
		{
			goto IL_0022;
		}
	}
	{
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var);
		CharU5BU5D_t3528271667* L_3 = ((MSCompatUnicodeTable_t1453885583_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var))->get_tailoringArr_15();
		NullCheck(L_3);
		if ((((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length)))))
		{
			goto IL_0029;
		}
	}

IL_0022:
	{
		G_B4_0 = (((uintptr_t)0));
		goto IL_0034;
	}

IL_0029:
	{
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var);
		CharU5BU5D_t3528271667* L_4 = ((MSCompatUnicodeTable_t1453885583_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var))->get_tailoringArr_15();
		NullCheck(L_4);
		G_B4_0 = ((uintptr_t)(((L_4)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
	}

IL_0034:
	{
		V_2 = (Il2CppChar*)G_B4_0;
		TailoringInfo_t866433654 * L_5 = ___t1;
		NullCheck(L_5);
		int32_t L_6 = L_5->get_TailoringIndex_1();
		V_3 = L_6;
		int32_t L_7 = V_3;
		TailoringInfo_t866433654 * L_8 = ___t1;
		NullCheck(L_8);
		int32_t L_9 = L_8->get_TailoringCount_2();
		V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)L_9));
		goto IL_01d1;
	}

IL_004b:
	{
		int32_t L_10 = V_3;
		V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1));
		V_6 = (CharU5BU5D_t3528271667*)NULL;
		Il2CppChar* L_11 = V_2;
		int32_t L_12 = V_3;
		V_11 = (*((uint16_t*)((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_11;
		switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)1)))
		{
			case 0:
			{
				goto IL_0075;
			}
			case 1:
			{
				goto IL_00fc;
			}
			case 2:
			{
				goto IL_0123;
			}
		}
	}
	{
		goto IL_01aa;
	}

IL_0075:
	{
		int32_t L_14 = V_3;
		V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1));
		goto IL_0084;
	}

IL_007e:
	{
		int32_t L_15 = V_5;
		V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1));
	}

IL_0084:
	{
		Il2CppChar* L_16 = V_2;
		int32_t L_17 = V_5;
		if ((*((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_16, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_17, (int32_t)2)))))))
		{
			goto IL_007e;
		}
	}
	{
		int32_t L_18 = V_5;
		int32_t L_19 = V_3;
		V_6 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)L_19))));
		Il2CppChar* L_20 = V_2;
		int32_t L_21 = V_3;
		intptr_t L_22 = IntPtr_op_Explicit_m536245531(NULL /*static, unused*/, (void*)(void*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_20, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_21, (int32_t)2)))), /*hidden argument*/NULL);
		CharU5BU5D_t3528271667* L_23 = V_6;
		int32_t L_24 = V_5;
		int32_t L_25 = V_3;
		IL2CPP_RUNTIME_CLASS_INIT(Marshal_t1757017490_il2cpp_TypeInfo_var);
		Marshal_Copy_m1714210296(NULL /*static, unused*/, L_22, L_23, 0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)L_25)), /*hidden argument*/NULL);
		V_7 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)4));
		V_8 = 0;
		goto IL_00d9;
	}

IL_00c1:
	{
		ByteU5BU5D_t4116647657* L_26 = V_7;
		int32_t L_27 = V_8;
		Il2CppChar* L_28 = V_2;
		int32_t L_29 = V_5;
		int32_t L_30 = V_8;
		NullCheck(L_26);
		(L_26)->SetAt(static_cast<il2cpp_array_size_t>(L_27), (uint8_t)(((int32_t)((uint8_t)(*((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_28, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)), (int32_t)L_30)), (int32_t)2))))))))));
		int32_t L_31 = V_8;
		V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1));
	}

IL_00d9:
	{
		int32_t L_32 = V_8;
		if ((((int32_t)L_32) < ((int32_t)4)))
		{
			goto IL_00c1;
		}
	}
	{
		ArrayList_t2718874744 * L_33 = V_0;
		CharU5BU5D_t3528271667* L_34 = V_6;
		ByteU5BU5D_t4116647657* L_35 = V_7;
		Contraction_t1589275354 * L_36 = (Contraction_t1589275354 *)il2cpp_codegen_object_new(Contraction_t1589275354_il2cpp_TypeInfo_var);
		Contraction__ctor_m2731863112(L_36, L_34, (String_t*)NULL, L_35, /*hidden argument*/NULL);
		NullCheck(L_33);
		VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_33, L_36);
		int32_t L_37 = V_5;
		V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)6));
		goto IL_01d1;
	}

IL_00fc:
	{
		ArrayList_t2718874744 * L_38 = V_1;
		Il2CppChar* L_39 = V_2;
		int32_t L_40 = V_3;
		Il2CppChar* L_41 = V_2;
		int32_t L_42 = V_3;
		Level2Map_t3640798870 * L_43 = (Level2Map_t3640798870 *)il2cpp_codegen_object_new(Level2Map_t3640798870_il2cpp_TypeInfo_var);
		Level2Map__ctor_m3459390739(L_43, (uint8_t)(((int32_t)((uint8_t)(*((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_39, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)), (int32_t)2))))))))), (uint8_t)(((int32_t)((uint8_t)(*((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_41, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)2)), (int32_t)2))))))))), /*hidden argument*/NULL);
		NullCheck(L_38);
		VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_38, L_43);
		int32_t L_44 = V_3;
		V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)3));
		goto IL_01d1;
	}

IL_0123:
	{
		int32_t L_45 = V_3;
		V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)1));
		goto IL_0132;
	}

IL_012c:
	{
		int32_t L_46 = V_5;
		V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)1));
	}

IL_0132:
	{
		Il2CppChar* L_47 = V_2;
		int32_t L_48 = V_5;
		if ((*((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_47, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_48, (int32_t)2)))))))
		{
			goto IL_012c;
		}
	}
	{
		int32_t L_49 = V_5;
		int32_t L_50 = V_3;
		V_6 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_49, (int32_t)L_50))));
		Il2CppChar* L_51 = V_2;
		int32_t L_52 = V_3;
		intptr_t L_53 = IntPtr_op_Explicit_m536245531(NULL /*static, unused*/, (void*)(void*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_51, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_52, (int32_t)2)))), /*hidden argument*/NULL);
		CharU5BU5D_t3528271667* L_54 = V_6;
		int32_t L_55 = V_5;
		int32_t L_56 = V_3;
		IL2CPP_RUNTIME_CLASS_INIT(Marshal_t1757017490_il2cpp_TypeInfo_var);
		Marshal_Copy_m1714210296(NULL /*static, unused*/, L_53, L_54, 0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_55, (int32_t)L_56)), /*hidden argument*/NULL);
		int32_t L_57 = V_5;
		V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)1));
		int32_t L_58 = V_5;
		V_9 = L_58;
		goto IL_0174;
	}

IL_016e:
	{
		int32_t L_59 = V_9;
		V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_59, (int32_t)1));
	}

IL_0174:
	{
		Il2CppChar* L_60 = V_2;
		int32_t L_61 = V_9;
		if ((*((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_60, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_61, (int32_t)2)))))))
		{
			goto IL_016e;
		}
	}
	{
		Il2CppChar* L_62 = V_2;
		int32_t L_63 = V_5;
		int32_t L_64 = V_9;
		int32_t L_65 = V_5;
		String_t* L_66 = String_CreateString_m3400201881(NULL, (Il2CppChar*)(Il2CppChar*)L_62, L_63, ((int32_t)il2cpp_codegen_subtract((int32_t)L_64, (int32_t)L_65)), /*hidden argument*/NULL);
		V_10 = L_66;
		ArrayList_t2718874744 * L_67 = V_0;
		CharU5BU5D_t3528271667* L_68 = V_6;
		String_t* L_69 = V_10;
		Contraction_t1589275354 * L_70 = (Contraction_t1589275354 *)il2cpp_codegen_object_new(Contraction_t1589275354_il2cpp_TypeInfo_var);
		Contraction__ctor_m2731863112(L_70, L_68, L_69, (ByteU5BU5D_t4116647657*)(ByteU5BU5D_t4116647657*)NULL, /*hidden argument*/NULL);
		NullCheck(L_67);
		VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_67, L_70);
		int32_t L_71 = V_9;
		V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_71, (int32_t)1));
		goto IL_01d1;
	}

IL_01aa:
	{
		CultureInfo_t4157843068 * L_72 = ___culture0;
		NullCheck(L_72);
		int32_t L_73 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Globalization.CultureInfo::get_LCID() */, L_72);
		int32_t L_74 = L_73;
		RuntimeObject * L_75 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_74);
		CultureInfo_t4157843068 * L_76 = ___culture0;
		NullCheck(L_76);
		String_t* L_77 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Globalization.CultureInfo::get_Name() */, L_76);
		int32_t L_78 = V_3;
		int32_t L_79 = L_78;
		RuntimeObject * L_80 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_79);
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_81 = String_Format_m3339413201(NULL /*static, unused*/, _stringLiteral1281912320, L_75, L_77, L_80, /*hidden argument*/NULL);
		NotImplementedException_t3489357830 * L_82 = (NotImplementedException_t3489357830 *)il2cpp_codegen_object_new(NotImplementedException_t3489357830_il2cpp_TypeInfo_var);
		NotImplementedException__ctor_m3095902440(L_82, L_81, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_82);
	}

IL_01d1:
	{
		int32_t L_83 = V_3;
		int32_t L_84 = V_4;
		if ((((int32_t)L_83) < ((int32_t)L_84)))
		{
			goto IL_004b;
		}
	}
	{
		V_2 = (Il2CppChar*)(((uintptr_t)0));
		ArrayList_t2718874744 * L_85 = V_0;
		IL2CPP_RUNTIME_CLASS_INIT(ContractionComparer_t2750537063_il2cpp_TypeInfo_var);
		ContractionComparer_t2750537063 * L_86 = ((ContractionComparer_t2750537063_StaticFields*)il2cpp_codegen_static_fields_for(ContractionComparer_t2750537063_il2cpp_TypeInfo_var))->get_Instance_0();
		NullCheck(L_85);
		VirtActionInvoker1< RuntimeObject* >::Invoke(46 /* System.Void System.Collections.ArrayList::Sort(System.Collections.IComparer) */, L_85, L_86);
		ArrayList_t2718874744 * L_87 = V_1;
		IL2CPP_RUNTIME_CLASS_INIT(Level2MapComparer_t1716225294_il2cpp_TypeInfo_var);
		Level2MapComparer_t1716225294 * L_88 = ((Level2MapComparer_t1716225294_StaticFields*)il2cpp_codegen_static_fields_for(Level2MapComparer_t1716225294_il2cpp_TypeInfo_var))->get_Instance_0();
		NullCheck(L_87);
		VirtActionInvoker1< RuntimeObject* >::Invoke(46 /* System.Void System.Collections.ArrayList::Sort(System.Collections.IComparer) */, L_87, L_88);
		ContractionU5BU5D_t838556799** L_89 = ___contractions2;
		ArrayList_t2718874744 * L_90 = V_0;
		RuntimeTypeHandle_t3027515415  L_91 = { reinterpret_cast<intptr_t> (Contraction_t1589275354_0_0_0_var) };
		IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
		Type_t * L_92 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_91, /*hidden argument*/NULL);
		NullCheck(L_90);
		RuntimeArray * L_93 = VirtFuncInvoker1< RuntimeArray *, Type_t * >::Invoke(48 /* System.Array System.Collections.ArrayList::ToArray(System.Type) */, L_90, L_92);
		*((RuntimeObject **)(L_89)) = (RuntimeObject *)((ContractionU5BU5D_t838556799*)IsInst((RuntimeObject*)L_93, ContractionU5BU5D_t838556799_il2cpp_TypeInfo_var));
		Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_89), (RuntimeObject *)((ContractionU5BU5D_t838556799*)IsInst((RuntimeObject*)L_93, ContractionU5BU5D_t838556799_il2cpp_TypeInfo_var)));
		Level2MapU5BU5D_t3973367379** L_94 = ___diacriticals3;
		ArrayList_t2718874744 * L_95 = V_1;
		RuntimeTypeHandle_t3027515415  L_96 = { reinterpret_cast<intptr_t> (Level2Map_t3640798870_0_0_0_var) };
		Type_t * L_97 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_96, /*hidden argument*/NULL);
		NullCheck(L_95);
		RuntimeArray * L_98 = VirtFuncInvoker1< RuntimeArray *, Type_t * >::Invoke(48 /* System.Array System.Collections.ArrayList::ToArray(System.Type) */, L_95, L_97);
		*((RuntimeObject **)(L_94)) = (RuntimeObject *)((Level2MapU5BU5D_t3973367379*)IsInst((RuntimeObject*)L_98, Level2MapU5BU5D_t3973367379_il2cpp_TypeInfo_var));
		Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_94), (RuntimeObject *)((Level2MapU5BU5D_t3973367379*)IsInst((RuntimeObject*)L_98, Level2MapU5BU5D_t3973367379_il2cpp_TypeInfo_var)));
		return;
	}
}
// System.Void Mono.Globalization.Unicode.MSCompatUnicodeTable::SetCJKReferences(System.String,Mono.Globalization.Unicode.CodePointIndexer&,System.Byte*&,System.Byte*&,Mono.Globalization.Unicode.CodePointIndexer&,System.Byte*&)
extern "C"  void MSCompatUnicodeTable_SetCJKReferences_m2637101499 (RuntimeObject * __this /* static, unused */, String_t* ___name0, CodePointIndexer_t4134431086 ** ___cjkIndexer1, uint8_t** ___catTable2, uint8_t** ___lv1Table3, CodePointIndexer_t4134431086 ** ___lv2Indexer4, uint8_t** ___lv2Table5, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (MSCompatUnicodeTable_SetCJKReferences_m2637101499_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	String_t* V_0 = NULL;
	Dictionary_2_t2736202052 * V_1 = NULL;
	int32_t V_2 = 0;
	{
		String_t* L_0 = ___name0;
		V_0 = L_0;
		String_t* L_1 = V_0;
		if (!L_1)
		{
			goto IL_00f4;
		}
	}
	{
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var);
		Dictionary_2_t2736202052 * L_2 = ((MSCompatUnicodeTable_t1453885583_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map2_19();
		if (L_2)
		{
			goto IL_004f;
		}
	}
	{
		Dictionary_2_t2736202052 * L_3 = (Dictionary_2_t2736202052 *)il2cpp_codegen_object_new(Dictionary_2_t2736202052_il2cpp_TypeInfo_var);
		Dictionary_2__ctor_m2392909825(L_3, 4, /*hidden argument*/Dictionary_2__ctor_m2392909825_RuntimeMethod_var);
		V_1 = L_3;
		Dictionary_2_t2736202052 * L_4 = V_1;
		NullCheck(L_4);
		Dictionary_2_Add_m282647386(L_4, _stringLiteral3939696301, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var);
		Dictionary_2_t2736202052 * L_5 = V_1;
		NullCheck(L_5);
		Dictionary_2_Add_m282647386(L_5, _stringLiteral3939499693, 1, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var);
		Dictionary_2_t2736202052 * L_6 = V_1;
		NullCheck(L_6);
		Dictionary_2_Add_m282647386(L_6, _stringLiteral3454646214, 2, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var);
		Dictionary_2_t2736202052 * L_7 = V_1;
		NullCheck(L_7);
		Dictionary_2_Add_m282647386(L_7, _stringLiteral3454777285, 3, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var);
		Dictionary_2_t2736202052 * L_8 = V_1;
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var);
		((MSCompatUnicodeTable_t1453885583_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var))->set_U3CU3Ef__switchU24map2_19(L_8);
	}

IL_004f:
	{
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var);
		Dictionary_2_t2736202052 * L_9 = ((MSCompatUnicodeTable_t1453885583_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map2_19();
		String_t* L_10 = V_0;
		NullCheck(L_9);
		bool L_11 = Dictionary_2_TryGetValue_m1013208020(L_9, L_10, (&V_2), /*hidden argument*/Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var);
		if (!L_11)
		{
			goto IL_00f4;
		}
	}
	{
		int32_t L_12 = V_2;
		switch (L_12)
		{
			case 0:
			{
				goto IL_007c;
			}
			case 1:
			{
				goto IL_0096;
			}
			case 2:
			{
				goto IL_00b0;
			}
			case 3:
			{
				goto IL_00ca;
			}
		}
	}
	{
		goto IL_00f4;
	}

IL_007c:
	{
		uint8_t** L_13 = ___catTable2;
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var);
		uint8_t* L_14 = ((MSCompatUnicodeTable_t1453885583_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var))->get_cjkCHScategory_6();
		*((RuntimeObject **)(L_13)) = (RuntimeObject *)L_14;
		Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_13), (RuntimeObject *)L_14);
		uint8_t** L_15 = ___lv1Table3;
		uint8_t* L_16 = ((MSCompatUnicodeTable_t1453885583_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var))->get_cjkCHSlv1_10();
		*((RuntimeObject **)(L_15)) = (RuntimeObject *)L_16;
		Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_15), (RuntimeObject *)L_16);
		CodePointIndexer_t4134431086 ** L_17 = ___cjkIndexer1;
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTableUtil_t88013251_il2cpp_TypeInfo_var);
		CodePointIndexer_t4134431086 * L_18 = ((MSCompatUnicodeTableUtil_t88013251_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTableUtil_t88013251_il2cpp_TypeInfo_var))->get_CjkCHS_5();
		*((RuntimeObject **)(L_17)) = (RuntimeObject *)L_18;
		Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_17), (RuntimeObject *)L_18);
		goto IL_00f4;
	}

IL_0096:
	{
		uint8_t** L_19 = ___catTable2;
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var);
		uint8_t* L_20 = ((MSCompatUnicodeTable_t1453885583_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var))->get_cjkCHTcategory_7();
		*((RuntimeObject **)(L_19)) = (RuntimeObject *)L_20;
		Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_19), (RuntimeObject *)L_20);
		uint8_t** L_21 = ___lv1Table3;
		uint8_t* L_22 = ((MSCompatUnicodeTable_t1453885583_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var))->get_cjkCHTlv1_11();
		*((RuntimeObject **)(L_21)) = (RuntimeObject *)L_22;
		Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_21), (RuntimeObject *)L_22);
		CodePointIndexer_t4134431086 ** L_23 = ___cjkIndexer1;
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTableUtil_t88013251_il2cpp_TypeInfo_var);
		CodePointIndexer_t4134431086 * L_24 = ((MSCompatUnicodeTableUtil_t88013251_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTableUtil_t88013251_il2cpp_TypeInfo_var))->get_Cjk_6();
		*((RuntimeObject **)(L_23)) = (RuntimeObject *)L_24;
		Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_23), (RuntimeObject *)L_24);
		goto IL_00f4;
	}

IL_00b0:
	{
		uint8_t** L_25 = ___catTable2;
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var);
		uint8_t* L_26 = ((MSCompatUnicodeTable_t1453885583_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var))->get_cjkJAcategory_8();
		*((RuntimeObject **)(L_25)) = (RuntimeObject *)L_26;
		Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_25), (RuntimeObject *)L_26);
		uint8_t** L_27 = ___lv1Table3;
		uint8_t* L_28 = ((MSCompatUnicodeTable_t1453885583_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var))->get_cjkJAlv1_12();
		*((RuntimeObject **)(L_27)) = (RuntimeObject *)L_28;
		Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_27), (RuntimeObject *)L_28);
		CodePointIndexer_t4134431086 ** L_29 = ___cjkIndexer1;
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTableUtil_t88013251_il2cpp_TypeInfo_var);
		CodePointIndexer_t4134431086 * L_30 = ((MSCompatUnicodeTableUtil_t88013251_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTableUtil_t88013251_il2cpp_TypeInfo_var))->get_Cjk_6();
		*((RuntimeObject **)(L_29)) = (RuntimeObject *)L_30;
		Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_29), (RuntimeObject *)L_30);
		goto IL_00f4;
	}

IL_00ca:
	{
		uint8_t** L_31 = ___catTable2;
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var);
		uint8_t* L_32 = ((MSCompatUnicodeTable_t1453885583_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var))->get_cjkKOcategory_9();
		*((RuntimeObject **)(L_31)) = (RuntimeObject *)L_32;
		Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_31), (RuntimeObject *)L_32);
		uint8_t** L_33 = ___lv1Table3;
		uint8_t* L_34 = ((MSCompatUnicodeTable_t1453885583_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var))->get_cjkKOlv1_13();
		*((RuntimeObject **)(L_33)) = (RuntimeObject *)L_34;
		Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_33), (RuntimeObject *)L_34);
		uint8_t** L_35 = ___lv2Table5;
		uint8_t* L_36 = ((MSCompatUnicodeTable_t1453885583_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var))->get_cjkKOlv2_14();
		*((RuntimeObject **)(L_35)) = (RuntimeObject *)L_36;
		Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_35), (RuntimeObject *)L_36);
		CodePointIndexer_t4134431086 ** L_37 = ___cjkIndexer1;
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTableUtil_t88013251_il2cpp_TypeInfo_var);
		CodePointIndexer_t4134431086 * L_38 = ((MSCompatUnicodeTableUtil_t88013251_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTableUtil_t88013251_il2cpp_TypeInfo_var))->get_Cjk_6();
		*((RuntimeObject **)(L_37)) = (RuntimeObject *)L_38;
		Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_37), (RuntimeObject *)L_38);
		CodePointIndexer_t4134431086 ** L_39 = ___lv2Indexer4;
		CodePointIndexer_t4134431086 * L_40 = ((MSCompatUnicodeTableUtil_t88013251_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTableUtil_t88013251_il2cpp_TypeInfo_var))->get_Cjk_6();
		*((RuntimeObject **)(L_39)) = (RuntimeObject *)L_40;
		Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_39), (RuntimeObject *)L_40);
		goto IL_00f4;
	}

IL_00f4:
	{
		return;
	}
}
// System.Byte Mono.Globalization.Unicode.MSCompatUnicodeTable::Category(System.Int32)
extern "C"  uint8_t MSCompatUnicodeTable_Category_m1834196420 (RuntimeObject * __this /* static, unused */, int32_t ___cp0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (MSCompatUnicodeTable_Category_m1834196420_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var);
		uint8_t* L_0 = ((MSCompatUnicodeTable_t1453885583_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var))->get_categories_2();
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTableUtil_t88013251_il2cpp_TypeInfo_var);
		CodePointIndexer_t4134431086 * L_1 = ((MSCompatUnicodeTableUtil_t88013251_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTableUtil_t88013251_il2cpp_TypeInfo_var))->get_Category_1();
		int32_t L_2 = ___cp0;
		NullCheck(L_1);
		int32_t L_3 = CodePointIndexer_ToIndex_m1008730487(L_1, L_2, /*hidden argument*/NULL);
		return (uint8_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_0, (int32_t)L_3))));
	}
}
// System.Byte Mono.Globalization.Unicode.MSCompatUnicodeTable::Level1(System.Int32)
extern "C"  uint8_t MSCompatUnicodeTable_Level1_m18730923 (RuntimeObject * __this /* static, unused */, int32_t ___cp0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (MSCompatUnicodeTable_Level1_m18730923_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var);
		uint8_t* L_0 = ((MSCompatUnicodeTable_t1453885583_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var))->get_level1_3();
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTableUtil_t88013251_il2cpp_TypeInfo_var);
		CodePointIndexer_t4134431086 * L_1 = ((MSCompatUnicodeTableUtil_t88013251_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTableUtil_t88013251_il2cpp_TypeInfo_var))->get_Level1_2();
		int32_t L_2 = ___cp0;
		NullCheck(L_1);
		int32_t L_3 = CodePointIndexer_ToIndex_m1008730487(L_1, L_2, /*hidden argument*/NULL);
		return (uint8_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_0, (int32_t)L_3))));
	}
}
// System.Byte Mono.Globalization.Unicode.MSCompatUnicodeTable::Level2(System.Int32)
extern "C"  uint8_t MSCompatUnicodeTable_Level2_m3823292331 (RuntimeObject * __this /* static, unused */, int32_t ___cp0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (MSCompatUnicodeTable_Level2_m3823292331_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var);
		uint8_t* L_0 = ((MSCompatUnicodeTable_t1453885583_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var))->get_level2_4();
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTableUtil_t88013251_il2cpp_TypeInfo_var);
		CodePointIndexer_t4134431086 * L_1 = ((MSCompatUnicodeTableUtil_t88013251_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTableUtil_t88013251_il2cpp_TypeInfo_var))->get_Level2_3();
		int32_t L_2 = ___cp0;
		NullCheck(L_1);
		int32_t L_3 = CodePointIndexer_ToIndex_m1008730487(L_1, L_2, /*hidden argument*/NULL);
		return (uint8_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_0, (int32_t)L_3))));
	}
}
// System.Byte Mono.Globalization.Unicode.MSCompatUnicodeTable::Level3(System.Int32)
extern "C"  uint8_t MSCompatUnicodeTable_Level3_m1870873670 (RuntimeObject * __this /* static, unused */, int32_t ___cp0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (MSCompatUnicodeTable_Level3_m1870873670_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var);
		uint8_t* L_0 = ((MSCompatUnicodeTable_t1453885583_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var))->get_level3_5();
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTableUtil_t88013251_il2cpp_TypeInfo_var);
		CodePointIndexer_t4134431086 * L_1 = ((MSCompatUnicodeTableUtil_t88013251_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTableUtil_t88013251_il2cpp_TypeInfo_var))->get_Level3_4();
		int32_t L_2 = ___cp0;
		NullCheck(L_1);
		int32_t L_3 = CodePointIndexer_ToIndex_m1008730487(L_1, L_2, /*hidden argument*/NULL);
		return (uint8_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_0, (int32_t)L_3))));
	}
}
// System.Boolean Mono.Globalization.Unicode.MSCompatUnicodeTable::IsIgnorable(System.Int32,System.Byte)
extern "C"  bool MSCompatUnicodeTable_IsIgnorable_m3957534007 (RuntimeObject * __this /* static, unused */, int32_t ___cp0, uint8_t ___flag1, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (MSCompatUnicodeTable_IsIgnorable_m3957534007_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	int32_t V_1 = 0;
	int32_t G_B11_0 = 0;
	{
		int32_t L_0 = ___cp0;
		if (L_0)
		{
			goto IL_0008;
		}
	}
	{
		return (bool)0;
	}

IL_0008:
	{
		uint8_t L_1 = ___flag1;
		if (!((int32_t)((int32_t)L_1&(int32_t)1)))
		{
			goto IL_003a;
		}
	}
	{
		int32_t L_2 = ___cp0;
		IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var);
		int32_t L_3 = Char_GetUnicodeCategory_m57882613(NULL /*static, unused*/, (((int32_t)((uint16_t)L_2))), /*hidden argument*/NULL);
		V_0 = L_3;
		int32_t L_4 = V_0;
		if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)29)))))
		{
			goto IL_0022;
		}
	}
	{
		return (bool)1;
	}

IL_0022:
	{
		int32_t L_5 = ___cp0;
		if ((((int32_t)((int32_t)55424)) > ((int32_t)L_5)))
		{
			goto IL_003a;
		}
	}
	{
		int32_t L_6 = ___cp0;
		if ((((int32_t)L_6) >= ((int32_t)((int32_t)56192))))
		{
			goto IL_003a;
		}
	}
	{
		return (bool)1;
	}

IL_003a:
	{
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTableUtil_t88013251_il2cpp_TypeInfo_var);
		CodePointIndexer_t4134431086 * L_7 = ((MSCompatUnicodeTableUtil_t88013251_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTableUtil_t88013251_il2cpp_TypeInfo_var))->get_Ignorable_0();
		int32_t L_8 = ___cp0;
		NullCheck(L_7);
		int32_t L_9 = CodePointIndexer_ToIndex_m1008730487(L_7, L_8, /*hidden argument*/NULL);
		V_1 = L_9;
		int32_t L_10 = V_1;
		if ((((int32_t)L_10) < ((int32_t)0)))
		{
			goto IL_005f;
		}
	}
	{
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var);
		uint8_t* L_11 = ((MSCompatUnicodeTable_t1453885583_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var))->get_ignorableFlags_1();
		int32_t L_12 = V_1;
		uint8_t L_13 = ___flag1;
		G_B11_0 = ((((int32_t)((((int32_t)((int32_t)((int32_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_11, (int32_t)L_12))))&(int32_t)L_13))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0);
		goto IL_0060;
	}

IL_005f:
	{
		G_B11_0 = 0;
	}

IL_0060:
	{
		return (bool)G_B11_0;
	}
}
// System.Boolean Mono.Globalization.Unicode.MSCompatUnicodeTable::IsIgnorableNonSpacing(System.Int32)
extern "C"  bool MSCompatUnicodeTable_IsIgnorableNonSpacing_m47098938 (RuntimeObject * __this /* static, unused */, int32_t ___cp0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (MSCompatUnicodeTable_IsIgnorableNonSpacing_m47098938_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		int32_t L_0 = ___cp0;
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var);
		bool L_1 = MSCompatUnicodeTable_IsIgnorable_m3957534007(NULL /*static, unused*/, L_0, (uint8_t)4, /*hidden argument*/NULL);
		return L_1;
	}
}
// System.Int32 Mono.Globalization.Unicode.MSCompatUnicodeTable::ToKanaTypeInsensitive(System.Int32)
extern "C"  int32_t MSCompatUnicodeTable_ToKanaTypeInsensitive_m2886449430 (RuntimeObject * __this /* static, unused */, int32_t ___i0, const RuntimeMethod* method)
{
	int32_t G_B4_0 = 0;
	{
		int32_t L_0 = ___i0;
		if ((((int32_t)((int32_t)12353)) > ((int32_t)L_0)))
		{
			goto IL_001f;
		}
	}
	{
		int32_t L_1 = ___i0;
		if ((((int32_t)L_1) > ((int32_t)((int32_t)12436))))
		{
			goto IL_001f;
		}
	}
	{
		int32_t L_2 = ___i0;
		G_B4_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)((int32_t)96)));
		goto IL_0020;
	}

IL_001f:
	{
		int32_t L_3 = ___i0;
		G_B4_0 = L_3;
	}

IL_0020:
	{
		return G_B4_0;
	}
}
// System.Int32 Mono.Globalization.Unicode.MSCompatUnicodeTable::ToWidthCompat(System.Int32)
extern "C"  int32_t MSCompatUnicodeTable_ToWidthCompat_m3110108204 (RuntimeObject * __this /* static, unused */, int32_t ___i0, const RuntimeMethod* method)
{
	int32_t V_0 = 0;
	{
		int32_t L_0 = ___i0;
		if ((((int32_t)L_0) >= ((int32_t)((int32_t)8592))))
		{
			goto IL_000d;
		}
	}
	{
		int32_t L_1 = ___i0;
		return L_1;
	}

IL_000d:
	{
		int32_t L_2 = ___i0;
		if ((((int32_t)L_2) <= ((int32_t)((int32_t)65280))))
		{
			goto IL_0087;
		}
	}
	{
		int32_t L_3 = ___i0;
		if ((((int32_t)L_3) > ((int32_t)((int32_t)65374))))
		{
			goto IL_002e;
		}
	}
	{
		int32_t L_4 = ___i0;
		return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)((int32_t)65280))), (int32_t)((int32_t)32)));
	}

IL_002e:
	{
		int32_t L_5 = ___i0;
		V_0 = L_5;
		int32_t L_6 = V_0;
		switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)((int32_t)65504))))
		{
			case 0:
			{
				goto IL_005d;
			}
			case 1:
			{
				goto IL_0063;
			}
			case 2:
			{
				goto IL_0069;
			}
			case 3:
			{
				goto IL_006f;
			}
			case 4:
			{
				goto IL_0075;
			}
			case 5:
			{
				goto IL_007b;
			}
			case 6:
			{
				goto IL_0081;
			}
		}
	}
	{
		goto IL_0087;
	}

IL_005d:
	{
		return ((int32_t)162);
	}

IL_0063:
	{
		return ((int32_t)163);
	}

IL_0069:
	{
		return ((int32_t)172);
	}

IL_006f:
	{
		return ((int32_t)175);
	}

IL_0075:
	{
		return ((int32_t)166);
	}

IL_007b:
	{
		return ((int32_t)165);
	}

IL_0081:
	{
		return ((int32_t)8361);
	}

IL_0087:
	{
		int32_t L_7 = ___i0;
		if ((((int32_t)L_7) <= ((int32_t)((int32_t)13054))))
		{
			goto IL_0094;
		}
	}
	{
		int32_t L_8 = ___i0;
		return L_8;
	}

IL_0094:
	{
		int32_t L_9 = ___i0;
		if ((((int32_t)L_9) > ((int32_t)((int32_t)8595))))
		{
			goto IL_00a7;
		}
	}
	{
		int32_t L_10 = ___i0;
		return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)56921), (int32_t)L_10));
	}

IL_00a7:
	{
		int32_t L_11 = ___i0;
		if ((((int32_t)L_11) >= ((int32_t)((int32_t)9474))))
		{
			goto IL_00b4;
		}
	}
	{
		int32_t L_12 = ___i0;
		return L_12;
	}

IL_00b4:
	{
		int32_t L_13 = ___i0;
		if ((((int32_t)L_13) > ((int32_t)((int32_t)9675))))
		{
			goto IL_00fb;
		}
	}
	{
		int32_t L_14 = ___i0;
		V_0 = L_14;
		int32_t L_15 = V_0;
		if ((((int32_t)L_15) == ((int32_t)((int32_t)9474))))
		{
			goto IL_00e7;
		}
	}
	{
		int32_t L_16 = V_0;
		if ((((int32_t)L_16) == ((int32_t)((int32_t)9632))))
		{
			goto IL_00ed;
		}
	}
	{
		int32_t L_17 = V_0;
		if ((((int32_t)L_17) == ((int32_t)((int32_t)9675))))
		{
			goto IL_00f3;
		}
	}
	{
		goto IL_00f9;
	}

IL_00e7:
	{
		return ((int32_t)65512);
	}

IL_00ed:
	{
		return ((int32_t)65517);
	}

IL_00f3:
	{
		return ((int32_t)65518);
	}

IL_00f9:
	{
		int32_t L_18 = ___i0;
		return L_18;
	}

IL_00fb:
	{
		int32_t L_19 = ___i0;
		if ((((int32_t)L_19) >= ((int32_t)((int32_t)12288))))
		{
			goto IL_0108;
		}
	}
	{
		int32_t L_20 = ___i0;
		return L_20;
	}

IL_0108:
	{
		int32_t L_21 = ___i0;
		if ((((int32_t)L_21) >= ((int32_t)((int32_t)12593))))
		{
			goto IL_0176;
		}
	}
	{
		int32_t L_22 = ___i0;
		V_0 = L_22;
		int32_t L_23 = V_0;
		switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)((int32_t)12288))))
		{
			case 0:
			{
				goto IL_0153;
			}
			case 1:
			{
				goto IL_0156;
			}
			case 2:
			{
				goto IL_015c;
			}
		}
	}
	{
		int32_t L_24 = V_0;
		if ((((int32_t)L_24) == ((int32_t)((int32_t)12300))))
		{
			goto IL_0162;
		}
	}
	{
		int32_t L_25 = V_0;
		if ((((int32_t)L_25) == ((int32_t)((int32_t)12301))))
		{
			goto IL_0168;
		}
	}
	{
		int32_t L_26 = V_0;
		if ((((int32_t)L_26) == ((int32_t)((int32_t)12539))))
		{
			goto IL_016e;
		}
	}
	{
		goto IL_0174;
	}

IL_0153:
	{
		return ((int32_t)32);
	}

IL_0156:
	{
		return ((int32_t)65380);
	}

IL_015c:
	{
		return ((int32_t)65377);
	}

IL_0162:
	{
		return ((int32_t)65378);
	}

IL_0168:
	{
		return ((int32_t)65379);
	}

IL_016e:
	{
		return ((int32_t)65381);
	}

IL_0174:
	{
		int32_t L_27 = ___i0;
		return L_27;
	}

IL_0176:
	{
		int32_t L_28 = ___i0;
		if ((((int32_t)L_28) >= ((int32_t)((int32_t)12644))))
		{
			goto IL_018f;
		}
	}
	{
		int32_t L_29 = ___i0;
		return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)((int32_t)12592))), (int32_t)((int32_t)65440)));
	}

IL_018f:
	{
		int32_t L_30 = ___i0;
		if ((!(((uint32_t)L_30) == ((uint32_t)((int32_t)12644)))))
		{
			goto IL_01a0;
		}
	}
	{
		return ((int32_t)65440);
	}

IL_01a0:
	{
		int32_t L_31 = ___i0;
		return L_31;
	}
}
// System.Boolean Mono.Globalization.Unicode.MSCompatUnicodeTable::HasSpecialWeight(System.Char)
extern "C"  bool MSCompatUnicodeTable_HasSpecialWeight_m1621324272 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, const RuntimeMethod* method)
{
	{
		Il2CppChar L_0 = ___c0;
		if ((((int32_t)L_0) >= ((int32_t)((int32_t)12353))))
		{
			goto IL_000d;
		}
	}
	{
		return (bool)0;
	}

IL_000d:
	{
		Il2CppChar L_1 = ___c0;
		if ((((int32_t)((int32_t)65382)) > ((int32_t)L_1)))
		{
			goto IL_0025;
		}
	}
	{
		Il2CppChar L_2 = ___c0;
		if ((((int32_t)L_2) >= ((int32_t)((int32_t)65438))))
		{
			goto IL_0025;
		}
	}
	{
		return (bool)1;
	}

IL_0025:
	{
		Il2CppChar L_3 = ___c0;
		if ((((int32_t)((int32_t)13056)) > ((int32_t)L_3)))
		{
			goto IL_0032;
		}
	}
	{
		return (bool)0;
	}

IL_0032:
	{
		Il2CppChar L_4 = ___c0;
		if ((((int32_t)L_4) >= ((int32_t)((int32_t)12445))))
		{
			goto IL_0046;
		}
	}
	{
		Il2CppChar L_5 = ___c0;
		return (bool)((((int32_t)L_5) < ((int32_t)((int32_t)12441)))? 1 : 0);
	}

IL_0046:
	{
		Il2CppChar L_6 = ___c0;
		if ((((int32_t)L_6) >= ((int32_t)((int32_t)12544))))
		{
			goto IL_005d;
		}
	}
	{
		Il2CppChar L_7 = ___c0;
		return (bool)((((int32_t)((((int32_t)L_7) == ((int32_t)((int32_t)12539)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
	}

IL_005d:
	{
		Il2CppChar L_8 = ___c0;
		if ((((int32_t)L_8) >= ((int32_t)((int32_t)13008))))
		{
			goto IL_006a;
		}
	}
	{
		return (bool)0;
	}

IL_006a:
	{
		Il2CppChar L_9 = ___c0;
		if ((((int32_t)L_9) >= ((int32_t)((int32_t)13055))))
		{
			goto IL_0077;
		}
	}
	{
		return (bool)1;
	}

IL_0077:
	{
		return (bool)0;
	}
}
// System.Boolean Mono.Globalization.Unicode.MSCompatUnicodeTable::IsHalfWidthKana(System.Char)
extern "C"  bool MSCompatUnicodeTable_IsHalfWidthKana_m4030661976 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, const RuntimeMethod* method)
{
	int32_t G_B3_0 = 0;
	{
		Il2CppChar L_0 = ___c0;
		if ((((int32_t)((int32_t)65382)) > ((int32_t)L_0)))
		{
			goto IL_0018;
		}
	}
	{
		Il2CppChar L_1 = ___c0;
		G_B3_0 = ((((int32_t)((((int32_t)L_1) > ((int32_t)((int32_t)65437)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
		goto IL_0019;
	}

IL_0018:
	{
		G_B3_0 = 0;
	}

IL_0019:
	{
		return (bool)G_B3_0;
	}
}
// System.Boolean Mono.Globalization.Unicode.MSCompatUnicodeTable::IsHiragana(System.Char)
extern "C"  bool MSCompatUnicodeTable_IsHiragana_m3884380055 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, const RuntimeMethod* method)
{
	int32_t G_B3_0 = 0;
	{
		Il2CppChar L_0 = ___c0;
		if ((((int32_t)((int32_t)12353)) > ((int32_t)L_0)))
		{
			goto IL_0018;
		}
	}
	{
		Il2CppChar L_1 = ___c0;
		G_B3_0 = ((((int32_t)((((int32_t)L_1) > ((int32_t)((int32_t)12436)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
		goto IL_0019;
	}

IL_0018:
	{
		G_B3_0 = 0;
	}

IL_0019:
	{
		return (bool)G_B3_0;
	}
}
// System.Boolean Mono.Globalization.Unicode.MSCompatUnicodeTable::IsJapaneseSmallLetter(System.Char)
extern "C"  bool MSCompatUnicodeTable_IsJapaneseSmallLetter_m2666144582 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, const RuntimeMethod* method)
{
	Il2CppChar V_0 = 0x0;
	{
		Il2CppChar L_0 = ___c0;
		if ((((int32_t)((int32_t)65383)) > ((int32_t)L_0)))
		{
			goto IL_0018;
		}
	}
	{
		Il2CppChar L_1 = ___c0;
		if ((((int32_t)L_1) > ((int32_t)((int32_t)65391))))
		{
			goto IL_0018;
		}
	}
	{
		return (bool)1;
	}

IL_0018:
	{
		Il2CppChar L_2 = ___c0;
		if ((((int32_t)((int32_t)12352)) >= ((int32_t)L_2)))
		{
			goto IL_0119;
		}
	}
	{
		Il2CppChar L_3 = ___c0;
		if ((((int32_t)L_3) >= ((int32_t)((int32_t)12538))))
		{
			goto IL_0119;
		}
	}
	{
		Il2CppChar L_4 = ___c0;
		V_0 = L_4;
		Il2CppChar L_5 = V_0;
		switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)((int32_t)12353))))
		{
			case 0:
			{
				goto IL_0117;
			}
			case 1:
			{
				goto IL_0060;
			}
			case 2:
			{
				goto IL_0117;
			}
			case 3:
			{
				goto IL_0060;
			}
			case 4:
			{
				goto IL_0117;
			}
			case 5:
			{
				goto IL_0060;
			}
			case 6:
			{
				goto IL_0117;
			}
			case 7:
			{
				goto IL_0060;
			}
			case 8:
			{
				goto IL_0117;
			}
		}
	}

IL_0060:
	{
		Il2CppChar L_6 = V_0;
		switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)((int32_t)12449))))
		{
			case 0:
			{
				goto IL_0117;
			}
			case 1:
			{
				goto IL_0090;
			}
			case 2:
			{
				goto IL_0117;
			}
			case 3:
			{
				goto IL_0090;
			}
			case 4:
			{
				goto IL_0117;
			}
			case 5:
			{
				goto IL_0090;
			}
			case 6:
			{
				goto IL_0117;
			}
			case 7:
			{
				goto IL_0090;
			}
			case 8:
			{
				goto IL_0117;
			}
		}
	}

IL_0090:
	{
		Il2CppChar L_7 = V_0;
		switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)((int32_t)12419))))
		{
			case 0:
			{
				goto IL_0117;
			}
			case 1:
			{
				goto IL_00b0;
			}
			case 2:
			{
				goto IL_0117;
			}
			case 3:
			{
				goto IL_00b0;
			}
			case 4:
			{
				goto IL_0117;
			}
		}
	}

IL_00b0:
	{
		Il2CppChar L_8 = V_0;
		switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)((int32_t)12515))))
		{
			case 0:
			{
				goto IL_0117;
			}
			case 1:
			{
				goto IL_00d0;
			}
			case 2:
			{
				goto IL_0117;
			}
			case 3:
			{
				goto IL_00d0;
			}
			case 4:
			{
				goto IL_0117;
			}
		}
	}

IL_00d0:
	{
		Il2CppChar L_9 = V_0;
		if ((((int32_t)L_9) == ((int32_t)((int32_t)12533))))
		{
			goto IL_0117;
		}
	}
	{
		Il2CppChar L_10 = V_0;
		if ((((int32_t)L_10) == ((int32_t)((int32_t)12534))))
		{
			goto IL_0117;
		}
	}
	{
		Il2CppChar L_11 = V_0;
		if ((((int32_t)L_11) == ((int32_t)((int32_t)12387))))
		{
			goto IL_0117;
		}
	}
	{
		Il2CppChar L_12 = V_0;
		if ((((int32_t)L_12) == ((int32_t)((int32_t)12430))))
		{
			goto IL_0117;
		}
	}
	{
		Il2CppChar L_13 = V_0;
		if ((((int32_t)L_13) == ((int32_t)((int32_t)12483))))
		{
			goto IL_0117;
		}
	}
	{
		Il2CppChar L_14 = V_0;
		if ((((int32_t)L_14) == ((int32_t)((int32_t)12526))))
		{
			goto IL_0117;
		}
	}
	{
		goto IL_0119;
	}

IL_0117:
	{
		return (bool)1;
	}

IL_0119:
	{
		return (bool)0;
	}
}
// System.Boolean Mono.Globalization.Unicode.MSCompatUnicodeTable::get_IsReady()
extern "C"  bool MSCompatUnicodeTable_get_IsReady_m366684638 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (MSCompatUnicodeTable_get_IsReady_m366684638_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var);
		bool L_0 = ((MSCompatUnicodeTable_t1453885583_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var))->get_isReady_18();
		return L_0;
	}
}
// System.IntPtr Mono.Globalization.Unicode.MSCompatUnicodeTable::GetResource(System.String)
extern "C"  intptr_t MSCompatUnicodeTable_GetResource_m731831298 (RuntimeObject * __this /* static, unused */, String_t* ___name0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (MSCompatUnicodeTable_GetResource_m731831298_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	Module_t2987026101 * V_1 = NULL;
	{
		Assembly_t * L_0 = il2cpp_codegen_get_executing_assembly(MSCompatUnicodeTable_GetResource_m731831298_RuntimeMethod_var);
		String_t* L_1 = ___name0;
		NullCheck(L_0);
		intptr_t L_2 = Assembly_GetManifestResourceInternal_m1224391897(L_0, L_1, (&V_0), (&V_1), /*hidden argument*/NULL);
		return L_2;
	}
}
// System.UInt32 Mono.Globalization.Unicode.MSCompatUnicodeTable::UInt32FromBytePtr(System.Byte*,System.UInt32)
extern "C"  uint32_t MSCompatUnicodeTable_UInt32FromBytePtr_m2910318928 (RuntimeObject * __this /* static, unused */, uint8_t* ___raw0, uint32_t ___idx1, const RuntimeMethod* method)
{
	{
		uint8_t* L_0 = ___raw0;
		uint32_t L_1 = ___idx1;
		uint8_t* L_2 = ___raw0;
		uint32_t L_3 = ___idx1;
		uint8_t* L_4 = ___raw0;
		uint32_t L_5 = ___idx1;
		uint8_t* L_6 = ___raw0;
		uint32_t L_7 = ___idx1;
		return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_0, (intptr_t)(((uintptr_t)L_1)))))), (int32_t)((int32_t)((int32_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_2, (intptr_t)(((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))))))))<<(int32_t)8)))), (int32_t)((int32_t)((int32_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)(((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)2))))))))<<(int32_t)((int32_t)16))))), (int32_t)((int32_t)((int32_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_6, (intptr_t)(((uintptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)3))))))))<<(int32_t)((int32_t)24)))));
	}
}
// System.Void Mono.Globalization.Unicode.MSCompatUnicodeTable::FillCJK(System.String,Mono.Globalization.Unicode.CodePointIndexer&,System.Byte*&,System.Byte*&,Mono.Globalization.Unicode.CodePointIndexer&,System.Byte*&)
extern "C"  void MSCompatUnicodeTable_FillCJK_m1599013685 (RuntimeObject * __this /* static, unused */, String_t* ___culture0, CodePointIndexer_t4134431086 ** ___cjkIndexer1, uint8_t** ___catTable2, uint8_t** ___lv1Table3, CodePointIndexer_t4134431086 ** ___lv2Indexer4, uint8_t** ___lv2Table5, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (MSCompatUnicodeTable_FillCJK_m1599013685_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);
	{
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var);
		RuntimeObject * L_0 = ((MSCompatUnicodeTable_t1453885583_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var))->get_forLock_17();
		V_0 = L_0;
		RuntimeObject * L_1 = V_0;
		Monitor_Enter_m2249409497(NULL /*static, unused*/, L_1, /*hidden argument*/NULL);
	}

IL_000c:
	try
	{ // begin try (depth: 1)
		String_t* L_2 = ___culture0;
		CodePointIndexer_t4134431086 ** L_3 = ___cjkIndexer1;
		uint8_t** L_4 = ___catTable2;
		uint8_t** L_5 = ___lv1Table3;
		CodePointIndexer_t4134431086 ** L_6 = ___lv2Indexer4;
		uint8_t** L_7 = ___lv2Table5;
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var);
		MSCompatUnicodeTable_FillCJKCore_m2347268515(NULL /*static, unused*/, L_2, L_3, L_4, L_5, L_6, L_7, /*hidden argument*/NULL);
		String_t* L_8 = ___culture0;
		CodePointIndexer_t4134431086 ** L_9 = ___cjkIndexer1;
		uint8_t** L_10 = ___catTable2;
		uint8_t** L_11 = ___lv1Table3;
		CodePointIndexer_t4134431086 ** L_12 = ___lv2Indexer4;
		uint8_t** L_13 = ___lv2Table5;
		MSCompatUnicodeTable_SetCJKReferences_m2637101499(NULL /*static, unused*/, L_8, L_9, L_10, L_11, L_12, L_13, /*hidden argument*/NULL);
		IL2CPP_LEAVE(0x32, FINALLY_002b);
	} // end try (depth: 1)
	catch(Il2CppExceptionWrapper& e)
	{
		__last_unhandled_exception = (Exception_t *)e.ex;
		goto FINALLY_002b;
	}

FINALLY_002b:
	{ // begin finally (depth: 1)
		RuntimeObject * L_14 = V_0;
		Monitor_Exit_m3585316909(NULL /*static, unused*/, L_14, /*hidden argument*/NULL);
		IL2CPP_END_FINALLY(43)
	} // end finally (depth: 1)
	IL2CPP_CLEANUP(43)
	{
		IL2CPP_JUMP_TBL(0x32, IL_0032)
		IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
	}

IL_0032:
	{
		return;
	}
}
// System.Void Mono.Globalization.Unicode.MSCompatUnicodeTable::FillCJKCore(System.String,Mono.Globalization.Unicode.CodePointIndexer&,System.Byte*&,System.Byte*&,Mono.Globalization.Unicode.CodePointIndexer&,System.Byte*&)
extern "C"  void MSCompatUnicodeTable_FillCJKCore_m2347268515 (RuntimeObject * __this /* static, unused */, String_t* ___culture0, CodePointIndexer_t4134431086 ** ___cjkIndexer1, uint8_t** ___catTable2, uint8_t** ___lv1Table3, CodePointIndexer_t4134431086 ** ___cjkLv2Indexer4, uint8_t** ___lv2Table5, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (MSCompatUnicodeTable_FillCJKCore_m2347268515_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	String_t* V_0 = NULL;
	uint8_t* V_1 = NULL;
	uint32_t V_2 = 0;
	String_t* V_3 = NULL;
	intptr_t V_4;
	memset(&V_4, 0, sizeof(V_4));
	uint32_t V_5 = 0;
	String_t* V_6 = NULL;
	Dictionary_2_t2736202052 * V_7 = NULL;
	int32_t V_8 = 0;
	{
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var);
		bool L_0 = MSCompatUnicodeTable_get_IsReady_m366684638(NULL /*static, unused*/, /*hidden argument*/NULL);
		if (L_0)
		{
			goto IL_000b;
		}
	}
	{
		return;
	}

IL_000b:
	{
		V_0 = (String_t*)NULL;
		String_t* L_1 = ___culture0;
		V_6 = L_1;
		String_t* L_2 = V_6;
		if (!L_2)
		{
			goto IL_00f7;
		}
	}
	{
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var);
		Dictionary_2_t2736202052 * L_3 = ((MSCompatUnicodeTable_t1453885583_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map3_20();
		if (L_3)
		{
			goto IL_0064;
		}
	}
	{
		Dictionary_2_t2736202052 * L_4 = (Dictionary_2_t2736202052 *)il2cpp_codegen_object_new(Dictionary_2_t2736202052_il2cpp_TypeInfo_var);
		Dictionary_2__ctor_m2392909825(L_4, 4, /*hidden argument*/Dictionary_2__ctor_m2392909825_RuntimeMethod_var);
		V_7 = L_4;
		Dictionary_2_t2736202052 * L_5 = V_7;
		NullCheck(L_5);
		Dictionary_2_Add_m282647386(L_5, _stringLiteral3939696301, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var);
		Dictionary_2_t2736202052 * L_6 = V_7;
		NullCheck(L_6);
		Dictionary_2_Add_m282647386(L_6, _stringLiteral3939499693, 1, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var);
		Dictionary_2_t2736202052 * L_7 = V_7;
		NullCheck(L_7);
		Dictionary_2_Add_m282647386(L_7, _stringLiteral3454646214, 2, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var);
		Dictionary_2_t2736202052 * L_8 = V_7;
		NullCheck(L_8);
		Dictionary_2_Add_m282647386(L_8, _stringLiteral3454777285, 3, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var);
		Dictionary_2_t2736202052 * L_9 = V_7;
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var);
		((MSCompatUnicodeTable_t1453885583_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var))->set_U3CU3Ef__switchU24map3_20(L_9);
	}

IL_0064:
	{
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var);
		Dictionary_2_t2736202052 * L_10 = ((MSCompatUnicodeTable_t1453885583_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map3_20();
		String_t* L_11 = V_6;
		NullCheck(L_10);
		bool L_12 = Dictionary_2_TryGetValue_m1013208020(L_10, L_11, (&V_8), /*hidden argument*/Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var);
		if (!L_12)
		{
			goto IL_00f7;
		}
	}
	{
		int32_t L_13 = V_8;
		switch (L_13)
		{
			case 0:
			{
				goto IL_0093;
			}
			case 1:
			{
				goto IL_00ac;
			}
			case 2:
			{
				goto IL_00c5;
			}
			case 3:
			{
				goto IL_00de;
			}
		}
	}
	{
		goto IL_00f7;
	}

IL_0093:
	{
		V_0 = _stringLiteral4226345966;
		uint8_t** L_14 = ___catTable2;
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var);
		uint8_t* L_15 = ((MSCompatUnicodeTable_t1453885583_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var))->get_cjkCHScategory_6();
		*((RuntimeObject **)(L_14)) = (RuntimeObject *)L_15;
		Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_14), (RuntimeObject *)L_15);
		uint8_t** L_16 = ___lv1Table3;
		uint8_t* L_17 = ((MSCompatUnicodeTable_t1453885583_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var))->get_cjkCHSlv1_10();
		*((RuntimeObject **)(L_16)) = (RuntimeObject *)L_17;
		Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_16), (RuntimeObject *)L_17);
		goto IL_00f7;
	}

IL_00ac:
	{
		V_0 = _stringLiteral4225887214;
		uint8_t** L_18 = ___catTable2;
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var);
		uint8_t* L_19 = ((MSCompatUnicodeTable_t1453885583_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var))->get_cjkCHTcategory_7();
		*((RuntimeObject **)(L_18)) = (RuntimeObject *)L_19;
		Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_18), (RuntimeObject *)L_19);
		uint8_t** L_20 = ___lv1Table3;
		uint8_t* L_21 = ((MSCompatUnicodeTable_t1453885583_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var))->get_cjkCHTlv1_11();
		*((RuntimeObject **)(L_20)) = (RuntimeObject *)L_21;
		Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_20), (RuntimeObject *)L_21);
		goto IL_00f7;
	}

IL_00c5:
	{
		V_0 = _stringLiteral3793939447;
		uint8_t** L_22 = ___catTable2;
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var);
		uint8_t* L_23 = ((MSCompatUnicodeTable_t1453885583_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var))->get_cjkJAcategory_8();
		*((RuntimeObject **)(L_22)) = (RuntimeObject *)L_23;
		Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_22), (RuntimeObject *)L_23);
		uint8_t** L_24 = ___lv1Table3;
		uint8_t* L_25 = ((MSCompatUnicodeTable_t1453885583_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var))->get_cjkJAlv1_12();
		*((RuntimeObject **)(L_24)) = (RuntimeObject *)L_25;
		Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_24), (RuntimeObject *)L_25);
		goto IL_00f7;
	}

IL_00de:
	{
		V_0 = _stringLiteral1455287281;
		uint8_t** L_26 = ___catTable2;
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var);
		uint8_t* L_27 = ((MSCompatUnicodeTable_t1453885583_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var))->get_cjkKOcategory_9();
		*((RuntimeObject **)(L_26)) = (RuntimeObject *)L_27;
		Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_26), (RuntimeObject *)L_27);
		uint8_t** L_28 = ___lv1Table3;
		uint8_t* L_29 = ((MSCompatUnicodeTable_t1453885583_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var))->get_cjkKOlv1_13();
		*((RuntimeObject **)(L_28)) = (RuntimeObject *)L_29;
		Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_28), (RuntimeObject *)L_29);
		goto IL_00f7;
	}

IL_00f7:
	{
		String_t* L_30 = V_0;
		if (!L_30)
		{
			goto IL_0104;
		}
	}
	{
		uint8_t** L_31 = ___lv1Table3;
		if (!(*((intptr_t*)L_31)))
		{
			goto IL_0105;
		}
	}

IL_0104:
	{
		return;
	}

IL_0105:
	{
		V_2 = 0;
		String_t* L_32 = V_0;
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_33 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral1258339268, L_32, /*hidden argument*/NULL);
		V_3 = L_33;
		String_t* L_34 = V_3;
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var);
		intptr_t L_35 = MSCompatUnicodeTable_GetResource_m731831298(NULL /*static, unused*/, L_34, /*hidden argument*/NULL);
		V_4 = L_35;
		intptr_t L_36 = V_4;
		bool L_37 = IntPtr_op_Equality_m408849716(NULL /*static, unused*/, L_36, (intptr_t)(0), /*hidden argument*/NULL);
		if (!L_37)
		{
			goto IL_012d;
		}
	}
	{
		return;
	}

IL_012d:
	{
		intptr_t L_38 = V_4;
		void* L_39 = IntPtr_op_Explicit_m2520637223(NULL /*static, unused*/, L_38, /*hidden argument*/NULL);
		V_1 = (uint8_t*)L_39;
		uint32_t L_40 = V_2;
		V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1));
		uint8_t* L_41 = V_1;
		uint32_t L_42 = V_2;
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var);
		uint32_t L_43 = MSCompatUnicodeTable_UInt32FromBytePtr_m2910318928(NULL /*static, unused*/, (uint8_t*)(uint8_t*)L_41, L_42, /*hidden argument*/NULL);
		V_5 = L_43;
		uint32_t L_44 = V_2;
		V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)4));
		uint8_t** L_45 = ___catTable2;
		uint8_t* L_46 = V_1;
		uint32_t L_47 = V_2;
		*((RuntimeObject **)(L_45)) = (RuntimeObject *)((uint8_t*)il2cpp_codegen_add((intptr_t)L_46, (intptr_t)(((uintptr_t)L_47))));
		Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_45), (RuntimeObject *)((uint8_t*)il2cpp_codegen_add((intptr_t)L_46, (intptr_t)(((uintptr_t)L_47)))));
		uint8_t** L_48 = ___lv1Table3;
		uint8_t* L_49 = V_1;
		uint32_t L_50 = V_2;
		uint32_t L_51 = V_5;
		*((RuntimeObject **)(L_48)) = (RuntimeObject *)((uint8_t*)il2cpp_codegen_add((intptr_t)((uint8_t*)il2cpp_codegen_add((intptr_t)L_49, (intptr_t)(((uintptr_t)L_50)))), (intptr_t)(((uintptr_t)L_51))));
		Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_48), (RuntimeObject *)((uint8_t*)il2cpp_codegen_add((intptr_t)((uint8_t*)il2cpp_codegen_add((intptr_t)L_49, (intptr_t)(((uintptr_t)L_50)))), (intptr_t)(((uintptr_t)L_51)))));
		String_t* L_52 = ___culture0;
		V_6 = L_52;
		String_t* L_53 = V_6;
		if (!L_53)
		{
			goto IL_0228;
		}
	}
	{
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var);
		Dictionary_2_t2736202052 * L_54 = ((MSCompatUnicodeTable_t1453885583_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map4_21();
		if (L_54)
		{
			goto IL_01ad;
		}
	}
	{
		Dictionary_2_t2736202052 * L_55 = (Dictionary_2_t2736202052 *)il2cpp_codegen_object_new(Dictionary_2_t2736202052_il2cpp_TypeInfo_var);
		Dictionary_2__ctor_m2392909825(L_55, 4, /*hidden argument*/Dictionary_2__ctor_m2392909825_RuntimeMethod_var);
		V_7 = L_55;
		Dictionary_2_t2736202052 * L_56 = V_7;
		NullCheck(L_56);
		Dictionary_2_Add_m282647386(L_56, _stringLiteral3939696301, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var);
		Dictionary_2_t2736202052 * L_57 = V_7;
		NullCheck(L_57);
		Dictionary_2_Add_m282647386(L_57, _stringLiteral3939499693, 1, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var);
		Dictionary_2_t2736202052 * L_58 = V_7;
		NullCheck(L_58);
		Dictionary_2_Add_m282647386(L_58, _stringLiteral3454646214, 2, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var);
		Dictionary_2_t2736202052 * L_59 = V_7;
		NullCheck(L_59);
		Dictionary_2_Add_m282647386(L_59, _stringLiteral3454777285, 3, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var);
		Dictionary_2_t2736202052 * L_60 = V_7;
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var);
		((MSCompatUnicodeTable_t1453885583_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var))->set_U3CU3Ef__switchU24map4_21(L_60);
	}

IL_01ad:
	{
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var);
		Dictionary_2_t2736202052 * L_61 = ((MSCompatUnicodeTable_t1453885583_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map4_21();
		String_t* L_62 = V_6;
		NullCheck(L_61);
		bool L_63 = Dictionary_2_TryGetValue_m1013208020(L_61, L_62, (&V_8), /*hidden argument*/Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var);
		if (!L_63)
		{
			goto IL_0228;
		}
	}
	{
		int32_t L_64 = V_8;
		switch (L_64)
		{
			case 0:
			{
				goto IL_01dc;
			}
			case 1:
			{
				goto IL_01ef;
			}
			case 2:
			{
				goto IL_0202;
			}
			case 3:
			{
				goto IL_0215;
			}
		}
	}
	{
		goto IL_0228;
	}

IL_01dc:
	{
		uint8_t** L_65 = ___catTable2;
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var);
		((MSCompatUnicodeTable_t1453885583_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var))->set_cjkCHScategory_6((uint8_t*)(*((intptr_t*)L_65)));
		uint8_t** L_66 = ___lv1Table3;
		((MSCompatUnicodeTable_t1453885583_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var))->set_cjkCHSlv1_10((uint8_t*)(*((intptr_t*)L_66)));
		goto IL_0228;
	}

IL_01ef:
	{
		uint8_t** L_67 = ___catTable2;
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var);
		((MSCompatUnicodeTable_t1453885583_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var))->set_cjkCHTcategory_7((uint8_t*)(*((intptr_t*)L_67)));
		uint8_t** L_68 = ___lv1Table3;
		((MSCompatUnicodeTable_t1453885583_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var))->set_cjkCHTlv1_11((uint8_t*)(*((intptr_t*)L_68)));
		goto IL_0228;
	}

IL_0202:
	{
		uint8_t** L_69 = ___catTable2;
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var);
		((MSCompatUnicodeTable_t1453885583_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var))->set_cjkJAcategory_8((uint8_t*)(*((intptr_t*)L_69)));
		uint8_t** L_70 = ___lv1Table3;
		((MSCompatUnicodeTable_t1453885583_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var))->set_cjkJAlv1_12((uint8_t*)(*((intptr_t*)L_70)));
		goto IL_0228;
	}

IL_0215:
	{
		uint8_t** L_71 = ___catTable2;
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var);
		((MSCompatUnicodeTable_t1453885583_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var))->set_cjkKOcategory_9((uint8_t*)(*((intptr_t*)L_71)));
		uint8_t** L_72 = ___lv1Table3;
		((MSCompatUnicodeTable_t1453885583_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var))->set_cjkKOlv1_13((uint8_t*)(*((intptr_t*)L_72)));
		goto IL_0228;
	}

IL_0228:
	{
		String_t* L_73 = V_0;
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		bool L_74 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_73, _stringLiteral1455287281, /*hidden argument*/NULL);
		if (!L_74)
		{
			goto IL_0239;
		}
	}
	{
		return;
	}

IL_0239:
	{
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var);
		intptr_t L_75 = MSCompatUnicodeTable_GetResource_m731831298(NULL /*static, unused*/, _stringLiteral406843217, /*hidden argument*/NULL);
		V_4 = L_75;
		intptr_t L_76 = V_4;
		bool L_77 = IntPtr_op_Equality_m408849716(NULL /*static, unused*/, L_76, (intptr_t)(0), /*hidden argument*/NULL);
		if (!L_77)
		{
			goto IL_0257;
		}
	}
	{
		return;
	}

IL_0257:
	{
		intptr_t L_78 = V_4;
		void* L_79 = IntPtr_op_Explicit_m2520637223(NULL /*static, unused*/, L_78, /*hidden argument*/NULL);
		V_1 = (uint8_t*)L_79;
		V_2 = 5;
		uint8_t* L_80 = V_1;
		uint32_t L_81 = V_2;
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var);
		((MSCompatUnicodeTable_t1453885583_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var))->set_cjkKOlv2_14((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_80, (intptr_t)(((uintptr_t)L_81)))));
		uint8_t** L_82 = ___lv2Table5;
		uint8_t* L_83 = ((MSCompatUnicodeTable_t1453885583_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var))->get_cjkKOlv2_14();
		*((RuntimeObject **)(L_82)) = (RuntimeObject *)L_83;
		Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_82), (RuntimeObject *)L_83);
		return;
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Mono.Globalization.Unicode.MSCompatUnicodeTableUtil::.cctor()
extern "C"  void MSCompatUnicodeTableUtil__cctor_m3131017198 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (MSCompatUnicodeTableUtil__cctor_m3131017198_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	Int32U5BU5D_t385246372* V_0 = NULL;
	Int32U5BU5D_t385246372* V_1 = NULL;
	Int32U5BU5D_t385246372* V_2 = NULL;
	Int32U5BU5D_t385246372* V_3 = NULL;
	Int32U5BU5D_t385246372* V_4 = NULL;
	Int32U5BU5D_t385246372* V_5 = NULL;
	Int32U5BU5D_t385246372* V_6 = NULL;
	Int32U5BU5D_t385246372* V_7 = NULL;
	Int32U5BU5D_t385246372* V_8 = NULL;
	Int32U5BU5D_t385246372* V_9 = NULL;
	Int32U5BU5D_t385246372* V_10 = NULL;
	Int32U5BU5D_t385246372* V_11 = NULL;
	Int32U5BU5D_t385246372* V_12 = NULL;
	Int32U5BU5D_t385246372* V_13 = NULL;
	{
		Int32U5BU5D_t385246372* L_0 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)3));
		NullCheck(L_0);
		(L_0)->SetAt(static_cast<il2cpp_array_size_t>(1), (int32_t)((int32_t)40960));
		Int32U5BU5D_t385246372* L_1 = L_0;
		NullCheck(L_1);
		(L_1)->SetAt(static_cast<il2cpp_array_size_t>(2), (int32_t)((int32_t)63744));
		V_0 = L_1;
		Int32U5BU5D_t385246372* L_2 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)3));
		NullCheck(L_2);
		(L_2)->SetAt(static_cast<il2cpp_array_size_t>(0), (int32_t)((int32_t)13312));
		Int32U5BU5D_t385246372* L_3 = L_2;
		NullCheck(L_3);
		(L_3)->SetAt(static_cast<il2cpp_array_size_t>(1), (int32_t)((int32_t)42240));
		Int32U5BU5D_t385246372* L_4 = L_3;
		NullCheck(L_4);
		(L_4)->SetAt(static_cast<il2cpp_array_size_t>(2), (int32_t)((int32_t)65536));
		V_1 = L_4;
		Int32U5BU5D_t385246372* L_5 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)6));
		RuntimeFieldHandle_t1871169219  L_6 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t3057255361____U24U24fieldU2D1_1_FieldInfo_var) };
		RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_5, L_6, /*hidden argument*/NULL);
		V_2 = L_5;
		Int32U5BU5D_t385246372* L_7 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)6));
		RuntimeFieldHandle_t1871169219  L_8 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t3057255361____U24U24fieldU2D2_2_FieldInfo_var) };
		RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_7, L_8, /*hidden argument*/NULL);
		V_3 = L_7;
		Int32U5BU5D_t385246372* L_9 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)6));
		RuntimeFieldHandle_t1871169219  L_10 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t3057255361____U24U24fieldU2D3_3_FieldInfo_var) };
		RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_9, L_10, /*hidden argument*/NULL);
		V_4 = L_9;
		Int32U5BU5D_t385246372* L_11 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)6));
		RuntimeFieldHandle_t1871169219  L_12 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t3057255361____U24U24fieldU2D4_4_FieldInfo_var) };
		RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_11, L_12, /*hidden argument*/NULL);
		V_5 = L_11;
		Int32U5BU5D_t385246372* L_13 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)4));
		NullCheck(L_13);
		(L_13)->SetAt(static_cast<il2cpp_array_size_t>(1), (int32_t)((int32_t)7680));
		Int32U5BU5D_t385246372* L_14 = L_13;
		NullCheck(L_14);
		(L_14)->SetAt(static_cast<il2cpp_array_size_t>(2), (int32_t)((int32_t)12288));
		Int32U5BU5D_t385246372* L_15 = L_14;
		NullCheck(L_15);
		(L_15)->SetAt(static_cast<il2cpp_array_size_t>(3), (int32_t)((int32_t)64256));
		V_6 = L_15;
		Int32U5BU5D_t385246372* L_16 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)4));
		RuntimeFieldHandle_t1871169219  L_17 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t3057255361____U24U24fieldU2D5_5_FieldInfo_var) };
		RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_16, L_17, /*hidden argument*/NULL);
		V_7 = L_16;
		Int32U5BU5D_t385246372* L_18 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)4));
		NullCheck(L_18);
		(L_18)->SetAt(static_cast<il2cpp_array_size_t>(1), (int32_t)((int32_t)7680));
		Int32U5BU5D_t385246372* L_19 = L_18;
		NullCheck(L_19);
		(L_19)->SetAt(static_cast<il2cpp_array_size_t>(2), (int32_t)((int32_t)12288));
		Int32U5BU5D_t385246372* L_20 = L_19;
		NullCheck(L_20);
		(L_20)->SetAt(static_cast<il2cpp_array_size_t>(3), (int32_t)((int32_t)64256));
		V_8 = L_20;
		Int32U5BU5D_t385246372* L_21 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)4));
		RuntimeFieldHandle_t1871169219  L_22 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t3057255361____U24U24fieldU2D6_6_FieldInfo_var) };
		RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_21, L_22, /*hidden argument*/NULL);
		V_9 = L_21;
		Int32U5BU5D_t385246372* L_23 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)3));
		NullCheck(L_23);
		(L_23)->SetAt(static_cast<il2cpp_array_size_t>(0), (int32_t)((int32_t)12544));
		Int32U5BU5D_t385246372* L_24 = L_23;
		NullCheck(L_24);
		(L_24)->SetAt(static_cast<il2cpp_array_size_t>(1), (int32_t)((int32_t)19968));
		Int32U5BU5D_t385246372* L_25 = L_24;
		NullCheck(L_25);
		(L_25)->SetAt(static_cast<il2cpp_array_size_t>(2), (int32_t)((int32_t)59392));
		V_10 = L_25;
		Int32U5BU5D_t385246372* L_26 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)3));
		NullCheck(L_26);
		(L_26)->SetAt(static_cast<il2cpp_array_size_t>(0), (int32_t)((int32_t)13312));
		Int32U5BU5D_t385246372* L_27 = L_26;
		NullCheck(L_27);
		(L_27)->SetAt(static_cast<il2cpp_array_size_t>(1), (int32_t)((int32_t)40960));
		Int32U5BU5D_t385246372* L_28 = L_27;
		NullCheck(L_28);
		(L_28)->SetAt(static_cast<il2cpp_array_size_t>(2), (int32_t)((int32_t)65536));
		V_11 = L_28;
		Int32U5BU5D_t385246372* L_29 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)3));
		NullCheck(L_29);
		(L_29)->SetAt(static_cast<il2cpp_array_size_t>(0), (int32_t)((int32_t)12544));
		Int32U5BU5D_t385246372* L_30 = L_29;
		NullCheck(L_30);
		(L_30)->SetAt(static_cast<il2cpp_array_size_t>(1), (int32_t)((int32_t)19968));
		Int32U5BU5D_t385246372* L_31 = L_30;
		NullCheck(L_31);
		(L_31)->SetAt(static_cast<il2cpp_array_size_t>(2), (int32_t)((int32_t)63744));
		V_12 = L_31;
		Int32U5BU5D_t385246372* L_32 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)3));
		NullCheck(L_32);
		(L_32)->SetAt(static_cast<il2cpp_array_size_t>(0), (int32_t)((int32_t)13312));
		Int32U5BU5D_t385246372* L_33 = L_32;
		NullCheck(L_33);
		(L_33)->SetAt(static_cast<il2cpp_array_size_t>(1), (int32_t)((int32_t)40960));
		Int32U5BU5D_t385246372* L_34 = L_33;
		NullCheck(L_34);
		(L_34)->SetAt(static_cast<il2cpp_array_size_t>(2), (int32_t)((int32_t)64256));
		V_13 = L_34;
		Int32U5BU5D_t385246372* L_35 = V_0;
		Int32U5BU5D_t385246372* L_36 = V_1;
		CodePointIndexer_t4134431086 * L_37 = (CodePointIndexer_t4134431086 *)il2cpp_codegen_object_new(CodePointIndexer_t4134431086_il2cpp_TypeInfo_var);
		CodePointIndexer__ctor_m2813317897(L_37, L_35, L_36, (-1), (-1), /*hidden argument*/NULL);
		((MSCompatUnicodeTableUtil_t88013251_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTableUtil_t88013251_il2cpp_TypeInfo_var))->set_Ignorable_0(L_37);
		Int32U5BU5D_t385246372* L_38 = V_2;
		Int32U5BU5D_t385246372* L_39 = V_3;
		CodePointIndexer_t4134431086 * L_40 = (CodePointIndexer_t4134431086 *)il2cpp_codegen_object_new(CodePointIndexer_t4134431086_il2cpp_TypeInfo_var);
		CodePointIndexer__ctor_m2813317897(L_40, L_38, L_39, 0, 0, /*hidden argument*/NULL);
		((MSCompatUnicodeTableUtil_t88013251_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTableUtil_t88013251_il2cpp_TypeInfo_var))->set_Category_1(L_40);
		Int32U5BU5D_t385246372* L_41 = V_4;
		Int32U5BU5D_t385246372* L_42 = V_5;
		CodePointIndexer_t4134431086 * L_43 = (CodePointIndexer_t4134431086 *)il2cpp_codegen_object_new(CodePointIndexer_t4134431086_il2cpp_TypeInfo_var);
		CodePointIndexer__ctor_m2813317897(L_43, L_41, L_42, 0, 0, /*hidden argument*/NULL);
		((MSCompatUnicodeTableUtil_t88013251_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTableUtil_t88013251_il2cpp_TypeInfo_var))->set_Level1_2(L_43);
		Int32U5BU5D_t385246372* L_44 = V_6;
		Int32U5BU5D_t385246372* L_45 = V_7;
		CodePointIndexer_t4134431086 * L_46 = (CodePointIndexer_t4134431086 *)il2cpp_codegen_object_new(CodePointIndexer_t4134431086_il2cpp_TypeInfo_var);
		CodePointIndexer__ctor_m2813317897(L_46, L_44, L_45, 0, 0, /*hidden argument*/NULL);
		((MSCompatUnicodeTableUtil_t88013251_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTableUtil_t88013251_il2cpp_TypeInfo_var))->set_Level2_3(L_46);
		Int32U5BU5D_t385246372* L_47 = V_8;
		Int32U5BU5D_t385246372* L_48 = V_9;
		CodePointIndexer_t4134431086 * L_49 = (CodePointIndexer_t4134431086 *)il2cpp_codegen_object_new(CodePointIndexer_t4134431086_il2cpp_TypeInfo_var);
		CodePointIndexer__ctor_m2813317897(L_49, L_47, L_48, 0, 0, /*hidden argument*/NULL);
		((MSCompatUnicodeTableUtil_t88013251_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTableUtil_t88013251_il2cpp_TypeInfo_var))->set_Level3_4(L_49);
		Int32U5BU5D_t385246372* L_50 = V_10;
		Int32U5BU5D_t385246372* L_51 = V_11;
		CodePointIndexer_t4134431086 * L_52 = (CodePointIndexer_t4134431086 *)il2cpp_codegen_object_new(CodePointIndexer_t4134431086_il2cpp_TypeInfo_var);
		CodePointIndexer__ctor_m2813317897(L_52, L_50, L_51, (-1), (-1), /*hidden argument*/NULL);
		((MSCompatUnicodeTableUtil_t88013251_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTableUtil_t88013251_il2cpp_TypeInfo_var))->set_CjkCHS_5(L_52);
		Int32U5BU5D_t385246372* L_53 = V_12;
		Int32U5BU5D_t385246372* L_54 = V_13;
		CodePointIndexer_t4134431086 * L_55 = (CodePointIndexer_t4134431086 *)il2cpp_codegen_object_new(CodePointIndexer_t4134431086_il2cpp_TypeInfo_var);
		CodePointIndexer__ctor_m2813317897(L_55, L_53, L_54, (-1), (-1), /*hidden argument*/NULL);
		((MSCompatUnicodeTableUtil_t88013251_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTableUtil_t88013251_il2cpp_TypeInfo_var))->set_Cjk_6(L_55);
		return;
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Mono.Globalization.Unicode.SimpleCollator::.ctor(System.Globalization.CultureInfo)
extern "C"  void SimpleCollator__ctor_m1587210019 (SimpleCollator_t2877834729 * __this, CultureInfo_t4157843068 * ___culture0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SimpleCollator__ctor_m1587210019_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	TailoringInfo_t866433654 * V_0 = NULL;
	CultureInfo_t4157843068 * V_1 = NULL;
	Contraction_t1589275354 * V_2 = NULL;
	ContractionU5BU5D_t838556799* V_3 = NULL;
	int32_t V_4 = 0;
	Il2CppChar V_5 = 0x0;
	CharU5BU5D_t3528271667* V_6 = NULL;
	int32_t V_7 = 0;
	Contraction_t1589275354 * V_8 = NULL;
	ContractionU5BU5D_t838556799* V_9 = NULL;
	int32_t V_10 = 0;
	Il2CppChar V_11 = 0x0;
	CharU5BU5D_t3528271667* V_12 = NULL;
	int32_t V_13 = 0;
	{
		Object__ctor_m297566312(__this, /*hidden argument*/NULL);
		CultureInfo_t4157843068 * L_0 = ___culture0;
		NullCheck(L_0);
		int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Globalization.CultureInfo::get_LCID() */, L_0);
		__this->set_lcid_9(L_1);
		CultureInfo_t4157843068 * L_2 = ___culture0;
		NullCheck(L_2);
		TextInfo_t3810425522 * L_3 = VirtFuncInvoker0< TextInfo_t3810425522 * >::Invoke(9 /* System.Globalization.TextInfo System.Globalization.CultureInfo::get_TextInfo() */, L_2);
		__this->set_textInfo_2(L_3);
		CultureInfo_t4157843068 * L_4 = ___culture0;
		CodePointIndexer_t4134431086 ** L_5 = __this->get_address_of_cjkIndexer_6();
		uint8_t** L_6 = __this->get_address_of_cjkCatTable_4();
		uint8_t** L_7 = __this->get_address_of_cjkLv1Table_5();
		CodePointIndexer_t4134431086 ** L_8 = __this->get_address_of_cjkLv2Indexer_8();
		uint8_t** L_9 = __this->get_address_of_cjkLv2Table_7();
		SimpleCollator_SetCJKTable_m766339459(__this, L_4, L_5, L_6, L_7, L_8, L_9, /*hidden argument*/NULL);
		V_0 = (TailoringInfo_t866433654 *)NULL;
		CultureInfo_t4157843068 * L_10 = ___culture0;
		V_1 = L_10;
		goto IL_006a;
	}

IL_004c:
	{
		CultureInfo_t4157843068 * L_11 = V_1;
		NullCheck(L_11);
		int32_t L_12 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Globalization.CultureInfo::get_LCID() */, L_11);
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var);
		TailoringInfo_t866433654 * L_13 = MSCompatUnicodeTable_GetTailoringInfo_m1575560208(NULL /*static, unused*/, L_12, /*hidden argument*/NULL);
		V_0 = L_13;
		TailoringInfo_t866433654 * L_14 = V_0;
		if (!L_14)
		{
			goto IL_0063;
		}
	}
	{
		goto IL_0077;
	}

IL_0063:
	{
		CultureInfo_t4157843068 * L_15 = V_1;
		NullCheck(L_15);
		CultureInfo_t4157843068 * L_16 = VirtFuncInvoker0< CultureInfo_t4157843068 * >::Invoke(8 /* System.Globalization.CultureInfo System.Globalization.CultureInfo::get_Parent() */, L_15);
		V_1 = L_16;
	}

IL_006a:
	{
		CultureInfo_t4157843068 * L_17 = V_1;
		NullCheck(L_17);
		int32_t L_18 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Globalization.CultureInfo::get_LCID() */, L_17);
		if ((!(((uint32_t)L_18) == ((uint32_t)((int32_t)127)))))
		{
			goto IL_004c;
		}
	}

IL_0077:
	{
		TailoringInfo_t866433654 * L_19 = V_0;
		if (L_19)
		{
			goto IL_0085;
		}
	}
	{
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var);
		TailoringInfo_t866433654 * L_20 = MSCompatUnicodeTable_GetTailoringInfo_m1575560208(NULL /*static, unused*/, ((int32_t)127), /*hidden argument*/NULL);
		V_0 = L_20;
	}

IL_0085:
	{
		TailoringInfo_t866433654 * L_21 = V_0;
		NullCheck(L_21);
		bool L_22 = L_21->get_FrenchSort_3();
		__this->set_frenchSort_3(L_22);
		CultureInfo_t4157843068 * L_23 = ___culture0;
		TailoringInfo_t866433654 * L_24 = V_0;
		ContractionU5BU5D_t838556799** L_25 = __this->get_address_of_contractions_10();
		Level2MapU5BU5D_t3973367379** L_26 = __this->get_address_of_level2Maps_11();
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var);
		MSCompatUnicodeTable_BuildTailoringTables_m1316979344(NULL /*static, unused*/, L_23, L_24, L_25, L_26, /*hidden argument*/NULL);
		__this->set_unsafeFlags_12(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)96))));
		ContractionU5BU5D_t838556799* L_27 = __this->get_contractions_10();
		V_3 = L_27;
		V_4 = 0;
		goto IL_011f;
	}

IL_00c0:
	{
		ContractionU5BU5D_t838556799* L_28 = V_3;
		int32_t L_29 = V_4;
		NullCheck(L_28);
		int32_t L_30 = L_29;
		Contraction_t1589275354 * L_31 = (L_28)->GetAt(static_cast<il2cpp_array_size_t>(L_30));
		V_2 = L_31;
		Contraction_t1589275354 * L_32 = V_2;
		NullCheck(L_32);
		CharU5BU5D_t3528271667* L_33 = L_32->get_Source_0();
		NullCheck(L_33);
		if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_33)->max_length))))) <= ((int32_t)1)))
		{
			goto IL_0119;
		}
	}
	{
		Contraction_t1589275354 * L_34 = V_2;
		NullCheck(L_34);
		CharU5BU5D_t3528271667* L_35 = L_34->get_Source_0();
		V_6 = L_35;
		V_7 = 0;
		goto IL_010e;
	}

IL_00e3:
	{
		CharU5BU5D_t3528271667* L_36 = V_6;
		int32_t L_37 = V_7;
		NullCheck(L_36);
		int32_t L_38 = L_37;
		uint16_t L_39 = (L_36)->GetAt(static_cast<il2cpp_array_size_t>(L_38));
		V_5 = L_39;
		ByteU5BU5D_t4116647657* L_40 = __this->get_unsafeFlags_12();
		Il2CppChar L_41 = V_5;
		NullCheck(L_40);
		uint8_t* L_42 = ((L_40)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)((int32_t)L_41/(int32_t)8)))));
		Il2CppChar L_43 = V_5;
		*((int8_t*)(L_42)) = (int8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)(*((uint8_t*)L_42))|(int32_t)(((int32_t)((uint8_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_43&(int32_t)7))&(int32_t)((int32_t)31)))))))))))));
		int32_t L_44 = V_7;
		V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1));
	}

IL_010e:
	{
		int32_t L_45 = V_7;
		CharU5BU5D_t3528271667* L_46 = V_6;
		NullCheck(L_46);
		if ((((int32_t)L_45) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_46)->max_length)))))))
		{
			goto IL_00e3;
		}
	}

IL_0119:
	{
		int32_t L_47 = V_4;
		V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)1));
	}

IL_011f:
	{
		int32_t L_48 = V_4;
		ContractionU5BU5D_t838556799* L_49 = V_3;
		NullCheck(L_49);
		if ((((int32_t)L_48) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_49)->max_length)))))))
		{
			goto IL_00c0;
		}
	}
	{
		int32_t L_50 = __this->get_lcid_9();
		if ((((int32_t)L_50) == ((int32_t)((int32_t)127))))
		{
			goto IL_01b8;
		}
	}
	{
		IL2CPP_RUNTIME_CLASS_INIT(SimpleCollator_t2877834729_il2cpp_TypeInfo_var);
		SimpleCollator_t2877834729 * L_51 = ((SimpleCollator_t2877834729_StaticFields*)il2cpp_codegen_static_fields_for(SimpleCollator_t2877834729_il2cpp_TypeInfo_var))->get_invariant_1();
		NullCheck(L_51);
		ContractionU5BU5D_t838556799* L_52 = L_51->get_contractions_10();
		V_9 = L_52;
		V_10 = 0;
		goto IL_01ad;
	}

IL_014a:
	{
		ContractionU5BU5D_t838556799* L_53 = V_9;
		int32_t L_54 = V_10;
		NullCheck(L_53);
		int32_t L_55 = L_54;
		Contraction_t1589275354 * L_56 = (L_53)->GetAt(static_cast<il2cpp_array_size_t>(L_55));
		V_8 = L_56;
		Contraction_t1589275354 * L_57 = V_8;
		NullCheck(L_57);
		CharU5BU5D_t3528271667* L_58 = L_57->get_Source_0();
		NullCheck(L_58);
		if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_58)->max_length))))) <= ((int32_t)1)))
		{
			goto IL_01a7;
		}
	}
	{
		Contraction_t1589275354 * L_59 = V_8;
		NullCheck(L_59);
		CharU5BU5D_t3528271667* L_60 = L_59->get_Source_0();
		V_12 = L_60;
		V_13 = 0;
		goto IL_019c;
	}

IL_0171:
	{
		CharU5BU5D_t3528271667* L_61 = V_12;
		int32_t L_62 = V_13;
		NullCheck(L_61);
		int32_t L_63 = L_62;
		uint16_t L_64 = (L_61)->GetAt(static_cast<il2cpp_array_size_t>(L_63));
		V_11 = L_64;
		ByteU5BU5D_t4116647657* L_65 = __this->get_unsafeFlags_12();
		Il2CppChar L_66 = V_11;
		NullCheck(L_65);
		uint8_t* L_67 = ((L_65)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)((int32_t)L_66/(int32_t)8)))));
		Il2CppChar L_68 = V_11;
		*((int8_t*)(L_67)) = (int8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)(*((uint8_t*)L_67))|(int32_t)(((int32_t)((uint8_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_68&(int32_t)7))&(int32_t)((int32_t)31)))))))))))));
		int32_t L_69 = V_13;
		V_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_69, (int32_t)1));
	}

IL_019c:
	{
		int32_t L_70 = V_13;
		CharU5BU5D_t3528271667* L_71 = V_12;
		NullCheck(L_71);
		if ((((int32_t)L_70) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_71)->max_length)))))))
		{
			goto IL_0171;
		}
	}

IL_01a7:
	{
		int32_t L_72 = V_10;
		V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_72, (int32_t)1));
	}

IL_01ad:
	{
		int32_t L_73 = V_10;
		ContractionU5BU5D_t838556799* L_74 = V_9;
		NullCheck(L_74);
		if ((((int32_t)L_73) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_74)->max_length)))))))
		{
			goto IL_014a;
		}
	}

IL_01b8:
	{
		return;
	}
}
// System.Void Mono.Globalization.Unicode.SimpleCollator::.cctor()
extern "C"  void SimpleCollator__cctor_m4065707122 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SimpleCollator__cctor_m4065707122_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		String_t* L_0 = Environment_internalGetEnvironmentVariable_m3668851860(NULL /*static, unused*/, _stringLiteral2351037397, /*hidden argument*/NULL);
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		bool L_1 = String_op_Equality_m920492651(NULL /*static, unused*/, L_0, _stringLiteral4119301762, /*hidden argument*/NULL);
		((SimpleCollator_t2877834729_StaticFields*)il2cpp_codegen_static_fields_for(SimpleCollator_t2877834729_il2cpp_TypeInfo_var))->set_QuickCheckDisabled_0(L_1);
		IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var);
		CultureInfo_t4157843068 * L_2 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL);
		SimpleCollator_t2877834729 * L_3 = (SimpleCollator_t2877834729 *)il2cpp_codegen_object_new(SimpleCollator_t2877834729_il2cpp_TypeInfo_var);
		SimpleCollator__ctor_m1587210019(L_3, L_2, /*hidden argument*/NULL);
		((SimpleCollator_t2877834729_StaticFields*)il2cpp_codegen_static_fields_for(SimpleCollator_t2877834729_il2cpp_TypeInfo_var))->set_invariant_1(L_3);
		return;
	}
}
// System.Void Mono.Globalization.Unicode.SimpleCollator::SetCJKTable(System.Globalization.CultureInfo,Mono.Globalization.Unicode.CodePointIndexer&,System.Byte*&,System.Byte*&,Mono.Globalization.Unicode.CodePointIndexer&,System.Byte*&)
extern "C"  void SimpleCollator_SetCJKTable_m766339459 (SimpleCollator_t2877834729 * __this, CultureInfo_t4157843068 * ___culture0, CodePointIndexer_t4134431086 ** ___cjkIndexer1, uint8_t** ___catTable2, uint8_t** ___lv1Table3, CodePointIndexer_t4134431086 ** ___lv2Indexer4, uint8_t** ___lv2Table5, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SimpleCollator_SetCJKTable_m766339459_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	String_t* V_0 = NULL;
	{
		CultureInfo_t4157843068 * L_0 = ___culture0;
		IL2CPP_RUNTIME_CLASS_INIT(SimpleCollator_t2877834729_il2cpp_TypeInfo_var);
		CultureInfo_t4157843068 * L_1 = SimpleCollator_GetNeutralCulture_m3694654043(NULL /*static, unused*/, L_0, /*hidden argument*/NULL);
		NullCheck(L_1);
		String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Globalization.CultureInfo::get_Name() */, L_1);
		V_0 = L_2;
		String_t* L_3 = V_0;
		CodePointIndexer_t4134431086 ** L_4 = ___cjkIndexer1;
		uint8_t** L_5 = ___catTable2;
		uint8_t** L_6 = ___lv1Table3;
		CodePointIndexer_t4134431086 ** L_7 = ___lv2Indexer4;
		uint8_t** L_8 = ___lv2Table5;
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var);
		MSCompatUnicodeTable_FillCJK_m1599013685(NULL /*static, unused*/, L_3, L_4, L_5, L_6, L_7, L_8, /*hidden argument*/NULL);
		return;
	}
}
// System.Globalization.CultureInfo Mono.Globalization.Unicode.SimpleCollator::GetNeutralCulture(System.Globalization.CultureInfo)
extern "C"  CultureInfo_t4157843068 * SimpleCollator_GetNeutralCulture_m3694654043 (RuntimeObject * __this /* static, unused */, CultureInfo_t4157843068 * ___info0, const RuntimeMethod* method)
{
	CultureInfo_t4157843068 * V_0 = NULL;
	{
		CultureInfo_t4157843068 * L_0 = ___info0;
		V_0 = L_0;
		goto IL_000e;
	}

IL_0007:
	{
		CultureInfo_t4157843068 * L_1 = V_0;
		NullCheck(L_1);
		CultureInfo_t4157843068 * L_2 = VirtFuncInvoker0< CultureInfo_t4157843068 * >::Invoke(8 /* System.Globalization.CultureInfo System.Globalization.CultureInfo::get_Parent() */, L_1);
		V_0 = L_2;
	}

IL_000e:
	{
		CultureInfo_t4157843068 * L_3 = V_0;
		NullCheck(L_3);
		CultureInfo_t4157843068 * L_4 = VirtFuncInvoker0< CultureInfo_t4157843068 * >::Invoke(8 /* System.Globalization.CultureInfo System.Globalization.CultureInfo::get_Parent() */, L_3);
		if (!L_4)
		{
			goto IL_002b;
		}
	}
	{
		CultureInfo_t4157843068 * L_5 = V_0;
		NullCheck(L_5);
		CultureInfo_t4157843068 * L_6 = VirtFuncInvoker0< CultureInfo_t4157843068 * >::Invoke(8 /* System.Globalization.CultureInfo System.Globalization.CultureInfo::get_Parent() */, L_5);
		NullCheck(L_6);
		int32_t L_7 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Globalization.CultureInfo::get_LCID() */, L_6);
		if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)127)))))
		{
			goto IL_0007;
		}
	}

IL_002b:
	{
		CultureInfo_t4157843068 * L_8 = V_0;
		return L_8;
	}
}
// System.Byte Mono.Globalization.Unicode.SimpleCollator::Category(System.Int32)
extern "C"  uint8_t SimpleCollator_Category_m119590608 (SimpleCollator_t2877834729 * __this, int32_t ___cp0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SimpleCollator_Category_m119590608_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	int32_t G_B6_0 = 0;
	{
		int32_t L_0 = ___cp0;
		if ((((int32_t)L_0) < ((int32_t)((int32_t)12288))))
		{
			goto IL_0016;
		}
	}
	{
		uint8_t* L_1 = __this->get_cjkCatTable_4();
		if (L_1)
		{
			goto IL_001d;
		}
	}

IL_0016:
	{
		int32_t L_2 = ___cp0;
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var);
		uint8_t L_3 = MSCompatUnicodeTable_Category_m1834196420(NULL /*static, unused*/, L_2, /*hidden argument*/NULL);
		return L_3;
	}

IL_001d:
	{
		CodePointIndexer_t4134431086 * L_4 = __this->get_cjkIndexer_6();
		int32_t L_5 = ___cp0;
		NullCheck(L_4);
		int32_t L_6 = CodePointIndexer_ToIndex_m1008730487(L_4, L_5, /*hidden argument*/NULL);
		V_0 = L_6;
		int32_t L_7 = V_0;
		if ((((int32_t)L_7) >= ((int32_t)0)))
		{
			goto IL_003c;
		}
	}
	{
		int32_t L_8 = ___cp0;
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var);
		uint8_t L_9 = MSCompatUnicodeTable_Category_m1834196420(NULL /*static, unused*/, L_8, /*hidden argument*/NULL);
		G_B6_0 = ((int32_t)(L_9));
		goto IL_0045;
	}

IL_003c:
	{
		uint8_t* L_10 = __this->get_cjkCatTable_4();
		int32_t L_11 = V_0;
		G_B6_0 = (*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_10, (int32_t)L_11))));
	}

IL_0045:
	{
		return (uint8_t)G_B6_0;
	}
}
// System.Byte Mono.Globalization.Unicode.SimpleCollator::Level1(System.Int32)
extern "C"  uint8_t SimpleCollator_Level1_m634954506 (SimpleCollator_t2877834729 * __this, int32_t ___cp0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SimpleCollator_Level1_m634954506_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	int32_t G_B6_0 = 0;
	{
		int32_t L_0 = ___cp0;
		if ((((int32_t)L_0) < ((int32_t)((int32_t)12288))))
		{
			goto IL_0016;
		}
	}
	{
		uint8_t* L_1 = __this->get_cjkLv1Table_5();
		if (L_1)
		{
			goto IL_001d;
		}
	}

IL_0016:
	{
		int32_t L_2 = ___cp0;
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var);
		uint8_t L_3 = MSCompatUnicodeTable_Level1_m18730923(NULL /*static, unused*/, L_2, /*hidden argument*/NULL);
		return L_3;
	}

IL_001d:
	{
		CodePointIndexer_t4134431086 * L_4 = __this->get_cjkIndexer_6();
		int32_t L_5 = ___cp0;
		NullCheck(L_4);
		int32_t L_6 = CodePointIndexer_ToIndex_m1008730487(L_4, L_5, /*hidden argument*/NULL);
		V_0 = L_6;
		int32_t L_7 = V_0;
		if ((((int32_t)L_7) >= ((int32_t)0)))
		{
			goto IL_003c;
		}
	}
	{
		int32_t L_8 = ___cp0;
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var);
		uint8_t L_9 = MSCompatUnicodeTable_Level1_m18730923(NULL /*static, unused*/, L_8, /*hidden argument*/NULL);
		G_B6_0 = ((int32_t)(L_9));
		goto IL_0045;
	}

IL_003c:
	{
		uint8_t* L_10 = __this->get_cjkLv1Table_5();
		int32_t L_11 = V_0;
		G_B6_0 = (*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_10, (int32_t)L_11))));
	}

IL_0045:
	{
		return (uint8_t)G_B6_0;
	}
}
// System.Byte Mono.Globalization.Unicode.SimpleCollator::Level2(System.Int32,Mono.Globalization.Unicode.SimpleCollator/ExtenderType)
extern "C"  uint8_t SimpleCollator_Level2_m2830638875 (SimpleCollator_t2877834729 * __this, int32_t ___cp0, int32_t ___ext1, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SimpleCollator_Level2_m2830638875_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	uint8_t V_1 = 0x0;
	int32_t V_2 = 0;
	int32_t G_B10_0 = 0;
	{
		int32_t L_0 = ___ext1;
		if ((!(((uint32_t)L_0) == ((uint32_t)4))))
		{
			goto IL_0009;
		}
	}
	{
		return (uint8_t)5;
	}

IL_0009:
	{
		int32_t L_1 = ___ext1;
		if ((!(((uint32_t)L_1) == ((uint32_t)3))))
		{
			goto IL_0012;
		}
	}
	{
		return (uint8_t)0;
	}

IL_0012:
	{
		int32_t L_2 = ___cp0;
		if ((((int32_t)L_2) < ((int32_t)((int32_t)12288))))
		{
			goto IL_0028;
		}
	}
	{
		uint8_t* L_3 = __this->get_cjkLv2Table_7();
		if (L_3)
		{
			goto IL_002f;
		}
	}

IL_0028:
	{
		int32_t L_4 = ___cp0;
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var);
		uint8_t L_5 = MSCompatUnicodeTable_Level2_m3823292331(NULL /*static, unused*/, L_4, /*hidden argument*/NULL);
		return L_5;
	}

IL_002f:
	{
		CodePointIndexer_t4134431086 * L_6 = __this->get_cjkLv2Indexer_8();
		int32_t L_7 = ___cp0;
		NullCheck(L_6);
		int32_t L_8 = CodePointIndexer_ToIndex_m1008730487(L_6, L_7, /*hidden argument*/NULL);
		V_0 = L_8;
		int32_t L_9 = V_0;
		if ((((int32_t)L_9) >= ((int32_t)0)))
		{
			goto IL_0049;
		}
	}
	{
		G_B10_0 = 0;
		goto IL_0052;
	}

IL_0049:
	{
		uint8_t* L_10 = __this->get_cjkLv2Table_7();
		int32_t L_11 = V_0;
		G_B10_0 = (*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_10, (int32_t)L_11))));
	}

IL_0052:
	{
		V_1 = (uint8_t)G_B10_0;
		uint8_t L_12 = V_1;
		if (!L_12)
		{
			goto IL_005b;
		}
	}
	{
		uint8_t L_13 = V_1;
		return L_13;
	}

IL_005b:
	{
		int32_t L_14 = ___cp0;
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var);
		uint8_t L_15 = MSCompatUnicodeTable_Level2_m3823292331(NULL /*static, unused*/, L_14, /*hidden argument*/NULL);
		V_1 = L_15;
		Level2MapU5BU5D_t3973367379* L_16 = __this->get_level2Maps_11();
		NullCheck(L_16);
		if ((((int32_t)((int32_t)(((RuntimeArray *)L_16)->max_length)))))
		{
			goto IL_0071;
		}
	}
	{
		uint8_t L_17 = V_1;
		return L_17;
	}

IL_0071:
	{
		V_2 = 0;
		goto IL_00b5;
	}

IL_0078:
	{
		Level2MapU5BU5D_t3973367379* L_18 = __this->get_level2Maps_11();
		int32_t L_19 = V_2;
		NullCheck(L_18);
		int32_t L_20 = L_19;
		Level2Map_t3640798870 * L_21 = (L_18)->GetAt(static_cast<il2cpp_array_size_t>(L_20));
		NullCheck(L_21);
		uint8_t L_22 = L_21->get_Source_0();
		uint8_t L_23 = V_1;
		if ((!(((uint32_t)L_22) == ((uint32_t)L_23))))
		{
			goto IL_0099;
		}
	}
	{
		Level2MapU5BU5D_t3973367379* L_24 = __this->get_level2Maps_11();
		int32_t L_25 = V_2;
		NullCheck(L_24);
		int32_t L_26 = L_25;
		Level2Map_t3640798870 * L_27 = (L_24)->GetAt(static_cast<il2cpp_array_size_t>(L_26));
		NullCheck(L_27);
		uint8_t L_28 = L_27->get_Replace_1();
		return L_28;
	}

IL_0099:
	{
		Level2MapU5BU5D_t3973367379* L_29 = __this->get_level2Maps_11();
		int32_t L_30 = V_2;
		NullCheck(L_29);
		int32_t L_31 = L_30;
		Level2Map_t3640798870 * L_32 = (L_29)->GetAt(static_cast<il2cpp_array_size_t>(L_31));
		NullCheck(L_32);
		uint8_t L_33 = L_32->get_Source_0();
		uint8_t L_34 = V_1;
		if ((((int32_t)L_33) <= ((int32_t)L_34)))
		{
			goto IL_00b1;
		}
	}
	{
		goto IL_00c3;
	}

IL_00b1:
	{
		int32_t L_35 = V_2;
		V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1));
	}

IL_00b5:
	{
		int32_t L_36 = V_2;
		Level2MapU5BU5D_t3973367379* L_37 = __this->get_level2Maps_11();
		NullCheck(L_37);
		if ((((int32_t)L_36) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_37)->max_length)))))))
		{
			goto IL_0078;
		}
	}

IL_00c3:
	{
		uint8_t L_38 = V_1;
		return L_38;
	}
}
// System.Boolean Mono.Globalization.Unicode.SimpleCollator::IsHalfKana(System.Int32,System.Globalization.CompareOptions)
extern "C"  bool SimpleCollator_IsHalfKana_m3959736042 (RuntimeObject * __this /* static, unused */, int32_t ___cp0, int32_t ___opt1, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SimpleCollator_IsHalfKana_m3959736042_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	int32_t G_B3_0 = 0;
	{
		int32_t L_0 = ___opt1;
		if (((int32_t)((int32_t)L_0&(int32_t)((int32_t)16))))
		{
			goto IL_0012;
		}
	}
	{
		int32_t L_1 = ___cp0;
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var);
		bool L_2 = MSCompatUnicodeTable_IsHalfWidthKana_m4030661976(NULL /*static, unused*/, (((int32_t)((uint16_t)L_1))), /*hidden argument*/NULL);
		G_B3_0 = ((int32_t)(L_2));
		goto IL_0013;
	}

IL_0012:
	{
		G_B3_0 = 1;
	}

IL_0013:
	{
		return (bool)G_B3_0;
	}
}
// Mono.Globalization.Unicode.Contraction Mono.Globalization.Unicode.SimpleCollator::GetContraction(System.String,System.Int32,System.Int32)
extern "C"  Contraction_t1589275354 * SimpleCollator_GetContraction_m3383256934 (SimpleCollator_t2877834729 * __this, String_t* ___s0, int32_t ___start1, int32_t ___end2, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SimpleCollator_GetContraction_m3383256934_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	Contraction_t1589275354 * V_0 = NULL;
	{
		String_t* L_0 = ___s0;
		int32_t L_1 = ___start1;
		int32_t L_2 = ___end2;
		ContractionU5BU5D_t838556799* L_3 = __this->get_contractions_10();
		Contraction_t1589275354 * L_4 = SimpleCollator_GetContraction_m2205549079(__this, L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
		V_0 = L_4;
		Contraction_t1589275354 * L_5 = V_0;
		if (L_5)
		{
			goto IL_0023;
		}
	}
	{
		int32_t L_6 = __this->get_lcid_9();
		if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)127)))))
		{
			goto IL_0025;
		}
	}

IL_0023:
	{
		Contraction_t1589275354 * L_7 = V_0;
		return L_7;
	}

IL_0025:
	{
		String_t* L_8 = ___s0;
		int32_t L_9 = ___start1;
		int32_t L_10 = ___end2;
		IL2CPP_RUNTIME_CLASS_INIT(SimpleCollator_t2877834729_il2cpp_TypeInfo_var);
		SimpleCollator_t2877834729 * L_11 = ((SimpleCollator_t2877834729_StaticFields*)il2cpp_codegen_static_fields_for(SimpleCollator_t2877834729_il2cpp_TypeInfo_var))->get_invariant_1();
		NullCheck(L_11);
		ContractionU5BU5D_t838556799* L_12 = L_11->get_contractions_10();
		Contraction_t1589275354 * L_13 = SimpleCollator_GetContraction_m2205549079(__this, L_8, L_9, L_10, L_12, /*hidden argument*/NULL);
		return L_13;
	}
}
// Mono.Globalization.Unicode.Contraction Mono.Globalization.Unicode.SimpleCollator::GetContraction(System.String,System.Int32,System.Int32,Mono.Globalization.Unicode.Contraction[])
extern "C"  Contraction_t1589275354 * SimpleCollator_GetContraction_m2205549079 (SimpleCollator_t2877834729 * __this, String_t* ___s0, int32_t ___start1, int32_t ___end2, ContractionU5BU5D_t838556799* ___clist3, const RuntimeMethod* method)
{
	int32_t V_0 = 0;
	Contraction_t1589275354 * V_1 = NULL;
	int32_t V_2 = 0;
	CharU5BU5D_t3528271667* V_3 = NULL;
	bool V_4 = false;
	int32_t V_5 = 0;
	{
		V_0 = 0;
		goto IL_008c;
	}

IL_0007:
	{
		ContractionU5BU5D_t838556799* L_0 = ___clist3;
		int32_t L_1 = V_0;
		NullCheck(L_0);
		int32_t L_2 = L_1;
		Contraction_t1589275354 * L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
		V_1 = L_3;
		Contraction_t1589275354 * L_4 = V_1;
		NullCheck(L_4);
		CharU5BU5D_t3528271667* L_5 = L_4->get_Source_0();
		NullCheck(L_5);
		int32_t L_6 = 0;
		uint16_t L_7 = (L_5)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
		String_t* L_8 = ___s0;
		int32_t L_9 = ___start1;
		NullCheck(L_8);
		Il2CppChar L_10 = String_get_Chars_m2986988803(L_8, L_9, /*hidden argument*/NULL);
		V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)L_10));
		int32_t L_11 = V_2;
		if ((((int32_t)L_11) <= ((int32_t)0)))
		{
			goto IL_0026;
		}
	}
	{
		return (Contraction_t1589275354 *)NULL;
	}

IL_0026:
	{
		int32_t L_12 = V_2;
		if ((((int32_t)L_12) >= ((int32_t)0)))
		{
			goto IL_0032;
		}
	}
	{
		goto IL_0088;
	}

IL_0032:
	{
		Contraction_t1589275354 * L_13 = V_1;
		NullCheck(L_13);
		CharU5BU5D_t3528271667* L_14 = L_13->get_Source_0();
		V_3 = L_14;
		int32_t L_15 = ___end2;
		int32_t L_16 = ___start1;
		CharU5BU5D_t3528271667* L_17 = V_3;
		NullCheck(L_17);
		if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)L_16))) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_17)->max_length)))))))
		{
			goto IL_0049;
		}
	}
	{
		goto IL_0088;
	}

IL_0049:
	{
		V_4 = (bool)1;
		V_5 = 0;
		goto IL_0075;
	}

IL_0054:
	{
		String_t* L_18 = ___s0;
		int32_t L_19 = ___start1;
		int32_t L_20 = V_5;
		NullCheck(L_18);
		Il2CppChar L_21 = String_get_Chars_m2986988803(L_18, ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)L_20)), /*hidden argument*/NULL);
		CharU5BU5D_t3528271667* L_22 = V_3;
		int32_t L_23 = V_5;
		NullCheck(L_22);
		int32_t L_24 = L_23;
		uint16_t L_25 = (L_22)->GetAt(static_cast<il2cpp_array_size_t>(L_24));
		if ((((int32_t)L_21) == ((int32_t)L_25)))
		{
			goto IL_006f;
		}
	}
	{
		V_4 = (bool)0;
		goto IL_007f;
	}

IL_006f:
	{
		int32_t L_26 = V_5;
		V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1));
	}

IL_0075:
	{
		int32_t L_27 = V_5;
		CharU5BU5D_t3528271667* L_28 = V_3;
		NullCheck(L_28);
		if ((((int32_t)L_27) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_28)->max_length)))))))
		{
			goto IL_0054;
		}
	}

IL_007f:
	{
		bool L_29 = V_4;
		if (!L_29)
		{
			goto IL_0088;
		}
	}
	{
		Contraction_t1589275354 * L_30 = V_1;
		return L_30;
	}

IL_0088:
	{
		int32_t L_31 = V_0;
		V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1));
	}

IL_008c:
	{
		int32_t L_32 = V_0;
		ContractionU5BU5D_t838556799* L_33 = ___clist3;
		NullCheck(L_33);
		if ((((int32_t)L_32) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_33)->max_length)))))))
		{
			goto IL_0007;
		}
	}
	{
		return (Contraction_t1589275354 *)NULL;
	}
}
// Mono.Globalization.Unicode.Contraction Mono.Globalization.Unicode.SimpleCollator::GetTailContraction(System.String,System.Int32,System.Int32)
extern "C"  Contraction_t1589275354 * SimpleCollator_GetTailContraction_m2377844406 (SimpleCollator_t2877834729 * __this, String_t* ___s0, int32_t ___start1, int32_t ___end2, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SimpleCollator_GetTailContraction_m2377844406_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	Contraction_t1589275354 * V_0 = NULL;
	{
		String_t* L_0 = ___s0;
		int32_t L_1 = ___start1;
		int32_t L_2 = ___end2;
		ContractionU5BU5D_t838556799* L_3 = __this->get_contractions_10();
		Contraction_t1589275354 * L_4 = SimpleCollator_GetTailContraction_m2107754083(__this, L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
		V_0 = L_4;
		Contraction_t1589275354 * L_5 = V_0;
		if (L_5)
		{
			goto IL_0023;
		}
	}
	{
		int32_t L_6 = __this->get_lcid_9();
		if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)127)))))
		{
			goto IL_0025;
		}
	}

IL_0023:
	{
		Contraction_t1589275354 * L_7 = V_0;
		return L_7;
	}

IL_0025:
	{
		String_t* L_8 = ___s0;
		int32_t L_9 = ___start1;
		int32_t L_10 = ___end2;
		IL2CPP_RUNTIME_CLASS_INIT(SimpleCollator_t2877834729_il2cpp_TypeInfo_var);
		SimpleCollator_t2877834729 * L_11 = ((SimpleCollator_t2877834729_StaticFields*)il2cpp_codegen_static_fields_for(SimpleCollator_t2877834729_il2cpp_TypeInfo_var))->get_invariant_1();
		NullCheck(L_11);
		ContractionU5BU5D_t838556799* L_12 = L_11->get_contractions_10();
		Contraction_t1589275354 * L_13 = SimpleCollator_GetTailContraction_m2107754083(__this, L_8, L_9, L_10, L_12, /*hidden argument*/NULL);
		return L_13;
	}
}
// Mono.Globalization.Unicode.Contraction Mono.Globalization.Unicode.SimpleCollator::GetTailContraction(System.String,System.Int32,System.Int32,Mono.Globalization.Unicode.Contraction[])
extern "C"  Contraction_t1589275354 * SimpleCollator_GetTailContraction_m2107754083 (SimpleCollator_t2877834729 * __this, String_t* ___s0, int32_t ___start1, int32_t ___end2, ContractionU5BU5D_t838556799* ___clist3, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SimpleCollator_GetTailContraction_m2107754083_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	Contraction_t1589275354 * V_1 = NULL;
	CharU5BU5D_t3528271667* V_2 = NULL;
	bool V_3 = false;
	int32_t V_4 = 0;
	int32_t V_5 = 0;
	{
		int32_t L_0 = ___start1;
		int32_t L_1 = ___end2;
		if ((((int32_t)L_0) == ((int32_t)L_1)))
		{
			goto IL_0028;
		}
	}
	{
		int32_t L_2 = ___end2;
		if ((((int32_t)L_2) < ((int32_t)(-1))))
		{
			goto IL_0028;
		}
	}
	{
		int32_t L_3 = ___start1;
		String_t* L_4 = ___s0;
		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_0028;
		}
	}
	{
		String_t* L_6 = ___s0;
		NullCheck(L_6);
		int32_t L_7 = String_get_Length_m3847582255(L_6, /*hidden argument*/NULL);
		int32_t L_8 = ___end2;
		if ((((int32_t)L_7) > ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)))))
		{
			goto IL_0045;
		}
	}

IL_0028:
	{
		int32_t L_9 = ___start1;
		int32_t L_10 = L_9;
		RuntimeObject * L_11 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_10);
		int32_t L_12 = ___end2;
		int32_t L_13 = L_12;
		RuntimeObject * L_14 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_13);
		String_t* L_15 = ___s0;
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_16 = String_Format_m3339413201(NULL /*static, unused*/, _stringLiteral1514276444, L_11, L_14, L_15, /*hidden argument*/NULL);
		SystemException_t176217640 * L_17 = (SystemException_t176217640 *)il2cpp_codegen_object_new(SystemException_t176217640_il2cpp_TypeInfo_var);
		SystemException__ctor_m3298527747(L_17, L_16, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_17);
	}

IL_0045:
	{
		V_0 = 0;
		goto IL_00cd;
	}

IL_004c:
	{
		ContractionU5BU5D_t838556799* L_18 = ___clist3;
		int32_t L_19 = V_0;
		NullCheck(L_18);
		int32_t L_20 = L_19;
		Contraction_t1589275354 * L_21 = (L_18)->GetAt(static_cast<il2cpp_array_size_t>(L_20));
		V_1 = L_21;
		Contraction_t1589275354 * L_22 = V_1;
		NullCheck(L_22);
		CharU5BU5D_t3528271667* L_23 = L_22->get_Source_0();
		V_2 = L_23;
		CharU5BU5D_t3528271667* L_24 = V_2;
		NullCheck(L_24);
		int32_t L_25 = ___start1;
		int32_t L_26 = ___end2;
		if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_24)->max_length))))) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)L_26)))))
		{
			goto IL_0068;
		}
	}
	{
		goto IL_00c9;
	}

IL_0068:
	{
		CharU5BU5D_t3528271667* L_27 = V_2;
		CharU5BU5D_t3528271667* L_28 = V_2;
		NullCheck(L_28);
		NullCheck(L_27);
		int32_t L_29 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_28)->max_length)))), (int32_t)1));
		uint16_t L_30 = (L_27)->GetAt(static_cast<il2cpp_array_size_t>(L_29));
		String_t* L_31 = ___s0;
		int32_t L_32 = ___start1;
		NullCheck(L_31);
		Il2CppChar L_33 = String_get_Chars_m2986988803(L_31, L_32, /*hidden argument*/NULL);
		if ((((int32_t)L_30) == ((int32_t)L_33)))
		{
			goto IL_0080;
		}
	}
	{
		goto IL_00c9;
	}

IL_0080:
	{
		V_3 = (bool)1;
		V_4 = 0;
		int32_t L_34 = ___start1;
		CharU5BU5D_t3528271667* L_35 = V_2;
		NullCheck(L_35);
		V_5 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_35)->max_length)))))), (int32_t)1));
		goto IL_00b7;
	}

IL_0093:
	{
		String_t* L_36 = ___s0;
		int32_t L_37 = V_5;
		NullCheck(L_36);
		Il2CppChar L_38 = String_get_Chars_m2986988803(L_36, L_37, /*hidden argument*/NULL);
		CharU5BU5D_t3528271667* L_39 = V_2;
		int32_t L_40 = V_4;
		NullCheck(L_39);
		int32_t L_41 = L_40;
		uint16_t L_42 = (L_39)->GetAt(static_cast<il2cpp_array_size_t>(L_41));
		if ((((int32_t)L_38) == ((int32_t)L_42)))
		{
			goto IL_00ab;
		}
	}
	{
		V_3 = (bool)0;
		goto IL_00c1;
	}

IL_00ab:
	{
		int32_t L_43 = V_4;
		V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1));
		int32_t L_44 = V_5;
		V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1));
	}

IL_00b7:
	{
		int32_t L_45 = V_4;
		CharU5BU5D_t3528271667* L_46 = V_2;
		NullCheck(L_46);
		if ((((int32_t)L_45) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_46)->max_length)))))))
		{
			goto IL_0093;
		}
	}

IL_00c1:
	{
		bool L_47 = V_3;
		if (!L_47)
		{
			goto IL_00c9;
		}
	}
	{
		Contraction_t1589275354 * L_48 = V_1;
		return L_48;
	}

IL_00c9:
	{
		int32_t L_49 = V_0;
		V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)1));
	}

IL_00cd:
	{
		int32_t L_50 = V_0;
		ContractionU5BU5D_t838556799* L_51 = ___clist3;
		NullCheck(L_51);
		if ((((int32_t)L_50) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_51)->max_length)))))))
		{
			goto IL_004c;
		}
	}
	{
		return (Contraction_t1589275354 *)NULL;
	}
}
// System.Int32 Mono.Globalization.Unicode.SimpleCollator::FilterOptions(System.Int32,System.Globalization.CompareOptions)
extern "C"  int32_t SimpleCollator_FilterOptions_m4183839400 (SimpleCollator_t2877834729 * __this, int32_t ___i0, int32_t ___opt1, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SimpleCollator_FilterOptions_m4183839400_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	{
		int32_t L_0 = ___opt1;
		if (!((int32_t)((int32_t)L_0&(int32_t)((int32_t)16))))
		{
			goto IL_0019;
		}
	}
	{
		int32_t L_1 = ___i0;
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var);
		int32_t L_2 = MSCompatUnicodeTable_ToWidthCompat_m3110108204(NULL /*static, unused*/, L_1, /*hidden argument*/NULL);
		V_0 = L_2;
		int32_t L_3 = V_0;
		if (!L_3)
		{
			goto IL_0019;
		}
	}
	{
		int32_t L_4 = V_0;
		___i0 = L_4;
	}

IL_0019:
	{
		int32_t L_5 = ___opt1;
		if (!((int32_t)((int32_t)L_5&(int32_t)((int32_t)268435456))))
		{
			goto IL_0034;
		}
	}
	{
		TextInfo_t3810425522 * L_6 = __this->get_textInfo_2();
		int32_t L_7 = ___i0;
		NullCheck(L_6);
		Il2CppChar L_8 = VirtFuncInvoker1< Il2CppChar, Il2CppChar >::Invoke(7 /* System.Char System.Globalization.TextInfo::ToLower(System.Char) */, L_6, (((int32_t)((uint16_t)L_7))));
		___i0 = L_8;
	}

IL_0034:
	{
		int32_t L_9 = ___opt1;
		if (!((int32_t)((int32_t)L_9&(int32_t)1)))
		{
			goto IL_004b;
		}
	}
	{
		TextInfo_t3810425522 * L_10 = __this->get_textInfo_2();
		int32_t L_11 = ___i0;
		NullCheck(L_10);
		Il2CppChar L_12 = VirtFuncInvoker1< Il2CppChar, Il2CppChar >::Invoke(7 /* System.Char System.Globalization.TextInfo::ToLower(System.Char) */, L_10, (((int32_t)((uint16_t)L_11))));
		___i0 = L_12;
	}

IL_004b:
	{
		int32_t L_13 = ___opt1;
		if (!((int32_t)((int32_t)L_13&(int32_t)8)))
		{
			goto IL_005b;
		}
	}
	{
		int32_t L_14 = ___i0;
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var);
		int32_t L_15 = MSCompatUnicodeTable_ToKanaTypeInsensitive_m2886449430(NULL /*static, unused*/, L_14, /*hidden argument*/NULL);
		___i0 = L_15;
	}

IL_005b:
	{
		int32_t L_16 = ___i0;
		return L_16;
	}
}
// Mono.Globalization.Unicode.SimpleCollator/ExtenderType Mono.Globalization.Unicode.SimpleCollator::GetExtenderType(System.Int32)
extern "C"  int32_t SimpleCollator_GetExtenderType_m407776429 (SimpleCollator_t2877834729 * __this, int32_t ___i0, const RuntimeMethod* method)
{
	int32_t V_0 = 0;
	int32_t G_B4_0 = 0;
	{
		int32_t L_0 = ___i0;
		if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)8213)))))
		{
			goto IL_0020;
		}
	}
	{
		int32_t L_1 = __this->get_lcid_9();
		if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)16)))))
		{
			goto IL_001e;
		}
	}
	{
		G_B4_0 = 3;
		goto IL_001f;
	}

IL_001e:
	{
		G_B4_0 = 0;
	}

IL_001f:
	{
		return (int32_t)(G_B4_0);
	}

IL_0020:
	{
		int32_t L_2 = ___i0;
		if ((((int32_t)L_2) < ((int32_t)((int32_t)12293))))
		{
			goto IL_0036;
		}
	}
	{
		int32_t L_3 = ___i0;
		if ((((int32_t)L_3) <= ((int32_t)((int32_t)65392))))
		{
			goto IL_0038;
		}
	}

IL_0036:
	{
		return (int32_t)(0);
	}

IL_0038:
	{
		int32_t L_4 = ___i0;
		if ((((int32_t)L_4) < ((int32_t)((int32_t)65148))))
		{
			goto IL_0087;
		}
	}
	{
		int32_t L_5 = ___i0;
		V_0 = L_5;
		int32_t L_6 = V_0;
		if ((((int32_t)L_6) == ((int32_t)((int32_t)65148))))
		{
			goto IL_0081;
		}
	}
	{
		int32_t L_7 = V_0;
		if ((((int32_t)L_7) == ((int32_t)((int32_t)65149))))
		{
			goto IL_0081;
		}
	}
	{
		int32_t L_8 = V_0;
		if ((((int32_t)L_8) == ((int32_t)((int32_t)65438))))
		{
			goto IL_0085;
		}
	}
	{
		int32_t L_9 = V_0;
		if ((((int32_t)L_9) == ((int32_t)((int32_t)65439))))
		{
			goto IL_0085;
		}
	}
	{
		int32_t L_10 = V_0;
		if ((((int32_t)L_10) == ((int32_t)((int32_t)65392))))
		{
			goto IL_0083;
		}
	}
	{
		goto IL_0087;
	}

IL_0081:
	{
		return (int32_t)(1);
	}

IL_0083:
	{
		return (int32_t)(3);
	}

IL_0085:
	{
		return (int32_t)(2);
	}

IL_0087:
	{
		int32_t L_11 = ___i0;
		if ((((int32_t)L_11) <= ((int32_t)((int32_t)12542))))
		{
			goto IL_0094;
		}
	}
	{
		return (int32_t)(0);
	}

IL_0094:
	{
		int32_t L_12 = ___i0;
		V_0 = L_12;
		int32_t L_13 = V_0;
		switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)((int32_t)12540))))
		{
			case 0:
			{
				goto IL_00f0;
			}
			case 1:
			{
				goto IL_00ec;
			}
			case 2:
			{
				goto IL_00ee;
			}
		}
	}
	{
		int32_t L_14 = V_0;
		if ((((int32_t)L_14) == ((int32_t)((int32_t)12337))))
		{
			goto IL_00ec;
		}
	}
	{
		int32_t L_15 = V_0;
		if ((((int32_t)L_15) == ((int32_t)((int32_t)12338))))
		{
			goto IL_00ec;
		}
	}
	{
		int32_t L_16 = V_0;
		if ((((int32_t)L_16) == ((int32_t)((int32_t)12445))))
		{
			goto IL_00ec;
		}
	}
	{
		int32_t L_17 = V_0;
		if ((((int32_t)L_17) == ((int32_t)((int32_t)12446))))
		{
			goto IL_00ee;
		}
	}
	{
		int32_t L_18 = V_0;
		if ((((int32_t)L_18) == ((int32_t)((int32_t)12293))))
		{
			goto IL_00ea;
		}
	}
	{
		goto IL_00f2;
	}

IL_00ea:
	{
		return (int32_t)(4);
	}

IL_00ec:
	{
		return (int32_t)(1);
	}

IL_00ee:
	{
		return (int32_t)(2);
	}

IL_00f0:
	{
		return (int32_t)(3);
	}

IL_00f2:
	{
		return (int32_t)(0);
	}
}
// System.Byte Mono.Globalization.Unicode.SimpleCollator::ToDashTypeValue(Mono.Globalization.Unicode.SimpleCollator/ExtenderType,System.Globalization.CompareOptions)
extern "C"  uint8_t SimpleCollator_ToDashTypeValue_m6184468 (RuntimeObject * __this /* static, unused */, int32_t ___ext0, int32_t ___opt1, const RuntimeMethod* method)
{
	int32_t V_0 = 0;
	{
		int32_t L_0 = ___opt1;
		if (!((int32_t)((int32_t)L_0&(int32_t)2)))
		{
			goto IL_000a;
		}
	}
	{
		return (uint8_t)3;
	}

IL_000a:
	{
		int32_t L_1 = ___ext0;
		V_0 = L_1;
		int32_t L_2 = V_0;
		switch (L_2)
		{
			case 0:
			{
				goto IL_0027;
			}
			case 1:
			{
				goto IL_002b;
			}
			case 2:
			{
				goto IL_002b;
			}
			case 3:
			{
				goto IL_0029;
			}
		}
	}
	{
		goto IL_002b;
	}

IL_0027:
	{
		return (uint8_t)3;
	}

IL_0029:
	{
		return (uint8_t)5;
	}

IL_002b:
	{
		return (uint8_t)4;
	}
}
// System.Int32 Mono.Globalization.Unicode.SimpleCollator::FilterExtender(System.Int32,Mono.Globalization.Unicode.SimpleCollator/ExtenderType,System.Globalization.CompareOptions)
extern "C"  int32_t SimpleCollator_FilterExtender_m72900315 (SimpleCollator_t2877834729 * __this, int32_t ___i0, int32_t ___ext1, int32_t ___opt2, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SimpleCollator_FilterExtender_m72900315_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	bool V_0 = false;
	bool V_1 = false;
	int32_t V_2 = 0;
	int32_t G_B9_0 = 0;
	int32_t G_B15_0 = 0;
	int32_t G_B21_0 = 0;
	int32_t G_B27_0 = 0;
	int32_t G_B33_0 = 0;
	{
		int32_t L_0 = ___ext1;
		if ((!(((uint32_t)L_0) == ((uint32_t)3))))
		{
			goto IL_0110;
		}
	}
	{
		int32_t L_1 = ___i0;
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var);
		bool L_2 = MSCompatUnicodeTable_HasSpecialWeight_m1621324272(NULL /*static, unused*/, (((int32_t)((uint16_t)L_1))), /*hidden argument*/NULL);
		if (!L_2)
		{
			goto IL_0110;
		}
	}
	{
		int32_t L_3 = ___i0;
		int32_t L_4 = ___opt2;
		IL2CPP_RUNTIME_CLASS_INIT(SimpleCollator_t2877834729_il2cpp_TypeInfo_var);
		bool L_5 = SimpleCollator_IsHalfKana_m3959736042(NULL /*static, unused*/, (((int32_t)((uint16_t)L_3))), L_4, /*hidden argument*/NULL);
		V_0 = L_5;
		int32_t L_6 = ___i0;
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var);
		bool L_7 = MSCompatUnicodeTable_IsHiragana_m3884380055(NULL /*static, unused*/, (((int32_t)((uint16_t)L_6))), /*hidden argument*/NULL);
		V_1 = (bool)((((int32_t)L_7) == ((int32_t)0))? 1 : 0);
		int32_t L_8 = ___i0;
		uint8_t L_9 = SimpleCollator_Level1_m634954506(__this, L_8, /*hidden argument*/NULL);
		V_2 = ((int32_t)((int32_t)L_9&(int32_t)7));
		int32_t L_10 = V_2;
		switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)2)))
		{
			case 0:
			{
				goto IL_0052;
			}
			case 1:
			{
				goto IL_0078;
			}
			case 2:
			{
				goto IL_009e;
			}
			case 3:
			{
				goto IL_00c4;
			}
			case 4:
			{
				goto IL_00ea;
			}
		}
	}
	{
		goto IL_0110;
	}

IL_0052:
	{
		bool L_11 = V_0;
		if (!L_11)
		{
			goto IL_0062;
		}
	}
	{
		G_B9_0 = ((int32_t)65393);
		goto IL_0077;
	}

IL_0062:
	{
		bool L_12 = V_1;
		if (!L_12)
		{
			goto IL_0072;
		}
	}
	{
		G_B9_0 = ((int32_t)12450);
		goto IL_0077;
	}

IL_0072:
	{
		G_B9_0 = ((int32_t)12354);
	}

IL_0077:
	{
		return G_B9_0;
	}

IL_0078:
	{
		bool L_13 = V_0;
		if (!L_13)
		{
			goto IL_0088;
		}
	}
	{
		G_B15_0 = ((int32_t)65394);
		goto IL_009d;
	}

IL_0088:
	{
		bool L_14 = V_1;
		if (!L_14)
		{
			goto IL_0098;
		}
	}
	{
		G_B15_0 = ((int32_t)12452);
		goto IL_009d;
	}

IL_0098:
	{
		G_B15_0 = ((int32_t)12356);
	}

IL_009d:
	{
		return G_B15_0;
	}

IL_009e:
	{
		bool L_15 = V_0;
		if (!L_15)
		{
			goto IL_00ae;
		}
	}
	{
		G_B21_0 = ((int32_t)65395);
		goto IL_00c3;
	}

IL_00ae:
	{
		bool L_16 = V_1;
		if (!L_16)
		{
			goto IL_00be;
		}
	}
	{
		G_B21_0 = ((int32_t)12454);
		goto IL_00c3;
	}

IL_00be:
	{
		G_B21_0 = ((int32_t)12358);
	}

IL_00c3:
	{
		return G_B21_0;
	}

IL_00c4:
	{
		bool L_17 = V_0;
		if (!L_17)
		{
			goto IL_00d4;
		}
	}
	{
		G_B27_0 = ((int32_t)65396);
		goto IL_00e9;
	}

IL_00d4:
	{
		bool L_18 = V_1;
		if (!L_18)
		{
			goto IL_00e4;
		}
	}
	{
		G_B27_0 = ((int32_t)12456);
		goto IL_00e9;
	}

IL_00e4:
	{
		G_B27_0 = ((int32_t)12360);
	}

IL_00e9:
	{
		return G_B27_0;
	}

IL_00ea:
	{
		bool L_19 = V_0;
		if (!L_19)
		{
			goto IL_00fa;
		}
	}
	{
		G_B33_0 = ((int32_t)65397);
		goto IL_010f;
	}

IL_00fa:
	{
		bool L_20 = V_1;
		if (!L_20)
		{
			goto IL_010a;
		}
	}
	{
		G_B33_0 = ((int32_t)12458);
		goto IL_010f;
	}

IL_010a:
	{
		G_B33_0 = ((int32_t)12362);
	}

IL_010f:
	{
		return G_B33_0;
	}

IL_0110:
	{
		int32_t L_21 = ___i0;
		return L_21;
	}
}
// System.Boolean Mono.Globalization.Unicode.SimpleCollator::IsIgnorable(System.Int32,System.Globalization.CompareOptions)
extern "C"  bool SimpleCollator_IsIgnorable_m2840693628 (RuntimeObject * __this /* static, unused */, int32_t ___i0, int32_t ___opt1, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SimpleCollator_IsIgnorable_m2840693628_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	int32_t G_B2_0 = 0;
	int32_t G_B2_1 = 0;
	int32_t G_B1_0 = 0;
	int32_t G_B1_1 = 0;
	int32_t G_B3_0 = 0;
	int32_t G_B3_1 = 0;
	int32_t G_B3_2 = 0;
	int32_t G_B5_0 = 0;
	int32_t G_B5_1 = 0;
	int32_t G_B4_0 = 0;
	int32_t G_B4_1 = 0;
	int32_t G_B6_0 = 0;
	int32_t G_B6_1 = 0;
	int32_t G_B6_2 = 0;
	{
		int32_t L_0 = ___i0;
		int32_t L_1 = ___opt1;
		G_B1_0 = 1;
		G_B1_1 = L_0;
		if (!((int32_t)((int32_t)L_1&(int32_t)4)))
		{
			G_B2_0 = 1;
			G_B2_1 = L_0;
			goto IL_0010;
		}
	}
	{
		G_B3_0 = 2;
		G_B3_1 = G_B1_0;
		G_B3_2 = G_B1_1;
		goto IL_0011;
	}

IL_0010:
	{
		G_B3_0 = 0;
		G_B3_1 = G_B2_0;
		G_B3_2 = G_B2_1;
	}

IL_0011:
	{
		int32_t L_2 = ___opt1;
		G_B4_0 = ((int32_t)il2cpp_codegen_add((int32_t)G_B3_1, (int32_t)G_B3_0));
		G_B4_1 = G_B3_2;
		if (!((int32_t)((int32_t)L_2&(int32_t)2)))
		{
			G_B5_0 = ((int32_t)il2cpp_codegen_add((int32_t)G_B3_1, (int32_t)G_B3_0));
			G_B5_1 = G_B3_2;
			goto IL_0020;
		}
	}
	{
		G_B6_0 = 4;
		G_B6_1 = G_B4_0;
		G_B6_2 = G_B4_1;
		goto IL_0021;
	}

IL_0020:
	{
		G_B6_0 = 0;
		G_B6_1 = G_B5_0;
		G_B6_2 = G_B5_1;
	}

IL_0021:
	{
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var);
		bool L_3 = MSCompatUnicodeTable_IsIgnorable_m3957534007(NULL /*static, unused*/, G_B6_2, (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)G_B6_1, (int32_t)G_B6_0))))), /*hidden argument*/NULL);
		return L_3;
	}
}
// System.Boolean Mono.Globalization.Unicode.SimpleCollator::IsSafe(System.Int32)
extern "C"  bool SimpleCollator_IsSafe_m310268646 (SimpleCollator_t2877834729 * __this, int32_t ___i0, const RuntimeMethod* method)
{
	int32_t G_B3_0 = 0;
	{
		int32_t L_0 = ___i0;
		ByteU5BU5D_t4116647657* L_1 = __this->get_unsafeFlags_12();
		NullCheck(L_1);
		if ((((int32_t)((int32_t)((int32_t)L_0/(int32_t)8))) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length)))))))
		{
			goto IL_0016;
		}
	}
	{
		G_B3_0 = 1;
		goto IL_002c;
	}

IL_0016:
	{
		ByteU5BU5D_t4116647657* L_2 = __this->get_unsafeFlags_12();
		int32_t L_3 = ___i0;
		NullCheck(L_2);
		int32_t L_4 = ((int32_t)((int32_t)L_3/(int32_t)8));
		uint8_t L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
		int32_t L_6 = ___i0;
		G_B3_0 = ((((int32_t)((int32_t)((int32_t)L_5&(int32_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_6%(int32_t)8))&(int32_t)((int32_t)31)))))))) == ((int32_t)0))? 1 : 0);
	}

IL_002c:
	{
		return (bool)G_B3_0;
	}
}
// System.Globalization.SortKey Mono.Globalization.Unicode.SimpleCollator::GetSortKey(System.String,System.Globalization.CompareOptions)
extern "C"  SortKey_t3955336732 * SimpleCollator_GetSortKey_m3181176421 (SimpleCollator_t2877834729 * __this, String_t* ___s0, int32_t ___options1, const RuntimeMethod* method)
{
	{
		String_t* L_0 = ___s0;
		String_t* L_1 = ___s0;
		NullCheck(L_1);
		int32_t L_2 = String_get_Length_m3847582255(L_1, /*hidden argument*/NULL);
		int32_t L_3 = ___options1;
		SortKey_t3955336732 * L_4 = SimpleCollator_GetSortKey_m1483713513(__this, L_0, 0, L_2, L_3, /*hidden argument*/NULL);
		return L_4;
	}
}
// System.Globalization.SortKey Mono.Globalization.Unicode.SimpleCollator::GetSortKey(System.String,System.Int32,System.Int32,System.Globalization.CompareOptions)
extern "C"  SortKey_t3955336732 * SimpleCollator_GetSortKey_m1483713513 (SimpleCollator_t2877834729 * __this, String_t* ___s0, int32_t ___start1, int32_t ___length2, int32_t ___options3, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SimpleCollator_GetSortKey_m1483713513_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	SortKeyBuffer_t2945275270 * V_0 = NULL;
	int32_t V_1 = 0;
	{
		int32_t L_0 = __this->get_lcid_9();
		SortKeyBuffer_t2945275270 * L_1 = (SortKeyBuffer_t2945275270 *)il2cpp_codegen_object_new(SortKeyBuffer_t2945275270_il2cpp_TypeInfo_var);
		SortKeyBuffer__ctor_m1384677558(L_1, L_0, /*hidden argument*/NULL);
		V_0 = L_1;
		SortKeyBuffer_t2945275270 * L_2 = V_0;
		int32_t L_3 = ___options3;
		int32_t L_4 = __this->get_lcid_9();
		String_t* L_5 = ___s0;
		bool L_6 = __this->get_frenchSort_3();
		NullCheck(L_2);
		SortKeyBuffer_Initialize_m3786111493(L_2, L_3, L_4, L_5, L_6, /*hidden argument*/NULL);
		int32_t L_7 = ___start1;
		int32_t L_8 = ___length2;
		V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)L_8));
		String_t* L_9 = ___s0;
		int32_t L_10 = ___start1;
		int32_t L_11 = V_1;
		SortKeyBuffer_t2945275270 * L_12 = V_0;
		int32_t L_13 = ___options3;
		SimpleCollator_GetSortKey_m2852528720(__this, L_9, L_10, L_11, L_12, L_13, /*hidden argument*/NULL);
		SortKeyBuffer_t2945275270 * L_14 = V_0;
		NullCheck(L_14);
		SortKey_t3955336732 * L_15 = SortKeyBuffer_GetResultAndReset_m1300773060(L_14, /*hidden argument*/NULL);
		return L_15;
	}
}
// System.Void Mono.Globalization.Unicode.SimpleCollator::GetSortKey(System.String,System.Int32,System.Int32,Mono.Globalization.Unicode.SortKeyBuffer,System.Globalization.CompareOptions)
extern "C"  void SimpleCollator_GetSortKey_m2852528720 (SimpleCollator_t2877834729 * __this, String_t* ___s0, int32_t ___start1, int32_t ___end2, SortKeyBuffer_t2945275270 * ___buf3, int32_t ___opt4, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SimpleCollator_GetSortKey_m2852528720_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	uint8_t* V_0 = NULL;
	Context_t1744531130  V_1;
	memset(&V_1, 0, sizeof(V_1));
	int32_t V_2 = 0;
	int32_t V_3 = 0;
	int32_t V_4 = 0;
	uint8_t* V_5 = NULL;
	Contraction_t1589275354 * V_6 = NULL;
	uint8_t* V_7 = NULL;
	int32_t V_8 = 0;
	int32_t G_B7_0 = 0;
	int32_t G_B7_1 = 0;
	SortKeyBuffer_t2945275270 * G_B7_2 = NULL;
	int32_t G_B6_0 = 0;
	int32_t G_B6_1 = 0;
	SortKeyBuffer_t2945275270 * G_B6_2 = NULL;
	int32_t G_B8_0 = 0;
	int32_t G_B8_1 = 0;
	int32_t G_B8_2 = 0;
	SortKeyBuffer_t2945275270 * G_B8_3 = NULL;
	int32_t G_B10_0 = 0;
	int32_t G_B10_1 = 0;
	int32_t G_B10_2 = 0;
	SortKeyBuffer_t2945275270 * G_B10_3 = NULL;
	int32_t G_B9_0 = 0;
	int32_t G_B9_1 = 0;
	int32_t G_B9_2 = 0;
	SortKeyBuffer_t2945275270 * G_B9_3 = NULL;
	int32_t G_B11_0 = 0;
	int32_t G_B11_1 = 0;
	int32_t G_B11_2 = 0;
	int32_t G_B11_3 = 0;
	SortKeyBuffer_t2945275270 * G_B11_4 = NULL;
	int32_t G_B23_0 = 0;
	int32_t G_B23_1 = 0;
	SortKeyBuffer_t2945275270 * G_B23_2 = NULL;
	int32_t G_B22_0 = 0;
	int32_t G_B22_1 = 0;
	SortKeyBuffer_t2945275270 * G_B22_2 = NULL;
	int32_t G_B24_0 = 0;
	int32_t G_B24_1 = 0;
	int32_t G_B24_2 = 0;
	SortKeyBuffer_t2945275270 * G_B24_3 = NULL;
	int32_t G_B26_0 = 0;
	int32_t G_B26_1 = 0;
	int32_t G_B26_2 = 0;
	SortKeyBuffer_t2945275270 * G_B26_3 = NULL;
	int32_t G_B25_0 = 0;
	int32_t G_B25_1 = 0;
	int32_t G_B25_2 = 0;
	SortKeyBuffer_t2945275270 * G_B25_3 = NULL;
	int32_t G_B27_0 = 0;
	int32_t G_B27_1 = 0;
	int32_t G_B27_2 = 0;
	int32_t G_B27_3 = 0;
	SortKeyBuffer_t2945275270 * G_B27_4 = NULL;
	{
		if ((uint64_t)(uint32_t)4 * (uint64_t)(uint32_t)1 > (uint64_t)(uint32_t)kIl2CppUInt32Max)
			IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception());
		int8_t* L_0 = (int8_t*) alloca(((int32_t)il2cpp_codegen_multiply((int32_t)4, (int32_t)1)));
		memset(L_0,0,((int32_t)il2cpp_codegen_multiply((int32_t)4, (int32_t)1)));
		V_0 = (uint8_t*)(L_0);
		uint8_t* L_1 = V_0;
		SimpleCollator_ClearBuffer_m2975394169(__this, (uint8_t*)(uint8_t*)L_1, 4, /*hidden argument*/NULL);
		int32_t L_2 = ___opt4;
		uint8_t* L_3 = V_0;
		Context__ctor_m2477370097((&V_1), L_2, (uint8_t*)(uint8_t*)(((uintptr_t)0)), (uint8_t*)(uint8_t*)(((uintptr_t)0)), (uint8_t*)(uint8_t*)(((uintptr_t)0)), (uint8_t*)(uint8_t*)(((uintptr_t)0)), (uint8_t*)(uint8_t*)L_3, (bool)0, /*hidden argument*/NULL);
		int32_t L_4 = ___start1;
		V_2 = L_4;
		goto IL_01e7;
	}

IL_0028:
	{
		String_t* L_5 = ___s0;
		int32_t L_6 = V_2;
		NullCheck(L_5);
		Il2CppChar L_7 = String_get_Chars_m2986988803(L_5, L_6, /*hidden argument*/NULL);
		V_3 = L_7;
		int32_t L_8 = V_3;
		int32_t L_9 = SimpleCollator_GetExtenderType_m407776429(__this, L_8, /*hidden argument*/NULL);
		V_4 = L_9;
		int32_t L_10 = V_4;
		if (!L_10)
		{
			goto IL_00cd;
		}
	}
	{
		int32_t L_11 = (&V_1)->get_PrevCode_5();
		int32_t L_12 = V_4;
		int32_t L_13 = ___opt4;
		int32_t L_14 = SimpleCollator_FilterExtender_m72900315(__this, L_11, L_12, L_13, /*hidden argument*/NULL);
		V_3 = L_14;
		int32_t L_15 = V_3;
		if ((((int32_t)L_15) < ((int32_t)0)))
		{
			goto IL_006b;
		}
	}
	{
		int32_t L_16 = V_3;
		int32_t L_17 = V_4;
		SortKeyBuffer_t2945275270 * L_18 = ___buf3;
		int32_t L_19 = ___opt4;
		SimpleCollator_FillSortKeyRaw_m2173916311(__this, L_16, L_17, L_18, L_19, /*hidden argument*/NULL);
		goto IL_00c8;
	}

IL_006b:
	{
		uint8_t* L_20 = (&V_1)->get_PrevSortKey_6();
		if (!L_20)
		{
			goto IL_00c8;
		}
	}
	{
		uint8_t* L_21 = (&V_1)->get_PrevSortKey_6();
		V_5 = (uint8_t*)L_21;
		SortKeyBuffer_t2945275270 * L_22 = ___buf3;
		uint8_t* L_23 = V_5;
		uint8_t* L_24 = V_5;
		uint8_t* L_25 = V_5;
		G_B6_0 = (*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_24, (int32_t)1))));
		G_B6_1 = (*((uint8_t*)L_23));
		G_B6_2 = L_22;
		if ((((int32_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_25, (int32_t)2))))) == ((int32_t)1)))
		{
			G_B7_0 = (*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_24, (int32_t)1))));
			G_B7_1 = (*((uint8_t*)L_23));
			G_B7_2 = L_22;
			goto IL_009f;
		}
	}
	{
		uint8_t* L_26 = V_5;
		G_B8_0 = (*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_26, (int32_t)2))));
		G_B8_1 = G_B6_0;
		G_B8_2 = G_B6_1;
		G_B8_3 = G_B6_2;
		goto IL_00a8;
	}

IL_009f:
	{
		int32_t L_27 = V_3;
		int32_t L_28 = V_4;
		uint8_t L_29 = SimpleCollator_Level2_m2830638875(__this, L_27, L_28, /*hidden argument*/NULL);
		G_B8_0 = ((int32_t)(L_29));
		G_B8_1 = G_B7_0;
		G_B8_2 = G_B7_1;
		G_B8_3 = G_B7_2;
	}

IL_00a8:
	{
		uint8_t* L_30 = V_5;
		G_B9_0 = G_B8_0;
		G_B9_1 = G_B8_1;
		G_B9_2 = G_B8_2;
		G_B9_3 = G_B8_3;
		if ((((int32_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_30, (int32_t)3))))) == ((int32_t)1)))
		{
			G_B10_0 = G_B8_0;
			G_B10_1 = G_B8_1;
			G_B10_2 = G_B8_2;
			G_B10_3 = G_B8_3;
			goto IL_00bd;
		}
	}
	{
		uint8_t* L_31 = V_5;
		G_B11_0 = (*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_31, (int32_t)3))));
		G_B11_1 = G_B9_0;
		G_B11_2 = G_B9_1;
		G_B11_3 = G_B9_2;
		G_B11_4 = G_B9_3;
		goto IL_00c3;
	}

IL_00bd:
	{
		int32_t L_32 = V_3;
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var);
		uint8_t L_33 = MSCompatUnicodeTable_Level3_m1870873670(NULL /*static, unused*/, L_32, /*hidden argument*/NULL);
		G_B11_0 = ((int32_t)(L_33));
		G_B11_1 = G_B10_0;
		G_B11_2 = G_B10_1;
		G_B11_3 = G_B10_2;
		G_B11_4 = G_B10_3;
	}

IL_00c3:
	{
		NullCheck(G_B11_4);
		SortKeyBuffer_AppendNormal_m2338808729(G_B11_4, (uint8_t)G_B11_3, (uint8_t)G_B11_2, (uint8_t)G_B11_1, (uint8_t)G_B11_0, /*hidden argument*/NULL);
	}

IL_00c8:
	{
		goto IL_01e3;
	}

IL_00cd:
	{
		int32_t L_34 = V_3;
		int32_t L_35 = ___opt4;
		IL2CPP_RUNTIME_CLASS_INIT(SimpleCollator_t2877834729_il2cpp_TypeInfo_var);
		bool L_36 = SimpleCollator_IsIgnorable_m2840693628(NULL /*static, unused*/, L_34, L_35, /*hidden argument*/NULL);
		if (!L_36)
		{
			goto IL_00df;
		}
	}
	{
		goto IL_01e3;
	}

IL_00df:
	{
		int32_t L_37 = V_3;
		int32_t L_38 = ___opt4;
		int32_t L_39 = SimpleCollator_FilterOptions_m4183839400(__this, L_37, L_38, /*hidden argument*/NULL);
		V_3 = L_39;
		String_t* L_40 = ___s0;
		int32_t L_41 = V_2;
		int32_t L_42 = ___end2;
		Contraction_t1589275354 * L_43 = SimpleCollator_GetContraction_m3383256934(__this, L_40, L_41, L_42, /*hidden argument*/NULL);
		V_6 = L_43;
		Contraction_t1589275354 * L_44 = V_6;
		if (!L_44)
		{
			goto IL_01c4;
		}
	}
	{
		Contraction_t1589275354 * L_45 = V_6;
		NullCheck(L_45);
		String_t* L_46 = L_45->get_Replacement_1();
		if (!L_46)
		{
			goto IL_012a;
		}
	}
	{
		Contraction_t1589275354 * L_47 = V_6;
		NullCheck(L_47);
		String_t* L_48 = L_47->get_Replacement_1();
		Contraction_t1589275354 * L_49 = V_6;
		NullCheck(L_49);
		String_t* L_50 = L_49->get_Replacement_1();
		NullCheck(L_50);
		int32_t L_51 = String_get_Length_m3847582255(L_50, /*hidden argument*/NULL);
		SortKeyBuffer_t2945275270 * L_52 = ___buf3;
		int32_t L_53 = ___opt4;
		SimpleCollator_GetSortKey_m2852528720(__this, L_48, 0, L_51, L_52, L_53, /*hidden argument*/NULL);
		goto IL_01b1;
	}

IL_012a:
	{
		uint8_t* L_54 = (&V_1)->get_PrevSortKey_6();
		V_7 = (uint8_t*)L_54;
		V_8 = 0;
		goto IL_0151;
	}

IL_013b:
	{
		uint8_t* L_55 = V_7;
		int32_t L_56 = V_8;
		Contraction_t1589275354 * L_57 = V_6;
		NullCheck(L_57);
		ByteU5BU5D_t4116647657* L_58 = L_57->get_SortKey_2();
		int32_t L_59 = V_8;
		NullCheck(L_58);
		int32_t L_60 = L_59;
		uint8_t L_61 = (L_58)->GetAt(static_cast<il2cpp_array_size_t>(L_60));
		*((int8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_55, (int32_t)L_56)))) = (int8_t)L_61;
		int32_t L_62 = V_8;
		V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_62, (int32_t)1));
	}

IL_0151:
	{
		int32_t L_63 = V_8;
		Contraction_t1589275354 * L_64 = V_6;
		NullCheck(L_64);
		ByteU5BU5D_t4116647657* L_65 = L_64->get_SortKey_2();
		NullCheck(L_65);
		if ((((int32_t)L_63) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_65)->max_length)))))))
		{
			goto IL_013b;
		}
	}
	{
		SortKeyBuffer_t2945275270 * L_66 = ___buf3;
		uint8_t* L_67 = V_7;
		uint8_t* L_68 = V_7;
		uint8_t* L_69 = V_7;
		G_B22_0 = (*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_68, (int32_t)1))));
		G_B22_1 = (*((uint8_t*)L_67));
		G_B22_2 = L_66;
		if ((((int32_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_69, (int32_t)2))))) == ((int32_t)1)))
		{
			G_B23_0 = (*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_68, (int32_t)1))));
			G_B23_1 = (*((uint8_t*)L_67));
			G_B23_2 = L_66;
			goto IL_0180;
		}
	}
	{
		uint8_t* L_70 = V_7;
		G_B24_0 = (*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_70, (int32_t)2))));
		G_B24_1 = G_B22_0;
		G_B24_2 = G_B22_1;
		G_B24_3 = G_B22_2;
		goto IL_0189;
	}

IL_0180:
	{
		int32_t L_71 = V_3;
		int32_t L_72 = V_4;
		uint8_t L_73 = SimpleCollator_Level2_m2830638875(__this, L_71, L_72, /*hidden argument*/NULL);
		G_B24_0 = ((int32_t)(L_73));
		G_B24_1 = G_B23_0;
		G_B24_2 = G_B23_1;
		G_B24_3 = G_B23_2;
	}

IL_0189:
	{
		uint8_t* L_74 = V_7;
		G_B25_0 = G_B24_0;
		G_B25_1 = G_B24_1;
		G_B25_2 = G_B24_2;
		G_B25_3 = G_B24_3;
		if ((((int32_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_74, (int32_t)3))))) == ((int32_t)1)))
		{
			G_B26_0 = G_B24_0;
			G_B26_1 = G_B24_1;
			G_B26_2 = G_B24_2;
			G_B26_3 = G_B24_3;
			goto IL_019e;
		}
	}
	{
		uint8_t* L_75 = V_7;
		G_B27_0 = (*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_75, (int32_t)3))));
		G_B27_1 = G_B25_0;
		G_B27_2 = G_B25_1;
		G_B27_3 = G_B25_2;
		G_B27_4 = G_B25_3;
		goto IL_01a4;
	}

IL_019e:
	{
		int32_t L_76 = V_3;
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var);
		uint8_t L_77 = MSCompatUnicodeTable_Level3_m1870873670(NULL /*static, unused*/, L_76, /*hidden argument*/NULL);
		G_B27_0 = ((int32_t)(L_77));
		G_B27_1 = G_B26_0;
		G_B27_2 = G_B26_1;
		G_B27_3 = G_B26_2;
		G_B27_4 = G_B26_3;
	}

IL_01a4:
	{
		NullCheck(G_B27_4);
		SortKeyBuffer_AppendNormal_m2338808729(G_B27_4, (uint8_t)G_B27_3, (uint8_t)G_B27_2, (uint8_t)G_B27_1, (uint8_t)G_B27_0, /*hidden argument*/NULL);
		(&V_1)->set_PrevCode_5((-1));
	}

IL_01b1:
	{
		int32_t L_78 = V_2;
		Contraction_t1589275354 * L_79 = V_6;
		NullCheck(L_79);
		CharU5BU5D_t3528271667* L_80 = L_79->get_Source_0();
		NullCheck(L_80);
		V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_78, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_80)->max_length)))), (int32_t)1))));
		goto IL_01e3;
	}

IL_01c4:
	{
		int32_t L_81 = V_3;
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var);
		bool L_82 = MSCompatUnicodeTable_IsIgnorableNonSpacing_m47098938(NULL /*static, unused*/, L_81, /*hidden argument*/NULL);
		if (L_82)
		{
			goto IL_01d7;
		}
	}
	{
		int32_t L_83 = V_3;
		(&V_1)->set_PrevCode_5(L_83);
	}

IL_01d7:
	{
		int32_t L_84 = V_3;
		SortKeyBuffer_t2945275270 * L_85 = ___buf3;
		int32_t L_86 = ___opt4;
		SimpleCollator_FillSortKeyRaw_m2173916311(__this, L_84, 0, L_85, L_86, /*hidden argument*/NULL);
	}

IL_01e3:
	{
		int32_t L_87 = V_2;
		V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_87, (int32_t)1));
	}

IL_01e7:
	{
		int32_t L_88 = V_2;
		int32_t L_89 = ___end2;
		if ((((int32_t)L_88) < ((int32_t)L_89)))
		{
			goto IL_0028;
		}
	}
	{
		return;
	}
}
// System.Void Mono.Globalization.Unicode.SimpleCollator::FillSortKeyRaw(System.Int32,Mono.Globalization.Unicode.SimpleCollator/ExtenderType,Mono.Globalization.Unicode.SortKeyBuffer,System.Globalization.CompareOptions)
extern "C"  void SimpleCollator_FillSortKeyRaw_m2173916311 (SimpleCollator_t2877834729 * __this, int32_t ___i0, int32_t ___ext1, SortKeyBuffer_t2945275270 * ___buf2, int32_t ___opt3, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SimpleCollator_FillSortKeyRaw_m2173916311_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	int32_t V_1 = 0;
	int32_t V_2 = 0;
	uint8_t V_3 = 0x0;
	uint8_t V_4 = 0x0;
	int32_t V_5 = 0;
	{
		int32_t L_0 = ___i0;
		if ((((int32_t)((int32_t)13312)) > ((int32_t)L_0)))
		{
			goto IL_003a;
		}
	}
	{
		int32_t L_1 = ___i0;
		if ((((int32_t)L_1) > ((int32_t)((int32_t)19893))))
		{
			goto IL_003a;
		}
	}
	{
		int32_t L_2 = ___i0;
		V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)((int32_t)13312)));
		SortKeyBuffer_t2945275270 * L_3 = ___buf2;
		int32_t L_4 = V_0;
		int32_t L_5 = V_0;
		NullCheck(L_3);
		SortKeyBuffer_AppendCJKExtension_m2591091991(L_3, (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)16), (int32_t)((int32_t)((int32_t)L_4/(int32_t)((int32_t)254)))))))), (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_5%(int32_t)((int32_t)254))), (int32_t)2))))), /*hidden argument*/NULL);
		return;
	}

IL_003a:
	{
		int32_t L_6 = ___i0;
		IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var);
		int32_t L_7 = Char_GetUnicodeCategory_m57882613(NULL /*static, unused*/, (((int32_t)((uint16_t)L_6))), /*hidden argument*/NULL);
		V_1 = L_7;
		int32_t L_8 = V_1;
		V_5 = L_8;
		int32_t L_9 = V_5;
		if ((((int32_t)L_9) == ((int32_t)((int32_t)16))))
		{
			goto IL_0085;
		}
	}
	{
		int32_t L_10 = V_5;
		if ((((int32_t)L_10) == ((int32_t)((int32_t)17))))
		{
			goto IL_005c;
		}
	}
	{
		goto IL_008e;
	}

IL_005c:
	{
		int32_t L_11 = ___i0;
		V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)((int32_t)57344)));
		SortKeyBuffer_t2945275270 * L_12 = ___buf2;
		int32_t L_13 = V_2;
		int32_t L_14 = V_2;
		NullCheck(L_12);
		SortKeyBuffer_AppendNormal_m2338808729(L_12, (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)229), (int32_t)((int32_t)((int32_t)L_13/(int32_t)((int32_t)254)))))))), (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_14%(int32_t)((int32_t)254))), (int32_t)2))))), (uint8_t)0, (uint8_t)0, /*hidden argument*/NULL);
		return;
	}

IL_0085:
	{
		int32_t L_15 = ___i0;
		SortKeyBuffer_t2945275270 * L_16 = ___buf2;
		SimpleCollator_FillSurrogateSortKeyRaw_m725998232(__this, L_15, L_16, /*hidden argument*/NULL);
		return;
	}

IL_008e:
	{
		int32_t L_17 = ___i0;
		int32_t L_18 = ___ext1;
		uint8_t L_19 = SimpleCollator_Level2_m2830638875(__this, L_17, L_18, /*hidden argument*/NULL);
		V_3 = L_19;
		int32_t L_20 = ___i0;
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var);
		bool L_21 = MSCompatUnicodeTable_HasSpecialWeight_m1621324272(NULL /*static, unused*/, (((int32_t)((uint16_t)L_20))), /*hidden argument*/NULL);
		if (!L_21)
		{
			goto IL_0103;
		}
	}
	{
		int32_t L_22 = ___i0;
		uint8_t L_23 = SimpleCollator_Level1_m634954506(__this, L_22, /*hidden argument*/NULL);
		V_4 = L_23;
		SortKeyBuffer_t2945275270 * L_24 = ___buf2;
		int32_t L_25 = ___i0;
		uint8_t L_26 = SimpleCollator_Category_m119590608(__this, L_25, /*hidden argument*/NULL);
		uint8_t L_27 = V_4;
		uint8_t L_28 = V_3;
		int32_t L_29 = ___i0;
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var);
		uint8_t L_30 = MSCompatUnicodeTable_Level3_m1870873670(NULL /*static, unused*/, L_29, /*hidden argument*/NULL);
		int32_t L_31 = ___i0;
		bool L_32 = MSCompatUnicodeTable_IsJapaneseSmallLetter_m2666144582(NULL /*static, unused*/, (((int32_t)((uint16_t)L_31))), /*hidden argument*/NULL);
		int32_t L_33 = ___ext1;
		int32_t L_34 = ___opt3;
		IL2CPP_RUNTIME_CLASS_INIT(SimpleCollator_t2877834729_il2cpp_TypeInfo_var);
		uint8_t L_35 = SimpleCollator_ToDashTypeValue_m6184468(NULL /*static, unused*/, L_33, L_34, /*hidden argument*/NULL);
		int32_t L_36 = ___i0;
		bool L_37 = MSCompatUnicodeTable_IsHiragana_m3884380055(NULL /*static, unused*/, (((int32_t)((uint16_t)L_36))), /*hidden argument*/NULL);
		int32_t L_38 = ___i0;
		int32_t L_39 = ___opt3;
		bool L_40 = SimpleCollator_IsHalfKana_m3959736042(NULL /*static, unused*/, (((int32_t)((uint16_t)L_38))), L_39, /*hidden argument*/NULL);
		NullCheck(L_24);
		SortKeyBuffer_AppendKana_m2480356505(L_24, L_26, L_27, L_28, L_30, L_32, L_35, (bool)((((int32_t)L_37) == ((int32_t)0))? 1 : 0), L_40, /*hidden argument*/NULL);
		int32_t L_41 = ___opt3;
		if (((int32_t)((int32_t)L_41&(int32_t)2)))
		{
			goto IL_00fe;
		}
	}
	{
		int32_t L_42 = ___ext1;
		if ((!(((uint32_t)L_42) == ((uint32_t)2))))
		{
			goto IL_00fe;
		}
	}
	{
		SortKeyBuffer_t2945275270 * L_43 = ___buf2;
		NullCheck(L_43);
		SortKeyBuffer_AppendNormal_m2338808729(L_43, (uint8_t)1, (uint8_t)1, (uint8_t)1, (uint8_t)0, /*hidden argument*/NULL);
	}

IL_00fe:
	{
		goto IL_011e;
	}

IL_0103:
	{
		SortKeyBuffer_t2945275270 * L_44 = ___buf2;
		int32_t L_45 = ___i0;
		uint8_t L_46 = SimpleCollator_Category_m119590608(__this, L_45, /*hidden argument*/NULL);
		int32_t L_47 = ___i0;
		uint8_t L_48 = SimpleCollator_Level1_m634954506(__this, L_47, /*hidden argument*/NULL);
		uint8_t L_49 = V_3;
		int32_t L_50 = ___i0;
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var);
		uint8_t L_51 = MSCompatUnicodeTable_Level3_m1870873670(NULL /*static, unused*/, L_50, /*hidden argument*/NULL);
		NullCheck(L_44);
		SortKeyBuffer_AppendNormal_m2338808729(L_44, L_46, L_48, L_49, L_51, /*hidden argument*/NULL);
	}

IL_011e:
	{
		return;
	}
}
// System.Void Mono.Globalization.Unicode.SimpleCollator::FillSurrogateSortKeyRaw(System.Int32,Mono.Globalization.Unicode.SortKeyBuffer)
extern "C"  void SimpleCollator_FillSurrogateSortKeyRaw_m725998232 (SimpleCollator_t2877834729 * __this, int32_t ___i0, SortKeyBuffer_t2945275270 * ___buf1, const RuntimeMethod* method)
{
	int32_t V_0 = 0;
	int32_t V_1 = 0;
	uint8_t V_2 = 0x0;
	int32_t V_3 = 0;
	int32_t G_B4_0 = 0;
	{
		V_0 = 0;
		V_1 = 0;
		V_2 = (uint8_t)0;
		int32_t L_0 = ___i0;
		if ((((int32_t)L_0) >= ((int32_t)((int32_t)55360))))
		{
			goto IL_0035;
		}
	}
	{
		V_0 = ((int32_t)55296);
		V_1 = ((int32_t)65);
		int32_t L_1 = ___i0;
		if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)55296)))))
		{
			goto IL_002c;
		}
	}
	{
		G_B4_0 = ((int32_t)62);
		goto IL_002e;
	}

IL_002c:
	{
		G_B4_0 = ((int32_t)63);
	}

IL_002e:
	{
		V_2 = (uint8_t)(((int32_t)((uint8_t)G_B4_0)));
		goto IL_0095;
	}

IL_0035:
	{
		int32_t L_2 = ___i0;
		if ((((int32_t)((int32_t)55360)) > ((int32_t)L_2)))
		{
			goto IL_005f;
		}
	}
	{
		int32_t L_3 = ___i0;
		if ((((int32_t)L_3) >= ((int32_t)((int32_t)55424))))
		{
			goto IL_005f;
		}
	}
	{
		V_0 = ((int32_t)55360);
		V_1 = ((int32_t)242);
		V_2 = (uint8_t)((int32_t)62);
		goto IL_0095;
	}

IL_005f:
	{
		int32_t L_4 = ___i0;
		if ((((int32_t)((int32_t)56192)) > ((int32_t)L_4)))
		{
			goto IL_0089;
		}
	}
	{
		int32_t L_5 = ___i0;
		if ((((int32_t)L_5) >= ((int32_t)((int32_t)56320))))
		{
			goto IL_0089;
		}
	}
	{
		V_0 = ((int32_t)56128);
		V_1 = ((int32_t)254);
		V_2 = (uint8_t)((int32_t)62);
		goto IL_0095;
	}

IL_0089:
	{
		V_0 = ((int32_t)56074);
		V_1 = ((int32_t)65);
		V_2 = (uint8_t)((int32_t)63);
	}

IL_0095:
	{
		int32_t L_6 = ___i0;
		int32_t L_7 = V_0;
		V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_7));
		SortKeyBuffer_t2945275270 * L_8 = ___buf1;
		int32_t L_9 = V_1;
		int32_t L_10 = V_3;
		int32_t L_11 = V_3;
		uint8_t L_12 = V_2;
		uint8_t L_13 = V_2;
		NullCheck(L_8);
		SortKeyBuffer_AppendNormal_m2338808729(L_8, (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)((int32_t)((int32_t)L_10/(int32_t)((int32_t)254)))))))), (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_11%(int32_t)((int32_t)254))), (int32_t)2))))), L_12, L_13, /*hidden argument*/NULL);
		return;
	}
}
// System.Int32 Mono.Globalization.Unicode.SimpleCollator::CompareOrdinal(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32)
extern "C"  int32_t SimpleCollator_CompareOrdinal_m1829915258 (SimpleCollator_t2877834729 * __this, String_t* ___s10, int32_t ___idx11, int32_t ___len12, String_t* ___s23, int32_t ___idx24, int32_t ___len25, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SimpleCollator_CompareOrdinal_m1829915258_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	int32_t V_1 = 0;
	int32_t V_2 = 0;
	int32_t V_3 = 0;
	int32_t V_4 = 0;
	int32_t G_B3_0 = 0;
	int32_t G_B19_0 = 0;
	{
		int32_t L_0 = ___len12;
		int32_t L_1 = ___len25;
		if ((((int32_t)L_0) >= ((int32_t)L_1)))
		{
			goto IL_000e;
		}
	}
	{
		int32_t L_2 = ___len12;
		G_B3_0 = L_2;
		goto IL_0010;
	}

IL_000e:
	{
		int32_t L_3 = ___len25;
		G_B3_0 = L_3;
	}

IL_0010:
	{
		V_0 = G_B3_0;
		int32_t L_4 = ___idx11;
		int32_t L_5 = V_0;
		V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_5));
		int32_t L_6 = ___idx24;
		int32_t L_7 = V_0;
		V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7));
		int32_t L_8 = ___idx11;
		if ((((int32_t)L_8) < ((int32_t)0)))
		{
			goto IL_0042;
		}
	}
	{
		int32_t L_9 = ___idx24;
		if ((((int32_t)L_9) < ((int32_t)0)))
		{
			goto IL_0042;
		}
	}
	{
		int32_t L_10 = V_1;
		String_t* L_11 = ___s10;
		NullCheck(L_11);
		int32_t L_12 = String_get_Length_m3847582255(L_11, /*hidden argument*/NULL);
		if ((((int32_t)L_10) > ((int32_t)L_12)))
		{
			goto IL_0042;
		}
	}
	{
		int32_t L_13 = V_2;
		String_t* L_14 = ___s23;
		NullCheck(L_14);
		int32_t L_15 = String_get_Length_m3847582255(L_14, /*hidden argument*/NULL);
		if ((((int32_t)L_13) <= ((int32_t)L_15)))
		{
			goto IL_009b;
		}
	}

IL_0042:
	{
		ObjectU5BU5D_t2843939325* L_16 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)6));
		int32_t L_17 = ___idx11;
		int32_t L_18 = L_17;
		RuntimeObject * L_19 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_18);
		NullCheck(L_16);
		ArrayElementTypeCheck (L_16, L_19);
		(L_16)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_19);
		ObjectU5BU5D_t2843939325* L_20 = L_16;
		int32_t L_21 = ___idx24;
		int32_t L_22 = L_21;
		RuntimeObject * L_23 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_22);
		NullCheck(L_20);
		ArrayElementTypeCheck (L_20, L_23);
		(L_20)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_23);
		ObjectU5BU5D_t2843939325* L_24 = L_20;
		int32_t L_25 = ___len12;
		int32_t L_26 = L_25;
		RuntimeObject * L_27 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_26);
		NullCheck(L_24);
		ArrayElementTypeCheck (L_24, L_27);
		(L_24)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject *)L_27);
		ObjectU5BU5D_t2843939325* L_28 = L_24;
		int32_t L_29 = ___len25;
		int32_t L_30 = L_29;
		RuntimeObject * L_31 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_30);
		NullCheck(L_28);
		ArrayElementTypeCheck (L_28, L_31);
		(L_28)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject *)L_31);
		ObjectU5BU5D_t2843939325* L_32 = L_28;
		String_t* L_33 = ___s10;
		NullCheck(L_33);
		int32_t L_34 = String_get_Length_m3847582255(L_33, /*hidden argument*/NULL);
		int32_t L_35 = L_34;
		RuntimeObject * L_36 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_35);
		NullCheck(L_32);
		ArrayElementTypeCheck (L_32, L_36);
		(L_32)->SetAt(static_cast<il2cpp_array_size_t>(4), (RuntimeObject *)L_36);
		ObjectU5BU5D_t2843939325* L_37 = L_32;
		String_t* L_38 = ___s23;
		NullCheck(L_38);
		int32_t L_39 = String_get_Length_m3847582255(L_38, /*hidden argument*/NULL);
		int32_t L_40 = L_39;
		RuntimeObject * L_41 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_40);
		NullCheck(L_37);
		ArrayElementTypeCheck (L_37, L_41);
		(L_37)->SetAt(static_cast<il2cpp_array_size_t>(5), (RuntimeObject *)L_41);
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_42 = String_Format_m630303134(NULL /*static, unused*/, _stringLiteral2212499887, L_37, /*hidden argument*/NULL);
		SystemException_t176217640 * L_43 = (SystemException_t176217640 *)il2cpp_codegen_object_new(SystemException_t176217640_il2cpp_TypeInfo_var);
		SystemException__ctor_m3298527747(L_43, L_42, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_43);
	}

IL_009b:
	{
		int32_t L_44 = ___idx11;
		V_3 = L_44;
		int32_t L_45 = ___idx24;
		V_4 = L_45;
		goto IL_00d7;
	}

IL_00a6:
	{
		String_t* L_46 = ___s10;
		int32_t L_47 = V_3;
		NullCheck(L_46);
		Il2CppChar L_48 = String_get_Chars_m2986988803(L_46, L_47, /*hidden argument*/NULL);
		String_t* L_49 = ___s23;
		int32_t L_50 = V_4;
		NullCheck(L_49);
		Il2CppChar L_51 = String_get_Chars_m2986988803(L_49, L_50, /*hidden argument*/NULL);
		if ((((int32_t)L_48) == ((int32_t)L_51)))
		{
			goto IL_00cd;
		}
	}
	{
		String_t* L_52 = ___s10;
		int32_t L_53 = V_3;
		NullCheck(L_52);
		Il2CppChar L_54 = String_get_Chars_m2986988803(L_52, L_53, /*hidden argument*/NULL);
		String_t* L_55 = ___s23;
		int32_t L_56 = V_4;
		NullCheck(L_55);
		Il2CppChar L_57 = String_get_Chars_m2986988803(L_55, L_56, /*hidden argument*/NULL);
		return ((int32_t)il2cpp_codegen_subtract((int32_t)L_54, (int32_t)L_57));
	}

IL_00cd:
	{
		int32_t L_58 = V_3;
		V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)1));
		int32_t L_59 = V_4;
		V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_59, (int32_t)1));
	}

IL_00d7:
	{
		int32_t L_60 = V_3;
		int32_t L_61 = V_1;
		if ((((int32_t)L_60) >= ((int32_t)L_61)))
		{
			goto IL_00e6;
		}
	}
	{
		int32_t L_62 = V_4;
		int32_t L_63 = V_2;
		if ((((int32_t)L_62) < ((int32_t)L_63)))
		{
			goto IL_00a6;
		}
	}

IL_00e6:
	{
		int32_t L_64 = ___len12;
		int32_t L_65 = ___len25;
		if ((!(((uint32_t)L_64) == ((uint32_t)L_65))))
		{
			goto IL_00f4;
		}
	}
	{
		G_B19_0 = 0;
		goto IL_0102;
	}

IL_00f4:
	{
		int32_t L_66 = ___len12;
		int32_t L_67 = V_0;
		if ((!(((uint32_t)L_66) == ((uint32_t)L_67))))
		{
			goto IL_0101;
		}
	}
	{
		G_B19_0 = (-1);
		goto IL_0102;
	}

IL_0101:
	{
		G_B19_0 = 1;
	}

IL_0102:
	{
		return G_B19_0;
	}
}
// System.Int32 Mono.Globalization.Unicode.SimpleCollator::CompareQuick(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Boolean&,System.Boolean&,System.Boolean)
extern "C"  int32_t SimpleCollator_CompareQuick_m3272475794 (SimpleCollator_t2877834729 * __this, String_t* ___s10, int32_t ___idx11, int32_t ___len12, String_t* ___s23, int32_t ___idx24, int32_t ___len25, bool* ___sourceConsumed6, bool* ___targetConsumed7, bool ___immediateBreakup8, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SimpleCollator_CompareQuick_m3272475794_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	int32_t V_1 = 0;
	int32_t V_2 = 0;
	int32_t V_3 = 0;
	int32_t V_4 = 0;
	int32_t V_5 = 0;
	int32_t G_B3_0 = 0;
	int32_t G_B27_0 = 0;
	{
		bool* L_0 = ___sourceConsumed6;
		*((int8_t*)(L_0)) = (int8_t)0;
		bool* L_1 = ___targetConsumed7;
		*((int8_t*)(L_1)) = (int8_t)0;
		int32_t L_2 = ___len12;
		int32_t L_3 = ___len25;
		if ((((int32_t)L_2) >= ((int32_t)L_3)))
		{
			goto IL_0016;
		}
	}
	{
		int32_t L_4 = ___len12;
		G_B3_0 = L_4;
		goto IL_0018;
	}

IL_0016:
	{
		int32_t L_5 = ___len25;
		G_B3_0 = L_5;
	}

IL_0018:
	{
		V_0 = G_B3_0;
		int32_t L_6 = ___idx11;
		int32_t L_7 = V_0;
		V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7));
		int32_t L_8 = ___idx24;
		int32_t L_9 = V_0;
		V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)L_9));
		int32_t L_10 = ___idx11;
		if ((((int32_t)L_10) < ((int32_t)0)))
		{
			goto IL_004a;
		}
	}
	{
		int32_t L_11 = ___idx24;
		if ((((int32_t)L_11) < ((int32_t)0)))
		{
			goto IL_004a;
		}
	}
	{
		int32_t L_12 = V_1;
		String_t* L_13 = ___s10;
		NullCheck(L_13);
		int32_t L_14 = String_get_Length_m3847582255(L_13, /*hidden argument*/NULL);
		if ((((int32_t)L_12) > ((int32_t)L_14)))
		{
			goto IL_004a;
		}
	}
	{
		int32_t L_15 = V_2;
		String_t* L_16 = ___s23;
		NullCheck(L_16);
		int32_t L_17 = String_get_Length_m3847582255(L_16, /*hidden argument*/NULL);
		if ((((int32_t)L_15) <= ((int32_t)L_17)))
		{
			goto IL_00a3;
		}
	}

IL_004a:
	{
		ObjectU5BU5D_t2843939325* L_18 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)6));
		int32_t L_19 = ___idx11;
		int32_t L_20 = L_19;
		RuntimeObject * L_21 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_20);
		NullCheck(L_18);
		ArrayElementTypeCheck (L_18, L_21);
		(L_18)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_21);
		ObjectU5BU5D_t2843939325* L_22 = L_18;
		int32_t L_23 = ___idx24;
		int32_t L_24 = L_23;
		RuntimeObject * L_25 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_24);
		NullCheck(L_22);
		ArrayElementTypeCheck (L_22, L_25);
		(L_22)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_25);
		ObjectU5BU5D_t2843939325* L_26 = L_22;
		int32_t L_27 = ___len12;
		int32_t L_28 = L_27;
		RuntimeObject * L_29 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_28);
		NullCheck(L_26);
		ArrayElementTypeCheck (L_26, L_29);
		(L_26)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject *)L_29);
		ObjectU5BU5D_t2843939325* L_30 = L_26;
		int32_t L_31 = ___len25;
		int32_t L_32 = L_31;
		RuntimeObject * L_33 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_32);
		NullCheck(L_30);
		ArrayElementTypeCheck (L_30, L_33);
		(L_30)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject *)L_33);
		ObjectU5BU5D_t2843939325* L_34 = L_30;
		String_t* L_35 = ___s10;
		NullCheck(L_35);
		int32_t L_36 = String_get_Length_m3847582255(L_35, /*hidden argument*/NULL);
		int32_t L_37 = L_36;
		RuntimeObject * L_38 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_37);
		NullCheck(L_34);
		ArrayElementTypeCheck (L_34, L_38);
		(L_34)->SetAt(static_cast<il2cpp_array_size_t>(4), (RuntimeObject *)L_38);
		ObjectU5BU5D_t2843939325* L_39 = L_34;
		String_t* L_40 = ___s23;
		NullCheck(L_40);
		int32_t L_41 = String_get_Length_m3847582255(L_40, /*hidden argument*/NULL);
		int32_t L_42 = L_41;
		RuntimeObject * L_43 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_42);
		NullCheck(L_39);
		ArrayElementTypeCheck (L_39, L_43);
		(L_39)->SetAt(static_cast<il2cpp_array_size_t>(5), (RuntimeObject *)L_43);
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_44 = String_Format_m630303134(NULL /*static, unused*/, _stringLiteral2212499887, L_39, /*hidden argument*/NULL);
		SystemException_t176217640 * L_45 = (SystemException_t176217640 *)il2cpp_codegen_object_new(SystemException_t176217640_il2cpp_TypeInfo_var);
		SystemException__ctor_m3298527747(L_45, L_44, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_45);
	}

IL_00a3:
	{
		int32_t L_46 = ___idx11;
		V_3 = L_46;
		int32_t L_47 = ___idx24;
		V_4 = L_47;
		goto IL_018d;
	}

IL_00ae:
	{
		String_t* L_48 = ___s10;
		int32_t L_49 = V_3;
		NullCheck(L_48);
		Il2CppChar L_50 = String_get_Chars_m2986988803(L_48, L_49, /*hidden argument*/NULL);
		String_t* L_51 = ___s23;
		int32_t L_52 = V_4;
		NullCheck(L_51);
		Il2CppChar L_53 = String_get_Chars_m2986988803(L_51, L_52, /*hidden argument*/NULL);
		if ((((int32_t)L_50) == ((int32_t)L_53)))
		{
			goto IL_0183;
		}
	}
	{
		bool L_54 = ___immediateBreakup8;
		if (!L_54)
		{
			goto IL_00cc;
		}
	}
	{
		return (-1);
	}

IL_00cc:
	{
		String_t* L_55 = ___s10;
		int32_t L_56 = V_3;
		NullCheck(L_55);
		Il2CppChar L_57 = String_get_Chars_m2986988803(L_55, L_56, /*hidden argument*/NULL);
		uint8_t L_58 = SimpleCollator_Category_m119590608(__this, L_57, /*hidden argument*/NULL);
		String_t* L_59 = ___s23;
		int32_t L_60 = V_4;
		NullCheck(L_59);
		Il2CppChar L_61 = String_get_Chars_m2986988803(L_59, L_60, /*hidden argument*/NULL);
		uint8_t L_62 = SimpleCollator_Category_m119590608(__this, L_61, /*hidden argument*/NULL);
		V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_58, (int32_t)L_62));
		int32_t L_63 = V_5;
		if (L_63)
		{
			goto IL_0111;
		}
	}
	{
		String_t* L_64 = ___s10;
		int32_t L_65 = V_3;
		NullCheck(L_64);
		Il2CppChar L_66 = String_get_Chars_m2986988803(L_64, L_65, /*hidden argument*/NULL);
		uint8_t L_67 = SimpleCollator_Level1_m634954506(__this, L_66, /*hidden argument*/NULL);
		String_t* L_68 = ___s23;
		int32_t L_69 = V_4;
		NullCheck(L_68);
		Il2CppChar L_70 = String_get_Chars_m2986988803(L_68, L_69, /*hidden argument*/NULL);
		uint8_t L_71 = SimpleCollator_Level1_m634954506(__this, L_70, /*hidden argument*/NULL);
		V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_67, (int32_t)L_71));
	}

IL_0111:
	{
		int32_t L_72 = V_5;
		if (L_72)
		{
			goto IL_0135;
		}
	}
	{
		String_t* L_73 = ___s10;
		int32_t L_74 = V_3;
		NullCheck(L_73);
		Il2CppChar L_75 = String_get_Chars_m2986988803(L_73, L_74, /*hidden argument*/NULL);
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var);
		uint8_t L_76 = MSCompatUnicodeTable_Level3_m1870873670(NULL /*static, unused*/, L_75, /*hidden argument*/NULL);
		String_t* L_77 = ___s23;
		int32_t L_78 = V_4;
		NullCheck(L_77);
		Il2CppChar L_79 = String_get_Chars_m2986988803(L_77, L_78, /*hidden argument*/NULL);
		uint8_t L_80 = MSCompatUnicodeTable_Level3_m1870873670(NULL /*static, unused*/, L_79, /*hidden argument*/NULL);
		V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_76, (int32_t)L_80));
	}

IL_0135:
	{
		int32_t L_81 = V_5;
		if (L_81)
		{
			goto IL_0180;
		}
	}
	{
		ObjectU5BU5D_t2843939325* L_82 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)6));
		String_t* L_83 = ___s10;
		NullCheck(L_82);
		ArrayElementTypeCheck (L_82, L_83);
		(L_82)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_83);
		ObjectU5BU5D_t2843939325* L_84 = L_82;
		String_t* L_85 = ___s23;
		NullCheck(L_84);
		ArrayElementTypeCheck (L_84, L_85);
		(L_84)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_85);
		ObjectU5BU5D_t2843939325* L_86 = L_84;
		int32_t L_87 = ___idx11;
		int32_t L_88 = L_87;
		RuntimeObject * L_89 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_88);
		NullCheck(L_86);
		ArrayElementTypeCheck (L_86, L_89);
		(L_86)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject *)L_89);
		ObjectU5BU5D_t2843939325* L_90 = L_86;
		int32_t L_91 = V_1;
		int32_t L_92 = L_91;
		RuntimeObject * L_93 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_92);
		NullCheck(L_90);
		ArrayElementTypeCheck (L_90, L_93);
		(L_90)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject *)L_93);
		ObjectU5BU5D_t2843939325* L_94 = L_90;
		int32_t L_95 = ___idx24;
		int32_t L_96 = L_95;
		RuntimeObject * L_97 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_96);
		NullCheck(L_94);
		ArrayElementTypeCheck (L_94, L_97);
		(L_94)->SetAt(static_cast<il2cpp_array_size_t>(4), (RuntimeObject *)L_97);
		ObjectU5BU5D_t2843939325* L_98 = L_94;
		int32_t L_99 = V_2;
		int32_t L_100 = L_99;
		RuntimeObject * L_101 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_100);
		NullCheck(L_98);
		ArrayElementTypeCheck (L_98, L_101);
		(L_98)->SetAt(static_cast<il2cpp_array_size_t>(5), (RuntimeObject *)L_101);
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_102 = String_Format_m630303134(NULL /*static, unused*/, _stringLiteral1326843573, L_98, /*hidden argument*/NULL);
		SystemException_t176217640 * L_103 = (SystemException_t176217640 *)il2cpp_codegen_object_new(SystemException_t176217640_il2cpp_TypeInfo_var);
		SystemException__ctor_m3298527747(L_103, L_102, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_103);
	}

IL_0180:
	{
		int32_t L_104 = V_5;
		return L_104;
	}

IL_0183:
	{
		int32_t L_105 = V_3;
		V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_105, (int32_t)1));
		int32_t L_106 = V_4;
		V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_106, (int32_t)1));
	}

IL_018d:
	{
		int32_t L_107 = V_3;
		int32_t L_108 = V_1;
		if ((((int32_t)L_107) >= ((int32_t)L_108)))
		{
			goto IL_019c;
		}
	}
	{
		int32_t L_109 = V_4;
		int32_t L_110 = V_2;
		if ((((int32_t)L_109) < ((int32_t)L_110)))
		{
			goto IL_00ae;
		}
	}

IL_019c:
	{
		bool* L_111 = ___sourceConsumed6;
		int32_t L_112 = ___len12;
		int32_t L_113 = ___len25;
		*((int8_t*)(L_111)) = (int8_t)((((int32_t)((((int32_t)L_112) > ((int32_t)L_113))? 1 : 0)) == ((int32_t)0))? 1 : 0);
		bool* L_114 = ___targetConsumed7;
		int32_t L_115 = ___len12;
		int32_t L_116 = ___len25;
		*((int8_t*)(L_114)) = (int8_t)((((int32_t)((((int32_t)L_115) < ((int32_t)L_116))? 1 : 0)) == ((int32_t)0))? 1 : 0);
		int32_t L_117 = ___len12;
		int32_t L_118 = ___len25;
		if ((!(((uint32_t)L_117) == ((uint32_t)L_118))))
		{
			goto IL_01c0;
		}
	}
	{
		G_B27_0 = 0;
		goto IL_01ce;
	}

IL_01c0:
	{
		int32_t L_119 = ___len12;
		int32_t L_120 = V_0;
		if ((!(((uint32_t)L_119) == ((uint32_t)L_120))))
		{
			goto IL_01cd;
		}
	}
	{
		G_B27_0 = (-1);
		goto IL_01ce;
	}

IL_01cd:
	{
		G_B27_0 = 1;
	}

IL_01ce:
	{
		return G_B27_0;
	}
}
// System.Int32 Mono.Globalization.Unicode.SimpleCollator::CompareOrdinalIgnoreCase(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32)
extern "C"  int32_t SimpleCollator_CompareOrdinalIgnoreCase_m2749548392 (SimpleCollator_t2877834729 * __this, String_t* ___s10, int32_t ___idx11, int32_t ___len12, String_t* ___s23, int32_t ___idx24, int32_t ___len25, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SimpleCollator_CompareOrdinalIgnoreCase_m2749548392_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	int32_t V_1 = 0;
	int32_t V_2 = 0;
	TextInfo_t3810425522 * V_3 = NULL;
	int32_t V_4 = 0;
	int32_t V_5 = 0;
	int32_t G_B3_0 = 0;
	int32_t G_B19_0 = 0;
	{
		int32_t L_0 = ___len12;
		int32_t L_1 = ___len25;
		if ((((int32_t)L_0) >= ((int32_t)L_1)))
		{
			goto IL_000e;
		}
	}
	{
		int32_t L_2 = ___len12;
		G_B3_0 = L_2;
		goto IL_0010;
	}

IL_000e:
	{
		int32_t L_3 = ___len25;
		G_B3_0 = L_3;
	}

IL_0010:
	{
		V_0 = G_B3_0;
		int32_t L_4 = ___idx11;
		int32_t L_5 = V_0;
		V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_5));
		int32_t L_6 = ___idx24;
		int32_t L_7 = V_0;
		V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7));
		int32_t L_8 = ___idx11;
		if ((((int32_t)L_8) < ((int32_t)0)))
		{
			goto IL_0042;
		}
	}
	{
		int32_t L_9 = ___idx24;
		if ((((int32_t)L_9) < ((int32_t)0)))
		{
			goto IL_0042;
		}
	}
	{
		int32_t L_10 = V_1;
		String_t* L_11 = ___s10;
		NullCheck(L_11);
		int32_t L_12 = String_get_Length_m3847582255(L_11, /*hidden argument*/NULL);
		if ((((int32_t)L_10) > ((int32_t)L_12)))
		{
			goto IL_0042;
		}
	}
	{
		int32_t L_13 = V_2;
		String_t* L_14 = ___s23;
		NullCheck(L_14);
		int32_t L_15 = String_get_Length_m3847582255(L_14, /*hidden argument*/NULL);
		if ((((int32_t)L_13) <= ((int32_t)L_15)))
		{
			goto IL_009b;
		}
	}

IL_0042:
	{
		ObjectU5BU5D_t2843939325* L_16 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)6));
		int32_t L_17 = ___idx11;
		int32_t L_18 = L_17;
		RuntimeObject * L_19 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_18);
		NullCheck(L_16);
		ArrayElementTypeCheck (L_16, L_19);
		(L_16)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_19);
		ObjectU5BU5D_t2843939325* L_20 = L_16;
		int32_t L_21 = ___idx24;
		int32_t L_22 = L_21;
		RuntimeObject * L_23 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_22);
		NullCheck(L_20);
		ArrayElementTypeCheck (L_20, L_23);
		(L_20)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_23);
		ObjectU5BU5D_t2843939325* L_24 = L_20;
		int32_t L_25 = ___len12;
		int32_t L_26 = L_25;
		RuntimeObject * L_27 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_26);
		NullCheck(L_24);
		ArrayElementTypeCheck (L_24, L_27);
		(L_24)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject *)L_27);
		ObjectU5BU5D_t2843939325* L_28 = L_24;
		int32_t L_29 = ___len25;
		int32_t L_30 = L_29;
		RuntimeObject * L_31 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_30);
		NullCheck(L_28);
		ArrayElementTypeCheck (L_28, L_31);
		(L_28)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject *)L_31);
		ObjectU5BU5D_t2843939325* L_32 = L_28;
		String_t* L_33 = ___s10;
		NullCheck(L_33);
		int32_t L_34 = String_get_Length_m3847582255(L_33, /*hidden argument*/NULL);
		int32_t L_35 = L_34;
		RuntimeObject * L_36 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_35);
		NullCheck(L_32);
		ArrayElementTypeCheck (L_32, L_36);
		(L_32)->SetAt(static_cast<il2cpp_array_size_t>(4), (RuntimeObject *)L_36);
		ObjectU5BU5D_t2843939325* L_37 = L_32;
		String_t* L_38 = ___s23;
		NullCheck(L_38);
		int32_t L_39 = String_get_Length_m3847582255(L_38, /*hidden argument*/NULL);
		int32_t L_40 = L_39;
		RuntimeObject * L_41 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_40);
		NullCheck(L_37);
		ArrayElementTypeCheck (L_37, L_41);
		(L_37)->SetAt(static_cast<il2cpp_array_size_t>(5), (RuntimeObject *)L_41);
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_42 = String_Format_m630303134(NULL /*static, unused*/, _stringLiteral2212499887, L_37, /*hidden argument*/NULL);
		SystemException_t176217640 * L_43 = (SystemException_t176217640 *)il2cpp_codegen_object_new(SystemException_t176217640_il2cpp_TypeInfo_var);
		SystemException__ctor_m3298527747(L_43, L_42, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_43);
	}

IL_009b:
	{
		IL2CPP_RUNTIME_CLASS_INIT(SimpleCollator_t2877834729_il2cpp_TypeInfo_var);
		SimpleCollator_t2877834729 * L_44 = ((SimpleCollator_t2877834729_StaticFields*)il2cpp_codegen_static_fields_for(SimpleCollator_t2877834729_il2cpp_TypeInfo_var))->get_invariant_1();
		NullCheck(L_44);
		TextInfo_t3810425522 * L_45 = L_44->get_textInfo_2();
		V_3 = L_45;
		int32_t L_46 = ___idx11;
		V_4 = L_46;
		int32_t L_47 = ___idx24;
		V_5 = L_47;
		goto IL_00ff;
	}

IL_00b2:
	{
		TextInfo_t3810425522 * L_48 = V_3;
		String_t* L_49 = ___s10;
		int32_t L_50 = V_4;
		NullCheck(L_49);
		Il2CppChar L_51 = String_get_Chars_m2986988803(L_49, L_50, /*hidden argument*/NULL);
		NullCheck(L_48);
		Il2CppChar L_52 = VirtFuncInvoker1< Il2CppChar, Il2CppChar >::Invoke(7 /* System.Char System.Globalization.TextInfo::ToLower(System.Char) */, L_48, L_51);
		TextInfo_t3810425522 * L_53 = V_3;
		String_t* L_54 = ___s23;
		int32_t L_55 = V_5;
		NullCheck(L_54);
		Il2CppChar L_56 = String_get_Chars_m2986988803(L_54, L_55, /*hidden argument*/NULL);
		NullCheck(L_53);
		Il2CppChar L_57 = VirtFuncInvoker1< Il2CppChar, Il2CppChar >::Invoke(7 /* System.Char System.Globalization.TextInfo::ToLower(System.Char) */, L_53, L_56);
		if ((((int32_t)L_52) == ((int32_t)L_57)))
		{
			goto IL_00f3;
		}
	}
	{
		TextInfo_t3810425522 * L_58 = V_3;
		String_t* L_59 = ___s10;
		int32_t L_60 = V_4;
		NullCheck(L_59);
		Il2CppChar L_61 = String_get_Chars_m2986988803(L_59, L_60, /*hidden argument*/NULL);
		NullCheck(L_58);
		Il2CppChar L_62 = VirtFuncInvoker1< Il2CppChar, Il2CppChar >::Invoke(7 /* System.Char System.Globalization.TextInfo::ToLower(System.Char) */, L_58, L_61);
		TextInfo_t3810425522 * L_63 = V_3;
		String_t* L_64 = ___s23;
		int32_t L_65 = V_5;
		NullCheck(L_64);
		Il2CppChar L_66 = String_get_Chars_m2986988803(L_64, L_65, /*hidden argument*/NULL);
		NullCheck(L_63);
		Il2CppChar L_67 = VirtFuncInvoker1< Il2CppChar, Il2CppChar >::Invoke(7 /* System.Char System.Globalization.TextInfo::ToLower(System.Char) */, L_63, L_66);
		return ((int32_t)il2cpp_codegen_subtract((int32_t)L_62, (int32_t)L_67));
	}

IL_00f3:
	{
		int32_t L_68 = V_4;
		V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_68, (int32_t)1));
		int32_t L_69 = V_5;
		V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_69, (int32_t)1));
	}

IL_00ff:
	{
		int32_t L_70 = V_4;
		int32_t L_71 = V_1;
		if ((((int32_t)L_70) >= ((int32_t)L_71)))
		{
			goto IL_010f;
		}
	}
	{
		int32_t L_72 = V_5;
		int32_t L_73 = V_2;
		if ((((int32_t)L_72) < ((int32_t)L_73)))
		{
			goto IL_00b2;
		}
	}

IL_010f:
	{
		int32_t L_74 = ___len12;
		int32_t L_75 = ___len25;
		if ((!(((uint32_t)L_74) == ((uint32_t)L_75))))
		{
			goto IL_011d;
		}
	}
	{
		G_B19_0 = 0;
		goto IL_012b;
	}

IL_011d:
	{
		int32_t L_76 = ___len12;
		int32_t L_77 = V_0;
		if ((!(((uint32_t)L_76) == ((uint32_t)L_77))))
		{
			goto IL_012a;
		}
	}
	{
		G_B19_0 = (-1);
		goto IL_012b;
	}

IL_012a:
	{
		G_B19_0 = 1;
	}

IL_012b:
	{
		return G_B19_0;
	}
}
// System.Int32 Mono.Globalization.Unicode.SimpleCollator::Compare(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions)
extern "C"  int32_t SimpleCollator_Compare_m809124712 (SimpleCollator_t2877834729 * __this, String_t* ___s10, int32_t ___idx11, int32_t ___len12, String_t* ___s23, int32_t ___idx24, int32_t ___len25, int32_t ___options6, const RuntimeMethod* method)
{
	uint8_t* V_0 = NULL;
	uint8_t* V_1 = NULL;
	Context_t1744531130  V_2;
	memset(&V_2, 0, sizeof(V_2));
	bool V_3 = false;
	bool V_4 = false;
	int32_t V_5 = 0;
	int32_t G_B13_0 = 0;
	{
		int32_t L_0 = ___idx11;
		int32_t L_1 = ___idx24;
		if ((!(((uint32_t)L_0) == ((uint32_t)L_1))))
		{
			goto IL_001f;
		}
	}
	{
		int32_t L_2 = ___len12;
		int32_t L_3 = ___len25;
		if ((!(((uint32_t)L_2) == ((uint32_t)L_3))))
		{
			goto IL_001f;
		}
	}
	{
		String_t* L_4 = ___s10;
		String_t* L_5 = ___s23;
		bool L_6 = Object_ReferenceEquals_m610702577(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/NULL);
		if (!L_6)
		{
			goto IL_001f;
		}
	}
	{
		return 0;
	}

IL_001f:
	{
		int32_t L_7 = ___options6;
		if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)1073741824)))))
		{
			goto IL_003b;
		}
	}
	{
		String_t* L_8 = ___s10;
		int32_t L_9 = ___idx11;
		int32_t L_10 = ___len12;
		String_t* L_11 = ___s23;
		int32_t L_12 = ___idx24;
		int32_t L_13 = ___len25;
		int32_t L_14 = SimpleCollator_CompareOrdinal_m1829915258(__this, L_8, L_9, L_10, L_11, L_12, L_13, /*hidden argument*/NULL);
		return L_14;
	}

IL_003b:
	{
		int32_t L_15 = ___options6;
		if ((!(((uint32_t)L_15) == ((uint32_t)((int32_t)268435456)))))
		{
			goto IL_0057;
		}
	}
	{
		String_t* L_16 = ___s10;
		int32_t L_17 = ___idx11;
		int32_t L_18 = ___len12;
		String_t* L_19 = ___s23;
		int32_t L_20 = ___idx24;
		int32_t L_21 = ___len25;
		int32_t L_22 = SimpleCollator_CompareOrdinalIgnoreCase_m2749548392(__this, L_16, L_17, L_18, L_19, L_20, L_21, /*hidden argument*/NULL);
		return L_22;
	}

IL_0057:
	{
		if ((uint64_t)(uint32_t)4 * (uint64_t)(uint32_t)1 > (uint64_t)(uint32_t)kIl2CppUInt32Max)
			IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception());
		int8_t* L_23 = (int8_t*) alloca(((int32_t)il2cpp_codegen_multiply((int32_t)4, (int32_t)1)));
		memset(L_23,0,((int32_t)il2cpp_codegen_multiply((int32_t)4, (int32_t)1)));
		V_0 = (uint8_t*)(L_23);
		if ((uint64_t)(uint32_t)4 * (uint64_t)(uint32_t)1 > (uint64_t)(uint32_t)kIl2CppUInt32Max)
			IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception());
		int8_t* L_24 = (int8_t*) alloca(((int32_t)il2cpp_codegen_multiply((int32_t)4, (int32_t)1)));
		memset(L_24,0,((int32_t)il2cpp_codegen_multiply((int32_t)4, (int32_t)1)));
		V_1 = (uint8_t*)(L_24);
		uint8_t* L_25 = V_0;
		SimpleCollator_ClearBuffer_m2975394169(__this, (uint8_t*)(uint8_t*)L_25, 4, /*hidden argument*/NULL);
		uint8_t* L_26 = V_1;
		SimpleCollator_ClearBuffer_m2975394169(__this, (uint8_t*)(uint8_t*)L_26, 4, /*hidden argument*/NULL);
		int32_t L_27 = ___options6;
		uint8_t* L_28 = V_0;
		uint8_t* L_29 = V_1;
		String_t* L_30 = ___s10;
		int32_t L_31 = ___idx11;
		int32_t L_32 = ___idx11;
		int32_t L_33 = ___len12;
		String_t* L_34 = ___s23;
		int32_t L_35 = ___idx24;
		int32_t L_36 = ___idx24;
		int32_t L_37 = ___len25;
		bool L_38 = SimpleCollator_QuickCheckPossible_m649925260(__this, L_30, L_31, ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)L_33)), L_34, L_35, ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)L_37)), /*hidden argument*/NULL);
		Context__ctor_m2477370097((&V_2), L_27, (uint8_t*)(uint8_t*)(((uintptr_t)0)), (uint8_t*)(uint8_t*)(((uintptr_t)0)), (uint8_t*)(uint8_t*)L_28, (uint8_t*)(uint8_t*)L_29, (uint8_t*)(uint8_t*)(((uintptr_t)0)), L_38, /*hidden argument*/NULL);
		String_t* L_39 = ___s10;
		int32_t L_40 = ___idx11;
		int32_t L_41 = ___len12;
		String_t* L_42 = ___s23;
		int32_t L_43 = ___idx24;
		int32_t L_44 = ___len25;
		int32_t L_45 = SimpleCollator_CompareInternal_m3938174601(__this, L_39, L_40, L_41, L_42, L_43, L_44, (&V_3), (&V_4), (bool)1, (bool)0, (&V_2), /*hidden argument*/NULL);
		V_5 = L_45;
		int32_t L_46 = V_5;
		if (L_46)
		{
			goto IL_00be;
		}
	}
	{
		G_B13_0 = 0;
		goto IL_00cd;
	}

IL_00be:
	{
		int32_t L_47 = V_5;
		if ((((int32_t)L_47) >= ((int32_t)0)))
		{
			goto IL_00cc;
		}
	}
	{
		G_B13_0 = (-1);
		goto IL_00cd;
	}

IL_00cc:
	{
		G_B13_0 = 1;
	}

IL_00cd:
	{
		return G_B13_0;
	}
}
// System.Void Mono.Globalization.Unicode.SimpleCollator::ClearBuffer(System.Byte*,System.Int32)
extern "C"  void SimpleCollator_ClearBuffer_m2975394169 (SimpleCollator_t2877834729 * __this, uint8_t* ___buffer0, int32_t ___size1, const RuntimeMethod* method)
{
	int32_t V_0 = 0;
	{
		V_0 = 0;
		goto IL_0010;
	}

IL_0007:
	{
		uint8_t* L_0 = ___buffer0;
		int32_t L_1 = V_0;
		*((int8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_0, (int32_t)L_1)))) = (int8_t)0;
		int32_t L_2 = V_0;
		V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1));
	}

IL_0010:
	{
		int32_t L_3 = V_0;
		int32_t L_4 = ___size1;
		if ((((int32_t)L_3) < ((int32_t)L_4)))
		{
			goto IL_0007;
		}
	}
	{
		return;
	}
}
// System.Boolean Mono.Globalization.Unicode.SimpleCollator::QuickCheckPossible(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32)
extern "C"  bool SimpleCollator_QuickCheckPossible_m649925260 (SimpleCollator_t2877834729 * __this, String_t* ___s10, int32_t ___idx11, int32_t ___end12, String_t* ___s23, int32_t ___idx24, int32_t ___end25, const RuntimeMethod* method)
{
	{
		return (bool)0;
	}
}
// System.Int32 Mono.Globalization.Unicode.SimpleCollator::CompareInternal(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Boolean&,System.Boolean&,System.Boolean,System.Boolean,Mono.Globalization.Unicode.SimpleCollator/Context&)
extern "C"  int32_t SimpleCollator_CompareInternal_m3938174601 (SimpleCollator_t2877834729 * __this, String_t* ___s10, int32_t ___idx11, int32_t ___len12, String_t* ___s23, int32_t ___idx24, int32_t ___len25, bool* ___targetConsumed6, bool* ___sourceConsumed7, bool ___skipHeadingExtenders8, bool ___immediateBreakup9, Context_t1744531130 * ___ctx10, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SimpleCollator_CompareInternal_m3938174601_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	int32_t V_1 = 0;
	int32_t V_2 = 0;
	int32_t V_3 = 0;
	int32_t V_4 = 0;
	PreviousInfo_t2148130204  V_5;
	memset(&V_5, 0, sizeof(V_5));
	int32_t V_6 = 0;
	int32_t V_7 = 0;
	int32_t V_8 = 0;
	int32_t V_9 = 0;
	int32_t V_10 = 0;
	int32_t V_11 = 0;
	int32_t V_12 = 0;
	int32_t V_13 = 0;
	int32_t V_14 = 0;
	int32_t V_15 = 0;
	bool V_16 = false;
	bool V_17 = false;
	Escape_t3294788190  V_18;
	memset(&V_18, 0, sizeof(V_18));
	Escape_t3294788190  V_19;
	memset(&V_19, 0, sizeof(V_19));
	int32_t V_20 = 0;
	int32_t V_21 = 0;
	int32_t V_22 = 0;
	int32_t V_23 = 0;
	uint8_t* V_24 = NULL;
	uint8_t* V_25 = NULL;
	int32_t V_26 = 0;
	int32_t V_27 = 0;
	bool V_28 = false;
	bool V_29 = false;
	uint8_t V_30 = 0x0;
	uint8_t V_31 = 0x0;
	Contraction_t1589275354 * V_32 = NULL;
	int32_t V_33 = 0;
	int32_t V_34 = 0;
	Contraction_t1589275354 * V_35 = NULL;
	int32_t V_36 = 0;
	int32_t V_37 = 0;
	int32_t G_B81_0 = 0;
	int32_t G_B89_0 = 0;
	int32_t G_B161_0 = 0;
	int32_t G_B172_0 = 0;
	int32_t G_B187_0 = 0;
	int32_t G_B192_0 = 0;
	int32_t G_B195_0 = 0;
	int32_t G_B198_0 = 0;
	int32_t G_B247_0 = 0;
	{
		Context_t1744531130 * L_0 = ___ctx10;
		int32_t L_1 = L_0->get_Option_0();
		V_0 = L_1;
		int32_t L_2 = ___idx11;
		V_1 = L_2;
		int32_t L_3 = ___idx24;
		V_2 = L_3;
		int32_t L_4 = ___idx11;
		int32_t L_5 = ___len12;
		V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_5));
		int32_t L_6 = ___idx24;
		int32_t L_7 = ___len25;
		V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7));
		bool* L_8 = ___targetConsumed6;
		*((int8_t*)(L_8)) = (int8_t)0;
		bool* L_9 = ___sourceConsumed7;
		*((int8_t*)(L_9)) = (int8_t)0;
		PreviousInfo__ctor_m2284093748((&V_5), (bool)0, /*hidden argument*/NULL);
		int32_t L_10 = V_0;
		if (L_10)
		{
			goto IL_0050;
		}
	}
	{
		Context_t1744531130 * L_11 = ___ctx10;
		bool L_12 = L_11->get_QuickCheckPossible_7();
		if (!L_12)
		{
			goto IL_0050;
		}
	}
	{
		String_t* L_13 = ___s10;
		int32_t L_14 = ___idx11;
		int32_t L_15 = ___len12;
		String_t* L_16 = ___s23;
		int32_t L_17 = ___idx24;
		int32_t L_18 = ___len25;
		bool* L_19 = ___sourceConsumed7;
		bool* L_20 = ___targetConsumed6;
		bool L_21 = ___immediateBreakup9;
		int32_t L_22 = SimpleCollator_CompareQuick_m3272475794(__this, L_13, L_14, L_15, L_16, L_17, L_18, L_19, L_20, L_21, /*hidden argument*/NULL);
		return L_22;
	}

IL_0050:
	{
		V_6 = 0;
		V_7 = 5;
		V_8 = (-1);
		V_9 = (-1);
		V_10 = 0;
		V_11 = 0;
		bool L_23 = ___skipHeadingExtenders8;
		if (!L_23)
		{
			goto IL_00be;
		}
	}
	{
		goto IL_008a;
	}

IL_006e:
	{
		String_t* L_24 = ___s10;
		int32_t L_25 = ___idx11;
		NullCheck(L_24);
		Il2CppChar L_26 = String_get_Chars_m2986988803(L_24, L_25, /*hidden argument*/NULL);
		int32_t L_27 = SimpleCollator_GetExtenderType_m407776429(__this, L_26, /*hidden argument*/NULL);
		if (L_27)
		{
			goto IL_0085;
		}
	}
	{
		goto IL_0091;
	}

IL_0085:
	{
		int32_t L_28 = ___idx11;
		___idx11 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1));
	}

IL_008a:
	{
		int32_t L_29 = ___idx11;
		int32_t L_30 = V_3;
		if ((((int32_t)L_29) < ((int32_t)L_30)))
		{
			goto IL_006e;
		}
	}

IL_0091:
	{
		goto IL_00b5;
	}

IL_0096:
	{
		String_t* L_31 = ___s23;
		int32_t L_32 = ___idx24;
		NullCheck(L_31);
		Il2CppChar L_33 = String_get_Chars_m2986988803(L_31, L_32, /*hidden argument*/NULL);
		int32_t L_34 = SimpleCollator_GetExtenderType_m407776429(__this, L_33, /*hidden argument*/NULL);
		if (L_34)
		{
			goto IL_00af;
		}
	}
	{
		goto IL_00be;
	}

IL_00af:
	{
		int32_t L_35 = ___idx24;
		___idx24 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1));
	}

IL_00b5:
	{
		int32_t L_36 = ___idx24;
		int32_t L_37 = V_4;
		if ((((int32_t)L_36) < ((int32_t)L_37)))
		{
			goto IL_0096;
		}
	}

IL_00be:
	{
		V_12 = 0;
		V_13 = 0;
		int32_t L_38 = ___idx11;
		V_14 = L_38;
		int32_t L_39 = ___idx24;
		V_15 = L_39;
		int32_t L_40 = V_0;
		V_16 = (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_40&(int32_t)((int32_t)536870912)))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0);
		int32_t L_41 = V_0;
		V_17 = (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_41&(int32_t)2))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0);
		il2cpp_codegen_initobj((&V_18), sizeof(Escape_t3294788190 ));
		il2cpp_codegen_initobj((&V_19), sizeof(Escape_t3294788190 ));
	}

IL_00f5:
	{
		goto IL_0116;
	}

IL_00fa:
	{
		String_t* L_42 = ___s10;
		int32_t L_43 = ___idx11;
		NullCheck(L_42);
		Il2CppChar L_44 = String_get_Chars_m2986988803(L_42, L_43, /*hidden argument*/NULL);
		int32_t L_45 = V_0;
		IL2CPP_RUNTIME_CLASS_INIT(SimpleCollator_t2877834729_il2cpp_TypeInfo_var);
		bool L_46 = SimpleCollator_IsIgnorable_m2840693628(NULL /*static, unused*/, L_44, L_45, /*hidden argument*/NULL);
		if (L_46)
		{
			goto IL_0111;
		}
	}
	{
		goto IL_011d;
	}

IL_0111:
	{
		int32_t L_47 = ___idx11;
		___idx11 = ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)1));
	}

IL_0116:
	{
		int32_t L_48 = ___idx11;
		int32_t L_49 = V_3;
		if ((((int32_t)L_48) < ((int32_t)L_49)))
		{
			goto IL_00fa;
		}
	}

IL_011d:
	{
		goto IL_0141;
	}

IL_0122:
	{
		String_t* L_50 = ___s23;
		int32_t L_51 = ___idx24;
		NullCheck(L_50);
		Il2CppChar L_52 = String_get_Chars_m2986988803(L_50, L_51, /*hidden argument*/NULL);
		int32_t L_53 = V_0;
		IL2CPP_RUNTIME_CLASS_INIT(SimpleCollator_t2877834729_il2cpp_TypeInfo_var);
		bool L_54 = SimpleCollator_IsIgnorable_m2840693628(NULL /*static, unused*/, L_52, L_53, /*hidden argument*/NULL);
		if (L_54)
		{
			goto IL_013b;
		}
	}
	{
		goto IL_014a;
	}

IL_013b:
	{
		int32_t L_55 = ___idx24;
		___idx24 = ((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)1));
	}

IL_0141:
	{
		int32_t L_56 = ___idx24;
		int32_t L_57 = V_4;
		if ((((int32_t)L_56) < ((int32_t)L_57)))
		{
			goto IL_0122;
		}
	}

IL_014a:
	{
		int32_t L_58 = ___idx11;
		int32_t L_59 = V_3;
		if ((((int32_t)L_58) < ((int32_t)L_59)))
		{
			goto IL_019a;
		}
	}
	{
		String_t* L_60 = (&V_18)->get_Source_0();
		if (L_60)
		{
			goto IL_0162;
		}
	}
	{
		goto IL_0a39;
	}

IL_0162:
	{
		String_t* L_61 = (&V_18)->get_Source_0();
		___s10 = L_61;
		int32_t L_62 = (&V_18)->get_Start_2();
		V_1 = L_62;
		int32_t L_63 = (&V_18)->get_Index_1();
		___idx11 = L_63;
		int32_t L_64 = (&V_18)->get_End_3();
		V_3 = L_64;
		int32_t L_65 = (&V_18)->get_Optional_4();
		V_14 = L_65;
		(&V_18)->set_Source_0((String_t*)NULL);
		goto IL_00f5;
	}

IL_019a:
	{
		int32_t L_66 = ___idx24;
		int32_t L_67 = V_4;
		if ((((int32_t)L_66) < ((int32_t)L_67)))
		{
			goto IL_01ed;
		}
	}
	{
		String_t* L_68 = (&V_19)->get_Source_0();
		if (L_68)
		{
			goto IL_01b4;
		}
	}
	{
		goto IL_0a39;
	}

IL_01b4:
	{
		String_t* L_69 = (&V_19)->get_Source_0();
		___s23 = L_69;
		int32_t L_70 = (&V_19)->get_Start_2();
		V_2 = L_70;
		int32_t L_71 = (&V_19)->get_Index_1();
		___idx24 = L_71;
		int32_t L_72 = (&V_19)->get_End_3();
		V_4 = L_72;
		int32_t L_73 = (&V_19)->get_Optional_4();
		V_15 = L_73;
		(&V_19)->set_Source_0((String_t*)NULL);
		goto IL_00f5;
	}

IL_01ed:
	{
		int32_t L_74 = V_14;
		int32_t L_75 = ___idx11;
		if ((((int32_t)L_74) >= ((int32_t)L_75)))
		{
			goto IL_0310;
		}
	}
	{
		int32_t L_76 = V_15;
		int32_t L_77 = ___idx24;
		if ((((int32_t)L_76) >= ((int32_t)L_77)))
		{
			goto IL_0310;
		}
	}
	{
		goto IL_020e;
	}

IL_0203:
	{
		int32_t L_78 = ___idx11;
		___idx11 = ((int32_t)il2cpp_codegen_add((int32_t)L_78, (int32_t)1));
		int32_t L_79 = ___idx24;
		___idx24 = ((int32_t)il2cpp_codegen_add((int32_t)L_79, (int32_t)1));
	}

IL_020e:
	{
		int32_t L_80 = ___idx11;
		int32_t L_81 = V_3;
		if ((((int32_t)L_80) >= ((int32_t)L_81)))
		{
			goto IL_0233;
		}
	}
	{
		int32_t L_82 = ___idx24;
		int32_t L_83 = V_4;
		if ((((int32_t)L_82) >= ((int32_t)L_83)))
		{
			goto IL_0233;
		}
	}
	{
		String_t* L_84 = ___s10;
		int32_t L_85 = ___idx11;
		NullCheck(L_84);
		Il2CppChar L_86 = String_get_Chars_m2986988803(L_84, L_85, /*hidden argument*/NULL);
		String_t* L_87 = ___s23;
		int32_t L_88 = ___idx24;
		NullCheck(L_87);
		Il2CppChar L_89 = String_get_Chars_m2986988803(L_87, L_88, /*hidden argument*/NULL);
		if ((((int32_t)L_86) == ((int32_t)L_89)))
		{
			goto IL_0203;
		}
	}

IL_0233:
	{
		int32_t L_90 = ___idx11;
		int32_t L_91 = V_3;
		if ((((int32_t)L_90) == ((int32_t)L_91)))
		{
			goto IL_0243;
		}
	}
	{
		int32_t L_92 = ___idx24;
		int32_t L_93 = V_4;
		if ((!(((uint32_t)L_92) == ((uint32_t)L_93))))
		{
			goto IL_0248;
		}
	}

IL_0243:
	{
		goto IL_00f5;
	}

IL_0248:
	{
		int32_t L_94 = V_14;
		V_20 = L_94;
		int32_t L_95 = V_15;
		V_21 = L_95;
		int32_t L_96 = ___idx11;
		V_14 = L_96;
		int32_t L_97 = ___idx24;
		V_15 = L_97;
		int32_t L_98 = ___idx11;
		___idx11 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_98, (int32_t)1));
		int32_t L_99 = ___idx24;
		___idx24 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_99, (int32_t)1));
		goto IL_0284;
	}

IL_0267:
	{
		String_t* L_100 = ___s10;
		int32_t L_101 = ___idx11;
		NullCheck(L_100);
		Il2CppChar L_102 = String_get_Chars_m2986988803(L_100, L_101, /*hidden argument*/NULL);
		uint8_t L_103 = SimpleCollator_Category_m119590608(__this, L_102, /*hidden argument*/NULL);
		if ((((int32_t)L_103) == ((int32_t)1)))
		{
			goto IL_027f;
		}
	}
	{
		goto IL_028c;
	}

IL_027f:
	{
		int32_t L_104 = ___idx11;
		___idx11 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_104, (int32_t)1));
	}

IL_0284:
	{
		int32_t L_105 = ___idx11;
		int32_t L_106 = V_20;
		if ((((int32_t)L_105) > ((int32_t)L_106)))
		{
			goto IL_0267;
		}
	}

IL_028c:
	{
		goto IL_02b1;
	}

IL_0291:
	{
		String_t* L_107 = ___s23;
		int32_t L_108 = ___idx24;
		NullCheck(L_107);
		Il2CppChar L_109 = String_get_Chars_m2986988803(L_107, L_108, /*hidden argument*/NULL);
		uint8_t L_110 = SimpleCollator_Category_m119590608(__this, L_109, /*hidden argument*/NULL);
		if ((((int32_t)L_110) == ((int32_t)1)))
		{
			goto IL_02ab;
		}
	}
	{
		goto IL_02ba;
	}

IL_02ab:
	{
		int32_t L_111 = ___idx24;
		___idx24 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_111, (int32_t)1));
	}

IL_02b1:
	{
		int32_t L_112 = ___idx24;
		int32_t L_113 = V_21;
		if ((((int32_t)L_112) > ((int32_t)L_113)))
		{
			goto IL_0291;
		}
	}

IL_02ba:
	{
		goto IL_02db;
	}

IL_02bf:
	{
		String_t* L_114 = ___s10;
		int32_t L_115 = ___idx11;
		NullCheck(L_114);
		Il2CppChar L_116 = String_get_Chars_m2986988803(L_114, L_115, /*hidden argument*/NULL);
		bool L_117 = SimpleCollator_IsSafe_m310268646(__this, L_116, /*hidden argument*/NULL);
		if (!L_117)
		{
			goto IL_02d6;
		}
	}
	{
		goto IL_02e3;
	}

IL_02d6:
	{
		int32_t L_118 = ___idx11;
		___idx11 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_118, (int32_t)1));
	}

IL_02db:
	{
		int32_t L_119 = ___idx11;
		int32_t L_120 = V_20;
		if ((((int32_t)L_119) > ((int32_t)L_120)))
		{
			goto IL_02bf;
		}
	}

IL_02e3:
	{
		goto IL_0307;
	}

IL_02e8:
	{
		String_t* L_121 = ___s23;
		int32_t L_122 = ___idx24;
		NullCheck(L_121);
		Il2CppChar L_123 = String_get_Chars_m2986988803(L_121, L_122, /*hidden argument*/NULL);
		bool L_124 = SimpleCollator_IsSafe_m310268646(__this, L_123, /*hidden argument*/NULL);
		if (!L_124)
		{
			goto IL_0301;
		}
	}
	{
		goto IL_0310;
	}

IL_0301:
	{
		int32_t L_125 = ___idx24;
		___idx24 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_125, (int32_t)1));
	}

IL_0307:
	{
		int32_t L_126 = ___idx24;
		int32_t L_127 = V_21;
		if ((((int32_t)L_126) > ((int32_t)L_127)))
		{
			goto IL_02e8;
		}
	}

IL_0310:
	{
		int32_t L_128 = ___idx11;
		V_22 = L_128;
		int32_t L_129 = ___idx24;
		V_23 = L_129;
		V_24 = (uint8_t*)(((uintptr_t)0));
		V_25 = (uint8_t*)(((uintptr_t)0));
		String_t* L_130 = ___s10;
		int32_t L_131 = ___idx11;
		NullCheck(L_130);
		Il2CppChar L_132 = String_get_Chars_m2986988803(L_130, L_131, /*hidden argument*/NULL);
		int32_t L_133 = V_0;
		int32_t L_134 = SimpleCollator_FilterOptions_m4183839400(__this, L_132, L_133, /*hidden argument*/NULL);
		V_26 = L_134;
		String_t* L_135 = ___s23;
		int32_t L_136 = ___idx24;
		NullCheck(L_135);
		Il2CppChar L_137 = String_get_Chars_m2986988803(L_135, L_136, /*hidden argument*/NULL);
		int32_t L_138 = V_0;
		int32_t L_139 = SimpleCollator_FilterOptions_m4183839400(__this, L_137, L_138, /*hidden argument*/NULL);
		V_27 = L_139;
		V_28 = (bool)0;
		V_29 = (bool)0;
		int32_t L_140 = V_26;
		int32_t L_141 = SimpleCollator_GetExtenderType_m407776429(__this, L_140, /*hidden argument*/NULL);
		V_12 = L_141;
		int32_t L_142 = V_12;
		if (!L_142)
		{
			goto IL_039b;
		}
	}
	{
		Context_t1744531130 * L_143 = ___ctx10;
		int32_t L_144 = L_143->get_PrevCode_5();
		if ((((int32_t)L_144) >= ((int32_t)0)))
		{
			goto IL_0389;
		}
	}
	{
		Context_t1744531130 * L_145 = ___ctx10;
		uint8_t* L_146 = L_145->get_PrevSortKey_6();
		if (L_146)
		{
			goto IL_037b;
		}
	}
	{
		int32_t L_147 = ___idx11;
		___idx11 = ((int32_t)il2cpp_codegen_add((int32_t)L_147, (int32_t)1));
		goto IL_00f5;
	}

IL_037b:
	{
		Context_t1744531130 * L_148 = ___ctx10;
		uint8_t* L_149 = L_148->get_PrevSortKey_6();
		V_24 = (uint8_t*)L_149;
		goto IL_039b;
	}

IL_0389:
	{
		Context_t1744531130 * L_150 = ___ctx10;
		int32_t L_151 = L_150->get_PrevCode_5();
		int32_t L_152 = V_12;
		int32_t L_153 = V_0;
		int32_t L_154 = SimpleCollator_FilterExtender_m72900315(__this, L_151, L_152, L_153, /*hidden argument*/NULL);
		V_26 = L_154;
	}

IL_039b:
	{
		int32_t L_155 = V_27;
		int32_t L_156 = SimpleCollator_GetExtenderType_m407776429(__this, L_155, /*hidden argument*/NULL);
		V_13 = L_156;
		int32_t L_157 = V_13;
		if (!L_157)
		{
			goto IL_03f0;
		}
	}
	{
		int32_t L_158 = (&V_5)->get_Code_0();
		if ((((int32_t)L_158) >= ((int32_t)0)))
		{
			goto IL_03de;
		}
	}
	{
		uint8_t* L_159 = (&V_5)->get_SortKey_1();
		if (L_159)
		{
			goto IL_03d0;
		}
	}
	{
		int32_t L_160 = ___idx24;
		___idx24 = ((int32_t)il2cpp_codegen_add((int32_t)L_160, (int32_t)1));
		goto IL_00f5;
	}

IL_03d0:
	{
		uint8_t* L_161 = (&V_5)->get_SortKey_1();
		V_25 = (uint8_t*)L_161;
		goto IL_03f0;
	}

IL_03de:
	{
		int32_t L_162 = (&V_5)->get_Code_0();
		int32_t L_163 = V_13;
		int32_t L_164 = V_0;
		int32_t L_165 = SimpleCollator_FilterExtender_m72900315(__this, L_162, L_163, L_164, /*hidden argument*/NULL);
		V_27 = L_165;
	}

IL_03f0:
	{
		int32_t L_166 = V_26;
		uint8_t L_167 = SimpleCollator_Category_m119590608(__this, L_166, /*hidden argument*/NULL);
		V_30 = L_167;
		int32_t L_168 = V_27;
		uint8_t L_169 = SimpleCollator_Category_m119590608(__this, L_168, /*hidden argument*/NULL);
		V_31 = L_169;
		uint8_t L_170 = V_30;
		if ((!(((uint32_t)L_170) == ((uint32_t)6))))
		{
			goto IL_0466;
		}
	}
	{
		bool L_171 = V_16;
		if (L_171)
		{
			goto IL_0458;
		}
	}
	{
		int32_t L_172 = V_7;
		if ((!(((uint32_t)L_172) == ((uint32_t)5))))
		{
			goto IL_0458;
		}
	}
	{
		String_t* L_173 = (&V_18)->get_Source_0();
		if (!L_173)
		{
			goto IL_043b;
		}
	}
	{
		int32_t L_174 = (&V_18)->get_Index_1();
		int32_t L_175 = (&V_18)->get_Start_2();
		G_B81_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_174, (int32_t)L_175));
		goto IL_043f;
	}

IL_043b:
	{
		int32_t L_176 = V_22;
		int32_t L_177 = V_1;
		G_B81_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_176, (int32_t)L_177));
	}

IL_043f:
	{
		V_8 = G_B81_0;
		int32_t L_178 = V_26;
		uint8_t L_179 = SimpleCollator_Level1_m634954506(__this, L_178, /*hidden argument*/NULL);
		int32_t L_180 = V_26;
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var);
		uint8_t L_181 = MSCompatUnicodeTable_Level3_m1870873670(NULL /*static, unused*/, L_180, /*hidden argument*/NULL);
		V_10 = ((int32_t)((int32_t)L_179<<(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)8, (int32_t)L_181))&(int32_t)((int32_t)31)))));
	}

IL_0458:
	{
		Context_t1744531130 * L_182 = ___ctx10;
		int32_t L_183 = V_26;
		L_182->set_PrevCode_5(L_183);
		int32_t L_184 = ___idx11;
		___idx11 = ((int32_t)il2cpp_codegen_add((int32_t)L_184, (int32_t)1));
	}

IL_0466:
	{
		uint8_t L_185 = V_31;
		if ((!(((uint32_t)L_185) == ((uint32_t)6))))
		{
			goto IL_04c9;
		}
	}
	{
		bool L_186 = V_16;
		if (L_186)
		{
			goto IL_04ba;
		}
	}
	{
		int32_t L_187 = V_7;
		if ((!(((uint32_t)L_187) == ((uint32_t)5))))
		{
			goto IL_04ba;
		}
	}
	{
		String_t* L_188 = (&V_19)->get_Source_0();
		if (!L_188)
		{
			goto IL_049d;
		}
	}
	{
		int32_t L_189 = (&V_19)->get_Index_1();
		int32_t L_190 = (&V_19)->get_Start_2();
		G_B89_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_189, (int32_t)L_190));
		goto IL_04a1;
	}

IL_049d:
	{
		int32_t L_191 = V_23;
		int32_t L_192 = V_2;
		G_B89_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_191, (int32_t)L_192));
	}

IL_04a1:
	{
		V_9 = G_B89_0;
		int32_t L_193 = V_27;
		uint8_t L_194 = SimpleCollator_Level1_m634954506(__this, L_193, /*hidden argument*/NULL);
		int32_t L_195 = V_27;
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var);
		uint8_t L_196 = MSCompatUnicodeTable_Level3_m1870873670(NULL /*static, unused*/, L_195, /*hidden argument*/NULL);
		V_11 = ((int32_t)((int32_t)L_194<<(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)8, (int32_t)L_196))&(int32_t)((int32_t)31)))));
	}

IL_04ba:
	{
		int32_t L_197 = V_27;
		(&V_5)->set_Code_0(L_197);
		int32_t L_198 = ___idx24;
		___idx24 = ((int32_t)il2cpp_codegen_add((int32_t)L_198, (int32_t)1));
	}

IL_04c9:
	{
		uint8_t L_199 = V_30;
		if ((((int32_t)L_199) == ((int32_t)6)))
		{
			goto IL_04d9;
		}
	}
	{
		uint8_t L_200 = V_31;
		if ((!(((uint32_t)L_200) == ((uint32_t)6))))
		{
			goto IL_0503;
		}
	}

IL_04d9:
	{
		int32_t L_201 = V_7;
		if ((!(((uint32_t)L_201) == ((uint32_t)5))))
		{
			goto IL_04fe;
		}
	}
	{
		int32_t L_202 = V_10;
		int32_t L_203 = V_11;
		if ((!(((uint32_t)L_202) == ((uint32_t)L_203))))
		{
			goto IL_04fb;
		}
	}
	{
		int32_t L_204 = (-1);
		V_9 = L_204;
		V_8 = L_204;
		int32_t L_205 = 0;
		V_11 = L_205;
		V_10 = L_205;
		goto IL_04fe;
	}

IL_04fb:
	{
		V_7 = 4;
	}

IL_04fe:
	{
		goto IL_00f5;
	}

IL_0503:
	{
		V_32 = (Contraction_t1589275354 *)NULL;
		int32_t L_206 = V_12;
		if (L_206)
		{
			goto IL_0518;
		}
	}
	{
		String_t* L_207 = ___s10;
		int32_t L_208 = ___idx11;
		int32_t L_209 = V_3;
		Contraction_t1589275354 * L_210 = SimpleCollator_GetContraction_m3383256934(__this, L_207, L_208, L_209, /*hidden argument*/NULL);
		V_32 = L_210;
	}

IL_0518:
	{
		V_33 = 1;
		uint8_t* L_211 = V_24;
		if (!L_211)
		{
			goto IL_052a;
		}
	}
	{
		V_33 = 1;
		goto IL_0667;
	}

IL_052a:
	{
		Contraction_t1589275354 * L_212 = V_32;
		if (!L_212)
		{
			goto IL_05f7;
		}
	}
	{
		Contraction_t1589275354 * L_213 = V_32;
		NullCheck(L_213);
		CharU5BU5D_t3528271667* L_214 = L_213->get_Source_0();
		NullCheck(L_214);
		V_33 = (((int32_t)((int32_t)(((RuntimeArray *)L_214)->max_length))));
		Contraction_t1589275354 * L_215 = V_32;
		NullCheck(L_215);
		ByteU5BU5D_t4116647657* L_216 = L_215->get_SortKey_2();
		if (!L_216)
		{
			goto IL_0595;
		}
	}
	{
		Context_t1744531130 * L_217 = ___ctx10;
		uint8_t* L_218 = L_217->get_Buffer1_3();
		V_24 = (uint8_t*)L_218;
		V_34 = 0;
		goto IL_056f;
	}

IL_0559:
	{
		uint8_t* L_219 = V_24;
		int32_t L_220 = V_34;
		Contraction_t1589275354 * L_221 = V_32;
		NullCheck(L_221);
		ByteU5BU5D_t4116647657* L_222 = L_221->get_SortKey_2();
		int32_t L_223 = V_34;
		NullCheck(L_222);
		int32_t L_224 = L_223;
		uint8_t L_225 = (L_222)->GetAt(static_cast<il2cpp_array_size_t>(L_224));
		*((int8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_219, (int32_t)L_220)))) = (int8_t)L_225;
		int32_t L_226 = V_34;
		V_34 = ((int32_t)il2cpp_codegen_add((int32_t)L_226, (int32_t)1));
	}

IL_056f:
	{
		int32_t L_227 = V_34;
		Contraction_t1589275354 * L_228 = V_32;
		NullCheck(L_228);
		ByteU5BU5D_t4116647657* L_229 = L_228->get_SortKey_2();
		NullCheck(L_229);
		if ((((int32_t)L_227) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_229)->max_length)))))))
		{
			goto IL_0559;
		}
	}
	{
		Context_t1744531130 * L_230 = ___ctx10;
		L_230->set_PrevCode_5((-1));
		Context_t1744531130 * L_231 = ___ctx10;
		uint8_t* L_232 = V_24;
		L_231->set_PrevSortKey_6((uint8_t*)L_232);
		goto IL_05f2;
	}

IL_0595:
	{
		String_t* L_233 = (&V_18)->get_Source_0();
		if (L_233)
		{
			goto IL_05f2;
		}
	}
	{
		String_t* L_234 = ___s10;
		(&V_18)->set_Source_0(L_234);
		int32_t L_235 = V_1;
		(&V_18)->set_Start_2(L_235);
		int32_t L_236 = V_22;
		Contraction_t1589275354 * L_237 = V_32;
		NullCheck(L_237);
		CharU5BU5D_t3528271667* L_238 = L_237->get_Source_0();
		NullCheck(L_238);
		(&V_18)->set_Index_1(((int32_t)il2cpp_codegen_add((int32_t)L_236, (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_238)->max_length)))))));
		int32_t L_239 = V_3;
		(&V_18)->set_End_3(L_239);
		int32_t L_240 = V_14;
		(&V_18)->set_Optional_4(L_240);
		Contraction_t1589275354 * L_241 = V_32;
		NullCheck(L_241);
		String_t* L_242 = L_241->get_Replacement_1();
		___s10 = L_242;
		___idx11 = 0;
		V_1 = 0;
		String_t* L_243 = ___s10;
		NullCheck(L_243);
		int32_t L_244 = String_get_Length_m3847582255(L_243, /*hidden argument*/NULL);
		V_3 = L_244;
		V_14 = 0;
		goto IL_00f5;
	}

IL_05f2:
	{
		goto IL_0667;
	}

IL_05f7:
	{
		Context_t1744531130 * L_245 = ___ctx10;
		uint8_t* L_246 = L_245->get_Buffer1_3();
		V_24 = (uint8_t*)L_246;
		uint8_t* L_247 = V_24;
		uint8_t L_248 = V_30;
		*((int8_t*)(L_247)) = (int8_t)L_248;
		uint8_t* L_249 = V_24;
		int32_t L_250 = V_26;
		uint8_t L_251 = SimpleCollator_Level1_m634954506(__this, L_250, /*hidden argument*/NULL);
		*((int8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_249, (int32_t)1)))) = (int8_t)L_251;
		bool L_252 = V_17;
		if (L_252)
		{
			goto IL_0630;
		}
	}
	{
		int32_t L_253 = V_7;
		if ((((int32_t)L_253) <= ((int32_t)1)))
		{
			goto IL_0630;
		}
	}
	{
		uint8_t* L_254 = V_24;
		int32_t L_255 = V_26;
		int32_t L_256 = V_12;
		uint8_t L_257 = SimpleCollator_Level2_m2830638875(__this, L_255, L_256, /*hidden argument*/NULL);
		*((int8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_254, (int32_t)2)))) = (int8_t)L_257;
	}

IL_0630:
	{
		int32_t L_258 = V_7;
		if ((((int32_t)L_258) <= ((int32_t)2)))
		{
			goto IL_0644;
		}
	}
	{
		uint8_t* L_259 = V_24;
		int32_t L_260 = V_26;
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var);
		uint8_t L_261 = MSCompatUnicodeTable_Level3_m1870873670(NULL /*static, unused*/, L_260, /*hidden argument*/NULL);
		*((int8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_259, (int32_t)3)))) = (int8_t)L_261;
	}

IL_0644:
	{
		int32_t L_262 = V_7;
		if ((((int32_t)L_262) <= ((int32_t)3)))
		{
			goto IL_0656;
		}
	}
	{
		int32_t L_263 = V_26;
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var);
		bool L_264 = MSCompatUnicodeTable_HasSpecialWeight_m1621324272(NULL /*static, unused*/, (((int32_t)((uint16_t)L_263))), /*hidden argument*/NULL);
		V_28 = L_264;
	}

IL_0656:
	{
		uint8_t L_265 = V_30;
		if ((((int32_t)L_265) <= ((int32_t)1)))
		{
			goto IL_0667;
		}
	}
	{
		Context_t1744531130 * L_266 = ___ctx10;
		int32_t L_267 = V_26;
		L_266->set_PrevCode_5(L_267);
	}

IL_0667:
	{
		V_35 = (Contraction_t1589275354 *)NULL;
		int32_t L_268 = V_13;
		if (L_268)
		{
			goto IL_067f;
		}
	}
	{
		String_t* L_269 = ___s23;
		int32_t L_270 = ___idx24;
		int32_t L_271 = V_4;
		Contraction_t1589275354 * L_272 = SimpleCollator_GetContraction_m3383256934(__this, L_269, L_270, L_271, /*hidden argument*/NULL);
		V_35 = L_272;
	}

IL_067f:
	{
		uint8_t* L_273 = V_25;
		if (!L_273)
		{
			goto IL_0691;
		}
	}
	{
		int32_t L_274 = ___idx24;
		___idx24 = ((int32_t)il2cpp_codegen_add((int32_t)L_274, (int32_t)1));
		goto IL_07db;
	}

IL_0691:
	{
		Contraction_t1589275354 * L_275 = V_35;
		if (!L_275)
		{
			goto IL_0765;
		}
	}
	{
		int32_t L_276 = ___idx24;
		Contraction_t1589275354 * L_277 = V_35;
		NullCheck(L_277);
		CharU5BU5D_t3528271667* L_278 = L_277->get_Source_0();
		NullCheck(L_278);
		___idx24 = ((int32_t)il2cpp_codegen_add((int32_t)L_276, (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_278)->max_length))))));
		Contraction_t1589275354 * L_279 = V_35;
		NullCheck(L_279);
		ByteU5BU5D_t4116647657* L_280 = L_279->get_SortKey_2();
		if (!L_280)
		{
			goto IL_06ff;
		}
	}
	{
		Context_t1744531130 * L_281 = ___ctx10;
		uint8_t* L_282 = L_281->get_Buffer2_4();
		V_25 = (uint8_t*)L_282;
		V_36 = 0;
		goto IL_06d9;
	}

IL_06c3:
	{
		uint8_t* L_283 = V_25;
		int32_t L_284 = V_36;
		Contraction_t1589275354 * L_285 = V_35;
		NullCheck(L_285);
		ByteU5BU5D_t4116647657* L_286 = L_285->get_SortKey_2();
		int32_t L_287 = V_36;
		NullCheck(L_286);
		int32_t L_288 = L_287;
		uint8_t L_289 = (L_286)->GetAt(static_cast<il2cpp_array_size_t>(L_288));
		*((int8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_283, (int32_t)L_284)))) = (int8_t)L_289;
		int32_t L_290 = V_36;
		V_36 = ((int32_t)il2cpp_codegen_add((int32_t)L_290, (int32_t)1));
	}

IL_06d9:
	{
		int32_t L_291 = V_36;
		Contraction_t1589275354 * L_292 = V_35;
		NullCheck(L_292);
		ByteU5BU5D_t4116647657* L_293 = L_292->get_SortKey_2();
		NullCheck(L_293);
		if ((((int32_t)L_291) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_293)->max_length)))))))
		{
			goto IL_06c3;
		}
	}
	{
		(&V_5)->set_Code_0((-1));
		uint8_t* L_294 = V_25;
		(&V_5)->set_SortKey_1((uint8_t*)L_294);
		goto IL_0760;
	}

IL_06ff:
	{
		String_t* L_295 = (&V_19)->get_Source_0();
		if (L_295)
		{
			goto IL_0760;
		}
	}
	{
		String_t* L_296 = ___s23;
		(&V_19)->set_Source_0(L_296);
		int32_t L_297 = V_2;
		(&V_19)->set_Start_2(L_297);
		int32_t L_298 = V_23;
		Contraction_t1589275354 * L_299 = V_35;
		NullCheck(L_299);
		CharU5BU5D_t3528271667* L_300 = L_299->get_Source_0();
		NullCheck(L_300);
		(&V_19)->set_Index_1(((int32_t)il2cpp_codegen_add((int32_t)L_298, (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_300)->max_length)))))));
		int32_t L_301 = V_4;
		(&V_19)->set_End_3(L_301);
		int32_t L_302 = V_15;
		(&V_19)->set_Optional_4(L_302);
		Contraction_t1589275354 * L_303 = V_35;
		NullCheck(L_303);
		String_t* L_304 = L_303->get_Replacement_1();
		___s23 = L_304;
		___idx24 = 0;
		V_2 = 0;
		String_t* L_305 = ___s23;
		NullCheck(L_305);
		int32_t L_306 = String_get_Length_m3847582255(L_305, /*hidden argument*/NULL);
		V_4 = L_306;
		V_15 = 0;
		goto IL_00f5;
	}

IL_0760:
	{
		goto IL_07db;
	}

IL_0765:
	{
		Context_t1744531130 * L_307 = ___ctx10;
		uint8_t* L_308 = L_307->get_Buffer2_4();
		V_25 = (uint8_t*)L_308;
		uint8_t* L_309 = V_25;
		uint8_t L_310 = V_31;
		*((int8_t*)(L_309)) = (int8_t)L_310;
		uint8_t* L_311 = V_25;
		int32_t L_312 = V_27;
		uint8_t L_313 = SimpleCollator_Level1_m634954506(__this, L_312, /*hidden argument*/NULL);
		*((int8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_311, (int32_t)1)))) = (int8_t)L_313;
		bool L_314 = V_17;
		if (L_314)
		{
			goto IL_079e;
		}
	}
	{
		int32_t L_315 = V_7;
		if ((((int32_t)L_315) <= ((int32_t)1)))
		{
			goto IL_079e;
		}
	}
	{
		uint8_t* L_316 = V_25;
		int32_t L_317 = V_27;
		int32_t L_318 = V_13;
		uint8_t L_319 = SimpleCollator_Level2_m2830638875(__this, L_317, L_318, /*hidden argument*/NULL);
		*((int8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_316, (int32_t)2)))) = (int8_t)L_319;
	}

IL_079e:
	{
		int32_t L_320 = V_7;
		if ((((int32_t)L_320) <= ((int32_t)2)))
		{
			goto IL_07b2;
		}
	}
	{
		uint8_t* L_321 = V_25;
		int32_t L_322 = V_27;
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var);
		uint8_t L_323 = MSCompatUnicodeTable_Level3_m1870873670(NULL /*static, unused*/, L_322, /*hidden argument*/NULL);
		*((int8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_321, (int32_t)3)))) = (int8_t)L_323;
	}

IL_07b2:
	{
		int32_t L_324 = V_7;
		if ((((int32_t)L_324) <= ((int32_t)3)))
		{
			goto IL_07c4;
		}
	}
	{
		int32_t L_325 = V_27;
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var);
		bool L_326 = MSCompatUnicodeTable_HasSpecialWeight_m1621324272(NULL /*static, unused*/, (((int32_t)((uint16_t)L_325))), /*hidden argument*/NULL);
		V_29 = L_326;
	}

IL_07c4:
	{
		uint8_t L_327 = V_31;
		if ((((int32_t)L_327) <= ((int32_t)1)))
		{
			goto IL_07d5;
		}
	}
	{
		int32_t L_328 = V_27;
		(&V_5)->set_Code_0(L_328);
	}

IL_07d5:
	{
		int32_t L_329 = ___idx24;
		___idx24 = ((int32_t)il2cpp_codegen_add((int32_t)L_329, (int32_t)1));
	}

IL_07db:
	{
		int32_t L_330 = ___idx11;
		int32_t L_331 = V_33;
		___idx11 = ((int32_t)il2cpp_codegen_add((int32_t)L_330, (int32_t)L_331));
		bool L_332 = V_17;
		if (L_332)
		{
			goto IL_0895;
		}
	}
	{
		goto IL_0834;
	}

IL_07ed:
	{
		String_t* L_333 = ___s10;
		int32_t L_334 = ___idx11;
		NullCheck(L_333);
		Il2CppChar L_335 = String_get_Chars_m2986988803(L_333, L_334, /*hidden argument*/NULL);
		uint8_t L_336 = SimpleCollator_Category_m119590608(__this, L_335, /*hidden argument*/NULL);
		if ((((int32_t)L_336) == ((int32_t)1)))
		{
			goto IL_0805;
		}
	}
	{
		goto IL_083b;
	}

IL_0805:
	{
		uint8_t* L_337 = V_24;
		if ((*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_337, (int32_t)2)))))
		{
			goto IL_0815;
		}
	}
	{
		uint8_t* L_338 = V_24;
		*((int8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_338, (int32_t)2)))) = (int8_t)2;
	}

IL_0815:
	{
		uint8_t* L_339 = V_24;
		uint8_t* L_340 = V_24;
		String_t* L_341 = ___s10;
		int32_t L_342 = ___idx11;
		NullCheck(L_341);
		Il2CppChar L_343 = String_get_Chars_m2986988803(L_341, L_342, /*hidden argument*/NULL);
		uint8_t L_344 = SimpleCollator_Level2_m2830638875(__this, L_343, 0, /*hidden argument*/NULL);
		*((int8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_339, (int32_t)2)))) = (int8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_340, (int32_t)2)))), (int32_t)L_344)))));
		int32_t L_345 = ___idx11;
		___idx11 = ((int32_t)il2cpp_codegen_add((int32_t)L_345, (int32_t)1));
	}

IL_0834:
	{
		int32_t L_346 = ___idx11;
		int32_t L_347 = V_3;
		if ((((int32_t)L_346) < ((int32_t)L_347)))
		{
			goto IL_07ed;
		}
	}

IL_083b:
	{
		goto IL_088c;
	}

IL_0840:
	{
		String_t* L_348 = ___s23;
		int32_t L_349 = ___idx24;
		NullCheck(L_348);
		Il2CppChar L_350 = String_get_Chars_m2986988803(L_348, L_349, /*hidden argument*/NULL);
		uint8_t L_351 = SimpleCollator_Category_m119590608(__this, L_350, /*hidden argument*/NULL);
		if ((((int32_t)L_351) == ((int32_t)1)))
		{
			goto IL_085a;
		}
	}
	{
		goto IL_0895;
	}

IL_085a:
	{
		uint8_t* L_352 = V_25;
		if ((*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_352, (int32_t)2)))))
		{
			goto IL_086a;
		}
	}
	{
		uint8_t* L_353 = V_25;
		*((int8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_353, (int32_t)2)))) = (int8_t)2;
	}

IL_086a:
	{
		uint8_t* L_354 = V_25;
		uint8_t* L_355 = V_25;
		String_t* L_356 = ___s23;
		int32_t L_357 = ___idx24;
		NullCheck(L_356);
		Il2CppChar L_358 = String_get_Chars_m2986988803(L_356, L_357, /*hidden argument*/NULL);
		uint8_t L_359 = SimpleCollator_Level2_m2830638875(__this, L_358, 0, /*hidden argument*/NULL);
		*((int8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_354, (int32_t)2)))) = (int8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_355, (int32_t)2)))), (int32_t)L_359)))));
		int32_t L_360 = ___idx24;
		___idx24 = ((int32_t)il2cpp_codegen_add((int32_t)L_360, (int32_t)1));
	}

IL_088c:
	{
		int32_t L_361 = ___idx24;
		int32_t L_362 = V_4;
		if ((((int32_t)L_361) < ((int32_t)L_362)))
		{
			goto IL_0840;
		}
	}

IL_0895:
	{
		uint8_t* L_363 = V_24;
		uint8_t* L_364 = V_25;
		V_37 = ((int32_t)il2cpp_codegen_subtract((int32_t)(*((uint8_t*)L_363)), (int32_t)(*((uint8_t*)L_364))));
		int32_t L_365 = V_37;
		if (!L_365)
		{
			goto IL_08ac;
		}
	}
	{
		int32_t L_366 = V_37;
		G_B161_0 = L_366;
		goto IL_08b7;
	}

IL_08ac:
	{
		uint8_t* L_367 = V_24;
		uint8_t* L_368 = V_25;
		G_B161_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_367, (int32_t)1)))), (int32_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_368, (int32_t)1))))));
	}

IL_08b7:
	{
		V_37 = G_B161_0;
		int32_t L_369 = V_37;
		if (!L_369)
		{
			goto IL_08c3;
		}
	}
	{
		int32_t L_370 = V_37;
		return L_370;
	}

IL_08c3:
	{
		int32_t L_371 = V_7;
		if ((!(((uint32_t)L_371) == ((uint32_t)1))))
		{
			goto IL_08d0;
		}
	}
	{
		goto IL_00f5;
	}

IL_08d0:
	{
		bool L_372 = V_17;
		if (L_372)
		{
			goto IL_0911;
		}
	}
	{
		uint8_t* L_373 = V_24;
		uint8_t* L_374 = V_25;
		V_37 = ((int32_t)il2cpp_codegen_subtract((int32_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_373, (int32_t)2)))), (int32_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_374, (int32_t)2))))));
		int32_t L_375 = V_37;
		if (!L_375)
		{
			goto IL_0911;
		}
	}
	{
		int32_t L_376 = V_37;
		V_6 = L_376;
		bool L_377 = ___immediateBreakup9;
		if (!L_377)
		{
			goto IL_08f8;
		}
	}
	{
		return (-1);
	}

IL_08f8:
	{
		bool L_378 = __this->get_frenchSort_3();
		if (!L_378)
		{
			goto IL_0909;
		}
	}
	{
		G_B172_0 = 2;
		goto IL_090a;
	}

IL_0909:
	{
		G_B172_0 = 1;
	}

IL_090a:
	{
		V_7 = G_B172_0;
		goto IL_00f5;
	}

IL_0911:
	{
		int32_t L_379 = V_7;
		if ((!(((uint32_t)L_379) == ((uint32_t)2))))
		{
			goto IL_091e;
		}
	}
	{
		goto IL_00f5;
	}

IL_091e:
	{
		uint8_t* L_380 = V_24;
		uint8_t* L_381 = V_25;
		V_37 = ((int32_t)il2cpp_codegen_subtract((int32_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_380, (int32_t)3)))), (int32_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_381, (int32_t)3))))));
		int32_t L_382 = V_37;
		if (!L_382)
		{
			goto IL_0947;
		}
	}
	{
		int32_t L_383 = V_37;
		V_6 = L_383;
		bool L_384 = ___immediateBreakup9;
		if (!L_384)
		{
			goto IL_093f;
		}
	}
	{
		return (-1);
	}

IL_093f:
	{
		V_7 = 2;
		goto IL_00f5;
	}

IL_0947:
	{
		int32_t L_385 = V_7;
		if ((!(((uint32_t)L_385) == ((uint32_t)3))))
		{
			goto IL_0954;
		}
	}
	{
		goto IL_00f5;
	}

IL_0954:
	{
		bool L_386 = V_28;
		bool L_387 = V_29;
		if ((((int32_t)L_386) == ((int32_t)L_387)))
		{
			goto IL_097e;
		}
	}
	{
		bool L_388 = ___immediateBreakup9;
		if (!L_388)
		{
			goto IL_0966;
		}
	}
	{
		return (-1);
	}

IL_0966:
	{
		bool L_389 = V_28;
		if (!L_389)
		{
			goto IL_0973;
		}
	}
	{
		G_B187_0 = 1;
		goto IL_0974;
	}

IL_0973:
	{
		G_B187_0 = (-1);
	}

IL_0974:
	{
		V_6 = G_B187_0;
		V_7 = 3;
		goto IL_00f5;
	}

IL_097e:
	{
		bool L_390 = V_28;
		if (!L_390)
		{
			goto IL_0a34;
		}
	}
	{
		int32_t L_391 = V_26;
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var);
		bool L_392 = MSCompatUnicodeTable_IsJapaneseSmallLetter_m2666144582(NULL /*static, unused*/, (((int32_t)((uint16_t)L_391))), /*hidden argument*/NULL);
		int32_t L_393 = V_27;
		bool L_394 = MSCompatUnicodeTable_IsJapaneseSmallLetter_m2666144582(NULL /*static, unused*/, (((int32_t)((uint16_t)L_393))), /*hidden argument*/NULL);
		int32_t L_395 = SimpleCollator_CompareFlagPair_m3270665809(__this, (bool)((((int32_t)L_392) == ((int32_t)0))? 1 : 0), (bool)((((int32_t)L_394) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL);
		V_37 = L_395;
		int32_t L_396 = V_37;
		if (!L_396)
		{
			goto IL_09b1;
		}
	}
	{
		int32_t L_397 = V_37;
		G_B192_0 = L_397;
		goto IL_09c2;
	}

IL_09b1:
	{
		int32_t L_398 = V_12;
		int32_t L_399 = V_0;
		IL2CPP_RUNTIME_CLASS_INIT(SimpleCollator_t2877834729_il2cpp_TypeInfo_var);
		uint8_t L_400 = SimpleCollator_ToDashTypeValue_m6184468(NULL /*static, unused*/, L_398, L_399, /*hidden argument*/NULL);
		int32_t L_401 = V_13;
		int32_t L_402 = V_0;
		uint8_t L_403 = SimpleCollator_ToDashTypeValue_m6184468(NULL /*static, unused*/, L_401, L_402, /*hidden argument*/NULL);
		G_B192_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_400, (int32_t)L_403));
	}

IL_09c2:
	{
		V_37 = G_B192_0;
		int32_t L_404 = V_37;
		if (!L_404)
		{
			goto IL_09d2;
		}
	}
	{
		int32_t L_405 = V_37;
		G_B195_0 = L_405;
		goto IL_09e8;
	}

IL_09d2:
	{
		int32_t L_406 = V_26;
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var);
		bool L_407 = MSCompatUnicodeTable_IsHiragana_m3884380055(NULL /*static, unused*/, (((int32_t)((uint16_t)L_406))), /*hidden argument*/NULL);
		int32_t L_408 = V_27;
		bool L_409 = MSCompatUnicodeTable_IsHiragana_m3884380055(NULL /*static, unused*/, (((int32_t)((uint16_t)L_408))), /*hidden argument*/NULL);
		int32_t L_410 = SimpleCollator_CompareFlagPair_m3270665809(__this, L_407, L_409, /*hidden argument*/NULL);
		G_B195_0 = L_410;
	}

IL_09e8:
	{
		V_37 = G_B195_0;
		int32_t L_411 = V_37;
		if (!L_411)
		{
			goto IL_09f8;
		}
	}
	{
		int32_t L_412 = V_37;
		G_B198_0 = L_412;
		goto IL_0a16;
	}

IL_09f8:
	{
		int32_t L_413 = V_26;
		int32_t L_414 = V_0;
		IL2CPP_RUNTIME_CLASS_INIT(SimpleCollator_t2877834729_il2cpp_TypeInfo_var);
		bool L_415 = SimpleCollator_IsHalfKana_m3959736042(NULL /*static, unused*/, (((int32_t)((uint16_t)L_413))), L_414, /*hidden argument*/NULL);
		int32_t L_416 = V_27;
		int32_t L_417 = V_0;
		bool L_418 = SimpleCollator_IsHalfKana_m3959736042(NULL /*static, unused*/, (((int32_t)((uint16_t)L_416))), L_417, /*hidden argument*/NULL);
		int32_t L_419 = SimpleCollator_CompareFlagPair_m3270665809(__this, (bool)((((int32_t)L_415) == ((int32_t)0))? 1 : 0), (bool)((((int32_t)L_418) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL);
		G_B198_0 = L_419;
	}

IL_0a16:
	{
		V_37 = G_B198_0;
		int32_t L_420 = V_37;
		if (!L_420)
		{
			goto IL_0a34;
		}
	}
	{
		bool L_421 = ___immediateBreakup9;
		if (!L_421)
		{
			goto IL_0a28;
		}
	}
	{
		return (-1);
	}

IL_0a28:
	{
		int32_t L_422 = V_37;
		V_6 = L_422;
		V_7 = 3;
		goto IL_00f5;
	}

IL_0a34:
	{
		goto IL_00f5;
	}

IL_0a39:
	{
		bool L_423 = V_17;
		if (L_423)
		{
			goto IL_0ae0;
		}
	}
	{
		int32_t L_424 = V_6;
		if (!L_424)
		{
			goto IL_0ae0;
		}
	}
	{
		int32_t L_425 = V_7;
		if ((((int32_t)L_425) <= ((int32_t)2)))
		{
			goto IL_0ae0;
		}
	}
	{
		goto IL_0ad0;
	}

IL_0a54:
	{
		String_t* L_426 = ___s10;
		int32_t L_427 = ___idx11;
		NullCheck(L_426);
		Il2CppChar L_428 = String_get_Chars_m2986988803(L_426, L_427, /*hidden argument*/NULL);
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var);
		bool L_429 = MSCompatUnicodeTable_IsIgnorableNonSpacing_m47098938(NULL /*static, unused*/, L_428, /*hidden argument*/NULL);
		if (L_429)
		{
			goto IL_0a6a;
		}
	}
	{
		goto IL_0ae0;
	}

IL_0a6a:
	{
		String_t* L_430 = ___s23;
		int32_t L_431 = ___idx24;
		NullCheck(L_430);
		Il2CppChar L_432 = String_get_Chars_m2986988803(L_430, L_431, /*hidden argument*/NULL);
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var);
		bool L_433 = MSCompatUnicodeTable_IsIgnorableNonSpacing_m47098938(NULL /*static, unused*/, L_432, /*hidden argument*/NULL);
		if (L_433)
		{
			goto IL_0a82;
		}
	}
	{
		goto IL_0ae0;
	}

IL_0a82:
	{
		String_t* L_434 = ___s10;
		int32_t L_435 = ___idx11;
		NullCheck(L_434);
		Il2CppChar L_436 = String_get_Chars_m2986988803(L_434, L_435, /*hidden argument*/NULL);
		int32_t L_437 = V_0;
		int32_t L_438 = SimpleCollator_FilterOptions_m4183839400(__this, L_436, L_437, /*hidden argument*/NULL);
		int32_t L_439 = V_12;
		uint8_t L_440 = SimpleCollator_Level2_m2830638875(__this, L_438, L_439, /*hidden argument*/NULL);
		String_t* L_441 = ___s23;
		int32_t L_442 = ___idx24;
		NullCheck(L_441);
		Il2CppChar L_443 = String_get_Chars_m2986988803(L_441, L_442, /*hidden argument*/NULL);
		int32_t L_444 = V_0;
		int32_t L_445 = SimpleCollator_FilterOptions_m4183839400(__this, L_443, L_444, /*hidden argument*/NULL);
		int32_t L_446 = V_13;
		uint8_t L_447 = SimpleCollator_Level2_m2830638875(__this, L_445, L_446, /*hidden argument*/NULL);
		V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_440, (int32_t)L_447));
		int32_t L_448 = V_6;
		if (!L_448)
		{
			goto IL_0abf;
		}
	}
	{
		goto IL_0ae0;
	}

IL_0abf:
	{
		int32_t L_449 = ___idx11;
		___idx11 = ((int32_t)il2cpp_codegen_add((int32_t)L_449, (int32_t)1));
		int32_t L_450 = ___idx24;
		___idx24 = ((int32_t)il2cpp_codegen_add((int32_t)L_450, (int32_t)1));
		V_12 = 0;
		V_13 = 0;
	}

IL_0ad0:
	{
		int32_t L_451 = ___idx11;
		int32_t L_452 = V_3;
		if ((((int32_t)L_451) >= ((int32_t)L_452)))
		{
			goto IL_0ae0;
		}
	}
	{
		int32_t L_453 = ___idx24;
		int32_t L_454 = V_4;
		if ((((int32_t)L_453) < ((int32_t)L_454)))
		{
			goto IL_0a54;
		}
	}

IL_0ae0:
	{
		int32_t L_455 = V_7;
		if ((!(((uint32_t)L_455) == ((uint32_t)1))))
		{
			goto IL_0b4c;
		}
	}
	{
		int32_t L_456 = V_6;
		if (!L_456)
		{
			goto IL_0b4c;
		}
	}
	{
		goto IL_0b14;
	}

IL_0af4:
	{
		String_t* L_457 = ___s10;
		int32_t L_458 = ___idx11;
		NullCheck(L_457);
		Il2CppChar L_459 = String_get_Chars_m2986988803(L_457, L_458, /*hidden argument*/NULL);
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var);
		bool L_460 = MSCompatUnicodeTable_IsIgnorableNonSpacing_m47098938(NULL /*static, unused*/, L_459, /*hidden argument*/NULL);
		if (!L_460)
		{
			goto IL_0b0f;
		}
	}
	{
		int32_t L_461 = ___idx11;
		___idx11 = ((int32_t)il2cpp_codegen_add((int32_t)L_461, (int32_t)1));
		goto IL_0b14;
	}

IL_0b0f:
	{
		goto IL_0b1b;
	}

IL_0b14:
	{
		int32_t L_462 = ___idx11;
		int32_t L_463 = V_3;
		if ((((int32_t)L_462) < ((int32_t)L_463)))
		{
			goto IL_0af4;
		}
	}

IL_0b1b:
	{
		goto IL_0b43;
	}

IL_0b20:
	{
		String_t* L_464 = ___s23;
		int32_t L_465 = ___idx24;
		NullCheck(L_464);
		Il2CppChar L_466 = String_get_Chars_m2986988803(L_464, L_465, /*hidden argument*/NULL);
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var);
		bool L_467 = MSCompatUnicodeTable_IsIgnorableNonSpacing_m47098938(NULL /*static, unused*/, L_466, /*hidden argument*/NULL);
		if (!L_467)
		{
			goto IL_0b3e;
		}
	}
	{
		int32_t L_468 = ___idx24;
		___idx24 = ((int32_t)il2cpp_codegen_add((int32_t)L_468, (int32_t)1));
		goto IL_0b43;
	}

IL_0b3e:
	{
		goto IL_0b4c;
	}

IL_0b43:
	{
		int32_t L_469 = ___idx24;
		int32_t L_470 = V_4;
		if ((((int32_t)L_469) < ((int32_t)L_470)))
		{
			goto IL_0b20;
		}
	}

IL_0b4c:
	{
		int32_t L_471 = V_6;
		if (L_471)
		{
			goto IL_0b98;
		}
	}
	{
		int32_t L_472 = V_8;
		if ((((int32_t)L_472) >= ((int32_t)0)))
		{
			goto IL_0b6b;
		}
	}
	{
		int32_t L_473 = V_9;
		if ((((int32_t)L_473) < ((int32_t)0)))
		{
			goto IL_0b6b;
		}
	}
	{
		V_6 = (-1);
		goto IL_0b98;
	}

IL_0b6b:
	{
		int32_t L_474 = V_9;
		if ((((int32_t)L_474) >= ((int32_t)0)))
		{
			goto IL_0b83;
		}
	}
	{
		int32_t L_475 = V_8;
		if ((((int32_t)L_475) < ((int32_t)0)))
		{
			goto IL_0b83;
		}
	}
	{
		V_6 = 1;
		goto IL_0b98;
	}

IL_0b83:
	{
		int32_t L_476 = V_8;
		int32_t L_477 = V_9;
		V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_476, (int32_t)L_477));
		int32_t L_478 = V_6;
		if (L_478)
		{
			goto IL_0b98;
		}
	}
	{
		int32_t L_479 = V_10;
		int32_t L_480 = V_11;
		V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_479, (int32_t)L_480));
	}

IL_0b98:
	{
		int32_t L_481 = V_6;
		if (L_481)
		{
			goto IL_0bb7;
		}
	}
	{
		int32_t L_482 = ___idx24;
		int32_t L_483 = V_4;
		if ((!(((uint32_t)L_482) == ((uint32_t)L_483))))
		{
			goto IL_0bac;
		}
	}
	{
		bool* L_484 = ___targetConsumed6;
		*((int8_t*)(L_484)) = (int8_t)1;
	}

IL_0bac:
	{
		int32_t L_485 = ___idx11;
		int32_t L_486 = V_3;
		if ((!(((uint32_t)L_485) == ((uint32_t)L_486))))
		{
			goto IL_0bb7;
		}
	}
	{
		bool* L_487 = ___sourceConsumed7;
		*((int8_t*)(L_487)) = (int8_t)1;
	}

IL_0bb7:
	{
		int32_t L_488 = ___idx11;
		int32_t L_489 = V_3;
		if ((((int32_t)L_488) == ((int32_t)L_489)))
		{
			goto IL_0bc4;
		}
	}
	{
		G_B247_0 = 1;
		goto IL_0bd5;
	}

IL_0bc4:
	{
		int32_t L_490 = ___idx24;
		int32_t L_491 = V_4;
		if ((!(((uint32_t)L_490) == ((uint32_t)L_491))))
		{
			goto IL_0bd4;
		}
	}
	{
		int32_t L_492 = V_6;
		G_B247_0 = L_492;
		goto IL_0bd5;
	}

IL_0bd4:
	{
		G_B247_0 = (-1);
	}

IL_0bd5:
	{
		return G_B247_0;
	}
}
// System.Int32 Mono.Globalization.Unicode.SimpleCollator::CompareFlagPair(System.Boolean,System.Boolean)
extern "C"  int32_t SimpleCollator_CompareFlagPair_m3270665809 (SimpleCollator_t2877834729 * __this, bool ___b10, bool ___b21, const RuntimeMethod* method)
{
	int32_t G_B5_0 = 0;
	{
		bool L_0 = ___b10;
		bool L_1 = ___b21;
		if ((!(((uint32_t)L_0) == ((uint32_t)L_1))))
		{
			goto IL_000d;
		}
	}
	{
		G_B5_0 = 0;
		goto IL_001a;
	}

IL_000d:
	{
		bool L_2 = ___b10;
		if (!L_2)
		{
			goto IL_0019;
		}
	}
	{
		G_B5_0 = 1;
		goto IL_001a;
	}

IL_0019:
	{
		G_B5_0 = (-1);
	}

IL_001a:
	{
		return G_B5_0;
	}
}
// System.Boolean Mono.Globalization.Unicode.SimpleCollator::IsPrefix(System.String,System.String,System.Globalization.CompareOptions)
extern "C"  bool SimpleCollator_IsPrefix_m3581642267 (SimpleCollator_t2877834729 * __this, String_t* ___src0, String_t* ___target1, int32_t ___opt2, const RuntimeMethod* method)
{
	{
		String_t* L_0 = ___src0;
		String_t* L_1 = ___target1;
		String_t* L_2 = ___src0;
		NullCheck(L_2);
		int32_t L_3 = String_get_Length_m3847582255(L_2, /*hidden argument*/NULL);
		int32_t L_4 = ___opt2;
		bool L_5 = SimpleCollator_IsPrefix_m3884753235(__this, L_0, L_1, 0, L_3, L_4, /*hidden argument*/NULL);
		return L_5;
	}
}
// System.Boolean Mono.Globalization.Unicode.SimpleCollator::IsPrefix(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions)
extern "C"  bool SimpleCollator_IsPrefix_m3884753235 (SimpleCollator_t2877834729 * __this, String_t* ___s0, String_t* ___target1, int32_t ___start2, int32_t ___length3, int32_t ___opt4, const RuntimeMethod* method)
{
	uint8_t* V_0 = NULL;
	uint8_t* V_1 = NULL;
	Context_t1744531130  V_2;
	memset(&V_2, 0, sizeof(V_2));
	{
		String_t* L_0 = ___target1;
		NullCheck(L_0);
		int32_t L_1 = String_get_Length_m3847582255(L_0, /*hidden argument*/NULL);
		if (L_1)
		{
			goto IL_000d;
		}
	}
	{
		return (bool)1;
	}

IL_000d:
	{
		if ((uint64_t)(uint32_t)4 * (uint64_t)(uint32_t)1 > (uint64_t)(uint32_t)kIl2CppUInt32Max)
			IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception());
		int8_t* L_2 = (int8_t*) alloca(((int32_t)il2cpp_codegen_multiply((int32_t)4, (int32_t)1)));
		memset(L_2,0,((int32_t)il2cpp_codegen_multiply((int32_t)4, (int32_t)1)));
		V_0 = (uint8_t*)(L_2);
		if ((uint64_t)(uint32_t)4 * (uint64_t)(uint32_t)1 > (uint64_t)(uint32_t)kIl2CppUInt32Max)
			IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception());
		int8_t* L_3 = (int8_t*) alloca(((int32_t)il2cpp_codegen_multiply((int32_t)4, (int32_t)1)));
		memset(L_3,0,((int32_t)il2cpp_codegen_multiply((int32_t)4, (int32_t)1)));
		V_1 = (uint8_t*)(L_3);
		uint8_t* L_4 = V_0;
		SimpleCollator_ClearBuffer_m2975394169(__this, (uint8_t*)(uint8_t*)L_4, 4, /*hidden argument*/NULL);
		uint8_t* L_5 = V_1;
		SimpleCollator_ClearBuffer_m2975394169(__this, (uint8_t*)(uint8_t*)L_5, 4, /*hidden argument*/NULL);
		int32_t L_6 = ___opt4;
		uint8_t* L_7 = V_0;
		uint8_t* L_8 = V_1;
		String_t* L_9 = ___s0;
		int32_t L_10 = ___start2;
		int32_t L_11 = ___start2;
		int32_t L_12 = ___length3;
		String_t* L_13 = ___target1;
		String_t* L_14 = ___target1;
		NullCheck(L_14);
		int32_t L_15 = String_get_Length_m3847582255(L_14, /*hidden argument*/NULL);
		bool L_16 = SimpleCollator_QuickCheckPossible_m649925260(__this, L_9, L_10, ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)L_12)), L_13, 0, L_15, /*hidden argument*/NULL);
		Context__ctor_m2477370097((&V_2), L_6, (uint8_t*)(uint8_t*)(((uintptr_t)0)), (uint8_t*)(uint8_t*)(((uintptr_t)0)), (uint8_t*)(uint8_t*)L_7, (uint8_t*)(uint8_t*)L_8, (uint8_t*)(uint8_t*)(((uintptr_t)0)), L_16, /*hidden argument*/NULL);
		String_t* L_17 = ___s0;
		String_t* L_18 = ___target1;
		int32_t L_19 = ___start2;
		int32_t L_20 = ___length3;
		bool L_21 = SimpleCollator_IsPrefix_m3601454628(__this, L_17, L_18, L_19, L_20, (bool)1, (&V_2), /*hidden argument*/NULL);
		return L_21;
	}
}
// System.Boolean Mono.Globalization.Unicode.SimpleCollator::IsPrefix(System.String,System.String,System.Int32,System.Int32,System.Boolean,Mono.Globalization.Unicode.SimpleCollator/Context&)
extern "C"  bool SimpleCollator_IsPrefix_m3601454628 (SimpleCollator_t2877834729 * __this, String_t* ___s0, String_t* ___target1, int32_t ___start2, int32_t ___length3, bool ___skipHeadingExtenders4, Context_t1744531130 * ___ctx5, const RuntimeMethod* method)
{
	bool V_0 = false;
	bool V_1 = false;
	{
		String_t* L_0 = ___s0;
		int32_t L_1 = ___start2;
		int32_t L_2 = ___length3;
		String_t* L_3 = ___target1;
		String_t* L_4 = ___target1;
		NullCheck(L_4);
		int32_t L_5 = String_get_Length_m3847582255(L_4, /*hidden argument*/NULL);
		bool L_6 = ___skipHeadingExtenders4;
		Context_t1744531130 * L_7 = ___ctx5;
		SimpleCollator_CompareInternal_m3938174601(__this, L_0, L_1, L_2, L_3, 0, L_5, (&V_0), (&V_1), L_6, (bool)1, L_7, /*hidden argument*/NULL);
		bool L_8 = V_0;
		return L_8;
	}
}
// System.Boolean Mono.Globalization.Unicode.SimpleCollator::IsSuffix(System.String,System.String,System.Globalization.CompareOptions)
extern "C"  bool SimpleCollator_IsSuffix_m1548422615 (SimpleCollator_t2877834729 * __this, String_t* ___src0, String_t* ___target1, int32_t ___opt2, const RuntimeMethod* method)
{
	{
		String_t* L_0 = ___src0;
		String_t* L_1 = ___target1;
		String_t* L_2 = ___src0;
		NullCheck(L_2);
		int32_t L_3 = String_get_Length_m3847582255(L_2, /*hidden argument*/NULL);
		String_t* L_4 = ___src0;
		NullCheck(L_4);
		int32_t L_5 = String_get_Length_m3847582255(L_4, /*hidden argument*/NULL);
		int32_t L_6 = ___opt2;
		bool L_7 = SimpleCollator_IsSuffix_m1291687763(__this, L_0, L_1, ((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1)), L_5, L_6, /*hidden argument*/NULL);
		return L_7;
	}
}
// System.Boolean Mono.Globalization.Unicode.SimpleCollator::IsSuffix(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions)
extern "C"  bool SimpleCollator_IsSuffix_m1291687763 (SimpleCollator_t2877834729 * __this, String_t* ___s0, String_t* ___target1, int32_t ___start2, int32_t ___length3, int32_t ___opt4, const RuntimeMethod* method)
{
	int32_t V_0 = 0;
	int32_t G_B5_0 = 0;
	{
		String_t* L_0 = ___target1;
		NullCheck(L_0);
		int32_t L_1 = String_get_Length_m3847582255(L_0, /*hidden argument*/NULL);
		if (L_1)
		{
			goto IL_000d;
		}
	}
	{
		return (bool)1;
	}

IL_000d:
	{
		String_t* L_2 = ___s0;
		String_t* L_3 = ___target1;
		int32_t L_4 = ___start2;
		int32_t L_5 = ___length3;
		int32_t L_6 = ___opt4;
		int32_t L_7 = SimpleCollator_LastIndexOf_m3026739976(__this, L_2, L_3, L_4, L_5, L_6, /*hidden argument*/NULL);
		V_0 = L_7;
		int32_t L_8 = V_0;
		if ((((int32_t)L_8) < ((int32_t)0)))
		{
			goto IL_0041;
		}
	}
	{
		String_t* L_9 = ___s0;
		int32_t L_10 = V_0;
		String_t* L_11 = ___s0;
		NullCheck(L_11);
		int32_t L_12 = String_get_Length_m3847582255(L_11, /*hidden argument*/NULL);
		int32_t L_13 = V_0;
		String_t* L_14 = ___target1;
		String_t* L_15 = ___target1;
		NullCheck(L_15);
		int32_t L_16 = String_get_Length_m3847582255(L_15, /*hidden argument*/NULL);
		int32_t L_17 = ___opt4;
		int32_t L_18 = SimpleCollator_Compare_m809124712(__this, L_9, L_10, ((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)L_13)), L_14, 0, L_16, L_17, /*hidden argument*/NULL);
		G_B5_0 = ((((int32_t)L_18) == ((int32_t)0))? 1 : 0);
		goto IL_0042;
	}

IL_0041:
	{
		G_B5_0 = 0;
	}

IL_0042:
	{
		return (bool)G_B5_0;
	}
}
// System.Int32 Mono.Globalization.Unicode.SimpleCollator::QuickIndexOf(System.String,System.String,System.Int32,System.Int32,System.Boolean&)
extern "C"  int32_t SimpleCollator_QuickIndexOf_m2519071357 (SimpleCollator_t2877834729 * __this, String_t* ___s0, String_t* ___target1, int32_t ___start2, int32_t ___length3, bool* ___testWasUnable4, const RuntimeMethod* method)
{
	int32_t V_0 = 0;
	int32_t V_1 = 0;
	int32_t V_2 = 0;
	int32_t V_3 = 0;
	bool V_4 = false;
	int32_t V_5 = 0;
	{
		V_0 = (-1);
		V_1 = (-1);
		bool* L_0 = ___testWasUnable4;
		*((int8_t*)(L_0)) = (int8_t)1;
		String_t* L_1 = ___target1;
		NullCheck(L_1);
		int32_t L_2 = String_get_Length_m3847582255(L_1, /*hidden argument*/NULL);
		if (L_2)
		{
			goto IL_0015;
		}
	}
	{
		return 0;
	}

IL_0015:
	{
		String_t* L_3 = ___target1;
		NullCheck(L_3);
		int32_t L_4 = String_get_Length_m3847582255(L_3, /*hidden argument*/NULL);
		int32_t L_5 = ___length3;
		if ((((int32_t)L_4) <= ((int32_t)L_5)))
		{
			goto IL_0024;
		}
	}
	{
		return (-1);
	}

IL_0024:
	{
		bool* L_6 = ___testWasUnable4;
		*((int8_t*)(L_6)) = (int8_t)0;
		int32_t L_7 = ___start2;
		int32_t L_8 = ___length3;
		String_t* L_9 = ___target1;
		NullCheck(L_9);
		int32_t L_10 = String_get_Length_m3847582255(L_9, /*hidden argument*/NULL);
		V_2 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)L_8)), (int32_t)L_10)), (int32_t)1));
		int32_t L_11 = ___start2;
		V_3 = L_11;
		goto IL_00d8;
	}

IL_003d:
	{
		V_4 = (bool)0;
		V_5 = 0;
		goto IL_00b9;
	}

IL_0048:
	{
		int32_t L_12 = V_1;
		int32_t L_13 = V_5;
		if ((((int32_t)L_12) >= ((int32_t)L_13)))
		{
			goto IL_006b;
		}
	}
	{
		String_t* L_14 = ___target1;
		int32_t L_15 = V_5;
		NullCheck(L_14);
		Il2CppChar L_16 = String_get_Chars_m2986988803(L_14, L_15, /*hidden argument*/NULL);
		if ((((int32_t)L_16) < ((int32_t)((int32_t)128))))
		{
			goto IL_0068;
		}
	}
	{
		bool* L_17 = ___testWasUnable4;
		*((int8_t*)(L_17)) = (int8_t)1;
		return (-1);
	}

IL_0068:
	{
		int32_t L_18 = V_5;
		V_1 = L_18;
	}

IL_006b:
	{
		int32_t L_19 = V_0;
		int32_t L_20 = V_3;
		int32_t L_21 = V_5;
		if ((((int32_t)L_19) >= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)L_21)))))
		{
			goto IL_0094;
		}
	}
	{
		String_t* L_22 = ___s0;
		int32_t L_23 = V_3;
		int32_t L_24 = V_5;
		NullCheck(L_22);
		Il2CppChar L_25 = String_get_Chars_m2986988803(L_22, ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)L_24)), /*hidden argument*/NULL);
		if ((((int32_t)L_25) < ((int32_t)((int32_t)128))))
		{
			goto IL_008f;
		}
	}
	{
		bool* L_26 = ___testWasUnable4;
		*((int8_t*)(L_26)) = (int8_t)1;
		return (-1);
	}

IL_008f:
	{
		int32_t L_27 = V_3;
		int32_t L_28 = V_5;
		V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)L_28));
	}

IL_0094:
	{
		String_t* L_29 = ___s0;
		int32_t L_30 = V_3;
		int32_t L_31 = V_5;
		NullCheck(L_29);
		Il2CppChar L_32 = String_get_Chars_m2986988803(L_29, ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)L_31)), /*hidden argument*/NULL);
		String_t* L_33 = ___target1;
		int32_t L_34 = V_5;
		NullCheck(L_33);
		Il2CppChar L_35 = String_get_Chars_m2986988803(L_33, L_34, /*hidden argument*/NULL);
		if ((((int32_t)L_32) == ((int32_t)L_35)))
		{
			goto IL_00b3;
		}
	}
	{
		V_4 = (bool)1;
		goto IL_00c6;
	}

IL_00b3:
	{
		int32_t L_36 = V_5;
		V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1));
	}

IL_00b9:
	{
		int32_t L_37 = V_5;
		String_t* L_38 = ___target1;
		NullCheck(L_38);
		int32_t L_39 = String_get_Length_m3847582255(L_38, /*hidden argument*/NULL);
		if ((((int32_t)L_37) < ((int32_t)L_39)))
		{
			goto IL_0048;
		}
	}

IL_00c6:
	{
		bool L_40 = V_4;
		if (!L_40)
		{
			goto IL_00d2;
		}
	}
	{
		goto IL_00d4;
	}

IL_00d2:
	{
		int32_t L_41 = V_3;
		return L_41;
	}

IL_00d4:
	{
		int32_t L_42 = V_3;
		V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1));
	}

IL_00d8:
	{
		int32_t L_43 = V_3;
		int32_t L_44 = V_2;
		if ((((int32_t)L_43) < ((int32_t)L_44)))
		{
			goto IL_003d;
		}
	}
	{
		return (-1);
	}
}
// System.Int32 Mono.Globalization.Unicode.SimpleCollator::IndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions)
extern "C"  int32_t SimpleCollator_IndexOf_m2273655786 (SimpleCollator_t2877834729 * __this, String_t* ___s0, String_t* ___target1, int32_t ___start2, int32_t ___length3, int32_t ___opt4, const RuntimeMethod* method)
{
	bool V_0 = false;
	int32_t V_1 = 0;
	uint8_t* V_2 = NULL;
	uint8_t* V_3 = NULL;
	uint8_t* V_4 = NULL;
	uint8_t* V_5 = NULL;
	uint8_t* V_6 = NULL;
	Context_t1744531130  V_7;
	memset(&V_7, 0, sizeof(V_7));
	{
		int32_t L_0 = ___opt4;
		if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)1073741824)))))
		{
			goto IL_0018;
		}
	}
	{
		String_t* L_1 = ___s0;
		String_t* L_2 = ___target1;
		int32_t L_3 = ___start2;
		int32_t L_4 = ___length3;
		int32_t L_5 = SimpleCollator_IndexOfOrdinal_m2995071964(__this, L_1, L_2, L_3, L_4, /*hidden argument*/NULL);
		return L_5;
	}

IL_0018:
	{
		int32_t L_6 = ___opt4;
		if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)268435456)))))
		{
			goto IL_0030;
		}
	}
	{
		String_t* L_7 = ___s0;
		String_t* L_8 = ___target1;
		int32_t L_9 = ___start2;
		int32_t L_10 = ___length3;
		int32_t L_11 = SimpleCollator_IndexOfOrdinalIgnoreCase_m2647969565(__this, L_7, L_8, L_9, L_10, /*hidden argument*/NULL);
		return L_11;
	}

IL_0030:
	{
		int32_t L_12 = ___opt4;
		if (L_12)
		{
			goto IL_004d;
		}
	}
	{
		String_t* L_13 = ___s0;
		String_t* L_14 = ___target1;
		int32_t L_15 = ___start2;
		int32_t L_16 = ___length3;
		int32_t L_17 = SimpleCollator_QuickIndexOf_m2519071357(__this, L_13, L_14, L_15, L_16, (&V_0), /*hidden argument*/NULL);
		V_1 = L_17;
		bool L_18 = V_0;
		if (L_18)
		{
			goto IL_004d;
		}
	}
	{
		int32_t L_19 = V_1;
		return L_19;
	}

IL_004d:
	{
		if ((uint64_t)(uint32_t)((int32_t)16) * (uint64_t)(uint32_t)1 > (uint64_t)(uint32_t)kIl2CppUInt32Max)
			IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception());
		int8_t* L_20 = (int8_t*) alloca(((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)16), (int32_t)1)));
		memset(L_20,0,((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)16), (int32_t)1)));
		V_2 = (uint8_t*)(L_20);
		if ((uint64_t)(uint32_t)((int32_t)16) * (uint64_t)(uint32_t)1 > (uint64_t)(uint32_t)kIl2CppUInt32Max)
			IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception());
		int8_t* L_21 = (int8_t*) alloca(((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)16), (int32_t)1)));
		memset(L_21,0,((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)16), (int32_t)1)));
		V_3 = (uint8_t*)(L_21);
		if ((uint64_t)(uint32_t)4 * (uint64_t)(uint32_t)1 > (uint64_t)(uint32_t)kIl2CppUInt32Max)
			IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception());
		int8_t* L_22 = (int8_t*) alloca(((int32_t)il2cpp_codegen_multiply((int32_t)4, (int32_t)1)));
		memset(L_22,0,((int32_t)il2cpp_codegen_multiply((int32_t)4, (int32_t)1)));
		V_4 = (uint8_t*)(L_22);
		if ((uint64_t)(uint32_t)4 * (uint64_t)(uint32_t)1 > (uint64_t)(uint32_t)kIl2CppUInt32Max)
			IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception());
		int8_t* L_23 = (int8_t*) alloca(((int32_t)il2cpp_codegen_multiply((int32_t)4, (int32_t)1)));
		memset(L_23,0,((int32_t)il2cpp_codegen_multiply((int32_t)4, (int32_t)1)));
		V_5 = (uint8_t*)(L_23);
		if ((uint64_t)(uint32_t)4 * (uint64_t)(uint32_t)1 > (uint64_t)(uint32_t)kIl2CppUInt32Max)
			IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception());
		int8_t* L_24 = (int8_t*) alloca(((int32_t)il2cpp_codegen_multiply((int32_t)4, (int32_t)1)));
		memset(L_24,0,((int32_t)il2cpp_codegen_multiply((int32_t)4, (int32_t)1)));
		V_6 = (uint8_t*)(L_24);
		uint8_t* L_25 = V_2;
		SimpleCollator_ClearBuffer_m2975394169(__this, (uint8_t*)(uint8_t*)L_25, ((int32_t)16), /*hidden argument*/NULL);
		uint8_t* L_26 = V_3;
		SimpleCollator_ClearBuffer_m2975394169(__this, (uint8_t*)(uint8_t*)L_26, ((int32_t)16), /*hidden argument*/NULL);
		uint8_t* L_27 = V_4;
		SimpleCollator_ClearBuffer_m2975394169(__this, (uint8_t*)(uint8_t*)L_27, 4, /*hidden argument*/NULL);
		uint8_t* L_28 = V_5;
		SimpleCollator_ClearBuffer_m2975394169(__this, (uint8_t*)(uint8_t*)L_28, 4, /*hidden argument*/NULL);
		uint8_t* L_29 = V_6;
		SimpleCollator_ClearBuffer_m2975394169(__this, (uint8_t*)(uint8_t*)L_29, 4, /*hidden argument*/NULL);
		int32_t L_30 = ___opt4;
		uint8_t* L_31 = V_2;
		uint8_t* L_32 = V_3;
		uint8_t* L_33 = V_5;
		uint8_t* L_34 = V_6;
		Context__ctor_m2477370097((&V_7), L_30, (uint8_t*)(uint8_t*)L_31, (uint8_t*)(uint8_t*)L_32, (uint8_t*)(uint8_t*)L_33, (uint8_t*)(uint8_t*)L_34, (uint8_t*)(uint8_t*)(((uintptr_t)0)), (bool)0, /*hidden argument*/NULL);
		String_t* L_35 = ___s0;
		String_t* L_36 = ___target1;
		int32_t L_37 = ___start2;
		int32_t L_38 = ___length3;
		uint8_t* L_39 = V_4;
		int32_t L_40 = SimpleCollator_IndexOf_m3396932533(__this, L_35, L_36, L_37, L_38, (uint8_t*)(uint8_t*)L_39, (&V_7), /*hidden argument*/NULL);
		return L_40;
	}
}
// System.Int32 Mono.Globalization.Unicode.SimpleCollator::IndexOfOrdinal(System.String,System.String,System.Int32,System.Int32)
extern "C"  int32_t SimpleCollator_IndexOfOrdinal_m2995071964 (SimpleCollator_t2877834729 * __this, String_t* ___s0, String_t* ___target1, int32_t ___start2, int32_t ___length3, const RuntimeMethod* method)
{
	int32_t V_0 = 0;
	int32_t V_1 = 0;
	bool V_2 = false;
	int32_t V_3 = 0;
	{
		String_t* L_0 = ___target1;
		NullCheck(L_0);
		int32_t L_1 = String_get_Length_m3847582255(L_0, /*hidden argument*/NULL);
		if (L_1)
		{
			goto IL_000d;
		}
	}
	{
		return 0;
	}

IL_000d:
	{
		String_t* L_2 = ___target1;
		NullCheck(L_2);
		int32_t L_3 = String_get_Length_m3847582255(L_2, /*hidden argument*/NULL);
		int32_t L_4 = ___length3;
		if ((((int32_t)L_3) <= ((int32_t)L_4)))
		{
			goto IL_001c;
		}
	}
	{
		return (-1);
	}

IL_001c:
	{
		int32_t L_5 = ___start2;
		int32_t L_6 = ___length3;
		String_t* L_7 = ___target1;
		NullCheck(L_7);
		int32_t L_8 = String_get_Length_m3847582255(L_7, /*hidden argument*/NULL);
		V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_8)), (int32_t)1));
		int32_t L_9 = ___start2;
		V_1 = L_9;
		goto IL_0077;
	}

IL_0031:
	{
		V_2 = (bool)0;
		V_3 = 0;
		goto IL_005a;
	}

IL_003a:
	{
		String_t* L_10 = ___s0;
		int32_t L_11 = V_1;
		int32_t L_12 = V_3;
		NullCheck(L_10);
		Il2CppChar L_13 = String_get_Chars_m2986988803(L_10, ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)L_12)), /*hidden argument*/NULL);
		String_t* L_14 = ___target1;
		int32_t L_15 = V_3;
		NullCheck(L_14);
		Il2CppChar L_16 = String_get_Chars_m2986988803(L_14, L_15, /*hidden argument*/NULL);
		if ((((int32_t)L_13) == ((int32_t)L_16)))
		{
			goto IL_0056;
		}
	}
	{
		V_2 = (bool)1;
		goto IL_0066;
	}

IL_0056:
	{
		int32_t L_17 = V_3;
		V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1));
	}

IL_005a:
	{
		int32_t L_18 = V_3;
		String_t* L_19 = ___target1;
		NullCheck(L_19);
		int32_t L_20 = String_get_Length_m3847582255(L_19, /*hidden argument*/NULL);
		if ((((int32_t)L_18) < ((int32_t)L_20)))
		{
			goto IL_003a;
		}
	}

IL_0066:
	{
		bool L_21 = V_2;
		if (!L_21)
		{
			goto IL_0071;
		}
	}
	{
		goto IL_0073;
	}

IL_0071:
	{
		int32_t L_22 = V_1;
		return L_22;
	}

IL_0073:
	{
		int32_t L_23 = V_1;
		V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1));
	}

IL_0077:
	{
		int32_t L_24 = V_1;
		int32_t L_25 = V_0;
		if ((((int32_t)L_24) < ((int32_t)L_25)))
		{
			goto IL_0031;
		}
	}
	{
		return (-1);
	}
}
// System.Int32 Mono.Globalization.Unicode.SimpleCollator::IndexOfOrdinalIgnoreCase(System.String,System.String,System.Int32,System.Int32)
extern "C"  int32_t SimpleCollator_IndexOfOrdinalIgnoreCase_m2647969565 (SimpleCollator_t2877834729 * __this, String_t* ___s0, String_t* ___target1, int32_t ___start2, int32_t ___length3, const RuntimeMethod* method)
{
	int32_t V_0 = 0;
	int32_t V_1 = 0;
	bool V_2 = false;
	int32_t V_3 = 0;
	{
		String_t* L_0 = ___target1;
		NullCheck(L_0);
		int32_t L_1 = String_get_Length_m3847582255(L_0, /*hidden argument*/NULL);
		if (L_1)
		{
			goto IL_000d;
		}
	}
	{
		return 0;
	}

IL_000d:
	{
		String_t* L_2 = ___target1;
		NullCheck(L_2);
		int32_t L_3 = String_get_Length_m3847582255(L_2, /*hidden argument*/NULL);
		int32_t L_4 = ___length3;
		if ((((int32_t)L_3) <= ((int32_t)L_4)))
		{
			goto IL_001c;
		}
	}
	{
		return (-1);
	}

IL_001c:
	{
		int32_t L_5 = ___start2;
		int32_t L_6 = ___length3;
		String_t* L_7 = ___target1;
		NullCheck(L_7);
		int32_t L_8 = String_get_Length_m3847582255(L_7, /*hidden argument*/NULL);
		V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_8)), (int32_t)1));
		int32_t L_9 = ___start2;
		V_1 = L_9;
		goto IL_008d;
	}

IL_0031:
	{
		V_2 = (bool)0;
		V_3 = 0;
		goto IL_0070;
	}

IL_003a:
	{
		TextInfo_t3810425522 * L_10 = __this->get_textInfo_2();
		String_t* L_11 = ___s0;
		int32_t L_12 = V_1;
		int32_t L_13 = V_3;
		NullCheck(L_11);
		Il2CppChar L_14 = String_get_Chars_m2986988803(L_11, ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)L_13)), /*hidden argument*/NULL);
		NullCheck(L_10);
		Il2CppChar L_15 = VirtFuncInvoker1< Il2CppChar, Il2CppChar >::Invoke(7 /* System.Char System.Globalization.TextInfo::ToLower(System.Char) */, L_10, L_14);
		TextInfo_t3810425522 * L_16 = __this->get_textInfo_2();
		String_t* L_17 = ___target1;
		int32_t L_18 = V_3;
		NullCheck(L_17);
		Il2CppChar L_19 = String_get_Chars_m2986988803(L_17, L_18, /*hidden argument*/NULL);
		NullCheck(L_16);
		Il2CppChar L_20 = VirtFuncInvoker1< Il2CppChar, Il2CppChar >::Invoke(7 /* System.Char System.Globalization.TextInfo::ToLower(System.Char) */, L_16, L_19);
		if ((((int32_t)L_15) == ((int32_t)L_20)))
		{
			goto IL_006c;
		}
	}
	{
		V_2 = (bool)1;
		goto IL_007c;
	}

IL_006c:
	{
		int32_t L_21 = V_3;
		V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1));
	}

IL_0070:
	{
		int32_t L_22 = V_3;
		String_t* L_23 = ___target1;
		NullCheck(L_23);
		int32_t L_24 = String_get_Length_m3847582255(L_23, /*hidden argument*/NULL);
		if ((((int32_t)L_22) < ((int32_t)L_24)))
		{
			goto IL_003a;
		}
	}

IL_007c:
	{
		bool L_25 = V_2;
		if (!L_25)
		{
			goto IL_0087;
		}
	}
	{
		goto IL_0089;
	}

IL_0087:
	{
		int32_t L_26 = V_1;
		return L_26;
	}

IL_0089:
	{
		int32_t L_27 = V_1;
		V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1));
	}

IL_008d:
	{
		int32_t L_28 = V_1;
		int32_t L_29 = V_0;
		if ((((int32_t)L_28) < ((int32_t)L_29)))
		{
			goto IL_0031;
		}
	}
	{
		return (-1);
	}
}
// System.Int32 Mono.Globalization.Unicode.SimpleCollator::IndexOfSortKey(System.String,System.Int32,System.Int32,System.Byte*,System.Char,System.Int32,System.Boolean,Mono.Globalization.Unicode.SimpleCollator/Context&)
extern "C"  int32_t SimpleCollator_IndexOfSortKey_m481945176 (SimpleCollator_t2877834729 * __this, String_t* ___s0, int32_t ___start1, int32_t ___length2, uint8_t* ___sortkey3, Il2CppChar ___target4, int32_t ___ti5, bool ___noLv46, Context_t1744531130 * ___ctx7, const RuntimeMethod* method)
{
	int32_t V_0 = 0;
	int32_t V_1 = 0;
	int32_t V_2 = 0;
	{
		int32_t L_0 = ___start1;
		int32_t L_1 = ___length2;
		V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1));
		int32_t L_2 = ___start1;
		V_1 = L_2;
		goto IL_0026;
	}

IL_000b:
	{
		int32_t L_3 = V_1;
		V_2 = L_3;
		String_t* L_4 = ___s0;
		int32_t L_5 = V_0;
		int32_t L_6 = ___ti5;
		uint8_t* L_7 = ___sortkey3;
		bool L_8 = ___noLv46;
		Context_t1744531130 * L_9 = ___ctx7;
		bool L_10 = SimpleCollator_MatchesForward_m541234454(__this, L_4, (&V_1), L_5, L_6, (uint8_t*)(uint8_t*)L_7, L_8, L_9, /*hidden argument*/NULL);
		if (!L_10)
		{
			goto IL_0026;
		}
	}
	{
		int32_t L_11 = V_2;
		return L_11;
	}

IL_0026:
	{
		int32_t L_12 = V_1;
		int32_t L_13 = V_0;
		if ((((int32_t)L_12) < ((int32_t)L_13)))
		{
			goto IL_000b;
		}
	}
	{
		return (-1);
	}
}
// System.Int32 Mono.Globalization.Unicode.SimpleCollator::IndexOf(System.String,System.String,System.Int32,System.Int32,System.Byte*,Mono.Globalization.Unicode.SimpleCollator/Context&)
extern "C"  int32_t SimpleCollator_IndexOf_m3396932533 (SimpleCollator_t2877834729 * __this, String_t* ___s0, String_t* ___target1, int32_t ___start2, int32_t ___length3, uint8_t* ___targetSortKey4, Context_t1744531130 * ___ctx5, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SimpleCollator_IndexOf_m3396932533_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	int32_t V_1 = 0;
	Contraction_t1589275354 * V_2 = NULL;
	String_t* V_3 = NULL;
	uint8_t* V_4 = NULL;
	bool V_5 = false;
	Il2CppChar V_6 = 0x0;
	int32_t V_7 = 0;
	int32_t V_8 = 0;
	int32_t V_9 = 0;
	Contraction_t1589275354 * V_10 = NULL;
	String_t* G_B10_0 = NULL;
	uintptr_t G_B13_0 = 0;
	{
		Context_t1744531130 * L_0 = ___ctx5;
		int32_t L_1 = L_0->get_Option_0();
		V_0 = L_1;
		V_1 = 0;
		goto IL_002a;
	}

IL_000f:
	{
		String_t* L_2 = ___target1;
		int32_t L_3 = V_1;
		NullCheck(L_2);
		Il2CppChar L_4 = String_get_Chars_m2986988803(L_2, L_3, /*hidden argument*/NULL);
		int32_t L_5 = V_0;
		IL2CPP_RUNTIME_CLASS_INIT(SimpleCollator_t2877834729_il2cpp_TypeInfo_var);
		bool L_6 = SimpleCollator_IsIgnorable_m2840693628(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/NULL);
		if (L_6)
		{
			goto IL_0026;
		}
	}
	{
		goto IL_0036;
	}

IL_0026:
	{
		int32_t L_7 = V_1;
		V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1));
	}

IL_002a:
	{
		int32_t L_8 = V_1;
		String_t* L_9 = ___target1;
		NullCheck(L_9);
		int32_t L_10 = String_get_Length_m3847582255(L_9, /*hidden argument*/NULL);
		if ((((int32_t)L_8) < ((int32_t)L_10)))
		{
			goto IL_000f;
		}
	}

IL_0036:
	{
		int32_t L_11 = V_1;
		String_t* L_12 = ___target1;
		NullCheck(L_12);
		int32_t L_13 = String_get_Length_m3847582255(L_12, /*hidden argument*/NULL);
		if ((!(((uint32_t)L_11) == ((uint32_t)L_13))))
		{
			goto IL_0044;
		}
	}
	{
		int32_t L_14 = ___start2;
		return L_14;
	}

IL_0044:
	{
		String_t* L_15 = ___target1;
		int32_t L_16 = V_1;
		String_t* L_17 = ___target1;
		NullCheck(L_17);
		int32_t L_18 = String_get_Length_m3847582255(L_17, /*hidden argument*/NULL);
		int32_t L_19 = V_1;
		Contraction_t1589275354 * L_20 = SimpleCollator_GetContraction_m3383256934(__this, L_15, L_16, ((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)L_19)), /*hidden argument*/NULL);
		V_2 = L_20;
		Contraction_t1589275354 * L_21 = V_2;
		if (!L_21)
		{
			goto IL_0066;
		}
	}
	{
		Contraction_t1589275354 * L_22 = V_2;
		NullCheck(L_22);
		String_t* L_23 = L_22->get_Replacement_1();
		G_B10_0 = L_23;
		goto IL_0067;
	}

IL_0066:
	{
		G_B10_0 = ((String_t*)(NULL));
	}

IL_0067:
	{
		V_3 = G_B10_0;
		String_t* L_24 = V_3;
		if (L_24)
		{
			goto IL_0075;
		}
	}
	{
		uint8_t* L_25 = ___targetSortKey4;
		G_B13_0 = ((uintptr_t)(intptr_t)(L_25));
		goto IL_0077;
	}

IL_0075:
	{
		G_B13_0 = (((uintptr_t)0));
	}

IL_0077:
	{
		V_4 = (uint8_t*)G_B13_0;
		V_5 = (bool)1;
		V_6 = 0;
		V_7 = (-1);
		Contraction_t1589275354 * L_26 = V_2;
		if (!L_26)
		{
			goto IL_00c0;
		}
	}
	{
		uint8_t* L_27 = V_4;
		if (!L_27)
		{
			goto IL_00c0;
		}
	}
	{
		V_8 = 0;
		goto IL_00ac;
	}

IL_0097:
	{
		uint8_t* L_28 = V_4;
		int32_t L_29 = V_8;
		Contraction_t1589275354 * L_30 = V_2;
		NullCheck(L_30);
		ByteU5BU5D_t4116647657* L_31 = L_30->get_SortKey_2();
		int32_t L_32 = V_8;
		NullCheck(L_31);
		int32_t L_33 = L_32;
		uint8_t L_34 = (L_31)->GetAt(static_cast<il2cpp_array_size_t>(L_33));
		*((int8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_28, (int32_t)L_29)))) = (int8_t)L_34;
		int32_t L_35 = V_8;
		V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1));
	}

IL_00ac:
	{
		int32_t L_36 = V_8;
		Contraction_t1589275354 * L_37 = V_2;
		NullCheck(L_37);
		ByteU5BU5D_t4116647657* L_38 = L_37->get_SortKey_2();
		NullCheck(L_38);
		if ((((int32_t)L_36) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_38)->max_length)))))))
		{
			goto IL_0097;
		}
	}
	{
		goto IL_0127;
	}

IL_00c0:
	{
		uint8_t* L_39 = V_4;
		if (!L_39)
		{
			goto IL_0127;
		}
	}
	{
		String_t* L_40 = ___target1;
		int32_t L_41 = V_1;
		NullCheck(L_40);
		Il2CppChar L_42 = String_get_Chars_m2986988803(L_40, L_41, /*hidden argument*/NULL);
		V_6 = L_42;
		String_t* L_43 = ___target1;
		int32_t L_44 = V_1;
		NullCheck(L_43);
		Il2CppChar L_45 = String_get_Chars_m2986988803(L_43, L_44, /*hidden argument*/NULL);
		int32_t L_46 = V_0;
		int32_t L_47 = SimpleCollator_FilterOptions_m4183839400(__this, L_45, L_46, /*hidden argument*/NULL);
		V_7 = L_47;
		uint8_t* L_48 = V_4;
		int32_t L_49 = V_7;
		uint8_t L_50 = SimpleCollator_Category_m119590608(__this, L_49, /*hidden argument*/NULL);
		*((int8_t*)(L_48)) = (int8_t)L_50;
		uint8_t* L_51 = V_4;
		int32_t L_52 = V_7;
		uint8_t L_53 = SimpleCollator_Level1_m634954506(__this, L_52, /*hidden argument*/NULL);
		*((int8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_51, (int32_t)1)))) = (int8_t)L_53;
		int32_t L_54 = V_0;
		if (((int32_t)((int32_t)L_54&(int32_t)2)))
		{
			goto IL_010e;
		}
	}
	{
		uint8_t* L_55 = V_4;
		int32_t L_56 = V_7;
		uint8_t L_57 = SimpleCollator_Level2_m2830638875(__this, L_56, 0, /*hidden argument*/NULL);
		*((int8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_55, (int32_t)2)))) = (int8_t)L_57;
	}

IL_010e:
	{
		uint8_t* L_58 = V_4;
		int32_t L_59 = V_7;
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var);
		uint8_t L_60 = MSCompatUnicodeTable_Level3_m1870873670(NULL /*static, unused*/, L_59, /*hidden argument*/NULL);
		*((int8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_58, (int32_t)3)))) = (int8_t)L_60;
		int32_t L_61 = V_7;
		bool L_62 = MSCompatUnicodeTable_HasSpecialWeight_m1621324272(NULL /*static, unused*/, (((int32_t)((uint16_t)L_61))), /*hidden argument*/NULL);
		V_5 = (bool)((((int32_t)L_62) == ((int32_t)0))? 1 : 0);
	}

IL_0127:
	{
		uint8_t* L_63 = V_4;
		if (!L_63)
		{
			goto IL_0189;
		}
	}
	{
		int32_t L_64 = V_1;
		V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_64, (int32_t)1));
		goto IL_017d;
	}

IL_0137:
	{
		String_t* L_65 = ___target1;
		int32_t L_66 = V_1;
		NullCheck(L_65);
		Il2CppChar L_67 = String_get_Chars_m2986988803(L_65, L_66, /*hidden argument*/NULL);
		uint8_t L_68 = SimpleCollator_Category_m119590608(__this, L_67, /*hidden argument*/NULL);
		if ((((int32_t)L_68) == ((int32_t)1)))
		{
			goto IL_014f;
		}
	}
	{
		goto IL_0189;
	}

IL_014f:
	{
		uint8_t* L_69 = V_4;
		if ((*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_69, (int32_t)2)))))
		{
			goto IL_015f;
		}
	}
	{
		uint8_t* L_70 = V_4;
		*((int8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_70, (int32_t)2)))) = (int8_t)2;
	}

IL_015f:
	{
		uint8_t* L_71 = V_4;
		uint8_t* L_72 = V_4;
		String_t* L_73 = ___target1;
		int32_t L_74 = V_1;
		NullCheck(L_73);
		Il2CppChar L_75 = String_get_Chars_m2986988803(L_73, L_74, /*hidden argument*/NULL);
		uint8_t L_76 = SimpleCollator_Level2_m2830638875(__this, L_75, 0, /*hidden argument*/NULL);
		*((int8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_71, (int32_t)2)))) = (int8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_72, (int32_t)2)))), (int32_t)L_76)))));
		int32_t L_77 = V_1;
		V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_77, (int32_t)1));
	}

IL_017d:
	{
		int32_t L_78 = V_1;
		String_t* L_79 = ___target1;
		NullCheck(L_79);
		int32_t L_80 = String_get_Length_m3847582255(L_79, /*hidden argument*/NULL);
		if ((((int32_t)L_78) < ((int32_t)L_80)))
		{
			goto IL_0137;
		}
	}

IL_0189:
	{
		V_9 = 0;
		String_t* L_81 = V_3;
		if (!L_81)
		{
			goto IL_01a8;
		}
	}
	{
		String_t* L_82 = ___s0;
		String_t* L_83 = V_3;
		int32_t L_84 = ___start2;
		int32_t L_85 = ___length3;
		uint8_t* L_86 = ___targetSortKey4;
		Context_t1744531130 * L_87 = ___ctx5;
		int32_t L_88 = SimpleCollator_IndexOf_m3396932533(__this, L_82, L_83, L_84, L_85, (uint8_t*)(uint8_t*)L_86, L_87, /*hidden argument*/NULL);
		V_9 = L_88;
		goto IL_01be;
	}

IL_01a8:
	{
		String_t* L_89 = ___s0;
		int32_t L_90 = ___start2;
		int32_t L_91 = ___length3;
		uint8_t* L_92 = V_4;
		Il2CppChar L_93 = V_6;
		int32_t L_94 = V_7;
		bool L_95 = V_5;
		Context_t1744531130 * L_96 = ___ctx5;
		int32_t L_97 = SimpleCollator_IndexOfSortKey_m481945176(__this, L_89, L_90, L_91, (uint8_t*)(uint8_t*)L_92, L_93, L_94, L_95, L_96, /*hidden argument*/NULL);
		V_9 = L_97;
	}

IL_01be:
	{
		int32_t L_98 = V_9;
		if ((((int32_t)L_98) >= ((int32_t)0)))
		{
			goto IL_01c8;
		}
	}
	{
		return (-1);
	}

IL_01c8:
	{
		int32_t L_99 = ___length3;
		int32_t L_100 = V_9;
		int32_t L_101 = ___start2;
		___length3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_99, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_100, (int32_t)L_101))));
		int32_t L_102 = V_9;
		___start2 = L_102;
		String_t* L_103 = ___s0;
		String_t* L_104 = ___target1;
		int32_t L_105 = ___start2;
		int32_t L_106 = ___length3;
		Context_t1744531130 * L_107 = ___ctx5;
		bool L_108 = SimpleCollator_IsPrefix_m3601454628(__this, L_103, L_104, L_105, L_106, (bool)0, L_107, /*hidden argument*/NULL);
		if (!L_108)
		{
			goto IL_01eb;
		}
	}
	{
		int32_t L_109 = V_9;
		return L_109;
	}

IL_01eb:
	{
		String_t* L_110 = ___s0;
		int32_t L_111 = ___start2;
		int32_t L_112 = ___length3;
		Contraction_t1589275354 * L_113 = SimpleCollator_GetContraction_m3383256934(__this, L_110, L_111, L_112, /*hidden argument*/NULL);
		V_10 = L_113;
		Contraction_t1589275354 * L_114 = V_10;
		if (!L_114)
		{
			goto IL_021e;
		}
	}
	{
		int32_t L_115 = ___start2;
		Contraction_t1589275354 * L_116 = V_10;
		NullCheck(L_116);
		CharU5BU5D_t3528271667* L_117 = L_116->get_Source_0();
		NullCheck(L_117);
		___start2 = ((int32_t)il2cpp_codegen_add((int32_t)L_115, (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_117)->max_length))))));
		int32_t L_118 = ___length3;
		Contraction_t1589275354 * L_119 = V_10;
		NullCheck(L_119);
		CharU5BU5D_t3528271667* L_120 = L_119->get_Source_0();
		NullCheck(L_120);
		___length3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_118, (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_120)->max_length))))));
		goto IL_0229;
	}

IL_021e:
	{
		int32_t L_121 = ___start2;
		___start2 = ((int32_t)il2cpp_codegen_add((int32_t)L_121, (int32_t)1));
		int32_t L_122 = ___length3;
		___length3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_122, (int32_t)1));
	}

IL_0229:
	{
		int32_t L_123 = ___length3;
		if ((((int32_t)L_123) > ((int32_t)0)))
		{
			goto IL_0189;
		}
	}
	{
		return (-1);
	}
}
// System.Int32 Mono.Globalization.Unicode.SimpleCollator::LastIndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions)
extern "C"  int32_t SimpleCollator_LastIndexOf_m3026739976 (SimpleCollator_t2877834729 * __this, String_t* ___s0, String_t* ___target1, int32_t ___start2, int32_t ___length3, int32_t ___opt4, const RuntimeMethod* method)
{
	uint8_t* V_0 = NULL;
	uint8_t* V_1 = NULL;
	uint8_t* V_2 = NULL;
	uint8_t* V_3 = NULL;
	uint8_t* V_4 = NULL;
	Context_t1744531130  V_5;
	memset(&V_5, 0, sizeof(V_5));
	{
		int32_t L_0 = ___opt4;
		if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)1073741824)))))
		{
			goto IL_0018;
		}
	}
	{
		String_t* L_1 = ___s0;
		String_t* L_2 = ___target1;
		int32_t L_3 = ___start2;
		int32_t L_4 = ___length3;
		int32_t L_5 = SimpleCollator_LastIndexOfOrdinal_m388102249(__this, L_1, L_2, L_3, L_4, /*hidden argument*/NULL);
		return L_5;
	}

IL_0018:
	{
		int32_t L_6 = ___opt4;
		if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)268435456)))))
		{
			goto IL_0030;
		}
	}
	{
		String_t* L_7 = ___s0;
		String_t* L_8 = ___target1;
		int32_t L_9 = ___start2;
		int32_t L_10 = ___length3;
		int32_t L_11 = SimpleCollator_LastIndexOfOrdinalIgnoreCase_m2984667899(__this, L_7, L_8, L_9, L_10, /*hidden argument*/NULL);
		return L_11;
	}

IL_0030:
	{
		if ((uint64_t)(uint32_t)((int32_t)16) * (uint64_t)(uint32_t)1 > (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)16), (int32_t)1)));
		memset(L_12,0,((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)16), (int32_t)1)));
		V_0 = (uint8_t*)(L_12);
		if ((uint64_t)(uint32_t)((int32_t)16) * (uint64_t)(uint32_t)1 > (uint64_t)(uint32_t)kIl2CppUInt32Max)
			IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception());
		int8_t* L_13 = (int8_t*) alloca(((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)16), (int32_t)1)));
		memset(L_13,0,((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)16), (int32_t)1)));
		V_1 = (uint8_t*)(L_13);
		if ((uint64_t)(uint32_t)4 * (uint64_t)(uint32_t)1 > (uint64_t)(uint32_t)kIl2CppUInt32Max)
			IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception());
		int8_t* L_14 = (int8_t*) alloca(((int32_t)il2cpp_codegen_multiply((int32_t)4, (int32_t)1)));
		memset(L_14,0,((int32_t)il2cpp_codegen_multiply((int32_t)4, (int32_t)1)));
		V_2 = (uint8_t*)(L_14);
		if ((uint64_t)(uint32_t)4 * (uint64_t)(uint32_t)1 > (uint64_t)(uint32_t)kIl2CppUInt32Max)
			IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception());
		int8_t* L_15 = (int8_t*) alloca(((int32_t)il2cpp_codegen_multiply((int32_t)4, (int32_t)1)));
		memset(L_15,0,((int32_t)il2cpp_codegen_multiply((int32_t)4, (int32_t)1)));
		V_3 = (uint8_t*)(L_15);
		if ((uint64_t)(uint32_t)4 * (uint64_t)(uint32_t)1 > (uint64_t)(uint32_t)kIl2CppUInt32Max)
			IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception());
		int8_t* L_16 = (int8_t*) alloca(((int32_t)il2cpp_codegen_multiply((int32_t)4, (int32_t)1)));
		memset(L_16,0,((int32_t)il2cpp_codegen_multiply((int32_t)4, (int32_t)1)));
		V_4 = (uint8_t*)(L_16);
		uint8_t* L_17 = V_0;
		SimpleCollator_ClearBuffer_m2975394169(__this, (uint8_t*)(uint8_t*)L_17, ((int32_t)16), /*hidden argument*/NULL);
		uint8_t* L_18 = V_1;
		SimpleCollator_ClearBuffer_m2975394169(__this, (uint8_t*)(uint8_t*)L_18, ((int32_t)16), /*hidden argument*/NULL);
		uint8_t* L_19 = V_2;
		SimpleCollator_ClearBuffer_m2975394169(__this, (uint8_t*)(uint8_t*)L_19, 4, /*hidden argument*/NULL);
		uint8_t* L_20 = V_3;
		SimpleCollator_ClearBuffer_m2975394169(__this, (uint8_t*)(uint8_t*)L_20, 4, /*hidden argument*/NULL);
		uint8_t* L_21 = V_4;
		SimpleCollator_ClearBuffer_m2975394169(__this, (uint8_t*)(uint8_t*)L_21, 4, /*hidden argument*/NULL);
		int32_t L_22 = ___opt4;
		uint8_t* L_23 = V_0;
		uint8_t* L_24 = V_1;
		uint8_t* L_25 = V_3;
		uint8_t* L_26 = V_4;
		Context__ctor_m2477370097((&V_5), L_22, (uint8_t*)(uint8_t*)L_23, (uint8_t*)(uint8_t*)L_24, (uint8_t*)(uint8_t*)L_25, (uint8_t*)(uint8_t*)L_26, (uint8_t*)(uint8_t*)(((uintptr_t)0)), (bool)0, /*hidden argument*/NULL);
		String_t* L_27 = ___s0;
		String_t* L_28 = ___target1;
		int32_t L_29 = ___start2;
		int32_t L_30 = ___length3;
		uint8_t* L_31 = V_2;
		int32_t L_32 = SimpleCollator_LastIndexOf_m2130553617(__this, L_27, L_28, L_29, L_30, (uint8_t*)(uint8_t*)L_31, (&V_5), /*hidden argument*/NULL);
		return L_32;
	}
}
// System.Int32 Mono.Globalization.Unicode.SimpleCollator::LastIndexOfOrdinal(System.String,System.String,System.Int32,System.Int32)
extern "C"  int32_t SimpleCollator_LastIndexOfOrdinal_m388102249 (SimpleCollator_t2877834729 * __this, String_t* ___s0, String_t* ___target1, int32_t ___start2, int32_t ___length3, const RuntimeMethod* method)
{
	int32_t V_0 = 0;
	Il2CppChar V_1 = 0x0;
	int32_t V_2 = 0;
	int32_t V_3 = 0;
	bool V_4 = false;
	int32_t V_5 = 0;
	{
		String_t* L_0 = ___target1;
		NullCheck(L_0);
		int32_t L_1 = String_get_Length_m3847582255(L_0, /*hidden argument*/NULL);
		if (L_1)
		{
			goto IL_000d;
		}
	}
	{
		return 0;
	}

IL_000d:
	{
		String_t* L_2 = ___s0;
		NullCheck(L_2);
		int32_t L_3 = String_get_Length_m3847582255(L_2, /*hidden argument*/NULL);
		String_t* L_4 = ___target1;
		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_002b;
		}
	}
	{
		String_t* L_6 = ___target1;
		NullCheck(L_6);
		int32_t L_7 = String_get_Length_m3847582255(L_6, /*hidden argument*/NULL);
		int32_t L_8 = ___length3;
		if ((((int32_t)L_7) <= ((int32_t)L_8)))
		{
			goto IL_002d;
		}
	}

IL_002b:
	{
		return (-1);
	}

IL_002d:
	{
		int32_t L_9 = ___start2;
		int32_t L_10 = ___length3;
		String_t* L_11 = ___target1;
		NullCheck(L_11);
		int32_t L_12 = String_get_Length_m3847582255(L_11, /*hidden argument*/NULL);
		V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)L_10)), (int32_t)L_12)), (int32_t)1));
		String_t* L_13 = ___target1;
		String_t* L_14 = ___target1;
		NullCheck(L_14);
		int32_t L_15 = String_get_Length_m3847582255(L_14, /*hidden argument*/NULL);
		NullCheck(L_13);
		Il2CppChar L_16 = String_get_Chars_m2986988803(L_13, ((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)1)), /*hidden argument*/NULL);
		V_1 = L_16;
		int32_t L_17 = ___start2;
		V_2 = L_17;
		goto IL_00c3;
	}

IL_0051:
	{
		String_t* L_18 = ___s0;
		int32_t L_19 = V_2;
		NullCheck(L_18);
		Il2CppChar L_20 = String_get_Chars_m2986988803(L_18, L_19, /*hidden argument*/NULL);
		Il2CppChar L_21 = V_1;
		if ((((int32_t)L_20) == ((int32_t)L_21)))
		{
			goto IL_0067;
		}
	}
	{
		int32_t L_22 = V_2;
		V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)1));
		goto IL_00c3;
	}

IL_0067:
	{
		int32_t L_23 = V_2;
		String_t* L_24 = ___target1;
		NullCheck(L_24);
		int32_t L_25 = String_get_Length_m3847582255(L_24, /*hidden argument*/NULL);
		V_3 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)L_25)), (int32_t)1));
		int32_t L_26 = V_2;
		V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)1));
		V_4 = (bool)0;
		String_t* L_27 = ___target1;
		NullCheck(L_27);
		int32_t L_28 = String_get_Length_m3847582255(L_27, /*hidden argument*/NULL);
		V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_28, (int32_t)2));
		goto IL_00ad;
	}

IL_0088:
	{
		String_t* L_29 = ___s0;
		int32_t L_30 = V_3;
		int32_t L_31 = V_5;
		NullCheck(L_29);
		Il2CppChar L_32 = String_get_Chars_m2986988803(L_29, ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)L_31)), /*hidden argument*/NULL);
		String_t* L_33 = ___target1;
		int32_t L_34 = V_5;
		NullCheck(L_33);
		Il2CppChar L_35 = String_get_Chars_m2986988803(L_33, L_34, /*hidden argument*/NULL);
		if ((((int32_t)L_32) == ((int32_t)L_35)))
		{
			goto IL_00a7;
		}
	}
	{
		V_4 = (bool)1;
		goto IL_00b5;
	}

IL_00a7:
	{
		int32_t L_36 = V_5;
		V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)1));
	}

IL_00ad:
	{
		int32_t L_37 = V_5;
		if ((((int32_t)L_37) >= ((int32_t)0)))
		{
			goto IL_0088;
		}
	}

IL_00b5:
	{
		bool L_38 = V_4;
		if (!L_38)
		{
			goto IL_00c1;
		}
	}
	{
		goto IL_00c3;
	}

IL_00c1:
	{
		int32_t L_39 = V_3;
		return L_39;
	}

IL_00c3:
	{
		int32_t L_40 = V_2;
		int32_t L_41 = V_0;
		if ((((int32_t)L_40) > ((int32_t)L_41)))
		{
			goto IL_0051;
		}
	}
	{
		return (-1);
	}
}
// System.Int32 Mono.Globalization.Unicode.SimpleCollator::LastIndexOfOrdinalIgnoreCase(System.String,System.String,System.Int32,System.Int32)
extern "C"  int32_t SimpleCollator_LastIndexOfOrdinalIgnoreCase_m2984667899 (SimpleCollator_t2877834729 * __this, String_t* ___s0, String_t* ___target1, int32_t ___start2, int32_t ___length3, const RuntimeMethod* method)
{
	int32_t V_0 = 0;
	Il2CppChar V_1 = 0x0;
	int32_t V_2 = 0;
	int32_t V_3 = 0;
	bool V_4 = false;
	int32_t V_5 = 0;
	{
		String_t* L_0 = ___target1;
		NullCheck(L_0);
		int32_t L_1 = String_get_Length_m3847582255(L_0, /*hidden argument*/NULL);
		if (L_1)
		{
			goto IL_000d;
		}
	}
	{
		return 0;
	}

IL_000d:
	{
		String_t* L_2 = ___s0;
		NullCheck(L_2);
		int32_t L_3 = String_get_Length_m3847582255(L_2, /*hidden argument*/NULL);
		int32_t L_4 = ___length3;
		if ((((int32_t)L_3) < ((int32_t)L_4)))
		{
			goto IL_0027;
		}
	}
	{
		String_t* L_5 = ___target1;
		NullCheck(L_5);
		int32_t L_6 = String_get_Length_m3847582255(L_5, /*hidden argument*/NULL);
		int32_t L_7 = ___length3;
		if ((((int32_t)L_6) <= ((int32_t)L_7)))
		{
			goto IL_0029;
		}
	}

IL_0027:
	{
		return (-1);
	}

IL_0029:
	{
		int32_t L_8 = ___start2;
		int32_t L_9 = ___length3;
		String_t* L_10 = ___target1;
		NullCheck(L_10);
		int32_t L_11 = String_get_Length_m3847582255(L_10, /*hidden argument*/NULL);
		V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9)), (int32_t)L_11)), (int32_t)1));
		TextInfo_t3810425522 * L_12 = __this->get_textInfo_2();
		String_t* L_13 = ___target1;
		String_t* L_14 = ___target1;
		NullCheck(L_14);
		int32_t L_15 = String_get_Length_m3847582255(L_14, /*hidden argument*/NULL);
		NullCheck(L_13);
		Il2CppChar L_16 = String_get_Chars_m2986988803(L_13, ((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)1)), /*hidden argument*/NULL);
		NullCheck(L_12);
		Il2CppChar L_17 = VirtFuncInvoker1< Il2CppChar, Il2CppChar >::Invoke(7 /* System.Char System.Globalization.TextInfo::ToLower(System.Char) */, L_12, L_16);
		V_1 = L_17;
		int32_t L_18 = ___start2;
		V_2 = L_18;
		goto IL_00eb;
	}

IL_0058:
	{
		TextInfo_t3810425522 * L_19 = __this->get_textInfo_2();
		String_t* L_20 = ___s0;
		int32_t L_21 = V_2;
		NullCheck(L_20);
		Il2CppChar L_22 = String_get_Chars_m2986988803(L_20, L_21, /*hidden argument*/NULL);
		NullCheck(L_19);
		Il2CppChar L_23 = VirtFuncInvoker1< Il2CppChar, Il2CppChar >::Invoke(7 /* System.Char System.Globalization.TextInfo::ToLower(System.Char) */, L_19, L_22);
		Il2CppChar L_24 = V_1;
		if ((((int32_t)L_23) == ((int32_t)L_24)))
		{
			goto IL_0079;
		}
	}
	{
		int32_t L_25 = V_2;
		V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)1));
		goto IL_00eb;
	}

IL_0079:
	{
		int32_t L_26 = V_2;
		String_t* L_27 = ___target1;
		NullCheck(L_27);
		int32_t L_28 = String_get_Length_m3847582255(L_27, /*hidden argument*/NULL);
		V_3 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)L_28)), (int32_t)1));
		int32_t L_29 = V_2;
		V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)1));
		V_4 = (bool)0;
		String_t* L_30 = ___target1;
		NullCheck(L_30);
		int32_t L_31 = String_get_Length_m3847582255(L_30, /*hidden argument*/NULL);
		V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_31, (int32_t)2));
		goto IL_00d5;
	}

IL_009a:
	{
		TextInfo_t3810425522 * L_32 = __this->get_textInfo_2();
		String_t* L_33 = ___s0;
		int32_t L_34 = V_3;
		int32_t L_35 = V_5;
		NullCheck(L_33);
		Il2CppChar L_36 = String_get_Chars_m2986988803(L_33, ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)L_35)), /*hidden argument*/NULL);
		NullCheck(L_32);
		Il2CppChar L_37 = VirtFuncInvoker1< Il2CppChar, Il2CppChar >::Invoke(7 /* System.Char System.Globalization.TextInfo::ToLower(System.Char) */, L_32, L_36);
		TextInfo_t3810425522 * L_38 = __this->get_textInfo_2();
		String_t* L_39 = ___target1;
		int32_t L_40 = V_5;
		NullCheck(L_39);
		Il2CppChar L_41 = String_get_Chars_m2986988803(L_39, L_40, /*hidden argument*/NULL);
		NullCheck(L_38);
		Il2CppChar L_42 = VirtFuncInvoker1< Il2CppChar, Il2CppChar >::Invoke(7 /* System.Char System.Globalization.TextInfo::ToLower(System.Char) */, L_38, L_41);
		if ((((int32_t)L_37) == ((int32_t)L_42)))
		{
			goto IL_00cf;
		}
	}
	{
		V_4 = (bool)1;
		goto IL_00dd;
	}

IL_00cf:
	{
		int32_t L_43 = V_5;
		V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_43, (int32_t)1));
	}

IL_00d5:
	{
		int32_t L_44 = V_5;
		if ((((int32_t)L_44) >= ((int32_t)0)))
		{
			goto IL_009a;
		}
	}

IL_00dd:
	{
		bool L_45 = V_4;
		if (!L_45)
		{
			goto IL_00e9;
		}
	}
	{
		goto IL_00eb;
	}

IL_00e9:
	{
		int32_t L_46 = V_3;
		return L_46;
	}

IL_00eb:
	{
		int32_t L_47 = V_2;
		int32_t L_48 = V_0;
		if ((((int32_t)L_47) > ((int32_t)L_48)))
		{
			goto IL_0058;
		}
	}
	{
		return (-1);
	}
}
// System.Int32 Mono.Globalization.Unicode.SimpleCollator::LastIndexOfSortKey(System.String,System.Int32,System.Int32,System.Int32,System.Byte*,System.Int32,System.Boolean,Mono.Globalization.Unicode.SimpleCollator/Context&)
extern "C"  int32_t SimpleCollator_LastIndexOfSortKey_m2864365168 (SimpleCollator_t2877834729 * __this, String_t* ___s0, int32_t ___start1, int32_t ___orgStart2, int32_t ___length3, uint8_t* ___sortkey4, int32_t ___ti5, bool ___noLv46, Context_t1744531130 * ___ctx7, const RuntimeMethod* method)
{
	int32_t V_0 = 0;
	int32_t V_1 = 0;
	int32_t V_2 = 0;
	{
		int32_t L_0 = ___start1;
		int32_t L_1 = ___length3;
		V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)L_1));
		int32_t L_2 = ___start1;
		V_1 = L_2;
		goto IL_0028;
	}

IL_000c:
	{
		int32_t L_3 = V_1;
		V_2 = L_3;
		String_t* L_4 = ___s0;
		int32_t L_5 = V_0;
		int32_t L_6 = ___orgStart2;
		int32_t L_7 = ___ti5;
		uint8_t* L_8 = ___sortkey4;
		bool L_9 = ___noLv46;
		Context_t1744531130 * L_10 = ___ctx7;
		bool L_11 = SimpleCollator_MatchesBackward_m485433520(__this, L_4, (&V_1), L_5, L_6, L_7, (uint8_t*)(uint8_t*)L_8, L_9, L_10, /*hidden argument*/NULL);
		if (!L_11)
		{
			goto IL_0028;
		}
	}
	{
		int32_t L_12 = V_2;
		return L_12;
	}

IL_0028:
	{
		int32_t L_13 = V_1;
		int32_t L_14 = V_0;
		if ((((int32_t)L_13) > ((int32_t)L_14)))
		{
			goto IL_000c;
		}
	}
	{
		return (-1);
	}
}
// System.Int32 Mono.Globalization.Unicode.SimpleCollator::LastIndexOf(System.String,System.String,System.Int32,System.Int32,System.Byte*,Mono.Globalization.Unicode.SimpleCollator/Context&)
extern "C"  int32_t SimpleCollator_LastIndexOf_m2130553617 (SimpleCollator_t2877834729 * __this, String_t* ___s0, String_t* ___target1, int32_t ___start2, int32_t ___length3, uint8_t* ___targetSortKey4, Context_t1744531130 * ___ctx5, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SimpleCollator_LastIndexOf_m2130553617_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	int32_t V_1 = 0;
	int32_t V_2 = 0;
	Contraction_t1589275354 * V_3 = NULL;
	String_t* V_4 = NULL;
	uint8_t* V_5 = NULL;
	bool V_6 = false;
	int32_t V_7 = 0;
	int32_t V_8 = 0;
	int32_t V_9 = 0;
	Contraction_t1589275354 * V_10 = NULL;
	String_t* G_B10_0 = NULL;
	uintptr_t G_B13_0 = 0;
	{
		Context_t1744531130 * L_0 = ___ctx5;
		int32_t L_1 = L_0->get_Option_0();
		V_0 = L_1;
		int32_t L_2 = ___start2;
		V_1 = L_2;
		V_2 = 0;
		goto IL_002c;
	}

IL_0011:
	{
		String_t* L_3 = ___target1;
		int32_t L_4 = V_2;
		NullCheck(L_3);
		Il2CppChar L_5 = String_get_Chars_m2986988803(L_3, L_4, /*hidden argument*/NULL);
		int32_t L_6 = V_0;
		IL2CPP_RUNTIME_CLASS_INIT(SimpleCollator_t2877834729_il2cpp_TypeInfo_var);
		bool L_7 = SimpleCollator_IsIgnorable_m2840693628(NULL /*static, unused*/, L_5, L_6, /*hidden argument*/NULL);
		if (L_7)
		{
			goto IL_0028;
		}
	}
	{
		goto IL_0038;
	}

IL_0028:
	{
		int32_t L_8 = V_2;
		V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1));
	}

IL_002c:
	{
		int32_t L_9 = V_2;
		String_t* L_10 = ___target1;
		NullCheck(L_10);
		int32_t L_11 = String_get_Length_m3847582255(L_10, /*hidden argument*/NULL);
		if ((((int32_t)L_9) < ((int32_t)L_11)))
		{
			goto IL_0011;
		}
	}

IL_0038:
	{
		int32_t L_12 = V_2;
		String_t* L_13 = ___target1;
		NullCheck(L_13);
		int32_t L_14 = String_get_Length_m3847582255(L_13, /*hidden argument*/NULL);
		if ((!(((uint32_t)L_12) == ((uint32_t)L_14))))
		{
			goto IL_0046;
		}
	}
	{
		int32_t L_15 = ___start2;
		return L_15;
	}

IL_0046:
	{
		String_t* L_16 = ___target1;
		int32_t L_17 = V_2;
		String_t* L_18 = ___target1;
		NullCheck(L_18);
		int32_t L_19 = String_get_Length_m3847582255(L_18, /*hidden argument*/NULL);
		int32_t L_20 = V_2;
		Contraction_t1589275354 * L_21 = SimpleCollator_GetContraction_m3383256934(__this, L_16, L_17, ((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)L_20)), /*hidden argument*/NULL);
		V_3 = L_21;
		Contraction_t1589275354 * L_22 = V_3;
		if (!L_22)
		{
			goto IL_0068;
		}
	}
	{
		Contraction_t1589275354 * L_23 = V_3;
		NullCheck(L_23);
		String_t* L_24 = L_23->get_Replacement_1();
		G_B10_0 = L_24;
		goto IL_0069;
	}

IL_0068:
	{
		G_B10_0 = ((String_t*)(NULL));
	}

IL_0069:
	{
		V_4 = G_B10_0;
		String_t* L_25 = V_4;
		if (L_25)
		{
			goto IL_0079;
		}
	}
	{
		uint8_t* L_26 = ___targetSortKey4;
		G_B13_0 = ((uintptr_t)(intptr_t)(L_26));
		goto IL_007b;
	}

IL_0079:
	{
		G_B13_0 = (((uintptr_t)0));
	}

IL_007b:
	{
		V_5 = (uint8_t*)G_B13_0;
		V_6 = (bool)1;
		V_7 = (-1);
		Contraction_t1589275354 * L_27 = V_3;
		if (!L_27)
		{
			goto IL_00c1;
		}
	}
	{
		uint8_t* L_28 = V_5;
		if (!L_28)
		{
			goto IL_00c1;
		}
	}
	{
		V_8 = 0;
		goto IL_00ad;
	}

IL_0098:
	{
		uint8_t* L_29 = V_5;
		int32_t L_30 = V_8;
		Contraction_t1589275354 * L_31 = V_3;
		NullCheck(L_31);
		ByteU5BU5D_t4116647657* L_32 = L_31->get_SortKey_2();
		int32_t L_33 = V_8;
		NullCheck(L_32);
		int32_t L_34 = L_33;
		uint8_t L_35 = (L_32)->GetAt(static_cast<il2cpp_array_size_t>(L_34));
		*((int8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_29, (int32_t)L_30)))) = (int8_t)L_35;
		int32_t L_36 = V_8;
		V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1));
	}

IL_00ad:
	{
		int32_t L_37 = V_8;
		Contraction_t1589275354 * L_38 = V_3;
		NullCheck(L_38);
		ByteU5BU5D_t4116647657* L_39 = L_38->get_SortKey_2();
		NullCheck(L_39);
		if ((((int32_t)L_37) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_39)->max_length)))))))
		{
			goto IL_0098;
		}
	}
	{
		goto IL_011f;
	}

IL_00c1:
	{
		uint8_t* L_40 = V_5;
		if (!L_40)
		{
			goto IL_011f;
		}
	}
	{
		String_t* L_41 = ___target1;
		int32_t L_42 = V_2;
		NullCheck(L_41);
		Il2CppChar L_43 = String_get_Chars_m2986988803(L_41, L_42, /*hidden argument*/NULL);
		int32_t L_44 = V_0;
		int32_t L_45 = SimpleCollator_FilterOptions_m4183839400(__this, L_43, L_44, /*hidden argument*/NULL);
		V_7 = L_45;
		uint8_t* L_46 = V_5;
		int32_t L_47 = V_7;
		uint8_t L_48 = SimpleCollator_Category_m119590608(__this, L_47, /*hidden argument*/NULL);
		*((int8_t*)(L_46)) = (int8_t)L_48;
		uint8_t* L_49 = V_5;
		int32_t L_50 = V_7;
		uint8_t L_51 = SimpleCollator_Level1_m634954506(__this, L_50, /*hidden argument*/NULL);
		*((int8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_49, (int32_t)1)))) = (int8_t)L_51;
		int32_t L_52 = V_0;
		if (((int32_t)((int32_t)L_52&(int32_t)2)))
		{
			goto IL_0106;
		}
	}
	{
		uint8_t* L_53 = V_5;
		int32_t L_54 = V_7;
		uint8_t L_55 = SimpleCollator_Level2_m2830638875(__this, L_54, 0, /*hidden argument*/NULL);
		*((int8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_53, (int32_t)2)))) = (int8_t)L_55;
	}

IL_0106:
	{
		uint8_t* L_56 = V_5;
		int32_t L_57 = V_7;
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var);
		uint8_t L_58 = MSCompatUnicodeTable_Level3_m1870873670(NULL /*static, unused*/, L_57, /*hidden argument*/NULL);
		*((int8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_56, (int32_t)3)))) = (int8_t)L_58;
		int32_t L_59 = V_7;
		bool L_60 = MSCompatUnicodeTable_HasSpecialWeight_m1621324272(NULL /*static, unused*/, (((int32_t)((uint16_t)L_59))), /*hidden argument*/NULL);
		V_6 = (bool)((((int32_t)L_60) == ((int32_t)0))? 1 : 0);
	}

IL_011f:
	{
		uint8_t* L_61 = V_5;
		if (!L_61)
		{
			goto IL_0181;
		}
	}
	{
		int32_t L_62 = V_2;
		V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_62, (int32_t)1));
		goto IL_0175;
	}

IL_012f:
	{
		String_t* L_63 = ___target1;
		int32_t L_64 = V_2;
		NullCheck(L_63);
		Il2CppChar L_65 = String_get_Chars_m2986988803(L_63, L_64, /*hidden argument*/NULL);
		uint8_t L_66 = SimpleCollator_Category_m119590608(__this, L_65, /*hidden argument*/NULL);
		if ((((int32_t)L_66) == ((int32_t)1)))
		{
			goto IL_0147;
		}
	}
	{
		goto IL_0181;
	}

IL_0147:
	{
		uint8_t* L_67 = V_5;
		if ((*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_67, (int32_t)2)))))
		{
			goto IL_0157;
		}
	}
	{
		uint8_t* L_68 = V_5;
		*((int8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_68, (int32_t)2)))) = (int8_t)2;
	}

IL_0157:
	{
		uint8_t* L_69 = V_5;
		uint8_t* L_70 = V_5;
		String_t* L_71 = ___target1;
		int32_t L_72 = V_2;
		NullCheck(L_71);
		Il2CppChar L_73 = String_get_Chars_m2986988803(L_71, L_72, /*hidden argument*/NULL);
		uint8_t L_74 = SimpleCollator_Level2_m2830638875(__this, L_73, 0, /*hidden argument*/NULL);
		*((int8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_69, (int32_t)2)))) = (int8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_70, (int32_t)2)))), (int32_t)L_74)))));
		int32_t L_75 = V_2;
		V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_75, (int32_t)1));
	}

IL_0175:
	{
		int32_t L_76 = V_2;
		String_t* L_77 = ___target1;
		NullCheck(L_77);
		int32_t L_78 = String_get_Length_m3847582255(L_77, /*hidden argument*/NULL);
		if ((((int32_t)L_76) < ((int32_t)L_78)))
		{
			goto IL_012f;
		}
	}

IL_0181:
	{
		V_9 = 0;
		String_t* L_79 = V_4;
		if (!L_79)
		{
			goto IL_01a2;
		}
	}
	{
		String_t* L_80 = ___s0;
		String_t* L_81 = V_4;
		int32_t L_82 = ___start2;
		int32_t L_83 = ___length3;
		uint8_t* L_84 = ___targetSortKey4;
		Context_t1744531130 * L_85 = ___ctx5;
		int32_t L_86 = SimpleCollator_LastIndexOf_m2130553617(__this, L_80, L_81, L_82, L_83, (uint8_t*)(uint8_t*)L_84, L_85, /*hidden argument*/NULL);
		V_9 = L_86;
		goto IL_01b7;
	}

IL_01a2:
	{
		String_t* L_87 = ___s0;
		int32_t L_88 = ___start2;
		int32_t L_89 = V_1;
		int32_t L_90 = ___length3;
		uint8_t* L_91 = V_5;
		int32_t L_92 = V_7;
		bool L_93 = V_6;
		Context_t1744531130 * L_94 = ___ctx5;
		int32_t L_95 = SimpleCollator_LastIndexOfSortKey_m2864365168(__this, L_87, L_88, L_89, L_90, (uint8_t*)(uint8_t*)L_91, L_92, L_93, L_94, /*hidden argument*/NULL);
		V_9 = L_95;
	}

IL_01b7:
	{
		int32_t L_96 = V_9;
		if ((((int32_t)L_96) >= ((int32_t)0)))
		{
			goto IL_01c1;
		}
	}
	{
		return (-1);
	}

IL_01c1:
	{
		int32_t L_97 = ___length3;
		int32_t L_98 = ___start2;
		int32_t L_99 = V_9;
		___length3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_97, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_98, (int32_t)L_99))));
		int32_t L_100 = V_9;
		___start2 = L_100;
		String_t* L_101 = ___s0;
		String_t* L_102 = ___target1;
		int32_t L_103 = V_9;
		int32_t L_104 = V_1;
		int32_t L_105 = V_9;
		Context_t1744531130 * L_106 = ___ctx5;
		bool L_107 = SimpleCollator_IsPrefix_m3601454628(__this, L_101, L_102, L_103, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_104, (int32_t)L_105)), (int32_t)1)), (bool)0, L_106, /*hidden argument*/NULL);
		if (!L_107)
		{
			goto IL_0214;
		}
	}
	{
		goto IL_0209;
	}

IL_01eb:
	{
		String_t* L_108 = ___s0;
		int32_t L_109 = V_9;
		NullCheck(L_108);
		Il2CppChar L_110 = String_get_Chars_m2986988803(L_108, L_109, /*hidden argument*/NULL);
		int32_t L_111 = V_0;
		IL2CPP_RUNTIME_CLASS_INIT(SimpleCollator_t2877834729_il2cpp_TypeInfo_var);
		bool L_112 = SimpleCollator_IsIgnorable_m2840693628(NULL /*static, unused*/, L_110, L_111, /*hidden argument*/NULL);
		if (L_112)
		{
			goto IL_0203;
		}
	}
	{
		goto IL_0211;
	}

IL_0203:
	{
		int32_t L_113 = V_9;
		V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_113, (int32_t)1));
	}

IL_0209:
	{
		int32_t L_114 = V_9;
		int32_t L_115 = V_1;
		if ((((int32_t)L_114) < ((int32_t)L_115)))
		{
			goto IL_01eb;
		}
	}

IL_0211:
	{
		int32_t L_116 = V_9;
		return L_116;
	}

IL_0214:
	{
		String_t* L_117 = ___s0;
		int32_t L_118 = V_9;
		int32_t L_119 = V_1;
		int32_t L_120 = V_9;
		Contraction_t1589275354 * L_121 = SimpleCollator_GetContraction_m3383256934(__this, L_117, L_118, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_119, (int32_t)L_120)), (int32_t)1)), /*hidden argument*/NULL);
		V_10 = L_121;
		Contraction_t1589275354 * L_122 = V_10;
		if (!L_122)
		{
			goto IL_024c;
		}
	}
	{
		int32_t L_123 = ___start2;
		Contraction_t1589275354 * L_124 = V_10;
		NullCheck(L_124);
		CharU5BU5D_t3528271667* L_125 = L_124->get_Source_0();
		NullCheck(L_125);
		___start2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_123, (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_125)->max_length))))));
		int32_t L_126 = ___length3;
		Contraction_t1589275354 * L_127 = V_10;
		NullCheck(L_127);
		CharU5BU5D_t3528271667* L_128 = L_127->get_Source_0();
		NullCheck(L_128);
		___length3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_126, (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_128)->max_length))))));
		goto IL_0257;
	}

IL_024c:
	{
		int32_t L_129 = ___start2;
		___start2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_129, (int32_t)1));
		int32_t L_130 = ___length3;
		___length3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_130, (int32_t)1));
	}

IL_0257:
	{
		int32_t L_131 = ___length3;
		if ((((int32_t)L_131) > ((int32_t)0)))
		{
			goto IL_0181;
		}
	}
	{
		return (-1);
	}
}
// System.Boolean Mono.Globalization.Unicode.SimpleCollator::MatchesForward(System.String,System.Int32&,System.Int32,System.Int32,System.Byte*,System.Boolean,Mono.Globalization.Unicode.SimpleCollator/Context&)
extern "C"  bool SimpleCollator_MatchesForward_m541234454 (SimpleCollator_t2877834729 * __this, String_t* ___s0, int32_t* ___idx1, int32_t ___end2, int32_t ___ti3, uint8_t* ___sortkey4, bool ___noLv45, Context_t1744531130 * ___ctx6, const RuntimeMethod* method)
{
	int32_t V_0 = 0;
	int32_t V_1 = 0;
	Contraction_t1589275354 * V_2 = NULL;
	{
		String_t* L_0 = ___s0;
		int32_t* L_1 = ___idx1;
		NullCheck(L_0);
		Il2CppChar L_2 = String_get_Chars_m2986988803(L_0, (*((int32_t*)L_1)), /*hidden argument*/NULL);
		V_0 = L_2;
		Context_t1744531130 * L_3 = ___ctx6;
		uint8_t* L_4 = L_3->get_AlwaysMatchFlags_2();
		if (!L_4)
		{
			goto IL_003c;
		}
	}
	{
		int32_t L_5 = V_0;
		if ((((int32_t)L_5) >= ((int32_t)((int32_t)128))))
		{
			goto IL_003c;
		}
	}
	{
		Context_t1744531130 * L_6 = ___ctx6;
		uint8_t* L_7 = L_6->get_AlwaysMatchFlags_2();
		int32_t L_8 = V_0;
		int32_t L_9 = V_0;
		if (!((int32_t)((int32_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_7, (int32_t)((int32_t)((int32_t)L_8/(int32_t)8))))))&(int32_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_9%(int32_t)8))&(int32_t)((int32_t)31))))))))
		{
			goto IL_003c;
		}
	}
	{
		return (bool)1;
	}

IL_003c:
	{
		Context_t1744531130 * L_10 = ___ctx6;
		uint8_t* L_11 = L_10->get_NeverMatchFlags_1();
		if (!L_11)
		{
			goto IL_0075;
		}
	}
	{
		int32_t L_12 = V_0;
		if ((((int32_t)L_12) >= ((int32_t)((int32_t)128))))
		{
			goto IL_0075;
		}
	}
	{
		Context_t1744531130 * L_13 = ___ctx6;
		uint8_t* L_14 = L_13->get_NeverMatchFlags_1();
		int32_t L_15 = V_0;
		int32_t L_16 = V_0;
		if (!((int32_t)((int32_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_14, (int32_t)((int32_t)((int32_t)L_15/(int32_t)8))))))&(int32_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_16%(int32_t)8))&(int32_t)((int32_t)31))))))))
		{
			goto IL_0075;
		}
	}
	{
		int32_t* L_17 = ___idx1;
		int32_t* L_18 = ___idx1;
		*((int32_t*)(L_17)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_18)), (int32_t)1));
		return (bool)0;
	}

IL_0075:
	{
		String_t* L_19 = ___s0;
		int32_t* L_20 = ___idx1;
		NullCheck(L_19);
		Il2CppChar L_21 = String_get_Chars_m2986988803(L_19, (*((int32_t*)L_20)), /*hidden argument*/NULL);
		int32_t L_22 = SimpleCollator_GetExtenderType_m407776429(__this, L_21, /*hidden argument*/NULL);
		V_1 = L_22;
		V_2 = (Contraction_t1589275354 *)NULL;
		String_t* L_23 = ___s0;
		int32_t* L_24 = ___idx1;
		int32_t L_25 = ___end2;
		int32_t L_26 = ___ti3;
		uint8_t* L_27 = ___sortkey4;
		bool L_28 = ___noLv45;
		int32_t L_29 = V_1;
		Context_t1744531130 * L_30 = ___ctx6;
		bool L_31 = SimpleCollator_MatchesForwardCore_m850743967(__this, L_23, L_24, L_25, L_26, (uint8_t*)(uint8_t*)L_27, L_28, L_29, (&V_2), L_30, /*hidden argument*/NULL);
		if (!L_31)
		{
			goto IL_00dd;
		}
	}
	{
		Context_t1744531130 * L_32 = ___ctx6;
		uint8_t* L_33 = L_32->get_AlwaysMatchFlags_2();
		if (!L_33)
		{
			goto IL_00db;
		}
	}
	{
		Contraction_t1589275354 * L_34 = V_2;
		if (L_34)
		{
			goto IL_00db;
		}
	}
	{
		int32_t L_35 = V_1;
		if (L_35)
		{
			goto IL_00db;
		}
	}
	{
		int32_t L_36 = V_0;
		if ((((int32_t)L_36) >= ((int32_t)((int32_t)128))))
		{
			goto IL_00db;
		}
	}
	{
		Context_t1744531130 * L_37 = ___ctx6;
		uint8_t* L_38 = L_37->get_AlwaysMatchFlags_2();
		int32_t L_39 = V_0;
		uint8_t* L_40 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_38, (int32_t)((int32_t)((int32_t)L_39/(int32_t)8))));
		int32_t L_41 = V_0;
		*((int8_t*)(L_40)) = (int8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)(*((uint8_t*)L_40))|(int32_t)(((int32_t)((uint8_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_41%(int32_t)8))&(int32_t)((int32_t)31)))))))))))));
	}

IL_00db:
	{
		return (bool)1;
	}

IL_00dd:
	{
		Context_t1744531130 * L_42 = ___ctx6;
		uint8_t* L_43 = L_42->get_NeverMatchFlags_1();
		if (!L_43)
		{
			goto IL_0119;
		}
	}
	{
		Contraction_t1589275354 * L_44 = V_2;
		if (L_44)
		{
			goto IL_0119;
		}
	}
	{
		int32_t L_45 = V_1;
		if (L_45)
		{
			goto IL_0119;
		}
	}
	{
		int32_t L_46 = V_0;
		if ((((int32_t)L_46) >= ((int32_t)((int32_t)128))))
		{
			goto IL_0119;
		}
	}
	{
		Context_t1744531130 * L_47 = ___ctx6;
		uint8_t* L_48 = L_47->get_NeverMatchFlags_1();
		int32_t L_49 = V_0;
		uint8_t* L_50 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_48, (int32_t)((int32_t)((int32_t)L_49/(int32_t)8))));
		int32_t L_51 = V_0;
		*((int8_t*)(L_50)) = (int8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)(*((uint8_t*)L_50))|(int32_t)(((int32_t)((uint8_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_51%(int32_t)8))&(int32_t)((int32_t)31)))))))))))));
	}

IL_0119:
	{
		return (bool)0;
	}
}
// System.Boolean Mono.Globalization.Unicode.SimpleCollator::MatchesForwardCore(System.String,System.Int32&,System.Int32,System.Int32,System.Byte*,System.Boolean,Mono.Globalization.Unicode.SimpleCollator/ExtenderType,Mono.Globalization.Unicode.Contraction&,Mono.Globalization.Unicode.SimpleCollator/Context&)
extern "C"  bool SimpleCollator_MatchesForwardCore_m850743967 (SimpleCollator_t2877834729 * __this, String_t* ___s0, int32_t* ___idx1, int32_t ___end2, int32_t ___ti3, uint8_t* ___sortkey4, bool ___noLv45, int32_t ___ext6, Contraction_t1589275354 ** ___ct7, Context_t1744531130 * ___ctx8, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SimpleCollator_MatchesForwardCore_m850743967_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	uint8_t* V_1 = NULL;
	bool V_2 = false;
	int32_t V_3 = 0;
	int32_t V_4 = 0;
	int32_t V_5 = 0;
	bool V_6 = false;
	{
		Context_t1744531130 * L_0 = ___ctx8;
		int32_t L_1 = L_0->get_Option_0();
		V_0 = L_1;
		Context_t1744531130 * L_2 = ___ctx8;
		uint8_t* L_3 = L_2->get_Buffer1_3();
		V_1 = (uint8_t*)L_3;
		int32_t L_4 = V_0;
		V_2 = (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_4&(int32_t)2))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0);
		V_3 = (-1);
		int32_t L_5 = ___ext6;
		if (L_5)
		{
			goto IL_0035;
		}
	}
	{
		Contraction_t1589275354 ** L_6 = ___ct7;
		String_t* L_7 = ___s0;
		int32_t* L_8 = ___idx1;
		int32_t L_9 = ___end2;
		Contraction_t1589275354 * L_10 = SimpleCollator_GetContraction_m3383256934(__this, L_7, (*((int32_t*)L_8)), L_9, /*hidden argument*/NULL);
		*((RuntimeObject **)(L_6)) = (RuntimeObject *)L_10;
		Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_6), (RuntimeObject *)L_10);
		goto IL_0074;
	}

IL_0035:
	{
		Context_t1744531130 * L_11 = ___ctx8;
		int32_t L_12 = L_11->get_PrevCode_5();
		if ((((int32_t)L_12) >= ((int32_t)0)))
		{
			goto IL_0063;
		}
	}
	{
		Context_t1744531130 * L_13 = ___ctx8;
		uint8_t* L_14 = L_13->get_PrevSortKey_6();
		if (L_14)
		{
			goto IL_0056;
		}
	}
	{
		int32_t* L_15 = ___idx1;
		int32_t* L_16 = ___idx1;
		*((int32_t*)(L_15)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_16)), (int32_t)1));
		return (bool)0;
	}

IL_0056:
	{
		Context_t1744531130 * L_17 = ___ctx8;
		uint8_t* L_18 = L_17->get_PrevSortKey_6();
		V_1 = (uint8_t*)L_18;
		goto IL_0074;
	}

IL_0063:
	{
		Context_t1744531130 * L_19 = ___ctx8;
		int32_t L_20 = L_19->get_PrevCode_5();
		int32_t L_21 = ___ext6;
		int32_t L_22 = V_0;
		int32_t L_23 = SimpleCollator_FilterExtender_m72900315(__this, L_20, L_21, L_22, /*hidden argument*/NULL);
		V_3 = L_23;
	}

IL_0074:
	{
		Contraction_t1589275354 ** L_24 = ___ct7;
		if (!(*((Contraction_t1589275354 **)L_24)))
		{
			goto IL_0105;
		}
	}
	{
		int32_t* L_25 = ___idx1;
		int32_t* L_26 = ___idx1;
		Contraction_t1589275354 ** L_27 = ___ct7;
		NullCheck((*((Contraction_t1589275354 **)L_27)));
		CharU5BU5D_t3528271667* L_28 = (*((Contraction_t1589275354 **)L_27))->get_Source_0();
		NullCheck(L_28);
		*((int32_t*)(L_25)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_26)), (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_28)->max_length))))));
		bool L_29 = ___noLv45;
		if (L_29)
		{
			goto IL_0094;
		}
	}
	{
		return (bool)0;
	}

IL_0094:
	{
		Contraction_t1589275354 ** L_30 = ___ct7;
		NullCheck((*((Contraction_t1589275354 **)L_30)));
		ByteU5BU5D_t4116647657* L_31 = (*((Contraction_t1589275354 **)L_30))->get_SortKey_2();
		if (!L_31)
		{
			goto IL_00d7;
		}
	}
	{
		V_4 = 0;
		goto IL_00ba;
	}

IL_00a9:
	{
		uint8_t* L_32 = V_1;
		int32_t L_33 = V_4;
		uint8_t* L_34 = ___sortkey4;
		int32_t L_35 = V_4;
		*((int8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_32, (int32_t)L_33)))) = (int8_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_34, (int32_t)L_35))));
		int32_t L_36 = V_4;
		V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1));
	}

IL_00ba:
	{
		int32_t L_37 = V_4;
		if ((((int32_t)L_37) < ((int32_t)4)))
		{
			goto IL_00a9;
		}
	}
	{
		Context_t1744531130 * L_38 = ___ctx8;
		L_38->set_PrevCode_5((-1));
		Context_t1744531130 * L_39 = ___ctx8;
		uint8_t* L_40 = V_1;
		L_39->set_PrevSortKey_6((uint8_t*)L_40);
		goto IL_0100;
	}

IL_00d7:
	{
		V_5 = 0;
		Contraction_t1589275354 ** L_41 = ___ct7;
		NullCheck((*((Contraction_t1589275354 **)L_41)));
		String_t* L_42 = (*((Contraction_t1589275354 **)L_41))->get_Replacement_1();
		Contraction_t1589275354 ** L_43 = ___ct7;
		NullCheck((*((Contraction_t1589275354 **)L_43)));
		String_t* L_44 = (*((Contraction_t1589275354 **)L_43))->get_Replacement_1();
		NullCheck(L_44);
		int32_t L_45 = String_get_Length_m3847582255(L_44, /*hidden argument*/NULL);
		int32_t L_46 = ___ti3;
		uint8_t* L_47 = ___sortkey4;
		bool L_48 = ___noLv45;
		Context_t1744531130 * L_49 = ___ctx8;
		bool L_50 = SimpleCollator_MatchesForward_m541234454(__this, L_42, (&V_5), L_45, L_46, (uint8_t*)(uint8_t*)L_47, L_48, L_49, /*hidden argument*/NULL);
		return L_50;
	}

IL_0100:
	{
		goto IL_01c9;
	}

IL_0105:
	{
		int32_t L_51 = V_3;
		if ((((int32_t)L_51) >= ((int32_t)0)))
		{
			goto IL_011c;
		}
	}
	{
		String_t* L_52 = ___s0;
		int32_t* L_53 = ___idx1;
		NullCheck(L_52);
		Il2CppChar L_54 = String_get_Chars_m2986988803(L_52, (*((int32_t*)L_53)), /*hidden argument*/NULL);
		int32_t L_55 = V_0;
		int32_t L_56 = SimpleCollator_FilterOptions_m4183839400(__this, L_54, L_55, /*hidden argument*/NULL);
		V_3 = L_56;
	}

IL_011c:
	{
		int32_t* L_57 = ___idx1;
		int32_t* L_58 = ___idx1;
		*((int32_t*)(L_57)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_58)), (int32_t)1));
		uint8_t* L_59 = V_1;
		int32_t L_60 = V_3;
		uint8_t L_61 = SimpleCollator_Category_m119590608(__this, L_60, /*hidden argument*/NULL);
		*((int8_t*)(L_59)) = (int8_t)L_61;
		V_6 = (bool)0;
		uint8_t* L_62 = ___sortkey4;
		uint8_t* L_63 = V_1;
		if ((!(((uint32_t)(*((uint8_t*)L_62))) == ((uint32_t)(*((uint8_t*)L_63))))))
		{
			goto IL_0148;
		}
	}
	{
		uint8_t* L_64 = V_1;
		int32_t L_65 = V_3;
		uint8_t L_66 = SimpleCollator_Level1_m634954506(__this, L_65, /*hidden argument*/NULL);
		*((int8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_64, (int32_t)1)))) = (int8_t)L_66;
		goto IL_014b;
	}

IL_0148:
	{
		V_6 = (bool)1;
	}

IL_014b:
	{
		bool L_67 = V_2;
		if (L_67)
		{
			goto IL_0171;
		}
	}
	{
		uint8_t* L_68 = ___sortkey4;
		uint8_t* L_69 = V_1;
		if ((!(((uint32_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_68, (int32_t)1))))) == ((uint32_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_69, (int32_t)1))))))))
		{
			goto IL_0171;
		}
	}
	{
		uint8_t* L_70 = V_1;
		int32_t L_71 = V_3;
		int32_t L_72 = ___ext6;
		uint8_t L_73 = SimpleCollator_Level2_m2830638875(__this, L_71, L_72, /*hidden argument*/NULL);
		*((int8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_70, (int32_t)2)))) = (int8_t)L_73;
		goto IL_017a;
	}

IL_0171:
	{
		bool L_74 = V_2;
		if (L_74)
		{
			goto IL_017a;
		}
	}
	{
		V_6 = (bool)1;
	}

IL_017a:
	{
		bool L_75 = V_6;
		if (!L_75)
		{
			goto IL_01af;
		}
	}
	{
		goto IL_01a5;
	}

IL_0186:
	{
		String_t* L_76 = ___s0;
		int32_t* L_77 = ___idx1;
		NullCheck(L_76);
		Il2CppChar L_78 = String_get_Chars_m2986988803(L_76, (*((int32_t*)L_77)), /*hidden argument*/NULL);
		uint8_t L_79 = SimpleCollator_Category_m119590608(__this, L_78, /*hidden argument*/NULL);
		if ((((int32_t)L_79) == ((int32_t)1)))
		{
			goto IL_019f;
		}
	}
	{
		goto IL_01ad;
	}

IL_019f:
	{
		int32_t* L_80 = ___idx1;
		int32_t* L_81 = ___idx1;
		*((int32_t*)(L_80)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_81)), (int32_t)1));
	}

IL_01a5:
	{
		int32_t* L_82 = ___idx1;
		int32_t L_83 = ___end2;
		if ((((int32_t)(*((int32_t*)L_82))) < ((int32_t)L_83)))
		{
			goto IL_0186;
		}
	}

IL_01ad:
	{
		return (bool)0;
	}

IL_01af:
	{
		uint8_t* L_84 = V_1;
		int32_t L_85 = V_3;
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var);
		uint8_t L_86 = MSCompatUnicodeTable_Level3_m1870873670(NULL /*static, unused*/, L_85, /*hidden argument*/NULL);
		*((int8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_84, (int32_t)3)))) = (int8_t)L_86;
		uint8_t* L_87 = V_1;
		if ((((int32_t)(*((uint8_t*)L_87))) == ((int32_t)1)))
		{
			goto IL_01c9;
		}
	}
	{
		Context_t1744531130 * L_88 = ___ctx8;
		int32_t L_89 = V_3;
		L_88->set_PrevCode_5(L_89);
	}

IL_01c9:
	{
		goto IL_021f;
	}

IL_01ce:
	{
		String_t* L_90 = ___s0;
		int32_t* L_91 = ___idx1;
		NullCheck(L_90);
		Il2CppChar L_92 = String_get_Chars_m2986988803(L_90, (*((int32_t*)L_91)), /*hidden argument*/NULL);
		uint8_t L_93 = SimpleCollator_Category_m119590608(__this, L_92, /*hidden argument*/NULL);
		if ((((int32_t)L_93) == ((int32_t)1)))
		{
			goto IL_01e7;
		}
	}
	{
		goto IL_0227;
	}

IL_01e7:
	{
		bool L_94 = V_2;
		if (!L_94)
		{
			goto IL_01f2;
		}
	}
	{
		goto IL_0219;
	}

IL_01f2:
	{
		uint8_t* L_95 = V_1;
		if ((*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_95, (int32_t)2)))))
		{
			goto IL_0200;
		}
	}
	{
		uint8_t* L_96 = V_1;
		*((int8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_96, (int32_t)2)))) = (int8_t)2;
	}

IL_0200:
	{
		uint8_t* L_97 = V_1;
		uint8_t* L_98 = V_1;
		String_t* L_99 = ___s0;
		int32_t* L_100 = ___idx1;
		NullCheck(L_99);
		Il2CppChar L_101 = String_get_Chars_m2986988803(L_99, (*((int32_t*)L_100)), /*hidden argument*/NULL);
		uint8_t L_102 = SimpleCollator_Level2_m2830638875(__this, L_101, 0, /*hidden argument*/NULL);
		*((int8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_97, (int32_t)2)))) = (int8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_98, (int32_t)2)))), (int32_t)L_102)))));
	}

IL_0219:
	{
		int32_t* L_103 = ___idx1;
		int32_t* L_104 = ___idx1;
		*((int32_t*)(L_103)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_104)), (int32_t)1));
	}

IL_021f:
	{
		int32_t* L_105 = ___idx1;
		int32_t L_106 = ___end2;
		if ((((int32_t)(*((int32_t*)L_105))) < ((int32_t)L_106)))
		{
			goto IL_01ce;
		}
	}

IL_0227:
	{
		int32_t L_107 = V_0;
		uint8_t* L_108 = V_1;
		int32_t L_109 = V_3;
		int32_t L_110 = ___ext6;
		uint8_t* L_111 = ___sortkey4;
		int32_t L_112 = ___ti3;
		bool L_113 = ___noLv45;
		bool L_114 = SimpleCollator_MatchesPrimitive_m3079388596(__this, L_107, (uint8_t*)(uint8_t*)L_108, L_109, L_110, (uint8_t*)(uint8_t*)L_111, L_112, L_113, /*hidden argument*/NULL);
		return L_114;
	}
}
// System.Boolean Mono.Globalization.Unicode.SimpleCollator::MatchesPrimitive(System.Globalization.CompareOptions,System.Byte*,System.Int32,Mono.Globalization.Unicode.SimpleCollator/ExtenderType,System.Byte*,System.Int32,System.Boolean)
extern "C"  bool SimpleCollator_MatchesPrimitive_m3079388596 (SimpleCollator_t2877834729 * __this, int32_t ___opt0, uint8_t* ___source1, int32_t ___si2, int32_t ___ext3, uint8_t* ___target4, int32_t ___ti5, bool ___noLv46, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SimpleCollator_MatchesPrimitive_m3079388596_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	bool V_0 = false;
	{
		int32_t L_0 = ___opt0;
		V_0 = (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_0&(int32_t)2))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0);
		uint8_t* L_1 = ___source1;
		uint8_t* L_2 = ___target4;
		if ((!(((uint32_t)(*((uint8_t*)L_1))) == ((uint32_t)(*((uint8_t*)L_2))))))
		{
			goto IL_0044;
		}
	}
	{
		uint8_t* L_3 = ___source1;
		uint8_t* L_4 = ___target4;
		if ((!(((uint32_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_3, (int32_t)1))))) == ((uint32_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_4, (int32_t)1))))))))
		{
			goto IL_0044;
		}
	}
	{
		bool L_5 = V_0;
		if (L_5)
		{
			goto IL_0036;
		}
	}
	{
		uint8_t* L_6 = ___source1;
		uint8_t* L_7 = ___target4;
		if ((!(((uint32_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_6, (int32_t)2))))) == ((uint32_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_7, (int32_t)2))))))))
		{
			goto IL_0044;
		}
	}

IL_0036:
	{
		uint8_t* L_8 = ___source1;
		uint8_t* L_9 = ___target4;
		if ((((int32_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_8, (int32_t)3))))) == ((int32_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_9, (int32_t)3)))))))
		{
			goto IL_0046;
		}
	}

IL_0044:
	{
		return (bool)0;
	}

IL_0046:
	{
		bool L_10 = ___noLv46;
		if (!L_10)
		{
			goto IL_0062;
		}
	}
	{
		int32_t L_11 = ___si2;
		if ((((int32_t)L_11) < ((int32_t)0)))
		{
			goto IL_0060;
		}
	}
	{
		int32_t L_12 = ___si2;
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var);
		bool L_13 = MSCompatUnicodeTable_HasSpecialWeight_m1621324272(NULL /*static, unused*/, (((int32_t)((uint16_t)L_12))), /*hidden argument*/NULL);
		if (L_13)
		{
			goto IL_0062;
		}
	}

IL_0060:
	{
		return (bool)1;
	}

IL_0062:
	{
		bool L_14 = ___noLv46;
		if (!L_14)
		{
			goto IL_006b;
		}
	}
	{
		return (bool)0;
	}

IL_006b:
	{
		bool L_15 = V_0;
		if (L_15)
		{
			goto IL_007b;
		}
	}
	{
		int32_t L_16 = ___ext3;
		if ((!(((uint32_t)L_16) == ((uint32_t)3))))
		{
			goto IL_007b;
		}
	}
	{
		return (bool)0;
	}

IL_007b:
	{
		int32_t L_17 = ___si2;
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var);
		bool L_18 = MSCompatUnicodeTable_IsJapaneseSmallLetter_m2666144582(NULL /*static, unused*/, (((int32_t)((uint16_t)L_17))), /*hidden argument*/NULL);
		int32_t L_19 = ___ti5;
		bool L_20 = MSCompatUnicodeTable_IsJapaneseSmallLetter_m2666144582(NULL /*static, unused*/, (((int32_t)((uint16_t)L_19))), /*hidden argument*/NULL);
		if ((!(((uint32_t)L_18) == ((uint32_t)L_20))))
		{
			goto IL_00d3;
		}
	}
	{
		int32_t L_21 = ___ext3;
		int32_t L_22 = ___opt0;
		IL2CPP_RUNTIME_CLASS_INIT(SimpleCollator_t2877834729_il2cpp_TypeInfo_var);
		uint8_t L_23 = SimpleCollator_ToDashTypeValue_m6184468(NULL /*static, unused*/, L_21, L_22, /*hidden argument*/NULL);
		int32_t L_24 = ___opt0;
		uint8_t L_25 = SimpleCollator_ToDashTypeValue_m6184468(NULL /*static, unused*/, 0, L_24, /*hidden argument*/NULL);
		if ((!(((uint32_t)L_23) == ((uint32_t)L_25))))
		{
			goto IL_00d3;
		}
	}
	{
		int32_t L_26 = ___si2;
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var);
		bool L_27 = MSCompatUnicodeTable_IsHiragana_m3884380055(NULL /*static, unused*/, (((int32_t)((uint16_t)L_26))), /*hidden argument*/NULL);
		int32_t L_28 = ___ti5;
		bool L_29 = MSCompatUnicodeTable_IsHiragana_m3884380055(NULL /*static, unused*/, (((int32_t)((uint16_t)L_28))), /*hidden argument*/NULL);
		if ((!(((uint32_t)((((int32_t)L_27) == ((int32_t)0))? 1 : 0)) == ((uint32_t)((((int32_t)L_29) == ((int32_t)0))? 1 : 0)))))
		{
			goto IL_00d3;
		}
	}
	{
		int32_t L_30 = ___si2;
		int32_t L_31 = ___opt0;
		IL2CPP_RUNTIME_CLASS_INIT(SimpleCollator_t2877834729_il2cpp_TypeInfo_var);
		bool L_32 = SimpleCollator_IsHalfKana_m3959736042(NULL /*static, unused*/, (((int32_t)((uint16_t)L_30))), L_31, /*hidden argument*/NULL);
		int32_t L_33 = ___ti5;
		int32_t L_34 = ___opt0;
		bool L_35 = SimpleCollator_IsHalfKana_m3959736042(NULL /*static, unused*/, (((int32_t)((uint16_t)L_33))), L_34, /*hidden argument*/NULL);
		if ((((int32_t)L_32) == ((int32_t)L_35)))
		{
			goto IL_00d5;
		}
	}

IL_00d3:
	{
		return (bool)0;
	}

IL_00d5:
	{
		return (bool)1;
	}
}
// System.Boolean Mono.Globalization.Unicode.SimpleCollator::MatchesBackward(System.String,System.Int32&,System.Int32,System.Int32,System.Int32,System.Byte*,System.Boolean,Mono.Globalization.Unicode.SimpleCollator/Context&)
extern "C"  bool SimpleCollator_MatchesBackward_m485433520 (SimpleCollator_t2877834729 * __this, String_t* ___s0, int32_t* ___idx1, int32_t ___end2, int32_t ___orgStart3, int32_t ___ti4, uint8_t* ___sortkey5, bool ___noLv46, Context_t1744531130 * ___ctx7, const RuntimeMethod* method)
{
	int32_t V_0 = 0;
	int32_t V_1 = 0;
	Contraction_t1589275354 * V_2 = NULL;
	{
		String_t* L_0 = ___s0;
		int32_t* L_1 = ___idx1;
		NullCheck(L_0);
		Il2CppChar L_2 = String_get_Chars_m2986988803(L_0, (*((int32_t*)L_1)), /*hidden argument*/NULL);
		V_0 = L_2;
		Context_t1744531130 * L_3 = ___ctx7;
		uint8_t* L_4 = L_3->get_AlwaysMatchFlags_2();
		if (!L_4)
		{
			goto IL_003c;
		}
	}
	{
		int32_t L_5 = V_0;
		if ((((int32_t)L_5) >= ((int32_t)((int32_t)128))))
		{
			goto IL_003c;
		}
	}
	{
		Context_t1744531130 * L_6 = ___ctx7;
		uint8_t* L_7 = L_6->get_AlwaysMatchFlags_2();
		int32_t L_8 = V_0;
		int32_t L_9 = V_0;
		if (!((int32_t)((int32_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_7, (int32_t)((int32_t)((int32_t)L_8/(int32_t)8))))))&(int32_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_9%(int32_t)8))&(int32_t)((int32_t)31))))))))
		{
			goto IL_003c;
		}
	}
	{
		return (bool)1;
	}

IL_003c:
	{
		Context_t1744531130 * L_10 = ___ctx7;
		uint8_t* L_11 = L_10->get_NeverMatchFlags_1();
		if (!L_11)
		{
			goto IL_0075;
		}
	}
	{
		int32_t L_12 = V_0;
		if ((((int32_t)L_12) >= ((int32_t)((int32_t)128))))
		{
			goto IL_0075;
		}
	}
	{
		Context_t1744531130 * L_13 = ___ctx7;
		uint8_t* L_14 = L_13->get_NeverMatchFlags_1();
		int32_t L_15 = V_0;
		int32_t L_16 = V_0;
		if (!((int32_t)((int32_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_14, (int32_t)((int32_t)((int32_t)L_15/(int32_t)8))))))&(int32_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_16%(int32_t)8))&(int32_t)((int32_t)31))))))))
		{
			goto IL_0075;
		}
	}
	{
		int32_t* L_17 = ___idx1;
		int32_t* L_18 = ___idx1;
		*((int32_t*)(L_17)) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(*((int32_t*)L_18)), (int32_t)1));
		return (bool)0;
	}

IL_0075:
	{
		String_t* L_19 = ___s0;
		int32_t* L_20 = ___idx1;
		NullCheck(L_19);
		Il2CppChar L_21 = String_get_Chars_m2986988803(L_19, (*((int32_t*)L_20)), /*hidden argument*/NULL);
		int32_t L_22 = SimpleCollator_GetExtenderType_m407776429(__this, L_21, /*hidden argument*/NULL);
		V_1 = L_22;
		V_2 = (Contraction_t1589275354 *)NULL;
		String_t* L_23 = ___s0;
		int32_t* L_24 = ___idx1;
		int32_t L_25 = ___end2;
		int32_t L_26 = ___orgStart3;
		int32_t L_27 = ___ti4;
		uint8_t* L_28 = ___sortkey5;
		bool L_29 = ___noLv46;
		int32_t L_30 = V_1;
		Context_t1744531130 * L_31 = ___ctx7;
		bool L_32 = SimpleCollator_MatchesBackwardCore_m3441733084(__this, L_23, L_24, L_25, L_26, L_27, (uint8_t*)(uint8_t*)L_28, L_29, L_30, (&V_2), L_31, /*hidden argument*/NULL);
		if (!L_32)
		{
			goto IL_00df;
		}
	}
	{
		Context_t1744531130 * L_33 = ___ctx7;
		uint8_t* L_34 = L_33->get_AlwaysMatchFlags_2();
		if (!L_34)
		{
			goto IL_00dd;
		}
	}
	{
		Contraction_t1589275354 * L_35 = V_2;
		if (L_35)
		{
			goto IL_00dd;
		}
	}
	{
		int32_t L_36 = V_1;
		if (L_36)
		{
			goto IL_00dd;
		}
	}
	{
		int32_t L_37 = V_0;
		if ((((int32_t)L_37) >= ((int32_t)((int32_t)128))))
		{
			goto IL_00dd;
		}
	}
	{
		Context_t1744531130 * L_38 = ___ctx7;
		uint8_t* L_39 = L_38->get_AlwaysMatchFlags_2();
		int32_t L_40 = V_0;
		uint8_t* L_41 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_39, (int32_t)((int32_t)((int32_t)L_40/(int32_t)8))));
		int32_t L_42 = V_0;
		*((int8_t*)(L_41)) = (int8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)(*((uint8_t*)L_41))|(int32_t)(((int32_t)((uint8_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_42%(int32_t)8))&(int32_t)((int32_t)31)))))))))))));
	}

IL_00dd:
	{
		return (bool)1;
	}

IL_00df:
	{
		Context_t1744531130 * L_43 = ___ctx7;
		uint8_t* L_44 = L_43->get_NeverMatchFlags_1();
		if (!L_44)
		{
			goto IL_011b;
		}
	}
	{
		Contraction_t1589275354 * L_45 = V_2;
		if (L_45)
		{
			goto IL_011b;
		}
	}
	{
		int32_t L_46 = V_1;
		if (L_46)
		{
			goto IL_011b;
		}
	}
	{
		int32_t L_47 = V_0;
		if ((((int32_t)L_47) >= ((int32_t)((int32_t)128))))
		{
			goto IL_011b;
		}
	}
	{
		Context_t1744531130 * L_48 = ___ctx7;
		uint8_t* L_49 = L_48->get_NeverMatchFlags_1();
		int32_t L_50 = V_0;
		uint8_t* L_51 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_49, (int32_t)((int32_t)((int32_t)L_50/(int32_t)8))));
		int32_t L_52 = V_0;
		*((int8_t*)(L_51)) = (int8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)(*((uint8_t*)L_51))|(int32_t)(((int32_t)((uint8_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_52%(int32_t)8))&(int32_t)((int32_t)31)))))))))))));
	}

IL_011b:
	{
		return (bool)0;
	}
}
// System.Boolean Mono.Globalization.Unicode.SimpleCollator::MatchesBackwardCore(System.String,System.Int32&,System.Int32,System.Int32,System.Int32,System.Byte*,System.Boolean,Mono.Globalization.Unicode.SimpleCollator/ExtenderType,Mono.Globalization.Unicode.Contraction&,Mono.Globalization.Unicode.SimpleCollator/Context&)
extern "C"  bool SimpleCollator_MatchesBackwardCore_m3441733084 (SimpleCollator_t2877834729 * __this, String_t* ___s0, int32_t* ___idx1, int32_t ___end2, int32_t ___orgStart3, int32_t ___ti4, uint8_t* ___sortkey5, bool ___noLv46, int32_t ___ext7, Contraction_t1589275354 ** ___ct8, Context_t1744531130 * ___ctx9, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SimpleCollator_MatchesBackwardCore_m3441733084_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	uint8_t* V_1 = NULL;
	bool V_2 = false;
	int32_t V_3 = 0;
	int32_t V_4 = 0;
	uint8_t V_5 = 0x0;
	int32_t V_6 = 0;
	int32_t V_7 = 0;
	uint8_t V_8 = 0x0;
	int32_t V_9 = 0;
	int32_t V_10 = 0;
	bool V_11 = false;
	int32_t V_12 = 0;
	uint8_t* G_B14_0 = NULL;
	uint8_t* G_B13_0 = NULL;
	int32_t G_B15_0 = 0;
	uint8_t* G_B15_1 = NULL;
	{
		Context_t1744531130 * L_0 = ___ctx9;
		int32_t L_1 = L_0->get_Option_0();
		V_0 = L_1;
		Context_t1744531130 * L_2 = ___ctx9;
		uint8_t* L_3 = L_2->get_Buffer1_3();
		V_1 = (uint8_t*)L_3;
		int32_t L_4 = V_0;
		V_2 = (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_4&(int32_t)2))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0);
		int32_t* L_5 = ___idx1;
		V_3 = (*((int32_t*)L_5));
		V_4 = (-1);
		int32_t L_6 = ___ext7;
		if (!L_6)
		{
			goto IL_0101;
		}
	}
	{
		V_5 = (uint8_t)0;
		V_6 = 0;
		goto IL_00f6;
	}

IL_0032:
	{
		int32_t L_7 = V_6;
		if ((((int32_t)L_7) >= ((int32_t)0)))
		{
			goto IL_003c;
		}
	}
	{
		return (bool)0;
	}

IL_003c:
	{
		String_t* L_8 = ___s0;
		int32_t L_9 = V_6;
		NullCheck(L_8);
		Il2CppChar L_10 = String_get_Chars_m2986988803(L_8, L_9, /*hidden argument*/NULL);
		int32_t L_11 = V_0;
		IL2CPP_RUNTIME_CLASS_INIT(SimpleCollator_t2877834729_il2cpp_TypeInfo_var);
		bool L_12 = SimpleCollator_IsIgnorable_m2840693628(NULL /*static, unused*/, L_10, L_11, /*hidden argument*/NULL);
		if (!L_12)
		{
			goto IL_0054;
		}
	}
	{
		goto IL_00f0;
	}

IL_0054:
	{
		String_t* L_13 = ___s0;
		int32_t L_14 = V_6;
		NullCheck(L_13);
		Il2CppChar L_15 = String_get_Chars_m2986988803(L_13, L_14, /*hidden argument*/NULL);
		int32_t L_16 = V_0;
		int32_t L_17 = SimpleCollator_FilterOptions_m4183839400(__this, L_15, L_16, /*hidden argument*/NULL);
		V_7 = L_17;
		int32_t L_18 = V_7;
		uint8_t L_19 = SimpleCollator_Category_m119590608(__this, L_18, /*hidden argument*/NULL);
		V_8 = L_19;
		uint8_t L_20 = V_8;
		if ((!(((uint32_t)L_20) == ((uint32_t)1))))
		{
			goto IL_0087;
		}
	}
	{
		int32_t L_21 = V_7;
		uint8_t L_22 = SimpleCollator_Level2_m2830638875(__this, L_21, 0, /*hidden argument*/NULL);
		V_5 = L_22;
		goto IL_00f0;
	}

IL_0087:
	{
		int32_t L_23 = V_7;
		int32_t L_24 = ___ext7;
		int32_t L_25 = V_0;
		int32_t L_26 = SimpleCollator_FilterExtender_m72900315(__this, L_23, L_24, L_25, /*hidden argument*/NULL);
		V_4 = L_26;
		uint8_t* L_27 = V_1;
		uint8_t L_28 = V_8;
		*((int8_t*)(L_27)) = (int8_t)L_28;
		uint8_t* L_29 = V_1;
		int32_t L_30 = V_4;
		uint8_t L_31 = SimpleCollator_Level1_m634954506(__this, L_30, /*hidden argument*/NULL);
		*((int8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_29, (int32_t)1)))) = (int8_t)L_31;
		bool L_32 = V_2;
		if (L_32)
		{
			goto IL_00b8;
		}
	}
	{
		uint8_t* L_33 = V_1;
		int32_t L_34 = V_4;
		int32_t L_35 = ___ext7;
		uint8_t L_36 = SimpleCollator_Level2_m2830638875(__this, L_34, L_35, /*hidden argument*/NULL);
		*((int8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_33, (int32_t)2)))) = (int8_t)L_36;
	}

IL_00b8:
	{
		uint8_t* L_37 = V_1;
		int32_t L_38 = V_4;
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var);
		uint8_t L_39 = MSCompatUnicodeTable_Level3_m1870873670(NULL /*static, unused*/, L_38, /*hidden argument*/NULL);
		*((int8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_37, (int32_t)3)))) = (int8_t)L_39;
		int32_t L_40 = ___ext7;
		if ((((int32_t)L_40) == ((int32_t)3)))
		{
			goto IL_00eb;
		}
	}
	{
		uint8_t L_41 = V_5;
		if (!L_41)
		{
			goto IL_00eb;
		}
	}
	{
		uint8_t* L_42 = V_1;
		uint8_t* L_43 = V_1;
		G_B13_0 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_42, (int32_t)2));
		if ((*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_43, (int32_t)2)))))
		{
			G_B14_0 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_42, (int32_t)2));
			goto IL_00e8;
		}
	}
	{
		uint8_t L_44 = V_5;
		G_B15_0 = (((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)2)))));
		G_B15_1 = G_B13_0;
		goto IL_00ea;
	}

IL_00e8:
	{
		uint8_t L_45 = V_5;
		G_B15_0 = ((int32_t)(L_45));
		G_B15_1 = G_B14_0;
	}

IL_00ea:
	{
		*((int8_t*)(G_B15_1)) = (int8_t)G_B15_0;
	}

IL_00eb:
	{
		goto IL_00fb;
	}

IL_00f0:
	{
		int32_t L_46 = V_6;
		V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_46, (int32_t)1));
	}

IL_00f6:
	{
		goto IL_0032;
	}

IL_00fb:
	{
		int32_t* L_47 = ___idx1;
		int32_t* L_48 = ___idx1;
		*((int32_t*)(L_47)) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(*((int32_t*)L_48)), (int32_t)1));
	}

IL_0101:
	{
		int32_t L_49 = ___ext7;
		if (L_49)
		{
			goto IL_0115;
		}
	}
	{
		Contraction_t1589275354 ** L_50 = ___ct8;
		String_t* L_51 = ___s0;
		int32_t* L_52 = ___idx1;
		int32_t L_53 = ___end2;
		Contraction_t1589275354 * L_54 = SimpleCollator_GetTailContraction_m2377844406(__this, L_51, (*((int32_t*)L_52)), L_53, /*hidden argument*/NULL);
		*((RuntimeObject **)(L_50)) = (RuntimeObject *)L_54;
		Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_50), (RuntimeObject *)L_54);
	}

IL_0115:
	{
		Contraction_t1589275354 ** L_55 = ___ct8;
		if (!(*((Contraction_t1589275354 **)L_55)))
		{
			goto IL_01bc;
		}
	}
	{
		int32_t* L_56 = ___idx1;
		int32_t* L_57 = ___idx1;
		Contraction_t1589275354 ** L_58 = ___ct8;
		NullCheck((*((Contraction_t1589275354 **)L_58)));
		CharU5BU5D_t3528271667* L_59 = (*((Contraction_t1589275354 **)L_58))->get_Source_0();
		NullCheck(L_59);
		*((int32_t*)(L_56)) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(*((int32_t*)L_57)), (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_59)->max_length))))));
		bool L_60 = ___noLv46;
		if (L_60)
		{
			goto IL_0135;
		}
	}
	{
		return (bool)0;
	}

IL_0135:
	{
		Contraction_t1589275354 ** L_61 = ___ct8;
		NullCheck((*((Contraction_t1589275354 **)L_61)));
		ByteU5BU5D_t4116647657* L_62 = (*((Contraction_t1589275354 **)L_61))->get_SortKey_2();
		if (!L_62)
		{
			goto IL_0178;
		}
	}
	{
		V_9 = 0;
		goto IL_015b;
	}

IL_014a:
	{
		uint8_t* L_63 = V_1;
		int32_t L_64 = V_9;
		uint8_t* L_65 = ___sortkey5;
		int32_t L_66 = V_9;
		*((int8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_63, (int32_t)L_64)))) = (int8_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_65, (int32_t)L_66))));
		int32_t L_67 = V_9;
		V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_67, (int32_t)1));
	}

IL_015b:
	{
		int32_t L_68 = V_9;
		if ((((int32_t)L_68) < ((int32_t)4)))
		{
			goto IL_014a;
		}
	}
	{
		Context_t1744531130 * L_69 = ___ctx9;
		L_69->set_PrevCode_5((-1));
		Context_t1744531130 * L_70 = ___ctx9;
		uint8_t* L_71 = V_1;
		L_70->set_PrevSortKey_6((uint8_t*)L_71);
		goto IL_01b7;
	}

IL_0178:
	{
		Contraction_t1589275354 ** L_72 = ___ct8;
		NullCheck((*((Contraction_t1589275354 **)L_72)));
		String_t* L_73 = (*((Contraction_t1589275354 **)L_72))->get_Replacement_1();
		NullCheck(L_73);
		int32_t L_74 = String_get_Length_m3847582255(L_73, /*hidden argument*/NULL);
		V_10 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_74, (int32_t)1));
		Contraction_t1589275354 ** L_75 = ___ct8;
		NullCheck((*((Contraction_t1589275354 **)L_75)));
		String_t* L_76 = (*((Contraction_t1589275354 **)L_75))->get_Replacement_1();
		int32_t L_77 = V_10;
		int32_t L_78 = V_10;
		Contraction_t1589275354 ** L_79 = ___ct8;
		NullCheck((*((Contraction_t1589275354 **)L_79)));
		String_t* L_80 = (*((Contraction_t1589275354 **)L_79))->get_Replacement_1();
		NullCheck(L_80);
		int32_t L_81 = String_get_Length_m3847582255(L_80, /*hidden argument*/NULL);
		uint8_t* L_82 = ___sortkey5;
		int32_t L_83 = ___ti4;
		bool L_84 = ___noLv46;
		Context_t1744531130 * L_85 = ___ctx9;
		int32_t L_86 = SimpleCollator_LastIndexOfSortKey_m2864365168(__this, L_76, L_77, L_78, L_81, (uint8_t*)(uint8_t*)L_82, L_83, L_84, L_85, /*hidden argument*/NULL);
		return (bool)((((int32_t)((((int32_t)0) > ((int32_t)L_86))? 1 : 0)) == ((int32_t)0))? 1 : 0);
	}

IL_01b7:
	{
		goto IL_0262;
	}

IL_01bc:
	{
		int32_t L_87 = ___ext7;
		if (L_87)
		{
			goto IL_0262;
		}
	}
	{
		int32_t L_88 = V_4;
		if ((((int32_t)L_88) >= ((int32_t)0)))
		{
			goto IL_01dc;
		}
	}
	{
		String_t* L_89 = ___s0;
		int32_t* L_90 = ___idx1;
		NullCheck(L_89);
		Il2CppChar L_91 = String_get_Chars_m2986988803(L_89, (*((int32_t*)L_90)), /*hidden argument*/NULL);
		int32_t L_92 = V_0;
		int32_t L_93 = SimpleCollator_FilterOptions_m4183839400(__this, L_91, L_92, /*hidden argument*/NULL);
		V_4 = L_93;
	}

IL_01dc:
	{
		int32_t* L_94 = ___idx1;
		int32_t* L_95 = ___idx1;
		*((int32_t*)(L_94)) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(*((int32_t*)L_95)), (int32_t)1));
		V_11 = (bool)0;
		uint8_t* L_96 = V_1;
		int32_t L_97 = V_4;
		uint8_t L_98 = SimpleCollator_Category_m119590608(__this, L_97, /*hidden argument*/NULL);
		*((int8_t*)(L_96)) = (int8_t)L_98;
		uint8_t* L_99 = V_1;
		uint8_t* L_100 = ___sortkey5;
		if ((!(((uint32_t)(*((uint8_t*)L_99))) == ((uint32_t)(*((uint8_t*)L_100))))))
		{
			goto IL_020a;
		}
	}
	{
		uint8_t* L_101 = V_1;
		int32_t L_102 = V_4;
		uint8_t L_103 = SimpleCollator_Level1_m634954506(__this, L_102, /*hidden argument*/NULL);
		*((int8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_101, (int32_t)1)))) = (int8_t)L_103;
		goto IL_020d;
	}

IL_020a:
	{
		V_11 = (bool)1;
	}

IL_020d:
	{
		bool L_104 = V_2;
		if (L_104)
		{
			goto IL_0234;
		}
	}
	{
		uint8_t* L_105 = V_1;
		uint8_t* L_106 = ___sortkey5;
		if ((!(((uint32_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_105, (int32_t)1))))) == ((uint32_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_106, (int32_t)1))))))))
		{
			goto IL_0234;
		}
	}
	{
		uint8_t* L_107 = V_1;
		int32_t L_108 = V_4;
		int32_t L_109 = ___ext7;
		uint8_t L_110 = SimpleCollator_Level2_m2830638875(__this, L_108, L_109, /*hidden argument*/NULL);
		*((int8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_107, (int32_t)2)))) = (int8_t)L_110;
		goto IL_023d;
	}

IL_0234:
	{
		bool L_111 = V_2;
		if (L_111)
		{
			goto IL_023d;
		}
	}
	{
		V_11 = (bool)1;
	}

IL_023d:
	{
		bool L_112 = V_11;
		if (!L_112)
		{
			goto IL_0246;
		}
	}
	{
		return (bool)0;
	}

IL_0246:
	{
		uint8_t* L_113 = V_1;
		int32_t L_114 = V_4;
		IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_t1453885583_il2cpp_TypeInfo_var);
		uint8_t L_115 = MSCompatUnicodeTable_Level3_m1870873670(NULL /*static, unused*/, L_114, /*hidden argument*/NULL);
		*((int8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_113, (int32_t)3)))) = (int8_t)L_115;
		uint8_t* L_116 = V_1;
		if ((((int32_t)(*((uint8_t*)L_116))) == ((int32_t)1)))
		{
			goto IL_0262;
		}
	}
	{
		Context_t1744531130 * L_117 = ___ctx9;
		int32_t L_118 = V_4;
		L_117->set_PrevCode_5(L_118);
	}

IL_0262:
	{
		int32_t L_119 = ___ext7;
		if (L_119)
		{
			goto IL_02cd;
		}
	}
	{
		int32_t L_120 = V_3;
		V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_120, (int32_t)1));
		goto IL_02c4;
	}

IL_0273:
	{
		String_t* L_121 = ___s0;
		int32_t L_122 = V_12;
		NullCheck(L_121);
		Il2CppChar L_123 = String_get_Chars_m2986988803(L_121, L_122, /*hidden argument*/NULL);
		uint8_t L_124 = SimpleCollator_Category_m119590608(__this, L_123, /*hidden argument*/NULL);
		if ((((int32_t)L_124) == ((int32_t)1)))
		{
			goto IL_028c;
		}
	}
	{
		goto IL_02cd;
	}

IL_028c:
	{
		bool L_125 = V_2;
		if (!L_125)
		{
			goto IL_0297;
		}
	}
	{
		goto IL_02be;
	}

IL_0297:
	{
		uint8_t* L_126 = V_1;
		if ((*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_126, (int32_t)2)))))
		{
			goto IL_02a5;
		}
	}
	{
		uint8_t* L_127 = V_1;
		*((int8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_127, (int32_t)2)))) = (int8_t)2;
	}

IL_02a5:
	{
		uint8_t* L_128 = V_1;
		uint8_t* L_129 = V_1;
		String_t* L_130 = ___s0;
		int32_t L_131 = V_12;
		NullCheck(L_130);
		Il2CppChar L_132 = String_get_Chars_m2986988803(L_130, L_131, /*hidden argument*/NULL);
		uint8_t L_133 = SimpleCollator_Level2_m2830638875(__this, L_132, 0, /*hidden argument*/NULL);
		*((int8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_128, (int32_t)2)))) = (int8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_129, (int32_t)2)))), (int32_t)L_133)))));
	}

IL_02be:
	{
		int32_t L_134 = V_12;
		V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_134, (int32_t)1));
	}

IL_02c4:
	{
		int32_t L_135 = V_12;
		int32_t L_136 = ___orgStart3;
		if ((((int32_t)L_135) < ((int32_t)L_136)))
		{
			goto IL_0273;
		}
	}

IL_02cd:
	{
		int32_t L_137 = V_0;
		uint8_t* L_138 = V_1;
		int32_t L_139 = V_4;
		int32_t L_140 = ___ext7;
		uint8_t* L_141 = ___sortkey5;
		int32_t L_142 = ___ti4;
		bool L_143 = ___noLv46;
		bool L_144 = SimpleCollator_MatchesPrimitive_m3079388596(__this, L_137, (uint8_t*)(uint8_t*)L_138, L_139, L_140, (uint8_t*)(uint8_t*)L_141, L_142, L_143, /*hidden argument*/NULL);
		return L_144;
	}
}
#ifdef __clang__
#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: Mono.Globalization.Unicode.SimpleCollator/Context
extern "C" void Context_t1744531130_marshal_pinvoke(const Context_t1744531130& unmarshaled, Context_t1744531130_marshaled_pinvoke& marshaled)
{
	marshaled.___Option_0 = unmarshaled.get_Option_0();
	marshaled.___NeverMatchFlags_1 = unmarshaled.get_NeverMatchFlags_1();
	marshaled.___AlwaysMatchFlags_2 = unmarshaled.get_AlwaysMatchFlags_2();
	marshaled.___Buffer1_3 = unmarshaled.get_Buffer1_3();
	marshaled.___Buffer2_4 = unmarshaled.get_Buffer2_4();
	marshaled.___PrevCode_5 = unmarshaled.get_PrevCode_5();
	marshaled.___PrevSortKey_6 = unmarshaled.get_PrevSortKey_6();
	marshaled.___QuickCheckPossible_7 = static_cast<int32_t>(unmarshaled.get_QuickCheckPossible_7());
}
extern "C" void Context_t1744531130_marshal_pinvoke_back(const Context_t1744531130_marshaled_pinvoke& marshaled, Context_t1744531130& unmarshaled)
{
	int32_t unmarshaled_Option_temp_0 = 0;
	unmarshaled_Option_temp_0 = marshaled.___Option_0;
	unmarshaled.set_Option_0(unmarshaled_Option_temp_0);
	unmarshaled.set_NeverMatchFlags_1(marshaled.___NeverMatchFlags_1);
	unmarshaled.set_AlwaysMatchFlags_2(marshaled.___AlwaysMatchFlags_2);
	unmarshaled.set_Buffer1_3(marshaled.___Buffer1_3);
	unmarshaled.set_Buffer2_4(marshaled.___Buffer2_4);
	int32_t unmarshaled_PrevCode_temp_5 = 0;
	unmarshaled_PrevCode_temp_5 = marshaled.___PrevCode_5;
	unmarshaled.set_PrevCode_5(unmarshaled_PrevCode_temp_5);
	unmarshaled.set_PrevSortKey_6(marshaled.___PrevSortKey_6);
	bool unmarshaled_QuickCheckPossible_temp_7 = false;
	unmarshaled_QuickCheckPossible_temp_7 = static_cast<bool>(marshaled.___QuickCheckPossible_7);
	unmarshaled.set_QuickCheckPossible_7(unmarshaled_QuickCheckPossible_temp_7);
}
// Conversion method for clean up from marshalling of: Mono.Globalization.Unicode.SimpleCollator/Context
extern "C" void Context_t1744531130_marshal_pinvoke_cleanup(Context_t1744531130_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: Mono.Globalization.Unicode.SimpleCollator/Context
extern "C" void Context_t1744531130_marshal_com(const Context_t1744531130& unmarshaled, Context_t1744531130_marshaled_com& marshaled)
{
	marshaled.___Option_0 = unmarshaled.get_Option_0();
	marshaled.___NeverMatchFlags_1 = unmarshaled.get_NeverMatchFlags_1();
	marshaled.___AlwaysMatchFlags_2 = unmarshaled.get_AlwaysMatchFlags_2();
	marshaled.___Buffer1_3 = unmarshaled.get_Buffer1_3();
	marshaled.___Buffer2_4 = unmarshaled.get_Buffer2_4();
	marshaled.___PrevCode_5 = unmarshaled.get_PrevCode_5();
	marshaled.___PrevSortKey_6 = unmarshaled.get_PrevSortKey_6();
	marshaled.___QuickCheckPossible_7 = static_cast<int32_t>(unmarshaled.get_QuickCheckPossible_7());
}
extern "C" void Context_t1744531130_marshal_com_back(const Context_t1744531130_marshaled_com& marshaled, Context_t1744531130& unmarshaled)
{
	int32_t unmarshaled_Option_temp_0 = 0;
	unmarshaled_Option_temp_0 = marshaled.___Option_0;
	unmarshaled.set_Option_0(unmarshaled_Option_temp_0);
	unmarshaled.set_NeverMatchFlags_1(marshaled.___NeverMatchFlags_1);
	unmarshaled.set_AlwaysMatchFlags_2(marshaled.___AlwaysMatchFlags_2);
	unmarshaled.set_Buffer1_3(marshaled.___Buffer1_3);
	unmarshaled.set_Buffer2_4(marshaled.___Buffer2_4);
	int32_t unmarshaled_PrevCode_temp_5 = 0;
	unmarshaled_PrevCode_temp_5 = marshaled.___PrevCode_5;
	unmarshaled.set_PrevCode_5(unmarshaled_PrevCode_temp_5);
	unmarshaled.set_PrevSortKey_6(marshaled.___PrevSortKey_6);
	bool unmarshaled_QuickCheckPossible_temp_7 = false;
	unmarshaled_QuickCheckPossible_temp_7 = static_cast<bool>(marshaled.___QuickCheckPossible_7);
	unmarshaled.set_QuickCheckPossible_7(unmarshaled_QuickCheckPossible_temp_7);
}
// Conversion method for clean up from marshalling of: Mono.Globalization.Unicode.SimpleCollator/Context
extern "C" void Context_t1744531130_marshal_com_cleanup(Context_t1744531130_marshaled_com& marshaled)
{
}
// System.Void Mono.Globalization.Unicode.SimpleCollator/Context::.ctor(System.Globalization.CompareOptions,System.Byte*,System.Byte*,System.Byte*,System.Byte*,System.Byte*,System.Boolean)
extern "C"  void Context__ctor_m2477370097 (Context_t1744531130 * __this, int32_t ___opt0, uint8_t* ___alwaysMatchFlags1, uint8_t* ___neverMatchFlags2, uint8_t* ___buffer13, uint8_t* ___buffer24, uint8_t* ___prev15, bool ___quickCheckPossible6, const RuntimeMethod* method)
{
	{
		int32_t L_0 = ___opt0;
		__this->set_Option_0(L_0);
		uint8_t* L_1 = ___alwaysMatchFlags1;
		__this->set_AlwaysMatchFlags_2((uint8_t*)L_1);
		uint8_t* L_2 = ___neverMatchFlags2;
		__this->set_NeverMatchFlags_1((uint8_t*)L_2);
		uint8_t* L_3 = ___buffer13;
		__this->set_Buffer1_3((uint8_t*)L_3);
		uint8_t* L_4 = ___buffer24;
		__this->set_Buffer2_4((uint8_t*)L_4);
		uint8_t* L_5 = ___prev15;
		__this->set_PrevSortKey_6((uint8_t*)L_5);
		__this->set_PrevCode_5((-1));
		bool L_6 = ___quickCheckPossible6;
		__this->set_QuickCheckPossible_7(L_6);
		return;
	}
}
extern "C"  void Context__ctor_m2477370097_AdjustorThunk (RuntimeObject * __this, int32_t ___opt0, uint8_t* ___alwaysMatchFlags1, uint8_t* ___neverMatchFlags2, uint8_t* ___buffer13, uint8_t* ___buffer24, uint8_t* ___prev15, bool ___quickCheckPossible6, const RuntimeMethod* method)
{
	Context_t1744531130 * _thisAdjusted = reinterpret_cast<Context_t1744531130 *>(__this + 1);
	Context__ctor_m2477370097(_thisAdjusted, ___opt0, ___alwaysMatchFlags1, ___neverMatchFlags2, ___buffer13, ___buffer24, ___prev15, ___quickCheckPossible6, method);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: Mono.Globalization.Unicode.SimpleCollator/Escape
extern "C" void Escape_t3294788190_marshal_pinvoke(const Escape_t3294788190& unmarshaled, Escape_t3294788190_marshaled_pinvoke& marshaled)
{
	marshaled.___Source_0 = il2cpp_codegen_marshal_string(unmarshaled.get_Source_0());
	marshaled.___Index_1 = unmarshaled.get_Index_1();
	marshaled.___Start_2 = unmarshaled.get_Start_2();
	marshaled.___End_3 = unmarshaled.get_End_3();
	marshaled.___Optional_4 = unmarshaled.get_Optional_4();
}
extern "C" void Escape_t3294788190_marshal_pinvoke_back(const Escape_t3294788190_marshaled_pinvoke& marshaled, Escape_t3294788190& unmarshaled)
{
	unmarshaled.set_Source_0(il2cpp_codegen_marshal_string_result(marshaled.___Source_0));
	int32_t unmarshaled_Index_temp_1 = 0;
	unmarshaled_Index_temp_1 = marshaled.___Index_1;
	unmarshaled.set_Index_1(unmarshaled_Index_temp_1);
	int32_t unmarshaled_Start_temp_2 = 0;
	unmarshaled_Start_temp_2 = marshaled.___Start_2;
	unmarshaled.set_Start_2(unmarshaled_Start_temp_2);
	int32_t unmarshaled_End_temp_3 = 0;
	unmarshaled_End_temp_3 = marshaled.___End_3;
	unmarshaled.set_End_3(unmarshaled_End_temp_3);
	int32_t unmarshaled_Optional_temp_4 = 0;
	unmarshaled_Optional_temp_4 = marshaled.___Optional_4;
	unmarshaled.set_Optional_4(unmarshaled_Optional_temp_4);
}
// Conversion method for clean up from marshalling of: Mono.Globalization.Unicode.SimpleCollator/Escape
extern "C" void Escape_t3294788190_marshal_pinvoke_cleanup(Escape_t3294788190_marshaled_pinvoke& marshaled)
{
	il2cpp_codegen_marshal_free(marshaled.___Source_0);
	marshaled.___Source_0 = NULL;
}
// Conversion methods for marshalling of: Mono.Globalization.Unicode.SimpleCollator/Escape
extern "C" void Escape_t3294788190_marshal_com(const Escape_t3294788190& unmarshaled, Escape_t3294788190_marshaled_com& marshaled)
{
	marshaled.___Source_0 = il2cpp_codegen_marshal_bstring(unmarshaled.get_Source_0());
	marshaled.___Index_1 = unmarshaled.get_Index_1();
	marshaled.___Start_2 = unmarshaled.get_Start_2();
	marshaled.___End_3 = unmarshaled.get_End_3();
	marshaled.___Optional_4 = unmarshaled.get_Optional_4();
}
extern "C" void Escape_t3294788190_marshal_com_back(const Escape_t3294788190_marshaled_com& marshaled, Escape_t3294788190& unmarshaled)
{
	unmarshaled.set_Source_0(il2cpp_codegen_marshal_bstring_result(marshaled.___Source_0));
	int32_t unmarshaled_Index_temp_1 = 0;
	unmarshaled_Index_temp_1 = marshaled.___Index_1;
	unmarshaled.set_Index_1(unmarshaled_Index_temp_1);
	int32_t unmarshaled_Start_temp_2 = 0;
	unmarshaled_Start_temp_2 = marshaled.___Start_2;
	unmarshaled.set_Start_2(unmarshaled_Start_temp_2);
	int32_t unmarshaled_End_temp_3 = 0;
	unmarshaled_End_temp_3 = marshaled.___End_3;
	unmarshaled.set_End_3(unmarshaled_End_temp_3);
	int32_t unmarshaled_Optional_temp_4 = 0;
	unmarshaled_Optional_temp_4 = marshaled.___Optional_4;
	unmarshaled.set_Optional_4(unmarshaled_Optional_temp_4);
}
// Conversion method for clean up from marshalling of: Mono.Globalization.Unicode.SimpleCollator/Escape
extern "C" void Escape_t3294788190_marshal_com_cleanup(Escape_t3294788190_marshaled_com& marshaled)
{
	il2cpp_codegen_marshal_free_bstring(marshaled.___Source_0);
	marshaled.___Source_0 = NULL;
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: Mono.Globalization.Unicode.SimpleCollator/PreviousInfo
extern "C" void PreviousInfo_t2148130204_marshal_pinvoke(const PreviousInfo_t2148130204& unmarshaled, PreviousInfo_t2148130204_marshaled_pinvoke& marshaled)
{
	marshaled.___Code_0 = unmarshaled.get_Code_0();
	marshaled.___SortKey_1 = unmarshaled.get_SortKey_1();
}
extern "C" void PreviousInfo_t2148130204_marshal_pinvoke_back(const PreviousInfo_t2148130204_marshaled_pinvoke& marshaled, PreviousInfo_t2148130204& unmarshaled)
{
	int32_t unmarshaled_Code_temp_0 = 0;
	unmarshaled_Code_temp_0 = marshaled.___Code_0;
	unmarshaled.set_Code_0(unmarshaled_Code_temp_0);
	unmarshaled.set_SortKey_1(marshaled.___SortKey_1);
}
// Conversion method for clean up from marshalling of: Mono.Globalization.Unicode.SimpleCollator/PreviousInfo
extern "C" void PreviousInfo_t2148130204_marshal_pinvoke_cleanup(PreviousInfo_t2148130204_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: Mono.Globalization.Unicode.SimpleCollator/PreviousInfo
extern "C" void PreviousInfo_t2148130204_marshal_com(const PreviousInfo_t2148130204& unmarshaled, PreviousInfo_t2148130204_marshaled_com& marshaled)
{
	marshaled.___Code_0 = unmarshaled.get_Code_0();
	marshaled.___SortKey_1 = unmarshaled.get_SortKey_1();
}
extern "C" void PreviousInfo_t2148130204_marshal_com_back(const PreviousInfo_t2148130204_marshaled_com& marshaled, PreviousInfo_t2148130204& unmarshaled)
{
	int32_t unmarshaled_Code_temp_0 = 0;
	unmarshaled_Code_temp_0 = marshaled.___Code_0;
	unmarshaled.set_Code_0(unmarshaled_Code_temp_0);
	unmarshaled.set_SortKey_1(marshaled.___SortKey_1);
}
// Conversion method for clean up from marshalling of: Mono.Globalization.Unicode.SimpleCollator/PreviousInfo
extern "C" void PreviousInfo_t2148130204_marshal_com_cleanup(PreviousInfo_t2148130204_marshaled_com& marshaled)
{
}
// System.Void Mono.Globalization.Unicode.SimpleCollator/PreviousInfo::.ctor(System.Boolean)
extern "C"  void PreviousInfo__ctor_m2284093748 (PreviousInfo_t2148130204 * __this, bool ___dummy0, const RuntimeMethod* method)
{
	{
		__this->set_Code_0((-1));
		__this->set_SortKey_1((uint8_t*)(((uintptr_t)0)));
		return;
	}
}
extern "C"  void PreviousInfo__ctor_m2284093748_AdjustorThunk (RuntimeObject * __this, bool ___dummy0, const RuntimeMethod* method)
{
	PreviousInfo_t2148130204 * _thisAdjusted = reinterpret_cast<PreviousInfo_t2148130204 *>(__this + 1);
	PreviousInfo__ctor_m2284093748(_thisAdjusted, ___dummy0, 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 Mono.Globalization.Unicode.SortKeyBuffer::.ctor(System.Int32)
extern "C"  void SortKeyBuffer__ctor_m1384677558 (SortKeyBuffer_t2945275270 * __this, int32_t ___lcid0, const RuntimeMethod* method)
{
	{
		Object__ctor_m297566312(__this, /*hidden argument*/NULL);
		return;
	}
}
// System.Void Mono.Globalization.Unicode.SortKeyBuffer::Reset()
extern "C"  void SortKeyBuffer_Reset_m1409351310 (SortKeyBuffer_t2945275270 * __this, const RuntimeMethod* method)
{
	int32_t V_0 = 0;
	{
		int32_t L_0 = 0;
		V_0 = L_0;
		__this->set_l5_7(L_0);
		int32_t L_1 = V_0;
		int32_t L_2 = L_1;
		V_0 = L_2;
		__this->set_l4w_6(L_2);
		int32_t L_3 = V_0;
		int32_t L_4 = L_3;
		V_0 = L_4;
		__this->set_l4k_5(L_4);
		int32_t L_5 = V_0;
		int32_t L_6 = L_5;
		V_0 = L_6;
		__this->set_l4t_4(L_6);
		int32_t L_7 = V_0;
		int32_t L_8 = L_7;
		V_0 = L_8;
		__this->set_l4s_3(L_8);
		int32_t L_9 = V_0;
		int32_t L_10 = L_9;
		V_0 = L_10;
		__this->set_l3_2(L_10);
		int32_t L_11 = V_0;
		int32_t L_12 = L_11;
		V_0 = L_12;
		__this->set_l2_1(L_12);
		int32_t L_13 = V_0;
		__this->set_l1_0(L_13);
		__this->set_frenchSorted_19((bool)0);
		return;
	}
}
// System.Void Mono.Globalization.Unicode.SortKeyBuffer::Initialize(System.Globalization.CompareOptions,System.Int32,System.String,System.Boolean)
extern "C"  void SortKeyBuffer_Initialize_m3786111493 (SortKeyBuffer_t2945275270 * __this, int32_t ___options0, int32_t ___lcid1, String_t* ___s2, bool ___frenchSort3, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SortKeyBuffer_Initialize_m3786111493_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	{
		String_t* L_0 = ___s2;
		__this->set_source_16(L_0);
		int32_t L_1 = ___lcid1;
		__this->set_lcid_20(L_1);
		int32_t L_2 = ___options0;
		__this->set_options_21(L_2);
		String_t* L_3 = ___s2;
		NullCheck(L_3);
		int32_t L_4 = String_get_Length_m3847582255(L_3, /*hidden argument*/NULL);
		V_0 = L_4;
		int32_t L_5 = ___options0;
		__this->set_processLevel2_17((bool)((((int32_t)((int32_t)((int32_t)L_5&(int32_t)2))) == ((int32_t)0))? 1 : 0));
		bool L_6 = ___frenchSort3;
		__this->set_frenchSort_18(L_6);
		ByteU5BU5D_t4116647657* L_7 = __this->get_l1b_8();
		if (!L_7)
		{
			goto IL_0049;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_8 = __this->get_l1b_8();
		NullCheck(L_8);
		int32_t L_9 = V_0;
		if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length))))) >= ((int32_t)L_9)))
		{
			goto IL_005a;
		}
	}

IL_0049:
	{
		int32_t L_10 = V_0;
		__this->set_l1b_8(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_10, (int32_t)2)), (int32_t)((int32_t)10))))));
	}

IL_005a:
	{
		bool L_11 = __this->get_processLevel2_17();
		if (!L_11)
		{
			goto IL_008d;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_12 = __this->get_l2b_9();
		if (!L_12)
		{
			goto IL_007e;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_13 = __this->get_l2b_9();
		NullCheck(L_13);
		int32_t L_14 = V_0;
		if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_13)->max_length))))) >= ((int32_t)L_14)))
		{
			goto IL_008d;
		}
	}

IL_007e:
	{
		int32_t L_15 = V_0;
		__this->set_l2b_9(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)((int32_t)10))))));
	}

IL_008d:
	{
		ByteU5BU5D_t4116647657* L_16 = __this->get_l3b_10();
		if (!L_16)
		{
			goto IL_00a6;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_17 = __this->get_l3b_10();
		NullCheck(L_17);
		int32_t L_18 = V_0;
		if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_17)->max_length))))) >= ((int32_t)L_18)))
		{
			goto IL_00b5;
		}
	}

IL_00a6:
	{
		int32_t L_19 = V_0;
		__this->set_l3b_10(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)((int32_t)10))))));
	}

IL_00b5:
	{
		ByteU5BU5D_t4116647657* L_20 = __this->get_l4sb_11();
		if (L_20)
		{
			goto IL_00cd;
		}
	}
	{
		__this->set_l4sb_11(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10))));
	}

IL_00cd:
	{
		ByteU5BU5D_t4116647657* L_21 = __this->get_l4tb_12();
		if (L_21)
		{
			goto IL_00e5;
		}
	}
	{
		__this->set_l4tb_12(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10))));
	}

IL_00e5:
	{
		ByteU5BU5D_t4116647657* L_22 = __this->get_l4kb_13();
		if (L_22)
		{
			goto IL_00fd;
		}
	}
	{
		__this->set_l4kb_13(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10))));
	}

IL_00fd:
	{
		ByteU5BU5D_t4116647657* L_23 = __this->get_l4wb_14();
		if (L_23)
		{
			goto IL_0115;
		}
	}
	{
		__this->set_l4wb_14(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10))));
	}

IL_0115:
	{
		ByteU5BU5D_t4116647657* L_24 = __this->get_l5b_15();
		if (L_24)
		{
			goto IL_012d;
		}
	}
	{
		__this->set_l5b_15(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10))));
	}

IL_012d:
	{
		return;
	}
}
// System.Void Mono.Globalization.Unicode.SortKeyBuffer::AppendCJKExtension(System.Byte,System.Byte)
extern "C"  void SortKeyBuffer_AppendCJKExtension_m2591091991 (SortKeyBuffer_t2945275270 * __this, uint8_t ___lv1msb0, uint8_t ___lv1lsb1, const RuntimeMethod* method)
{
	{
		ByteU5BU5D_t4116647657** L_0 = __this->get_address_of_l1b_8();
		int32_t* L_1 = __this->get_address_of_l1_0();
		SortKeyBuffer_AppendBufferPrimitive_m3309814175(__this, (uint8_t)((int32_t)254), L_0, L_1, /*hidden argument*/NULL);
		ByteU5BU5D_t4116647657** L_2 = __this->get_address_of_l1b_8();
		int32_t* L_3 = __this->get_address_of_l1_0();
		SortKeyBuffer_AppendBufferPrimitive_m3309814175(__this, (uint8_t)((int32_t)255), L_2, L_3, /*hidden argument*/NULL);
		uint8_t L_4 = ___lv1msb0;
		ByteU5BU5D_t4116647657** L_5 = __this->get_address_of_l1b_8();
		int32_t* L_6 = __this->get_address_of_l1_0();
		SortKeyBuffer_AppendBufferPrimitive_m3309814175(__this, L_4, L_5, L_6, /*hidden argument*/NULL);
		uint8_t L_7 = ___lv1lsb1;
		ByteU5BU5D_t4116647657** L_8 = __this->get_address_of_l1b_8();
		int32_t* L_9 = __this->get_address_of_l1_0();
		SortKeyBuffer_AppendBufferPrimitive_m3309814175(__this, L_7, L_8, L_9, /*hidden argument*/NULL);
		bool L_10 = __this->get_processLevel2_17();
		if (!L_10)
		{
			goto IL_0072;
		}
	}
	{
		ByteU5BU5D_t4116647657** L_11 = __this->get_address_of_l2b_9();
		int32_t* L_12 = __this->get_address_of_l2_1();
		SortKeyBuffer_AppendBufferPrimitive_m3309814175(__this, (uint8_t)2, L_11, L_12, /*hidden argument*/NULL);
	}

IL_0072:
	{
		ByteU5BU5D_t4116647657** L_13 = __this->get_address_of_l3b_10();
		int32_t* L_14 = __this->get_address_of_l3_2();
		SortKeyBuffer_AppendBufferPrimitive_m3309814175(__this, (uint8_t)2, L_13, L_14, /*hidden argument*/NULL);
		return;
	}
}
// System.Void Mono.Globalization.Unicode.SortKeyBuffer::AppendKana(System.Byte,System.Byte,System.Byte,System.Byte,System.Boolean,System.Byte,System.Boolean,System.Boolean)
extern "C"  void SortKeyBuffer_AppendKana_m2480356505 (SortKeyBuffer_t2945275270 * __this, uint8_t ___category0, uint8_t ___lv11, uint8_t ___lv22, uint8_t ___lv33, bool ___isSmallKana4, uint8_t ___markType5, bool ___isKatakana6, bool ___isHalfWidth7, const RuntimeMethod* method)
{
	SortKeyBuffer_t2945275270 * G_B2_0 = NULL;
	SortKeyBuffer_t2945275270 * G_B1_0 = NULL;
	int32_t G_B3_0 = 0;
	SortKeyBuffer_t2945275270 * G_B3_1 = NULL;
	SortKeyBuffer_t2945275270 * G_B5_0 = NULL;
	SortKeyBuffer_t2945275270 * G_B4_0 = NULL;
	int32_t G_B6_0 = 0;
	SortKeyBuffer_t2945275270 * G_B6_1 = NULL;
	SortKeyBuffer_t2945275270 * G_B8_0 = NULL;
	SortKeyBuffer_t2945275270 * G_B7_0 = NULL;
	int32_t G_B9_0 = 0;
	SortKeyBuffer_t2945275270 * G_B9_1 = NULL;
	{
		uint8_t L_0 = ___category0;
		uint8_t L_1 = ___lv11;
		uint8_t L_2 = ___lv22;
		uint8_t L_3 = ___lv33;
		SortKeyBuffer_AppendNormal_m2338808729(__this, L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
		bool L_4 = ___isSmallKana4;
		G_B1_0 = __this;
		if (!L_4)
		{
			G_B2_0 = __this;
			goto IL_001d;
		}
	}
	{
		G_B3_0 = ((int32_t)196);
		G_B3_1 = G_B1_0;
		goto IL_0022;
	}

IL_001d:
	{
		G_B3_0 = ((int32_t)228);
		G_B3_1 = G_B2_0;
	}

IL_0022:
	{
		ByteU5BU5D_t4116647657** L_5 = __this->get_address_of_l4sb_11();
		int32_t* L_6 = __this->get_address_of_l4s_3();
		NullCheck(G_B3_1);
		SortKeyBuffer_AppendBufferPrimitive_m3309814175(G_B3_1, (uint8_t)(((int32_t)((uint8_t)G_B3_0))), L_5, L_6, /*hidden argument*/NULL);
		uint8_t L_7 = ___markType5;
		ByteU5BU5D_t4116647657** L_8 = __this->get_address_of_l4tb_12();
		int32_t* L_9 = __this->get_address_of_l4t_4();
		SortKeyBuffer_AppendBufferPrimitive_m3309814175(__this, L_7, L_8, L_9, /*hidden argument*/NULL);
		bool L_10 = ___isKatakana6;
		G_B4_0 = __this;
		if (!L_10)
		{
			G_B5_0 = __this;
			goto IL_005a;
		}
	}
	{
		G_B6_0 = ((int32_t)196);
		G_B6_1 = G_B4_0;
		goto IL_005f;
	}

IL_005a:
	{
		G_B6_0 = ((int32_t)228);
		G_B6_1 = G_B5_0;
	}

IL_005f:
	{
		ByteU5BU5D_t4116647657** L_11 = __this->get_address_of_l4kb_13();
		int32_t* L_12 = __this->get_address_of_l4k_5();
		NullCheck(G_B6_1);
		SortKeyBuffer_AppendBufferPrimitive_m3309814175(G_B6_1, (uint8_t)(((int32_t)((uint8_t)G_B6_0))), L_11, L_12, /*hidden argument*/NULL);
		bool L_13 = ___isHalfWidth7;
		G_B7_0 = __this;
		if (!L_13)
		{
			G_B8_0 = __this;
			goto IL_0083;
		}
	}
	{
		G_B9_0 = ((int32_t)196);
		G_B9_1 = G_B7_0;
		goto IL_0088;
	}

IL_0083:
	{
		G_B9_0 = ((int32_t)228);
		G_B9_1 = G_B8_0;
	}

IL_0088:
	{
		ByteU5BU5D_t4116647657** L_14 = __this->get_address_of_l4wb_14();
		int32_t* L_15 = __this->get_address_of_l4w_6();
		NullCheck(G_B9_1);
		SortKeyBuffer_AppendBufferPrimitive_m3309814175(G_B9_1, (uint8_t)(((int32_t)((uint8_t)G_B9_0))), L_14, L_15, /*hidden argument*/NULL);
		return;
	}
}
// System.Void Mono.Globalization.Unicode.SortKeyBuffer::AppendNormal(System.Byte,System.Byte,System.Byte,System.Byte)
extern "C"  void SortKeyBuffer_AppendNormal_m2338808729 (SortKeyBuffer_t2945275270 * __this, uint8_t ___category0, uint8_t ___lv11, uint8_t ___lv22, uint8_t ___lv33, const RuntimeMethod* method)
{
	int32_t V_0 = 0;
	{
		uint8_t L_0 = ___lv22;
		if (L_0)
		{
			goto IL_0009;
		}
	}
	{
		___lv22 = (uint8_t)2;
	}

IL_0009:
	{
		uint8_t L_1 = ___lv33;
		if (L_1)
		{
			goto IL_0013;
		}
	}
	{
		___lv33 = (uint8_t)2;
	}

IL_0013:
	{
		uint8_t L_2 = ___category0;
		if ((!(((uint32_t)L_2) == ((uint32_t)6))))
		{
			goto IL_0034;
		}
	}
	{
		int32_t L_3 = __this->get_options_21();
		if (((int32_t)((int32_t)L_3&(int32_t)((int32_t)536870912))))
		{
			goto IL_0034;
		}
	}
	{
		uint8_t L_4 = ___category0;
		uint8_t L_5 = ___lv11;
		SortKeyBuffer_AppendLevel5_m3963841125(__this, L_4, L_5, /*hidden argument*/NULL);
		return;
	}

IL_0034:
	{
		bool L_6 = __this->get_processLevel2_17();
		if (!L_6)
		{
			goto IL_0089;
		}
	}
	{
		uint8_t L_7 = ___category0;
		if ((!(((uint32_t)L_7) == ((uint32_t)1))))
		{
			goto IL_0089;
		}
	}
	{
		int32_t L_8 = __this->get_l1_0();
		if ((((int32_t)L_8) <= ((int32_t)0)))
		{
			goto IL_0089;
		}
	}
	{
		uint8_t L_9 = ___lv22;
		ByteU5BU5D_t4116647657* L_10 = __this->get_l2b_9();
		int32_t L_11 = __this->get_l2_1();
		int32_t L_12 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1));
		V_0 = L_12;
		__this->set_l2_1(L_12);
		int32_t L_13 = V_0;
		NullCheck(L_10);
		int32_t L_14 = L_13;
		uint8_t L_15 = (L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
		___lv22 = (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)L_15)))));
		ByteU5BU5D_t4116647657* L_16 = __this->get_l3b_10();
		int32_t L_17 = __this->get_l3_2();
		int32_t L_18 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)1));
		V_0 = L_18;
		__this->set_l3_2(L_18);
		int32_t L_19 = V_0;
		NullCheck(L_16);
		int32_t L_20 = L_19;
		uint8_t L_21 = (L_16)->GetAt(static_cast<il2cpp_array_size_t>(L_20));
		___lv33 = L_21;
	}

IL_0089:
	{
		uint8_t L_22 = ___category0;
		if ((((int32_t)L_22) == ((int32_t)1)))
		{
			goto IL_00b6;
		}
	}
	{
		uint8_t L_23 = ___category0;
		ByteU5BU5D_t4116647657** L_24 = __this->get_address_of_l1b_8();
		int32_t* L_25 = __this->get_address_of_l1_0();
		SortKeyBuffer_AppendBufferPrimitive_m3309814175(__this, L_23, L_24, L_25, /*hidden argument*/NULL);
		uint8_t L_26 = ___lv11;
		ByteU5BU5D_t4116647657** L_27 = __this->get_address_of_l1b_8();
		int32_t* L_28 = __this->get_address_of_l1_0();
		SortKeyBuffer_AppendBufferPrimitive_m3309814175(__this, L_26, L_27, L_28, /*hidden argument*/NULL);
	}

IL_00b6:
	{
		bool L_29 = __this->get_processLevel2_17();
		if (!L_29)
		{
			goto IL_00d4;
		}
	}
	{
		uint8_t L_30 = ___lv22;
		ByteU5BU5D_t4116647657** L_31 = __this->get_address_of_l2b_9();
		int32_t* L_32 = __this->get_address_of_l2_1();
		SortKeyBuffer_AppendBufferPrimitive_m3309814175(__this, L_30, L_31, L_32, /*hidden argument*/NULL);
	}

IL_00d4:
	{
		uint8_t L_33 = ___lv33;
		ByteU5BU5D_t4116647657** L_34 = __this->get_address_of_l3b_10();
		int32_t* L_35 = __this->get_address_of_l3_2();
		SortKeyBuffer_AppendBufferPrimitive_m3309814175(__this, L_33, L_34, L_35, /*hidden argument*/NULL);
		return;
	}
}
// System.Void Mono.Globalization.Unicode.SortKeyBuffer::AppendLevel5(System.Byte,System.Byte)
extern "C"  void SortKeyBuffer_AppendLevel5_m3963841125 (SortKeyBuffer_t2945275270 * __this, uint8_t ___category0, uint8_t ___lv11, const RuntimeMethod* method)
{
	int32_t V_0 = 0;
	{
		int32_t L_0 = __this->get_l2_1();
		V_0 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1))%(int32_t)((int32_t)8192)));
		int32_t L_1 = V_0;
		ByteU5BU5D_t4116647657** L_2 = __this->get_address_of_l5b_15();
		int32_t* L_3 = __this->get_address_of_l5_7();
		SortKeyBuffer_AppendBufferPrimitive_m3309814175(__this, (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_1/(int32_t)((int32_t)64))), (int32_t)((int32_t)128)))))), L_2, L_3, /*hidden argument*/NULL);
		int32_t L_4 = V_0;
		ByteU5BU5D_t4116647657** L_5 = __this->get_address_of_l5b_15();
		int32_t* L_6 = __this->get_address_of_l5_7();
		SortKeyBuffer_AppendBufferPrimitive_m3309814175(__this, (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)L_4%(int32_t)((int32_t)64))), (int32_t)4)), (int32_t)3))))), L_5, L_6, /*hidden argument*/NULL);
		uint8_t L_7 = ___category0;
		ByteU5BU5D_t4116647657** L_8 = __this->get_address_of_l5b_15();
		int32_t* L_9 = __this->get_address_of_l5_7();
		SortKeyBuffer_AppendBufferPrimitive_m3309814175(__this, L_7, L_8, L_9, /*hidden argument*/NULL);
		uint8_t L_10 = ___lv11;
		ByteU5BU5D_t4116647657** L_11 = __this->get_address_of_l5b_15();
		int32_t* L_12 = __this->get_address_of_l5_7();
		SortKeyBuffer_AppendBufferPrimitive_m3309814175(__this, L_10, L_11, L_12, /*hidden argument*/NULL);
		return;
	}
}
// System.Void Mono.Globalization.Unicode.SortKeyBuffer::AppendBufferPrimitive(System.Byte,System.Byte[]&,System.Int32&)
extern "C"  void SortKeyBuffer_AppendBufferPrimitive_m3309814175 (SortKeyBuffer_t2945275270 * __this, uint8_t ___value0, ByteU5BU5D_t4116647657** ___buf1, int32_t* ___bidx2, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SortKeyBuffer_AppendBufferPrimitive_m3309814175_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	ByteU5BU5D_t4116647657* V_0 = NULL;
	int32_t V_1 = 0;
	{
		ByteU5BU5D_t4116647657** L_0 = ___buf1;
		int32_t* L_1 = ___bidx2;
		int32_t* L_2 = ___bidx2;
		int32_t L_3 = (*((int32_t*)L_2));
		V_1 = L_3;
		*((int32_t*)(L_1)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1));
		int32_t L_4 = V_1;
		uint8_t L_5 = ___value0;
		NullCheck((*((ByteU5BU5D_t4116647657**)L_0)));
		((*((ByteU5BU5D_t4116647657**)L_0)))->SetAt(static_cast<il2cpp_array_size_t>(L_4), (uint8_t)L_5);
		int32_t* L_6 = ___bidx2;
		ByteU5BU5D_t4116647657** L_7 = ___buf1;
		NullCheck((*((ByteU5BU5D_t4116647657**)L_7)));
		if ((!(((uint32_t)(*((int32_t*)L_6))) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)(*((ByteU5BU5D_t4116647657**)L_7)))->max_length))))))))
		{
			goto IL_0031;
		}
	}
	{
		int32_t* L_8 = ___bidx2;
		V_0 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)(*((int32_t*)L_8)), (int32_t)2))));
		ByteU5BU5D_t4116647657** L_9 = ___buf1;
		ByteU5BU5D_t4116647657* L_10 = V_0;
		ByteU5BU5D_t4116647657** L_11 = ___buf1;
		NullCheck((*((ByteU5BU5D_t4116647657**)L_11)));
		Array_Copy_m1988217701(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)(*((ByteU5BU5D_t4116647657**)L_9)), (RuntimeArray *)(RuntimeArray *)L_10, (((int32_t)((int32_t)(((RuntimeArray *)(*((ByteU5BU5D_t4116647657**)L_11)))->max_length)))), /*hidden argument*/NULL);
		ByteU5BU5D_t4116647657** L_12 = ___buf1;
		ByteU5BU5D_t4116647657* L_13 = V_0;
		*((RuntimeObject **)(L_12)) = (RuntimeObject *)L_13;
		Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_12), (RuntimeObject *)L_13);
	}

IL_0031:
	{
		return;
	}
}
// System.Globalization.SortKey Mono.Globalization.Unicode.SortKeyBuffer::GetResultAndReset()
extern "C"  SortKey_t3955336732 * SortKeyBuffer_GetResultAndReset_m1300773060 (SortKeyBuffer_t2945275270 * __this, const RuntimeMethod* method)
{
	SortKey_t3955336732 * V_0 = NULL;
	{
		SortKey_t3955336732 * L_0 = SortKeyBuffer_GetResult_m3043958424(__this, /*hidden argument*/NULL);
		V_0 = L_0;
		SortKeyBuffer_Reset_m1409351310(__this, /*hidden argument*/NULL);
		SortKey_t3955336732 * L_1 = V_0;
		return L_1;
	}
}
// System.Int32 Mono.Globalization.Unicode.SortKeyBuffer::GetOptimizedLength(System.Byte[],System.Int32,System.Byte)
extern "C"  int32_t SortKeyBuffer_GetOptimizedLength_m1735248204 (SortKeyBuffer_t2945275270 * __this, ByteU5BU5D_t4116647657* ___data0, int32_t ___len1, uint8_t ___defaultValue2, const RuntimeMethod* method)
{
	int32_t V_0 = 0;
	int32_t V_1 = 0;
	{
		V_0 = (-1);
		V_1 = 0;
		goto IL_0018;
	}

IL_0009:
	{
		ByteU5BU5D_t4116647657* L_0 = ___data0;
		int32_t L_1 = V_1;
		NullCheck(L_0);
		int32_t L_2 = L_1;
		uint8_t L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
		uint8_t L_4 = ___defaultValue2;
		if ((((int32_t)L_3) == ((int32_t)L_4)))
		{
			goto IL_0014;
		}
	}
	{
		int32_t L_5 = V_1;
		V_0 = L_5;
	}

IL_0014:
	{
		int32_t L_6 = V_1;
		V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1));
	}

IL_0018:
	{
		int32_t L_7 = V_1;
		int32_t L_8 = ___len1;
		if ((((int32_t)L_7) < ((int32_t)L_8)))
		{
			goto IL_0009;
		}
	}
	{
		int32_t L_9 = V_0;
		return ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1));
	}
}
// System.Globalization.SortKey Mono.Globalization.Unicode.SortKeyBuffer::GetResult()
extern "C"  SortKey_t3955336732 * SortKeyBuffer_GetResult_m3043958424 (SortKeyBuffer_t2945275270 * __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SortKeyBuffer_GetResult_m3043958424_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* V_4 = NULL;
	int32_t V_5 = 0;
	{
		bool L_0 = __this->get_frenchSort_18();
		if (!L_0)
		{
			goto IL_0060;
		}
	}
	{
		bool L_1 = __this->get_frenchSorted_19();
		if (L_1)
		{
			goto IL_0060;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_2 = __this->get_l2b_9();
		if (!L_2)
		{
			goto IL_0060;
		}
	}
	{
		V_0 = 0;
		goto IL_003e;
	}

IL_0028:
	{
		ByteU5BU5D_t4116647657* L_3 = __this->get_l2b_9();
		int32_t L_4 = V_0;
		NullCheck(L_3);
		int32_t L_5 = L_4;
		uint8_t L_6 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
		if (L_6)
		{
			goto IL_003a;
		}
	}
	{
		goto IL_004c;
	}

IL_003a:
	{
		int32_t L_7 = V_0;
		V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1));
	}

IL_003e:
	{
		int32_t L_8 = V_0;
		ByteU5BU5D_t4116647657* L_9 = __this->get_l2b_9();
		NullCheck(L_9);
		if ((((int32_t)L_8) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_9)->max_length)))))))
		{
			goto IL_0028;
		}
	}

IL_004c:
	{
		ByteU5BU5D_t4116647657* L_10 = __this->get_l2b_9();
		int32_t L_11 = V_0;
		Array_Reverse_m816310962(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_10, 0, L_11, /*hidden argument*/NULL);
		__this->set_frenchSorted_19((bool)1);
	}

IL_0060:
	{
		ByteU5BU5D_t4116647657* L_12 = __this->get_l2b_9();
		int32_t L_13 = __this->get_l2_1();
		int32_t L_14 = SortKeyBuffer_GetOptimizedLength_m1735248204(__this, L_12, L_13, (uint8_t)2, /*hidden argument*/NULL);
		__this->set_l2_1(L_14);
		ByteU5BU5D_t4116647657* L_15 = __this->get_l3b_10();
		int32_t L_16 = __this->get_l3_2();
		int32_t L_17 = SortKeyBuffer_GetOptimizedLength_m1735248204(__this, L_15, L_16, (uint8_t)2, /*hidden argument*/NULL);
		__this->set_l3_2(L_17);
		int32_t L_18 = __this->get_l4s_3();
		V_1 = (bool)((((int32_t)L_18) > ((int32_t)0))? 1 : 0);
		ByteU5BU5D_t4116647657* L_19 = __this->get_l4sb_11();
		int32_t L_20 = __this->get_l4s_3();
		int32_t L_21 = SortKeyBuffer_GetOptimizedLength_m1735248204(__this, L_19, L_20, (uint8_t)((int32_t)228), /*hidden argument*/NULL);
		__this->set_l4s_3(L_21);
		ByteU5BU5D_t4116647657* L_22 = __this->get_l4tb_12();
		int32_t L_23 = __this->get_l4t_4();
		int32_t L_24 = SortKeyBuffer_GetOptimizedLength_m1735248204(__this, L_22, L_23, (uint8_t)3, /*hidden argument*/NULL);
		__this->set_l4t_4(L_24);
		ByteU5BU5D_t4116647657* L_25 = __this->get_l4kb_13();
		int32_t L_26 = __this->get_l4k_5();
		int32_t L_27 = SortKeyBuffer_GetOptimizedLength_m1735248204(__this, L_25, L_26, (uint8_t)((int32_t)228), /*hidden argument*/NULL);
		__this->set_l4k_5(L_27);
		ByteU5BU5D_t4116647657* L_28 = __this->get_l4wb_14();
		int32_t L_29 = __this->get_l4w_6();
		int32_t L_30 = SortKeyBuffer_GetOptimizedLength_m1735248204(__this, L_28, L_29, (uint8_t)((int32_t)228), /*hidden argument*/NULL);
		__this->set_l4w_6(L_30);
		ByteU5BU5D_t4116647657* L_31 = __this->get_l5b_15();
		int32_t L_32 = __this->get_l5_7();
		int32_t L_33 = SortKeyBuffer_GetOptimizedLength_m1735248204(__this, L_31, L_32, (uint8_t)2, /*hidden argument*/NULL);
		__this->set_l5_7(L_33);
		int32_t L_34 = __this->get_l1_0();
		int32_t L_35 = __this->get_l2_1();
		int32_t L_36 = __this->get_l3_2();
		int32_t L_37 = __this->get_l5_7();
		V_2 = ((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_34, (int32_t)L_35)), (int32_t)L_36)), (int32_t)L_37)), (int32_t)5));
		int32_t L_38 = __this->get_l4s_3();
		int32_t L_39 = __this->get_l4t_4();
		int32_t L_40 = __this->get_l4k_5();
		int32_t L_41 = __this->get_l4w_6();
		V_3 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)L_39)), (int32_t)L_40)), (int32_t)L_41));
		bool L_42 = V_1;
		if (!L_42)
		{
			goto IL_016b;
		}
	}
	{
		int32_t L_43 = V_2;
		int32_t L_44 = V_3;
		V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)4))));
	}

IL_016b:
	{
		int32_t L_45 = V_2;
		V_4 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_45));
		ByteU5BU5D_t4116647657* L_46 = __this->get_l1b_8();
		ByteU5BU5D_t4116647657* L_47 = V_4;
		int32_t L_48 = __this->get_l1_0();
		Array_Copy_m1988217701(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_46, (RuntimeArray *)(RuntimeArray *)L_47, L_48, /*hidden argument*/NULL);
		ByteU5BU5D_t4116647657* L_49 = V_4;
		int32_t L_50 = __this->get_l1_0();
		NullCheck(L_49);
		(L_49)->SetAt(static_cast<il2cpp_array_size_t>(L_50), (uint8_t)1);
		int32_t L_51 = __this->get_l1_0();
		V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)1));
		int32_t L_52 = __this->get_l2_1();
		if ((((int32_t)L_52) <= ((int32_t)0)))
		{
			goto IL_01bc;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_53 = __this->get_l2b_9();
		ByteU5BU5D_t4116647657* L_54 = V_4;
		int32_t L_55 = V_5;
		int32_t L_56 = __this->get_l2_1();
		Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_53, 0, (RuntimeArray *)(RuntimeArray *)L_54, L_55, L_56, /*hidden argument*/NULL);
	}

IL_01bc:
	{
		int32_t L_57 = V_5;
		int32_t L_58 = __this->get_l2_1();
		V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)L_58));
		ByteU5BU5D_t4116647657* L_59 = V_4;
		int32_t L_60 = V_5;
		int32_t L_61 = L_60;
		V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)1));
		NullCheck(L_59);
		(L_59)->SetAt(static_cast<il2cpp_array_size_t>(L_61), (uint8_t)1);
		int32_t L_62 = __this->get_l3_2();
		if ((((int32_t)L_62) <= ((int32_t)0)))
		{
			goto IL_01f4;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_63 = __this->get_l3b_10();
		ByteU5BU5D_t4116647657* L_64 = V_4;
		int32_t L_65 = V_5;
		int32_t L_66 = __this->get_l3_2();
		Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_63, 0, (RuntimeArray *)(RuntimeArray *)L_64, L_65, L_66, /*hidden argument*/NULL);
	}

IL_01f4:
	{
		int32_t L_67 = V_5;
		int32_t L_68 = __this->get_l3_2();
		V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_67, (int32_t)L_68));
		ByteU5BU5D_t4116647657* L_69 = V_4;
		int32_t L_70 = V_5;
		int32_t L_71 = L_70;
		V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_71, (int32_t)1));
		NullCheck(L_69);
		(L_69)->SetAt(static_cast<il2cpp_array_size_t>(L_71), (uint8_t)1);
		bool L_72 = V_1;
		if (!L_72)
		{
			goto IL_02cc;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_73 = __this->get_l4sb_11();
		ByteU5BU5D_t4116647657* L_74 = V_4;
		int32_t L_75 = V_5;
		int32_t L_76 = __this->get_l4s_3();
		Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_73, 0, (RuntimeArray *)(RuntimeArray *)L_74, L_75, L_76, /*hidden argument*/NULL);
		int32_t L_77 = V_5;
		int32_t L_78 = __this->get_l4s_3();
		V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_77, (int32_t)L_78));
		ByteU5BU5D_t4116647657* L_79 = V_4;
		int32_t L_80 = V_5;
		int32_t L_81 = L_80;
		V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_81, (int32_t)1));
		NullCheck(L_79);
		(L_79)->SetAt(static_cast<il2cpp_array_size_t>(L_81), (uint8_t)((int32_t)255));
		ByteU5BU5D_t4116647657* L_82 = __this->get_l4tb_12();
		ByteU5BU5D_t4116647657* L_83 = V_4;
		int32_t L_84 = V_5;
		int32_t L_85 = __this->get_l4t_4();
		Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_82, 0, (RuntimeArray *)(RuntimeArray *)L_83, L_84, L_85, /*hidden argument*/NULL);
		int32_t L_86 = V_5;
		int32_t L_87 = __this->get_l4t_4();
		V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_86, (int32_t)L_87));
		ByteU5BU5D_t4116647657* L_88 = V_4;
		int32_t L_89 = V_5;
		int32_t L_90 = L_89;
		V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_90, (int32_t)1));
		NullCheck(L_88);
		(L_88)->SetAt(static_cast<il2cpp_array_size_t>(L_90), (uint8_t)2);
		ByteU5BU5D_t4116647657* L_91 = __this->get_l4kb_13();
		ByteU5BU5D_t4116647657* L_92 = V_4;
		int32_t L_93 = V_5;
		int32_t L_94 = __this->get_l4k_5();
		Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_91, 0, (RuntimeArray *)(RuntimeArray *)L_92, L_93, L_94, /*hidden argument*/NULL);
		int32_t L_95 = V_5;
		int32_t L_96 = __this->get_l4k_5();
		V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_95, (int32_t)L_96));
		ByteU5BU5D_t4116647657* L_97 = V_4;
		int32_t L_98 = V_5;
		int32_t L_99 = L_98;
		V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_99, (int32_t)1));
		NullCheck(L_97);
		(L_97)->SetAt(static_cast<il2cpp_array_size_t>(L_99), (uint8_t)((int32_t)255));
		ByteU5BU5D_t4116647657* L_100 = __this->get_l4wb_14();
		ByteU5BU5D_t4116647657* L_101 = V_4;
		int32_t L_102 = V_5;
		int32_t L_103 = __this->get_l4w_6();
		Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_100, 0, (RuntimeArray *)(RuntimeArray *)L_101, L_102, L_103, /*hidden argument*/NULL);
		int32_t L_104 = V_5;
		int32_t L_105 = __this->get_l4w_6();
		V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_104, (int32_t)L_105));
		ByteU5BU5D_t4116647657* L_106 = V_4;
		int32_t L_107 = V_5;
		int32_t L_108 = L_107;
		V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_108, (int32_t)1));
		NullCheck(L_106);
		(L_106)->SetAt(static_cast<il2cpp_array_size_t>(L_108), (uint8_t)((int32_t)255));
	}

IL_02cc:
	{
		ByteU5BU5D_t4116647657* L_109 = V_4;
		int32_t L_110 = V_5;
		int32_t L_111 = L_110;
		V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_111, (int32_t)1));
		NullCheck(L_109);
		(L_109)->SetAt(static_cast<il2cpp_array_size_t>(L_111), (uint8_t)1);
		int32_t L_112 = __this->get_l5_7();
		if ((((int32_t)L_112) <= ((int32_t)0)))
		{
			goto IL_02f9;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_113 = __this->get_l5b_15();
		ByteU5BU5D_t4116647657* L_114 = V_4;
		int32_t L_115 = V_5;
		int32_t L_116 = __this->get_l5_7();
		Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_113, 0, (RuntimeArray *)(RuntimeArray *)L_114, L_115, L_116, /*hidden argument*/NULL);
	}

IL_02f9:
	{
		int32_t L_117 = V_5;
		int32_t L_118 = __this->get_l5_7();
		V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_117, (int32_t)L_118));
		ByteU5BU5D_t4116647657* L_119 = V_4;
		int32_t L_120 = V_5;
		int32_t L_121 = L_120;
		V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_121, (int32_t)1));
		NullCheck(L_119);
		(L_119)->SetAt(static_cast<il2cpp_array_size_t>(L_121), (uint8_t)0);
		int32_t L_122 = __this->get_lcid_20();
		String_t* L_123 = __this->get_source_16();
		ByteU5BU5D_t4116647657* L_124 = V_4;
		int32_t L_125 = __this->get_options_21();
		int32_t L_126 = __this->get_l1_0();
		int32_t L_127 = __this->get_l2_1();
		int32_t L_128 = __this->get_l3_2();
		int32_t L_129 = __this->get_l4s_3();
		int32_t L_130 = __this->get_l4t_4();
		int32_t L_131 = __this->get_l4k_5();
		int32_t L_132 = __this->get_l4w_6();
		int32_t L_133 = __this->get_l5_7();
		SortKey_t3955336732 * L_134 = (SortKey_t3955336732 *)il2cpp_codegen_object_new(SortKey_t3955336732_il2cpp_TypeInfo_var);
		SortKey__ctor_m2034425682(L_134, L_122, L_123, L_124, L_125, L_126, L_127, L_128, L_129, L_130, L_131, L_132, L_133, /*hidden argument*/NULL);
		return L_134;
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Mono.Globalization.Unicode.TailoringInfo::.ctor(System.Int32,System.Int32,System.Int32,System.Boolean)
extern "C"  void TailoringInfo__ctor_m2283562302 (TailoringInfo_t866433654 * __this, int32_t ___lcid0, int32_t ___tailoringIndex1, int32_t ___tailoringCount2, bool ___frenchSort3, const RuntimeMethod* method)
{
	{
		Object__ctor_m297566312(__this, /*hidden argument*/NULL);
		int32_t L_0 = ___lcid0;
		__this->set_LCID_0(L_0);
		int32_t L_1 = ___tailoringIndex1;
		__this->set_TailoringIndex_1(L_1);
		int32_t L_2 = ___tailoringCount2;
		__this->set_TailoringCount_2(L_2);
		bool L_3 = ___frenchSort3;
		__this->set_FrenchSort_3(L_3);
		return;
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Mono.Math.BigInteger::.ctor(Mono.Math.BigInteger/Sign,System.UInt32)
extern "C"  void BigInteger__ctor_m397734603 (BigInteger_t2902905089 * __this, int32_t ___sign0, uint32_t ___len1, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (BigInteger__ctor_m397734603_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		__this->set_length_0(1);
		Object__ctor_m297566312(__this, /*hidden argument*/NULL);
		uint32_t L_0 = ___len1;
		__this->set_data_1(((UInt32U5BU5D_t2770800703*)SZArrayNew(UInt32U5BU5D_t2770800703_il2cpp_TypeInfo_var, (uint32_t)(((uintptr_t)L_0)))));
		uint32_t L_1 = ___len1;
		__this->set_length_0(L_1);
		return;
	}
}
// System.Void Mono.Math.BigInteger::.ctor(Mono.Math.BigInteger)
extern "C"  void BigInteger__ctor_m1426225719 (BigInteger_t2902905089 * __this, BigInteger_t2902905089 * ___bi0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (BigInteger__ctor_m1426225719_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		__this->set_length_0(1);
		Object__ctor_m297566312(__this, /*hidden argument*/NULL);
		BigInteger_t2902905089 * L_0 = ___bi0;
		NullCheck(L_0);
		UInt32U5BU5D_t2770800703* L_1 = L_0->get_data_1();
		NullCheck((RuntimeArray *)(RuntimeArray *)L_1);
		RuntimeObject * L_2 = Array_Clone_m2672907798((RuntimeArray *)(RuntimeArray *)L_1, /*hidden argument*/NULL);
		__this->set_data_1(((UInt32U5BU5D_t2770800703*)Castclass((RuntimeObject*)L_2, UInt32U5BU5D_t2770800703_il2cpp_TypeInfo_var)));
		BigInteger_t2902905089 * L_3 = ___bi0;
		NullCheck(L_3);
		uint32_t L_4 = L_3->get_length_0();
		__this->set_length_0(L_4);
		return;
	}
}
// System.Void Mono.Math.BigInteger::.ctor(Mono.Math.BigInteger,System.UInt32)
extern "C"  void BigInteger__ctor_m224778556 (BigInteger_t2902905089 * __this, BigInteger_t2902905089 * ___bi0, uint32_t ___len1, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (BigInteger__ctor_m224778556_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	uint32_t V_0 = 0;
	{
		__this->set_length_0(1);
		Object__ctor_m297566312(__this, /*hidden argument*/NULL);
		uint32_t L_0 = ___len1;
		__this->set_data_1(((UInt32U5BU5D_t2770800703*)SZArrayNew(UInt32U5BU5D_t2770800703_il2cpp_TypeInfo_var, (uint32_t)(((uintptr_t)L_0)))));
		V_0 = 0;
		goto IL_0037;
	}

IL_0021:
	{
		UInt32U5BU5D_t2770800703* L_1 = __this->get_data_1();
		uint32_t L_2 = V_0;
		BigInteger_t2902905089 * L_3 = ___bi0;
		NullCheck(L_3);
		UInt32U5BU5D_t2770800703* L_4 = L_3->get_data_1();
		uint32_t L_5 = V_0;
		NullCheck(L_4);
		uintptr_t L_6 = (((uintptr_t)L_5));
		uint32_t L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
		NullCheck(L_1);
		(L_1)->SetAt(static_cast<il2cpp_array_size_t>((((uintptr_t)L_2))), (uint32_t)L_7);
		uint32_t L_8 = V_0;
		V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1));
	}

IL_0037:
	{
		uint32_t L_9 = V_0;
		BigInteger_t2902905089 * L_10 = ___bi0;
		NullCheck(L_10);
		uint32_t L_11 = L_10->get_length_0();
		if ((!(((uint32_t)L_9) >= ((uint32_t)L_11))))
		{
			goto IL_0021;
		}
	}
	{
		BigInteger_t2902905089 * L_12 = ___bi0;
		NullCheck(L_12);
		uint32_t L_13 = L_12->get_length_0();
		__this->set_length_0(L_13);
		return;
	}
}
// System.Void Mono.Math.BigInteger::.ctor(System.Byte[])
extern "C"  void BigInteger__ctor_m3991350270 (BigInteger_t2902905089 * __this, ByteU5BU5D_t4116647657* ___inData0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (BigInteger__ctor_m3991350270_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	int32_t V_1 = 0;
	int32_t V_2 = 0;
	int32_t V_3 = 0;
	{
		__this->set_length_0(1);
		Object__ctor_m297566312(__this, /*hidden argument*/NULL);
		ByteU5BU5D_t4116647657* L_0 = ___inData0;
		NullCheck(L_0);
		__this->set_length_0(((int32_t)((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length))))>>2)));
		ByteU5BU5D_t4116647657* L_1 = ___inData0;
		NullCheck(L_1);
		V_0 = ((int32_t)((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))&(int32_t)3));
		int32_t L_2 = V_0;
		if (!L_2)
		{
			goto IL_0032;
		}
	}
	{
		uint32_t L_3 = __this->get_length_0();
		__this->set_length_0(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)));
	}

IL_0032:
	{
		uint32_t L_4 = __this->get_length_0();
		__this->set_data_1(((UInt32U5BU5D_t2770800703*)SZArrayNew(UInt32U5BU5D_t2770800703_il2cpp_TypeInfo_var, (uint32_t)(((uintptr_t)L_4)))));
		ByteU5BU5D_t4116647657* L_5 = ___inData0;
		NullCheck(L_5);
		V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length)))), (int32_t)1));
		V_2 = 0;
		goto IL_007e;
	}

IL_0051:
	{
		UInt32U5BU5D_t2770800703* L_6 = __this->get_data_1();
		int32_t L_7 = V_2;
		ByteU5BU5D_t4116647657* L_8 = ___inData0;
		int32_t L_9 = V_1;
		NullCheck(L_8);
		int32_t L_10 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)3));
		uint8_t L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
		ByteU5BU5D_t4116647657* L_12 = ___inData0;
		int32_t L_13 = V_1;
		NullCheck(L_12);
		int32_t L_14 = ((int32_t)il2cpp_codegen_subtract((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 = ___inData0;
		int32_t L_17 = V_1;
		NullCheck(L_16);
		int32_t L_18 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)1));
		uint8_t L_19 = (L_16)->GetAt(static_cast<il2cpp_array_size_t>(L_18));
		ByteU5BU5D_t4116647657* L_20 = ___inData0;
		int32_t L_21 = V_1;
		NullCheck(L_20);
		int32_t L_22 = L_21;
		uint8_t L_23 = (L_20)->GetAt(static_cast<il2cpp_array_size_t>(L_22));
		NullCheck(L_6);
		(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_7), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_11<<(int32_t)((int32_t)24)))|(int32_t)((int32_t)((int32_t)L_15<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_19<<(int32_t)8))))|(int32_t)L_23)));
		int32_t L_24 = V_1;
		V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)4));
		int32_t L_25 = V_2;
		V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1));
	}

IL_007e:
	{
		int32_t L_26 = V_1;
		if ((((int32_t)L_26) >= ((int32_t)3)))
		{
			goto IL_0051;
		}
	}
	{
		int32_t L_27 = V_0;
		V_3 = L_27;
		int32_t L_28 = V_3;
		switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_28, (int32_t)1)))
		{
			case 0:
			{
				goto IL_00a0;
			}
			case 1:
			{
				goto IL_00b8;
			}
			case 2:
			{
				goto IL_00d6;
			}
		}
	}
	{
		goto IL_00fb;
	}

IL_00a0:
	{
		UInt32U5BU5D_t2770800703* L_29 = __this->get_data_1();
		uint32_t L_30 = __this->get_length_0();
		ByteU5BU5D_t4116647657* L_31 = ___inData0;
		NullCheck(L_31);
		int32_t L_32 = 0;
		uint8_t L_33 = (L_31)->GetAt(static_cast<il2cpp_array_size_t>(L_32));
		NullCheck(L_29);
		(L_29)->SetAt(static_cast<il2cpp_array_size_t>((((uintptr_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)1))))), (uint32_t)L_33);
		goto IL_00fb;
	}

IL_00b8:
	{
		UInt32U5BU5D_t2770800703* L_34 = __this->get_data_1();
		uint32_t L_35 = __this->get_length_0();
		ByteU5BU5D_t4116647657* L_36 = ___inData0;
		NullCheck(L_36);
		int32_t L_37 = 0;
		uint8_t L_38 = (L_36)->GetAt(static_cast<il2cpp_array_size_t>(L_37));
		ByteU5BU5D_t4116647657* L_39 = ___inData0;
		NullCheck(L_39);
		int32_t L_40 = 1;
		uint8_t L_41 = (L_39)->GetAt(static_cast<il2cpp_array_size_t>(L_40));
		NullCheck(L_34);
		(L_34)->SetAt(static_cast<il2cpp_array_size_t>((((uintptr_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_35, (int32_t)1))))), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_38<<(int32_t)8))|(int32_t)L_41)));
		goto IL_00fb;
	}

IL_00d6:
	{
		UInt32U5BU5D_t2770800703* L_42 = __this->get_data_1();
		uint32_t L_43 = __this->get_length_0();
		ByteU5BU5D_t4116647657* L_44 = ___inData0;
		NullCheck(L_44);
		int32_t L_45 = 0;
		uint8_t L_46 = (L_44)->GetAt(static_cast<il2cpp_array_size_t>(L_45));
		ByteU5BU5D_t4116647657* L_47 = ___inData0;
		NullCheck(L_47);
		int32_t L_48 = 1;
		uint8_t L_49 = (L_47)->GetAt(static_cast<il2cpp_array_size_t>(L_48));
		ByteU5BU5D_t4116647657* L_50 = ___inData0;
		NullCheck(L_50);
		int32_t L_51 = 2;
		uint8_t L_52 = (L_50)->GetAt(static_cast<il2cpp_array_size_t>(L_51));
		NullCheck(L_42);
		(L_42)->SetAt(static_cast<il2cpp_array_size_t>((((uintptr_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_43, (int32_t)1))))), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_46<<(int32_t)((int32_t)16)))|(int32_t)((int32_t)((int32_t)L_49<<(int32_t)8))))|(int32_t)L_52)));
		goto IL_00fb;
	}

IL_00fb:
	{
		BigInteger_Normalize_m4163607703(__this, /*hidden argument*/NULL);
		return;
	}
}
// System.Void Mono.Math.BigInteger::.ctor(System.UInt32)
extern "C"  void BigInteger__ctor_m3985126171 (BigInteger_t2902905089 * __this, uint32_t ___ui0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (BigInteger__ctor_m3985126171_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		__this->set_length_0(1);
		Object__ctor_m297566312(__this, /*hidden argument*/NULL);
		UInt32U5BU5D_t2770800703* L_0 = ((UInt32U5BU5D_t2770800703*)SZArrayNew(UInt32U5BU5D_t2770800703_il2cpp_TypeInfo_var, (uint32_t)1));
		uint32_t L_1 = ___ui0;
		NullCheck(L_0);
		(L_0)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint32_t)L_1);
		__this->set_data_1(L_0);
		return;
	}
}
// System.Void Mono.Math.BigInteger::.cctor()
extern "C"  void BigInteger__cctor_m562779619 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (BigInteger__cctor_m562779619_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		UInt32U5BU5D_t2770800703* L_0 = ((UInt32U5BU5D_t2770800703*)SZArrayNew(UInt32U5BU5D_t2770800703_il2cpp_TypeInfo_var, (uint32_t)((int32_t)783)));
		RuntimeFieldHandle_t1871169219  L_1 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t3057255361____U24U24fieldU2D15_7_FieldInfo_var) };
		RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_0, L_1, /*hidden argument*/NULL);
		((BigInteger_t2902905089_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t2902905089_il2cpp_TypeInfo_var))->set_smallPrimes_2(L_0);
		return;
	}
}
// System.Security.Cryptography.RandomNumberGenerator Mono.Math.BigInteger::get_Rng()
extern "C"  RandomNumberGenerator_t386037858 * BigInteger_get_Rng_m4216817480 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (BigInteger_get_Rng_m4216817480_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		RandomNumberGenerator_t386037858 * L_0 = ((BigInteger_t2902905089_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t2902905089_il2cpp_TypeInfo_var))->get_rng_3();
		if (L_0)
		{
			goto IL_0014;
		}
	}
	{
		RandomNumberGenerator_t386037858 * L_1 = RandomNumberGenerator_Create_m4162970280(NULL /*static, unused*/, /*hidden argument*/NULL);
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		((BigInteger_t2902905089_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t2902905089_il2cpp_TypeInfo_var))->set_rng_3(L_1);
	}

IL_0014:
	{
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		RandomNumberGenerator_t386037858 * L_2 = ((BigInteger_t2902905089_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t2902905089_il2cpp_TypeInfo_var))->get_rng_3();
		return L_2;
	}
}
// Mono.Math.BigInteger Mono.Math.BigInteger::GenerateRandom(System.Int32,System.Security.Cryptography.RandomNumberGenerator)
extern "C"  BigInteger_t2902905089 * BigInteger_GenerateRandom_m3141592944 (RuntimeObject * __this /* static, unused */, int32_t ___bits0, RandomNumberGenerator_t386037858 * ___rng1, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (BigInteger_GenerateRandom_m3141592944_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	int32_t V_1 = 0;
	BigInteger_t2902905089 * V_2 = NULL;
	ByteU5BU5D_t4116647657* V_3 = NULL;
	uint32_t V_4 = 0;
	{
		int32_t L_0 = ___bits0;
		V_0 = ((int32_t)((int32_t)L_0>>(int32_t)5));
		int32_t L_1 = ___bits0;
		V_1 = ((int32_t)((int32_t)L_1&(int32_t)((int32_t)31)));
		int32_t L_2 = V_1;
		if (!L_2)
		{
			goto IL_0013;
		}
	}
	{
		int32_t L_3 = V_0;
		V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1));
	}

IL_0013:
	{
		int32_t L_4 = V_0;
		BigInteger_t2902905089 * L_5 = (BigInteger_t2902905089 *)il2cpp_codegen_object_new(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger__ctor_m397734603(L_5, 1, ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)), /*hidden argument*/NULL);
		V_2 = L_5;
		int32_t L_6 = V_0;
		V_3 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)L_6<<(int32_t)2))));
		RandomNumberGenerator_t386037858 * L_7 = ___rng1;
		ByteU5BU5D_t4116647657* L_8 = V_3;
		NullCheck(L_7);
		VirtActionInvoker1< ByteU5BU5D_t4116647657* >::Invoke(4 /* System.Void System.Security.Cryptography.RandomNumberGenerator::GetBytes(System.Byte[]) */, L_7, L_8);
		ByteU5BU5D_t4116647657* L_9 = V_3;
		BigInteger_t2902905089 * L_10 = V_2;
		NullCheck(L_10);
		UInt32U5BU5D_t2770800703* L_11 = L_10->get_data_1();
		int32_t L_12 = V_0;
		Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_9, 0, (RuntimeArray *)(RuntimeArray *)L_11, 0, ((int32_t)((int32_t)L_12<<(int32_t)2)), /*hidden argument*/NULL);
		int32_t L_13 = V_1;
		if (!L_13)
		{
			goto IL_0086;
		}
	}
	{
		int32_t L_14 = V_1;
		V_4 = ((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)1))&(int32_t)((int32_t)31)))));
		BigInteger_t2902905089 * L_15 = V_2;
		NullCheck(L_15);
		UInt32U5BU5D_t2770800703* L_16 = L_15->get_data_1();
		int32_t L_17 = V_0;
		NullCheck(L_16);
		uint32_t* L_18 = ((L_16)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)1)))));
		uint32_t L_19 = V_4;
		*((int32_t*)(L_18)) = (int32_t)((int32_t)((int32_t)(*((uint32_t*)L_18))|(int32_t)L_19));
		int32_t L_20 = V_1;
		V_4 = ((int32_t)((uint32_t)(-1)>>((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)32), (int32_t)L_20))&(int32_t)((int32_t)31)))));
		BigInteger_t2902905089 * L_21 = V_2;
		NullCheck(L_21);
		UInt32U5BU5D_t2770800703* L_22 = L_21->get_data_1();
		int32_t L_23 = V_0;
		NullCheck(L_22);
		uint32_t* L_24 = ((L_22)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)1)))));
		uint32_t L_25 = V_4;
		*((int32_t*)(L_24)) = (int32_t)((int32_t)((int32_t)(*((uint32_t*)L_24))&(int32_t)L_25));
		goto IL_009d;
	}

IL_0086:
	{
		BigInteger_t2902905089 * L_26 = V_2;
		NullCheck(L_26);
		UInt32U5BU5D_t2770800703* L_27 = L_26->get_data_1();
		int32_t L_28 = V_0;
		NullCheck(L_27);
		uint32_t* L_29 = ((L_27)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract((int32_t)L_28, (int32_t)1)))));
		*((int32_t*)(L_29)) = (int32_t)((int32_t)((int32_t)(*((uint32_t*)L_29))|(int32_t)((int32_t)-2147483648LL)));
	}

IL_009d:
	{
		BigInteger_t2902905089 * L_30 = V_2;
		NullCheck(L_30);
		BigInteger_Normalize_m4163607703(L_30, /*hidden argument*/NULL);
		BigInteger_t2902905089 * L_31 = V_2;
		return L_31;
	}
}
// Mono.Math.BigInteger Mono.Math.BigInteger::GenerateRandom(System.Int32)
extern "C"  BigInteger_t2902905089 * BigInteger_GenerateRandom_m2556426062 (RuntimeObject * __this /* static, unused */, int32_t ___bits0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (BigInteger_GenerateRandom_m2556426062_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		int32_t L_0 = ___bits0;
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		RandomNumberGenerator_t386037858 * L_1 = BigInteger_get_Rng_m4216817480(NULL /*static, unused*/, /*hidden argument*/NULL);
		BigInteger_t2902905089 * L_2 = BigInteger_GenerateRandom_m3141592944(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL);
		return L_2;
	}
}
// System.Void Mono.Math.BigInteger::Randomize(System.Security.Cryptography.RandomNumberGenerator)
extern "C"  void BigInteger_Randomize_m410563259 (BigInteger_t2902905089 * __this, RandomNumberGenerator_t386037858 * ___rng0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (BigInteger_Randomize_m410563259_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	int32_t V_1 = 0;
	int32_t V_2 = 0;
	ByteU5BU5D_t4116647657* V_3 = NULL;
	uint32_t V_4 = 0;
	{
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		bool L_0 = BigInteger_op_Equality_m970226143(NULL /*static, unused*/, __this, 0, /*hidden argument*/NULL);
		if (!L_0)
		{
			goto IL_000d;
		}
	}
	{
		return;
	}

IL_000d:
	{
		int32_t L_1 = BigInteger_BitCount_m3710900808(__this, /*hidden argument*/NULL);
		V_0 = L_1;
		int32_t L_2 = V_0;
		V_1 = ((int32_t)((int32_t)L_2>>(int32_t)5));
		int32_t L_3 = V_0;
		V_2 = ((int32_t)((int32_t)L_3&(int32_t)((int32_t)31)));
		int32_t L_4 = V_2;
		if (!L_4)
		{
			goto IL_0027;
		}
	}
	{
		int32_t L_5 = V_1;
		V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1));
	}

IL_0027:
	{
		int32_t L_6 = V_1;
		V_3 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)L_6<<(int32_t)2))));
		RandomNumberGenerator_t386037858 * L_7 = ___rng0;
		ByteU5BU5D_t4116647657* L_8 = V_3;
		NullCheck(L_7);
		VirtActionInvoker1< ByteU5BU5D_t4116647657* >::Invoke(4 /* System.Void System.Security.Cryptography.RandomNumberGenerator::GetBytes(System.Byte[]) */, L_7, L_8);
		ByteU5BU5D_t4116647657* L_9 = V_3;
		UInt32U5BU5D_t2770800703* L_10 = __this->get_data_1();
		int32_t L_11 = V_1;
		Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_9, 0, (RuntimeArray *)(RuntimeArray *)L_10, 0, ((int32_t)((int32_t)L_11<<(int32_t)2)), /*hidden argument*/NULL);
		int32_t L_12 = V_2;
		if (!L_12)
		{
			goto IL_0090;
		}
	}
	{
		int32_t L_13 = V_2;
		V_4 = ((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)1))&(int32_t)((int32_t)31)))));
		UInt32U5BU5D_t2770800703* L_14 = __this->get_data_1();
		int32_t L_15 = V_1;
		NullCheck(L_14);
		uint32_t* L_16 = ((L_14)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)1)))));
		uint32_t L_17 = V_4;
		*((int32_t*)(L_16)) = (int32_t)((int32_t)((int32_t)(*((uint32_t*)L_16))|(int32_t)L_17));
		int32_t L_18 = V_2;
		V_4 = ((int32_t)((uint32_t)(-1)>>((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)32), (int32_t)L_18))&(int32_t)((int32_t)31)))));
		UInt32U5BU5D_t2770800703* L_19 = __this->get_data_1();
		int32_t L_20 = V_1;
		NullCheck(L_19);
		uint32_t* L_21 = ((L_19)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)1)))));
		uint32_t L_22 = V_4;
		*((int32_t*)(L_21)) = (int32_t)((int32_t)((int32_t)(*((uint32_t*)L_21))&(int32_t)L_22));
		goto IL_00a7;
	}

IL_0090:
	{
		UInt32U5BU5D_t2770800703* L_23 = __this->get_data_1();
		int32_t L_24 = V_1;
		NullCheck(L_23);
		uint32_t* L_25 = ((L_23)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)1)))));
		*((int32_t*)(L_25)) = (int32_t)((int32_t)((int32_t)(*((uint32_t*)L_25))|(int32_t)((int32_t)-2147483648LL)));
	}

IL_00a7:
	{
		BigInteger_Normalize_m4163607703(__this, /*hidden argument*/NULL);
		return;
	}
}
// System.Void Mono.Math.BigInteger::Randomize()
extern "C"  void BigInteger_Randomize_m2194703121 (BigInteger_t2902905089 * __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (BigInteger_Randomize_m2194703121_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		RandomNumberGenerator_t386037858 * L_0 = BigInteger_get_Rng_m4216817480(NULL /*static, unused*/, /*hidden argument*/NULL);
		BigInteger_Randomize_m410563259(__this, L_0, /*hidden argument*/NULL);
		return;
	}
}
// System.Int32 Mono.Math.BigInteger::BitCount()
extern "C"  int32_t BigInteger_BitCount_m3710900808 (BigInteger_t2902905089 * __this, const RuntimeMethod* method)
{
	uint32_t V_0 = 0;
	uint32_t V_1 = 0;
	uint32_t V_2 = 0;
	{
		BigInteger_Normalize_m4163607703(__this, /*hidden argument*/NULL);
		UInt32U5BU5D_t2770800703* L_0 = __this->get_data_1();
		uint32_t L_1 = __this->get_length_0();
		NullCheck(L_0);
		uintptr_t L_2 = (((uintptr_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1))));
		uint32_t L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
		V_0 = L_3;
		V_1 = ((int32_t)-2147483648LL);
		V_2 = ((int32_t)32);
		goto IL_002d;
	}

IL_0025:
	{
		uint32_t L_4 = V_2;
		V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1));
		uint32_t L_5 = V_1;
		V_1 = ((int32_t)((uint32_t)L_5>>1));
	}

IL_002d:
	{
		uint32_t L_6 = V_2;
		if ((!(((uint32_t)L_6) > ((uint32_t)0))))
		{
			goto IL_003c;
		}
	}
	{
		uint32_t L_7 = V_0;
		uint32_t L_8 = V_1;
		if (!((int32_t)((int32_t)L_7&(int32_t)L_8)))
		{
			goto IL_0025;
		}
	}

IL_003c:
	{
		uint32_t L_9 = V_2;
		uint32_t L_10 = __this->get_length_0();
		V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1))<<(int32_t)5))));
		uint32_t L_11 = V_2;
		return L_11;
	}
}
// System.Boolean Mono.Math.BigInteger::TestBit(System.UInt32)
extern "C"  bool BigInteger_TestBit_m1365094736 (BigInteger_t2902905089 * __this, uint32_t ___bitNum0, const RuntimeMethod* method)
{
	uint32_t V_0 = 0;
	uint8_t V_1 = 0x0;
	uint32_t V_2 = 0;
	{
		uint32_t L_0 = ___bitNum0;
		V_0 = ((int32_t)((uint32_t)L_0>>5));
		uint32_t L_1 = ___bitNum0;
		V_1 = (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_1&(int32_t)((int32_t)31))))));
		uint8_t L_2 = V_1;
		V_2 = ((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)L_2&(int32_t)((int32_t)31)))));
		UInt32U5BU5D_t2770800703* L_3 = __this->get_data_1();
		uint32_t L_4 = V_0;
		NullCheck(L_3);
		uintptr_t L_5 = (((uintptr_t)L_4));
		uint32_t L_6 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
		uint32_t L_7 = V_2;
		return (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_6&(int32_t)L_7))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0);
	}
}
// System.Boolean Mono.Math.BigInteger::TestBit(System.Int32)
extern "C"  bool BigInteger_TestBit_m1507066813 (BigInteger_t2902905089 * __this, int32_t ___bitNum0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (BigInteger_TestBit_m1507066813_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	uint32_t V_0 = 0;
	uint8_t V_1 = 0x0;
	uint32_t V_2 = 0;
	{
		int32_t L_0 = ___bitNum0;
		if ((((int32_t)L_0) >= ((int32_t)0)))
		{
			goto IL_0012;
		}
	}
	{
		IndexOutOfRangeException_t1578797820 * L_1 = (IndexOutOfRangeException_t1578797820 *)il2cpp_codegen_object_new(IndexOutOfRangeException_t1578797820_il2cpp_TypeInfo_var);
		IndexOutOfRangeException__ctor_m3408750441(L_1, _stringLiteral3202607819, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_1);
	}

IL_0012:
	{
		int32_t L_2 = ___bitNum0;
		V_0 = ((int32_t)((uint32_t)L_2>>5));
		int32_t L_3 = ___bitNum0;
		V_1 = (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)31))))));
		uint8_t L_4 = V_1;
		V_2 = ((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)L_4&(int32_t)((int32_t)31)))));
		UInt32U5BU5D_t2770800703* L_5 = __this->get_data_1();
		uint32_t L_6 = V_0;
		NullCheck(L_5);
		uintptr_t L_7 = (((uintptr_t)L_6));
		uint32_t L_8 = (L_5)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
		uint32_t L_9 = V_2;
		UInt32U5BU5D_t2770800703* L_10 = __this->get_data_1();
		uint32_t L_11 = V_0;
		NullCheck(L_10);
		uintptr_t L_12 = (((uintptr_t)L_11));
		uint32_t L_13 = (L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_12));
		return (bool)((((int32_t)((int32_t)((int32_t)L_8|(int32_t)L_9))) == ((int32_t)L_13))? 1 : 0);
	}
}
// System.Void Mono.Math.BigInteger::SetBit(System.UInt32)
extern "C"  void BigInteger_SetBit_m1985185235 (BigInteger_t2902905089 * __this, uint32_t ___bitNum0, const RuntimeMethod* method)
{
	{
		uint32_t L_0 = ___bitNum0;
		BigInteger_SetBit_m337653943(__this, L_0, (bool)1, /*hidden argument*/NULL);
		return;
	}
}
// System.Void Mono.Math.BigInteger::SetBit(System.UInt32,System.Boolean)
extern "C"  void BigInteger_SetBit_m337653943 (BigInteger_t2902905089 * __this, uint32_t ___bitNum0, bool ___value1, const RuntimeMethod* method)
{
	uint32_t V_0 = 0;
	uint32_t V_1 = 0;
	{
		uint32_t L_0 = ___bitNum0;
		V_0 = ((int32_t)((uint32_t)L_0>>5));
		uint32_t L_1 = V_0;
		uint32_t L_2 = __this->get_length_0();
		if ((!(((uint32_t)L_1) < ((uint32_t)L_2))))
		{
			goto IL_004a;
		}
	}
	{
		uint32_t L_3 = ___bitNum0;
		V_1 = ((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)31)))&(int32_t)((int32_t)31)))));
		bool L_4 = ___value1;
		if (!L_4)
		{
			goto IL_0037;
		}
	}
	{
		UInt32U5BU5D_t2770800703* L_5 = __this->get_data_1();
		uint32_t L_6 = V_0;
		NullCheck(L_5);
		uint32_t* L_7 = ((L_5)->GetAddressAt(static_cast<il2cpp_array_size_t>((((uintptr_t)L_6)))));
		uint32_t L_8 = V_1;
		*((int32_t*)(L_7)) = (int32_t)((int32_t)((int32_t)(*((uint32_t*)L_7))|(int32_t)L_8));
		goto IL_004a;
	}

IL_0037:
	{
		UInt32U5BU5D_t2770800703* L_9 = __this->get_data_1();
		uint32_t L_10 = V_0;
		NullCheck(L_9);
		uint32_t* L_11 = ((L_9)->GetAddressAt(static_cast<il2cpp_array_size_t>((((uintptr_t)L_10)))));
		uint32_t L_12 = V_1;
		*((int32_t*)(L_11)) = (int32_t)((int32_t)((int32_t)(*((uint32_t*)L_11))&(int32_t)((~L_12))));
	}

IL_004a:
	{
		return;
	}
}
// System.Int32 Mono.Math.BigInteger::LowestSetBit()
extern "C"  int32_t BigInteger_LowestSetBit_m3082714978 (BigInteger_t2902905089 * __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (BigInteger_LowestSetBit_m3082714978_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	{
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		bool L_0 = BigInteger_op_Equality_m970226143(NULL /*static, unused*/, __this, 0, /*hidden argument*/NULL);
		if (!L_0)
		{
			goto IL_000e;
		}
	}
	{
		return (-1);
	}

IL_000e:
	{
		V_0 = 0;
		goto IL_0019;
	}

IL_0015:
	{
		int32_t L_1 = V_0;
		V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1));
	}

IL_0019:
	{
		int32_t L_2 = V_0;
		bool L_3 = BigInteger_TestBit_m1507066813(__this, L_2, /*hidden argument*/NULL);
		if (!L_3)
		{
			goto IL_0015;
		}
	}
	{
		int32_t L_4 = V_0;
		return L_4;
	}
}
// System.Byte[] Mono.Math.BigInteger::GetBytes()
extern "C"  ByteU5BU5D_t4116647657* BigInteger_GetBytes_m997192583 (BigInteger_t2902905089 * __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (BigInteger_GetBytes_m997192583_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	int32_t V_1 = 0;
	ByteU5BU5D_t4116647657* V_2 = NULL;
	int32_t V_3 = 0;
	int32_t V_4 = 0;
	int32_t V_5 = 0;
	uint32_t V_6 = 0;
	int32_t V_7 = 0;
	{
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		bool L_0 = BigInteger_op_Equality_m970226143(NULL /*static, unused*/, __this, 0, /*hidden argument*/NULL);
		if (!L_0)
		{
			goto IL_0013;
		}
	}
	{
		return ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)1));
	}

IL_0013:
	{
		int32_t L_1 = BigInteger_BitCount_m3710900808(__this, /*hidden argument*/NULL);
		V_0 = L_1;
		int32_t L_2 = V_0;
		V_1 = ((int32_t)((int32_t)L_2>>(int32_t)3));
		int32_t L_3 = V_0;
		if (!((int32_t)((int32_t)L_3&(int32_t)7)))
		{
			goto IL_002a;
		}
	}
	{
		int32_t L_4 = V_1;
		V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1));
	}

IL_002a:
	{
		int32_t L_5 = V_1;
		V_2 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_5));
		int32_t L_6 = V_1;
		V_3 = ((int32_t)((int32_t)L_6&(int32_t)3));
		int32_t L_7 = V_3;
		if (L_7)
		{
			goto IL_003d;
		}
	}
	{
		V_3 = 4;
	}

IL_003d:
	{
		V_4 = 0;
		uint32_t L_8 = __this->get_length_0();
		V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1));
		goto IL_0096;
	}

IL_004f:
	{
		UInt32U5BU5D_t2770800703* L_9 = __this->get_data_1();
		int32_t L_10 = V_5;
		NullCheck(L_9);
		int32_t L_11 = L_10;
		uint32_t L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
		V_6 = L_12;
		int32_t L_13 = V_3;
		V_7 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)1));
		goto IL_0080;
	}

IL_0064:
	{
		ByteU5BU5D_t4116647657* L_14 = V_2;
		int32_t L_15 = V_4;
		int32_t L_16 = V_7;
		uint32_t L_17 = V_6;
		NullCheck(L_14);
		(L_14)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)L_16))), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_17&(int32_t)((int32_t)255)))))));
		uint32_t L_18 = V_6;
		V_6 = ((int32_t)((uint32_t)L_18>>8));
		int32_t L_19 = V_7;
		V_7 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)1));
	}

IL_0080:
	{
		int32_t L_20 = V_7;
		if ((((int32_t)L_20) >= ((int32_t)0)))
		{
			goto IL_0064;
		}
	}
	{
		int32_t L_21 = V_4;
		int32_t L_22 = V_3;
		V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)L_22));
		V_3 = 4;
		int32_t L_23 = V_5;
		V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)1));
	}

IL_0096:
	{
		int32_t L_24 = V_5;
		if ((((int32_t)L_24) >= ((int32_t)0)))
		{
			goto IL_004f;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_25 = V_2;
		return L_25;
	}
}
// System.String Mono.Math.BigInteger::ToString(System.UInt32)
extern "C"  String_t* BigInteger_ToString_m570257729 (BigInteger_t2902905089 * __this, uint32_t ___radix0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (BigInteger_ToString_m570257729_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		uint32_t L_0 = ___radix0;
		String_t* L_1 = BigInteger_ToString_m3475000413(__this, L_0, _stringLiteral1506186219, /*hidden argument*/NULL);
		return L_1;
	}
}
// System.String Mono.Math.BigInteger::ToString(System.UInt32,System.String)
extern "C"  String_t* BigInteger_ToString_m3475000413 (BigInteger_t2902905089 * __this, uint32_t ___radix0, String_t* ___characterSet1, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (BigInteger_ToString_m3475000413_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	String_t* V_0 = NULL;
	BigInteger_t2902905089 * V_1 = NULL;
	uint32_t V_2 = 0;
	{
		String_t* L_0 = ___characterSet1;
		NullCheck(L_0);
		int32_t L_1 = String_get_Length_m3847582255(L_0, /*hidden argument*/NULL);
		uint32_t L_2 = ___radix0;
		if ((((int64_t)(((int64_t)((int64_t)L_1)))) >= ((int64_t)(((int64_t)((uint64_t)L_2))))))
		{
			goto IL_001e;
		}
	}
	{
		ArgumentException_t132251570 * L_3 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var);
		ArgumentException__ctor_m1216717135(L_3, _stringLiteral907065636, _stringLiteral2188206873, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_3);
	}

IL_001e:
	{
		uint32_t L_4 = ___radix0;
		if ((!(((uint32_t)L_4) == ((uint32_t)1))))
		{
			goto IL_0035;
		}
	}
	{
		ArgumentException_t132251570 * L_5 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var);
		ArgumentException__ctor_m1216717135(L_5, _stringLiteral2375729243, _stringLiteral3085174530, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_5);
	}

IL_0035:
	{
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		bool L_6 = BigInteger_op_Equality_m970226143(NULL /*static, unused*/, __this, 0, /*hidden argument*/NULL);
		if (!L_6)
		{
			goto IL_0047;
		}
	}
	{
		return _stringLiteral3452614544;
	}

IL_0047:
	{
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		bool L_7 = BigInteger_op_Equality_m970226143(NULL /*static, unused*/, __this, 1, /*hidden argument*/NULL);
		if (!L_7)
		{
			goto IL_0059;
		}
	}
	{
		return _stringLiteral3452614543;
	}

IL_0059:
	{
		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();
		V_0 = L_8;
		BigInteger_t2902905089 * L_9 = (BigInteger_t2902905089 *)il2cpp_codegen_object_new(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger__ctor_m1426225719(L_9, __this, /*hidden argument*/NULL);
		V_1 = L_9;
		goto IL_0086;
	}

IL_006b:
	{
		BigInteger_t2902905089 * L_10 = V_1;
		uint32_t L_11 = ___radix0;
		uint32_t L_12 = Kernel_SingleByteDivideInPlace_m907158225(NULL /*static, unused*/, L_10, L_11, /*hidden argument*/NULL);
		V_2 = L_12;
		String_t* L_13 = ___characterSet1;
		uint32_t L_14 = V_2;
		NullCheck(L_13);
		Il2CppChar L_15 = String_get_Chars_m2986988803(L_13, L_14, /*hidden argument*/NULL);
		Il2CppChar L_16 = L_15;
		RuntimeObject * L_17 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_16);
		String_t* L_18 = V_0;
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_19 = String_Concat_m904156431(NULL /*static, unused*/, L_17, L_18, /*hidden argument*/NULL);
		V_0 = L_19;
	}

IL_0086:
	{
		BigInteger_t2902905089 * L_20 = V_1;
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		bool L_21 = BigInteger_op_Inequality_m2239968970(NULL /*static, unused*/, L_20, 0, /*hidden argument*/NULL);
		if (L_21)
		{
			goto IL_006b;
		}
	}
	{
		String_t* L_22 = V_0;
		return L_22;
	}
}
// System.Void Mono.Math.BigInteger::Normalize()
extern "C"  void BigInteger_Normalize_m4163607703 (BigInteger_t2902905089 * __this, const RuntimeMethod* method)
{
	{
		goto IL_0013;
	}

IL_0005:
	{
		uint32_t L_0 = __this->get_length_0();
		__this->set_length_0(((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1)));
	}

IL_0013:
	{
		uint32_t L_1 = __this->get_length_0();
		if ((!(((uint32_t)L_1) > ((uint32_t)0))))
		{
			goto IL_0034;
		}
	}
	{
		UInt32U5BU5D_t2770800703* L_2 = __this->get_data_1();
		uint32_t L_3 = __this->get_length_0();
		NullCheck(L_2);
		uintptr_t L_4 = (((uintptr_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1))));
		uint32_t L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
		if (!L_5)
		{
			goto IL_0005;
		}
	}

IL_0034:
	{
		uint32_t L_6 = __this->get_length_0();
		if (L_6)
		{
			goto IL_004d;
		}
	}
	{
		uint32_t L_7 = __this->get_length_0();
		__this->set_length_0(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)));
	}

IL_004d:
	{
		return;
	}
}
// System.Void Mono.Math.BigInteger::Clear()
extern "C"  void BigInteger_Clear_m3104012800 (BigInteger_t2902905089 * __this, const RuntimeMethod* method)
{
	int32_t V_0 = 0;
	{
		V_0 = 0;
		goto IL_0014;
	}

IL_0007:
	{
		UInt32U5BU5D_t2770800703* L_0 = __this->get_data_1();
		int32_t L_1 = V_0;
		NullCheck(L_0);
		(L_0)->SetAt(static_cast<il2cpp_array_size_t>(L_1), (uint32_t)0);
		int32_t L_2 = V_0;
		V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1));
	}

IL_0014:
	{
		int32_t L_3 = V_0;
		uint32_t L_4 = __this->get_length_0();
		if ((((int64_t)(((int64_t)((int64_t)L_3)))) < ((int64_t)(((int64_t)((uint64_t)L_4))))))
		{
			goto IL_0007;
		}
	}
	{
		return;
	}
}
// System.Int32 Mono.Math.BigInteger::GetHashCode()
extern "C"  int32_t BigInteger_GetHashCode_m1262812797 (BigInteger_t2902905089 * __this, const RuntimeMethod* method)
{
	uint32_t V_0 = 0;
	uint32_t V_1 = 0;
	{
		V_0 = 0;
		V_1 = 0;
		goto IL_0019;
	}

IL_0009:
	{
		uint32_t L_0 = V_0;
		UInt32U5BU5D_t2770800703* L_1 = __this->get_data_1();
		uint32_t L_2 = V_1;
		NullCheck(L_1);
		uintptr_t L_3 = (((uintptr_t)L_2));
		uint32_t L_4 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
		V_0 = ((int32_t)((int32_t)L_0^(int32_t)L_4));
		uint32_t L_5 = V_1;
		V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1));
	}

IL_0019:
	{
		uint32_t L_6 = V_1;
		uint32_t L_7 = __this->get_length_0();
		if ((!(((uint32_t)L_6) >= ((uint32_t)L_7))))
		{
			goto IL_0009;
		}
	}
	{
		uint32_t L_8 = V_0;
		return L_8;
	}
}
// System.String Mono.Math.BigInteger::ToString()
extern "C"  String_t* BigInteger_ToString_m3278248272 (BigInteger_t2902905089 * __this, const RuntimeMethod* method)
{
	{
		String_t* L_0 = BigInteger_ToString_m570257729(__this, ((int32_t)10), /*hidden argument*/NULL);
		return L_0;
	}
}
// System.Boolean Mono.Math.BigInteger::Equals(System.Object)
extern "C"  bool BigInteger_Equals_m1948500455 (BigInteger_t2902905089 * __this, RuntimeObject * ___o0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (BigInteger_Equals_m1948500455_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	BigInteger_t2902905089 * V_0 = NULL;
	int32_t G_B6_0 = 0;
	{
		RuntimeObject * L_0 = ___o0;
		if (L_0)
		{
			goto IL_0008;
		}
	}
	{
		return (bool)0;
	}

IL_0008:
	{
		RuntimeObject * L_1 = ___o0;
		if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_1, Int32_t2950945753_il2cpp_TypeInfo_var)))
		{
			goto IL_002f;
		}
	}
	{
		RuntimeObject * L_2 = ___o0;
		if ((((int32_t)((*(int32_t*)((int32_t*)UnBox(L_2, Int32_t2950945753_il2cpp_TypeInfo_var))))) < ((int32_t)0)))
		{
			goto IL_002d;
		}
	}
	{
		RuntimeObject * L_3 = ___o0;
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		bool L_4 = BigInteger_op_Equality_m970226143(NULL /*static, unused*/, __this, ((*(uint32_t*)((uint32_t*)UnBox(L_3, UInt32_t2560061978_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL);
		G_B6_0 = ((int32_t)(L_4));
		goto IL_002e;
	}

IL_002d:
	{
		G_B6_0 = 0;
	}

IL_002e:
	{
		return (bool)G_B6_0;
	}

IL_002f:
	{
		RuntimeObject * L_5 = ___o0;
		V_0 = ((BigInteger_t2902905089 *)IsInstClass((RuntimeObject*)L_5, BigInteger_t2902905089_il2cpp_TypeInfo_var));
		BigInteger_t2902905089 * L_6 = V_0;
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		bool L_7 = BigInteger_op_Equality_m3263851871(NULL /*static, unused*/, L_6, (BigInteger_t2902905089 *)NULL, /*hidden argument*/NULL);
		if (!L_7)
		{
			goto IL_0044;
		}
	}
	{
		return (bool)0;
	}

IL_0044:
	{
		BigInteger_t2902905089 * L_8 = V_0;
		int32_t L_9 = Kernel_Compare_m1530940716(NULL /*static, unused*/, __this, L_8, /*hidden argument*/NULL);
		return (bool)((((int32_t)L_9) == ((int32_t)0))? 1 : 0);
	}
}
// Mono.Math.BigInteger Mono.Math.BigInteger::ModInverse(Mono.Math.BigInteger)
extern "C"  BigInteger_t2902905089 * BigInteger_ModInverse_m3469244086 (BigInteger_t2902905089 * __this, BigInteger_t2902905089 * ___modulus0, const RuntimeMethod* method)
{
	{
		BigInteger_t2902905089 * L_0 = ___modulus0;
		BigInteger_t2902905089 * L_1 = Kernel_modInverse_m3523342258(NULL /*static, unused*/, __this, L_0, /*hidden argument*/NULL);
		return L_1;
	}
}
// Mono.Math.BigInteger Mono.Math.BigInteger::ModPow(Mono.Math.BigInteger,Mono.Math.BigInteger)
extern "C"  BigInteger_t2902905089 * BigInteger_ModPow_m2277842115 (BigInteger_t2902905089 * __this, BigInteger_t2902905089 * ___exp0, BigInteger_t2902905089 * ___n1, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (BigInteger_ModPow_m2277842115_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	ModulusRing_t596511504 * V_0 = NULL;
	{
		BigInteger_t2902905089 * L_0 = ___n1;
		ModulusRing_t596511504 * L_1 = (ModulusRing_t596511504 *)il2cpp_codegen_object_new(ModulusRing_t596511504_il2cpp_TypeInfo_var);
		ModulusRing__ctor_m2100816195(L_1, L_0, /*hidden argument*/NULL);
		V_0 = L_1;
		ModulusRing_t596511504 * L_2 = V_0;
		BigInteger_t2902905089 * L_3 = ___exp0;
		NullCheck(L_2);
		BigInteger_t2902905089 * L_4 = ModulusRing_Pow_m83007704(L_2, __this, L_3, /*hidden argument*/NULL);
		return L_4;
	}
}
// System.Boolean Mono.Math.BigInteger::IsProbablePrime()
extern "C"  bool BigInteger_IsProbablePrime_m567194283 (BigInteger_t2902905089 * __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (BigInteger_IsProbablePrime_m567194283_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	int32_t V_1 = 0;
	{
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		UInt32U5BU5D_t2770800703* L_0 = ((BigInteger_t2902905089_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t2902905089_il2cpp_TypeInfo_var))->get_smallPrimes_2();
		UInt32U5BU5D_t2770800703* L_1 = ((BigInteger_t2902905089_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t2902905089_il2cpp_TypeInfo_var))->get_smallPrimes_2();
		NullCheck(L_1);
		NullCheck(L_0);
		int32_t L_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length)))), (int32_t)1));
		uint32_t L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
		BigInteger_t2902905089 * L_4 = BigInteger_op_Implicit_m378428706(NULL /*static, unused*/, L_3, /*hidden argument*/NULL);
		bool L_5 = BigInteger_op_LessThanOrEqual_m2553515144(NULL /*static, unused*/, __this, L_4, /*hidden argument*/NULL);
		if (!L_5)
		{
			goto IL_004d;
		}
	}
	{
		V_0 = 0;
		goto IL_003e;
	}

IL_0026:
	{
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		UInt32U5BU5D_t2770800703* L_6 = ((BigInteger_t2902905089_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t2902905089_il2cpp_TypeInfo_var))->get_smallPrimes_2();
		int32_t L_7 = V_0;
		NullCheck(L_6);
		int32_t L_8 = L_7;
		uint32_t L_9 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
		bool L_10 = BigInteger_op_Equality_m970226143(NULL /*static, unused*/, __this, L_9, /*hidden argument*/NULL);
		if (!L_10)
		{
			goto IL_003a;
		}
	}
	{
		return (bool)1;
	}

IL_003a:
	{
		int32_t L_11 = V_0;
		V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
	}

IL_003e:
	{
		int32_t L_12 = V_0;
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		UInt32U5BU5D_t2770800703* L_13 = ((BigInteger_t2902905089_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t2902905089_il2cpp_TypeInfo_var))->get_smallPrimes_2();
		NullCheck(L_13);
		if ((((int32_t)L_12) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_13)->max_length)))))))
		{
			goto IL_0026;
		}
	}
	{
		return (bool)0;
	}

IL_004d:
	{
		V_1 = 0;
		goto IL_006c;
	}

IL_0054:
	{
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		UInt32U5BU5D_t2770800703* L_14 = ((BigInteger_t2902905089_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t2902905089_il2cpp_TypeInfo_var))->get_smallPrimes_2();
		int32_t L_15 = V_1;
		NullCheck(L_14);
		int32_t L_16 = L_15;
		uint32_t L_17 = (L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
		uint32_t L_18 = BigInteger_op_Modulus_m1987692259(NULL /*static, unused*/, __this, L_17, /*hidden argument*/NULL);
		if (L_18)
		{
			goto IL_0068;
		}
	}
	{
		return (bool)0;
	}

IL_0068:
	{
		int32_t L_19 = V_1;
		V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1));
	}

IL_006c:
	{
		int32_t L_20 = V_1;
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		UInt32U5BU5D_t2770800703* L_21 = ((BigInteger_t2902905089_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t2902905089_il2cpp_TypeInfo_var))->get_smallPrimes_2();
		NullCheck(L_21);
		if ((((int32_t)L_20) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_21)->max_length)))))))
		{
			goto IL_0054;
		}
	}
	{
		bool L_22 = PrimalityTests_Test_m2932837908(NULL /*static, unused*/, __this, 2, /*hidden argument*/NULL);
		return L_22;
	}
}
// Mono.Math.BigInteger Mono.Math.BigInteger::GeneratePseudoPrime(System.Int32)
extern "C"  BigInteger_t2902905089 * BigInteger_GeneratePseudoPrime_m1941064930 (RuntimeObject * __this /* static, unused */, int32_t ___bits0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (BigInteger_GeneratePseudoPrime_m1941064930_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	SequentialSearchPrimeGeneratorBase_t2996090508 * V_0 = NULL;
	{
		SequentialSearchPrimeGeneratorBase_t2996090508 * L_0 = (SequentialSearchPrimeGeneratorBase_t2996090508 *)il2cpp_codegen_object_new(SequentialSearchPrimeGeneratorBase_t2996090508_il2cpp_TypeInfo_var);
		SequentialSearchPrimeGeneratorBase__ctor_m3077428553(L_0, /*hidden argument*/NULL);
		V_0 = L_0;
		SequentialSearchPrimeGeneratorBase_t2996090508 * L_1 = V_0;
		int32_t L_2 = ___bits0;
		NullCheck(L_1);
		BigInteger_t2902905089 * L_3 = VirtFuncInvoker1< BigInteger_t2902905089 *, int32_t >::Invoke(7 /* Mono.Math.BigInteger Mono.Math.Prime.Generator.SequentialSearchPrimeGeneratorBase::GenerateNewPrime(System.Int32) */, L_1, L_2);
		return L_3;
	}
}
// System.Void Mono.Math.BigInteger::Incr2()
extern "C"  void BigInteger_Incr2_m2179060417 (BigInteger_t2902905089 * __this, const RuntimeMethod* method)
{
	int32_t V_0 = 0;
	{
		V_0 = 0;
		UInt32U5BU5D_t2770800703* L_0 = __this->get_data_1();
		NullCheck(L_0);
		uint32_t* L_1 = ((L_0)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)));
		*((int32_t*)(L_1)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((uint32_t*)L_1)), (int32_t)2));
		UInt32U5BU5D_t2770800703* L_2 = __this->get_data_1();
		NullCheck(L_2);
		int32_t L_3 = 0;
		uint32_t L_4 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
		if ((!(((uint32_t)L_4) < ((uint32_t)2))))
		{
			goto IL_0077;
		}
	}
	{
		UInt32U5BU5D_t2770800703* L_5 = __this->get_data_1();
		int32_t L_6 = V_0;
		int32_t L_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1));
		V_0 = L_7;
		NullCheck(L_5);
		uint32_t* L_8 = ((L_5)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_7)));
		*((int32_t*)(L_8)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((uint32_t*)L_8)), (int32_t)1));
		goto IL_004c;
	}

IL_003b:
	{
		UInt32U5BU5D_t2770800703* L_9 = __this->get_data_1();
		int32_t L_10 = V_0;
		NullCheck(L_9);
		uint32_t* L_11 = ((L_9)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_10)));
		*((int32_t*)(L_11)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((uint32_t*)L_11)), (int32_t)1));
	}

IL_004c:
	{
		UInt32U5BU5D_t2770800703* L_12 = __this->get_data_1();
		int32_t L_13 = V_0;
		int32_t L_14 = L_13;
		V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1));
		NullCheck(L_12);
		int32_t L_15 = L_14;
		uint32_t L_16 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
		if (!L_16)
		{
			goto IL_003b;
		}
	}
	{
		uint32_t L_17 = __this->get_length_0();
		int32_t L_18 = V_0;
		if ((!(((uint32_t)L_17) == ((uint32_t)L_18))))
		{
			goto IL_0077;
		}
	}
	{
		uint32_t L_19 = __this->get_length_0();
		__this->set_length_0(((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)));
	}

IL_0077:
	{
		return;
	}
}
// Mono.Math.BigInteger Mono.Math.BigInteger::op_Implicit(System.UInt32)
extern "C"  BigInteger_t2902905089 * BigInteger_op_Implicit_m378428706 (RuntimeObject * __this /* static, unused */, uint32_t ___value0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (BigInteger_op_Implicit_m378428706_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		uint32_t L_0 = ___value0;
		BigInteger_t2902905089 * L_1 = (BigInteger_t2902905089 *)il2cpp_codegen_object_new(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger__ctor_m3985126171(L_1, L_0, /*hidden argument*/NULL);
		return L_1;
	}
}
// Mono.Math.BigInteger Mono.Math.BigInteger::op_Implicit(System.Int32)
extern "C"  BigInteger_t2902905089 * BigInteger_op_Implicit_m2847009755 (RuntimeObject * __this /* static, unused */, int32_t ___value0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (BigInteger_op_Implicit_m2847009755_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		int32_t L_0 = ___value0;
		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, _stringLiteral3493618073, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_1);
	}

IL_0012:
	{
		int32_t L_2 = ___value0;
		BigInteger_t2902905089 * L_3 = (BigInteger_t2902905089 *)il2cpp_codegen_object_new(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger__ctor_m3985126171(L_3, L_2, /*hidden argument*/NULL);
		return L_3;
	}
}
// Mono.Math.BigInteger Mono.Math.BigInteger::op_Addition(Mono.Math.BigInteger,Mono.Math.BigInteger)
extern "C"  BigInteger_t2902905089 * BigInteger_op_Addition_m2544206388 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905089 * ___bi10, BigInteger_t2902905089 * ___bi21, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (BigInteger_op_Addition_m2544206388_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		BigInteger_t2902905089 * L_0 = ___bi10;
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		bool L_1 = BigInteger_op_Equality_m970226143(NULL /*static, unused*/, L_0, 0, /*hidden argument*/NULL);
		if (!L_1)
		{
			goto IL_0013;
		}
	}
	{
		BigInteger_t2902905089 * L_2 = ___bi21;
		BigInteger_t2902905089 * L_3 = (BigInteger_t2902905089 *)il2cpp_codegen_object_new(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger__ctor_m1426225719(L_3, L_2, /*hidden argument*/NULL);
		return L_3;
	}

IL_0013:
	{
		BigInteger_t2902905089 * L_4 = ___bi21;
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		bool L_5 = BigInteger_op_Equality_m970226143(NULL /*static, unused*/, L_4, 0, /*hidden argument*/NULL);
		if (!L_5)
		{
			goto IL_0026;
		}
	}
	{
		BigInteger_t2902905089 * L_6 = ___bi10;
		BigInteger_t2902905089 * L_7 = (BigInteger_t2902905089 *)il2cpp_codegen_object_new(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger__ctor_m1426225719(L_7, L_6, /*hidden argument*/NULL);
		return L_7;
	}

IL_0026:
	{
		BigInteger_t2902905089 * L_8 = ___bi10;
		BigInteger_t2902905089 * L_9 = ___bi21;
		BigInteger_t2902905089 * L_10 = Kernel_AddSameSign_m1676432471(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL);
		return L_10;
	}
}
// Mono.Math.BigInteger Mono.Math.BigInteger::op_Subtraction(Mono.Math.BigInteger,Mono.Math.BigInteger)
extern "C"  BigInteger_t2902905089 * BigInteger_op_Subtraction_m1575155386 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905089 * ___bi10, BigInteger_t2902905089 * ___bi21, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (BigInteger_op_Subtraction_m1575155386_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	{
		BigInteger_t2902905089 * L_0 = ___bi21;
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		bool L_1 = BigInteger_op_Equality_m970226143(NULL /*static, unused*/, L_0, 0, /*hidden argument*/NULL);
		if (!L_1)
		{
			goto IL_0013;
		}
	}
	{
		BigInteger_t2902905089 * L_2 = ___bi10;
		BigInteger_t2902905089 * L_3 = (BigInteger_t2902905089 *)il2cpp_codegen_object_new(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger__ctor_m1426225719(L_3, L_2, /*hidden argument*/NULL);
		return L_3;
	}

IL_0013:
	{
		BigInteger_t2902905089 * L_4 = ___bi10;
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		bool L_5 = BigInteger_op_Equality_m970226143(NULL /*static, unused*/, L_4, 0, /*hidden argument*/NULL);
		if (!L_5)
		{
			goto IL_002a;
		}
	}
	{
		ArithmeticException_t4283546778 * L_6 = (ArithmeticException_t4283546778 *)il2cpp_codegen_object_new(ArithmeticException_t4283546778_il2cpp_TypeInfo_var);
		ArithmeticException__ctor_m3551809662(L_6, _stringLiteral4059074779, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_6);
	}

IL_002a:
	{
		BigInteger_t2902905089 * L_7 = ___bi10;
		BigInteger_t2902905089 * L_8 = ___bi21;
		int32_t L_9 = Kernel_Compare_m1530940716(NULL /*static, unused*/, L_7, L_8, /*hidden argument*/NULL);
		V_0 = L_9;
		int32_t L_10 = V_0;
		switch (((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)))
		{
			case 0:
			{
				goto IL_005a;
			}
			case 1:
			{
				goto IL_004b;
			}
			case 2:
			{
				goto IL_0052;
			}
		}
	}
	{
		goto IL_0065;
	}

IL_004b:
	{
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger_t2902905089 * L_11 = BigInteger_op_Implicit_m2847009755(NULL /*static, unused*/, 0, /*hidden argument*/NULL);
		return L_11;
	}

IL_0052:
	{
		BigInteger_t2902905089 * L_12 = ___bi10;
		BigInteger_t2902905089 * L_13 = ___bi21;
		BigInteger_t2902905089 * L_14 = Kernel_Subtract_m657044818(NULL /*static, unused*/, L_12, L_13, /*hidden argument*/NULL);
		return L_14;
	}

IL_005a:
	{
		ArithmeticException_t4283546778 * L_15 = (ArithmeticException_t4283546778 *)il2cpp_codegen_object_new(ArithmeticException_t4283546778_il2cpp_TypeInfo_var);
		ArithmeticException__ctor_m3551809662(L_15, _stringLiteral4059074779, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_15);
	}

IL_0065:
	{
		Exception_t * L_16 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var);
		Exception__ctor_m213470898(L_16, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_16);
	}
}
// System.UInt32 Mono.Math.BigInteger::op_Modulus(Mono.Math.BigInteger,System.UInt32)
extern "C"  uint32_t BigInteger_op_Modulus_m1987692259 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905089 * ___bi0, uint32_t ___ui1, const RuntimeMethod* method)
{
	{
		BigInteger_t2902905089 * L_0 = ___bi0;
		uint32_t L_1 = ___ui1;
		uint32_t L_2 = Kernel_DwordMod_m4183681925(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL);
		return L_2;
	}
}
// Mono.Math.BigInteger Mono.Math.BigInteger::op_Modulus(Mono.Math.BigInteger,Mono.Math.BigInteger)
extern "C"  BigInteger_t2902905089 * BigInteger_op_Modulus_m3223754023 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905089 * ___bi10, BigInteger_t2902905089 * ___bi21, const RuntimeMethod* method)
{
	{
		BigInteger_t2902905089 * L_0 = ___bi10;
		BigInteger_t2902905089 * L_1 = ___bi21;
		BigIntegerU5BU5D_t2349952476* L_2 = Kernel_multiByteDivide_m4249920547(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL);
		NullCheck(L_2);
		int32_t L_3 = 1;
		BigInteger_t2902905089 * L_4 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
		return L_4;
	}
}
// Mono.Math.BigInteger Mono.Math.BigInteger::op_Division(Mono.Math.BigInteger,Mono.Math.BigInteger)
extern "C"  BigInteger_t2902905089 * BigInteger_op_Division_m2437128540 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905089 * ___bi10, BigInteger_t2902905089 * ___bi21, const RuntimeMethod* method)
{
	{
		BigInteger_t2902905089 * L_0 = ___bi10;
		BigInteger_t2902905089 * L_1 = ___bi21;
		BigIntegerU5BU5D_t2349952476* L_2 = Kernel_multiByteDivide_m4249920547(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL);
		NullCheck(L_2);
		int32_t L_3 = 0;
		BigInteger_t2902905089 * L_4 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
		return L_4;
	}
}
// Mono.Math.BigInteger Mono.Math.BigInteger::op_Multiply(Mono.Math.BigInteger,Mono.Math.BigInteger)
extern "C"  BigInteger_t2902905089 * BigInteger_op_Multiply_m3801644593 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905089 * ___bi10, BigInteger_t2902905089 * ___bi21, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (BigInteger_op_Multiply_m3801644593_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	BigInteger_t2902905089 * V_0 = NULL;
	{
		BigInteger_t2902905089 * L_0 = ___bi10;
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		bool L_1 = BigInteger_op_Equality_m970226143(NULL /*static, unused*/, L_0, 0, /*hidden argument*/NULL);
		if (L_1)
		{
			goto IL_0018;
		}
	}
	{
		BigInteger_t2902905089 * L_2 = ___bi21;
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		bool L_3 = BigInteger_op_Equality_m970226143(NULL /*static, unused*/, L_2, 0, /*hidden argument*/NULL);
		if (!L_3)
		{
			goto IL_001f;
		}
	}

IL_0018:
	{
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger_t2902905089 * L_4 = BigInteger_op_Implicit_m2847009755(NULL /*static, unused*/, 0, /*hidden argument*/NULL);
		return L_4;
	}

IL_001f:
	{
		BigInteger_t2902905089 * L_5 = ___bi10;
		NullCheck(L_5);
		UInt32U5BU5D_t2770800703* L_6 = L_5->get_data_1();
		NullCheck(L_6);
		BigInteger_t2902905089 * L_7 = ___bi10;
		NullCheck(L_7);
		uint32_t L_8 = L_7->get_length_0();
		if ((((int64_t)(((int64_t)((int64_t)(((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length)))))))) >= ((int64_t)(((int64_t)((uint64_t)L_8))))))
		{
			goto IL_003f;
		}
	}
	{
		IndexOutOfRangeException_t1578797820 * L_9 = (IndexOutOfRangeException_t1578797820 *)il2cpp_codegen_object_new(IndexOutOfRangeException_t1578797820_il2cpp_TypeInfo_var);
		IndexOutOfRangeException__ctor_m3408750441(L_9, _stringLiteral3830216635, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_9);
	}

IL_003f:
	{
		BigInteger_t2902905089 * L_10 = ___bi21;
		NullCheck(L_10);
		UInt32U5BU5D_t2770800703* L_11 = L_10->get_data_1();
		NullCheck(L_11);
		BigInteger_t2902905089 * L_12 = ___bi21;
		NullCheck(L_12);
		uint32_t L_13 = L_12->get_length_0();
		if ((((int64_t)(((int64_t)((int64_t)(((int32_t)((int32_t)(((RuntimeArray *)L_11)->max_length)))))))) >= ((int64_t)(((int64_t)((uint64_t)L_13))))))
		{
			goto IL_005f;
		}
	}
	{
		IndexOutOfRangeException_t1578797820 * L_14 = (IndexOutOfRangeException_t1578797820 *)il2cpp_codegen_object_new(IndexOutOfRangeException_t1578797820_il2cpp_TypeInfo_var);
		IndexOutOfRangeException__ctor_m3408750441(L_14, _stringLiteral3016771816, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_14);
	}

IL_005f:
	{
		BigInteger_t2902905089 * L_15 = ___bi10;
		NullCheck(L_15);
		uint32_t L_16 = L_15->get_length_0();
		BigInteger_t2902905089 * L_17 = ___bi21;
		NullCheck(L_17);
		uint32_t L_18 = L_17->get_length_0();
		BigInteger_t2902905089 * L_19 = (BigInteger_t2902905089 *)il2cpp_codegen_object_new(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger__ctor_m397734603(L_19, 1, ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)L_18)), /*hidden argument*/NULL);
		V_0 = L_19;
		BigInteger_t2902905089 * L_20 = ___bi10;
		NullCheck(L_20);
		UInt32U5BU5D_t2770800703* L_21 = L_20->get_data_1();
		BigInteger_t2902905089 * L_22 = ___bi10;
		NullCheck(L_22);
		uint32_t L_23 = L_22->get_length_0();
		BigInteger_t2902905089 * L_24 = ___bi21;
		NullCheck(L_24);
		UInt32U5BU5D_t2770800703* L_25 = L_24->get_data_1();
		BigInteger_t2902905089 * L_26 = ___bi21;
		NullCheck(L_26);
		uint32_t L_27 = L_26->get_length_0();
		BigInteger_t2902905089 * L_28 = V_0;
		NullCheck(L_28);
		UInt32U5BU5D_t2770800703* L_29 = L_28->get_data_1();
		Kernel_Multiply_m1995233235(NULL /*static, unused*/, L_21, 0, L_23, L_25, 0, L_27, L_29, 0, /*hidden argument*/NULL);
		BigInteger_t2902905089 * L_30 = V_0;
		NullCheck(L_30);
		BigInteger_Normalize_m4163607703(L_30, /*hidden argument*/NULL);
		BigInteger_t2902905089 * L_31 = V_0;
		return L_31;
	}
}
// Mono.Math.BigInteger Mono.Math.BigInteger::op_Multiply(Mono.Math.BigInteger,System.Int32)
extern "C"  BigInteger_t2902905089 * BigInteger_op_Multiply_m3854773313 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905089 * ___bi0, int32_t ___i1, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (BigInteger_op_Multiply_m3854773313_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		int32_t L_0 = ___i1;
		if ((((int32_t)L_0) >= ((int32_t)0)))
		{
			goto IL_0012;
		}
	}
	{
		ArithmeticException_t4283546778 * L_1 = (ArithmeticException_t4283546778 *)il2cpp_codegen_object_new(ArithmeticException_t4283546778_il2cpp_TypeInfo_var);
		ArithmeticException__ctor_m3551809662(L_1, _stringLiteral4059074779, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_1);
	}

IL_0012:
	{
		int32_t L_2 = ___i1;
		if (L_2)
		{
			goto IL_001f;
		}
	}
	{
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger_t2902905089 * L_3 = BigInteger_op_Implicit_m2847009755(NULL /*static, unused*/, 0, /*hidden argument*/NULL);
		return L_3;
	}

IL_001f:
	{
		int32_t L_4 = ___i1;
		if ((!(((uint32_t)L_4) == ((uint32_t)1))))
		{
			goto IL_002d;
		}
	}
	{
		BigInteger_t2902905089 * L_5 = ___bi0;
		BigInteger_t2902905089 * L_6 = (BigInteger_t2902905089 *)il2cpp_codegen_object_new(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger__ctor_m1426225719(L_6, L_5, /*hidden argument*/NULL);
		return L_6;
	}

IL_002d:
	{
		BigInteger_t2902905089 * L_7 = ___bi0;
		int32_t L_8 = ___i1;
		BigInteger_t2902905089 * L_9 = Kernel_MultiplyByDword_m1266935086(NULL /*static, unused*/, L_7, L_8, /*hidden argument*/NULL);
		return L_9;
	}
}
// Mono.Math.BigInteger Mono.Math.BigInteger::op_LeftShift(Mono.Math.BigInteger,System.Int32)
extern "C"  BigInteger_t2902905089 * BigInteger_op_LeftShift_m1192375522 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905089 * ___bi10, int32_t ___shiftVal1, const RuntimeMethod* method)
{
	{
		BigInteger_t2902905089 * L_0 = ___bi10;
		int32_t L_1 = ___shiftVal1;
		BigInteger_t2902905089 * L_2 = Kernel_LeftShift_m3302851050(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL);
		return L_2;
	}
}
// Mono.Math.BigInteger Mono.Math.BigInteger::op_RightShift(Mono.Math.BigInteger,System.Int32)
extern "C"  BigInteger_t2902905089 * BigInteger_op_RightShift_m2934036419 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905089 * ___bi10, int32_t ___shiftVal1, const RuntimeMethod* method)
{
	{
		BigInteger_t2902905089 * L_0 = ___bi10;
		int32_t L_1 = ___shiftVal1;
		BigInteger_t2902905089 * L_2 = Kernel_RightShift_m2207393597(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL);
		return L_2;
	}
}
// System.Boolean Mono.Math.BigInteger::op_Equality(Mono.Math.BigInteger,System.UInt32)
extern "C"  bool BigInteger_op_Equality_m970226143 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905089 * ___bi10, uint32_t ___ui1, const RuntimeMethod* method)
{
	int32_t G_B5_0 = 0;
	{
		BigInteger_t2902905089 * L_0 = ___bi10;
		NullCheck(L_0);
		uint32_t L_1 = L_0->get_length_0();
		if ((((int32_t)L_1) == ((int32_t)1)))
		{
			goto IL_0012;
		}
	}
	{
		BigInteger_t2902905089 * L_2 = ___bi10;
		NullCheck(L_2);
		BigInteger_Normalize_m4163607703(L_2, /*hidden argument*/NULL);
	}

IL_0012:
	{
		BigInteger_t2902905089 * L_3 = ___bi10;
		NullCheck(L_3);
		uint32_t L_4 = L_3->get_length_0();
		if ((!(((uint32_t)L_4) == ((uint32_t)1))))
		{
			goto IL_002b;
		}
	}
	{
		BigInteger_t2902905089 * L_5 = ___bi10;
		NullCheck(L_5);
		UInt32U5BU5D_t2770800703* L_6 = L_5->get_data_1();
		NullCheck(L_6);
		int32_t L_7 = 0;
		uint32_t L_8 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
		uint32_t L_9 = ___ui1;
		G_B5_0 = ((((int32_t)L_8) == ((int32_t)L_9))? 1 : 0);
		goto IL_002c;
	}

IL_002b:
	{
		G_B5_0 = 0;
	}

IL_002c:
	{
		return (bool)G_B5_0;
	}
}
// System.Boolean Mono.Math.BigInteger::op_Inequality(Mono.Math.BigInteger,System.UInt32)
extern "C"  bool BigInteger_op_Inequality_m2239968970 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905089 * ___bi10, uint32_t ___ui1, const RuntimeMethod* method)
{
	int32_t G_B5_0 = 0;
	{
		BigInteger_t2902905089 * L_0 = ___bi10;
		NullCheck(L_0);
		uint32_t L_1 = L_0->get_length_0();
		if ((((int32_t)L_1) == ((int32_t)1)))
		{
			goto IL_0012;
		}
	}
	{
		BigInteger_t2902905089 * L_2 = ___bi10;
		NullCheck(L_2);
		BigInteger_Normalize_m4163607703(L_2, /*hidden argument*/NULL);
	}

IL_0012:
	{
		BigInteger_t2902905089 * L_3 = ___bi10;
		NullCheck(L_3);
		uint32_t L_4 = L_3->get_length_0();
		if ((!(((uint32_t)L_4) == ((uint32_t)1))))
		{
			goto IL_002b;
		}
	}
	{
		BigInteger_t2902905089 * L_5 = ___bi10;
		NullCheck(L_5);
		UInt32U5BU5D_t2770800703* L_6 = L_5->get_data_1();
		NullCheck(L_6);
		int32_t L_7 = 0;
		uint32_t L_8 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
		uint32_t L_9 = ___ui1;
		G_B5_0 = ((((int32_t)L_8) == ((int32_t)L_9))? 1 : 0);
		goto IL_002c;
	}

IL_002b:
	{
		G_B5_0 = 0;
	}

IL_002c:
	{
		return (bool)((((int32_t)G_B5_0) == ((int32_t)0))? 1 : 0);
	}
}
// System.Boolean Mono.Math.BigInteger::op_Equality(Mono.Math.BigInteger,Mono.Math.BigInteger)
extern "C"  bool BigInteger_op_Equality_m3263851871 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905089 * ___bi10, BigInteger_t2902905089 * ___bi21, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (BigInteger_op_Equality_m3263851871_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		BigInteger_t2902905089 * L_0 = ___bi10;
		BigInteger_t2902905089 * L_1 = ___bi21;
		if ((!(((RuntimeObject*)(BigInteger_t2902905089 *)L_0) == ((RuntimeObject*)(BigInteger_t2902905089 *)L_1))))
		{
			goto IL_0009;
		}
	}
	{
		return (bool)1;
	}

IL_0009:
	{
		BigInteger_t2902905089 * L_2 = ___bi10;
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		bool L_3 = BigInteger_op_Equality_m3263851871(NULL /*static, unused*/, (BigInteger_t2902905089 *)NULL, L_2, /*hidden argument*/NULL);
		if (L_3)
		{
			goto IL_0021;
		}
	}
	{
		BigInteger_t2902905089 * L_4 = ___bi21;
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		bool L_5 = BigInteger_op_Equality_m3263851871(NULL /*static, unused*/, (BigInteger_t2902905089 *)NULL, L_4, /*hidden argument*/NULL);
		if (!L_5)
		{
			goto IL_0023;
		}
	}

IL_0021:
	{
		return (bool)0;
	}

IL_0023:
	{
		BigInteger_t2902905089 * L_6 = ___bi10;
		BigInteger_t2902905089 * L_7 = ___bi21;
		int32_t L_8 = Kernel_Compare_m1530940716(NULL /*static, unused*/, L_6, L_7, /*hidden argument*/NULL);
		return (bool)((((int32_t)L_8) == ((int32_t)0))? 1 : 0);
	}
}
// System.Boolean Mono.Math.BigInteger::op_Inequality(Mono.Math.BigInteger,Mono.Math.BigInteger)
extern "C"  bool BigInteger_op_Inequality_m2365536750 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905089 * ___bi10, BigInteger_t2902905089 * ___bi21, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (BigInteger_op_Inequality_m2365536750_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		BigInteger_t2902905089 * L_0 = ___bi10;
		BigInteger_t2902905089 * L_1 = ___bi21;
		if ((!(((RuntimeObject*)(BigInteger_t2902905089 *)L_0) == ((RuntimeObject*)(BigInteger_t2902905089 *)L_1))))
		{
			goto IL_0009;
		}
	}
	{
		return (bool)0;
	}

IL_0009:
	{
		BigInteger_t2902905089 * L_2 = ___bi10;
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		bool L_3 = BigInteger_op_Equality_m3263851871(NULL /*static, unused*/, (BigInteger_t2902905089 *)NULL, L_2, /*hidden argument*/NULL);
		if (L_3)
		{
			goto IL_0021;
		}
	}
	{
		BigInteger_t2902905089 * L_4 = ___bi21;
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		bool L_5 = BigInteger_op_Equality_m3263851871(NULL /*static, unused*/, (BigInteger_t2902905089 *)NULL, L_4, /*hidden argument*/NULL);
		if (!L_5)
		{
			goto IL_0023;
		}
	}

IL_0021:
	{
		return (bool)1;
	}

IL_0023:
	{
		BigInteger_t2902905089 * L_6 = ___bi10;
		BigInteger_t2902905089 * L_7 = ___bi21;
		int32_t L_8 = Kernel_Compare_m1530940716(NULL /*static, unused*/, L_6, L_7, /*hidden argument*/NULL);
		return (bool)((((int32_t)((((int32_t)L_8) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0);
	}
}
// System.Boolean Mono.Math.BigInteger::op_GreaterThan(Mono.Math.BigInteger,Mono.Math.BigInteger)
extern "C"  bool BigInteger_op_GreaterThan_m2062805246 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905089 * ___bi10, BigInteger_t2902905089 * ___bi21, const RuntimeMethod* method)
{
	{
		BigInteger_t2902905089 * L_0 = ___bi10;
		BigInteger_t2902905089 * L_1 = ___bi21;
		int32_t L_2 = Kernel_Compare_m1530940716(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL);
		return (bool)((((int32_t)L_2) > ((int32_t)0))? 1 : 0);
	}
}
// System.Boolean Mono.Math.BigInteger::op_LessThan(Mono.Math.BigInteger,Mono.Math.BigInteger)
extern "C"  bool BigInteger_op_LessThan_m798881406 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905089 * ___bi10, BigInteger_t2902905089 * ___bi21, const RuntimeMethod* method)
{
	{
		BigInteger_t2902905089 * L_0 = ___bi10;
		BigInteger_t2902905089 * L_1 = ___bi21;
		int32_t L_2 = Kernel_Compare_m1530940716(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL);
		return (bool)((((int32_t)L_2) < ((int32_t)0))? 1 : 0);
	}
}
// System.Boolean Mono.Math.BigInteger::op_GreaterThanOrEqual(Mono.Math.BigInteger,Mono.Math.BigInteger)
extern "C"  bool BigInteger_op_GreaterThanOrEqual_m700865613 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905089 * ___bi10, BigInteger_t2902905089 * ___bi21, const RuntimeMethod* method)
{
	{
		BigInteger_t2902905089 * L_0 = ___bi10;
		BigInteger_t2902905089 * L_1 = ___bi21;
		int32_t L_2 = Kernel_Compare_m1530940716(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL);
		return (bool)((((int32_t)((((int32_t)L_2) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0);
	}
}
// System.Boolean Mono.Math.BigInteger::op_LessThanOrEqual(Mono.Math.BigInteger,Mono.Math.BigInteger)
extern "C"  bool BigInteger_op_LessThanOrEqual_m2553515144 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905089 * ___bi10, BigInteger_t2902905089 * ___bi21, const RuntimeMethod* method)
{
	{
		BigInteger_t2902905089 * L_0 = ___bi10;
		BigInteger_t2902905089 * L_1 = ___bi21;
		int32_t L_2 = Kernel_Compare_m1530940716(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL);
		return (bool)((((int32_t)((((int32_t)L_2) > ((int32_t)0))? 1 : 0)) == ((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
// Mono.Math.BigInteger Mono.Math.BigInteger/Kernel::AddSameSign(Mono.Math.BigInteger,Mono.Math.BigInteger)
extern "C"  BigInteger_t2902905089 * Kernel_AddSameSign_m1676432471 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905089 * ___bi10, BigInteger_t2902905089 * ___bi21, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (Kernel_AddSameSign_m1676432471_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	UInt32U5BU5D_t2770800703* V_0 = NULL;
	UInt32U5BU5D_t2770800703* V_1 = NULL;
	uint32_t V_2 = 0;
	uint32_t V_3 = 0;
	uint32_t V_4 = 0;
	BigInteger_t2902905089 * V_5 = NULL;
	UInt32U5BU5D_t2770800703* V_6 = NULL;
	uint64_t V_7 = 0;
	bool V_8 = false;
	uint32_t V_9 = 0;
	{
		V_4 = 0;
		BigInteger_t2902905089 * L_0 = ___bi10;
		NullCheck(L_0);
		uint32_t L_1 = L_0->get_length_0();
		BigInteger_t2902905089 * L_2 = ___bi21;
		NullCheck(L_2);
		uint32_t L_3 = L_2->get_length_0();
		if ((!(((uint32_t)L_1) < ((uint32_t)L_3))))
		{
			goto IL_0035;
		}
	}
	{
		BigInteger_t2902905089 * L_4 = ___bi21;
		NullCheck(L_4);
		UInt32U5BU5D_t2770800703* L_5 = L_4->get_data_1();
		V_0 = L_5;
		BigInteger_t2902905089 * L_6 = ___bi21;
		NullCheck(L_6);
		uint32_t L_7 = L_6->get_length_0();
		V_3 = L_7;
		BigInteger_t2902905089 * L_8 = ___bi10;
		NullCheck(L_8);
		UInt32U5BU5D_t2770800703* L_9 = L_8->get_data_1();
		V_1 = L_9;
		BigInteger_t2902905089 * L_10 = ___bi10;
		NullCheck(L_10);
		uint32_t L_11 = L_10->get_length_0();
		V_2 = L_11;
		goto IL_0051;
	}

IL_0035:
	{
		BigInteger_t2902905089 * L_12 = ___bi10;
		NullCheck(L_12);
		UInt32U5BU5D_t2770800703* L_13 = L_12->get_data_1();
		V_0 = L_13;
		BigInteger_t2902905089 * L_14 = ___bi10;
		NullCheck(L_14);
		uint32_t L_15 = L_14->get_length_0();
		V_3 = L_15;
		BigInteger_t2902905089 * L_16 = ___bi21;
		NullCheck(L_16);
		UInt32U5BU5D_t2770800703* L_17 = L_16->get_data_1();
		V_1 = L_17;
		BigInteger_t2902905089 * L_18 = ___bi21;
		NullCheck(L_18);
		uint32_t L_19 = L_18->get_length_0();
		V_2 = L_19;
	}

IL_0051:
	{
		uint32_t L_20 = V_3;
		BigInteger_t2902905089 * L_21 = (BigInteger_t2902905089 *)il2cpp_codegen_object_new(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger__ctor_m397734603(L_21, 1, ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)), /*hidden argument*/NULL);
		V_5 = L_21;
		BigInteger_t2902905089 * L_22 = V_5;
		NullCheck(L_22);
		UInt32U5BU5D_t2770800703* L_23 = L_22->get_data_1();
		V_6 = L_23;
		V_7 = (((int64_t)((int64_t)0)));
	}

IL_0069:
	{
		UInt32U5BU5D_t2770800703* L_24 = V_0;
		uint32_t L_25 = V_4;
		NullCheck(L_24);
		uintptr_t L_26 = (((uintptr_t)L_25));
		uint32_t L_27 = (L_24)->GetAt(static_cast<il2cpp_array_size_t>(L_26));
		UInt32U5BU5D_t2770800703* L_28 = V_1;
		uint32_t L_29 = V_4;
		NullCheck(L_28);
		uintptr_t L_30 = (((uintptr_t)L_29));
		uint32_t L_31 = (L_28)->GetAt(static_cast<il2cpp_array_size_t>(L_30));
		uint64_t L_32 = V_7;
		V_7 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)(((int64_t)((uint64_t)L_27))), (int64_t)(((int64_t)((uint64_t)L_31))))), (int64_t)L_32));
		UInt32U5BU5D_t2770800703* L_33 = V_6;
		uint32_t L_34 = V_4;
		uint64_t L_35 = V_7;
		NullCheck(L_33);
		(L_33)->SetAt(static_cast<il2cpp_array_size_t>((((uintptr_t)L_34))), (uint32_t)(((int32_t)((uint32_t)L_35))));
		uint64_t L_36 = V_7;
		V_7 = ((int64_t)((uint64_t)L_36>>((int32_t)32)));
		uint32_t L_37 = V_4;
		int32_t L_38 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1));
		V_4 = L_38;
		uint32_t L_39 = V_2;
		if ((!(((uint32_t)L_38) >= ((uint32_t)L_39))))
		{
			goto IL_0069;
		}
	}
	{
		uint64_t L_40 = V_7;
		V_8 = (bool)((((int32_t)((((int64_t)L_40) == ((int64_t)(((int64_t)((int64_t)0)))))? 1 : 0)) == ((int32_t)0))? 1 : 0);
		bool L_41 = V_8;
		if (!L_41)
		{
			goto IL_00fc;
		}
	}
	{
		uint32_t L_42 = V_4;
		uint32_t L_43 = V_3;
		if ((!(((uint32_t)L_42) < ((uint32_t)L_43))))
		{
			goto IL_00dd;
		}
	}

IL_00b2:
	{
		UInt32U5BU5D_t2770800703* L_44 = V_6;
		uint32_t L_45 = V_4;
		UInt32U5BU5D_t2770800703* L_46 = V_0;
		uint32_t L_47 = V_4;
		NullCheck(L_46);
		uintptr_t L_48 = (((uintptr_t)L_47));
		uint32_t L_49 = (L_46)->GetAt(static_cast<il2cpp_array_size_t>(L_48));
		int32_t L_50 = ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)1));
		V_9 = L_50;
		NullCheck(L_44);
		(L_44)->SetAt(static_cast<il2cpp_array_size_t>((((uintptr_t)L_45))), (uint32_t)L_50);
		uint32_t L_51 = V_9;
		V_8 = (bool)((((int32_t)L_51) == ((int32_t)0))? 1 : 0);
		uint32_t L_52 = V_4;
		int32_t L_53 = ((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)1));
		V_4 = L_53;
		uint32_t L_54 = V_3;
		if ((!(((uint32_t)L_53) < ((uint32_t)L_54))))
		{
			goto IL_00dd;
		}
	}
	{
		bool L_55 = V_8;
		if (L_55)
		{
			goto IL_00b2;
		}
	}

IL_00dd:
	{
		bool L_56 = V_8;
		if (!L_56)
		{
			goto IL_00fc;
		}
	}
	{
		UInt32U5BU5D_t2770800703* L_57 = V_6;
		uint32_t L_58 = V_4;
		NullCheck(L_57);
		(L_57)->SetAt(static_cast<il2cpp_array_size_t>((((uintptr_t)L_58))), (uint32_t)1);
		BigInteger_t2902905089 * L_59 = V_5;
		uint32_t L_60 = V_4;
		int32_t L_61 = ((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)1));
		V_4 = L_61;
		NullCheck(L_59);
		L_59->set_length_0(L_61);
		BigInteger_t2902905089 * L_62 = V_5;
		return L_62;
	}

IL_00fc:
	{
		uint32_t L_63 = V_4;
		uint32_t L_64 = V_3;
		if ((!(((uint32_t)L_63) < ((uint32_t)L_64))))
		{
			goto IL_011c;
		}
	}

IL_0104:
	{
		UInt32U5BU5D_t2770800703* L_65 = V_6;
		uint32_t L_66 = V_4;
		UInt32U5BU5D_t2770800703* L_67 = V_0;
		uint32_t L_68 = V_4;
		NullCheck(L_67);
		uintptr_t L_69 = (((uintptr_t)L_68));
		uint32_t L_70 = (L_67)->GetAt(static_cast<il2cpp_array_size_t>(L_69));
		NullCheck(L_65);
		(L_65)->SetAt(static_cast<il2cpp_array_size_t>((((uintptr_t)L_66))), (uint32_t)L_70);
		uint32_t L_71 = V_4;
		int32_t L_72 = ((int32_t)il2cpp_codegen_add((int32_t)L_71, (int32_t)1));
		V_4 = L_72;
		uint32_t L_73 = V_3;
		if ((!(((uint32_t)L_72) >= ((uint32_t)L_73))))
		{
			goto IL_0104;
		}
	}

IL_011c:
	{
		BigInteger_t2902905089 * L_74 = V_5;
		NullCheck(L_74);
		BigInteger_Normalize_m4163607703(L_74, /*hidden argument*/NULL);
		BigInteger_t2902905089 * L_75 = V_5;
		return L_75;
	}
}
// Mono.Math.BigInteger Mono.Math.BigInteger/Kernel::Subtract(Mono.Math.BigInteger,Mono.Math.BigInteger)
extern "C"  BigInteger_t2902905089 * Kernel_Subtract_m657044818 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905089 * ___big0, BigInteger_t2902905089 * ___small1, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (Kernel_Subtract_m657044818_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	BigInteger_t2902905089 * V_0 = NULL;
	UInt32U5BU5D_t2770800703* V_1 = NULL;
	UInt32U5BU5D_t2770800703* V_2 = NULL;
	UInt32U5BU5D_t2770800703* V_3 = NULL;
	uint32_t V_4 = 0;
	uint32_t V_5 = 0;
	uint32_t V_6 = 0;
	uint32_t V_7 = 0;
	{
		BigInteger_t2902905089 * L_0 = ___big0;
		NullCheck(L_0);
		uint32_t L_1 = L_0->get_length_0();
		BigInteger_t2902905089 * L_2 = (BigInteger_t2902905089 *)il2cpp_codegen_object_new(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger__ctor_m397734603(L_2, 1, L_1, /*hidden argument*/NULL);
		V_0 = L_2;
		BigInteger_t2902905089 * L_3 = V_0;
		NullCheck(L_3);
		UInt32U5BU5D_t2770800703* L_4 = L_3->get_data_1();
		V_1 = L_4;
		BigInteger_t2902905089 * L_5 = ___big0;
		NullCheck(L_5);
		UInt32U5BU5D_t2770800703* L_6 = L_5->get_data_1();
		V_2 = L_6;
		BigInteger_t2902905089 * L_7 = ___small1;
		NullCheck(L_7);
		UInt32U5BU5D_t2770800703* L_8 = L_7->get_data_1();
		V_3 = L_8;
		V_4 = 0;
		V_5 = 0;
	}

IL_0028:
	{
		UInt32U5BU5D_t2770800703* L_9 = V_3;
		uint32_t L_10 = V_4;
		NullCheck(L_9);
		uintptr_t L_11 = (((uintptr_t)L_10));
		uint32_t L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
		V_6 = L_12;
		uint32_t L_13 = V_6;
		uint32_t L_14 = V_5;
		int32_t L_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)L_14));
		V_6 = L_15;
		uint32_t L_16 = V_5;
		UInt32U5BU5D_t2770800703* L_17 = V_1;
		uint32_t L_18 = V_4;
		UInt32U5BU5D_t2770800703* L_19 = V_2;
		uint32_t L_20 = V_4;
		NullCheck(L_19);
		uintptr_t L_21 = (((uintptr_t)L_20));
		uint32_t L_22 = (L_19)->GetAt(static_cast<il2cpp_array_size_t>(L_21));
		uint32_t L_23 = V_6;
		int32_t L_24 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)L_23));
		V_7 = L_24;
		NullCheck(L_17);
		(L_17)->SetAt(static_cast<il2cpp_array_size_t>((((uintptr_t)L_18))), (uint32_t)L_24);
		uint32_t L_25 = V_7;
		uint32_t L_26 = V_6;
		if (!((int32_t)((int32_t)((!(((uint32_t)L_15) >= ((uint32_t)L_16)))? 1 : 0)|(int32_t)((!(((uint32_t)L_25) <= ((uint32_t)((~L_26)))))? 1 : 0))))
		{
			goto IL_0060;
		}
	}
	{
		V_5 = 1;
		goto IL_0063;
	}

IL_0060:
	{
		V_5 = 0;
	}

IL_0063:
	{
		uint32_t L_27 = V_4;
		int32_t L_28 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1));
		V_4 = L_28;
		BigInteger_t2902905089 * L_29 = ___small1;
		NullCheck(L_29);
		uint32_t L_30 = L_29->get_length_0();
		if ((!(((uint32_t)L_28) >= ((uint32_t)L_30))))
		{
			goto IL_0028;
		}
	}
	{
		uint32_t L_31 = V_4;
		BigInteger_t2902905089 * L_32 = ___big0;
		NullCheck(L_32);
		uint32_t L_33 = L_32->get_length_0();
		if ((!(((uint32_t)L_31) == ((uint32_t)L_33))))
		{
			goto IL_0087;
		}
	}
	{
		goto IL_00e5;
	}

IL_0087:
	{
		uint32_t L_34 = V_5;
		if ((!(((uint32_t)L_34) == ((uint32_t)1))))
		{
			goto IL_00c9;
		}
	}

IL_008f:
	{
		UInt32U5BU5D_t2770800703* L_35 = V_1;
		uint32_t L_36 = V_4;
		UInt32U5BU5D_t2770800703* L_37 = V_2;
		uint32_t L_38 = V_4;
		NullCheck(L_37);
		uintptr_t L_39 = (((uintptr_t)L_38));
		uint32_t L_40 = (L_37)->GetAt(static_cast<il2cpp_array_size_t>(L_39));
		NullCheck(L_35);
		(L_35)->SetAt(static_cast<il2cpp_array_size_t>((((uintptr_t)L_36))), (uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_40, (int32_t)1)));
		UInt32U5BU5D_t2770800703* L_41 = V_2;
		uint32_t L_42 = V_4;
		uint32_t L_43 = L_42;
		V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1));
		NullCheck(L_41);
		uintptr_t L_44 = (((uintptr_t)L_43));
		uint32_t L_45 = (L_41)->GetAt(static_cast<il2cpp_array_size_t>(L_44));
		if (L_45)
		{
			goto IL_00b7;
		}
	}
	{
		uint32_t L_46 = V_4;
		BigInteger_t2902905089 * L_47 = ___big0;
		NullCheck(L_47);
		uint32_t L_48 = L_47->get_length_0();
		if ((!(((uint32_t)L_46) >= ((uint32_t)L_48))))
		{
			goto IL_008f;
		}
	}

IL_00b7:
	{
		uint32_t L_49 = V_4;
		BigInteger_t2902905089 * L_50 = ___big0;
		NullCheck(L_50);
		uint32_t L_51 = L_50->get_length_0();
		if ((!(((uint32_t)L_49) == ((uint32_t)L_51))))
		{
			goto IL_00c9;
		}
	}
	{
		goto IL_00e5;
	}

IL_00c9:
	{
		UInt32U5BU5D_t2770800703* L_52 = V_1;
		uint32_t L_53 = V_4;
		UInt32U5BU5D_t2770800703* L_54 = V_2;
		uint32_t L_55 = V_4;
		NullCheck(L_54);
		uintptr_t L_56 = (((uintptr_t)L_55));
		uint32_t L_57 = (L_54)->GetAt(static_cast<il2cpp_array_size_t>(L_56));
		NullCheck(L_52);
		(L_52)->SetAt(static_cast<il2cpp_array_size_t>((((uintptr_t)L_53))), (uint32_t)L_57);
		uint32_t L_58 = V_4;
		int32_t L_59 = ((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)1));
		V_4 = L_59;
		BigInteger_t2902905089 * L_60 = ___big0;
		NullCheck(L_60);
		uint32_t L_61 = L_60->get_length_0();
		if ((!(((uint32_t)L_59) >= ((uint32_t)L_61))))
		{
			goto IL_00c9;
		}
	}

IL_00e5:
	{
		BigInteger_t2902905089 * L_62 = V_0;
		NullCheck(L_62);
		BigInteger_Normalize_m4163607703(L_62, /*hidden argument*/NULL);
		BigInteger_t2902905089 * L_63 = V_0;
		return L_63;
	}
}
// System.Void Mono.Math.BigInteger/Kernel::MinusEq(Mono.Math.BigInteger,Mono.Math.BigInteger)
extern "C"  void Kernel_MinusEq_m1955542202 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905089 * ___big0, BigInteger_t2902905089 * ___small1, const RuntimeMethod* method)
{
	UInt32U5BU5D_t2770800703* V_0 = NULL;
	UInt32U5BU5D_t2770800703* V_1 = NULL;
	uint32_t V_2 = 0;
	uint32_t V_3 = 0;
	uint32_t V_4 = 0;
	uint32_t V_5 = 0;
	{
		BigInteger_t2902905089 * L_0 = ___big0;
		NullCheck(L_0);
		UInt32U5BU5D_t2770800703* L_1 = L_0->get_data_1();
		V_0 = L_1;
		BigInteger_t2902905089 * L_2 = ___small1;
		NullCheck(L_2);
		UInt32U5BU5D_t2770800703* L_3 = L_2->get_data_1();
		V_1 = L_3;
		V_2 = 0;
		V_3 = 0;
	}

IL_0012:
	{
		UInt32U5BU5D_t2770800703* L_4 = V_1;
		uint32_t L_5 = V_2;
		NullCheck(L_4);
		uintptr_t L_6 = (((uintptr_t)L_5));
		uint32_t L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
		V_4 = L_7;
		uint32_t L_8 = V_4;
		uint32_t L_9 = V_3;
		int32_t L_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)L_9));
		V_4 = L_10;
		uint32_t L_11 = V_3;
		UInt32U5BU5D_t2770800703* L_12 = V_0;
		uint32_t L_13 = V_2;
		NullCheck(L_12);
		uint32_t* L_14 = ((L_12)->GetAddressAt(static_cast<il2cpp_array_size_t>((((uintptr_t)L_13)))));
		uint32_t L_15 = V_4;
		int32_t L_16 = ((int32_t)il2cpp_codegen_subtract((int32_t)(*((uint32_t*)L_14)), (int32_t)L_15));
		V_5 = L_16;
		*((int32_t*)(L_14)) = (int32_t)L_16;
		uint32_t L_17 = V_5;
		uint32_t L_18 = V_4;
		if (!((int32_t)((int32_t)((!(((uint32_t)L_10) >= ((uint32_t)L_11)))? 1 : 0)|(int32_t)((!(((uint32_t)L_17) <= ((uint32_t)((~L_18)))))? 1 : 0))))
		{
			goto IL_0047;
		}
	}
	{
		V_3 = 1;
		goto IL_0049;
	}

IL_0047:
	{
		V_3 = 0;
	}

IL_0049:
	{
		uint32_t L_19 = V_2;
		int32_t L_20 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1));
		V_2 = L_20;
		BigInteger_t2902905089 * L_21 = ___small1;
		NullCheck(L_21);
		uint32_t L_22 = L_21->get_length_0();
		if ((!(((uint32_t)L_20) >= ((uint32_t)L_22))))
		{
			goto IL_0012;
		}
	}
	{
		uint32_t L_23 = V_2;
		BigInteger_t2902905089 * L_24 = ___big0;
		NullCheck(L_24);
		uint32_t L_25 = L_24->get_length_0();
		if ((!(((uint32_t)L_23) == ((uint32_t)L_25))))
		{
			goto IL_006a;
		}
	}
	{
		goto IL_0097;
	}

IL_006a:
	{
		uint32_t L_26 = V_3;
		if ((!(((uint32_t)L_26) == ((uint32_t)1))))
		{
			goto IL_0097;
		}
	}

IL_0071:
	{
		UInt32U5BU5D_t2770800703* L_27 = V_0;
		uint32_t L_28 = V_2;
		NullCheck(L_27);
		uint32_t* L_29 = ((L_27)->GetAddressAt(static_cast<il2cpp_array_size_t>((((uintptr_t)L_28)))));
		*((int32_t*)(L_29)) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(*((uint32_t*)L_29)), (int32_t)1));
		UInt32U5BU5D_t2770800703* L_30 = V_0;
		uint32_t L_31 = V_2;
		uint32_t L_32 = L_31;
		V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1));
		NullCheck(L_30);
		uintptr_t L_33 = (((uintptr_t)L_32));
		uint32_t L_34 = (L_30)->GetAt(static_cast<il2cpp_array_size_t>(L_33));
		if (L_34)
		{
			goto IL_0097;
		}
	}
	{
		uint32_t L_35 = V_2;
		BigInteger_t2902905089 * L_36 = ___big0;
		NullCheck(L_36);
		uint32_t L_37 = L_36->get_length_0();
		if ((!(((uint32_t)L_35) >= ((uint32_t)L_37))))
		{
			goto IL_0071;
		}
	}

IL_0097:
	{
		goto IL_00aa;
	}

IL_009c:
	{
		BigInteger_t2902905089 * L_38 = ___big0;
		BigInteger_t2902905089 * L_39 = L_38;
		NullCheck(L_39);
		uint32_t L_40 = L_39->get_length_0();
		NullCheck(L_39);
		L_39->set_length_0(((int32_t)il2cpp_codegen_subtract((int32_t)L_40, (int32_t)1)));
	}

IL_00aa:
	{
		BigInteger_t2902905089 * L_41 = ___big0;
		NullCheck(L_41);
		uint32_t L_42 = L_41->get_length_0();
		if ((!(((uint32_t)L_42) > ((uint32_t)0))))
		{
			goto IL_00cb;
		}
	}
	{
		BigInteger_t2902905089 * L_43 = ___big0;
		NullCheck(L_43);
		UInt32U5BU5D_t2770800703* L_44 = L_43->get_data_1();
		BigInteger_t2902905089 * L_45 = ___big0;
		NullCheck(L_45);
		uint32_t L_46 = L_45->get_length_0();
		NullCheck(L_44);
		uintptr_t L_47 = (((uintptr_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_46, (int32_t)1))));
		uint32_t L_48 = (L_44)->GetAt(static_cast<il2cpp_array_size_t>(L_47));
		if (!L_48)
		{
			goto IL_009c;
		}
	}

IL_00cb:
	{
		BigInteger_t2902905089 * L_49 = ___big0;
		NullCheck(L_49);
		uint32_t L_50 = L_49->get_length_0();
		if (L_50)
		{
			goto IL_00e4;
		}
	}
	{
		BigInteger_t2902905089 * L_51 = ___big0;
		BigInteger_t2902905089 * L_52 = L_51;
		NullCheck(L_52);
		uint32_t L_53 = L_52->get_length_0();
		NullCheck(L_52);
		L_52->set_length_0(((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)1)));
	}

IL_00e4:
	{
		return;
	}
}
// System.Void Mono.Math.BigInteger/Kernel::PlusEq(Mono.Math.BigInteger,Mono.Math.BigInteger)
extern "C"  void Kernel_PlusEq_m1955533564 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905089 * ___bi10, BigInteger_t2902905089 * ___bi21, const RuntimeMethod* method)
{
	UInt32U5BU5D_t2770800703* V_0 = NULL;
	UInt32U5BU5D_t2770800703* V_1 = NULL;
	uint32_t V_2 = 0;
	uint32_t V_3 = 0;
	uint32_t V_4 = 0;
	bool V_5 = false;
	UInt32U5BU5D_t2770800703* V_6 = NULL;
	uint64_t V_7 = 0;
	bool V_8 = false;
	uint32_t V_9 = 0;
	{
		V_4 = 0;
		V_5 = (bool)0;
		BigInteger_t2902905089 * L_0 = ___bi10;
		NullCheck(L_0);
		uint32_t L_1 = L_0->get_length_0();
		BigInteger_t2902905089 * L_2 = ___bi21;
		NullCheck(L_2);
		uint32_t L_3 = L_2->get_length_0();
		if ((!(((uint32_t)L_1) < ((uint32_t)L_3))))
		{
			goto IL_003b;
		}
	}
	{
		V_5 = (bool)1;
		BigInteger_t2902905089 * L_4 = ___bi21;
		NullCheck(L_4);
		UInt32U5BU5D_t2770800703* L_5 = L_4->get_data_1();
		V_0 = L_5;
		BigInteger_t2902905089 * L_6 = ___bi21;
		NullCheck(L_6);
		uint32_t L_7 = L_6->get_length_0();
		V_3 = L_7;
		BigInteger_t2902905089 * L_8 = ___bi10;
		NullCheck(L_8);
		UInt32U5BU5D_t2770800703* L_9 = L_8->get_data_1();
		V_1 = L_9;
		BigInteger_t2902905089 * L_10 = ___bi10;
		NullCheck(L_10);
		uint32_t L_11 = L_10->get_length_0();
		V_2 = L_11;
		goto IL_0057;
	}

IL_003b:
	{
		BigInteger_t2902905089 * L_12 = ___bi10;
		NullCheck(L_12);
		UInt32U5BU5D_t2770800703* L_13 = L_12->get_data_1();
		V_0 = L_13;
		BigInteger_t2902905089 * L_14 = ___bi10;
		NullCheck(L_14);
		uint32_t L_15 = L_14->get_length_0();
		V_3 = L_15;
		BigInteger_t2902905089 * L_16 = ___bi21;
		NullCheck(L_16);
		UInt32U5BU5D_t2770800703* L_17 = L_16->get_data_1();
		V_1 = L_17;
		BigInteger_t2902905089 * L_18 = ___bi21;
		NullCheck(L_18);
		uint32_t L_19 = L_18->get_length_0();
		V_2 = L_19;
	}

IL_0057:
	{
		BigInteger_t2902905089 * L_20 = ___bi10;
		NullCheck(L_20);
		UInt32U5BU5D_t2770800703* L_21 = L_20->get_data_1();
		V_6 = L_21;
		V_7 = (((int64_t)((int64_t)0)));
	}

IL_0063:
	{
		uint64_t L_22 = V_7;
		UInt32U5BU5D_t2770800703* L_23 = V_0;
		uint32_t L_24 = V_4;
		NullCheck(L_23);
		uintptr_t L_25 = (((uintptr_t)L_24));
		uint32_t L_26 = (L_23)->GetAt(static_cast<il2cpp_array_size_t>(L_25));
		UInt32U5BU5D_t2770800703* L_27 = V_1;
		uint32_t L_28 = V_4;
		NullCheck(L_27);
		uintptr_t L_29 = (((uintptr_t)L_28));
		uint32_t L_30 = (L_27)->GetAt(static_cast<il2cpp_array_size_t>(L_29));
		V_7 = ((int64_t)il2cpp_codegen_add((int64_t)L_22, (int64_t)((int64_t)il2cpp_codegen_add((int64_t)(((int64_t)((uint64_t)L_26))), (int64_t)(((int64_t)((uint64_t)L_30)))))));
		UInt32U5BU5D_t2770800703* L_31 = V_6;
		uint32_t L_32 = V_4;
		uint64_t L_33 = V_7;
		NullCheck(L_31);
		(L_31)->SetAt(static_cast<il2cpp_array_size_t>((((uintptr_t)L_32))), (uint32_t)(((int32_t)((uint32_t)L_33))));
		uint64_t L_34 = V_7;
		V_7 = ((int64_t)((uint64_t)L_34>>((int32_t)32)));
		uint32_t L_35 = V_4;
		int32_t L_36 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1));
		V_4 = L_36;
		uint32_t L_37 = V_2;
		if ((!(((uint32_t)L_36) >= ((uint32_t)L_37))))
		{
			goto IL_0063;
		}
	}
	{
		uint64_t L_38 = V_7;
		V_8 = (bool)((((int32_t)((((int64_t)L_38) == ((int64_t)(((int64_t)((int64_t)0)))))? 1 : 0)) == ((int32_t)0))? 1 : 0);
		bool L_39 = V_8;
		if (!L_39)
		{
			goto IL_00f3;
		}
	}
	{
		uint32_t L_40 = V_4;
		uint32_t L_41 = V_3;
		if ((!(((uint32_t)L_40) < ((uint32_t)L_41))))
		{
			goto IL_00d7;
		}
	}

IL_00ac:
	{
		UInt32U5BU5D_t2770800703* L_42 = V_6;
		uint32_t L_43 = V_4;
		UInt32U5BU5D_t2770800703* L_44 = V_0;
		uint32_t L_45 = V_4;
		NullCheck(L_44);
		uintptr_t L_46 = (((uintptr_t)L_45));
		uint32_t L_47 = (L_44)->GetAt(static_cast<il2cpp_array_size_t>(L_46));
		int32_t L_48 = ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)1));
		V_9 = L_48;
		NullCheck(L_42);
		(L_42)->SetAt(static_cast<il2cpp_array_size_t>((((uintptr_t)L_43))), (uint32_t)L_48);
		uint32_t L_49 = V_9;
		V_8 = (bool)((((int32_t)L_49) == ((int32_t)0))? 1 : 0);
		uint32_t L_50 = V_4;
		int32_t L_51 = ((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)1));
		V_4 = L_51;
		uint32_t L_52 = V_3;
		if ((!(((uint32_t)L_51) < ((uint32_t)L_52))))
		{
			goto IL_00d7;
		}
	}
	{
		bool L_53 = V_8;
		if (L_53)
		{
			goto IL_00ac;
		}
	}

IL_00d7:
	{
		bool L_54 = V_8;
		if (!L_54)
		{
			goto IL_00f3;
		}
	}
	{
		UInt32U5BU5D_t2770800703* L_55 = V_6;
		uint32_t L_56 = V_4;
		NullCheck(L_55);
		(L_55)->SetAt(static_cast<il2cpp_array_size_t>((((uintptr_t)L_56))), (uint32_t)1);
		BigInteger_t2902905089 * L_57 = ___bi10;
		uint32_t L_58 = V_4;
		int32_t L_59 = ((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)1));
		V_4 = L_59;
		NullCheck(L_57);
		L_57->set_length_0(L_59);
		return;
	}

IL_00f3:
	{
		bool L_60 = V_5;
		if (!L_60)
		{
			goto IL_011c;
		}
	}
	{
		uint32_t L_61 = V_4;
		uint32_t L_62 = V_3;
		if ((!(((uint32_t)L_61) < ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_62, (int32_t)1))))))
		{
			goto IL_011c;
		}
	}

IL_0104:
	{
		UInt32U5BU5D_t2770800703* L_63 = V_6;
		uint32_t L_64 = V_4;
		UInt32U5BU5D_t2770800703* L_65 = V_0;
		uint32_t L_66 = V_4;
		NullCheck(L_65);
		uintptr_t L_67 = (((uintptr_t)L_66));
		uint32_t L_68 = (L_65)->GetAt(static_cast<il2cpp_array_size_t>(L_67));
		NullCheck(L_63);
		(L_63)->SetAt(static_cast<il2cpp_array_size_t>((((uintptr_t)L_64))), (uint32_t)L_68);
		uint32_t L_69 = V_4;
		int32_t L_70 = ((int32_t)il2cpp_codegen_add((int32_t)L_69, (int32_t)1));
		V_4 = L_70;
		uint32_t L_71 = V_3;
		if ((!(((uint32_t)L_70) >= ((uint32_t)L_71))))
		{
			goto IL_0104;
		}
	}

IL_011c:
	{
		BigInteger_t2902905089 * L_72 = ___bi10;
		uint32_t L_73 = V_3;
		NullCheck(L_72);
		L_72->set_length_0(((int32_t)il2cpp_codegen_add((int32_t)L_73, (int32_t)1)));
		BigInteger_t2902905089 * L_74 = ___bi10;
		NullCheck(L_74);
		BigInteger_Normalize_m4163607703(L_74, /*hidden argument*/NULL);
		return;
	}
}
// Mono.Math.BigInteger/Sign Mono.Math.BigInteger/Kernel::Compare(Mono.Math.BigInteger,Mono.Math.BigInteger)
extern "C"  int32_t Kernel_Compare_m1530940716 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905089 * ___bi10, BigInteger_t2902905089 * ___bi21, const RuntimeMethod* method)
{
	uint32_t V_0 = 0;
	uint32_t V_1 = 0;
	uint32_t V_2 = 0;
	{
		BigInteger_t2902905089 * L_0 = ___bi10;
		NullCheck(L_0);
		uint32_t L_1 = L_0->get_length_0();
		V_0 = L_1;
		BigInteger_t2902905089 * L_2 = ___bi21;
		NullCheck(L_2);
		uint32_t L_3 = L_2->get_length_0();
		V_1 = L_3;
		goto IL_0017;
	}

IL_0013:
	{
		uint32_t L_4 = V_0;
		V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1));
	}

IL_0017:
	{
		uint32_t L_5 = V_0;
		if ((!(((uint32_t)L_5) > ((uint32_t)0))))
		{
			goto IL_002e;
		}
	}
	{
		BigInteger_t2902905089 * L_6 = ___bi10;
		NullCheck(L_6);
		UInt32U5BU5D_t2770800703* L_7 = L_6->get_data_1();
		uint32_t L_8 = V_0;
		NullCheck(L_7);
		uintptr_t L_9 = (((uintptr_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1))));
		uint32_t L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
		if (!L_10)
		{
			goto IL_0013;
		}
	}

IL_002e:
	{
		goto IL_0037;
	}

IL_0033:
	{
		uint32_t L_11 = V_1;
		V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1));
	}

IL_0037:
	{
		uint32_t L_12 = V_1;
		if ((!(((uint32_t)L_12) > ((uint32_t)0))))
		{
			goto IL_004e;
		}
	}
	{
		BigInteger_t2902905089 * L_13 = ___bi21;
		NullCheck(L_13);
		UInt32U5BU5D_t2770800703* L_14 = L_13->get_data_1();
		uint32_t L_15 = V_1;
		NullCheck(L_14);
		uintptr_t L_16 = (((uintptr_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)1))));
		uint32_t L_17 = (L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
		if (!L_17)
		{
			goto IL_0033;
		}
	}

IL_004e:
	{
		uint32_t L_18 = V_0;
		if (L_18)
		{
			goto IL_005c;
		}
	}
	{
		uint32_t L_19 = V_1;
		if (L_19)
		{
			goto IL_005c;
		}
	}
	{
		return (int32_t)(0);
	}

IL_005c:
	{
		uint32_t L_20 = V_0;
		uint32_t L_21 = V_1;
		if ((!(((uint32_t)L_20) < ((uint32_t)L_21))))
		{
			goto IL_0065;
		}
	}
	{
		return (int32_t)((-1));
	}

IL_0065:
	{
		uint32_t L_22 = V_0;
		uint32_t L_23 = V_1;
		if ((!(((uint32_t)L_22) > ((uint32_t)L_23))))
		{
			goto IL_006e;
		}
	}
	{
		return (int32_t)(1);
	}

IL_006e:
	{
		uint32_t L_24 = V_0;
		V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)1));
		goto IL_007b;
	}

IL_0077:
	{
		uint32_t L_25 = V_2;
		V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)1));
	}

IL_007b:
	{
		uint32_t L_26 = V_2;
		if (!L_26)
		{
			goto IL_0098;
		}
	}
	{
		BigInteger_t2902905089 * L_27 = ___bi10;
		NullCheck(L_27);
		UInt32U5BU5D_t2770800703* L_28 = L_27->get_data_1();
		uint32_t L_29 = V_2;
		NullCheck(L_28);
		uintptr_t L_30 = (((uintptr_t)L_29));
		uint32_t L_31 = (L_28)->GetAt(static_cast<il2cpp_array_size_t>(L_30));
		BigInteger_t2902905089 * L_32 = ___bi21;
		NullCheck(L_32);
		UInt32U5BU5D_t2770800703* L_33 = L_32->get_data_1();
		uint32_t L_34 = V_2;
		NullCheck(L_33);
		uintptr_t L_35 = (((uintptr_t)L_34));
		uint32_t L_36 = (L_33)->GetAt(static_cast<il2cpp_array_size_t>(L_35));
		if ((((int32_t)L_31) == ((int32_t)L_36)))
		{
			goto IL_0077;
		}
	}

IL_0098:
	{
		BigInteger_t2902905089 * L_37 = ___bi10;
		NullCheck(L_37);
		UInt32U5BU5D_t2770800703* L_38 = L_37->get_data_1();
		uint32_t L_39 = V_2;
		NullCheck(L_38);
		uintptr_t L_40 = (((uintptr_t)L_39));
		uint32_t L_41 = (L_38)->GetAt(static_cast<il2cpp_array_size_t>(L_40));
		BigInteger_t2902905089 * L_42 = ___bi21;
		NullCheck(L_42);
		UInt32U5BU5D_t2770800703* L_43 = L_42->get_data_1();
		uint32_t L_44 = V_2;
		NullCheck(L_43);
		uintptr_t L_45 = (((uintptr_t)L_44));
		uint32_t L_46 = (L_43)->GetAt(static_cast<il2cpp_array_size_t>(L_45));
		if ((!(((uint32_t)L_41) < ((uint32_t)L_46))))
		{
			goto IL_00b1;
		}
	}
	{
		return (int32_t)((-1));
	}

IL_00b1:
	{
		BigInteger_t2902905089 * L_47 = ___bi10;
		NullCheck(L_47);
		UInt32U5BU5D_t2770800703* L_48 = L_47->get_data_1();
		uint32_t L_49 = V_2;
		NullCheck(L_48);
		uintptr_t L_50 = (((uintptr_t)L_49));
		uint32_t L_51 = (L_48)->GetAt(static_cast<il2cpp_array_size_t>(L_50));
		BigInteger_t2902905089 * L_52 = ___bi21;
		NullCheck(L_52);
		UInt32U5BU5D_t2770800703* L_53 = L_52->get_data_1();
		uint32_t L_54 = V_2;
		NullCheck(L_53);
		uintptr_t L_55 = (((uintptr_t)L_54));
		uint32_t L_56 = (L_53)->GetAt(static_cast<il2cpp_array_size_t>(L_55));
		if ((!(((uint32_t)L_51) > ((uint32_t)L_56))))
		{
			goto IL_00ca;
		}
	}
	{
		return (int32_t)(1);
	}

IL_00ca:
	{
		return (int32_t)(0);
	}
}
// System.UInt32 Mono.Math.BigInteger/Kernel::SingleByteDivideInPlace(Mono.Math.BigInteger,System.UInt32)
extern "C"  uint32_t Kernel_SingleByteDivideInPlace_m907158225 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905089 * ___n0, uint32_t ___d1, const RuntimeMethod* method)
{
	uint64_t V_0 = 0;
	uint32_t V_1 = 0;
	{
		V_0 = (((int64_t)((int64_t)0)));
		BigInteger_t2902905089 * L_0 = ___n0;
		NullCheck(L_0);
		uint32_t L_1 = L_0->get_length_0();
		V_1 = L_1;
		goto IL_0034;
	}

IL_000f:
	{
		uint64_t L_2 = V_0;
		V_0 = ((int64_t)((int64_t)L_2<<(int32_t)((int32_t)32)));
		uint64_t L_3 = V_0;
		BigInteger_t2902905089 * L_4 = ___n0;
		NullCheck(L_4);
		UInt32U5BU5D_t2770800703* L_5 = L_4->get_data_1();
		uint32_t L_6 = V_1;
		NullCheck(L_5);
		uintptr_t L_7 = (((uintptr_t)L_6));
		uint32_t L_8 = (L_5)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
		V_0 = ((int64_t)((int64_t)L_3|(int64_t)(((int64_t)((uint64_t)L_8)))));
		BigInteger_t2902905089 * L_9 = ___n0;
		NullCheck(L_9);
		UInt32U5BU5D_t2770800703* L_10 = L_9->get_data_1();
		uint32_t L_11 = V_1;
		uint64_t L_12 = V_0;
		uint32_t L_13 = ___d1;
		NullCheck(L_10);
		(L_10)->SetAt(static_cast<il2cpp_array_size_t>((((uintptr_t)L_11))), (uint32_t)(((int32_t)((uint32_t)((int64_t)((uint64_t)(int64_t)L_12/(uint64_t)(int64_t)(((int64_t)((uint64_t)L_13)))))))));
		uint64_t L_14 = V_0;
		uint32_t L_15 = ___d1;
		V_0 = ((int64_t)((uint64_t)(int64_t)L_14%(uint64_t)(int64_t)(((int64_t)((uint64_t)L_15)))));
	}

IL_0034:
	{
		uint32_t L_16 = V_1;
		uint32_t L_17 = L_16;
		V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)1));
		if ((!(((uint32_t)L_17) <= ((uint32_t)0))))
		{
			goto IL_000f;
		}
	}
	{
		BigInteger_t2902905089 * L_18 = ___n0;
		NullCheck(L_18);
		BigInteger_Normalize_m4163607703(L_18, /*hidden argument*/NULL);
		uint64_t L_19 = V_0;
		return (((int32_t)((uint32_t)L_19)));
	}
}
// System.UInt32 Mono.Math.BigInteger/Kernel::DwordMod(Mono.Math.BigInteger,System.UInt32)
extern "C"  uint32_t Kernel_DwordMod_m4183681925 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905089 * ___n0, uint32_t ___d1, const RuntimeMethod* method)
{
	uint64_t V_0 = 0;
	uint32_t V_1 = 0;
	{
		V_0 = (((int64_t)((int64_t)0)));
		BigInteger_t2902905089 * L_0 = ___n0;
		NullCheck(L_0);
		uint32_t L_1 = L_0->get_length_0();
		V_1 = L_1;
		goto IL_0026;
	}

IL_000f:
	{
		uint64_t L_2 = V_0;
		V_0 = ((int64_t)((int64_t)L_2<<(int32_t)((int32_t)32)));
		uint64_t L_3 = V_0;
		BigInteger_t2902905089 * L_4 = ___n0;
		NullCheck(L_4);
		UInt32U5BU5D_t2770800703* L_5 = L_4->get_data_1();
		uint32_t L_6 = V_1;
		NullCheck(L_5);
		uintptr_t L_7 = (((uintptr_t)L_6));
		uint32_t L_8 = (L_5)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
		V_0 = ((int64_t)((int64_t)L_3|(int64_t)(((int64_t)((uint64_t)L_8)))));
		uint64_t L_9 = V_0;
		uint32_t L_10 = ___d1;
		V_0 = ((int64_t)((uint64_t)(int64_t)L_9%(uint64_t)(int64_t)(((int64_t)((uint64_t)L_10)))));
	}

IL_0026:
	{
		uint32_t L_11 = V_1;
		uint32_t L_12 = L_11;
		V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1));
		if ((!(((uint32_t)L_12) <= ((uint32_t)0))))
		{
			goto IL_000f;
		}
	}
	{
		uint64_t L_13 = V_0;
		return (((int32_t)((uint32_t)L_13)));
	}
}
// Mono.Math.BigInteger[] Mono.Math.BigInteger/Kernel::DwordDivMod(Mono.Math.BigInteger,System.UInt32)
extern "C"  BigIntegerU5BU5D_t2349952476* Kernel_DwordDivMod_m631886101 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905089 * ___n0, uint32_t ___d1, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (Kernel_DwordDivMod_m631886101_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	BigInteger_t2902905089 * V_0 = NULL;
	uint64_t V_1 = 0;
	uint32_t V_2 = 0;
	BigInteger_t2902905089 * V_3 = NULL;
	{
		BigInteger_t2902905089 * L_0 = ___n0;
		NullCheck(L_0);
		uint32_t L_1 = L_0->get_length_0();
		BigInteger_t2902905089 * L_2 = (BigInteger_t2902905089 *)il2cpp_codegen_object_new(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger__ctor_m397734603(L_2, 1, L_1, /*hidden argument*/NULL);
		V_0 = L_2;
		V_1 = (((int64_t)((int64_t)0)));
		BigInteger_t2902905089 * L_3 = ___n0;
		NullCheck(L_3);
		uint32_t L_4 = L_3->get_length_0();
		V_2 = L_4;
		goto IL_0041;
	}

IL_001c:
	{
		uint64_t L_5 = V_1;
		V_1 = ((int64_t)((int64_t)L_5<<(int32_t)((int32_t)32)));
		uint64_t L_6 = V_1;
		BigInteger_t2902905089 * L_7 = ___n0;
		NullCheck(L_7);
		UInt32U5BU5D_t2770800703* L_8 = L_7->get_data_1();
		uint32_t L_9 = V_2;
		NullCheck(L_8);
		uintptr_t L_10 = (((uintptr_t)L_9));
		uint32_t L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
		V_1 = ((int64_t)((int64_t)L_6|(int64_t)(((int64_t)((uint64_t)L_11)))));
		BigInteger_t2902905089 * L_12 = V_0;
		NullCheck(L_12);
		UInt32U5BU5D_t2770800703* L_13 = L_12->get_data_1();
		uint32_t L_14 = V_2;
		uint64_t L_15 = V_1;
		uint32_t L_16 = ___d1;
		NullCheck(L_13);
		(L_13)->SetAt(static_cast<il2cpp_array_size_t>((((uintptr_t)L_14))), (uint32_t)(((int32_t)((uint32_t)((int64_t)((uint64_t)(int64_t)L_15/(uint64_t)(int64_t)(((int64_t)((uint64_t)L_16)))))))));
		uint64_t L_17 = V_1;
		uint32_t L_18 = ___d1;
		V_1 = ((int64_t)((uint64_t)(int64_t)L_17%(uint64_t)(int64_t)(((int64_t)((uint64_t)L_18)))));
	}

IL_0041:
	{
		uint32_t L_19 = V_2;
		uint32_t L_20 = L_19;
		V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)1));
		if ((!(((uint32_t)L_20) <= ((uint32_t)0))))
		{
			goto IL_001c;
		}
	}
	{
		BigInteger_t2902905089 * L_21 = V_0;
		NullCheck(L_21);
		BigInteger_Normalize_m4163607703(L_21, /*hidden argument*/NULL);
		uint64_t L_22 = V_1;
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger_t2902905089 * L_23 = BigInteger_op_Implicit_m378428706(NULL /*static, unused*/, (((int32_t)((uint32_t)L_22))), /*hidden argument*/NULL);
		V_3 = L_23;
		BigIntegerU5BU5D_t2349952476* L_24 = ((BigIntegerU5BU5D_t2349952476*)SZArrayNew(BigIntegerU5BU5D_t2349952476_il2cpp_TypeInfo_var, (uint32_t)2));
		BigInteger_t2902905089 * L_25 = V_0;
		NullCheck(L_24);
		ArrayElementTypeCheck (L_24, L_25);
		(L_24)->SetAt(static_cast<il2cpp_array_size_t>(0), (BigInteger_t2902905089 *)L_25);
		BigIntegerU5BU5D_t2349952476* L_26 = L_24;
		BigInteger_t2902905089 * L_27 = V_3;
		NullCheck(L_26);
		ArrayElementTypeCheck (L_26, L_27);
		(L_26)->SetAt(static_cast<il2cpp_array_size_t>(1), (BigInteger_t2902905089 *)L_27);
		return L_26;
	}
}
// Mono.Math.BigInteger[] Mono.Math.BigInteger/Kernel::multiByteDivide(Mono.Math.BigInteger,Mono.Math.BigInteger)
extern "C"  BigIntegerU5BU5D_t2349952476* Kernel_multiByteDivide_m4249920547 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905089 * ___bi10, BigInteger_t2902905089 * ___bi21, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (Kernel_multiByteDivide_m4249920547_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	uint32_t V_0 = 0;
	int32_t V_1 = 0;
	uint32_t V_2 = 0;
	uint32_t V_3 = 0;
	int32_t V_4 = 0;
	int32_t V_5 = 0;
	BigInteger_t2902905089 * V_6 = NULL;
	BigInteger_t2902905089 * V_7 = NULL;
	UInt32U5BU5D_t2770800703* V_8 = NULL;
	int32_t V_9 = 0;
	int32_t V_10 = 0;
	uint32_t V_11 = 0;
	uint64_t V_12 = 0;
	uint64_t V_13 = 0;
	uint64_t V_14 = 0;
	uint64_t V_15 = 0;
	uint32_t V_16 = 0;
	uint32_t V_17 = 0;
	int32_t V_18 = 0;
	uint64_t V_19 = 0;
	uint32_t V_20 = 0;
	uint64_t V_21 = 0;
	BigIntegerU5BU5D_t2349952476* V_22 = NULL;
	{
		BigInteger_t2902905089 * L_0 = ___bi10;
		BigInteger_t2902905089 * L_1 = ___bi21;
		int32_t L_2 = Kernel_Compare_m1530940716(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL);
		if ((!(((uint32_t)L_2) == ((uint32_t)(-1)))))
		{
			goto IL_0026;
		}
	}
	{
		BigIntegerU5BU5D_t2349952476* L_3 = ((BigIntegerU5BU5D_t2349952476*)SZArrayNew(BigIntegerU5BU5D_t2349952476_il2cpp_TypeInfo_var, (uint32_t)2));
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger_t2902905089 * L_4 = BigInteger_op_Implicit_m2847009755(NULL /*static, unused*/, 0, /*hidden argument*/NULL);
		NullCheck(L_3);
		ArrayElementTypeCheck (L_3, L_4);
		(L_3)->SetAt(static_cast<il2cpp_array_size_t>(0), (BigInteger_t2902905089 *)L_4);
		BigIntegerU5BU5D_t2349952476* L_5 = L_3;
		BigInteger_t2902905089 * L_6 = ___bi10;
		BigInteger_t2902905089 * L_7 = (BigInteger_t2902905089 *)il2cpp_codegen_object_new(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger__ctor_m1426225719(L_7, L_6, /*hidden argument*/NULL);
		NullCheck(L_5);
		ArrayElementTypeCheck (L_5, L_7);
		(L_5)->SetAt(static_cast<il2cpp_array_size_t>(1), (BigInteger_t2902905089 *)L_7);
		return L_5;
	}

IL_0026:
	{
		BigInteger_t2902905089 * L_8 = ___bi10;
		NullCheck(L_8);
		BigInteger_Normalize_m4163607703(L_8, /*hidden argument*/NULL);
		BigInteger_t2902905089 * L_9 = ___bi21;
		NullCheck(L_9);
		BigInteger_Normalize_m4163607703(L_9, /*hidden argument*/NULL);
		BigInteger_t2902905089 * L_10 = ___bi21;
		NullCheck(L_10);
		uint32_t L_11 = L_10->get_length_0();
		if ((!(((uint32_t)L_11) == ((uint32_t)1))))
		{
			goto IL_004d;
		}
	}
	{
		BigInteger_t2902905089 * L_12 = ___bi10;
		BigInteger_t2902905089 * L_13 = ___bi21;
		NullCheck(L_13);
		UInt32U5BU5D_t2770800703* L_14 = L_13->get_data_1();
		NullCheck(L_14);
		int32_t L_15 = 0;
		uint32_t L_16 = (L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
		BigIntegerU5BU5D_t2349952476* L_17 = Kernel_DwordDivMod_m631886101(NULL /*static, unused*/, L_12, L_16, /*hidden argument*/NULL);
		return L_17;
	}

IL_004d:
	{
		BigInteger_t2902905089 * L_18 = ___bi10;
		NullCheck(L_18);
		uint32_t L_19 = L_18->get_length_0();
		V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1));
		BigInteger_t2902905089 * L_20 = ___bi21;
		NullCheck(L_20);
		uint32_t L_21 = L_20->get_length_0();
		V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1));
		V_2 = ((int32_t)-2147483648LL);
		BigInteger_t2902905089 * L_22 = ___bi21;
		NullCheck(L_22);
		UInt32U5BU5D_t2770800703* L_23 = L_22->get_data_1();
		BigInteger_t2902905089 * L_24 = ___bi21;
		NullCheck(L_24);
		uint32_t L_25 = L_24->get_length_0();
		NullCheck(L_23);
		uintptr_t L_26 = (((uintptr_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)1))));
		uint32_t L_27 = (L_23)->GetAt(static_cast<il2cpp_array_size_t>(L_26));
		V_3 = L_27;
		V_4 = 0;
		BigInteger_t2902905089 * L_28 = ___bi10;
		NullCheck(L_28);
		uint32_t L_29 = L_28->get_length_0();
		BigInteger_t2902905089 * L_30 = ___bi21;
		NullCheck(L_30);
		uint32_t L_31 = L_30->get_length_0();
		V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)L_31));
		goto IL_0097;
	}

IL_008d:
	{
		int32_t L_32 = V_4;
		V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1));
		uint32_t L_33 = V_2;
		V_2 = ((int32_t)((uint32_t)L_33>>1));
	}

IL_0097:
	{
		uint32_t L_34 = V_2;
		if (!L_34)
		{
			goto IL_00a5;
		}
	}
	{
		uint32_t L_35 = V_3;
		uint32_t L_36 = V_2;
		if (!((int32_t)((int32_t)L_35&(int32_t)L_36)))
		{
			goto IL_008d;
		}
	}

IL_00a5:
	{
		BigInteger_t2902905089 * L_37 = ___bi10;
		NullCheck(L_37);
		uint32_t L_38 = L_37->get_length_0();
		BigInteger_t2902905089 * L_39 = ___bi21;
		NullCheck(L_39);
		uint32_t L_40 = L_39->get_length_0();
		BigInteger_t2902905089 * L_41 = (BigInteger_t2902905089 *)il2cpp_codegen_object_new(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger__ctor_m397734603(L_41, 1, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_38, (int32_t)L_40)), (int32_t)1)), /*hidden argument*/NULL);
		V_6 = L_41;
		BigInteger_t2902905089 * L_42 = ___bi10;
		int32_t L_43 = V_4;
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger_t2902905089 * L_44 = BigInteger_op_LeftShift_m1192375522(NULL /*static, unused*/, L_42, L_43, /*hidden argument*/NULL);
		V_7 = L_44;
		BigInteger_t2902905089 * L_45 = V_7;
		NullCheck(L_45);
		UInt32U5BU5D_t2770800703* L_46 = L_45->get_data_1();
		V_8 = L_46;
		BigInteger_t2902905089 * L_47 = ___bi21;
		int32_t L_48 = V_4;
		BigInteger_t2902905089 * L_49 = BigInteger_op_LeftShift_m1192375522(NULL /*static, unused*/, L_47, L_48, /*hidden argument*/NULL);
		___bi21 = L_49;
		uint32_t L_50 = V_0;
		BigInteger_t2902905089 * L_51 = ___bi21;
		NullCheck(L_51);
		uint32_t L_52 = L_51->get_length_0();
		V_9 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_50, (int32_t)L_52));
		uint32_t L_53 = V_0;
		V_10 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_53, (int32_t)1));
		BigInteger_t2902905089 * L_54 = ___bi21;
		NullCheck(L_54);
		UInt32U5BU5D_t2770800703* L_55 = L_54->get_data_1();
		BigInteger_t2902905089 * L_56 = ___bi21;
		NullCheck(L_56);
		uint32_t L_57 = L_56->get_length_0();
		NullCheck(L_55);
		uintptr_t L_58 = (((uintptr_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_57, (int32_t)1))));
		uint32_t L_59 = (L_55)->GetAt(static_cast<il2cpp_array_size_t>(L_58));
		V_11 = L_59;
		BigInteger_t2902905089 * L_60 = ___bi21;
		NullCheck(L_60);
		UInt32U5BU5D_t2770800703* L_61 = L_60->get_data_1();
		BigInteger_t2902905089 * L_62 = ___bi21;
		NullCheck(L_62);
		uint32_t L_63 = L_62->get_length_0();
		NullCheck(L_61);
		uintptr_t L_64 = (((uintptr_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_63, (int32_t)2))));
		uint32_t L_65 = (L_61)->GetAt(static_cast<il2cpp_array_size_t>(L_64));
		V_12 = (((int64_t)((uint64_t)L_65)));
		goto IL_0270;
	}

IL_0112:
	{
		UInt32U5BU5D_t2770800703* L_66 = V_8;
		int32_t L_67 = V_10;
		NullCheck(L_66);
		int32_t L_68 = L_67;
		uint32_t L_69 = (L_66)->GetAt(static_cast<il2cpp_array_size_t>(L_68));
		UInt32U5BU5D_t2770800703* L_70 = V_8;
		int32_t L_71 = V_10;
		NullCheck(L_70);
		int32_t L_72 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_71, (int32_t)1));
		uint32_t L_73 = (L_70)->GetAt(static_cast<il2cpp_array_size_t>(L_72));
		V_13 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)((int64_t)(((int64_t)((uint64_t)L_69)))<<(int32_t)((int32_t)32))), (int64_t)(((int64_t)((uint64_t)L_73)))));
		uint64_t L_74 = V_13;
		uint32_t L_75 = V_11;
		V_14 = ((int64_t)((uint64_t)(int64_t)L_74/(uint64_t)(int64_t)(((int64_t)((uint64_t)L_75)))));
		uint64_t L_76 = V_13;
		uint32_t L_77 = V_11;
		V_15 = ((int64_t)((uint64_t)(int64_t)L_76%(uint64_t)(int64_t)(((int64_t)((uint64_t)L_77)))));
	}

IL_0136:
	{
		uint64_t L_78 = V_14;
		if ((((int64_t)L_78) == ((int64_t)((int64_t)4294967296LL))))
		{
			goto IL_015e;
		}
	}
	{
		uint64_t L_79 = V_14;
		uint64_t L_80 = V_12;
		uint64_t L_81 = V_15;
		UInt32U5BU5D_t2770800703* L_82 = V_8;
		int32_t L_83 = V_10;
		NullCheck(L_82);
		int32_t L_84 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_83, (int32_t)2));
		uint32_t L_85 = (L_82)->GetAt(static_cast<il2cpp_array_size_t>(L_84));
		if ((!(((uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_79, (int64_t)L_80))) > ((uint64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)((int64_t)L_81<<(int32_t)((int32_t)32))), (int64_t)(((int64_t)((uint64_t)L_85)))))))))
		{
			goto IL_0182;
		}
	}

IL_015e:
	{
		uint64_t L_86 = V_14;
		V_14 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_86, (int64_t)(((int64_t)((int64_t)1)))));
		uint64_t L_87 = V_15;
		uint32_t L_88 = V_11;
		V_15 = ((int64_t)il2cpp_codegen_add((int64_t)L_87, (int64_t)(((int64_t)((uint64_t)L_88)))));
		uint64_t L_89 = V_15;
		if ((!(((uint64_t)L_89) < ((uint64_t)((int64_t)4294967296LL)))))
		{
			goto IL_0182;
		}
	}
	{
		goto IL_0187;
	}

IL_0182:
	{
		goto IL_018c;
	}

IL_0187:
	{
		goto IL_0136;
	}

IL_018c:
	{
		V_17 = 0;
		int32_t L_90 = V_10;
		int32_t L_91 = V_1;
		V_18 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_90, (int32_t)L_91)), (int32_t)1));
		V_19 = (((int64_t)((int64_t)0)));
		uint64_t L_92 = V_14;
		V_20 = (((int32_t)((uint32_t)L_92)));
	}

IL_01a0:
	{
		uint64_t L_93 = V_19;
		BigInteger_t2902905089 * L_94 = ___bi21;
		NullCheck(L_94);
		UInt32U5BU5D_t2770800703* L_95 = L_94->get_data_1();
		uint32_t L_96 = V_17;
		NullCheck(L_95);
		uintptr_t L_97 = (((uintptr_t)L_96));
		uint32_t L_98 = (L_95)->GetAt(static_cast<il2cpp_array_size_t>(L_97));
		uint32_t L_99 = V_20;
		V_19 = ((int64_t)il2cpp_codegen_add((int64_t)L_93, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)(((int64_t)((uint64_t)L_98))), (int64_t)(((int64_t)((uint64_t)L_99)))))));
		UInt32U5BU5D_t2770800703* L_100 = V_8;
		int32_t L_101 = V_18;
		NullCheck(L_100);
		int32_t L_102 = L_101;
		uint32_t L_103 = (L_100)->GetAt(static_cast<il2cpp_array_size_t>(L_102));
		V_16 = L_103;
		UInt32U5BU5D_t2770800703* L_104 = V_8;
		int32_t L_105 = V_18;
		NullCheck(L_104);
		uint32_t* L_106 = ((L_104)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_105)));
		uint64_t L_107 = V_19;
		*((int32_t*)(L_106)) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(*((uint32_t*)L_106)), (int32_t)(((int32_t)((uint32_t)L_107)))));
		uint64_t L_108 = V_19;
		V_19 = ((int64_t)((uint64_t)L_108>>((int32_t)32)));
		UInt32U5BU5D_t2770800703* L_109 = V_8;
		int32_t L_110 = V_18;
		NullCheck(L_109);
		int32_t L_111 = L_110;
		uint32_t L_112 = (L_109)->GetAt(static_cast<il2cpp_array_size_t>(L_111));
		uint32_t L_113 = V_16;
		if ((!(((uint32_t)L_112) > ((uint32_t)L_113))))
		{
			goto IL_01e5;
		}
	}
	{
		uint64_t L_114 = V_19;
		V_19 = ((int64_t)il2cpp_codegen_add((int64_t)L_114, (int64_t)(((int64_t)((int64_t)1)))));
	}

IL_01e5:
	{
		uint32_t L_115 = V_17;
		V_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_115, (int32_t)1));
		int32_t L_116 = V_18;
		V_18 = ((int32_t)il2cpp_codegen_add((int32_t)L_116, (int32_t)1));
		uint32_t L_117 = V_17;
		int32_t L_118 = V_1;
		if ((((int64_t)(((int64_t)((uint64_t)L_117)))) < ((int64_t)(((int64_t)((int64_t)L_118))))))
		{
			goto IL_01a0;
		}
	}
	{
		int32_t L_119 = V_10;
		int32_t L_120 = V_1;
		V_18 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_119, (int32_t)L_120)), (int32_t)1));
		V_17 = 0;
		uint64_t L_121 = V_19;
		if (!L_121)
		{
			goto IL_0253;
		}
	}
	{
		uint32_t L_122 = V_20;
		V_20 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_122, (int32_t)1));
		V_21 = (((int64_t)((int64_t)0)));
	}

IL_0217:
	{
		UInt32U5BU5D_t2770800703* L_123 = V_8;
		int32_t L_124 = V_18;
		NullCheck(L_123);
		int32_t L_125 = L_124;
		uint32_t L_126 = (L_123)->GetAt(static_cast<il2cpp_array_size_t>(L_125));
		BigInteger_t2902905089 * L_127 = ___bi21;
		NullCheck(L_127);
		UInt32U5BU5D_t2770800703* L_128 = L_127->get_data_1();
		uint32_t L_129 = V_17;
		NullCheck(L_128);
		uintptr_t L_130 = (((uintptr_t)L_129));
		uint32_t L_131 = (L_128)->GetAt(static_cast<il2cpp_array_size_t>(L_130));
		uint64_t L_132 = V_21;
		V_21 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)(((int64_t)((uint64_t)L_126))), (int64_t)(((int64_t)((uint64_t)L_131))))), (int64_t)L_132));
		UInt32U5BU5D_t2770800703* L_133 = V_8;
		int32_t L_134 = V_18;
		uint64_t L_135 = V_21;
		NullCheck(L_133);
		(L_133)->SetAt(static_cast<il2cpp_array_size_t>(L_134), (uint32_t)(((int32_t)((uint32_t)L_135))));
		uint64_t L_136 = V_21;
		V_21 = ((int64_t)((uint64_t)L_136>>((int32_t)32)));
		uint32_t L_137 = V_17;
		V_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_137, (int32_t)1));
		int32_t L_138 = V_18;
		V_18 = ((int32_t)il2cpp_codegen_add((int32_t)L_138, (int32_t)1));
		uint32_t L_139 = V_17;
		int32_t L_140 = V_1;
		if ((((int64_t)(((int64_t)((uint64_t)L_139)))) < ((int64_t)(((int64_t)((int64_t)L_140))))))
		{
			goto IL_0217;
		}
	}

IL_0253:
	{
		BigInteger_t2902905089 * L_141 = V_6;
		NullCheck(L_141);
		UInt32U5BU5D_t2770800703* L_142 = L_141->get_data_1();
		int32_t L_143 = V_5;
		int32_t L_144 = L_143;
		V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_144, (int32_t)1));
		uint32_t L_145 = V_20;
		NullCheck(L_142);
		(L_142)->SetAt(static_cast<il2cpp_array_size_t>(L_144), (uint32_t)L_145);
		int32_t L_146 = V_10;
		V_10 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_146, (int32_t)1));
		int32_t L_147 = V_9;
		V_9 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_147, (int32_t)1));
	}

IL_0270:
	{
		int32_t L_148 = V_9;
		if ((((int32_t)L_148) > ((int32_t)0)))
		{
			goto IL_0112;
		}
	}
	{
		BigInteger_t2902905089 * L_149 = V_6;
		NullCheck(L_149);
		BigInteger_Normalize_m4163607703(L_149, /*hidden argument*/NULL);
		BigInteger_t2902905089 * L_150 = V_7;
		NullCheck(L_150);
		BigInteger_Normalize_m4163607703(L_150, /*hidden argument*/NULL);
		BigIntegerU5BU5D_t2349952476* L_151 = ((BigIntegerU5BU5D_t2349952476*)SZArrayNew(BigIntegerU5BU5D_t2349952476_il2cpp_TypeInfo_var, (uint32_t)2));
		BigInteger_t2902905089 * L_152 = V_6;
		NullCheck(L_151);
		ArrayElementTypeCheck (L_151, L_152);
		(L_151)->SetAt(static_cast<il2cpp_array_size_t>(0), (BigInteger_t2902905089 *)L_152);
		BigIntegerU5BU5D_t2349952476* L_153 = L_151;
		BigInteger_t2902905089 * L_154 = V_7;
		NullCheck(L_153);
		ArrayElementTypeCheck (L_153, L_154);
		(L_153)->SetAt(static_cast<il2cpp_array_size_t>(1), (BigInteger_t2902905089 *)L_154);
		V_22 = L_153;
		int32_t L_155 = V_4;
		if (!L_155)
		{
			goto IL_02b1;
		}
	}
	{
		BigIntegerU5BU5D_t2349952476* L_156 = V_22;
		NullCheck(L_156);
		BigInteger_t2902905089 ** L_157 = ((L_156)->GetAddressAt(static_cast<il2cpp_array_size_t>(1)));
		int32_t L_158 = V_4;
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger_t2902905089 * L_159 = BigInteger_op_RightShift_m2934036419(NULL /*static, unused*/, (*((BigInteger_t2902905089 **)L_157)), L_158, /*hidden argument*/NULL);
		*((RuntimeObject **)(L_157)) = (RuntimeObject *)L_159;
		Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_157), (RuntimeObject *)L_159);
	}

IL_02b1:
	{
		BigIntegerU5BU5D_t2349952476* L_160 = V_22;
		return L_160;
	}
}
// Mono.Math.BigInteger Mono.Math.BigInteger/Kernel::LeftShift(Mono.Math.BigInteger,System.Int32)
extern "C"  BigInteger_t2902905089 * Kernel_LeftShift_m3302851050 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905089 * ___bi0, int32_t ___n1, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (Kernel_LeftShift_m3302851050_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	BigInteger_t2902905089 * V_1 = NULL;
	uint32_t V_2 = 0;
	uint32_t V_3 = 0;
	uint32_t V_4 = 0;
	uint32_t V_5 = 0;
	{
		int32_t L_0 = ___n1;
		if (L_0)
		{
			goto IL_0015;
		}
	}
	{
		BigInteger_t2902905089 * L_1 = ___bi0;
		BigInteger_t2902905089 * L_2 = ___bi0;
		NullCheck(L_2);
		uint32_t L_3 = L_2->get_length_0();
		BigInteger_t2902905089 * L_4 = (BigInteger_t2902905089 *)il2cpp_codegen_object_new(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger__ctor_m224778556(L_4, L_1, ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)), /*hidden argument*/NULL);
		return L_4;
	}

IL_0015:
	{
		int32_t L_5 = ___n1;
		V_0 = ((int32_t)((int32_t)L_5>>(int32_t)5));
		int32_t L_6 = ___n1;
		___n1 = ((int32_t)((int32_t)L_6&(int32_t)((int32_t)31)));
		BigInteger_t2902905089 * L_7 = ___bi0;
		NullCheck(L_7);
		uint32_t L_8 = L_7->get_length_0();
		int32_t L_9 = V_0;
		BigInteger_t2902905089 * L_10 = (BigInteger_t2902905089 *)il2cpp_codegen_object_new(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger__ctor_m397734603(L_10, 1, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)), (int32_t)L_9)), /*hidden argument*/NULL);
		V_1 = L_10;
		V_2 = 0;
		BigInteger_t2902905089 * L_11 = ___bi0;
		NullCheck(L_11);
		uint32_t L_12 = L_11->get_length_0();
		V_3 = L_12;
		int32_t L_13 = ___n1;
		if (!L_13)
		{
			goto IL_0094;
		}
	}
	{
		V_5 = 0;
		goto IL_0079;
	}

IL_0047:
	{
		BigInteger_t2902905089 * L_14 = ___bi0;
		NullCheck(L_14);
		UInt32U5BU5D_t2770800703* L_15 = L_14->get_data_1();
		uint32_t L_16 = V_2;
		NullCheck(L_15);
		uintptr_t L_17 = (((uintptr_t)L_16));
		uint32_t L_18 = (L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_17));
		V_4 = L_18;
		BigInteger_t2902905089 * L_19 = V_1;
		NullCheck(L_19);
		UInt32U5BU5D_t2770800703* L_20 = L_19->get_data_1();
		uint32_t L_21 = V_2;
		int32_t L_22 = V_0;
		if ((int64_t)(((int64_t)il2cpp_codegen_add((int64_t)(((int64_t)((uint64_t)L_21))), (int64_t)(((int64_t)((int64_t)L_22)))))) > INTPTR_MAX) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception());
		uint32_t L_23 = V_4;
		int32_t L_24 = ___n1;
		uint32_t L_25 = V_5;
		NullCheck(L_20);
		(L_20)->SetAt(static_cast<il2cpp_array_size_t>((((intptr_t)((int64_t)il2cpp_codegen_add((int64_t)(((int64_t)((uint64_t)L_21))), (int64_t)(((int64_t)((int64_t)L_22)))))))), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_23<<(int32_t)((int32_t)((int32_t)L_24&(int32_t)((int32_t)31)))))|(int32_t)L_25)));
		uint32_t L_26 = V_4;
		int32_t L_27 = ___n1;
		V_5 = ((int32_t)((uint32_t)L_26>>((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)32), (int32_t)L_27))&(int32_t)((int32_t)31)))));
		uint32_t L_28 = V_2;
		V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1));
	}

IL_0079:
	{
		uint32_t L_29 = V_2;
		uint32_t L_30 = V_3;
		if ((!(((uint32_t)L_29) >= ((uint32_t)L_30))))
		{
			goto IL_0047;
		}
	}
	{
		BigInteger_t2902905089 * L_31 = V_1;
		NullCheck(L_31);
		UInt32U5BU5D_t2770800703* L_32 = L_31->get_data_1();
		uint32_t L_33 = V_2;
		int32_t L_34 = V_0;
		if ((int64_t)(((int64_t)il2cpp_codegen_add((int64_t)(((int64_t)((uint64_t)L_33))), (int64_t)(((int64_t)((int64_t)L_34)))))) > INTPTR_MAX) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception());
		uint32_t L_35 = V_5;
		NullCheck(L_32);
		(L_32)->SetAt(static_cast<il2cpp_array_size_t>((((intptr_t)((int64_t)il2cpp_codegen_add((int64_t)(((int64_t)((uint64_t)L_33))), (int64_t)(((int64_t)((int64_t)L_34)))))))), (uint32_t)L_35);
		goto IL_00ba;
	}

IL_0094:
	{
		goto IL_00b3;
	}

IL_0099:
	{
		BigInteger_t2902905089 * L_36 = V_1;
		NullCheck(L_36);
		UInt32U5BU5D_t2770800703* L_37 = L_36->get_data_1();
		uint32_t L_38 = V_2;
		int32_t L_39 = V_0;
		if ((int64_t)(((int64_t)il2cpp_codegen_add((int64_t)(((int64_t)((uint64_t)L_38))), (int64_t)(((int64_t)((int64_t)L_39)))))) > INTPTR_MAX) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception());
		BigInteger_t2902905089 * L_40 = ___bi0;
		NullCheck(L_40);
		UInt32U5BU5D_t2770800703* L_41 = L_40->get_data_1();
		uint32_t L_42 = V_2;
		NullCheck(L_41);
		uintptr_t L_43 = (((uintptr_t)L_42));
		uint32_t L_44 = (L_41)->GetAt(static_cast<il2cpp_array_size_t>(L_43));
		NullCheck(L_37);
		(L_37)->SetAt(static_cast<il2cpp_array_size_t>((((intptr_t)((int64_t)il2cpp_codegen_add((int64_t)(((int64_t)((uint64_t)L_38))), (int64_t)(((int64_t)((int64_t)L_39)))))))), (uint32_t)L_44);
		uint32_t L_45 = V_2;
		V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)1));
	}

IL_00b3:
	{
		uint32_t L_46 = V_2;
		uint32_t L_47 = V_3;
		if ((!(((uint32_t)L_46) >= ((uint32_t)L_47))))
		{
			goto IL_0099;
		}
	}

IL_00ba:
	{
		BigInteger_t2902905089 * L_48 = V_1;
		NullCheck(L_48);
		BigInteger_Normalize_m4163607703(L_48, /*hidden argument*/NULL);
		BigInteger_t2902905089 * L_49 = V_1;
		return L_49;
	}
}
// Mono.Math.BigInteger Mono.Math.BigInteger/Kernel::RightShift(Mono.Math.BigInteger,System.Int32)
extern "C"  BigInteger_t2902905089 * Kernel_RightShift_m2207393597 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905089 * ___bi0, int32_t ___n1, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (Kernel_RightShift_m2207393597_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	int32_t V_1 = 0;
	BigInteger_t2902905089 * V_2 = NULL;
	uint32_t V_3 = 0;
	uint32_t V_4 = 0;
	uint32_t V_5 = 0;
	{
		int32_t L_0 = ___n1;
		if (L_0)
		{
			goto IL_000d;
		}
	}
	{
		BigInteger_t2902905089 * L_1 = ___bi0;
		BigInteger_t2902905089 * L_2 = (BigInteger_t2902905089 *)il2cpp_codegen_object_new(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger__ctor_m1426225719(L_2, L_1, /*hidden argument*/NULL);
		return L_2;
	}

IL_000d:
	{
		int32_t L_3 = ___n1;
		V_0 = ((int32_t)((int32_t)L_3>>(int32_t)5));
		int32_t L_4 = ___n1;
		V_1 = ((int32_t)((int32_t)L_4&(int32_t)((int32_t)31)));
		BigInteger_t2902905089 * L_5 = ___bi0;
		NullCheck(L_5);
		uint32_t L_6 = L_5->get_length_0();
		int32_t L_7 = V_0;
		BigInteger_t2902905089 * L_8 = (BigInteger_t2902905089 *)il2cpp_codegen_object_new(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger__ctor_m397734603(L_8, 1, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_7)), (int32_t)1)), /*hidden argument*/NULL);
		V_2 = L_8;
		BigInteger_t2902905089 * L_9 = V_2;
		NullCheck(L_9);
		UInt32U5BU5D_t2770800703* L_10 = L_9->get_data_1();
		NullCheck(L_10);
		V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_10)->max_length)))), (int32_t)1));
		int32_t L_11 = V_1;
		if (!L_11)
		{
			goto IL_007e;
		}
	}
	{
		V_5 = 0;
		goto IL_006e;
	}

IL_0040:
	{
		BigInteger_t2902905089 * L_12 = ___bi0;
		NullCheck(L_12);
		UInt32U5BU5D_t2770800703* L_13 = L_12->get_data_1();
		uint32_t L_14 = V_3;
		int32_t L_15 = V_0;
		if ((int64_t)(((int64_t)il2cpp_codegen_add((int64_t)(((int64_t)((uint64_t)L_14))), (int64_t)(((int64_t)((int64_t)L_15)))))) > INTPTR_MAX) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception());
		NullCheck(L_13);
		intptr_t L_16 = (((intptr_t)((int64_t)il2cpp_codegen_add((int64_t)(((int64_t)((uint64_t)L_14))), (int64_t)(((int64_t)((int64_t)L_15)))))));
		uint32_t L_17 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
		V_4 = L_17;
		BigInteger_t2902905089 * L_18 = V_2;
		NullCheck(L_18);
		UInt32U5BU5D_t2770800703* L_19 = L_18->get_data_1();
		uint32_t L_20 = V_3;
		uint32_t L_21 = V_4;
		int32_t L_22 = ___n1;
		uint32_t L_23 = V_5;
		NullCheck(L_19);
		(L_19)->SetAt(static_cast<il2cpp_array_size_t>((((uintptr_t)L_20))), (uint32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_21>>((int32_t)((int32_t)L_22&(int32_t)((int32_t)31)))))|(int32_t)L_23)));
		uint32_t L_24 = V_4;
		int32_t L_25 = ___n1;
		V_5 = ((int32_t)((int32_t)L_24<<(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)32), (int32_t)L_25))&(int32_t)((int32_t)31)))));
	}

IL_006e:
	{
		uint32_t L_26 = V_3;
		uint32_t L_27 = L_26;
		V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)1));
		if ((!(((uint32_t)L_27) <= ((uint32_t)0))))
		{
			goto IL_0040;
		}
	}
	{
		goto IL_00a4;
	}

IL_007e:
	{
		goto IL_0099;
	}

IL_0083:
	{
		BigInteger_t2902905089 * L_28 = V_2;
		NullCheck(L_28);
		UInt32U5BU5D_t2770800703* L_29 = L_28->get_data_1();
		uint32_t L_30 = V_3;
		BigInteger_t2902905089 * L_31 = ___bi0;
		NullCheck(L_31);
		UInt32U5BU5D_t2770800703* L_32 = L_31->get_data_1();
		uint32_t L_33 = V_3;
		int32_t L_34 = V_0;
		if ((int64_t)(((int64_t)il2cpp_codegen_add((int64_t)(((int64_t)((uint64_t)L_33))), (int64_t)(((int64_t)((int64_t)L_34)))))) > INTPTR_MAX) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception());
		NullCheck(L_32);
		intptr_t L_35 = (((intptr_t)((int64_t)il2cpp_codegen_add((int64_t)(((int64_t)((uint64_t)L_33))), (int64_t)(((int64_t)((int64_t)L_34)))))));
		uint32_t L_36 = (L_32)->GetAt(static_cast<il2cpp_array_size_t>(L_35));
		NullCheck(L_29);
		(L_29)->SetAt(static_cast<il2cpp_array_size_t>((((uintptr_t)L_30))), (uint32_t)L_36);
	}

IL_0099:
	{
		uint32_t L_37 = V_3;
		uint32_t L_38 = L_37;
		V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_38, (int32_t)1));
		if ((!(((uint32_t)L_38) <= ((uint32_t)0))))
		{
			goto IL_0083;
		}
	}

IL_00a4:
	{
		BigInteger_t2902905089 * L_39 = V_2;
		NullCheck(L_39);
		BigInteger_Normalize_m4163607703(L_39, /*hidden argument*/NULL);
		BigInteger_t2902905089 * L_40 = V_2;
		return L_40;
	}
}
// Mono.Math.BigInteger Mono.Math.BigInteger/Kernel::MultiplyByDword(Mono.Math.BigInteger,System.UInt32)
extern "C"  BigInteger_t2902905089 * Kernel_MultiplyByDword_m1266935086 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905089 * ___n0, uint32_t ___f1, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (Kernel_MultiplyByDword_m1266935086_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	BigInteger_t2902905089 * V_0 = NULL;
	uint32_t V_1 = 0;
	uint64_t V_2 = 0;
	{
		BigInteger_t2902905089 * L_0 = ___n0;
		NullCheck(L_0);
		uint32_t L_1 = L_0->get_length_0();
		BigInteger_t2902905089 * L_2 = (BigInteger_t2902905089 *)il2cpp_codegen_object_new(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger__ctor_m397734603(L_2, 1, ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)), /*hidden argument*/NULL);
		V_0 = L_2;
		V_1 = 0;
		V_2 = (((int64_t)((int64_t)0)));
	}

IL_0014:
	{
		uint64_t L_3 = V_2;
		BigInteger_t2902905089 * L_4 = ___n0;
		NullCheck(L_4);
		UInt32U5BU5D_t2770800703* L_5 = L_4->get_data_1();
		uint32_t L_6 = V_1;
		NullCheck(L_5);
		uintptr_t L_7 = (((uintptr_t)L_6));
		uint32_t L_8 = (L_5)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
		uint32_t L_9 = ___f1;
		V_2 = ((int64_t)il2cpp_codegen_add((int64_t)L_3, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)(((int64_t)((uint64_t)L_8))), (int64_t)(((int64_t)((uint64_t)L_9)))))));
		BigInteger_t2902905089 * L_10 = V_0;
		NullCheck(L_10);
		UInt32U5BU5D_t2770800703* L_11 = L_10->get_data_1();
		uint32_t L_12 = V_1;
		uint64_t L_13 = V_2;
		NullCheck(L_11);
		(L_11)->SetAt(static_cast<il2cpp_array_size_t>((((uintptr_t)L_12))), (uint32_t)(((int32_t)((uint32_t)L_13))));
		uint64_t L_14 = V_2;
		V_2 = ((int64_t)((uint64_t)L_14>>((int32_t)32)));
		uint32_t L_15 = V_1;
		int32_t L_16 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1));
		V_1 = L_16;
		BigInteger_t2902905089 * L_17 = ___n0;
		NullCheck(L_17);
		uint32_t L_18 = L_17->get_length_0();
		if ((!(((uint32_t)L_16) >= ((uint32_t)L_18))))
		{
			goto IL_0014;
		}
	}
	{
		BigInteger_t2902905089 * L_19 = V_0;
		NullCheck(L_19);
		UInt32U5BU5D_t2770800703* L_20 = L_19->get_data_1();
		uint32_t L_21 = V_1;
		uint64_t L_22 = V_2;
		NullCheck(L_20);
		(L_20)->SetAt(static_cast<il2cpp_array_size_t>((((uintptr_t)L_21))), (uint32_t)(((int32_t)((uint32_t)L_22))));
		BigInteger_t2902905089 * L_23 = V_0;
		NullCheck(L_23);
		BigInteger_Normalize_m4163607703(L_23, /*hidden argument*/NULL);
		BigInteger_t2902905089 * L_24 = V_0;
		return L_24;
	}
}
// System.Void Mono.Math.BigInteger/Kernel::Multiply(System.UInt32[],System.UInt32,System.UInt32,System.UInt32[],System.UInt32,System.UInt32,System.UInt32[],System.UInt32)
extern "C"  void Kernel_Multiply_m1995233235 (RuntimeObject * __this /* static, unused */, UInt32U5BU5D_t2770800703* ___x0, uint32_t ___xOffset1, uint32_t ___xLen2, UInt32U5BU5D_t2770800703* ___y3, uint32_t ___yOffset4, uint32_t ___yLen5, UInt32U5BU5D_t2770800703* ___d6, uint32_t ___dOffset7, const RuntimeMethod* method)
{
	uint32_t* V_0 = NULL;
	uint32_t* V_1 = NULL;
	uint32_t* V_2 = NULL;
	uint32_t* V_3 = NULL;
	uint32_t* V_4 = NULL;
	uint32_t* V_5 = NULL;
	uint32_t* V_6 = NULL;
	uint32_t* V_7 = NULL;
	uint64_t V_8 = 0;
	uint32_t* V_9 = NULL;
	uint32_t* V_10 = NULL;
	uintptr_t G_B4_0 = 0;
	uintptr_t G_B8_0 = 0;
	uintptr_t G_B12_0 = 0;
	{
		UInt32U5BU5D_t2770800703* L_0 = ___x0;
		if (!L_0)
		{
			goto IL_000e;
		}
	}
	{
		UInt32U5BU5D_t2770800703* L_1 = ___x0;
		NullCheck(L_1);
		if ((((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length)))))
		{
			goto IL_0015;
		}
	}

IL_000e:
	{
		G_B4_0 = (((uintptr_t)0));
		goto IL_001c;
	}

IL_0015:
	{
		UInt32U5BU5D_t2770800703* L_2 = ___x0;
		NullCheck(L_2);
		G_B4_0 = ((uintptr_t)(((L_2)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
	}

IL_001c:
	{
		V_0 = (uint32_t*)G_B4_0;
		UInt32U5BU5D_t2770800703* L_3 = ___y3;
		if (!L_3)
		{
			goto IL_002b;
		}
	}
	{
		UInt32U5BU5D_t2770800703* L_4 = ___y3;
		NullCheck(L_4);
		if ((((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length)))))
		{
			goto IL_0032;
		}
	}

IL_002b:
	{
		G_B8_0 = (((uintptr_t)0));
		goto IL_0039;
	}

IL_0032:
	{
		UInt32U5BU5D_t2770800703* L_5 = ___y3;
		NullCheck(L_5);
		G_B8_0 = ((uintptr_t)(((L_5)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
	}

IL_0039:
	{
		V_1 = (uint32_t*)G_B8_0;
		UInt32U5BU5D_t2770800703* L_6 = ___d6;
		if (!L_6)
		{
			goto IL_004a;
		}
	}
	{
		UInt32U5BU5D_t2770800703* L_7 = ___d6;
		NullCheck(L_7);
		if ((((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length)))))
		{
			goto IL_0051;
		}
	}

IL_004a:
	{
		G_B12_0 = (((uintptr_t)0));
		goto IL_0059;
	}

IL_0051:
	{
		UInt32U5BU5D_t2770800703* L_8 = ___d6;
		NullCheck(L_8);
		G_B12_0 = ((uintptr_t)(((L_8)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
	}

IL_0059:
	{
		V_2 = (uint32_t*)G_B12_0;
		uint32_t* L_9 = V_0;
		uint32_t L_10 = ___xOffset1;
		V_3 = (uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_9, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((uintptr_t)L_10)), (int32_t)4))));
		uint32_t* L_11 = V_3;
		uint32_t L_12 = ___xLen2;
		V_4 = (uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_11, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((uintptr_t)L_12)), (int32_t)4))));
		uint32_t* L_13 = V_1;
		uint32_t L_14 = ___yOffset4;
		V_5 = (uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_13, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((uintptr_t)L_14)), (int32_t)4))));
		uint32_t* L_15 = V_5;
		uint32_t L_16 = ___yLen5;
		V_6 = (uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_15, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((uintptr_t)L_16)), (int32_t)4))));
		uint32_t* L_17 = V_2;
		uint32_t L_18 = ___dOffset7;
		V_7 = (uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_17, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((uintptr_t)L_18)), (int32_t)4))));
		goto IL_00f6;
	}

IL_008a:
	{
		uint32_t* L_19 = V_3;
		if ((*((uint32_t*)L_19)))
		{
			goto IL_0096;
		}
	}
	{
		goto IL_00ea;
	}

IL_0096:
	{
		V_8 = (((int64_t)((int64_t)0)));
		uint32_t* L_20 = V_7;
		V_9 = (uint32_t*)L_20;
		uint32_t* L_21 = V_5;
		V_10 = (uint32_t*)L_21;
		goto IL_00d4;
	}

IL_00a7:
	{
		uint64_t L_22 = V_8;
		uint32_t* L_23 = V_3;
		uint32_t* L_24 = V_10;
		uint32_t* L_25 = V_9;
		V_8 = ((int64_t)il2cpp_codegen_add((int64_t)L_22, (int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(*((uint32_t*)L_23)))))))), (int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(*((uint32_t*)L_24)))))))))), (int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(*((uint32_t*)L_25))))))))))));
		uint32_t* L_26 = V_9;
		uint64_t L_27 = V_8;
		*((int32_t*)(L_26)) = (int32_t)(((int32_t)((uint32_t)L_27)));
		uint64_t L_28 = V_8;
		V_8 = ((int64_t)((uint64_t)L_28>>((int32_t)32)));
		uint32_t* L_29 = V_10;
		V_10 = (uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_29, (intptr_t)(((intptr_t)4))));
		uint32_t* L_30 = V_9;
		V_9 = (uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_30, (intptr_t)(((intptr_t)4))));
	}

IL_00d4:
	{
		uint32_t* L_31 = V_10;
		uint32_t* L_32 = V_6;
		if ((!(((uintptr_t)L_31) >= ((uintptr_t)L_32))))
		{
			goto IL_00a7;
		}
	}
	{
		uint64_t L_33 = V_8;
		if (!L_33)
		{
			goto IL_00ea;
		}
	}
	{
		uint32_t* L_34 = V_9;
		uint64_t L_35 = V_8;
		*((int32_t*)(L_34)) = (int32_t)(((int32_t)((uint32_t)L_35)));
	}

IL_00ea:
	{
		uint32_t* L_36 = V_3;
		V_3 = (uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_36, (intptr_t)(((intptr_t)4))));
		uint32_t* L_37 = V_7;
		V_7 = (uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_37, (intptr_t)(((intptr_t)4))));
	}

IL_00f6:
	{
		uint32_t* L_38 = V_3;
		uint32_t* L_39 = V_4;
		if ((!(((uintptr_t)L_38) >= ((uintptr_t)L_39))))
		{
			goto IL_008a;
		}
	}
	{
		V_0 = (uint32_t*)(((uintptr_t)0));
		V_1 = (uint32_t*)(((uintptr_t)0));
		V_2 = (uint32_t*)(((uintptr_t)0));
		return;
	}
}
// System.Void Mono.Math.BigInteger/Kernel::MultiplyMod2p32pmod(System.UInt32[],System.Int32,System.Int32,System.UInt32[],System.Int32,System.Int32,System.UInt32[],System.Int32,System.Int32)
extern "C"  void Kernel_MultiplyMod2p32pmod_m4241526284 (RuntimeObject * __this /* static, unused */, UInt32U5BU5D_t2770800703* ___x0, int32_t ___xOffset1, int32_t ___xLen2, UInt32U5BU5D_t2770800703* ___y3, int32_t ___yOffest4, int32_t ___yLen5, UInt32U5BU5D_t2770800703* ___d6, int32_t ___dOffset7, int32_t ___mod8, const RuntimeMethod* method)
{
	uint32_t* V_0 = NULL;
	uint32_t* V_1 = NULL;
	uint32_t* V_2 = NULL;
	uint32_t* V_3 = NULL;
	uint32_t* V_4 = NULL;
	uint32_t* V_5 = NULL;
	uint32_t* V_6 = NULL;
	uint32_t* V_7 = NULL;
	uint32_t* V_8 = NULL;
	uint64_t V_9 = 0;
	uint32_t* V_10 = NULL;
	uint32_t* V_11 = NULL;
	uintptr_t G_B4_0 = 0;
	uintptr_t G_B8_0 = 0;
	uintptr_t G_B12_0 = 0;
	{
		UInt32U5BU5D_t2770800703* L_0 = ___x0;
		if (!L_0)
		{
			goto IL_000e;
		}
	}
	{
		UInt32U5BU5D_t2770800703* L_1 = ___x0;
		NullCheck(L_1);
		if ((((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length)))))
		{
			goto IL_0015;
		}
	}

IL_000e:
	{
		G_B4_0 = (((uintptr_t)0));
		goto IL_001c;
	}

IL_0015:
	{
		UInt32U5BU5D_t2770800703* L_2 = ___x0;
		NullCheck(L_2);
		G_B4_0 = ((uintptr_t)(((L_2)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
	}

IL_001c:
	{
		V_0 = (uint32_t*)G_B4_0;
		UInt32U5BU5D_t2770800703* L_3 = ___y3;
		if (!L_3)
		{
			goto IL_002b;
		}
	}
	{
		UInt32U5BU5D_t2770800703* L_4 = ___y3;
		NullCheck(L_4);
		if ((((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length)))))
		{
			goto IL_0032;
		}
	}

IL_002b:
	{
		G_B8_0 = (((uintptr_t)0));
		goto IL_0039;
	}

IL_0032:
	{
		UInt32U5BU5D_t2770800703* L_5 = ___y3;
		NullCheck(L_5);
		G_B8_0 = ((uintptr_t)(((L_5)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
	}

IL_0039:
	{
		V_1 = (uint32_t*)G_B8_0;
		UInt32U5BU5D_t2770800703* L_6 = ___d6;
		if (!L_6)
		{
			goto IL_004a;
		}
	}
	{
		UInt32U5BU5D_t2770800703* L_7 = ___d6;
		NullCheck(L_7);
		if ((((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length)))))
		{
			goto IL_0051;
		}
	}

IL_004a:
	{
		G_B12_0 = (((uintptr_t)0));
		goto IL_0059;
	}

IL_0051:
	{
		UInt32U5BU5D_t2770800703* L_8 = ___d6;
		NullCheck(L_8);
		G_B12_0 = ((uintptr_t)(((L_8)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
	}

IL_0059:
	{
		V_2 = (uint32_t*)G_B12_0;
		uint32_t* L_9 = V_0;
		int32_t L_10 = ___xOffset1;
		V_3 = (uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_9, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_10, (int32_t)4))));
		uint32_t* L_11 = V_3;
		int32_t L_12 = ___xLen2;
		V_4 = (uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_11, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_12, (int32_t)4))));
		uint32_t* L_13 = V_1;
		int32_t L_14 = ___yOffest4;
		V_5 = (uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_13, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_14, (int32_t)4))));
		uint32_t* L_15 = V_5;
		int32_t L_16 = ___yLen5;
		V_6 = (uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_15, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_16, (int32_t)4))));
		uint32_t* L_17 = V_2;
		int32_t L_18 = ___dOffset7;
		V_7 = (uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_17, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_18, (int32_t)4))));
		uint32_t* L_19 = V_7;
		int32_t L_20 = ___mod8;
		V_8 = (uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_19, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_20, (int32_t)4))));
		goto IL_010c;
	}

IL_008e:
	{
		uint32_t* L_21 = V_3;
		if ((*((uint32_t*)L_21)))
		{
			goto IL_009a;
		}
	}
	{
		goto IL_0100;
	}

IL_009a:
	{
		V_9 = (((int64_t)((int64_t)0)));
		uint32_t* L_22 = V_7;
		V_10 = (uint32_t*)L_22;
		uint32_t* L_23 = V_5;
		V_11 = (uint32_t*)L_23;
		goto IL_00d8;
	}

IL_00ab:
	{
		uint64_t L_24 = V_9;
		uint32_t* L_25 = V_3;
		uint32_t* L_26 = V_11;
		uint32_t* L_27 = V_10;
		V_9 = ((int64_t)il2cpp_codegen_add((int64_t)L_24, (int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(*((uint32_t*)L_25)))))))), (int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(*((uint32_t*)L_26)))))))))), (int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(*((uint32_t*)L_27))))))))))));
		uint32_t* L_28 = V_10;
		uint64_t L_29 = V_9;
		*((int32_t*)(L_28)) = (int32_t)(((int32_t)((uint32_t)L_29)));
		uint64_t L_30 = V_9;
		V_9 = ((int64_t)((uint64_t)L_30>>((int32_t)32)));
		uint32_t* L_31 = V_11;
		V_11 = (uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_31, (intptr_t)(((intptr_t)4))));
		uint32_t* L_32 = V_10;
		V_10 = (uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_32, (intptr_t)(((intptr_t)4))));
	}

IL_00d8:
	{
		uint32_t* L_33 = V_11;
		uint32_t* L_34 = V_6;
		if ((!(((uintptr_t)L_33) < ((uintptr_t)L_34))))
		{
			goto IL_00ea;
		}
	}
	{
		uint32_t* L_35 = V_10;
		uint32_t* L_36 = V_8;
		if ((!(((uintptr_t)L_35) >= ((uintptr_t)L_36))))
		{
			goto IL_00ab;
		}
	}

IL_00ea:
	{
		uint64_t L_37 = V_9;
		if (!L_37)
		{
			goto IL_0100;
		}
	}
	{
		uint32_t* L_38 = V_10;
		uint32_t* L_39 = V_8;
		if ((!(((uintptr_t)L_38) < ((uintptr_t)L_39))))
		{
			goto IL_0100;
		}
	}
	{
		uint32_t* L_40 = V_10;
		uint64_t L_41 = V_9;
		*((int32_t*)(L_40)) = (int32_t)(((int32_t)((uint32_t)L_41)));
	}

IL_0100:
	{
		uint32_t* L_42 = V_3;
		V_3 = (uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_42, (intptr_t)(((intptr_t)4))));
		uint32_t* L_43 = V_7;
		V_7 = (uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_43, (intptr_t)(((intptr_t)4))));
	}

IL_010c:
	{
		uint32_t* L_44 = V_3;
		uint32_t* L_45 = V_4;
		if ((!(((uintptr_t)L_44) >= ((uintptr_t)L_45))))
		{
			goto IL_008e;
		}
	}
	{
		V_0 = (uint32_t*)(((uintptr_t)0));
		V_1 = (uint32_t*)(((uintptr_t)0));
		V_2 = (uint32_t*)(((uintptr_t)0));
		return;
	}
}
// System.UInt32 Mono.Math.BigInteger/Kernel::modInverse(Mono.Math.BigInteger,System.UInt32)
extern "C"  uint32_t Kernel_modInverse_m668448880 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905089 * ___bi0, uint32_t ___modulus1, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (Kernel_modInverse_m668448880_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 L_0 = ___modulus1;
		V_0 = L_0;
		BigInteger_t2902905089 * L_1 = ___bi0;
		uint32_t L_2 = ___modulus1;
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		uint32_t L_3 = BigInteger_op_Modulus_m1987692259(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL);
		V_1 = L_3;
		V_2 = 0;
		V_3 = 1;
		goto IL_004a;
	}

IL_0013:
	{
		uint32_t L_4 = V_1;
		if ((!(((uint32_t)L_4) == ((uint32_t)1))))
		{
			goto IL_001c;
		}
	}
	{
		uint32_t L_5 = V_3;
		return L_5;
	}

IL_001c:
	{
		uint32_t L_6 = V_2;
		uint32_t L_7 = V_0;
		uint32_t L_8 = V_1;
		uint32_t L_9 = V_3;
		V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((uint32_t)(int32_t)L_7/(uint32_t)(int32_t)L_8)), (int32_t)L_9))));
		uint32_t L_10 = V_0;
		uint32_t L_11 = V_1;
		V_0 = ((int32_t)((uint32_t)(int32_t)L_10%(uint32_t)(int32_t)L_11));
		uint32_t L_12 = V_0;
		if (L_12)
		{
			goto IL_0033;
		}
	}
	{
		goto IL_0050;
	}

IL_0033:
	{
		uint32_t L_13 = V_0;
		if ((!(((uint32_t)L_13) == ((uint32_t)1))))
		{
			goto IL_003e;
		}
	}
	{
		uint32_t L_14 = ___modulus1;
		uint32_t L_15 = V_2;
		return ((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)L_15));
	}

IL_003e:
	{
		uint32_t L_16 = V_3;
		uint32_t L_17 = V_1;
		uint32_t L_18 = V_0;
		uint32_t L_19 = V_2;
		V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((uint32_t)(int32_t)L_17/(uint32_t)(int32_t)L_18)), (int32_t)L_19))));
		uint32_t L_20 = V_1;
		uint32_t L_21 = V_0;
		V_1 = ((int32_t)((uint32_t)(int32_t)L_20%(uint32_t)(int32_t)L_21));
	}

IL_004a:
	{
		uint32_t L_22 = V_1;
		if (L_22)
		{
			goto IL_0013;
		}
	}

IL_0050:
	{
		return 0;
	}
}
// Mono.Math.BigInteger Mono.Math.BigInteger/Kernel::modInverse(Mono.Math.BigInteger,Mono.Math.BigInteger)
extern "C"  BigInteger_t2902905089 * Kernel_modInverse_m3523342258 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905089 * ___bi0, BigInteger_t2902905089 * ___modulus1, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (Kernel_modInverse_m3523342258_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	BigIntegerU5BU5D_t2349952476* V_0 = NULL;
	BigIntegerU5BU5D_t2349952476* V_1 = NULL;
	BigIntegerU5BU5D_t2349952476* V_2 = NULL;
	int32_t V_3 = 0;
	BigInteger_t2902905089 * V_4 = NULL;
	BigInteger_t2902905089 * V_5 = NULL;
	ModulusRing_t596511504 * V_6 = NULL;
	BigInteger_t2902905089 * V_7 = NULL;
	BigIntegerU5BU5D_t2349952476* V_8 = NULL;
	{
		BigInteger_t2902905089 * L_0 = ___modulus1;
		NullCheck(L_0);
		uint32_t L_1 = L_0->get_length_0();
		if ((!(((uint32_t)L_1) == ((uint32_t)1))))
		{
			goto IL_0020;
		}
	}
	{
		BigInteger_t2902905089 * L_2 = ___bi0;
		BigInteger_t2902905089 * L_3 = ___modulus1;
		NullCheck(L_3);
		UInt32U5BU5D_t2770800703* L_4 = L_3->get_data_1();
		NullCheck(L_4);
		int32_t L_5 = 0;
		uint32_t L_6 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
		uint32_t L_7 = Kernel_modInverse_m668448880(NULL /*static, unused*/, L_2, L_6, /*hidden argument*/NULL);
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger_t2902905089 * L_8 = BigInteger_op_Implicit_m378428706(NULL /*static, unused*/, L_7, /*hidden argument*/NULL);
		return L_8;
	}

IL_0020:
	{
		BigIntegerU5BU5D_t2349952476* L_9 = ((BigIntegerU5BU5D_t2349952476*)SZArrayNew(BigIntegerU5BU5D_t2349952476_il2cpp_TypeInfo_var, (uint32_t)2));
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger_t2902905089 * L_10 = BigInteger_op_Implicit_m2847009755(NULL /*static, unused*/, 0, /*hidden argument*/NULL);
		NullCheck(L_9);
		ArrayElementTypeCheck (L_9, L_10);
		(L_9)->SetAt(static_cast<il2cpp_array_size_t>(0), (BigInteger_t2902905089 *)L_10);
		BigIntegerU5BU5D_t2349952476* L_11 = L_9;
		BigInteger_t2902905089 * L_12 = BigInteger_op_Implicit_m2847009755(NULL /*static, unused*/, 1, /*hidden argument*/NULL);
		NullCheck(L_11);
		ArrayElementTypeCheck (L_11, L_12);
		(L_11)->SetAt(static_cast<il2cpp_array_size_t>(1), (BigInteger_t2902905089 *)L_12);
		V_0 = L_11;
		V_1 = ((BigIntegerU5BU5D_t2349952476*)SZArrayNew(BigIntegerU5BU5D_t2349952476_il2cpp_TypeInfo_var, (uint32_t)2));
		BigIntegerU5BU5D_t2349952476* L_13 = ((BigIntegerU5BU5D_t2349952476*)SZArrayNew(BigIntegerU5BU5D_t2349952476_il2cpp_TypeInfo_var, (uint32_t)2));
		BigInteger_t2902905089 * L_14 = BigInteger_op_Implicit_m2847009755(NULL /*static, unused*/, 0, /*hidden argument*/NULL);
		NullCheck(L_13);
		ArrayElementTypeCheck (L_13, L_14);
		(L_13)->SetAt(static_cast<il2cpp_array_size_t>(0), (BigInteger_t2902905089 *)L_14);
		BigIntegerU5BU5D_t2349952476* L_15 = L_13;
		BigInteger_t2902905089 * L_16 = BigInteger_op_Implicit_m2847009755(NULL /*static, unused*/, 0, /*hidden argument*/NULL);
		NullCheck(L_15);
		ArrayElementTypeCheck (L_15, L_16);
		(L_15)->SetAt(static_cast<il2cpp_array_size_t>(1), (BigInteger_t2902905089 *)L_16);
		V_2 = L_15;
		V_3 = 0;
		BigInteger_t2902905089 * L_17 = ___modulus1;
		V_4 = L_17;
		BigInteger_t2902905089 * L_18 = ___bi0;
		V_5 = L_18;
		BigInteger_t2902905089 * L_19 = ___modulus1;
		ModulusRing_t596511504 * L_20 = (ModulusRing_t596511504 *)il2cpp_codegen_object_new(ModulusRing_t596511504_il2cpp_TypeInfo_var);
		ModulusRing__ctor_m2100816195(L_20, L_19, /*hidden argument*/NULL);
		V_6 = L_20;
		goto IL_00ca;
	}

IL_006e:
	{
		int32_t L_21 = V_3;
		if ((((int32_t)L_21) <= ((int32_t)1)))
		{
			goto IL_0097;
		}
	}
	{
		ModulusRing_t596511504 * L_22 = V_6;
		BigIntegerU5BU5D_t2349952476* L_23 = V_0;
		NullCheck(L_23);
		int32_t L_24 = 0;
		BigInteger_t2902905089 * L_25 = (L_23)->GetAt(static_cast<il2cpp_array_size_t>(L_24));
		BigIntegerU5BU5D_t2349952476* L_26 = V_0;
		NullCheck(L_26);
		int32_t L_27 = 1;
		BigInteger_t2902905089 * L_28 = (L_26)->GetAt(static_cast<il2cpp_array_size_t>(L_27));
		BigIntegerU5BU5D_t2349952476* L_29 = V_1;
		NullCheck(L_29);
		int32_t L_30 = 0;
		BigInteger_t2902905089 * L_31 = (L_29)->GetAt(static_cast<il2cpp_array_size_t>(L_30));
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger_t2902905089 * L_32 = BigInteger_op_Multiply_m3801644593(NULL /*static, unused*/, L_28, L_31, /*hidden argument*/NULL);
		NullCheck(L_22);
		BigInteger_t2902905089 * L_33 = ModulusRing_Difference_m1345688434(L_22, L_25, L_32, /*hidden argument*/NULL);
		V_7 = L_33;
		BigIntegerU5BU5D_t2349952476* L_34 = V_0;
		BigIntegerU5BU5D_t2349952476* L_35 = V_0;
		NullCheck(L_35);
		int32_t L_36 = 1;
		BigInteger_t2902905089 * L_37 = (L_35)->GetAt(static_cast<il2cpp_array_size_t>(L_36));
		NullCheck(L_34);
		ArrayElementTypeCheck (L_34, L_37);
		(L_34)->SetAt(static_cast<il2cpp_array_size_t>(0), (BigInteger_t2902905089 *)L_37);
		BigIntegerU5BU5D_t2349952476* L_38 = V_0;
		BigInteger_t2902905089 * L_39 = V_7;
		NullCheck(L_38);
		ArrayElementTypeCheck (L_38, L_39);
		(L_38)->SetAt(static_cast<il2cpp_array_size_t>(1), (BigInteger_t2902905089 *)L_39);
	}

IL_0097:
	{
		BigInteger_t2902905089 * L_40 = V_4;
		BigInteger_t2902905089 * L_41 = V_5;
		BigIntegerU5BU5D_t2349952476* L_42 = Kernel_multiByteDivide_m4249920547(NULL /*static, unused*/, L_40, L_41, /*hidden argument*/NULL);
		V_8 = L_42;
		BigIntegerU5BU5D_t2349952476* L_43 = V_1;
		BigIntegerU5BU5D_t2349952476* L_44 = V_1;
		NullCheck(L_44);
		int32_t L_45 = 1;
		BigInteger_t2902905089 * L_46 = (L_44)->GetAt(static_cast<il2cpp_array_size_t>(L_45));
		NullCheck(L_43);
		ArrayElementTypeCheck (L_43, L_46);
		(L_43)->SetAt(static_cast<il2cpp_array_size_t>(0), (BigInteger_t2902905089 *)L_46);
		BigIntegerU5BU5D_t2349952476* L_47 = V_1;
		BigIntegerU5BU5D_t2349952476* L_48 = V_8;
		NullCheck(L_48);
		int32_t L_49 = 0;
		BigInteger_t2902905089 * L_50 = (L_48)->GetAt(static_cast<il2cpp_array_size_t>(L_49));
		NullCheck(L_47);
		ArrayElementTypeCheck (L_47, L_50);
		(L_47)->SetAt(static_cast<il2cpp_array_size_t>(1), (BigInteger_t2902905089 *)L_50);
		BigIntegerU5BU5D_t2349952476* L_51 = V_2;
		BigIntegerU5BU5D_t2349952476* L_52 = V_2;
		NullCheck(L_52);
		int32_t L_53 = 1;
		BigInteger_t2902905089 * L_54 = (L_52)->GetAt(static_cast<il2cpp_array_size_t>(L_53));
		NullCheck(L_51);
		ArrayElementTypeCheck (L_51, L_54);
		(L_51)->SetAt(static_cast<il2cpp_array_size_t>(0), (BigInteger_t2902905089 *)L_54);
		BigIntegerU5BU5D_t2349952476* L_55 = V_2;
		BigIntegerU5BU5D_t2349952476* L_56 = V_8;
		NullCheck(L_56);
		int32_t L_57 = 1;
		BigInteger_t2902905089 * L_58 = (L_56)->GetAt(static_cast<il2cpp_array_size_t>(L_57));
		NullCheck(L_55);
		ArrayElementTypeCheck (L_55, L_58);
		(L_55)->SetAt(static_cast<il2cpp_array_size_t>(1), (BigInteger_t2902905089 *)L_58);
		BigInteger_t2902905089 * L_59 = V_5;
		V_4 = L_59;
		BigIntegerU5BU5D_t2349952476* L_60 = V_8;
		NullCheck(L_60);
		int32_t L_61 = 1;
		BigInteger_t2902905089 * L_62 = (L_60)->GetAt(static_cast<il2cpp_array_size_t>(L_61));
		V_5 = L_62;
		int32_t L_63 = V_3;
		V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_63, (int32_t)1));
	}

IL_00ca:
	{
		BigInteger_t2902905089 * L_64 = V_5;
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		bool L_65 = BigInteger_op_Inequality_m2239968970(NULL /*static, unused*/, L_64, 0, /*hidden argument*/NULL);
		if (L_65)
		{
			goto IL_006e;
		}
	}
	{
		BigIntegerU5BU5D_t2349952476* L_66 = V_2;
		NullCheck(L_66);
		int32_t L_67 = 0;
		BigInteger_t2902905089 * L_68 = (L_66)->GetAt(static_cast<il2cpp_array_size_t>(L_67));
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		bool L_69 = BigInteger_op_Inequality_m2239968970(NULL /*static, unused*/, L_68, 1, /*hidden argument*/NULL);
		if (!L_69)
		{
			goto IL_00f0;
		}
	}
	{
		ArithmeticException_t4283546778 * L_70 = (ArithmeticException_t4283546778 *)il2cpp_codegen_object_new(ArithmeticException_t4283546778_il2cpp_TypeInfo_var);
		ArithmeticException__ctor_m3551809662(L_70, _stringLiteral3592288577, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_70);
	}

IL_00f0:
	{
		ModulusRing_t596511504 * L_71 = V_6;
		BigIntegerU5BU5D_t2349952476* L_72 = V_0;
		NullCheck(L_72);
		int32_t L_73 = 0;
		BigInteger_t2902905089 * L_74 = (L_72)->GetAt(static_cast<il2cpp_array_size_t>(L_73));
		BigIntegerU5BU5D_t2349952476* L_75 = V_0;
		NullCheck(L_75);
		int32_t L_76 = 1;
		BigInteger_t2902905089 * L_77 = (L_75)->GetAt(static_cast<il2cpp_array_size_t>(L_76));
		BigIntegerU5BU5D_t2349952476* L_78 = V_1;
		NullCheck(L_78);
		int32_t L_79 = 0;
		BigInteger_t2902905089 * L_80 = (L_78)->GetAt(static_cast<il2cpp_array_size_t>(L_79));
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger_t2902905089 * L_81 = BigInteger_op_Multiply_m3801644593(NULL /*static, unused*/, L_77, L_80, /*hidden argument*/NULL);
		NullCheck(L_71);
		BigInteger_t2902905089 * L_82 = ModulusRing_Difference_m1345688434(L_71, L_74, L_81, /*hidden argument*/NULL);
		return L_82;
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Mono.Math.BigInteger/ModulusRing::.ctor(Mono.Math.BigInteger)
extern "C"  void ModulusRing__ctor_m2100816195 (ModulusRing_t596511504 * __this, BigInteger_t2902905089 * ___modulus0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (ModulusRing__ctor_m2100816195_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	uint32_t V_0 = 0;
	{
		Object__ctor_m297566312(__this, /*hidden argument*/NULL);
		BigInteger_t2902905089 * L_0 = ___modulus0;
		__this->set_mod_0(L_0);
		BigInteger_t2902905089 * L_1 = __this->get_mod_0();
		NullCheck(L_1);
		uint32_t L_2 = L_1->get_length_0();
		V_0 = ((int32_t)((int32_t)L_2<<(int32_t)1));
		uint32_t L_3 = V_0;
		BigInteger_t2902905089 * L_4 = (BigInteger_t2902905089 *)il2cpp_codegen_object_new(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger__ctor_m397734603(L_4, 1, ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)), /*hidden argument*/NULL);
		__this->set_constant_1(L_4);
		BigInteger_t2902905089 * L_5 = __this->get_constant_1();
		NullCheck(L_5);
		UInt32U5BU5D_t2770800703* L_6 = L_5->get_data_1();
		uint32_t L_7 = V_0;
		NullCheck(L_6);
		(L_6)->SetAt(static_cast<il2cpp_array_size_t>((((uintptr_t)L_7))), (uint32_t)1);
		BigInteger_t2902905089 * L_8 = __this->get_constant_1();
		BigInteger_t2902905089 * L_9 = __this->get_mod_0();
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger_t2902905089 * L_10 = BigInteger_op_Division_m2437128540(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL);
		__this->set_constant_1(L_10);
		return;
	}
}
// System.Void Mono.Math.BigInteger/ModulusRing::BarrettReduction(Mono.Math.BigInteger)
extern "C"  void ModulusRing_BarrettReduction_m167376748 (ModulusRing_t596511504 * __this, BigInteger_t2902905089 * ___x0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (ModulusRing_BarrettReduction_m167376748_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	BigInteger_t2902905089 * V_0 = NULL;
	uint32_t V_1 = 0;
	uint32_t V_2 = 0;
	uint32_t V_3 = 0;
	BigInteger_t2902905089 * V_4 = NULL;
	uint32_t V_5 = 0;
	BigInteger_t2902905089 * V_6 = NULL;
	BigInteger_t2902905089 * V_7 = NULL;
	uint32_t G_B7_0 = 0;
	{
		BigInteger_t2902905089 * L_0 = __this->get_mod_0();
		V_0 = L_0;
		BigInteger_t2902905089 * L_1 = V_0;
		NullCheck(L_1);
		uint32_t L_2 = L_1->get_length_0();
		V_1 = L_2;
		uint32_t L_3 = V_1;
		V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1));
		uint32_t L_4 = V_1;
		V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1));
		BigInteger_t2902905089 * L_5 = ___x0;
		NullCheck(L_5);
		uint32_t L_6 = L_5->get_length_0();
		uint32_t L_7 = V_1;
		if ((!(((uint32_t)L_6) < ((uint32_t)L_7))))
		{
			goto IL_0023;
		}
	}
	{
		return;
	}

IL_0023:
	{
		BigInteger_t2902905089 * L_8 = ___x0;
		NullCheck(L_8);
		UInt32U5BU5D_t2770800703* L_9 = L_8->get_data_1();
		NullCheck(L_9);
		BigInteger_t2902905089 * L_10 = ___x0;
		NullCheck(L_10);
		uint32_t L_11 = L_10->get_length_0();
		if ((((int64_t)(((int64_t)((int64_t)(((int32_t)((int32_t)(((RuntimeArray *)L_9)->max_length)))))))) >= ((int64_t)(((int64_t)((uint64_t)L_11))))))
		{
			goto IL_0043;
		}
	}
	{
		IndexOutOfRangeException_t1578797820 * L_12 = (IndexOutOfRangeException_t1578797820 *)il2cpp_codegen_object_new(IndexOutOfRangeException_t1578797820_il2cpp_TypeInfo_var);
		IndexOutOfRangeException__ctor_m3408750441(L_12, _stringLiteral1441813354, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_12);
	}

IL_0043:
	{
		BigInteger_t2902905089 * L_13 = ___x0;
		NullCheck(L_13);
		uint32_t L_14 = L_13->get_length_0();
		uint32_t L_15 = V_3;
		BigInteger_t2902905089 * L_16 = __this->get_constant_1();
		NullCheck(L_16);
		uint32_t L_17 = L_16->get_length_0();
		BigInteger_t2902905089 * L_18 = (BigInteger_t2902905089 *)il2cpp_codegen_object_new(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger__ctor_m397734603(L_18, 1, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)L_15)), (int32_t)L_17)), /*hidden argument*/NULL);
		V_4 = L_18;
		BigInteger_t2902905089 * L_19 = ___x0;
		NullCheck(L_19);
		UInt32U5BU5D_t2770800703* L_20 = L_19->get_data_1();
		uint32_t L_21 = V_3;
		BigInteger_t2902905089 * L_22 = ___x0;
		NullCheck(L_22);
		uint32_t L_23 = L_22->get_length_0();
		uint32_t L_24 = V_3;
		BigInteger_t2902905089 * L_25 = __this->get_constant_1();
		NullCheck(L_25);
		UInt32U5BU5D_t2770800703* L_26 = L_25->get_data_1();
		BigInteger_t2902905089 * L_27 = __this->get_constant_1();
		NullCheck(L_27);
		uint32_t L_28 = L_27->get_length_0();
		BigInteger_t2902905089 * L_29 = V_4;
		NullCheck(L_29);
		UInt32U5BU5D_t2770800703* L_30 = L_29->get_data_1();
		Kernel_Multiply_m1995233235(NULL /*static, unused*/, L_20, L_21, ((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)L_24)), L_26, 0, L_28, L_30, 0, /*hidden argument*/NULL);
		BigInteger_t2902905089 * L_31 = ___x0;
		NullCheck(L_31);
		uint32_t L_32 = L_31->get_length_0();
		uint32_t L_33 = V_2;
		if ((!(((uint32_t)L_32) > ((uint32_t)L_33))))
		{
			goto IL_00a4;
		}
	}
	{
		uint32_t L_34 = V_2;
		G_B7_0 = L_34;
		goto IL_00aa;
	}

IL_00a4:
	{
		BigInteger_t2902905089 * L_35 = ___x0;
		NullCheck(L_35);
		uint32_t L_36 = L_35->get_length_0();
		G_B7_0 = L_36;
	}

IL_00aa:
	{
		V_5 = G_B7_0;
		BigInteger_t2902905089 * L_37 = ___x0;
		uint32_t L_38 = V_5;
		NullCheck(L_37);
		L_37->set_length_0(L_38);
		BigInteger_t2902905089 * L_39 = ___x0;
		NullCheck(L_39);
		BigInteger_Normalize_m4163607703(L_39, /*hidden argument*/NULL);
		uint32_t L_40 = V_2;
		BigInteger_t2902905089 * L_41 = (BigInteger_t2902905089 *)il2cpp_codegen_object_new(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger__ctor_m397734603(L_41, 1, L_40, /*hidden argument*/NULL);
		V_6 = L_41;
		BigInteger_t2902905089 * L_42 = V_4;
		NullCheck(L_42);
		UInt32U5BU5D_t2770800703* L_43 = L_42->get_data_1();
		uint32_t L_44 = V_2;
		BigInteger_t2902905089 * L_45 = V_4;
		NullCheck(L_45);
		uint32_t L_46 = L_45->get_length_0();
		uint32_t L_47 = V_2;
		BigInteger_t2902905089 * L_48 = V_0;
		NullCheck(L_48);
		UInt32U5BU5D_t2770800703* L_49 = L_48->get_data_1();
		BigInteger_t2902905089 * L_50 = V_0;
		NullCheck(L_50);
		uint32_t L_51 = L_50->get_length_0();
		BigInteger_t2902905089 * L_52 = V_6;
		NullCheck(L_52);
		UInt32U5BU5D_t2770800703* L_53 = L_52->get_data_1();
		uint32_t L_54 = V_2;
		Kernel_MultiplyMod2p32pmod_m4241526284(NULL /*static, unused*/, L_43, L_44, ((int32_t)il2cpp_codegen_subtract((int32_t)L_46, (int32_t)L_47)), L_49, 0, L_51, L_53, 0, L_54, /*hidden argument*/NULL);
		BigInteger_t2902905089 * L_55 = V_6;
		NullCheck(L_55);
		BigInteger_Normalize_m4163607703(L_55, /*hidden argument*/NULL);
		BigInteger_t2902905089 * L_56 = V_6;
		BigInteger_t2902905089 * L_57 = ___x0;
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		bool L_58 = BigInteger_op_LessThanOrEqual_m2553515144(NULL /*static, unused*/, L_56, L_57, /*hidden argument*/NULL);
		if (!L_58)
		{
			goto IL_0110;
		}
	}
	{
		BigInteger_t2902905089 * L_59 = ___x0;
		BigInteger_t2902905089 * L_60 = V_6;
		Kernel_MinusEq_m1955542202(NULL /*static, unused*/, L_59, L_60, /*hidden argument*/NULL);
		goto IL_0137;
	}

IL_0110:
	{
		uint32_t L_61 = V_2;
		BigInteger_t2902905089 * L_62 = (BigInteger_t2902905089 *)il2cpp_codegen_object_new(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger__ctor_m397734603(L_62, 1, ((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)1)), /*hidden argument*/NULL);
		V_7 = L_62;
		BigInteger_t2902905089 * L_63 = V_7;
		NullCheck(L_63);
		UInt32U5BU5D_t2770800703* L_64 = L_63->get_data_1();
		uint32_t L_65 = V_2;
		NullCheck(L_64);
		(L_64)->SetAt(static_cast<il2cpp_array_size_t>((((uintptr_t)L_65))), (uint32_t)1);
		BigInteger_t2902905089 * L_66 = V_7;
		BigInteger_t2902905089 * L_67 = V_6;
		Kernel_MinusEq_m1955542202(NULL /*static, unused*/, L_66, L_67, /*hidden argument*/NULL);
		BigInteger_t2902905089 * L_68 = ___x0;
		BigInteger_t2902905089 * L_69 = V_7;
		Kernel_PlusEq_m1955533564(NULL /*static, unused*/, L_68, L_69, /*hidden argument*/NULL);
	}

IL_0137:
	{
		goto IL_0143;
	}

IL_013c:
	{
		BigInteger_t2902905089 * L_70 = ___x0;
		BigInteger_t2902905089 * L_71 = V_0;
		Kernel_MinusEq_m1955542202(NULL /*static, unused*/, L_70, L_71, /*hidden argument*/NULL);
	}

IL_0143:
	{
		BigInteger_t2902905089 * L_72 = ___x0;
		BigInteger_t2902905089 * L_73 = V_0;
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		bool L_74 = BigInteger_op_GreaterThanOrEqual_m700865613(NULL /*static, unused*/, L_72, L_73, /*hidden argument*/NULL);
		if (L_74)
		{
			goto IL_013c;
		}
	}
	{
		return;
	}
}
// Mono.Math.BigInteger Mono.Math.BigInteger/ModulusRing::Multiply(Mono.Math.BigInteger,Mono.Math.BigInteger)
extern "C"  BigInteger_t2902905089 * ModulusRing_Multiply_m343333088 (ModulusRing_t596511504 * __this, BigInteger_t2902905089 * ___a0, BigInteger_t2902905089 * ___b1, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (ModulusRing_Multiply_m343333088_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	BigInteger_t2902905089 * V_0 = NULL;
	{
		BigInteger_t2902905089 * L_0 = ___a0;
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		bool L_1 = BigInteger_op_Equality_m970226143(NULL /*static, unused*/, L_0, 0, /*hidden argument*/NULL);
		if (L_1)
		{
			goto IL_0018;
		}
	}
	{
		BigInteger_t2902905089 * L_2 = ___b1;
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		bool L_3 = BigInteger_op_Equality_m970226143(NULL /*static, unused*/, L_2, 0, /*hidden argument*/NULL);
		if (!L_3)
		{
			goto IL_001f;
		}
	}

IL_0018:
	{
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger_t2902905089 * L_4 = BigInteger_op_Implicit_m2847009755(NULL /*static, unused*/, 0, /*hidden argument*/NULL);
		return L_4;
	}

IL_001f:
	{
		BigInteger_t2902905089 * L_5 = ___a0;
		BigInteger_t2902905089 * L_6 = __this->get_mod_0();
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		bool L_7 = BigInteger_op_GreaterThan_m2062805246(NULL /*static, unused*/, L_5, L_6, /*hidden argument*/NULL);
		if (!L_7)
		{
			goto IL_003e;
		}
	}
	{
		BigInteger_t2902905089 * L_8 = ___a0;
		BigInteger_t2902905089 * L_9 = __this->get_mod_0();
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger_t2902905089 * L_10 = BigInteger_op_Modulus_m3223754023(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL);
		___a0 = L_10;
	}

IL_003e:
	{
		BigInteger_t2902905089 * L_11 = ___b1;
		BigInteger_t2902905089 * L_12 = __this->get_mod_0();
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		bool L_13 = BigInteger_op_GreaterThan_m2062805246(NULL /*static, unused*/, L_11, L_12, /*hidden argument*/NULL);
		if (!L_13)
		{
			goto IL_005d;
		}
	}
	{
		BigInteger_t2902905089 * L_14 = ___b1;
		BigInteger_t2902905089 * L_15 = __this->get_mod_0();
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger_t2902905089 * L_16 = BigInteger_op_Modulus_m3223754023(NULL /*static, unused*/, L_14, L_15, /*hidden argument*/NULL);
		___b1 = L_16;
	}

IL_005d:
	{
		BigInteger_t2902905089 * L_17 = ___a0;
		BigInteger_t2902905089 * L_18 = ___b1;
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger_t2902905089 * L_19 = BigInteger_op_Multiply_m3801644593(NULL /*static, unused*/, L_17, L_18, /*hidden argument*/NULL);
		V_0 = L_19;
		BigInteger_t2902905089 * L_20 = V_0;
		ModulusRing_BarrettReduction_m167376748(__this, L_20, /*hidden argument*/NULL);
		BigInteger_t2902905089 * L_21 = V_0;
		return L_21;
	}
}
// Mono.Math.BigInteger Mono.Math.BigInteger/ModulusRing::Difference(Mono.Math.BigInteger,Mono.Math.BigInteger)
extern "C"  BigInteger_t2902905089 * ModulusRing_Difference_m1345688434 (ModulusRing_t596511504 * __this, BigInteger_t2902905089 * ___a0, BigInteger_t2902905089 * ___b1, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (ModulusRing_Difference_m1345688434_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	BigInteger_t2902905089 * V_1 = NULL;
	int32_t V_2 = 0;
	{
		BigInteger_t2902905089 * L_0 = ___a0;
		BigInteger_t2902905089 * L_1 = ___b1;
		int32_t L_2 = Kernel_Compare_m1530940716(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL);
		V_0 = L_2;
		int32_t L_3 = V_0;
		V_2 = L_3;
		int32_t L_4 = V_2;
		switch (((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)))
		{
			case 0:
			{
				goto IL_0037;
			}
			case 1:
			{
				goto IL_0023;
			}
			case 2:
			{
				goto IL_002a;
			}
		}
	}
	{
		goto IL_0044;
	}

IL_0023:
	{
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger_t2902905089 * L_5 = BigInteger_op_Implicit_m2847009755(NULL /*static, unused*/, 0, /*hidden argument*/NULL);
		return L_5;
	}

IL_002a:
	{
		BigInteger_t2902905089 * L_6 = ___a0;
		BigInteger_t2902905089 * L_7 = ___b1;
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger_t2902905089 * L_8 = BigInteger_op_Subtraction_m1575155386(NULL /*static, unused*/, L_6, L_7, /*hidden argument*/NULL);
		V_1 = L_8;
		goto IL_004a;
	}

IL_0037:
	{
		BigInteger_t2902905089 * L_9 = ___b1;
		BigInteger_t2902905089 * L_10 = ___a0;
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger_t2902905089 * L_11 = BigInteger_op_Subtraction_m1575155386(NULL /*static, unused*/, L_9, L_10, /*hidden argument*/NULL);
		V_1 = L_11;
		goto IL_004a;
	}

IL_0044:
	{
		Exception_t * L_12 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var);
		Exception__ctor_m213470898(L_12, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_12);
	}

IL_004a:
	{
		BigInteger_t2902905089 * L_13 = V_1;
		BigInteger_t2902905089 * L_14 = __this->get_mod_0();
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		bool L_15 = BigInteger_op_GreaterThanOrEqual_m700865613(NULL /*static, unused*/, L_13, L_14, /*hidden argument*/NULL);
		if (!L_15)
		{
			goto IL_008c;
		}
	}
	{
		BigInteger_t2902905089 * L_16 = V_1;
		NullCheck(L_16);
		uint32_t L_17 = L_16->get_length_0();
		BigInteger_t2902905089 * L_18 = __this->get_mod_0();
		NullCheck(L_18);
		uint32_t L_19 = L_18->get_length_0();
		if ((!(((uint32_t)L_17) >= ((uint32_t)((int32_t)((int32_t)L_19<<(int32_t)1))))))
		{
			goto IL_0085;
		}
	}
	{
		BigInteger_t2902905089 * L_20 = V_1;
		BigInteger_t2902905089 * L_21 = __this->get_mod_0();
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger_t2902905089 * L_22 = BigInteger_op_Modulus_m3223754023(NULL /*static, unused*/, L_20, L_21, /*hidden argument*/NULL);
		V_1 = L_22;
		goto IL_008c;
	}

IL_0085:
	{
		BigInteger_t2902905089 * L_23 = V_1;
		ModulusRing_BarrettReduction_m167376748(__this, L_23, /*hidden argument*/NULL);
	}

IL_008c:
	{
		int32_t L_24 = V_0;
		if ((!(((uint32_t)L_24) == ((uint32_t)(-1)))))
		{
			goto IL_00a0;
		}
	}
	{
		BigInteger_t2902905089 * L_25 = __this->get_mod_0();
		BigInteger_t2902905089 * L_26 = V_1;
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger_t2902905089 * L_27 = BigInteger_op_Subtraction_m1575155386(NULL /*static, unused*/, L_25, L_26, /*hidden argument*/NULL);
		V_1 = L_27;
	}

IL_00a0:
	{
		BigInteger_t2902905089 * L_28 = V_1;
		return L_28;
	}
}
// Mono.Math.BigInteger Mono.Math.BigInteger/ModulusRing::Pow(Mono.Math.BigInteger,Mono.Math.BigInteger)
extern "C"  BigInteger_t2902905089 * ModulusRing_Pow_m83007704 (ModulusRing_t596511504 * __this, BigInteger_t2902905089 * ___a0, BigInteger_t2902905089 * ___k1, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (ModulusRing_Pow_m83007704_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	BigInteger_t2902905089 * V_0 = NULL;
	BigInteger_t2902905089 * V_1 = NULL;
	int32_t V_2 = 0;
	{
		BigInteger_t2902905089 * L_0 = (BigInteger_t2902905089 *)il2cpp_codegen_object_new(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger__ctor_m3985126171(L_0, 1, /*hidden argument*/NULL);
		V_0 = L_0;
		BigInteger_t2902905089 * L_1 = ___k1;
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		bool L_2 = BigInteger_op_Equality_m970226143(NULL /*static, unused*/, L_1, 0, /*hidden argument*/NULL);
		if (!L_2)
		{
			goto IL_0015;
		}
	}
	{
		BigInteger_t2902905089 * L_3 = V_0;
		return L_3;
	}

IL_0015:
	{
		BigInteger_t2902905089 * L_4 = ___a0;
		V_1 = L_4;
		BigInteger_t2902905089 * L_5 = ___k1;
		NullCheck(L_5);
		bool L_6 = BigInteger_TestBit_m1507066813(L_5, 0, /*hidden argument*/NULL);
		if (!L_6)
		{
			goto IL_0025;
		}
	}
	{
		BigInteger_t2902905089 * L_7 = ___a0;
		V_0 = L_7;
	}

IL_0025:
	{
		V_2 = 1;
		goto IL_004e;
	}

IL_002c:
	{
		BigInteger_t2902905089 * L_8 = V_1;
		BigInteger_t2902905089 * L_9 = V_1;
		BigInteger_t2902905089 * L_10 = ModulusRing_Multiply_m343333088(__this, L_8, L_9, /*hidden argument*/NULL);
		V_1 = L_10;
		BigInteger_t2902905089 * L_11 = ___k1;
		int32_t L_12 = V_2;
		NullCheck(L_11);
		bool L_13 = BigInteger_TestBit_m1507066813(L_11, L_12, /*hidden argument*/NULL);
		if (!L_13)
		{
			goto IL_004a;
		}
	}
	{
		BigInteger_t2902905089 * L_14 = V_1;
		BigInteger_t2902905089 * L_15 = V_0;
		BigInteger_t2902905089 * L_16 = ModulusRing_Multiply_m343333088(__this, L_14, L_15, /*hidden argument*/NULL);
		V_0 = L_16;
	}

IL_004a:
	{
		int32_t L_17 = V_2;
		V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1));
	}

IL_004e:
	{
		int32_t L_18 = V_2;
		BigInteger_t2902905089 * L_19 = ___k1;
		NullCheck(L_19);
		int32_t L_20 = BigInteger_BitCount_m3710900808(L_19, /*hidden argument*/NULL);
		if ((((int32_t)L_18) < ((int32_t)L_20)))
		{
			goto IL_002c;
		}
	}
	{
		BigInteger_t2902905089 * L_21 = V_0;
		return L_21;
	}
}
// Mono.Math.BigInteger Mono.Math.BigInteger/ModulusRing::Pow(System.UInt32,Mono.Math.BigInteger)
extern "C"  BigInteger_t2902905089 * ModulusRing_Pow_m317016278 (ModulusRing_t596511504 * __this, uint32_t ___b0, BigInteger_t2902905089 * ___exp1, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (ModulusRing_Pow_m317016278_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		uint32_t L_0 = ___b0;
		BigInteger_t2902905089 * L_1 = (BigInteger_t2902905089 *)il2cpp_codegen_object_new(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger__ctor_m3985126171(L_1, L_0, /*hidden argument*/NULL);
		BigInteger_t2902905089 * L_2 = ___exp1;
		BigInteger_t2902905089 * L_3 = ModulusRing_Pow_m83007704(__this, L_1, L_2, /*hidden argument*/NULL);
		return L_3;
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#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 Mono.Math.Prime.Generator.PrimeGeneratorBase::.ctor()
extern "C"  void PrimeGeneratorBase__ctor_m2973488305 (PrimeGeneratorBase_t446028866 * __this, const RuntimeMethod* method)
{
	{
		Object__ctor_m297566312(__this, /*hidden argument*/NULL);
		return;
	}
}
// Mono.Math.Prime.ConfidenceFactor Mono.Math.Prime.Generator.PrimeGeneratorBase::get_Confidence()
extern "C"  int32_t PrimeGeneratorBase_get_Confidence_m359324283 (PrimeGeneratorBase_t446028866 * __this, const RuntimeMethod* method)
{
	{
		return (int32_t)(2);
	}
}
// Mono.Math.Prime.PrimalityTest Mono.Math.Prime.Generator.PrimeGeneratorBase::get_PrimalityTest()
extern "C"  PrimalityTest_t1539325943 * PrimeGeneratorBase_get_PrimalityTest_m2131070257 (PrimeGeneratorBase_t446028866 * __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (PrimeGeneratorBase_get_PrimalityTest_m2131070257_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		intptr_t L_0 = (intptr_t)PrimalityTests_RabinMillerTest_m1471415870_RuntimeMethod_var;
		PrimalityTest_t1539325943 * L_1 = (PrimalityTest_t1539325943 *)il2cpp_codegen_object_new(PrimalityTest_t1539325943_il2cpp_TypeInfo_var);
		PrimalityTest__ctor_m2228551695(L_1, NULL, L_0, /*hidden argument*/NULL);
		return L_1;
	}
}
// System.Int32 Mono.Math.Prime.Generator.PrimeGeneratorBase::get_TrialDivisionBounds()
extern "C"  int32_t PrimeGeneratorBase_get_TrialDivisionBounds_m349266641 (PrimeGeneratorBase_t446028866 * __this, const RuntimeMethod* method)
{
	{
		return ((int32_t)4000);
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Mono.Math.Prime.Generator.SequentialSearchPrimeGeneratorBase::.ctor()
extern "C"  void SequentialSearchPrimeGeneratorBase__ctor_m3077428553 (SequentialSearchPrimeGeneratorBase_t2996090508 * __this, const RuntimeMethod* method)
{
	{
		PrimeGeneratorBase__ctor_m2973488305(__this, /*hidden argument*/NULL);
		return;
	}
}
// Mono.Math.BigInteger Mono.Math.Prime.Generator.SequentialSearchPrimeGeneratorBase::GenerateSearchBase(System.Int32,System.Object)
extern "C"  BigInteger_t2902905089 * SequentialSearchPrimeGeneratorBase_GenerateSearchBase_m3595783982 (SequentialSearchPrimeGeneratorBase_t2996090508 * __this, int32_t ___bits0, RuntimeObject * ___context1, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SequentialSearchPrimeGeneratorBase_GenerateSearchBase_m3595783982_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	BigInteger_t2902905089 * V_0 = NULL;
	{
		int32_t L_0 = ___bits0;
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger_t2902905089 * L_1 = BigInteger_GenerateRandom_m2556426062(NULL /*static, unused*/, L_0, /*hidden argument*/NULL);
		V_0 = L_1;
		BigInteger_t2902905089 * L_2 = V_0;
		NullCheck(L_2);
		BigInteger_SetBit_m1985185235(L_2, 0, /*hidden argument*/NULL);
		BigInteger_t2902905089 * L_3 = V_0;
		return L_3;
	}
}
// Mono.Math.BigInteger Mono.Math.Prime.Generator.SequentialSearchPrimeGeneratorBase::GenerateNewPrime(System.Int32)
extern "C"  BigInteger_t2902905089 * SequentialSearchPrimeGeneratorBase_GenerateNewPrime_m1689384666 (SequentialSearchPrimeGeneratorBase_t2996090508 * __this, int32_t ___bits0, const RuntimeMethod* method)
{
	{
		int32_t L_0 = ___bits0;
		BigInteger_t2902905089 * L_1 = VirtFuncInvoker2< BigInteger_t2902905089 *, int32_t, RuntimeObject * >::Invoke(9 /* Mono.Math.BigInteger Mono.Math.Prime.Generator.SequentialSearchPrimeGeneratorBase::GenerateNewPrime(System.Int32,System.Object) */, __this, L_0, NULL);
		return L_1;
	}
}
// Mono.Math.BigInteger Mono.Math.Prime.Generator.SequentialSearchPrimeGeneratorBase::GenerateNewPrime(System.Int32,System.Object)
extern "C"  BigInteger_t2902905089 * SequentialSearchPrimeGeneratorBase_GenerateNewPrime_m533229219 (SequentialSearchPrimeGeneratorBase_t2996090508 * __this, int32_t ___bits0, RuntimeObject * ___context1, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SequentialSearchPrimeGeneratorBase_GenerateNewPrime_m533229219_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	BigInteger_t2902905089 * V_0 = NULL;
	uint32_t V_1 = 0;
	uint32_t V_2 = 0;
	int32_t V_3 = 0;
	UInt32U5BU5D_t2770800703* V_4 = NULL;
	int32_t V_5 = 0;
	{
		int32_t L_0 = ___bits0;
		RuntimeObject * L_1 = ___context1;
		BigInteger_t2902905089 * L_2 = VirtFuncInvoker2< BigInteger_t2902905089 *, int32_t, RuntimeObject * >::Invoke(8 /* Mono.Math.BigInteger Mono.Math.Prime.Generator.SequentialSearchPrimeGeneratorBase::GenerateSearchBase(System.Int32,System.Object) */, __this, L_0, L_1);
		V_0 = L_2;
		BigInteger_t2902905089 * L_3 = V_0;
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		uint32_t L_4 = BigInteger_op_Modulus_m1987692259(NULL /*static, unused*/, L_3, ((int32_t)-1060120681), /*hidden argument*/NULL);
		V_2 = L_4;
		int32_t L_5 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 Mono.Math.Prime.Generator.PrimeGeneratorBase::get_TrialDivisionBounds() */, __this);
		V_3 = L_5;
		UInt32U5BU5D_t2770800703* L_6 = ((BigInteger_t2902905089_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t2902905089_il2cpp_TypeInfo_var))->get_smallPrimes_2();
		V_4 = L_6;
	}

IL_0023:
	{
		uint32_t L_7 = V_2;
		if (((int32_t)((uint32_t)(int32_t)L_7%(uint32_t)(int32_t)3)))
		{
			goto IL_0030;
		}
	}
	{
		goto IL_0105;
	}

IL_0030:
	{
		uint32_t L_8 = V_2;
		if (((int32_t)((uint32_t)(int32_t)L_8%(uint32_t)(int32_t)5)))
		{
			goto IL_003d;
		}
	}
	{
		goto IL_0105;
	}

IL_003d:
	{
		uint32_t L_9 = V_2;
		if (((int32_t)((uint32_t)(int32_t)L_9%(uint32_t)(int32_t)7)))
		{
			goto IL_004a;
		}
	}
	{
		goto IL_0105;
	}

IL_004a:
	{
		uint32_t L_10 = V_2;
		if (((int32_t)((uint32_t)(int32_t)L_10%(uint32_t)(int32_t)((int32_t)11))))
		{
			goto IL_0058;
		}
	}
	{
		goto IL_0105;
	}

IL_0058:
	{
		uint32_t L_11 = V_2;
		if (((int32_t)((uint32_t)(int32_t)L_11%(uint32_t)(int32_t)((int32_t)13))))
		{
			goto IL_0066;
		}
	}
	{
		goto IL_0105;
	}

IL_0066:
	{
		uint32_t L_12 = V_2;
		if (((int32_t)((uint32_t)(int32_t)L_12%(uint32_t)(int32_t)((int32_t)17))))
		{
			goto IL_0074;
		}
	}
	{
		goto IL_0105;
	}

IL_0074:
	{
		uint32_t L_13 = V_2;
		if (((int32_t)((uint32_t)(int32_t)L_13%(uint32_t)(int32_t)((int32_t)19))))
		{
			goto IL_0082;
		}
	}
	{
		goto IL_0105;
	}

IL_0082:
	{
		uint32_t L_14 = V_2;
		if (((int32_t)((uint32_t)(int32_t)L_14%(uint32_t)(int32_t)((int32_t)23))))
		{
			goto IL_0090;
		}
	}
	{
		goto IL_0105;
	}

IL_0090:
	{
		uint32_t L_15 = V_2;
		if (((int32_t)((uint32_t)(int32_t)L_15%(uint32_t)(int32_t)((int32_t)29))))
		{
			goto IL_009e;
		}
	}
	{
		goto IL_0105;
	}

IL_009e:
	{
		V_5 = ((int32_t)10);
		goto IL_00c2;
	}

IL_00a7:
	{
		BigInteger_t2902905089 * L_16 = V_0;
		UInt32U5BU5D_t2770800703* L_17 = V_4;
		int32_t L_18 = V_5;
		NullCheck(L_17);
		int32_t L_19 = L_18;
		uint32_t L_20 = (L_17)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		uint32_t L_21 = BigInteger_op_Modulus_m1987692259(NULL /*static, unused*/, L_16, L_20, /*hidden argument*/NULL);
		if (L_21)
		{
			goto IL_00bc;
		}
	}
	{
		goto IL_0105;
	}

IL_00bc:
	{
		int32_t L_22 = V_5;
		V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1));
	}

IL_00c2:
	{
		int32_t L_23 = V_5;
		UInt32U5BU5D_t2770800703* L_24 = V_4;
		NullCheck(L_24);
		if ((((int32_t)L_23) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_24)->max_length)))))))
		{
			goto IL_00da;
		}
	}
	{
		UInt32U5BU5D_t2770800703* L_25 = V_4;
		int32_t L_26 = V_5;
		NullCheck(L_25);
		int32_t L_27 = L_26;
		uint32_t L_28 = (L_25)->GetAt(static_cast<il2cpp_array_size_t>(L_27));
		int32_t L_29 = V_3;
		if ((((int64_t)(((int64_t)((uint64_t)L_28)))) <= ((int64_t)(((int64_t)((int64_t)L_29))))))
		{
			goto IL_00a7;
		}
	}

IL_00da:
	{
		BigInteger_t2902905089 * L_30 = V_0;
		RuntimeObject * L_31 = ___context1;
		bool L_32 = VirtFuncInvoker2< bool, BigInteger_t2902905089 *, RuntimeObject * >::Invoke(10 /* System.Boolean Mono.Math.Prime.Generator.SequentialSearchPrimeGeneratorBase::IsPrimeAcceptable(Mono.Math.BigInteger,System.Object) */, __this, L_30, L_31);
		if (L_32)
		{
			goto IL_00ec;
		}
	}
	{
		goto IL_0105;
	}

IL_00ec:
	{
		PrimalityTest_t1539325943 * L_33 = VirtFuncInvoker0< PrimalityTest_t1539325943 * >::Invoke(5 /* Mono.Math.Prime.PrimalityTest Mono.Math.Prime.Generator.PrimeGeneratorBase::get_PrimalityTest() */, __this);
		BigInteger_t2902905089 * L_34 = V_0;
		int32_t L_35 = VirtFuncInvoker0< int32_t >::Invoke(4 /* Mono.Math.Prime.ConfidenceFactor Mono.Math.Prime.Generator.PrimeGeneratorBase::get_Confidence() */, __this);
		NullCheck(L_33);
		bool L_36 = PrimalityTest_Invoke_m476975163(L_33, L_34, L_35, /*hidden argument*/NULL);
		if (!L_36)
		{
			goto IL_0105;
		}
	}
	{
		BigInteger_t2902905089 * L_37 = V_0;
		return L_37;
	}

IL_0105:
	{
		uint32_t L_38 = V_2;
		V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)2));
		uint32_t L_39 = V_2;
		if ((!(((uint32_t)L_39) >= ((uint32_t)((int32_t)-1060120681)))))
		{
			goto IL_011c;
		}
	}
	{
		uint32_t L_40 = V_2;
		V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_40, (int32_t)((int32_t)-1060120681)));
	}

IL_011c:
	{
		BigInteger_t2902905089 * L_41 = V_0;
		NullCheck(L_41);
		BigInteger_Incr2_m2179060417(L_41, /*hidden argument*/NULL);
		goto IL_0023;
	}
}
// System.Boolean Mono.Math.Prime.Generator.SequentialSearchPrimeGeneratorBase::IsPrimeAcceptable(Mono.Math.BigInteger,System.Object)
extern "C"  bool SequentialSearchPrimeGeneratorBase_IsPrimeAcceptable_m3637196143 (SequentialSearchPrimeGeneratorBase_t2996090508 * __this, BigInteger_t2902905089 * ___bi0, RuntimeObject * ___context1, const RuntimeMethod* method)
{
	{
		return (bool)1;
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Mono.Math.Prime.PrimalityTest::.ctor(System.Object,System.IntPtr)
extern "C"  void PrimalityTest__ctor_m2228551695 (PrimalityTest_t1539325943 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
	__this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1));
	__this->set_method_3(___method1);
	__this->set_m_target_2(___object0);
}
// System.Boolean Mono.Math.Prime.PrimalityTest::Invoke(Mono.Math.BigInteger,Mono.Math.Prime.ConfidenceFactor)
extern "C"  bool PrimalityTest_Invoke_m476975163 (PrimalityTest_t1539325943 * __this, BigInteger_t2902905089 * ___bi0, int32_t ___confidence1, const RuntimeMethod* method)
{
	bool result = false;
	if(__this->get_prev_9() != NULL)
	{
		PrimalityTest_Invoke_m476975163((PrimalityTest_t1539325943 *)__this->get_prev_9(), ___bi0, ___confidence1, method);
	}
	Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0();
	RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3());
	RuntimeObject* targetThis = __this->get_m_target_2();
	il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
	bool ___methodIsStatic = MethodIsStatic(targetMethod);
	if (___methodIsStatic)
	{
		if (il2cpp_codegen_method_parameter_count(targetMethod) == 2)
		{
			// open
			typedef bool (*FunctionPointerType) (RuntimeObject *, BigInteger_t2902905089 *, int32_t, const RuntimeMethod*);
			result = ((FunctionPointerType)targetMethodPointer)(NULL, ___bi0, ___confidence1, targetMethod);
		}
		else
		{
			// closed
			typedef bool (*FunctionPointerType) (RuntimeObject *, void*, BigInteger_t2902905089 *, int32_t, const RuntimeMethod*);
			result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___bi0, ___confidence1, targetMethod);
		}
	}
	else
	{
		if (il2cpp_codegen_method_parameter_count(targetMethod) == 2)
		{
			// closed
			typedef bool (*FunctionPointerType) (void*, BigInteger_t2902905089 *, int32_t, const RuntimeMethod*);
			result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___bi0, ___confidence1, targetMethod);
		}
		else
		{
			// open
			typedef bool (*FunctionPointerType) (BigInteger_t2902905089 *, int32_t, const RuntimeMethod*);
			result = ((FunctionPointerType)targetMethodPointer)(___bi0, ___confidence1, targetMethod);
		}
	}
	return result;
}
// System.IAsyncResult Mono.Math.Prime.PrimalityTest::BeginInvoke(Mono.Math.BigInteger,Mono.Math.Prime.ConfidenceFactor,System.AsyncCallback,System.Object)
extern "C"  RuntimeObject* PrimalityTest_BeginInvoke_m1203148458 (PrimalityTest_t1539325943 * __this, BigInteger_t2902905089 * ___bi0, int32_t ___confidence1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (PrimalityTest_BeginInvoke_m1203148458_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	void *__d_args[3] = {0};
	__d_args[0] = ___bi0;
	__d_args[1] = Box(ConfidenceFactor_t2516000285_il2cpp_TypeInfo_var, &___confidence1);
	return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
}
// System.Boolean Mono.Math.Prime.PrimalityTest::EndInvoke(System.IAsyncResult)
extern "C"  bool PrimalityTest_EndInvoke_m1454743433 (PrimalityTest_t1539325943 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
{
	RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
	return *(bool*)UnBox ((RuntimeObject*)__result);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Int32 Mono.Math.Prime.PrimalityTests::GetSPPRounds(Mono.Math.BigInteger,Mono.Math.Prime.ConfidenceFactor)
extern "C"  int32_t PrimalityTests_GetSPPRounds_m228447904 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905089 * ___bi0, int32_t ___confidence1, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (PrimalityTests_GetSPPRounds_m228447904_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	int32_t V_1 = 0;
	int32_t V_2 = 0;
	int32_t G_B28_0 = 0;
	int32_t G_B32_0 = 0;
	{
		BigInteger_t2902905089 * L_0 = ___bi0;
		NullCheck(L_0);
		int32_t L_1 = BigInteger_BitCount_m3710900808(L_0, /*hidden argument*/NULL);
		V_0 = L_1;
		int32_t L_2 = V_0;
		if ((((int32_t)L_2) > ((int32_t)((int32_t)100))))
		{
			goto IL_0017;
		}
	}
	{
		V_1 = ((int32_t)27);
		goto IL_00d1;
	}

IL_0017:
	{
		int32_t L_3 = V_0;
		if ((((int32_t)L_3) > ((int32_t)((int32_t)150))))
		{
			goto IL_002a;
		}
	}
	{
		V_1 = ((int32_t)18);
		goto IL_00d1;
	}

IL_002a:
	{
		int32_t L_4 = V_0;
		if ((((int32_t)L_4) > ((int32_t)((int32_t)200))))
		{
			goto IL_003d;
		}
	}
	{
		V_1 = ((int32_t)15);
		goto IL_00d1;
	}

IL_003d:
	{
		int32_t L_5 = V_0;
		if ((((int32_t)L_5) > ((int32_t)((int32_t)250))))
		{
			goto IL_0050;
		}
	}
	{
		V_1 = ((int32_t)12);
		goto IL_00d1;
	}

IL_0050:
	{
		int32_t L_6 = V_0;
		if ((((int32_t)L_6) > ((int32_t)((int32_t)300))))
		{
			goto IL_0063;
		}
	}
	{
		V_1 = ((int32_t)9);
		goto IL_00d1;
	}

IL_0063:
	{
		int32_t L_7 = V_0;
		if ((((int32_t)L_7) > ((int32_t)((int32_t)350))))
		{
			goto IL_0075;
		}
	}
	{
		V_1 = 8;
		goto IL_00d1;
	}

IL_0075:
	{
		int32_t L_8 = V_0;
		if ((((int32_t)L_8) > ((int32_t)((int32_t)400))))
		{
			goto IL_0087;
		}
	}
	{
		V_1 = 7;
		goto IL_00d1;
	}

IL_0087:
	{
		int32_t L_9 = V_0;
		if ((((int32_t)L_9) > ((int32_t)((int32_t)500))))
		{
			goto IL_0099;
		}
	}
	{
		V_1 = 6;
		goto IL_00d1;
	}

IL_0099:
	{
		int32_t L_10 = V_0;
		if ((((int32_t)L_10) > ((int32_t)((int32_t)600))))
		{
			goto IL_00ab;
		}
	}
	{
		V_1 = 5;
		goto IL_00d1;
	}

IL_00ab:
	{
		int32_t L_11 = V_0;
		if ((((int32_t)L_11) > ((int32_t)((int32_t)800))))
		{
			goto IL_00bd;
		}
	}
	{
		V_1 = 4;
		goto IL_00d1;
	}

IL_00bd:
	{
		int32_t L_12 = V_0;
		if ((((int32_t)L_12) > ((int32_t)((int32_t)1250))))
		{
			goto IL_00cf;
		}
	}
	{
		V_1 = 3;
		goto IL_00d1;
	}

IL_00cf:
	{
		V_1 = 2;
	}

IL_00d1:
	{
		int32_t L_13 = ___confidence1;
		V_2 = L_13;
		int32_t L_14 = V_2;
		switch (L_14)
		{
			case 0:
			{
				goto IL_00f6;
			}
			case 1:
			{
				goto IL_0108;
			}
			case 2:
			{
				goto IL_011a;
			}
			case 3:
			{
				goto IL_011c;
			}
			case 4:
			{
				goto IL_0120;
			}
			case 5:
			{
				goto IL_0124;
			}
		}
	}
	{
		goto IL_012f;
	}

IL_00f6:
	{
		int32_t L_15 = V_1;
		V_1 = ((int32_t)((int32_t)L_15>>(int32_t)2));
		int32_t L_16 = V_1;
		if (!L_16)
		{
			goto IL_0106;
		}
	}
	{
		int32_t L_17 = V_1;
		G_B28_0 = L_17;
		goto IL_0107;
	}

IL_0106:
	{
		G_B28_0 = 1;
	}

IL_0107:
	{
		return G_B28_0;
	}

IL_0108:
	{
		int32_t L_18 = V_1;
		V_1 = ((int32_t)((int32_t)L_18>>(int32_t)1));
		int32_t L_19 = V_1;
		if (!L_19)
		{
			goto IL_0118;
		}
	}
	{
		int32_t L_20 = V_1;
		G_B32_0 = L_20;
		goto IL_0119;
	}

IL_0118:
	{
		G_B32_0 = 1;
	}

IL_0119:
	{
		return G_B32_0;
	}

IL_011a:
	{
		int32_t L_21 = V_1;
		return L_21;
	}

IL_011c:
	{
		int32_t L_22 = V_1;
		return ((int32_t)((int32_t)L_22<<(int32_t)1));
	}

IL_0120:
	{
		int32_t L_23 = V_1;
		return ((int32_t)((int32_t)L_23<<(int32_t)2));
	}

IL_0124:
	{
		Exception_t * L_24 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var);
		Exception__ctor_m1152696503(L_24, _stringLiteral2000707595, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_24);
	}

IL_012f:
	{
		ArgumentOutOfRangeException_t777629997 * L_25 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
		ArgumentOutOfRangeException__ctor_m3628145864(L_25, _stringLiteral3535070725, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_25);
	}
}
// System.Boolean Mono.Math.Prime.PrimalityTests::Test(Mono.Math.BigInteger,Mono.Math.Prime.ConfidenceFactor)
extern "C"  bool PrimalityTests_Test_m2932837908 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905089 * ___n0, int32_t ___confidence1, const RuntimeMethod* method)
{
	{
		BigInteger_t2902905089 * L_0 = ___n0;
		NullCheck(L_0);
		int32_t L_1 = BigInteger_BitCount_m3710900808(L_0, /*hidden argument*/NULL);
		if ((((int32_t)L_1) >= ((int32_t)((int32_t)33))))
		{
			goto IL_0015;
		}
	}
	{
		BigInteger_t2902905089 * L_2 = ___n0;
		int32_t L_3 = ___confidence1;
		bool L_4 = PrimalityTests_SmallPrimeSppTest_m1224130639(NULL /*static, unused*/, L_2, L_3, /*hidden argument*/NULL);
		return L_4;
	}

IL_0015:
	{
		BigInteger_t2902905089 * L_5 = ___n0;
		int32_t L_6 = ___confidence1;
		bool L_7 = PrimalityTests_RabinMillerTest_m1471415870(NULL /*static, unused*/, L_5, L_6, /*hidden argument*/NULL);
		return L_7;
	}
}
// System.Boolean Mono.Math.Prime.PrimalityTests::RabinMillerTest(Mono.Math.BigInteger,Mono.Math.Prime.ConfidenceFactor)
extern "C"  bool PrimalityTests_RabinMillerTest_m1471415870 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905089 * ___n0, int32_t ___confidence1, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (PrimalityTests_RabinMillerTest_m1471415870_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	int32_t V_1 = 0;
	BigInteger_t2902905089 * V_2 = NULL;
	int32_t V_3 = 0;
	BigInteger_t2902905089 * V_4 = NULL;
	ModulusRing_t596511504 * V_5 = NULL;
	BigInteger_t2902905089 * V_6 = NULL;
	int32_t V_7 = 0;
	BigInteger_t2902905089 * V_8 = NULL;
	int32_t V_9 = 0;
	{
		BigInteger_t2902905089 * L_0 = ___n0;
		NullCheck(L_0);
		int32_t L_1 = BigInteger_BitCount_m3710900808(L_0, /*hidden argument*/NULL);
		V_0 = L_1;
		int32_t L_2 = V_0;
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger_t2902905089 * L_3 = BigInteger_op_Implicit_m2847009755(NULL /*static, unused*/, L_2, /*hidden argument*/NULL);
		int32_t L_4 = ___confidence1;
		int32_t L_5 = PrimalityTests_GetSPPRounds_m228447904(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL);
		V_1 = L_5;
		BigInteger_t2902905089 * L_6 = ___n0;
		BigInteger_t2902905089 * L_7 = BigInteger_op_Implicit_m2847009755(NULL /*static, unused*/, 1, /*hidden argument*/NULL);
		BigInteger_t2902905089 * L_8 = BigInteger_op_Subtraction_m1575155386(NULL /*static, unused*/, L_6, L_7, /*hidden argument*/NULL);
		V_2 = L_8;
		BigInteger_t2902905089 * L_9 = V_2;
		NullCheck(L_9);
		int32_t L_10 = BigInteger_LowestSetBit_m3082714978(L_9, /*hidden argument*/NULL);
		V_3 = L_10;
		BigInteger_t2902905089 * L_11 = V_2;
		int32_t L_12 = V_3;
		BigInteger_t2902905089 * L_13 = BigInteger_op_RightShift_m2934036419(NULL /*static, unused*/, L_11, L_12, /*hidden argument*/NULL);
		V_4 = L_13;
		BigInteger_t2902905089 * L_14 = ___n0;
		ModulusRing_t596511504 * L_15 = (ModulusRing_t596511504 *)il2cpp_codegen_object_new(ModulusRing_t596511504_il2cpp_TypeInfo_var);
		ModulusRing__ctor_m2100816195(L_15, L_14, /*hidden argument*/NULL);
		V_5 = L_15;
		V_6 = (BigInteger_t2902905089 *)NULL;
		BigInteger_t2902905089 * L_16 = ___n0;
		NullCheck(L_16);
		int32_t L_17 = BigInteger_BitCount_m3710900808(L_16, /*hidden argument*/NULL);
		if ((((int32_t)L_17) <= ((int32_t)((int32_t)100))))
		{
			goto IL_0055;
		}
	}
	{
		ModulusRing_t596511504 * L_18 = V_5;
		BigInteger_t2902905089 * L_19 = V_4;
		NullCheck(L_18);
		BigInteger_t2902905089 * L_20 = ModulusRing_Pow_m317016278(L_18, 2, L_19, /*hidden argument*/NULL);
		V_6 = L_20;
	}

IL_0055:
	{
		V_7 = 0;
		goto IL_0113;
	}

IL_005d:
	{
		int32_t L_21 = V_7;
		if ((((int32_t)L_21) > ((int32_t)0)))
		{
			goto IL_0072;
		}
	}
	{
		BigInteger_t2902905089 * L_22 = V_6;
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		bool L_23 = BigInteger_op_Equality_m3263851871(NULL /*static, unused*/, L_22, (BigInteger_t2902905089 *)NULL, /*hidden argument*/NULL);
		if (!L_23)
		{
			goto IL_00a9;
		}
	}

IL_0072:
	{
		V_8 = (BigInteger_t2902905089 *)NULL;
	}

IL_0075:
	{
		int32_t L_24 = V_0;
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger_t2902905089 * L_25 = BigInteger_GenerateRandom_m2556426062(NULL /*static, unused*/, L_24, /*hidden argument*/NULL);
		V_8 = L_25;
		BigInteger_t2902905089 * L_26 = V_8;
		BigInteger_t2902905089 * L_27 = BigInteger_op_Implicit_m2847009755(NULL /*static, unused*/, 2, /*hidden argument*/NULL);
		bool L_28 = BigInteger_op_LessThanOrEqual_m2553515144(NULL /*static, unused*/, L_26, L_27, /*hidden argument*/NULL);
		if (!L_28)
		{
			goto IL_009c;
		}
	}
	{
		BigInteger_t2902905089 * L_29 = V_8;
		BigInteger_t2902905089 * L_30 = V_2;
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		bool L_31 = BigInteger_op_GreaterThanOrEqual_m700865613(NULL /*static, unused*/, L_29, L_30, /*hidden argument*/NULL);
		if (L_31)
		{
			goto IL_0075;
		}
	}

IL_009c:
	{
		ModulusRing_t596511504 * L_32 = V_5;
		BigInteger_t2902905089 * L_33 = V_8;
		BigInteger_t2902905089 * L_34 = V_4;
		NullCheck(L_32);
		BigInteger_t2902905089 * L_35 = ModulusRing_Pow_m83007704(L_32, L_33, L_34, /*hidden argument*/NULL);
		V_6 = L_35;
	}

IL_00a9:
	{
		BigInteger_t2902905089 * L_36 = V_6;
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		bool L_37 = BigInteger_op_Equality_m970226143(NULL /*static, unused*/, L_36, 1, /*hidden argument*/NULL);
		if (!L_37)
		{
			goto IL_00bb;
		}
	}
	{
		goto IL_010d;
	}

IL_00bb:
	{
		V_9 = 0;
		goto IL_00e9;
	}

IL_00c3:
	{
		ModulusRing_t596511504 * L_38 = V_5;
		BigInteger_t2902905089 * L_39 = V_6;
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger_t2902905089 * L_40 = BigInteger_op_Implicit_m2847009755(NULL /*static, unused*/, 2, /*hidden argument*/NULL);
		NullCheck(L_38);
		BigInteger_t2902905089 * L_41 = ModulusRing_Pow_m83007704(L_38, L_39, L_40, /*hidden argument*/NULL);
		V_6 = L_41;
		BigInteger_t2902905089 * L_42 = V_6;
		bool L_43 = BigInteger_op_Equality_m970226143(NULL /*static, unused*/, L_42, 1, /*hidden argument*/NULL);
		if (!L_43)
		{
			goto IL_00e3;
		}
	}
	{
		return (bool)0;
	}

IL_00e3:
	{
		int32_t L_44 = V_9;
		V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1));
	}

IL_00e9:
	{
		int32_t L_45 = V_9;
		int32_t L_46 = V_3;
		if ((((int32_t)L_45) >= ((int32_t)L_46)))
		{
			goto IL_00fe;
		}
	}
	{
		BigInteger_t2902905089 * L_47 = V_6;
		BigInteger_t2902905089 * L_48 = V_2;
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		bool L_49 = BigInteger_op_Inequality_m2365536750(NULL /*static, unused*/, L_47, L_48, /*hidden argument*/NULL);
		if (L_49)
		{
			goto IL_00c3;
		}
	}

IL_00fe:
	{
		BigInteger_t2902905089 * L_50 = V_6;
		BigInteger_t2902905089 * L_51 = V_2;
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		bool L_52 = BigInteger_op_Inequality_m2365536750(NULL /*static, unused*/, L_50, L_51, /*hidden argument*/NULL);
		if (!L_52)
		{
			goto IL_010d;
		}
	}
	{
		return (bool)0;
	}

IL_010d:
	{
		int32_t L_53 = V_7;
		V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)1));
	}

IL_0113:
	{
		int32_t L_54 = V_7;
		int32_t L_55 = V_1;
		if ((((int32_t)L_54) < ((int32_t)L_55)))
		{
			goto IL_005d;
		}
	}
	{
		return (bool)1;
	}
}
// System.Boolean Mono.Math.Prime.PrimalityTests::SmallPrimeSppTest(Mono.Math.BigInteger,Mono.Math.Prime.ConfidenceFactor)
extern "C"  bool PrimalityTests_SmallPrimeSppTest_m1224130639 (RuntimeObject * __this /* static, unused */, BigInteger_t2902905089 * ___bi0, int32_t ___confidence1, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (PrimalityTests_SmallPrimeSppTest_m1224130639_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	BigInteger_t2902905089 * V_1 = NULL;
	int32_t V_2 = 0;
	BigInteger_t2902905089 * V_3 = NULL;
	ModulusRing_t596511504 * V_4 = NULL;
	int32_t V_5 = 0;
	BigInteger_t2902905089 * V_6 = NULL;
	bool V_7 = false;
	int32_t V_8 = 0;
	{
		BigInteger_t2902905089 * L_0 = ___bi0;
		int32_t L_1 = ___confidence1;
		int32_t L_2 = PrimalityTests_GetSPPRounds_m228447904(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL);
		V_0 = L_2;
		BigInteger_t2902905089 * L_3 = ___bi0;
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger_t2902905089 * L_4 = BigInteger_op_Implicit_m2847009755(NULL /*static, unused*/, 1, /*hidden argument*/NULL);
		BigInteger_t2902905089 * L_5 = BigInteger_op_Subtraction_m1575155386(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL);
		V_1 = L_5;
		BigInteger_t2902905089 * L_6 = V_1;
		NullCheck(L_6);
		int32_t L_7 = BigInteger_LowestSetBit_m3082714978(L_6, /*hidden argument*/NULL);
		V_2 = L_7;
		BigInteger_t2902905089 * L_8 = V_1;
		int32_t L_9 = V_2;
		BigInteger_t2902905089 * L_10 = BigInteger_op_RightShift_m2934036419(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL);
		V_3 = L_10;
		BigInteger_t2902905089 * L_11 = ___bi0;
		ModulusRing_t596511504 * L_12 = (ModulusRing_t596511504 *)il2cpp_codegen_object_new(ModulusRing_t596511504_il2cpp_TypeInfo_var);
		ModulusRing__ctor_m2100816195(L_12, L_11, /*hidden argument*/NULL);
		V_4 = L_12;
		V_5 = 0;
		goto IL_00a6;
	}

IL_0034:
	{
		ModulusRing_t596511504 * L_13 = V_4;
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		UInt32U5BU5D_t2770800703* L_14 = ((BigInteger_t2902905089_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t2902905089_il2cpp_TypeInfo_var))->get_smallPrimes_2();
		int32_t L_15 = V_5;
		NullCheck(L_14);
		int32_t L_16 = L_15;
		uint32_t L_17 = (L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
		BigInteger_t2902905089 * L_18 = V_3;
		NullCheck(L_13);
		BigInteger_t2902905089 * L_19 = ModulusRing_Pow_m317016278(L_13, L_17, L_18, /*hidden argument*/NULL);
		V_6 = L_19;
		BigInteger_t2902905089 * L_20 = V_6;
		bool L_21 = BigInteger_op_Equality_m970226143(NULL /*static, unused*/, L_20, 1, /*hidden argument*/NULL);
		if (!L_21)
		{
			goto IL_0058;
		}
	}
	{
		goto IL_00a0;
	}

IL_0058:
	{
		V_7 = (bool)0;
		V_8 = 0;
		goto IL_008f;
	}

IL_0063:
	{
		BigInteger_t2902905089 * L_22 = V_6;
		BigInteger_t2902905089 * L_23 = V_1;
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		bool L_24 = BigInteger_op_Equality_m3263851871(NULL /*static, unused*/, L_22, L_23, /*hidden argument*/NULL);
		if (!L_24)
		{
			goto IL_0078;
		}
	}
	{
		V_7 = (bool)1;
		goto IL_0097;
	}

IL_0078:
	{
		BigInteger_t2902905089 * L_25 = V_6;
		BigInteger_t2902905089 * L_26 = V_6;
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger_t2902905089 * L_27 = BigInteger_op_Multiply_m3801644593(NULL /*static, unused*/, L_25, L_26, /*hidden argument*/NULL);
		BigInteger_t2902905089 * L_28 = ___bi0;
		BigInteger_t2902905089 * L_29 = BigInteger_op_Modulus_m3223754023(NULL /*static, unused*/, L_27, L_28, /*hidden argument*/NULL);
		V_6 = L_29;
		int32_t L_30 = V_8;
		V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1));
	}

IL_008f:
	{
		int32_t L_31 = V_8;
		int32_t L_32 = V_2;
		if ((((int32_t)L_31) < ((int32_t)L_32)))
		{
			goto IL_0063;
		}
	}

IL_0097:
	{
		bool L_33 = V_7;
		if (L_33)
		{
			goto IL_00a0;
		}
	}
	{
		return (bool)0;
	}

IL_00a0:
	{
		int32_t L_34 = V_5;
		V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1));
	}

IL_00a6:
	{
		int32_t L_35 = V_5;
		int32_t L_36 = V_0;
		if ((((int32_t)L_35) < ((int32_t)L_36)))
		{
			goto IL_0034;
		}
	}
	{
		return (bool)1;
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.String Mono.Runtime::GetDisplayName()
extern "C"  String_t* Runtime_GetDisplayName_m2773861196 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method)
{
	typedef String_t* (*Runtime_GetDisplayName_m2773861196_ftn) ();
	using namespace il2cpp::icalls;
	return  ((Runtime_GetDisplayName_m2773861196_ftn)mscorlib::Mono::Runtime::GetDisplayName) ();
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Mono.Security.ASN1::.ctor(System.Byte)
extern "C"  void ASN1__ctor_m3727822613 (ASN1_t2114160832 * __this, uint8_t ___tag0, const RuntimeMethod* method)
{
	{
		uint8_t L_0 = ___tag0;
		ASN1__ctor_m3193227595(__this, L_0, (ByteU5BU5D_t4116647657*)(ByteU5BU5D_t4116647657*)NULL, /*hidden argument*/NULL);
		return;
	}
}
// System.Void Mono.Security.ASN1::.ctor(System.Byte,System.Byte[])
extern "C"  void ASN1__ctor_m3193227595 (ASN1_t2114160832 * __this, uint8_t ___tag0, ByteU5BU5D_t4116647657* ___data1, const RuntimeMethod* method)
{
	{
		Object__ctor_m297566312(__this, /*hidden argument*/NULL);
		uint8_t L_0 = ___tag0;
		__this->set_m_nTag_0(L_0);
		ByteU5BU5D_t4116647657* L_1 = ___data1;
		__this->set_m_aValue_1(L_1);
		return;
	}
}
// System.Void Mono.Security.ASN1::.ctor(System.Byte[])
extern "C"  void ASN1__ctor_m1601690794 (ASN1_t2114160832 * __this, ByteU5BU5D_t4116647657* ___data0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (ASN1__ctor_m1601690794_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	int32_t V_1 = 0;
	int32_t V_2 = 0;
	int32_t V_3 = 0;
	{
		Object__ctor_m297566312(__this, /*hidden argument*/NULL);
		ByteU5BU5D_t4116647657* L_0 = ___data0;
		NullCheck(L_0);
		int32_t L_1 = 0;
		uint8_t L_2 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_1));
		__this->set_m_nTag_0(L_2);
		V_0 = 0;
		ByteU5BU5D_t4116647657* L_3 = ___data0;
		NullCheck(L_3);
		int32_t L_4 = 1;
		uint8_t L_5 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
		V_1 = L_5;
		int32_t L_6 = V_1;
		if ((((int32_t)L_6) <= ((int32_t)((int32_t)128))))
		{
			goto IL_0051;
		}
	}
	{
		int32_t L_7 = V_1;
		V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)((int32_t)128)));
		V_1 = 0;
		V_2 = 0;
		goto IL_0045;
	}

IL_0031:
	{
		int32_t L_8 = V_1;
		V_1 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_8, (int32_t)((int32_t)256)));
		int32_t L_9 = V_1;
		ByteU5BU5D_t4116647657* L_10 = ___data0;
		int32_t L_11 = V_2;
		NullCheck(L_10);
		int32_t L_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)2));
		uint8_t L_13 = (L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_12));
		V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)L_13));
		int32_t L_14 = V_2;
		V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1));
	}

IL_0045:
	{
		int32_t L_15 = V_2;
		int32_t L_16 = V_0;
		if ((((int32_t)L_15) < ((int32_t)L_16)))
		{
			goto IL_0031;
		}
	}
	{
		goto IL_0067;
	}

IL_0051:
	{
		int32_t L_17 = V_1;
		if ((!(((uint32_t)L_17) == ((uint32_t)((int32_t)128)))))
		{
			goto IL_0067;
		}
	}
	{
		NotSupportedException_t1314879016 * L_18 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var);
		NotSupportedException__ctor_m2494070935(L_18, _stringLiteral2861664389, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_18);
	}

IL_0067:
	{
		int32_t L_19 = V_1;
		__this->set_m_aValue_1(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_19)));
		ByteU5BU5D_t4116647657* L_20 = ___data0;
		int32_t L_21 = V_0;
		ByteU5BU5D_t4116647657* L_22 = __this->get_m_aValue_1();
		int32_t L_23 = V_1;
		Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_20, ((int32_t)il2cpp_codegen_add((int32_t)2, (int32_t)L_21)), (RuntimeArray *)(RuntimeArray *)L_22, 0, L_23, /*hidden argument*/NULL);
		uint8_t L_24 = __this->get_m_nTag_0();
		if ((!(((uint32_t)((int32_t)((int32_t)L_24&(int32_t)((int32_t)32)))) == ((uint32_t)((int32_t)32)))))
		{
			goto IL_00a4;
		}
	}
	{
		int32_t L_25 = V_0;
		V_3 = ((int32_t)il2cpp_codegen_add((int32_t)2, (int32_t)L_25));
		ByteU5BU5D_t4116647657* L_26 = ___data0;
		ByteU5BU5D_t4116647657* L_27 = ___data0;
		NullCheck(L_27);
		ASN1_Decode_m1695284166(__this, L_26, (&V_3), (((int32_t)((int32_t)(((RuntimeArray *)L_27)->max_length)))), /*hidden argument*/NULL);
	}

IL_00a4:
	{
		return;
	}
}
// System.Int32 Mono.Security.ASN1::get_Count()
extern "C"  int32_t ASN1_get_Count_m3580979881 (ASN1_t2114160832 * __this, const RuntimeMethod* method)
{
	{
		ArrayList_t2718874744 * L_0 = __this->get_elist_2();
		if (L_0)
		{
			goto IL_000d;
		}
	}
	{
		return 0;
	}

IL_000d:
	{
		ArrayList_t2718874744 * L_1 = __this->get_elist_2();
		NullCheck(L_1);
		int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_1);
		return L_2;
	}
}
// System.Byte Mono.Security.ASN1::get_Tag()
extern "C"  uint8_t ASN1_get_Tag_m1032367219 (ASN1_t2114160832 * __this, const RuntimeMethod* method)
{
	{
		uint8_t L_0 = __this->get_m_nTag_0();
		return L_0;
	}
}
// System.Int32 Mono.Security.ASN1::get_Length()
extern "C"  int32_t ASN1_get_Length_m1923878580 (ASN1_t2114160832 * __this, const RuntimeMethod* method)
{
	{
		ByteU5BU5D_t4116647657* L_0 = __this->get_m_aValue_1();
		if (!L_0)
		{
			goto IL_0014;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_1 = __this->get_m_aValue_1();
		NullCheck(L_1);
		return (((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))));
	}

IL_0014:
	{
		return 0;
	}
}
// System.Byte[] Mono.Security.ASN1::get_Value()
extern "C"  ByteU5BU5D_t4116647657* ASN1_get_Value_m1857007406 (ASN1_t2114160832 * __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (ASN1_get_Value_m1857007406_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		ByteU5BU5D_t4116647657* L_0 = __this->get_m_aValue_1();
		if (L_0)
		{
			goto IL_0012;
		}
	}
	{
		VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(4 /* System.Byte[] Mono.Security.ASN1::GetBytes() */, __this);
	}

IL_0012:
	{
		ByteU5BU5D_t4116647657* L_1 = __this->get_m_aValue_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 Mono.Security.ASN1::set_Value(System.Byte[])
extern "C"  void ASN1_set_Value_m2803403806 (ASN1_t2114160832 * __this, ByteU5BU5D_t4116647657* ___value0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (ASN1_set_Value_m2803403806_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		ByteU5BU5D_t4116647657* L_0 = ___value0;
		if (!L_0)
		{
			goto IL_0017;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_1 = ___value0;
		NullCheck((RuntimeArray *)(RuntimeArray *)L_1);
		RuntimeObject * L_2 = Array_Clone_m2672907798((RuntimeArray *)(RuntimeArray *)L_1, /*hidden argument*/NULL);
		__this->set_m_aValue_1(((ByteU5BU5D_t4116647657*)Castclass((RuntimeObject*)L_2, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var)));
	}

IL_0017:
	{
		return;
	}
}
// System.Boolean Mono.Security.ASN1::CompareArray(System.Byte[],System.Byte[])
extern "C"  bool ASN1_CompareArray_m448994814 (ASN1_t2114160832 * __this, ByteU5BU5D_t4116647657* ___array10, ByteU5BU5D_t4116647657* ___array21, const RuntimeMethod* method)
{
	bool V_0 = false;
	int32_t V_1 = 0;
	{
		ByteU5BU5D_t4116647657* L_0 = ___array10;
		NullCheck(L_0);
		ByteU5BU5D_t4116647657* L_1 = ___array21;
		NullCheck(L_1);
		V_0 = (bool)((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length))))) == ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))))? 1 : 0);
		bool L_2 = V_0;
		if (!L_2)
		{
			goto IL_0030;
		}
	}
	{
		V_1 = 0;
		goto IL_0027;
	}

IL_0016:
	{
		ByteU5BU5D_t4116647657* L_3 = ___array10;
		int32_t L_4 = V_1;
		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 = ___array21;
		int32_t L_8 = V_1;
		NullCheck(L_7);
		int32_t L_9 = L_8;
		uint8_t L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
		if ((((int32_t)L_6) == ((int32_t)L_10)))
		{
			goto IL_0023;
		}
	}
	{
		return (bool)0;
	}

IL_0023:
	{
		int32_t L_11 = V_1;
		V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
	}

IL_0027:
	{
		int32_t L_12 = V_1;
		ByteU5BU5D_t4116647657* L_13 = ___array10;
		NullCheck(L_13);
		if ((((int32_t)L_12) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_13)->max_length)))))))
		{
			goto IL_0016;
		}
	}

IL_0030:
	{
		bool L_14 = V_0;
		return L_14;
	}
}
// System.Boolean Mono.Security.ASN1::CompareValue(System.Byte[])
extern "C"  bool ASN1_CompareValue_m251306338 (ASN1_t2114160832 * __this, ByteU5BU5D_t4116647657* ___value0, const RuntimeMethod* method)
{
	{
		ByteU5BU5D_t4116647657* L_0 = __this->get_m_aValue_1();
		ByteU5BU5D_t4116647657* L_1 = ___value0;
		bool L_2 = ASN1_CompareArray_m448994814(__this, L_0, L_1, /*hidden argument*/NULL);
		return L_2;
	}
}
// Mono.Security.ASN1 Mono.Security.ASN1::Add(Mono.Security.ASN1)
extern "C"  ASN1_t2114160832 * ASN1_Add_m3468571571 (ASN1_t2114160832 * __this, ASN1_t2114160832 * ___asn10, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (ASN1_Add_m3468571571_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		ASN1_t2114160832 * L_0 = ___asn10;
		if (!L_0)
		{
			goto IL_0029;
		}
	}
	{
		ArrayList_t2718874744 * L_1 = __this->get_elist_2();
		if (L_1)
		{
			goto IL_001c;
		}
	}
	{
		ArrayList_t2718874744 * L_2 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var);
		ArrayList__ctor_m4254721275(L_2, /*hidden argument*/NULL);
		__this->set_elist_2(L_2);
	}

IL_001c:
	{
		ArrayList_t2718874744 * L_3 = __this->get_elist_2();
		ASN1_t2114160832 * L_4 = ___asn10;
		NullCheck(L_3);
		VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_3, L_4);
	}

IL_0029:
	{
		ASN1_t2114160832 * L_5 = ___asn10;
		return L_5;
	}
}
// System.Byte[] Mono.Security.ASN1::GetBytes()
extern "C"  ByteU5BU5D_t4116647657* ASN1_GetBytes_m3305539297 (ASN1_t2114160832 * __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (ASN1_GetBytes_m3305539297_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	ByteU5BU5D_t4116647657* V_0 = NULL;
	int32_t V_1 = 0;
	ArrayList_t2718874744 * V_2 = NULL;
	ASN1_t2114160832 * V_3 = NULL;
	RuntimeObject* V_4 = NULL;
	ByteU5BU5D_t4116647657* V_5 = NULL;
	int32_t V_6 = 0;
	int32_t V_7 = 0;
	ByteU5BU5D_t4116647657* V_8 = NULL;
	ByteU5BU5D_t4116647657* V_9 = NULL;
	int32_t V_10 = 0;
	int32_t V_11 = 0;
	RuntimeObject* V_12 = 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 = (ByteU5BU5D_t4116647657*)NULL;
		int32_t L_0 = ASN1_get_Count_m3580979881(__this, /*hidden argument*/NULL);
		if ((((int32_t)L_0) <= ((int32_t)0)))
		{
			goto IL_00ca;
		}
	}
	{
		V_1 = 0;
		ArrayList_t2718874744 * L_1 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var);
		ArrayList__ctor_m4254721275(L_1, /*hidden argument*/NULL);
		V_2 = L_1;
		ArrayList_t2718874744 * L_2 = __this->get_elist_2();
		NullCheck(L_2);
		RuntimeObject* L_3 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_2);
		V_4 = L_3;
	}

IL_0023:
	try
	{ // begin try (depth: 1)
		{
			goto IL_004d;
		}

IL_0028:
		{
			RuntimeObject* L_4 = V_4;
			NullCheck(L_4);
			RuntimeObject * L_5 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_4);
			V_3 = ((ASN1_t2114160832 *)CastclassClass((RuntimeObject*)L_5, ASN1_t2114160832_il2cpp_TypeInfo_var));
			ASN1_t2114160832 * L_6 = V_3;
			NullCheck(L_6);
			ByteU5BU5D_t4116647657* L_7 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(4 /* System.Byte[] Mono.Security.ASN1::GetBytes() */, L_6);
			V_5 = L_7;
			ArrayList_t2718874744 * L_8 = V_2;
			ByteU5BU5D_t4116647657* L_9 = V_5;
			NullCheck(L_8);
			VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_8, (RuntimeObject *)(RuntimeObject *)L_9);
			int32_t L_10 = V_1;
			ByteU5BU5D_t4116647657* L_11 = V_5;
			NullCheck(L_11);
			V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_11)->max_length))))));
		}

IL_004d:
		{
			RuntimeObject* L_12 = V_4;
			NullCheck(L_12);
			bool L_13 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_12);
			if (L_13)
			{
				goto IL_0028;
			}
		}

IL_0059:
		{
			IL2CPP_LEAVE(0x74, FINALLY_005e);
		}
	} // end try (depth: 1)
	catch(Il2CppExceptionWrapper& e)
	{
		__last_unhandled_exception = (Exception_t *)e.ex;
		goto FINALLY_005e;
	}

FINALLY_005e:
	{ // begin finally (depth: 1)
		{
			RuntimeObject* L_14 = V_4;
			V_12 = ((RuntimeObject*)IsInst((RuntimeObject*)L_14, IDisposable_t3640265483_il2cpp_TypeInfo_var));
			RuntimeObject* L_15 = V_12;
			if (L_15)
			{
				goto IL_006c;
			}
		}

IL_006b:
		{
			IL2CPP_END_FINALLY(94)
		}

IL_006c:
		{
			RuntimeObject* L_16 = V_12;
			NullCheck(L_16);
			InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_16);
			IL2CPP_END_FINALLY(94)
		}
	} // end finally (depth: 1)
	IL2CPP_CLEANUP(94)
	{
		IL2CPP_JUMP_TBL(0x74, IL_0074)
		IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
	}

IL_0074:
	{
		int32_t L_17 = V_1;
		V_0 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_17));
		V_6 = 0;
		V_7 = 0;
		goto IL_00b3;
	}

IL_0086:
	{
		ArrayList_t2718874744 * L_18 = V_2;
		int32_t L_19 = V_7;
		NullCheck(L_18);
		RuntimeObject * L_20 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_18, L_19);
		V_8 = ((ByteU5BU5D_t4116647657*)Castclass((RuntimeObject*)L_20, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var));
		ByteU5BU5D_t4116647657* L_21 = V_8;
		ByteU5BU5D_t4116647657* L_22 = V_0;
		int32_t L_23 = V_6;
		ByteU5BU5D_t4116647657* L_24 = V_8;
		NullCheck(L_24);
		Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_21, 0, (RuntimeArray *)(RuntimeArray *)L_22, L_23, (((int32_t)((int32_t)(((RuntimeArray *)L_24)->max_length)))), /*hidden argument*/NULL);
		int32_t L_25 = V_6;
		ByteU5BU5D_t4116647657* L_26 = V_8;
		NullCheck(L_26);
		V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_26)->max_length))))));
		int32_t L_27 = V_7;
		V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1));
	}

IL_00b3:
	{
		int32_t L_28 = V_7;
		ArrayList_t2718874744 * L_29 = __this->get_elist_2();
		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_0086;
		}
	}
	{
		goto IL_00dc;
	}

IL_00ca:
	{
		ByteU5BU5D_t4116647657* L_31 = __this->get_m_aValue_1();
		if (!L_31)
		{
			goto IL_00dc;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_32 = __this->get_m_aValue_1();
		V_0 = L_32;
	}

IL_00dc:
	{
		V_10 = 0;
		ByteU5BU5D_t4116647657* L_33 = V_0;
		if (!L_33)
		{
			goto IL_022a;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_34 = V_0;
		NullCheck(L_34);
		V_11 = (((int32_t)((int32_t)(((RuntimeArray *)L_34)->max_length))));
		int32_t L_35 = V_11;
		if ((((int32_t)L_35) <= ((int32_t)((int32_t)127))))
		{
			goto IL_01f8;
		}
	}
	{
		int32_t L_36 = V_11;
		if ((((int32_t)L_36) > ((int32_t)((int32_t)255))))
		{
			goto IL_0129;
		}
	}
	{
		int32_t L_37 = V_11;
		V_9 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_37))));
		ByteU5BU5D_t4116647657* L_38 = V_0;
		ByteU5BU5D_t4116647657* L_39 = V_9;
		int32_t L_40 = V_11;
		Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_38, 0, (RuntimeArray *)(RuntimeArray *)L_39, 3, L_40, /*hidden argument*/NULL);
		V_10 = ((int32_t)129);
		ByteU5BU5D_t4116647657* L_41 = V_9;
		int32_t L_42 = V_11;
		NullCheck(L_41);
		(L_41)->SetAt(static_cast<il2cpp_array_size_t>(2), (uint8_t)(((int32_t)((uint8_t)L_42))));
		goto IL_01f3;
	}

IL_0129:
	{
		int32_t L_43 = V_11;
		if ((((int32_t)L_43) > ((int32_t)((int32_t)65535))))
		{
			goto IL_0168;
		}
	}
	{
		int32_t L_44 = V_11;
		V_9 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)4, (int32_t)L_44))));
		ByteU5BU5D_t4116647657* L_45 = V_0;
		ByteU5BU5D_t4116647657* L_46 = V_9;
		int32_t L_47 = V_11;
		Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_45, 0, (RuntimeArray *)(RuntimeArray *)L_46, 4, L_47, /*hidden argument*/NULL);
		V_10 = ((int32_t)130);
		ByteU5BU5D_t4116647657* L_48 = V_9;
		int32_t L_49 = V_11;
		NullCheck(L_48);
		(L_48)->SetAt(static_cast<il2cpp_array_size_t>(2), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_49>>(int32_t)8))))));
		ByteU5BU5D_t4116647657* L_50 = V_9;
		int32_t L_51 = V_11;
		NullCheck(L_50);
		(L_50)->SetAt(static_cast<il2cpp_array_size_t>(3), (uint8_t)(((int32_t)((uint8_t)L_51))));
		goto IL_01f3;
	}

IL_0168:
	{
		int32_t L_52 = V_11;
		if ((((int32_t)L_52) > ((int32_t)((int32_t)16777215))))
		{
			goto IL_01b1;
		}
	}
	{
		int32_t L_53 = V_11;
		V_9 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)5, (int32_t)L_53))));
		ByteU5BU5D_t4116647657* L_54 = V_0;
		ByteU5BU5D_t4116647657* L_55 = V_9;
		int32_t L_56 = V_11;
		Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_54, 0, (RuntimeArray *)(RuntimeArray *)L_55, 5, L_56, /*hidden argument*/NULL);
		V_10 = ((int32_t)131);
		ByteU5BU5D_t4116647657* L_57 = V_9;
		int32_t L_58 = V_11;
		NullCheck(L_57);
		(L_57)->SetAt(static_cast<il2cpp_array_size_t>(2), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_58>>(int32_t)((int32_t)16)))))));
		ByteU5BU5D_t4116647657* L_59 = V_9;
		int32_t L_60 = V_11;
		NullCheck(L_59);
		(L_59)->SetAt(static_cast<il2cpp_array_size_t>(3), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_60>>(int32_t)8))))));
		ByteU5BU5D_t4116647657* L_61 = V_9;
		int32_t L_62 = V_11;
		NullCheck(L_61);
		(L_61)->SetAt(static_cast<il2cpp_array_size_t>(4), (uint8_t)(((int32_t)((uint8_t)L_62))));
		goto IL_01f3;
	}

IL_01b1:
	{
		int32_t L_63 = V_11;
		V_9 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)6, (int32_t)L_63))));
		ByteU5BU5D_t4116647657* L_64 = V_0;
		ByteU5BU5D_t4116647657* L_65 = V_9;
		int32_t L_66 = V_11;
		Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_64, 0, (RuntimeArray *)(RuntimeArray *)L_65, 6, L_66, /*hidden argument*/NULL);
		V_10 = ((int32_t)132);
		ByteU5BU5D_t4116647657* L_67 = V_9;
		int32_t L_68 = V_11;
		NullCheck(L_67);
		(L_67)->SetAt(static_cast<il2cpp_array_size_t>(2), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_68>>(int32_t)((int32_t)24)))))));
		ByteU5BU5D_t4116647657* L_69 = V_9;
		int32_t L_70 = V_11;
		NullCheck(L_69);
		(L_69)->SetAt(static_cast<il2cpp_array_size_t>(3), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_70>>(int32_t)((int32_t)16)))))));
		ByteU5BU5D_t4116647657* L_71 = V_9;
		int32_t L_72 = V_11;
		NullCheck(L_71);
		(L_71)->SetAt(static_cast<il2cpp_array_size_t>(4), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_72>>(int32_t)8))))));
		ByteU5BU5D_t4116647657* L_73 = V_9;
		int32_t L_74 = V_11;
		NullCheck(L_73);
		(L_73)->SetAt(static_cast<il2cpp_array_size_t>(5), (uint8_t)(((int32_t)((uint8_t)L_74))));
	}

IL_01f3:
	{
		goto IL_0213;
	}

IL_01f8:
	{
		int32_t L_75 = V_11;
		V_9 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)2, (int32_t)L_75))));
		ByteU5BU5D_t4116647657* L_76 = V_0;
		ByteU5BU5D_t4116647657* L_77 = V_9;
		int32_t L_78 = V_11;
		Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_76, 0, (RuntimeArray *)(RuntimeArray *)L_77, 2, L_78, /*hidden argument*/NULL);
		int32_t L_79 = V_11;
		V_10 = L_79;
	}

IL_0213:
	{
		ByteU5BU5D_t4116647657* L_80 = __this->get_m_aValue_1();
		if (L_80)
		{
			goto IL_0225;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_81 = V_0;
		__this->set_m_aValue_1(L_81);
	}

IL_0225:
	{
		goto IL_0232;
	}

IL_022a:
	{
		V_9 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)2));
	}

IL_0232:
	{
		ByteU5BU5D_t4116647657* L_82 = V_9;
		uint8_t L_83 = __this->get_m_nTag_0();
		NullCheck(L_82);
		(L_82)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint8_t)L_83);
		ByteU5BU5D_t4116647657* L_84 = V_9;
		int32_t L_85 = V_10;
		NullCheck(L_84);
		(L_84)->SetAt(static_cast<il2cpp_array_size_t>(1), (uint8_t)(((int32_t)((uint8_t)L_85))));
		ByteU5BU5D_t4116647657* L_86 = V_9;
		return L_86;
	}
}
// System.Void Mono.Security.ASN1::Decode(System.Byte[],System.Int32&,System.Int32)
extern "C"  void ASN1_Decode_m1695284166 (ASN1_t2114160832 * __this, ByteU5BU5D_t4116647657* ___asn10, int32_t* ___anPos1, int32_t ___anLength2, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (ASN1_Decode_m1695284166_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	uint8_t V_0 = 0x0;
	int32_t V_1 = 0;
	ByteU5BU5D_t4116647657* V_2 = NULL;
	ASN1_t2114160832 * V_3 = NULL;
	int32_t V_4 = 0;
	{
		goto IL_004e;
	}

IL_0005:
	{
		ByteU5BU5D_t4116647657* L_0 = ___asn10;
		int32_t* L_1 = ___anPos1;
		ASN1_DecodeTLV_m1200977460(__this, L_0, L_1, (&V_0), (&V_1), (&V_2), /*hidden argument*/NULL);
		uint8_t L_2 = V_0;
		if (L_2)
		{
			goto IL_001e;
		}
	}
	{
		goto IL_004e;
	}

IL_001e:
	{
		uint8_t L_3 = V_0;
		ByteU5BU5D_t4116647657* L_4 = V_2;
		ASN1_t2114160832 * L_5 = (ASN1_t2114160832 *)il2cpp_codegen_object_new(ASN1_t2114160832_il2cpp_TypeInfo_var);
		ASN1__ctor_m3193227595(L_5, L_3, L_4, /*hidden argument*/NULL);
		ASN1_t2114160832 * L_6 = ASN1_Add_m3468571571(__this, L_5, /*hidden argument*/NULL);
		V_3 = L_6;
		uint8_t L_7 = V_0;
		if ((!(((uint32_t)((int32_t)((int32_t)L_7&(int32_t)((int32_t)32)))) == ((uint32_t)((int32_t)32)))))
		{
			goto IL_0048;
		}
	}
	{
		int32_t* L_8 = ___anPos1;
		V_4 = (*((int32_t*)L_8));
		ASN1_t2114160832 * L_9 = V_3;
		ByteU5BU5D_t4116647657* L_10 = ___asn10;
		int32_t L_11 = V_4;
		int32_t L_12 = V_1;
		NullCheck(L_9);
		ASN1_Decode_m1695284166(L_9, L_10, (&V_4), ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)L_12)), /*hidden argument*/NULL);
	}

IL_0048:
	{
		int32_t* L_13 = ___anPos1;
		int32_t* L_14 = ___anPos1;
		int32_t L_15 = V_1;
		*((int32_t*)(L_13)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_14)), (int32_t)L_15));
	}

IL_004e:
	{
		int32_t* L_16 = ___anPos1;
		int32_t L_17 = ___anLength2;
		if ((((int32_t)(*((int32_t*)L_16))) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)1)))))
		{
			goto IL_0005;
		}
	}
	{
		return;
	}
}
// System.Void Mono.Security.ASN1::DecodeTLV(System.Byte[],System.Int32&,System.Byte&,System.Int32&,System.Byte[]&)
extern "C"  void ASN1_DecodeTLV_m1200977460 (ASN1_t2114160832 * __this, ByteU5BU5D_t4116647657* ___asn10, int32_t* ___pos1, uint8_t* ___tag2, int32_t* ___length3, ByteU5BU5D_t4116647657** ___content4, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (ASN1_DecodeTLV_m1200977460_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	int32_t V_1 = 0;
	int32_t V_2 = 0;
	{
		uint8_t* L_0 = ___tag2;
		ByteU5BU5D_t4116647657* L_1 = ___asn10;
		int32_t* L_2 = ___pos1;
		int32_t* L_3 = ___pos1;
		int32_t L_4 = (*((int32_t*)L_3));
		V_2 = L_4;
		*((int32_t*)(L_2)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1));
		int32_t L_5 = V_2;
		NullCheck(L_1);
		int32_t L_6 = L_5;
		uint8_t L_7 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
		*((int8_t*)(L_0)) = (int8_t)L_7;
		int32_t* L_8 = ___length3;
		ByteU5BU5D_t4116647657* L_9 = ___asn10;
		int32_t* L_10 = ___pos1;
		int32_t* L_11 = ___pos1;
		int32_t L_12 = (*((int32_t*)L_11));
		V_2 = L_12;
		*((int32_t*)(L_10)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
		int32_t L_13 = V_2;
		NullCheck(L_9);
		int32_t L_14 = L_13;
		uint8_t L_15 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
		*((int32_t*)(L_8)) = (int32_t)L_15;
		int32_t* L_16 = ___length3;
		if ((!(((uint32_t)((int32_t)((int32_t)(*((int32_t*)L_16))&(int32_t)((int32_t)128)))) == ((uint32_t)((int32_t)128)))))
		{
			goto IL_0063;
		}
	}
	{
		int32_t* L_17 = ___length3;
		V_0 = ((int32_t)((int32_t)(*((int32_t*)L_17))&(int32_t)((int32_t)127)));
		int32_t* L_18 = ___length3;
		*((int32_t*)(L_18)) = (int32_t)0;
		V_1 = 0;
		goto IL_005c;
	}

IL_0040:
	{
		int32_t* L_19 = ___length3;
		int32_t* L_20 = ___length3;
		ByteU5BU5D_t4116647657* L_21 = ___asn10;
		int32_t* L_22 = ___pos1;
		int32_t* L_23 = ___pos1;
		int32_t L_24 = (*((int32_t*)L_23));
		V_2 = L_24;
		*((int32_t*)(L_22)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1));
		int32_t L_25 = V_2;
		NullCheck(L_21);
		int32_t L_26 = L_25;
		uint8_t L_27 = (L_21)->GetAt(static_cast<il2cpp_array_size_t>(L_26));
		*((int32_t*)(L_19)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)(*((int32_t*)L_20)), (int32_t)((int32_t)256))), (int32_t)L_27));
		int32_t L_28 = V_1;
		V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1));
	}

IL_005c:
	{
		int32_t L_29 = V_1;
		int32_t L_30 = V_0;
		if ((((int32_t)L_29) < ((int32_t)L_30)))
		{
			goto IL_0040;
		}
	}

IL_0063:
	{
		ByteU5BU5D_t4116647657** L_31 = ___content4;
		int32_t* L_32 = ___length3;
		*((RuntimeObject **)(L_31)) = (RuntimeObject *)((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)(*((int32_t*)L_32))));
		Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_31), (RuntimeObject *)((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)(*((int32_t*)L_32)))));
		ByteU5BU5D_t4116647657* L_33 = ___asn10;
		int32_t* L_34 = ___pos1;
		ByteU5BU5D_t4116647657** L_35 = ___content4;
		int32_t* L_36 = ___length3;
		Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_33, (*((int32_t*)L_34)), (RuntimeArray *)(RuntimeArray *)(*((ByteU5BU5D_t4116647657**)L_35)), 0, (*((int32_t*)L_36)), /*hidden argument*/NULL);
		return;
	}
}
// Mono.Security.ASN1 Mono.Security.ASN1::get_Item(System.Int32)
extern "C"  ASN1_t2114160832 * ASN1_get_Item_m3901126023 (ASN1_t2114160832 * __this, int32_t ___index0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (ASN1_get_Item_m3901126023_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	ASN1_t2114160832 * 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);

IL_0000:
	try
	{ // begin try (depth: 1)
		{
			ArrayList_t2718874744 * L_0 = __this->get_elist_2();
			if (!L_0)
			{
				goto IL_001c;
			}
		}

IL_000b:
		{
			int32_t L_1 = ___index0;
			ArrayList_t2718874744 * L_2 = __this->get_elist_2();
			NullCheck(L_2);
			int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_2);
			if ((((int32_t)L_1) < ((int32_t)L_3)))
			{
				goto IL_0023;
			}
		}

IL_001c:
		{
			V_0 = (ASN1_t2114160832 *)NULL;
			goto IL_004c;
		}

IL_0023:
		{
			ArrayList_t2718874744 * L_4 = __this->get_elist_2();
			int32_t L_5 = ___index0;
			NullCheck(L_4);
			RuntimeObject * L_6 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_4, L_5);
			V_0 = ((ASN1_t2114160832 *)CastclassClass((RuntimeObject*)L_6, ASN1_t2114160832_il2cpp_TypeInfo_var));
			goto IL_004c;
		}

IL_003a:
		{
			; // IL_003a: leave IL_004c
		}
	} // end try (depth: 1)
	catch(Il2CppExceptionWrapper& e)
	{
		__exception_local = (Exception_t *)e.ex;
		if(il2cpp_codegen_class_is_assignable_from (ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
			goto CATCH_003f;
		throw e;
	}

CATCH_003f:
	{ // begin catch(System.ArgumentOutOfRangeException)
		{
			V_0 = (ASN1_t2114160832 *)NULL;
			goto IL_004c;
		}

IL_0047:
		{
			; // IL_0047: leave IL_004c
		}
	} // end catch (depth: 1)

IL_004c:
	{
		ASN1_t2114160832 * L_7 = V_0;
		return L_7;
	}
}
// Mono.Security.ASN1 Mono.Security.ASN1::Element(System.Int32,System.Byte)
extern "C"  ASN1_t2114160832 * ASN1_Element_m2680269109 (ASN1_t2114160832 * __this, int32_t ___index0, uint8_t ___anTag1, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (ASN1_Element_m2680269109_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	ASN1_t2114160832 * V_0 = NULL;
	ASN1_t2114160832 * 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);

IL_0000:
	try
	{ // begin try (depth: 1)
		{
			ArrayList_t2718874744 * L_0 = __this->get_elist_2();
			if (!L_0)
			{
				goto IL_001c;
			}
		}

IL_000b:
		{
			int32_t L_1 = ___index0;
			ArrayList_t2718874744 * L_2 = __this->get_elist_2();
			NullCheck(L_2);
			int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_2);
			if ((((int32_t)L_1) < ((int32_t)L_3)))
			{
				goto IL_0023;
			}
		}

IL_001c:
		{
			V_1 = (ASN1_t2114160832 *)NULL;
			goto IL_0061;
		}

IL_0023:
		{
			ArrayList_t2718874744 * L_4 = __this->get_elist_2();
			int32_t L_5 = ___index0;
			NullCheck(L_4);
			RuntimeObject * L_6 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_4, L_5);
			V_0 = ((ASN1_t2114160832 *)CastclassClass((RuntimeObject*)L_6, ASN1_t2114160832_il2cpp_TypeInfo_var));
			ASN1_t2114160832 * L_7 = V_0;
			NullCheck(L_7);
			uint8_t L_8 = ASN1_get_Tag_m1032367219(L_7, /*hidden argument*/NULL);
			uint8_t L_9 = ___anTag1;
			if ((!(((uint32_t)L_8) == ((uint32_t)L_9))))
			{
				goto IL_0048;
			}
		}

IL_0041:
		{
			ASN1_t2114160832 * L_10 = V_0;
			V_1 = L_10;
			goto IL_0061;
		}

IL_0048:
		{
			V_1 = (ASN1_t2114160832 *)NULL;
			goto IL_0061;
		}

IL_004f:
		{
			; // IL_004f: leave IL_0061
		}
	} // end try (depth: 1)
	catch(Il2CppExceptionWrapper& e)
	{
		__exception_local = (Exception_t *)e.ex;
		if(il2cpp_codegen_class_is_assignable_from (ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
			goto CATCH_0054;
		throw e;
	}

CATCH_0054:
	{ // begin catch(System.ArgumentOutOfRangeException)
		{
			V_1 = (ASN1_t2114160832 *)NULL;
			goto IL_0061;
		}

IL_005c:
		{
			; // IL_005c: leave IL_0061
		}
	} // end catch (depth: 1)

IL_0061:
	{
		ASN1_t2114160832 * L_11 = V_1;
		return L_11;
	}
}
// System.String Mono.Security.ASN1::ToString()
extern "C"  String_t* ASN1_ToString_m1340204511 (ASN1_t2114160832 * __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (ASN1_ToString_m1340204511_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;
		StringBuilder_t * L_1 = V_0;
		uint8_t* L_2 = __this->get_address_of_m_nTag_0();
		String_t* L_3 = Byte_ToString_m3735479648(L_2, _stringLiteral3451435000, /*hidden argument*/NULL);
		String_t* L_4 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL);
		NullCheck(L_1);
		StringBuilder_AppendFormat_m3255666490(L_1, _stringLiteral1285239904, L_3, L_4, /*hidden argument*/NULL);
		StringBuilder_t * L_5 = V_0;
		ByteU5BU5D_t4116647657* L_6 = ASN1_get_Value_m1857007406(__this, /*hidden argument*/NULL);
		NullCheck(L_6);
		int32_t L_7 = (((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length))));
		RuntimeObject * L_8 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_7);
		String_t* L_9 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL);
		NullCheck(L_5);
		StringBuilder_AppendFormat_m3255666490(L_5, _stringLiteral2514902888, L_8, L_9, /*hidden argument*/NULL);
		StringBuilder_t * L_10 = V_0;
		NullCheck(L_10);
		StringBuilder_Append_m1965104174(L_10, _stringLiteral3013462727, /*hidden argument*/NULL);
		StringBuilder_t * L_11 = V_0;
		String_t* L_12 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL);
		NullCheck(L_11);
		StringBuilder_Append_m1965104174(L_11, L_12, /*hidden argument*/NULL);
		V_1 = 0;
		goto IL_00a7;
	}

IL_0064:
	{
		StringBuilder_t * L_13 = V_0;
		ByteU5BU5D_t4116647657* L_14 = ASN1_get_Value_m1857007406(__this, /*hidden argument*/NULL);
		int32_t L_15 = V_1;
		NullCheck(L_14);
		String_t* L_16 = Byte_ToString_m3735479648(((L_14)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_15))), _stringLiteral3451435000, /*hidden argument*/NULL);
		NullCheck(L_13);
		StringBuilder_AppendFormat_m3016532472(L_13, _stringLiteral3100627678, L_16, /*hidden argument*/NULL);
		int32_t L_17 = V_1;
		if (((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1))%(int32_t)((int32_t)16))))
		{
			goto IL_00a3;
		}
	}
	{
		StringBuilder_t * L_18 = V_0;
		String_t* L_19 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL);
		NullCheck(L_18);
		StringBuilder_AppendFormat_m921870684(L_18, L_19, ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)0)), /*hidden argument*/NULL);
	}

IL_00a3:
	{
		int32_t L_20 = V_1;
		V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1));
	}

IL_00a7:
	{
		int32_t L_21 = V_1;
		ByteU5BU5D_t4116647657* L_22 = ASN1_get_Value_m1857007406(__this, /*hidden argument*/NULL);
		NullCheck(L_22);
		if ((((int32_t)L_21) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_22)->max_length)))))))
		{
			goto IL_0064;
		}
	}
	{
		StringBuilder_t * L_23 = V_0;
		NullCheck(L_23);
		String_t* L_24 = StringBuilder_ToString_m3317489284(L_23, /*hidden argument*/NULL);
		return L_24;
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Mono.Security.ASN1 Mono.Security.ASN1Convert::FromInt32(System.Int32)
extern "C"  ASN1_t2114160832 * ASN1Convert_FromInt32_m2935389061 (RuntimeObject * __this /* static, unused */, int32_t ___value0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (ASN1Convert_FromInt32_m2935389061_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	ByteU5BU5D_t4116647657* V_0 = NULL;
	int32_t V_1 = 0;
	ASN1_t2114160832 * V_2 = NULL;
	ByteU5BU5D_t4116647657* V_3 = NULL;
	int32_t V_4 = 0;
	{
		int32_t L_0 = ___value0;
		ByteU5BU5D_t4116647657* L_1 = BitConverterLE_GetBytes_m4130646282(NULL /*static, unused*/, L_0, /*hidden argument*/NULL);
		V_0 = L_1;
		ByteU5BU5D_t4116647657* L_2 = V_0;
		Array_Reverse_m3714848183(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_2, /*hidden argument*/NULL);
		V_1 = 0;
		goto IL_0018;
	}

IL_0014:
	{
		int32_t L_3 = V_1;
		V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1));
	}

IL_0018:
	{
		int32_t L_4 = V_1;
		ByteU5BU5D_t4116647657* L_5 = V_0;
		NullCheck(L_5);
		if ((((int32_t)L_4) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length)))))))
		{
			goto IL_0029;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_6 = V_0;
		int32_t L_7 = V_1;
		NullCheck(L_6);
		int32_t L_8 = L_7;
		uint8_t L_9 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
		if (!L_9)
		{
			goto IL_0014;
		}
	}

IL_0029:
	{
		ASN1_t2114160832 * L_10 = (ASN1_t2114160832 *)il2cpp_codegen_object_new(ASN1_t2114160832_il2cpp_TypeInfo_var);
		ASN1__ctor_m3727822613(L_10, (uint8_t)2, /*hidden argument*/NULL);
		V_2 = L_10;
		int32_t L_11 = V_1;
		V_4 = L_11;
		int32_t L_12 = V_4;
		if (!L_12)
		{
			goto IL_0047;
		}
	}
	{
		int32_t L_13 = V_4;
		if ((((int32_t)L_13) == ((int32_t)4)))
		{
			goto IL_0053;
		}
	}
	{
		goto IL_0064;
	}

IL_0047:
	{
		ASN1_t2114160832 * L_14 = V_2;
		ByteU5BU5D_t4116647657* L_15 = V_0;
		NullCheck(L_14);
		ASN1_set_Value_m2803403806(L_14, L_15, /*hidden argument*/NULL);
		goto IL_0085;
	}

IL_0053:
	{
		ASN1_t2114160832 * L_16 = V_2;
		NullCheck(L_16);
		ASN1_set_Value_m2803403806(L_16, ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)1)), /*hidden argument*/NULL);
		goto IL_0085;
	}

IL_0064:
	{
		int32_t L_17 = V_1;
		V_3 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)4, (int32_t)L_17))));
		ByteU5BU5D_t4116647657* L_18 = V_0;
		int32_t L_19 = V_1;
		ByteU5BU5D_t4116647657* L_20 = V_3;
		ByteU5BU5D_t4116647657* L_21 = V_3;
		NullCheck(L_21);
		Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_18, L_19, (RuntimeArray *)(RuntimeArray *)L_20, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_21)->max_length)))), /*hidden argument*/NULL);
		ASN1_t2114160832 * L_22 = V_2;
		ByteU5BU5D_t4116647657* L_23 = V_3;
		NullCheck(L_22);
		ASN1_set_Value_m2803403806(L_22, L_23, /*hidden argument*/NULL);
		goto IL_0085;
	}

IL_0085:
	{
		ASN1_t2114160832 * L_24 = V_2;
		return L_24;
	}
}
// Mono.Security.ASN1 Mono.Security.ASN1Convert::FromOid(System.String)
extern "C"  ASN1_t2114160832 * ASN1Convert_FromOid_m3740816339 (RuntimeObject * __this /* static, unused */, String_t* ___oid0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (ASN1Convert_FromOid_m3740816339_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		String_t* L_0 = ___oid0;
		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, _stringLiteral3266464951, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_1);
	}

IL_0011:
	{
		String_t* L_2 = ___oid0;
		IL2CPP_RUNTIME_CLASS_INIT(CryptoConfig_t4201145714_il2cpp_TypeInfo_var);
		ByteU5BU5D_t4116647657* L_3 = CryptoConfig_EncodeOID_m2635914623(NULL /*static, unused*/, L_2, /*hidden argument*/NULL);
		ASN1_t2114160832 * L_4 = (ASN1_t2114160832 *)il2cpp_codegen_object_new(ASN1_t2114160832_il2cpp_TypeInfo_var);
		ASN1__ctor_m1601690794(L_4, L_3, /*hidden argument*/NULL);
		return L_4;
	}
}
// System.Int32 Mono.Security.ASN1Convert::ToInt32(Mono.Security.ASN1)
extern "C"  int32_t ASN1Convert_ToInt32_m254930636 (RuntimeObject * __this /* static, unused */, ASN1_t2114160832 * ___asn10, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (ASN1Convert_ToInt32_m254930636_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	int32_t V_1 = 0;
	{
		ASN1_t2114160832 * L_0 = ___asn10;
		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, _stringLiteral2971046163, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_1);
	}

IL_0011:
	{
		ASN1_t2114160832 * L_2 = ___asn10;
		NullCheck(L_2);
		uint8_t L_3 = ASN1_get_Tag_m1032367219(L_2, /*hidden argument*/NULL);
		if ((((int32_t)L_3) == ((int32_t)2)))
		{
			goto IL_0028;
		}
	}
	{
		FormatException_t154580423 * L_4 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var);
		FormatException__ctor_m4049685996(L_4, _stringLiteral1968993200, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_4);
	}

IL_0028:
	{
		V_0 = 0;
		V_1 = 0;
		goto IL_0042;
	}

IL_0031:
	{
		int32_t L_5 = V_0;
		ASN1_t2114160832 * L_6 = ___asn10;
		NullCheck(L_6);
		ByteU5BU5D_t4116647657* L_7 = ASN1_get_Value_m1857007406(L_6, /*hidden argument*/NULL);
		int32_t L_8 = V_1;
		NullCheck(L_7);
		int32_t L_9 = L_8;
		uint8_t L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
		V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_5<<(int32_t)8)), (int32_t)L_10));
		int32_t L_11 = V_1;
		V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
	}

IL_0042:
	{
		int32_t L_12 = V_1;
		ASN1_t2114160832 * L_13 = ___asn10;
		NullCheck(L_13);
		ByteU5BU5D_t4116647657* L_14 = ASN1_get_Value_m1857007406(L_13, /*hidden argument*/NULL);
		NullCheck(L_14);
		if ((((int32_t)L_12) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_14)->max_length)))))))
		{
			goto IL_0031;
		}
	}
	{
		int32_t L_15 = V_0;
		return L_15;
	}
}
// System.String Mono.Security.ASN1Convert::ToOid(Mono.Security.ASN1)
extern "C"  String_t* ASN1Convert_ToOid_m1223840396 (RuntimeObject * __this /* static, unused */, ASN1_t2114160832 * ___asn10, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (ASN1Convert_ToOid_m1223840396_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	ByteU5BU5D_t4116647657* V_0 = NULL;
	StringBuilder_t * V_1 = NULL;
	uint8_t V_2 = 0x0;
	uint8_t V_3 = 0x0;
	uint64_t V_4 = 0;
	{
		ASN1_t2114160832 * L_0 = ___asn10;
		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, _stringLiteral2971046163, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_1);
	}

IL_0011:
	{
		ASN1_t2114160832 * L_2 = ___asn10;
		NullCheck(L_2);
		ByteU5BU5D_t4116647657* L_3 = ASN1_get_Value_m1857007406(L_2, /*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;
		ByteU5BU5D_t4116647657* L_5 = V_0;
		NullCheck(L_5);
		int32_t L_6 = 0;
		uint8_t L_7 = (L_5)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
		V_2 = (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_7/(int32_t)((int32_t)40))))));
		ByteU5BU5D_t4116647657* L_8 = V_0;
		NullCheck(L_8);
		int32_t L_9 = 0;
		uint8_t L_10 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
		V_3 = (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_10%(int32_t)((int32_t)40))))));
		uint8_t L_11 = V_2;
		if ((((int32_t)L_11) <= ((int32_t)2)))
		{
			goto IL_0042;
		}
	}
	{
		uint8_t L_12 = V_3;
		uint8_t L_13 = V_2;
		V_3 = (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)2)), (int32_t)((int32_t)40)))))))))));
		V_2 = (uint8_t)2;
	}

IL_0042:
	{
		StringBuilder_t * L_14 = V_1;
		IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var);
		CultureInfo_t4157843068 * L_15 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL);
		String_t* L_16 = Byte_ToString_m2335342258((&V_2), L_15, /*hidden argument*/NULL);
		NullCheck(L_14);
		StringBuilder_Append_m1965104174(L_14, L_16, /*hidden argument*/NULL);
		StringBuilder_t * L_17 = V_1;
		NullCheck(L_17);
		StringBuilder_Append_m1965104174(L_17, _stringLiteral3452614530, /*hidden argument*/NULL);
		StringBuilder_t * L_18 = V_1;
		CultureInfo_t4157843068 * L_19 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL);
		String_t* L_20 = Byte_ToString_m2335342258((&V_3), L_19, /*hidden argument*/NULL);
		NullCheck(L_18);
		StringBuilder_Append_m1965104174(L_18, L_20, /*hidden argument*/NULL);
		V_4 = (((int64_t)((int64_t)0)));
		V_2 = (uint8_t)1;
		goto IL_00c9;
	}

IL_007f:
	{
		uint64_t L_21 = V_4;
		ByteU5BU5D_t4116647657* L_22 = V_0;
		uint8_t L_23 = V_2;
		NullCheck(L_22);
		uint8_t L_24 = L_23;
		uint8_t L_25 = (L_22)->GetAt(static_cast<il2cpp_array_size_t>(L_24));
		V_4 = ((int64_t)((int64_t)((int64_t)((int64_t)L_21<<(int32_t)7))|(int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_25&(int32_t)((int32_t)127))))))))))))));
		ByteU5BU5D_t4116647657* L_26 = V_0;
		uint8_t L_27 = V_2;
		NullCheck(L_26);
		uint8_t L_28 = L_27;
		uint8_t L_29 = (L_26)->GetAt(static_cast<il2cpp_array_size_t>(L_28));
		if ((((int32_t)((int32_t)((int32_t)L_29&(int32_t)((int32_t)128)))) == ((int32_t)((int32_t)128))))
		{
			goto IL_00c4;
		}
	}
	{
		StringBuilder_t * L_30 = V_1;
		NullCheck(L_30);
		StringBuilder_Append_m1965104174(L_30, _stringLiteral3452614530, /*hidden argument*/NULL);
		StringBuilder_t * L_31 = V_1;
		IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var);
		CultureInfo_t4157843068 * L_32 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL);
		String_t* L_33 = UInt64_ToString_m2623377370((&V_4), L_32, /*hidden argument*/NULL);
		NullCheck(L_31);
		StringBuilder_Append_m1965104174(L_31, L_33, /*hidden argument*/NULL);
		V_4 = (((int64_t)((int64_t)0)));
	}

IL_00c4:
	{
		uint8_t L_34 = V_2;
		V_2 = (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)))));
	}

IL_00c9:
	{
		uint8_t L_35 = V_2;
		ByteU5BU5D_t4116647657* L_36 = V_0;
		NullCheck(L_36);
		if ((((int32_t)L_35) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_36)->max_length)))))))
		{
			goto IL_007f;
		}
	}
	{
		StringBuilder_t * L_37 = V_1;
		NullCheck(L_37);
		String_t* L_38 = StringBuilder_ToString_m3317489284(L_37, /*hidden argument*/NULL);
		return L_38;
	}
}
// System.DateTime Mono.Security.ASN1Convert::ToDateTime(Mono.Security.ASN1)
extern "C"  DateTime_t3738529785  ASN1Convert_ToDateTime_m3103388320 (RuntimeObject * __this /* static, unused */, ASN1_t2114160832 * ___time0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (ASN1Convert_ToDateTime_m3103388320_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	String_t* V_0 = NULL;
	String_t* V_1 = NULL;
	int32_t V_2 = 0;
	String_t* V_3 = NULL;
	Il2CppChar V_4 = 0x0;
	int32_t V_5 = 0;
	String_t* G_B13_0 = NULL;
	int32_t G_B16_0 = 0;
	{
		ASN1_t2114160832 * L_0 = ___time0;
		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, _stringLiteral63249541, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_1);
	}

IL_0011:
	{
		IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var);
		Encoding_t1523322056 * L_2 = Encoding_get_ASCII_m3595602635(NULL /*static, unused*/, /*hidden argument*/NULL);
		ASN1_t2114160832 * L_3 = ___time0;
		NullCheck(L_3);
		ByteU5BU5D_t4116647657* L_4 = ASN1_get_Value_m1857007406(L_3, /*hidden argument*/NULL);
		NullCheck(L_2);
		String_t* L_5 = VirtFuncInvoker1< String_t*, ByteU5BU5D_t4116647657* >::Invoke(22 /* System.String System.Text.Encoding::GetString(System.Byte[]) */, L_2, L_4);
		V_0 = L_5;
		V_1 = (String_t*)NULL;
		String_t* L_6 = V_0;
		NullCheck(L_6);
		int32_t L_7 = String_get_Length_m3847582255(L_6, /*hidden argument*/NULL);
		V_5 = L_7;
		int32_t L_8 = V_5;
		switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)((int32_t)11))))
		{
			case 0:
			{
				goto IL_0057;
			}
			case 1:
			{
				goto IL_016b;
			}
			case 2:
			{
				goto IL_0062;
			}
			case 3:
			{
				goto IL_016b;
			}
			case 4:
			{
				goto IL_00a5;
			}
			case 5:
			{
				goto IL_016b;
			}
			case 6:
			{
				goto IL_00b0;
			}
		}
	}
	{
		goto IL_016b;
	}

IL_0057:
	{
		V_1 = _stringLiteral3346400495;
		goto IL_016b;
	}

IL_0062:
	{
		String_t* L_9 = V_0;
		NullCheck(L_9);
		String_t* L_10 = String_Substring_m1610150815(L_9, 0, 2, /*hidden argument*/NULL);
		IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var);
		CultureInfo_t4157843068 * L_11 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL);
		IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var);
		int16_t L_12 = Convert_ToInt16_m3185404879(NULL /*static, unused*/, L_10, L_11, /*hidden argument*/NULL);
		V_2 = L_12;
		int32_t L_13 = V_2;
		if ((((int32_t)L_13) < ((int32_t)((int32_t)50))))
		{
			goto IL_008e;
		}
	}
	{
		String_t* L_14 = V_0;
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_15 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3452024719, L_14, /*hidden argument*/NULL);
		V_0 = L_15;
		goto IL_009a;
	}

IL_008e:
	{
		String_t* L_16 = V_0;
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_17 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3451565966, L_16, /*hidden argument*/NULL);
		V_0 = L_17;
	}

IL_009a:
	{
		V_1 = _stringLiteral924502160;
		goto IL_016b;
	}

IL_00a5:
	{
		V_1 = _stringLiteral924502160;
		goto IL_016b;
	}

IL_00b0:
	{
		String_t* L_18 = V_0;
		NullCheck(L_18);
		String_t* L_19 = String_Substring_m1610150815(L_18, 0, 2, /*hidden argument*/NULL);
		IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var);
		CultureInfo_t4157843068 * L_20 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL);
		IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var);
		int16_t L_21 = Convert_ToInt16_m3185404879(NULL /*static, unused*/, L_19, L_20, /*hidden argument*/NULL);
		V_2 = L_21;
		int32_t L_22 = V_2;
		if ((((int32_t)L_22) < ((int32_t)((int32_t)50))))
		{
			goto IL_00d5;
		}
	}
	{
		G_B13_0 = _stringLiteral3452024719;
		goto IL_00da;
	}

IL_00d5:
	{
		G_B13_0 = _stringLiteral3451565966;
	}

IL_00da:
	{
		V_3 = G_B13_0;
		String_t* L_23 = V_0;
		NullCheck(L_23);
		Il2CppChar L_24 = String_get_Chars_m2986988803(L_23, ((int32_t)12), /*hidden argument*/NULL);
		if ((!(((uint32_t)L_24) == ((uint32_t)((int32_t)43)))))
		{
			goto IL_00f1;
		}
	}
	{
		G_B16_0 = ((int32_t)45);
		goto IL_00f3;
	}

IL_00f1:
	{
		G_B16_0 = ((int32_t)43);
	}

IL_00f3:
	{
		V_4 = G_B16_0;
		ObjectU5BU5D_t2843939325* L_25 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)7));
		String_t* L_26 = V_3;
		NullCheck(L_25);
		ArrayElementTypeCheck (L_25, L_26);
		(L_25)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_26);
		ObjectU5BU5D_t2843939325* L_27 = L_25;
		String_t* L_28 = V_0;
		NullCheck(L_28);
		String_t* L_29 = String_Substring_m1610150815(L_28, 0, ((int32_t)12), /*hidden argument*/NULL);
		NullCheck(L_27);
		ArrayElementTypeCheck (L_27, L_29);
		(L_27)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_29);
		ObjectU5BU5D_t2843939325* L_30 = L_27;
		Il2CppChar L_31 = V_4;
		Il2CppChar L_32 = L_31;
		RuntimeObject * L_33 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_32);
		NullCheck(L_30);
		ArrayElementTypeCheck (L_30, L_33);
		(L_30)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject *)L_33);
		ObjectU5BU5D_t2843939325* L_34 = L_30;
		String_t* L_35 = V_0;
		NullCheck(L_35);
		Il2CppChar L_36 = String_get_Chars_m2986988803(L_35, ((int32_t)13), /*hidden argument*/NULL);
		Il2CppChar L_37 = L_36;
		RuntimeObject * L_38 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_37);
		NullCheck(L_34);
		ArrayElementTypeCheck (L_34, L_38);
		(L_34)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject *)L_38);
		ObjectU5BU5D_t2843939325* L_39 = L_34;
		String_t* L_40 = V_0;
		NullCheck(L_40);
		Il2CppChar L_41 = String_get_Chars_m2986988803(L_40, ((int32_t)14), /*hidden argument*/NULL);
		Il2CppChar L_42 = L_41;
		RuntimeObject * L_43 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_42);
		NullCheck(L_39);
		ArrayElementTypeCheck (L_39, L_43);
		(L_39)->SetAt(static_cast<il2cpp_array_size_t>(4), (RuntimeObject *)L_43);
		ObjectU5BU5D_t2843939325* L_44 = L_39;
		String_t* L_45 = V_0;
		NullCheck(L_45);
		Il2CppChar L_46 = String_get_Chars_m2986988803(L_45, ((int32_t)15), /*hidden argument*/NULL);
		Il2CppChar L_47 = L_46;
		RuntimeObject * L_48 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_47);
		NullCheck(L_44);
		ArrayElementTypeCheck (L_44, L_48);
		(L_44)->SetAt(static_cast<il2cpp_array_size_t>(5), (RuntimeObject *)L_48);
		ObjectU5BU5D_t2843939325* L_49 = L_44;
		String_t* L_50 = V_0;
		NullCheck(L_50);
		Il2CppChar L_51 = String_get_Chars_m2986988803(L_50, ((int32_t)16), /*hidden argument*/NULL);
		Il2CppChar L_52 = L_51;
		RuntimeObject * L_53 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_52);
		NullCheck(L_49);
		ArrayElementTypeCheck (L_49, L_53);
		(L_49)->SetAt(static_cast<il2cpp_array_size_t>(6), (RuntimeObject *)L_53);
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_54 = String_Format_m630303134(NULL /*static, unused*/, _stringLiteral3005829114, L_49, /*hidden argument*/NULL);
		V_0 = L_54;
		V_1 = _stringLiteral587613957;
		goto IL_016b;
	}

IL_016b:
	{
		String_t* L_55 = V_0;
		String_t* L_56 = V_1;
		IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var);
		CultureInfo_t4157843068 * L_57 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL);
		IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var);
		DateTime_t3738529785  L_58 = DateTime_ParseExact_m2711902273(NULL /*static, unused*/, L_55, L_56, L_57, ((int32_t)16), /*hidden argument*/NULL);
		return L_58;
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Byte[] Mono.Security.BitConverterLE::GetUIntBytes(System.Byte*)
extern "C"  ByteU5BU5D_t4116647657* BitConverterLE_GetUIntBytes_m949779219 (RuntimeObject * __this /* static, unused */, uint8_t* ___bytes0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (BitConverterLE_GetUIntBytes_m949779219_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		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_002b;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_1 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)4));
		uint8_t* L_2 = ___bytes0;
		NullCheck(L_1);
		(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint8_t)(*((uint8_t*)L_2)));
		ByteU5BU5D_t4116647657* L_3 = L_1;
		uint8_t* L_4 = ___bytes0;
		NullCheck(L_3);
		(L_3)->SetAt(static_cast<il2cpp_array_size_t>(1), (uint8_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_4, (int32_t)1)))));
		ByteU5BU5D_t4116647657* L_5 = L_3;
		uint8_t* L_6 = ___bytes0;
		NullCheck(L_5);
		(L_5)->SetAt(static_cast<il2cpp_array_size_t>(2), (uint8_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_6, (int32_t)2)))));
		ByteU5BU5D_t4116647657* L_7 = L_5;
		uint8_t* L_8 = ___bytes0;
		NullCheck(L_7);
		(L_7)->SetAt(static_cast<il2cpp_array_size_t>(3), (uint8_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_8, (int32_t)3)))));
		return L_7;
	}

IL_002b:
	{
		ByteU5BU5D_t4116647657* L_9 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)4));
		uint8_t* L_10 = ___bytes0;
		NullCheck(L_9);
		(L_9)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint8_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_10, (int32_t)3)))));
		ByteU5BU5D_t4116647657* L_11 = L_9;
		uint8_t* L_12 = ___bytes0;
		NullCheck(L_11);
		(L_11)->SetAt(static_cast<il2cpp_array_size_t>(1), (uint8_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_12, (int32_t)2)))));
		ByteU5BU5D_t4116647657* L_13 = L_11;
		uint8_t* L_14 = ___bytes0;
		NullCheck(L_13);
		(L_13)->SetAt(static_cast<il2cpp_array_size_t>(2), (uint8_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_14, (int32_t)1)))));
		ByteU5BU5D_t4116647657* L_15 = L_13;
		uint8_t* L_16 = ___bytes0;
		NullCheck(L_15);
		(L_15)->SetAt(static_cast<il2cpp_array_size_t>(3), (uint8_t)(*((uint8_t*)L_16)));
		return L_15;
	}
}
// System.Byte[] Mono.Security.BitConverterLE::GetBytes(System.Int32)
extern "C"  ByteU5BU5D_t4116647657* BitConverterLE_GetBytes_m4130646282 (RuntimeObject * __this /* static, unused */, int32_t ___value0, const RuntimeMethod* method)
{
	{
		ByteU5BU5D_t4116647657* L_0 = BitConverterLE_GetUIntBytes_m949779219(NULL /*static, unused*/, (uint8_t*)(uint8_t*)(&___value0), /*hidden argument*/NULL);
		return L_0;
	}
}
// System.Void Mono.Security.BitConverterLE::UShortFromBytes(System.Byte*,System.Byte[],System.Int32)
extern "C"  void BitConverterLE_UShortFromBytes_m1253080092 (RuntimeObject * __this /* static, unused */, uint8_t* ___dst0, ByteU5BU5D_t4116647657* ___src1, int32_t ___startIndex2, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (BitConverterLE_UShortFromBytes_m1253080092_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		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_001d;
		}
	}
	{
		uint8_t* L_1 = ___dst0;
		ByteU5BU5D_t4116647657* L_2 = ___src1;
		int32_t L_3 = ___startIndex2;
		NullCheck(L_2);
		int32_t L_4 = L_3;
		uint8_t L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
		*((int8_t*)(L_1)) = (int8_t)L_5;
		uint8_t* L_6 = ___dst0;
		ByteU5BU5D_t4116647657* L_7 = ___src1;
		int32_t L_8 = ___startIndex2;
		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));
		*((int8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_6, (int32_t)1)))) = (int8_t)L_10;
		goto IL_002b;
	}

IL_001d:
	{
		uint8_t* L_11 = ___dst0;
		ByteU5BU5D_t4116647657* L_12 = ___src1;
		int32_t L_13 = ___startIndex2;
		NullCheck(L_12);
		int32_t L_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1));
		uint8_t L_15 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
		*((int8_t*)(L_11)) = (int8_t)L_15;
		uint8_t* L_16 = ___dst0;
		ByteU5BU5D_t4116647657* L_17 = ___src1;
		int32_t L_18 = ___startIndex2;
		NullCheck(L_17);
		int32_t L_19 = L_18;
		uint8_t L_20 = (L_17)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
		*((int8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_16, (int32_t)1)))) = (int8_t)L_20;
	}

IL_002b:
	{
		return;
	}
}
// System.Void Mono.Security.BitConverterLE::UIntFromBytes(System.Byte*,System.Byte[],System.Int32)
extern "C"  void BitConverterLE_UIntFromBytes_m3974925535 (RuntimeObject * __this /* static, unused */, uint8_t* ___dst0, ByteU5BU5D_t4116647657* ___src1, int32_t ___startIndex2, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (BitConverterLE_UIntFromBytes_m3974925535_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		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_002f;
		}
	}
	{
		uint8_t* L_1 = ___dst0;
		ByteU5BU5D_t4116647657* L_2 = ___src1;
		int32_t L_3 = ___startIndex2;
		NullCheck(L_2);
		int32_t L_4 = L_3;
		uint8_t L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
		*((int8_t*)(L_1)) = (int8_t)L_5;
		uint8_t* L_6 = ___dst0;
		ByteU5BU5D_t4116647657* L_7 = ___src1;
		int32_t L_8 = ___startIndex2;
		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));
		*((int8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_6, (int32_t)1)))) = (int8_t)L_10;
		uint8_t* L_11 = ___dst0;
		ByteU5BU5D_t4116647657* L_12 = ___src1;
		int32_t L_13 = ___startIndex2;
		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));
		*((int8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_11, (int32_t)2)))) = (int8_t)L_15;
		uint8_t* L_16 = ___dst0;
		ByteU5BU5D_t4116647657* L_17 = ___src1;
		int32_t L_18 = ___startIndex2;
		NullCheck(L_17);
		int32_t L_19 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)3));
		uint8_t L_20 = (L_17)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
		*((int8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_16, (int32_t)3)))) = (int8_t)L_20;
		goto IL_004f;
	}

IL_002f:
	{
		uint8_t* L_21 = ___dst0;
		ByteU5BU5D_t4116647657* L_22 = ___src1;
		int32_t L_23 = ___startIndex2;
		NullCheck(L_22);
		int32_t L_24 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)3));
		uint8_t L_25 = (L_22)->GetAt(static_cast<il2cpp_array_size_t>(L_24));
		*((int8_t*)(L_21)) = (int8_t)L_25;
		uint8_t* L_26 = ___dst0;
		ByteU5BU5D_t4116647657* L_27 = ___src1;
		int32_t L_28 = ___startIndex2;
		NullCheck(L_27);
		int32_t L_29 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)2));
		uint8_t L_30 = (L_27)->GetAt(static_cast<il2cpp_array_size_t>(L_29));
		*((int8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_26, (int32_t)1)))) = (int8_t)L_30;
		uint8_t* L_31 = ___dst0;
		ByteU5BU5D_t4116647657* L_32 = ___src1;
		int32_t L_33 = ___startIndex2;
		NullCheck(L_32);
		int32_t L_34 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1));
		uint8_t L_35 = (L_32)->GetAt(static_cast<il2cpp_array_size_t>(L_34));
		*((int8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_31, (int32_t)2)))) = (int8_t)L_35;
		uint8_t* L_36 = ___dst0;
		ByteU5BU5D_t4116647657* L_37 = ___src1;
		int32_t L_38 = ___startIndex2;
		NullCheck(L_37);
		int32_t L_39 = L_38;
		uint8_t L_40 = (L_37)->GetAt(static_cast<il2cpp_array_size_t>(L_39));
		*((int8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_36, (int32_t)3)))) = (int8_t)L_40;
	}

IL_004f:
	{
		return;
	}
}
// System.Void Mono.Security.BitConverterLE::ULongFromBytes(System.Byte*,System.Byte[],System.Int32)
extern "C"  void BitConverterLE_ULongFromBytes_m1677445591 (RuntimeObject * __this /* static, unused */, uint8_t* ___dst0, ByteU5BU5D_t4116647657* ___src1, int32_t ___startIndex2, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (BitConverterLE_ULongFromBytes_m1677445591_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	int32_t V_1 = 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_002a;
		}
	}
	{
		V_0 = 0;
		goto IL_001e;
	}

IL_0011:
	{
		uint8_t* L_1 = ___dst0;
		int32_t L_2 = V_0;
		ByteU5BU5D_t4116647657* L_3 = ___src1;
		int32_t L_4 = ___startIndex2;
		int32_t L_5 = V_0;
		NullCheck(L_3);
		int32_t L_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_5));
		uint8_t L_7 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
		*((int8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_1, (int32_t)L_2)))) = (int8_t)L_7;
		int32_t L_8 = V_0;
		V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1));
	}

IL_001e:
	{
		int32_t L_9 = V_0;
		if ((((int32_t)L_9) < ((int32_t)8)))
		{
			goto IL_0011;
		}
	}
	{
		goto IL_0047;
	}

IL_002a:
	{
		V_1 = 0;
		goto IL_0040;
	}

IL_0031:
	{
		uint8_t* L_10 = ___dst0;
		int32_t L_11 = V_1;
		ByteU5BU5D_t4116647657* L_12 = ___src1;
		int32_t L_13 = ___startIndex2;
		int32_t L_14 = V_1;
		NullCheck(L_12);
		int32_t L_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)7, (int32_t)L_14))));
		uint8_t L_16 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
		*((int8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_10, (int32_t)L_11)))) = (int8_t)L_16;
		int32_t L_17 = V_1;
		V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1));
	}

IL_0040:
	{
		int32_t L_18 = V_1;
		if ((((int32_t)L_18) < ((int32_t)8)))
		{
			goto IL_0031;
		}
	}

IL_0047:
	{
		return;
	}
}
// System.Int16 Mono.Security.BitConverterLE::ToInt16(System.Byte[],System.Int32)
extern "C"  int16_t BitConverterLE_ToInt16_m1855092160 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___value0, int32_t ___startIndex1, const RuntimeMethod* method)
{
	int16_t V_0 = 0;
	{
		ByteU5BU5D_t4116647657* L_0 = ___value0;
		int32_t L_1 = ___startIndex1;
		BitConverterLE_UShortFromBytes_m1253080092(NULL /*static, unused*/, (uint8_t*)(uint8_t*)(&V_0), L_0, L_1, /*hidden argument*/NULL);
		int16_t L_2 = V_0;
		return L_2;
	}
}
// System.Int32 Mono.Security.BitConverterLE::ToInt32(System.Byte[],System.Int32)
extern "C"  int32_t BitConverterLE_ToInt32_m1510163321 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___value0, int32_t ___startIndex1, const RuntimeMethod* method)
{
	int32_t V_0 = 0;
	{
		ByteU5BU5D_t4116647657* L_0 = ___value0;
		int32_t L_1 = ___startIndex1;
		BitConverterLE_UIntFromBytes_m3974925535(NULL /*static, unused*/, (uint8_t*)(uint8_t*)(&V_0), L_0, L_1, /*hidden argument*/NULL);
		int32_t L_2 = V_0;
		return L_2;
	}
}
// System.Single Mono.Security.BitConverterLE::ToSingle(System.Byte[],System.Int32)
extern "C"  float BitConverterLE_ToSingle_m1153793442 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___value0, int32_t ___startIndex1, const RuntimeMethod* method)
{
	float V_0 = 0.0f;
	{
		ByteU5BU5D_t4116647657* L_0 = ___value0;
		int32_t L_1 = ___startIndex1;
		BitConverterLE_UIntFromBytes_m3974925535(NULL /*static, unused*/, (uint8_t*)(uint8_t*)(&V_0), L_0, L_1, /*hidden argument*/NULL);
		float L_2 = V_0;
		return L_2;
	}
}
// System.Double Mono.Security.BitConverterLE::ToDouble(System.Byte[],System.Int32)
extern "C"  double BitConverterLE_ToDouble_m1601000678 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___value0, int32_t ___startIndex1, const RuntimeMethod* method)
{
	double V_0 = 0.0;
	{
		ByteU5BU5D_t4116647657* L_0 = ___value0;
		int32_t L_1 = ___startIndex1;
		BitConverterLE_ULongFromBytes_m1677445591(NULL /*static, unused*/, (uint8_t*)(uint8_t*)(&V_0), L_0, L_1, /*hidden argument*/NULL);
		double L_2 = V_0;
		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 Mono.Security.Cryptography.BlockProcessor::.ctor(System.Security.Cryptography.ICryptoTransform,System.Int32)
extern "C"  void BlockProcessor__ctor_m649794031 (BlockProcessor_t1851031225 * __this, RuntimeObject* ___transform0, int32_t ___blockSize1, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (BlockProcessor__ctor_m649794031_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		Object__ctor_m297566312(__this, /*hidden argument*/NULL);
		RuntimeObject* L_0 = ___transform0;
		__this->set_transform_0(L_0);
		int32_t L_1 = ___blockSize1;
		__this->set_blockSize_2(L_1);
		int32_t L_2 = ___blockSize1;
		__this->set_block_1(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_2)));
		return;
	}
}
// System.Void Mono.Security.Cryptography.BlockProcessor::Finalize()
extern "C"  void BlockProcessor_Finalize_m3954108481 (BlockProcessor_t1851031225 * __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)
		ByteU5BU5D_t4116647657* L_0 = __this->get_block_1();
		int32_t L_1 = __this->get_blockSize_2();
		Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_0, 0, L_1, /*hidden argument*/NULL);
		IL2CPP_LEAVE(0x1E, FINALLY_0017);
	} // end try (depth: 1)
	catch(Il2CppExceptionWrapper& e)
	{
		__last_unhandled_exception = (Exception_t *)e.ex;
		goto FINALLY_0017;
	}

FINALLY_0017:
	{ // begin finally (depth: 1)
		Object_Finalize_m3076187857(__this, /*hidden argument*/NULL);
		IL2CPP_END_FINALLY(23)
	} // end finally (depth: 1)
	IL2CPP_CLEANUP(23)
	{
		IL2CPP_JUMP_TBL(0x1E, IL_001e)
		IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
	}

IL_001e:
	{
		return;
	}
}
// System.Void Mono.Security.Cryptography.BlockProcessor::Initialize()
extern "C"  void BlockProcessor_Initialize_m2263257456 (BlockProcessor_t1851031225 * __this, const RuntimeMethod* method)
{
	{
		ByteU5BU5D_t4116647657* L_0 = __this->get_block_1();
		int32_t L_1 = __this->get_blockSize_2();
		Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_0, 0, L_1, /*hidden argument*/NULL);
		__this->set_blockCount_3(0);
		return;
	}
}
// System.Void Mono.Security.Cryptography.BlockProcessor::Core(System.Byte[])
extern "C"  void BlockProcessor_Core_m189015002 (BlockProcessor_t1851031225 * __this, ByteU5BU5D_t4116647657* ___rgb0, const RuntimeMethod* method)
{
	{
		ByteU5BU5D_t4116647657* L_0 = ___rgb0;
		ByteU5BU5D_t4116647657* L_1 = ___rgb0;
		NullCheck(L_1);
		BlockProcessor_Core_m2138791525(__this, L_0, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length)))), /*hidden argument*/NULL);
		return;
	}
}
// System.Void Mono.Security.Cryptography.BlockProcessor::Core(System.Byte[],System.Int32,System.Int32)
extern "C"  void BlockProcessor_Core_m2138791525 (BlockProcessor_t1851031225 * __this, ByteU5BU5D_t4116647657* ___rgb0, int32_t ___ib1, int32_t ___cb2, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (BlockProcessor_Core_m2138791525_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_blockSize_2();
		int32_t L_1 = __this->get_blockCount_3();
		int32_t L_2 = ___cb2;
		int32_t L_3 = Math_Min_m3468062251(NULL /*static, unused*/, ((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)L_1)), L_2, /*hidden argument*/NULL);
		V_0 = L_3;
		ByteU5BU5D_t4116647657* L_4 = ___rgb0;
		int32_t L_5 = ___ib1;
		ByteU5BU5D_t4116647657* L_6 = __this->get_block_1();
		int32_t L_7 = __this->get_blockCount_3();
		int32_t L_8 = V_0;
		Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_4, L_5, (RuntimeArray *)(RuntimeArray *)L_6, L_7, L_8, /*hidden argument*/NULL);
		int32_t L_9 = __this->get_blockCount_3();
		int32_t L_10 = V_0;
		__this->set_blockCount_3(((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)L_10)));
		int32_t L_11 = __this->get_blockCount_3();
		int32_t L_12 = __this->get_blockSize_2();
		if ((!(((uint32_t)L_11) == ((uint32_t)L_12))))
		{
			goto IL_00d5;
		}
	}
	{
		RuntimeObject* L_13 = __this->get_transform_0();
		ByteU5BU5D_t4116647657* L_14 = __this->get_block_1();
		int32_t L_15 = __this->get_blockSize_2();
		ByteU5BU5D_t4116647657* L_16 = __this->get_block_1();
		NullCheck(L_13);
		InterfaceFuncInvoker5< int32_t, ByteU5BU5D_t4116647657*, int32_t, int32_t, ByteU5BU5D_t4116647657*, int32_t >::Invoke(1 /* System.Int32 System.Security.Cryptography.ICryptoTransform::TransformBlock(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) */, ICryptoTransform_t2733259762_il2cpp_TypeInfo_var, L_13, L_14, 0, L_15, L_16, 0);
		int32_t L_17 = ___cb2;
		int32_t L_18 = V_0;
		int32_t L_19 = __this->get_blockSize_2();
		V_1 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)L_18))/(int32_t)L_19));
		V_2 = 0;
		goto IL_00a3;
	}

IL_0079:
	{
		RuntimeObject* L_20 = __this->get_transform_0();
		ByteU5BU5D_t4116647657* L_21 = ___rgb0;
		int32_t L_22 = V_0;
		int32_t L_23 = ___ib1;
		int32_t L_24 = __this->get_blockSize_2();
		ByteU5BU5D_t4116647657* L_25 = __this->get_block_1();
		NullCheck(L_20);
		InterfaceFuncInvoker5< int32_t, ByteU5BU5D_t4116647657*, int32_t, int32_t, ByteU5BU5D_t4116647657*, int32_t >::Invoke(1 /* System.Int32 System.Security.Cryptography.ICryptoTransform::TransformBlock(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) */, ICryptoTransform_t2733259762_il2cpp_TypeInfo_var, L_20, L_21, ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)L_23)), L_24, L_25, 0);
		int32_t L_26 = V_0;
		int32_t L_27 = __this->get_blockSize_2();
		V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)L_27));
		int32_t L_28 = V_2;
		V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1));
	}

IL_00a3:
	{
		int32_t L_29 = V_2;
		int32_t L_30 = V_1;
		if ((((int32_t)L_29) < ((int32_t)L_30)))
		{
			goto IL_0079;
		}
	}
	{
		int32_t L_31 = ___cb2;
		int32_t L_32 = V_0;
		__this->set_blockCount_3(((int32_t)il2cpp_codegen_subtract((int32_t)L_31, (int32_t)L_32)));
		int32_t L_33 = __this->get_blockCount_3();
		if ((((int32_t)L_33) <= ((int32_t)0)))
		{
			goto IL_00d5;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_34 = ___rgb0;
		int32_t L_35 = V_0;
		int32_t L_36 = ___ib1;
		ByteU5BU5D_t4116647657* L_37 = __this->get_block_1();
		int32_t L_38 = __this->get_blockCount_3();
		Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_34, ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)L_36)), (RuntimeArray *)(RuntimeArray *)L_37, 0, L_38, /*hidden argument*/NULL);
	}

IL_00d5:
	{
		return;
	}
}
// System.Byte[] Mono.Security.Cryptography.BlockProcessor::Final()
extern "C"  ByteU5BU5D_t4116647657* BlockProcessor_Final_m3350443194 (BlockProcessor_t1851031225 * __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (BlockProcessor_Final_m3350443194_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		RuntimeObject* L_0 = __this->get_transform_0();
		ByteU5BU5D_t4116647657* L_1 = __this->get_block_1();
		int32_t L_2 = __this->get_blockCount_3();
		NullCheck(L_0);
		ByteU5BU5D_t4116647657* L_3 = InterfaceFuncInvoker3< ByteU5BU5D_t4116647657*, ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(2 /* System.Byte[] System.Security.Cryptography.ICryptoTransform::TransformFinalBlock(System.Byte[],System.Int32,System.Int32) */, ICryptoTransform_t2733259762_il2cpp_TypeInfo_var, L_0, L_1, 0, L_2);
		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.Int32 Mono.Security.Cryptography.CryptoConvert::ToInt32LE(System.Byte[],System.Int32)
extern "C"  int32_t CryptoConvert_ToInt32LE_m3340980429 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___bytes0, int32_t ___offset1, const RuntimeMethod* method)
{
	{
		ByteU5BU5D_t4116647657* L_0 = ___bytes0;
		int32_t L_1 = ___offset1;
		NullCheck(L_0);
		int32_t L_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)3));
		uint8_t L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
		ByteU5BU5D_t4116647657* L_4 = ___bytes0;
		int32_t L_5 = ___offset1;
		NullCheck(L_4);
		int32_t L_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)2));
		uint8_t L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
		ByteU5BU5D_t4116647657* L_8 = ___bytes0;
		int32_t L_9 = ___offset1;
		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 = ___bytes0;
		int32_t L_13 = ___offset1;
		NullCheck(L_12);
		int32_t L_14 = L_13;
		uint8_t L_15 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
		return ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_3<<(int32_t)((int32_t)24)))|(int32_t)((int32_t)((int32_t)L_7<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_11<<(int32_t)8))))|(int32_t)L_15));
	}
}
// System.UInt32 Mono.Security.Cryptography.CryptoConvert::ToUInt32LE(System.Byte[],System.Int32)
extern "C"  uint32_t CryptoConvert_ToUInt32LE_m1043410428 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___bytes0, int32_t ___offset1, const RuntimeMethod* method)
{
	{
		ByteU5BU5D_t4116647657* L_0 = ___bytes0;
		int32_t L_1 = ___offset1;
		NullCheck(L_0);
		int32_t L_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)3));
		uint8_t L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
		ByteU5BU5D_t4116647657* L_4 = ___bytes0;
		int32_t L_5 = ___offset1;
		NullCheck(L_4);
		int32_t L_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)2));
		uint8_t L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
		ByteU5BU5D_t4116647657* L_8 = ___bytes0;
		int32_t L_9 = ___offset1;
		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 = ___bytes0;
		int32_t L_13 = ___offset1;
		NullCheck(L_12);
		int32_t L_14 = L_13;
		uint8_t L_15 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
		return ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_3<<(int32_t)((int32_t)24)))|(int32_t)((int32_t)((int32_t)L_7<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_11<<(int32_t)8))))|(int32_t)L_15));
	}
}
// System.Byte[] Mono.Security.Cryptography.CryptoConvert::GetBytesLE(System.Int32)
extern "C"  ByteU5BU5D_t4116647657* CryptoConvert_GetBytesLE_m3076458968 (RuntimeObject * __this /* static, unused */, int32_t ___val0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (CryptoConvert_GetBytesLE_m3076458968_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		ByteU5BU5D_t4116647657* L_0 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)4));
		int32_t L_1 = ___val0;
		NullCheck(L_0);
		(L_0)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_1&(int32_t)((int32_t)255)))))));
		ByteU5BU5D_t4116647657* L_2 = L_0;
		int32_t L_3 = ___val0;
		NullCheck(L_2);
		(L_2)->SetAt(static_cast<il2cpp_array_size_t>(1), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((int32_t)L_3>>(int32_t)8))&(int32_t)((int32_t)255)))))));
		ByteU5BU5D_t4116647657* L_4 = L_2;
		int32_t L_5 = ___val0;
		NullCheck(L_4);
		(L_4)->SetAt(static_cast<il2cpp_array_size_t>(2), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((int32_t)L_5>>(int32_t)((int32_t)16)))&(int32_t)((int32_t)255)))))));
		ByteU5BU5D_t4116647657* L_6 = L_4;
		int32_t L_7 = ___val0;
		NullCheck(L_6);
		(L_6)->SetAt(static_cast<il2cpp_array_size_t>(3), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((int32_t)L_7>>(int32_t)((int32_t)24)))&(int32_t)((int32_t)255)))))));
		return L_6;
	}
}
// System.Byte[] Mono.Security.Cryptography.CryptoConvert::ToCapiPrivateKeyBlob(System.Security.Cryptography.RSA)
extern "C"  ByteU5BU5D_t4116647657* CryptoConvert_ToCapiPrivateKeyBlob_m2502515575 (RuntimeObject * __this /* static, unused */, RSA_t2385438082 * ___rsa0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (CryptoConvert_ToCapiPrivateKeyBlob_m2502515575_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	RSAParameters_t1728406613  V_0;
	memset(&V_0, 0, sizeof(V_0));
	int32_t V_1 = 0;
	ByteU5BU5D_t4116647657* V_2 = NULL;
	ByteU5BU5D_t4116647657* V_3 = NULL;
	int32_t V_4 = 0;
	int32_t V_5 = 0;
	ByteU5BU5D_t4116647657* V_6 = NULL;
	int32_t V_7 = 0;
	{
		RSA_t2385438082 * L_0 = ___rsa0;
		NullCheck(L_0);
		RSAParameters_t1728406613  L_1 = VirtFuncInvoker1< RSAParameters_t1728406613 , bool >::Invoke(12 /* System.Security.Cryptography.RSAParameters System.Security.Cryptography.RSA::ExportParameters(System.Boolean) */, L_0, (bool)1);
		V_0 = L_1;
		ByteU5BU5D_t4116647657* L_2 = (&V_0)->get_Modulus_6();
		NullCheck(L_2);
		V_1 = (((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))));
		int32_t L_3 = V_1;
		int32_t L_4 = 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)((int32_t)20), (int32_t)((int32_t)((int32_t)L_3<<(int32_t)2)))), (int32_t)((int32_t)((int32_t)L_4>>(int32_t)1))))));
		ByteU5BU5D_t4116647657* L_5 = V_2;
		NullCheck(L_5);
		(L_5)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint8_t)7);
		ByteU5BU5D_t4116647657* L_6 = V_2;
		NullCheck(L_6);
		(L_6)->SetAt(static_cast<il2cpp_array_size_t>(1), (uint8_t)2);
		ByteU5BU5D_t4116647657* L_7 = V_2;
		NullCheck(L_7);
		(L_7)->SetAt(static_cast<il2cpp_array_size_t>(5), (uint8_t)((int32_t)36));
		ByteU5BU5D_t4116647657* L_8 = V_2;
		NullCheck(L_8);
		(L_8)->SetAt(static_cast<il2cpp_array_size_t>(8), (uint8_t)((int32_t)82));
		ByteU5BU5D_t4116647657* L_9 = V_2;
		NullCheck(L_9);
		(L_9)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)9)), (uint8_t)((int32_t)83));
		ByteU5BU5D_t4116647657* L_10 = V_2;
		NullCheck(L_10);
		(L_10)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)10)), (uint8_t)((int32_t)65));
		ByteU5BU5D_t4116647657* L_11 = V_2;
		NullCheck(L_11);
		(L_11)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)11)), (uint8_t)((int32_t)50));
		int32_t L_12 = V_1;
		ByteU5BU5D_t4116647657* L_13 = CryptoConvert_GetBytesLE_m3076458968(NULL /*static, unused*/, ((int32_t)((int32_t)L_12<<(int32_t)3)), /*hidden argument*/NULL);
		V_3 = L_13;
		ByteU5BU5D_t4116647657* L_14 = V_2;
		ByteU5BU5D_t4116647657* L_15 = V_3;
		NullCheck(L_15);
		int32_t L_16 = 0;
		uint8_t L_17 = (L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
		NullCheck(L_14);
		(L_14)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)12)), (uint8_t)L_17);
		ByteU5BU5D_t4116647657* L_18 = V_2;
		ByteU5BU5D_t4116647657* L_19 = V_3;
		NullCheck(L_19);
		int32_t L_20 = 1;
		uint8_t L_21 = (L_19)->GetAt(static_cast<il2cpp_array_size_t>(L_20));
		NullCheck(L_18);
		(L_18)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)13)), (uint8_t)L_21);
		ByteU5BU5D_t4116647657* L_22 = V_2;
		ByteU5BU5D_t4116647657* L_23 = V_3;
		NullCheck(L_23);
		int32_t L_24 = 2;
		uint8_t L_25 = (L_23)->GetAt(static_cast<il2cpp_array_size_t>(L_24));
		NullCheck(L_22);
		(L_22)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)14)), (uint8_t)L_25);
		ByteU5BU5D_t4116647657* L_26 = V_2;
		ByteU5BU5D_t4116647657* L_27 = V_3;
		NullCheck(L_27);
		int32_t L_28 = 3;
		uint8_t L_29 = (L_27)->GetAt(static_cast<il2cpp_array_size_t>(L_28));
		NullCheck(L_26);
		(L_26)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)15)), (uint8_t)L_29);
		V_4 = ((int32_t)16);
		ByteU5BU5D_t4116647657* L_30 = (&V_0)->get_Exponent_7();
		NullCheck(L_30);
		V_5 = (((int32_t)((int32_t)(((RuntimeArray *)L_30)->max_length))));
		goto IL_0097;
	}

IL_007f:
	{
		ByteU5BU5D_t4116647657* L_31 = V_2;
		int32_t L_32 = V_4;
		int32_t L_33 = L_32;
		V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1));
		ByteU5BU5D_t4116647657* L_34 = (&V_0)->get_Exponent_7();
		int32_t L_35 = V_5;
		int32_t L_36 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_35, (int32_t)1));
		V_5 = L_36;
		NullCheck(L_34);
		int32_t L_37 = L_36;
		uint8_t L_38 = (L_34)->GetAt(static_cast<il2cpp_array_size_t>(L_37));
		NullCheck(L_31);
		(L_31)->SetAt(static_cast<il2cpp_array_size_t>(L_33), (uint8_t)L_38);
	}

IL_0097:
	{
		int32_t L_39 = V_5;
		if ((((int32_t)L_39) > ((int32_t)0)))
		{
			goto IL_007f;
		}
	}
	{
		V_4 = ((int32_t)20);
		ByteU5BU5D_t4116647657* L_40 = (&V_0)->get_Modulus_6();
		V_6 = L_40;
		ByteU5BU5D_t4116647657* L_41 = V_6;
		NullCheck(L_41);
		V_7 = (((int32_t)((int32_t)(((RuntimeArray *)L_41)->max_length))));
		ByteU5BU5D_t4116647657* L_42 = V_6;
		int32_t L_43 = V_7;
		Array_Reverse_m816310962(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_42, 0, L_43, /*hidden argument*/NULL);
		ByteU5BU5D_t4116647657* L_44 = V_6;
		ByteU5BU5D_t4116647657* L_45 = V_2;
		int32_t L_46 = V_4;
		int32_t L_47 = V_7;
		Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_44, 0, (RuntimeArray *)(RuntimeArray *)L_45, L_46, L_47, /*hidden argument*/NULL);
		int32_t L_48 = V_4;
		int32_t L_49 = V_7;
		V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)L_49));
		ByteU5BU5D_t4116647657* L_50 = (&V_0)->get_P_0();
		V_6 = L_50;
		ByteU5BU5D_t4116647657* L_51 = V_6;
		NullCheck(L_51);
		V_7 = (((int32_t)((int32_t)(((RuntimeArray *)L_51)->max_length))));
		ByteU5BU5D_t4116647657* L_52 = V_6;
		int32_t L_53 = V_7;
		Array_Reverse_m816310962(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_52, 0, L_53, /*hidden argument*/NULL);
		ByteU5BU5D_t4116647657* L_54 = V_6;
		ByteU5BU5D_t4116647657* L_55 = V_2;
		int32_t L_56 = V_4;
		int32_t L_57 = V_7;
		Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_54, 0, (RuntimeArray *)(RuntimeArray *)L_55, L_56, L_57, /*hidden argument*/NULL);
		int32_t L_58 = V_4;
		int32_t L_59 = V_7;
		V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)L_59));
		ByteU5BU5D_t4116647657* L_60 = (&V_0)->get_Q_1();
		V_6 = L_60;
		ByteU5BU5D_t4116647657* L_61 = V_6;
		NullCheck(L_61);
		V_7 = (((int32_t)((int32_t)(((RuntimeArray *)L_61)->max_length))));
		ByteU5BU5D_t4116647657* L_62 = V_6;
		int32_t L_63 = V_7;
		Array_Reverse_m816310962(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_62, 0, L_63, /*hidden argument*/NULL);
		ByteU5BU5D_t4116647657* L_64 = V_6;
		ByteU5BU5D_t4116647657* L_65 = V_2;
		int32_t L_66 = V_4;
		int32_t L_67 = V_7;
		Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_64, 0, (RuntimeArray *)(RuntimeArray *)L_65, L_66, L_67, /*hidden argument*/NULL);
		int32_t L_68 = V_4;
		int32_t L_69 = V_7;
		V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_68, (int32_t)L_69));
		ByteU5BU5D_t4116647657* L_70 = (&V_0)->get_DP_3();
		V_6 = L_70;
		ByteU5BU5D_t4116647657* L_71 = V_6;
		NullCheck(L_71);
		V_7 = (((int32_t)((int32_t)(((RuntimeArray *)L_71)->max_length))));
		ByteU5BU5D_t4116647657* L_72 = V_6;
		int32_t L_73 = V_7;
		Array_Reverse_m816310962(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_72, 0, L_73, /*hidden argument*/NULL);
		ByteU5BU5D_t4116647657* L_74 = V_6;
		ByteU5BU5D_t4116647657* L_75 = V_2;
		int32_t L_76 = V_4;
		int32_t L_77 = V_7;
		Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_74, 0, (RuntimeArray *)(RuntimeArray *)L_75, L_76, L_77, /*hidden argument*/NULL);
		int32_t L_78 = V_4;
		int32_t L_79 = V_7;
		V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_78, (int32_t)L_79));
		ByteU5BU5D_t4116647657* L_80 = (&V_0)->get_DQ_4();
		V_6 = L_80;
		ByteU5BU5D_t4116647657* L_81 = V_6;
		NullCheck(L_81);
		V_7 = (((int32_t)((int32_t)(((RuntimeArray *)L_81)->max_length))));
		ByteU5BU5D_t4116647657* L_82 = V_6;
		int32_t L_83 = V_7;
		Array_Reverse_m816310962(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_82, 0, L_83, /*hidden argument*/NULL);
		ByteU5BU5D_t4116647657* L_84 = V_6;
		ByteU5BU5D_t4116647657* L_85 = V_2;
		int32_t L_86 = V_4;
		int32_t L_87 = V_7;
		Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_84, 0, (RuntimeArray *)(RuntimeArray *)L_85, L_86, L_87, /*hidden argument*/NULL);
		int32_t L_88 = V_4;
		int32_t L_89 = V_7;
		V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_88, (int32_t)L_89));
		ByteU5BU5D_t4116647657* L_90 = (&V_0)->get_InverseQ_5();
		V_6 = L_90;
		ByteU5BU5D_t4116647657* L_91 = V_6;
		NullCheck(L_91);
		V_7 = (((int32_t)((int32_t)(((RuntimeArray *)L_91)->max_length))));
		ByteU5BU5D_t4116647657* L_92 = V_6;
		int32_t L_93 = V_7;
		Array_Reverse_m816310962(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_92, 0, L_93, /*hidden argument*/NULL);
		ByteU5BU5D_t4116647657* L_94 = V_6;
		ByteU5BU5D_t4116647657* L_95 = V_2;
		int32_t L_96 = V_4;
		int32_t L_97 = V_7;
		Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_94, 0, (RuntimeArray *)(RuntimeArray *)L_95, L_96, L_97, /*hidden argument*/NULL);
		int32_t L_98 = V_4;
		int32_t L_99 = V_7;
		V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_98, (int32_t)L_99));
		ByteU5BU5D_t4116647657* L_100 = (&V_0)->get_D_2();
		V_6 = L_100;
		ByteU5BU5D_t4116647657* L_101 = V_6;
		NullCheck(L_101);
		V_7 = (((int32_t)((int32_t)(((RuntimeArray *)L_101)->max_length))));
		ByteU5BU5D_t4116647657* L_102 = V_6;
		int32_t L_103 = V_7;
		Array_Reverse_m816310962(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_102, 0, L_103, /*hidden argument*/NULL);
		ByteU5BU5D_t4116647657* L_104 = V_6;
		ByteU5BU5D_t4116647657* L_105 = V_2;
		int32_t L_106 = V_4;
		int32_t L_107 = V_7;
		Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_104, 0, (RuntimeArray *)(RuntimeArray *)L_105, L_106, L_107, /*hidden argument*/NULL);
		ByteU5BU5D_t4116647657* L_108 = V_2;
		return L_108;
	}
}
// System.Security.Cryptography.RSA Mono.Security.Cryptography.CryptoConvert::FromCapiPublicKeyBlob(System.Byte[])
extern "C"  RSA_t2385438082 * CryptoConvert_FromCapiPublicKeyBlob_m184006806 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___blob0, const RuntimeMethod* method)
{
	{
		ByteU5BU5D_t4116647657* L_0 = ___blob0;
		RSA_t2385438082 * L_1 = CryptoConvert_FromCapiPublicKeyBlob_m4073029974(NULL /*static, unused*/, L_0, 0, /*hidden argument*/NULL);
		return L_1;
	}
}
// System.Security.Cryptography.RSA Mono.Security.Cryptography.CryptoConvert::FromCapiPublicKeyBlob(System.Byte[],System.Int32)
extern "C"  RSA_t2385438082 * CryptoConvert_FromCapiPublicKeyBlob_m4073029974 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___blob0, int32_t ___offset1, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (CryptoConvert_FromCapiPublicKeyBlob_m4073029974_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	RSAParameters_t1728406613  V_1;
	memset(&V_1, 0, sizeof(V_1));
	int32_t V_2 = 0;
	int32_t V_3 = 0;
	RSA_t2385438082 * V_4 = NULL;
	Exception_t * V_5 = NULL;
	RSA_t2385438082 * V_6 = NULL;
	Exception_t * __last_unhandled_exception = 0;
	NO_UNUSED_WARNING (__last_unhandled_exception);
	Exception_t * __exception_local = 0;
	NO_UNUSED_WARNING (__exception_local);
	int32_t __leave_target = 0;
	NO_UNUSED_WARNING (__leave_target);
	{
		ByteU5BU5D_t4116647657* L_0 = ___blob0;
		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, _stringLiteral3946841517, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_1);
	}

IL_0011:
	{
		int32_t L_2 = ___offset1;
		ByteU5BU5D_t4116647657* L_3 = ___blob0;
		NullCheck(L_3);
		if ((((int32_t)L_2) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length)))))))
		{
			goto IL_0025;
		}
	}
	{
		ArgumentException_t132251570 * L_4 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var);
		ArgumentException__ctor_m1312628991(L_4, _stringLiteral563586000, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_4);
	}

IL_0025:
	try
	{ // begin try (depth: 1)
		{
			ByteU5BU5D_t4116647657* L_5 = ___blob0;
			int32_t L_6 = ___offset1;
			NullCheck(L_5);
			int32_t L_7 = L_6;
			uint8_t L_8 = (L_5)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
			if ((!(((uint32_t)L_8) == ((uint32_t)6))))
			{
				goto IL_0060;
			}
		}

IL_002e:
		{
			ByteU5BU5D_t4116647657* L_9 = ___blob0;
			int32_t L_10 = ___offset1;
			NullCheck(L_9);
			int32_t L_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1));
			uint8_t L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
			if ((!(((uint32_t)L_12) == ((uint32_t)2))))
			{
				goto IL_0060;
			}
		}

IL_0039:
		{
			ByteU5BU5D_t4116647657* L_13 = ___blob0;
			int32_t L_14 = ___offset1;
			NullCheck(L_13);
			int32_t L_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)2));
			uint8_t L_16 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
			if (L_16)
			{
				goto IL_0060;
			}
		}

IL_0043:
		{
			ByteU5BU5D_t4116647657* L_17 = ___blob0;
			int32_t L_18 = ___offset1;
			NullCheck(L_17);
			int32_t L_19 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)3));
			uint8_t L_20 = (L_17)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
			if (L_20)
			{
				goto IL_0060;
			}
		}

IL_004d:
		{
			ByteU5BU5D_t4116647657* L_21 = ___blob0;
			int32_t L_22 = ___offset1;
			uint32_t L_23 = CryptoConvert_ToUInt32LE_m1043410428(NULL /*static, unused*/, L_21, ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)8)), /*hidden argument*/NULL);
			if ((((int32_t)L_23) == ((int32_t)((int32_t)826364754))))
			{
				goto IL_006b;
			}
		}

IL_0060:
		{
			CryptographicException_t248831461 * L_24 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var);
			CryptographicException__ctor_m503735289(L_24, _stringLiteral2443744053, /*hidden argument*/NULL);
			IL2CPP_RAISE_MANAGED_EXCEPTION(L_24);
		}

IL_006b:
		{
			ByteU5BU5D_t4116647657* L_25 = ___blob0;
			int32_t L_26 = ___offset1;
			int32_t L_27 = CryptoConvert_ToInt32LE_m3340980429(NULL /*static, unused*/, L_25, ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)((int32_t)12))), /*hidden argument*/NULL);
			V_0 = L_27;
			il2cpp_codegen_initobj((&V_1), sizeof(RSAParameters_t1728406613 ));
			(&V_1)->set_Exponent_7(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)3)));
			ByteU5BU5D_t4116647657* L_28 = (&V_1)->get_Exponent_7();
			ByteU5BU5D_t4116647657* L_29 = ___blob0;
			int32_t L_30 = ___offset1;
			NullCheck(L_29);
			int32_t L_31 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)((int32_t)18)));
			uint8_t L_32 = (L_29)->GetAt(static_cast<il2cpp_array_size_t>(L_31));
			NullCheck(L_28);
			(L_28)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint8_t)L_32);
			ByteU5BU5D_t4116647657* L_33 = (&V_1)->get_Exponent_7();
			ByteU5BU5D_t4116647657* L_34 = ___blob0;
			int32_t L_35 = ___offset1;
			NullCheck(L_34);
			int32_t L_36 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)((int32_t)17)));
			uint8_t L_37 = (L_34)->GetAt(static_cast<il2cpp_array_size_t>(L_36));
			NullCheck(L_33);
			(L_33)->SetAt(static_cast<il2cpp_array_size_t>(1), (uint8_t)L_37);
			ByteU5BU5D_t4116647657* L_38 = (&V_1)->get_Exponent_7();
			ByteU5BU5D_t4116647657* L_39 = ___blob0;
			int32_t L_40 = ___offset1;
			NullCheck(L_39);
			int32_t L_41 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)((int32_t)16)));
			uint8_t L_42 = (L_39)->GetAt(static_cast<il2cpp_array_size_t>(L_41));
			NullCheck(L_38);
			(L_38)->SetAt(static_cast<il2cpp_array_size_t>(2), (uint8_t)L_42);
			int32_t L_43 = ___offset1;
			V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)((int32_t)20)));
			int32_t L_44 = V_0;
			V_3 = ((int32_t)((int32_t)L_44>>(int32_t)3));
			int32_t L_45 = V_3;
			(&V_1)->set_Modulus_6(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_45)));
			ByteU5BU5D_t4116647657* L_46 = ___blob0;
			int32_t L_47 = V_2;
			ByteU5BU5D_t4116647657* L_48 = (&V_1)->get_Modulus_6();
			int32_t L_49 = V_3;
			Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_46, L_47, (RuntimeArray *)(RuntimeArray *)L_48, 0, L_49, /*hidden argument*/NULL);
			ByteU5BU5D_t4116647657* L_50 = (&V_1)->get_Modulus_6();
			Array_Reverse_m3714848183(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_50, /*hidden argument*/NULL);
			RSA_t2385438082 * L_51 = RSA_Create_m4065275734(NULL /*static, unused*/, /*hidden argument*/NULL);
			V_4 = L_51;
			RSA_t2385438082 * L_52 = V_4;
			RSAParameters_t1728406613  L_53 = V_1;
			NullCheck(L_52);
			VirtActionInvoker1< RSAParameters_t1728406613  >::Invoke(13 /* System.Void System.Security.Cryptography.RSA::ImportParameters(System.Security.Cryptography.RSAParameters) */, L_52, L_53);
			RSA_t2385438082 * L_54 = V_4;
			V_6 = L_54;
			goto IL_011b;
		}

IL_0102:
		{
			; // IL_0102: leave IL_011b
		}
	} // 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_0107;
		throw e;
	}

CATCH_0107:
	{ // begin catch(System.Exception)
		{
			V_5 = ((Exception_t *)__exception_local);
			Exception_t * L_55 = V_5;
			CryptographicException_t248831461 * L_56 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var);
			CryptographicException__ctor_m1422015889(L_56, _stringLiteral1455395399, L_55, /*hidden argument*/NULL);
			IL2CPP_RAISE_MANAGED_EXCEPTION(L_56);
		}

IL_0116:
		{
			goto IL_011b;
		}
	} // end catch (depth: 1)

IL_011b:
	{
		RSA_t2385438082 * L_57 = V_6;
		return L_57;
	}
}
// System.Byte[] Mono.Security.Cryptography.CryptoConvert::ToCapiPublicKeyBlob(System.Security.Cryptography.RSA)
extern "C"  ByteU5BU5D_t4116647657* CryptoConvert_ToCapiPublicKeyBlob_m1931330842 (RuntimeObject * __this /* static, unused */, RSA_t2385438082 * ___rsa0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (CryptoConvert_ToCapiPublicKeyBlob_m1931330842_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	RSAParameters_t1728406613  V_0;
	memset(&V_0, 0, sizeof(V_0));
	int32_t V_1 = 0;
	ByteU5BU5D_t4116647657* V_2 = NULL;
	ByteU5BU5D_t4116647657* V_3 = NULL;
	int32_t V_4 = 0;
	int32_t V_5 = 0;
	ByteU5BU5D_t4116647657* V_6 = NULL;
	int32_t V_7 = 0;
	{
		RSA_t2385438082 * L_0 = ___rsa0;
		NullCheck(L_0);
		RSAParameters_t1728406613  L_1 = VirtFuncInvoker1< RSAParameters_t1728406613 , bool >::Invoke(12 /* System.Security.Cryptography.RSAParameters System.Security.Cryptography.RSA::ExportParameters(System.Boolean) */, L_0, (bool)0);
		V_0 = L_1;
		ByteU5BU5D_t4116647657* L_2 = (&V_0)->get_Modulus_6();
		NullCheck(L_2);
		V_1 = (((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))));
		int32_t L_3 = V_1;
		V_2 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)20), (int32_t)L_3))));
		ByteU5BU5D_t4116647657* L_4 = V_2;
		NullCheck(L_4);
		(L_4)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint8_t)6);
		ByteU5BU5D_t4116647657* L_5 = V_2;
		NullCheck(L_5);
		(L_5)->SetAt(static_cast<il2cpp_array_size_t>(1), (uint8_t)2);
		ByteU5BU5D_t4116647657* L_6 = V_2;
		NullCheck(L_6);
		(L_6)->SetAt(static_cast<il2cpp_array_size_t>(5), (uint8_t)((int32_t)36));
		ByteU5BU5D_t4116647657* L_7 = V_2;
		NullCheck(L_7);
		(L_7)->SetAt(static_cast<il2cpp_array_size_t>(8), (uint8_t)((int32_t)82));
		ByteU5BU5D_t4116647657* L_8 = V_2;
		NullCheck(L_8);
		(L_8)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)9)), (uint8_t)((int32_t)83));
		ByteU5BU5D_t4116647657* L_9 = V_2;
		NullCheck(L_9);
		(L_9)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)10)), (uint8_t)((int32_t)65));
		ByteU5BU5D_t4116647657* L_10 = V_2;
		NullCheck(L_10);
		(L_10)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)11)), (uint8_t)((int32_t)49));
		int32_t L_11 = V_1;
		ByteU5BU5D_t4116647657* L_12 = CryptoConvert_GetBytesLE_m3076458968(NULL /*static, unused*/, ((int32_t)((int32_t)L_11<<(int32_t)3)), /*hidden argument*/NULL);
		V_3 = L_12;
		ByteU5BU5D_t4116647657* L_13 = V_2;
		ByteU5BU5D_t4116647657* L_14 = V_3;
		NullCheck(L_14);
		int32_t L_15 = 0;
		uint8_t L_16 = (L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
		NullCheck(L_13);
		(L_13)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)12)), (uint8_t)L_16);
		ByteU5BU5D_t4116647657* L_17 = V_2;
		ByteU5BU5D_t4116647657* L_18 = V_3;
		NullCheck(L_18);
		int32_t L_19 = 1;
		uint8_t L_20 = (L_18)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
		NullCheck(L_17);
		(L_17)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)13)), (uint8_t)L_20);
		ByteU5BU5D_t4116647657* L_21 = V_2;
		ByteU5BU5D_t4116647657* L_22 = V_3;
		NullCheck(L_22);
		int32_t L_23 = 2;
		uint8_t L_24 = (L_22)->GetAt(static_cast<il2cpp_array_size_t>(L_23));
		NullCheck(L_21);
		(L_21)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)14)), (uint8_t)L_24);
		ByteU5BU5D_t4116647657* L_25 = V_2;
		ByteU5BU5D_t4116647657* L_26 = V_3;
		NullCheck(L_26);
		int32_t L_27 = 3;
		uint8_t L_28 = (L_26)->GetAt(static_cast<il2cpp_array_size_t>(L_27));
		NullCheck(L_25);
		(L_25)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)15)), (uint8_t)L_28);
		V_4 = ((int32_t)16);
		ByteU5BU5D_t4116647657* L_29 = (&V_0)->get_Exponent_7();
		NullCheck(L_29);
		V_5 = (((int32_t)((int32_t)(((RuntimeArray *)L_29)->max_length))));
		goto IL_0091;
	}

IL_0079:
	{
		ByteU5BU5D_t4116647657* L_30 = V_2;
		int32_t L_31 = V_4;
		int32_t L_32 = L_31;
		V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1));
		ByteU5BU5D_t4116647657* L_33 = (&V_0)->get_Exponent_7();
		int32_t L_34 = V_5;
		int32_t L_35 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)1));
		V_5 = L_35;
		NullCheck(L_33);
		int32_t L_36 = L_35;
		uint8_t L_37 = (L_33)->GetAt(static_cast<il2cpp_array_size_t>(L_36));
		NullCheck(L_30);
		(L_30)->SetAt(static_cast<il2cpp_array_size_t>(L_32), (uint8_t)L_37);
	}

IL_0091:
	{
		int32_t L_38 = V_5;
		if ((((int32_t)L_38) > ((int32_t)0)))
		{
			goto IL_0079;
		}
	}
	{
		V_4 = ((int32_t)20);
		ByteU5BU5D_t4116647657* L_39 = (&V_0)->get_Modulus_6();
		V_6 = L_39;
		ByteU5BU5D_t4116647657* L_40 = V_6;
		NullCheck(L_40);
		V_7 = (((int32_t)((int32_t)(((RuntimeArray *)L_40)->max_length))));
		ByteU5BU5D_t4116647657* L_41 = V_6;
		int32_t L_42 = V_7;
		Array_Reverse_m816310962(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_41, 0, L_42, /*hidden argument*/NULL);
		ByteU5BU5D_t4116647657* L_43 = V_6;
		ByteU5BU5D_t4116647657* L_44 = V_2;
		int32_t L_45 = V_4;
		int32_t L_46 = V_7;
		Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_43, 0, (RuntimeArray *)(RuntimeArray *)L_44, L_45, L_46, /*hidden argument*/NULL);
		int32_t L_47 = V_4;
		int32_t L_48 = V_7;
		V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)L_48));
		ByteU5BU5D_t4116647657* L_49 = V_2;
		return L_49;
	}
}
// System.Byte[] Mono.Security.Cryptography.CryptoConvert::ToCapiKeyBlob(System.Security.Cryptography.RSA,System.Boolean)
extern "C"  ByteU5BU5D_t4116647657* CryptoConvert_ToCapiKeyBlob_m3371450375 (RuntimeObject * __this /* static, unused */, RSA_t2385438082 * ___rsa0, bool ___includePrivateKey1, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (CryptoConvert_ToCapiKeyBlob_m3371450375_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		RSA_t2385438082 * L_0 = ___rsa0;
		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, _stringLiteral3670142707, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_1);
	}

IL_0011:
	{
		bool L_2 = ___includePrivateKey1;
		if (!L_2)
		{
			goto IL_001e;
		}
	}
	{
		RSA_t2385438082 * L_3 = ___rsa0;
		ByteU5BU5D_t4116647657* L_4 = CryptoConvert_ToCapiPrivateKeyBlob_m2502515575(NULL /*static, unused*/, L_3, /*hidden argument*/NULL);
		return L_4;
	}

IL_001e:
	{
		RSA_t2385438082 * L_5 = ___rsa0;
		ByteU5BU5D_t4116647657* L_6 = CryptoConvert_ToCapiPublicKeyBlob_m1931330842(NULL /*static, unused*/, L_5, /*hidden argument*/NULL);
		return L_6;
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Mono.Security.Cryptography.DSAManaged::.ctor(System.Int32)
extern "C"  void DSAManaged__ctor_m962128842 (DSAManaged_t2800260182 * __this, int32_t ___dwKeySize0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (DSAManaged__ctor_m962128842_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		DSA__ctor_m1979872003(__this, /*hidden argument*/NULL);
		int32_t L_0 = ___dwKeySize0;
		((AsymmetricAlgorithm_t932037087 *)__this)->set_KeySizeValue_0(L_0);
		((AsymmetricAlgorithm_t932037087 *)__this)->set_LegalKeySizesValue_1(((KeySizesU5BU5D_t722666473*)SZArrayNew(KeySizesU5BU5D_t722666473_il2cpp_TypeInfo_var, (uint32_t)1)));
		KeySizesU5BU5D_t722666473* L_1 = ((AsymmetricAlgorithm_t932037087 *)__this)->get_LegalKeySizesValue_1();
		KeySizes_t85027896 * L_2 = (KeySizes_t85027896 *)il2cpp_codegen_object_new(KeySizes_t85027896_il2cpp_TypeInfo_var);
		KeySizes__ctor_m3113946058(L_2, ((int32_t)512), ((int32_t)1024), ((int32_t)64), /*hidden argument*/NULL);
		NullCheck(L_1);
		ArrayElementTypeCheck (L_1, L_2);
		(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (KeySizes_t85027896 *)L_2);
		return;
	}
}
// System.Void Mono.Security.Cryptography.DSAManaged::add_KeyGenerated(Mono.Security.Cryptography.DSAManaged/KeyGeneratedEventHandler)
extern "C"  void DSAManaged_add_KeyGenerated_m2286864968 (DSAManaged_t2800260182 * __this, KeyGeneratedEventHandler_t3828027274 * ___value0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (DSAManaged_add_KeyGenerated_m2286864968_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		KeyGeneratedEventHandler_t3828027274 * L_0 = __this->get_KeyGenerated_14();
		KeyGeneratedEventHandler_t3828027274 * L_1 = ___value0;
		Delegate_t1188392813 * L_2 = Delegate_Combine_m1859655160(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL);
		__this->set_KeyGenerated_14(((KeyGeneratedEventHandler_t3828027274 *)CastclassSealed((RuntimeObject*)L_2, KeyGeneratedEventHandler_t3828027274_il2cpp_TypeInfo_var)));
		return;
	}
}
// System.Void Mono.Security.Cryptography.DSAManaged::remove_KeyGenerated(Mono.Security.Cryptography.DSAManaged/KeyGeneratedEventHandler)
extern "C"  void DSAManaged_remove_KeyGenerated_m1781077002 (DSAManaged_t2800260182 * __this, KeyGeneratedEventHandler_t3828027274 * ___value0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (DSAManaged_remove_KeyGenerated_m1781077002_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		KeyGeneratedEventHandler_t3828027274 * L_0 = __this->get_KeyGenerated_14();
		KeyGeneratedEventHandler_t3828027274 * L_1 = ___value0;
		Delegate_t1188392813 * L_2 = Delegate_Remove_m334097152(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL);
		__this->set_KeyGenerated_14(((KeyGeneratedEventHandler_t3828027274 *)CastclassSealed((RuntimeObject*)L_2, KeyGeneratedEventHandler_t3828027274_il2cpp_TypeInfo_var)));
		return;
	}
}
// System.Void Mono.Security.Cryptography.DSAManaged::Finalize()
extern "C"  void DSAManaged_Finalize_m2286724636 (DSAManaged_t2800260182 * __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(7 /* System.Void Mono.Security.Cryptography.DSAManaged::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 Mono.Security.Cryptography.DSAManaged::Generate()
extern "C"  void DSAManaged_Generate_m1247561684 (DSAManaged_t2800260182 * __this, const RuntimeMethod* method)
{
	{
		int32_t L_0 = AsymmetricAlgorithm_get_KeySize_m2113907895(__this, /*hidden argument*/NULL);
		DSAManaged_GenerateParams_m2848737814(__this, L_0, /*hidden argument*/NULL);
		DSAManaged_GenerateKeyPair_m2236915969(__this, /*hidden argument*/NULL);
		__this->set_keypairGenerated_2((bool)1);
		KeyGeneratedEventHandler_t3828027274 * L_1 = __this->get_KeyGenerated_14();
		if (!L_1)
		{
			goto IL_0031;
		}
	}
	{
		KeyGeneratedEventHandler_t3828027274 * L_2 = __this->get_KeyGenerated_14();
		NullCheck(L_2);
		KeyGeneratedEventHandler_Invoke_m4131555809(L_2, __this, (EventArgs_t3591816995 *)NULL, /*hidden argument*/NULL);
	}

IL_0031:
	{
		return;
	}
}
// System.Void Mono.Security.Cryptography.DSAManaged::GenerateKeyPair()
extern "C"  void DSAManaged_GenerateKeyPair_m2236915969 (DSAManaged_t2800260182 * __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (DSAManaged_GenerateKeyPair_m2236915969_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger_t2902905089 * L_0 = BigInteger_GenerateRandom_m2556426062(NULL /*static, unused*/, ((int32_t)160), /*hidden argument*/NULL);
		__this->set_x_7(L_0);
		goto IL_0020;
	}

IL_0015:
	{
		BigInteger_t2902905089 * L_1 = __this->get_x_7();
		NullCheck(L_1);
		BigInteger_Randomize_m2194703121(L_1, /*hidden argument*/NULL);
	}

IL_0020:
	{
		BigInteger_t2902905089 * L_2 = __this->get_x_7();
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		bool L_3 = BigInteger_op_Equality_m970226143(NULL /*static, unused*/, L_2, 0, /*hidden argument*/NULL);
		if (L_3)
		{
			goto IL_0015;
		}
	}
	{
		BigInteger_t2902905089 * L_4 = __this->get_x_7();
		BigInteger_t2902905089 * L_5 = __this->get_q_5();
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		bool L_6 = BigInteger_op_GreaterThanOrEqual_m700865613(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/NULL);
		if (L_6)
		{
			goto IL_0015;
		}
	}
	{
		BigInteger_t2902905089 * L_7 = __this->get_g_6();
		BigInteger_t2902905089 * L_8 = __this->get_x_7();
		BigInteger_t2902905089 * L_9 = __this->get_p_4();
		NullCheck(L_7);
		BigInteger_t2902905089 * L_10 = BigInteger_ModPow_m2277842115(L_7, L_8, L_9, /*hidden argument*/NULL);
		__this->set_y_8(L_10);
		return;
	}
}
// System.Void Mono.Security.Cryptography.DSAManaged::add(System.Byte[],System.Byte[],System.Int32)
extern "C"  void DSAManaged_add_m1505525960 (DSAManaged_t2800260182 * __this, ByteU5BU5D_t4116647657* ___a0, ByteU5BU5D_t4116647657* ___b1, int32_t ___value2, const RuntimeMethod* method)
{
	uint32_t V_0 = 0;
	int32_t V_1 = 0;
	{
		ByteU5BU5D_t4116647657* L_0 = ___b1;
		ByteU5BU5D_t4116647657* L_1 = ___b1;
		NullCheck(L_1);
		NullCheck(L_0);
		int32_t L_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length)))), (int32_t)1));
		uint8_t L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
		int32_t L_4 = ___value2;
		V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)255))), (int32_t)L_4));
		ByteU5BU5D_t4116647657* L_5 = ___a0;
		ByteU5BU5D_t4116647657* L_6 = ___b1;
		NullCheck(L_6);
		uint32_t L_7 = V_0;
		NullCheck(L_5);
		(L_5)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length)))), (int32_t)1))), (uint8_t)(((int32_t)((uint8_t)L_7))));
		uint32_t L_8 = V_0;
		V_0 = ((int32_t)((uint32_t)L_8>>8));
		ByteU5BU5D_t4116647657* L_9 = ___b1;
		NullCheck(L_9);
		V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_9)->max_length)))), (int32_t)2));
		goto IL_0041;
	}

IL_0028:
	{
		uint32_t L_10 = V_0;
		ByteU5BU5D_t4116647657* L_11 = ___b1;
		int32_t L_12 = V_1;
		NullCheck(L_11);
		int32_t L_13 = L_12;
		uint8_t L_14 = (L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_13));
		V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)((int32_t)((int32_t)L_14&(int32_t)((int32_t)255)))));
		ByteU5BU5D_t4116647657* L_15 = ___a0;
		int32_t L_16 = V_1;
		uint32_t L_17 = V_0;
		NullCheck(L_15);
		(L_15)->SetAt(static_cast<il2cpp_array_size_t>(L_16), (uint8_t)(((int32_t)((uint8_t)L_17))));
		uint32_t L_18 = V_0;
		V_0 = ((int32_t)((uint32_t)L_18>>8));
		int32_t L_19 = V_1;
		V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)1));
	}

IL_0041:
	{
		int32_t L_20 = V_1;
		if ((((int32_t)L_20) >= ((int32_t)0)))
		{
			goto IL_0028;
		}
	}
	{
		return;
	}
}
// System.Void Mono.Security.Cryptography.DSAManaged::GenerateParams(System.Int32)
extern "C"  void DSAManaged_GenerateParams_m2848737814 (DSAManaged_t2800260182 * __this, int32_t ___keyLength0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (DSAManaged_GenerateParams_m2848737814_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	ByteU5BU5D_t4116647657* V_0 = NULL;
	ByteU5BU5D_t4116647657* V_1 = NULL;
	ByteU5BU5D_t4116647657* V_2 = NULL;
	ByteU5BU5D_t4116647657* V_3 = NULL;
	SHA1_t1803193667 * V_4 = NULL;
	int32_t V_5 = 0;
	ByteU5BU5D_t4116647657* V_6 = NULL;
	bool V_7 = false;
	int32_t V_8 = 0;
	int32_t V_9 = 0;
	int32_t V_10 = 0;
	BigInteger_t2902905089 * V_11 = NULL;
	BigInteger_t2902905089 * V_12 = NULL;
	BigInteger_t2902905089 * V_13 = NULL;
	BigInteger_t2902905089 * V_14 = NULL;
	{
		V_0 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)20)));
		V_1 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)20)));
		V_2 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)20)));
		V_3 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)20)));
		SHA1_t1803193667 * L_0 = SHA1_Create_m1390871308(NULL /*static, unused*/, /*hidden argument*/NULL);
		V_4 = L_0;
		int32_t L_1 = ___keyLength0;
		V_5 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1))/(int32_t)((int32_t)160)));
		int32_t L_2 = ___keyLength0;
		V_6 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)L_2/(int32_t)8))));
		V_7 = (bool)0;
		goto IL_0202;
	}

IL_0044:
	{
		RandomNumberGenerator_t386037858 * L_3 = DSAManaged_get_Random_m923751780(__this, /*hidden argument*/NULL);
		ByteU5BU5D_t4116647657* L_4 = V_0;
		NullCheck(L_3);
		VirtActionInvoker1< ByteU5BU5D_t4116647657* >::Invoke(4 /* System.Void System.Security.Cryptography.RandomNumberGenerator::GetBytes(System.Byte[]) */, L_3, L_4);
		SHA1_t1803193667 * L_5 = V_4;
		ByteU5BU5D_t4116647657* L_6 = V_0;
		NullCheck(L_5);
		ByteU5BU5D_t4116647657* L_7 = HashAlgorithm_ComputeHash_m2825542963(L_5, L_6, /*hidden argument*/NULL);
		V_1 = L_7;
		ByteU5BU5D_t4116647657* L_8 = V_0;
		ByteU5BU5D_t4116647657* L_9 = V_2;
		ByteU5BU5D_t4116647657* L_10 = V_0;
		NullCheck(L_10);
		Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_8, 0, (RuntimeArray *)(RuntimeArray *)L_9, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_10)->max_length)))), /*hidden argument*/NULL);
		ByteU5BU5D_t4116647657* L_11 = V_2;
		ByteU5BU5D_t4116647657* L_12 = V_0;
		DSAManaged_add_m1505525960(__this, L_11, L_12, 1, /*hidden argument*/NULL);
		SHA1_t1803193667 * L_13 = V_4;
		ByteU5BU5D_t4116647657* L_14 = V_2;
		NullCheck(L_13);
		ByteU5BU5D_t4116647657* L_15 = HashAlgorithm_ComputeHash_m2825542963(L_13, L_14, /*hidden argument*/NULL);
		V_2 = L_15;
		V_8 = 0;
		goto IL_0093;
	}

IL_007f:
	{
		ByteU5BU5D_t4116647657* L_16 = V_3;
		int32_t L_17 = V_8;
		ByteU5BU5D_t4116647657* L_18 = V_1;
		int32_t L_19 = V_8;
		NullCheck(L_18);
		int32_t L_20 = L_19;
		uint8_t L_21 = (L_18)->GetAt(static_cast<il2cpp_array_size_t>(L_20));
		ByteU5BU5D_t4116647657* L_22 = V_2;
		int32_t L_23 = V_8;
		NullCheck(L_22);
		int32_t L_24 = L_23;
		uint8_t L_25 = (L_22)->GetAt(static_cast<il2cpp_array_size_t>(L_24));
		NullCheck(L_16);
		(L_16)->SetAt(static_cast<il2cpp_array_size_t>(L_17), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_21^(int32_t)L_25))))));
		int32_t L_26 = V_8;
		V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1));
	}

IL_0093:
	{
		int32_t L_27 = V_8;
		ByteU5BU5D_t4116647657* L_28 = V_3;
		NullCheck(L_28);
		if ((!(((uint32_t)L_27) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_28)->max_length))))))))
		{
			goto IL_007f;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_29 = V_3;
		NullCheck(L_29);
		uint8_t* L_30 = ((L_29)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)));
		*((int8_t*)(L_30)) = (int8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)(*((uint8_t*)L_30))|(int32_t)((int32_t)128))))));
		ByteU5BU5D_t4116647657* L_31 = V_3;
		NullCheck(L_31);
		uint8_t* L_32 = ((L_31)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)19))));
		*((int8_t*)(L_32)) = (int8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)(*((uint8_t*)L_32))|(int32_t)1)))));
		ByteU5BU5D_t4116647657* L_33 = V_3;
		BigInteger_t2902905089 * L_34 = (BigInteger_t2902905089 *)il2cpp_codegen_object_new(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger__ctor_m3991350270(L_34, L_33, /*hidden argument*/NULL);
		__this->set_q_5(L_34);
		BigInteger_t2902905089 * L_35 = __this->get_q_5();
		NullCheck(L_35);
		bool L_36 = BigInteger_IsProbablePrime_m567194283(L_35, /*hidden argument*/NULL);
		if (!L_36)
		{
			goto IL_0044;
		}
	}
	{
		__this->set_counter_11(0);
		V_9 = 2;
		goto IL_01f2;
	}

IL_00e7:
	{
		V_10 = 0;
		goto IL_0124;
	}

IL_00ef:
	{
		ByteU5BU5D_t4116647657* L_37 = V_1;
		ByteU5BU5D_t4116647657* L_38 = V_0;
		int32_t L_39 = V_9;
		int32_t L_40 = V_10;
		DSAManaged_add_m1505525960(__this, L_37, L_38, ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)L_40)), /*hidden argument*/NULL);
		SHA1_t1803193667 * L_41 = V_4;
		ByteU5BU5D_t4116647657* L_42 = V_1;
		NullCheck(L_41);
		ByteU5BU5D_t4116647657* L_43 = HashAlgorithm_ComputeHash_m2825542963(L_41, L_42, /*hidden argument*/NULL);
		V_1 = L_43;
		ByteU5BU5D_t4116647657* L_44 = V_1;
		ByteU5BU5D_t4116647657* L_45 = V_6;
		ByteU5BU5D_t4116647657* L_46 = V_6;
		NullCheck(L_46);
		int32_t L_47 = V_10;
		ByteU5BU5D_t4116647657* L_48 = V_1;
		NullCheck(L_48);
		ByteU5BU5D_t4116647657* L_49 = V_1;
		NullCheck(L_49);
		Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_44, 0, (RuntimeArray *)(RuntimeArray *)L_45, ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_46)->max_length)))), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)1)), (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_48)->max_length)))))))), (((int32_t)((int32_t)(((RuntimeArray *)L_49)->max_length)))), /*hidden argument*/NULL);
		int32_t L_50 = V_10;
		V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)1));
	}

IL_0124:
	{
		int32_t L_51 = V_10;
		int32_t L_52 = V_5;
		if ((((int32_t)L_51) < ((int32_t)L_52)))
		{
			goto IL_00ef;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_53 = V_1;
		ByteU5BU5D_t4116647657* L_54 = V_0;
		int32_t L_55 = V_9;
		int32_t L_56 = V_5;
		DSAManaged_add_m1505525960(__this, L_53, L_54, ((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)L_56)), /*hidden argument*/NULL);
		SHA1_t1803193667 * L_57 = V_4;
		ByteU5BU5D_t4116647657* L_58 = V_1;
		NullCheck(L_57);
		ByteU5BU5D_t4116647657* L_59 = HashAlgorithm_ComputeHash_m2825542963(L_57, L_58, /*hidden argument*/NULL);
		V_1 = L_59;
		ByteU5BU5D_t4116647657* L_60 = V_1;
		ByteU5BU5D_t4116647657* L_61 = V_1;
		NullCheck(L_61);
		ByteU5BU5D_t4116647657* L_62 = V_6;
		NullCheck(L_62);
		int32_t L_63 = V_5;
		ByteU5BU5D_t4116647657* L_64 = V_1;
		NullCheck(L_64);
		ByteU5BU5D_t4116647657* L_65 = V_6;
		ByteU5BU5D_t4116647657* L_66 = V_6;
		NullCheck(L_66);
		int32_t L_67 = V_5;
		ByteU5BU5D_t4116647657* L_68 = V_1;
		NullCheck(L_68);
		Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_60, ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_61)->max_length)))), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_62)->max_length)))), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_63, (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_64)->max_length)))))))))), (RuntimeArray *)(RuntimeArray *)L_65, 0, ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_66)->max_length)))), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_67, (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_68)->max_length)))))))), /*hidden argument*/NULL);
		ByteU5BU5D_t4116647657* L_69 = V_6;
		NullCheck(L_69);
		uint8_t* L_70 = ((L_69)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)));
		*((int8_t*)(L_70)) = (int8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)(*((uint8_t*)L_70))|(int32_t)((int32_t)128))))));
		ByteU5BU5D_t4116647657* L_71 = V_6;
		BigInteger_t2902905089 * L_72 = (BigInteger_t2902905089 *)il2cpp_codegen_object_new(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger__ctor_m3991350270(L_72, L_71, /*hidden argument*/NULL);
		V_11 = L_72;
		BigInteger_t2902905089 * L_73 = V_11;
		BigInteger_t2902905089 * L_74 = __this->get_q_5();
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger_t2902905089 * L_75 = BigInteger_op_Multiply_m3854773313(NULL /*static, unused*/, L_74, 2, /*hidden argument*/NULL);
		BigInteger_t2902905089 * L_76 = BigInteger_op_Modulus_m3223754023(NULL /*static, unused*/, L_73, L_75, /*hidden argument*/NULL);
		V_12 = L_76;
		BigInteger_t2902905089 * L_77 = V_11;
		BigInteger_t2902905089 * L_78 = V_12;
		BigInteger_t2902905089 * L_79 = BigInteger_op_Implicit_m2847009755(NULL /*static, unused*/, 1, /*hidden argument*/NULL);
		BigInteger_t2902905089 * L_80 = BigInteger_op_Subtraction_m1575155386(NULL /*static, unused*/, L_78, L_79, /*hidden argument*/NULL);
		BigInteger_t2902905089 * L_81 = BigInteger_op_Subtraction_m1575155386(NULL /*static, unused*/, L_77, L_80, /*hidden argument*/NULL);
		__this->set_p_4(L_81);
		BigInteger_t2902905089 * L_82 = __this->get_p_4();
		int32_t L_83 = ___keyLength0;
		NullCheck(L_82);
		bool L_84 = BigInteger_TestBit_m1365094736(L_82, ((int32_t)il2cpp_codegen_subtract((int32_t)L_83, (int32_t)1)), /*hidden argument*/NULL);
		if (!L_84)
		{
			goto IL_01db;
		}
	}
	{
		BigInteger_t2902905089 * L_85 = __this->get_p_4();
		NullCheck(L_85);
		bool L_86 = BigInteger_IsProbablePrime_m567194283(L_85, /*hidden argument*/NULL);
		if (!L_86)
		{
			goto IL_01db;
		}
	}
	{
		V_7 = (bool)1;
		goto IL_0202;
	}

IL_01db:
	{
		int32_t L_87 = __this->get_counter_11();
		__this->set_counter_11(((int32_t)il2cpp_codegen_add((int32_t)L_87, (int32_t)1)));
		int32_t L_88 = V_9;
		int32_t L_89 = V_5;
		V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_88, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_89, (int32_t)1))));
	}

IL_01f2:
	{
		int32_t L_90 = __this->get_counter_11();
		if ((((int32_t)L_90) < ((int32_t)((int32_t)4096))))
		{
			goto IL_00e7;
		}
	}

IL_0202:
	{
		bool L_91 = V_7;
		if (!L_91)
		{
			goto IL_0044;
		}
	}
	{
		BigInteger_t2902905089 * L_92 = __this->get_p_4();
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger_t2902905089 * L_93 = BigInteger_op_Implicit_m2847009755(NULL /*static, unused*/, 1, /*hidden argument*/NULL);
		BigInteger_t2902905089 * L_94 = BigInteger_op_Subtraction_m1575155386(NULL /*static, unused*/, L_92, L_93, /*hidden argument*/NULL);
		BigInteger_t2902905089 * L_95 = __this->get_q_5();
		BigInteger_t2902905089 * L_96 = BigInteger_op_Division_m2437128540(NULL /*static, unused*/, L_94, L_95, /*hidden argument*/NULL);
		V_13 = L_96;
		goto IL_029d;
	}

IL_022c:
	{
		int32_t L_97 = ___keyLength0;
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger_t2902905089 * L_98 = BigInteger_GenerateRandom_m2556426062(NULL /*static, unused*/, L_97, /*hidden argument*/NULL);
		V_14 = L_98;
		BigInteger_t2902905089 * L_99 = V_14;
		BigInteger_t2902905089 * L_100 = BigInteger_op_Implicit_m2847009755(NULL /*static, unused*/, 1, /*hidden argument*/NULL);
		bool L_101 = BigInteger_op_LessThanOrEqual_m2553515144(NULL /*static, unused*/, L_99, L_100, /*hidden argument*/NULL);
		if (L_101)
		{
			goto IL_0263;
		}
	}
	{
		BigInteger_t2902905089 * L_102 = V_14;
		BigInteger_t2902905089 * L_103 = __this->get_p_4();
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger_t2902905089 * L_104 = BigInteger_op_Implicit_m2847009755(NULL /*static, unused*/, 1, /*hidden argument*/NULL);
		BigInteger_t2902905089 * L_105 = BigInteger_op_Subtraction_m1575155386(NULL /*static, unused*/, L_103, L_104, /*hidden argument*/NULL);
		bool L_106 = BigInteger_op_GreaterThanOrEqual_m700865613(NULL /*static, unused*/, L_102, L_105, /*hidden argument*/NULL);
		if (!L_106)
		{
			goto IL_0268;
		}
	}

IL_0263:
	{
		goto IL_029d;
	}

IL_0268:
	{
		BigInteger_t2902905089 * L_107 = V_14;
		BigInteger_t2902905089 * L_108 = V_13;
		BigInteger_t2902905089 * L_109 = __this->get_p_4();
		NullCheck(L_107);
		BigInteger_t2902905089 * L_110 = BigInteger_ModPow_m2277842115(L_107, L_108, L_109, /*hidden argument*/NULL);
		__this->set_g_6(L_110);
		BigInteger_t2902905089 * L_111 = __this->get_g_6();
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger_t2902905089 * L_112 = BigInteger_op_Implicit_m2847009755(NULL /*static, unused*/, 1, /*hidden argument*/NULL);
		bool L_113 = BigInteger_op_LessThanOrEqual_m2553515144(NULL /*static, unused*/, L_111, L_112, /*hidden argument*/NULL);
		if (!L_113)
		{
			goto IL_0298;
		}
	}
	{
		goto IL_029d;
	}

IL_0298:
	{
		goto IL_02a2;
	}

IL_029d:
	{
		goto IL_022c;
	}

IL_02a2:
	{
		ByteU5BU5D_t4116647657* L_114 = V_0;
		BigInteger_t2902905089 * L_115 = (BigInteger_t2902905089 *)il2cpp_codegen_object_new(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger__ctor_m3991350270(L_115, L_114, /*hidden argument*/NULL);
		__this->set_seed_10(L_115);
		BigInteger_t2902905089 * L_116 = __this->get_p_4();
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger_t2902905089 * L_117 = BigInteger_op_Implicit_m2847009755(NULL /*static, unused*/, 1, /*hidden argument*/NULL);
		BigInteger_t2902905089 * L_118 = BigInteger_op_Subtraction_m1575155386(NULL /*static, unused*/, L_116, L_117, /*hidden argument*/NULL);
		BigInteger_t2902905089 * L_119 = __this->get_q_5();
		BigInteger_t2902905089 * L_120 = BigInteger_op_Division_m2437128540(NULL /*static, unused*/, L_118, L_119, /*hidden argument*/NULL);
		__this->set_j_9(L_120);
		return;
	}
}
// System.Security.Cryptography.RandomNumberGenerator Mono.Security.Cryptography.DSAManaged::get_Random()
extern "C"  RandomNumberGenerator_t386037858 * DSAManaged_get_Random_m923751780 (DSAManaged_t2800260182 * __this, const RuntimeMethod* method)
{
	{
		RandomNumberGenerator_t386037858 * L_0 = __this->get_rng_13();
		if (L_0)
		{
			goto IL_0016;
		}
	}
	{
		RandomNumberGenerator_t386037858 * L_1 = RandomNumberGenerator_Create_m4162970280(NULL /*static, unused*/, /*hidden argument*/NULL);
		__this->set_rng_13(L_1);
	}

IL_0016:
	{
		RandomNumberGenerator_t386037858 * L_2 = __this->get_rng_13();
		return L_2;
	}
}
// System.Int32 Mono.Security.Cryptography.DSAManaged::get_KeySize()
extern "C"  int32_t DSAManaged_get_KeySize_m2738463749 (DSAManaged_t2800260182 * __this, const RuntimeMethod* method)
{
	{
		bool L_0 = __this->get_keypairGenerated_2();
		if (!L_0)
		{
			goto IL_0017;
		}
	}
	{
		BigInteger_t2902905089 * L_1 = __this->get_p_4();
		NullCheck(L_1);
		int32_t L_2 = BigInteger_BitCount_m3710900808(L_1, /*hidden argument*/NULL);
		return L_2;
	}

IL_0017:
	{
		int32_t L_3 = AsymmetricAlgorithm_get_KeySize_m2113907895(__this, /*hidden argument*/NULL);
		return L_3;
	}
}
// System.Boolean Mono.Security.Cryptography.DSAManaged::get_PublicOnly()
extern "C"  bool DSAManaged_get_PublicOnly_m3575594967 (DSAManaged_t2800260182 * __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (DSAManaged_get_PublicOnly_m3575594967_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	int32_t G_B3_0 = 0;
	{
		bool L_0 = __this->get_keypairGenerated_2();
		if (!L_0)
		{
			goto IL_0019;
		}
	}
	{
		BigInteger_t2902905089 * L_1 = __this->get_x_7();
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		bool L_2 = BigInteger_op_Equality_m3263851871(NULL /*static, unused*/, L_1, (BigInteger_t2902905089 *)NULL, /*hidden argument*/NULL);
		G_B3_0 = ((int32_t)(L_2));
		goto IL_001a;
	}

IL_0019:
	{
		G_B3_0 = 0;
	}

IL_001a:
	{
		return (bool)G_B3_0;
	}
}
// System.Byte[] Mono.Security.Cryptography.DSAManaged::NormalizeArray(System.Byte[])
extern "C"  ByteU5BU5D_t4116647657* DSAManaged_NormalizeArray_m3285505169 (DSAManaged_t2800260182 * __this, ByteU5BU5D_t4116647657* ___array0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (DSAManaged_NormalizeArray_m3285505169_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	ByteU5BU5D_t4116647657* V_1 = NULL;
	{
		ByteU5BU5D_t4116647657* L_0 = ___array0;
		NullCheck(L_0);
		V_0 = ((int32_t)((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length))))%(int32_t)4));
		int32_t L_1 = V_0;
		if ((((int32_t)L_1) <= ((int32_t)0)))
		{
			goto IL_002a;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_2 = ___array0;
		NullCheck(L_2);
		int32_t L_3 = V_0;
		V_1 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))), (int32_t)4)), (int32_t)L_3))));
		ByteU5BU5D_t4116647657* L_4 = ___array0;
		ByteU5BU5D_t4116647657* L_5 = V_1;
		int32_t L_6 = V_0;
		ByteU5BU5D_t4116647657* L_7 = ___array0;
		NullCheck(L_7);
		Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_4, 0, (RuntimeArray *)(RuntimeArray *)L_5, ((int32_t)il2cpp_codegen_subtract((int32_t)4, (int32_t)L_6)), (((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length)))), /*hidden argument*/NULL);
		ByteU5BU5D_t4116647657* L_8 = V_1;
		return L_8;
	}

IL_002a:
	{
		ByteU5BU5D_t4116647657* L_9 = ___array0;
		return L_9;
	}
}
// System.Security.Cryptography.DSAParameters Mono.Security.Cryptography.DSAManaged::ExportParameters(System.Boolean)
extern "C"  DSAParameters_t1885824122  DSAManaged_ExportParameters_m1426347745 (DSAManaged_t2800260182 * __this, bool ___includePrivateParameters0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (DSAManaged_ExportParameters_m1426347745_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	DSAParameters_t1885824122  V_0;
	memset(&V_0, 0, sizeof(V_0));
	ByteU5BU5D_t4116647657* V_1 = NULL;
	{
		bool L_0 = __this->get_m_disposed_3();
		if (!L_0)
		{
			goto IL_001b;
		}
	}
	{
		String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2597607271, /*hidden argument*/NULL);
		ObjectDisposedException_t21392786 * L_2 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var);
		ObjectDisposedException__ctor_m3603759869(L_2, L_1, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_2);
	}

IL_001b:
	{
		bool L_3 = __this->get_keypairGenerated_2();
		if (L_3)
		{
			goto IL_002c;
		}
	}
	{
		DSAManaged_Generate_m1247561684(__this, /*hidden argument*/NULL);
	}

IL_002c:
	{
		bool L_4 = ___includePrivateParameters0;
		if (!L_4)
		{
			goto IL_004e;
		}
	}
	{
		BigInteger_t2902905089 * L_5 = __this->get_x_7();
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		bool L_6 = BigInteger_op_Equality_m3263851871(NULL /*static, unused*/, L_5, (BigInteger_t2902905089 *)NULL, /*hidden argument*/NULL);
		if (!L_6)
		{
			goto IL_004e;
		}
	}
	{
		CryptographicException_t248831461 * L_7 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var);
		CryptographicException__ctor_m503735289(L_7, _stringLiteral993231035, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_7);
	}

IL_004e:
	{
		il2cpp_codegen_initobj((&V_0), sizeof(DSAParameters_t1885824122 ));
		BigInteger_t2902905089 * L_8 = __this->get_p_4();
		NullCheck(L_8);
		ByteU5BU5D_t4116647657* L_9 = BigInteger_GetBytes_m997192583(L_8, /*hidden argument*/NULL);
		ByteU5BU5D_t4116647657* L_10 = DSAManaged_NormalizeArray_m3285505169(__this, L_9, /*hidden argument*/NULL);
		(&V_0)->set_P_3(L_10);
		BigInteger_t2902905089 * L_11 = __this->get_q_5();
		NullCheck(L_11);
		ByteU5BU5D_t4116647657* L_12 = BigInteger_GetBytes_m997192583(L_11, /*hidden argument*/NULL);
		ByteU5BU5D_t4116647657* L_13 = DSAManaged_NormalizeArray_m3285505169(__this, L_12, /*hidden argument*/NULL);
		(&V_0)->set_Q_4(L_13);
		BigInteger_t2902905089 * L_14 = __this->get_g_6();
		NullCheck(L_14);
		ByteU5BU5D_t4116647657* L_15 = BigInteger_GetBytes_m997192583(L_14, /*hidden argument*/NULL);
		ByteU5BU5D_t4116647657* L_16 = DSAManaged_NormalizeArray_m3285505169(__this, L_15, /*hidden argument*/NULL);
		(&V_0)->set_G_1(L_16);
		BigInteger_t2902905089 * L_17 = __this->get_y_8();
		NullCheck(L_17);
		ByteU5BU5D_t4116647657* L_18 = BigInteger_GetBytes_m997192583(L_17, /*hidden argument*/NULL);
		ByteU5BU5D_t4116647657* L_19 = DSAManaged_NormalizeArray_m3285505169(__this, L_18, /*hidden argument*/NULL);
		(&V_0)->set_Y_7(L_19);
		bool L_20 = __this->get_j_missing_12();
		if (L_20)
		{
			goto IL_00d9;
		}
	}
	{
		BigInteger_t2902905089 * L_21 = __this->get_j_9();
		NullCheck(L_21);
		ByteU5BU5D_t4116647657* L_22 = BigInteger_GetBytes_m997192583(L_21, /*hidden argument*/NULL);
		ByteU5BU5D_t4116647657* L_23 = DSAManaged_NormalizeArray_m3285505169(__this, L_22, /*hidden argument*/NULL);
		(&V_0)->set_J_2(L_23);
	}

IL_00d9:
	{
		BigInteger_t2902905089 * L_24 = __this->get_seed_10();
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		bool L_25 = BigInteger_op_Inequality_m2239968970(NULL /*static, unused*/, L_24, 0, /*hidden argument*/NULL);
		if (!L_25)
		{
			goto IL_010f;
		}
	}
	{
		BigInteger_t2902905089 * L_26 = __this->get_seed_10();
		NullCheck(L_26);
		ByteU5BU5D_t4116647657* L_27 = BigInteger_GetBytes_m997192583(L_26, /*hidden argument*/NULL);
		ByteU5BU5D_t4116647657* L_28 = DSAManaged_NormalizeArray_m3285505169(__this, L_27, /*hidden argument*/NULL);
		(&V_0)->set_Seed_5(L_28);
		int32_t L_29 = __this->get_counter_11();
		(&V_0)->set_Counter_0(L_29);
	}

IL_010f:
	{
		bool L_30 = ___includePrivateParameters0;
		if (!L_30)
		{
			goto IL_0139;
		}
	}
	{
		BigInteger_t2902905089 * L_31 = __this->get_x_7();
		NullCheck(L_31);
		ByteU5BU5D_t4116647657* L_32 = BigInteger_GetBytes_m997192583(L_31, /*hidden argument*/NULL);
		V_1 = L_32;
		ByteU5BU5D_t4116647657* L_33 = V_1;
		NullCheck(L_33);
		if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_33)->max_length))))) == ((uint32_t)((int32_t)20)))))
		{
			goto IL_0139;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_34 = V_1;
		ByteU5BU5D_t4116647657* L_35 = DSAManaged_NormalizeArray_m3285505169(__this, L_34, /*hidden argument*/NULL);
		(&V_0)->set_X_6(L_35);
	}

IL_0139:
	{
		DSAParameters_t1885824122  L_36 = V_0;
		return L_36;
	}
}
// System.Void Mono.Security.Cryptography.DSAManaged::ImportParameters(System.Security.Cryptography.DSAParameters)
extern "C"  void DSAManaged_ImportParameters_m2247591247 (DSAManaged_t2800260182 * __this, DSAParameters_t1885824122  ___parameters0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (DSAManaged_ImportParameters_m2247591247_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		bool L_0 = __this->get_m_disposed_3();
		if (!L_0)
		{
			goto IL_001b;
		}
	}
	{
		String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2597607271, /*hidden argument*/NULL);
		ObjectDisposedException_t21392786 * L_2 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var);
		ObjectDisposedException__ctor_m3603759869(L_2, L_1, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_2);
	}

IL_001b:
	{
		ByteU5BU5D_t4116647657* L_3 = (&___parameters0)->get_P_3();
		if (!L_3)
		{
			goto IL_003f;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_4 = (&___parameters0)->get_Q_4();
		if (!L_4)
		{
			goto IL_003f;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_5 = (&___parameters0)->get_G_1();
		if (L_5)
		{
			goto IL_004f;
		}
	}

IL_003f:
	{
		String_t* L_6 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral173184065, /*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_004f:
	{
		ByteU5BU5D_t4116647657* L_8 = (&___parameters0)->get_X_6();
		if (L_8)
		{
			goto IL_0077;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_9 = (&___parameters0)->get_Y_7();
		if (L_9)
		{
			goto IL_0077;
		}
	}
	{
		String_t* L_10 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral4059251681, /*hidden argument*/NULL);
		CryptographicException_t248831461 * L_11 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var);
		CryptographicException__ctor_m503735289(L_11, L_10, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_11);
	}

IL_0077:
	{
		ByteU5BU5D_t4116647657* L_12 = (&___parameters0)->get_P_3();
		BigInteger_t2902905089 * L_13 = (BigInteger_t2902905089 *)il2cpp_codegen_object_new(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger__ctor_m3991350270(L_13, L_12, /*hidden argument*/NULL);
		__this->set_p_4(L_13);
		ByteU5BU5D_t4116647657* L_14 = (&___parameters0)->get_Q_4();
		BigInteger_t2902905089 * L_15 = (BigInteger_t2902905089 *)il2cpp_codegen_object_new(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger__ctor_m3991350270(L_15, L_14, /*hidden argument*/NULL);
		__this->set_q_5(L_15);
		ByteU5BU5D_t4116647657* L_16 = (&___parameters0)->get_G_1();
		BigInteger_t2902905089 * L_17 = (BigInteger_t2902905089 *)il2cpp_codegen_object_new(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger__ctor_m3991350270(L_17, L_16, /*hidden argument*/NULL);
		__this->set_g_6(L_17);
		ByteU5BU5D_t4116647657* L_18 = (&___parameters0)->get_X_6();
		if (!L_18)
		{
			goto IL_00d0;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_19 = (&___parameters0)->get_X_6();
		BigInteger_t2902905089 * L_20 = (BigInteger_t2902905089 *)il2cpp_codegen_object_new(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger__ctor_m3991350270(L_20, L_19, /*hidden argument*/NULL);
		__this->set_x_7(L_20);
		goto IL_00d7;
	}

IL_00d0:
	{
		__this->set_x_7((BigInteger_t2902905089 *)NULL);
	}

IL_00d7:
	{
		ByteU5BU5D_t4116647657* L_21 = (&___parameters0)->get_Y_7();
		if (!L_21)
		{
			goto IL_00fa;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_22 = (&___parameters0)->get_Y_7();
		BigInteger_t2902905089 * L_23 = (BigInteger_t2902905089 *)il2cpp_codegen_object_new(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger__ctor_m3991350270(L_23, L_22, /*hidden argument*/NULL);
		__this->set_y_8(L_23);
		goto IL_0117;
	}

IL_00fa:
	{
		BigInteger_t2902905089 * L_24 = __this->get_g_6();
		BigInteger_t2902905089 * L_25 = __this->get_x_7();
		BigInteger_t2902905089 * L_26 = __this->get_p_4();
		NullCheck(L_24);
		BigInteger_t2902905089 * L_27 = BigInteger_ModPow_m2277842115(L_24, L_25, L_26, /*hidden argument*/NULL);
		__this->set_y_8(L_27);
	}

IL_0117:
	{
		ByteU5BU5D_t4116647657* L_28 = (&___parameters0)->get_J_2();
		if (!L_28)
		{
			goto IL_013a;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_29 = (&___parameters0)->get_J_2();
		BigInteger_t2902905089 * L_30 = (BigInteger_t2902905089 *)il2cpp_codegen_object_new(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger__ctor_m3991350270(L_30, L_29, /*hidden argument*/NULL);
		__this->set_j_9(L_30);
		goto IL_0163;
	}

IL_013a:
	{
		BigInteger_t2902905089 * L_31 = __this->get_p_4();
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger_t2902905089 * L_32 = BigInteger_op_Implicit_m2847009755(NULL /*static, unused*/, 1, /*hidden argument*/NULL);
		BigInteger_t2902905089 * L_33 = BigInteger_op_Subtraction_m1575155386(NULL /*static, unused*/, L_31, L_32, /*hidden argument*/NULL);
		BigInteger_t2902905089 * L_34 = __this->get_q_5();
		BigInteger_t2902905089 * L_35 = BigInteger_op_Division_m2437128540(NULL /*static, unused*/, L_33, L_34, /*hidden argument*/NULL);
		__this->set_j_9(L_35);
		__this->set_j_missing_12((bool)1);
	}

IL_0163:
	{
		ByteU5BU5D_t4116647657* L_36 = (&___parameters0)->get_Seed_5();
		if (!L_36)
		{
			goto IL_0193;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_37 = (&___parameters0)->get_Seed_5();
		BigInteger_t2902905089 * L_38 = (BigInteger_t2902905089 *)il2cpp_codegen_object_new(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger__ctor_m3991350270(L_38, L_37, /*hidden argument*/NULL);
		__this->set_seed_10(L_38);
		int32_t L_39 = (&___parameters0)->get_Counter_0();
		__this->set_counter_11(L_39);
		goto IL_019f;
	}

IL_0193:
	{
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger_t2902905089 * L_40 = BigInteger_op_Implicit_m2847009755(NULL /*static, unused*/, 0, /*hidden argument*/NULL);
		__this->set_seed_10(L_40);
	}

IL_019f:
	{
		__this->set_keypairGenerated_2((bool)1);
		return;
	}
}
// System.Byte[] Mono.Security.Cryptography.DSAManaged::CreateSignature(System.Byte[])
extern "C"  ByteU5BU5D_t4116647657* DSAManaged_CreateSignature_m2233977444 (DSAManaged_t2800260182 * __this, ByteU5BU5D_t4116647657* ___rgbHash0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (DSAManaged_CreateSignature_m2233977444_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	BigInteger_t2902905089 * V_0 = NULL;
	BigInteger_t2902905089 * V_1 = NULL;
	BigInteger_t2902905089 * V_2 = NULL;
	BigInteger_t2902905089 * V_3 = NULL;
	ByteU5BU5D_t4116647657* V_4 = NULL;
	ByteU5BU5D_t4116647657* V_5 = NULL;
	ByteU5BU5D_t4116647657* V_6 = NULL;
	int32_t V_7 = 0;
	{
		bool L_0 = __this->get_m_disposed_3();
		if (!L_0)
		{
			goto IL_001b;
		}
	}
	{
		String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2597607271, /*hidden argument*/NULL);
		ObjectDisposedException_t21392786 * L_2 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var);
		ObjectDisposedException__ctor_m3603759869(L_2, L_1, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_2);
	}

IL_001b:
	{
		ByteU5BU5D_t4116647657* L_3 = ___rgbHash0;
		if (L_3)
		{
			goto IL_002c;
		}
	}
	{
		ArgumentNullException_t1615371798 * L_4 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var);
		ArgumentNullException__ctor_m1170824041(L_4, _stringLiteral2917899049, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_4);
	}

IL_002c:
	{
		ByteU5BU5D_t4116647657* L_5 = ___rgbHash0;
		NullCheck(L_5);
		if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length))))) == ((int32_t)((int32_t)20))))
		{
			goto IL_0041;
		}
	}
	{
		CryptographicException_t248831461 * L_6 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var);
		CryptographicException__ctor_m503735289(L_6, _stringLiteral1331454718, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_6);
	}

IL_0041:
	{
		bool L_7 = __this->get_keypairGenerated_2();
		if (L_7)
		{
			goto IL_0052;
		}
	}
	{
		DSAManaged_Generate_m1247561684(__this, /*hidden argument*/NULL);
	}

IL_0052:
	{
		BigInteger_t2902905089 * L_8 = __this->get_x_7();
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		bool L_9 = BigInteger_op_Equality_m3263851871(NULL /*static, unused*/, L_8, (BigInteger_t2902905089 *)NULL, /*hidden argument*/NULL);
		if (!L_9)
		{
			goto IL_006e;
		}
	}
	{
		CryptographicException_t248831461 * L_10 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var);
		CryptographicException__ctor_m503735289(L_10, _stringLiteral1340886514, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_10);
	}

IL_006e:
	{
		ByteU5BU5D_t4116647657* L_11 = ___rgbHash0;
		BigInteger_t2902905089 * L_12 = (BigInteger_t2902905089 *)il2cpp_codegen_object_new(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger__ctor_m3991350270(L_12, L_11, /*hidden argument*/NULL);
		V_0 = L_12;
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger_t2902905089 * L_13 = BigInteger_GenerateRandom_m2556426062(NULL /*static, unused*/, ((int32_t)160), /*hidden argument*/NULL);
		V_1 = L_13;
		goto IL_008b;
	}

IL_0085:
	{
		BigInteger_t2902905089 * L_14 = V_1;
		NullCheck(L_14);
		BigInteger_Randomize_m2194703121(L_14, /*hidden argument*/NULL);
	}

IL_008b:
	{
		BigInteger_t2902905089 * L_15 = V_1;
		BigInteger_t2902905089 * L_16 = __this->get_q_5();
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		bool L_17 = BigInteger_op_GreaterThanOrEqual_m700865613(NULL /*static, unused*/, L_15, L_16, /*hidden argument*/NULL);
		if (L_17)
		{
			goto IL_0085;
		}
	}
	{
		BigInteger_t2902905089 * L_18 = __this->get_g_6();
		BigInteger_t2902905089 * L_19 = V_1;
		BigInteger_t2902905089 * L_20 = __this->get_p_4();
		NullCheck(L_18);
		BigInteger_t2902905089 * L_21 = BigInteger_ModPow_m2277842115(L_18, L_19, L_20, /*hidden argument*/NULL);
		BigInteger_t2902905089 * L_22 = __this->get_q_5();
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger_t2902905089 * L_23 = BigInteger_op_Modulus_m3223754023(NULL /*static, unused*/, L_21, L_22, /*hidden argument*/NULL);
		V_2 = L_23;
		BigInteger_t2902905089 * L_24 = V_1;
		BigInteger_t2902905089 * L_25 = __this->get_q_5();
		NullCheck(L_24);
		BigInteger_t2902905089 * L_26 = BigInteger_ModInverse_m3469244086(L_24, L_25, /*hidden argument*/NULL);
		BigInteger_t2902905089 * L_27 = V_0;
		BigInteger_t2902905089 * L_28 = __this->get_x_7();
		BigInteger_t2902905089 * L_29 = V_2;
		BigInteger_t2902905089 * L_30 = BigInteger_op_Multiply_m3801644593(NULL /*static, unused*/, L_28, L_29, /*hidden argument*/NULL);
		BigInteger_t2902905089 * L_31 = BigInteger_op_Addition_m2544206388(NULL /*static, unused*/, L_27, L_30, /*hidden argument*/NULL);
		BigInteger_t2902905089 * L_32 = BigInteger_op_Multiply_m3801644593(NULL /*static, unused*/, L_26, L_31, /*hidden argument*/NULL);
		BigInteger_t2902905089 * L_33 = __this->get_q_5();
		BigInteger_t2902905089 * L_34 = BigInteger_op_Modulus_m3223754023(NULL /*static, unused*/, L_32, L_33, /*hidden argument*/NULL);
		V_3 = L_34;
		V_4 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)40)));
		BigInteger_t2902905089 * L_35 = V_2;
		NullCheck(L_35);
		ByteU5BU5D_t4116647657* L_36 = BigInteger_GetBytes_m997192583(L_35, /*hidden argument*/NULL);
		V_5 = L_36;
		BigInteger_t2902905089 * L_37 = V_3;
		NullCheck(L_37);
		ByteU5BU5D_t4116647657* L_38 = BigInteger_GetBytes_m997192583(L_37, /*hidden argument*/NULL);
		V_6 = L_38;
		ByteU5BU5D_t4116647657* L_39 = V_5;
		NullCheck(L_39);
		V_7 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)20), (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_39)->max_length))))));
		ByteU5BU5D_t4116647657* L_40 = V_5;
		ByteU5BU5D_t4116647657* L_41 = V_4;
		int32_t L_42 = V_7;
		ByteU5BU5D_t4116647657* L_43 = V_5;
		NullCheck(L_43);
		Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_40, 0, (RuntimeArray *)(RuntimeArray *)L_41, L_42, (((int32_t)((int32_t)(((RuntimeArray *)L_43)->max_length)))), /*hidden argument*/NULL);
		ByteU5BU5D_t4116647657* L_44 = V_6;
		NullCheck(L_44);
		V_7 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)40), (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_44)->max_length))))));
		ByteU5BU5D_t4116647657* L_45 = V_6;
		ByteU5BU5D_t4116647657* L_46 = V_4;
		int32_t L_47 = V_7;
		ByteU5BU5D_t4116647657* L_48 = V_6;
		NullCheck(L_48);
		Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_45, 0, (RuntimeArray *)(RuntimeArray *)L_46, L_47, (((int32_t)((int32_t)(((RuntimeArray *)L_48)->max_length)))), /*hidden argument*/NULL);
		ByteU5BU5D_t4116647657* L_49 = V_4;
		return L_49;
	}
}
// System.Boolean Mono.Security.Cryptography.DSAManaged::VerifySignature(System.Byte[],System.Byte[])
extern "C"  bool DSAManaged_VerifySignature_m2909094577 (DSAManaged_t2800260182 * __this, ByteU5BU5D_t4116647657* ___rgbHash0, ByteU5BU5D_t4116647657* ___rgbSignature1, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (DSAManaged_VerifySignature_m2909094577_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	BigInteger_t2902905089 * V_0 = NULL;
	ByteU5BU5D_t4116647657* V_1 = NULL;
	BigInteger_t2902905089 * V_2 = NULL;
	BigInteger_t2902905089 * V_3 = NULL;
	BigInteger_t2902905089 * V_4 = NULL;
	BigInteger_t2902905089 * V_5 = NULL;
	BigInteger_t2902905089 * V_6 = NULL;
	BigInteger_t2902905089 * V_7 = NULL;
	bool V_8 = false;
	Exception_t * __last_unhandled_exception = 0;
	NO_UNUSED_WARNING (__last_unhandled_exception);
	Exception_t * __exception_local = 0;
	NO_UNUSED_WARNING (__exception_local);
	int32_t __leave_target = 0;
	NO_UNUSED_WARNING (__leave_target);
	{
		bool L_0 = __this->get_m_disposed_3();
		if (!L_0)
		{
			goto IL_001b;
		}
	}
	{
		String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2597607271, /*hidden argument*/NULL);
		ObjectDisposedException_t21392786 * L_2 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var);
		ObjectDisposedException__ctor_m3603759869(L_2, L_1, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_2);
	}

IL_001b:
	{
		ByteU5BU5D_t4116647657* L_3 = ___rgbHash0;
		if (L_3)
		{
			goto IL_002c;
		}
	}
	{
		ArgumentNullException_t1615371798 * L_4 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var);
		ArgumentNullException__ctor_m1170824041(L_4, _stringLiteral2917899049, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_4);
	}

IL_002c:
	{
		ByteU5BU5D_t4116647657* L_5 = ___rgbSignature1;
		if (L_5)
		{
			goto IL_003d;
		}
	}
	{
		ArgumentNullException_t1615371798 * L_6 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var);
		ArgumentNullException__ctor_m1170824041(L_6, _stringLiteral3170101360, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_6);
	}

IL_003d:
	{
		ByteU5BU5D_t4116647657* L_7 = ___rgbHash0;
		NullCheck(L_7);
		if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length))))) == ((int32_t)((int32_t)20))))
		{
			goto IL_0052;
		}
	}
	{
		CryptographicException_t248831461 * L_8 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var);
		CryptographicException__ctor_m503735289(L_8, _stringLiteral1331454718, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_8);
	}

IL_0052:
	{
		ByteU5BU5D_t4116647657* L_9 = ___rgbSignature1;
		NullCheck(L_9);
		if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_9)->max_length))))) == ((int32_t)((int32_t)40))))
		{
			goto IL_0067;
		}
	}
	{
		CryptographicException_t248831461 * L_10 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var);
		CryptographicException__ctor_m503735289(L_10, _stringLiteral229941467, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_10);
	}

IL_0067:
	{
		bool L_11 = __this->get_keypairGenerated_2();
		if (L_11)
		{
			goto IL_0074;
		}
	}
	{
		return (bool)0;
	}

IL_0074:
	try
	{ // begin try (depth: 1)
		{
			ByteU5BU5D_t4116647657* L_12 = ___rgbHash0;
			BigInteger_t2902905089 * L_13 = (BigInteger_t2902905089 *)il2cpp_codegen_object_new(BigInteger_t2902905089_il2cpp_TypeInfo_var);
			BigInteger__ctor_m3991350270(L_13, L_12, /*hidden argument*/NULL);
			V_0 = L_13;
			V_1 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)20)));
			ByteU5BU5D_t4116647657* L_14 = ___rgbSignature1;
			ByteU5BU5D_t4116647657* L_15 = V_1;
			Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_14, 0, (RuntimeArray *)(RuntimeArray *)L_15, 0, ((int32_t)20), /*hidden argument*/NULL);
			ByteU5BU5D_t4116647657* L_16 = V_1;
			BigInteger_t2902905089 * L_17 = (BigInteger_t2902905089 *)il2cpp_codegen_object_new(BigInteger_t2902905089_il2cpp_TypeInfo_var);
			BigInteger__ctor_m3991350270(L_17, L_16, /*hidden argument*/NULL);
			V_2 = L_17;
			ByteU5BU5D_t4116647657* L_18 = ___rgbSignature1;
			ByteU5BU5D_t4116647657* L_19 = V_1;
			Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_18, ((int32_t)20), (RuntimeArray *)(RuntimeArray *)L_19, 0, ((int32_t)20), /*hidden argument*/NULL);
			ByteU5BU5D_t4116647657* L_20 = V_1;
			BigInteger_t2902905089 * L_21 = (BigInteger_t2902905089 *)il2cpp_codegen_object_new(BigInteger_t2902905089_il2cpp_TypeInfo_var);
			BigInteger__ctor_m3991350270(L_21, L_20, /*hidden argument*/NULL);
			V_3 = L_21;
			BigInteger_t2902905089 * L_22 = V_2;
			IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
			BigInteger_t2902905089 * L_23 = BigInteger_op_Implicit_m2847009755(NULL /*static, unused*/, 0, /*hidden argument*/NULL);
			bool L_24 = BigInteger_op_LessThan_m798881406(NULL /*static, unused*/, L_22, L_23, /*hidden argument*/NULL);
			if (L_24)
			{
				goto IL_00ca;
			}
		}

IL_00b9:
		{
			BigInteger_t2902905089 * L_25 = __this->get_q_5();
			BigInteger_t2902905089 * L_26 = V_2;
			IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
			bool L_27 = BigInteger_op_LessThanOrEqual_m2553515144(NULL /*static, unused*/, L_25, L_26, /*hidden argument*/NULL);
			if (!L_27)
			{
				goto IL_00d2;
			}
		}

IL_00ca:
		{
			V_8 = (bool)0;
			goto IL_01a4;
		}

IL_00d2:
		{
			BigInteger_t2902905089 * L_28 = V_3;
			IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
			BigInteger_t2902905089 * L_29 = BigInteger_op_Implicit_m2847009755(NULL /*static, unused*/, 0, /*hidden argument*/NULL);
			bool L_30 = BigInteger_op_LessThan_m798881406(NULL /*static, unused*/, L_28, L_29, /*hidden argument*/NULL);
			if (L_30)
			{
				goto IL_00f4;
			}
		}

IL_00e3:
		{
			BigInteger_t2902905089 * L_31 = __this->get_q_5();
			BigInteger_t2902905089 * L_32 = V_3;
			IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
			bool L_33 = BigInteger_op_LessThanOrEqual_m2553515144(NULL /*static, unused*/, L_31, L_32, /*hidden argument*/NULL);
			if (!L_33)
			{
				goto IL_00fc;
			}
		}

IL_00f4:
		{
			V_8 = (bool)0;
			goto IL_01a4;
		}

IL_00fc:
		{
			BigInteger_t2902905089 * L_34 = V_3;
			BigInteger_t2902905089 * L_35 = __this->get_q_5();
			NullCheck(L_34);
			BigInteger_t2902905089 * L_36 = BigInteger_ModInverse_m3469244086(L_34, L_35, /*hidden argument*/NULL);
			V_4 = L_36;
			BigInteger_t2902905089 * L_37 = V_0;
			BigInteger_t2902905089 * L_38 = V_4;
			IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
			BigInteger_t2902905089 * L_39 = BigInteger_op_Multiply_m3801644593(NULL /*static, unused*/, L_37, L_38, /*hidden argument*/NULL);
			BigInteger_t2902905089 * L_40 = __this->get_q_5();
			BigInteger_t2902905089 * L_41 = BigInteger_op_Modulus_m3223754023(NULL /*static, unused*/, L_39, L_40, /*hidden argument*/NULL);
			V_5 = L_41;
			BigInteger_t2902905089 * L_42 = V_2;
			BigInteger_t2902905089 * L_43 = V_4;
			BigInteger_t2902905089 * L_44 = BigInteger_op_Multiply_m3801644593(NULL /*static, unused*/, L_42, L_43, /*hidden argument*/NULL);
			BigInteger_t2902905089 * L_45 = __this->get_q_5();
			BigInteger_t2902905089 * L_46 = BigInteger_op_Modulus_m3223754023(NULL /*static, unused*/, L_44, L_45, /*hidden argument*/NULL);
			V_6 = L_46;
			BigInteger_t2902905089 * L_47 = __this->get_g_6();
			BigInteger_t2902905089 * L_48 = V_5;
			BigInteger_t2902905089 * L_49 = __this->get_p_4();
			NullCheck(L_47);
			BigInteger_t2902905089 * L_50 = BigInteger_ModPow_m2277842115(L_47, L_48, L_49, /*hidden argument*/NULL);
			V_5 = L_50;
			BigInteger_t2902905089 * L_51 = __this->get_y_8();
			BigInteger_t2902905089 * L_52 = V_6;
			BigInteger_t2902905089 * L_53 = __this->get_p_4();
			NullCheck(L_51);
			BigInteger_t2902905089 * L_54 = BigInteger_ModPow_m2277842115(L_51, L_52, L_53, /*hidden argument*/NULL);
			V_6 = L_54;
			BigInteger_t2902905089 * L_55 = V_5;
			BigInteger_t2902905089 * L_56 = V_6;
			BigInteger_t2902905089 * L_57 = BigInteger_op_Multiply_m3801644593(NULL /*static, unused*/, L_55, L_56, /*hidden argument*/NULL);
			BigInteger_t2902905089 * L_58 = __this->get_p_4();
			BigInteger_t2902905089 * L_59 = BigInteger_op_Modulus_m3223754023(NULL /*static, unused*/, L_57, L_58, /*hidden argument*/NULL);
			BigInteger_t2902905089 * L_60 = __this->get_q_5();
			BigInteger_t2902905089 * L_61 = BigInteger_op_Modulus_m3223754023(NULL /*static, unused*/, L_59, L_60, /*hidden argument*/NULL);
			V_7 = L_61;
			BigInteger_t2902905089 * L_62 = V_7;
			BigInteger_t2902905089 * L_63 = V_2;
			bool L_64 = BigInteger_op_Equality_m3263851871(NULL /*static, unused*/, L_62, L_63, /*hidden argument*/NULL);
			V_8 = L_64;
			goto IL_01a4;
		}

IL_018e:
		{
			; // IL_018e: leave IL_01a4
		}
	} // 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_0193;
		throw e;
	}

CATCH_0193:
	{ // begin catch(System.Object)
		{
			CryptographicException_t248831461 * L_65 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var);
			CryptographicException__ctor_m503735289(L_65, _stringLiteral3256081100, /*hidden argument*/NULL);
			IL2CPP_RAISE_MANAGED_EXCEPTION(L_65);
		}

IL_019f:
		{
			goto IL_01a4;
		}
	} // end catch (depth: 1)

IL_01a4:
	{
		bool L_66 = V_8;
		return L_66;
	}
}
// System.Void Mono.Security.Cryptography.DSAManaged::Dispose(System.Boolean)
extern "C"  void DSAManaged_Dispose_m757362415 (DSAManaged_t2800260182 * __this, bool ___disposing0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (DSAManaged_Dispose_m757362415_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		bool L_0 = __this->get_m_disposed_3();
		if (L_0)
		{
			goto IL_0106;
		}
	}
	{
		BigInteger_t2902905089 * L_1 = __this->get_x_7();
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		bool L_2 = BigInteger_op_Inequality_m2365536750(NULL /*static, unused*/, L_1, (BigInteger_t2902905089 *)NULL, /*hidden argument*/NULL);
		if (!L_2)
		{
			goto IL_002e;
		}
	}
	{
		BigInteger_t2902905089 * L_3 = __this->get_x_7();
		NullCheck(L_3);
		BigInteger_Clear_m3104012800(L_3, /*hidden argument*/NULL);
		__this->set_x_7((BigInteger_t2902905089 *)NULL);
	}

IL_002e:
	{
		bool L_4 = ___disposing0;
		if (!L_4)
		{
			goto IL_0106;
		}
	}
	{
		BigInteger_t2902905089 * L_5 = __this->get_p_4();
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		bool L_6 = BigInteger_op_Inequality_m2365536750(NULL /*static, unused*/, L_5, (BigInteger_t2902905089 *)NULL, /*hidden argument*/NULL);
		if (!L_6)
		{
			goto IL_0057;
		}
	}
	{
		BigInteger_t2902905089 * L_7 = __this->get_p_4();
		NullCheck(L_7);
		BigInteger_Clear_m3104012800(L_7, /*hidden argument*/NULL);
		__this->set_p_4((BigInteger_t2902905089 *)NULL);
	}

IL_0057:
	{
		BigInteger_t2902905089 * L_8 = __this->get_q_5();
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		bool L_9 = BigInteger_op_Inequality_m2365536750(NULL /*static, unused*/, L_8, (BigInteger_t2902905089 *)NULL, /*hidden argument*/NULL);
		if (!L_9)
		{
			goto IL_007a;
		}
	}
	{
		BigInteger_t2902905089 * L_10 = __this->get_q_5();
		NullCheck(L_10);
		BigInteger_Clear_m3104012800(L_10, /*hidden argument*/NULL);
		__this->set_q_5((BigInteger_t2902905089 *)NULL);
	}

IL_007a:
	{
		BigInteger_t2902905089 * L_11 = __this->get_g_6();
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		bool L_12 = BigInteger_op_Inequality_m2365536750(NULL /*static, unused*/, L_11, (BigInteger_t2902905089 *)NULL, /*hidden argument*/NULL);
		if (!L_12)
		{
			goto IL_009d;
		}
	}
	{
		BigInteger_t2902905089 * L_13 = __this->get_g_6();
		NullCheck(L_13);
		BigInteger_Clear_m3104012800(L_13, /*hidden argument*/NULL);
		__this->set_g_6((BigInteger_t2902905089 *)NULL);
	}

IL_009d:
	{
		BigInteger_t2902905089 * L_14 = __this->get_j_9();
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		bool L_15 = BigInteger_op_Inequality_m2365536750(NULL /*static, unused*/, L_14, (BigInteger_t2902905089 *)NULL, /*hidden argument*/NULL);
		if (!L_15)
		{
			goto IL_00c0;
		}
	}
	{
		BigInteger_t2902905089 * L_16 = __this->get_j_9();
		NullCheck(L_16);
		BigInteger_Clear_m3104012800(L_16, /*hidden argument*/NULL);
		__this->set_j_9((BigInteger_t2902905089 *)NULL);
	}

IL_00c0:
	{
		BigInteger_t2902905089 * L_17 = __this->get_seed_10();
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		bool L_18 = BigInteger_op_Inequality_m2365536750(NULL /*static, unused*/, L_17, (BigInteger_t2902905089 *)NULL, /*hidden argument*/NULL);
		if (!L_18)
		{
			goto IL_00e3;
		}
	}
	{
		BigInteger_t2902905089 * L_19 = __this->get_seed_10();
		NullCheck(L_19);
		BigInteger_Clear_m3104012800(L_19, /*hidden argument*/NULL);
		__this->set_seed_10((BigInteger_t2902905089 *)NULL);
	}

IL_00e3:
	{
		BigInteger_t2902905089 * L_20 = __this->get_y_8();
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		bool L_21 = BigInteger_op_Inequality_m2365536750(NULL /*static, unused*/, L_20, (BigInteger_t2902905089 *)NULL, /*hidden argument*/NULL);
		if (!L_21)
		{
			goto IL_0106;
		}
	}
	{
		BigInteger_t2902905089 * L_22 = __this->get_y_8();
		NullCheck(L_22);
		BigInteger_Clear_m3104012800(L_22, /*hidden argument*/NULL);
		__this->set_y_8((BigInteger_t2902905089 *)NULL);
	}

IL_0106:
	{
		__this->set_m_disposed_3((bool)1);
		return;
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Mono.Security.Cryptography.DSAManaged/KeyGeneratedEventHandler::.ctor(System.Object,System.IntPtr)
extern "C"  void KeyGeneratedEventHandler__ctor_m3801024251 (KeyGeneratedEventHandler_t3828027274 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
	__this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1));
	__this->set_method_3(___method1);
	__this->set_m_target_2(___object0);
}
// System.Void Mono.Security.Cryptography.DSAManaged/KeyGeneratedEventHandler::Invoke(System.Object,System.EventArgs)
extern "C"  void KeyGeneratedEventHandler_Invoke_m4131555809 (KeyGeneratedEventHandler_t3828027274 * __this, RuntimeObject * ___sender0, EventArgs_t3591816995 * ___e1, const RuntimeMethod* method)
{
	if(__this->get_prev_9() != NULL)
	{
		KeyGeneratedEventHandler_Invoke_m4131555809((KeyGeneratedEventHandler_t3828027274 *)__this->get_prev_9(), ___sender0, ___e1, method);
	}
	Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0();
	RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3());
	RuntimeObject* targetThis = __this->get_m_target_2();
	il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
	bool ___methodIsStatic = MethodIsStatic(targetMethod);
	if (___methodIsStatic)
	{
		if (il2cpp_codegen_method_parameter_count(targetMethod) == 2)
		{
			// open
			typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, EventArgs_t3591816995 *, const RuntimeMethod*);
			((FunctionPointerType)targetMethodPointer)(NULL, ___sender0, ___e1, targetMethod);
		}
		else
		{
			// closed
			typedef void (*FunctionPointerType) (RuntimeObject *, void*, RuntimeObject *, EventArgs_t3591816995 *, const RuntimeMethod*);
			((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___sender0, ___e1, targetMethod);
		}
	}
	else
	{
		if (il2cpp_codegen_method_parameter_count(targetMethod) == 2)
		{
			// closed
			typedef void (*FunctionPointerType) (void*, RuntimeObject *, EventArgs_t3591816995 *, const RuntimeMethod*);
			((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___e1, targetMethod);
		}
		else
		{
			// open
			typedef void (*FunctionPointerType) (RuntimeObject *, EventArgs_t3591816995 *, const RuntimeMethod*);
			((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod);
		}
	}
}
// System.IAsyncResult Mono.Security.Cryptography.DSAManaged/KeyGeneratedEventHandler::BeginInvoke(System.Object,System.EventArgs,System.AsyncCallback,System.Object)
extern "C"  RuntimeObject* KeyGeneratedEventHandler_BeginInvoke_m3949196697 (KeyGeneratedEventHandler_t3828027274 * __this, RuntimeObject * ___sender0, EventArgs_t3591816995 * ___e1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
{
	void *__d_args[3] = {0};
	__d_args[0] = ___sender0;
	__d_args[1] = ___e1;
	return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
}
// System.Void Mono.Security.Cryptography.DSAManaged/KeyGeneratedEventHandler::EndInvoke(System.IAsyncResult)
extern "C"  void KeyGeneratedEventHandler_EndInvoke_m1628355235 (KeyGeneratedEventHandler_t3828027274 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
{
	il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.RandomNumberGenerator Mono.Security.Cryptography.KeyBuilder::get_Rng()
extern "C"  RandomNumberGenerator_t386037858 * KeyBuilder_get_Rng_m1353817187 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (KeyBuilder_get_Rng_m1353817187_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		RandomNumberGenerator_t386037858 * L_0 = ((KeyBuilder_t2049230354_StaticFields*)il2cpp_codegen_static_fields_for(KeyBuilder_t2049230354_il2cpp_TypeInfo_var))->get_rng_0();
		if (L_0)
		{
			goto IL_0014;
		}
	}
	{
		RandomNumberGenerator_t386037858 * L_1 = RandomNumberGenerator_Create_m4162970280(NULL /*static, unused*/, /*hidden argument*/NULL);
		((KeyBuilder_t2049230354_StaticFields*)il2cpp_codegen_static_fields_for(KeyBuilder_t2049230354_il2cpp_TypeInfo_var))->set_rng_0(L_1);
	}

IL_0014:
	{
		RandomNumberGenerator_t386037858 * L_2 = ((KeyBuilder_t2049230354_StaticFields*)il2cpp_codegen_static_fields_for(KeyBuilder_t2049230354_il2cpp_TypeInfo_var))->get_rng_0();
		return L_2;
	}
}
// 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)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (KeyBuilder_Key_m876696100_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	ByteU5BU5D_t4116647657* V_0 = NULL;
	{
		int32_t L_0 = ___size0;
		V_0 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_0));
		RandomNumberGenerator_t386037858 * L_1 = KeyBuilder_get_Rng_m1353817187(NULL /*static, unused*/, /*hidden argument*/NULL);
		ByteU5BU5D_t4116647657* L_2 = V_0;
		NullCheck(L_1);
		VirtActionInvoker1< ByteU5BU5D_t4116647657* >::Invoke(4 /* System.Void System.Security.Cryptography.RandomNumberGenerator::GetBytes(System.Byte[]) */, L_1, L_2);
		ByteU5BU5D_t4116647657* L_3 = V_0;
		return L_3;
	}
}
// 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)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (KeyBuilder_IV_m2230195376_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	ByteU5BU5D_t4116647657* V_0 = NULL;
	{
		int32_t L_0 = ___size0;
		V_0 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_0));
		RandomNumberGenerator_t386037858 * L_1 = KeyBuilder_get_Rng_m1353817187(NULL /*static, unused*/, /*hidden argument*/NULL);
		ByteU5BU5D_t4116647657* L_2 = V_0;
		NullCheck(L_1);
		VirtActionInvoker1< ByteU5BU5D_t4116647657* >::Invoke(4 /* System.Void System.Security.Cryptography.RandomNumberGenerator::GetBytes(System.Byte[]) */, L_1, L_2);
		ByteU5BU5D_t4116647657* L_3 = V_0;
		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 Mono.Security.Cryptography.KeyPairPersistence::.ctor(System.Security.Cryptography.CspParameters)
extern "C"  void KeyPairPersistence__ctor_m103880447 (KeyPairPersistence_t2094547461 * __this, CspParameters_t239852639 * ___parameters0, const RuntimeMethod* method)
{
	{
		CspParameters_t239852639 * L_0 = ___parameters0;
		KeyPairPersistence__ctor_m252166830(__this, L_0, (String_t*)NULL, /*hidden argument*/NULL);
		return;
	}
}
// System.Void Mono.Security.Cryptography.KeyPairPersistence::.ctor(System.Security.Cryptography.CspParameters,System.String)
extern "C"  void KeyPairPersistence__ctor_m252166830 (KeyPairPersistence_t2094547461 * __this, CspParameters_t239852639 * ___parameters0, String_t* ___keyPair1, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (KeyPairPersistence__ctor_m252166830_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		Object__ctor_m297566312(__this, /*hidden argument*/NULL);
		CspParameters_t239852639 * L_0 = ___parameters0;
		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, _stringLiteral3372390906, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_1);
	}

IL_0017:
	{
		CspParameters_t239852639 * L_2 = ___parameters0;
		CspParameters_t239852639 * L_3 = KeyPairPersistence_Copy_m2577206651(__this, L_2, /*hidden argument*/NULL);
		__this->set__params_4(L_3);
		String_t* L_4 = ___keyPair1;
		__this->set__keyvalue_5(L_4);
		return;
	}
}
// System.Void Mono.Security.Cryptography.KeyPairPersistence::.cctor()
extern "C"  void KeyPairPersistence__cctor_m1700962802 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (KeyPairPersistence__cctor_m1700962802_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		((KeyPairPersistence_t2094547461_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t2094547461_il2cpp_TypeInfo_var))->set__userPathExists_0((bool)0);
		((KeyPairPersistence_t2094547461_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t2094547461_il2cpp_TypeInfo_var))->set__machinePathExists_2((bool)0);
		RuntimeObject * L_0 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var);
		Object__ctor_m297566312(L_0, /*hidden argument*/NULL);
		((KeyPairPersistence_t2094547461_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t2094547461_il2cpp_TypeInfo_var))->set_lockobj_8(L_0);
		return;
	}
}
// System.String Mono.Security.Cryptography.KeyPairPersistence::get_Filename()
extern "C"  String_t* KeyPairPersistence_get_Filename_m2760692036 (KeyPairPersistence_t2094547461 * __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (KeyPairPersistence_get_Filename_m2760692036_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		String_t* L_0 = __this->get__filename_6();
		if (L_0)
		{
			goto IL_0091;
		}
	}
	{
		IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var);
		CultureInfo_t4157843068 * L_1 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL);
		ObjectU5BU5D_t2843939325* L_2 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)3));
		CspParameters_t239852639 * L_3 = __this->get__params_4();
		NullCheck(L_3);
		int32_t L_4 = L_3->get_ProviderType_4();
		int32_t L_5 = L_4;
		RuntimeObject * L_6 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_5);
		NullCheck(L_2);
		ArrayElementTypeCheck (L_2, L_6);
		(L_2)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_6);
		ObjectU5BU5D_t2843939325* L_7 = L_2;
		String_t* L_8 = KeyPairPersistence_get_ContainerName_m4274536094(__this, /*hidden argument*/NULL);
		NullCheck(L_7);
		ArrayElementTypeCheck (L_7, L_8);
		(L_7)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_8);
		ObjectU5BU5D_t2843939325* L_9 = L_7;
		CspParameters_t239852639 * L_10 = __this->get__params_4();
		NullCheck(L_10);
		int32_t L_11 = L_10->get_KeyNumber_2();
		int32_t L_12 = L_11;
		RuntimeObject * L_13 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_12);
		NullCheck(L_9);
		ArrayElementTypeCheck (L_9, L_13);
		(L_9)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject *)L_13);
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_14 = String_Format_m1881875187(NULL /*static, unused*/, L_1, _stringLiteral429868764, L_9, /*hidden argument*/NULL);
		__this->set__filename_6(L_14);
		bool L_15 = KeyPairPersistence_get_UseMachineKeyStore_m3206839918(__this, /*hidden argument*/NULL);
		if (!L_15)
		{
			goto IL_007b;
		}
	}
	{
		IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t2094547461_il2cpp_TypeInfo_var);
		String_t* L_16 = KeyPairPersistence_get_MachinePath_m3812267291(NULL /*static, unused*/, /*hidden argument*/NULL);
		String_t* L_17 = __this->get__filename_6();
		IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var);
		String_t* L_18 = Path_Combine_m3389272516(NULL /*static, unused*/, L_16, L_17, /*hidden argument*/NULL);
		__this->set__filename_6(L_18);
		goto IL_0091;
	}

IL_007b:
	{
		IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t2094547461_il2cpp_TypeInfo_var);
		String_t* L_19 = KeyPairPersistence_get_UserPath_m610275969(NULL /*static, unused*/, /*hidden argument*/NULL);
		String_t* L_20 = __this->get__filename_6();
		IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var);
		String_t* L_21 = Path_Combine_m3389272516(NULL /*static, unused*/, L_19, L_20, /*hidden argument*/NULL);
		__this->set__filename_6(L_21);
	}

IL_0091:
	{
		String_t* L_22 = __this->get__filename_6();
		return L_22;
	}
}
// System.String Mono.Security.Cryptography.KeyPairPersistence::get_KeyValue()
extern "C"  String_t* KeyPairPersistence_get_KeyValue_m2994490605 (KeyPairPersistence_t2094547461 * __this, const RuntimeMethod* method)
{
	{
		String_t* L_0 = __this->get__keyvalue_5();
		return L_0;
	}
}
// 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)
{
	{
		bool L_0 = KeyPairPersistence_get_CanChange_m4275265699(__this, /*hidden argument*/NULL);
		if (!L_0)
		{
			goto IL_0012;
		}
	}
	{
		String_t* L_1 = ___value0;
		__this->set__keyvalue_5(L_1);
	}

IL_0012:
	{
		return;
	}
}
// System.Boolean Mono.Security.Cryptography.KeyPairPersistence::Load()
extern "C"  bool KeyPairPersistence_Load_m2518737071 (KeyPairPersistence_t2094547461 * __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (KeyPairPersistence_Load_m2518737071_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	bool V_0 = false;
	StreamReader_t4009935899 * 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);
	{
		bool L_0 = Environment_get_SocketSecurityEnabled_m190813817(NULL /*static, unused*/, /*hidden argument*/NULL);
		if (!L_0)
		{
			goto IL_000c;
		}
	}
	{
		return (bool)0;
	}

IL_000c:
	{
		String_t* L_1 = KeyPairPersistence_get_Filename_m2760692036(__this, /*hidden argument*/NULL);
		bool L_2 = File_Exists_m3943585060(NULL /*static, unused*/, L_1, /*hidden argument*/NULL);
		V_0 = L_2;
		bool L_3 = V_0;
		if (!L_3)
		{
			goto IL_0048;
		}
	}
	{
		String_t* L_4 = KeyPairPersistence_get_Filename_m2760692036(__this, /*hidden argument*/NULL);
		StreamReader_t4009935899 * L_5 = File_OpenText_m196858847(NULL /*static, unused*/, L_4, /*hidden argument*/NULL);
		V_1 = L_5;
	}

IL_002a:
	try
	{ // begin try (depth: 1)
		StreamReader_t4009935899 * L_6 = V_1;
		NullCheck(L_6);
		String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(10 /* System.String System.IO.StreamReader::ReadToEnd() */, L_6);
		KeyPairPersistence_FromXml_m746585742(__this, L_7, /*hidden argument*/NULL);
		IL2CPP_LEAVE(0x48, FINALLY_003b);
	} // end try (depth: 1)
	catch(Il2CppExceptionWrapper& e)
	{
		__last_unhandled_exception = (Exception_t *)e.ex;
		goto FINALLY_003b;
	}

FINALLY_003b:
	{ // begin finally (depth: 1)
		{
			StreamReader_t4009935899 * L_8 = V_1;
			if (!L_8)
			{
				goto IL_0047;
			}
		}

IL_0041:
		{
			StreamReader_t4009935899 * L_9 = V_1;
			NullCheck(L_9);
			InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_9);
		}

IL_0047:
		{
			IL2CPP_END_FINALLY(59)
		}
	} // end finally (depth: 1)
	IL2CPP_CLEANUP(59)
	{
		IL2CPP_JUMP_TBL(0x48, IL_0048)
		IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
	}

IL_0048:
	{
		bool L_10 = V_0;
		return L_10;
	}
}
// System.Void Mono.Security.Cryptography.KeyPairPersistence::Save()
extern "C"  void KeyPairPersistence_Save_m3111435398 (KeyPairPersistence_t2094547461 * __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (KeyPairPersistence_Save_m3111435398_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	FileStream_t4292183065 * V_0 = NULL;
	StreamWriter_t1266378904 * 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);
	{
		bool L_0 = Environment_get_SocketSecurityEnabled_m190813817(NULL /*static, unused*/, /*hidden argument*/NULL);
		if (!L_0)
		{
			goto IL_000b;
		}
	}
	{
		return;
	}

IL_000b:
	{
		String_t* L_1 = KeyPairPersistence_get_Filename_m2760692036(__this, /*hidden argument*/NULL);
		FileStream_t4292183065 * L_2 = File_Open_m664439378(NULL /*static, unused*/, L_1, 2, /*hidden argument*/NULL);
		V_0 = L_2;
	}

IL_0018:
	try
	{ // begin try (depth: 1)
		FileStream_t4292183065 * L_3 = V_0;
		IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var);
		Encoding_t1523322056 * L_4 = Encoding_get_UTF8_m1008486739(NULL /*static, unused*/, /*hidden argument*/NULL);
		StreamWriter_t1266378904 * L_5 = (StreamWriter_t1266378904 *)il2cpp_codegen_object_new(StreamWriter_t1266378904_il2cpp_TypeInfo_var);
		StreamWriter__ctor_m2310301218(L_5, L_3, L_4, /*hidden argument*/NULL);
		V_1 = L_5;
		StreamWriter_t1266378904 * L_6 = V_1;
		String_t* L_7 = KeyPairPersistence_ToXml_m812591779(__this, /*hidden argument*/NULL);
		NullCheck(L_6);
		VirtActionInvoker1< String_t* >::Invoke(10 /* System.Void System.IO.StreamWriter::Write(System.String) */, L_6, L_7);
		StreamWriter_t1266378904 * L_8 = V_1;
		NullCheck(L_8);
		VirtActionInvoker0::Invoke(5 /* System.Void System.IO.StreamWriter::Close() */, L_8);
		IL2CPP_LEAVE(0x48, FINALLY_003b);
	} // end try (depth: 1)
	catch(Il2CppExceptionWrapper& e)
	{
		__last_unhandled_exception = (Exception_t *)e.ex;
		goto FINALLY_003b;
	}

FINALLY_003b:
	{ // begin finally (depth: 1)
		{
			FileStream_t4292183065 * L_9 = V_0;
			if (!L_9)
			{
				goto IL_0047;
			}
		}

IL_0041:
		{
			FileStream_t4292183065 * L_10 = V_0;
			NullCheck(L_10);
			InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_10);
		}

IL_0047:
		{
			IL2CPP_END_FINALLY(59)
		}
	} // end finally (depth: 1)
	IL2CPP_CLEANUP(59)
	{
		IL2CPP_JUMP_TBL(0x48, IL_0048)
		IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
	}

IL_0048:
	{
		bool L_11 = KeyPairPersistence_get_UseMachineKeyStore_m3206839918(__this, /*hidden argument*/NULL);
		if (!L_11)
		{
			goto IL_0064;
		}
	}
	{
		String_t* L_12 = KeyPairPersistence_get_Filename_m2760692036(__this, /*hidden argument*/NULL);
		IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t2094547461_il2cpp_TypeInfo_var);
		KeyPairPersistence_ProtectMachine_m1313131097(NULL /*static, unused*/, L_12, /*hidden argument*/NULL);
		goto IL_0070;
	}

IL_0064:
	{
		String_t* L_13 = KeyPairPersistence_get_Filename_m2760692036(__this, /*hidden argument*/NULL);
		IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t2094547461_il2cpp_TypeInfo_var);
		KeyPairPersistence_ProtectUser_m2715637552(NULL /*static, unused*/, L_13, /*hidden argument*/NULL);
	}

IL_0070:
	{
		return;
	}
}
// System.Void Mono.Security.Cryptography.KeyPairPersistence::Remove()
extern "C"  void KeyPairPersistence_Remove_m1876145547 (KeyPairPersistence_t2094547461 * __this, const RuntimeMethod* method)
{
	{
		bool L_0 = Environment_get_SocketSecurityEnabled_m190813817(NULL /*static, unused*/, /*hidden argument*/NULL);
		if (!L_0)
		{
			goto IL_000b;
		}
	}
	{
		return;
	}

IL_000b:
	{
		String_t* L_1 = KeyPairPersistence_get_Filename_m2760692036(__this, /*hidden argument*/NULL);
		File_Delete_m321251800(NULL /*static, unused*/, L_1, /*hidden argument*/NULL);
		return;
	}
}
// System.String Mono.Security.Cryptography.KeyPairPersistence::get_UserPath()
extern "C"  String_t* KeyPairPersistence_get_UserPath_m610275969 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (KeyPairPersistence_get_UserPath_m610275969_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	RuntimeObject * V_0 = NULL;
	Exception_t * V_1 = NULL;
	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);
	{
		IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t2094547461_il2cpp_TypeInfo_var);
		RuntimeObject * L_0 = ((KeyPairPersistence_t2094547461_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t2094547461_il2cpp_TypeInfo_var))->get_lockobj_8();
		V_0 = L_0;
		RuntimeObject * L_1 = V_0;
		Monitor_Enter_m2249409497(NULL /*static, unused*/, L_1, /*hidden argument*/NULL);
	}

IL_000c:
	try
	{ // begin try (depth: 1)
		{
			IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t2094547461_il2cpp_TypeInfo_var);
			String_t* L_2 = ((KeyPairPersistence_t2094547461_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t2094547461_il2cpp_TypeInfo_var))->get__userPath_1();
			if (!L_2)
			{
				goto IL_0020;
			}
		}

IL_0016:
		{
			IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t2094547461_il2cpp_TypeInfo_var);
			bool L_3 = ((KeyPairPersistence_t2094547461_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t2094547461_il2cpp_TypeInfo_var))->get__userPathExists_0();
			if (L_3)
			{
				goto IL_00a7;
			}
		}

IL_0020:
		{
			String_t* L_4 = Environment_GetFolderPath_m327623990(NULL /*static, unused*/, ((int32_t)26), /*hidden argument*/NULL);
			IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var);
			String_t* L_5 = Path_Combine_m3389272516(NULL /*static, unused*/, L_4, _stringLiteral3525949144, /*hidden argument*/NULL);
			IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t2094547461_il2cpp_TypeInfo_var);
			((KeyPairPersistence_t2094547461_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t2094547461_il2cpp_TypeInfo_var))->set__userPath_1(L_5);
			String_t* L_6 = ((KeyPairPersistence_t2094547461_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t2094547461_il2cpp_TypeInfo_var))->get__userPath_1();
			String_t* L_7 = Path_Combine_m3389272516(NULL /*static, unused*/, L_6, _stringLiteral2065055969, /*hidden argument*/NULL);
			((KeyPairPersistence_t2094547461_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t2094547461_il2cpp_TypeInfo_var))->set__userPath_1(L_7);
			String_t* L_8 = ((KeyPairPersistence_t2094547461_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t2094547461_il2cpp_TypeInfo_var))->get__userPath_1();
			bool L_9 = Directory_Exists_m1484791558(NULL /*static, unused*/, L_8, /*hidden argument*/NULL);
			((KeyPairPersistence_t2094547461_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t2094547461_il2cpp_TypeInfo_var))->set__userPathExists_0(L_9);
			bool L_10 = ((KeyPairPersistence_t2094547461_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t2094547461_il2cpp_TypeInfo_var))->get__userPathExists_0();
			if (L_10)
			{
				goto IL_00a7;
			}
		}

IL_0063:
		try
		{ // begin try (depth: 2)
			IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t2094547461_il2cpp_TypeInfo_var);
			String_t* L_11 = ((KeyPairPersistence_t2094547461_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t2094547461_il2cpp_TypeInfo_var))->get__userPath_1();
			Directory_CreateDirectory_m751642867(NULL /*static, unused*/, L_11, /*hidden argument*/NULL);
			String_t* L_12 = ((KeyPairPersistence_t2094547461_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t2094547461_il2cpp_TypeInfo_var))->get__userPath_1();
			KeyPairPersistence_ProtectUser_m2715637552(NULL /*static, unused*/, L_12, /*hidden argument*/NULL);
			((KeyPairPersistence_t2094547461_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t2094547461_il2cpp_TypeInfo_var))->set__userPathExists_0((bool)1);
			goto IL_00a7;
		} // 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_0084;
			throw e;
		}

CATCH_0084:
		{ // begin catch(System.Exception)
			{
				V_1 = ((Exception_t *)__exception_local);
				String_t* L_13 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1344682237, /*hidden argument*/NULL);
				V_2 = L_13;
				String_t* L_14 = V_2;
				IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t2094547461_il2cpp_TypeInfo_var);
				String_t* L_15 = ((KeyPairPersistence_t2094547461_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t2094547461_il2cpp_TypeInfo_var))->get__userPath_1();
				IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
				String_t* L_16 = String_Format_m2844511972(NULL /*static, unused*/, L_14, L_15, /*hidden argument*/NULL);
				Exception_t * L_17 = V_1;
				CryptographicException_t248831461 * L_18 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var);
				CryptographicException__ctor_m1422015889(L_18, L_16, L_17, /*hidden argument*/NULL);
				IL2CPP_RAISE_MANAGED_EXCEPTION(L_18);
			}

IL_00a2:
			{
				goto IL_00a7;
			}
		} // end catch (depth: 2)

IL_00a7:
		{
			IL2CPP_LEAVE(0xB3, FINALLY_00ac);
		}
	} // end try (depth: 1)
	catch(Il2CppExceptionWrapper& e)
	{
		__last_unhandled_exception = (Exception_t *)e.ex;
		goto FINALLY_00ac;
	}

FINALLY_00ac:
	{ // begin finally (depth: 1)
		RuntimeObject * L_19 = V_0;
		Monitor_Exit_m3585316909(NULL /*static, unused*/, L_19, /*hidden argument*/NULL);
		IL2CPP_END_FINALLY(172)
	} // end finally (depth: 1)
	IL2CPP_CLEANUP(172)
	{
		IL2CPP_JUMP_TBL(0xB3, IL_00b3)
		IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
	}

IL_00b3:
	{
		IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t2094547461_il2cpp_TypeInfo_var);
		String_t* L_20 = ((KeyPairPersistence_t2094547461_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t2094547461_il2cpp_TypeInfo_var))->get__userPath_1();
		bool L_21 = KeyPairPersistence_IsUserProtected_m2000878920(NULL /*static, unused*/, L_20, /*hidden argument*/NULL);
		if (L_21)
		{
			goto IL_00de;
		}
	}
	{
		String_t* L_22 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1352098692, /*hidden argument*/NULL);
		V_3 = L_22;
		String_t* L_23 = V_3;
		IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t2094547461_il2cpp_TypeInfo_var);
		String_t* L_24 = ((KeyPairPersistence_t2094547461_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t2094547461_il2cpp_TypeInfo_var))->get__userPath_1();
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_25 = String_Format_m2844511972(NULL /*static, unused*/, L_23, L_24, /*hidden argument*/NULL);
		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_00de:
	{
		IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t2094547461_il2cpp_TypeInfo_var);
		String_t* L_27 = ((KeyPairPersistence_t2094547461_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t2094547461_il2cpp_TypeInfo_var))->get__userPath_1();
		return L_27;
	}
}
// System.String Mono.Security.Cryptography.KeyPairPersistence::get_MachinePath()
extern "C"  String_t* KeyPairPersistence_get_MachinePath_m3812267291 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (KeyPairPersistence_get_MachinePath_m3812267291_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	RuntimeObject * V_0 = NULL;
	Exception_t * V_1 = NULL;
	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);
	{
		IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t2094547461_il2cpp_TypeInfo_var);
		RuntimeObject * L_0 = ((KeyPairPersistence_t2094547461_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t2094547461_il2cpp_TypeInfo_var))->get_lockobj_8();
		V_0 = L_0;
		RuntimeObject * L_1 = V_0;
		Monitor_Enter_m2249409497(NULL /*static, unused*/, L_1, /*hidden argument*/NULL);
	}

IL_000c:
	try
	{ // begin try (depth: 1)
		{
			IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t2094547461_il2cpp_TypeInfo_var);
			String_t* L_2 = ((KeyPairPersistence_t2094547461_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t2094547461_il2cpp_TypeInfo_var))->get__machinePath_3();
			if (!L_2)
			{
				goto IL_0020;
			}
		}

IL_0016:
		{
			IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t2094547461_il2cpp_TypeInfo_var);
			bool L_3 = ((KeyPairPersistence_t2094547461_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t2094547461_il2cpp_TypeInfo_var))->get__machinePathExists_2();
			if (L_3)
			{
				goto IL_00a7;
			}
		}

IL_0020:
		{
			String_t* L_4 = Environment_GetFolderPath_m327623990(NULL /*static, unused*/, ((int32_t)35), /*hidden argument*/NULL);
			IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var);
			String_t* L_5 = Path_Combine_m3389272516(NULL /*static, unused*/, L_4, _stringLiteral3525949144, /*hidden argument*/NULL);
			IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t2094547461_il2cpp_TypeInfo_var);
			((KeyPairPersistence_t2094547461_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t2094547461_il2cpp_TypeInfo_var))->set__machinePath_3(L_5);
			String_t* L_6 = ((KeyPairPersistence_t2094547461_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t2094547461_il2cpp_TypeInfo_var))->get__machinePath_3();
			String_t* L_7 = Path_Combine_m3389272516(NULL /*static, unused*/, L_6, _stringLiteral2065055969, /*hidden argument*/NULL);
			((KeyPairPersistence_t2094547461_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t2094547461_il2cpp_TypeInfo_var))->set__machinePath_3(L_7);
			String_t* L_8 = ((KeyPairPersistence_t2094547461_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t2094547461_il2cpp_TypeInfo_var))->get__machinePath_3();
			bool L_9 = Directory_Exists_m1484791558(NULL /*static, unused*/, L_8, /*hidden argument*/NULL);
			((KeyPairPersistence_t2094547461_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t2094547461_il2cpp_TypeInfo_var))->set__machinePathExists_2(L_9);
			bool L_10 = ((KeyPairPersistence_t2094547461_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t2094547461_il2cpp_TypeInfo_var))->get__machinePathExists_2();
			if (L_10)
			{
				goto IL_00a7;
			}
		}

IL_0063:
		try
		{ // begin try (depth: 2)
			IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t2094547461_il2cpp_TypeInfo_var);
			String_t* L_11 = ((KeyPairPersistence_t2094547461_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t2094547461_il2cpp_TypeInfo_var))->get__machinePath_3();
			Directory_CreateDirectory_m751642867(NULL /*static, unused*/, L_11, /*hidden argument*/NULL);
			String_t* L_12 = ((KeyPairPersistence_t2094547461_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t2094547461_il2cpp_TypeInfo_var))->get__machinePath_3();
			KeyPairPersistence_ProtectMachine_m1313131097(NULL /*static, unused*/, L_12, /*hidden argument*/NULL);
			((KeyPairPersistence_t2094547461_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t2094547461_il2cpp_TypeInfo_var))->set__machinePathExists_2((bool)1);
			goto IL_00a7;
		} // 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_0084;
			throw e;
		}

CATCH_0084:
		{ // begin catch(System.Exception)
			{
				V_1 = ((Exception_t *)__exception_local);
				String_t* L_13 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1297034026, /*hidden argument*/NULL);
				V_2 = L_13;
				String_t* L_14 = V_2;
				IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t2094547461_il2cpp_TypeInfo_var);
				String_t* L_15 = ((KeyPairPersistence_t2094547461_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t2094547461_il2cpp_TypeInfo_var))->get__machinePath_3();
				IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
				String_t* L_16 = String_Format_m2844511972(NULL /*static, unused*/, L_14, L_15, /*hidden argument*/NULL);
				Exception_t * L_17 = V_1;
				CryptographicException_t248831461 * L_18 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var);
				CryptographicException__ctor_m1422015889(L_18, L_16, L_17, /*hidden argument*/NULL);
				IL2CPP_RAISE_MANAGED_EXCEPTION(L_18);
			}

IL_00a2:
			{
				goto IL_00a7;
			}
		} // end catch (depth: 2)

IL_00a7:
		{
			IL2CPP_LEAVE(0xB3, FINALLY_00ac);
		}
	} // end try (depth: 1)
	catch(Il2CppExceptionWrapper& e)
	{
		__last_unhandled_exception = (Exception_t *)e.ex;
		goto FINALLY_00ac;
	}

FINALLY_00ac:
	{ // begin finally (depth: 1)
		RuntimeObject * L_19 = V_0;
		Monitor_Exit_m3585316909(NULL /*static, unused*/, L_19, /*hidden argument*/NULL);
		IL2CPP_END_FINALLY(172)
	} // end finally (depth: 1)
	IL2CPP_CLEANUP(172)
	{
		IL2CPP_JUMP_TBL(0xB3, IL_00b3)
		IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
	}

IL_00b3:
	{
		IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t2094547461_il2cpp_TypeInfo_var);
		String_t* L_20 = ((KeyPairPersistence_t2094547461_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t2094547461_il2cpp_TypeInfo_var))->get__machinePath_3();
		bool L_21 = KeyPairPersistence_IsMachineProtected_m644209340(NULL /*static, unused*/, L_20, /*hidden argument*/NULL);
		if (L_21)
		{
			goto IL_00de;
		}
	}
	{
		String_t* L_22 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1159144833, /*hidden argument*/NULL);
		V_3 = L_22;
		String_t* L_23 = V_3;
		IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t2094547461_il2cpp_TypeInfo_var);
		String_t* L_24 = ((KeyPairPersistence_t2094547461_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t2094547461_il2cpp_TypeInfo_var))->get__machinePath_3();
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_25 = String_Format_m2844511972(NULL /*static, unused*/, L_23, L_24, /*hidden argument*/NULL);
		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_00de:
	{
		IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t2094547461_il2cpp_TypeInfo_var);
		String_t* L_27 = ((KeyPairPersistence_t2094547461_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t2094547461_il2cpp_TypeInfo_var))->get__machinePath_3();
		return L_27;
	}
}
// System.Boolean Mono.Security.Cryptography.KeyPairPersistence::_CanSecure(System.String)
extern "C"  bool KeyPairPersistence__CanSecure_m3516574278 (RuntimeObject * __this /* static, unused */, String_t* ___root0, const RuntimeMethod* method)
{
	typedef bool (*KeyPairPersistence__CanSecure_m3516574278_ftn) (String_t*);
	using namespace il2cpp::icalls;
	return  ((KeyPairPersistence__CanSecure_m3516574278_ftn)mscorlib::Mono::Security::Cryptography::KeyPairPersistence::_CanSecure) (___root0);
}
// System.Boolean Mono.Security.Cryptography.KeyPairPersistence::_ProtectUser(System.String)
extern "C"  bool KeyPairPersistence__ProtectUser_m3263950383 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method)
{
	typedef bool (*KeyPairPersistence__ProtectUser_m3263950383_ftn) (String_t*);
	using namespace il2cpp::icalls;
	return  ((KeyPairPersistence__ProtectUser_m3263950383_ftn)mscorlib::Mono::Security::Cryptography::KeyPairPersistence::_ProtectUser) (___path0);
}
// System.Boolean Mono.Security.Cryptography.KeyPairPersistence::_ProtectMachine(System.String)
extern "C"  bool KeyPairPersistence__ProtectMachine_m813172390 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method)
{
	typedef bool (*KeyPairPersistence__ProtectMachine_m813172390_ftn) (String_t*);
	using namespace il2cpp::icalls;
	return  ((KeyPairPersistence__ProtectMachine_m813172390_ftn)mscorlib::Mono::Security::Cryptography::KeyPairPersistence::_ProtectMachine) (___path0);
}
// System.Boolean Mono.Security.Cryptography.KeyPairPersistence::_IsUserProtected(System.String)
extern "C"  bool KeyPairPersistence__IsUserProtected_m438961964 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method)
{
	typedef bool (*KeyPairPersistence__IsUserProtected_m438961964_ftn) (String_t*);
	using namespace il2cpp::icalls;
	return  ((KeyPairPersistence__IsUserProtected_m438961964_ftn)mscorlib::Mono::Security::Cryptography::KeyPairPersistence::_IsUserProtected) (___path0);
}
// System.Boolean Mono.Security.Cryptography.KeyPairPersistence::_IsMachineProtected(System.String)
extern "C"  bool KeyPairPersistence__IsMachineProtected_m2170750712 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method)
{
	typedef bool (*KeyPairPersistence__IsMachineProtected_m2170750712_ftn) (String_t*);
	using namespace il2cpp::icalls;
	return  ((KeyPairPersistence__IsMachineProtected_m2170750712_ftn)mscorlib::Mono::Security::Cryptography::KeyPairPersistence::_IsMachineProtected) (___path0);
}
// System.Boolean Mono.Security.Cryptography.KeyPairPersistence::CanSecure(System.String)
extern "C"  bool KeyPairPersistence_CanSecure_m3598829533 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (KeyPairPersistence_CanSecure_m3598829533_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	{
		OperatingSystem_t3730783609 * L_0 = Environment_get_OSVersion_m961136977(NULL /*static, unused*/, /*hidden argument*/NULL);
		NullCheck(L_0);
		int32_t L_1 = OperatingSystem_get_Platform_m2793423729(L_0, /*hidden argument*/NULL);
		V_0 = L_1;
		int32_t L_2 = V_0;
		if ((((int32_t)L_2) == ((int32_t)4)))
		{
			goto IL_0024;
		}
	}
	{
		int32_t L_3 = V_0;
		if ((((int32_t)L_3) == ((int32_t)((int32_t)128))))
		{
			goto IL_0024;
		}
	}
	{
		int32_t L_4 = V_0;
		if ((!(((uint32_t)L_4) == ((uint32_t)6))))
		{
			goto IL_0026;
		}
	}

IL_0024:
	{
		return (bool)1;
	}

IL_0026:
	{
		String_t* L_5 = ___path0;
		IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var);
		String_t* L_6 = Path_GetPathRoot_m3499444155(NULL /*static, unused*/, L_5, /*hidden argument*/NULL);
		IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t2094547461_il2cpp_TypeInfo_var);
		bool L_7 = KeyPairPersistence__CanSecure_m3516574278(NULL /*static, unused*/, L_6, /*hidden argument*/NULL);
		return L_7;
	}
}
// System.Boolean Mono.Security.Cryptography.KeyPairPersistence::ProtectUser(System.String)
extern "C"  bool KeyPairPersistence_ProtectUser_m2715637552 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (KeyPairPersistence_ProtectUser_m2715637552_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		String_t* L_0 = ___path0;
		IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t2094547461_il2cpp_TypeInfo_var);
		bool L_1 = KeyPairPersistence_CanSecure_m3598829533(NULL /*static, unused*/, L_0, /*hidden argument*/NULL);
		if (!L_1)
		{
			goto IL_0012;
		}
	}
	{
		String_t* L_2 = ___path0;
		IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t2094547461_il2cpp_TypeInfo_var);
		bool L_3 = KeyPairPersistence__ProtectUser_m3263950383(NULL /*static, unused*/, L_2, /*hidden argument*/NULL);
		return L_3;
	}

IL_0012:
	{
		return (bool)1;
	}
}
// System.Boolean Mono.Security.Cryptography.KeyPairPersistence::ProtectMachine(System.String)
extern "C"  bool KeyPairPersistence_ProtectMachine_m1313131097 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (KeyPairPersistence_ProtectMachine_m1313131097_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		String_t* L_0 = ___path0;
		IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t2094547461_il2cpp_TypeInfo_var);
		bool L_1 = KeyPairPersistence_CanSecure_m3598829533(NULL /*static, unused*/, L_0, /*hidden argument*/NULL);
		if (!L_1)
		{
			goto IL_0012;
		}
	}
	{
		String_t* L_2 = ___path0;
		IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t2094547461_il2cpp_TypeInfo_var);
		bool L_3 = KeyPairPersistence__ProtectMachine_m813172390(NULL /*static, unused*/, L_2, /*hidden argument*/NULL);
		return L_3;
	}

IL_0012:
	{
		return (bool)1;
	}
}
// System.Boolean Mono.Security.Cryptography.KeyPairPersistence::IsUserProtected(System.String)
extern "C"  bool KeyPairPersistence_IsUserProtected_m2000878920 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (KeyPairPersistence_IsUserProtected_m2000878920_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		String_t* L_0 = ___path0;
		IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t2094547461_il2cpp_TypeInfo_var);
		bool L_1 = KeyPairPersistence_CanSecure_m3598829533(NULL /*static, unused*/, L_0, /*hidden argument*/NULL);
		if (!L_1)
		{
			goto IL_0012;
		}
	}
	{
		String_t* L_2 = ___path0;
		IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t2094547461_il2cpp_TypeInfo_var);
		bool L_3 = KeyPairPersistence__IsUserProtected_m438961964(NULL /*static, unused*/, L_2, /*hidden argument*/NULL);
		return L_3;
	}

IL_0012:
	{
		return (bool)1;
	}
}
// System.Boolean Mono.Security.Cryptography.KeyPairPersistence::IsMachineProtected(System.String)
extern "C"  bool KeyPairPersistence_IsMachineProtected_m644209340 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (KeyPairPersistence_IsMachineProtected_m644209340_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		String_t* L_0 = ___path0;
		IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t2094547461_il2cpp_TypeInfo_var);
		bool L_1 = KeyPairPersistence_CanSecure_m3598829533(NULL /*static, unused*/, L_0, /*hidden argument*/NULL);
		if (!L_1)
		{
			goto IL_0012;
		}
	}
	{
		String_t* L_2 = ___path0;
		IL2CPP_RUNTIME_CLASS_INIT(KeyPairPersistence_t2094547461_il2cpp_TypeInfo_var);
		bool L_3 = KeyPairPersistence__IsMachineProtected_m2170750712(NULL /*static, unused*/, L_2, /*hidden argument*/NULL);
		return L_3;
	}

IL_0012:
	{
		return (bool)1;
	}
}
// System.Boolean Mono.Security.Cryptography.KeyPairPersistence::get_CanChange()
extern "C"  bool KeyPairPersistence_get_CanChange_m4275265699 (KeyPairPersistence_t2094547461 * __this, const RuntimeMethod* method)
{
	{
		String_t* L_0 = __this->get__keyvalue_5();
		return (bool)((((RuntimeObject*)(String_t*)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
	}
}
// System.Boolean Mono.Security.Cryptography.KeyPairPersistence::get_UseDefaultKeyContainer()
extern "C"  bool KeyPairPersistence_get_UseDefaultKeyContainer_m1646107069 (KeyPairPersistence_t2094547461 * __this, const RuntimeMethod* method)
{
	{
		CspParameters_t239852639 * L_0 = __this->get__params_4();
		NullCheck(L_0);
		int32_t L_1 = CspParameters_get_Flags_m4238672607(L_0, /*hidden argument*/NULL);
		return (bool)((((int32_t)((int32_t)((int32_t)L_1&(int32_t)2))) == ((int32_t)2))? 1 : 0);
	}
}
// System.Boolean Mono.Security.Cryptography.KeyPairPersistence::get_UseMachineKeyStore()
extern "C"  bool KeyPairPersistence_get_UseMachineKeyStore_m3206839918 (KeyPairPersistence_t2094547461 * __this, const RuntimeMethod* method)
{
	{
		CspParameters_t239852639 * L_0 = __this->get__params_4();
		NullCheck(L_0);
		int32_t L_1 = CspParameters_get_Flags_m4238672607(L_0, /*hidden argument*/NULL);
		return (bool)((((int32_t)((int32_t)((int32_t)L_1&(int32_t)1))) == ((int32_t)1))? 1 : 0);
	}
}
// System.String Mono.Security.Cryptography.KeyPairPersistence::get_ContainerName()
extern "C"  String_t* KeyPairPersistence_get_ContainerName_m4274536094 (KeyPairPersistence_t2094547461 * __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (KeyPairPersistence_get_ContainerName_m4274536094_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	ByteU5BU5D_t4116647657* V_0 = NULL;
	MD5_t3177620429 * V_1 = NULL;
	ByteU5BU5D_t4116647657* V_2 = NULL;
	Guid_t  V_3;
	memset(&V_3, 0, sizeof(V_3));
	Guid_t  V_4;
	memset(&V_4, 0, sizeof(V_4));
	{
		String_t* L_0 = __this->get__container_7();
		if (L_0)
		{
			goto IL_009c;
		}
	}
	{
		bool L_1 = KeyPairPersistence_get_UseDefaultKeyContainer_m1646107069(__this, /*hidden argument*/NULL);
		if (!L_1)
		{
			goto IL_0026;
		}
	}
	{
		__this->set__container_7(_stringLiteral1948332219);
		goto IL_009c;
	}

IL_0026:
	{
		CspParameters_t239852639 * L_2 = __this->get__params_4();
		NullCheck(L_2);
		String_t* L_3 = L_2->get_KeyContainerName_1();
		if (!L_3)
		{
			goto IL_004b;
		}
	}
	{
		CspParameters_t239852639 * L_4 = __this->get__params_4();
		NullCheck(L_4);
		String_t* L_5 = L_4->get_KeyContainerName_1();
		NullCheck(L_5);
		int32_t L_6 = String_get_Length_m3847582255(L_5, /*hidden argument*/NULL);
		if (L_6)
		{
			goto IL_0063;
		}
	}

IL_004b:
	{
		IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var);
		Guid_t  L_7 = Guid_NewGuid_m923091018(NULL /*static, unused*/, /*hidden argument*/NULL);
		V_3 = L_7;
		String_t* L_8 = Guid_ToString_m3279186591((&V_3), /*hidden argument*/NULL);
		__this->set__container_7(L_8);
		goto IL_009c;
	}

IL_0063:
	{
		IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var);
		Encoding_t1523322056 * L_9 = Encoding_get_UTF8_m1008486739(NULL /*static, unused*/, /*hidden argument*/NULL);
		CspParameters_t239852639 * L_10 = __this->get__params_4();
		NullCheck(L_10);
		String_t* L_11 = L_10->get_KeyContainerName_1();
		NullCheck(L_9);
		ByteU5BU5D_t4116647657* L_12 = VirtFuncInvoker1< ByteU5BU5D_t4116647657*, String_t* >::Invoke(10 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */, L_9, L_11);
		V_0 = L_12;
		MD5_t3177620429 * L_13 = MD5_Create_m3522414168(NULL /*static, unused*/, /*hidden argument*/NULL);
		V_1 = L_13;
		MD5_t3177620429 * L_14 = V_1;
		ByteU5BU5D_t4116647657* L_15 = V_0;
		NullCheck(L_14);
		ByteU5BU5D_t4116647657* L_16 = HashAlgorithm_ComputeHash_m2825542963(L_14, L_15, /*hidden argument*/NULL);
		V_2 = L_16;
		ByteU5BU5D_t4116647657* L_17 = V_2;
		Guid__ctor_m3421080095((&V_4), L_17, /*hidden argument*/NULL);
		String_t* L_18 = Guid_ToString_m3279186591((&V_4), /*hidden argument*/NULL);
		__this->set__container_7(L_18);
	}

IL_009c:
	{
		String_t* L_19 = __this->get__container_7();
		return L_19;
	}
}
// System.Security.Cryptography.CspParameters Mono.Security.Cryptography.KeyPairPersistence::Copy(System.Security.Cryptography.CspParameters)
extern "C"  CspParameters_t239852639 * KeyPairPersistence_Copy_m2577206651 (KeyPairPersistence_t2094547461 * __this, CspParameters_t239852639 * ___p0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (KeyPairPersistence_Copy_m2577206651_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	CspParameters_t239852639 * V_0 = NULL;
	{
		CspParameters_t239852639 * L_0 = ___p0;
		NullCheck(L_0);
		int32_t L_1 = L_0->get_ProviderType_4();
		CspParameters_t239852639 * L_2 = ___p0;
		NullCheck(L_2);
		String_t* L_3 = L_2->get_ProviderName_3();
		CspParameters_t239852639 * L_4 = ___p0;
		NullCheck(L_4);
		String_t* L_5 = L_4->get_KeyContainerName_1();
		CspParameters_t239852639 * L_6 = (CspParameters_t239852639 *)il2cpp_codegen_object_new(CspParameters_t239852639_il2cpp_TypeInfo_var);
		CspParameters__ctor_m3852972821(L_6, L_1, L_3, L_5, /*hidden argument*/NULL);
		V_0 = L_6;
		CspParameters_t239852639 * L_7 = V_0;
		CspParameters_t239852639 * L_8 = ___p0;
		NullCheck(L_8);
		int32_t L_9 = L_8->get_KeyNumber_2();
		NullCheck(L_7);
		L_7->set_KeyNumber_2(L_9);
		CspParameters_t239852639 * L_10 = V_0;
		CspParameters_t239852639 * L_11 = ___p0;
		NullCheck(L_11);
		int32_t L_12 = CspParameters_get_Flags_m4238672607(L_11, /*hidden argument*/NULL);
		NullCheck(L_10);
		CspParameters_set_Flags_m397261363(L_10, L_12, /*hidden argument*/NULL);
		CspParameters_t239852639 * L_13 = V_0;
		return L_13;
	}
}
// System.Void Mono.Security.Cryptography.KeyPairPersistence::FromXml(System.String)
extern "C"  void KeyPairPersistence_FromXml_m746585742 (KeyPairPersistence_t2094547461 * __this, String_t* ___xml0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (KeyPairPersistence_FromXml_m746585742_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	SecurityParser_t4124480077 * V_0 = NULL;
	SecurityElement_t1046076091 * V_1 = NULL;
	SecurityElement_t1046076091 * V_2 = NULL;
	{
		SecurityParser_t4124480077 * L_0 = (SecurityParser_t4124480077 *)il2cpp_codegen_object_new(SecurityParser_t4124480077_il2cpp_TypeInfo_var);
		SecurityParser__ctor_m1786039976(L_0, /*hidden argument*/NULL);
		V_0 = L_0;
		SecurityParser_t4124480077 * L_1 = V_0;
		String_t* L_2 = ___xml0;
		NullCheck(L_1);
		SecurityParser_LoadXml_m1638830459(L_1, L_2, /*hidden argument*/NULL);
		SecurityParser_t4124480077 * L_3 = V_0;
		NullCheck(L_3);
		SecurityElement_t1046076091 * L_4 = SecurityParser_ToXml_m3880004309(L_3, /*hidden argument*/NULL);
		V_1 = L_4;
		SecurityElement_t1046076091 * L_5 = V_1;
		NullCheck(L_5);
		String_t* L_6 = SecurityElement_get_Tag_m2258014803(L_5, /*hidden argument*/NULL);
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		bool L_7 = String_op_Equality_m920492651(NULL /*static, unused*/, L_6, _stringLiteral3177923777, /*hidden argument*/NULL);
		if (!L_7)
		{
			goto IL_005d;
		}
	}
	{
		SecurityElement_t1046076091 * L_8 = V_1;
		NullCheck(L_8);
		SecurityElement_t1046076091 * L_9 = SecurityElement_SearchForChildByTag_m900466299(L_8, _stringLiteral1076923336, /*hidden argument*/NULL);
		V_2 = L_9;
		SecurityElement_t1046076091 * L_10 = V_2;
		NullCheck(L_10);
		ArrayList_t2718874744 * L_11 = SecurityElement_get_Children_m1231540612(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_12) <= ((int32_t)0)))
		{
			goto IL_005d;
		}
	}
	{
		SecurityElement_t1046076091 * L_13 = V_2;
		NullCheck(L_13);
		ArrayList_t2718874744 * L_14 = SecurityElement_get_Children_m1231540612(L_13, /*hidden argument*/NULL);
		NullCheck(L_14);
		RuntimeObject * L_15 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_14, 0);
		NullCheck(L_15);
		String_t* L_16 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_15);
		__this->set__keyvalue_5(L_16);
	}

IL_005d:
	{
		return;
	}
}
// System.String Mono.Security.Cryptography.KeyPairPersistence::ToXml()
extern "C"  String_t* KeyPairPersistence_ToXml_m812591779 (KeyPairPersistence_t2094547461 * __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (KeyPairPersistence_ToXml_m812591779_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;
		String_t* L_2 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL);
		NullCheck(L_1);
		StringBuilder_AppendFormat_m3016532472(L_1, _stringLiteral1776786692, L_2, /*hidden argument*/NULL);
		CspParameters_t239852639 * L_3 = __this->get__params_4();
		NullCheck(L_3);
		String_t* L_4 = L_3->get_ProviderName_3();
		if (!L_4)
		{
			goto IL_0053;
		}
	}
	{
		CspParameters_t239852639 * L_5 = __this->get__params_4();
		NullCheck(L_5);
		String_t* L_6 = L_5->get_ProviderName_3();
		NullCheck(L_6);
		int32_t L_7 = String_get_Length_m3847582255(L_6, /*hidden argument*/NULL);
		if (!L_7)
		{
			goto IL_0053;
		}
	}
	{
		StringBuilder_t * L_8 = V_0;
		CspParameters_t239852639 * L_9 = __this->get__params_4();
		NullCheck(L_9);
		String_t* L_10 = L_9->get_ProviderName_3();
		NullCheck(L_8);
		StringBuilder_AppendFormat_m3016532472(L_8, _stringLiteral893306970, L_10, /*hidden argument*/NULL);
	}

IL_0053:
	{
		StringBuilder_t * L_11 = V_0;
		CspParameters_t239852639 * L_12 = __this->get__params_4();
		NullCheck(L_12);
		int32_t L_13 = L_12->get_ProviderType_4();
		int32_t L_14 = L_13;
		RuntimeObject * L_15 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_14);
		String_t* L_16 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL);
		NullCheck(L_11);
		StringBuilder_AppendFormat_m3255666490(L_11, _stringLiteral4286642507, L_15, L_16, /*hidden argument*/NULL);
		StringBuilder_t * L_17 = V_0;
		String_t* L_18 = KeyPairPersistence_get_ContainerName_m4274536094(__this, /*hidden argument*/NULL);
		String_t* L_19 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL);
		NullCheck(L_17);
		StringBuilder_AppendFormat_m3255666490(L_17, _stringLiteral1875176768, L_18, L_19, /*hidden argument*/NULL);
		CspParameters_t239852639 * L_20 = __this->get__params_4();
		NullCheck(L_20);
		int32_t L_21 = L_20->get_KeyNumber_2();
		if ((((int32_t)L_21) == ((int32_t)(-1))))
		{
			goto IL_00b8;
		}
	}
	{
		StringBuilder_t * L_22 = V_0;
		CspParameters_t239852639 * L_23 = __this->get__params_4();
		NullCheck(L_23);
		int32_t L_24 = L_23->get_KeyNumber_2();
		int32_t L_25 = L_24;
		RuntimeObject * L_26 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_25);
		NullCheck(L_22);
		StringBuilder_AppendFormat_m3016532472(L_22, _stringLiteral771420028, L_26, /*hidden argument*/NULL);
	}

IL_00b8:
	{
		StringBuilder_t * L_27 = V_0;
		String_t* L_28 = KeyPairPersistence_get_KeyValue_m2994490605(__this, /*hidden argument*/NULL);
		String_t* L_29 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL);
		NullCheck(L_27);
		StringBuilder_AppendFormat_m3255666490(L_27, _stringLiteral2196803828, L_28, L_29, /*hidden argument*/NULL);
		StringBuilder_t * L_30 = V_0;
		NullCheck(L_30);
		String_t* L_31 = StringBuilder_ToString_m3317489284(L_30, /*hidden argument*/NULL);
		return L_31;
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Mono.Security.Cryptography.MACAlgorithm::.ctor(System.Security.Cryptography.SymmetricAlgorithm)
extern "C"  void MACAlgorithm__ctor_m3608996594 (MACAlgorithm_t2441219148 * __this, SymmetricAlgorithm_t4254223087 * ___algorithm0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (MACAlgorithm__ctor_m3608996594_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		Object__ctor_m297566312(__this, /*hidden argument*/NULL);
		SymmetricAlgorithm_t4254223087 * L_0 = ___algorithm0;
		__this->set_algo_0(L_0);
		SymmetricAlgorithm_t4254223087 * L_1 = __this->get_algo_0();
		NullCheck(L_1);
		VirtActionInvoker1< int32_t >::Invoke(17 /* System.Void System.Security.Cryptography.SymmetricAlgorithm::set_Mode(System.Security.Cryptography.CipherMode) */, L_1, 1);
		SymmetricAlgorithm_t4254223087 * L_2 = __this->get_algo_0();
		NullCheck(L_2);
		int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Security.Cryptography.SymmetricAlgorithm::get_BlockSize() */, L_2);
		__this->set_blockSize_3(((int32_t)((int32_t)L_3>>(int32_t)3)));
		SymmetricAlgorithm_t4254223087 * L_4 = __this->get_algo_0();
		int32_t L_5 = __this->get_blockSize_3();
		NullCheck(L_4);
		VirtActionInvoker1< ByteU5BU5D_t4116647657* >::Invoke(10 /* System.Void System.Security.Cryptography.SymmetricAlgorithm::set_IV(System.Byte[]) */, L_4, ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_5)));
		int32_t L_6 = __this->get_blockSize_3();
		__this->set_block_2(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_6)));
		return;
	}
}
// System.Void Mono.Security.Cryptography.MACAlgorithm::Initialize(System.Byte[])
extern "C"  void MACAlgorithm_Initialize_m1409947493 (MACAlgorithm_t2441219148 * __this, ByteU5BU5D_t4116647657* ___key0, const RuntimeMethod* method)
{
	{
		SymmetricAlgorithm_t4254223087 * L_0 = __this->get_algo_0();
		ByteU5BU5D_t4116647657* L_1 = ___key0;
		NullCheck(L_0);
		VirtActionInvoker1< ByteU5BU5D_t4116647657* >::Invoke(12 /* System.Void System.Security.Cryptography.SymmetricAlgorithm::set_Key(System.Byte[]) */, L_0, L_1);
		RuntimeObject* L_2 = __this->get_enc_1();
		if (L_2)
		{
			goto IL_0028;
		}
	}
	{
		SymmetricAlgorithm_t4254223087 * L_3 = __this->get_algo_0();
		NullCheck(L_3);
		RuntimeObject* L_4 = VirtFuncInvoker0< RuntimeObject* >::Invoke(22 /* System.Security.Cryptography.ICryptoTransform System.Security.Cryptography.SymmetricAlgorithm::CreateEncryptor() */, L_3);
		__this->set_enc_1(L_4);
	}

IL_0028:
	{
		ByteU5BU5D_t4116647657* L_5 = __this->get_block_2();
		int32_t L_6 = __this->get_blockSize_3();
		Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_5, 0, L_6, /*hidden argument*/NULL);
		__this->set_blockCount_4(0);
		return;
	}
}
// System.Void Mono.Security.Cryptography.MACAlgorithm::Core(System.Byte[],System.Int32,System.Int32)
extern "C"  void MACAlgorithm_Core_m83451446 (MACAlgorithm_t2441219148 * __this, ByteU5BU5D_t4116647657* ___rgb0, int32_t ___ib1, int32_t ___cb2, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (MACAlgorithm_Core_m83451446_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_blockSize_3();
		int32_t L_1 = __this->get_blockCount_4();
		int32_t L_2 = ___cb2;
		int32_t L_3 = Math_Min_m3468062251(NULL /*static, unused*/, ((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)L_1)), L_2, /*hidden argument*/NULL);
		V_0 = L_3;
		ByteU5BU5D_t4116647657* L_4 = ___rgb0;
		int32_t L_5 = ___ib1;
		ByteU5BU5D_t4116647657* L_6 = __this->get_block_2();
		int32_t L_7 = __this->get_blockCount_4();
		int32_t L_8 = V_0;
		Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_4, L_5, (RuntimeArray *)(RuntimeArray *)L_6, L_7, L_8, /*hidden argument*/NULL);
		int32_t L_9 = __this->get_blockCount_4();
		int32_t L_10 = V_0;
		__this->set_blockCount_4(((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)L_10)));
		int32_t L_11 = __this->get_blockCount_4();
		int32_t L_12 = __this->get_blockSize_3();
		if ((!(((uint32_t)L_11) == ((uint32_t)L_12))))
		{
			goto IL_00d1;
		}
	}
	{
		RuntimeObject* L_13 = __this->get_enc_1();
		ByteU5BU5D_t4116647657* L_14 = __this->get_block_2();
		int32_t L_15 = __this->get_blockSize_3();
		ByteU5BU5D_t4116647657* L_16 = __this->get_block_2();
		NullCheck(L_13);
		InterfaceFuncInvoker5< int32_t, ByteU5BU5D_t4116647657*, int32_t, int32_t, ByteU5BU5D_t4116647657*, int32_t >::Invoke(1 /* System.Int32 System.Security.Cryptography.ICryptoTransform::TransformBlock(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) */, ICryptoTransform_t2733259762_il2cpp_TypeInfo_var, L_13, L_14, 0, L_15, L_16, 0);
		int32_t L_17 = ___cb2;
		int32_t L_18 = V_0;
		int32_t L_19 = __this->get_blockSize_3();
		V_1 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)L_18))/(int32_t)L_19));
		V_2 = 0;
		goto IL_00a1;
	}

IL_0079:
	{
		RuntimeObject* L_20 = __this->get_enc_1();
		ByteU5BU5D_t4116647657* L_21 = ___rgb0;
		int32_t L_22 = V_0;
		int32_t L_23 = __this->get_blockSize_3();
		ByteU5BU5D_t4116647657* L_24 = __this->get_block_2();
		NullCheck(L_20);
		InterfaceFuncInvoker5< int32_t, ByteU5BU5D_t4116647657*, int32_t, int32_t, ByteU5BU5D_t4116647657*, int32_t >::Invoke(1 /* System.Int32 System.Security.Cryptography.ICryptoTransform::TransformBlock(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) */, ICryptoTransform_t2733259762_il2cpp_TypeInfo_var, L_20, L_21, L_22, L_23, L_24, 0);
		int32_t L_25 = V_0;
		int32_t L_26 = __this->get_blockSize_3();
		V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)L_26));
		int32_t L_27 = V_2;
		V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1));
	}

IL_00a1:
	{
		int32_t L_28 = V_2;
		int32_t L_29 = V_1;
		if ((((int32_t)L_28) < ((int32_t)L_29)))
		{
			goto IL_0079;
		}
	}
	{
		int32_t L_30 = ___cb2;
		int32_t L_31 = V_0;
		__this->set_blockCount_4(((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)L_31)));
		int32_t L_32 = __this->get_blockCount_4();
		if ((((int32_t)L_32) <= ((int32_t)0)))
		{
			goto IL_00d1;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_33 = ___rgb0;
		int32_t L_34 = V_0;
		ByteU5BU5D_t4116647657* L_35 = __this->get_block_2();
		int32_t L_36 = __this->get_blockCount_4();
		Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_33, L_34, (RuntimeArray *)(RuntimeArray *)L_35, 0, L_36, /*hidden argument*/NULL);
	}

IL_00d1:
	{
		return;
	}
}
// System.Byte[] Mono.Security.Cryptography.MACAlgorithm::Final()
extern "C"  ByteU5BU5D_t4116647657* MACAlgorithm_Final_m3756738689 (MACAlgorithm_t2441219148 * __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (MACAlgorithm_Final_m3756738689_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	ByteU5BU5D_t4116647657* V_0 = NULL;
	{
		int32_t L_0 = __this->get_blockCount_4();
		if ((((int32_t)L_0) > ((int32_t)0)))
		{
			goto IL_002e;
		}
	}
	{
		SymmetricAlgorithm_t4254223087 * L_1 = __this->get_algo_0();
		NullCheck(L_1);
		int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(18 /* System.Security.Cryptography.PaddingMode System.Security.Cryptography.SymmetricAlgorithm::get_Padding() */, L_1);
		if ((((int32_t)L_2) == ((int32_t)3)))
		{
			goto IL_004c;
		}
	}
	{
		SymmetricAlgorithm_t4254223087 * L_3 = __this->get_algo_0();
		NullCheck(L_3);
		int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(18 /* System.Security.Cryptography.PaddingMode System.Security.Cryptography.SymmetricAlgorithm::get_Padding() */, L_3);
		if ((((int32_t)L_4) == ((int32_t)1)))
		{
			goto IL_004c;
		}
	}

IL_002e:
	{
		RuntimeObject* L_5 = __this->get_enc_1();
		ByteU5BU5D_t4116647657* L_6 = __this->get_block_2();
		int32_t L_7 = __this->get_blockCount_4();
		NullCheck(L_5);
		ByteU5BU5D_t4116647657* L_8 = InterfaceFuncInvoker3< ByteU5BU5D_t4116647657*, ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(2 /* System.Byte[] System.Security.Cryptography.ICryptoTransform::TransformFinalBlock(System.Byte[],System.Int32,System.Int32) */, ICryptoTransform_t2733259762_il2cpp_TypeInfo_var, L_5, L_6, 0, L_7);
		V_0 = L_8;
		goto IL_005d;
	}

IL_004c:
	{
		ByteU5BU5D_t4116647657* L_9 = __this->get_block_2();
		NullCheck((RuntimeArray *)(RuntimeArray *)L_9);
		RuntimeObject * L_10 = Array_Clone_m2672907798((RuntimeArray *)(RuntimeArray *)L_9, /*hidden argument*/NULL);
		V_0 = ((ByteU5BU5D_t4116647657*)Castclass((RuntimeObject*)L_10, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var));
	}

IL_005d:
	{
		RuntimeObject* L_11 = __this->get_enc_1();
		NullCheck(L_11);
		bool L_12 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Security.Cryptography.ICryptoTransform::get_CanReuseTransform() */, ICryptoTransform_t2733259762_il2cpp_TypeInfo_var, L_11);
		if (L_12)
		{
			goto IL_007f;
		}
	}
	{
		RuntimeObject* L_13 = __this->get_enc_1();
		NullCheck(L_13);
		InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_13);
		__this->set_enc_1((RuntimeObject*)NULL);
	}

IL_007f:
	{
		ByteU5BU5D_t4116647657* L_14 = V_0;
		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
// System.Void Mono.Security.Cryptography.PKCS1::.cctor()
extern "C"  void PKCS1__cctor_m266708662 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (PKCS1__cctor_m266708662_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		ByteU5BU5D_t4116647657* L_0 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)20)));
		RuntimeFieldHandle_t1871169219  L_1 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t3057255361____U24U24fieldU2D16_8_FieldInfo_var) };
		RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_0, L_1, /*hidden argument*/NULL);
		((PKCS1_t1505584676_StaticFields*)il2cpp_codegen_static_fields_for(PKCS1_t1505584676_il2cpp_TypeInfo_var))->set_emptySHA1_0(L_0);
		ByteU5BU5D_t4116647657* L_2 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)32)));
		RuntimeFieldHandle_t1871169219  L_3 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t3057255361____U24U24fieldU2D17_9_FieldInfo_var) };
		RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_2, L_3, /*hidden argument*/NULL);
		((PKCS1_t1505584676_StaticFields*)il2cpp_codegen_static_fields_for(PKCS1_t1505584676_il2cpp_TypeInfo_var))->set_emptySHA256_1(L_2);
		ByteU5BU5D_t4116647657* L_4 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)48)));
		RuntimeFieldHandle_t1871169219  L_5 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t3057255361____U24U24fieldU2D18_10_FieldInfo_var) };
		RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_4, L_5, /*hidden argument*/NULL);
		((PKCS1_t1505584676_StaticFields*)il2cpp_codegen_static_fields_for(PKCS1_t1505584676_il2cpp_TypeInfo_var))->set_emptySHA384_2(L_4);
		ByteU5BU5D_t4116647657* L_6 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64)));
		RuntimeFieldHandle_t1871169219  L_7 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t3057255361____U24U24fieldU2D19_11_FieldInfo_var) };
		RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_6, L_7, /*hidden argument*/NULL);
		((PKCS1_t1505584676_StaticFields*)il2cpp_codegen_static_fields_for(PKCS1_t1505584676_il2cpp_TypeInfo_var))->set_emptySHA512_3(L_6);
		return;
	}
}
// System.Boolean Mono.Security.Cryptography.PKCS1::Compare(System.Byte[],System.Byte[])
extern "C"  bool PKCS1_Compare_m2442824967 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___array10, ByteU5BU5D_t4116647657* ___array21, const RuntimeMethod* method)
{
	bool V_0 = false;
	int32_t V_1 = 0;
	{
		ByteU5BU5D_t4116647657* L_0 = ___array10;
		NullCheck(L_0);
		ByteU5BU5D_t4116647657* L_1 = ___array21;
		NullCheck(L_1);
		V_0 = (bool)((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length))))) == ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))))? 1 : 0);
		bool L_2 = V_0;
		if (!L_2)
		{
			goto IL_0030;
		}
	}
	{
		V_1 = 0;
		goto IL_0027;
	}

IL_0016:
	{
		ByteU5BU5D_t4116647657* L_3 = ___array10;
		int32_t L_4 = V_1;
		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 = ___array21;
		int32_t L_8 = V_1;
		NullCheck(L_7);
		int32_t L_9 = L_8;
		uint8_t L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
		if ((((int32_t)L_6) == ((int32_t)L_10)))
		{
			goto IL_0023;
		}
	}
	{
		return (bool)0;
	}

IL_0023:
	{
		int32_t L_11 = V_1;
		V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
	}

IL_0027:
	{
		int32_t L_12 = V_1;
		ByteU5BU5D_t4116647657* L_13 = ___array10;
		NullCheck(L_13);
		if ((((int32_t)L_12) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_13)->max_length)))))))
		{
			goto IL_0016;
		}
	}

IL_0030:
	{
		bool L_14 = V_0;
		return L_14;
	}
}
// System.Byte[] Mono.Security.Cryptography.PKCS1::I2OSP(System.Byte[],System.Int32)
extern "C"  ByteU5BU5D_t4116647657* PKCS1_I2OSP_m1314988212 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___x0, int32_t ___size1, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (PKCS1_I2OSP_m1314988212_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	ByteU5BU5D_t4116647657* V_0 = NULL;
	{
		int32_t L_0 = ___size1;
		V_0 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_0));
		ByteU5BU5D_t4116647657* L_1 = ___x0;
		ByteU5BU5D_t4116647657* L_2 = V_0;
		ByteU5BU5D_t4116647657* L_3 = V_0;
		NullCheck(L_3);
		ByteU5BU5D_t4116647657* L_4 = ___x0;
		NullCheck(L_4);
		ByteU5BU5D_t4116647657* L_5 = ___x0;
		NullCheck(L_5);
		Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_1, 0, (RuntimeArray *)(RuntimeArray *)L_2, ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length)))), (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length)))))), (((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length)))), /*hidden argument*/NULL);
		ByteU5BU5D_t4116647657* L_6 = V_0;
		return L_6;
	}
}
// System.Byte[] Mono.Security.Cryptography.PKCS1::OS2IP(System.Byte[])
extern "C"  ByteU5BU5D_t4116647657* PKCS1_OS2IP_m65970018 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___x0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (PKCS1_OS2IP_m65970018_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	ByteU5BU5D_t4116647657* V_1 = NULL;
	{
		V_0 = 0;
		goto IL_0007;
	}

IL_0007:
	{
		ByteU5BU5D_t4116647657* L_0 = ___x0;
		int32_t L_1 = V_0;
		int32_t L_2 = L_1;
		V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1));
		NullCheck(L_0);
		int32_t L_3 = L_2;
		uint8_t L_4 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
		if (L_4)
		{
			goto IL_001c;
		}
	}
	{
		int32_t L_5 = V_0;
		ByteU5BU5D_t4116647657* L_6 = ___x0;
		NullCheck(L_6);
		if ((((int32_t)L_5) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length)))))))
		{
			goto IL_0007;
		}
	}

IL_001c:
	{
		int32_t L_7 = V_0;
		V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1));
		int32_t L_8 = V_0;
		if ((((int32_t)L_8) <= ((int32_t)0)))
		{
			goto IL_0040;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_9 = ___x0;
		NullCheck(L_9);
		int32_t L_10 = V_0;
		V_1 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_9)->max_length)))), (int32_t)L_10))));
		ByteU5BU5D_t4116647657* L_11 = ___x0;
		int32_t L_12 = V_0;
		ByteU5BU5D_t4116647657* L_13 = V_1;
		ByteU5BU5D_t4116647657* L_14 = V_1;
		NullCheck(L_14);
		Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_11, L_12, (RuntimeArray *)(RuntimeArray *)L_13, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_14)->max_length)))), /*hidden argument*/NULL);
		ByteU5BU5D_t4116647657* L_15 = V_1;
		return L_15;
	}

IL_0040:
	{
		ByteU5BU5D_t4116647657* L_16 = ___x0;
		return L_16;
	}
}
// System.Byte[] Mono.Security.Cryptography.PKCS1::RSAEP(System.Security.Cryptography.RSA,System.Byte[])
extern "C"  ByteU5BU5D_t4116647657* PKCS1_RSAEP_m594928261 (RuntimeObject * __this /* static, unused */, RSA_t2385438082 * ___rsa0, ByteU5BU5D_t4116647657* ___m1, const RuntimeMethod* method)
{
	{
		RSA_t2385438082 * L_0 = ___rsa0;
		ByteU5BU5D_t4116647657* L_1 = ___m1;
		NullCheck(L_0);
		ByteU5BU5D_t4116647657* L_2 = VirtFuncInvoker1< ByteU5BU5D_t4116647657*, ByteU5BU5D_t4116647657* >::Invoke(10 /* System.Byte[] System.Security.Cryptography.RSA::EncryptValue(System.Byte[]) */, L_0, L_1);
		return L_2;
	}
}
// System.Byte[] Mono.Security.Cryptography.PKCS1::RSASP1(System.Security.Cryptography.RSA,System.Byte[])
extern "C"  ByteU5BU5D_t4116647657* PKCS1_RSASP1_m3912327535 (RuntimeObject * __this /* static, unused */, RSA_t2385438082 * ___rsa0, ByteU5BU5D_t4116647657* ___m1, const RuntimeMethod* method)
{
	{
		RSA_t2385438082 * L_0 = ___rsa0;
		ByteU5BU5D_t4116647657* L_1 = ___m1;
		NullCheck(L_0);
		ByteU5BU5D_t4116647657* L_2 = VirtFuncInvoker1< ByteU5BU5D_t4116647657*, ByteU5BU5D_t4116647657* >::Invoke(11 /* System.Byte[] System.Security.Cryptography.RSA::DecryptValue(System.Byte[]) */, L_0, L_1);
		return L_2;
	}
}
// System.Byte[] Mono.Security.Cryptography.PKCS1::RSAVP1(System.Security.Cryptography.RSA,System.Byte[])
extern "C"  ByteU5BU5D_t4116647657* PKCS1_RSAVP1_m2014482508 (RuntimeObject * __this /* static, unused */, RSA_t2385438082 * ___rsa0, ByteU5BU5D_t4116647657* ___s1, const RuntimeMethod* method)
{
	{
		RSA_t2385438082 * L_0 = ___rsa0;
		ByteU5BU5D_t4116647657* L_1 = ___s1;
		NullCheck(L_0);
		ByteU5BU5D_t4116647657* L_2 = VirtFuncInvoker1< ByteU5BU5D_t4116647657*, ByteU5BU5D_t4116647657* >::Invoke(10 /* System.Byte[] System.Security.Cryptography.RSA::EncryptValue(System.Byte[]) */, L_0, L_1);
		return L_2;
	}
}
// 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)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (PKCS1_Encrypt_v15_m1016948107_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	int32_t V_1 = 0;
	ByteU5BU5D_t4116647657* V_2 = NULL;
	ByteU5BU5D_t4116647657* V_3 = NULL;
	ByteU5BU5D_t4116647657* V_4 = NULL;
	ByteU5BU5D_t4116647657* V_5 = NULL;
	ByteU5BU5D_t4116647657* V_6 = NULL;
	{
		RSA_t2385438082 * L_0 = ___rsa0;
		NullCheck(L_0);
		int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Security.Cryptography.AsymmetricAlgorithm::get_KeySize() */, L_0);
		V_0 = ((int32_t)((int32_t)L_1/(int32_t)8));
		ByteU5BU5D_t4116647657* L_2 = ___M2;
		NullCheck(L_2);
		int32_t L_3 = V_0;
		if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)((int32_t)11))))))
		{
			goto IL_0020;
		}
	}
	{
		CryptographicException_t248831461 * L_4 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var);
		CryptographicException__ctor_m503735289(L_4, _stringLiteral2105211192, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_4);
	}

IL_0020:
	{
		int32_t L_5 = V_0;
		ByteU5BU5D_t4116647657* L_6 = ___M2;
		NullCheck(L_6);
		int32_t L_7 = Math_Max_m1873195862(NULL /*static, unused*/, 8, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length)))))), (int32_t)3)), /*hidden argument*/NULL);
		V_1 = L_7;
		int32_t L_8 = V_1;
		V_2 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_8));
		RandomNumberGenerator_t386037858 * L_9 = ___rng1;
		ByteU5BU5D_t4116647657* L_10 = V_2;
		NullCheck(L_9);
		VirtActionInvoker1< ByteU5BU5D_t4116647657* >::Invoke(5 /* System.Void System.Security.Cryptography.RandomNumberGenerator::GetNonZeroBytes(System.Byte[]) */, L_9, L_10);
		int32_t L_11 = V_0;
		V_3 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_11));
		ByteU5BU5D_t4116647657* L_12 = V_3;
		NullCheck(L_12);
		(L_12)->SetAt(static_cast<il2cpp_array_size_t>(1), (uint8_t)2);
		ByteU5BU5D_t4116647657* L_13 = V_2;
		ByteU5BU5D_t4116647657* L_14 = V_3;
		int32_t L_15 = V_1;
		Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_13, 0, (RuntimeArray *)(RuntimeArray *)L_14, 2, L_15, /*hidden argument*/NULL);
		ByteU5BU5D_t4116647657* L_16 = ___M2;
		ByteU5BU5D_t4116647657* L_17 = V_3;
		int32_t L_18 = V_0;
		ByteU5BU5D_t4116647657* L_19 = ___M2;
		NullCheck(L_19);
		ByteU5BU5D_t4116647657* L_20 = ___M2;
		NullCheck(L_20);
		Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_16, 0, (RuntimeArray *)(RuntimeArray *)L_17, ((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_19)->max_length)))))), (((int32_t)((int32_t)(((RuntimeArray *)L_20)->max_length)))), /*hidden argument*/NULL);
		ByteU5BU5D_t4116647657* L_21 = V_3;
		IL2CPP_RUNTIME_CLASS_INIT(PKCS1_t1505584676_il2cpp_TypeInfo_var);
		ByteU5BU5D_t4116647657* L_22 = PKCS1_OS2IP_m65970018(NULL /*static, unused*/, L_21, /*hidden argument*/NULL);
		V_4 = L_22;
		RSA_t2385438082 * L_23 = ___rsa0;
		ByteU5BU5D_t4116647657* L_24 = V_4;
		ByteU5BU5D_t4116647657* L_25 = PKCS1_RSAEP_m594928261(NULL /*static, unused*/, L_23, L_24, /*hidden argument*/NULL);
		V_5 = L_25;
		ByteU5BU5D_t4116647657* L_26 = V_5;
		int32_t L_27 = V_0;
		ByteU5BU5D_t4116647657* L_28 = PKCS1_I2OSP_m1314988212(NULL /*static, unused*/, L_26, L_27, /*hidden argument*/NULL);
		V_6 = L_28;
		ByteU5BU5D_t4116647657* L_29 = V_6;
		return L_29;
	}
}
// 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)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (PKCS1_Sign_v15_m2719206817_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	ByteU5BU5D_t4116647657* V_1 = NULL;
	ByteU5BU5D_t4116647657* V_2 = NULL;
	ByteU5BU5D_t4116647657* V_3 = NULL;
	ByteU5BU5D_t4116647657* V_4 = NULL;
	{
		RSA_t2385438082 * L_0 = ___rsa0;
		NullCheck(L_0);
		int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Security.Cryptography.AsymmetricAlgorithm::get_KeySize() */, L_0);
		V_0 = ((int32_t)((int32_t)L_1>>(int32_t)3));
		HashAlgorithm_t1432317219 * L_2 = ___hash1;
		ByteU5BU5D_t4116647657* L_3 = ___hashValue2;
		int32_t L_4 = V_0;
		IL2CPP_RUNTIME_CLASS_INIT(PKCS1_t1505584676_il2cpp_TypeInfo_var);
		ByteU5BU5D_t4116647657* L_5 = PKCS1_Encode_v15_m3116793121(NULL /*static, unused*/, L_2, L_3, L_4, /*hidden argument*/NULL);
		V_1 = L_5;
		ByteU5BU5D_t4116647657* L_6 = V_1;
		ByteU5BU5D_t4116647657* L_7 = PKCS1_OS2IP_m65970018(NULL /*static, unused*/, L_6, /*hidden argument*/NULL);
		V_2 = L_7;
		RSA_t2385438082 * L_8 = ___rsa0;
		ByteU5BU5D_t4116647657* L_9 = V_2;
		ByteU5BU5D_t4116647657* L_10 = PKCS1_RSASP1_m3912327535(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL);
		V_3 = L_10;
		ByteU5BU5D_t4116647657* L_11 = V_3;
		int32_t L_12 = V_0;
		ByteU5BU5D_t4116647657* L_13 = PKCS1_I2OSP_m1314988212(NULL /*static, unused*/, L_11, L_12, /*hidden argument*/NULL);
		V_4 = L_13;
		ByteU5BU5D_t4116647657* L_14 = V_4;
		return L_14;
	}
}
// 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)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (PKCS1_Verify_v15_m2816868480_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		RSA_t2385438082 * L_0 = ___rsa0;
		HashAlgorithm_t1432317219 * L_1 = ___hash1;
		ByteU5BU5D_t4116647657* L_2 = ___hashValue2;
		ByteU5BU5D_t4116647657* L_3 = ___signature3;
		IL2CPP_RUNTIME_CLASS_INIT(PKCS1_t1505584676_il2cpp_TypeInfo_var);
		bool L_4 = PKCS1_Verify_v15_m3708133908(NULL /*static, unused*/, L_0, L_1, L_2, L_3, (bool)0, /*hidden argument*/NULL);
		return L_4;
	}
}
// System.Boolean Mono.Security.Cryptography.PKCS1::Verify_v15(System.Security.Cryptography.RSA,System.Security.Cryptography.HashAlgorithm,System.Byte[],System.Byte[],System.Boolean)
extern "C"  bool PKCS1_Verify_v15_m3708133908 (RuntimeObject * __this /* static, unused */, RSA_t2385438082 * ___rsa0, HashAlgorithm_t1432317219 * ___hash1, ByteU5BU5D_t4116647657* ___hashValue2, ByteU5BU5D_t4116647657* ___signature3, bool ___tryNonStandardEncoding4, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (PKCS1_Verify_v15_m3708133908_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	ByteU5BU5D_t4116647657* V_1 = NULL;
	ByteU5BU5D_t4116647657* V_2 = NULL;
	ByteU5BU5D_t4116647657* V_3 = NULL;
	ByteU5BU5D_t4116647657* V_4 = NULL;
	bool V_5 = false;
	int32_t V_6 = 0;
	ByteU5BU5D_t4116647657* V_7 = NULL;
	{
		RSA_t2385438082 * L_0 = ___rsa0;
		NullCheck(L_0);
		int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Security.Cryptography.AsymmetricAlgorithm::get_KeySize() */, L_0);
		V_0 = ((int32_t)((int32_t)L_1>>(int32_t)3));
		ByteU5BU5D_t4116647657* L_2 = ___signature3;
		IL2CPP_RUNTIME_CLASS_INIT(PKCS1_t1505584676_il2cpp_TypeInfo_var);
		ByteU5BU5D_t4116647657* L_3 = PKCS1_OS2IP_m65970018(NULL /*static, unused*/, L_2, /*hidden argument*/NULL);
		V_1 = L_3;
		RSA_t2385438082 * L_4 = ___rsa0;
		ByteU5BU5D_t4116647657* L_5 = V_1;
		ByteU5BU5D_t4116647657* L_6 = PKCS1_RSAVP1_m2014482508(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/NULL);
		V_2 = L_6;
		ByteU5BU5D_t4116647657* L_7 = V_2;
		int32_t L_8 = V_0;
		ByteU5BU5D_t4116647657* L_9 = PKCS1_I2OSP_m1314988212(NULL /*static, unused*/, L_7, L_8, /*hidden argument*/NULL);
		V_3 = L_9;
		HashAlgorithm_t1432317219 * L_10 = ___hash1;
		ByteU5BU5D_t4116647657* L_11 = ___hashValue2;
		int32_t L_12 = V_0;
		ByteU5BU5D_t4116647657* L_13 = PKCS1_Encode_v15_m3116793121(NULL /*static, unused*/, L_10, L_11, L_12, /*hidden argument*/NULL);
		V_4 = L_13;
		ByteU5BU5D_t4116647657* L_14 = V_4;
		ByteU5BU5D_t4116647657* L_15 = V_3;
		bool L_16 = PKCS1_Compare_m2442824967(NULL /*static, unused*/, L_14, L_15, /*hidden argument*/NULL);
		V_5 = L_16;
		bool L_17 = V_5;
		if (L_17)
		{
			goto IL_0042;
		}
	}
	{
		bool L_18 = ___tryNonStandardEncoding4;
		if (L_18)
		{
			goto IL_0045;
		}
	}

IL_0042:
	{
		bool L_19 = V_5;
		return L_19;
	}

IL_0045:
	{
		ByteU5BU5D_t4116647657* L_20 = V_3;
		NullCheck(L_20);
		int32_t L_21 = 0;
		uint8_t L_22 = (L_20)->GetAt(static_cast<il2cpp_array_size_t>(L_21));
		if (L_22)
		{
			goto IL_0056;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_23 = V_3;
		NullCheck(L_23);
		int32_t L_24 = 1;
		uint8_t L_25 = (L_23)->GetAt(static_cast<il2cpp_array_size_t>(L_24));
		if ((((int32_t)L_25) == ((int32_t)1)))
		{
			goto IL_0058;
		}
	}

IL_0056:
	{
		return (bool)0;
	}

IL_0058:
	{
		V_6 = 2;
		goto IL_0076;
	}

IL_0060:
	{
		ByteU5BU5D_t4116647657* L_26 = V_3;
		int32_t L_27 = V_6;
		NullCheck(L_26);
		int32_t L_28 = L_27;
		uint8_t L_29 = (L_26)->GetAt(static_cast<il2cpp_array_size_t>(L_28));
		if ((((int32_t)L_29) == ((int32_t)((int32_t)255))))
		{
			goto IL_0070;
		}
	}
	{
		return (bool)0;
	}

IL_0070:
	{
		int32_t L_30 = V_6;
		V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1));
	}

IL_0076:
	{
		int32_t L_31 = V_6;
		ByteU5BU5D_t4116647657* L_32 = V_3;
		NullCheck(L_32);
		ByteU5BU5D_t4116647657* L_33 = ___hashValue2;
		NullCheck(L_33);
		if ((((int32_t)L_31) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_32)->max_length)))), (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_33)->max_length)))))), (int32_t)1)))))
		{
			goto IL_0060;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_34 = V_3;
		int32_t L_35 = V_6;
		int32_t L_36 = L_35;
		V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1));
		NullCheck(L_34);
		int32_t L_37 = L_36;
		uint8_t L_38 = (L_34)->GetAt(static_cast<il2cpp_array_size_t>(L_37));
		if (!L_38)
		{
			goto IL_0096;
		}
	}
	{
		return (bool)0;
	}

IL_0096:
	{
		ByteU5BU5D_t4116647657* L_39 = ___hashValue2;
		NullCheck(L_39);
		V_7 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_39)->max_length))))));
		ByteU5BU5D_t4116647657* L_40 = V_3;
		int32_t L_41 = V_6;
		ByteU5BU5D_t4116647657* L_42 = V_7;
		ByteU5BU5D_t4116647657* L_43 = V_7;
		NullCheck(L_43);
		Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_40, L_41, (RuntimeArray *)(RuntimeArray *)L_42, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_43)->max_length)))), /*hidden argument*/NULL);
		ByteU5BU5D_t4116647657* L_44 = V_7;
		ByteU5BU5D_t4116647657* L_45 = ___hashValue2;
		IL2CPP_RUNTIME_CLASS_INIT(PKCS1_t1505584676_il2cpp_TypeInfo_var);
		bool L_46 = PKCS1_Compare_m2442824967(NULL /*static, unused*/, L_44, L_45, /*hidden argument*/NULL);
		return L_46;
	}
}
// System.Byte[] Mono.Security.Cryptography.PKCS1::Encode_v15(System.Security.Cryptography.HashAlgorithm,System.Byte[],System.Int32)
extern "C"  ByteU5BU5D_t4116647657* PKCS1_Encode_v15_m3116793121 (RuntimeObject * __this /* static, unused */, HashAlgorithm_t1432317219 * ___hash0, ByteU5BU5D_t4116647657* ___hashValue1, int32_t ___emLength2, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (PKCS1_Encode_v15_m3116793121_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	ByteU5BU5D_t4116647657* V_0 = NULL;
	String_t* V_1 = NULL;
	ASN1_t2114160832 * V_2 = NULL;
	ASN1_t2114160832 * V_3 = NULL;
	ASN1_t2114160832 * V_4 = NULL;
	int32_t V_5 = 0;
	ByteU5BU5D_t4116647657* V_6 = NULL;
	int32_t V_7 = 0;
	{
		ByteU5BU5D_t4116647657* L_0 = ___hashValue1;
		NullCheck(L_0);
		HashAlgorithm_t1432317219 * L_1 = ___hash0;
		NullCheck(L_1);
		int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(12 /* System.Int32 System.Security.Cryptography.HashAlgorithm::get_HashSize() */, L_1);
		if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length))))) == ((int32_t)((int32_t)((int32_t)L_2>>(int32_t)3)))))
		{
			goto IL_0026;
		}
	}
	{
		HashAlgorithm_t1432317219 * L_3 = ___hash0;
		NullCheck(L_3);
		String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_3);
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_5 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral491063406, L_4, /*hidden argument*/NULL);
		CryptographicException_t248831461 * L_6 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var);
		CryptographicException__ctor_m503735289(L_6, L_5, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_6);
	}

IL_0026:
	{
		V_0 = (ByteU5BU5D_t4116647657*)NULL;
		HashAlgorithm_t1432317219 * L_7 = ___hash0;
		NullCheck(L_7);
		String_t* L_8 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_7);
		IL2CPP_RUNTIME_CLASS_INIT(CryptoConfig_t4201145714_il2cpp_TypeInfo_var);
		String_t* L_9 = CryptoConfig_MapNameToOID_m2044758263(NULL /*static, unused*/, L_8, /*hidden argument*/NULL);
		V_1 = L_9;
		String_t* L_10 = V_1;
		if (!L_10)
		{
			goto IL_0091;
		}
	}
	{
		ASN1_t2114160832 * L_11 = (ASN1_t2114160832 *)il2cpp_codegen_object_new(ASN1_t2114160832_il2cpp_TypeInfo_var);
		ASN1__ctor_m3727822613(L_11, (uint8_t)((int32_t)48), /*hidden argument*/NULL);
		V_2 = L_11;
		ASN1_t2114160832 * L_12 = V_2;
		String_t* L_13 = V_1;
		IL2CPP_RUNTIME_CLASS_INIT(CryptoConfig_t4201145714_il2cpp_TypeInfo_var);
		ByteU5BU5D_t4116647657* L_14 = CryptoConfig_EncodeOID_m2635914623(NULL /*static, unused*/, L_13, /*hidden argument*/NULL);
		ASN1_t2114160832 * L_15 = (ASN1_t2114160832 *)il2cpp_codegen_object_new(ASN1_t2114160832_il2cpp_TypeInfo_var);
		ASN1__ctor_m1601690794(L_15, L_14, /*hidden argument*/NULL);
		NullCheck(L_12);
		ASN1_Add_m3468571571(L_12, L_15, /*hidden argument*/NULL);
		ASN1_t2114160832 * L_16 = V_2;
		ASN1_t2114160832 * L_17 = (ASN1_t2114160832 *)il2cpp_codegen_object_new(ASN1_t2114160832_il2cpp_TypeInfo_var);
		ASN1__ctor_m3727822613(L_17, (uint8_t)5, /*hidden argument*/NULL);
		NullCheck(L_16);
		ASN1_Add_m3468571571(L_16, L_17, /*hidden argument*/NULL);
		ByteU5BU5D_t4116647657* L_18 = ___hashValue1;
		ASN1_t2114160832 * L_19 = (ASN1_t2114160832 *)il2cpp_codegen_object_new(ASN1_t2114160832_il2cpp_TypeInfo_var);
		ASN1__ctor_m3193227595(L_19, (uint8_t)4, L_18, /*hidden argument*/NULL);
		V_3 = L_19;
		ASN1_t2114160832 * L_20 = (ASN1_t2114160832 *)il2cpp_codegen_object_new(ASN1_t2114160832_il2cpp_TypeInfo_var);
		ASN1__ctor_m3727822613(L_20, (uint8_t)((int32_t)48), /*hidden argument*/NULL);
		V_4 = L_20;
		ASN1_t2114160832 * L_21 = V_4;
		ASN1_t2114160832 * L_22 = V_2;
		NullCheck(L_21);
		ASN1_Add_m3468571571(L_21, L_22, /*hidden argument*/NULL);
		ASN1_t2114160832 * L_23 = V_4;
		ASN1_t2114160832 * L_24 = V_3;
		NullCheck(L_23);
		ASN1_Add_m3468571571(L_23, L_24, /*hidden argument*/NULL);
		ASN1_t2114160832 * L_25 = V_4;
		NullCheck(L_25);
		ByteU5BU5D_t4116647657* L_26 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(4 /* System.Byte[] Mono.Security.ASN1::GetBytes() */, L_25);
		V_0 = L_26;
		goto IL_0093;
	}

IL_0091:
	{
		ByteU5BU5D_t4116647657* L_27 = ___hashValue1;
		V_0 = L_27;
	}

IL_0093:
	{
		ByteU5BU5D_t4116647657* L_28 = ___hashValue1;
		ByteU5BU5D_t4116647657* L_29 = V_0;
		ByteU5BU5D_t4116647657* L_30 = V_0;
		NullCheck(L_30);
		ByteU5BU5D_t4116647657* L_31 = ___hashValue1;
		NullCheck(L_31);
		ByteU5BU5D_t4116647657* L_32 = ___hashValue1;
		NullCheck(L_32);
		Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_28, 0, (RuntimeArray *)(RuntimeArray *)L_29, ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_30)->max_length)))), (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_31)->max_length)))))), (((int32_t)((int32_t)(((RuntimeArray *)L_32)->max_length)))), /*hidden argument*/NULL);
		int32_t L_33 = ___emLength2;
		ByteU5BU5D_t4116647657* L_34 = V_0;
		NullCheck(L_34);
		int32_t L_35 = Math_Max_m1873195862(NULL /*static, unused*/, 8, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_33, (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_34)->max_length)))))), (int32_t)3)), /*hidden argument*/NULL);
		V_5 = L_35;
		int32_t L_36 = V_5;
		ByteU5BU5D_t4116647657* L_37 = V_0;
		NullCheck(L_37);
		V_6 = ((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_36, (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_37)->max_length)))))), (int32_t)3))));
		ByteU5BU5D_t4116647657* L_38 = V_6;
		NullCheck(L_38);
		(L_38)->SetAt(static_cast<il2cpp_array_size_t>(1), (uint8_t)1);
		V_7 = 2;
		goto IL_00e0;
	}

IL_00d0:
	{
		ByteU5BU5D_t4116647657* L_39 = V_6;
		int32_t L_40 = V_7;
		NullCheck(L_39);
		(L_39)->SetAt(static_cast<il2cpp_array_size_t>(L_40), (uint8_t)((int32_t)255));
		int32_t L_41 = V_7;
		V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1));
	}

IL_00e0:
	{
		int32_t L_42 = V_7;
		int32_t L_43 = V_5;
		if ((((int32_t)L_42) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)2)))))
		{
			goto IL_00d0;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_44 = V_0;
		ByteU5BU5D_t4116647657* L_45 = V_6;
		int32_t L_46 = V_5;
		ByteU5BU5D_t4116647657* L_47 = V_0;
		NullCheck(L_47);
		Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_44, 0, (RuntimeArray *)(RuntimeArray *)L_45, ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)3)), (((int32_t)((int32_t)(((RuntimeArray *)L_47)->max_length)))), /*hidden argument*/NULL);
		ByteU5BU5D_t4116647657* L_48 = V_6;
		return L_48;
	}
}
#ifdef __clang__
#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 Mono.Security.Cryptography.PKCS8/EncryptedPrivateKeyInfo::.ctor()
extern "C"  void EncryptedPrivateKeyInfo__ctor_m3217539356 (EncryptedPrivateKeyInfo_t862116835 * __this, const RuntimeMethod* method)
{
	{
		Object__ctor_m297566312(__this, /*hidden argument*/NULL);
		return;
	}
}
// System.Void Mono.Security.Cryptography.PKCS8/EncryptedPrivateKeyInfo::.ctor(System.Byte[])
extern "C"  void EncryptedPrivateKeyInfo__ctor_m3274704095 (EncryptedPrivateKeyInfo_t862116835 * __this, ByteU5BU5D_t4116647657* ___data0, const RuntimeMethod* method)
{
	{
		EncryptedPrivateKeyInfo__ctor_m3217539356(__this, /*hidden argument*/NULL);
		ByteU5BU5D_t4116647657* L_0 = ___data0;
		EncryptedPrivateKeyInfo_Decode_m2516465782(__this, L_0, /*hidden argument*/NULL);
		return;
	}
}
// System.String Mono.Security.Cryptography.PKCS8/EncryptedPrivateKeyInfo::get_Algorithm()
extern "C"  String_t* EncryptedPrivateKeyInfo_get_Algorithm_m2142585301 (EncryptedPrivateKeyInfo_t862116835 * __this, const RuntimeMethod* method)
{
	{
		String_t* L_0 = __this->get__algorithm_0();
		return L_0;
	}
}
// System.Byte[] Mono.Security.Cryptography.PKCS8/EncryptedPrivateKeyInfo::get_EncryptedData()
extern "C"  ByteU5BU5D_t4116647657* EncryptedPrivateKeyInfo_get_EncryptedData_m1695265614 (EncryptedPrivateKeyInfo_t862116835 * __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (EncryptedPrivateKeyInfo_get_EncryptedData_m1695265614_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	ByteU5BU5D_t4116647657* G_B3_0 = NULL;
	{
		ByteU5BU5D_t4116647657* L_0 = __this->get__data_3();
		if (L_0)
		{
			goto IL_0011;
		}
	}
	{
		G_B3_0 = ((ByteU5BU5D_t4116647657*)(NULL));
		goto IL_0021;
	}

IL_0011:
	{
		ByteU5BU5D_t4116647657* L_1 = __this->get__data_3();
		NullCheck((RuntimeArray *)(RuntimeArray *)L_1);
		RuntimeObject * L_2 = Array_Clone_m2672907798((RuntimeArray *)(RuntimeArray *)L_1, /*hidden argument*/NULL);
		G_B3_0 = ((ByteU5BU5D_t4116647657*)Castclass((RuntimeObject*)L_2, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var));
	}

IL_0021:
	{
		return G_B3_0;
	}
}
// System.Byte[] Mono.Security.Cryptography.PKCS8/EncryptedPrivateKeyInfo::get_Salt()
extern "C"  ByteU5BU5D_t4116647657* EncryptedPrivateKeyInfo_get_Salt_m3453455261 (EncryptedPrivateKeyInfo_t862116835 * __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (EncryptedPrivateKeyInfo_get_Salt_m3453455261_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	RandomNumberGenerator_t386037858 * V_0 = NULL;
	{
		ByteU5BU5D_t4116647657* L_0 = __this->get__salt_1();
		if (L_0)
		{
			goto IL_0029;
		}
	}
	{
		RandomNumberGenerator_t386037858 * L_1 = RandomNumberGenerator_Create_m4162970280(NULL /*static, unused*/, /*hidden argument*/NULL);
		V_0 = L_1;
		__this->set__salt_1(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)8)));
		RandomNumberGenerator_t386037858 * L_2 = V_0;
		ByteU5BU5D_t4116647657* L_3 = __this->get__salt_1();
		NullCheck(L_2);
		VirtActionInvoker1< ByteU5BU5D_t4116647657* >::Invoke(4 /* System.Void System.Security.Cryptography.RandomNumberGenerator::GetBytes(System.Byte[]) */, L_2, L_3);
	}

IL_0029:
	{
		ByteU5BU5D_t4116647657* L_4 = __this->get__salt_1();
		NullCheck((RuntimeArray *)(RuntimeArray *)L_4);
		RuntimeObject * L_5 = Array_Clone_m2672907798((RuntimeArray *)(RuntimeArray *)L_4, /*hidden argument*/NULL);
		return ((ByteU5BU5D_t4116647657*)Castclass((RuntimeObject*)L_5, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var));
	}
}
// System.Int32 Mono.Security.Cryptography.PKCS8/EncryptedPrivateKeyInfo::get_IterationCount()
extern "C"  int32_t EncryptedPrivateKeyInfo_get_IterationCount_m2389157423 (EncryptedPrivateKeyInfo_t862116835 * __this, const RuntimeMethod* method)
{
	{
		int32_t L_0 = __this->get__iterations_2();
		return L_0;
	}
}
// System.Void Mono.Security.Cryptography.PKCS8/EncryptedPrivateKeyInfo::Decode(System.Byte[])
extern "C"  void EncryptedPrivateKeyInfo_Decode_m2516465782 (EncryptedPrivateKeyInfo_t862116835 * __this, ByteU5BU5D_t4116647657* ___data0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (EncryptedPrivateKeyInfo_Decode_m2516465782_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	ASN1_t2114160832 * V_0 = NULL;
	ASN1_t2114160832 * V_1 = NULL;
	ASN1_t2114160832 * V_2 = NULL;
	ASN1_t2114160832 * V_3 = NULL;
	ASN1_t2114160832 * V_4 = NULL;
	ASN1_t2114160832 * V_5 = NULL;
	ASN1_t2114160832 * V_6 = NULL;
	{
		ByteU5BU5D_t4116647657* L_0 = ___data0;
		ASN1_t2114160832 * L_1 = (ASN1_t2114160832 *)il2cpp_codegen_object_new(ASN1_t2114160832_il2cpp_TypeInfo_var);
		ASN1__ctor_m1601690794(L_1, L_0, /*hidden argument*/NULL);
		V_0 = L_1;
		ASN1_t2114160832 * L_2 = V_0;
		NullCheck(L_2);
		uint8_t L_3 = ASN1_get_Tag_m1032367219(L_2, /*hidden argument*/NULL);
		if ((((int32_t)L_3) == ((int32_t)((int32_t)48))))
		{
			goto IL_001f;
		}
	}
	{
		CryptographicException_t248831461 * L_4 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var);
		CryptographicException__ctor_m503735289(L_4, _stringLiteral2449489188, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_4);
	}

IL_001f:
	{
		ASN1_t2114160832 * L_5 = V_0;
		NullCheck(L_5);
		ASN1_t2114160832 * L_6 = ASN1_get_Item_m3901126023(L_5, 0, /*hidden argument*/NULL);
		V_1 = L_6;
		ASN1_t2114160832 * L_7 = V_1;
		NullCheck(L_7);
		uint8_t L_8 = ASN1_get_Tag_m1032367219(L_7, /*hidden argument*/NULL);
		if ((((int32_t)L_8) == ((int32_t)((int32_t)48))))
		{
			goto IL_003f;
		}
	}
	{
		CryptographicException_t248831461 * L_9 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var);
		CryptographicException__ctor_m503735289(L_9, _stringLiteral2471616411, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_9);
	}

IL_003f:
	{
		ASN1_t2114160832 * L_10 = V_1;
		NullCheck(L_10);
		ASN1_t2114160832 * L_11 = ASN1_get_Item_m3901126023(L_10, 0, /*hidden argument*/NULL);
		V_2 = L_11;
		ASN1_t2114160832 * L_12 = V_2;
		NullCheck(L_12);
		uint8_t L_13 = ASN1_get_Tag_m1032367219(L_12, /*hidden argument*/NULL);
		if ((((int32_t)L_13) == ((int32_t)6)))
		{
			goto IL_005e;
		}
	}
	{
		CryptographicException_t248831461 * L_14 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var);
		CryptographicException__ctor_m503735289(L_14, _stringLiteral1133397176, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_14);
	}

IL_005e:
	{
		ASN1_t2114160832 * L_15 = V_2;
		String_t* L_16 = ASN1Convert_ToOid_m1223840396(NULL /*static, unused*/, L_15, /*hidden argument*/NULL);
		__this->set__algorithm_0(L_16);
		ASN1_t2114160832 * L_17 = V_1;
		NullCheck(L_17);
		int32_t L_18 = ASN1_get_Count_m3580979881(L_17, /*hidden argument*/NULL);
		if ((((int32_t)L_18) <= ((int32_t)1)))
		{
			goto IL_00f2;
		}
	}
	{
		ASN1_t2114160832 * L_19 = V_1;
		NullCheck(L_19);
		ASN1_t2114160832 * L_20 = ASN1_get_Item_m3901126023(L_19, 1, /*hidden argument*/NULL);
		V_3 = L_20;
		ASN1_t2114160832 * L_21 = V_3;
		NullCheck(L_21);
		uint8_t L_22 = ASN1_get_Tag_m1032367219(L_21, /*hidden argument*/NULL);
		if ((((int32_t)L_22) == ((int32_t)((int32_t)48))))
		{
			goto IL_0096;
		}
	}
	{
		CryptographicException_t248831461 * L_23 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var);
		CryptographicException__ctor_m503735289(L_23, _stringLiteral2479900804, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_23);
	}

IL_0096:
	{
		ASN1_t2114160832 * L_24 = V_3;
		NullCheck(L_24);
		ASN1_t2114160832 * L_25 = ASN1_get_Item_m3901126023(L_24, 0, /*hidden argument*/NULL);
		V_4 = L_25;
		ASN1_t2114160832 * L_26 = V_4;
		NullCheck(L_26);
		uint8_t L_27 = ASN1_get_Tag_m1032367219(L_26, /*hidden argument*/NULL);
		if ((((int32_t)L_27) == ((int32_t)4)))
		{
			goto IL_00b7;
		}
	}
	{
		CryptographicException_t248831461 * L_28 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var);
		CryptographicException__ctor_m503735289(L_28, _stringLiteral2581649682, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_28);
	}

IL_00b7:
	{
		ASN1_t2114160832 * L_29 = V_4;
		NullCheck(L_29);
		ByteU5BU5D_t4116647657* L_30 = ASN1_get_Value_m1857007406(L_29, /*hidden argument*/NULL);
		__this->set__salt_1(L_30);
		ASN1_t2114160832 * L_31 = V_3;
		NullCheck(L_31);
		ASN1_t2114160832 * L_32 = ASN1_get_Item_m3901126023(L_31, 1, /*hidden argument*/NULL);
		V_5 = L_32;
		ASN1_t2114160832 * L_33 = V_5;
		NullCheck(L_33);
		uint8_t L_34 = ASN1_get_Tag_m1032367219(L_33, /*hidden argument*/NULL);
		if ((((int32_t)L_34) == ((int32_t)2)))
		{
			goto IL_00e5;
		}
	}
	{
		CryptographicException_t248831461 * L_35 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var);
		CryptographicException__ctor_m503735289(L_35, _stringLiteral1189022210, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_35);
	}

IL_00e5:
	{
		ASN1_t2114160832 * L_36 = V_5;
		int32_t L_37 = ASN1Convert_ToInt32_m254930636(NULL /*static, unused*/, L_36, /*hidden argument*/NULL);
		__this->set__iterations_2(L_37);
	}

IL_00f2:
	{
		ASN1_t2114160832 * L_38 = V_0;
		NullCheck(L_38);
		ASN1_t2114160832 * L_39 = ASN1_get_Item_m3901126023(L_38, 1, /*hidden argument*/NULL);
		V_6 = L_39;
		ASN1_t2114160832 * L_40 = V_6;
		NullCheck(L_40);
		uint8_t L_41 = ASN1_get_Tag_m1032367219(L_40, /*hidden argument*/NULL);
		if ((((int32_t)L_41) == ((int32_t)4)))
		{
			goto IL_0113;
		}
	}
	{
		CryptographicException_t248831461 * L_42 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var);
		CryptographicException__ctor_m503735289(L_42, _stringLiteral3895113801, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_42);
	}

IL_0113:
	{
		ASN1_t2114160832 * L_43 = V_6;
		NullCheck(L_43);
		ByteU5BU5D_t4116647657* L_44 = ASN1_get_Value_m1857007406(L_43, /*hidden argument*/NULL);
		__this->set__data_3(L_44);
		return;
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Mono.Security.Cryptography.PKCS8/PrivateKeyInfo::.ctor()
extern "C"  void PrivateKeyInfo__ctor_m2811023496 (PrivateKeyInfo_t668027992 * __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (PrivateKeyInfo__ctor_m2811023496_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		Object__ctor_m297566312(__this, /*hidden argument*/NULL);
		__this->set__version_0(0);
		ArrayList_t2718874744 * L_0 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var);
		ArrayList__ctor_m4254721275(L_0, /*hidden argument*/NULL);
		__this->set__list_3(L_0);
		return;
	}
}
// System.Void Mono.Security.Cryptography.PKCS8/PrivateKeyInfo::.ctor(System.Byte[])
extern "C"  void PrivateKeyInfo__ctor_m2414235375 (PrivateKeyInfo_t668027992 * __this, ByteU5BU5D_t4116647657* ___data0, const RuntimeMethod* method)
{
	{
		PrivateKeyInfo__ctor_m2811023496(__this, /*hidden argument*/NULL);
		ByteU5BU5D_t4116647657* L_0 = ___data0;
		PrivateKeyInfo_Decode_m682813286(__this, L_0, /*hidden argument*/NULL);
		return;
	}
}
// System.Byte[] Mono.Security.Cryptography.PKCS8/PrivateKeyInfo::get_PrivateKey()
extern "C"  ByteU5BU5D_t4116647657* PrivateKeyInfo_get_PrivateKey_m2768243057 (PrivateKeyInfo_t668027992 * __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (PrivateKeyInfo_get_PrivateKey_m2768243057_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		ByteU5BU5D_t4116647657* L_0 = __this->get__key_2();
		if (L_0)
		{
			goto IL_000d;
		}
	}
	{
		return (ByteU5BU5D_t4116647657*)NULL;
	}

IL_000d:
	{
		ByteU5BU5D_t4116647657* L_1 = __this->get__key_2();
		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 Mono.Security.Cryptography.PKCS8/PrivateKeyInfo::Decode(System.Byte[])
extern "C"  void PrivateKeyInfo_Decode_m682813286 (PrivateKeyInfo_t668027992 * __this, ByteU5BU5D_t4116647657* ___data0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (PrivateKeyInfo_Decode_m682813286_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	ASN1_t2114160832 * V_0 = NULL;
	ASN1_t2114160832 * V_1 = NULL;
	ASN1_t2114160832 * V_2 = NULL;
	ASN1_t2114160832 * V_3 = NULL;
	ASN1_t2114160832 * V_4 = NULL;
	ASN1_t2114160832 * V_5 = NULL;
	int32_t V_6 = 0;
	{
		ByteU5BU5D_t4116647657* L_0 = ___data0;
		ASN1_t2114160832 * L_1 = (ASN1_t2114160832 *)il2cpp_codegen_object_new(ASN1_t2114160832_il2cpp_TypeInfo_var);
		ASN1__ctor_m1601690794(L_1, L_0, /*hidden argument*/NULL);
		V_0 = L_1;
		ASN1_t2114160832 * L_2 = V_0;
		NullCheck(L_2);
		uint8_t L_3 = ASN1_get_Tag_m1032367219(L_2, /*hidden argument*/NULL);
		if ((((int32_t)L_3) == ((int32_t)((int32_t)48))))
		{
			goto IL_001f;
		}
	}
	{
		CryptographicException_t248831461 * L_4 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var);
		CryptographicException__ctor_m503735289(L_4, _stringLiteral3860840281, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_4);
	}

IL_001f:
	{
		ASN1_t2114160832 * L_5 = V_0;
		NullCheck(L_5);
		ASN1_t2114160832 * L_6 = ASN1_get_Item_m3901126023(L_5, 0, /*hidden argument*/NULL);
		V_1 = L_6;
		ASN1_t2114160832 * L_7 = V_1;
		NullCheck(L_7);
		uint8_t L_8 = ASN1_get_Tag_m1032367219(L_7, /*hidden argument*/NULL);
		if ((((int32_t)L_8) == ((int32_t)2)))
		{
			goto IL_003e;
		}
	}
	{
		CryptographicException_t248831461 * L_9 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var);
		CryptographicException__ctor_m503735289(L_9, _stringLiteral1111651387, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_9);
	}

IL_003e:
	{
		ASN1_t2114160832 * L_10 = V_1;
		NullCheck(L_10);
		ByteU5BU5D_t4116647657* L_11 = ASN1_get_Value_m1857007406(L_10, /*hidden argument*/NULL);
		NullCheck(L_11);
		int32_t L_12 = 0;
		uint8_t L_13 = (L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_12));
		__this->set__version_0(L_13);
		ASN1_t2114160832 * L_14 = V_0;
		NullCheck(L_14);
		ASN1_t2114160832 * L_15 = ASN1_get_Item_m3901126023(L_14, 1, /*hidden argument*/NULL);
		V_2 = L_15;
		ASN1_t2114160832 * L_16 = V_2;
		NullCheck(L_16);
		uint8_t L_17 = ASN1_get_Tag_m1032367219(L_16, /*hidden argument*/NULL);
		if ((((int32_t)L_17) == ((int32_t)((int32_t)48))))
		{
			goto IL_006c;
		}
	}
	{
		CryptographicException_t248831461 * L_18 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var);
		CryptographicException__ctor_m503735289(L_18, _stringLiteral1133397176, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_18);
	}

IL_006c:
	{
		ASN1_t2114160832 * L_19 = V_2;
		NullCheck(L_19);
		ASN1_t2114160832 * L_20 = ASN1_get_Item_m3901126023(L_19, 0, /*hidden argument*/NULL);
		V_3 = L_20;
		ASN1_t2114160832 * L_21 = V_3;
		NullCheck(L_21);
		uint8_t L_22 = ASN1_get_Tag_m1032367219(L_21, /*hidden argument*/NULL);
		if ((((int32_t)L_22) == ((int32_t)6)))
		{
			goto IL_008b;
		}
	}
	{
		CryptographicException_t248831461 * L_23 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var);
		CryptographicException__ctor_m503735289(L_23, _stringLiteral3055172879, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_23);
	}

IL_008b:
	{
		ASN1_t2114160832 * L_24 = V_3;
		String_t* L_25 = ASN1Convert_ToOid_m1223840396(NULL /*static, unused*/, L_24, /*hidden argument*/NULL);
		__this->set__algorithm_1(L_25);
		ASN1_t2114160832 * L_26 = V_0;
		NullCheck(L_26);
		ASN1_t2114160832 * L_27 = ASN1_get_Item_m3901126023(L_26, 2, /*hidden argument*/NULL);
		V_4 = L_27;
		ASN1_t2114160832 * L_28 = V_4;
		NullCheck(L_28);
		ByteU5BU5D_t4116647657* L_29 = ASN1_get_Value_m1857007406(L_28, /*hidden argument*/NULL);
		__this->set__key_2(L_29);
		ASN1_t2114160832 * L_30 = V_0;
		NullCheck(L_30);
		int32_t L_31 = ASN1_get_Count_m3580979881(L_30, /*hidden argument*/NULL);
		if ((((int32_t)L_31) <= ((int32_t)3)))
		{
			goto IL_00f3;
		}
	}
	{
		ASN1_t2114160832 * L_32 = V_0;
		NullCheck(L_32);
		ASN1_t2114160832 * L_33 = ASN1_get_Item_m3901126023(L_32, 3, /*hidden argument*/NULL);
		V_5 = L_33;
		V_6 = 0;
		goto IL_00e5;
	}

IL_00ca:
	{
		ArrayList_t2718874744 * L_34 = __this->get__list_3();
		ASN1_t2114160832 * L_35 = V_5;
		int32_t L_36 = V_6;
		NullCheck(L_35);
		ASN1_t2114160832 * L_37 = ASN1_get_Item_m3901126023(L_35, L_36, /*hidden argument*/NULL);
		NullCheck(L_34);
		VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_34, L_37);
		int32_t L_38 = V_6;
		V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1));
	}

IL_00e5:
	{
		int32_t L_39 = V_6;
		ASN1_t2114160832 * L_40 = V_5;
		NullCheck(L_40);
		int32_t L_41 = ASN1_get_Count_m3580979881(L_40, /*hidden argument*/NULL);
		if ((((int32_t)L_39) < ((int32_t)L_41)))
		{
			goto IL_00ca;
		}
	}

IL_00f3:
	{
		return;
	}
}
// System.Byte[] Mono.Security.Cryptography.PKCS8/PrivateKeyInfo::RemoveLeadingZero(System.Byte[])
extern "C"  ByteU5BU5D_t4116647657* PrivateKeyInfo_RemoveLeadingZero_m3921889925 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___bigInt0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (PrivateKeyInfo_RemoveLeadingZero_m3921889925_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	int32_t V_1 = 0;
	ByteU5BU5D_t4116647657* V_2 = NULL;
	{
		V_0 = 0;
		ByteU5BU5D_t4116647657* L_0 = ___bigInt0;
		NullCheck(L_0);
		V_1 = (((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length))));
		ByteU5BU5D_t4116647657* L_1 = ___bigInt0;
		NullCheck(L_1);
		int32_t L_2 = 0;
		uint8_t L_3 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
		if (L_3)
		{
			goto IL_0014;
		}
	}
	{
		V_0 = 1;
		int32_t L_4 = V_1;
		V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1));
	}

IL_0014:
	{
		int32_t L_5 = V_1;
		V_2 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_5));
		ByteU5BU5D_t4116647657* L_6 = ___bigInt0;
		int32_t L_7 = V_0;
		ByteU5BU5D_t4116647657* L_8 = V_2;
		int32_t L_9 = V_1;
		Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_6, L_7, (RuntimeArray *)(RuntimeArray *)L_8, 0, L_9, /*hidden argument*/NULL);
		ByteU5BU5D_t4116647657* L_10 = V_2;
		return L_10;
	}
}
// System.Byte[] Mono.Security.Cryptography.PKCS8/PrivateKeyInfo::Normalize(System.Byte[],System.Int32)
extern "C"  ByteU5BU5D_t4116647657* PrivateKeyInfo_Normalize_m1855800471 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___bigInt0, int32_t ___length1, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (PrivateKeyInfo_Normalize_m1855800471_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	ByteU5BU5D_t4116647657* V_0 = NULL;
	{
		ByteU5BU5D_t4116647657* L_0 = ___bigInt0;
		NullCheck(L_0);
		int32_t L_1 = ___length1;
		if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length))))) == ((uint32_t)L_1))))
		{
			goto IL_000b;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_2 = ___bigInt0;
		return L_2;
	}

IL_000b:
	{
		ByteU5BU5D_t4116647657* L_3 = ___bigInt0;
		NullCheck(L_3);
		int32_t L_4 = ___length1;
		if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length))))) <= ((int32_t)L_4)))
		{
			goto IL_001b;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_5 = ___bigInt0;
		ByteU5BU5D_t4116647657* L_6 = PrivateKeyInfo_RemoveLeadingZero_m3921889925(NULL /*static, unused*/, L_5, /*hidden argument*/NULL);
		return L_6;
	}

IL_001b:
	{
		int32_t L_7 = ___length1;
		V_0 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_7));
		ByteU5BU5D_t4116647657* L_8 = ___bigInt0;
		ByteU5BU5D_t4116647657* L_9 = V_0;
		int32_t L_10 = ___length1;
		ByteU5BU5D_t4116647657* L_11 = ___bigInt0;
		NullCheck(L_11);
		ByteU5BU5D_t4116647657* L_12 = ___bigInt0;
		NullCheck(L_12);
		Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_8, 0, (RuntimeArray *)(RuntimeArray *)L_9, ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_11)->max_length)))))), (((int32_t)((int32_t)(((RuntimeArray *)L_12)->max_length)))), /*hidden argument*/NULL);
		ByteU5BU5D_t4116647657* L_13 = V_0;
		return L_13;
	}
}
// System.Security.Cryptography.RSA Mono.Security.Cryptography.PKCS8/PrivateKeyInfo::DecodeRSA(System.Byte[])
extern "C"  RSA_t2385438082 * PrivateKeyInfo_DecodeRSA_m2889346634 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___keypair0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (PrivateKeyInfo_DecodeRSA_m2889346634_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	ASN1_t2114160832 * V_0 = NULL;
	ASN1_t2114160832 * V_1 = NULL;
	RSAParameters_t1728406613  V_2;
	memset(&V_2, 0, sizeof(V_2));
	int32_t V_3 = 0;
	int32_t V_4 = 0;
	RSA_t2385438082 * V_5 = NULL;
	CspParameters_t239852639 * V_6 = NULL;
	Exception_t * __last_unhandled_exception = 0;
	NO_UNUSED_WARNING (__last_unhandled_exception);
	Exception_t * __exception_local = 0;
	NO_UNUSED_WARNING (__exception_local);
	int32_t __leave_target = 0;
	NO_UNUSED_WARNING (__leave_target);
	{
		ByteU5BU5D_t4116647657* L_0 = ___keypair0;
		ASN1_t2114160832 * L_1 = (ASN1_t2114160832 *)il2cpp_codegen_object_new(ASN1_t2114160832_il2cpp_TypeInfo_var);
		ASN1__ctor_m1601690794(L_1, L_0, /*hidden argument*/NULL);
		V_0 = L_1;
		ASN1_t2114160832 * L_2 = V_0;
		NullCheck(L_2);
		uint8_t L_3 = ASN1_get_Tag_m1032367219(L_2, /*hidden argument*/NULL);
		if ((((int32_t)L_3) == ((int32_t)((int32_t)48))))
		{
			goto IL_001f;
		}
	}
	{
		CryptographicException_t248831461 * L_4 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var);
		CryptographicException__ctor_m503735289(L_4, _stringLiteral2973183703, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_4);
	}

IL_001f:
	{
		ASN1_t2114160832 * L_5 = V_0;
		NullCheck(L_5);
		ASN1_t2114160832 * L_6 = ASN1_get_Item_m3901126023(L_5, 0, /*hidden argument*/NULL);
		V_1 = L_6;
		ASN1_t2114160832 * L_7 = V_1;
		NullCheck(L_7);
		uint8_t L_8 = ASN1_get_Tag_m1032367219(L_7, /*hidden argument*/NULL);
		if ((((int32_t)L_8) == ((int32_t)2)))
		{
			goto IL_003e;
		}
	}
	{
		CryptographicException_t248831461 * L_9 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var);
		CryptographicException__ctor_m503735289(L_9, _stringLiteral3023545426, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_9);
	}

IL_003e:
	{
		ASN1_t2114160832 * L_10 = V_0;
		NullCheck(L_10);
		int32_t L_11 = ASN1_get_Count_m3580979881(L_10, /*hidden argument*/NULL);
		if ((((int32_t)L_11) >= ((int32_t)((int32_t)9))))
		{
			goto IL_0056;
		}
	}
	{
		CryptographicException_t248831461 * L_12 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var);
		CryptographicException__ctor_m503735289(L_12, _stringLiteral470035263, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_12);
	}

IL_0056:
	{
		il2cpp_codegen_initobj((&V_2), sizeof(RSAParameters_t1728406613 ));
		ASN1_t2114160832 * L_13 = V_0;
		NullCheck(L_13);
		ASN1_t2114160832 * L_14 = ASN1_get_Item_m3901126023(L_13, 1, /*hidden argument*/NULL);
		NullCheck(L_14);
		ByteU5BU5D_t4116647657* L_15 = ASN1_get_Value_m1857007406(L_14, /*hidden argument*/NULL);
		ByteU5BU5D_t4116647657* L_16 = PrivateKeyInfo_RemoveLeadingZero_m3921889925(NULL /*static, unused*/, L_15, /*hidden argument*/NULL);
		(&V_2)->set_Modulus_6(L_16);
		ByteU5BU5D_t4116647657* L_17 = (&V_2)->get_Modulus_6();
		NullCheck(L_17);
		V_3 = (((int32_t)((int32_t)(((RuntimeArray *)L_17)->max_length))));
		int32_t L_18 = V_3;
		V_4 = ((int32_t)((int32_t)L_18>>(int32_t)1));
		ASN1_t2114160832 * L_19 = V_0;
		NullCheck(L_19);
		ASN1_t2114160832 * L_20 = ASN1_get_Item_m3901126023(L_19, 3, /*hidden argument*/NULL);
		NullCheck(L_20);
		ByteU5BU5D_t4116647657* L_21 = ASN1_get_Value_m1857007406(L_20, /*hidden argument*/NULL);
		int32_t L_22 = V_3;
		ByteU5BU5D_t4116647657* L_23 = PrivateKeyInfo_Normalize_m1855800471(NULL /*static, unused*/, L_21, L_22, /*hidden argument*/NULL);
		(&V_2)->set_D_2(L_23);
		ASN1_t2114160832 * L_24 = V_0;
		NullCheck(L_24);
		ASN1_t2114160832 * L_25 = ASN1_get_Item_m3901126023(L_24, 6, /*hidden argument*/NULL);
		NullCheck(L_25);
		ByteU5BU5D_t4116647657* L_26 = ASN1_get_Value_m1857007406(L_25, /*hidden argument*/NULL);
		int32_t L_27 = V_4;
		ByteU5BU5D_t4116647657* L_28 = PrivateKeyInfo_Normalize_m1855800471(NULL /*static, unused*/, L_26, L_27, /*hidden argument*/NULL);
		(&V_2)->set_DP_3(L_28);
		ASN1_t2114160832 * L_29 = V_0;
		NullCheck(L_29);
		ASN1_t2114160832 * L_30 = ASN1_get_Item_m3901126023(L_29, 7, /*hidden argument*/NULL);
		NullCheck(L_30);
		ByteU5BU5D_t4116647657* L_31 = ASN1_get_Value_m1857007406(L_30, /*hidden argument*/NULL);
		int32_t L_32 = V_4;
		ByteU5BU5D_t4116647657* L_33 = PrivateKeyInfo_Normalize_m1855800471(NULL /*static, unused*/, L_31, L_32, /*hidden argument*/NULL);
		(&V_2)->set_DQ_4(L_33);
		ASN1_t2114160832 * L_34 = V_0;
		NullCheck(L_34);
		ASN1_t2114160832 * L_35 = ASN1_get_Item_m3901126023(L_34, 2, /*hidden argument*/NULL);
		NullCheck(L_35);
		ByteU5BU5D_t4116647657* L_36 = ASN1_get_Value_m1857007406(L_35, /*hidden argument*/NULL);
		ByteU5BU5D_t4116647657* L_37 = PrivateKeyInfo_RemoveLeadingZero_m3921889925(NULL /*static, unused*/, L_36, /*hidden argument*/NULL);
		(&V_2)->set_Exponent_7(L_37);
		ASN1_t2114160832 * L_38 = V_0;
		NullCheck(L_38);
		ASN1_t2114160832 * L_39 = ASN1_get_Item_m3901126023(L_38, 8, /*hidden argument*/NULL);
		NullCheck(L_39);
		ByteU5BU5D_t4116647657* L_40 = ASN1_get_Value_m1857007406(L_39, /*hidden argument*/NULL);
		int32_t L_41 = V_4;
		ByteU5BU5D_t4116647657* L_42 = PrivateKeyInfo_Normalize_m1855800471(NULL /*static, unused*/, L_40, L_41, /*hidden argument*/NULL);
		(&V_2)->set_InverseQ_5(L_42);
		ASN1_t2114160832 * L_43 = V_0;
		NullCheck(L_43);
		ASN1_t2114160832 * L_44 = ASN1_get_Item_m3901126023(L_43, 4, /*hidden argument*/NULL);
		NullCheck(L_44);
		ByteU5BU5D_t4116647657* L_45 = ASN1_get_Value_m1857007406(L_44, /*hidden argument*/NULL);
		int32_t L_46 = V_4;
		ByteU5BU5D_t4116647657* L_47 = PrivateKeyInfo_Normalize_m1855800471(NULL /*static, unused*/, L_45, L_46, /*hidden argument*/NULL);
		(&V_2)->set_P_0(L_47);
		ASN1_t2114160832 * L_48 = V_0;
		NullCheck(L_48);
		ASN1_t2114160832 * L_49 = ASN1_get_Item_m3901126023(L_48, 5, /*hidden argument*/NULL);
		NullCheck(L_49);
		ByteU5BU5D_t4116647657* L_50 = ASN1_get_Value_m1857007406(L_49, /*hidden argument*/NULL);
		int32_t L_51 = V_4;
		ByteU5BU5D_t4116647657* L_52 = PrivateKeyInfo_Normalize_m1855800471(NULL /*static, unused*/, L_50, L_51, /*hidden argument*/NULL);
		(&V_2)->set_Q_1(L_52);
		V_5 = (RSA_t2385438082 *)NULL;
	}

IL_013b:
	try
	{ // begin try (depth: 1)
		RSA_t2385438082 * L_53 = RSA_Create_m4065275734(NULL /*static, unused*/, /*hidden argument*/NULL);
		V_5 = L_53;
		RSA_t2385438082 * L_54 = V_5;
		RSAParameters_t1728406613  L_55 = V_2;
		NullCheck(L_54);
		VirtActionInvoker1< RSAParameters_t1728406613  >::Invoke(13 /* System.Void System.Security.Cryptography.RSA::ImportParameters(System.Security.Cryptography.RSAParameters) */, L_54, L_55);
		goto IL_0175;
	} // end try (depth: 1)
	catch(Il2CppExceptionWrapper& e)
	{
		__exception_local = (Exception_t *)e.ex;
		if(il2cpp_codegen_class_is_assignable_from (CryptographicException_t248831461_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
			goto CATCH_014f;
		throw e;
	}

CATCH_014f:
	{ // begin catch(System.Security.Cryptography.CryptographicException)
		CspParameters_t239852639 * L_56 = (CspParameters_t239852639 *)il2cpp_codegen_object_new(CspParameters_t239852639_il2cpp_TypeInfo_var);
		CspParameters__ctor_m277845443(L_56, /*hidden argument*/NULL);
		V_6 = L_56;
		CspParameters_t239852639 * L_57 = V_6;
		NullCheck(L_57);
		CspParameters_set_Flags_m397261363(L_57, 1, /*hidden argument*/NULL);
		CspParameters_t239852639 * L_58 = V_6;
		RSACryptoServiceProvider_t2683512874 * L_59 = (RSACryptoServiceProvider_t2683512874 *)il2cpp_codegen_object_new(RSACryptoServiceProvider_t2683512874_il2cpp_TypeInfo_var);
		RSACryptoServiceProvider__ctor_m357386130(L_59, L_58, /*hidden argument*/NULL);
		V_5 = L_59;
		RSA_t2385438082 * L_60 = V_5;
		RSAParameters_t1728406613  L_61 = V_2;
		NullCheck(L_60);
		VirtActionInvoker1< RSAParameters_t1728406613  >::Invoke(13 /* System.Void System.Security.Cryptography.RSA::ImportParameters(System.Security.Cryptography.RSAParameters) */, L_60, L_61);
		goto IL_0175;
	} // end catch (depth: 1)

IL_0175:
	{
		RSA_t2385438082 * L_62 = V_5;
		return L_62;
	}
}
// System.Security.Cryptography.DSA Mono.Security.Cryptography.PKCS8/PrivateKeyInfo::DecodeDSA(System.Byte[],System.Security.Cryptography.DSAParameters)
extern "C"  DSA_t2386879874 * PrivateKeyInfo_DecodeDSA_m771724585 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___privateKey0, DSAParameters_t1885824122  ___dsaParameters1, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (PrivateKeyInfo_DecodeDSA_m771724585_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	ASN1_t2114160832 * V_0 = NULL;
	DSA_t2386879874 * V_1 = NULL;
	{
		ByteU5BU5D_t4116647657* L_0 = ___privateKey0;
		ASN1_t2114160832 * L_1 = (ASN1_t2114160832 *)il2cpp_codegen_object_new(ASN1_t2114160832_il2cpp_TypeInfo_var);
		ASN1__ctor_m1601690794(L_1, L_0, /*hidden argument*/NULL);
		V_0 = L_1;
		ASN1_t2114160832 * L_2 = V_0;
		NullCheck(L_2);
		uint8_t L_3 = ASN1_get_Tag_m1032367219(L_2, /*hidden argument*/NULL);
		if ((((int32_t)L_3) == ((int32_t)2)))
		{
			goto IL_001e;
		}
	}
	{
		CryptographicException_t248831461 * L_4 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var);
		CryptographicException__ctor_m503735289(L_4, _stringLiteral2973183703, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_4);
	}

IL_001e:
	{
		ASN1_t2114160832 * L_5 = V_0;
		NullCheck(L_5);
		ByteU5BU5D_t4116647657* L_6 = ASN1_get_Value_m1857007406(L_5, /*hidden argument*/NULL);
		ByteU5BU5D_t4116647657* L_7 = PrivateKeyInfo_Normalize_m1855800471(NULL /*static, unused*/, L_6, ((int32_t)20), /*hidden argument*/NULL);
		(&___dsaParameters1)->set_X_6(L_7);
		DSA_t2386879874 * L_8 = DSA_Create_m1220983153(NULL /*static, unused*/, /*hidden argument*/NULL);
		V_1 = L_8;
		DSA_t2386879874 * L_9 = V_1;
		DSAParameters_t1885824122  L_10 = ___dsaParameters1;
		NullCheck(L_9);
		VirtActionInvoker1< DSAParameters_t1885824122  >::Invoke(12 /* System.Void System.Security.Cryptography.DSA::ImportParameters(System.Security.Cryptography.DSAParameters) */, L_9, L_10);
		DSA_t2386879874 * L_11 = V_1;
		return L_11;
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Mono.Security.Cryptography.RSAManaged::.ctor(System.Int32)
extern "C"  void RSAManaged__ctor_m3394311431 (RSAManaged_t1757093819 * __this, int32_t ___keySize0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (RSAManaged__ctor_m3394311431_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		__this->set_keyBlinding_3((bool)1);
		RSA__ctor_m2923348713(__this, /*hidden argument*/NULL);
		((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 = ___keySize0;
		AsymmetricAlgorithm_set_KeySize_m2163393617(__this, L_2, /*hidden argument*/NULL);
		return;
	}
}
// 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)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (RSAManaged_add_KeyGenerated_m3688329863_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		KeyGeneratedEventHandler_t3064139577 * L_0 = __this->get_KeyGenerated_14();
		KeyGeneratedEventHandler_t3064139577 * L_1 = ___value0;
		Delegate_t1188392813 * L_2 = Delegate_Combine_m1859655160(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL);
		__this->set_KeyGenerated_14(((KeyGeneratedEventHandler_t3064139577 *)CastclassSealed((RuntimeObject*)L_2, KeyGeneratedEventHandler_t3064139577_il2cpp_TypeInfo_var)));
		return;
	}
}
// System.Void Mono.Security.Cryptography.RSAManaged::remove_KeyGenerated(Mono.Security.Cryptography.RSAManaged/KeyGeneratedEventHandler)
extern "C"  void RSAManaged_remove_KeyGenerated_m2046909903 (RSAManaged_t1757093819 * __this, KeyGeneratedEventHandler_t3064139577 * ___value0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (RSAManaged_remove_KeyGenerated_m2046909903_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		KeyGeneratedEventHandler_t3064139577 * L_0 = __this->get_KeyGenerated_14();
		KeyGeneratedEventHandler_t3064139577 * L_1 = ___value0;
		Delegate_t1188392813 * L_2 = Delegate_Remove_m334097152(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL);
		__this->set_KeyGenerated_14(((KeyGeneratedEventHandler_t3064139577 *)CastclassSealed((RuntimeObject*)L_2, KeyGeneratedEventHandler_t3064139577_il2cpp_TypeInfo_var)));
		return;
	}
}
// System.Void Mono.Security.Cryptography.RSAManaged::Finalize()
extern "C"  void RSAManaged_Finalize_m3915335854 (RSAManaged_t1757093819 * __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(7 /* System.Void Mono.Security.Cryptography.RSAManaged::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 Mono.Security.Cryptography.RSAManaged::GenerateKeyPair()
extern "C"  void RSAManaged_GenerateKeyPair_m2221292703 (RSAManaged_t1757093819 * __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (RSAManaged_GenerateKeyPair_m2221292703_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	int32_t V_1 = 0;
	uint32_t V_2 = 0;
	BigInteger_t2902905089 * V_3 = NULL;
	BigInteger_t2902905089 * V_4 = NULL;
	BigInteger_t2902905089 * V_5 = NULL;
	{
		int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 Mono.Security.Cryptography.RSAManaged::get_KeySize() */, __this);
		V_0 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1))>>(int32_t)1));
		int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 Mono.Security.Cryptography.RSAManaged::get_KeySize() */, __this);
		int32_t L_2 = V_0;
		V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)L_2));
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger_t2902905089 * L_3 = BigInteger_op_Implicit_m378428706(NULL /*static, unused*/, ((int32_t)17), /*hidden argument*/NULL);
		__this->set_e_13(L_3);
		goto IL_004a;
	}

IL_0026:
	{
		int32_t L_4 = V_0;
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger_t2902905089 * L_5 = BigInteger_GeneratePseudoPrime_m1941064930(NULL /*static, unused*/, L_4, /*hidden argument*/NULL);
		__this->set_p_7(L_5);
		BigInteger_t2902905089 * L_6 = __this->get_p_7();
		uint32_t L_7 = BigInteger_op_Modulus_m1987692259(NULL /*static, unused*/, L_6, ((int32_t)17), /*hidden argument*/NULL);
		if ((((int32_t)L_7) == ((int32_t)1)))
		{
			goto IL_004a;
		}
	}
	{
		goto IL_004f;
	}

IL_004a:
	{
		goto IL_0026;
	}

IL_004f:
	{
		goto IL_00ec;
	}

IL_0054:
	{
		goto IL_0093;
	}

IL_0059:
	{
		int32_t L_8 = V_1;
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger_t2902905089 * L_9 = BigInteger_GeneratePseudoPrime_m1941064930(NULL /*static, unused*/, L_8, /*hidden argument*/NULL);
		__this->set_q_8(L_9);
		BigInteger_t2902905089 * L_10 = __this->get_q_8();
		uint32_t L_11 = BigInteger_op_Modulus_m1987692259(NULL /*static, unused*/, L_10, ((int32_t)17), /*hidden argument*/NULL);
		if ((((int32_t)L_11) == ((int32_t)1)))
		{
			goto IL_0093;
		}
	}
	{
		BigInteger_t2902905089 * L_12 = __this->get_p_7();
		BigInteger_t2902905089 * L_13 = __this->get_q_8();
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		bool L_14 = BigInteger_op_Inequality_m2365536750(NULL /*static, unused*/, L_12, L_13, /*hidden argument*/NULL);
		if (!L_14)
		{
			goto IL_0093;
		}
	}
	{
		goto IL_0098;
	}

IL_0093:
	{
		goto IL_0059;
	}

IL_0098:
	{
		BigInteger_t2902905089 * L_15 = __this->get_p_7();
		BigInteger_t2902905089 * L_16 = __this->get_q_8();
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger_t2902905089 * L_17 = BigInteger_op_Multiply_m3801644593(NULL /*static, unused*/, L_15, L_16, /*hidden argument*/NULL);
		__this->set_n_12(L_17);
		BigInteger_t2902905089 * L_18 = __this->get_n_12();
		NullCheck(L_18);
		int32_t L_19 = BigInteger_BitCount_m3710900808(L_18, /*hidden argument*/NULL);
		int32_t L_20 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 Mono.Security.Cryptography.RSAManaged::get_KeySize() */, __this);
		if ((!(((uint32_t)L_19) == ((uint32_t)L_20))))
		{
			goto IL_00ca;
		}
	}
	{
		goto IL_00f1;
	}

IL_00ca:
	{
		BigInteger_t2902905089 * L_21 = __this->get_p_7();
		BigInteger_t2902905089 * L_22 = __this->get_q_8();
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		bool L_23 = BigInteger_op_LessThan_m798881406(NULL /*static, unused*/, L_21, L_22, /*hidden argument*/NULL);
		if (!L_23)
		{
			goto IL_00ec;
		}
	}
	{
		BigInteger_t2902905089 * L_24 = __this->get_q_8();
		__this->set_p_7(L_24);
	}

IL_00ec:
	{
		goto IL_0054;
	}

IL_00f1:
	{
		BigInteger_t2902905089 * L_25 = __this->get_p_7();
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger_t2902905089 * L_26 = BigInteger_op_Implicit_m2847009755(NULL /*static, unused*/, 1, /*hidden argument*/NULL);
		BigInteger_t2902905089 * L_27 = BigInteger_op_Subtraction_m1575155386(NULL /*static, unused*/, L_25, L_26, /*hidden argument*/NULL);
		V_3 = L_27;
		BigInteger_t2902905089 * L_28 = __this->get_q_8();
		BigInteger_t2902905089 * L_29 = BigInteger_op_Implicit_m2847009755(NULL /*static, unused*/, 1, /*hidden argument*/NULL);
		BigInteger_t2902905089 * L_30 = BigInteger_op_Subtraction_m1575155386(NULL /*static, unused*/, L_28, L_29, /*hidden argument*/NULL);
		V_4 = L_30;
		BigInteger_t2902905089 * L_31 = V_3;
		BigInteger_t2902905089 * L_32 = V_4;
		BigInteger_t2902905089 * L_33 = BigInteger_op_Multiply_m3801644593(NULL /*static, unused*/, L_31, L_32, /*hidden argument*/NULL);
		V_5 = L_33;
		BigInteger_t2902905089 * L_34 = __this->get_e_13();
		BigInteger_t2902905089 * L_35 = V_5;
		NullCheck(L_34);
		BigInteger_t2902905089 * L_36 = BigInteger_ModInverse_m3469244086(L_34, L_35, /*hidden argument*/NULL);
		__this->set_d_6(L_36);
		BigInteger_t2902905089 * L_37 = __this->get_d_6();
		BigInteger_t2902905089 * L_38 = V_3;
		BigInteger_t2902905089 * L_39 = BigInteger_op_Modulus_m3223754023(NULL /*static, unused*/, L_37, L_38, /*hidden argument*/NULL);
		__this->set_dp_9(L_39);
		BigInteger_t2902905089 * L_40 = __this->get_d_6();
		BigInteger_t2902905089 * L_41 = V_4;
		BigInteger_t2902905089 * L_42 = BigInteger_op_Modulus_m3223754023(NULL /*static, unused*/, L_40, L_41, /*hidden argument*/NULL);
		__this->set_dq_10(L_42);
		BigInteger_t2902905089 * L_43 = __this->get_q_8();
		BigInteger_t2902905089 * L_44 = __this->get_p_7();
		NullCheck(L_43);
		BigInteger_t2902905089 * L_45 = BigInteger_ModInverse_m3469244086(L_43, L_44, /*hidden argument*/NULL);
		__this->set_qInv_11(L_45);
		__this->set_keypairGenerated_4((bool)1);
		__this->set_isCRTpossible_2((bool)1);
		KeyGeneratedEventHandler_t3064139577 * L_46 = __this->get_KeyGenerated_14();
		if (!L_46)
		{
			goto IL_0195;
		}
	}
	{
		KeyGeneratedEventHandler_t3064139577 * L_47 = __this->get_KeyGenerated_14();
		NullCheck(L_47);
		KeyGeneratedEventHandler_Invoke_m2527485594(L_47, __this, (EventArgs_t3591816995 *)NULL, /*hidden argument*/NULL);
	}

IL_0195:
	{
		return;
	}
}
// System.Int32 Mono.Security.Cryptography.RSAManaged::get_KeySize()
extern "C"  int32_t RSAManaged_get_KeySize_m1420503080 (RSAManaged_t1757093819 * __this, const RuntimeMethod* method)
{
	int32_t V_0 = 0;
	{
		bool L_0 = __this->get_keypairGenerated_4();
		if (!L_0)
		{
			goto IL_0029;
		}
	}
	{
		BigInteger_t2902905089 * L_1 = __this->get_n_12();
		NullCheck(L_1);
		int32_t L_2 = BigInteger_BitCount_m3710900808(L_1, /*hidden argument*/NULL);
		V_0 = L_2;
		int32_t L_3 = V_0;
		if (!((int32_t)((int32_t)L_3&(int32_t)7)))
		{
			goto IL_0027;
		}
	}
	{
		int32_t L_4 = V_0;
		int32_t L_5 = V_0;
		V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)8, (int32_t)((int32_t)((int32_t)L_5&(int32_t)7))))));
	}

IL_0027:
	{
		int32_t L_6 = V_0;
		return L_6;
	}

IL_0029:
	{
		int32_t L_7 = AsymmetricAlgorithm_get_KeySize_m2113907895(__this, /*hidden argument*/NULL);
		return L_7;
	}
}
// System.Boolean Mono.Security.Cryptography.RSAManaged::get_PublicOnly()
extern "C"  bool RSAManaged_get_PublicOnly_m595121416 (RSAManaged_t1757093819 * __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (RSAManaged_get_PublicOnly_m595121416_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	int32_t G_B4_0 = 0;
	int32_t G_B6_0 = 0;
	{
		bool L_0 = __this->get_keypairGenerated_4();
		if (!L_0)
		{
			goto IL_002d;
		}
	}
	{
		BigInteger_t2902905089 * L_1 = __this->get_d_6();
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		bool L_2 = BigInteger_op_Equality_m3263851871(NULL /*static, unused*/, L_1, (BigInteger_t2902905089 *)NULL, /*hidden argument*/NULL);
		if (L_2)
		{
			goto IL_002a;
		}
	}
	{
		BigInteger_t2902905089 * L_3 = __this->get_n_12();
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		bool L_4 = BigInteger_op_Equality_m3263851871(NULL /*static, unused*/, L_3, (BigInteger_t2902905089 *)NULL, /*hidden argument*/NULL);
		G_B4_0 = ((int32_t)(L_4));
		goto IL_002b;
	}

IL_002a:
	{
		G_B4_0 = 1;
	}

IL_002b:
	{
		G_B6_0 = G_B4_0;
		goto IL_002e;
	}

IL_002d:
	{
		G_B6_0 = 0;
	}

IL_002e:
	{
		return (bool)G_B6_0;
	}
}
// System.Byte[] Mono.Security.Cryptography.RSAManaged::DecryptValue(System.Byte[])
extern "C"  ByteU5BU5D_t4116647657* RSAManaged_DecryptValue_m1864805746 (RSAManaged_t1757093819 * __this, ByteU5BU5D_t4116647657* ___rgb0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (RSAManaged_DecryptValue_m1864805746_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	BigInteger_t2902905089 * V_0 = NULL;
	BigInteger_t2902905089 * V_1 = NULL;
	BigInteger_t2902905089 * V_2 = NULL;
	BigInteger_t2902905089 * V_3 = NULL;
	BigInteger_t2902905089 * V_4 = NULL;
	BigInteger_t2902905089 * V_5 = NULL;
	ByteU5BU5D_t4116647657* V_6 = NULL;
	{
		bool L_0 = __this->get_m_disposed_5();
		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, _stringLiteral2186307263, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_1);
	}

IL_0016:
	{
		bool L_2 = __this->get_keypairGenerated_4();
		if (L_2)
		{
			goto IL_0027;
		}
	}
	{
		RSAManaged_GenerateKeyPair_m2221292703(__this, /*hidden argument*/NULL);
	}

IL_0027:
	{
		ByteU5BU5D_t4116647657* L_3 = ___rgb0;
		BigInteger_t2902905089 * L_4 = (BigInteger_t2902905089 *)il2cpp_codegen_object_new(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger__ctor_m3991350270(L_4, L_3, /*hidden argument*/NULL);
		V_0 = L_4;
		V_1 = (BigInteger_t2902905089 *)NULL;
		bool L_5 = __this->get_keyBlinding_3();
		if (!L_5)
		{
			goto IL_0070;
		}
	}
	{
		BigInteger_t2902905089 * L_6 = __this->get_n_12();
		NullCheck(L_6);
		int32_t L_7 = BigInteger_BitCount_m3710900808(L_6, /*hidden argument*/NULL);
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger_t2902905089 * L_8 = BigInteger_GenerateRandom_m2556426062(NULL /*static, unused*/, L_7, /*hidden argument*/NULL);
		V_1 = L_8;
		BigInteger_t2902905089 * L_9 = V_1;
		BigInteger_t2902905089 * L_10 = __this->get_e_13();
		BigInteger_t2902905089 * L_11 = __this->get_n_12();
		NullCheck(L_9);
		BigInteger_t2902905089 * L_12 = BigInteger_ModPow_m2277842115(L_9, L_10, L_11, /*hidden argument*/NULL);
		BigInteger_t2902905089 * L_13 = V_0;
		BigInteger_t2902905089 * L_14 = BigInteger_op_Multiply_m3801644593(NULL /*static, unused*/, L_12, L_13, /*hidden argument*/NULL);
		BigInteger_t2902905089 * L_15 = __this->get_n_12();
		BigInteger_t2902905089 * L_16 = BigInteger_op_Modulus_m3223754023(NULL /*static, unused*/, L_14, L_15, /*hidden argument*/NULL);
		V_0 = L_16;
	}

IL_0070:
	{
		bool L_17 = __this->get_isCRTpossible_2();
		if (!L_17)
		{
			goto IL_012e;
		}
	}
	{
		BigInteger_t2902905089 * L_18 = V_0;
		BigInteger_t2902905089 * L_19 = __this->get_dp_9();
		BigInteger_t2902905089 * L_20 = __this->get_p_7();
		NullCheck(L_18);
		BigInteger_t2902905089 * L_21 = BigInteger_ModPow_m2277842115(L_18, L_19, L_20, /*hidden argument*/NULL);
		V_3 = L_21;
		BigInteger_t2902905089 * L_22 = V_0;
		BigInteger_t2902905089 * L_23 = __this->get_dq_10();
		BigInteger_t2902905089 * L_24 = __this->get_q_8();
		NullCheck(L_22);
		BigInteger_t2902905089 * L_25 = BigInteger_ModPow_m2277842115(L_22, L_23, L_24, /*hidden argument*/NULL);
		V_4 = L_25;
		BigInteger_t2902905089 * L_26 = V_4;
		BigInteger_t2902905089 * L_27 = V_3;
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		bool L_28 = BigInteger_op_GreaterThan_m2062805246(NULL /*static, unused*/, L_26, L_27, /*hidden argument*/NULL);
		if (!L_28)
		{
			goto IL_00f4;
		}
	}
	{
		BigInteger_t2902905089 * L_29 = __this->get_p_7();
		BigInteger_t2902905089 * L_30 = V_4;
		BigInteger_t2902905089 * L_31 = V_3;
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger_t2902905089 * L_32 = BigInteger_op_Subtraction_m1575155386(NULL /*static, unused*/, L_30, L_31, /*hidden argument*/NULL);
		BigInteger_t2902905089 * L_33 = __this->get_qInv_11();
		BigInteger_t2902905089 * L_34 = BigInteger_op_Multiply_m3801644593(NULL /*static, unused*/, L_32, L_33, /*hidden argument*/NULL);
		BigInteger_t2902905089 * L_35 = __this->get_p_7();
		BigInteger_t2902905089 * L_36 = BigInteger_op_Modulus_m3223754023(NULL /*static, unused*/, L_34, L_35, /*hidden argument*/NULL);
		BigInteger_t2902905089 * L_37 = BigInteger_op_Subtraction_m1575155386(NULL /*static, unused*/, L_29, L_36, /*hidden argument*/NULL);
		V_5 = L_37;
		BigInteger_t2902905089 * L_38 = V_4;
		BigInteger_t2902905089 * L_39 = __this->get_q_8();
		BigInteger_t2902905089 * L_40 = V_5;
		BigInteger_t2902905089 * L_41 = BigInteger_op_Multiply_m3801644593(NULL /*static, unused*/, L_39, L_40, /*hidden argument*/NULL);
		BigInteger_t2902905089 * L_42 = BigInteger_op_Addition_m2544206388(NULL /*static, unused*/, L_38, L_41, /*hidden argument*/NULL);
		V_2 = L_42;
		goto IL_0129;
	}

IL_00f4:
	{
		BigInteger_t2902905089 * L_43 = V_3;
		BigInteger_t2902905089 * L_44 = V_4;
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger_t2902905089 * L_45 = BigInteger_op_Subtraction_m1575155386(NULL /*static, unused*/, L_43, L_44, /*hidden argument*/NULL);
		BigInteger_t2902905089 * L_46 = __this->get_qInv_11();
		BigInteger_t2902905089 * L_47 = BigInteger_op_Multiply_m3801644593(NULL /*static, unused*/, L_45, L_46, /*hidden argument*/NULL);
		BigInteger_t2902905089 * L_48 = __this->get_p_7();
		BigInteger_t2902905089 * L_49 = BigInteger_op_Modulus_m3223754023(NULL /*static, unused*/, L_47, L_48, /*hidden argument*/NULL);
		V_5 = L_49;
		BigInteger_t2902905089 * L_50 = V_4;
		BigInteger_t2902905089 * L_51 = __this->get_q_8();
		BigInteger_t2902905089 * L_52 = V_5;
		BigInteger_t2902905089 * L_53 = BigInteger_op_Multiply_m3801644593(NULL /*static, unused*/, L_51, L_52, /*hidden argument*/NULL);
		BigInteger_t2902905089 * L_54 = BigInteger_op_Addition_m2544206388(NULL /*static, unused*/, L_50, L_53, /*hidden argument*/NULL);
		V_2 = L_54;
	}

IL_0129:
	{
		goto IL_0161;
	}

IL_012e:
	{
		bool L_55 = RSAManaged_get_PublicOnly_m595121416(__this, /*hidden argument*/NULL);
		if (L_55)
		{
			goto IL_0151;
		}
	}
	{
		BigInteger_t2902905089 * L_56 = V_0;
		BigInteger_t2902905089 * L_57 = __this->get_d_6();
		BigInteger_t2902905089 * L_58 = __this->get_n_12();
		NullCheck(L_56);
		BigInteger_t2902905089 * L_59 = BigInteger_ModPow_m2277842115(L_56, L_57, L_58, /*hidden argument*/NULL);
		V_2 = L_59;
		goto IL_0161;
	}

IL_0151:
	{
		String_t* L_60 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2368775859, /*hidden argument*/NULL);
		CryptographicException_t248831461 * L_61 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var);
		CryptographicException__ctor_m503735289(L_61, L_60, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_61);
	}

IL_0161:
	{
		bool L_62 = __this->get_keyBlinding_3();
		if (!L_62)
		{
			goto IL_0190;
		}
	}
	{
		BigInteger_t2902905089 * L_63 = V_2;
		BigInteger_t2902905089 * L_64 = V_1;
		BigInteger_t2902905089 * L_65 = __this->get_n_12();
		NullCheck(L_64);
		BigInteger_t2902905089 * L_66 = BigInteger_ModInverse_m3469244086(L_64, L_65, /*hidden argument*/NULL);
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger_t2902905089 * L_67 = BigInteger_op_Multiply_m3801644593(NULL /*static, unused*/, L_63, L_66, /*hidden argument*/NULL);
		BigInteger_t2902905089 * L_68 = __this->get_n_12();
		BigInteger_t2902905089 * L_69 = BigInteger_op_Modulus_m3223754023(NULL /*static, unused*/, L_67, L_68, /*hidden argument*/NULL);
		V_2 = L_69;
		BigInteger_t2902905089 * L_70 = V_1;
		NullCheck(L_70);
		BigInteger_Clear_m3104012800(L_70, /*hidden argument*/NULL);
	}

IL_0190:
	{
		BigInteger_t2902905089 * L_71 = V_2;
		int32_t L_72 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 Mono.Security.Cryptography.RSAManaged::get_KeySize() */, __this);
		ByteU5BU5D_t4116647657* L_73 = RSAManaged_GetPaddedValue_m2104792084(__this, L_71, ((int32_t)((int32_t)L_72>>(int32_t)3)), /*hidden argument*/NULL);
		V_6 = L_73;
		BigInteger_t2902905089 * L_74 = V_0;
		NullCheck(L_74);
		BigInteger_Clear_m3104012800(L_74, /*hidden argument*/NULL);
		BigInteger_t2902905089 * L_75 = V_2;
		NullCheck(L_75);
		BigInteger_Clear_m3104012800(L_75, /*hidden argument*/NULL);
		ByteU5BU5D_t4116647657* L_76 = V_6;
		return L_76;
	}
}
// System.Byte[] Mono.Security.Cryptography.RSAManaged::EncryptValue(System.Byte[])
extern "C"  ByteU5BU5D_t4116647657* RSAManaged_EncryptValue_m799827583 (RSAManaged_t1757093819 * __this, ByteU5BU5D_t4116647657* ___rgb0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (RSAManaged_EncryptValue_m799827583_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	BigInteger_t2902905089 * V_0 = NULL;
	BigInteger_t2902905089 * V_1 = NULL;
	ByteU5BU5D_t4116647657* V_2 = NULL;
	{
		bool L_0 = __this->get_m_disposed_5();
		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, _stringLiteral2105469118, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_1);
	}

IL_0016:
	{
		bool L_2 = __this->get_keypairGenerated_4();
		if (L_2)
		{
			goto IL_0027;
		}
	}
	{
		RSAManaged_GenerateKeyPair_m2221292703(__this, /*hidden argument*/NULL);
	}

IL_0027:
	{
		ByteU5BU5D_t4116647657* L_3 = ___rgb0;
		BigInteger_t2902905089 * L_4 = (BigInteger_t2902905089 *)il2cpp_codegen_object_new(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger__ctor_m3991350270(L_4, L_3, /*hidden argument*/NULL);
		V_0 = L_4;
		BigInteger_t2902905089 * L_5 = V_0;
		BigInteger_t2902905089 * L_6 = __this->get_e_13();
		BigInteger_t2902905089 * L_7 = __this->get_n_12();
		NullCheck(L_5);
		BigInteger_t2902905089 * L_8 = BigInteger_ModPow_m2277842115(L_5, L_6, L_7, /*hidden argument*/NULL);
		V_1 = L_8;
		BigInteger_t2902905089 * L_9 = V_1;
		int32_t L_10 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 Mono.Security.Cryptography.RSAManaged::get_KeySize() */, __this);
		ByteU5BU5D_t4116647657* L_11 = RSAManaged_GetPaddedValue_m2104792084(__this, L_9, ((int32_t)((int32_t)L_10>>(int32_t)3)), /*hidden argument*/NULL);
		V_2 = L_11;
		BigInteger_t2902905089 * L_12 = V_0;
		NullCheck(L_12);
		BigInteger_Clear_m3104012800(L_12, /*hidden argument*/NULL);
		BigInteger_t2902905089 * L_13 = V_1;
		NullCheck(L_13);
		BigInteger_Clear_m3104012800(L_13, /*hidden argument*/NULL);
		ByteU5BU5D_t4116647657* L_14 = V_2;
		return L_14;
	}
}
// System.Security.Cryptography.RSAParameters Mono.Security.Cryptography.RSAManaged::ExportParameters(System.Boolean)
extern "C"  RSAParameters_t1728406613  RSAManaged_ExportParameters_m280454101 (RSAManaged_t1757093819 * __this, bool ___includePrivateParameters0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (RSAManaged_ExportParameters_m280454101_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	RSAParameters_t1728406613  V_0;
	memset(&V_0, 0, sizeof(V_0));
	ByteU5BU5D_t4116647657* V_1 = NULL;
	int32_t V_2 = 0;
	{
		bool L_0 = __this->get_m_disposed_5();
		if (!L_0)
		{
			goto IL_001b;
		}
	}
	{
		String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2597607271, /*hidden argument*/NULL);
		ObjectDisposedException_t21392786 * L_2 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var);
		ObjectDisposedException__ctor_m3603759869(L_2, L_1, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_2);
	}

IL_001b:
	{
		bool L_3 = __this->get_keypairGenerated_4();
		if (L_3)
		{
			goto IL_002c;
		}
	}
	{
		RSAManaged_GenerateKeyPair_m2221292703(__this, /*hidden argument*/NULL);
	}

IL_002c:
	{
		il2cpp_codegen_initobj((&V_0), sizeof(RSAParameters_t1728406613 ));
		BigInteger_t2902905089 * L_4 = __this->get_e_13();
		NullCheck(L_4);
		ByteU5BU5D_t4116647657* L_5 = BigInteger_GetBytes_m997192583(L_4, /*hidden argument*/NULL);
		(&V_0)->set_Exponent_7(L_5);
		BigInteger_t2902905089 * L_6 = __this->get_n_12();
		NullCheck(L_6);
		ByteU5BU5D_t4116647657* L_7 = BigInteger_GetBytes_m997192583(L_6, /*hidden argument*/NULL);
		(&V_0)->set_Modulus_6(L_7);
		bool L_8 = ___includePrivateParameters0;
		if (!L_8)
		{
			goto IL_01a0;
		}
	}
	{
		BigInteger_t2902905089 * L_9 = __this->get_d_6();
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		bool L_10 = BigInteger_op_Equality_m3263851871(NULL /*static, unused*/, L_9, (BigInteger_t2902905089 *)NULL, /*hidden argument*/NULL);
		if (!L_10)
		{
			goto IL_007a;
		}
	}
	{
		CryptographicException_t248831461 * L_11 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var);
		CryptographicException__ctor_m503735289(L_11, _stringLiteral1209813982, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_11);
	}

IL_007a:
	{
		BigInteger_t2902905089 * L_12 = __this->get_d_6();
		NullCheck(L_12);
		ByteU5BU5D_t4116647657* L_13 = BigInteger_GetBytes_m997192583(L_12, /*hidden argument*/NULL);
		(&V_0)->set_D_2(L_13);
		ByteU5BU5D_t4116647657* L_14 = (&V_0)->get_D_2();
		NullCheck(L_14);
		ByteU5BU5D_t4116647657* L_15 = (&V_0)->get_Modulus_6();
		NullCheck(L_15);
		if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_14)->max_length))))) == ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_15)->max_length)))))))
		{
			goto IL_00de;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_16 = (&V_0)->get_Modulus_6();
		NullCheck(L_16);
		V_1 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_16)->max_length))))));
		ByteU5BU5D_t4116647657* L_17 = (&V_0)->get_D_2();
		ByteU5BU5D_t4116647657* L_18 = V_1;
		ByteU5BU5D_t4116647657* L_19 = V_1;
		NullCheck(L_19);
		ByteU5BU5D_t4116647657* L_20 = (&V_0)->get_D_2();
		NullCheck(L_20);
		ByteU5BU5D_t4116647657* L_21 = (&V_0)->get_D_2();
		NullCheck(L_21);
		Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_17, 0, (RuntimeArray *)(RuntimeArray *)L_18, ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_19)->max_length)))), (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_20)->max_length)))))), (((int32_t)((int32_t)(((RuntimeArray *)L_21)->max_length)))), /*hidden argument*/NULL);
		ByteU5BU5D_t4116647657* L_22 = V_1;
		(&V_0)->set_D_2(L_22);
	}

IL_00de:
	{
		BigInteger_t2902905089 * L_23 = __this->get_p_7();
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		bool L_24 = BigInteger_op_Inequality_m2365536750(NULL /*static, unused*/, L_23, (BigInteger_t2902905089 *)NULL, /*hidden argument*/NULL);
		if (!L_24)
		{
			goto IL_01a0;
		}
	}
	{
		BigInteger_t2902905089 * L_25 = __this->get_q_8();
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		bool L_26 = BigInteger_op_Inequality_m2365536750(NULL /*static, unused*/, L_25, (BigInteger_t2902905089 *)NULL, /*hidden argument*/NULL);
		if (!L_26)
		{
			goto IL_01a0;
		}
	}
	{
		BigInteger_t2902905089 * L_27 = __this->get_dp_9();
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		bool L_28 = BigInteger_op_Inequality_m2365536750(NULL /*static, unused*/, L_27, (BigInteger_t2902905089 *)NULL, /*hidden argument*/NULL);
		if (!L_28)
		{
			goto IL_01a0;
		}
	}
	{
		BigInteger_t2902905089 * L_29 = __this->get_dq_10();
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		bool L_30 = BigInteger_op_Inequality_m2365536750(NULL /*static, unused*/, L_29, (BigInteger_t2902905089 *)NULL, /*hidden argument*/NULL);
		if (!L_30)
		{
			goto IL_01a0;
		}
	}
	{
		BigInteger_t2902905089 * L_31 = __this->get_qInv_11();
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		bool L_32 = BigInteger_op_Inequality_m2365536750(NULL /*static, unused*/, L_31, (BigInteger_t2902905089 *)NULL, /*hidden argument*/NULL);
		if (!L_32)
		{
			goto IL_01a0;
		}
	}
	{
		int32_t L_33 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 Mono.Security.Cryptography.RSAManaged::get_KeySize() */, __this);
		V_2 = ((int32_t)((int32_t)L_33>>(int32_t)4));
		BigInteger_t2902905089 * L_34 = __this->get_p_7();
		int32_t L_35 = V_2;
		ByteU5BU5D_t4116647657* L_36 = RSAManaged_GetPaddedValue_m2104792084(__this, L_34, L_35, /*hidden argument*/NULL);
		(&V_0)->set_P_0(L_36);
		BigInteger_t2902905089 * L_37 = __this->get_q_8();
		int32_t L_38 = V_2;
		ByteU5BU5D_t4116647657* L_39 = RSAManaged_GetPaddedValue_m2104792084(__this, L_37, L_38, /*hidden argument*/NULL);
		(&V_0)->set_Q_1(L_39);
		BigInteger_t2902905089 * L_40 = __this->get_dp_9();
		int32_t L_41 = V_2;
		ByteU5BU5D_t4116647657* L_42 = RSAManaged_GetPaddedValue_m2104792084(__this, L_40, L_41, /*hidden argument*/NULL);
		(&V_0)->set_DP_3(L_42);
		BigInteger_t2902905089 * L_43 = __this->get_dq_10();
		int32_t L_44 = V_2;
		ByteU5BU5D_t4116647657* L_45 = RSAManaged_GetPaddedValue_m2104792084(__this, L_43, L_44, /*hidden argument*/NULL);
		(&V_0)->set_DQ_4(L_45);
		BigInteger_t2902905089 * L_46 = __this->get_qInv_11();
		int32_t L_47 = V_2;
		ByteU5BU5D_t4116647657* L_48 = RSAManaged_GetPaddedValue_m2104792084(__this, L_46, L_47, /*hidden argument*/NULL);
		(&V_0)->set_InverseQ_5(L_48);
	}

IL_01a0:
	{
		RSAParameters_t1728406613  L_49 = V_0;
		return L_49;
	}
}
// System.Void Mono.Security.Cryptography.RSAManaged::ImportParameters(System.Security.Cryptography.RSAParameters)
extern "C"  void RSAManaged_ImportParameters_m1844641996 (RSAManaged_t1757093819 * __this, RSAParameters_t1728406613  ___parameters0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (RSAManaged_ImportParameters_m1844641996_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	bool V_0 = false;
	bool V_1 = false;
	BigInteger_t2902905089 * V_2 = NULL;
	BigInteger_t2902905089 * V_3 = NULL;
	BigInteger_t2902905089 * V_4 = NULL;
	BigInteger_t2902905089 * V_5 = NULL;
	int32_t G_B22_0 = 0;
	RSAManaged_t1757093819 * G_B25_0 = NULL;
	RSAManaged_t1757093819 * G_B23_0 = NULL;
	RSAManaged_t1757093819 * G_B24_0 = NULL;
	int32_t G_B26_0 = 0;
	RSAManaged_t1757093819 * G_B26_1 = NULL;
	int32_t G_B35_0 = 0;
	{
		bool L_0 = __this->get_m_disposed_5();
		if (!L_0)
		{
			goto IL_001b;
		}
	}
	{
		String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2597607271, /*hidden argument*/NULL);
		ObjectDisposedException_t21392786 * L_2 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var);
		ObjectDisposedException__ctor_m3603759869(L_2, L_1, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_2);
	}

IL_001b:
	{
		ByteU5BU5D_t4116647657* L_3 = (&___parameters0)->get_Exponent_7();
		if (L_3)
		{
			goto IL_0037;
		}
	}
	{
		String_t* L_4 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2383840146, /*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_0037:
	{
		ByteU5BU5D_t4116647657* L_6 = (&___parameters0)->get_Modulus_6();
		if (L_6)
		{
			goto IL_0053;
		}
	}
	{
		String_t* L_7 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3860822773, /*hidden argument*/NULL);
		CryptographicException_t248831461 * L_8 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var);
		CryptographicException__ctor_m503735289(L_8, L_7, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_8);
	}

IL_0053:
	{
		ByteU5BU5D_t4116647657* L_9 = (&___parameters0)->get_Exponent_7();
		BigInteger_t2902905089 * L_10 = (BigInteger_t2902905089 *)il2cpp_codegen_object_new(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger__ctor_m3991350270(L_10, L_9, /*hidden argument*/NULL);
		__this->set_e_13(L_10);
		ByteU5BU5D_t4116647657* L_11 = (&___parameters0)->get_Modulus_6();
		BigInteger_t2902905089 * L_12 = (BigInteger_t2902905089 *)il2cpp_codegen_object_new(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger__ctor_m3991350270(L_12, L_11, /*hidden argument*/NULL);
		__this->set_n_12(L_12);
		ByteU5BU5D_t4116647657* L_13 = (&___parameters0)->get_D_2();
		if (!L_13)
		{
			goto IL_0095;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_14 = (&___parameters0)->get_D_2();
		BigInteger_t2902905089 * L_15 = (BigInteger_t2902905089 *)il2cpp_codegen_object_new(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger__ctor_m3991350270(L_15, L_14, /*hidden argument*/NULL);
		__this->set_d_6(L_15);
	}

IL_0095:
	{
		ByteU5BU5D_t4116647657* L_16 = (&___parameters0)->get_DP_3();
		if (!L_16)
		{
			goto IL_00b3;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_17 = (&___parameters0)->get_DP_3();
		BigInteger_t2902905089 * L_18 = (BigInteger_t2902905089 *)il2cpp_codegen_object_new(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger__ctor_m3991350270(L_18, L_17, /*hidden argument*/NULL);
		__this->set_dp_9(L_18);
	}

IL_00b3:
	{
		ByteU5BU5D_t4116647657* L_19 = (&___parameters0)->get_DQ_4();
		if (!L_19)
		{
			goto IL_00d1;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_20 = (&___parameters0)->get_DQ_4();
		BigInteger_t2902905089 * L_21 = (BigInteger_t2902905089 *)il2cpp_codegen_object_new(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger__ctor_m3991350270(L_21, L_20, /*hidden argument*/NULL);
		__this->set_dq_10(L_21);
	}

IL_00d1:
	{
		ByteU5BU5D_t4116647657* L_22 = (&___parameters0)->get_InverseQ_5();
		if (!L_22)
		{
			goto IL_00ef;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_23 = (&___parameters0)->get_InverseQ_5();
		BigInteger_t2902905089 * L_24 = (BigInteger_t2902905089 *)il2cpp_codegen_object_new(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger__ctor_m3991350270(L_24, L_23, /*hidden argument*/NULL);
		__this->set_qInv_11(L_24);
	}

IL_00ef:
	{
		ByteU5BU5D_t4116647657* L_25 = (&___parameters0)->get_P_0();
		if (!L_25)
		{
			goto IL_010d;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_26 = (&___parameters0)->get_P_0();
		BigInteger_t2902905089 * L_27 = (BigInteger_t2902905089 *)il2cpp_codegen_object_new(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger__ctor_m3991350270(L_27, L_26, /*hidden argument*/NULL);
		__this->set_p_7(L_27);
	}

IL_010d:
	{
		ByteU5BU5D_t4116647657* L_28 = (&___parameters0)->get_Q_1();
		if (!L_28)
		{
			goto IL_012b;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_29 = (&___parameters0)->get_Q_1();
		BigInteger_t2902905089 * L_30 = (BigInteger_t2902905089 *)il2cpp_codegen_object_new(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger__ctor_m3991350270(L_30, L_29, /*hidden argument*/NULL);
		__this->set_q_8(L_30);
	}

IL_012b:
	{
		__this->set_keypairGenerated_4((bool)1);
		BigInteger_t2902905089 * L_31 = __this->get_p_7();
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		bool L_32 = BigInteger_op_Inequality_m2365536750(NULL /*static, unused*/, L_31, (BigInteger_t2902905089 *)NULL, /*hidden argument*/NULL);
		if (!L_32)
		{
			goto IL_0162;
		}
	}
	{
		BigInteger_t2902905089 * L_33 = __this->get_q_8();
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		bool L_34 = BigInteger_op_Inequality_m2365536750(NULL /*static, unused*/, L_33, (BigInteger_t2902905089 *)NULL, /*hidden argument*/NULL);
		if (!L_34)
		{
			goto IL_0162;
		}
	}
	{
		BigInteger_t2902905089 * L_35 = __this->get_dp_9();
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		bool L_36 = BigInteger_op_Inequality_m2365536750(NULL /*static, unused*/, L_35, (BigInteger_t2902905089 *)NULL, /*hidden argument*/NULL);
		G_B22_0 = ((int32_t)(L_36));
		goto IL_0163;
	}

IL_0162:
	{
		G_B22_0 = 0;
	}

IL_0163:
	{
		V_0 = (bool)G_B22_0;
		bool L_37 = V_0;
		G_B23_0 = __this;
		if (!L_37)
		{
			G_B25_0 = __this;
			goto IL_018a;
		}
	}
	{
		BigInteger_t2902905089 * L_38 = __this->get_dq_10();
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		bool L_39 = BigInteger_op_Inequality_m2365536750(NULL /*static, unused*/, L_38, (BigInteger_t2902905089 *)NULL, /*hidden argument*/NULL);
		G_B24_0 = G_B23_0;
		if (!L_39)
		{
			G_B25_0 = G_B23_0;
			goto IL_018a;
		}
	}
	{
		BigInteger_t2902905089 * L_40 = __this->get_qInv_11();
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		bool L_41 = BigInteger_op_Inequality_m2365536750(NULL /*static, unused*/, L_40, (BigInteger_t2902905089 *)NULL, /*hidden argument*/NULL);
		G_B26_0 = ((int32_t)(L_41));
		G_B26_1 = G_B24_0;
		goto IL_018b;
	}

IL_018a:
	{
		G_B26_0 = 0;
		G_B26_1 = G_B25_0;
	}

IL_018b:
	{
		NullCheck(G_B26_1);
		G_B26_1->set_isCRTpossible_2((bool)G_B26_0);
		bool L_42 = V_0;
		if (L_42)
		{
			goto IL_0197;
		}
	}
	{
		return;
	}

IL_0197:
	{
		BigInteger_t2902905089 * L_43 = __this->get_n_12();
		BigInteger_t2902905089 * L_44 = __this->get_p_7();
		BigInteger_t2902905089 * L_45 = __this->get_q_8();
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger_t2902905089 * L_46 = BigInteger_op_Multiply_m3801644593(NULL /*static, unused*/, L_44, L_45, /*hidden argument*/NULL);
		bool L_47 = BigInteger_op_Equality_m3263851871(NULL /*static, unused*/, L_43, L_46, /*hidden argument*/NULL);
		V_1 = L_47;
		bool L_48 = V_1;
		if (!L_48)
		{
			goto IL_0265;
		}
	}
	{
		BigInteger_t2902905089 * L_49 = __this->get_p_7();
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger_t2902905089 * L_50 = BigInteger_op_Implicit_m2847009755(NULL /*static, unused*/, 1, /*hidden argument*/NULL);
		BigInteger_t2902905089 * L_51 = BigInteger_op_Subtraction_m1575155386(NULL /*static, unused*/, L_49, L_50, /*hidden argument*/NULL);
		V_2 = L_51;
		BigInteger_t2902905089 * L_52 = __this->get_q_8();
		BigInteger_t2902905089 * L_53 = BigInteger_op_Implicit_m2847009755(NULL /*static, unused*/, 1, /*hidden argument*/NULL);
		BigInteger_t2902905089 * L_54 = BigInteger_op_Subtraction_m1575155386(NULL /*static, unused*/, L_52, L_53, /*hidden argument*/NULL);
		V_3 = L_54;
		BigInteger_t2902905089 * L_55 = V_2;
		BigInteger_t2902905089 * L_56 = V_3;
		BigInteger_t2902905089 * L_57 = BigInteger_op_Multiply_m3801644593(NULL /*static, unused*/, L_55, L_56, /*hidden argument*/NULL);
		V_4 = L_57;
		BigInteger_t2902905089 * L_58 = __this->get_e_13();
		BigInteger_t2902905089 * L_59 = V_4;
		NullCheck(L_58);
		BigInteger_t2902905089 * L_60 = BigInteger_ModInverse_m3469244086(L_58, L_59, /*hidden argument*/NULL);
		V_5 = L_60;
		BigInteger_t2902905089 * L_61 = __this->get_d_6();
		BigInteger_t2902905089 * L_62 = V_5;
		bool L_63 = BigInteger_op_Equality_m3263851871(NULL /*static, unused*/, L_61, L_62, /*hidden argument*/NULL);
		V_1 = L_63;
		bool L_64 = V_1;
		if (L_64)
		{
			goto IL_0265;
		}
	}
	{
		bool L_65 = __this->get_isCRTpossible_2();
		if (!L_65)
		{
			goto IL_0265;
		}
	}
	{
		BigInteger_t2902905089 * L_66 = __this->get_dp_9();
		BigInteger_t2902905089 * L_67 = V_5;
		BigInteger_t2902905089 * L_68 = V_2;
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger_t2902905089 * L_69 = BigInteger_op_Modulus_m3223754023(NULL /*static, unused*/, L_67, L_68, /*hidden argument*/NULL);
		bool L_70 = BigInteger_op_Equality_m3263851871(NULL /*static, unused*/, L_66, L_69, /*hidden argument*/NULL);
		if (!L_70)
		{
			goto IL_0263;
		}
	}
	{
		BigInteger_t2902905089 * L_71 = __this->get_dq_10();
		BigInteger_t2902905089 * L_72 = V_5;
		BigInteger_t2902905089 * L_73 = V_3;
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		BigInteger_t2902905089 * L_74 = BigInteger_op_Modulus_m3223754023(NULL /*static, unused*/, L_72, L_73, /*hidden argument*/NULL);
		bool L_75 = BigInteger_op_Equality_m3263851871(NULL /*static, unused*/, L_71, L_74, /*hidden argument*/NULL);
		if (!L_75)
		{
			goto IL_0263;
		}
	}
	{
		BigInteger_t2902905089 * L_76 = __this->get_qInv_11();
		BigInteger_t2902905089 * L_77 = __this->get_q_8();
		BigInteger_t2902905089 * L_78 = __this->get_p_7();
		NullCheck(L_77);
		BigInteger_t2902905089 * L_79 = BigInteger_ModInverse_m3469244086(L_77, L_78, /*hidden argument*/NULL);
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		bool L_80 = BigInteger_op_Equality_m3263851871(NULL /*static, unused*/, L_76, L_79, /*hidden argument*/NULL);
		G_B35_0 = ((int32_t)(L_80));
		goto IL_0264;
	}

IL_0263:
	{
		G_B35_0 = 0;
	}

IL_0264:
	{
		V_1 = (bool)G_B35_0;
	}

IL_0265:
	{
		bool L_81 = V_1;
		if (L_81)
		{
			goto IL_027b;
		}
	}
	{
		String_t* L_82 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral4201447376, /*hidden argument*/NULL);
		CryptographicException_t248831461 * L_83 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var);
		CryptographicException__ctor_m503735289(L_83, L_82, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_83);
	}

IL_027b:
	{
		return;
	}
}
// System.Void Mono.Security.Cryptography.RSAManaged::Dispose(System.Boolean)
extern "C"  void RSAManaged_Dispose_m1863653890 (RSAManaged_t1757093819 * __this, bool ___disposing0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (RSAManaged_Dispose_m1863653890_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		bool L_0 = __this->get_m_disposed_5();
		if (L_0)
		{
			goto IL_0129;
		}
	}
	{
		BigInteger_t2902905089 * L_1 = __this->get_d_6();
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		bool L_2 = BigInteger_op_Inequality_m2365536750(NULL /*static, unused*/, L_1, (BigInteger_t2902905089 *)NULL, /*hidden argument*/NULL);
		if (!L_2)
		{
			goto IL_002e;
		}
	}
	{
		BigInteger_t2902905089 * L_3 = __this->get_d_6();
		NullCheck(L_3);
		BigInteger_Clear_m3104012800(L_3, /*hidden argument*/NULL);
		__this->set_d_6((BigInteger_t2902905089 *)NULL);
	}

IL_002e:
	{
		BigInteger_t2902905089 * L_4 = __this->get_p_7();
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		bool L_5 = BigInteger_op_Inequality_m2365536750(NULL /*static, unused*/, L_4, (BigInteger_t2902905089 *)NULL, /*hidden argument*/NULL);
		if (!L_5)
		{
			goto IL_0051;
		}
	}
	{
		BigInteger_t2902905089 * L_6 = __this->get_p_7();
		NullCheck(L_6);
		BigInteger_Clear_m3104012800(L_6, /*hidden argument*/NULL);
		__this->set_p_7((BigInteger_t2902905089 *)NULL);
	}

IL_0051:
	{
		BigInteger_t2902905089 * L_7 = __this->get_q_8();
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		bool L_8 = BigInteger_op_Inequality_m2365536750(NULL /*static, unused*/, L_7, (BigInteger_t2902905089 *)NULL, /*hidden argument*/NULL);
		if (!L_8)
		{
			goto IL_0074;
		}
	}
	{
		BigInteger_t2902905089 * L_9 = __this->get_q_8();
		NullCheck(L_9);
		BigInteger_Clear_m3104012800(L_9, /*hidden argument*/NULL);
		__this->set_q_8((BigInteger_t2902905089 *)NULL);
	}

IL_0074:
	{
		BigInteger_t2902905089 * L_10 = __this->get_dp_9();
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		bool L_11 = BigInteger_op_Inequality_m2365536750(NULL /*static, unused*/, L_10, (BigInteger_t2902905089 *)NULL, /*hidden argument*/NULL);
		if (!L_11)
		{
			goto IL_0097;
		}
	}
	{
		BigInteger_t2902905089 * L_12 = __this->get_dp_9();
		NullCheck(L_12);
		BigInteger_Clear_m3104012800(L_12, /*hidden argument*/NULL);
		__this->set_dp_9((BigInteger_t2902905089 *)NULL);
	}

IL_0097:
	{
		BigInteger_t2902905089 * L_13 = __this->get_dq_10();
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		bool L_14 = BigInteger_op_Inequality_m2365536750(NULL /*static, unused*/, L_13, (BigInteger_t2902905089 *)NULL, /*hidden argument*/NULL);
		if (!L_14)
		{
			goto IL_00ba;
		}
	}
	{
		BigInteger_t2902905089 * L_15 = __this->get_dq_10();
		NullCheck(L_15);
		BigInteger_Clear_m3104012800(L_15, /*hidden argument*/NULL);
		__this->set_dq_10((BigInteger_t2902905089 *)NULL);
	}

IL_00ba:
	{
		BigInteger_t2902905089 * L_16 = __this->get_qInv_11();
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		bool L_17 = BigInteger_op_Inequality_m2365536750(NULL /*static, unused*/, L_16, (BigInteger_t2902905089 *)NULL, /*hidden argument*/NULL);
		if (!L_17)
		{
			goto IL_00dd;
		}
	}
	{
		BigInteger_t2902905089 * L_18 = __this->get_qInv_11();
		NullCheck(L_18);
		BigInteger_Clear_m3104012800(L_18, /*hidden argument*/NULL);
		__this->set_qInv_11((BigInteger_t2902905089 *)NULL);
	}

IL_00dd:
	{
		bool L_19 = ___disposing0;
		if (!L_19)
		{
			goto IL_0129;
		}
	}
	{
		BigInteger_t2902905089 * L_20 = __this->get_e_13();
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		bool L_21 = BigInteger_op_Inequality_m2365536750(NULL /*static, unused*/, L_20, (BigInteger_t2902905089 *)NULL, /*hidden argument*/NULL);
		if (!L_21)
		{
			goto IL_0106;
		}
	}
	{
		BigInteger_t2902905089 * L_22 = __this->get_e_13();
		NullCheck(L_22);
		BigInteger_Clear_m3104012800(L_22, /*hidden argument*/NULL);
		__this->set_e_13((BigInteger_t2902905089 *)NULL);
	}

IL_0106:
	{
		BigInteger_t2902905089 * L_23 = __this->get_n_12();
		IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t2902905089_il2cpp_TypeInfo_var);
		bool L_24 = BigInteger_op_Inequality_m2365536750(NULL /*static, unused*/, L_23, (BigInteger_t2902905089 *)NULL, /*hidden argument*/NULL);
		if (!L_24)
		{
			goto IL_0129;
		}
	}
	{
		BigInteger_t2902905089 * L_25 = __this->get_n_12();
		NullCheck(L_25);
		BigInteger_Clear_m3104012800(L_25, /*hidden argument*/NULL);
		__this->set_n_12((BigInteger_t2902905089 *)NULL);
	}

IL_0129:
	{
		__this->set_m_disposed_5((bool)1);
		return;
	}
}
// System.String Mono.Security.Cryptography.RSAManaged::ToXmlString(System.Boolean)
extern "C"  String_t* RSAManaged_ToXmlString_m645792083 (RSAManaged_t1757093819 * __this, bool ___includePrivateParameters0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (RSAManaged_ToXmlString_m645792083_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	StringBuilder_t * V_0 = NULL;
	RSAParameters_t1728406613  V_1;
	memset(&V_1, 0, sizeof(V_1));
	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 Mono.Security.Cryptography.RSAManaged::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_01b4;
			}
		}

IL_0076:
		{
			ByteU5BU5D_t4116647657* L_15 = (&V_1)->get_P_0();
			if (!L_15)
			{
				goto IL_00ad;
			}
		}

IL_0082:
		{
			StringBuilder_t * L_16 = V_0;
			NullCheck(L_16);
			StringBuilder_Append_m1965104174(L_16, _stringLiteral1918135800, /*hidden argument*/NULL);
			StringBuilder_t * L_17 = V_0;
			ByteU5BU5D_t4116647657* L_18 = (&V_1)->get_P_0();
			IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var);
			String_t* L_19 = Convert_ToBase64String_m3839334935(NULL /*static, unused*/, L_18, /*hidden argument*/NULL);
			NullCheck(L_17);
			StringBuilder_Append_m1965104174(L_17, L_19, /*hidden argument*/NULL);
			StringBuilder_t * L_20 = V_0;
			NullCheck(L_20);
			StringBuilder_Append_m1965104174(L_20, _stringLiteral417504526, /*hidden argument*/NULL);
		}

IL_00ad:
		{
			ByteU5BU5D_t4116647657* L_21 = (&V_1)->get_Q_1();
			if (!L_21)
			{
				goto IL_00e4;
			}
		}

IL_00b9:
		{
			StringBuilder_t * L_22 = V_0;
			NullCheck(L_22);
			StringBuilder_Append_m1965104174(L_22, _stringLiteral1918070264, /*hidden argument*/NULL);
			StringBuilder_t * L_23 = V_0;
			ByteU5BU5D_t4116647657* L_24 = (&V_1)->get_Q_1();
			IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var);
			String_t* L_25 = Convert_ToBase64String_m3839334935(NULL /*static, unused*/, L_24, /*hidden argument*/NULL);
			NullCheck(L_23);
			StringBuilder_Append_m1965104174(L_23, L_25, /*hidden argument*/NULL);
			StringBuilder_t * L_26 = V_0;
			NullCheck(L_26);
			StringBuilder_Append_m1965104174(L_26, _stringLiteral3146387881, /*hidden argument*/NULL);
		}

IL_00e4:
		{
			ByteU5BU5D_t4116647657* L_27 = (&V_1)->get_DP_3();
			if (!L_27)
			{
				goto IL_011b;
			}
		}

IL_00f0:
		{
			StringBuilder_t * L_28 = V_0;
			NullCheck(L_28);
			StringBuilder_Append_m1965104174(L_28, _stringLiteral423468302, /*hidden argument*/NULL);
			StringBuilder_t * L_29 = V_0;
			ByteU5BU5D_t4116647657* L_30 = (&V_1)->get_DP_3();
			IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var);
			String_t* L_31 = Convert_ToBase64String_m3839334935(NULL /*static, unused*/, L_30, /*hidden argument*/NULL);
			NullCheck(L_29);
			StringBuilder_Append_m1965104174(L_29, L_31, /*hidden argument*/NULL);
			StringBuilder_t * L_32 = V_0;
			NullCheck(L_32);
			StringBuilder_Append_m1965104174(L_32, _stringLiteral2921622622, /*hidden argument*/NULL);
		}

IL_011b:
		{
			ByteU5BU5D_t4116647657* L_33 = (&V_1)->get_DQ_4();
			if (!L_33)
			{
				goto IL_0152;
			}
		}

IL_0127:
		{
			StringBuilder_t * L_34 = V_0;
			NullCheck(L_34);
			StringBuilder_Append_m1965104174(L_34, _stringLiteral3152351657, /*hidden argument*/NULL);
			StringBuilder_t * L_35 = V_0;
			ByteU5BU5D_t4116647657* L_36 = (&V_1)->get_DQ_4();
			IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var);
			String_t* L_37 = Convert_ToBase64String_m3839334935(NULL /*static, unused*/, L_36, /*hidden argument*/NULL);
			NullCheck(L_35);
			StringBuilder_Append_m1965104174(L_35, L_37, /*hidden argument*/NULL);
			StringBuilder_t * L_38 = V_0;
			NullCheck(L_38);
			StringBuilder_Append_m1965104174(L_38, _stringLiteral582970462, /*hidden argument*/NULL);
		}

IL_0152:
		{
			ByteU5BU5D_t4116647657* L_39 = (&V_1)->get_InverseQ_5();
			if (!L_39)
			{
				goto IL_0189;
			}
		}

IL_015e:
		{
			StringBuilder_t * L_40 = V_0;
			NullCheck(L_40);
			StringBuilder_Append_m1965104174(L_40, _stringLiteral939428175, /*hidden argument*/NULL);
			StringBuilder_t * L_41 = V_0;
			ByteU5BU5D_t4116647657* L_42 = (&V_1)->get_InverseQ_5();
			IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var);
			String_t* L_43 = Convert_ToBase64String_m3839334935(NULL /*static, unused*/, L_42, /*hidden argument*/NULL);
			NullCheck(L_41);
			StringBuilder_Append_m1965104174(L_41, L_43, /*hidden argument*/NULL);
			StringBuilder_t * L_44 = V_0;
			NullCheck(L_44);
			StringBuilder_Append_m1965104174(L_44, _stringLiteral197188615, /*hidden argument*/NULL);
		}

IL_0189:
		{
			StringBuilder_t * L_45 = V_0;
			NullCheck(L_45);
			StringBuilder_Append_m1965104174(L_45, _stringLiteral1916825080, /*hidden argument*/NULL);
			StringBuilder_t * L_46 = V_0;
			ByteU5BU5D_t4116647657* L_47 = (&V_1)->get_D_2();
			IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var);
			String_t* L_48 = Convert_ToBase64String_m3839334935(NULL /*static, unused*/, L_47, /*hidden argument*/NULL);
			NullCheck(L_46);
			StringBuilder_Append_m1965104174(L_46, L_48, /*hidden argument*/NULL);
			StringBuilder_t * L_49 = V_0;
			NullCheck(L_49);
			StringBuilder_Append_m1965104174(L_49, _stringLiteral3455564074, /*hidden argument*/NULL);
		}

IL_01b4:
		{
			StringBuilder_t * L_50 = V_0;
			NullCheck(L_50);
			StringBuilder_Append_m1965104174(L_50, _stringLiteral1114683495, /*hidden argument*/NULL);
			goto IL_0299;
		}
	} // 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_01c5;
		throw e;
	}

CATCH_01c5:
	{ // begin catch(System.Object)
		{
			ByteU5BU5D_t4116647657* L_51 = (&V_1)->get_P_0();
			if (!L_51)
			{
				goto IL_01e8;
			}
		}

IL_01d2:
		{
			ByteU5BU5D_t4116647657* L_52 = (&V_1)->get_P_0();
			ByteU5BU5D_t4116647657* L_53 = (&V_1)->get_P_0();
			NullCheck(L_53);
			Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_52, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_53)->max_length)))), /*hidden argument*/NULL);
		}

IL_01e8:
		{
			ByteU5BU5D_t4116647657* L_54 = (&V_1)->get_Q_1();
			if (!L_54)
			{
				goto IL_020a;
			}
		}

IL_01f4:
		{
			ByteU5BU5D_t4116647657* L_55 = (&V_1)->get_Q_1();
			ByteU5BU5D_t4116647657* L_56 = (&V_1)->get_Q_1();
			NullCheck(L_56);
			Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_55, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_56)->max_length)))), /*hidden argument*/NULL);
		}

IL_020a:
		{
			ByteU5BU5D_t4116647657* L_57 = (&V_1)->get_DP_3();
			if (!L_57)
			{
				goto IL_022c;
			}
		}

IL_0216:
		{
			ByteU5BU5D_t4116647657* L_58 = (&V_1)->get_DP_3();
			ByteU5BU5D_t4116647657* L_59 = (&V_1)->get_DP_3();
			NullCheck(L_59);
			Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_58, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_59)->max_length)))), /*hidden argument*/NULL);
		}

IL_022c:
		{
			ByteU5BU5D_t4116647657* L_60 = (&V_1)->get_DQ_4();
			if (!L_60)
			{
				goto IL_024e;
			}
		}

IL_0238:
		{
			ByteU5BU5D_t4116647657* L_61 = (&V_1)->get_DQ_4();
			ByteU5BU5D_t4116647657* L_62 = (&V_1)->get_DQ_4();
			NullCheck(L_62);
			Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_61, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_62)->max_length)))), /*hidden argument*/NULL);
		}

IL_024e:
		{
			ByteU5BU5D_t4116647657* L_63 = (&V_1)->get_InverseQ_5();
			if (!L_63)
			{
				goto IL_0270;
			}
		}

IL_025a:
		{
			ByteU5BU5D_t4116647657* L_64 = (&V_1)->get_InverseQ_5();
			ByteU5BU5D_t4116647657* L_65 = (&V_1)->get_InverseQ_5();
			NullCheck(L_65);
			Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_64, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_65)->max_length)))), /*hidden argument*/NULL);
		}

IL_0270:
		{
			ByteU5BU5D_t4116647657* L_66 = (&V_1)->get_D_2();
			if (!L_66)
			{
				goto IL_0292;
			}
		}

IL_027c:
		{
			ByteU5BU5D_t4116647657* L_67 = (&V_1)->get_D_2();
			ByteU5BU5D_t4116647657* L_68 = (&V_1)->get_D_2();
			NullCheck(L_68);
			Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_67, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_68)->max_length)))), /*hidden argument*/NULL);
		}

IL_0292:
		{
			IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local);
		}

IL_0294:
		{
			goto IL_0299;
		}
	} // end catch (depth: 1)

IL_0299:
	{
		StringBuilder_t * L_69 = V_0;
		NullCheck(L_69);
		String_t* L_70 = StringBuilder_ToString_m3317489284(L_69, /*hidden argument*/NULL);
		return L_70;
	}
}
// System.Boolean Mono.Security.Cryptography.RSAManaged::get_IsCrtPossible()
extern "C"  bool RSAManaged_get_IsCrtPossible_m3949564681 (RSAManaged_t1757093819 * __this, const RuntimeMethod* method)
{
	int32_t G_B3_0 = 0;
	{
		bool L_0 = __this->get_keypairGenerated_4();
		if (!L_0)
		{
			goto IL_0013;
		}
	}
	{
		bool L_1 = __this->get_isCRTpossible_2();
		G_B3_0 = ((int32_t)(L_1));
		goto IL_0014;
	}

IL_0013:
	{
		G_B3_0 = 1;
	}

IL_0014:
	{
		return (bool)G_B3_0;
	}
}
// System.Byte[] Mono.Security.Cryptography.RSAManaged::GetPaddedValue(Mono.Math.BigInteger,System.Int32)
extern "C"  ByteU5BU5D_t4116647657* RSAManaged_GetPaddedValue_m2104792084 (RSAManaged_t1757093819 * __this, BigInteger_t2902905089 * ___value0, int32_t ___length1, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (RSAManaged_GetPaddedValue_m2104792084_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	ByteU5BU5D_t4116647657* V_0 = NULL;
	ByteU5BU5D_t4116647657* V_1 = NULL;
	{
		BigInteger_t2902905089 * L_0 = ___value0;
		NullCheck(L_0);
		ByteU5BU5D_t4116647657* L_1 = BigInteger_GetBytes_m997192583(L_0, /*hidden argument*/NULL);
		V_0 = L_1;
		ByteU5BU5D_t4116647657* L_2 = V_0;
		NullCheck(L_2);
		int32_t L_3 = ___length1;
		if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))) < ((int32_t)L_3)))
		{
			goto IL_0012;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_4 = V_0;
		return L_4;
	}

IL_0012:
	{
		int32_t L_5 = ___length1;
		V_1 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_5));
		ByteU5BU5D_t4116647657* L_6 = V_0;
		ByteU5BU5D_t4116647657* L_7 = V_1;
		int32_t L_8 = ___length1;
		ByteU5BU5D_t4116647657* L_9 = V_0;
		NullCheck(L_9);
		ByteU5BU5D_t4116647657* L_10 = V_0;
		NullCheck(L_10);
		Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_6, 0, (RuntimeArray *)(RuntimeArray *)L_7, ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_9)->max_length)))))), (((int32_t)((int32_t)(((RuntimeArray *)L_10)->max_length)))), /*hidden argument*/NULL);
		ByteU5BU5D_t4116647657* L_11 = V_0;
		ByteU5BU5D_t4116647657* L_12 = V_0;
		NullCheck(L_12);
		Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_11, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_12)->max_length)))), /*hidden argument*/NULL);
		ByteU5BU5D_t4116647657* L_13 = V_1;
		return L_13;
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.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)
{
	__this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1));
	__this->set_method_3(___method1);
	__this->set_m_target_2(___object0);
}
// System.Void Mono.Security.Cryptography.RSAManaged/KeyGeneratedEventHandler::Invoke(System.Object,System.EventArgs)
extern "C"  void KeyGeneratedEventHandler_Invoke_m2527485594 (KeyGeneratedEventHandler_t3064139577 * __this, RuntimeObject * ___sender0, EventArgs_t3591816995 * ___e1, const RuntimeMethod* method)
{
	if(__this->get_prev_9() != NULL)
	{
		KeyGeneratedEventHandler_Invoke_m2527485594((KeyGeneratedEventHandler_t3064139577 *)__this->get_prev_9(), ___sender0, ___e1, method);
	}
	Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0();
	RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3());
	RuntimeObject* targetThis = __this->get_m_target_2();
	il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
	bool ___methodIsStatic = MethodIsStatic(targetMethod);
	if (___methodIsStatic)
	{
		if (il2cpp_codegen_method_parameter_count(targetMethod) == 2)
		{
			// open
			typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, EventArgs_t3591816995 *, const RuntimeMethod*);
			((FunctionPointerType)targetMethodPointer)(NULL, ___sender0, ___e1, targetMethod);
		}
		else
		{
			// closed
			typedef void (*FunctionPointerType) (RuntimeObject *, void*, RuntimeObject *, EventArgs_t3591816995 *, const RuntimeMethod*);
			((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___sender0, ___e1, targetMethod);
		}
	}
	else
	{
		if (il2cpp_codegen_method_parameter_count(targetMethod) == 2)
		{
			// closed
			typedef void (*FunctionPointerType) (void*, RuntimeObject *, EventArgs_t3591816995 *, const RuntimeMethod*);
			((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___e1, targetMethod);
		}
		else
		{
			// open
			typedef void (*FunctionPointerType) (RuntimeObject *, EventArgs_t3591816995 *, const RuntimeMethod*);
			((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod);
		}
	}
}
// System.IAsyncResult Mono.Security.Cryptography.RSAManaged/KeyGeneratedEventHandler::BeginInvoke(System.Object,System.EventArgs,System.AsyncCallback,System.Object)
extern "C"  RuntimeObject* KeyGeneratedEventHandler_BeginInvoke_m1299225259 (KeyGeneratedEventHandler_t3064139577 * __this, RuntimeObject * ___sender0, EventArgs_t3591816995 * ___e1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
{
	void *__d_args[3] = {0};
	__d_args[0] = ___sender0;
	__d_args[1] = ___e1;
	return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
}
// System.Void Mono.Security.Cryptography.RSAManaged/KeyGeneratedEventHandler::EndInvoke(System.IAsyncResult)
extern "C"  void KeyGeneratedEventHandler_EndInvoke_m3057317531 (KeyGeneratedEventHandler_t3064139577 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
{
	il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void 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)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SymmetricTransform__ctor_m25459519_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	String_t* V_0 = NULL;
	{
		Object__ctor_m297566312(__this, /*hidden argument*/NULL);
		SymmetricAlgorithm_t4254223087 * L_0 = ___symmAlgo0;
		__this->set_algo_0(L_0);
		bool L_1 = ___encryption1;
		__this->set_encrypt_1(L_1);
		SymmetricAlgorithm_t4254223087 * L_2 = __this->get_algo_0();
		NullCheck(L_2);
		int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Security.Cryptography.SymmetricAlgorithm::get_BlockSize() */, L_2);
		__this->set_BlockSizeByte_2(((int32_t)((int32_t)L_3>>(int32_t)3)));
		ByteU5BU5D_t4116647657* L_4 = ___rgbIV2;
		if (L_4)
		{
			goto IL_003f;
		}
	}
	{
		int32_t L_5 = __this->get_BlockSizeByte_2();
		ByteU5BU5D_t4116647657* L_6 = KeyBuilder_IV_m2230195376(NULL /*static, unused*/, L_5, /*hidden argument*/NULL);
		___rgbIV2 = L_6;
		goto IL_004c;
	}

IL_003f:
	{
		ByteU5BU5D_t4116647657* L_7 = ___rgbIV2;
		NullCheck((RuntimeArray *)(RuntimeArray *)L_7);
		RuntimeObject * L_8 = Array_Clone_m2672907798((RuntimeArray *)(RuntimeArray *)L_7, /*hidden argument*/NULL);
		___rgbIV2 = ((ByteU5BU5D_t4116647657*)Castclass((RuntimeObject*)L_8, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var));
	}

IL_004c:
	{
		ByteU5BU5D_t4116647657* L_9 = ___rgbIV2;
		NullCheck(L_9);
		int32_t L_10 = __this->get_BlockSizeByte_2();
		if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_9)->max_length))))) >= ((int32_t)L_10)))
		{
			goto IL_008b;
		}
	}
	{
		ObjectU5BU5D_t2843939325* L_11 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)2));
		ByteU5BU5D_t4116647657* L_12 = ___rgbIV2;
		NullCheck(L_12);
		int32_t L_13 = (((int32_t)((int32_t)(((RuntimeArray *)L_12)->max_length))));
		RuntimeObject * L_14 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_13);
		NullCheck(L_11);
		ArrayElementTypeCheck (L_11, L_14);
		(L_11)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_14);
		ObjectU5BU5D_t2843939325* L_15 = L_11;
		int32_t L_16 = __this->get_BlockSizeByte_2();
		int32_t L_17 = L_16;
		RuntimeObject * L_18 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_17);
		NullCheck(L_15);
		ArrayElementTypeCheck (L_15, L_18);
		(L_15)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_18);
		String_t* L_19 = Locale_GetText_m1601577974(NULL /*static, unused*/, _stringLiteral2387040967, L_15, /*hidden argument*/NULL);
		V_0 = L_19;
		String_t* L_20 = V_0;
		CryptographicException_t248831461 * L_21 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var);
		CryptographicException__ctor_m503735289(L_21, L_20, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_21);
	}

IL_008b:
	{
		int32_t L_22 = __this->get_BlockSizeByte_2();
		__this->set_temp_3(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_22)));
		ByteU5BU5D_t4116647657* L_23 = ___rgbIV2;
		ByteU5BU5D_t4116647657* L_24 = __this->get_temp_3();
		int32_t L_25 = __this->get_BlockSizeByte_2();
		ByteU5BU5D_t4116647657* L_26 = ___rgbIV2;
		NullCheck(L_26);
		int32_t L_27 = Math_Min_m3468062251(NULL /*static, unused*/, L_25, (((int32_t)((int32_t)(((RuntimeArray *)L_26)->max_length)))), /*hidden argument*/NULL);
		Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_23, 0, (RuntimeArray *)(RuntimeArray *)L_24, 0, L_27, /*hidden argument*/NULL);
		int32_t L_28 = __this->get_BlockSizeByte_2();
		__this->set_temp2_4(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_28)));
		SymmetricAlgorithm_t4254223087 * L_29 = __this->get_algo_0();
		NullCheck(L_29);
		int32_t L_30 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Security.Cryptography.SymmetricAlgorithm::get_FeedbackSize() */, L_29);
		__this->set_FeedBackByte_7(((int32_t)((int32_t)L_30>>(int32_t)3)));
		int32_t L_31 = __this->get_FeedBackByte_7();
		if (!L_31)
		{
			goto IL_00fa;
		}
	}
	{
		int32_t L_32 = __this->get_BlockSizeByte_2();
		int32_t L_33 = __this->get_FeedBackByte_7();
		__this->set_FeedBackIter_8(((int32_t)((int32_t)L_32/(int32_t)L_33)));
	}

IL_00fa:
	{
		int32_t L_34 = __this->get_BlockSizeByte_2();
		__this->set_workBuff_5(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_34)));
		int32_t L_35 = __this->get_BlockSizeByte_2();
		__this->set_workout_6(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_35)));
		return;
	}
}
// System.Void Mono.Security.Cryptography.SymmetricTransform::System.IDisposable.Dispose()
extern "C"  void SymmetricTransform_System_IDisposable_Dispose_m3676111272 (SymmetricTransform_t3802591842 * __this, const RuntimeMethod* method)
{
	{
		VirtActionInvoker1< bool >::Invoke(8 /* System.Void Mono.Security.Cryptography.SymmetricTransform::Dispose(System.Boolean) */, __this, (bool)1);
		GC_SuppressFinalize_m1177400158(NULL /*static, unused*/, __this, /*hidden argument*/NULL);
		return;
	}
}
// System.Void Mono.Security.Cryptography.SymmetricTransform::Finalize()
extern "C"  void SymmetricTransform_Finalize_m1463466895 (SymmetricTransform_t3802591842 * __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(8 /* System.Void Mono.Security.Cryptography.SymmetricTransform::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 Mono.Security.Cryptography.SymmetricTransform::Dispose(System.Boolean)
extern "C"  void SymmetricTransform_Dispose_m3894715243 (SymmetricTransform_t3802591842 * __this, bool ___disposing0, const RuntimeMethod* method)
{
	{
		bool L_0 = __this->get_m_disposed_9();
		if (L_0)
		{
			goto IL_004a;
		}
	}
	{
		bool L_1 = ___disposing0;
		if (!L_1)
		{
			goto IL_0043;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_2 = __this->get_temp_3();
		int32_t L_3 = __this->get_BlockSizeByte_2();
		Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_2, 0, L_3, /*hidden argument*/NULL);
		__this->set_temp_3((ByteU5BU5D_t4116647657*)NULL);
		ByteU5BU5D_t4116647657* L_4 = __this->get_temp2_4();
		int32_t L_5 = __this->get_BlockSizeByte_2();
		Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_4, 0, L_5, /*hidden argument*/NULL);
		__this->set_temp2_4((ByteU5BU5D_t4116647657*)NULL);
	}

IL_0043:
	{
		__this->set_m_disposed_9((bool)1);
	}

IL_004a:
	{
		return;
	}
}
// System.Boolean Mono.Security.Cryptography.SymmetricTransform::get_CanReuseTransform()
extern "C"  bool SymmetricTransform_get_CanReuseTransform_m3947311416 (SymmetricTransform_t3802591842 * __this, const RuntimeMethod* method)
{
	{
		return (bool)0;
	}
}
// System.Void Mono.Security.Cryptography.SymmetricTransform::Transform(System.Byte[],System.Byte[])
extern "C"  void SymmetricTransform_Transform_m3073016850 (SymmetricTransform_t3802591842 * __this, ByteU5BU5D_t4116647657* ___input0, ByteU5BU5D_t4116647657* ___output1, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SymmetricTransform_Transform_m3073016850_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	{
		SymmetricAlgorithm_t4254223087 * L_0 = __this->get_algo_0();
		NullCheck(L_0);
		int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(16 /* System.Security.Cryptography.CipherMode System.Security.Cryptography.SymmetricAlgorithm::get_Mode() */, L_0);
		V_0 = L_1;
		int32_t L_2 = V_0;
		switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)))
		{
			case 0:
			{
				goto IL_003a;
			}
			case 1:
			{
				goto IL_002d;
			}
			case 2:
			{
				goto IL_0054;
			}
			case 3:
			{
				goto IL_0047;
			}
			case 4:
			{
				goto IL_0061;
			}
		}
	}
	{
		goto IL_006e;
	}

IL_002d:
	{
		ByteU5BU5D_t4116647657* L_3 = ___input0;
		ByteU5BU5D_t4116647657* L_4 = ___output1;
		VirtActionInvoker2< ByteU5BU5D_t4116647657*, ByteU5BU5D_t4116647657* >::Invoke(11 /* System.Void Mono.Security.Cryptography.SymmetricTransform::ECB(System.Byte[],System.Byte[]) */, __this, L_3, L_4);
		goto IL_0093;
	}

IL_003a:
	{
		ByteU5BU5D_t4116647657* L_5 = ___input0;
		ByteU5BU5D_t4116647657* L_6 = ___output1;
		VirtActionInvoker2< ByteU5BU5D_t4116647657*, ByteU5BU5D_t4116647657* >::Invoke(12 /* System.Void Mono.Security.Cryptography.SymmetricTransform::CBC(System.Byte[],System.Byte[]) */, __this, L_5, L_6);
		goto IL_0093;
	}

IL_0047:
	{
		ByteU5BU5D_t4116647657* L_7 = ___input0;
		ByteU5BU5D_t4116647657* L_8 = ___output1;
		VirtActionInvoker2< ByteU5BU5D_t4116647657*, ByteU5BU5D_t4116647657* >::Invoke(13 /* System.Void Mono.Security.Cryptography.SymmetricTransform::CFB(System.Byte[],System.Byte[]) */, __this, L_7, L_8);
		goto IL_0093;
	}

IL_0054:
	{
		ByteU5BU5D_t4116647657* L_9 = ___input0;
		ByteU5BU5D_t4116647657* L_10 = ___output1;
		VirtActionInvoker2< ByteU5BU5D_t4116647657*, ByteU5BU5D_t4116647657* >::Invoke(14 /* System.Void Mono.Security.Cryptography.SymmetricTransform::OFB(System.Byte[],System.Byte[]) */, __this, L_9, L_10);
		goto IL_0093;
	}

IL_0061:
	{
		ByteU5BU5D_t4116647657* L_11 = ___input0;
		ByteU5BU5D_t4116647657* L_12 = ___output1;
		VirtActionInvoker2< ByteU5BU5D_t4116647657*, ByteU5BU5D_t4116647657* >::Invoke(15 /* System.Void Mono.Security.Cryptography.SymmetricTransform::CTS(System.Byte[],System.Byte[]) */, __this, L_11, L_12);
		goto IL_0093;
	}

IL_006e:
	{
		SymmetricAlgorithm_t4254223087 * L_13 = __this->get_algo_0();
		NullCheck(L_13);
		int32_t L_14 = VirtFuncInvoker0< int32_t >::Invoke(16 /* System.Security.Cryptography.CipherMode System.Security.Cryptography.SymmetricAlgorithm::get_Mode() */, L_13);
		int32_t L_15 = L_14;
		RuntimeObject * L_16 = Box(CipherMode_t84635067_il2cpp_TypeInfo_var, &L_15);
		NullCheck((Enum_t4135868527 *)L_16);
		String_t* L_17 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Enum::ToString() */, (Enum_t4135868527 *)L_16);
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_18 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral2609825863, L_17, /*hidden argument*/NULL);
		NotImplementedException_t3489357830 * L_19 = (NotImplementedException_t3489357830 *)il2cpp_codegen_object_new(NotImplementedException_t3489357830_il2cpp_TypeInfo_var);
		NotImplementedException__ctor_m3095902440(L_19, L_18, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_19);
	}

IL_0093:
	{
		return;
	}
}
// System.Void Mono.Security.Cryptography.SymmetricTransform::CBC(System.Byte[],System.Byte[])
extern "C"  void SymmetricTransform_CBC_m435753239 (SymmetricTransform_t3802591842 * __this, ByteU5BU5D_t4116647657* ___input0, ByteU5BU5D_t4116647657* ___output1, const RuntimeMethod* method)
{
	int32_t V_0 = 0;
	int32_t V_1 = 0;
	{
		bool L_0 = __this->get_encrypt_1();
		if (!L_0)
		{
			goto IL_005c;
		}
	}
	{
		V_0 = 0;
		goto IL_002a;
	}

IL_0012:
	{
		ByteU5BU5D_t4116647657* L_1 = __this->get_temp_3();
		int32_t L_2 = V_0;
		NullCheck(L_1);
		uint8_t* L_3 = ((L_1)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_2)));
		ByteU5BU5D_t4116647657* L_4 = ___input0;
		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));
		*((int8_t*)(L_3)) = (int8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)(*((uint8_t*)L_3))^(int32_t)L_7)))));
		int32_t L_8 = V_0;
		V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1));
	}

IL_002a:
	{
		int32_t L_9 = V_0;
		int32_t L_10 = __this->get_BlockSizeByte_2();
		if ((((int32_t)L_9) < ((int32_t)L_10)))
		{
			goto IL_0012;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_11 = __this->get_temp_3();
		ByteU5BU5D_t4116647657* L_12 = ___output1;
		VirtActionInvoker2< ByteU5BU5D_t4116647657*, ByteU5BU5D_t4116647657* >::Invoke(11 /* System.Void Mono.Security.Cryptography.SymmetricTransform::ECB(System.Byte[],System.Byte[]) */, __this, L_11, L_12);
		ByteU5BU5D_t4116647657* L_13 = ___output1;
		ByteU5BU5D_t4116647657* L_14 = __this->get_temp_3();
		int32_t L_15 = __this->get_BlockSizeByte_2();
		Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_13, 0, (RuntimeArray *)(RuntimeArray *)L_14, 0, L_15, /*hidden argument*/NULL);
		goto IL_00bc;
	}

IL_005c:
	{
		ByteU5BU5D_t4116647657* L_16 = ___input0;
		ByteU5BU5D_t4116647657* L_17 = __this->get_temp2_4();
		int32_t L_18 = __this->get_BlockSizeByte_2();
		Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_16, 0, (RuntimeArray *)(RuntimeArray *)L_17, 0, L_18, /*hidden argument*/NULL);
		ByteU5BU5D_t4116647657* L_19 = ___input0;
		ByteU5BU5D_t4116647657* L_20 = ___output1;
		VirtActionInvoker2< ByteU5BU5D_t4116647657*, ByteU5BU5D_t4116647657* >::Invoke(11 /* System.Void Mono.Security.Cryptography.SymmetricTransform::ECB(System.Byte[],System.Byte[]) */, __this, L_19, L_20);
		V_1 = 0;
		goto IL_0097;
	}

IL_007f:
	{
		ByteU5BU5D_t4116647657* L_21 = ___output1;
		int32_t L_22 = V_1;
		NullCheck(L_21);
		uint8_t* L_23 = ((L_21)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_22)));
		ByteU5BU5D_t4116647657* L_24 = __this->get_temp_3();
		int32_t L_25 = V_1;
		NullCheck(L_24);
		int32_t L_26 = L_25;
		uint8_t L_27 = (L_24)->GetAt(static_cast<il2cpp_array_size_t>(L_26));
		*((int8_t*)(L_23)) = (int8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)(*((uint8_t*)L_23))^(int32_t)L_27)))));
		int32_t L_28 = V_1;
		V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1));
	}

IL_0097:
	{
		int32_t L_29 = V_1;
		int32_t L_30 = __this->get_BlockSizeByte_2();
		if ((((int32_t)L_29) < ((int32_t)L_30)))
		{
			goto IL_007f;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_31 = __this->get_temp2_4();
		ByteU5BU5D_t4116647657* L_32 = __this->get_temp_3();
		int32_t L_33 = __this->get_BlockSizeByte_2();
		Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_31, 0, (RuntimeArray *)(RuntimeArray *)L_32, 0, L_33, /*hidden argument*/NULL);
	}

IL_00bc:
	{
		return;
	}
}
// System.Void Mono.Security.Cryptography.SymmetricTransform::CFB(System.Byte[],System.Byte[])
extern "C"  void SymmetricTransform_CFB_m1051508796 (SymmetricTransform_t3802591842 * __this, ByteU5BU5D_t4116647657* ___input0, ByteU5BU5D_t4116647657* ___output1, const RuntimeMethod* method)
{
	int32_t V_0 = 0;
	int32_t V_1 = 0;
	int32_t V_2 = 0;
	int32_t V_3 = 0;
	{
		bool L_0 = __this->get_encrypt_1();
		if (!L_0)
		{
			goto IL_00a9;
		}
	}
	{
		V_0 = 0;
		goto IL_0098;
	}

IL_0012:
	{
		ByteU5BU5D_t4116647657* L_1 = __this->get_temp_3();
		ByteU5BU5D_t4116647657* L_2 = __this->get_temp2_4();
		VirtActionInvoker2< ByteU5BU5D_t4116647657*, ByteU5BU5D_t4116647657* >::Invoke(11 /* System.Void Mono.Security.Cryptography.SymmetricTransform::ECB(System.Byte[],System.Byte[]) */, __this, L_1, L_2);
		V_1 = 0;
		goto IL_0043;
	}

IL_002b:
	{
		ByteU5BU5D_t4116647657* L_3 = ___output1;
		int32_t L_4 = V_1;
		int32_t L_5 = V_0;
		ByteU5BU5D_t4116647657* L_6 = __this->get_temp2_4();
		int32_t L_7 = V_1;
		NullCheck(L_6);
		int32_t L_8 = L_7;
		uint8_t L_9 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
		ByteU5BU5D_t4116647657* L_10 = ___input0;
		int32_t L_11 = V_1;
		int32_t L_12 = V_0;
		NullCheck(L_10);
		int32_t L_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)L_12));
		uint8_t L_14 = (L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_13));
		NullCheck(L_3);
		(L_3)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_5))), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_9^(int32_t)L_14))))));
		int32_t L_15 = V_1;
		V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1));
	}

IL_0043:
	{
		int32_t L_16 = V_1;
		int32_t L_17 = __this->get_FeedBackByte_7();
		if ((((int32_t)L_16) < ((int32_t)L_17)))
		{
			goto IL_002b;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_18 = __this->get_temp_3();
		int32_t L_19 = __this->get_FeedBackByte_7();
		ByteU5BU5D_t4116647657* L_20 = __this->get_temp_3();
		int32_t L_21 = __this->get_BlockSizeByte_2();
		int32_t L_22 = __this->get_FeedBackByte_7();
		Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_18, L_19, (RuntimeArray *)(RuntimeArray *)L_20, 0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)L_22)), /*hidden argument*/NULL);
		ByteU5BU5D_t4116647657* L_23 = ___output1;
		int32_t L_24 = V_0;
		ByteU5BU5D_t4116647657* L_25 = __this->get_temp_3();
		int32_t L_26 = __this->get_BlockSizeByte_2();
		int32_t L_27 = __this->get_FeedBackByte_7();
		int32_t L_28 = __this->get_FeedBackByte_7();
		Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_23, L_24, (RuntimeArray *)(RuntimeArray *)L_25, ((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)L_27)), L_28, /*hidden argument*/NULL);
		int32_t L_29 = V_0;
		V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1));
	}

IL_0098:
	{
		int32_t L_30 = V_0;
		int32_t L_31 = __this->get_FeedBackIter_8();
		if ((((int32_t)L_30) < ((int32_t)L_31)))
		{
			goto IL_0012;
		}
	}
	{
		goto IL_0150;
	}

IL_00a9:
	{
		V_2 = 0;
		goto IL_0144;
	}

IL_00b0:
	{
		__this->set_encrypt_1((bool)1);
		ByteU5BU5D_t4116647657* L_32 = __this->get_temp_3();
		ByteU5BU5D_t4116647657* L_33 = __this->get_temp2_4();
		VirtActionInvoker2< ByteU5BU5D_t4116647657*, ByteU5BU5D_t4116647657* >::Invoke(11 /* System.Void Mono.Security.Cryptography.SymmetricTransform::ECB(System.Byte[],System.Byte[]) */, __this, L_32, L_33);
		__this->set_encrypt_1((bool)0);
		ByteU5BU5D_t4116647657* L_34 = __this->get_temp_3();
		int32_t L_35 = __this->get_FeedBackByte_7();
		ByteU5BU5D_t4116647657* L_36 = __this->get_temp_3();
		int32_t L_37 = __this->get_BlockSizeByte_2();
		int32_t L_38 = __this->get_FeedBackByte_7();
		Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_34, L_35, (RuntimeArray *)(RuntimeArray *)L_36, 0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_37, (int32_t)L_38)), /*hidden argument*/NULL);
		ByteU5BU5D_t4116647657* L_39 = ___input0;
		int32_t L_40 = V_2;
		ByteU5BU5D_t4116647657* L_41 = __this->get_temp_3();
		int32_t L_42 = __this->get_BlockSizeByte_2();
		int32_t L_43 = __this->get_FeedBackByte_7();
		int32_t L_44 = __this->get_FeedBackByte_7();
		Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_39, L_40, (RuntimeArray *)(RuntimeArray *)L_41, ((int32_t)il2cpp_codegen_subtract((int32_t)L_42, (int32_t)L_43)), L_44, /*hidden argument*/NULL);
		V_3 = 0;
		goto IL_0134;
	}

IL_011c:
	{
		ByteU5BU5D_t4116647657* L_45 = ___output1;
		int32_t L_46 = V_3;
		int32_t L_47 = V_2;
		ByteU5BU5D_t4116647657* L_48 = __this->get_temp2_4();
		int32_t L_49 = V_3;
		NullCheck(L_48);
		int32_t L_50 = L_49;
		uint8_t L_51 = (L_48)->GetAt(static_cast<il2cpp_array_size_t>(L_50));
		ByteU5BU5D_t4116647657* L_52 = ___input0;
		int32_t L_53 = V_3;
		int32_t L_54 = V_2;
		NullCheck(L_52);
		int32_t L_55 = ((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)L_54));
		uint8_t L_56 = (L_52)->GetAt(static_cast<il2cpp_array_size_t>(L_55));
		NullCheck(L_45);
		(L_45)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)L_47))), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_51^(int32_t)L_56))))));
		int32_t L_57 = V_3;
		V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)1));
	}

IL_0134:
	{
		int32_t L_58 = V_3;
		int32_t L_59 = __this->get_FeedBackByte_7();
		if ((((int32_t)L_58) < ((int32_t)L_59)))
		{
			goto IL_011c;
		}
	}
	{
		int32_t L_60 = V_2;
		V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)1));
	}

IL_0144:
	{
		int32_t L_61 = V_2;
		int32_t L_62 = __this->get_FeedBackIter_8();
		if ((((int32_t)L_61) < ((int32_t)L_62)))
		{
			goto IL_00b0;
		}
	}

IL_0150:
	{
		return;
	}
}
// System.Void Mono.Security.Cryptography.SymmetricTransform::OFB(System.Byte[],System.Byte[])
extern "C"  void SymmetricTransform_OFB_m3842617151 (SymmetricTransform_t3802591842 * __this, ByteU5BU5D_t4116647657* ___input0, ByteU5BU5D_t4116647657* ___output1, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SymmetricTransform_OFB_m3842617151_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		CryptographicException_t248831461 * L_0 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var);
		CryptographicException__ctor_m503735289(L_0, _stringLiteral3478177746, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_0);
	}
}
// System.Void Mono.Security.Cryptography.SymmetricTransform::CTS(System.Byte[],System.Byte[])
extern "C"  void SymmetricTransform_CTS_m2571643614 (SymmetricTransform_t3802591842 * __this, ByteU5BU5D_t4116647657* ___input0, ByteU5BU5D_t4116647657* ___output1, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SymmetricTransform_CTS_m2571643614_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		CryptographicException_t248831461 * L_0 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var);
		CryptographicException__ctor_m503735289(L_0, _stringLiteral3430552138, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_0);
	}
}
// System.Void Mono.Security.Cryptography.SymmetricTransform::CheckInput(System.Byte[],System.Int32,System.Int32)
extern "C"  void SymmetricTransform_CheckInput_m1829858759 (SymmetricTransform_t3802591842 * __this, ByteU5BU5D_t4116647657* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SymmetricTransform_CheckInput_m1829858759_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		ByteU5BU5D_t4116647657* L_0 = ___inputBuffer0;
		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, _stringLiteral3152468735, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_1);
	}

IL_0011:
	{
		int32_t L_2 = ___inputOffset1;
		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, _stringLiteral2167393519, _stringLiteral3073595182, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_3);
	}

IL_0028:
	{
		int32_t L_4 = ___inputCount2;
		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, _stringLiteral438779933, _stringLiteral3073595182, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_5);
	}

IL_003f:
	{
		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_005f;
		}
	}
	{
		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, _stringLiteral3152468735, L_9, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_10);
	}

IL_005f:
	{
		return;
	}
}
// System.Int32 Mono.Security.Cryptography.SymmetricTransform::TransformBlock(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32)
extern "C"  int32_t SymmetricTransform_TransformBlock_m2339552481 (SymmetricTransform_t3802591842 * __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 (SymmetricTransform_TransformBlock_m2339552481_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	{
		bool L_0 = __this->get_m_disposed_9();
		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, _stringLiteral389898510, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_1);
	}

IL_0016:
	{
		ByteU5BU5D_t4116647657* L_2 = ___inputBuffer0;
		int32_t L_3 = ___inputOffset1;
		int32_t L_4 = ___inputCount2;
		SymmetricTransform_CheckInput_m1829858759(__this, L_2, L_3, L_4, /*hidden argument*/NULL);
		ByteU5BU5D_t4116647657* L_5 = ___outputBuffer3;
		if (L_5)
		{
			goto IL_0031;
		}
	}
	{
		ArgumentNullException_t1615371798 * L_6 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var);
		ArgumentNullException__ctor_m1170824041(L_6, _stringLiteral2053830539, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_6);
	}

IL_0031:
	{
		int32_t L_7 = ___outputOffset4;
		if ((((int32_t)L_7) >= ((int32_t)0)))
		{
			goto IL_0049;
		}
	}
	{
		ArgumentOutOfRangeException_t777629997 * L_8 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var);
		ArgumentOutOfRangeException__ctor_m282481429(L_8, _stringLiteral1561769044, _stringLiteral3073595182, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_8);
	}

IL_0049:
	{
		ByteU5BU5D_t4116647657* L_9 = ___outputBuffer3;
		NullCheck(L_9);
		int32_t L_10 = ___inputCount2;
		int32_t L_11 = ___outputOffset4;
		V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_9)->max_length)))), (int32_t)L_10)), (int32_t)L_11));
		bool L_12 = __this->get_encrypt_1();
		if (L_12)
		{
			goto IL_009c;
		}
	}
	{
		int32_t L_13 = V_0;
		if ((((int32_t)0) <= ((int32_t)L_13)))
		{
			goto IL_009c;
		}
	}
	{
		SymmetricAlgorithm_t4254223087 * L_14 = __this->get_algo_0();
		NullCheck(L_14);
		int32_t L_15 = VirtFuncInvoker0< int32_t >::Invoke(18 /* System.Security.Cryptography.PaddingMode System.Security.Cryptography.SymmetricAlgorithm::get_Padding() */, L_14);
		if ((((int32_t)L_15) == ((int32_t)1)))
		{
			goto IL_0087;
		}
	}
	{
		SymmetricAlgorithm_t4254223087 * L_16 = __this->get_algo_0();
		NullCheck(L_16);
		int32_t L_17 = VirtFuncInvoker0< int32_t >::Invoke(18 /* System.Security.Cryptography.PaddingMode System.Security.Cryptography.SymmetricAlgorithm::get_Padding() */, L_16);
		if ((!(((uint32_t)L_17) == ((uint32_t)3))))
		{
			goto IL_009c;
		}
	}

IL_0087:
	{
		String_t* L_18 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral251636811, /*hidden argument*/NULL);
		CryptographicException_t248831461 * L_19 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var);
		CryptographicException__ctor_m3803155940(L_19, _stringLiteral2053830539, L_18, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_19);
	}

IL_009c:
	{
		bool L_20 = SymmetricTransform_get_KeepLastBlock_m3105157421(__this, /*hidden argument*/NULL);
		if (!L_20)
		{
			goto IL_00cf;
		}
	}
	{
		int32_t L_21 = V_0;
		int32_t L_22 = __this->get_BlockSizeByte_2();
		if ((((int32_t)0) <= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)L_22)))))
		{
			goto IL_00ca;
		}
	}
	{
		String_t* L_23 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral251636811, /*hidden argument*/NULL);
		CryptographicException_t248831461 * L_24 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var);
		CryptographicException__ctor_m3803155940(L_24, _stringLiteral2053830539, L_23, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_24);
	}

IL_00ca:
	{
		goto IL_010e;
	}

IL_00cf:
	{
		int32_t L_25 = V_0;
		if ((((int32_t)0) <= ((int32_t)L_25)))
		{
			goto IL_010e;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_26 = ___inputBuffer0;
		NullCheck(L_26);
		int32_t L_27 = ___inputOffset1;
		ByteU5BU5D_t4116647657* L_28 = ___outputBuffer3;
		NullCheck(L_28);
		int32_t L_29 = __this->get_BlockSizeByte_2();
		if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_26)->max_length)))), (int32_t)L_27)), (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_28)->max_length))))))) == ((uint32_t)L_29))))
		{
			goto IL_00f9;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_30 = ___outputBuffer3;
		NullCheck(L_30);
		int32_t L_31 = ___outputOffset4;
		___inputCount2 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_30)->max_length)))), (int32_t)L_31));
		goto IL_010e;
	}

IL_00f9:
	{
		String_t* L_32 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral251636811, /*hidden argument*/NULL);
		CryptographicException_t248831461 * L_33 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var);
		CryptographicException__ctor_m3803155940(L_33, _stringLiteral2053830539, L_32, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_33);
	}

IL_010e:
	{
		ByteU5BU5D_t4116647657* L_34 = ___inputBuffer0;
		int32_t L_35 = ___inputOffset1;
		int32_t L_36 = ___inputCount2;
		ByteU5BU5D_t4116647657* L_37 = ___outputBuffer3;
		int32_t L_38 = ___outputOffset4;
		int32_t L_39 = SymmetricTransform_InternalTransformBlock_m946892271(__this, L_34, L_35, L_36, L_37, L_38, /*hidden argument*/NULL);
		return L_39;
	}
}
// System.Boolean Mono.Security.Cryptography.SymmetricTransform::get_KeepLastBlock()
extern "C"  bool SymmetricTransform_get_KeepLastBlock_m3105157421 (SymmetricTransform_t3802591842 * __this, const RuntimeMethod* method)
{
	int32_t G_B4_0 = 0;
	{
		bool L_0 = __this->get_encrypt_1();
		if (L_0)
		{
			goto IL_002f;
		}
	}
	{
		SymmetricAlgorithm_t4254223087 * L_1 = __this->get_algo_0();
		NullCheck(L_1);
		int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(18 /* System.Security.Cryptography.PaddingMode System.Security.Cryptography.SymmetricAlgorithm::get_Padding() */, L_1);
		if ((((int32_t)L_2) == ((int32_t)1)))
		{
			goto IL_002f;
		}
	}
	{
		SymmetricAlgorithm_t4254223087 * L_3 = __this->get_algo_0();
		NullCheck(L_3);
		int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(18 /* System.Security.Cryptography.PaddingMode System.Security.Cryptography.SymmetricAlgorithm::get_Padding() */, L_3);
		G_B4_0 = ((((int32_t)((((int32_t)L_4) == ((int32_t)3))? 1 : 0)) == ((int32_t)0))? 1 : 0);
		goto IL_0030;
	}

IL_002f:
	{
		G_B4_0 = 0;
	}

IL_0030:
	{
		return (bool)G_B4_0;
	}
}
// System.Int32 Mono.Security.Cryptography.SymmetricTransform::InternalTransformBlock(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32)
extern "C"  int32_t SymmetricTransform_InternalTransformBlock_m946892271 (SymmetricTransform_t3802591842 * __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 (SymmetricTransform_InternalTransformBlock_m946892271_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	int32_t V_1 = 0;
	int32_t V_2 = 0;
	int32_t V_3 = 0;
	{
		int32_t L_0 = ___inputOffset1;
		V_0 = L_0;
		int32_t L_1 = ___inputCount2;
		int32_t L_2 = __this->get_BlockSizeByte_2();
		if ((((int32_t)L_1) == ((int32_t)L_2)))
		{
			goto IL_0034;
		}
	}
	{
		int32_t L_3 = ___inputCount2;
		int32_t L_4 = __this->get_BlockSizeByte_2();
		if (!((int32_t)((int32_t)L_3%(int32_t)L_4)))
		{
			goto IL_0026;
		}
	}
	{
		CryptographicException_t248831461 * L_5 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var);
		CryptographicException__ctor_m503735289(L_5, _stringLiteral3823085299, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_5);
	}

IL_0026:
	{
		int32_t L_6 = ___inputCount2;
		int32_t L_7 = __this->get_BlockSizeByte_2();
		V_1 = ((int32_t)((int32_t)L_6/(int32_t)L_7));
		goto IL_0036;
	}

IL_0034:
	{
		V_1 = 1;
	}

IL_0036:
	{
		bool L_8 = SymmetricTransform_get_KeepLastBlock_m3105157421(__this, /*hidden argument*/NULL);
		if (!L_8)
		{
			goto IL_0045;
		}
	}
	{
		int32_t L_9 = V_1;
		V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1));
	}

IL_0045:
	{
		V_2 = 0;
		bool L_10 = __this->get_lastBlock_10();
		if (!L_10)
		{
			goto IL_0095;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_11 = __this->get_workBuff_5();
		ByteU5BU5D_t4116647657* L_12 = __this->get_workout_6();
		VirtActionInvoker2< ByteU5BU5D_t4116647657*, ByteU5BU5D_t4116647657* >::Invoke(10 /* System.Void Mono.Security.Cryptography.SymmetricTransform::Transform(System.Byte[],System.Byte[]) */, __this, L_11, L_12);
		ByteU5BU5D_t4116647657* L_13 = __this->get_workout_6();
		ByteU5BU5D_t4116647657* L_14 = ___outputBuffer3;
		int32_t L_15 = ___outputOffset4;
		int32_t L_16 = __this->get_BlockSizeByte_2();
		Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_13, 0, (RuntimeArray *)(RuntimeArray *)L_14, L_15, L_16, /*hidden argument*/NULL);
		int32_t L_17 = ___outputOffset4;
		int32_t L_18 = __this->get_BlockSizeByte_2();
		___outputOffset4 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)L_18));
		int32_t L_19 = V_2;
		int32_t L_20 = __this->get_BlockSizeByte_2();
		V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)L_20));
		__this->set_lastBlock_10((bool)0);
	}

IL_0095:
	{
		V_3 = 0;
		goto IL_00f9;
	}

IL_009c:
	{
		ByteU5BU5D_t4116647657* L_21 = ___inputBuffer0;
		int32_t L_22 = V_0;
		ByteU5BU5D_t4116647657* L_23 = __this->get_workBuff_5();
		int32_t L_24 = __this->get_BlockSizeByte_2();
		Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_21, L_22, (RuntimeArray *)(RuntimeArray *)L_23, 0, L_24, /*hidden argument*/NULL);
		ByteU5BU5D_t4116647657* L_25 = __this->get_workBuff_5();
		ByteU5BU5D_t4116647657* L_26 = __this->get_workout_6();
		VirtActionInvoker2< ByteU5BU5D_t4116647657*, ByteU5BU5D_t4116647657* >::Invoke(10 /* System.Void Mono.Security.Cryptography.SymmetricTransform::Transform(System.Byte[],System.Byte[]) */, __this, L_25, L_26);
		ByteU5BU5D_t4116647657* L_27 = __this->get_workout_6();
		ByteU5BU5D_t4116647657* L_28 = ___outputBuffer3;
		int32_t L_29 = ___outputOffset4;
		int32_t L_30 = __this->get_BlockSizeByte_2();
		Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_27, 0, (RuntimeArray *)(RuntimeArray *)L_28, L_29, L_30, /*hidden argument*/NULL);
		int32_t L_31 = V_0;
		int32_t L_32 = __this->get_BlockSizeByte_2();
		V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)L_32));
		int32_t L_33 = ___outputOffset4;
		int32_t L_34 = __this->get_BlockSizeByte_2();
		___outputOffset4 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)L_34));
		int32_t L_35 = V_2;
		int32_t L_36 = __this->get_BlockSizeByte_2();
		V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)L_36));
		int32_t L_37 = V_3;
		V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1));
	}

IL_00f9:
	{
		int32_t L_38 = V_3;
		int32_t L_39 = V_1;
		if ((((int32_t)L_38) < ((int32_t)L_39)))
		{
			goto IL_009c;
		}
	}
	{
		bool L_40 = SymmetricTransform_get_KeepLastBlock_m3105157421(__this, /*hidden argument*/NULL);
		if (!L_40)
		{
			goto IL_0126;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_41 = ___inputBuffer0;
		int32_t L_42 = V_0;
		ByteU5BU5D_t4116647657* L_43 = __this->get_workBuff_5();
		int32_t L_44 = __this->get_BlockSizeByte_2();
		Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_41, L_42, (RuntimeArray *)(RuntimeArray *)L_43, 0, L_44, /*hidden argument*/NULL);
		__this->set_lastBlock_10((bool)1);
	}

IL_0126:
	{
		int32_t L_45 = V_2;
		return L_45;
	}
}
// System.Void Mono.Security.Cryptography.SymmetricTransform::Random(System.Byte[],System.Int32,System.Int32)
extern "C"  void SymmetricTransform_Random_m2004892672 (SymmetricTransform_t3802591842 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SymmetricTransform_Random_m2004892672_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	ByteU5BU5D_t4116647657* V_0 = NULL;
	{
		RandomNumberGenerator_t386037858 * L_0 = __this->get__rng_11();
		if (L_0)
		{
			goto IL_0016;
		}
	}
	{
		RandomNumberGenerator_t386037858 * L_1 = RandomNumberGenerator_Create_m4162970280(NULL /*static, unused*/, /*hidden argument*/NULL);
		__this->set__rng_11(L_1);
	}

IL_0016:
	{
		int32_t L_2 = ___length2;
		V_0 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_2));
		RandomNumberGenerator_t386037858 * L_3 = __this->get__rng_11();
		ByteU5BU5D_t4116647657* L_4 = V_0;
		NullCheck(L_3);
		VirtActionInvoker1< ByteU5BU5D_t4116647657* >::Invoke(4 /* System.Void System.Security.Cryptography.RandomNumberGenerator::GetBytes(System.Byte[]) */, L_3, L_4);
		ByteU5BU5D_t4116647657* L_5 = V_0;
		ByteU5BU5D_t4116647657* L_6 = ___buffer0;
		int32_t L_7 = ___start1;
		int32_t L_8 = ___length2;
		Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_5, 0, (RuntimeArray *)(RuntimeArray *)L_6, L_7, L_8, /*hidden argument*/NULL);
		return;
	}
}
// System.Void Mono.Security.Cryptography.SymmetricTransform::ThrowBadPaddingException(System.Security.Cryptography.PaddingMode,System.Int32,System.Int32)
extern "C"  void SymmetricTransform_ThrowBadPaddingException_m2926778011 (SymmetricTransform_t3802591842 * __this, int32_t ___padding0, int32_t ___length1, int32_t ___position2, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SymmetricTransform_ThrowBadPaddingException_m2926778011_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	String_t* V_0 = NULL;
	{
		String_t* L_0 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2101785501, /*hidden argument*/NULL);
		int32_t L_1 = ___padding0;
		int32_t L_2 = L_1;
		RuntimeObject * L_3 = Box(PaddingMode_t2546806710_il2cpp_TypeInfo_var, &L_2);
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_4 = String_Format_m2844511972(NULL /*static, unused*/, L_0, L_3, /*hidden argument*/NULL);
		V_0 = L_4;
		int32_t L_5 = ___length1;
		if ((((int32_t)L_5) < ((int32_t)0)))
		{
			goto IL_0039;
		}
	}
	{
		String_t* L_6 = V_0;
		String_t* L_7 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral289204851, /*hidden argument*/NULL);
		int32_t L_8 = ___length1;
		int32_t L_9 = L_8;
		RuntimeObject * L_10 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_9);
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_11 = String_Format_m2844511972(NULL /*static, unused*/, L_7, L_10, /*hidden argument*/NULL);
		String_t* L_12 = String_Concat_m3937257545(NULL /*static, unused*/, L_6, L_11, /*hidden argument*/NULL);
		V_0 = L_12;
	}

IL_0039:
	{
		int32_t L_13 = ___position2;
		if ((((int32_t)L_13) < ((int32_t)0)))
		{
			goto IL_005c;
		}
	}
	{
		String_t* L_14 = V_0;
		String_t* L_15 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral4613441, /*hidden argument*/NULL);
		int32_t L_16 = ___position2;
		int32_t L_17 = L_16;
		RuntimeObject * L_18 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_17);
		IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var);
		String_t* L_19 = String_Format_m2844511972(NULL /*static, unused*/, L_15, L_18, /*hidden argument*/NULL);
		String_t* L_20 = String_Concat_m3937257545(NULL /*static, unused*/, L_14, L_19, /*hidden argument*/NULL);
		V_0 = L_20;
	}

IL_005c:
	{
		String_t* L_21 = V_0;
		CryptographicException_t248831461 * L_22 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var);
		CryptographicException__ctor_m503735289(L_22, L_21, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_22);
	}
}
// System.Byte[] Mono.Security.Cryptography.SymmetricTransform::FinalEncrypt(System.Byte[],System.Int32,System.Int32)
extern "C"  ByteU5BU5D_t4116647657* SymmetricTransform_FinalEncrypt_m69518647 (SymmetricTransform_t3802591842 * __this, ByteU5BU5D_t4116647657* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SymmetricTransform_FinalEncrypt_m69518647_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	int32_t V_1 = 0;
	int32_t V_2 = 0;
	ByteU5BU5D_t4116647657* V_3 = NULL;
	ByteU5BU5D_t4116647657* V_4 = NULL;
	int32_t V_5 = 0;
	uint8_t V_6 = 0x0;
	int32_t V_7 = 0;
	int32_t V_8 = 0;
	{
		int32_t L_0 = ___inputCount2;
		int32_t L_1 = __this->get_BlockSizeByte_2();
		int32_t L_2 = __this->get_BlockSizeByte_2();
		V_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)L_0/(int32_t)L_1)), (int32_t)L_2));
		int32_t L_3 = ___inputCount2;
		int32_t L_4 = V_0;
		V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4));
		int32_t L_5 = V_0;
		V_2 = L_5;
		SymmetricAlgorithm_t4254223087 * L_6 = __this->get_algo_0();
		NullCheck(L_6);
		int32_t L_7 = VirtFuncInvoker0< int32_t >::Invoke(18 /* System.Security.Cryptography.PaddingMode System.Security.Cryptography.SymmetricAlgorithm::get_Padding() */, L_6);
		V_8 = L_7;
		int32_t L_8 = V_8;
		switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)2)))
		{
			case 0:
			{
				goto IL_0041;
			}
			case 1:
			{
				goto IL_004f;
			}
			case 2:
			{
				goto IL_0041;
			}
			case 3:
			{
				goto IL_0041;
			}
		}
	}
	{
		goto IL_004f;
	}

IL_0041:
	{
		int32_t L_9 = V_2;
		int32_t L_10 = __this->get_BlockSizeByte_2();
		V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)L_10));
		goto IL_00a8;
	}

IL_004f:
	{
		int32_t L_11 = ___inputCount2;
		if (L_11)
		{
			goto IL_005c;
		}
	}
	{
		return ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)0));
	}

IL_005c:
	{
		int32_t L_12 = V_1;
		if (!L_12)
		{
			goto IL_00a3;
		}
	}
	{
		SymmetricAlgorithm_t4254223087 * L_13 = __this->get_algo_0();
		NullCheck(L_13);
		int32_t L_14 = VirtFuncInvoker0< int32_t >::Invoke(18 /* System.Security.Cryptography.PaddingMode System.Security.Cryptography.SymmetricAlgorithm::get_Padding() */, L_13);
		if ((!(((uint32_t)L_14) == ((uint32_t)1))))
		{
			goto IL_007e;
		}
	}
	{
		CryptographicException_t248831461 * L_15 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var);
		CryptographicException__ctor_m503735289(L_15, _stringLiteral3246833729, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_15);
	}

IL_007e:
	{
		int32_t L_16 = V_0;
		int32_t L_17 = __this->get_BlockSizeByte_2();
		V_3 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)L_17))));
		ByteU5BU5D_t4116647657* L_18 = ___inputBuffer0;
		int32_t L_19 = ___inputOffset1;
		ByteU5BU5D_t4116647657* L_20 = V_3;
		int32_t L_21 = ___inputCount2;
		Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_18, L_19, (RuntimeArray *)(RuntimeArray *)L_20, 0, L_21, /*hidden argument*/NULL);
		ByteU5BU5D_t4116647657* L_22 = V_3;
		___inputBuffer0 = L_22;
		___inputOffset1 = 0;
		ByteU5BU5D_t4116647657* L_23 = V_3;
		NullCheck(L_23);
		___inputCount2 = (((int32_t)((int32_t)(((RuntimeArray *)L_23)->max_length))));
		int32_t L_24 = ___inputCount2;
		V_2 = L_24;
	}

IL_00a3:
	{
		goto IL_00a8;
	}

IL_00a8:
	{
		int32_t L_25 = V_2;
		V_4 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_25));
		V_5 = 0;
		goto IL_00e9;
	}

IL_00b8:
	{
		ByteU5BU5D_t4116647657* L_26 = ___inputBuffer0;
		int32_t L_27 = ___inputOffset1;
		int32_t L_28 = __this->get_BlockSizeByte_2();
		ByteU5BU5D_t4116647657* L_29 = V_4;
		int32_t L_30 = V_5;
		SymmetricTransform_InternalTransformBlock_m946892271(__this, L_26, L_27, L_28, L_29, L_30, /*hidden argument*/NULL);
		int32_t L_31 = ___inputOffset1;
		int32_t L_32 = __this->get_BlockSizeByte_2();
		___inputOffset1 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)L_32));
		int32_t L_33 = V_5;
		int32_t L_34 = __this->get_BlockSizeByte_2();
		V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)L_34));
		int32_t L_35 = V_2;
		int32_t L_36 = __this->get_BlockSizeByte_2();
		V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_35, (int32_t)L_36));
	}

IL_00e9:
	{
		int32_t L_37 = V_2;
		int32_t L_38 = __this->get_BlockSizeByte_2();
		if ((((int32_t)L_37) > ((int32_t)L_38)))
		{
			goto IL_00b8;
		}
	}
	{
		int32_t L_39 = __this->get_BlockSizeByte_2();
		int32_t L_40 = V_1;
		V_6 = (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_39, (int32_t)L_40)))));
		SymmetricAlgorithm_t4254223087 * L_41 = __this->get_algo_0();
		NullCheck(L_41);
		int32_t L_42 = VirtFuncInvoker0< int32_t >::Invoke(18 /* System.Security.Cryptography.PaddingMode System.Security.Cryptography.SymmetricAlgorithm::get_Padding() */, L_41);
		V_8 = L_42;
		int32_t L_43 = V_8;
		switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_43, (int32_t)2)))
		{
			case 0:
			{
				goto IL_019a;
			}
			case 1:
			{
				goto IL_01e2;
			}
			case 2:
			{
				goto IL_012b;
			}
			case 3:
			{
				goto IL_0159;
			}
		}
	}
	{
		goto IL_01e2;
	}

IL_012b:
	{
		ByteU5BU5D_t4116647657* L_44 = V_4;
		ByteU5BU5D_t4116647657* L_45 = V_4;
		NullCheck(L_45);
		uint8_t L_46 = V_6;
		NullCheck(L_44);
		(L_44)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_45)->max_length)))), (int32_t)1))), (uint8_t)L_46);
		ByteU5BU5D_t4116647657* L_47 = ___inputBuffer0;
		int32_t L_48 = ___inputOffset1;
		ByteU5BU5D_t4116647657* L_49 = V_4;
		int32_t L_50 = V_0;
		int32_t L_51 = V_1;
		Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_47, L_48, (RuntimeArray *)(RuntimeArray *)L_49, L_50, L_51, /*hidden argument*/NULL);
		ByteU5BU5D_t4116647657* L_52 = V_4;
		int32_t L_53 = V_0;
		int32_t L_54 = __this->get_BlockSizeByte_2();
		ByteU5BU5D_t4116647657* L_55 = V_4;
		int32_t L_56 = V_0;
		SymmetricTransform_InternalTransformBlock_m946892271(__this, L_52, L_53, L_54, L_55, L_56, /*hidden argument*/NULL);
		goto IL_01fa;
	}

IL_0159:
	{
		ByteU5BU5D_t4116647657* L_57 = V_4;
		ByteU5BU5D_t4116647657* L_58 = V_4;
		NullCheck(L_58);
		uint8_t L_59 = V_6;
		uint8_t L_60 = V_6;
		SymmetricTransform_Random_m2004892672(__this, L_57, ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_58)->max_length)))), (int32_t)L_59)), ((int32_t)il2cpp_codegen_subtract((int32_t)L_60, (int32_t)1)), /*hidden argument*/NULL);
		ByteU5BU5D_t4116647657* L_61 = V_4;
		ByteU5BU5D_t4116647657* L_62 = V_4;
		NullCheck(L_62);
		uint8_t L_63 = V_6;
		NullCheck(L_61);
		(L_61)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_62)->max_length)))), (int32_t)1))), (uint8_t)L_63);
		ByteU5BU5D_t4116647657* L_64 = ___inputBuffer0;
		int32_t L_65 = ___inputOffset1;
		ByteU5BU5D_t4116647657* L_66 = V_4;
		int32_t L_67 = V_0;
		int32_t L_68 = V_1;
		Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_64, L_65, (RuntimeArray *)(RuntimeArray *)L_66, L_67, L_68, /*hidden argument*/NULL);
		ByteU5BU5D_t4116647657* L_69 = V_4;
		int32_t L_70 = V_0;
		int32_t L_71 = __this->get_BlockSizeByte_2();
		ByteU5BU5D_t4116647657* L_72 = V_4;
		int32_t L_73 = V_0;
		SymmetricTransform_InternalTransformBlock_m946892271(__this, L_69, L_70, L_71, L_72, L_73, /*hidden argument*/NULL);
		goto IL_01fa;
	}

IL_019a:
	{
		ByteU5BU5D_t4116647657* L_74 = V_4;
		NullCheck(L_74);
		V_7 = (((int32_t)((int32_t)(((RuntimeArray *)L_74)->max_length))));
		goto IL_01ac;
	}

IL_01a5:
	{
		ByteU5BU5D_t4116647657* L_75 = V_4;
		int32_t L_76 = V_7;
		uint8_t L_77 = V_6;
		NullCheck(L_75);
		(L_75)->SetAt(static_cast<il2cpp_array_size_t>(L_76), (uint8_t)L_77);
	}

IL_01ac:
	{
		int32_t L_78 = V_7;
		int32_t L_79 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_78, (int32_t)1));
		V_7 = L_79;
		ByteU5BU5D_t4116647657* L_80 = V_4;
		NullCheck(L_80);
		uint8_t L_81 = V_6;
		if ((((int32_t)L_79) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_80)->max_length)))), (int32_t)L_81)))))
		{
			goto IL_01a5;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_82 = ___inputBuffer0;
		int32_t L_83 = ___inputOffset1;
		ByteU5BU5D_t4116647657* L_84 = V_4;
		int32_t L_85 = V_0;
		int32_t L_86 = V_1;
		Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_82, L_83, (RuntimeArray *)(RuntimeArray *)L_84, L_85, L_86, /*hidden argument*/NULL);
		ByteU5BU5D_t4116647657* L_87 = V_4;
		int32_t L_88 = V_0;
		int32_t L_89 = __this->get_BlockSizeByte_2();
		ByteU5BU5D_t4116647657* L_90 = V_4;
		int32_t L_91 = V_0;
		SymmetricTransform_InternalTransformBlock_m946892271(__this, L_87, L_88, L_89, L_90, L_91, /*hidden argument*/NULL);
		goto IL_01fa;
	}

IL_01e2:
	{
		ByteU5BU5D_t4116647657* L_92 = ___inputBuffer0;
		int32_t L_93 = ___inputOffset1;
		int32_t L_94 = __this->get_BlockSizeByte_2();
		ByteU5BU5D_t4116647657* L_95 = V_4;
		int32_t L_96 = V_5;
		SymmetricTransform_InternalTransformBlock_m946892271(__this, L_92, L_93, L_94, L_95, L_96, /*hidden argument*/NULL);
		goto IL_01fa;
	}

IL_01fa:
	{
		ByteU5BU5D_t4116647657* L_97 = V_4;
		return L_97;
	}
}
// System.Byte[] Mono.Security.Cryptography.SymmetricTransform::FinalDecrypt(System.Byte[],System.Int32,System.Int32)
extern "C"  ByteU5BU5D_t4116647657* SymmetricTransform_FinalDecrypt_m1677319445 (SymmetricTransform_t3802591842 * __this, ByteU5BU5D_t4116647657* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SymmetricTransform_FinalDecrypt_m1677319445_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	int32_t V_0 = 0;
	ByteU5BU5D_t4116647657* V_1 = NULL;
	int32_t V_2 = 0;
	int32_t V_3 = 0;
	uint8_t V_4 = 0x0;
	int32_t V_5 = 0;
	int32_t V_6 = 0;
	ByteU5BU5D_t4116647657* V_7 = NULL;
	int32_t V_8 = 0;
	int32_t G_B12_0 = 0;
	{
		int32_t L_0 = ___inputCount2;
		int32_t L_1 = __this->get_BlockSizeByte_2();
		if ((((int32_t)((int32_t)((int32_t)L_0%(int32_t)L_1))) <= ((int32_t)0)))
		{
			goto IL_0019;
		}
	}
	{
		CryptographicException_t248831461 * L_2 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var);
		CryptographicException__ctor_m503735289(L_2, _stringLiteral3823085299, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_2);
	}

IL_0019:
	{
		int32_t L_3 = ___inputCount2;
		V_0 = L_3;
		bool L_4 = __this->get_lastBlock_10();
		if (!L_4)
		{
			goto IL_002f;
		}
	}
	{
		int32_t L_5 = V_0;
		int32_t L_6 = __this->get_BlockSizeByte_2();
		V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6));
	}

IL_002f:
	{
		int32_t L_7 = V_0;
		V_1 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_7));
		V_2 = 0;
		goto IL_0066;
	}

IL_003d:
	{
		ByteU5BU5D_t4116647657* L_8 = ___inputBuffer0;
		int32_t L_9 = ___inputOffset1;
		int32_t L_10 = __this->get_BlockSizeByte_2();
		ByteU5BU5D_t4116647657* L_11 = V_1;
		int32_t L_12 = V_2;
		int32_t L_13 = SymmetricTransform_InternalTransformBlock_m946892271(__this, L_8, L_9, L_10, L_11, L_12, /*hidden argument*/NULL);
		V_3 = L_13;
		int32_t L_14 = ___inputOffset1;
		int32_t L_15 = __this->get_BlockSizeByte_2();
		___inputOffset1 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)L_15));
		int32_t L_16 = V_2;
		int32_t L_17 = V_3;
		V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)L_17));
		int32_t L_18 = ___inputCount2;
		int32_t L_19 = __this->get_BlockSizeByte_2();
		___inputCount2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)L_19));
	}

IL_0066:
	{
		int32_t L_20 = ___inputCount2;
		if ((((int32_t)L_20) > ((int32_t)0)))
		{
			goto IL_003d;
		}
	}
	{
		bool L_21 = __this->get_lastBlock_10();
		if (!L_21)
		{
			goto IL_00ae;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_22 = __this->get_workBuff_5();
		ByteU5BU5D_t4116647657* L_23 = __this->get_workout_6();
		VirtActionInvoker2< ByteU5BU5D_t4116647657*, ByteU5BU5D_t4116647657* >::Invoke(10 /* System.Void Mono.Security.Cryptography.SymmetricTransform::Transform(System.Byte[],System.Byte[]) */, __this, L_22, L_23);
		ByteU5BU5D_t4116647657* L_24 = __this->get_workout_6();
		ByteU5BU5D_t4116647657* L_25 = V_1;
		int32_t L_26 = V_2;
		int32_t L_27 = __this->get_BlockSizeByte_2();
		Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_24, 0, (RuntimeArray *)(RuntimeArray *)L_25, L_26, L_27, /*hidden argument*/NULL);
		int32_t L_28 = V_2;
		int32_t L_29 = __this->get_BlockSizeByte_2();
		V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)L_29));
		__this->set_lastBlock_10((bool)0);
	}

IL_00ae:
	{
		int32_t L_30 = V_0;
		if ((((int32_t)L_30) <= ((int32_t)0)))
		{
			goto IL_00bf;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_31 = V_1;
		int32_t L_32 = V_0;
		NullCheck(L_31);
		int32_t L_33 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_32, (int32_t)1));
		uint8_t L_34 = (L_31)->GetAt(static_cast<il2cpp_array_size_t>(L_33));
		G_B12_0 = ((int32_t)(L_34));
		goto IL_00c0;
	}

IL_00bf:
	{
		G_B12_0 = 0;
	}

IL_00c0:
	{
		V_4 = (uint8_t)G_B12_0;
		SymmetricAlgorithm_t4254223087 * L_35 = __this->get_algo_0();
		NullCheck(L_35);
		int32_t L_36 = VirtFuncInvoker0< int32_t >::Invoke(18 /* System.Security.Cryptography.PaddingMode System.Security.Cryptography.SymmetricAlgorithm::get_Padding() */, L_35);
		V_8 = L_36;
		int32_t L_37 = V_8;
		switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_37, (int32_t)1)))
		{
			case 0:
			{
				goto IL_01fd;
			}
			case 1:
			{
				goto IL_018f;
			}
			case 2:
			{
				goto IL_01fd;
			}
			case 3:
			{
				goto IL_00f1;
			}
			case 4:
			{
				goto IL_015d;
			}
		}
	}
	{
		goto IL_0202;
	}

IL_00f1:
	{
		uint8_t L_38 = V_4;
		if (!L_38)
		{
			goto IL_0105;
		}
	}
	{
		uint8_t L_39 = V_4;
		int32_t L_40 = __this->get_BlockSizeByte_2();
		if ((((int32_t)L_39) <= ((int32_t)L_40)))
		{
			goto IL_0119;
		}
	}

IL_0105:
	{
		SymmetricAlgorithm_t4254223087 * L_41 = __this->get_algo_0();
		NullCheck(L_41);
		int32_t L_42 = VirtFuncInvoker0< int32_t >::Invoke(18 /* System.Security.Cryptography.PaddingMode System.Security.Cryptography.SymmetricAlgorithm::get_Padding() */, L_41);
		uint8_t L_43 = V_4;
		SymmetricTransform_ThrowBadPaddingException_m2926778011(__this, L_42, L_43, (-1), /*hidden argument*/NULL);
	}

IL_0119:
	{
		uint8_t L_44 = V_4;
		V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_44, (int32_t)1));
		goto IL_014b;
	}

IL_0124:
	{
		ByteU5BU5D_t4116647657* L_45 = V_1;
		int32_t L_46 = V_0;
		int32_t L_47 = V_5;
		NullCheck(L_45);
		int32_t L_48 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_46, (int32_t)1)), (int32_t)L_47));
		uint8_t L_49 = (L_45)->GetAt(static_cast<il2cpp_array_size_t>(L_48));
		if (!L_49)
		{
			goto IL_0145;
		}
	}
	{
		SymmetricAlgorithm_t4254223087 * L_50 = __this->get_algo_0();
		NullCheck(L_50);
		int32_t L_51 = VirtFuncInvoker0< int32_t >::Invoke(18 /* System.Security.Cryptography.PaddingMode System.Security.Cryptography.SymmetricAlgorithm::get_Padding() */, L_50);
		int32_t L_52 = V_5;
		SymmetricTransform_ThrowBadPaddingException_m2926778011(__this, L_51, (-1), L_52, /*hidden argument*/NULL);
	}

IL_0145:
	{
		int32_t L_53 = V_5;
		V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_53, (int32_t)1));
	}

IL_014b:
	{
		int32_t L_54 = V_5;
		if ((((int32_t)L_54) > ((int32_t)0)))
		{
			goto IL_0124;
		}
	}
	{
		int32_t L_55 = V_0;
		uint8_t L_56 = V_4;
		V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_55, (int32_t)L_56));
		goto IL_0202;
	}

IL_015d:
	{
		uint8_t L_57 = V_4;
		if (!L_57)
		{
			goto IL_0171;
		}
	}
	{
		uint8_t L_58 = V_4;
		int32_t L_59 = __this->get_BlockSizeByte_2();
		if ((((int32_t)L_58) <= ((int32_t)L_59)))
		{
			goto IL_0185;
		}
	}

IL_0171:
	{
		SymmetricAlgorithm_t4254223087 * L_60 = __this->get_algo_0();
		NullCheck(L_60);
		int32_t L_61 = VirtFuncInvoker0< int32_t >::Invoke(18 /* System.Security.Cryptography.PaddingMode System.Security.Cryptography.SymmetricAlgorithm::get_Padding() */, L_60);
		uint8_t L_62 = V_4;
		SymmetricTransform_ThrowBadPaddingException_m2926778011(__this, L_61, L_62, (-1), /*hidden argument*/NULL);
	}

IL_0185:
	{
		int32_t L_63 = V_0;
		uint8_t L_64 = V_4;
		V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_63, (int32_t)L_64));
		goto IL_0202;
	}

IL_018f:
	{
		uint8_t L_65 = V_4;
		if (!L_65)
		{
			goto IL_01a3;
		}
	}
	{
		uint8_t L_66 = V_4;
		int32_t L_67 = __this->get_BlockSizeByte_2();
		if ((((int32_t)L_66) <= ((int32_t)L_67)))
		{
			goto IL_01b7;
		}
	}

IL_01a3:
	{
		SymmetricAlgorithm_t4254223087 * L_68 = __this->get_algo_0();
		NullCheck(L_68);
		int32_t L_69 = VirtFuncInvoker0< int32_t >::Invoke(18 /* System.Security.Cryptography.PaddingMode System.Security.Cryptography.SymmetricAlgorithm::get_Padding() */, L_68);
		uint8_t L_70 = V_4;
		SymmetricTransform_ThrowBadPaddingException_m2926778011(__this, L_69, L_70, (-1), /*hidden argument*/NULL);
	}

IL_01b7:
	{
		uint8_t L_71 = V_4;
		V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_71, (int32_t)1));
		goto IL_01eb;
	}

IL_01c2:
	{
		ByteU5BU5D_t4116647657* L_72 = V_1;
		int32_t L_73 = V_0;
		int32_t L_74 = V_6;
		NullCheck(L_72);
		int32_t L_75 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_73, (int32_t)1)), (int32_t)L_74));
		uint8_t L_76 = (L_72)->GetAt(static_cast<il2cpp_array_size_t>(L_75));
		uint8_t L_77 = V_4;
		if ((((int32_t)L_76) == ((int32_t)L_77)))
		{
			goto IL_01e5;
		}
	}
	{
		SymmetricAlgorithm_t4254223087 * L_78 = __this->get_algo_0();
		NullCheck(L_78);
		int32_t L_79 = VirtFuncInvoker0< int32_t >::Invoke(18 /* System.Security.Cryptography.PaddingMode System.Security.Cryptography.SymmetricAlgorithm::get_Padding() */, L_78);
		int32_t L_80 = V_6;
		SymmetricTransform_ThrowBadPaddingException_m2926778011(__this, L_79, (-1), L_80, /*hidden argument*/NULL);
	}

IL_01e5:
	{
		int32_t L_81 = V_6;
		V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_81, (int32_t)1));
	}

IL_01eb:
	{
		int32_t L_82 = V_6;
		if ((((int32_t)L_82) > ((int32_t)0)))
		{
			goto IL_01c2;
		}
	}
	{
		int32_t L_83 = V_0;
		uint8_t L_84 = V_4;
		V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_83, (int32_t)L_84));
		goto IL_0202;
	}

IL_01fd:
	{
		goto IL_0202;
	}

IL_0202:
	{
		int32_t L_85 = V_0;
		if ((((int32_t)L_85) <= ((int32_t)0)))
		{
			goto IL_0229;
		}
	}
	{
		int32_t L_86 = V_0;
		V_7 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_86));
		ByteU5BU5D_t4116647657* L_87 = V_1;
		ByteU5BU5D_t4116647657* L_88 = V_7;
		int32_t L_89 = V_0;
		Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_87, 0, (RuntimeArray *)(RuntimeArray *)L_88, 0, L_89, /*hidden argument*/NULL);
		ByteU5BU5D_t4116647657* L_90 = V_1;
		ByteU5BU5D_t4116647657* L_91 = V_1;
		NullCheck(L_91);
		Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_90, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_91)->max_length)))), /*hidden argument*/NULL);
		ByteU5BU5D_t4116647657* L_92 = V_7;
		return L_92;
	}

IL_0229:
	{
		return ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)0));
	}
}
// System.Byte[] Mono.Security.Cryptography.SymmetricTransform::TransformFinalBlock(System.Byte[],System.Int32,System.Int32)
extern "C"  ByteU5BU5D_t4116647657* SymmetricTransform_TransformFinalBlock_m4059448527 (SymmetricTransform_t3802591842 * __this, ByteU5BU5D_t4116647657* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (SymmetricTransform_TransformFinalBlock_m4059448527_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		bool L_0 = __this->get_m_disposed_9();
		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, _stringLiteral389898510, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_1);
	}

IL_0016:
	{
		ByteU5BU5D_t4116647657* L_2 = ___inputBuffer0;
		int32_t L_3 = ___inputOffset1;
		int32_t L_4 = ___inputCount2;
		SymmetricTransform_CheckInput_m1829858759(__this, L_2, L_3, L_4, /*hidden argument*/NULL);
		bool L_5 = __this->get_encrypt_1();
		if (!L_5)
		{
			goto IL_0034;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_6 = ___inputBuffer0;
		int32_t L_7 = ___inputOffset1;
		int32_t L_8 = ___inputCount2;
		ByteU5BU5D_t4116647657* L_9 = SymmetricTransform_FinalEncrypt_m69518647(__this, L_6, L_7, L_8, /*hidden argument*/NULL);
		return L_9;
	}

IL_0034:
	{
		ByteU5BU5D_t4116647657* L_10 = ___inputBuffer0;
		int32_t L_11 = ___inputOffset1;
		int32_t L_12 = ___inputCount2;
		ByteU5BU5D_t4116647657* L_13 = SymmetricTransform_FinalDecrypt_m1677319445(__this, L_10, L_11, L_12, /*hidden argument*/NULL);
		return L_13;
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Mono.Security.PKCS7/ContentInfo::.ctor()
extern "C"  void ContentInfo__ctor_m28146633 (ContentInfo_t3218159895 * __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (ContentInfo__ctor_m28146633_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		Object__ctor_m297566312(__this, /*hidden argument*/NULL);
		ASN1_t2114160832 * L_0 = (ASN1_t2114160832 *)il2cpp_codegen_object_new(ASN1_t2114160832_il2cpp_TypeInfo_var);
		ASN1__ctor_m3727822613(L_0, (uint8_t)((int32_t)160), /*hidden argument*/NULL);
		__this->set_content_1(L_0);
		return;
	}
}
// System.Void Mono.Security.PKCS7/ContentInfo::.ctor(System.String)
extern "C"  void ContentInfo__ctor_m3072134336 (ContentInfo_t3218159895 * __this, String_t* ___oid0, const RuntimeMethod* method)
{
	{
		ContentInfo__ctor_m28146633(__this, /*hidden argument*/NULL);
		String_t* L_0 = ___oid0;
		__this->set_contentType_0(L_0);
		return;
	}
}
// System.Void Mono.Security.PKCS7/ContentInfo::.ctor(System.Byte[])
extern "C"  void ContentInfo__ctor_m1888388023 (ContentInfo_t3218159895 * __this, ByteU5BU5D_t4116647657* ___data0, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (ContentInfo__ctor_m1888388023_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		ByteU5BU5D_t4116647657* L_0 = ___data0;
		ASN1_t2114160832 * L_1 = (ASN1_t2114160832 *)il2cpp_codegen_object_new(ASN1_t2114160832_il2cpp_TypeInfo_var);
		ASN1__ctor_m1601690794(L_1, L_0, /*hidden argument*/NULL);
		ContentInfo__ctor_m2639021892(__this, L_1, /*hidden argument*/NULL);
		return;
	}
}
// System.Void Mono.Security.PKCS7/ContentInfo::.ctor(Mono.Security.ASN1)
extern "C"  void ContentInfo__ctor_m2639021892 (ContentInfo_t3218159895 * __this, ASN1_t2114160832 * ___asn10, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (ContentInfo__ctor_m2639021892_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		Object__ctor_m297566312(__this, /*hidden argument*/NULL);
		ASN1_t2114160832 * L_0 = ___asn10;
		NullCheck(L_0);
		uint8_t L_1 = ASN1_get_Tag_m1032367219(L_0, /*hidden argument*/NULL);
		if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)48)))))
		{
			goto IL_002b;
		}
	}
	{
		ASN1_t2114160832 * L_2 = ___asn10;
		NullCheck(L_2);
		int32_t L_3 = ASN1_get_Count_m3580979881(L_2, /*hidden argument*/NULL);
		if ((((int32_t)L_3) >= ((int32_t)1)))
		{
			goto IL_0036;
		}
	}
	{
		ASN1_t2114160832 * L_4 = ___asn10;
		NullCheck(L_4);
		int32_t L_5 = ASN1_get_Count_m3580979881(L_4, /*hidden argument*/NULL);
		if ((((int32_t)L_5) <= ((int32_t)2)))
		{
			goto IL_0036;
		}
	}

IL_002b:
	{
		ArgumentException_t132251570 * L_6 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var);
		ArgumentException__ctor_m1312628991(L_6, _stringLiteral532208778, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_6);
	}

IL_0036:
	{
		ASN1_t2114160832 * L_7 = ___asn10;
		NullCheck(L_7);
		ASN1_t2114160832 * L_8 = ASN1_get_Item_m3901126023(L_7, 0, /*hidden argument*/NULL);
		NullCheck(L_8);
		uint8_t L_9 = ASN1_get_Tag_m1032367219(L_8, /*hidden argument*/NULL);
		if ((((int32_t)L_9) == ((int32_t)6)))
		{
			goto IL_0053;
		}
	}
	{
		ArgumentException_t132251570 * L_10 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var);
		ArgumentException__ctor_m1312628991(L_10, _stringLiteral2231488616, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_10);
	}

IL_0053:
	{
		ASN1_t2114160832 * L_11 = ___asn10;
		NullCheck(L_11);
		ASN1_t2114160832 * L_12 = ASN1_get_Item_m3901126023(L_11, 0, /*hidden argument*/NULL);
		String_t* L_13 = ASN1Convert_ToOid_m1223840396(NULL /*static, unused*/, L_12, /*hidden argument*/NULL);
		__this->set_contentType_0(L_13);
		ASN1_t2114160832 * L_14 = ___asn10;
		NullCheck(L_14);
		int32_t L_15 = ASN1_get_Count_m3580979881(L_14, /*hidden argument*/NULL);
		if ((((int32_t)L_15) <= ((int32_t)1)))
		{
			goto IL_009f;
		}
	}
	{
		ASN1_t2114160832 * L_16 = ___asn10;
		NullCheck(L_16);
		ASN1_t2114160832 * L_17 = ASN1_get_Item_m3901126023(L_16, 1, /*hidden argument*/NULL);
		NullCheck(L_17);
		uint8_t L_18 = ASN1_get_Tag_m1032367219(L_17, /*hidden argument*/NULL);
		if ((((int32_t)L_18) == ((int32_t)((int32_t)160))))
		{
			goto IL_0092;
		}
	}
	{
		ArgumentException_t132251570 * L_19 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var);
		ArgumentException__ctor_m1312628991(L_19, _stringLiteral825954302, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_19);
	}

IL_0092:
	{
		ASN1_t2114160832 * L_20 = ___asn10;
		NullCheck(L_20);
		ASN1_t2114160832 * L_21 = ASN1_get_Item_m3901126023(L_20, 1, /*hidden argument*/NULL);
		__this->set_content_1(L_21);
	}

IL_009f:
	{
		return;
	}
}
// Mono.Security.ASN1 Mono.Security.PKCS7/ContentInfo::get_ASN1()
extern "C"  ASN1_t2114160832 * ContentInfo_get_ASN1_m1776225219 (ContentInfo_t3218159895 * __this, const RuntimeMethod* method)
{
	{
		ASN1_t2114160832 * L_0 = ContentInfo_GetASN1_m3665489137(__this, /*hidden argument*/NULL);
		return L_0;
	}
}
// Mono.Security.ASN1 Mono.Security.PKCS7/ContentInfo::get_Content()
extern "C"  ASN1_t2114160832 * ContentInfo_get_Content_m1945593776 (ContentInfo_t3218159895 * __this, const RuntimeMethod* method)
{
	{
		ASN1_t2114160832 * L_0 = __this->get_content_1();
		return L_0;
	}
}
// System.Void Mono.Security.PKCS7/ContentInfo::set_Content(Mono.Security.ASN1)
extern "C"  void ContentInfo_set_Content_m2745521966 (ContentInfo_t3218159895 * __this, ASN1_t2114160832 * ___value0, const RuntimeMethod* method)
{
	{
		ASN1_t2114160832 * L_0 = ___value0;
		__this->set_content_1(L_0);
		return;
	}
}
// System.String Mono.Security.PKCS7/ContentInfo::get_ContentType()
extern "C"  String_t* ContentInfo_get_ContentType_m275324816 (ContentInfo_t3218159895 * __this, const RuntimeMethod* method)
{
	{
		String_t* L_0 = __this->get_contentType_0();
		return L_0;
	}
}
// System.Void Mono.Security.PKCS7/ContentInfo::set_ContentType(System.String)
extern "C"  void ContentInfo_set_ContentType_m3961495440 (ContentInfo_t3218159895 * __this, String_t* ___value0, const RuntimeMethod* method)
{
	{
		String_t* L_0 = ___value0;
		__this->set_contentType_0(L_0);
		return;
	}
}
// Mono.Security.ASN1 Mono.Security.PKCS7/ContentInfo::GetASN1()
extern "C"  ASN1_t2114160832 * ContentInfo_GetASN1_m3665489137 (ContentInfo_t3218159895 * __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (ContentInfo_GetASN1_m3665489137_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	ASN1_t2114160832 * V_0 = NULL;
	{
		ASN1_t2114160832 * L_0 = (ASN1_t2114160832 *)il2cpp_codegen_object_new(ASN1_t2114160832_il2cpp_TypeInfo_var);
		ASN1__ctor_m3727822613(L_0, (uint8_t)((int32_t)48), /*hidden argument*/NULL);
		V_0 = L_0;
		ASN1_t2114160832 * L_1 = V_0;
		String_t* L_2 = __this->get_contentType_0();
		ASN1_t2114160832 * L_3 = ASN1Convert_FromOid_m3740816339(NULL /*static, unused*/, L_2, /*hidden argument*/NULL);
		NullCheck(L_1);
		ASN1_Add_m3468571571(L_1, L_3, /*hidden argument*/NULL);
		ASN1_t2114160832 * L_4 = __this->get_content_1();
		if (!L_4)
		{
			goto IL_0043;
		}
	}
	{
		ASN1_t2114160832 * L_5 = __this->get_content_1();
		NullCheck(L_5);
		int32_t L_6 = ASN1_get_Count_m3580979881(L_5, /*hidden argument*/NULL);
		if ((((int32_t)L_6) <= ((int32_t)0)))
		{
			goto IL_0043;
		}
	}
	{
		ASN1_t2114160832 * L_7 = V_0;
		ASN1_t2114160832 * L_8 = __this->get_content_1();
		NullCheck(L_7);
		ASN1_Add_m3468571571(L_7, L_8, /*hidden argument*/NULL);
	}

IL_0043:
	{
		ASN1_t2114160832 * L_9 = V_0;
		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 Mono.Security.PKCS7/EncryptedData::.ctor()
extern "C"  void EncryptedData__ctor_m3841552120 (EncryptedData_t3577548732 * __this, const RuntimeMethod* method)
{
	{
		Object__ctor_m297566312(__this, /*hidden argument*/NULL);
		__this->set__version_0((uint8_t)0);
		return;
	}
}
// System.Void Mono.Security.PKCS7/EncryptedData::.ctor(Mono.Security.ASN1)
extern "C"  void EncryptedData__ctor_m2497911783 (EncryptedData_t3577548732 * __this, ASN1_t2114160832 * ___asn10, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (EncryptedData__ctor_m2497911783_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	ASN1_t2114160832 * V_0 = NULL;
	ASN1_t2114160832 * V_1 = NULL;
	ASN1_t2114160832 * V_2 = NULL;
	ASN1_t2114160832 * V_3 = NULL;
	{
		EncryptedData__ctor_m3841552120(__this, /*hidden argument*/NULL);
		ASN1_t2114160832 * L_0 = ___asn10;
		NullCheck(L_0);
		uint8_t L_1 = ASN1_get_Tag_m1032367219(L_0, /*hidden argument*/NULL);
		if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)48)))))
		{
			goto IL_001f;
		}
	}
	{
		ASN1_t2114160832 * L_2 = ___asn10;
		NullCheck(L_2);
		int32_t L_3 = ASN1_get_Count_m3580979881(L_2, /*hidden argument*/NULL);
		if ((((int32_t)L_3) >= ((int32_t)2)))
		{
			goto IL_002a;
		}
	}

IL_001f:
	{
		ArgumentException_t132251570 * L_4 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var);
		ArgumentException__ctor_m1312628991(L_4, _stringLiteral2787816553, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_4);
	}

IL_002a:
	{
		ASN1_t2114160832 * L_5 = ___asn10;
		NullCheck(L_5);
		ASN1_t2114160832 * L_6 = ASN1_get_Item_m3901126023(L_5, 0, /*hidden argument*/NULL);
		NullCheck(L_6);
		uint8_t L_7 = ASN1_get_Tag_m1032367219(L_6, /*hidden argument*/NULL);
		if ((((int32_t)L_7) == ((int32_t)2)))
		{
			goto IL_0047;
		}
	}
	{
		ArgumentException_t132251570 * L_8 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var);
		ArgumentException__ctor_m1312628991(L_8, _stringLiteral1110505755, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_8);
	}

IL_0047:
	{
		ASN1_t2114160832 * L_9 = ___asn10;
		NullCheck(L_9);
		ASN1_t2114160832 * L_10 = ASN1_get_Item_m3901126023(L_9, 0, /*hidden argument*/NULL);
		NullCheck(L_10);
		ByteU5BU5D_t4116647657* L_11 = ASN1_get_Value_m1857007406(L_10, /*hidden argument*/NULL);
		NullCheck(L_11);
		int32_t L_12 = 0;
		uint8_t L_13 = (L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_12));
		__this->set__version_0(L_13);
		ASN1_t2114160832 * L_14 = ___asn10;
		NullCheck(L_14);
		ASN1_t2114160832 * L_15 = ASN1_get_Item_m3901126023(L_14, 1, /*hidden argument*/NULL);
		V_0 = L_15;
		ASN1_t2114160832 * L_16 = V_0;
		NullCheck(L_16);
		uint8_t L_17 = ASN1_get_Tag_m1032367219(L_16, /*hidden argument*/NULL);
		if ((((int32_t)L_17) == ((int32_t)((int32_t)48))))
		{
			goto IL_007b;
		}
	}
	{
		ArgumentException_t132251570 * L_18 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var);
		ArgumentException__ctor_m1312628991(L_18, _stringLiteral3295482658, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_18);
	}

IL_007b:
	{
		ASN1_t2114160832 * L_19 = V_0;
		NullCheck(L_19);
		ASN1_t2114160832 * L_20 = ASN1_get_Item_m3901126023(L_19, 0, /*hidden argument*/NULL);
		V_1 = L_20;
		ASN1_t2114160832 * L_21 = V_1;
		NullCheck(L_21);
		uint8_t L_22 = ASN1_get_Tag_m1032367219(L_21, /*hidden argument*/NULL);
		if ((((int32_t)L_22) == ((int32_t)6)))
		{
			goto IL_009a;
		}
	}
	{
		ArgumentException_t132251570 * L_23 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var);
		ArgumentException__ctor_m1312628991(L_23, _stringLiteral2103170127, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_23);
	}

IL_009a:
	{
		ASN1_t2114160832 * L_24 = V_1;
		String_t* L_25 = ASN1Convert_ToOid_m1223840396(NULL /*static, unused*/, L_24, /*hidden argument*/NULL);
		ContentInfo_t3218159895 * L_26 = (ContentInfo_t3218159895 *)il2cpp_codegen_object_new(ContentInfo_t3218159895_il2cpp_TypeInfo_var);
		ContentInfo__ctor_m3072134336(L_26, L_25, /*hidden argument*/NULL);
		__this->set__content_1(L_26);
		ASN1_t2114160832 * L_27 = V_0;
		NullCheck(L_27);
		ASN1_t2114160832 * L_28 = ASN1_get_Item_m3901126023(L_27, 1, /*hidden argument*/NULL);
		V_2 = L_28;
		ASN1_t2114160832 * L_29 = V_2;
		NullCheck(L_29);
		uint8_t L_30 = ASN1_get_Tag_m1032367219(L_29, /*hidden argument*/NULL);
		if ((((int32_t)L_30) == ((int32_t)((int32_t)48))))
		{
			goto IL_00cb;
		}
	}
	{
		ArgumentException_t132251570 * L_31 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var);
		ArgumentException__ctor_m1312628991(L_31, _stringLiteral3133584213, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_31);
	}

IL_00cb:
	{
		ASN1_t2114160832 * L_32 = V_2;
		NullCheck(L_32);
		ASN1_t2114160832 * L_33 = ASN1_get_Item_m3901126023(L_32, 0, /*hidden argument*/NULL);
		String_t* L_34 = ASN1Convert_ToOid_m1223840396(NULL /*static, unused*/, L_33, /*hidden argument*/NULL);
		ContentInfo_t3218159895 * L_35 = (ContentInfo_t3218159895 *)il2cpp_codegen_object_new(ContentInfo_t3218159895_il2cpp_TypeInfo_var);
		ContentInfo__ctor_m3072134336(L_35, L_34, /*hidden argument*/NULL);
		__this->set__encryptionAlgorithm_2(L_35);
		ContentInfo_t3218159895 * L_36 = __this->get__encryptionAlgorithm_2();
		ASN1_t2114160832 * L_37 = V_2;
		NullCheck(L_37);
		ASN1_t2114160832 * L_38 = ASN1_get_Item_m3901126023(L_37, 1, /*hidden argument*/NULL);
		NullCheck(L_36);
		ContentInfo_set_Content_m2745521966(L_36, L_38, /*hidden argument*/NULL);
		ASN1_t2114160832 * L_39 = V_0;
		NullCheck(L_39);
		ASN1_t2114160832 * L_40 = ASN1_get_Item_m3901126023(L_39, 2, /*hidden argument*/NULL);
		V_3 = L_40;
		ASN1_t2114160832 * L_41 = V_3;
		NullCheck(L_41);
		uint8_t L_42 = ASN1_get_Tag_m1032367219(L_41, /*hidden argument*/NULL);
		if ((((int32_t)L_42) == ((int32_t)((int32_t)128))))
		{
			goto IL_0117;
		}
	}
	{
		ArgumentException_t132251570 * L_43 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var);
		ArgumentException__ctor_m1312628991(L_43, _stringLiteral3316324514, /*hidden argument*/NULL);
		IL2CPP_RAISE_MANAGED_EXCEPTION(L_43);
	}

IL_0117:
	{
		ASN1_t2114160832 * L_44 = V_3;
		NullCheck(L_44);
		ByteU5BU5D_t4116647657* L_45 = ASN1_get_Value_m1857007406(L_44, /*hidden argument*/NULL);
		__this->set__encrypted_3(L_45);
		return;
	}
}
// Mono.Security.PKCS7/ContentInfo Mono.Security.PKCS7/EncryptedData::get_EncryptionAlgorithm()
extern "C"  ContentInfo_t3218159895 * EncryptedData_get_EncryptionAlgorithm_m1297902161 (EncryptedData_t3577548732 * __this, const RuntimeMethod* method)
{
	{
		ContentInfo_t3218159895 * L_0 = __this->get__encryptionAlgorithm_2();
		return L_0;
	}
}
// System.Byte[] Mono.Security.PKCS7/EncryptedData::get_EncryptedContent()
extern "C"  ByteU5BU5D_t4116647657* EncryptedData_get_EncryptedContent_m4211024111 (EncryptedData_t3577548732 * __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (EncryptedData_get_EncryptedContent_m4211024111_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		ByteU5BU5D_t4116647657* L_0 = __this->get__encrypted_3();
		if (L_0)
		{
			goto IL_000d;
		}
	}
	{
		return (ByteU5BU5D_t4116647657*)NULL;
	}

IL_000d:
	{
		ByteU5BU5D_t4116647657* L_1 = __this->get__encrypted_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));
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Mono.Security.StrongName::.cctor()
extern "C"  void StrongName__cctor_m1246179561 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (StrongName__cctor_m1246179561_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		RuntimeObject * L_0 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var);
		Object__ctor_m297566312(L_0, /*hidden argument*/NULL);
		((StrongName_t4093849377_StaticFields*)il2cpp_codegen_static_fields_for(StrongName_t4093849377_il2cpp_TypeInfo_var))->set_lockObject_4(L_0);
		((StrongName_t4093849377_StaticFields*)il2cpp_codegen_static_fields_for(StrongName_t4093849377_il2cpp_TypeInfo_var))->set_initialized_5((bool)0);
		return;
	}
}
// System.Byte[] Mono.Security.StrongName::get_PublicKey()
extern "C"  ByteU5BU5D_t4116647657* StrongName_get_PublicKey_m1841537984 (StrongName_t4093849377 * __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (StrongName_get_PublicKey_m1841537984_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	ByteU5BU5D_t4116647657* V_0 = NULL;
	ByteU5BU5D_t4116647657* V_1 = NULL;
	{
		ByteU5BU5D_t4116647657* L_0 = __this->get_publicKey_1();
		if (L_0)
		{
			goto IL_00f6;
		}
	}
	{
		RSA_t2385438082 * L_1 = __this->get_rsa_0();
		ByteU5BU5D_t4116647657* L_2 = CryptoConvert_ToCapiKeyBlob_m3371450375(NULL /*static, unused*/, L_1, (bool)0, /*hidden argument*/NULL);
		V_0 = L_2;
		RSA_t2385438082 * L_3 = __this->get_rsa_0();
		NullCheck(L_3);
		int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Security.Cryptography.AsymmetricAlgorithm::get_KeySize() */, L_3);
		__this->set_publicKey_1(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)32), (int32_t)((int32_t)((int32_t)L_4>>(int32_t)3)))))));
		ByteU5BU5D_t4116647657* L_5 = __this->get_publicKey_1();
		ByteU5BU5D_t4116647657* L_6 = V_0;
		NullCheck(L_6);
		int32_t L_7 = 4;
		uint8_t L_8 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
		NullCheck(L_5);
		(L_5)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint8_t)L_8);
		ByteU5BU5D_t4116647657* L_9 = __this->get_publicKey_1();
		ByteU5BU5D_t4116647657* L_10 = V_0;
		NullCheck(L_10);
		int32_t L_11 = 5;
		uint8_t L_12 = (L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
		NullCheck(L_9);
		(L_9)->SetAt(static_cast<il2cpp_array_size_t>(1), (uint8_t)L_12);
		ByteU5BU5D_t4116647657* L_13 = __this->get_publicKey_1();
		ByteU5BU5D_t4116647657* L_14 = V_0;
		NullCheck(L_14);
		int32_t L_15 = 6;
		uint8_t L_16 = (L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
		NullCheck(L_13);
		(L_13)->SetAt(static_cast<il2cpp_array_size_t>(2), (uint8_t)L_16);
		ByteU5BU5D_t4116647657* L_17 = __this->get_publicKey_1();
		ByteU5BU5D_t4116647657* L_18 = V_0;
		NullCheck(L_18);
		int32_t L_19 = 7;
		uint8_t L_20 = (L_18)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
		NullCheck(L_17);
		(L_17)->SetAt(static_cast<il2cpp_array_size_t>(3), (uint8_t)L_20);
		ByteU5BU5D_t4116647657* L_21 = __this->get_publicKey_1();
		NullCheck(L_21);
		(L_21)->SetAt(static_cast<il2cpp_array_size_t>(4), (uint8_t)4);
		ByteU5BU5D_t4116647657* L_22 = __this->get_publicKey_1();
		NullCheck(L_22);
		(L_22)->SetAt(static_cast<il2cpp_array_size_t>(5), (uint8_t)((int32_t)128));
		ByteU5BU5D_t4116647657* L_23 = __this->get_publicKey_1();
		NullCheck(L_23);
		(L_23)->SetAt(static_cast<il2cpp_array_size_t>(6), (uint8_t)0);
		ByteU5BU5D_t4116647657* L_24 = __this->get_publicKey_1();
		NullCheck(L_24);
		(L_24)->SetAt(static_cast<il2cpp_array_size_t>(7), (uint8_t)0);
		ByteU5BU5D_t4116647657* L_25 = __this->get_publicKey_1();
		NullCheck(L_25);
		ByteU5BU5D_t4116647657* L_26 = BitConverterLE_GetBytes_m4130646282(NULL /*static, unused*/, ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_25)->max_length)))), (int32_t)((int32_t)12))), /*hidden argument*/NULL);
		V_1 = L_26;
		ByteU5BU5D_t4116647657* L_27 = __this->get_publicKey_1();
		ByteU5BU5D_t4116647657* L_28 = V_1;
		NullCheck(L_28);
		int32_t L_29 = 0;
		uint8_t L_30 = (L_28)->GetAt(static_cast<il2cpp_array_size_t>(L_29));
		NullCheck(L_27);
		(L_27)->SetAt(static_cast<il2cpp_array_size_t>(8), (uint8_t)L_30);
		ByteU5BU5D_t4116647657* L_31 = __this->get_publicKey_1();
		ByteU5BU5D_t4116647657* L_32 = V_1;
		NullCheck(L_32);
		int32_t L_33 = 1;
		uint8_t L_34 = (L_32)->GetAt(static_cast<il2cpp_array_size_t>(L_33));
		NullCheck(L_31);
		(L_31)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)9)), (uint8_t)L_34);
		ByteU5BU5D_t4116647657* L_35 = __this->get_publicKey_1();
		ByteU5BU5D_t4116647657* L_36 = V_1;
		NullCheck(L_36);
		int32_t L_37 = 2;
		uint8_t L_38 = (L_36)->GetAt(static_cast<il2cpp_array_size_t>(L_37));
		NullCheck(L_35);
		(L_35)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)10)), (uint8_t)L_38);
		ByteU5BU5D_t4116647657* L_39 = __this->get_publicKey_1();
		ByteU5BU5D_t4116647657* L_40 = V_1;
		NullCheck(L_40);
		int32_t L_41 = 3;
		uint8_t L_42 = (L_40)->GetAt(static_cast<il2cpp_array_size_t>(L_41));
		NullCheck(L_39);
		(L_39)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)11)), (uint8_t)L_42);
		ByteU5BU5D_t4116647657* L_43 = __this->get_publicKey_1();
		NullCheck(L_43);
		(L_43)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)12)), (uint8_t)6);
		ByteU5BU5D_t4116647657* L_44 = V_0;
		ByteU5BU5D_t4116647657* L_45 = __this->get_publicKey_1();
		ByteU5BU5D_t4116647657* L_46 = __this->get_publicKey_1();
		NullCheck(L_46);
		Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_44, 1, (RuntimeArray *)(RuntimeArray *)L_45, ((int32_t)13), ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_46)->max_length)))), (int32_t)((int32_t)13))), /*hidden argument*/NULL);
		ByteU5BU5D_t4116647657* L_47 = __this->get_publicKey_1();
		NullCheck(L_47);
		(L_47)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)23)), (uint8_t)((int32_t)49));
	}

IL_00f6:
	{
		ByteU5BU5D_t4116647657* L_48 = __this->get_publicKey_1();
		NullCheck((RuntimeArray *)(RuntimeArray *)L_48);
		RuntimeObject * L_49 = Array_Clone_m2672907798((RuntimeArray *)(RuntimeArray *)L_48, /*hidden argument*/NULL);
		return ((ByteU5BU5D_t4116647657*)Castclass((RuntimeObject*)L_49, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var));
	}
}
// System.Byte[] Mono.Security.StrongName::get_PublicKeyToken()
extern "C"  ByteU5BU5D_t4116647657* StrongName_get_PublicKeyToken_m2115276552 (StrongName_t4093849377 * __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (StrongName_get_PublicKeyToken_m2115276552_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	ByteU5BU5D_t4116647657* V_0 = NULL;
	HashAlgorithm_t1432317219 * V_1 = NULL;
	ByteU5BU5D_t4116647657* V_2 = NULL;
	{
		ByteU5BU5D_t4116647657* L_0 = __this->get_keyToken_2();
		if (L_0)
		{
			goto IL_005a;
		}
	}
	{
		ByteU5BU5D_t4116647657* L_1 = StrongName_get_PublicKey_m1841537984(__this, /*hidden argument*/NULL);
		V_0 = L_1;
		ByteU5BU5D_t4116647657* L_2 = V_0;
		if (L_2)
		{
			goto IL_001a;
		}
	}
	{
		return (ByteU5BU5D_t4116647657*)NULL;
	}

IL_001a:
	{
		String_t* L_3 = StrongName_get_TokenAlgorithm_m1794722022(__this, /*hidden argument*/NULL);
		HashAlgorithm_t1432317219 * L_4 = HashAlgorithm_Create_m644612360(NULL /*static, unused*/, L_3, /*hidden argument*/NULL);
		V_1 = L_4;
		HashAlgorithm_t1432317219 * L_5 = V_1;
		ByteU5BU5D_t4116647657* L_6 = V_0;
		NullCheck(L_5);
		ByteU5BU5D_t4116647657* L_7 = HashAlgorithm_ComputeHash_m2825542963(L_5, L_6, /*hidden argument*/NULL);
		V_2 = L_7;
		__this->set_keyToken_2(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)8)));
		ByteU5BU5D_t4116647657* L_8 = V_2;
		ByteU5BU5D_t4116647657* L_9 = V_2;
		NullCheck(L_9);
		ByteU5BU5D_t4116647657* L_10 = __this->get_keyToken_2();
		Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_8, ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_9)->max_length)))), (int32_t)8)), (RuntimeArray *)(RuntimeArray *)L_10, 0, 8, /*hidden argument*/NULL);
		ByteU5BU5D_t4116647657* L_11 = __this->get_keyToken_2();
		Array_Reverse_m816310962(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_11, 0, 8, /*hidden argument*/NULL);
	}

IL_005a:
	{
		ByteU5BU5D_t4116647657* L_12 = __this->get_keyToken_2();
		NullCheck((RuntimeArray *)(RuntimeArray *)L_12);
		RuntimeObject * L_13 = Array_Clone_m2672907798((RuntimeArray *)(RuntimeArray *)L_12, /*hidden argument*/NULL);
		return ((ByteU5BU5D_t4116647657*)Castclass((RuntimeObject*)L_13, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var));
	}
}
// System.String Mono.Security.StrongName::get_TokenAlgorithm()
extern "C"  String_t* StrongName_get_TokenAlgorithm_m1794722022 (StrongName_t4093849377 * __this, const RuntimeMethod* method)
{
	static bool s_Il2CppMethodInitialized;
	if (!s_Il2CppMethodInitialized)
	{
		il2cpp_codegen_initialize_method (StrongName_get_TokenAlgorithm_m1794722022_MetadataUsageId);
		s_Il2CppMethodInitialized = true;
	}
	{
		String_t* L_0 = __this->get_tokenAlgorithm_3();
		if (L_0)
		{
			goto IL_0016;
		}
	}
	{
		__this->set_tokenAlgorithm_3(_stringLiteral1144609714);
	}

IL_0016:
	{
		String_t* L_1 = __this->get_tokenAlgorithm_3();
		return L_1;
	}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
