LearnWithTouch/App/LearnWithTouch_ios/Classes/Native/Bulk_System_5.cpp

38609 lines
1.6 MiB

#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <cstring>
#include <string.h>
#include <stdio.h>
#include <cmath>
#include <limits>
#include <assert.h>
#include <stdint.h>
#include "il2cpp-class-internals.h"
#include "codegen/il2cpp-codegen.h"
#include "il2cpp-object-internals.h"
template <typename R>
struct VirtFuncInvoker0
{
typedef R (*Func)(void*, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename T1, typename T2, typename T3>
struct VirtActionInvoker3
{
typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
}
};
template <typename R, typename T1>
struct VirtFuncInvoker1
{
typedef R (*Func)(void*, T1, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename T1, typename T2>
struct VirtActionInvoker2
{
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
struct VirtActionInvoker0
{
typedef void (*Action)(void*, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename T1, typename T2, typename T3, typename T4, typename T5>
struct VirtActionInvoker5
{
typedef void (*Action)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, 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>
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);
}
};
// Mono.Security.ASN1
struct ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E;
// Mono.Security.X509.X509Certificate
struct X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B;
// System.AppDomain
struct AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8;
// System.ArgumentException
struct ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1;
// System.ArgumentNullException
struct ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD;
// System.ArgumentOutOfRangeException
struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA;
// System.AssemblyLoadEventHandler
struct AssemblyLoadEventHandler_t53F8340027F9EE67E8A22E7D8C1A3770345153C9;
// System.Byte[]
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821;
// System.Char[]
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2;
// System.Collections.ArrayList
struct ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4;
// System.Collections.Generic.Comparer`1<System.Int32>
struct Comparer_1_t0796DB4CA0FA9609FBB2A6AEBA7EDF7DD7EE23A2;
// System.Collections.Generic.Dictionary`2/Entry<System.String,System.Int32>[]
struct EntryU5BU5D_tAD4FDE2B2578C6625A7296B1C46DCB06DCB45186;
// System.Collections.Generic.Dictionary`2/Entry<System.String,System.String>[]
struct EntryU5BU5D_t034347107F1D23C91DE1D712EA637D904789415C;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.String,System.Int32>
struct KeyCollection_t666396E67E50284D48938851873CE562083D67F2;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.String,System.String>
struct KeyCollection_tC73654392B284B89334464107B696C9BD89776D9;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.String,System.Int32>
struct ValueCollection_t532E2FD863D0D47B87202BE6B4F7C7EDB5DD7CBF;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.String,System.String>
struct ValueCollection_tA3B972EF56F7C97E35054155C33556C55FAAFD43;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo>
struct Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B;
// System.Collections.Generic.Dictionary`2<System.Object,System.Int32>
struct Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A;
// System.Collections.Generic.Dictionary`2<System.Object,System.Object>
struct Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA;
// System.Collections.Generic.Dictionary`2<System.String,System.Globalization.CultureInfo>
struct Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25;
// System.Collections.Generic.Dictionary`2<System.String,System.Int32>
struct Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB;
// System.Collections.Generic.Dictionary`2<System.String,System.Object>
struct Dictionary_2_t9140A71329927AE4FD0F3CF4D4D66668EBE151EA;
// System.Collections.Generic.Dictionary`2<System.String,System.String>
struct Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC;
// System.Collections.Generic.IComparer`1<System.Int32>
struct IComparer_1_t5D09F75F75FD32CDCD24671DFD58441DFA9F5C14;
// System.Collections.Generic.IComparer`1<System.Object>
struct IComparer_1_tFF77EB203CF12E843446A71A6581145AB929D681;
// System.Collections.Generic.IComparer`1<System.Text.RegularExpressions.RegexCharClass/SingleRange>
struct IComparer_1_tEDD462DA370033ED7A5202F9424153D7563A8886;
// System.Collections.Generic.IEnumerable`1<System.Object>
struct IEnumerable_1_t2F75FCBEC68AFE08982DA43985F9D04056E2BE73;
// System.Collections.Generic.IEnumerable`1<System.Text.RegularExpressions.RegexNode>
struct IEnumerable_1_tA5096C6115349623BEEE21C0483550EEB8D40129;
// System.Collections.Generic.IEqualityComparer`1<System.String>
struct IEqualityComparer_1_t1F07EAC22CC1D4F279164B144240E4718BD7E7A9;
// System.Collections.Generic.LinkedListNode`1<System.Object>
struct LinkedListNode_1_t29FE2977C490DD49F9F19A1FCBD4B2510F580683;
// System.Collections.Generic.LinkedListNode`1<System.Text.RegularExpressions.CachedCodeEntry>
struct LinkedListNode_1_t40CA80903A0F901FE11027515DD48392D85B27EA;
// System.Collections.Generic.LinkedList`1<System.Object>
struct LinkedList_1_t53CE3B6C8AC75667A89B320FD72FAF18BAB09384;
// System.Collections.Generic.LinkedList`1<System.Text.RegularExpressions.CachedCodeEntry>
struct LinkedList_1_t44CA4EB2162DC04F96F29C8A68A05D05166137F7;
// System.Collections.Generic.List`1<System.Int32Enum>
struct List_1_t116A3B8CE581BED3D4552A7F22FE553557ADC4C5;
// System.Collections.Generic.List`1<System.Object>
struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D;
// System.Collections.Generic.List`1<System.String>
struct List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3;
// System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexCharClass/SingleRange>
struct List_1_t560DEF47D3A9D65449EE74779102DDD3BF7B6724;
// System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexNode>
struct List_1_tA5CDE89671B691180A7422F86077A0D047AD4059;
// System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexOptions>
struct List_1_t85142A16ADC23C13E223599A626015FD40FF076A;
// System.Collections.Hashtable
struct Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9;
// System.Collections.Hashtable/bucket[]
struct bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A;
// System.Collections.ICollection
struct ICollection_tA3BAB2482E28132A7CA9E0E21393027353C28B54;
// System.Collections.IDictionary
struct IDictionary_t1BD5C1546718A374EA8122FBD6C6EE45331E8CE7;
// System.Collections.IEnumerator
struct IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A;
// System.Collections.IEqualityComparer
struct IEqualityComparer_t3102D0F5BABD60224F6DFF4815BCA1045831FB7C;
// System.Diagnostics.StackTrace[]
struct StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196;
// System.EventHandler
struct EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C;
// System.EventHandler`1<System.Runtime.ExceptionServices.FirstChanceExceptionEventArgs>
struct EventHandler_1_t1E35ED2E29145994C6C03E57601C6D48C61083FF;
// System.Exception
struct Exception_t;
// System.Globalization.Calendar
struct Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5;
// System.Globalization.CompareInfo
struct CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1;
// System.Globalization.CultureData
struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD;
// System.Globalization.CultureInfo
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F;
// System.Globalization.DateTimeFormatInfo
struct DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F;
// System.Globalization.NumberFormatInfo
struct NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8;
// System.Globalization.TextInfo
struct TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8;
// System.IFormatProvider
struct IFormatProvider_t4247E13AE2D97A079B88D594B7ABABF313259901;
// System.Int32[]
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83;
// System.Int32[][]
struct Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43;
// System.IntPtr[]
struct IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD;
// System.InvalidCastException
struct InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA;
// System.NotImplementedException
struct NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4;
// System.NotSupportedException
struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010;
// System.Object[]
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
// System.ResolveEventHandler
struct ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5;
// System.Runtime.Serialization.IFormatterConverter
struct IFormatterConverter_tC3280D64D358F47EA4DAF1A65609BA0FC081888A;
// System.Runtime.Serialization.SafeSerializationManager
struct SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770;
// System.Runtime.Serialization.SerializationInfo
struct SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26;
// System.Security.Cryptography.AsnEncodedData
struct AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65;
// System.Security.Cryptography.AsymmetricAlgorithm
struct AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB;
// System.Security.Cryptography.CryptographicException
struct CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A;
// System.Security.Cryptography.HashAlgorithm
struct HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA;
// System.Security.Cryptography.Oid
struct Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137;
// System.Security.Cryptography.SHA1
struct SHA1_t242C3C0C91D0CC11FA6F3CB0B06B416A550C6EAA;
// System.Security.Cryptography.X509Certificates.INativeCertificateHelper
struct INativeCertificateHelper_tD8A25EDBF236FAB57F67BCA96463AFF6D53FF7CC;
// System.Security.Cryptography.X509Certificates.PublicKey
struct PublicKey_tBA8234EB603A903FCBBBE67D8247393D4CC8D620;
// System.Security.Cryptography.X509Certificates.X500DistinguishedName
struct X500DistinguishedName_t848C6BCD1C0923D5FF85BCA3804AC3D256DF8199;
// System.Security.Cryptography.X509Certificates.X509Certificate
struct X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2;
// System.Security.Cryptography.X509Certificates.X509Certificate2Impl
struct X509Certificate2Impl_t645108014422F6408EB87390317CD10710F129E7;
// System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono
struct X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5;
// System.Security.Cryptography.X509Certificates.X509CertificateImpl
struct X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313;
// System.Security.Cryptography.X509Certificates.X509CertificateImplCollection
struct X509CertificateImplCollection_t2F7A6E9F160116CE64224D56187C92ECD7FA7242;
// System.Security.Cryptography.X509Certificates.X509ChainElementCollection
struct X509ChainElementCollection_t7098FB9D22CA34D461370C124E598C629BCADBF4;
// System.Security.Cryptography.X509Certificates.X509ChainImpl
struct X509ChainImpl_t34FABF07BEA0CFB6D88717BCDDE0607D9DA13A67;
// System.Security.Cryptography.X509Certificates.X509ChainImplMono
struct X509ChainImplMono_t38D97B22EAE940C6D941DB58282503264F19FA9D;
// System.Security.Cryptography.X509Certificates.X509ChainPolicy
struct X509ChainPolicy_tCA1D9E9842A16ACD71D35E9C36659E3E861D74DD;
// System.Security.Cryptography.X509Certificates.X509ChainStatus[]
struct X509ChainStatusU5BU5D_tA8CCC33D50C4BCF6F657063CD1DACCC3B9A7BFBB;
// System.Security.Cryptography.X509Certificates.X509Extension
struct X509Extension_t223237DF0C323CC455D3A2634D977773D2F3818A;
// System.Security.Cryptography.X509Certificates.X509ExtensionCollection
struct X509ExtensionCollection_t83492D3C69B75EE35B0029F87F9E46CABE49248F;
// System.Security.Cryptography.X509Certificates.X509ExtensionEnumerator
struct X509ExtensionEnumerator_tD857681A1E92F6D18ADCA3710A0176A221D151D8;
// System.Security.Cryptography.X509Certificates.X509Helper2/MyNativeHelper
struct MyNativeHelper_t045BCDC42DCE7A83A80C98AC77C835142040F7B0;
// System.Security.Cryptography.X509Certificates.X509KeyUsageExtension
struct X509KeyUsageExtension_t9F740A60AD6DBEF9B09E946D4D8D67DB882C6E6E;
// System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension
struct X509SubjectKeyIdentifierExtension_t200DBBEB1229862DAA5F56EA352B03D2EDAC4D8E;
// System.String
struct String_t;
// System.String[0...,0...]
struct StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B;
// System.String[]
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E;
// System.Text.RegularExpressions.CachedCodeEntry
struct CachedCodeEntry_t0BA53FFFBCF7D04DF27AD5582E6D0E26D61B9B65;
// System.Text.RegularExpressions.Capture
struct Capture_tF4475248CCF3EFF914844BE2C993FC609D41DB73;
// System.Text.RegularExpressions.ExclusiveReference
struct ExclusiveReference_t39E202CDB13A1E6EBA4CE0C7548B192CEB5C64DB;
// System.Text.RegularExpressions.Group
struct Group_tB4759D0385925B2C8C14ED3FCD5D2F43CFBD0443;
// System.Text.RegularExpressions.Match
struct Match_tE447871AB59EED3642F31EB9559D162C2977EBB5;
// System.Text.RegularExpressions.MatchSparse
struct MatchSparse_t73BEE39B7EBE30B7460558DCA846B704C94B571C;
// System.Text.RegularExpressions.Regex
struct Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF;
// System.Text.RegularExpressions.RegexBoyerMoore
struct RegexBoyerMoore_t37ED99A3CC25068E4D3DE4517835CFFCCF2FA1EB;
// System.Text.RegularExpressions.RegexCharClass
struct RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90;
// System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping[]
struct LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D;
// System.Text.RegularExpressions.RegexCharClass/SingleRange
struct SingleRange_t7B8E395E75FA456AB2834933C1ECA2007EEADEE0;
// System.Text.RegularExpressions.RegexCharClass/SingleRangeComparer
struct SingleRangeComparer_t6E5EF09D774335DD82A76997728AB97761B5984C;
// System.Text.RegularExpressions.RegexCharClass/SingleRange[]
struct SingleRangeU5BU5D_tAB14350EBD5923A7A56245583FE00B16378B6D36;
// System.Text.RegularExpressions.RegexCode
struct RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA;
// System.Text.RegularExpressions.RegexFC
struct RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52;
// System.Text.RegularExpressions.RegexFCD
struct RegexFCD_tCEDC8A19D3317F0856BC21A345C7E57A41FA568E;
// System.Text.RegularExpressions.RegexFC[]
struct RegexFCU5BU5D_tCABE05C26F3229DFDD9C8A86F3BA828C18F02D72;
// System.Text.RegularExpressions.RegexInterpreter
struct RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA;
// System.Text.RegularExpressions.RegexMatchTimeoutException
struct RegexMatchTimeoutException_t78D3102CF3A9DEE18561827EDD878176482A6C7C;
// System.Text.RegularExpressions.RegexNode
struct RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75;
// System.Text.RegularExpressions.RegexNode[]
struct RegexNodeU5BU5D_tB18DB177D95C55B94FF9644849C7D38F5CD12CB8;
// System.Text.RegularExpressions.RegexOptions[]
struct RegexOptionsU5BU5D_tCEBB5AC9D93A04FE8FCBB9E78F6F703149D5C41D;
// System.Text.RegularExpressions.RegexParser
struct RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE;
// System.Text.RegularExpressions.RegexPrefix
struct RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67;
// System.Text.RegularExpressions.RegexRunner
struct RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0;
// System.Text.RegularExpressions.RegexRunnerFactory
struct RegexRunnerFactory_t0703F390E2102623B0189DEC095DB182698E404B;
// System.Text.RegularExpressions.RegexTree
struct RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6;
// System.Text.RegularExpressions.RegexWriter
struct RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6;
// System.Text.RegularExpressions.SharedReference
struct SharedReference_t225BA5C249F9F1D6C959F151695BDF65EF2C92A5;
// System.Text.StringBuilder
struct StringBuilder_t;
// System.TimeoutException
struct TimeoutException_t15A6E9A2A5819966712B5CFAF756BAEA40E3B1B7;
// System.Type
struct Type_t;
// System.Type[]
struct TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F;
// System.UnhandledExceptionEventHandler
struct UnhandledExceptionEventHandler_tB0DFF05ABF7A3A234C87D4F7A71F98E9AB2D91DE;
// System.Void
struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017;
// System.WeakReference
struct WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D;
extern RuntimeClass* ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E_il2cpp_TypeInfo_var;
extern RuntimeClass* ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var;
extern RuntimeClass* ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var;
extern RuntimeClass* ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var;
extern RuntimeClass* ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var;
extern RuntimeClass* CachedCodeEntry_t0BA53FFFBCF7D04DF27AD5582E6D0E26D61B9B65_il2cpp_TypeInfo_var;
extern RuntimeClass* CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var;
extern RuntimeClass* Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var;
extern RuntimeClass* Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var;
extern RuntimeClass* CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var;
extern RuntimeClass* CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var;
extern RuntimeClass* Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC_il2cpp_TypeInfo_var;
extern RuntimeClass* Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB_il2cpp_TypeInfo_var;
extern RuntimeClass* ExclusiveReference_t39E202CDB13A1E6EBA4CE0C7548B192CEB5C64DB_il2cpp_TypeInfo_var;
extern RuntimeClass* Group_tB4759D0385925B2C8C14ED3FCD5D2F43CFBD0443_il2cpp_TypeInfo_var;
extern RuntimeClass* Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var;
extern RuntimeClass* IDictionaryEnumerator_t456EB67407D2045A257B66A3A25A825E883FD027_il2cpp_TypeInfo_var;
extern RuntimeClass* IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var;
extern RuntimeClass* Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43_il2cpp_TypeInfo_var;
extern RuntimeClass* Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var;
extern RuntimeClass* Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var;
extern RuntimeClass* InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var;
extern RuntimeClass* LinkedList_1_t44CA4EB2162DC04F96F29C8A68A05D05166137F7_il2cpp_TypeInfo_var;
extern RuntimeClass* List_1_t560DEF47D3A9D65449EE74779102DDD3BF7B6724_il2cpp_TypeInfo_var;
extern RuntimeClass* List_1_t85142A16ADC23C13E223599A626015FD40FF076A_il2cpp_TypeInfo_var;
extern RuntimeClass* List_1_tA5CDE89671B691180A7422F86077A0D047AD4059_il2cpp_TypeInfo_var;
extern RuntimeClass* List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_il2cpp_TypeInfo_var;
extern RuntimeClass* LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D_il2cpp_TypeInfo_var;
extern RuntimeClass* MatchSparse_t73BEE39B7EBE30B7460558DCA846B704C94B571C_il2cpp_TypeInfo_var;
extern RuntimeClass* Match_tE447871AB59EED3642F31EB9559D162C2977EBB5_il2cpp_TypeInfo_var;
extern RuntimeClass* MyNativeHelper_t045BCDC42DCE7A83A80C98AC77C835142040F7B0_il2cpp_TypeInfo_var;
extern RuntimeClass* NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var;
extern RuntimeClass* NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var;
extern RuntimeClass* ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var;
extern RuntimeClass* Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137_il2cpp_TypeInfo_var;
extern RuntimeClass* RegexBoyerMoore_t37ED99A3CC25068E4D3DE4517835CFFCCF2FA1EB_il2cpp_TypeInfo_var;
extern RuntimeClass* RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var;
extern RuntimeClass* RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA_il2cpp_TypeInfo_var;
extern RuntimeClass* RegexFCD_tCEDC8A19D3317F0856BC21A345C7E57A41FA568E_il2cpp_TypeInfo_var;
extern RuntimeClass* RegexFCU5BU5D_tCABE05C26F3229DFDD9C8A86F3BA828C18F02D72_il2cpp_TypeInfo_var;
extern RuntimeClass* RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52_il2cpp_TypeInfo_var;
extern RuntimeClass* RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA_il2cpp_TypeInfo_var;
extern RuntimeClass* RegexMatchTimeoutException_t78D3102CF3A9DEE18561827EDD878176482A6C7C_il2cpp_TypeInfo_var;
extern RuntimeClass* RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75_il2cpp_TypeInfo_var;
extern RuntimeClass* RegexOptions_t9A6138CDA9C60924D503C584095349F008C52EA1_il2cpp_TypeInfo_var;
extern RuntimeClass* RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE_il2cpp_TypeInfo_var;
extern RuntimeClass* RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67_il2cpp_TypeInfo_var;
extern RuntimeClass* RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0_il2cpp_TypeInfo_var;
extern RuntimeClass* RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6_il2cpp_TypeInfo_var;
extern RuntimeClass* RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6_il2cpp_TypeInfo_var;
extern RuntimeClass* Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_il2cpp_TypeInfo_var;
extern RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var;
extern RuntimeClass* SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var;
extern RuntimeClass* SharedReference_t225BA5C249F9F1D6C959F151695BDF65EF2C92A5_il2cpp_TypeInfo_var;
extern RuntimeClass* SingleRangeComparer_t6E5EF09D774335DD82A76997728AB97761B5984C_il2cpp_TypeInfo_var;
extern RuntimeClass* SingleRange_t7B8E395E75FA456AB2834933C1ECA2007EEADEE0_il2cpp_TypeInfo_var;
extern RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var;
extern RuntimeClass* StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B_il2cpp_TypeInfo_var;
extern RuntimeClass* StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var;
extern RuntimeClass* String_t_il2cpp_TypeInfo_var;
extern RuntimeClass* TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var;
extern RuntimeClass* Timeout_t148C37C092EAF5AFCE1D0C06481466A5F88E4C04_il2cpp_TypeInfo_var;
extern RuntimeClass* WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D_il2cpp_TypeInfo_var;
extern RuntimeClass* X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5_il2cpp_TypeInfo_var;
extern RuntimeClass* X509Certificate2Impl_t645108014422F6408EB87390317CD10710F129E7_il2cpp_TypeInfo_var;
extern RuntimeClass* X509ChainImplMono_t38D97B22EAE940C6D941DB58282503264F19FA9D_il2cpp_TypeInfo_var;
extern RuntimeClass* X509Extension_t223237DF0C323CC455D3A2634D977773D2F3818A_il2cpp_TypeInfo_var;
extern RuntimeField* U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291____CCEEADA43268372341F81AE0C9208C6856441C04_12_FieldInfo_var;
extern String_t* _stringLiteral00043976A6328A4F6423C494ABBADACF9694D76C;
extern String_t* _stringLiteral012188FF30E550CBC8ED3D1F02908A32FCEAB317;
extern String_t* _stringLiteral02AA629C8B16CD17A44F3A0EFEC2FEED43937642;
extern String_t* _stringLiteral030CC789F197B01DD659899C6719783EFC549DB4;
extern String_t* _stringLiteral033BEF0EF39BDBD7575B103D78CE1A567AFDDE46;
extern String_t* _stringLiteral03C67F7FD149A5094D99CB08D21C08084AEB86C4;
extern String_t* _stringLiteral041CC95B2AA080075D8FF5FD4AAF5A13AAC80575;
extern String_t* _stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9;
extern String_t* _stringLiteral076D3A969F2D77D87A40ECF98C5AAAF534BE062E;
extern String_t* _stringLiteral07CADF8FD854F774DCE0B366CAD6A777085CBB35;
extern String_t* _stringLiteral08A8818CA22363788BDFF1100E85AFF4E1325961;
extern String_t* _stringLiteral08D66F6BB028C459BB978DE8E4851973FF1E5F4C;
extern String_t* _stringLiteral0943A964E2F1E68B54EF958F4FAB7D873DA06263;
extern String_t* _stringLiteral09C08AAF06DE87535D2F2B5AA91CB5C17D18775F;
extern String_t* _stringLiteral0B85F14FA99CA19D173A463217A813AB4FE5AD81;
extern String_t* _stringLiteral0C79D7F4EAFA95B62B6F98C26464CBFE8FB9434E;
extern String_t* _stringLiteral0D2E3E28908539BA5AC033A03F4D4A22F2499E6D;
extern String_t* _stringLiteral0DC329B31C566E4C9D644E5434C848E3D94C2BB7;
extern String_t* _stringLiteral0DD4D16C33153BCBA48C6A621D4CDDA514BF9910;
extern String_t* _stringLiteral0E356BA505631FBF715758BED27D503F8B260E3A;
extern String_t* _stringLiteral0ED1738CD00FADC36F26C6A584D5BB4228A8E2D7;
extern String_t* _stringLiteral0FFFEF50EF3CDF7E5EB79F6173C366B449FCA691;
extern String_t* _stringLiteral10118C5852C525FA60183BE2C27CB87D5AF2E3FA;
extern String_t* _stringLiteral10549CCFC62466A590924927A0CB747AF946753A;
extern String_t* _stringLiteral121CE963D38B0A8FB91B5ABE831CBEBF5217CD2A;
extern String_t* _stringLiteral13B7588C753CC5CAB4277441AC6B2F213922EF5E;
extern String_t* _stringLiteral140F86AAE51AB9E1CDA9B4254FE98A74EB54C1A1;
extern String_t* _stringLiteral142BE80B713078C36D7C03E49B3E7FAD0B862B87;
extern String_t* _stringLiteral1489F923C4DCA729178B3E3233458550D8DDDF29;
extern String_t* _stringLiteral14D541C76C900C8AB1AF5E7ADCD5408A262CADAF;
extern String_t* _stringLiteral1617FB4F6E913593D04F0EE97D38AE50991CA525;
extern String_t* _stringLiteral16B4EC4AD87928FD3495D92879DDC0C678637F50;
extern String_t* _stringLiteral17032E8C622EE546560AD98D01C5D846832C126C;
extern String_t* _stringLiteral17150BAF904D70ACB12D05C97E08918A38FFC11E;
extern String_t* _stringLiteral18491700FF2059F9E1DD53ED2F72D1611CE4D093;
extern String_t* _stringLiteral1920DC29EFA05D07C2A609FB2E2DFAD7E83A25C6;
extern String_t* _stringLiteral1A637CD697D15C58CDE5B76227ACD80F10FD3692;
extern String_t* _stringLiteral1BAB5F36CF09336EB8277892A830B4325229E1EC;
extern String_t* _stringLiteral1BD5E2A3428E91A533AC96C45CD8323B16CE78E1;
extern String_t* _stringLiteral1CDDD8E6F160F9C012AD14047EB479084FE64DDB;
extern String_t* _stringLiteral1F42E783B99E594371E3D4A27C910A6A7B7672E2;
extern String_t* _stringLiteral1FD6A880EE16BB33003559B204F8A2CFF5A9E90C;
extern String_t* _stringLiteral20247CE7667EF6CDC5F2A89265073BF6CEEA002B;
extern String_t* _stringLiteral20C872AD4351B6D5C3307EA5986ECDCF9729F4C7;
extern String_t* _stringLiteral230A5FA2BCF41389A0C35C6A3BB2C8848C9FA8A3;
extern String_t* _stringLiteral237DC4795D62A205673C5DB94D625A34861EB3F9;
extern String_t* _stringLiteral2547CC736E951FA4919853C43AE890861A3B3264;
extern String_t* _stringLiteral25C52427B3DD3F8AD6548D593A69505C3824D4DE;
extern String_t* _stringLiteral26618A66A21DFD8626E341D835F7630AA0C74965;
extern String_t* _stringLiteral26C0CA793E8F7074D3F8C82877440040DBF9523B;
extern String_t* _stringLiteral2915464199BA69347518A515EDE14187A32E3CBE;
extern String_t* _stringLiteral2957418316B6E75C76EAAE50A2E76D28800F5253;
extern String_t* _stringLiteral2AD118F235F6D7BB7D2B4E78A2B4AACFA58D8991;
extern String_t* _stringLiteral2B020927D3C6EB407223A1BAA3D6CE3597A3F88D;
extern String_t* _stringLiteral2BB4A38F4CB59A85460023F57DC18435B15D9360;
extern String_t* _stringLiteral2DBAD7B34D9B54A152AA043037041DBD82FF370B;
extern String_t* _stringLiteral2DCFA033F1D6D1BBA5AF00A77C2333B2F7D0C6D8;
extern String_t* _stringLiteral2DF1041A95537E5BEE7D4DC2857184BA986D8967;
extern String_t* _stringLiteral2E2BE5257824AFF94F57FE483D77B9EAC8926F0E;
extern String_t* _stringLiteral30176D1DF082643794B0293544F3002673F9B2E5;
extern String_t* _stringLiteral310DF6D211B653EB3B02E919C47759823B482A8D;
extern String_t* _stringLiteral32096C2E0EFF33D844EE6D675407ACE18289357D;
extern String_t* _stringLiteral3212F5C806FB638316BCA27063142FA36EA7CEFE;
extern String_t* _stringLiteral33122051EE76B9E34BD7DFA96CE488FBB488EC46;
extern String_t* _stringLiteral3333FD131DF99E8A1C7D44FB00858E7FCBC049DB;
extern String_t* _stringLiteral33C00FBC6CB5909526FA4A0D96FD96416AF07C9A;
extern String_t* _stringLiteral33CA0EF02222A14CF239BB58EA66FC2CA0805C36;
extern String_t* _stringLiteral33CC8376031F8613B871248FD867D8034D14B008;
extern String_t* _stringLiteral33E9DF3F5DECF303BDCB7100A74AD1AF632CFCF3;
extern String_t* _stringLiteral35175076C72C31FD517A5A9C6D72204F71D15DC7;
extern String_t* _stringLiteral356695FA742EA2A78D7FCB97E27A26B9E2710412;
extern String_t* _stringLiteral359961EAA1A2004595DEAC4737856E9C5DF21C41;
extern String_t* _stringLiteral361E457930315A17A81FCBAE76F4F926F06F68F6;
extern String_t* _stringLiteral364E0E673E267D4F8D5D0760D427918317B59713;
extern String_t* _stringLiteral38CEDEFB32792B042199E5C83D740B46021AE4C4;
extern String_t* _stringLiteral3ACC045DEA77304171E5CDDD57463C65AD5284E1;
extern String_t* _stringLiteral3BCFE43272FF00B26FF57CA7051731D00EE31778;
extern String_t* _stringLiteral3C363836CF4E16666669A25DA280A1865C2D2874;
extern String_t* _stringLiteral3D07C72A1FFA2844C48FE44C6868499B1E36BD8D;
extern String_t* _stringLiteral3D54973F528B01019A58A52D34D518405A01B891;
extern String_t* _stringLiteral3DA56F12E5BC2255D20DC79184372F3595149B55;
extern String_t* _stringLiteral3DF68B541F6874E6A82BCCD532ACC6AE1600CFBD;
extern String_t* _stringLiteral3EBA3A42EB097497EF7424DEBC7D82B1A111944D;
extern String_t* _stringLiteral3F096541A26B4800990ADE37FF48BC9849B9D3CC;
extern String_t* _stringLiteral40893F80950A147EF75620DE529E537080333A03;
extern String_t* _stringLiteral408EDAA63799F345612E223796F565B84B575E16;
extern String_t* _stringLiteral40D6660E437B349BDCACF2F3E77734577C86A86D;
extern String_t* _stringLiteral41C28ADD45AE1DD33C30FB4B535990E24FFCD04D;
extern String_t* _stringLiteral421729898E7E5DC143AC3B23F368801822C9668D;
extern String_t* _stringLiteral42227F2205B949175831031457EE63C9683603D7;
extern String_t* _stringLiteral434D9224A8C9F03FC97EE58751284D8B0C7CF53F;
extern String_t* _stringLiteral43EF571EFB98FF00CF08D7D774D69B371FBA7F7D;
extern String_t* _stringLiteral4510C4976EC735265CADFED669ED4A3607927477;
extern String_t* _stringLiteral4735BF723A7664AEE7EC7F25D21CA35B0C755893;
extern String_t* _stringLiteral4778172AEACFFA92386D438E12A1545F0611BE5A;
extern String_t* _stringLiteral479BFBC6DD3EE469FB58495F6958382825493DB5;
extern String_t* _stringLiteral485A6443C9B44DEFB4F773365D57508DACBBBA9B;
extern String_t* _stringLiteral488702C2A298F88DD6DD75D720626C90215C7EC9;
extern String_t* _stringLiteral4A5644856F6BAE3272D249B870EE1B14BEB50765;
extern String_t* _stringLiteral4A9A33AC8D883A4C18B6F731B22AAA5230587767;
extern String_t* _stringLiteral4B9B443D85FEDDD1FF96C92209A0DF6A119DCC91;
extern String_t* _stringLiteral4B9C264F786B4014D7FFD19173921EF200F84B2F;
extern String_t* _stringLiteral4CF2CC5419330915CEB88F803DA616DF3E656FB1;
extern String_t* _stringLiteral4D15F5897A2076A3AB1173688673454D7ED53DD6;
extern String_t* _stringLiteral4D8CC88B18058E18F2B93C1E332DD786E4B0B554;
extern String_t* _stringLiteral4DC7CBA13BB996BE0304A0B29E61A034D13DE2E0;
extern String_t* _stringLiteral4DD2D83410062286116BFD3474723788CE66B385;
extern String_t* _stringLiteral4E3E1989BD70B0AAA0860F3D443EB76AD16062A0;
extern String_t* _stringLiteral4ED451ABF1E022093C12B9A0650895A5E8D192EC;
extern String_t* _stringLiteral4F6E1A251C111C243C2739279DF7139825ADB3A2;
extern String_t* _stringLiteral4F7E46CDD9BB9234AEAB6B9B3EFD4EE4FB10EF4D;
extern String_t* _stringLiteral4FA6E39E438225C6A038D126D676B07E4F2379F3;
extern String_t* _stringLiteral4FC4E30C2CBADFC52FD1EBCDC1698C99D6935A2C;
extern String_t* _stringLiteral511993D3C99719E38A6779073019DACD7178DDB9;
extern String_t* _stringLiteral513F8DE9259FE7658FE14D1352C54CCF070E911F;
extern String_t* _stringLiteral51411AA980B1FC536127B2AD14DB3F189AA06DFA;
extern String_t* _stringLiteral5178F20D0E2CB031A44676EF1781FA20D09FB309;
extern String_t* _stringLiteral525EF7D95B5A4832C2D1A5A62E6EF522EDC89CFA;
extern String_t* _stringLiteral54AAF226D8BABFCDB84FA762F279ACA64C815F6C;
extern String_t* _stringLiteral54C1511E7A8E672D71A6D1EE46DA26F65CEAACEA;
extern String_t* _stringLiteral556E76ACF2801676A36E857E0CDFA4D1DF115E4F;
extern String_t* _stringLiteral55CABACE10EB2FB44A02BC1A8B364364B35F6F5D;
extern String_t* _stringLiteral56326BF1610164D56CE4916BE7C7F1994F1BD28A;
extern String_t* _stringLiteral5633F83512C43C6456260610345D94EBB6DBE9D5;
extern String_t* _stringLiteral5673719E82D0CEA7E5290D4CB5DB9831EA891646;
extern String_t* _stringLiteral56AE6BE9E1B987DCC497E899C7238FE8B497652D;
extern String_t* _stringLiteral59009E16B24A52CB6F9CD6BD28D918179F23C9DF;
extern String_t* _stringLiteral5900F0482262F89324FD1D5199529E2C62C06DF4;
extern String_t* _stringLiteral598D9BB131BC528B36A1CE6B6110602FF317D373;
extern String_t* _stringLiteral59A0573B547F09F87025C313A0AB86CC184A5841;
extern String_t* _stringLiteral5A9BDD5CFA23AE28020B1F7D4BD0B1752A8013D8;
extern String_t* _stringLiteral5B4D28A822B3CD256E81F3CE34339CA9E845DA04;
extern String_t* _stringLiteral5BA93C9DB0CFF93F52B521D7420E43F6EDA2784F;
extern String_t* _stringLiteral5C6DAD1BF8551ED12372D263EA33F440A2C504B3;
extern String_t* _stringLiteral5D4C108483D0FA858B671C20CFFF0B39073C810E;
extern String_t* _stringLiteral5E57A5A42BF8F51695956BD651F03E329A1B03E4;
extern String_t* _stringLiteral5FC6912968B580CBC935AB64A68BEF846F2F06EA;
extern String_t* _stringLiteral5FFBFF4EE7D441E45F9A598BFD6926D2AFA205CE;
extern String_t* _stringLiteral6047CE6A6A7401DAF8AF71C695394C2DF2C02C27;
extern String_t* _stringLiteral614214803652F15AB3FDE9560417450D621BF125;
extern String_t* _stringLiteral628F5477712B5AE5C9D63BA955CBAF4118EB7D5B;
extern String_t* _stringLiteral632F650A3619BA82E9EA3AB663B8072ADC19543B;
extern String_t* _stringLiteral636A08DFA14A98089B39B4A569067B4355227594;
extern String_t* _stringLiteral6461E0B9D85C894A91C5DFA0D5301CA89874CB43;
extern String_t* _stringLiteral64A2E3E9BC5B4CD297D23DE932339BB6C474455F;
extern String_t* _stringLiteral64FFD48EDAED09BB0328E84E7A12E2408529604C;
extern String_t* _stringLiteral6577915AC9535E930C218262F0E6FB21BA245102;
extern String_t* _stringLiteral65AC73B26D31E844F4BBA4FEB8684146E0064165;
extern String_t* _stringLiteral65CA20146BC24C49D9374A5FBC81B8D6014A4074;
extern String_t* _stringLiteral65E7FE0C44C60EDB956554B8A36444EA2A51ADC0;
extern String_t* _stringLiteral662CB4A2BD7D633921DBCA8A7D42F872AF7C9656;
extern String_t* _stringLiteral663C668EF5BEA006563C30A7065DCC1C6992A531;
extern String_t* _stringLiteral67C59F273F2343A1D6AC572D7BE8339E085990EA;
extern String_t* _stringLiteral683B58598B8D1BA70B9FBB9D6B2EE9E5DFE9ABB4;
extern String_t* _stringLiteral6BE404C28A20A755971361AB2D7B6240B4EE20E2;
extern String_t* _stringLiteral6C6861E6F21848240AB23BA5204A4B2C70B4E1FD;
extern String_t* _stringLiteral6CC502EBC65EC7087BBA914C0935C7A0A28C2E98;
extern String_t* _stringLiteral6DB904CE39C7C5316F12125F42B42A95F9C49E67;
extern String_t* _stringLiteral6DB95B5A678B6FFFA79DD8E2020A85853E996D2A;
extern String_t* _stringLiteral6DCD3D8C351FA69D616AB5CD5AD348702B5DEA27;
extern String_t* _stringLiteral6DFEC86E9886EAAA3DFB5C3732FCB6FE972B56FD;
extern String_t* _stringLiteral6E9C28B5A7BFE39A594A67FDCB3A699447C25D9E;
extern String_t* _stringLiteral6EDC5776434EC52F3FB04BB63ECB95308009B85B;
extern String_t* _stringLiteral7252C386E4AEB1C9009CC8150D5663353DE9C456;
extern String_t* _stringLiteral73236C17881CB97D565378B7B89FFB8D8BD759DA;
extern String_t* _stringLiteral73E71B3FD3E714C076D1BA5FE81032CBA535F13A;
extern String_t* _stringLiteral7515A108EEFA823D6F05A4CD0432E134D51A8BD0;
extern String_t* _stringLiteral752E2A6294E1C5F0300FB8671CF40DC98FD5BA7A;
extern String_t* _stringLiteral76A62826607C85765E35F282CD82DB5A3E6BBE06;
extern String_t* _stringLiteral76C12996AB7F597D7131FE2F4F2142B5C9C62C64;
extern String_t* _stringLiteral77C8E429D8FC4A7837F88B5E7EF5A24F409EC8DF;
extern String_t* _stringLiteral789F138E78431281755D75EE71131C5C786BA53D;
extern String_t* _stringLiteral7A15E3C35643EC9CE81F0D068C0058ED00FE6913;
extern String_t* _stringLiteral7C45C479AB2DFDE8BB14C4C865EFD6DDE5FF2D12;
extern String_t* _stringLiteral7C851A6074827066066F89C92CD2D067FFD52CA0;
extern String_t* _stringLiteral7C936CB8BB3CD67E505A5752510C58F1FD99BBFF;
extern String_t* _stringLiteral7CACCD807C9BB9FFB303BCC3D6E7856C07AD5FF0;
extern String_t* _stringLiteral7CE3767FFF6B702E24988F564919AE2325FB8834;
extern String_t* _stringLiteral7D5275D04C5C1EAD3F8943E1C086C64AE0D87D2E;
extern String_t* _stringLiteral7D698DCA3242E4AADF47120A70CB581088886E75;
extern String_t* _stringLiteral7E4B062C9DF92C18899E0D640BF2C977C25AC1C4;
extern String_t* _stringLiteral7E58607964DDE53F3DAB2F9836E6DB950163FAE5;
extern String_t* _stringLiteral7E63E1B832E26D259C3EA35BD0D06DFAA210B481;
extern String_t* _stringLiteral812D85256DB3774EB6008CE7581C53E018DD4D12;
extern String_t* _stringLiteral816C52FD2BDD94A63CD0944823A6C0AA9384C103;
extern String_t* _stringLiteral819FADFDE6F72BF2F1866F9B0E2C5B31E28245F8;
extern String_t* _stringLiteral83494AD8877B8C8446E8EF917AEFA1FBA80615E9;
extern String_t* _stringLiteral840FC173CA042A8D39905084E3EA76CD99E20548;
extern String_t* _stringLiteral86ED1180176876FD3A445199EE67387CC8BE8579;
extern String_t* _stringLiteral8750EC9DDFE293CD1DC39B4245C21C270F8F52B7;
extern String_t* _stringLiteral876937588007BFABF56C59079802432F0CDC4E8F;
extern String_t* _stringLiteral87C4F9503660F010ADB8B41EA8B3783C50A96BBE;
extern String_t* _stringLiteral89C587E16D1003547B2F351861B15C74217CC5FE;
extern String_t* _stringLiteral8A2B4D02241E2610A067D2BD7CBA6BA52A5AECAE;
extern String_t* _stringLiteral8A4E4B75D5293F9612862C74A612D3CEB0466EA1;
extern String_t* _stringLiteral8A73B4FD43DDEFC1F4677845F8F9F64DB3522EA8;
extern String_t* _stringLiteral8AF7C9AF85339B3F6361AF21D23E1195D251531E;
extern String_t* _stringLiteral8B495CE160E04893479FFFBF17E450FC03B77A2D;
extern String_t* _stringLiteral8B8D944BB6FD877A48504A5ACDAD78244B8EA326;
extern String_t* _stringLiteral8B98B6F307636598C3A30FC81F16F30711CBB93C;
extern String_t* _stringLiteral8BEBC0201F507282D15377A7C1C1B54D15C90AFB;
extern String_t* _stringLiteral8D39B08893191A61DE5487A71B3AE48E722DC4DC;
extern String_t* _stringLiteral8D923CAE0AA8816ECBF4501441C955A9E9F30FAA;
extern String_t* _stringLiteral8E477F4535699716835590CE85EB8C9786148948;
extern String_t* _stringLiteral8E5BDE1667C38B58432E041E2E1A4C1C13949822;
extern String_t* _stringLiteral8FFE8E2DD6F0619D3D4B3B45FB0AFDCDA3F1CD9E;
extern String_t* _stringLiteral909F99A779ADB66A76FC53AB56C7DD1CAF35D0FD;
extern String_t* _stringLiteral91575E88330CA0A393B09DF24C2F9572B830580F;
extern String_t* _stringLiteral91CC2E927B3BFB1D4477B744F7C70221DDB86EF1;
extern String_t* _stringLiteral92F771532F13AA7F160F3E143905FA6B49BCE934;
extern String_t* _stringLiteral9418751A4D0F5FDAAD90C769D3AB434BD860A536;
extern String_t* _stringLiteral943032987EB3D17F50DF838A94ABB02BB5377FE0;
extern String_t* _stringLiteral94563EC383E29AA3743ABD9B337B2E084FB199FB;
extern String_t* _stringLiteral95368E44D760A156C785F12597CBF0C086A55DDF;
extern String_t* _stringLiteral9552773249DA4FE207E8BF1FF0FB9FD855F56A8C;
extern String_t* _stringLiteral9603FB9BA748E9B37640B32BE0552AC3D1EF5315;
extern String_t* _stringLiteral9608C7A052E59E495459C913FE341AEA207456C7;
extern String_t* _stringLiteral96580AD37BB0A4BB6FFEBE654F3FC8A3986B32C8;
extern String_t* _stringLiteral96CD1FE618183ACDFF1969311FDF33626B7197FB;
extern String_t* _stringLiteral9769E683E7C3DA1098E2AE04DE87AE6A7C420E50;
extern String_t* _stringLiteral98E3BC826FE567095D9A591BA551FDA31B24004C;
extern String_t* _stringLiteral99A9351566B185954A4432B782E4735440611035;
extern String_t* _stringLiteral9A4E9A271841EA6CC3DE68FAD50C35AEAAF2DD0D;
extern String_t* _stringLiteral9A53B0819E7B65CEBDD2F94AD43011AC678D3FC3;
extern String_t* _stringLiteral9A78E5FB40960A4633C8932211682BEBBD6D7886;
extern String_t* _stringLiteral9AF04929DBB837F665A10A968E5DDF32830B2B68;
extern String_t* _stringLiteral9B5C0B859FABA061DD60FD8070FCE74FCEE29D0B;
extern String_t* _stringLiteral9B7B11D44785F46EC438A1DACE13B57C95D3D6AE;
extern String_t* _stringLiteral9BCE3FC5921AED2BA30D9BEACC4E2FFD987D65CC;
extern String_t* _stringLiteral9CB84B931F111A33A162ECF165ABB56EA6D79DB7;
extern String_t* _stringLiteral9E78AD07518A6E28009B3B860046275A6E27ED39;
extern String_t* _stringLiteral9ED772844C9D1F114F58373A6BC677069B2301FC;
extern String_t* _stringLiteral9F1ABCE5C42FE077C729D9B8422A164BC5281E96;
extern String_t* _stringLiteral9F2395ADE887BFAF9FE766D212ACB1F61E06E540;
extern String_t* _stringLiteral9FEE81E4E910A89DEBE955960FAD9B8A1A90968C;
extern String_t* _stringLiteralA076E7122180C335EF1D7E52284A3B20F914E75C;
extern String_t* _stringLiteralA105D5E534BE1A5E3E3760D1CF45298EAB08B182;
extern String_t* _stringLiteralA13438854ACEABF5A965C5BD61F9C40684610DB5;
extern String_t* _stringLiteralA22699EF79FE8EFB224EFAF877ED8B365A9CDD8B;
extern String_t* _stringLiteralA284E76864EDE1D71CFC9CC32608861C9DAF0E4D;
extern String_t* _stringLiteralA2C516F3C39CD262053568C43C5384924EE51FE4;
extern String_t* _stringLiteralA5580D7B0B21E7AEC1D94C74C46BAD95B1082199;
extern String_t* _stringLiteralA62F2225BF70BFACCBC7F1EF2A397836717377DE;
extern String_t* _stringLiteralA7EF4C7E2F35EA53C71B44A8E4AF3B56343B8A36;
extern String_t* _stringLiteralAA09C388C34CF2CDE695214F13C30563650AD4D9;
extern String_t* _stringLiteralAA3B6892A449690D222A07B26FEAD5559C82F7CA;
extern String_t* _stringLiteralAAFADD8EB445D53B2662360DE4CC04D108EAF802;
extern String_t* _stringLiteralABF56784F7FED14D64AD4DA07A1E6E189F2C9720;
extern String_t* _stringLiteralAC606B1FB13787BBC4B959AF6C39F1C3684AA734;
extern String_t* _stringLiteralAD12F20BF596AC609168D65BA04B0CFB3678D536;
extern String_t* _stringLiteralADD3ECEEA4E9FFA106A663410907BA421D8B9F58;
extern String_t* _stringLiteralAE57F98F40C8F9FC77DBC88737DC98E544082654;
extern String_t* _stringLiteralAE5B80AF8AC216957A02D1B216C3DB5C0E547D1A;
extern String_t* _stringLiteralAEA4161C704CBAE70375999C4BFE2AE3B29ED465;
extern String_t* _stringLiteralAEE7DF21CD0CAA4719279E426D19558258A317FE;
extern String_t* _stringLiteralB13C6D0D0E3A4B51B2B8AFE06D44E767630D6683;
extern String_t* _stringLiteralB167634812D5526DA26EA64B58DEAF70F077511E;
extern String_t* _stringLiteralB32B2139C9E00C4FFCB51B3AA6D855BFB69FB108;
extern String_t* _stringLiteralB36759543E7E01F488A0AED0E5B4A5D72B8AD507;
extern String_t* _stringLiteralB44B82A4BC6C35F6AD5E9FCEEFEF9509C17FBA74;
extern String_t* _stringLiteralB5034C4CB6E7781F4F1616341F8F6731B9BCA6E2;
extern String_t* _stringLiteralB51A60734DA64BE0E618BACBEA2865A8A7DCD669;
extern String_t* _stringLiteralB56254487F4E1CC5223B97E59B495CF0520ECCF5;
extern String_t* _stringLiteralB6589FC6AB0DC82CF12099D1C2D40AB994E8410C;
extern String_t* _stringLiteralB6E764B1DB4BF9F2C915C050B759EC135319BE16;
extern String_t* _stringLiteralB72124AAFA40A0E78629E12120D9ECEB67B4A0B9;
extern String_t* _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6;
extern String_t* _stringLiteralB8DA36A78323FCE6BCC06FC965532303B53C06EB;
extern String_t* _stringLiteralB8DB2C8838DFAC536F8EE92A31089045C400CC56;
extern String_t* _stringLiteralBAB070FB39525B32303448328063AEC58B043797;
extern String_t* _stringLiteralBB5CF318FFA3931019AF265B70DC5E1329293274;
extern String_t* _stringLiteralBCEC622AA695228F0FE7070FE258BC92DDE4530C;
extern String_t* _stringLiteralBE47A2AED86F79A6079D5CC5A73A79CD8F65497C;
extern String_t* _stringLiteralBEB822B7A963EF85CE5EAEF9FA6E2ED951047F53;
extern String_t* _stringLiteralC0C9DAD2C642C24EAE7D635AB457CC493E1789C6;
extern String_t* _stringLiteralC0CB43F16A23BD75198CEF3BCE2ED76753F83BA3;
extern String_t* _stringLiteralC14D57D51959649C25873DBCE158CA69B79E4920;
extern String_t* _stringLiteralC1BC05BBA4B2D063BEEE1A9EE5FF47F1885B06BA;
extern String_t* _stringLiteralC1D30F87AE561886ED5E73AA48F92B4A8BD61D4F;
extern String_t* _stringLiteralC2EB6A77718DA8A30B1A2D520971A0A9469A6C69;
extern String_t* _stringLiteralC37639DFDF7CC27CCA31E858B808FF86A71946D0;
extern String_t* _stringLiteralC42AC1C46F1D4E211C735CC7DFAD4FF8391110E9;
extern String_t* _stringLiteralC443E4E3A705F2EC8C20869F4B1D29892F22C2B4;
extern String_t* _stringLiteralC4AF1225854F0E1070FBB1393361287362004F9F;
extern String_t* _stringLiteralC4DC697E6B1DE110E2C24CCC2C69DDC45E4CBACA;
extern String_t* _stringLiteralC50D3019796378EB36BF6AD78B47C40631C2263B;
extern String_t* _stringLiteralC63AE6DD4FC9F9DDA66970E827D13F7C73FE841C;
extern String_t* _stringLiteralC6408AADAC66E0467449476E1AAA8DDC1503D0D6;
extern String_t* _stringLiteralC6DCC54FCCAAAC0AA491DFE31A666D46500257CD;
extern String_t* _stringLiteralC6F7C6CBDF721BC886DC1FC41048F85EFFFA301B;
extern String_t* _stringLiteralC748F6BF5E1C711F3953075FB4915172989C940B;
extern String_t* _stringLiteralC75ECC6BB7F855EE85104D2634D0B99BFEEA94DD;
extern String_t* _stringLiteralC7E901C90D6C91B4F16AB1D819951AD2B01A1A01;
extern String_t* _stringLiteralC842E9E9BC835B364523756986E087621D98DDA0;
extern String_t* _stringLiteralC9B2EF049E2A57BDA63FD1CC78251CE6A2187E99;
extern String_t* _stringLiteralCA19018300A3B0FF424D0CABFA2B721708F757B0;
extern String_t* _stringLiteralCB7D18A3DE022DE7856DBB9211C906CF6EA6C024;
extern String_t* _stringLiteralCB8A907ED9D3CEC7287F4865FEE68FBBF54D9B47;
extern String_t* _stringLiteralCC28B16F44C9CCF74F8673C1F2F9FE043478CBF1;
extern String_t* _stringLiteralCD0127EB6B9B241442209185680A4E8E5143C583;
extern String_t* _stringLiteralCD88045D2280A8EEDDEBB30D8141C39960321C19;
extern String_t* _stringLiteralCE4F00DCF15827148F70940F86B31D17B769012A;
extern String_t* _stringLiteralCE85A8FC395C3B6E55C18ECCBCCEBDE35E1BB9B3;
extern String_t* _stringLiteralCFBC8954382A4DF44FE784B256BAC29AA2134580;
extern String_t* _stringLiteralD160E0986ACA4714714A16F29EC605AF90BE704D;
extern String_t* _stringLiteralD21048C5C5B019FA0A181ABA5C8DC41BEE59E376;
extern String_t* _stringLiteralD381BDA9CB0370F982407A59191C409C40413EA2;
extern String_t* _stringLiteralD3BC9A378DAAA1DDDBA1B19C1AA641D3E9683C46;
extern String_t* _stringLiteralD43134CB1CE397F6BCEB0059EDFFA36BB6FDCEE5;
extern String_t* _stringLiteralD4D92782844D975B0E255C79A337031C84BC0667;
extern String_t* _stringLiteralD5F9C21C99112B45FCDA3CF11F007139BCFAA480;
extern String_t* _stringLiteralD832A9307946596F4B7B3F2247DE3A53F8AE6118;
extern String_t* _stringLiteralD839D4E37183044EF107DACAFBA4DF7CA6B73124;
extern String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
extern String_t* _stringLiteralDC4A89AA5C534F1A1632515F0858C939406FDBFF;
extern String_t* _stringLiteralDC7E758198DBAE0B7C136A3BB50512345DE650F5;
extern String_t* _stringLiteralDDD01AACD170EE422605264C381A75DEA8DAF21F;
extern String_t* _stringLiteralDE4FF789F2A4440D352659C07F74787AEEDD0601;
extern String_t* _stringLiteralDE59D3DA0A1D06D85277BE2C6107285650210E6B;
extern String_t* _stringLiteralDFA822A04B49A6FE715B4861FDFF466D8743ACBE;
extern String_t* _stringLiteralE0E7716472245FC881A4819E6CAC24AD37D88646;
extern String_t* _stringLiteralE1CC984EAFC9ECD8BEEDCD28C4B86632AE4909AD;
extern String_t* _stringLiteralE42A2AE79C44F6C75DB6057D786A7182CCC5F053;
extern String_t* _stringLiteralE43C82DE373418F9ECCD9D4326F1B0B7A415DB6D;
extern String_t* _stringLiteralE4A82DF02CA832EB8CB92BF50470A7D98C5C8F16;
extern String_t* _stringLiteralE4D1E574B444598D5F2D69D5925381CD29A05EF4;
extern String_t* _stringLiteralE57CF3487B62652F673D18E494954E2EFAB2FE97;
extern String_t* _stringLiteralE60EE1B6608A7ADC6CA2B2050DC247A5BE35AB43;
extern String_t* _stringLiteralE7064F0B80F61DBC65915311032D27BAA569AE2A;
extern String_t* _stringLiteralE7ADC3F75B2678B424C6809EC7DBC6059C79FB20;
extern String_t* _stringLiteralE7EC317F3D8DBAD572E54A655ED793814FE12796;
extern String_t* _stringLiteralE9534066343E5DF2AF2BA0245923785EB3F013FE;
extern String_t* _stringLiteralE9690CC9EF38E2AF862E95D7B77892AE9AB4C472;
extern String_t* _stringLiteralE993C7F819B912F8C564FC3BB5760D8155A762B4;
extern String_t* _stringLiteralE99711F3F6DFB0A5051423938BBA6CA41318DCDF;
extern String_t* _stringLiteralE9BB94DF7C665EF8F843F64D02F13B2645BB66DE;
extern String_t* _stringLiteralE9DDB19E9B8C8298AC782C92F202A9989EF7B292;
extern String_t* _stringLiteralEA2E59AD490A3CCDFCA76008336598620FF45B7F;
extern String_t* _stringLiteralEB65848E618BD9A7B4FBF550C5892C40A9DE68BB;
extern String_t* _stringLiteralEC51D77C37EC1C47200313E7203C496BC0426D65;
extern String_t* _stringLiteralECCBDFFC4E6421103F366A6635F3CDE618050187;
extern String_t* _stringLiteralED37AF4D99532B25C89051CBBDDB8E96F4D8C895;
extern String_t* _stringLiteralEEF6EF9869BA818327C7D9505B56279D719E493A;
extern String_t* _stringLiteralF0F9BEC6901CC7F78937182443CB5DFE9E61D926;
extern String_t* _stringLiteralF10845EA2ECCEA3898ED261A3329C974ED1F9554;
extern String_t* _stringLiteralF239DCED6FCF8655F1FDFC77B18926804A775310;
extern String_t* _stringLiteralF2DE809CDCFBCA8736E828D8BFC19A211185A2DF;
extern String_t* _stringLiteralF3B12B2B41FB54B2345E8D4F1800FD687808DDB7;
extern String_t* _stringLiteralF41A055096FBA2F5EBBDDC8916D81727739DBDB3;
extern String_t* _stringLiteralF46AE2123048406E4E9E5C5367385E7C78E0C916;
extern String_t* _stringLiteralF475E5ED84BBD659E69EE3B361F01ABB8A8257EF;
extern String_t* _stringLiteralF4BC08747C33FBB4E08A8DF718B541EDB955481B;
extern String_t* _stringLiteralF4D97D70497ACE58BE7A7B6A57849BCA0CAA30F3;
extern String_t* _stringLiteralF537AF5686B2FF4B32E24FF6AD446C7515F6201A;
extern String_t* _stringLiteralF57A6C72B206486D60DCEB2BD6D5B951E05ADC32;
extern String_t* _stringLiteralF7876028FD994EBAE01981E07BD19E7E0EF2FEF6;
extern String_t* _stringLiteralF7DB13A08E6301ED94700D4D3C9F5DD2BD1D24F7;
extern String_t* _stringLiteralF82415D5C07CE4C0761E8A09B5C04FAC264453F1;
extern String_t* _stringLiteralF91581E03FD2A8E038AD7B05CDCC483C052B6B3B;
extern String_t* _stringLiteralF972C43D5D35B760D205A541DFF3870702934ADF;
extern String_t* _stringLiteralFA22CD0363497002CC358C8B4B6FF84F5941B5C4;
extern String_t* _stringLiteralFCF771A47B75556B5664F4EC3AB964812B0F6003;
extern String_t* _stringLiteralFDAA2FDF49E5EC28A2EBF49DAAEFD40AF8F63A66;
extern const RuntimeMethod* Array_Sort_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_mF8C00D6C67C0F239A75E77ACA2671DA387929311_RuntimeMethod_var;
extern const RuntimeMethod* Capture__ctor_m3ED807279C93FFCE8BE4EAF447DA01E62EF93D7B_RuntimeMethod_var;
extern const RuntimeMethod* Comparer_1_get_Default_m1368B89D774A69F6788B9F844A300D8C56561145_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2_ContainsKey_m6DC4AF7F40FA029B9407E83E9EFD98FA5C3BA545_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2_TryGetValue_mACE6F295B868D8DD552A8F7D4ABA375F843BB13B_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2__ctor_m20A5B6C6950ACF998FE28F7FACEA19C755593E62_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2__ctor_m4A1428F3BFC28918B0C2F7E98A49C3F05C735D3B_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2_get_Item_m31D706AAE640EE1D91E561D8934F58AC765CFC3E_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2_get_Item_m8B16E8CBD6B9EE71984601DB60ADB40673ADD5CC_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2_set_Item_mDBA4C5D99B9605672D2F04AF3184C5E043D1BD3A_RuntimeMethod_var;
extern const RuntimeMethod* ExclusiveReference_Release_m9A1577138872106EA54A04EA4AB77F710CEDE336_RuntimeMethod_var;
extern const RuntimeMethod* Group__ctor_mDCB3D51B8A672B342F452177D42D6D3F2F9BA91A_RuntimeMethod_var;
extern const RuntimeMethod* LinkedListNode_1_get_Next_mF1EEFE3561D096BC098BAD30BA9BF328AF6EA2B4_RuntimeMethod_var;
extern const RuntimeMethod* LinkedListNode_1_get_Value_mC66FCED70C52DEE2982E696660303D90EEB1E690_RuntimeMethod_var;
extern const RuntimeMethod* LinkedList_1_AddFirst_mA76F8AC22DEFE7D9707F4BD86F8A59AE89AFFD44_RuntimeMethod_var;
extern const RuntimeMethod* LinkedList_1_AddFirst_mD4307444B363B5F952A2D090369FF160DF1123D7_RuntimeMethod_var;
extern const RuntimeMethod* LinkedList_1_RemoveLast_mE9E9A0CAC99B1562B10BAD33662620BD06942B95_RuntimeMethod_var;
extern const RuntimeMethod* LinkedList_1_Remove_mC8A10BC216901BAC46BAC0B233BE72174F9AD264_RuntimeMethod_var;
extern const RuntimeMethod* LinkedList_1__ctor_mFB6F4CEB7033E62DA8C77A023BCA24DBDE289F6F_RuntimeMethod_var;
extern const RuntimeMethod* LinkedList_1_get_Count_m607320C78F8A8C80566CFF98C826B1E9664C9C0C_RuntimeMethod_var;
extern const RuntimeMethod* LinkedList_1_get_First_m39B5437F87EF6BE204D49C32E48D2E698970B185_RuntimeMethod_var;
extern const RuntimeMethod* List_1_Add_m730D2A2C9D88D7863C2130FA54148ACC5A6473B3_RuntimeMethod_var;
extern const RuntimeMethod* List_1_Add_m8629B2B07AC931D5D672BCD5F034A53BC572CCA5_RuntimeMethod_var;
extern const RuntimeMethod* List_1_Add_mA348FA1140766465189459D25B01EB179001DE83_RuntimeMethod_var;
extern const RuntimeMethod* List_1_Add_mBECAFFDC2D6DFE446DC029080344E7C2255D3F7C_RuntimeMethod_var;
extern const RuntimeMethod* List_1_CopyTo_m2966AD04713D4613CC9C3DDE122432AD3FCD2AEC_RuntimeMethod_var;
extern const RuntimeMethod* List_1_InsertRange_mB018EE7D70A808E15EBB5953FC014B69A525258C_RuntimeMethod_var;
extern const RuntimeMethod* List_1_RemoveAt_mBBB31D656F3FE6BA9249E99E3C79B506AB184DCD_RuntimeMethod_var;
extern const RuntimeMethod* List_1_RemoveRange_m4ECDB1D23E113D71D12A932BDF896CA5F1C0878A_RuntimeMethod_var;
extern const RuntimeMethod* List_1_RemoveRange_m7D6A22CD61F4BF508988ECBA2EE4D3C6920F7877_RuntimeMethod_var;
extern const RuntimeMethod* List_1_RemoveRange_m9A38ACC0E593B83CDD21A10B5E05450DC942C52C_RuntimeMethod_var;
extern const RuntimeMethod* List_1_Reverse_mFF79DA2CBE7FC495ECEEF41772EF9DF622B64447_RuntimeMethod_var;
extern const RuntimeMethod* List_1_Sort_m5518ACEB43F54C9F2AF2C12432F9B8EF696908B6_RuntimeMethod_var;
extern const RuntimeMethod* List_1_ToArray_m9DD19D800AE6D84ED0729D5D97CAF84DF317DD38_RuntimeMethod_var;
extern const RuntimeMethod* List_1__ctor_m411CE50A06F4C66EE31F9F9D1076B22699765D4E_RuntimeMethod_var;
extern const RuntimeMethod* List_1__ctor_m6978DE5B878F10538C199B05F29EDC22A77A8723_RuntimeMethod_var;
extern const RuntimeMethod* List_1__ctor_mA9E8A081175FBB7B3D9D82B8346C8A4F83263E74_RuntimeMethod_var;
extern const RuntimeMethod* List_1__ctor_mDA22758D73530683C950C5CCF39BDB4E7E1F3F06_RuntimeMethod_var;
extern const RuntimeMethod* List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_RuntimeMethod_var;
extern const RuntimeMethod* List_1_get_Count_mA337754AA939A85CD0B346E24AA2C9A9A7006AED_RuntimeMethod_var;
extern const RuntimeMethod* List_1_get_Count_mC6523733B48B0774D420C52AAB0D5951127CB49B_RuntimeMethod_var;
extern const RuntimeMethod* List_1_get_Count_mD0C9C1841B63C0CA72E7F0955860F568E97F2189_RuntimeMethod_var;
extern const RuntimeMethod* List_1_get_Item_m0FFC6D8E8EF63D912869025D9A3ED65726581D11_RuntimeMethod_var;
extern const RuntimeMethod* List_1_get_Item_m3E7CC4F1ED20231514EA8C23C5CC442DF67CA2BB_RuntimeMethod_var;
extern const RuntimeMethod* List_1_get_Item_m77812D7375021A781EEDB58C7E01FE1255A5F8F3_RuntimeMethod_var;
extern const RuntimeMethod* List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_RuntimeMethod_var;
extern const RuntimeMethod* List_1_set_Item_m54628FCBF04F23DBC61F2012829D52C9CBD5182B_RuntimeMethod_var;
extern const RuntimeMethod* List_1_set_Item_m5E283276C9CE8898D76AD749141A35AAAF67A6FB_RuntimeMethod_var;
extern const RuntimeMethod* Match__ctor_m38BC8AD7EEFA99C6FC25587D6FE56450FA849E0C_RuntimeMethod_var;
extern const RuntimeMethod* RegexCharClass_SetFromProperty_mA33170AF599765B5FDE8611BED646A850FB2330E_RuntimeMethod_var;
extern const RuntimeMethod* RegexFCD_CalculateFC_m2267FAA6BCA80275E21DC9A0BAF90BBC85204BD8_RuntimeMethod_var;
extern const RuntimeMethod* RegexInterpreter_Go_mBE9DEAECBD68F60DDFE2BB5A8C24CF92A1FB503A_RuntimeMethod_var;
extern const RuntimeMethod* RegexParser_AddGroup_m54BBB919E4D4AD05EFECBC3ECBE46FC4A90569EA_RuntimeMethod_var;
extern const RuntimeMethod* RegexParser_ParseProperty_m69C638E755F0A5C1A2BC8E08827E6124889C2CEF_RuntimeMethod_var;
extern const RuntimeMethod* RegexParser_PopGroup_m43AB1FB84E11D8DFF6C5D38B9CAD324E5425DD74_RuntimeMethod_var;
extern const RuntimeMethod* RegexParser_ScanBackslash_m45E9E0ABDB7DF70F58850B48905DE9DE026EA64C_RuntimeMethod_var;
extern const RuntimeMethod* RegexParser_ScanBasicBackslash_m5F438E56ACBE272622D39D4208B2D5ED536DD7B8_RuntimeMethod_var;
extern const RuntimeMethod* RegexParser_ScanBlank_m99BA3097E182DE425BE0137BAFDD0218F0DF360D_RuntimeMethod_var;
extern const RuntimeMethod* RegexParser_ScanCharClass_mFE669B1C9CB6652157D9E8DAEE5B924C581AE81F_RuntimeMethod_var;
extern const RuntimeMethod* RegexParser_ScanCharEscape_mF8821EE73F3F8A5D4267642F6E4F0A666FA5E7A6_RuntimeMethod_var;
extern const RuntimeMethod* RegexParser_ScanControl_m244F59DA2B0711D154B7D68CCB5765390C65B5B8_RuntimeMethod_var;
extern const RuntimeMethod* RegexParser_ScanDecimal_mE966D2C7F357215A52F88120F40A37707C1AB33A_RuntimeMethod_var;
extern const RuntimeMethod* RegexParser_ScanGroupOpen_mA4918ACA08C7E4C945197BBE4EF734AF5B35096C_RuntimeMethod_var;
extern const RuntimeMethod* RegexParser_ScanHex_m296FC19218F8186D2C1B630DF9F138CFB195625E_RuntimeMethod_var;
extern const RuntimeMethod* RegexParser_ScanRegex_m62049A6C66D6D8CDD795B9C740283D1EC85126DB_RuntimeMethod_var;
extern const RuntimeMethod* RegexRunner_DoCheckTimeout_mCDAA40848A2F8AAD70928FFD8A6C08FF2D9E72A3_RuntimeMethod_var;
extern const RuntimeMethod* RegexWriter_EmitFragment_mEFDD8EA3A65320222CF4EA8A52B33C687EE0C5AC_RuntimeMethod_var;
extern const RuntimeMethod* Regex_InitDefaultMatchTimeout_mC91736B02BD12B92CBD93C329E7A8233CD0B9DA4_RuntimeMethod_var;
extern const RuntimeMethod* Regex_InitializeReferences_m2CD000C1AFAA8B214F32D989C7D116B684A31840_RuntimeMethod_var;
extern const RuntimeMethod* Regex_IsMatch_m2FB867817B341A5FA3E64A41F31820C9658F22A5_RuntimeMethod_var;
extern const RuntimeMethod* Regex_IsMatch_m79684C4D2CE6C5495BCCE9A32AC029E1E5950B7C_RuntimeMethod_var;
extern const RuntimeMethod* Regex_Run_m74FB5EF178DF43F88B9058B94939F557479B93FC_RuntimeMethod_var;
extern const RuntimeMethod* Regex_ValidateMatchTimeout_m71FE7188780DEAD57093B7345CCC50D0159218BE_RuntimeMethod_var;
extern const RuntimeMethod* Regex__ctor_m87918FB2A856E264A492D2A2B4B412BE4E2370BB_RuntimeMethod_var;
extern const RuntimeMethod* X509Helper2_ThrowIfContextInvalid_m2CE36D57CDF7DCD4EDD5586EF5D526386B009DB5_RuntimeMethod_var;
extern const RuntimeMethod* X509KeyUsageExtension_CopyFrom_m8DA1FA691943CBD4B94E45096E83FC5EA9EEEA3F_RuntimeMethod_var;
extern const RuntimeMethod* X509KeyUsageExtension_get_KeyUsages_m9544DC0FAAD02C53D6C649E1831176CB54EFE505_RuntimeMethod_var;
extern const RuntimeMethod* X509SubjectKeyIdentifierExtension_CopyFrom_m45E7EB4E976E4759046077C79FBC4A820C9A95EC_RuntimeMethod_var;
extern const RuntimeMethod* X509SubjectKeyIdentifierExtension__ctor_m182458124147FFEE402584E6415C2EA407B59C5B_RuntimeMethod_var;
extern const RuntimeMethod* X509SubjectKeyIdentifierExtension__ctor_m95DD08883D5E284C15820274737324063C4E4432_RuntimeMethod_var;
extern const RuntimeMethod* X509SubjectKeyIdentifierExtension__ctor_mF692F46CE97CB60AF86C1A74E709E8276B7D9AB1_RuntimeMethod_var;
extern const RuntimeMethod* X509SubjectKeyIdentifierExtension_get_SubjectKeyIdentifier_m3480A14D8377B6C2D220F99D37AB8B13BEFE76FF_RuntimeMethod_var;
extern const RuntimeMethod* X509Utils_FindOidInfo_mE43E0522988511319B8B9F69AF7D0A10B4AE8FA2_RuntimeMethod_var;
extern const uint32_t Capture__ctor_m3ED807279C93FFCE8BE4EAF447DA01E62EF93D7B_MetadataUsageId;
extern const uint32_t ExclusiveReference_Release_m9A1577138872106EA54A04EA4AB77F710CEDE336_MetadataUsageId;
extern const uint32_t Group__cctor_m213E26F039439904671CFD5DAF5D85B47D5CBE68_MetadataUsageId;
extern const uint32_t Group__ctor_mDCB3D51B8A672B342F452177D42D6D3F2F9BA91A_MetadataUsageId;
extern const uint32_t MatchSparse__ctor_mEA523FCAF96D8A81401D3ED010CACE4463CCE811_MetadataUsageId;
extern const uint32_t Match_AddMatch_m3C9178A7D6F8175A7628E4BE579FD209B7C7650A_MetadataUsageId;
extern const uint32_t Match__cctor_m9158A9D469720E89CD9004B65F55EEEF5E330C0E_MetadataUsageId;
extern const uint32_t Match__ctor_m08A8262ACD89C9E47AA7168D0F2CC6E3338855D7_MetadataUsageId;
extern const uint32_t Match__ctor_m38BC8AD7EEFA99C6FC25587D6FE56450FA849E0C_MetadataUsageId;
extern const uint32_t Match_get_Empty_m5D3AE3D0580F06ED901EE69FCCED6AF44715528F_MetadataUsageId;
extern const uint32_t RegexBoyerMoore_Scan_m204A42056131A694B6D31FC69563355788CABD67_MetadataUsageId;
extern const uint32_t RegexBoyerMoore__ctor_m39674FB18BB75DD891AAE3781FDA0CCDDEBC2F8C_MetadataUsageId;
extern const uint32_t RegexCharClass_AddCategoryFromName_m9AD2D607E1E34A52CBC26FC38D468905C43A9202_MetadataUsageId;
extern const uint32_t RegexCharClass_AddCharClass_m0E5DD1105844AFB7CE45B5C801304B5C803FB5CA_MetadataUsageId;
extern const uint32_t RegexCharClass_AddDigit_mC4DE43D884E575729BB2E575DA5552989368F6B3_MetadataUsageId;
extern const uint32_t RegexCharClass_AddLowercaseRange_mCDDE9661C9C300DFEB51A8FE36E2F790E3E75D75_MetadataUsageId;
extern const uint32_t RegexCharClass_AddLowercase_m01C1B11EB0B82E065276C7ECF60725886F59A07A_MetadataUsageId;
extern const uint32_t RegexCharClass_AddRange_mCFE9B670B3EBB13A5CDB694B1D1D6B1C0249D110_MetadataUsageId;
extern const uint32_t RegexCharClass_AddSet_mFFDE070E770BE967173D630AD50010C3397F7B97_MetadataUsageId;
extern const uint32_t RegexCharClass_AddSpace_mC6557749D96EBD114BCB133D14887A29304196D8_MetadataUsageId;
extern const uint32_t RegexCharClass_AddWord_m1D2553B878162B32B0548536AE4C3EE673041CA0_MetadataUsageId;
extern const uint32_t RegexCharClass_Canonicalize_m44EEFB16DB02E73C1E7280D15DAE98E50F4D6FA4_MetadataUsageId;
extern const uint32_t RegexCharClass_CharInCategory_mCDE20DF783F8D4E4403EC7F00F9C12E34D86C2DD_MetadataUsageId;
extern const uint32_t RegexCharClass_CharInClassInternal_m5D1634F64092E4BD9EB6427447F952983211A760_MetadataUsageId;
extern const uint32_t RegexCharClass_CharInClassRecursive_m5560DBADE1463FDEC38643C72CDF2FD5B3F69A5F_MetadataUsageId;
extern const uint32_t RegexCharClass_CharInClass_m194AAA57BBBD30E78E70255D6F53FAFDB785EC0E_MetadataUsageId;
extern const uint32_t RegexCharClass_GetRangeAt_mE563FF8072DD9B4E1179F55416CCD7FC4EB2C4FC_MetadataUsageId;
extern const uint32_t RegexCharClass_IsECMAWordChar_m6E7FC296DB816D89E3D6CF8672DCE6DFC519D741_MetadataUsageId;
extern const uint32_t RegexCharClass_IsEmpty_mAD6C63FE25C4CF3E52A20185418925D12C4C07CF_MetadataUsageId;
extern const uint32_t RegexCharClass_IsMergeable_mB9A0CD8306728BAFA5460C7FD748A2A7AD4BA448_MetadataUsageId;
extern const uint32_t RegexCharClass_IsSingletonInverse_m3E75D541C85AD842B9EB80705D6869EDB3F6928D_MetadataUsageId;
extern const uint32_t RegexCharClass_IsSingleton_m89D3E8460B0E7020DB0ABA607AC2F76FB9A34F1A_MetadataUsageId;
extern const uint32_t RegexCharClass_IsWordChar_m2DF03D32DAB403138E397CB05F45D37BD50EB18C_MetadataUsageId;
extern const uint32_t RegexCharClass_NegateCategory_mF2E03FFFE79E427F39D9368013A334F5BD118E13_MetadataUsageId;
extern const uint32_t RegexCharClass_ParseRecursive_mF7E7DD4EB594C9C30A60E72CD3CFD4EC1D822CF5_MetadataUsageId;
extern const uint32_t RegexCharClass_Parse_mBC3780FFF0DDFB62CA2085746618E6C256E8D86C_MetadataUsageId;
extern const uint32_t RegexCharClass_RangeCount_mEACBB4BD08CE18A9C4F0C433A7D6C5726F563E2E_MetadataUsageId;
extern const uint32_t RegexCharClass_SetFromProperty_mA33170AF599765B5FDE8611BED646A850FB2330E_MetadataUsageId;
extern const uint32_t RegexCharClass_ToStringClass_m7A760D96732A03D46C4060064B3FC58349D2B4D5_MetadataUsageId;
extern const uint32_t RegexCharClass__cctor_m5170E52D9864BA712125FB33F309FE9E37869EA8_MetadataUsageId;
extern const uint32_t RegexCharClass__ctor_mAA44510F3E5001A8612355B4FFB718D9DDC74264_MetadataUsageId;
extern const uint32_t RegexCode__ctor_mBCB059D3E98AEA211794E89DDF99193231F298CA_MetadataUsageId;
extern const uint32_t RegexFCD_CalculateFC_m2267FAA6BCA80275E21DC9A0BAF90BBC85204BD8_MetadataUsageId;
extern const uint32_t RegexFCD_FirstChars_mC60DC5CA9A078998CB55594436AB9CBFD86478FB_MetadataUsageId;
extern const uint32_t RegexFCD_Prefix_m50B30C508C6745832FD3A76B2169462455C1A28E_MetadataUsageId;
extern const uint32_t RegexFCD_PushFC_mBE154E351E7C49FFFC26E603B4672136D91479C7_MetadataUsageId;
extern const uint32_t RegexFCD_PushInt_m63817D3969DF7BD31B7C93D43EE45C4AF539868F_MetadataUsageId;
extern const uint32_t RegexFCD_RegexFCFromRegexTree_mA85E74765529D05113116C73EC397E832D81D0BC_MetadataUsageId;
extern const uint32_t RegexFCD__ctor_mFC6A3309CAFA8C3C2B94094AD443738823388A3B_MetadataUsageId;
extern const uint32_t RegexFC__ctor_m023D08ED0365AE9AAC539333B4390A8052C59229_MetadataUsageId;
extern const uint32_t RegexFC__ctor_m354E8197215F3EE9097B69E783B744365A38EF20_MetadataUsageId;
extern const uint32_t RegexFC__ctor_mDCBBCCC1BB476741943D7F9AD88731B1DCA0C1B5_MetadataUsageId;
extern const uint32_t RegexInterpreter_FindFirstChar_m95CDB0ECB99F7850479D951A5F32BB6B19B91F44_MetadataUsageId;
extern const uint32_t RegexInterpreter_Forwardcharnext_mD2C6694CC31BC75D3E20C511D1004D28AAE1390F_MetadataUsageId;
extern const uint32_t RegexInterpreter_Go_mBE9DEAECBD68F60DDFE2BB5A8C24CF92A1FB503A_MetadataUsageId;
extern const uint32_t RegexInterpreter_Refmatch_m52369ADBF64E25A9EEEBE216939454EBB8D8E138_MetadataUsageId;
extern const uint32_t RegexInterpreter_Stringmatch_m543BC6834400A925D2603AE6FBB47944694AFDF1_MetadataUsageId;
extern const uint32_t RegexMatchTimeoutException_Init_m09AF601CC7369F2D7E1300B166517FE7D20EB6F1_MetadataUsageId;
extern const uint32_t RegexMatchTimeoutException_System_Runtime_Serialization_ISerializable_GetObjectData_m78FACBA38C002E195A507A32CDAB768D8DBC93E7_MetadataUsageId;
extern const uint32_t RegexMatchTimeoutException__ctor_m4EFD030442FEEC81E59AB8CDF35D603A5D551058_MetadataUsageId;
extern const uint32_t RegexMatchTimeoutException__ctor_m554FE8CFA7F42483517F11948A61E4D3C9F44D07_MetadataUsageId;
extern const uint32_t RegexMatchTimeoutException__ctor_mCCDB413A8F68D924B276B8FED2744E81BE4C89AF_MetadataUsageId;
extern const uint32_t RegexNode_AddChild_m734A86A25E6074316FAC566F7D127253F7B71703_MetadataUsageId;
extern const uint32_t RegexNode_ChildCount_m23B6965575DB0DBC1D90212820DEA144FCB06996_MetadataUsageId;
extern const uint32_t RegexNode_Child_m5AA4FFDDCCFA22FE70BA0F236F19A963AEF72079_MetadataUsageId;
extern const uint32_t RegexNode_MakeQuantifier_m1332537AA6BCCCD68A3E59EA7994CCFE69A19444_MetadataUsageId;
extern const uint32_t RegexNode_ReduceAlternation_m60EECC172A975620A5118D14D6ECF8B846ECED9F_MetadataUsageId;
extern const uint32_t RegexNode_ReduceConcatenation_m4BE1B6DBBC0F4BAB9A3873414B5EE77D825AD53B_MetadataUsageId;
extern const uint32_t RegexNode_ReduceRep_m726F03D9E2420F276A37777942B66D15CA73F77E_MetadataUsageId;
extern const uint32_t RegexNode_ReduceSet_m912F4A0DFF694EB14DE520599369A811C2E9D10D_MetadataUsageId;
extern const uint32_t RegexNode_ReverseLeft_m994638E4886D007B9B29BC23EA3C8D76A92099FD_MetadataUsageId;
extern const uint32_t RegexNode_StripEnation_mE19E0A57BCE0D0BF47F51A5103C08FCC7BB9E24F_MetadataUsageId;
extern const uint32_t RegexParser_AddAlternate_mDBDEEF8180738DE0D31CC05B0E223EFF0D66939B_MetadataUsageId;
extern const uint32_t RegexParser_AddConcatenate_m3743C87DFCD1784A949BFDCE9443845CCD630A5D_MetadataUsageId;
extern const uint32_t RegexParser_AddGroup_m54BBB919E4D4AD05EFECBC3ECBE46FC4A90569EA_MetadataUsageId;
extern const uint32_t RegexParser_AddUnitNotone_mAA142A94BB7B6A358BA36A3920DB139382889749_MetadataUsageId;
extern const uint32_t RegexParser_AddUnitOne_m72DFA82092408E9C63544126093D98390E0C2145_MetadataUsageId;
extern const uint32_t RegexParser_AddUnitSet_m024168548909EA2DF649E6194D60135312ADF5B3_MetadataUsageId;
extern const uint32_t RegexParser_AddUnitType_m1ECB4025CA3B580F051CF6891D9C96922CA2FA7A_MetadataUsageId;
extern const uint32_t RegexParser_AssignNameSlots_m168605CD3A6D6AAA52AFFDB13BE3D5DFAC3FE94B_MetadataUsageId;
extern const uint32_t RegexParser_CaptureSlotFromName_mE3FD1D57EB29D4C7A0E4029E4D4785297798EE43_MetadataUsageId;
extern const uint32_t RegexParser_CountCaptures_m5255DE4B24B8D9BA7B2A2A7A1FD79A67B36F4634_MetadataUsageId;
extern const uint32_t RegexParser_EmptyOptionsStack_m5FCB7AF81ACB5C91A73231C9F0AA0DFB32067A45_MetadataUsageId;
extern const uint32_t RegexParser_IsCaptureSlot_m80540BE449D9B98B2B159CD5169F7AA6DB63CB80_MetadataUsageId;
extern const uint32_t RegexParser_IsQuantifier_mE0620E30A63AD0C0DB9550A52A4A7D0BB4BC3A31_MetadataUsageId;
extern const uint32_t RegexParser_IsSpace_m1E41FA7DD1FB93BF9220530CA91B35EF08879F30_MetadataUsageId;
extern const uint32_t RegexParser_IsSpecial_mFF68456E944ACAF048B4F96F5758FFDD1D5E7DCD_MetadataUsageId;
extern const uint32_t RegexParser_IsStopperX_m0BCF2DB4B0E1324C9109C8BFD486FC5DBA8DC646_MetadataUsageId;
extern const uint32_t RegexParser_IsTrueQuantifier_m4AA95A9CE7CD78600E8D525ECA5A095984FBC63F_MetadataUsageId;
extern const uint32_t RegexParser_MakeException_m6D521D75808E2CD4255A68DC3456EAF2A88F2874_MetadataUsageId;
extern const uint32_t RegexParser_NoteCaptureName_m96A5301077C4C6554E993A2266EA40B690F455C4_MetadataUsageId;
extern const uint32_t RegexParser_NoteCaptureSlot_m8B2D20B819C86E427837C879CCA72B9BCD1C4AA8_MetadataUsageId;
extern const uint32_t RegexParser_ParseProperty_m69C638E755F0A5C1A2BC8E08827E6124889C2CEF_MetadataUsageId;
extern const uint32_t RegexParser_Parse_mD206BB554B6087ED35C5F744D72A93A07721D789_MetadataUsageId;
extern const uint32_t RegexParser_PopGroup_m43AB1FB84E11D8DFF6C5D38B9CAD324E5425DD74_MetadataUsageId;
extern const uint32_t RegexParser_PopKeepOptions_m8ACBCD324BAF7269F90AEB3CF901B666524658FA_MetadataUsageId;
extern const uint32_t RegexParser_PopOptions_mA18691037302741375A44BD8BDC9387DFB07B676_MetadataUsageId;
extern const uint32_t RegexParser_PushOptions_m2034533961B704CBFA0F97BD4A54CB7269F0D88A_MetadataUsageId;
extern const uint32_t RegexParser_Reset_mEC49D1DCEBC555768D2FB90DA42374F1C547E328_MetadataUsageId;
extern const uint32_t RegexParser_ScanBackslash_m45E9E0ABDB7DF70F58850B48905DE9DE026EA64C_MetadataUsageId;
extern const uint32_t RegexParser_ScanBasicBackslash_m5F438E56ACBE272622D39D4208B2D5ED536DD7B8_MetadataUsageId;
extern const uint32_t RegexParser_ScanBlank_m99BA3097E182DE425BE0137BAFDD0218F0DF360D_MetadataUsageId;
extern const uint32_t RegexParser_ScanCapname_m1D4DB4E5DA312CBCA841391F729CC626DC657D85_MetadataUsageId;
extern const uint32_t RegexParser_ScanCharClass_mFE669B1C9CB6652157D9E8DAEE5B924C581AE81F_MetadataUsageId;
extern const uint32_t RegexParser_ScanCharEscape_mF8821EE73F3F8A5D4267642F6E4F0A666FA5E7A6_MetadataUsageId;
extern const uint32_t RegexParser_ScanControl_m244F59DA2B0711D154B7D68CCB5765390C65B5B8_MetadataUsageId;
extern const uint32_t RegexParser_ScanDecimal_mE966D2C7F357215A52F88120F40A37707C1AB33A_MetadataUsageId;
extern const uint32_t RegexParser_ScanGroupOpen_mA4918ACA08C7E4C945197BBE4EF734AF5B35096C_MetadataUsageId;
extern const uint32_t RegexParser_ScanHex_m296FC19218F8186D2C1B630DF9F138CFB195625E_MetadataUsageId;
extern const uint32_t RegexParser_ScanOptions_m5CD283C15179190846762B90F78F0A87E7495537_MetadataUsageId;
extern const uint32_t RegexParser_ScanRegex_m62049A6C66D6D8CDD795B9C740283D1EC85126DB_MetadataUsageId;
extern const uint32_t RegexParser_SetPattern_m4B385D83A9680A1B2707EBCA8659B6E12EDD5E46_MetadataUsageId;
extern const uint32_t RegexParser_StartGroup_m36A6C0ED245D844CD2E630160994C3F2D7CCA994_MetadataUsageId;
extern const uint32_t RegexParser__cctor_mF468AF3C5916BA72C579CBD41A73D2DAD004F0EE_MetadataUsageId;
extern const uint32_t RegexParser__ctor_mC69D13B4FC323EE77392251139C5F2C456171310_MetadataUsageId;
extern const uint32_t RegexPrefix__cctor_mCDCE7EDB98AFB119EE0281D37F7BC019AD28773D_MetadataUsageId;
extern const uint32_t RegexPrefix_get_Empty_mAD10DECDBC7C51F9ACF5C02E3191874252DF9B8B_MetadataUsageId;
extern const uint32_t RegexRunner_DoCheckTimeout_mCDAA40848A2F8AAD70928FFD8A6C08FF2D9E72A3_MetadataUsageId;
extern const uint32_t RegexRunner_DoubleCrawl_mF0425849E5E3C2BA5E9009CED7DE245C8CA0F7CC_MetadataUsageId;
extern const uint32_t RegexRunner_DoubleStack_m8969F05F9E086EAA194DCBD2F137778239918925_MetadataUsageId;
extern const uint32_t RegexRunner_DoubleTrack_m057C14C51F137222469C6526406B0E1069747618_MetadataUsageId;
extern const uint32_t RegexRunner_InitMatch_mF9CD772D4A8E12F89B4785324CD6939ABAE89AD4_MetadataUsageId;
extern const uint32_t RegexRunner_IsBoundary_m6C846E11790EC61A9E75A24230E1477913DB3441_MetadataUsageId;
extern const uint32_t RegexRunner_IsECMABoundary_m35C5F5DDC7C2F0E57EBA2E9D9892A88EDAEE4B97_MetadataUsageId;
extern const uint32_t RegexRunner_Scan_m1C3B1B034601773D510A4D2DEC337635A540BE31_MetadataUsageId;
extern const uint32_t RegexWriter_EmitFragment_mEFDD8EA3A65320222CF4EA8A52B33C687EE0C5AC_MetadataUsageId;
extern const uint32_t RegexWriter_MakeException_m443C4CFA99AE06710D1E1BFA3D6EB9737AE70F17_MetadataUsageId;
extern const uint32_t RegexWriter_MapCapnum_m6AFE8BED80960BAA522EAA873D535C9D5AD4B811_MetadataUsageId;
extern const uint32_t RegexWriter_PushInt_mFBC85956A26FEBC66244C8DFC881106D85DD2C1D_MetadataUsageId;
extern const uint32_t RegexWriter_RegexCodeFromRegexTree_mAC489A29C00688CA929661BC394F1C4CF997CFC5_MetadataUsageId;
extern const uint32_t RegexWriter_StringCode_m6AA17FFEBDD5E155004F05A78CF13B0D8E901158_MetadataUsageId;
extern const uint32_t RegexWriter_Write_m57CF8209EF566CD40F9146C74DF889C8AA06E061_MetadataUsageId;
extern const uint32_t RegexWriter__ctor_m63A858FAE36A8640812DFF917751C1E215A2AE82_MetadataUsageId;
extern const uint32_t Regex_CacheCode_m68F93FF3B918776D190D4DB807A3323691C77F0A_MetadataUsageId;
extern const uint32_t Regex_InitDefaultMatchTimeout_mC91736B02BD12B92CBD93C329E7A8233CD0B9DA4_MetadataUsageId;
extern const uint32_t Regex_InitializeReferences_m2CD000C1AFAA8B214F32D989C7D116B684A31840_MetadataUsageId;
extern const uint32_t Regex_IsMatch_m2FB867817B341A5FA3E64A41F31820C9658F22A5_MetadataUsageId;
extern const uint32_t Regex_IsMatch_m3C44A8D92E43EA8CC8D623ECC394B27F09E2D5DA_MetadataUsageId;
extern const uint32_t Regex_IsMatch_m79684C4D2CE6C5495BCCE9A32AC029E1E5950B7C_MetadataUsageId;
extern const uint32_t Regex_IsMatch_m90348BB44AD120A322F411001522DB0758A6678B_MetadataUsageId;
extern const uint32_t Regex_LookupCachedAndUpdate_m88CA03797C5ED796BD5E1319DF6B1B6B6FCE6C0D_MetadataUsageId;
extern const uint32_t Regex_Run_m74FB5EF178DF43F88B9058B94939F557479B93FC_MetadataUsageId;
extern const uint32_t Regex_System_Runtime_Serialization_ISerializable_GetObjectData_m95B0E2523A72DF6AC56DEA7CDA286F771E06B0FD_MetadataUsageId;
extern const uint32_t Regex_ValidateMatchTimeout_m71FE7188780DEAD57093B7345CCC50D0159218BE_MetadataUsageId;
extern const uint32_t Regex__cctor_m86CE9B8D0FF5F2B54D4FF27D2213A1E6917477DF_MetadataUsageId;
extern const uint32_t Regex__ctor_m2769A5BA7B7A835514F6C0E4D30FAD467C6B1B0C_MetadataUsageId;
extern const uint32_t Regex__ctor_m87918FB2A856E264A492D2A2B4B412BE4E2370BB_MetadataUsageId;
extern const uint32_t Regex__ctor_mEF4515C4C44DF8BE410F388C82CC679D743FB5CD_MetadataUsageId;
extern const uint32_t Regex__ctor_mF11825F6E24D7D780BD34C74C96392DEC3602A5D_MetadataUsageId;
extern const uint32_t Regex__ctor_mFDE4B6A423C15AA60BF9FEC7D4D7DFD4657D7C6E_MetadataUsageId;
extern const uint32_t SharedReference__ctor_m48E749BC646BEC89282B8F336325D42DE48CFC81_MetadataUsageId;
extern const uint32_t UncNameHelper_IsValid_m4055361D79684EE7B098C055B2E9068EE06F1EF6_MetadataUsageId;
extern const uint32_t X509ExtensionEnumerator_MoveNext_m28E6A39D5989B3841D9EE0E003976E4BF96B6F4A_MetadataUsageId;
extern const uint32_t X509ExtensionEnumerator_Reset_m9105D3AB822431255DC08769F70D406DC821F1C2_MetadataUsageId;
extern const uint32_t X509ExtensionEnumerator_System_Collections_IEnumerator_get_Current_m98D99FAE6C265390BF7C7464D72A1C0D1059DF19_MetadataUsageId;
extern const uint32_t X509Helper2_CreateChainImpl_m5A5909ADD8809F95E64FC576BB29EF5B5F878D24_MetadataUsageId;
extern const uint32_t X509Helper2_GetInvalidChainContextException_m6435C6B754A3A3E6A69DCF16C9F962E0205323AC_MetadataUsageId;
extern const uint32_t X509Helper2_Import_m3DF644063B9FF160B750E5CD056FE06B1AEEDF8C_MetadataUsageId;
extern const uint32_t X509Helper2_Import_mF1D23CC497CC19E02E74727315D59A28714FCA92_MetadataUsageId;
extern const uint32_t X509Helper2_Initialize_m6FA880503C9B3B72009F718503C6B0A0BF301004_MetadataUsageId;
extern const uint32_t X509Helper2_ThrowIfContextInvalid_m2CE36D57CDF7DCD4EDD5586EF5D526386B009DB5_MetadataUsageId;
extern const uint32_t X509KeyUsageExtension_CopyFrom_m8DA1FA691943CBD4B94E45096E83FC5EA9EEEA3F_MetadataUsageId;
extern const uint32_t X509KeyUsageExtension_Decode_mDE97A425A199661D89FE252A75C8644D4280F1B2_MetadataUsageId;
extern const uint32_t X509KeyUsageExtension_Encode_mBBF95E13B1FE1A0507FD692F770D6E98A68E3360_MetadataUsageId;
extern const uint32_t X509KeyUsageExtension_ToString_m4455C1B31C62530B930CFADE55DC0E77C60C7EFC_MetadataUsageId;
extern const uint32_t X509KeyUsageExtension__ctor_mA9DDAD17EA38ABB83CD6CC9A353A0667A9EAC018_MetadataUsageId;
extern const uint32_t X509KeyUsageExtension__ctor_mBC544E9444992C7883638DB0B4607945F33E7426_MetadataUsageId;
extern const uint32_t X509KeyUsageExtension__ctor_mCCDDE2A55EF78832C8117C680FB264CE91893A99_MetadataUsageId;
extern const uint32_t X509KeyUsageExtension_get_KeyUsages_m9544DC0FAAD02C53D6C649E1831176CB54EFE505_MetadataUsageId;
extern const uint32_t X509SubjectKeyIdentifierExtension_CopyFrom_m45E7EB4E976E4759046077C79FBC4A820C9A95EC_MetadataUsageId;
extern const uint32_t X509SubjectKeyIdentifierExtension_Decode_m6EB136D7525F3DFB9FA93F8B3653D2F6FA3B72D1_MetadataUsageId;
extern const uint32_t X509SubjectKeyIdentifierExtension_Encode_m11C84A3DCE621526C1FC282E214001D70937D6BD_MetadataUsageId;
extern const uint32_t X509SubjectKeyIdentifierExtension_FromHex_m654E8BB1D2F9D8C878EF854D7933C6EA825F272B_MetadataUsageId;
extern const uint32_t X509SubjectKeyIdentifierExtension_ToString_mB22086D5277B22093240BB9841D32D9008D26AFA_MetadataUsageId;
extern const uint32_t X509SubjectKeyIdentifierExtension__ctor_m182458124147FFEE402584E6415C2EA407B59C5B_MetadataUsageId;
extern const uint32_t X509SubjectKeyIdentifierExtension__ctor_m45218EE7D32231FA6C44A40FEC2E5052162012D6_MetadataUsageId;
extern const uint32_t X509SubjectKeyIdentifierExtension__ctor_m95DD08883D5E284C15820274737324063C4E4432_MetadataUsageId;
extern const uint32_t X509SubjectKeyIdentifierExtension__ctor_mD586705C293A9C27B5B57BF9CF1D8EAD84864B29_MetadataUsageId;
extern const uint32_t X509SubjectKeyIdentifierExtension__ctor_mF692F46CE97CB60AF86C1A74E709E8276B7D9AB1_MetadataUsageId;
extern const uint32_t X509SubjectKeyIdentifierExtension_get_SubjectKeyIdentifier_m3480A14D8377B6C2D220F99D37AB8B13BEFE76FF_MetadataUsageId;
extern const uint32_t X509Utils_FindOidInfo_mE43E0522988511319B8B9F69AF7D0A10B4AE8FA2_MetadataUsageId;
struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_com;
struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_pinvoke;
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com;
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke;
struct Exception_t_marshaled_com;
struct Exception_t_marshaled_pinvoke;
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821;
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2;
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83;
struct Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43;
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
struct StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B;
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E;
struct LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D;
struct RegexFCU5BU5D_tCABE05C26F3229DFDD9C8A86F3BA828C18F02D72;
#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
#ifndef ASN1_T2B883D12D3493F8395B31D1F0ABD93F43948B27E_H
#define ASN1_T2B883D12D3493F8395B31D1F0ABD93F43948B27E_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_t2B883D12D3493F8395B31D1F0ABD93F43948B27E : public RuntimeObject
{
public:
// System.Byte Mono.Security.ASN1::m_nTag
uint8_t ___m_nTag_0;
// System.Byte[] Mono.Security.ASN1::m_aValue
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___m_aValue_1;
// System.Collections.ArrayList Mono.Security.ASN1::elist
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___elist_2;
public:
inline static int32_t get_offset_of_m_nTag_0() { return static_cast<int32_t>(offsetof(ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E, ___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_t2B883D12D3493F8395B31D1F0ABD93F43948B27E, ___m_aValue_1)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_m_aValue_1() const { return ___m_aValue_1; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_m_aValue_1() { return &___m_aValue_1; }
inline void set_m_aValue_1(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* 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_t2B883D12D3493F8395B31D1F0ABD93F43948B27E, ___elist_2)); }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get_elist_2() const { return ___elist_2; }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of_elist_2() { return &___elist_2; }
inline void set_elist_2(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value)
{
___elist_2 = value;
Il2CppCodeGenWriteBarrier((&___elist_2), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ASN1_T2B883D12D3493F8395B31D1F0ABD93F43948B27E_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 ARRAYLIST_T4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_H
#define ARRAYLIST_T4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_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_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 : public RuntimeObject
{
public:
// System.Object[] System.Collections.ArrayList::_items
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____items_0;
// System.Int32 System.Collections.ArrayList::_size
int32_t ____size_1;
// System.Int32 System.Collections.ArrayList::_version
int32_t ____version_2;
// System.Object System.Collections.ArrayList::_syncRoot
RuntimeObject * ____syncRoot_3;
public:
inline static int32_t get_offset_of__items_0() { return static_cast<int32_t>(offsetof(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4, ____items_0)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__items_0() const { return ____items_0; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__items_0() { return &____items_0; }
inline void set__items_0(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
____items_0 = value;
Il2CppCodeGenWriteBarrier((&____items_0), value);
}
inline static int32_t get_offset_of__size_1() { return static_cast<int32_t>(offsetof(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4, ____size_1)); }
inline int32_t get__size_1() const { return ____size_1; }
inline int32_t* get_address_of__size_1() { return &____size_1; }
inline void set__size_1(int32_t value)
{
____size_1 = value;
}
inline static int32_t get_offset_of__version_2() { return static_cast<int32_t>(offsetof(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4, ____version_2)); }
inline int32_t get__version_2() const { return ____version_2; }
inline int32_t* get_address_of__version_2() { return &____version_2; }
inline void set__version_2(int32_t value)
{
____version_2 = value;
}
inline static int32_t get_offset_of__syncRoot_3() { return static_cast<int32_t>(offsetof(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4, ____syncRoot_3)); }
inline RuntimeObject * get__syncRoot_3() const { return ____syncRoot_3; }
inline RuntimeObject ** get_address_of__syncRoot_3() { return &____syncRoot_3; }
inline void set__syncRoot_3(RuntimeObject * value)
{
____syncRoot_3 = value;
Il2CppCodeGenWriteBarrier((&____syncRoot_3), value);
}
};
struct ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_StaticFields
{
public:
// System.Object[] System.Collections.ArrayList::emptyArray
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___emptyArray_5;
public:
inline static int32_t get_offset_of_emptyArray_5() { return static_cast<int32_t>(offsetof(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_StaticFields, ___emptyArray_5)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_emptyArray_5() const { return ___emptyArray_5; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_emptyArray_5() { return &___emptyArray_5; }
inline void set_emptyArray_5(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((&___emptyArray_5), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ARRAYLIST_T4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_H
#ifndef COMPARER_1_T0796DB4CA0FA9609FBB2A6AEBA7EDF7DD7EE23A2_H
#define COMPARER_1_T0796DB4CA0FA9609FBB2A6AEBA7EDF7DD7EE23A2_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Generic.Comparer`1<System.Int32>
struct Comparer_1_t0796DB4CA0FA9609FBB2A6AEBA7EDF7DD7EE23A2 : public RuntimeObject
{
public:
public:
};
struct Comparer_1_t0796DB4CA0FA9609FBB2A6AEBA7EDF7DD7EE23A2_StaticFields
{
public:
// System.Collections.Generic.Comparer`1<T> modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.Comparer`1::defaultComparer
Comparer_1_t0796DB4CA0FA9609FBB2A6AEBA7EDF7DD7EE23A2 * ___defaultComparer_0;
public:
inline static int32_t get_offset_of_defaultComparer_0() { return static_cast<int32_t>(offsetof(Comparer_1_t0796DB4CA0FA9609FBB2A6AEBA7EDF7DD7EE23A2_StaticFields, ___defaultComparer_0)); }
inline Comparer_1_t0796DB4CA0FA9609FBB2A6AEBA7EDF7DD7EE23A2 * get_defaultComparer_0() const { return ___defaultComparer_0; }
inline Comparer_1_t0796DB4CA0FA9609FBB2A6AEBA7EDF7DD7EE23A2 ** get_address_of_defaultComparer_0() { return &___defaultComparer_0; }
inline void set_defaultComparer_0(Comparer_1_t0796DB4CA0FA9609FBB2A6AEBA7EDF7DD7EE23A2 * value)
{
___defaultComparer_0 = value;
Il2CppCodeGenWriteBarrier((&___defaultComparer_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // COMPARER_1_T0796DB4CA0FA9609FBB2A6AEBA7EDF7DD7EE23A2_H
#ifndef DICTIONARY_2_TD6E204872BA9FD506A0287EF68E285BEB9EC0DFB_H
#define DICTIONARY_2_TD6E204872BA9FD506A0287EF68E285BEB9EC0DFB_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_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB : public RuntimeObject
{
public:
// System.Int32[] System.Collections.Generic.Dictionary`2::buckets
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0;
// System.Collections.Generic.Dictionary`2_Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::entries
EntryU5BU5D_tAD4FDE2B2578C6625A7296B1C46DCB06DCB45186* ___entries_1;
// System.Int32 System.Collections.Generic.Dictionary`2::count
int32_t ___count_2;
// System.Int32 System.Collections.Generic.Dictionary`2::version
int32_t ___version_3;
// System.Int32 System.Collections.Generic.Dictionary`2::freeList
int32_t ___freeList_4;
// System.Int32 System.Collections.Generic.Dictionary`2::freeCount
int32_t ___freeCount_5;
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::comparer
RuntimeObject* ___comparer_6;
// System.Collections.Generic.Dictionary`2_KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::keys
KeyCollection_t666396E67E50284D48938851873CE562083D67F2 * ___keys_7;
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
ValueCollection_t532E2FD863D0D47B87202BE6B4F7C7EDB5DD7CBF * ___values_8;
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
RuntimeObject * ____syncRoot_9;
public:
inline static int32_t get_offset_of_buckets_0() { return static_cast<int32_t>(offsetof(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB, ___buckets_0)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; }
inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___buckets_0 = value;
Il2CppCodeGenWriteBarrier((&___buckets_0), value);
}
inline static int32_t get_offset_of_entries_1() { return static_cast<int32_t>(offsetof(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB, ___entries_1)); }
inline EntryU5BU5D_tAD4FDE2B2578C6625A7296B1C46DCB06DCB45186* get_entries_1() const { return ___entries_1; }
inline EntryU5BU5D_tAD4FDE2B2578C6625A7296B1C46DCB06DCB45186** get_address_of_entries_1() { return &___entries_1; }
inline void set_entries_1(EntryU5BU5D_tAD4FDE2B2578C6625A7296B1C46DCB06DCB45186* value)
{
___entries_1 = value;
Il2CppCodeGenWriteBarrier((&___entries_1), value);
}
inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB, ___count_2)); }
inline int32_t get_count_2() const { return ___count_2; }
inline int32_t* get_address_of_count_2() { return &___count_2; }
inline void set_count_2(int32_t value)
{
___count_2 = value;
}
inline static int32_t get_offset_of_version_3() { return static_cast<int32_t>(offsetof(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB, ___version_3)); }
inline int32_t get_version_3() const { return ___version_3; }
inline int32_t* get_address_of_version_3() { return &___version_3; }
inline void set_version_3(int32_t value)
{
___version_3 = value;
}
inline static int32_t get_offset_of_freeList_4() { return static_cast<int32_t>(offsetof(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB, ___freeList_4)); }
inline int32_t get_freeList_4() const { return ___freeList_4; }
inline int32_t* get_address_of_freeList_4() { return &___freeList_4; }
inline void set_freeList_4(int32_t value)
{
___freeList_4 = value;
}
inline static int32_t get_offset_of_freeCount_5() { return static_cast<int32_t>(offsetof(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB, ___freeCount_5)); }
inline int32_t get_freeCount_5() const { return ___freeCount_5; }
inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; }
inline void set_freeCount_5(int32_t value)
{
___freeCount_5 = value;
}
inline static int32_t get_offset_of_comparer_6() { return static_cast<int32_t>(offsetof(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB, ___comparer_6)); }
inline RuntimeObject* get_comparer_6() const { return ___comparer_6; }
inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; }
inline void set_comparer_6(RuntimeObject* value)
{
___comparer_6 = value;
Il2CppCodeGenWriteBarrier((&___comparer_6), value);
}
inline static int32_t get_offset_of_keys_7() { return static_cast<int32_t>(offsetof(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB, ___keys_7)); }
inline KeyCollection_t666396E67E50284D48938851873CE562083D67F2 * get_keys_7() const { return ___keys_7; }
inline KeyCollection_t666396E67E50284D48938851873CE562083D67F2 ** get_address_of_keys_7() { return &___keys_7; }
inline void set_keys_7(KeyCollection_t666396E67E50284D48938851873CE562083D67F2 * value)
{
___keys_7 = value;
Il2CppCodeGenWriteBarrier((&___keys_7), value);
}
inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB, ___values_8)); }
inline ValueCollection_t532E2FD863D0D47B87202BE6B4F7C7EDB5DD7CBF * get_values_8() const { return ___values_8; }
inline ValueCollection_t532E2FD863D0D47B87202BE6B4F7C7EDB5DD7CBF ** get_address_of_values_8() { return &___values_8; }
inline void set_values_8(ValueCollection_t532E2FD863D0D47B87202BE6B4F7C7EDB5DD7CBF * value)
{
___values_8 = value;
Il2CppCodeGenWriteBarrier((&___values_8), value);
}
inline static int32_t get_offset_of__syncRoot_9() { return static_cast<int32_t>(offsetof(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB, ____syncRoot_9)); }
inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; }
inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; }
inline void set__syncRoot_9(RuntimeObject * value)
{
____syncRoot_9 = value;
Il2CppCodeGenWriteBarrier((&____syncRoot_9), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DICTIONARY_2_TD6E204872BA9FD506A0287EF68E285BEB9EC0DFB_H
#ifndef DICTIONARY_2_T931BF283048C4E74FC063C3036E5F3FE328861FC_H
#define DICTIONARY_2_T931BF283048C4E74FC063C3036E5F3FE328861FC_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.String>
struct Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC : public RuntimeObject
{
public:
// System.Int32[] System.Collections.Generic.Dictionary`2::buckets
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0;
// System.Collections.Generic.Dictionary`2_Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::entries
EntryU5BU5D_t034347107F1D23C91DE1D712EA637D904789415C* ___entries_1;
// System.Int32 System.Collections.Generic.Dictionary`2::count
int32_t ___count_2;
// System.Int32 System.Collections.Generic.Dictionary`2::version
int32_t ___version_3;
// System.Int32 System.Collections.Generic.Dictionary`2::freeList
int32_t ___freeList_4;
// System.Int32 System.Collections.Generic.Dictionary`2::freeCount
int32_t ___freeCount_5;
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::comparer
RuntimeObject* ___comparer_6;
// System.Collections.Generic.Dictionary`2_KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::keys
KeyCollection_tC73654392B284B89334464107B696C9BD89776D9 * ___keys_7;
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
ValueCollection_tA3B972EF56F7C97E35054155C33556C55FAAFD43 * ___values_8;
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
RuntimeObject * ____syncRoot_9;
public:
inline static int32_t get_offset_of_buckets_0() { return static_cast<int32_t>(offsetof(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___buckets_0)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; }
inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___buckets_0 = value;
Il2CppCodeGenWriteBarrier((&___buckets_0), value);
}
inline static int32_t get_offset_of_entries_1() { return static_cast<int32_t>(offsetof(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___entries_1)); }
inline EntryU5BU5D_t034347107F1D23C91DE1D712EA637D904789415C* get_entries_1() const { return ___entries_1; }
inline EntryU5BU5D_t034347107F1D23C91DE1D712EA637D904789415C** get_address_of_entries_1() { return &___entries_1; }
inline void set_entries_1(EntryU5BU5D_t034347107F1D23C91DE1D712EA637D904789415C* value)
{
___entries_1 = value;
Il2CppCodeGenWriteBarrier((&___entries_1), value);
}
inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___count_2)); }
inline int32_t get_count_2() const { return ___count_2; }
inline int32_t* get_address_of_count_2() { return &___count_2; }
inline void set_count_2(int32_t value)
{
___count_2 = value;
}
inline static int32_t get_offset_of_version_3() { return static_cast<int32_t>(offsetof(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___version_3)); }
inline int32_t get_version_3() const { return ___version_3; }
inline int32_t* get_address_of_version_3() { return &___version_3; }
inline void set_version_3(int32_t value)
{
___version_3 = value;
}
inline static int32_t get_offset_of_freeList_4() { return static_cast<int32_t>(offsetof(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___freeList_4)); }
inline int32_t get_freeList_4() const { return ___freeList_4; }
inline int32_t* get_address_of_freeList_4() { return &___freeList_4; }
inline void set_freeList_4(int32_t value)
{
___freeList_4 = value;
}
inline static int32_t get_offset_of_freeCount_5() { return static_cast<int32_t>(offsetof(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___freeCount_5)); }
inline int32_t get_freeCount_5() const { return ___freeCount_5; }
inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; }
inline void set_freeCount_5(int32_t value)
{
___freeCount_5 = value;
}
inline static int32_t get_offset_of_comparer_6() { return static_cast<int32_t>(offsetof(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___comparer_6)); }
inline RuntimeObject* get_comparer_6() const { return ___comparer_6; }
inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; }
inline void set_comparer_6(RuntimeObject* value)
{
___comparer_6 = value;
Il2CppCodeGenWriteBarrier((&___comparer_6), value);
}
inline static int32_t get_offset_of_keys_7() { return static_cast<int32_t>(offsetof(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___keys_7)); }
inline KeyCollection_tC73654392B284B89334464107B696C9BD89776D9 * get_keys_7() const { return ___keys_7; }
inline KeyCollection_tC73654392B284B89334464107B696C9BD89776D9 ** get_address_of_keys_7() { return &___keys_7; }
inline void set_keys_7(KeyCollection_tC73654392B284B89334464107B696C9BD89776D9 * value)
{
___keys_7 = value;
Il2CppCodeGenWriteBarrier((&___keys_7), value);
}
inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___values_8)); }
inline ValueCollection_tA3B972EF56F7C97E35054155C33556C55FAAFD43 * get_values_8() const { return ___values_8; }
inline ValueCollection_tA3B972EF56F7C97E35054155C33556C55FAAFD43 ** get_address_of_values_8() { return &___values_8; }
inline void set_values_8(ValueCollection_tA3B972EF56F7C97E35054155C33556C55FAAFD43 * value)
{
___values_8 = value;
Il2CppCodeGenWriteBarrier((&___values_8), value);
}
inline static int32_t get_offset_of__syncRoot_9() { return static_cast<int32_t>(offsetof(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC, ____syncRoot_9)); }
inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; }
inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; }
inline void set__syncRoot_9(RuntimeObject * value)
{
____syncRoot_9 = value;
Il2CppCodeGenWriteBarrier((&____syncRoot_9), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DICTIONARY_2_T931BF283048C4E74FC063C3036E5F3FE328861FC_H
#ifndef LINKEDLISTNODE_1_T40CA80903A0F901FE11027515DD48392D85B27EA_H
#define LINKEDLISTNODE_1_T40CA80903A0F901FE11027515DD48392D85B27EA_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Generic.LinkedListNode`1<System.Text.RegularExpressions.CachedCodeEntry>
struct LinkedListNode_1_t40CA80903A0F901FE11027515DD48392D85B27EA : public RuntimeObject
{
public:
// System.Collections.Generic.LinkedList`1<T> System.Collections.Generic.LinkedListNode`1::list
LinkedList_1_t44CA4EB2162DC04F96F29C8A68A05D05166137F7 * ___list_0;
// System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedListNode`1::next
LinkedListNode_1_t40CA80903A0F901FE11027515DD48392D85B27EA * ___next_1;
// System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedListNode`1::prev
LinkedListNode_1_t40CA80903A0F901FE11027515DD48392D85B27EA * ___prev_2;
// T System.Collections.Generic.LinkedListNode`1::item
CachedCodeEntry_t0BA53FFFBCF7D04DF27AD5582E6D0E26D61B9B65 * ___item_3;
public:
inline static int32_t get_offset_of_list_0() { return static_cast<int32_t>(offsetof(LinkedListNode_1_t40CA80903A0F901FE11027515DD48392D85B27EA, ___list_0)); }
inline LinkedList_1_t44CA4EB2162DC04F96F29C8A68A05D05166137F7 * get_list_0() const { return ___list_0; }
inline LinkedList_1_t44CA4EB2162DC04F96F29C8A68A05D05166137F7 ** get_address_of_list_0() { return &___list_0; }
inline void set_list_0(LinkedList_1_t44CA4EB2162DC04F96F29C8A68A05D05166137F7 * value)
{
___list_0 = value;
Il2CppCodeGenWriteBarrier((&___list_0), value);
}
inline static int32_t get_offset_of_next_1() { return static_cast<int32_t>(offsetof(LinkedListNode_1_t40CA80903A0F901FE11027515DD48392D85B27EA, ___next_1)); }
inline LinkedListNode_1_t40CA80903A0F901FE11027515DD48392D85B27EA * get_next_1() const { return ___next_1; }
inline LinkedListNode_1_t40CA80903A0F901FE11027515DD48392D85B27EA ** get_address_of_next_1() { return &___next_1; }
inline void set_next_1(LinkedListNode_1_t40CA80903A0F901FE11027515DD48392D85B27EA * value)
{
___next_1 = value;
Il2CppCodeGenWriteBarrier((&___next_1), value);
}
inline static int32_t get_offset_of_prev_2() { return static_cast<int32_t>(offsetof(LinkedListNode_1_t40CA80903A0F901FE11027515DD48392D85B27EA, ___prev_2)); }
inline LinkedListNode_1_t40CA80903A0F901FE11027515DD48392D85B27EA * get_prev_2() const { return ___prev_2; }
inline LinkedListNode_1_t40CA80903A0F901FE11027515DD48392D85B27EA ** get_address_of_prev_2() { return &___prev_2; }
inline void set_prev_2(LinkedListNode_1_t40CA80903A0F901FE11027515DD48392D85B27EA * value)
{
___prev_2 = value;
Il2CppCodeGenWriteBarrier((&___prev_2), value);
}
inline static int32_t get_offset_of_item_3() { return static_cast<int32_t>(offsetof(LinkedListNode_1_t40CA80903A0F901FE11027515DD48392D85B27EA, ___item_3)); }
inline CachedCodeEntry_t0BA53FFFBCF7D04DF27AD5582E6D0E26D61B9B65 * get_item_3() const { return ___item_3; }
inline CachedCodeEntry_t0BA53FFFBCF7D04DF27AD5582E6D0E26D61B9B65 ** get_address_of_item_3() { return &___item_3; }
inline void set_item_3(CachedCodeEntry_t0BA53FFFBCF7D04DF27AD5582E6D0E26D61B9B65 * value)
{
___item_3 = value;
Il2CppCodeGenWriteBarrier((&___item_3), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // LINKEDLISTNODE_1_T40CA80903A0F901FE11027515DD48392D85B27EA_H
#ifndef LINKEDLIST_1_T44CA4EB2162DC04F96F29C8A68A05D05166137F7_H
#define LINKEDLIST_1_T44CA4EB2162DC04F96F29C8A68A05D05166137F7_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Generic.LinkedList`1<System.Text.RegularExpressions.CachedCodeEntry>
struct LinkedList_1_t44CA4EB2162DC04F96F29C8A68A05D05166137F7 : public RuntimeObject
{
public:
// System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedList`1::head
LinkedListNode_1_t40CA80903A0F901FE11027515DD48392D85B27EA * ___head_0;
// System.Int32 System.Collections.Generic.LinkedList`1::count
int32_t ___count_1;
// System.Int32 System.Collections.Generic.LinkedList`1::version
int32_t ___version_2;
// System.Object System.Collections.Generic.LinkedList`1::_syncRoot
RuntimeObject * ____syncRoot_3;
// System.Runtime.Serialization.SerializationInfo System.Collections.Generic.LinkedList`1::_siInfo
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ____siInfo_4;
public:
inline static int32_t get_offset_of_head_0() { return static_cast<int32_t>(offsetof(LinkedList_1_t44CA4EB2162DC04F96F29C8A68A05D05166137F7, ___head_0)); }
inline LinkedListNode_1_t40CA80903A0F901FE11027515DD48392D85B27EA * get_head_0() const { return ___head_0; }
inline LinkedListNode_1_t40CA80903A0F901FE11027515DD48392D85B27EA ** get_address_of_head_0() { return &___head_0; }
inline void set_head_0(LinkedListNode_1_t40CA80903A0F901FE11027515DD48392D85B27EA * value)
{
___head_0 = value;
Il2CppCodeGenWriteBarrier((&___head_0), value);
}
inline static int32_t get_offset_of_count_1() { return static_cast<int32_t>(offsetof(LinkedList_1_t44CA4EB2162DC04F96F29C8A68A05D05166137F7, ___count_1)); }
inline int32_t get_count_1() const { return ___count_1; }
inline int32_t* get_address_of_count_1() { return &___count_1; }
inline void set_count_1(int32_t value)
{
___count_1 = value;
}
inline static int32_t get_offset_of_version_2() { return static_cast<int32_t>(offsetof(LinkedList_1_t44CA4EB2162DC04F96F29C8A68A05D05166137F7, ___version_2)); }
inline int32_t get_version_2() const { return ___version_2; }
inline int32_t* get_address_of_version_2() { return &___version_2; }
inline void set_version_2(int32_t value)
{
___version_2 = value;
}
inline static int32_t get_offset_of__syncRoot_3() { return static_cast<int32_t>(offsetof(LinkedList_1_t44CA4EB2162DC04F96F29C8A68A05D05166137F7, ____syncRoot_3)); }
inline RuntimeObject * get__syncRoot_3() const { return ____syncRoot_3; }
inline RuntimeObject ** get_address_of__syncRoot_3() { return &____syncRoot_3; }
inline void set__syncRoot_3(RuntimeObject * value)
{
____syncRoot_3 = value;
Il2CppCodeGenWriteBarrier((&____syncRoot_3), value);
}
inline static int32_t get_offset_of__siInfo_4() { return static_cast<int32_t>(offsetof(LinkedList_1_t44CA4EB2162DC04F96F29C8A68A05D05166137F7, ____siInfo_4)); }
inline SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * get__siInfo_4() const { return ____siInfo_4; }
inline SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 ** get_address_of__siInfo_4() { return &____siInfo_4; }
inline void set__siInfo_4(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * value)
{
____siInfo_4 = value;
Il2CppCodeGenWriteBarrier((&____siInfo_4), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // LINKEDLIST_1_T44CA4EB2162DC04F96F29C8A68A05D05166137F7_H
#ifndef LIST_1_TE8032E48C661C350FF9550E9063D595C0AB25CD3_H
#define LIST_1_TE8032E48C661C350FF9550E9063D595C0AB25CD3_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Generic.List`1<System.String>
struct List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject * ____syncRoot_4;
public:
inline static int32_t get_offset_of__items_1() { return static_cast<int32_t>(offsetof(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3, ____items_1)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get__items_1() const { return ____items_1; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
____items_1 = value;
Il2CppCodeGenWriteBarrier((&____items_1), value);
}
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3, ____size_2)); }
inline int32_t get__size_2() const { return ____size_2; }
inline int32_t* get_address_of__size_2() { return &____size_2; }
inline void set__size_2(int32_t value)
{
____size_2 = value;
}
inline static int32_t get_offset_of__version_3() { return static_cast<int32_t>(offsetof(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3, ____version_3)); }
inline int32_t get__version_3() const { return ____version_3; }
inline int32_t* get_address_of__version_3() { return &____version_3; }
inline void set__version_3(int32_t value)
{
____version_3 = value;
}
inline static int32_t get_offset_of__syncRoot_4() { return static_cast<int32_t>(offsetof(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3, ____syncRoot_4)); }
inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; }
inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; }
inline void set__syncRoot_4(RuntimeObject * value)
{
____syncRoot_4 = value;
Il2CppCodeGenWriteBarrier((&____syncRoot_4), value);
}
};
struct List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_StaticFields, ____emptyArray_5)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get__emptyArray_5() const { return ____emptyArray_5; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((&____emptyArray_5), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // LIST_1_TE8032E48C661C350FF9550E9063D595C0AB25CD3_H
#ifndef LIST_1_T560DEF47D3A9D65449EE74779102DDD3BF7B6724_H
#define LIST_1_T560DEF47D3A9D65449EE74779102DDD3BF7B6724_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexCharClass_SingleRange>
struct List_1_t560DEF47D3A9D65449EE74779102DDD3BF7B6724 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
SingleRangeU5BU5D_tAB14350EBD5923A7A56245583FE00B16378B6D36* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject * ____syncRoot_4;
public:
inline static int32_t get_offset_of__items_1() { return static_cast<int32_t>(offsetof(List_1_t560DEF47D3A9D65449EE74779102DDD3BF7B6724, ____items_1)); }
inline SingleRangeU5BU5D_tAB14350EBD5923A7A56245583FE00B16378B6D36* get__items_1() const { return ____items_1; }
inline SingleRangeU5BU5D_tAB14350EBD5923A7A56245583FE00B16378B6D36** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(SingleRangeU5BU5D_tAB14350EBD5923A7A56245583FE00B16378B6D36* value)
{
____items_1 = value;
Il2CppCodeGenWriteBarrier((&____items_1), value);
}
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_t560DEF47D3A9D65449EE74779102DDD3BF7B6724, ____size_2)); }
inline int32_t get__size_2() const { return ____size_2; }
inline int32_t* get_address_of__size_2() { return &____size_2; }
inline void set__size_2(int32_t value)
{
____size_2 = value;
}
inline static int32_t get_offset_of__version_3() { return static_cast<int32_t>(offsetof(List_1_t560DEF47D3A9D65449EE74779102DDD3BF7B6724, ____version_3)); }
inline int32_t get__version_3() const { return ____version_3; }
inline int32_t* get_address_of__version_3() { return &____version_3; }
inline void set__version_3(int32_t value)
{
____version_3 = value;
}
inline static int32_t get_offset_of__syncRoot_4() { return static_cast<int32_t>(offsetof(List_1_t560DEF47D3A9D65449EE74779102DDD3BF7B6724, ____syncRoot_4)); }
inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; }
inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; }
inline void set__syncRoot_4(RuntimeObject * value)
{
____syncRoot_4 = value;
Il2CppCodeGenWriteBarrier((&____syncRoot_4), value);
}
};
struct List_1_t560DEF47D3A9D65449EE74779102DDD3BF7B6724_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
SingleRangeU5BU5D_tAB14350EBD5923A7A56245583FE00B16378B6D36* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t560DEF47D3A9D65449EE74779102DDD3BF7B6724_StaticFields, ____emptyArray_5)); }
inline SingleRangeU5BU5D_tAB14350EBD5923A7A56245583FE00B16378B6D36* get__emptyArray_5() const { return ____emptyArray_5; }
inline SingleRangeU5BU5D_tAB14350EBD5923A7A56245583FE00B16378B6D36** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(SingleRangeU5BU5D_tAB14350EBD5923A7A56245583FE00B16378B6D36* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((&____emptyArray_5), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // LIST_1_T560DEF47D3A9D65449EE74779102DDD3BF7B6724_H
#ifndef LIST_1_TA5CDE89671B691180A7422F86077A0D047AD4059_H
#define LIST_1_TA5CDE89671B691180A7422F86077A0D047AD4059_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexNode>
struct List_1_tA5CDE89671B691180A7422F86077A0D047AD4059 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
RegexNodeU5BU5D_tB18DB177D95C55B94FF9644849C7D38F5CD12CB8* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject * ____syncRoot_4;
public:
inline static int32_t get_offset_of__items_1() { return static_cast<int32_t>(offsetof(List_1_tA5CDE89671B691180A7422F86077A0D047AD4059, ____items_1)); }
inline RegexNodeU5BU5D_tB18DB177D95C55B94FF9644849C7D38F5CD12CB8* get__items_1() const { return ____items_1; }
inline RegexNodeU5BU5D_tB18DB177D95C55B94FF9644849C7D38F5CD12CB8** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(RegexNodeU5BU5D_tB18DB177D95C55B94FF9644849C7D38F5CD12CB8* value)
{
____items_1 = value;
Il2CppCodeGenWriteBarrier((&____items_1), value);
}
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_tA5CDE89671B691180A7422F86077A0D047AD4059, ____size_2)); }
inline int32_t get__size_2() const { return ____size_2; }
inline int32_t* get_address_of__size_2() { return &____size_2; }
inline void set__size_2(int32_t value)
{
____size_2 = value;
}
inline static int32_t get_offset_of__version_3() { return static_cast<int32_t>(offsetof(List_1_tA5CDE89671B691180A7422F86077A0D047AD4059, ____version_3)); }
inline int32_t get__version_3() const { return ____version_3; }
inline int32_t* get_address_of__version_3() { return &____version_3; }
inline void set__version_3(int32_t value)
{
____version_3 = value;
}
inline static int32_t get_offset_of__syncRoot_4() { return static_cast<int32_t>(offsetof(List_1_tA5CDE89671B691180A7422F86077A0D047AD4059, ____syncRoot_4)); }
inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; }
inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; }
inline void set__syncRoot_4(RuntimeObject * value)
{
____syncRoot_4 = value;
Il2CppCodeGenWriteBarrier((&____syncRoot_4), value);
}
};
struct List_1_tA5CDE89671B691180A7422F86077A0D047AD4059_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
RegexNodeU5BU5D_tB18DB177D95C55B94FF9644849C7D38F5CD12CB8* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_tA5CDE89671B691180A7422F86077A0D047AD4059_StaticFields, ____emptyArray_5)); }
inline RegexNodeU5BU5D_tB18DB177D95C55B94FF9644849C7D38F5CD12CB8* get__emptyArray_5() const { return ____emptyArray_5; }
inline RegexNodeU5BU5D_tB18DB177D95C55B94FF9644849C7D38F5CD12CB8** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(RegexNodeU5BU5D_tB18DB177D95C55B94FF9644849C7D38F5CD12CB8* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((&____emptyArray_5), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // LIST_1_TA5CDE89671B691180A7422F86077A0D047AD4059_H
#ifndef LIST_1_T85142A16ADC23C13E223599A626015FD40FF076A_H
#define LIST_1_T85142A16ADC23C13E223599A626015FD40FF076A_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexOptions>
struct List_1_t85142A16ADC23C13E223599A626015FD40FF076A : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
RegexOptionsU5BU5D_tCEBB5AC9D93A04FE8FCBB9E78F6F703149D5C41D* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject * ____syncRoot_4;
public:
inline static int32_t get_offset_of__items_1() { return static_cast<int32_t>(offsetof(List_1_t85142A16ADC23C13E223599A626015FD40FF076A, ____items_1)); }
inline RegexOptionsU5BU5D_tCEBB5AC9D93A04FE8FCBB9E78F6F703149D5C41D* get__items_1() const { return ____items_1; }
inline RegexOptionsU5BU5D_tCEBB5AC9D93A04FE8FCBB9E78F6F703149D5C41D** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(RegexOptionsU5BU5D_tCEBB5AC9D93A04FE8FCBB9E78F6F703149D5C41D* value)
{
____items_1 = value;
Il2CppCodeGenWriteBarrier((&____items_1), value);
}
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_t85142A16ADC23C13E223599A626015FD40FF076A, ____size_2)); }
inline int32_t get__size_2() const { return ____size_2; }
inline int32_t* get_address_of__size_2() { return &____size_2; }
inline void set__size_2(int32_t value)
{
____size_2 = value;
}
inline static int32_t get_offset_of__version_3() { return static_cast<int32_t>(offsetof(List_1_t85142A16ADC23C13E223599A626015FD40FF076A, ____version_3)); }
inline int32_t get__version_3() const { return ____version_3; }
inline int32_t* get_address_of__version_3() { return &____version_3; }
inline void set__version_3(int32_t value)
{
____version_3 = value;
}
inline static int32_t get_offset_of__syncRoot_4() { return static_cast<int32_t>(offsetof(List_1_t85142A16ADC23C13E223599A626015FD40FF076A, ____syncRoot_4)); }
inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; }
inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; }
inline void set__syncRoot_4(RuntimeObject * value)
{
____syncRoot_4 = value;
Il2CppCodeGenWriteBarrier((&____syncRoot_4), value);
}
};
struct List_1_t85142A16ADC23C13E223599A626015FD40FF076A_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
RegexOptionsU5BU5D_tCEBB5AC9D93A04FE8FCBB9E78F6F703149D5C41D* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t85142A16ADC23C13E223599A626015FD40FF076A_StaticFields, ____emptyArray_5)); }
inline RegexOptionsU5BU5D_tCEBB5AC9D93A04FE8FCBB9E78F6F703149D5C41D* get__emptyArray_5() const { return ____emptyArray_5; }
inline RegexOptionsU5BU5D_tCEBB5AC9D93A04FE8FCBB9E78F6F703149D5C41D** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(RegexOptionsU5BU5D_tCEBB5AC9D93A04FE8FCBB9E78F6F703149D5C41D* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((&____emptyArray_5), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // LIST_1_T85142A16ADC23C13E223599A626015FD40FF076A_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.String System.Exception::_className
String_t* ____className_1;
// System.String System.Exception::_message
String_t* ____message_2;
// System.Collections.IDictionary System.Exception::_data
RuntimeObject* ____data_3;
// System.Exception System.Exception::_innerException
Exception_t * ____innerException_4;
// System.String System.Exception::_helpURL
String_t* ____helpURL_5;
// System.Object System.Exception::_stackTrace
RuntimeObject * ____stackTrace_6;
// System.String System.Exception::_stackTraceString
String_t* ____stackTraceString_7;
// System.String System.Exception::_remoteStackTraceString
String_t* ____remoteStackTraceString_8;
// System.Int32 System.Exception::_remoteStackIndex
int32_t ____remoteStackIndex_9;
// System.Object System.Exception::_dynamicMethods
RuntimeObject * ____dynamicMethods_10;
// System.Int32 System.Exception::_HResult
int32_t ____HResult_11;
// System.String System.Exception::_source
String_t* ____source_12;
// System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
// System.Diagnostics.StackTrace[] System.Exception::captured_traces
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
// System.IntPtr[] System.Exception::native_trace_ips
IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* ___native_trace_ips_15;
public:
inline static int32_t get_offset_of__className_1() { return static_cast<int32_t>(offsetof(Exception_t, ____className_1)); }
inline String_t* get__className_1() const { return ____className_1; }
inline String_t** get_address_of__className_1() { return &____className_1; }
inline void set__className_1(String_t* value)
{
____className_1 = value;
Il2CppCodeGenWriteBarrier((&____className_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__data_3() { return static_cast<int32_t>(offsetof(Exception_t, ____data_3)); }
inline RuntimeObject* get__data_3() const { return ____data_3; }
inline RuntimeObject** get_address_of__data_3() { return &____data_3; }
inline void set__data_3(RuntimeObject* value)
{
____data_3 = value;
Il2CppCodeGenWriteBarrier((&____data_3), value);
}
inline static int32_t get_offset_of__innerException_4() { return static_cast<int32_t>(offsetof(Exception_t, ____innerException_4)); }
inline Exception_t * get__innerException_4() const { return ____innerException_4; }
inline Exception_t ** get_address_of__innerException_4() { return &____innerException_4; }
inline void set__innerException_4(Exception_t * value)
{
____innerException_4 = value;
Il2CppCodeGenWriteBarrier((&____innerException_4), value);
}
inline static int32_t get_offset_of__helpURL_5() { return static_cast<int32_t>(offsetof(Exception_t, ____helpURL_5)); }
inline String_t* get__helpURL_5() const { return ____helpURL_5; }
inline String_t** get_address_of__helpURL_5() { return &____helpURL_5; }
inline void set__helpURL_5(String_t* value)
{
____helpURL_5 = value;
Il2CppCodeGenWriteBarrier((&____helpURL_5), value);
}
inline static int32_t get_offset_of__stackTrace_6() { return static_cast<int32_t>(offsetof(Exception_t, ____stackTrace_6)); }
inline RuntimeObject * get__stackTrace_6() const { return ____stackTrace_6; }
inline RuntimeObject ** get_address_of__stackTrace_6() { return &____stackTrace_6; }
inline void set__stackTrace_6(RuntimeObject * value)
{
____stackTrace_6 = value;
Il2CppCodeGenWriteBarrier((&____stackTrace_6), value);
}
inline static int32_t get_offset_of__stackTraceString_7() { return static_cast<int32_t>(offsetof(Exception_t, ____stackTraceString_7)); }
inline String_t* get__stackTraceString_7() const { return ____stackTraceString_7; }
inline String_t** get_address_of__stackTraceString_7() { return &____stackTraceString_7; }
inline void set__stackTraceString_7(String_t* value)
{
____stackTraceString_7 = value;
Il2CppCodeGenWriteBarrier((&____stackTraceString_7), value);
}
inline static int32_t get_offset_of__remoteStackTraceString_8() { return static_cast<int32_t>(offsetof(Exception_t, ____remoteStackTraceString_8)); }
inline String_t* get__remoteStackTraceString_8() const { return ____remoteStackTraceString_8; }
inline String_t** get_address_of__remoteStackTraceString_8() { return &____remoteStackTraceString_8; }
inline void set__remoteStackTraceString_8(String_t* value)
{
____remoteStackTraceString_8 = value;
Il2CppCodeGenWriteBarrier((&____remoteStackTraceString_8), value);
}
inline static int32_t get_offset_of__remoteStackIndex_9() { return static_cast<int32_t>(offsetof(Exception_t, ____remoteStackIndex_9)); }
inline int32_t get__remoteStackIndex_9() const { return ____remoteStackIndex_9; }
inline int32_t* get_address_of__remoteStackIndex_9() { return &____remoteStackIndex_9; }
inline void set__remoteStackIndex_9(int32_t value)
{
____remoteStackIndex_9 = value;
}
inline static int32_t get_offset_of__dynamicMethods_10() { return static_cast<int32_t>(offsetof(Exception_t, ____dynamicMethods_10)); }
inline RuntimeObject * get__dynamicMethods_10() const { return ____dynamicMethods_10; }
inline RuntimeObject ** get_address_of__dynamicMethods_10() { return &____dynamicMethods_10; }
inline void set__dynamicMethods_10(RuntimeObject * value)
{
____dynamicMethods_10 = value;
Il2CppCodeGenWriteBarrier((&____dynamicMethods_10), value);
}
inline static int32_t get_offset_of__HResult_11() { return static_cast<int32_t>(offsetof(Exception_t, ____HResult_11)); }
inline int32_t get__HResult_11() const { return ____HResult_11; }
inline int32_t* get_address_of__HResult_11() { return &____HResult_11; }
inline void set__HResult_11(int32_t value)
{
____HResult_11 = value;
}
inline static int32_t get_offset_of__source_12() { return static_cast<int32_t>(offsetof(Exception_t, ____source_12)); }
inline String_t* get__source_12() const { return ____source_12; }
inline String_t** get_address_of__source_12() { return &____source_12; }
inline void set__source_12(String_t* value)
{
____source_12 = value;
Il2CppCodeGenWriteBarrier((&____source_12), value);
}
inline static int32_t get_offset_of__safeSerializationManager_13() { return static_cast<int32_t>(offsetof(Exception_t, ____safeSerializationManager_13)); }
inline SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; }
inline SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; }
inline void set__safeSerializationManager_13(SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * value)
{
____safeSerializationManager_13 = value;
Il2CppCodeGenWriteBarrier((&____safeSerializationManager_13), value);
}
inline static int32_t get_offset_of_captured_traces_14() { return static_cast<int32_t>(offsetof(Exception_t, ___captured_traces_14)); }
inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* get_captured_traces_14() const { return ___captured_traces_14; }
inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196** get_address_of_captured_traces_14() { return &___captured_traces_14; }
inline void set_captured_traces_14(StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* value)
{
___captured_traces_14 = value;
Il2CppCodeGenWriteBarrier((&___captured_traces_14), value);
}
inline static int32_t get_offset_of_native_trace_ips_15() { return static_cast<int32_t>(offsetof(Exception_t, ___native_trace_ips_15)); }
inline IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* get_native_trace_ips_15() const { return ___native_trace_ips_15; }
inline IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; }
inline void set_native_trace_ips_15(IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* value)
{
___native_trace_ips_15 = value;
Il2CppCodeGenWriteBarrier((&___native_trace_ips_15), value);
}
};
struct Exception_t_StaticFields
{
public:
// System.Object System.Exception::s_EDILock
RuntimeObject * ___s_EDILock_0;
public:
inline static int32_t get_offset_of_s_EDILock_0() { return static_cast<int32_t>(offsetof(Exception_t_StaticFields, ___s_EDILock_0)); }
inline RuntimeObject * get_s_EDILock_0() const { return ___s_EDILock_0; }
inline RuntimeObject ** get_address_of_s_EDILock_0() { return &___s_EDILock_0; }
inline void set_s_EDILock_0(RuntimeObject * value)
{
___s_EDILock_0 = value;
Il2CppCodeGenWriteBarrier((&___s_EDILock_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.Exception
struct Exception_t_marshaled_pinvoke
{
char* ____className_1;
char* ____message_2;
RuntimeObject* ____data_3;
Exception_t_marshaled_pinvoke* ____innerException_4;
char* ____helpURL_5;
Il2CppIUnknown* ____stackTrace_6;
char* ____stackTraceString_7;
char* ____remoteStackTraceString_8;
int32_t ____remoteStackIndex_9;
Il2CppIUnknown* ____dynamicMethods_10;
int32_t ____HResult_11;
char* ____source_12;
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
intptr_t* ___native_trace_ips_15;
};
// Native definition for COM marshalling of System.Exception
struct Exception_t_marshaled_com
{
Il2CppChar* ____className_1;
Il2CppChar* ____message_2;
RuntimeObject* ____data_3;
Exception_t_marshaled_com* ____innerException_4;
Il2CppChar* ____helpURL_5;
Il2CppIUnknown* ____stackTrace_6;
Il2CppChar* ____stackTraceString_7;
Il2CppChar* ____remoteStackTraceString_8;
int32_t ____remoteStackIndex_9;
Il2CppIUnknown* ____dynamicMethods_10;
int32_t ____HResult_11;
Il2CppChar* ____source_12;
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
intptr_t* ___native_trace_ips_15;
};
#endif // EXCEPTION_T_H
#ifndef CULTUREINFO_T345AC6924134F039ED9A11F3E03F8E91B6A3225F_H
#define CULTUREINFO_T345AC6924134F039ED9A11F3E03F8E91B6A3225F_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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F : public RuntimeObject
{
public:
// System.Boolean System.Globalization.CultureInfo::m_isReadOnly
bool ___m_isReadOnly_3;
// System.Int32 System.Globalization.CultureInfo::cultureID
int32_t ___cultureID_4;
// System.Int32 System.Globalization.CultureInfo::parent_lcid
int32_t ___parent_lcid_5;
// System.Int32 System.Globalization.CultureInfo::datetime_index
int32_t ___datetime_index_6;
// System.Int32 System.Globalization.CultureInfo::number_index
int32_t ___number_index_7;
// System.Int32 System.Globalization.CultureInfo::default_calendar_type
int32_t ___default_calendar_type_8;
// System.Boolean System.Globalization.CultureInfo::m_useUserOverride
bool ___m_useUserOverride_9;
// System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::numInfo
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numInfo_10;
// System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dateTimeInfo_11;
// System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo
TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___textInfo_12;
// System.String System.Globalization.CultureInfo::m_name
String_t* ___m_name_13;
// System.String System.Globalization.CultureInfo::englishname
String_t* ___englishname_14;
// System.String System.Globalization.CultureInfo::nativename
String_t* ___nativename_15;
// System.String System.Globalization.CultureInfo::iso3lang
String_t* ___iso3lang_16;
// System.String System.Globalization.CultureInfo::iso2lang
String_t* ___iso2lang_17;
// System.String System.Globalization.CultureInfo::win3lang
String_t* ___win3lang_18;
// System.String System.Globalization.CultureInfo::territory
String_t* ___territory_19;
// System.String[] System.Globalization.CultureInfo::native_calendar_names
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___native_calendar_names_20;
// System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___compareInfo_21;
// System.Void* System.Globalization.CultureInfo::textinfo_data
void* ___textinfo_data_22;
// System.Int32 System.Globalization.CultureInfo::m_dataItem
int32_t ___m_dataItem_23;
// System.Globalization.Calendar System.Globalization.CultureInfo::calendar
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_24;
// System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___parent_culture_25;
// System.Boolean System.Globalization.CultureInfo::constructed
bool ___constructed_26;
// System.Byte[] System.Globalization.CultureInfo::cached_serialized_form
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___cached_serialized_form_27;
// System.Globalization.CultureData System.Globalization.CultureInfo::m_cultureData
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * ___m_cultureData_28;
// System.Boolean System.Globalization.CultureInfo::m_isInherited
bool ___m_isInherited_29;
public:
inline static int32_t get_offset_of_m_isReadOnly_3() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_isReadOnly_3)); }
inline bool get_m_isReadOnly_3() const { return ___m_isReadOnly_3; }
inline bool* get_address_of_m_isReadOnly_3() { return &___m_isReadOnly_3; }
inline void set_m_isReadOnly_3(bool value)
{
___m_isReadOnly_3 = value;
}
inline static int32_t get_offset_of_cultureID_4() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___cultureID_4)); }
inline int32_t get_cultureID_4() const { return ___cultureID_4; }
inline int32_t* get_address_of_cultureID_4() { return &___cultureID_4; }
inline void set_cultureID_4(int32_t value)
{
___cultureID_4 = value;
}
inline static int32_t get_offset_of_parent_lcid_5() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___parent_lcid_5)); }
inline int32_t get_parent_lcid_5() const { return ___parent_lcid_5; }
inline int32_t* get_address_of_parent_lcid_5() { return &___parent_lcid_5; }
inline void set_parent_lcid_5(int32_t value)
{
___parent_lcid_5 = value;
}
inline static int32_t get_offset_of_datetime_index_6() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___datetime_index_6)); }
inline int32_t get_datetime_index_6() const { return ___datetime_index_6; }
inline int32_t* get_address_of_datetime_index_6() { return &___datetime_index_6; }
inline void set_datetime_index_6(int32_t value)
{
___datetime_index_6 = value;
}
inline static int32_t get_offset_of_number_index_7() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___number_index_7)); }
inline int32_t get_number_index_7() const { return ___number_index_7; }
inline int32_t* get_address_of_number_index_7() { return &___number_index_7; }
inline void set_number_index_7(int32_t value)
{
___number_index_7 = value;
}
inline static int32_t get_offset_of_default_calendar_type_8() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___default_calendar_type_8)); }
inline int32_t get_default_calendar_type_8() const { return ___default_calendar_type_8; }
inline int32_t* get_address_of_default_calendar_type_8() { return &___default_calendar_type_8; }
inline void set_default_calendar_type_8(int32_t value)
{
___default_calendar_type_8 = value;
}
inline static int32_t get_offset_of_m_useUserOverride_9() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_useUserOverride_9)); }
inline bool get_m_useUserOverride_9() const { return ___m_useUserOverride_9; }
inline bool* get_address_of_m_useUserOverride_9() { return &___m_useUserOverride_9; }
inline void set_m_useUserOverride_9(bool value)
{
___m_useUserOverride_9 = value;
}
inline static int32_t get_offset_of_numInfo_10() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___numInfo_10)); }
inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * get_numInfo_10() const { return ___numInfo_10; }
inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 ** get_address_of_numInfo_10() { return &___numInfo_10; }
inline void set_numInfo_10(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * value)
{
___numInfo_10 = value;
Il2CppCodeGenWriteBarrier((&___numInfo_10), value);
}
inline static int32_t get_offset_of_dateTimeInfo_11() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___dateTimeInfo_11)); }
inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * get_dateTimeInfo_11() const { return ___dateTimeInfo_11; }
inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** get_address_of_dateTimeInfo_11() { return &___dateTimeInfo_11; }
inline void set_dateTimeInfo_11(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * value)
{
___dateTimeInfo_11 = value;
Il2CppCodeGenWriteBarrier((&___dateTimeInfo_11), value);
}
inline static int32_t get_offset_of_textInfo_12() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___textInfo_12)); }
inline TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * get_textInfo_12() const { return ___textInfo_12; }
inline TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 ** get_address_of_textInfo_12() { return &___textInfo_12; }
inline void set_textInfo_12(TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * value)
{
___textInfo_12 = value;
Il2CppCodeGenWriteBarrier((&___textInfo_12), value);
}
inline static int32_t get_offset_of_m_name_13() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_name_13)); }
inline String_t* get_m_name_13() const { return ___m_name_13; }
inline String_t** get_address_of_m_name_13() { return &___m_name_13; }
inline void set_m_name_13(String_t* value)
{
___m_name_13 = value;
Il2CppCodeGenWriteBarrier((&___m_name_13), value);
}
inline static int32_t get_offset_of_englishname_14() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___englishname_14)); }
inline String_t* get_englishname_14() const { return ___englishname_14; }
inline String_t** get_address_of_englishname_14() { return &___englishname_14; }
inline void set_englishname_14(String_t* value)
{
___englishname_14 = value;
Il2CppCodeGenWriteBarrier((&___englishname_14), value);
}
inline static int32_t get_offset_of_nativename_15() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___nativename_15)); }
inline String_t* get_nativename_15() const { return ___nativename_15; }
inline String_t** get_address_of_nativename_15() { return &___nativename_15; }
inline void set_nativename_15(String_t* value)
{
___nativename_15 = value;
Il2CppCodeGenWriteBarrier((&___nativename_15), value);
}
inline static int32_t get_offset_of_iso3lang_16() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___iso3lang_16)); }
inline String_t* get_iso3lang_16() const { return ___iso3lang_16; }
inline String_t** get_address_of_iso3lang_16() { return &___iso3lang_16; }
inline void set_iso3lang_16(String_t* value)
{
___iso3lang_16 = value;
Il2CppCodeGenWriteBarrier((&___iso3lang_16), value);
}
inline static int32_t get_offset_of_iso2lang_17() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___iso2lang_17)); }
inline String_t* get_iso2lang_17() const { return ___iso2lang_17; }
inline String_t** get_address_of_iso2lang_17() { return &___iso2lang_17; }
inline void set_iso2lang_17(String_t* value)
{
___iso2lang_17 = value;
Il2CppCodeGenWriteBarrier((&___iso2lang_17), value);
}
inline static int32_t get_offset_of_win3lang_18() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___win3lang_18)); }
inline String_t* get_win3lang_18() const { return ___win3lang_18; }
inline String_t** get_address_of_win3lang_18() { return &___win3lang_18; }
inline void set_win3lang_18(String_t* value)
{
___win3lang_18 = value;
Il2CppCodeGenWriteBarrier((&___win3lang_18), value);
}
inline static int32_t get_offset_of_territory_19() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___territory_19)); }
inline String_t* get_territory_19() const { return ___territory_19; }
inline String_t** get_address_of_territory_19() { return &___territory_19; }
inline void set_territory_19(String_t* value)
{
___territory_19 = value;
Il2CppCodeGenWriteBarrier((&___territory_19), value);
}
inline static int32_t get_offset_of_native_calendar_names_20() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___native_calendar_names_20)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_native_calendar_names_20() const { return ___native_calendar_names_20; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_native_calendar_names_20() { return &___native_calendar_names_20; }
inline void set_native_calendar_names_20(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___native_calendar_names_20 = value;
Il2CppCodeGenWriteBarrier((&___native_calendar_names_20), value);
}
inline static int32_t get_offset_of_compareInfo_21() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___compareInfo_21)); }
inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * get_compareInfo_21() const { return ___compareInfo_21; }
inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 ** get_address_of_compareInfo_21() { return &___compareInfo_21; }
inline void set_compareInfo_21(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * value)
{
___compareInfo_21 = value;
Il2CppCodeGenWriteBarrier((&___compareInfo_21), value);
}
inline static int32_t get_offset_of_textinfo_data_22() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___textinfo_data_22)); }
inline void* get_textinfo_data_22() const { return ___textinfo_data_22; }
inline void** get_address_of_textinfo_data_22() { return &___textinfo_data_22; }
inline void set_textinfo_data_22(void* value)
{
___textinfo_data_22 = value;
}
inline static int32_t get_offset_of_m_dataItem_23() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_dataItem_23)); }
inline int32_t get_m_dataItem_23() const { return ___m_dataItem_23; }
inline int32_t* get_address_of_m_dataItem_23() { return &___m_dataItem_23; }
inline void set_m_dataItem_23(int32_t value)
{
___m_dataItem_23 = value;
}
inline static int32_t get_offset_of_calendar_24() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___calendar_24)); }
inline Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * get_calendar_24() const { return ___calendar_24; }
inline Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 ** get_address_of_calendar_24() { return &___calendar_24; }
inline void set_calendar_24(Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * value)
{
___calendar_24 = value;
Il2CppCodeGenWriteBarrier((&___calendar_24), value);
}
inline static int32_t get_offset_of_parent_culture_25() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___parent_culture_25)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_parent_culture_25() const { return ___parent_culture_25; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_parent_culture_25() { return &___parent_culture_25; }
inline void set_parent_culture_25(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___parent_culture_25 = value;
Il2CppCodeGenWriteBarrier((&___parent_culture_25), value);
}
inline static int32_t get_offset_of_constructed_26() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___constructed_26)); }
inline bool get_constructed_26() const { return ___constructed_26; }
inline bool* get_address_of_constructed_26() { return &___constructed_26; }
inline void set_constructed_26(bool value)
{
___constructed_26 = value;
}
inline static int32_t get_offset_of_cached_serialized_form_27() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___cached_serialized_form_27)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_cached_serialized_form_27() const { return ___cached_serialized_form_27; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_cached_serialized_form_27() { return &___cached_serialized_form_27; }
inline void set_cached_serialized_form_27(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___cached_serialized_form_27 = value;
Il2CppCodeGenWriteBarrier((&___cached_serialized_form_27), value);
}
inline static int32_t get_offset_of_m_cultureData_28() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_cultureData_28)); }
inline CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * get_m_cultureData_28() const { return ___m_cultureData_28; }
inline CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD ** get_address_of_m_cultureData_28() { return &___m_cultureData_28; }
inline void set_m_cultureData_28(CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * value)
{
___m_cultureData_28 = value;
Il2CppCodeGenWriteBarrier((&___m_cultureData_28), value);
}
inline static int32_t get_offset_of_m_isInherited_29() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_isInherited_29)); }
inline bool get_m_isInherited_29() const { return ___m_isInherited_29; }
inline bool* get_address_of_m_isInherited_29() { return &___m_isInherited_29; }
inline void set_m_isInherited_29(bool value)
{
___m_isInherited_29 = value;
}
};
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields
{
public:
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___invariant_culture_info_0;
// System.Object System.Globalization.CultureInfo::shared_table_lock
RuntimeObject * ___shared_table_lock_1;
// System.Globalization.CultureInfo System.Globalization.CultureInfo::default_current_culture
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___default_current_culture_2;
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentUICulture
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___s_DefaultThreadCurrentUICulture_33;
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentCulture
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___s_DefaultThreadCurrentCulture_34;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo> System.Globalization.CultureInfo::shared_by_number
Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * ___shared_by_number_35;
// System.Collections.Generic.Dictionary`2<System.String,System.Globalization.CultureInfo> System.Globalization.CultureInfo::shared_by_name
Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * ___shared_by_name_36;
// System.Boolean System.Globalization.CultureInfo::IsTaiwanSku
bool ___IsTaiwanSku_37;
public:
inline static int32_t get_offset_of_invariant_culture_info_0() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___invariant_culture_info_0)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_invariant_culture_info_0() const { return ___invariant_culture_info_0; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_invariant_culture_info_0() { return &___invariant_culture_info_0; }
inline void set_invariant_culture_info_0(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___invariant_culture_info_0 = value;
Il2CppCodeGenWriteBarrier((&___invariant_culture_info_0), value);
}
inline static int32_t get_offset_of_shared_table_lock_1() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___shared_table_lock_1)); }
inline RuntimeObject * get_shared_table_lock_1() const { return ___shared_table_lock_1; }
inline RuntimeObject ** get_address_of_shared_table_lock_1() { return &___shared_table_lock_1; }
inline void set_shared_table_lock_1(RuntimeObject * value)
{
___shared_table_lock_1 = value;
Il2CppCodeGenWriteBarrier((&___shared_table_lock_1), value);
}
inline static int32_t get_offset_of_default_current_culture_2() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___default_current_culture_2)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_default_current_culture_2() const { return ___default_current_culture_2; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_default_current_culture_2() { return &___default_current_culture_2; }
inline void set_default_current_culture_2(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___default_current_culture_2 = value;
Il2CppCodeGenWriteBarrier((&___default_current_culture_2), value);
}
inline static int32_t get_offset_of_s_DefaultThreadCurrentUICulture_33() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___s_DefaultThreadCurrentUICulture_33)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_s_DefaultThreadCurrentUICulture_33() const { return ___s_DefaultThreadCurrentUICulture_33; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_s_DefaultThreadCurrentUICulture_33() { return &___s_DefaultThreadCurrentUICulture_33; }
inline void set_s_DefaultThreadCurrentUICulture_33(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___s_DefaultThreadCurrentUICulture_33 = value;
Il2CppCodeGenWriteBarrier((&___s_DefaultThreadCurrentUICulture_33), value);
}
inline static int32_t get_offset_of_s_DefaultThreadCurrentCulture_34() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___s_DefaultThreadCurrentCulture_34)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_s_DefaultThreadCurrentCulture_34() const { return ___s_DefaultThreadCurrentCulture_34; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_s_DefaultThreadCurrentCulture_34() { return &___s_DefaultThreadCurrentCulture_34; }
inline void set_s_DefaultThreadCurrentCulture_34(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___s_DefaultThreadCurrentCulture_34 = value;
Il2CppCodeGenWriteBarrier((&___s_DefaultThreadCurrentCulture_34), value);
}
inline static int32_t get_offset_of_shared_by_number_35() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___shared_by_number_35)); }
inline Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * get_shared_by_number_35() const { return ___shared_by_number_35; }
inline Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B ** get_address_of_shared_by_number_35() { return &___shared_by_number_35; }
inline void set_shared_by_number_35(Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * value)
{
___shared_by_number_35 = value;
Il2CppCodeGenWriteBarrier((&___shared_by_number_35), value);
}
inline static int32_t get_offset_of_shared_by_name_36() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___shared_by_name_36)); }
inline Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * get_shared_by_name_36() const { return ___shared_by_name_36; }
inline Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 ** get_address_of_shared_by_name_36() { return &___shared_by_name_36; }
inline void set_shared_by_name_36(Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * value)
{
___shared_by_name_36 = value;
Il2CppCodeGenWriteBarrier((&___shared_by_name_36), value);
}
inline static int32_t get_offset_of_IsTaiwanSku_37() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___IsTaiwanSku_37)); }
inline bool get_IsTaiwanSku_37() const { return ___IsTaiwanSku_37; }
inline bool* get_address_of_IsTaiwanSku_37() { return &___IsTaiwanSku_37; }
inline void set_IsTaiwanSku_37(bool value)
{
___IsTaiwanSku_37 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.Globalization.CultureInfo
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke
{
int32_t ___m_isReadOnly_3;
int32_t ___cultureID_4;
int32_t ___parent_lcid_5;
int32_t ___datetime_index_6;
int32_t ___number_index_7;
int32_t ___default_calendar_type_8;
int32_t ___m_useUserOverride_9;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numInfo_10;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dateTimeInfo_11;
TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___textInfo_12;
char* ___m_name_13;
char* ___englishname_14;
char* ___nativename_15;
char* ___iso3lang_16;
char* ___iso2lang_17;
char* ___win3lang_18;
char* ___territory_19;
char** ___native_calendar_names_20;
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___compareInfo_21;
void* ___textinfo_data_22;
int32_t ___m_dataItem_23;
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_24;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke* ___parent_culture_25;
int32_t ___constructed_26;
uint8_t* ___cached_serialized_form_27;
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_pinvoke* ___m_cultureData_28;
int32_t ___m_isInherited_29;
};
// Native definition for COM marshalling of System.Globalization.CultureInfo
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com
{
int32_t ___m_isReadOnly_3;
int32_t ___cultureID_4;
int32_t ___parent_lcid_5;
int32_t ___datetime_index_6;
int32_t ___number_index_7;
int32_t ___default_calendar_type_8;
int32_t ___m_useUserOverride_9;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numInfo_10;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dateTimeInfo_11;
TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___textInfo_12;
Il2CppChar* ___m_name_13;
Il2CppChar* ___englishname_14;
Il2CppChar* ___nativename_15;
Il2CppChar* ___iso3lang_16;
Il2CppChar* ___iso2lang_17;
Il2CppChar* ___win3lang_18;
Il2CppChar* ___territory_19;
Il2CppChar** ___native_calendar_names_20;
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___compareInfo_21;
void* ___textinfo_data_22;
int32_t ___m_dataItem_23;
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_24;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com* ___parent_culture_25;
int32_t ___constructed_26;
uint8_t* ___cached_serialized_form_27;
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_com* ___m_cultureData_28;
int32_t ___m_isInherited_29;
};
#endif // CULTUREINFO_T345AC6924134F039ED9A11F3E03F8E91B6A3225F_H
#ifndef MARSHALBYREFOBJECT_TC4577953D0A44D0AB8597CFA868E01C858B1C9AF_H
#define MARSHALBYREFOBJECT_TC4577953D0A44D0AB8597CFA868E01C858B1C9AF_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.MarshalByRefObject
struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF : public RuntimeObject
{
public:
// System.Object System.MarshalByRefObject::_identity
RuntimeObject * ____identity_0;
public:
inline static int32_t get_offset_of__identity_0() { return static_cast<int32_t>(offsetof(MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF, ____identity_0)); }
inline RuntimeObject * get__identity_0() const { return ____identity_0; }
inline RuntimeObject ** get_address_of__identity_0() { return &____identity_0; }
inline void set__identity_0(RuntimeObject * value)
{
____identity_0 = value;
Il2CppCodeGenWriteBarrier((&____identity_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.MarshalByRefObject
struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_pinvoke
{
Il2CppIUnknown* ____identity_0;
};
// Native definition for COM marshalling of System.MarshalByRefObject
struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_com
{
Il2CppIUnknown* ____identity_0;
};
#endif // MARSHALBYREFOBJECT_TC4577953D0A44D0AB8597CFA868E01C858B1C9AF_H
#ifndef SERIALIZATIONINFO_T1BB80E9C9DEA52DBF464487234B045E2930ADA26_H
#define SERIALIZATIONINFO_T1BB80E9C9DEA52DBF464487234B045E2930ADA26_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.SerializationInfo
struct SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 : public RuntimeObject
{
public:
// System.String[] System.Runtime.Serialization.SerializationInfo::m_members
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___m_members_0;
// System.Object[] System.Runtime.Serialization.SerializationInfo::m_data
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___m_data_1;
// System.Type[] System.Runtime.Serialization.SerializationInfo::m_types
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___m_types_2;
// System.Collections.Generic.Dictionary`2<System.String,System.Int32> System.Runtime.Serialization.SerializationInfo::m_nameToIndex
Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * ___m_nameToIndex_3;
// System.Int32 System.Runtime.Serialization.SerializationInfo::m_currMember
int32_t ___m_currMember_4;
// System.Runtime.Serialization.IFormatterConverter System.Runtime.Serialization.SerializationInfo::m_converter
RuntimeObject* ___m_converter_5;
// System.String System.Runtime.Serialization.SerializationInfo::m_fullTypeName
String_t* ___m_fullTypeName_6;
// System.String System.Runtime.Serialization.SerializationInfo::m_assemName
String_t* ___m_assemName_7;
// System.Type System.Runtime.Serialization.SerializationInfo::objectType
Type_t * ___objectType_8;
// System.Boolean System.Runtime.Serialization.SerializationInfo::isFullTypeNameSetExplicit
bool ___isFullTypeNameSetExplicit_9;
// System.Boolean System.Runtime.Serialization.SerializationInfo::isAssemblyNameSetExplicit
bool ___isAssemblyNameSetExplicit_10;
// System.Boolean System.Runtime.Serialization.SerializationInfo::requireSameTokenInPartialTrust
bool ___requireSameTokenInPartialTrust_11;
public:
inline static int32_t get_offset_of_m_members_0() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_members_0)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_m_members_0() const { return ___m_members_0; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_m_members_0() { return &___m_members_0; }
inline void set_m_members_0(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___m_members_0 = value;
Il2CppCodeGenWriteBarrier((&___m_members_0), value);
}
inline static int32_t get_offset_of_m_data_1() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_data_1)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_m_data_1() const { return ___m_data_1; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_m_data_1() { return &___m_data_1; }
inline void set_m_data_1(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___m_data_1 = value;
Il2CppCodeGenWriteBarrier((&___m_data_1), value);
}
inline static int32_t get_offset_of_m_types_2() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_types_2)); }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_m_types_2() const { return ___m_types_2; }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_m_types_2() { return &___m_types_2; }
inline void set_m_types_2(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
{
___m_types_2 = value;
Il2CppCodeGenWriteBarrier((&___m_types_2), value);
}
inline static int32_t get_offset_of_m_nameToIndex_3() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_nameToIndex_3)); }
inline Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * get_m_nameToIndex_3() const { return ___m_nameToIndex_3; }
inline Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB ** get_address_of_m_nameToIndex_3() { return &___m_nameToIndex_3; }
inline void set_m_nameToIndex_3(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * value)
{
___m_nameToIndex_3 = value;
Il2CppCodeGenWriteBarrier((&___m_nameToIndex_3), value);
}
inline static int32_t get_offset_of_m_currMember_4() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_currMember_4)); }
inline int32_t get_m_currMember_4() const { return ___m_currMember_4; }
inline int32_t* get_address_of_m_currMember_4() { return &___m_currMember_4; }
inline void set_m_currMember_4(int32_t value)
{
___m_currMember_4 = value;
}
inline static int32_t get_offset_of_m_converter_5() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_converter_5)); }
inline RuntimeObject* get_m_converter_5() const { return ___m_converter_5; }
inline RuntimeObject** get_address_of_m_converter_5() { return &___m_converter_5; }
inline void set_m_converter_5(RuntimeObject* value)
{
___m_converter_5 = value;
Il2CppCodeGenWriteBarrier((&___m_converter_5), value);
}
inline static int32_t get_offset_of_m_fullTypeName_6() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_fullTypeName_6)); }
inline String_t* get_m_fullTypeName_6() const { return ___m_fullTypeName_6; }
inline String_t** get_address_of_m_fullTypeName_6() { return &___m_fullTypeName_6; }
inline void set_m_fullTypeName_6(String_t* value)
{
___m_fullTypeName_6 = value;
Il2CppCodeGenWriteBarrier((&___m_fullTypeName_6), value);
}
inline static int32_t get_offset_of_m_assemName_7() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_assemName_7)); }
inline String_t* get_m_assemName_7() const { return ___m_assemName_7; }
inline String_t** get_address_of_m_assemName_7() { return &___m_assemName_7; }
inline void set_m_assemName_7(String_t* value)
{
___m_assemName_7 = value;
Il2CppCodeGenWriteBarrier((&___m_assemName_7), value);
}
inline static int32_t get_offset_of_objectType_8() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___objectType_8)); }
inline Type_t * get_objectType_8() const { return ___objectType_8; }
inline Type_t ** get_address_of_objectType_8() { return &___objectType_8; }
inline void set_objectType_8(Type_t * value)
{
___objectType_8 = value;
Il2CppCodeGenWriteBarrier((&___objectType_8), value);
}
inline static int32_t get_offset_of_isFullTypeNameSetExplicit_9() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___isFullTypeNameSetExplicit_9)); }
inline bool get_isFullTypeNameSetExplicit_9() const { return ___isFullTypeNameSetExplicit_9; }
inline bool* get_address_of_isFullTypeNameSetExplicit_9() { return &___isFullTypeNameSetExplicit_9; }
inline void set_isFullTypeNameSetExplicit_9(bool value)
{
___isFullTypeNameSetExplicit_9 = value;
}
inline static int32_t get_offset_of_isAssemblyNameSetExplicit_10() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___isAssemblyNameSetExplicit_10)); }
inline bool get_isAssemblyNameSetExplicit_10() const { return ___isAssemblyNameSetExplicit_10; }
inline bool* get_address_of_isAssemblyNameSetExplicit_10() { return &___isAssemblyNameSetExplicit_10; }
inline void set_isAssemblyNameSetExplicit_10(bool value)
{
___isAssemblyNameSetExplicit_10 = value;
}
inline static int32_t get_offset_of_requireSameTokenInPartialTrust_11() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___requireSameTokenInPartialTrust_11)); }
inline bool get_requireSameTokenInPartialTrust_11() const { return ___requireSameTokenInPartialTrust_11; }
inline bool* get_address_of_requireSameTokenInPartialTrust_11() { return &___requireSameTokenInPartialTrust_11; }
inline void set_requireSameTokenInPartialTrust_11(bool value)
{
___requireSameTokenInPartialTrust_11 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SERIALIZATIONINFO_T1BB80E9C9DEA52DBF464487234B045E2930ADA26_H
#ifndef ASNENCODEDDATA_T7D5EF5337DCAF507CAD7D750552C943F037A9D65_H
#define ASNENCODEDDATA_T7D5EF5337DCAF507CAD7D750552C943F037A9D65_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.AsnEncodedData
struct AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 : public RuntimeObject
{
public:
// System.Security.Cryptography.Oid System.Security.Cryptography.AsnEncodedData::_oid
Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * ____oid_0;
// System.Byte[] System.Security.Cryptography.AsnEncodedData::_raw
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____raw_1;
public:
inline static int32_t get_offset_of__oid_0() { return static_cast<int32_t>(offsetof(AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65, ____oid_0)); }
inline Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * get__oid_0() const { return ____oid_0; }
inline Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 ** get_address_of__oid_0() { return &____oid_0; }
inline void set__oid_0(Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * value)
{
____oid_0 = value;
Il2CppCodeGenWriteBarrier((&____oid_0), value);
}
inline static int32_t get_offset_of__raw_1() { return static_cast<int32_t>(offsetof(AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65, ____raw_1)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__raw_1() const { return ____raw_1; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__raw_1() { return &____raw_1; }
inline void set__raw_1(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
____raw_1 = value;
Il2CppCodeGenWriteBarrier((&____raw_1), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ASNENCODEDDATA_T7D5EF5337DCAF507CAD7D750552C943F037A9D65_H
#ifndef HASHALGORITHM_T65659695B16C0BBF05707BF45191A97DC156D6BA_H
#define HASHALGORITHM_T65659695B16C0BBF05707BF45191A97DC156D6BA_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_t65659695B16C0BBF05707BF45191A97DC156D6BA : public RuntimeObject
{
public:
// System.Int32 System.Security.Cryptography.HashAlgorithm::HashSizeValue
int32_t ___HashSizeValue_0;
// System.Byte[] System.Security.Cryptography.HashAlgorithm::HashValue
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___HashValue_1;
// System.Int32 System.Security.Cryptography.HashAlgorithm::State
int32_t ___State_2;
// System.Boolean System.Security.Cryptography.HashAlgorithm::m_bDisposed
bool ___m_bDisposed_3;
public:
inline static int32_t get_offset_of_HashSizeValue_0() { return static_cast<int32_t>(offsetof(HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA, ___HashSizeValue_0)); }
inline int32_t get_HashSizeValue_0() const { return ___HashSizeValue_0; }
inline int32_t* get_address_of_HashSizeValue_0() { return &___HashSizeValue_0; }
inline void set_HashSizeValue_0(int32_t value)
{
___HashSizeValue_0 = value;
}
inline static int32_t get_offset_of_HashValue_1() { return static_cast<int32_t>(offsetof(HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA, ___HashValue_1)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_HashValue_1() const { return ___HashValue_1; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_HashValue_1() { return &___HashValue_1; }
inline void set_HashValue_1(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___HashValue_1 = value;
Il2CppCodeGenWriteBarrier((&___HashValue_1), value);
}
inline static int32_t get_offset_of_State_2() { return static_cast<int32_t>(offsetof(HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA, ___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_m_bDisposed_3() { return static_cast<int32_t>(offsetof(HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA, ___m_bDisposed_3)); }
inline bool get_m_bDisposed_3() const { return ___m_bDisposed_3; }
inline bool* get_address_of_m_bDisposed_3() { return &___m_bDisposed_3; }
inline void set_m_bDisposed_3(bool value)
{
___m_bDisposed_3 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // HASHALGORITHM_T65659695B16C0BBF05707BF45191A97DC156D6BA_H
#ifndef PUBLICKEY_TBA8234EB603A903FCBBBE67D8247393D4CC8D620_H
#define PUBLICKEY_TBA8234EB603A903FCBBBE67D8247393D4CC8D620_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.X509Certificates.PublicKey
struct PublicKey_tBA8234EB603A903FCBBBE67D8247393D4CC8D620 : public RuntimeObject
{
public:
// System.Security.Cryptography.AsymmetricAlgorithm System.Security.Cryptography.X509Certificates.PublicKey::_key
AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * ____key_0;
// System.Security.Cryptography.AsnEncodedData System.Security.Cryptography.X509Certificates.PublicKey::_keyValue
AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * ____keyValue_1;
// System.Security.Cryptography.AsnEncodedData System.Security.Cryptography.X509Certificates.PublicKey::_params
AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * ____params_2;
// System.Security.Cryptography.Oid System.Security.Cryptography.X509Certificates.PublicKey::_oid
Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * ____oid_3;
public:
inline static int32_t get_offset_of__key_0() { return static_cast<int32_t>(offsetof(PublicKey_tBA8234EB603A903FCBBBE67D8247393D4CC8D620, ____key_0)); }
inline AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * get__key_0() const { return ____key_0; }
inline AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB ** get_address_of__key_0() { return &____key_0; }
inline void set__key_0(AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * value)
{
____key_0 = value;
Il2CppCodeGenWriteBarrier((&____key_0), value);
}
inline static int32_t get_offset_of__keyValue_1() { return static_cast<int32_t>(offsetof(PublicKey_tBA8234EB603A903FCBBBE67D8247393D4CC8D620, ____keyValue_1)); }
inline AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * get__keyValue_1() const { return ____keyValue_1; }
inline AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 ** get_address_of__keyValue_1() { return &____keyValue_1; }
inline void set__keyValue_1(AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * value)
{
____keyValue_1 = value;
Il2CppCodeGenWriteBarrier((&____keyValue_1), value);
}
inline static int32_t get_offset_of__params_2() { return static_cast<int32_t>(offsetof(PublicKey_tBA8234EB603A903FCBBBE67D8247393D4CC8D620, ____params_2)); }
inline AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * get__params_2() const { return ____params_2; }
inline AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 ** get_address_of__params_2() { return &____params_2; }
inline void set__params_2(AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * value)
{
____params_2 = value;
Il2CppCodeGenWriteBarrier((&____params_2), value);
}
inline static int32_t get_offset_of__oid_3() { return static_cast<int32_t>(offsetof(PublicKey_tBA8234EB603A903FCBBBE67D8247393D4CC8D620, ____oid_3)); }
inline Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * get__oid_3() const { return ____oid_3; }
inline Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 ** get_address_of__oid_3() { return &____oid_3; }
inline void set__oid_3(Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * value)
{
____oid_3 = value;
Il2CppCodeGenWriteBarrier((&____oid_3), value);
}
};
struct PublicKey_tBA8234EB603A903FCBBBE67D8247393D4CC8D620_StaticFields
{
public:
// System.Byte[] System.Security.Cryptography.X509Certificates.PublicKey::Empty
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___Empty_4;
public:
inline static int32_t get_offset_of_Empty_4() { return static_cast<int32_t>(offsetof(PublicKey_tBA8234EB603A903FCBBBE67D8247393D4CC8D620_StaticFields, ___Empty_4)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_Empty_4() const { return ___Empty_4; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_Empty_4() { return &___Empty_4; }
inline void set_Empty_4(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___Empty_4 = value;
Il2CppCodeGenWriteBarrier((&___Empty_4), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // PUBLICKEY_TBA8234EB603A903FCBBBE67D8247393D4CC8D620_H
#ifndef X509CERTIFICATE_T6859B8914E252B6831D6F59A2A720CD23F7FA7B2_H
#define X509CERTIFICATE_T6859B8914E252B6831D6F59A2A720CD23F7FA7B2_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.X509Certificates.X509Certificate
struct X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 : public RuntimeObject
{
public:
// System.Security.Cryptography.X509Certificates.X509CertificateImpl System.Security.Cryptography.X509Certificates.X509Certificate::impl
X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313 * ___impl_0;
// System.Boolean System.Security.Cryptography.X509Certificates.X509Certificate::hideDates
bool ___hideDates_1;
// System.String System.Security.Cryptography.X509Certificates.X509Certificate::issuer_name
String_t* ___issuer_name_2;
// System.String System.Security.Cryptography.X509Certificates.X509Certificate::subject_name
String_t* ___subject_name_3;
public:
inline static int32_t get_offset_of_impl_0() { return static_cast<int32_t>(offsetof(X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2, ___impl_0)); }
inline X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313 * get_impl_0() const { return ___impl_0; }
inline X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313 ** get_address_of_impl_0() { return &___impl_0; }
inline void set_impl_0(X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313 * value)
{
___impl_0 = value;
Il2CppCodeGenWriteBarrier((&___impl_0), value);
}
inline static int32_t get_offset_of_hideDates_1() { return static_cast<int32_t>(offsetof(X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2, ___hideDates_1)); }
inline bool get_hideDates_1() const { return ___hideDates_1; }
inline bool* get_address_of_hideDates_1() { return &___hideDates_1; }
inline void set_hideDates_1(bool value)
{
___hideDates_1 = value;
}
inline static int32_t get_offset_of_issuer_name_2() { return static_cast<int32_t>(offsetof(X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2, ___issuer_name_2)); }
inline String_t* get_issuer_name_2() const { return ___issuer_name_2; }
inline String_t** get_address_of_issuer_name_2() { return &___issuer_name_2; }
inline void set_issuer_name_2(String_t* value)
{
___issuer_name_2 = value;
Il2CppCodeGenWriteBarrier((&___issuer_name_2), value);
}
inline static int32_t get_offset_of_subject_name_3() { return static_cast<int32_t>(offsetof(X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2, ___subject_name_3)); }
inline String_t* get_subject_name_3() const { return ___subject_name_3; }
inline String_t** get_address_of_subject_name_3() { return &___subject_name_3; }
inline void set_subject_name_3(String_t* value)
{
___subject_name_3 = value;
Il2CppCodeGenWriteBarrier((&___subject_name_3), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // X509CERTIFICATE_T6859B8914E252B6831D6F59A2A720CD23F7FA7B2_H
#ifndef X509CERTIFICATEIMPL_T89610BFDE87B872143A4623CFC7F17275EB48313_H
#define X509CERTIFICATEIMPL_T89610BFDE87B872143A4623CFC7F17275EB48313_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.X509Certificates.X509CertificateImpl
struct X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313 : public RuntimeObject
{
public:
// System.Byte[] System.Security.Cryptography.X509Certificates.X509CertificateImpl::cachedCertificateHash
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___cachedCertificateHash_0;
public:
inline static int32_t get_offset_of_cachedCertificateHash_0() { return static_cast<int32_t>(offsetof(X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313, ___cachedCertificateHash_0)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_cachedCertificateHash_0() const { return ___cachedCertificateHash_0; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_cachedCertificateHash_0() { return &___cachedCertificateHash_0; }
inline void set_cachedCertificateHash_0(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___cachedCertificateHash_0 = value;
Il2CppCodeGenWriteBarrier((&___cachedCertificateHash_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // X509CERTIFICATEIMPL_T89610BFDE87B872143A4623CFC7F17275EB48313_H
#ifndef X509CHAINIMPL_T34FABF07BEA0CFB6D88717BCDDE0607D9DA13A67_H
#define X509CHAINIMPL_T34FABF07BEA0CFB6D88717BCDDE0607D9DA13A67_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.X509Certificates.X509ChainImpl
struct X509ChainImpl_t34FABF07BEA0CFB6D88717BCDDE0607D9DA13A67 : public RuntimeObject
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // X509CHAINIMPL_T34FABF07BEA0CFB6D88717BCDDE0607D9DA13A67_H
#ifndef X509EXTENSIONENUMERATOR_TD857681A1E92F6D18ADCA3710A0176A221D151D8_H
#define X509EXTENSIONENUMERATOR_TD857681A1E92F6D18ADCA3710A0176A221D151D8_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.X509Certificates.X509ExtensionEnumerator
struct X509ExtensionEnumerator_tD857681A1E92F6D18ADCA3710A0176A221D151D8 : public RuntimeObject
{
public:
// System.Collections.IEnumerator System.Security.Cryptography.X509Certificates.X509ExtensionEnumerator::enumerator
RuntimeObject* ___enumerator_0;
public:
inline static int32_t get_offset_of_enumerator_0() { return static_cast<int32_t>(offsetof(X509ExtensionEnumerator_tD857681A1E92F6D18ADCA3710A0176A221D151D8, ___enumerator_0)); }
inline RuntimeObject* get_enumerator_0() const { return ___enumerator_0; }
inline RuntimeObject** get_address_of_enumerator_0() { return &___enumerator_0; }
inline void set_enumerator_0(RuntimeObject* value)
{
___enumerator_0 = value;
Il2CppCodeGenWriteBarrier((&___enumerator_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // X509EXTENSIONENUMERATOR_TD857681A1E92F6D18ADCA3710A0176A221D151D8_H
#ifndef X509HELPER2_TD0B65FDE6197798D9719F42AAEA8D9063A8916C7_H
#define X509HELPER2_TD0B65FDE6197798D9719F42AAEA8D9063A8916C7_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.X509Certificates.X509Helper2
struct X509Helper2_tD0B65FDE6197798D9719F42AAEA8D9063A8916C7 : public RuntimeObject
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // X509HELPER2_TD0B65FDE6197798D9719F42AAEA8D9063A8916C7_H
#ifndef MYNATIVEHELPER_T045BCDC42DCE7A83A80C98AC77C835142040F7B0_H
#define MYNATIVEHELPER_T045BCDC42DCE7A83A80C98AC77C835142040F7B0_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.X509Certificates.X509Helper2_MyNativeHelper
struct MyNativeHelper_t045BCDC42DCE7A83A80C98AC77C835142040F7B0 : public RuntimeObject
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // MYNATIVEHELPER_T045BCDC42DCE7A83A80C98AC77C835142040F7B0_H
#ifndef X509UTILS_T596E1974703C7988010495E60F15BE9680FC71B8_H
#define X509UTILS_T596E1974703C7988010495E60F15BE9680FC71B8_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.X509Certificates.X509Utils
struct X509Utils_t596E1974703C7988010495E60F15BE9680FC71B8 : public RuntimeObject
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // X509UTILS_T596E1974703C7988010495E60F15BE9680FC71B8_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::m_stringLength
int32_t ___m_stringLength_0;
// System.Char System.String::m_firstChar
Il2CppChar ___m_firstChar_1;
public:
inline static int32_t get_offset_of_m_stringLength_0() { return static_cast<int32_t>(offsetof(String_t, ___m_stringLength_0)); }
inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; }
inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; }
inline void set_m_stringLength_0(int32_t value)
{
___m_stringLength_0 = value;
}
inline static int32_t get_offset_of_m_firstChar_1() { return static_cast<int32_t>(offsetof(String_t, ___m_firstChar_1)); }
inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; }
inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; }
inline void set_m_firstChar_1(Il2CppChar value)
{
___m_firstChar_1 = value;
}
};
struct String_t_StaticFields
{
public:
// System.String System.String::Empty
String_t* ___Empty_5;
public:
inline static int32_t get_offset_of_Empty_5() { return static_cast<int32_t>(offsetof(String_t_StaticFields, ___Empty_5)); }
inline String_t* get_Empty_5() const { return ___Empty_5; }
inline String_t** get_address_of_Empty_5() { return &___Empty_5; }
inline void set_Empty_5(String_t* value)
{
___Empty_5 = value;
Il2CppCodeGenWriteBarrier((&___Empty_5), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // STRING_T_H
#ifndef CACHEDCODEENTRY_T0BA53FFFBCF7D04DF27AD5582E6D0E26D61B9B65_H
#define CACHEDCODEENTRY_T0BA53FFFBCF7D04DF27AD5582E6D0E26D61B9B65_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.RegularExpressions.CachedCodeEntry
struct CachedCodeEntry_t0BA53FFFBCF7D04DF27AD5582E6D0E26D61B9B65 : public RuntimeObject
{
public:
// System.String System.Text.RegularExpressions.CachedCodeEntry::_key
String_t* ____key_0;
// System.Text.RegularExpressions.RegexCode System.Text.RegularExpressions.CachedCodeEntry::_code
RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA * ____code_1;
// System.Collections.Hashtable System.Text.RegularExpressions.CachedCodeEntry::_caps
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ____caps_2;
// System.Collections.Hashtable System.Text.RegularExpressions.CachedCodeEntry::_capnames
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ____capnames_3;
// System.String[] System.Text.RegularExpressions.CachedCodeEntry::_capslist
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ____capslist_4;
// System.Int32 System.Text.RegularExpressions.CachedCodeEntry::_capsize
int32_t ____capsize_5;
// System.Text.RegularExpressions.RegexRunnerFactory System.Text.RegularExpressions.CachedCodeEntry::_factory
RegexRunnerFactory_t0703F390E2102623B0189DEC095DB182698E404B * ____factory_6;
// System.Text.RegularExpressions.ExclusiveReference System.Text.RegularExpressions.CachedCodeEntry::_runnerref
ExclusiveReference_t39E202CDB13A1E6EBA4CE0C7548B192CEB5C64DB * ____runnerref_7;
// System.Text.RegularExpressions.SharedReference System.Text.RegularExpressions.CachedCodeEntry::_replref
SharedReference_t225BA5C249F9F1D6C959F151695BDF65EF2C92A5 * ____replref_8;
public:
inline static int32_t get_offset_of__key_0() { return static_cast<int32_t>(offsetof(CachedCodeEntry_t0BA53FFFBCF7D04DF27AD5582E6D0E26D61B9B65, ____key_0)); }
inline String_t* get__key_0() const { return ____key_0; }
inline String_t** get_address_of__key_0() { return &____key_0; }
inline void set__key_0(String_t* value)
{
____key_0 = value;
Il2CppCodeGenWriteBarrier((&____key_0), value);
}
inline static int32_t get_offset_of__code_1() { return static_cast<int32_t>(offsetof(CachedCodeEntry_t0BA53FFFBCF7D04DF27AD5582E6D0E26D61B9B65, ____code_1)); }
inline RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA * get__code_1() const { return ____code_1; }
inline RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA ** get_address_of__code_1() { return &____code_1; }
inline void set__code_1(RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA * value)
{
____code_1 = value;
Il2CppCodeGenWriteBarrier((&____code_1), value);
}
inline static int32_t get_offset_of__caps_2() { return static_cast<int32_t>(offsetof(CachedCodeEntry_t0BA53FFFBCF7D04DF27AD5582E6D0E26D61B9B65, ____caps_2)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get__caps_2() const { return ____caps_2; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of__caps_2() { return &____caps_2; }
inline void set__caps_2(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
____caps_2 = value;
Il2CppCodeGenWriteBarrier((&____caps_2), value);
}
inline static int32_t get_offset_of__capnames_3() { return static_cast<int32_t>(offsetof(CachedCodeEntry_t0BA53FFFBCF7D04DF27AD5582E6D0E26D61B9B65, ____capnames_3)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get__capnames_3() const { return ____capnames_3; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of__capnames_3() { return &____capnames_3; }
inline void set__capnames_3(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
____capnames_3 = value;
Il2CppCodeGenWriteBarrier((&____capnames_3), value);
}
inline static int32_t get_offset_of__capslist_4() { return static_cast<int32_t>(offsetof(CachedCodeEntry_t0BA53FFFBCF7D04DF27AD5582E6D0E26D61B9B65, ____capslist_4)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get__capslist_4() const { return ____capslist_4; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of__capslist_4() { return &____capslist_4; }
inline void set__capslist_4(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
____capslist_4 = value;
Il2CppCodeGenWriteBarrier((&____capslist_4), value);
}
inline static int32_t get_offset_of__capsize_5() { return static_cast<int32_t>(offsetof(CachedCodeEntry_t0BA53FFFBCF7D04DF27AD5582E6D0E26D61B9B65, ____capsize_5)); }
inline int32_t get__capsize_5() const { return ____capsize_5; }
inline int32_t* get_address_of__capsize_5() { return &____capsize_5; }
inline void set__capsize_5(int32_t value)
{
____capsize_5 = value;
}
inline static int32_t get_offset_of__factory_6() { return static_cast<int32_t>(offsetof(CachedCodeEntry_t0BA53FFFBCF7D04DF27AD5582E6D0E26D61B9B65, ____factory_6)); }
inline RegexRunnerFactory_t0703F390E2102623B0189DEC095DB182698E404B * get__factory_6() const { return ____factory_6; }
inline RegexRunnerFactory_t0703F390E2102623B0189DEC095DB182698E404B ** get_address_of__factory_6() { return &____factory_6; }
inline void set__factory_6(RegexRunnerFactory_t0703F390E2102623B0189DEC095DB182698E404B * value)
{
____factory_6 = value;
Il2CppCodeGenWriteBarrier((&____factory_6), value);
}
inline static int32_t get_offset_of__runnerref_7() { return static_cast<int32_t>(offsetof(CachedCodeEntry_t0BA53FFFBCF7D04DF27AD5582E6D0E26D61B9B65, ____runnerref_7)); }
inline ExclusiveReference_t39E202CDB13A1E6EBA4CE0C7548B192CEB5C64DB * get__runnerref_7() const { return ____runnerref_7; }
inline ExclusiveReference_t39E202CDB13A1E6EBA4CE0C7548B192CEB5C64DB ** get_address_of__runnerref_7() { return &____runnerref_7; }
inline void set__runnerref_7(ExclusiveReference_t39E202CDB13A1E6EBA4CE0C7548B192CEB5C64DB * value)
{
____runnerref_7 = value;
Il2CppCodeGenWriteBarrier((&____runnerref_7), value);
}
inline static int32_t get_offset_of__replref_8() { return static_cast<int32_t>(offsetof(CachedCodeEntry_t0BA53FFFBCF7D04DF27AD5582E6D0E26D61B9B65, ____replref_8)); }
inline SharedReference_t225BA5C249F9F1D6C959F151695BDF65EF2C92A5 * get__replref_8() const { return ____replref_8; }
inline SharedReference_t225BA5C249F9F1D6C959F151695BDF65EF2C92A5 ** get_address_of__replref_8() { return &____replref_8; }
inline void set__replref_8(SharedReference_t225BA5C249F9F1D6C959F151695BDF65EF2C92A5 * value)
{
____replref_8 = value;
Il2CppCodeGenWriteBarrier((&____replref_8), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // CACHEDCODEENTRY_T0BA53FFFBCF7D04DF27AD5582E6D0E26D61B9B65_H
#ifndef CAPTURE_TF4475248CCF3EFF914844BE2C993FC609D41DB73_H
#define CAPTURE_TF4475248CCF3EFF914844BE2C993FC609D41DB73_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.RegularExpressions.Capture
struct Capture_tF4475248CCF3EFF914844BE2C993FC609D41DB73 : public RuntimeObject
{
public:
// System.String System.Text.RegularExpressions.Capture::_text
String_t* ____text_0;
// System.Int32 System.Text.RegularExpressions.Capture::_index
int32_t ____index_1;
// System.Int32 System.Text.RegularExpressions.Capture::_length
int32_t ____length_2;
public:
inline static int32_t get_offset_of__text_0() { return static_cast<int32_t>(offsetof(Capture_tF4475248CCF3EFF914844BE2C993FC609D41DB73, ____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__index_1() { return static_cast<int32_t>(offsetof(Capture_tF4475248CCF3EFF914844BE2C993FC609D41DB73, ____index_1)); }
inline int32_t get__index_1() const { return ____index_1; }
inline int32_t* get_address_of__index_1() { return &____index_1; }
inline void set__index_1(int32_t value)
{
____index_1 = value;
}
inline static int32_t get_offset_of__length_2() { return static_cast<int32_t>(offsetof(Capture_tF4475248CCF3EFF914844BE2C993FC609D41DB73, ____length_2)); }
inline int32_t get__length_2() const { return ____length_2; }
inline int32_t* get_address_of__length_2() { return &____length_2; }
inline void set__length_2(int32_t value)
{
____length_2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // CAPTURE_TF4475248CCF3EFF914844BE2C993FC609D41DB73_H
#ifndef EXCLUSIVEREFERENCE_T39E202CDB13A1E6EBA4CE0C7548B192CEB5C64DB_H
#define EXCLUSIVEREFERENCE_T39E202CDB13A1E6EBA4CE0C7548B192CEB5C64DB_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.RegularExpressions.ExclusiveReference
struct ExclusiveReference_t39E202CDB13A1E6EBA4CE0C7548B192CEB5C64DB : public RuntimeObject
{
public:
// System.Text.RegularExpressions.RegexRunner System.Text.RegularExpressions.ExclusiveReference::_ref
RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * ____ref_0;
// System.Object System.Text.RegularExpressions.ExclusiveReference::_obj
RuntimeObject * ____obj_1;
// System.Int32 System.Text.RegularExpressions.ExclusiveReference::_locked
int32_t ____locked_2;
public:
inline static int32_t get_offset_of__ref_0() { return static_cast<int32_t>(offsetof(ExclusiveReference_t39E202CDB13A1E6EBA4CE0C7548B192CEB5C64DB, ____ref_0)); }
inline RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * get__ref_0() const { return ____ref_0; }
inline RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 ** get_address_of__ref_0() { return &____ref_0; }
inline void set__ref_0(RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * value)
{
____ref_0 = value;
Il2CppCodeGenWriteBarrier((&____ref_0), value);
}
inline static int32_t get_offset_of__obj_1() { return static_cast<int32_t>(offsetof(ExclusiveReference_t39E202CDB13A1E6EBA4CE0C7548B192CEB5C64DB, ____obj_1)); }
inline RuntimeObject * get__obj_1() const { return ____obj_1; }
inline RuntimeObject ** get_address_of__obj_1() { return &____obj_1; }
inline void set__obj_1(RuntimeObject * value)
{
____obj_1 = value;
Il2CppCodeGenWriteBarrier((&____obj_1), value);
}
inline static int32_t get_offset_of__locked_2() { return static_cast<int32_t>(offsetof(ExclusiveReference_t39E202CDB13A1E6EBA4CE0C7548B192CEB5C64DB, ____locked_2)); }
inline int32_t get__locked_2() const { return ____locked_2; }
inline int32_t* get_address_of__locked_2() { return &____locked_2; }
inline void set__locked_2(int32_t value)
{
____locked_2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // EXCLUSIVEREFERENCE_T39E202CDB13A1E6EBA4CE0C7548B192CEB5C64DB_H
#ifndef REGEXBOYERMOORE_T37ED99A3CC25068E4D3DE4517835CFFCCF2FA1EB_H
#define REGEXBOYERMOORE_T37ED99A3CC25068E4D3DE4517835CFFCCF2FA1EB_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.RegularExpressions.RegexBoyerMoore
struct RegexBoyerMoore_t37ED99A3CC25068E4D3DE4517835CFFCCF2FA1EB : public RuntimeObject
{
public:
// System.Int32[] System.Text.RegularExpressions.RegexBoyerMoore::_positive
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ____positive_0;
// System.Int32[] System.Text.RegularExpressions.RegexBoyerMoore::_negativeASCII
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ____negativeASCII_1;
// System.Int32[][] System.Text.RegularExpressions.RegexBoyerMoore::_negativeUnicode
Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* ____negativeUnicode_2;
// System.String System.Text.RegularExpressions.RegexBoyerMoore::_pattern
String_t* ____pattern_3;
// System.Int32 System.Text.RegularExpressions.RegexBoyerMoore::_lowASCII
int32_t ____lowASCII_4;
// System.Int32 System.Text.RegularExpressions.RegexBoyerMoore::_highASCII
int32_t ____highASCII_5;
// System.Boolean System.Text.RegularExpressions.RegexBoyerMoore::_rightToLeft
bool ____rightToLeft_6;
// System.Boolean System.Text.RegularExpressions.RegexBoyerMoore::_caseInsensitive
bool ____caseInsensitive_7;
// System.Globalization.CultureInfo System.Text.RegularExpressions.RegexBoyerMoore::_culture
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ____culture_8;
public:
inline static int32_t get_offset_of__positive_0() { return static_cast<int32_t>(offsetof(RegexBoyerMoore_t37ED99A3CC25068E4D3DE4517835CFFCCF2FA1EB, ____positive_0)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get__positive_0() const { return ____positive_0; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of__positive_0() { return &____positive_0; }
inline void set__positive_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
____positive_0 = value;
Il2CppCodeGenWriteBarrier((&____positive_0), value);
}
inline static int32_t get_offset_of__negativeASCII_1() { return static_cast<int32_t>(offsetof(RegexBoyerMoore_t37ED99A3CC25068E4D3DE4517835CFFCCF2FA1EB, ____negativeASCII_1)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get__negativeASCII_1() const { return ____negativeASCII_1; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of__negativeASCII_1() { return &____negativeASCII_1; }
inline void set__negativeASCII_1(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
____negativeASCII_1 = value;
Il2CppCodeGenWriteBarrier((&____negativeASCII_1), value);
}
inline static int32_t get_offset_of__negativeUnicode_2() { return static_cast<int32_t>(offsetof(RegexBoyerMoore_t37ED99A3CC25068E4D3DE4517835CFFCCF2FA1EB, ____negativeUnicode_2)); }
inline Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* get__negativeUnicode_2() const { return ____negativeUnicode_2; }
inline Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43** get_address_of__negativeUnicode_2() { return &____negativeUnicode_2; }
inline void set__negativeUnicode_2(Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* value)
{
____negativeUnicode_2 = value;
Il2CppCodeGenWriteBarrier((&____negativeUnicode_2), value);
}
inline static int32_t get_offset_of__pattern_3() { return static_cast<int32_t>(offsetof(RegexBoyerMoore_t37ED99A3CC25068E4D3DE4517835CFFCCF2FA1EB, ____pattern_3)); }
inline String_t* get__pattern_3() const { return ____pattern_3; }
inline String_t** get_address_of__pattern_3() { return &____pattern_3; }
inline void set__pattern_3(String_t* value)
{
____pattern_3 = value;
Il2CppCodeGenWriteBarrier((&____pattern_3), value);
}
inline static int32_t get_offset_of__lowASCII_4() { return static_cast<int32_t>(offsetof(RegexBoyerMoore_t37ED99A3CC25068E4D3DE4517835CFFCCF2FA1EB, ____lowASCII_4)); }
inline int32_t get__lowASCII_4() const { return ____lowASCII_4; }
inline int32_t* get_address_of__lowASCII_4() { return &____lowASCII_4; }
inline void set__lowASCII_4(int32_t value)
{
____lowASCII_4 = value;
}
inline static int32_t get_offset_of__highASCII_5() { return static_cast<int32_t>(offsetof(RegexBoyerMoore_t37ED99A3CC25068E4D3DE4517835CFFCCF2FA1EB, ____highASCII_5)); }
inline int32_t get__highASCII_5() const { return ____highASCII_5; }
inline int32_t* get_address_of__highASCII_5() { return &____highASCII_5; }
inline void set__highASCII_5(int32_t value)
{
____highASCII_5 = value;
}
inline static int32_t get_offset_of__rightToLeft_6() { return static_cast<int32_t>(offsetof(RegexBoyerMoore_t37ED99A3CC25068E4D3DE4517835CFFCCF2FA1EB, ____rightToLeft_6)); }
inline bool get__rightToLeft_6() const { return ____rightToLeft_6; }
inline bool* get_address_of__rightToLeft_6() { return &____rightToLeft_6; }
inline void set__rightToLeft_6(bool value)
{
____rightToLeft_6 = value;
}
inline static int32_t get_offset_of__caseInsensitive_7() { return static_cast<int32_t>(offsetof(RegexBoyerMoore_t37ED99A3CC25068E4D3DE4517835CFFCCF2FA1EB, ____caseInsensitive_7)); }
inline bool get__caseInsensitive_7() const { return ____caseInsensitive_7; }
inline bool* get_address_of__caseInsensitive_7() { return &____caseInsensitive_7; }
inline void set__caseInsensitive_7(bool value)
{
____caseInsensitive_7 = value;
}
inline static int32_t get_offset_of__culture_8() { return static_cast<int32_t>(offsetof(RegexBoyerMoore_t37ED99A3CC25068E4D3DE4517835CFFCCF2FA1EB, ____culture_8)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get__culture_8() const { return ____culture_8; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of__culture_8() { return &____culture_8; }
inline void set__culture_8(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
____culture_8 = value;
Il2CppCodeGenWriteBarrier((&____culture_8), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // REGEXBOYERMOORE_T37ED99A3CC25068E4D3DE4517835CFFCCF2FA1EB_H
#ifndef REGEXCHARCLASS_T56409AACB9ADE95FA5333FC5D94FAADAF564AE90_H
#define REGEXCHARCLASS_T56409AACB9ADE95FA5333FC5D94FAADAF564AE90_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.RegularExpressions.RegexCharClass
struct RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 : public RuntimeObject
{
public:
// System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexCharClass_SingleRange> System.Text.RegularExpressions.RegexCharClass::_rangelist
List_1_t560DEF47D3A9D65449EE74779102DDD3BF7B6724 * ____rangelist_0;
// System.Text.StringBuilder System.Text.RegularExpressions.RegexCharClass::_categories
StringBuilder_t * ____categories_1;
// System.Boolean System.Text.RegularExpressions.RegexCharClass::_canonical
bool ____canonical_2;
// System.Boolean System.Text.RegularExpressions.RegexCharClass::_negate
bool ____negate_3;
// System.Text.RegularExpressions.RegexCharClass System.Text.RegularExpressions.RegexCharClass::_subtractor
RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * ____subtractor_4;
public:
inline static int32_t get_offset_of__rangelist_0() { return static_cast<int32_t>(offsetof(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90, ____rangelist_0)); }
inline List_1_t560DEF47D3A9D65449EE74779102DDD3BF7B6724 * get__rangelist_0() const { return ____rangelist_0; }
inline List_1_t560DEF47D3A9D65449EE74779102DDD3BF7B6724 ** get_address_of__rangelist_0() { return &____rangelist_0; }
inline void set__rangelist_0(List_1_t560DEF47D3A9D65449EE74779102DDD3BF7B6724 * value)
{
____rangelist_0 = value;
Il2CppCodeGenWriteBarrier((&____rangelist_0), value);
}
inline static int32_t get_offset_of__categories_1() { return static_cast<int32_t>(offsetof(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90, ____categories_1)); }
inline StringBuilder_t * get__categories_1() const { return ____categories_1; }
inline StringBuilder_t ** get_address_of__categories_1() { return &____categories_1; }
inline void set__categories_1(StringBuilder_t * value)
{
____categories_1 = value;
Il2CppCodeGenWriteBarrier((&____categories_1), value);
}
inline static int32_t get_offset_of__canonical_2() { return static_cast<int32_t>(offsetof(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90, ____canonical_2)); }
inline bool get__canonical_2() const { return ____canonical_2; }
inline bool* get_address_of__canonical_2() { return &____canonical_2; }
inline void set__canonical_2(bool value)
{
____canonical_2 = value;
}
inline static int32_t get_offset_of__negate_3() { return static_cast<int32_t>(offsetof(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90, ____negate_3)); }
inline bool get__negate_3() const { return ____negate_3; }
inline bool* get_address_of__negate_3() { return &____negate_3; }
inline void set__negate_3(bool value)
{
____negate_3 = value;
}
inline static int32_t get_offset_of__subtractor_4() { return static_cast<int32_t>(offsetof(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90, ____subtractor_4)); }
inline RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * get__subtractor_4() const { return ____subtractor_4; }
inline RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 ** get_address_of__subtractor_4() { return &____subtractor_4; }
inline void set__subtractor_4(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * value)
{
____subtractor_4 = value;
Il2CppCodeGenWriteBarrier((&____subtractor_4), value);
}
};
struct RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_StaticFields
{
public:
// System.String System.Text.RegularExpressions.RegexCharClass::InternalRegexIgnoreCase
String_t* ___InternalRegexIgnoreCase_5;
// System.String System.Text.RegularExpressions.RegexCharClass::Space
String_t* ___Space_6;
// System.String System.Text.RegularExpressions.RegexCharClass::NotSpace
String_t* ___NotSpace_7;
// System.String System.Text.RegularExpressions.RegexCharClass::Word
String_t* ___Word_8;
// System.String System.Text.RegularExpressions.RegexCharClass::NotWord
String_t* ___NotWord_9;
// System.String System.Text.RegularExpressions.RegexCharClass::SpaceClass
String_t* ___SpaceClass_10;
// System.String System.Text.RegularExpressions.RegexCharClass::NotSpaceClass
String_t* ___NotSpaceClass_11;
// System.String System.Text.RegularExpressions.RegexCharClass::WordClass
String_t* ___WordClass_12;
// System.String System.Text.RegularExpressions.RegexCharClass::NotWordClass
String_t* ___NotWordClass_13;
// System.String System.Text.RegularExpressions.RegexCharClass::DigitClass
String_t* ___DigitClass_14;
// System.String System.Text.RegularExpressions.RegexCharClass::NotDigitClass
String_t* ___NotDigitClass_15;
// System.Collections.Generic.Dictionary`2<System.String,System.String> System.Text.RegularExpressions.RegexCharClass::_definedCategories
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * ____definedCategories_16;
// System.String[0...,0...] System.Text.RegularExpressions.RegexCharClass::_propTable
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* ____propTable_17;
// System.Text.RegularExpressions.RegexCharClass_LowerCaseMapping[] System.Text.RegularExpressions.RegexCharClass::_lcTable
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* ____lcTable_18;
public:
inline static int32_t get_offset_of_InternalRegexIgnoreCase_5() { return static_cast<int32_t>(offsetof(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_StaticFields, ___InternalRegexIgnoreCase_5)); }
inline String_t* get_InternalRegexIgnoreCase_5() const { return ___InternalRegexIgnoreCase_5; }
inline String_t** get_address_of_InternalRegexIgnoreCase_5() { return &___InternalRegexIgnoreCase_5; }
inline void set_InternalRegexIgnoreCase_5(String_t* value)
{
___InternalRegexIgnoreCase_5 = value;
Il2CppCodeGenWriteBarrier((&___InternalRegexIgnoreCase_5), value);
}
inline static int32_t get_offset_of_Space_6() { return static_cast<int32_t>(offsetof(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_StaticFields, ___Space_6)); }
inline String_t* get_Space_6() const { return ___Space_6; }
inline String_t** get_address_of_Space_6() { return &___Space_6; }
inline void set_Space_6(String_t* value)
{
___Space_6 = value;
Il2CppCodeGenWriteBarrier((&___Space_6), value);
}
inline static int32_t get_offset_of_NotSpace_7() { return static_cast<int32_t>(offsetof(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_StaticFields, ___NotSpace_7)); }
inline String_t* get_NotSpace_7() const { return ___NotSpace_7; }
inline String_t** get_address_of_NotSpace_7() { return &___NotSpace_7; }
inline void set_NotSpace_7(String_t* value)
{
___NotSpace_7 = value;
Il2CppCodeGenWriteBarrier((&___NotSpace_7), value);
}
inline static int32_t get_offset_of_Word_8() { return static_cast<int32_t>(offsetof(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_StaticFields, ___Word_8)); }
inline String_t* get_Word_8() const { return ___Word_8; }
inline String_t** get_address_of_Word_8() { return &___Word_8; }
inline void set_Word_8(String_t* value)
{
___Word_8 = value;
Il2CppCodeGenWriteBarrier((&___Word_8), value);
}
inline static int32_t get_offset_of_NotWord_9() { return static_cast<int32_t>(offsetof(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_StaticFields, ___NotWord_9)); }
inline String_t* get_NotWord_9() const { return ___NotWord_9; }
inline String_t** get_address_of_NotWord_9() { return &___NotWord_9; }
inline void set_NotWord_9(String_t* value)
{
___NotWord_9 = value;
Il2CppCodeGenWriteBarrier((&___NotWord_9), value);
}
inline static int32_t get_offset_of_SpaceClass_10() { return static_cast<int32_t>(offsetof(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_StaticFields, ___SpaceClass_10)); }
inline String_t* get_SpaceClass_10() const { return ___SpaceClass_10; }
inline String_t** get_address_of_SpaceClass_10() { return &___SpaceClass_10; }
inline void set_SpaceClass_10(String_t* value)
{
___SpaceClass_10 = value;
Il2CppCodeGenWriteBarrier((&___SpaceClass_10), value);
}
inline static int32_t get_offset_of_NotSpaceClass_11() { return static_cast<int32_t>(offsetof(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_StaticFields, ___NotSpaceClass_11)); }
inline String_t* get_NotSpaceClass_11() const { return ___NotSpaceClass_11; }
inline String_t** get_address_of_NotSpaceClass_11() { return &___NotSpaceClass_11; }
inline void set_NotSpaceClass_11(String_t* value)
{
___NotSpaceClass_11 = value;
Il2CppCodeGenWriteBarrier((&___NotSpaceClass_11), value);
}
inline static int32_t get_offset_of_WordClass_12() { return static_cast<int32_t>(offsetof(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_StaticFields, ___WordClass_12)); }
inline String_t* get_WordClass_12() const { return ___WordClass_12; }
inline String_t** get_address_of_WordClass_12() { return &___WordClass_12; }
inline void set_WordClass_12(String_t* value)
{
___WordClass_12 = value;
Il2CppCodeGenWriteBarrier((&___WordClass_12), value);
}
inline static int32_t get_offset_of_NotWordClass_13() { return static_cast<int32_t>(offsetof(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_StaticFields, ___NotWordClass_13)); }
inline String_t* get_NotWordClass_13() const { return ___NotWordClass_13; }
inline String_t** get_address_of_NotWordClass_13() { return &___NotWordClass_13; }
inline void set_NotWordClass_13(String_t* value)
{
___NotWordClass_13 = value;
Il2CppCodeGenWriteBarrier((&___NotWordClass_13), value);
}
inline static int32_t get_offset_of_DigitClass_14() { return static_cast<int32_t>(offsetof(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_StaticFields, ___DigitClass_14)); }
inline String_t* get_DigitClass_14() const { return ___DigitClass_14; }
inline String_t** get_address_of_DigitClass_14() { return &___DigitClass_14; }
inline void set_DigitClass_14(String_t* value)
{
___DigitClass_14 = value;
Il2CppCodeGenWriteBarrier((&___DigitClass_14), value);
}
inline static int32_t get_offset_of_NotDigitClass_15() { return static_cast<int32_t>(offsetof(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_StaticFields, ___NotDigitClass_15)); }
inline String_t* get_NotDigitClass_15() const { return ___NotDigitClass_15; }
inline String_t** get_address_of_NotDigitClass_15() { return &___NotDigitClass_15; }
inline void set_NotDigitClass_15(String_t* value)
{
___NotDigitClass_15 = value;
Il2CppCodeGenWriteBarrier((&___NotDigitClass_15), value);
}
inline static int32_t get_offset_of__definedCategories_16() { return static_cast<int32_t>(offsetof(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_StaticFields, ____definedCategories_16)); }
inline Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * get__definedCategories_16() const { return ____definedCategories_16; }
inline Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC ** get_address_of__definedCategories_16() { return &____definedCategories_16; }
inline void set__definedCategories_16(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * value)
{
____definedCategories_16 = value;
Il2CppCodeGenWriteBarrier((&____definedCategories_16), value);
}
inline static int32_t get_offset_of__propTable_17() { return static_cast<int32_t>(offsetof(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_StaticFields, ____propTable_17)); }
inline StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* get__propTable_17() const { return ____propTable_17; }
inline StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B** get_address_of__propTable_17() { return &____propTable_17; }
inline void set__propTable_17(StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* value)
{
____propTable_17 = value;
Il2CppCodeGenWriteBarrier((&____propTable_17), value);
}
inline static int32_t get_offset_of__lcTable_18() { return static_cast<int32_t>(offsetof(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_StaticFields, ____lcTable_18)); }
inline LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* get__lcTable_18() const { return ____lcTable_18; }
inline LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D** get_address_of__lcTable_18() { return &____lcTable_18; }
inline void set__lcTable_18(LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* value)
{
____lcTable_18 = value;
Il2CppCodeGenWriteBarrier((&____lcTable_18), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // REGEXCHARCLASS_T56409AACB9ADE95FA5333FC5D94FAADAF564AE90_H
#ifndef SINGLERANGE_T7B8E395E75FA456AB2834933C1ECA2007EEADEE0_H
#define SINGLERANGE_T7B8E395E75FA456AB2834933C1ECA2007EEADEE0_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.RegularExpressions.RegexCharClass_SingleRange
struct SingleRange_t7B8E395E75FA456AB2834933C1ECA2007EEADEE0 : public RuntimeObject
{
public:
// System.Char System.Text.RegularExpressions.RegexCharClass_SingleRange::_first
Il2CppChar ____first_0;
// System.Char System.Text.RegularExpressions.RegexCharClass_SingleRange::_last
Il2CppChar ____last_1;
public:
inline static int32_t get_offset_of__first_0() { return static_cast<int32_t>(offsetof(SingleRange_t7B8E395E75FA456AB2834933C1ECA2007EEADEE0, ____first_0)); }
inline Il2CppChar get__first_0() const { return ____first_0; }
inline Il2CppChar* get_address_of__first_0() { return &____first_0; }
inline void set__first_0(Il2CppChar value)
{
____first_0 = value;
}
inline static int32_t get_offset_of__last_1() { return static_cast<int32_t>(offsetof(SingleRange_t7B8E395E75FA456AB2834933C1ECA2007EEADEE0, ____last_1)); }
inline Il2CppChar get__last_1() const { return ____last_1; }
inline Il2CppChar* get_address_of__last_1() { return &____last_1; }
inline void set__last_1(Il2CppChar value)
{
____last_1 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SINGLERANGE_T7B8E395E75FA456AB2834933C1ECA2007EEADEE0_H
#ifndef SINGLERANGECOMPARER_T6E5EF09D774335DD82A76997728AB97761B5984C_H
#define SINGLERANGECOMPARER_T6E5EF09D774335DD82A76997728AB97761B5984C_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.RegularExpressions.RegexCharClass_SingleRangeComparer
struct SingleRangeComparer_t6E5EF09D774335DD82A76997728AB97761B5984C : public RuntimeObject
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SINGLERANGECOMPARER_T6E5EF09D774335DD82A76997728AB97761B5984C_H
#ifndef REGEXCODE_T12846533CAD1E4221CEDF5A4D15D4D649EA688FA_H
#define REGEXCODE_T12846533CAD1E4221CEDF5A4D15D4D649EA688FA_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.RegularExpressions.RegexCode
struct RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA : public RuntimeObject
{
public:
// System.Int32[] System.Text.RegularExpressions.RegexCode::_codes
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ____codes_0;
// System.String[] System.Text.RegularExpressions.RegexCode::_strings
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ____strings_1;
// System.Int32 System.Text.RegularExpressions.RegexCode::_trackcount
int32_t ____trackcount_2;
// System.Collections.Hashtable System.Text.RegularExpressions.RegexCode::_caps
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ____caps_3;
// System.Int32 System.Text.RegularExpressions.RegexCode::_capsize
int32_t ____capsize_4;
// System.Text.RegularExpressions.RegexPrefix System.Text.RegularExpressions.RegexCode::_fcPrefix
RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 * ____fcPrefix_5;
// System.Text.RegularExpressions.RegexBoyerMoore System.Text.RegularExpressions.RegexCode::_bmPrefix
RegexBoyerMoore_t37ED99A3CC25068E4D3DE4517835CFFCCF2FA1EB * ____bmPrefix_6;
// System.Int32 System.Text.RegularExpressions.RegexCode::_anchors
int32_t ____anchors_7;
// System.Boolean System.Text.RegularExpressions.RegexCode::_rightToLeft
bool ____rightToLeft_8;
public:
inline static int32_t get_offset_of__codes_0() { return static_cast<int32_t>(offsetof(RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA, ____codes_0)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get__codes_0() const { return ____codes_0; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of__codes_0() { return &____codes_0; }
inline void set__codes_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
____codes_0 = value;
Il2CppCodeGenWriteBarrier((&____codes_0), value);
}
inline static int32_t get_offset_of__strings_1() { return static_cast<int32_t>(offsetof(RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA, ____strings_1)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get__strings_1() const { return ____strings_1; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of__strings_1() { return &____strings_1; }
inline void set__strings_1(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
____strings_1 = value;
Il2CppCodeGenWriteBarrier((&____strings_1), value);
}
inline static int32_t get_offset_of__trackcount_2() { return static_cast<int32_t>(offsetof(RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA, ____trackcount_2)); }
inline int32_t get__trackcount_2() const { return ____trackcount_2; }
inline int32_t* get_address_of__trackcount_2() { return &____trackcount_2; }
inline void set__trackcount_2(int32_t value)
{
____trackcount_2 = value;
}
inline static int32_t get_offset_of__caps_3() { return static_cast<int32_t>(offsetof(RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA, ____caps_3)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get__caps_3() const { return ____caps_3; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of__caps_3() { return &____caps_3; }
inline void set__caps_3(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
____caps_3 = value;
Il2CppCodeGenWriteBarrier((&____caps_3), value);
}
inline static int32_t get_offset_of__capsize_4() { return static_cast<int32_t>(offsetof(RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA, ____capsize_4)); }
inline int32_t get__capsize_4() const { return ____capsize_4; }
inline int32_t* get_address_of__capsize_4() { return &____capsize_4; }
inline void set__capsize_4(int32_t value)
{
____capsize_4 = value;
}
inline static int32_t get_offset_of__fcPrefix_5() { return static_cast<int32_t>(offsetof(RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA, ____fcPrefix_5)); }
inline RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 * get__fcPrefix_5() const { return ____fcPrefix_5; }
inline RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 ** get_address_of__fcPrefix_5() { return &____fcPrefix_5; }
inline void set__fcPrefix_5(RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 * value)
{
____fcPrefix_5 = value;
Il2CppCodeGenWriteBarrier((&____fcPrefix_5), value);
}
inline static int32_t get_offset_of__bmPrefix_6() { return static_cast<int32_t>(offsetof(RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA, ____bmPrefix_6)); }
inline RegexBoyerMoore_t37ED99A3CC25068E4D3DE4517835CFFCCF2FA1EB * get__bmPrefix_6() const { return ____bmPrefix_6; }
inline RegexBoyerMoore_t37ED99A3CC25068E4D3DE4517835CFFCCF2FA1EB ** get_address_of__bmPrefix_6() { return &____bmPrefix_6; }
inline void set__bmPrefix_6(RegexBoyerMoore_t37ED99A3CC25068E4D3DE4517835CFFCCF2FA1EB * value)
{
____bmPrefix_6 = value;
Il2CppCodeGenWriteBarrier((&____bmPrefix_6), value);
}
inline static int32_t get_offset_of__anchors_7() { return static_cast<int32_t>(offsetof(RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA, ____anchors_7)); }
inline int32_t get__anchors_7() const { return ____anchors_7; }
inline int32_t* get_address_of__anchors_7() { return &____anchors_7; }
inline void set__anchors_7(int32_t value)
{
____anchors_7 = value;
}
inline static int32_t get_offset_of__rightToLeft_8() { return static_cast<int32_t>(offsetof(RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA, ____rightToLeft_8)); }
inline bool get__rightToLeft_8() const { return ____rightToLeft_8; }
inline bool* get_address_of__rightToLeft_8() { return &____rightToLeft_8; }
inline void set__rightToLeft_8(bool value)
{
____rightToLeft_8 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // REGEXCODE_T12846533CAD1E4221CEDF5A4D15D4D649EA688FA_H
#ifndef REGEXFC_T076AC007C0B19472DFC727FF856B5755332B8B52_H
#define REGEXFC_T076AC007C0B19472DFC727FF856B5755332B8B52_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.RegularExpressions.RegexFC
struct RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 : public RuntimeObject
{
public:
// System.Text.RegularExpressions.RegexCharClass System.Text.RegularExpressions.RegexFC::_cc
RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * ____cc_0;
// System.Boolean System.Text.RegularExpressions.RegexFC::_nullable
bool ____nullable_1;
// System.Boolean System.Text.RegularExpressions.RegexFC::_caseInsensitive
bool ____caseInsensitive_2;
public:
inline static int32_t get_offset_of__cc_0() { return static_cast<int32_t>(offsetof(RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52, ____cc_0)); }
inline RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * get__cc_0() const { return ____cc_0; }
inline RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 ** get_address_of__cc_0() { return &____cc_0; }
inline void set__cc_0(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * value)
{
____cc_0 = value;
Il2CppCodeGenWriteBarrier((&____cc_0), value);
}
inline static int32_t get_offset_of__nullable_1() { return static_cast<int32_t>(offsetof(RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52, ____nullable_1)); }
inline bool get__nullable_1() const { return ____nullable_1; }
inline bool* get_address_of__nullable_1() { return &____nullable_1; }
inline void set__nullable_1(bool value)
{
____nullable_1 = value;
}
inline static int32_t get_offset_of__caseInsensitive_2() { return static_cast<int32_t>(offsetof(RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52, ____caseInsensitive_2)); }
inline bool get__caseInsensitive_2() const { return ____caseInsensitive_2; }
inline bool* get_address_of__caseInsensitive_2() { return &____caseInsensitive_2; }
inline void set__caseInsensitive_2(bool value)
{
____caseInsensitive_2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // REGEXFC_T076AC007C0B19472DFC727FF856B5755332B8B52_H
#ifndef REGEXFCD_TCEDC8A19D3317F0856BC21A345C7E57A41FA568E_H
#define REGEXFCD_TCEDC8A19D3317F0856BC21A345C7E57A41FA568E_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.RegularExpressions.RegexFCD
struct RegexFCD_tCEDC8A19D3317F0856BC21A345C7E57A41FA568E : public RuntimeObject
{
public:
// System.Int32[] System.Text.RegularExpressions.RegexFCD::_intStack
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ____intStack_0;
// System.Int32 System.Text.RegularExpressions.RegexFCD::_intDepth
int32_t ____intDepth_1;
// System.Text.RegularExpressions.RegexFC[] System.Text.RegularExpressions.RegexFCD::_fcStack
RegexFCU5BU5D_tCABE05C26F3229DFDD9C8A86F3BA828C18F02D72* ____fcStack_2;
// System.Int32 System.Text.RegularExpressions.RegexFCD::_fcDepth
int32_t ____fcDepth_3;
// System.Boolean System.Text.RegularExpressions.RegexFCD::_skipAllChildren
bool ____skipAllChildren_4;
// System.Boolean System.Text.RegularExpressions.RegexFCD::_skipchild
bool ____skipchild_5;
// System.Boolean System.Text.RegularExpressions.RegexFCD::_failed
bool ____failed_6;
public:
inline static int32_t get_offset_of__intStack_0() { return static_cast<int32_t>(offsetof(RegexFCD_tCEDC8A19D3317F0856BC21A345C7E57A41FA568E, ____intStack_0)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get__intStack_0() const { return ____intStack_0; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of__intStack_0() { return &____intStack_0; }
inline void set__intStack_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
____intStack_0 = value;
Il2CppCodeGenWriteBarrier((&____intStack_0), value);
}
inline static int32_t get_offset_of__intDepth_1() { return static_cast<int32_t>(offsetof(RegexFCD_tCEDC8A19D3317F0856BC21A345C7E57A41FA568E, ____intDepth_1)); }
inline int32_t get__intDepth_1() const { return ____intDepth_1; }
inline int32_t* get_address_of__intDepth_1() { return &____intDepth_1; }
inline void set__intDepth_1(int32_t value)
{
____intDepth_1 = value;
}
inline static int32_t get_offset_of__fcStack_2() { return static_cast<int32_t>(offsetof(RegexFCD_tCEDC8A19D3317F0856BC21A345C7E57A41FA568E, ____fcStack_2)); }
inline RegexFCU5BU5D_tCABE05C26F3229DFDD9C8A86F3BA828C18F02D72* get__fcStack_2() const { return ____fcStack_2; }
inline RegexFCU5BU5D_tCABE05C26F3229DFDD9C8A86F3BA828C18F02D72** get_address_of__fcStack_2() { return &____fcStack_2; }
inline void set__fcStack_2(RegexFCU5BU5D_tCABE05C26F3229DFDD9C8A86F3BA828C18F02D72* value)
{
____fcStack_2 = value;
Il2CppCodeGenWriteBarrier((&____fcStack_2), value);
}
inline static int32_t get_offset_of__fcDepth_3() { return static_cast<int32_t>(offsetof(RegexFCD_tCEDC8A19D3317F0856BC21A345C7E57A41FA568E, ____fcDepth_3)); }
inline int32_t get__fcDepth_3() const { return ____fcDepth_3; }
inline int32_t* get_address_of__fcDepth_3() { return &____fcDepth_3; }
inline void set__fcDepth_3(int32_t value)
{
____fcDepth_3 = value;
}
inline static int32_t get_offset_of__skipAllChildren_4() { return static_cast<int32_t>(offsetof(RegexFCD_tCEDC8A19D3317F0856BC21A345C7E57A41FA568E, ____skipAllChildren_4)); }
inline bool get__skipAllChildren_4() const { return ____skipAllChildren_4; }
inline bool* get_address_of__skipAllChildren_4() { return &____skipAllChildren_4; }
inline void set__skipAllChildren_4(bool value)
{
____skipAllChildren_4 = value;
}
inline static int32_t get_offset_of__skipchild_5() { return static_cast<int32_t>(offsetof(RegexFCD_tCEDC8A19D3317F0856BC21A345C7E57A41FA568E, ____skipchild_5)); }
inline bool get__skipchild_5() const { return ____skipchild_5; }
inline bool* get_address_of__skipchild_5() { return &____skipchild_5; }
inline void set__skipchild_5(bool value)
{
____skipchild_5 = value;
}
inline static int32_t get_offset_of__failed_6() { return static_cast<int32_t>(offsetof(RegexFCD_tCEDC8A19D3317F0856BC21A345C7E57A41FA568E, ____failed_6)); }
inline bool get__failed_6() const { return ____failed_6; }
inline bool* get_address_of__failed_6() { return &____failed_6; }
inline void set__failed_6(bool value)
{
____failed_6 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // REGEXFCD_TCEDC8A19D3317F0856BC21A345C7E57A41FA568E_H
#ifndef REGEXPREFIX_TACADB52E91EFEB63B5EF7A1850634604F98FEE67_H
#define REGEXPREFIX_TACADB52E91EFEB63B5EF7A1850634604F98FEE67_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.RegularExpressions.RegexPrefix
struct RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 : public RuntimeObject
{
public:
// System.String System.Text.RegularExpressions.RegexPrefix::_prefix
String_t* ____prefix_0;
// System.Boolean System.Text.RegularExpressions.RegexPrefix::_caseInsensitive
bool ____caseInsensitive_1;
public:
inline static int32_t get_offset_of__prefix_0() { return static_cast<int32_t>(offsetof(RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67, ____prefix_0)); }
inline String_t* get__prefix_0() const { return ____prefix_0; }
inline String_t** get_address_of__prefix_0() { return &____prefix_0; }
inline void set__prefix_0(String_t* value)
{
____prefix_0 = value;
Il2CppCodeGenWriteBarrier((&____prefix_0), value);
}
inline static int32_t get_offset_of__caseInsensitive_1() { return static_cast<int32_t>(offsetof(RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67, ____caseInsensitive_1)); }
inline bool get__caseInsensitive_1() const { return ____caseInsensitive_1; }
inline bool* get_address_of__caseInsensitive_1() { return &____caseInsensitive_1; }
inline void set__caseInsensitive_1(bool value)
{
____caseInsensitive_1 = value;
}
};
struct RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67_StaticFields
{
public:
// System.Text.RegularExpressions.RegexPrefix System.Text.RegularExpressions.RegexPrefix::_empty
RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 * ____empty_2;
public:
inline static int32_t get_offset_of__empty_2() { return static_cast<int32_t>(offsetof(RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67_StaticFields, ____empty_2)); }
inline RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 * get__empty_2() const { return ____empty_2; }
inline RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 ** get_address_of__empty_2() { return &____empty_2; }
inline void set__empty_2(RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 * value)
{
____empty_2 = value;
Il2CppCodeGenWriteBarrier((&____empty_2), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // REGEXPREFIX_TACADB52E91EFEB63B5EF7A1850634604F98FEE67_H
#ifndef REGEXRUNNER_TBA888C4E3D3BA80EEE14878E4A330461730446B0_H
#define REGEXRUNNER_TBA888C4E3D3BA80EEE14878E4A330461730446B0_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.RegularExpressions.RegexRunner
struct RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 : public RuntimeObject
{
public:
// System.Int32 System.Text.RegularExpressions.RegexRunner::runtextbeg
int32_t ___runtextbeg_0;
// System.Int32 System.Text.RegularExpressions.RegexRunner::runtextend
int32_t ___runtextend_1;
// System.Int32 System.Text.RegularExpressions.RegexRunner::runtextstart
int32_t ___runtextstart_2;
// System.String System.Text.RegularExpressions.RegexRunner::runtext
String_t* ___runtext_3;
// System.Int32 System.Text.RegularExpressions.RegexRunner::runtextpos
int32_t ___runtextpos_4;
// System.Int32[] System.Text.RegularExpressions.RegexRunner::runtrack
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___runtrack_5;
// System.Int32 System.Text.RegularExpressions.RegexRunner::runtrackpos
int32_t ___runtrackpos_6;
// System.Int32[] System.Text.RegularExpressions.RegexRunner::runstack
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___runstack_7;
// System.Int32 System.Text.RegularExpressions.RegexRunner::runstackpos
int32_t ___runstackpos_8;
// System.Int32[] System.Text.RegularExpressions.RegexRunner::runcrawl
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___runcrawl_9;
// System.Int32 System.Text.RegularExpressions.RegexRunner::runcrawlpos
int32_t ___runcrawlpos_10;
// System.Int32 System.Text.RegularExpressions.RegexRunner::runtrackcount
int32_t ___runtrackcount_11;
// System.Text.RegularExpressions.Match System.Text.RegularExpressions.RegexRunner::runmatch
Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * ___runmatch_12;
// System.Text.RegularExpressions.Regex System.Text.RegularExpressions.RegexRunner::runregex
Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * ___runregex_13;
// System.Int32 System.Text.RegularExpressions.RegexRunner::timeout
int32_t ___timeout_14;
// System.Boolean System.Text.RegularExpressions.RegexRunner::ignoreTimeout
bool ___ignoreTimeout_15;
// System.Int32 System.Text.RegularExpressions.RegexRunner::timeoutOccursAt
int32_t ___timeoutOccursAt_16;
// System.Int32 System.Text.RegularExpressions.RegexRunner::timeoutChecksToSkip
int32_t ___timeoutChecksToSkip_17;
public:
inline static int32_t get_offset_of_runtextbeg_0() { return static_cast<int32_t>(offsetof(RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0, ___runtextbeg_0)); }
inline int32_t get_runtextbeg_0() const { return ___runtextbeg_0; }
inline int32_t* get_address_of_runtextbeg_0() { return &___runtextbeg_0; }
inline void set_runtextbeg_0(int32_t value)
{
___runtextbeg_0 = value;
}
inline static int32_t get_offset_of_runtextend_1() { return static_cast<int32_t>(offsetof(RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0, ___runtextend_1)); }
inline int32_t get_runtextend_1() const { return ___runtextend_1; }
inline int32_t* get_address_of_runtextend_1() { return &___runtextend_1; }
inline void set_runtextend_1(int32_t value)
{
___runtextend_1 = value;
}
inline static int32_t get_offset_of_runtextstart_2() { return static_cast<int32_t>(offsetof(RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0, ___runtextstart_2)); }
inline int32_t get_runtextstart_2() const { return ___runtextstart_2; }
inline int32_t* get_address_of_runtextstart_2() { return &___runtextstart_2; }
inline void set_runtextstart_2(int32_t value)
{
___runtextstart_2 = value;
}
inline static int32_t get_offset_of_runtext_3() { return static_cast<int32_t>(offsetof(RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0, ___runtext_3)); }
inline String_t* get_runtext_3() const { return ___runtext_3; }
inline String_t** get_address_of_runtext_3() { return &___runtext_3; }
inline void set_runtext_3(String_t* value)
{
___runtext_3 = value;
Il2CppCodeGenWriteBarrier((&___runtext_3), value);
}
inline static int32_t get_offset_of_runtextpos_4() { return static_cast<int32_t>(offsetof(RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0, ___runtextpos_4)); }
inline int32_t get_runtextpos_4() const { return ___runtextpos_4; }
inline int32_t* get_address_of_runtextpos_4() { return &___runtextpos_4; }
inline void set_runtextpos_4(int32_t value)
{
___runtextpos_4 = value;
}
inline static int32_t get_offset_of_runtrack_5() { return static_cast<int32_t>(offsetof(RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0, ___runtrack_5)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_runtrack_5() const { return ___runtrack_5; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_runtrack_5() { return &___runtrack_5; }
inline void set_runtrack_5(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___runtrack_5 = value;
Il2CppCodeGenWriteBarrier((&___runtrack_5), value);
}
inline static int32_t get_offset_of_runtrackpos_6() { return static_cast<int32_t>(offsetof(RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0, ___runtrackpos_6)); }
inline int32_t get_runtrackpos_6() const { return ___runtrackpos_6; }
inline int32_t* get_address_of_runtrackpos_6() { return &___runtrackpos_6; }
inline void set_runtrackpos_6(int32_t value)
{
___runtrackpos_6 = value;
}
inline static int32_t get_offset_of_runstack_7() { return static_cast<int32_t>(offsetof(RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0, ___runstack_7)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_runstack_7() const { return ___runstack_7; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_runstack_7() { return &___runstack_7; }
inline void set_runstack_7(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___runstack_7 = value;
Il2CppCodeGenWriteBarrier((&___runstack_7), value);
}
inline static int32_t get_offset_of_runstackpos_8() { return static_cast<int32_t>(offsetof(RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0, ___runstackpos_8)); }
inline int32_t get_runstackpos_8() const { return ___runstackpos_8; }
inline int32_t* get_address_of_runstackpos_8() { return &___runstackpos_8; }
inline void set_runstackpos_8(int32_t value)
{
___runstackpos_8 = value;
}
inline static int32_t get_offset_of_runcrawl_9() { return static_cast<int32_t>(offsetof(RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0, ___runcrawl_9)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_runcrawl_9() const { return ___runcrawl_9; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_runcrawl_9() { return &___runcrawl_9; }
inline void set_runcrawl_9(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___runcrawl_9 = value;
Il2CppCodeGenWriteBarrier((&___runcrawl_9), value);
}
inline static int32_t get_offset_of_runcrawlpos_10() { return static_cast<int32_t>(offsetof(RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0, ___runcrawlpos_10)); }
inline int32_t get_runcrawlpos_10() const { return ___runcrawlpos_10; }
inline int32_t* get_address_of_runcrawlpos_10() { return &___runcrawlpos_10; }
inline void set_runcrawlpos_10(int32_t value)
{
___runcrawlpos_10 = value;
}
inline static int32_t get_offset_of_runtrackcount_11() { return static_cast<int32_t>(offsetof(RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0, ___runtrackcount_11)); }
inline int32_t get_runtrackcount_11() const { return ___runtrackcount_11; }
inline int32_t* get_address_of_runtrackcount_11() { return &___runtrackcount_11; }
inline void set_runtrackcount_11(int32_t value)
{
___runtrackcount_11 = value;
}
inline static int32_t get_offset_of_runmatch_12() { return static_cast<int32_t>(offsetof(RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0, ___runmatch_12)); }
inline Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * get_runmatch_12() const { return ___runmatch_12; }
inline Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 ** get_address_of_runmatch_12() { return &___runmatch_12; }
inline void set_runmatch_12(Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * value)
{
___runmatch_12 = value;
Il2CppCodeGenWriteBarrier((&___runmatch_12), value);
}
inline static int32_t get_offset_of_runregex_13() { return static_cast<int32_t>(offsetof(RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0, ___runregex_13)); }
inline Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * get_runregex_13() const { return ___runregex_13; }
inline Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF ** get_address_of_runregex_13() { return &___runregex_13; }
inline void set_runregex_13(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * value)
{
___runregex_13 = value;
Il2CppCodeGenWriteBarrier((&___runregex_13), value);
}
inline static int32_t get_offset_of_timeout_14() { return static_cast<int32_t>(offsetof(RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0, ___timeout_14)); }
inline int32_t get_timeout_14() const { return ___timeout_14; }
inline int32_t* get_address_of_timeout_14() { return &___timeout_14; }
inline void set_timeout_14(int32_t value)
{
___timeout_14 = value;
}
inline static int32_t get_offset_of_ignoreTimeout_15() { return static_cast<int32_t>(offsetof(RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0, ___ignoreTimeout_15)); }
inline bool get_ignoreTimeout_15() const { return ___ignoreTimeout_15; }
inline bool* get_address_of_ignoreTimeout_15() { return &___ignoreTimeout_15; }
inline void set_ignoreTimeout_15(bool value)
{
___ignoreTimeout_15 = value;
}
inline static int32_t get_offset_of_timeoutOccursAt_16() { return static_cast<int32_t>(offsetof(RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0, ___timeoutOccursAt_16)); }
inline int32_t get_timeoutOccursAt_16() const { return ___timeoutOccursAt_16; }
inline int32_t* get_address_of_timeoutOccursAt_16() { return &___timeoutOccursAt_16; }
inline void set_timeoutOccursAt_16(int32_t value)
{
___timeoutOccursAt_16 = value;
}
inline static int32_t get_offset_of_timeoutChecksToSkip_17() { return static_cast<int32_t>(offsetof(RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0, ___timeoutChecksToSkip_17)); }
inline int32_t get_timeoutChecksToSkip_17() const { return ___timeoutChecksToSkip_17; }
inline int32_t* get_address_of_timeoutChecksToSkip_17() { return &___timeoutChecksToSkip_17; }
inline void set_timeoutChecksToSkip_17(int32_t value)
{
___timeoutChecksToSkip_17 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // REGEXRUNNER_TBA888C4E3D3BA80EEE14878E4A330461730446B0_H
#ifndef REGEXRUNNERFACTORY_T0703F390E2102623B0189DEC095DB182698E404B_H
#define REGEXRUNNERFACTORY_T0703F390E2102623B0189DEC095DB182698E404B_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.RegularExpressions.RegexRunnerFactory
struct RegexRunnerFactory_t0703F390E2102623B0189DEC095DB182698E404B : public RuntimeObject
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // REGEXRUNNERFACTORY_T0703F390E2102623B0189DEC095DB182698E404B_H
#ifndef REGEXWRITER_T5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6_H
#define REGEXWRITER_T5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.RegularExpressions.RegexWriter
struct RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 : public RuntimeObject
{
public:
// System.Int32[] System.Text.RegularExpressions.RegexWriter::_intStack
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ____intStack_0;
// System.Int32 System.Text.RegularExpressions.RegexWriter::_depth
int32_t ____depth_1;
// System.Int32[] System.Text.RegularExpressions.RegexWriter::_emitted
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ____emitted_2;
// System.Int32 System.Text.RegularExpressions.RegexWriter::_curpos
int32_t ____curpos_3;
// System.Collections.Generic.Dictionary`2<System.String,System.Int32> System.Text.RegularExpressions.RegexWriter::_stringhash
Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * ____stringhash_4;
// System.Collections.Generic.List`1<System.String> System.Text.RegularExpressions.RegexWriter::_stringtable
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ____stringtable_5;
// System.Boolean System.Text.RegularExpressions.RegexWriter::_counting
bool ____counting_6;
// System.Int32 System.Text.RegularExpressions.RegexWriter::_count
int32_t ____count_7;
// System.Int32 System.Text.RegularExpressions.RegexWriter::_trackcount
int32_t ____trackcount_8;
// System.Collections.Hashtable System.Text.RegularExpressions.RegexWriter::_caps
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ____caps_9;
public:
inline static int32_t get_offset_of__intStack_0() { return static_cast<int32_t>(offsetof(RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6, ____intStack_0)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get__intStack_0() const { return ____intStack_0; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of__intStack_0() { return &____intStack_0; }
inline void set__intStack_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
____intStack_0 = value;
Il2CppCodeGenWriteBarrier((&____intStack_0), value);
}
inline static int32_t get_offset_of__depth_1() { return static_cast<int32_t>(offsetof(RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6, ____depth_1)); }
inline int32_t get__depth_1() const { return ____depth_1; }
inline int32_t* get_address_of__depth_1() { return &____depth_1; }
inline void set__depth_1(int32_t value)
{
____depth_1 = value;
}
inline static int32_t get_offset_of__emitted_2() { return static_cast<int32_t>(offsetof(RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6, ____emitted_2)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get__emitted_2() const { return ____emitted_2; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of__emitted_2() { return &____emitted_2; }
inline void set__emitted_2(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
____emitted_2 = value;
Il2CppCodeGenWriteBarrier((&____emitted_2), value);
}
inline static int32_t get_offset_of__curpos_3() { return static_cast<int32_t>(offsetof(RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6, ____curpos_3)); }
inline int32_t get__curpos_3() const { return ____curpos_3; }
inline int32_t* get_address_of__curpos_3() { return &____curpos_3; }
inline void set__curpos_3(int32_t value)
{
____curpos_3 = value;
}
inline static int32_t get_offset_of__stringhash_4() { return static_cast<int32_t>(offsetof(RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6, ____stringhash_4)); }
inline Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * get__stringhash_4() const { return ____stringhash_4; }
inline Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB ** get_address_of__stringhash_4() { return &____stringhash_4; }
inline void set__stringhash_4(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * value)
{
____stringhash_4 = value;
Il2CppCodeGenWriteBarrier((&____stringhash_4), value);
}
inline static int32_t get_offset_of__stringtable_5() { return static_cast<int32_t>(offsetof(RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6, ____stringtable_5)); }
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * get__stringtable_5() const { return ____stringtable_5; }
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 ** get_address_of__stringtable_5() { return &____stringtable_5; }
inline void set__stringtable_5(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * value)
{
____stringtable_5 = value;
Il2CppCodeGenWriteBarrier((&____stringtable_5), value);
}
inline static int32_t get_offset_of__counting_6() { return static_cast<int32_t>(offsetof(RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6, ____counting_6)); }
inline bool get__counting_6() const { return ____counting_6; }
inline bool* get_address_of__counting_6() { return &____counting_6; }
inline void set__counting_6(bool value)
{
____counting_6 = value;
}
inline static int32_t get_offset_of__count_7() { return static_cast<int32_t>(offsetof(RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6, ____count_7)); }
inline int32_t get__count_7() const { return ____count_7; }
inline int32_t* get_address_of__count_7() { return &____count_7; }
inline void set__count_7(int32_t value)
{
____count_7 = value;
}
inline static int32_t get_offset_of__trackcount_8() { return static_cast<int32_t>(offsetof(RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6, ____trackcount_8)); }
inline int32_t get__trackcount_8() const { return ____trackcount_8; }
inline int32_t* get_address_of__trackcount_8() { return &____trackcount_8; }
inline void set__trackcount_8(int32_t value)
{
____trackcount_8 = value;
}
inline static int32_t get_offset_of__caps_9() { return static_cast<int32_t>(offsetof(RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6, ____caps_9)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get__caps_9() const { return ____caps_9; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of__caps_9() { return &____caps_9; }
inline void set__caps_9(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
____caps_9 = value;
Il2CppCodeGenWriteBarrier((&____caps_9), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // REGEXWRITER_T5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6_H
#ifndef SHAREDREFERENCE_T225BA5C249F9F1D6C959F151695BDF65EF2C92A5_H
#define SHAREDREFERENCE_T225BA5C249F9F1D6C959F151695BDF65EF2C92A5_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.RegularExpressions.SharedReference
struct SharedReference_t225BA5C249F9F1D6C959F151695BDF65EF2C92A5 : public RuntimeObject
{
public:
// System.WeakReference System.Text.RegularExpressions.SharedReference::_ref
WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * ____ref_0;
public:
inline static int32_t get_offset_of__ref_0() { return static_cast<int32_t>(offsetof(SharedReference_t225BA5C249F9F1D6C959F151695BDF65EF2C92A5, ____ref_0)); }
inline WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * get__ref_0() const { return ____ref_0; }
inline WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D ** get_address_of__ref_0() { return &____ref_0; }
inline void set__ref_0(WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * value)
{
____ref_0 = value;
Il2CppCodeGenWriteBarrier((&____ref_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SHAREDREFERENCE_T225BA5C249F9F1D6C959F151695BDF65EF2C92A5_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.Char[] System.Text.StringBuilder::m_ChunkChars
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___m_ChunkChars_0;
// System.Text.StringBuilder System.Text.StringBuilder::m_ChunkPrevious
StringBuilder_t * ___m_ChunkPrevious_1;
// System.Int32 System.Text.StringBuilder::m_ChunkLength
int32_t ___m_ChunkLength_2;
// System.Int32 System.Text.StringBuilder::m_ChunkOffset
int32_t ___m_ChunkOffset_3;
// System.Int32 System.Text.StringBuilder::m_MaxCapacity
int32_t ___m_MaxCapacity_4;
public:
inline static int32_t get_offset_of_m_ChunkChars_0() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkChars_0)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_m_ChunkChars_0() const { return ___m_ChunkChars_0; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_m_ChunkChars_0() { return &___m_ChunkChars_0; }
inline void set_m_ChunkChars_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___m_ChunkChars_0 = value;
Il2CppCodeGenWriteBarrier((&___m_ChunkChars_0), value);
}
inline static int32_t get_offset_of_m_ChunkPrevious_1() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkPrevious_1)); }
inline StringBuilder_t * get_m_ChunkPrevious_1() const { return ___m_ChunkPrevious_1; }
inline StringBuilder_t ** get_address_of_m_ChunkPrevious_1() { return &___m_ChunkPrevious_1; }
inline void set_m_ChunkPrevious_1(StringBuilder_t * value)
{
___m_ChunkPrevious_1 = value;
Il2CppCodeGenWriteBarrier((&___m_ChunkPrevious_1), value);
}
inline static int32_t get_offset_of_m_ChunkLength_2() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkLength_2)); }
inline int32_t get_m_ChunkLength_2() const { return ___m_ChunkLength_2; }
inline int32_t* get_address_of_m_ChunkLength_2() { return &___m_ChunkLength_2; }
inline void set_m_ChunkLength_2(int32_t value)
{
___m_ChunkLength_2 = value;
}
inline static int32_t get_offset_of_m_ChunkOffset_3() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkOffset_3)); }
inline int32_t get_m_ChunkOffset_3() const { return ___m_ChunkOffset_3; }
inline int32_t* get_address_of_m_ChunkOffset_3() { return &___m_ChunkOffset_3; }
inline void set_m_ChunkOffset_3(int32_t value)
{
___m_ChunkOffset_3 = value;
}
inline static int32_t get_offset_of_m_MaxCapacity_4() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_MaxCapacity_4)); }
inline int32_t get_m_MaxCapacity_4() const { return ___m_MaxCapacity_4; }
inline int32_t* get_address_of_m_MaxCapacity_4() { return &___m_MaxCapacity_4; }
inline void set_m_MaxCapacity_4(int32_t value)
{
___m_MaxCapacity_4 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // STRINGBUILDER_T_H
#ifndef UNCNAMEHELPER_TC33ED428B2D5DD4CD2DB5890FF56F1A5A4B1E98C_H
#define UNCNAMEHELPER_TC33ED428B2D5DD4CD2DB5890FF56F1A5A4B1E98C_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.UncNameHelper
struct UncNameHelper_tC33ED428B2D5DD4CD2DB5890FF56F1A5A4B1E98C : public RuntimeObject
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // UNCNAMEHELPER_TC33ED428B2D5DD4CD2DB5890FF56F1A5A4B1E98C_H
#ifndef VALUETYPE_T4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_H
#define VALUETYPE_T4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.ValueType
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF : public RuntimeObject
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.ValueType
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_pinvoke
{
};
// Native definition for COM marshalling of System.ValueType
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_com
{
};
#endif // VALUETYPE_T4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_H
#ifndef __STATICARRAYINITTYPESIZEU3D12_T6EBCA221EDFF79F50821238316CFA0302EE70E48_H
#define __STATICARRAYINITTYPESIZEU3D12_T6EBCA221EDFF79F50821238316CFA0302EE70E48_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D12
struct __StaticArrayInitTypeSizeU3D12_t6EBCA221EDFF79F50821238316CFA0302EE70E48
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D12_t6EBCA221EDFF79F50821238316CFA0302EE70E48__padding[12];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D12_T6EBCA221EDFF79F50821238316CFA0302EE70E48_H
#ifndef __STATICARRAYINITTYPESIZEU3D128_T4A42759E6E25B0C61E6036A661F4344DE92C2905_H
#define __STATICARRAYINITTYPESIZEU3D128_T4A42759E6E25B0C61E6036A661F4344DE92C2905_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D128
struct __StaticArrayInitTypeSizeU3D128_t4A42759E6E25B0C61E6036A661F4344DE92C2905
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D128_t4A42759E6E25B0C61E6036A661F4344DE92C2905__padding[128];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D128_T4A42759E6E25B0C61E6036A661F4344DE92C2905_H
#ifndef __STATICARRAYINITTYPESIZEU3D14_TC5D421D768E79910C98FB4504BA3B07E43FA77F0_H
#define __STATICARRAYINITTYPESIZEU3D14_TC5D421D768E79910C98FB4504BA3B07E43FA77F0_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D14
struct __StaticArrayInitTypeSizeU3D14_tC5D421D768E79910C98FB4504BA3B07E43FA77F0
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D14_tC5D421D768E79910C98FB4504BA3B07E43FA77F0__padding[14];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D14_TC5D421D768E79910C98FB4504BA3B07E43FA77F0_H
#ifndef __STATICARRAYINITTYPESIZEU3D256_T548520FAA2CCFC11107E283BF9E43588FAE5F6C7_H
#define __STATICARRAYINITTYPESIZEU3D256_T548520FAA2CCFC11107E283BF9E43588FAE5F6C7_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D256
struct __StaticArrayInitTypeSizeU3D256_t548520FAA2CCFC11107E283BF9E43588FAE5F6C7
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D256_t548520FAA2CCFC11107E283BF9E43588FAE5F6C7__padding[256];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D256_T548520FAA2CCFC11107E283BF9E43588FAE5F6C7_H
#ifndef __STATICARRAYINITTYPESIZEU3D3_T4D597C014C0C24F294DC84275F0264DCFCD4C575_H
#define __STATICARRAYINITTYPESIZEU3D3_T4D597C014C0C24F294DC84275F0264DCFCD4C575_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3
struct __StaticArrayInitTypeSizeU3D3_t4D597C014C0C24F294DC84275F0264DCFCD4C575
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D3_t4D597C014C0C24F294DC84275F0264DCFCD4C575__padding[3];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D3_T4D597C014C0C24F294DC84275F0264DCFCD4C575_H
#ifndef __STATICARRAYINITTYPESIZEU3D32_T5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA_H
#define __STATICARRAYINITTYPESIZEU3D32_T5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D32
struct __StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA__padding[32];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D32_T5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA_H
#ifndef __STATICARRAYINITTYPESIZEU3D44_TE99A9434272A367C976B32D1235A23DA85CC9671_H
#define __STATICARRAYINITTYPESIZEU3D44_TE99A9434272A367C976B32D1235A23DA85CC9671_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D44
struct __StaticArrayInitTypeSizeU3D44_tE99A9434272A367C976B32D1235A23DA85CC9671
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D44_tE99A9434272A367C976B32D1235A23DA85CC9671__padding[44];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D44_TE99A9434272A367C976B32D1235A23DA85CC9671_H
#ifndef __STATICARRAYINITTYPESIZEU3D6_TB024AE1C3AEB5C43235E76FFA23E64CD5EC3D87F_H
#define __STATICARRAYINITTYPESIZEU3D6_TB024AE1C3AEB5C43235E76FFA23E64CD5EC3D87F_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D6
struct __StaticArrayInitTypeSizeU3D6_tB024AE1C3AEB5C43235E76FFA23E64CD5EC3D87F
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D6_tB024AE1C3AEB5C43235E76FFA23E64CD5EC3D87F__padding[6];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D6_TB024AE1C3AEB5C43235E76FFA23E64CD5EC3D87F_H
#ifndef __STATICARRAYINITTYPESIZEU3D9_TAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB_H
#define __STATICARRAYINITTYPESIZEU3D9_TAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D9
struct __StaticArrayInitTypeSizeU3D9_tAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D9_tAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB__padding[9];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D9_TAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB_H
#ifndef BOOLEAN_TB53F6830F670160873277339AA58F15CAED4399C_H
#define BOOLEAN_TB53F6830F670160873277339AA58F15CAED4399C_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Boolean
struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C
{
public:
// System.Boolean System.Boolean::m_value
bool ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C, ___m_value_0)); }
inline bool get_m_value_0() const { return ___m_value_0; }
inline bool* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(bool value)
{
___m_value_0 = value;
}
};
struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields
{
public:
// System.String System.Boolean::TrueString
String_t* ___TrueString_5;
// System.String System.Boolean::FalseString
String_t* ___FalseString_6;
public:
inline static int32_t get_offset_of_TrueString_5() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields, ___TrueString_5)); }
inline String_t* get_TrueString_5() const { return ___TrueString_5; }
inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; }
inline void set_TrueString_5(String_t* value)
{
___TrueString_5 = value;
Il2CppCodeGenWriteBarrier((&___TrueString_5), value);
}
inline static int32_t get_offset_of_FalseString_6() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields, ___FalseString_6)); }
inline String_t* get_FalseString_6() const { return ___FalseString_6; }
inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; }
inline void set_FalseString_6(String_t* value)
{
___FalseString_6 = value;
Il2CppCodeGenWriteBarrier((&___FalseString_6), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BOOLEAN_TB53F6830F670160873277339AA58F15CAED4399C_H
#ifndef BYTE_TF87C579059BD4633E6840EBBBEEF899C6E33EF07_H
#define BYTE_TF87C579059BD4633E6840EBBBEEF899C6E33EF07_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Byte
struct Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07
{
public:
// System.Byte System.Byte::m_value
uint8_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07, ___m_value_0)); }
inline uint8_t get_m_value_0() const { return ___m_value_0; }
inline uint8_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(uint8_t value)
{
___m_value_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BYTE_TF87C579059BD4633E6840EBBBEEF899C6E33EF07_H
#ifndef CHAR_TBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_H
#define CHAR_TBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Char
struct Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9
{
public:
// System.Char System.Char::m_value
Il2CppChar ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9, ___m_value_0)); }
inline Il2CppChar get_m_value_0() const { return ___m_value_0; }
inline Il2CppChar* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(Il2CppChar value)
{
___m_value_0 = value;
}
};
struct Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_StaticFields
{
public:
// System.Byte[] System.Char::categoryForLatin1
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___categoryForLatin1_3;
public:
inline static int32_t get_offset_of_categoryForLatin1_3() { return static_cast<int32_t>(offsetof(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_StaticFields, ___categoryForLatin1_3)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_categoryForLatin1_3() const { return ___categoryForLatin1_3; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_categoryForLatin1_3() { return &___categoryForLatin1_3; }
inline void set_categoryForLatin1_3(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___categoryForLatin1_3 = value;
Il2CppCodeGenWriteBarrier((&___categoryForLatin1_3), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // CHAR_TBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_H
#ifndef DOUBLE_T358B8F23BDC52A5DD700E727E204F9F7CDE12409_H
#define DOUBLE_T358B8F23BDC52A5DD700E727E204F9F7CDE12409_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Double
struct Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409
{
public:
// System.Double System.Double::m_value
double ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409, ___m_value_0)); }
inline double get_m_value_0() const { return ___m_value_0; }
inline double* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(double value)
{
___m_value_0 = value;
}
};
struct Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_StaticFields
{
public:
// System.Double System.Double::NegativeZero
double ___NegativeZero_7;
public:
inline static int32_t get_offset_of_NegativeZero_7() { return static_cast<int32_t>(offsetof(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_StaticFields, ___NegativeZero_7)); }
inline double get_NegativeZero_7() const { return ___NegativeZero_7; }
inline double* get_address_of_NegativeZero_7() { return &___NegativeZero_7; }
inline void set_NegativeZero_7(double value)
{
___NegativeZero_7 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DOUBLE_T358B8F23BDC52A5DD700E727E204F9F7CDE12409_H
#ifndef ENUM_T2AF27C02B8653AE29442467390005ABC74D8F521_H
#define ENUM_T2AF27C02B8653AE29442467390005ABC74D8F521_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Enum
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 : public ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF
{
public:
public:
};
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields
{
public:
// System.Char[] System.Enum::enumSeperatorCharArray
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___enumSeperatorCharArray_0;
public:
inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast<int32_t>(offsetof(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields, ___enumSeperatorCharArray_0)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; }
inline void set_enumSeperatorCharArray_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___enumSeperatorCharArray_0 = value;
Il2CppCodeGenWriteBarrier((&___enumSeperatorCharArray_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.Enum
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_pinvoke
{
};
// Native definition for COM marshalling of System.Enum
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_com
{
};
#endif // ENUM_T2AF27C02B8653AE29442467390005ABC74D8F521_H
#ifndef INT16_T823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_H
#define INT16_T823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Int16
struct Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D
{
public:
// System.Int16 System.Int16::m_value
int16_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D, ___m_value_0)); }
inline int16_t get_m_value_0() const { return ___m_value_0; }
inline int16_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(int16_t value)
{
___m_value_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // INT16_T823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_H
#ifndef INT32_T585191389E07734F19F3156FF88FB3EF4800D102_H
#define INT32_T585191389E07734F19F3156FF88FB3EF4800D102_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Int32
struct Int32_t585191389E07734F19F3156FF88FB3EF4800D102
{
public:
// System.Int32 System.Int32::m_value
int32_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Int32_t585191389E07734F19F3156FF88FB3EF4800D102, ___m_value_0)); }
inline int32_t get_m_value_0() const { return ___m_value_0; }
inline int32_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(int32_t value)
{
___m_value_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // INT32_T585191389E07734F19F3156FF88FB3EF4800D102_H
#ifndef INT64_T7A386C2FF7B0280A0F516992401DDFCF0FF7B436_H
#define INT64_T7A386C2FF7B0280A0F516992401DDFCF0FF7B436_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Int64
struct Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436
{
public:
// System.Int64 System.Int64::m_value
int64_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436, ___m_value_0)); }
inline int64_t get_m_value_0() const { return ___m_value_0; }
inline int64_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(int64_t value)
{
___m_value_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // INT64_T7A386C2FF7B0280A0F516992401DDFCF0FF7B436_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 NULLABLE_1_T9E6A67BECE376F0623B5C857F5674A0311C41793_H
#define NULLABLE_1_T9E6A67BECE376F0623B5C857F5674A0311C41793_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Nullable`1<System.Boolean>
struct Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793
{
public:
// T System.Nullable`1::value
bool ___value_0;
// System.Boolean System.Nullable`1::has_value
bool ___has_value_1;
public:
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793, ___value_0)); }
inline bool get_value_0() const { return ___value_0; }
inline bool* get_address_of_value_0() { return &___value_0; }
inline void set_value_0(bool value)
{
___value_0 = value;
}
inline static int32_t get_offset_of_has_value_1() { return static_cast<int32_t>(offsetof(Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793, ___has_value_1)); }
inline bool get_has_value_1() const { return ___has_value_1; }
inline bool* get_address_of_has_value_1() { return &___has_value_1; }
inline void set_has_value_1(bool value)
{
___has_value_1 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // NULLABLE_1_T9E6A67BECE376F0623B5C857F5674A0311C41793_H
#ifndef GCHANDLE_T39FAEE3EA592432C93B574A31DD83B87F1847DE3_H
#define GCHANDLE_T39FAEE3EA592432C93B574A31DD83B87F1847DE3_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.InteropServices.GCHandle
struct GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3
{
public:
// System.Int32 System.Runtime.InteropServices.GCHandle::handle
int32_t ___handle_0;
public:
inline static int32_t get_offset_of_handle_0() { return static_cast<int32_t>(offsetof(GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3, ___handle_0)); }
inline int32_t get_handle_0() const { return ___handle_0; }
inline int32_t* get_address_of_handle_0() { return &___handle_0; }
inline void set_handle_0(int32_t value)
{
___handle_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // GCHANDLE_T39FAEE3EA592432C93B574A31DD83B87F1847DE3_H
#ifndef SHA1_T242C3C0C91D0CC11FA6F3CB0B06B416A550C6EAA_H
#define SHA1_T242C3C0C91D0CC11FA6F3CB0B06B416A550C6EAA_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_t242C3C0C91D0CC11FA6F3CB0B06B416A550C6EAA : public HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SHA1_T242C3C0C91D0CC11FA6F3CB0B06B416A550C6EAA_H
#ifndef X509CERTIFICATE2IMPL_T645108014422F6408EB87390317CD10710F129E7_H
#define X509CERTIFICATE2IMPL_T645108014422F6408EB87390317CD10710F129E7_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.X509Certificates.X509Certificate2Impl
struct X509Certificate2Impl_t645108014422F6408EB87390317CD10710F129E7 : public X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // X509CERTIFICATE2IMPL_T645108014422F6408EB87390317CD10710F129E7_H
#ifndef X509EXTENSION_T223237DF0C323CC455D3A2634D977773D2F3818A_H
#define X509EXTENSION_T223237DF0C323CC455D3A2634D977773D2F3818A_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.X509Certificates.X509Extension
struct X509Extension_t223237DF0C323CC455D3A2634D977773D2F3818A : public AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65
{
public:
// System.Boolean System.Security.Cryptography.X509Certificates.X509Extension::_critical
bool ____critical_2;
public:
inline static int32_t get_offset_of__critical_2() { return static_cast<int32_t>(offsetof(X509Extension_t223237DF0C323CC455D3A2634D977773D2F3818A, ____critical_2)); }
inline bool get__critical_2() const { return ____critical_2; }
inline bool* get_address_of__critical_2() { return &____critical_2; }
inline void set__critical_2(bool value)
{
____critical_2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // X509EXTENSION_T223237DF0C323CC455D3A2634D977773D2F3818A_H
#ifndef SYSTEMEXCEPTION_T5380468142AA850BE4A341D7AF3EAB9C78746782_H
#define SYSTEMEXCEPTION_T5380468142AA850BE4A341D7AF3EAB9C78746782_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.SystemException
struct SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 : public Exception_t
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SYSTEMEXCEPTION_T5380468142AA850BE4A341D7AF3EAB9C78746782_H
#ifndef GROUP_TB4759D0385925B2C8C14ED3FCD5D2F43CFBD0443_H
#define GROUP_TB4759D0385925B2C8C14ED3FCD5D2F43CFBD0443_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.RegularExpressions.Group
struct Group_tB4759D0385925B2C8C14ED3FCD5D2F43CFBD0443 : public Capture_tF4475248CCF3EFF914844BE2C993FC609D41DB73
{
public:
// System.Int32[] System.Text.RegularExpressions.Group::_caps
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ____caps_4;
// System.Int32 System.Text.RegularExpressions.Group::_capcount
int32_t ____capcount_5;
// System.String System.Text.RegularExpressions.Group::_name
String_t* ____name_6;
public:
inline static int32_t get_offset_of__caps_4() { return static_cast<int32_t>(offsetof(Group_tB4759D0385925B2C8C14ED3FCD5D2F43CFBD0443, ____caps_4)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get__caps_4() const { return ____caps_4; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of__caps_4() { return &____caps_4; }
inline void set__caps_4(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
____caps_4 = value;
Il2CppCodeGenWriteBarrier((&____caps_4), value);
}
inline static int32_t get_offset_of__capcount_5() { return static_cast<int32_t>(offsetof(Group_tB4759D0385925B2C8C14ED3FCD5D2F43CFBD0443, ____capcount_5)); }
inline int32_t get__capcount_5() const { return ____capcount_5; }
inline int32_t* get_address_of__capcount_5() { return &____capcount_5; }
inline void set__capcount_5(int32_t value)
{
____capcount_5 = value;
}
inline static int32_t get_offset_of__name_6() { return static_cast<int32_t>(offsetof(Group_tB4759D0385925B2C8C14ED3FCD5D2F43CFBD0443, ____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);
}
};
struct Group_tB4759D0385925B2C8C14ED3FCD5D2F43CFBD0443_StaticFields
{
public:
// System.Text.RegularExpressions.Group System.Text.RegularExpressions.Group::_emptygroup
Group_tB4759D0385925B2C8C14ED3FCD5D2F43CFBD0443 * ____emptygroup_3;
public:
inline static int32_t get_offset_of__emptygroup_3() { return static_cast<int32_t>(offsetof(Group_tB4759D0385925B2C8C14ED3FCD5D2F43CFBD0443_StaticFields, ____emptygroup_3)); }
inline Group_tB4759D0385925B2C8C14ED3FCD5D2F43CFBD0443 * get__emptygroup_3() const { return ____emptygroup_3; }
inline Group_tB4759D0385925B2C8C14ED3FCD5D2F43CFBD0443 ** get_address_of__emptygroup_3() { return &____emptygroup_3; }
inline void set__emptygroup_3(Group_tB4759D0385925B2C8C14ED3FCD5D2F43CFBD0443 * value)
{
____emptygroup_3 = value;
Il2CppCodeGenWriteBarrier((&____emptygroup_3), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // GROUP_TB4759D0385925B2C8C14ED3FCD5D2F43CFBD0443_H
#ifndef LOWERCASEMAPPING_T3F087D71A4D7A309FD5492CE33501FD4F4709D7B_H
#define LOWERCASEMAPPING_T3F087D71A4D7A309FD5492CE33501FD4F4709D7B_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.RegularExpressions.RegexCharClass_LowerCaseMapping
struct LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B
{
public:
// System.Char System.Text.RegularExpressions.RegexCharClass_LowerCaseMapping::_chMin
Il2CppChar ____chMin_0;
// System.Char System.Text.RegularExpressions.RegexCharClass_LowerCaseMapping::_chMax
Il2CppChar ____chMax_1;
// System.Int32 System.Text.RegularExpressions.RegexCharClass_LowerCaseMapping::_lcOp
int32_t ____lcOp_2;
// System.Int32 System.Text.RegularExpressions.RegexCharClass_LowerCaseMapping::_data
int32_t ____data_3;
public:
inline static int32_t get_offset_of__chMin_0() { return static_cast<int32_t>(offsetof(LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B, ____chMin_0)); }
inline Il2CppChar get__chMin_0() const { return ____chMin_0; }
inline Il2CppChar* get_address_of__chMin_0() { return &____chMin_0; }
inline void set__chMin_0(Il2CppChar value)
{
____chMin_0 = value;
}
inline static int32_t get_offset_of__chMax_1() { return static_cast<int32_t>(offsetof(LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B, ____chMax_1)); }
inline Il2CppChar get__chMax_1() const { return ____chMax_1; }
inline Il2CppChar* get_address_of__chMax_1() { return &____chMax_1; }
inline void set__chMax_1(Il2CppChar value)
{
____chMax_1 = value;
}
inline static int32_t get_offset_of__lcOp_2() { return static_cast<int32_t>(offsetof(LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B, ____lcOp_2)); }
inline int32_t get__lcOp_2() const { return ____lcOp_2; }
inline int32_t* get_address_of__lcOp_2() { return &____lcOp_2; }
inline void set__lcOp_2(int32_t value)
{
____lcOp_2 = value;
}
inline static int32_t get_offset_of__data_3() { return static_cast<int32_t>(offsetof(LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B, ____data_3)); }
inline int32_t get__data_3() const { return ____data_3; }
inline int32_t* get_address_of__data_3() { return &____data_3; }
inline void set__data_3(int32_t value)
{
____data_3 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping
struct LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B_marshaled_pinvoke
{
uint8_t ____chMin_0;
uint8_t ____chMax_1;
int32_t ____lcOp_2;
int32_t ____data_3;
};
// Native definition for COM marshalling of System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping
struct LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B_marshaled_com
{
uint8_t ____chMin_0;
uint8_t ____chMax_1;
int32_t ____lcOp_2;
int32_t ____data_3;
};
#endif // LOWERCASEMAPPING_T3F087D71A4D7A309FD5492CE33501FD4F4709D7B_H
#ifndef REGEXINTERPRETER_TCFD7D68662C4B174087DA02FB6119836DD2EA7DA_H
#define REGEXINTERPRETER_TCFD7D68662C4B174087DA02FB6119836DD2EA7DA_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.RegularExpressions.RegexInterpreter
struct RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA : public RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0
{
public:
// System.Int32 System.Text.RegularExpressions.RegexInterpreter::runoperator
int32_t ___runoperator_18;
// System.Int32[] System.Text.RegularExpressions.RegexInterpreter::runcodes
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___runcodes_19;
// System.Int32 System.Text.RegularExpressions.RegexInterpreter::runcodepos
int32_t ___runcodepos_20;
// System.String[] System.Text.RegularExpressions.RegexInterpreter::runstrings
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___runstrings_21;
// System.Text.RegularExpressions.RegexCode System.Text.RegularExpressions.RegexInterpreter::runcode
RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA * ___runcode_22;
// System.Text.RegularExpressions.RegexPrefix System.Text.RegularExpressions.RegexInterpreter::runfcPrefix
RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 * ___runfcPrefix_23;
// System.Text.RegularExpressions.RegexBoyerMoore System.Text.RegularExpressions.RegexInterpreter::runbmPrefix
RegexBoyerMoore_t37ED99A3CC25068E4D3DE4517835CFFCCF2FA1EB * ___runbmPrefix_24;
// System.Int32 System.Text.RegularExpressions.RegexInterpreter::runanchors
int32_t ___runanchors_25;
// System.Boolean System.Text.RegularExpressions.RegexInterpreter::runrtl
bool ___runrtl_26;
// System.Boolean System.Text.RegularExpressions.RegexInterpreter::runci
bool ___runci_27;
// System.Globalization.CultureInfo System.Text.RegularExpressions.RegexInterpreter::runculture
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___runculture_28;
public:
inline static int32_t get_offset_of_runoperator_18() { return static_cast<int32_t>(offsetof(RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA, ___runoperator_18)); }
inline int32_t get_runoperator_18() const { return ___runoperator_18; }
inline int32_t* get_address_of_runoperator_18() { return &___runoperator_18; }
inline void set_runoperator_18(int32_t value)
{
___runoperator_18 = value;
}
inline static int32_t get_offset_of_runcodes_19() { return static_cast<int32_t>(offsetof(RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA, ___runcodes_19)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_runcodes_19() const { return ___runcodes_19; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_runcodes_19() { return &___runcodes_19; }
inline void set_runcodes_19(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___runcodes_19 = value;
Il2CppCodeGenWriteBarrier((&___runcodes_19), value);
}
inline static int32_t get_offset_of_runcodepos_20() { return static_cast<int32_t>(offsetof(RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA, ___runcodepos_20)); }
inline int32_t get_runcodepos_20() const { return ___runcodepos_20; }
inline int32_t* get_address_of_runcodepos_20() { return &___runcodepos_20; }
inline void set_runcodepos_20(int32_t value)
{
___runcodepos_20 = value;
}
inline static int32_t get_offset_of_runstrings_21() { return static_cast<int32_t>(offsetof(RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA, ___runstrings_21)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_runstrings_21() const { return ___runstrings_21; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_runstrings_21() { return &___runstrings_21; }
inline void set_runstrings_21(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___runstrings_21 = value;
Il2CppCodeGenWriteBarrier((&___runstrings_21), value);
}
inline static int32_t get_offset_of_runcode_22() { return static_cast<int32_t>(offsetof(RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA, ___runcode_22)); }
inline RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA * get_runcode_22() const { return ___runcode_22; }
inline RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA ** get_address_of_runcode_22() { return &___runcode_22; }
inline void set_runcode_22(RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA * value)
{
___runcode_22 = value;
Il2CppCodeGenWriteBarrier((&___runcode_22), value);
}
inline static int32_t get_offset_of_runfcPrefix_23() { return static_cast<int32_t>(offsetof(RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA, ___runfcPrefix_23)); }
inline RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 * get_runfcPrefix_23() const { return ___runfcPrefix_23; }
inline RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 ** get_address_of_runfcPrefix_23() { return &___runfcPrefix_23; }
inline void set_runfcPrefix_23(RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 * value)
{
___runfcPrefix_23 = value;
Il2CppCodeGenWriteBarrier((&___runfcPrefix_23), value);
}
inline static int32_t get_offset_of_runbmPrefix_24() { return static_cast<int32_t>(offsetof(RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA, ___runbmPrefix_24)); }
inline RegexBoyerMoore_t37ED99A3CC25068E4D3DE4517835CFFCCF2FA1EB * get_runbmPrefix_24() const { return ___runbmPrefix_24; }
inline RegexBoyerMoore_t37ED99A3CC25068E4D3DE4517835CFFCCF2FA1EB ** get_address_of_runbmPrefix_24() { return &___runbmPrefix_24; }
inline void set_runbmPrefix_24(RegexBoyerMoore_t37ED99A3CC25068E4D3DE4517835CFFCCF2FA1EB * value)
{
___runbmPrefix_24 = value;
Il2CppCodeGenWriteBarrier((&___runbmPrefix_24), value);
}
inline static int32_t get_offset_of_runanchors_25() { return static_cast<int32_t>(offsetof(RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA, ___runanchors_25)); }
inline int32_t get_runanchors_25() const { return ___runanchors_25; }
inline int32_t* get_address_of_runanchors_25() { return &___runanchors_25; }
inline void set_runanchors_25(int32_t value)
{
___runanchors_25 = value;
}
inline static int32_t get_offset_of_runrtl_26() { return static_cast<int32_t>(offsetof(RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA, ___runrtl_26)); }
inline bool get_runrtl_26() const { return ___runrtl_26; }
inline bool* get_address_of_runrtl_26() { return &___runrtl_26; }
inline void set_runrtl_26(bool value)
{
___runrtl_26 = value;
}
inline static int32_t get_offset_of_runci_27() { return static_cast<int32_t>(offsetof(RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA, ___runci_27)); }
inline bool get_runci_27() const { return ___runci_27; }
inline bool* get_address_of_runci_27() { return &___runci_27; }
inline void set_runci_27(bool value)
{
___runci_27 = value;
}
inline static int32_t get_offset_of_runculture_28() { return static_cast<int32_t>(offsetof(RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA, ___runculture_28)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_runculture_28() const { return ___runculture_28; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_runculture_28() { return &___runculture_28; }
inline void set_runculture_28(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___runculture_28 = value;
Il2CppCodeGenWriteBarrier((&___runculture_28), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // REGEXINTERPRETER_TCFD7D68662C4B174087DA02FB6119836DD2EA7DA_H
#ifndef UINT16_TAE45CEF73BF720100519F6867F32145D075F928E_H
#define UINT16_TAE45CEF73BF720100519F6867F32145D075F928E_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.UInt16
struct UInt16_tAE45CEF73BF720100519F6867F32145D075F928E
{
public:
// System.UInt16 System.UInt16::m_value
uint16_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(UInt16_tAE45CEF73BF720100519F6867F32145D075F928E, ___m_value_0)); }
inline uint16_t get_m_value_0() const { return ___m_value_0; }
inline uint16_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(uint16_t value)
{
___m_value_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // UINT16_TAE45CEF73BF720100519F6867F32145D075F928E_H
#ifndef UINT32_T4980FA09003AFAAB5A6E361BA2748EA9A005709B_H
#define UINT32_T4980FA09003AFAAB5A6E361BA2748EA9A005709B_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.UInt32
struct UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B
{
public:
// System.UInt32 System.UInt32::m_value
uint32_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B, ___m_value_0)); }
inline uint32_t get_m_value_0() const { return ___m_value_0; }
inline uint32_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(uint32_t value)
{
___m_value_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // UINT32_T4980FA09003AFAAB5A6E361BA2748EA9A005709B_H
#ifndef VOID_T22962CB4C05B1D89B55A6E1139F0E87A90987017_H
#define VOID_T22962CB4C05B1D89B55A6E1139F0E87A90987017_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void
struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017
{
public:
union
{
struct
{
};
uint8_t Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017__padding[1];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // VOID_T22962CB4C05B1D89B55A6E1139F0E87A90987017_H
#ifndef U3CPRIVATEIMPLEMENTATIONDETAILSU3E_TD3F45A95FC1F3A32916F221D83F290D182AD6291_H
#define U3CPRIVATEIMPLEMENTATIONDETAILSU3E_TD3F45A95FC1F3A32916F221D83F290D182AD6291_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>
struct U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291 : public RuntimeObject
{
public:
public:
};
struct U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields
{
public:
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D14 <PrivateImplementationDetails>::0283A6AF88802AB45989B29549915BEA0F6CD515
__StaticArrayInitTypeSizeU3D14_tC5D421D768E79910C98FB4504BA3B07E43FA77F0 ___0283A6AF88802AB45989B29549915BEA0F6CD515_0;
// System.Int64 <PrivateImplementationDetails>::03F4297FCC30D0FD5E420E5D26E7FA711167C7EF
int64_t ___03F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D9 <PrivateImplementationDetails>::1A39764B112685485A5BA7B2880D878B858C1A7A
__StaticArrayInitTypeSizeU3D9_tAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB ___1A39764B112685485A5BA7B2880D878B858C1A7A_2;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::1A84029C80CB5518379F199F53FF08A7B764F8FD
__StaticArrayInitTypeSizeU3D3_t4D597C014C0C24F294DC84275F0264DCFCD4C575 ___1A84029C80CB5518379F199F53FF08A7B764F8FD_3;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D12 <PrivateImplementationDetails>::3BE77BF818331C2D8400FFFFF9FADD3F16AD89AC
__StaticArrayInitTypeSizeU3D12_t6EBCA221EDFF79F50821238316CFA0302EE70E48 ___3BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D32 <PrivateImplementationDetails>::59F5BD34B6C013DEACC784F69C67E95150033A84
__StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA ___59F5BD34B6C013DEACC784F69C67E95150033A84_5;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D6 <PrivateImplementationDetails>::5BC3486B05BA8CF4689C7BDB198B3F477BB4E20C
__StaticArrayInitTypeSizeU3D6_tB024AE1C3AEB5C43235E76FFA23E64CD5EC3D87F ___5BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_6;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D9 <PrivateImplementationDetails>::6D49C9D487D7AD3491ECE08732D68A593CC2038D
__StaticArrayInitTypeSizeU3D9_tAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_7;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D128 <PrivateImplementationDetails>::6F3AD3DC3AF8047587C4C9D696EB68A01FEF796E
__StaticArrayInitTypeSizeU3D128_t4A42759E6E25B0C61E6036A661F4344DE92C2905 ___6F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_8;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D44 <PrivateImplementationDetails>::8E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3
__StaticArrayInitTypeSizeU3D44_tE99A9434272A367C976B32D1235A23DA85CC9671 ___8E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_9;
// System.Int64 <PrivateImplementationDetails>::98A44A6F8606AE6F23FE230286C1D6FBCC407226
int64_t ___98A44A6F8606AE6F23FE230286C1D6FBCC407226_10;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D32 <PrivateImplementationDetails>::C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536
__StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA ___C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_11;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D128 <PrivateImplementationDetails>::CCEEADA43268372341F81AE0C9208C6856441C04
__StaticArrayInitTypeSizeU3D128_t4A42759E6E25B0C61E6036A661F4344DE92C2905 ___CCEEADA43268372341F81AE0C9208C6856441C04_12;
// System.Int64 <PrivateImplementationDetails>::E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78
int64_t ___E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_13;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D32 <PrivateImplementationDetails>::EC5842B3154E1AF94500B57220EB9F684BCCC42A
__StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA ___EC5842B3154E1AF94500B57220EB9F684BCCC42A_14;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D256 <PrivateImplementationDetails>::EEAFE8C6E1AB017237567305EE925C976CDB6458
__StaticArrayInitTypeSizeU3D256_t548520FAA2CCFC11107E283BF9E43588FAE5F6C7 ___EEAFE8C6E1AB017237567305EE925C976CDB6458_15;
public:
inline static int32_t get_offset_of_U30283A6AF88802AB45989B29549915BEA0F6CD515_0() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___0283A6AF88802AB45989B29549915BEA0F6CD515_0)); }
inline __StaticArrayInitTypeSizeU3D14_tC5D421D768E79910C98FB4504BA3B07E43FA77F0 get_U30283A6AF88802AB45989B29549915BEA0F6CD515_0() const { return ___0283A6AF88802AB45989B29549915BEA0F6CD515_0; }
inline __StaticArrayInitTypeSizeU3D14_tC5D421D768E79910C98FB4504BA3B07E43FA77F0 * get_address_of_U30283A6AF88802AB45989B29549915BEA0F6CD515_0() { return &___0283A6AF88802AB45989B29549915BEA0F6CD515_0; }
inline void set_U30283A6AF88802AB45989B29549915BEA0F6CD515_0(__StaticArrayInitTypeSizeU3D14_tC5D421D768E79910C98FB4504BA3B07E43FA77F0 value)
{
___0283A6AF88802AB45989B29549915BEA0F6CD515_0 = value;
}
inline static int32_t get_offset_of_U303F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___03F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1)); }
inline int64_t get_U303F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1() const { return ___03F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1; }
inline int64_t* get_address_of_U303F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1() { return &___03F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1; }
inline void set_U303F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1(int64_t value)
{
___03F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1 = value;
}
inline static int32_t get_offset_of_U31A39764B112685485A5BA7B2880D878B858C1A7A_2() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___1A39764B112685485A5BA7B2880D878B858C1A7A_2)); }
inline __StaticArrayInitTypeSizeU3D9_tAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB get_U31A39764B112685485A5BA7B2880D878B858C1A7A_2() const { return ___1A39764B112685485A5BA7B2880D878B858C1A7A_2; }
inline __StaticArrayInitTypeSizeU3D9_tAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB * get_address_of_U31A39764B112685485A5BA7B2880D878B858C1A7A_2() { return &___1A39764B112685485A5BA7B2880D878B858C1A7A_2; }
inline void set_U31A39764B112685485A5BA7B2880D878B858C1A7A_2(__StaticArrayInitTypeSizeU3D9_tAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB value)
{
___1A39764B112685485A5BA7B2880D878B858C1A7A_2 = value;
}
inline static int32_t get_offset_of_U31A84029C80CB5518379F199F53FF08A7B764F8FD_3() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___1A84029C80CB5518379F199F53FF08A7B764F8FD_3)); }
inline __StaticArrayInitTypeSizeU3D3_t4D597C014C0C24F294DC84275F0264DCFCD4C575 get_U31A84029C80CB5518379F199F53FF08A7B764F8FD_3() const { return ___1A84029C80CB5518379F199F53FF08A7B764F8FD_3; }
inline __StaticArrayInitTypeSizeU3D3_t4D597C014C0C24F294DC84275F0264DCFCD4C575 * get_address_of_U31A84029C80CB5518379F199F53FF08A7B764F8FD_3() { return &___1A84029C80CB5518379F199F53FF08A7B764F8FD_3; }
inline void set_U31A84029C80CB5518379F199F53FF08A7B764F8FD_3(__StaticArrayInitTypeSizeU3D3_t4D597C014C0C24F294DC84275F0264DCFCD4C575 value)
{
___1A84029C80CB5518379F199F53FF08A7B764F8FD_3 = value;
}
inline static int32_t get_offset_of_U33BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___3BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4)); }
inline __StaticArrayInitTypeSizeU3D12_t6EBCA221EDFF79F50821238316CFA0302EE70E48 get_U33BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4() const { return ___3BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4; }
inline __StaticArrayInitTypeSizeU3D12_t6EBCA221EDFF79F50821238316CFA0302EE70E48 * get_address_of_U33BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4() { return &___3BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4; }
inline void set_U33BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4(__StaticArrayInitTypeSizeU3D12_t6EBCA221EDFF79F50821238316CFA0302EE70E48 value)
{
___3BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4 = value;
}
inline static int32_t get_offset_of_U359F5BD34B6C013DEACC784F69C67E95150033A84_5() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___59F5BD34B6C013DEACC784F69C67E95150033A84_5)); }
inline __StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA get_U359F5BD34B6C013DEACC784F69C67E95150033A84_5() const { return ___59F5BD34B6C013DEACC784F69C67E95150033A84_5; }
inline __StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA * get_address_of_U359F5BD34B6C013DEACC784F69C67E95150033A84_5() { return &___59F5BD34B6C013DEACC784F69C67E95150033A84_5; }
inline void set_U359F5BD34B6C013DEACC784F69C67E95150033A84_5(__StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA value)
{
___59F5BD34B6C013DEACC784F69C67E95150033A84_5 = value;
}
inline static int32_t get_offset_of_U35BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_6() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___5BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_6)); }
inline __StaticArrayInitTypeSizeU3D6_tB024AE1C3AEB5C43235E76FFA23E64CD5EC3D87F get_U35BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_6() const { return ___5BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_6; }
inline __StaticArrayInitTypeSizeU3D6_tB024AE1C3AEB5C43235E76FFA23E64CD5EC3D87F * get_address_of_U35BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_6() { return &___5BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_6; }
inline void set_U35BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_6(__StaticArrayInitTypeSizeU3D6_tB024AE1C3AEB5C43235E76FFA23E64CD5EC3D87F value)
{
___5BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_6 = value;
}
inline static int32_t get_offset_of_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_7() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_7)); }
inline __StaticArrayInitTypeSizeU3D9_tAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB get_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_7() const { return ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_7; }
inline __StaticArrayInitTypeSizeU3D9_tAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB * get_address_of_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_7() { return &___6D49C9D487D7AD3491ECE08732D68A593CC2038D_7; }
inline void set_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_7(__StaticArrayInitTypeSizeU3D9_tAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB value)
{
___6D49C9D487D7AD3491ECE08732D68A593CC2038D_7 = value;
}
inline static int32_t get_offset_of_U36F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_8() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___6F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_8)); }
inline __StaticArrayInitTypeSizeU3D128_t4A42759E6E25B0C61E6036A661F4344DE92C2905 get_U36F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_8() const { return ___6F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_8; }
inline __StaticArrayInitTypeSizeU3D128_t4A42759E6E25B0C61E6036A661F4344DE92C2905 * get_address_of_U36F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_8() { return &___6F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_8; }
inline void set_U36F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_8(__StaticArrayInitTypeSizeU3D128_t4A42759E6E25B0C61E6036A661F4344DE92C2905 value)
{
___6F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_8 = value;
}
inline static int32_t get_offset_of_U38E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_9() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___8E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_9)); }
inline __StaticArrayInitTypeSizeU3D44_tE99A9434272A367C976B32D1235A23DA85CC9671 get_U38E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_9() const { return ___8E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_9; }
inline __StaticArrayInitTypeSizeU3D44_tE99A9434272A367C976B32D1235A23DA85CC9671 * get_address_of_U38E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_9() { return &___8E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_9; }
inline void set_U38E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_9(__StaticArrayInitTypeSizeU3D44_tE99A9434272A367C976B32D1235A23DA85CC9671 value)
{
___8E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_9 = value;
}
inline static int32_t get_offset_of_U398A44A6F8606AE6F23FE230286C1D6FBCC407226_10() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___98A44A6F8606AE6F23FE230286C1D6FBCC407226_10)); }
inline int64_t get_U398A44A6F8606AE6F23FE230286C1D6FBCC407226_10() const { return ___98A44A6F8606AE6F23FE230286C1D6FBCC407226_10; }
inline int64_t* get_address_of_U398A44A6F8606AE6F23FE230286C1D6FBCC407226_10() { return &___98A44A6F8606AE6F23FE230286C1D6FBCC407226_10; }
inline void set_U398A44A6F8606AE6F23FE230286C1D6FBCC407226_10(int64_t value)
{
___98A44A6F8606AE6F23FE230286C1D6FBCC407226_10 = value;
}
inline static int32_t get_offset_of_C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_11() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_11)); }
inline __StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA get_C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_11() const { return ___C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_11; }
inline __StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA * get_address_of_C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_11() { return &___C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_11; }
inline void set_C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_11(__StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA value)
{
___C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_11 = value;
}
inline static int32_t get_offset_of_CCEEADA43268372341F81AE0C9208C6856441C04_12() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___CCEEADA43268372341F81AE0C9208C6856441C04_12)); }
inline __StaticArrayInitTypeSizeU3D128_t4A42759E6E25B0C61E6036A661F4344DE92C2905 get_CCEEADA43268372341F81AE0C9208C6856441C04_12() const { return ___CCEEADA43268372341F81AE0C9208C6856441C04_12; }
inline __StaticArrayInitTypeSizeU3D128_t4A42759E6E25B0C61E6036A661F4344DE92C2905 * get_address_of_CCEEADA43268372341F81AE0C9208C6856441C04_12() { return &___CCEEADA43268372341F81AE0C9208C6856441C04_12; }
inline void set_CCEEADA43268372341F81AE0C9208C6856441C04_12(__StaticArrayInitTypeSizeU3D128_t4A42759E6E25B0C61E6036A661F4344DE92C2905 value)
{
___CCEEADA43268372341F81AE0C9208C6856441C04_12 = value;
}
inline static int32_t get_offset_of_E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_13() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_13)); }
inline int64_t get_E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_13() const { return ___E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_13; }
inline int64_t* get_address_of_E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_13() { return &___E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_13; }
inline void set_E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_13(int64_t value)
{
___E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_13 = value;
}
inline static int32_t get_offset_of_EC5842B3154E1AF94500B57220EB9F684BCCC42A_14() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___EC5842B3154E1AF94500B57220EB9F684BCCC42A_14)); }
inline __StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA get_EC5842B3154E1AF94500B57220EB9F684BCCC42A_14() const { return ___EC5842B3154E1AF94500B57220EB9F684BCCC42A_14; }
inline __StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA * get_address_of_EC5842B3154E1AF94500B57220EB9F684BCCC42A_14() { return &___EC5842B3154E1AF94500B57220EB9F684BCCC42A_14; }
inline void set_EC5842B3154E1AF94500B57220EB9F684BCCC42A_14(__StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA value)
{
___EC5842B3154E1AF94500B57220EB9F684BCCC42A_14 = value;
}
inline static int32_t get_offset_of_EEAFE8C6E1AB017237567305EE925C976CDB6458_15() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___EEAFE8C6E1AB017237567305EE925C976CDB6458_15)); }
inline __StaticArrayInitTypeSizeU3D256_t548520FAA2CCFC11107E283BF9E43588FAE5F6C7 get_EEAFE8C6E1AB017237567305EE925C976CDB6458_15() const { return ___EEAFE8C6E1AB017237567305EE925C976CDB6458_15; }
inline __StaticArrayInitTypeSizeU3D256_t548520FAA2CCFC11107E283BF9E43588FAE5F6C7 * get_address_of_EEAFE8C6E1AB017237567305EE925C976CDB6458_15() { return &___EEAFE8C6E1AB017237567305EE925C976CDB6458_15; }
inline void set_EEAFE8C6E1AB017237567305EE925C976CDB6458_15(__StaticArrayInitTypeSizeU3D256_t548520FAA2CCFC11107E283BF9E43588FAE5F6C7 value)
{
___EEAFE8C6E1AB017237567305EE925C976CDB6458_15 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // U3CPRIVATEIMPLEMENTATIONDETAILSU3E_TD3F45A95FC1F3A32916F221D83F290D182AD6291_H
#ifndef APPDOMAIN_T1B59572328F60585904DF52A59FE47CF5B5FFFF8_H
#define APPDOMAIN_T1B59572328F60585904DF52A59FE47CF5B5FFFF8_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.AppDomain
struct AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8 : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF
{
public:
// System.IntPtr System.AppDomain::_mono_app_domain
intptr_t ____mono_app_domain_1;
// System.Object System.AppDomain::_evidence
RuntimeObject * ____evidence_6;
// System.Object System.AppDomain::_granted
RuntimeObject * ____granted_7;
// System.Int32 System.AppDomain::_principalPolicy
int32_t ____principalPolicy_8;
// System.AssemblyLoadEventHandler System.AppDomain::AssemblyLoad
AssemblyLoadEventHandler_t53F8340027F9EE67E8A22E7D8C1A3770345153C9 * ___AssemblyLoad_11;
// System.ResolveEventHandler System.AppDomain::AssemblyResolve
ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 * ___AssemblyResolve_12;
// System.EventHandler System.AppDomain::DomainUnload
EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * ___DomainUnload_13;
// System.EventHandler System.AppDomain::ProcessExit
EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * ___ProcessExit_14;
// System.ResolveEventHandler System.AppDomain::ResourceResolve
ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 * ___ResourceResolve_15;
// System.ResolveEventHandler System.AppDomain::TypeResolve
ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 * ___TypeResolve_16;
// System.UnhandledExceptionEventHandler System.AppDomain::UnhandledException
UnhandledExceptionEventHandler_tB0DFF05ABF7A3A234C87D4F7A71F98E9AB2D91DE * ___UnhandledException_17;
// System.EventHandler`1<System.Runtime.ExceptionServices.FirstChanceExceptionEventArgs> System.AppDomain::FirstChanceException
EventHandler_1_t1E35ED2E29145994C6C03E57601C6D48C61083FF * ___FirstChanceException_18;
// System.Object System.AppDomain::_domain_manager
RuntimeObject * ____domain_manager_19;
// System.ResolveEventHandler System.AppDomain::ReflectionOnlyAssemblyResolve
ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 * ___ReflectionOnlyAssemblyResolve_20;
// System.Object System.AppDomain::_activation
RuntimeObject * ____activation_21;
// System.Object System.AppDomain::_applicationIdentity
RuntimeObject * ____applicationIdentity_22;
// System.Collections.Generic.List`1<System.String> System.AppDomain::compatibility_switch
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ___compatibility_switch_23;
public:
inline static int32_t get_offset_of__mono_app_domain_1() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8, ____mono_app_domain_1)); }
inline intptr_t get__mono_app_domain_1() const { return ____mono_app_domain_1; }
inline intptr_t* get_address_of__mono_app_domain_1() { return &____mono_app_domain_1; }
inline void set__mono_app_domain_1(intptr_t value)
{
____mono_app_domain_1 = value;
}
inline static int32_t get_offset_of__evidence_6() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8, ____evidence_6)); }
inline RuntimeObject * get__evidence_6() const { return ____evidence_6; }
inline RuntimeObject ** get_address_of__evidence_6() { return &____evidence_6; }
inline void set__evidence_6(RuntimeObject * value)
{
____evidence_6 = value;
Il2CppCodeGenWriteBarrier((&____evidence_6), value);
}
inline static int32_t get_offset_of__granted_7() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8, ____granted_7)); }
inline RuntimeObject * get__granted_7() const { return ____granted_7; }
inline RuntimeObject ** get_address_of__granted_7() { return &____granted_7; }
inline void set__granted_7(RuntimeObject * value)
{
____granted_7 = value;
Il2CppCodeGenWriteBarrier((&____granted_7), value);
}
inline static int32_t get_offset_of__principalPolicy_8() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8, ____principalPolicy_8)); }
inline int32_t get__principalPolicy_8() const { return ____principalPolicy_8; }
inline int32_t* get_address_of__principalPolicy_8() { return &____principalPolicy_8; }
inline void set__principalPolicy_8(int32_t value)
{
____principalPolicy_8 = value;
}
inline static int32_t get_offset_of_AssemblyLoad_11() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8, ___AssemblyLoad_11)); }
inline AssemblyLoadEventHandler_t53F8340027F9EE67E8A22E7D8C1A3770345153C9 * get_AssemblyLoad_11() const { return ___AssemblyLoad_11; }
inline AssemblyLoadEventHandler_t53F8340027F9EE67E8A22E7D8C1A3770345153C9 ** get_address_of_AssemblyLoad_11() { return &___AssemblyLoad_11; }
inline void set_AssemblyLoad_11(AssemblyLoadEventHandler_t53F8340027F9EE67E8A22E7D8C1A3770345153C9 * value)
{
___AssemblyLoad_11 = value;
Il2CppCodeGenWriteBarrier((&___AssemblyLoad_11), value);
}
inline static int32_t get_offset_of_AssemblyResolve_12() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8, ___AssemblyResolve_12)); }
inline ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 * get_AssemblyResolve_12() const { return ___AssemblyResolve_12; }
inline ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 ** get_address_of_AssemblyResolve_12() { return &___AssemblyResolve_12; }
inline void set_AssemblyResolve_12(ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 * value)
{
___AssemblyResolve_12 = value;
Il2CppCodeGenWriteBarrier((&___AssemblyResolve_12), value);
}
inline static int32_t get_offset_of_DomainUnload_13() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8, ___DomainUnload_13)); }
inline EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * get_DomainUnload_13() const { return ___DomainUnload_13; }
inline EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C ** get_address_of_DomainUnload_13() { return &___DomainUnload_13; }
inline void set_DomainUnload_13(EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * value)
{
___DomainUnload_13 = value;
Il2CppCodeGenWriteBarrier((&___DomainUnload_13), value);
}
inline static int32_t get_offset_of_ProcessExit_14() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8, ___ProcessExit_14)); }
inline EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * get_ProcessExit_14() const { return ___ProcessExit_14; }
inline EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C ** get_address_of_ProcessExit_14() { return &___ProcessExit_14; }
inline void set_ProcessExit_14(EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * value)
{
___ProcessExit_14 = value;
Il2CppCodeGenWriteBarrier((&___ProcessExit_14), value);
}
inline static int32_t get_offset_of_ResourceResolve_15() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8, ___ResourceResolve_15)); }
inline ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 * get_ResourceResolve_15() const { return ___ResourceResolve_15; }
inline ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 ** get_address_of_ResourceResolve_15() { return &___ResourceResolve_15; }
inline void set_ResourceResolve_15(ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 * value)
{
___ResourceResolve_15 = value;
Il2CppCodeGenWriteBarrier((&___ResourceResolve_15), value);
}
inline static int32_t get_offset_of_TypeResolve_16() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8, ___TypeResolve_16)); }
inline ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 * get_TypeResolve_16() const { return ___TypeResolve_16; }
inline ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 ** get_address_of_TypeResolve_16() { return &___TypeResolve_16; }
inline void set_TypeResolve_16(ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 * value)
{
___TypeResolve_16 = value;
Il2CppCodeGenWriteBarrier((&___TypeResolve_16), value);
}
inline static int32_t get_offset_of_UnhandledException_17() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8, ___UnhandledException_17)); }
inline UnhandledExceptionEventHandler_tB0DFF05ABF7A3A234C87D4F7A71F98E9AB2D91DE * get_UnhandledException_17() const { return ___UnhandledException_17; }
inline UnhandledExceptionEventHandler_tB0DFF05ABF7A3A234C87D4F7A71F98E9AB2D91DE ** get_address_of_UnhandledException_17() { return &___UnhandledException_17; }
inline void set_UnhandledException_17(UnhandledExceptionEventHandler_tB0DFF05ABF7A3A234C87D4F7A71F98E9AB2D91DE * value)
{
___UnhandledException_17 = value;
Il2CppCodeGenWriteBarrier((&___UnhandledException_17), value);
}
inline static int32_t get_offset_of_FirstChanceException_18() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8, ___FirstChanceException_18)); }
inline EventHandler_1_t1E35ED2E29145994C6C03E57601C6D48C61083FF * get_FirstChanceException_18() const { return ___FirstChanceException_18; }
inline EventHandler_1_t1E35ED2E29145994C6C03E57601C6D48C61083FF ** get_address_of_FirstChanceException_18() { return &___FirstChanceException_18; }
inline void set_FirstChanceException_18(EventHandler_1_t1E35ED2E29145994C6C03E57601C6D48C61083FF * value)
{
___FirstChanceException_18 = value;
Il2CppCodeGenWriteBarrier((&___FirstChanceException_18), value);
}
inline static int32_t get_offset_of__domain_manager_19() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8, ____domain_manager_19)); }
inline RuntimeObject * get__domain_manager_19() const { return ____domain_manager_19; }
inline RuntimeObject ** get_address_of__domain_manager_19() { return &____domain_manager_19; }
inline void set__domain_manager_19(RuntimeObject * value)
{
____domain_manager_19 = value;
Il2CppCodeGenWriteBarrier((&____domain_manager_19), value);
}
inline static int32_t get_offset_of_ReflectionOnlyAssemblyResolve_20() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8, ___ReflectionOnlyAssemblyResolve_20)); }
inline ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 * get_ReflectionOnlyAssemblyResolve_20() const { return ___ReflectionOnlyAssemblyResolve_20; }
inline ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 ** get_address_of_ReflectionOnlyAssemblyResolve_20() { return &___ReflectionOnlyAssemblyResolve_20; }
inline void set_ReflectionOnlyAssemblyResolve_20(ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 * value)
{
___ReflectionOnlyAssemblyResolve_20 = value;
Il2CppCodeGenWriteBarrier((&___ReflectionOnlyAssemblyResolve_20), value);
}
inline static int32_t get_offset_of__activation_21() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8, ____activation_21)); }
inline RuntimeObject * get__activation_21() const { return ____activation_21; }
inline RuntimeObject ** get_address_of__activation_21() { return &____activation_21; }
inline void set__activation_21(RuntimeObject * value)
{
____activation_21 = value;
Il2CppCodeGenWriteBarrier((&____activation_21), value);
}
inline static int32_t get_offset_of__applicationIdentity_22() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8, ____applicationIdentity_22)); }
inline RuntimeObject * get__applicationIdentity_22() const { return ____applicationIdentity_22; }
inline RuntimeObject ** get_address_of__applicationIdentity_22() { return &____applicationIdentity_22; }
inline void set__applicationIdentity_22(RuntimeObject * value)
{
____applicationIdentity_22 = value;
Il2CppCodeGenWriteBarrier((&____applicationIdentity_22), value);
}
inline static int32_t get_offset_of_compatibility_switch_23() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8, ___compatibility_switch_23)); }
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * get_compatibility_switch_23() const { return ___compatibility_switch_23; }
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 ** get_address_of_compatibility_switch_23() { return &___compatibility_switch_23; }
inline void set_compatibility_switch_23(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * value)
{
___compatibility_switch_23 = value;
Il2CppCodeGenWriteBarrier((&___compatibility_switch_23), value);
}
};
struct AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8_StaticFields
{
public:
// System.String System.AppDomain::_process_guid
String_t* ____process_guid_2;
// System.AppDomain System.AppDomain::default_domain
AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8 * ___default_domain_10;
public:
inline static int32_t get_offset_of__process_guid_2() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8_StaticFields, ____process_guid_2)); }
inline String_t* get__process_guid_2() const { return ____process_guid_2; }
inline String_t** get_address_of__process_guid_2() { return &____process_guid_2; }
inline void set__process_guid_2(String_t* value)
{
____process_guid_2 = value;
Il2CppCodeGenWriteBarrier((&____process_guid_2), value);
}
inline static int32_t get_offset_of_default_domain_10() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8_StaticFields, ___default_domain_10)); }
inline AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8 * get_default_domain_10() const { return ___default_domain_10; }
inline AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8 ** get_address_of_default_domain_10() { return &___default_domain_10; }
inline void set_default_domain_10(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8 * value)
{
___default_domain_10 = value;
Il2CppCodeGenWriteBarrier((&___default_domain_10), value);
}
};
struct AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8_ThreadStaticFields
{
public:
// System.Collections.Generic.Dictionary`2<System.String,System.Object> System.AppDomain::type_resolve_in_progress
Dictionary_2_t9140A71329927AE4FD0F3CF4D4D66668EBE151EA * ___type_resolve_in_progress_3;
// System.Collections.Generic.Dictionary`2<System.String,System.Object> System.AppDomain::assembly_resolve_in_progress
Dictionary_2_t9140A71329927AE4FD0F3CF4D4D66668EBE151EA * ___assembly_resolve_in_progress_4;
// System.Collections.Generic.Dictionary`2<System.String,System.Object> System.AppDomain::assembly_resolve_in_progress_refonly
Dictionary_2_t9140A71329927AE4FD0F3CF4D4D66668EBE151EA * ___assembly_resolve_in_progress_refonly_5;
// System.Object System.AppDomain::_principal
RuntimeObject * ____principal_9;
public:
inline static int32_t get_offset_of_type_resolve_in_progress_3() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8_ThreadStaticFields, ___type_resolve_in_progress_3)); }
inline Dictionary_2_t9140A71329927AE4FD0F3CF4D4D66668EBE151EA * get_type_resolve_in_progress_3() const { return ___type_resolve_in_progress_3; }
inline Dictionary_2_t9140A71329927AE4FD0F3CF4D4D66668EBE151EA ** get_address_of_type_resolve_in_progress_3() { return &___type_resolve_in_progress_3; }
inline void set_type_resolve_in_progress_3(Dictionary_2_t9140A71329927AE4FD0F3CF4D4D66668EBE151EA * value)
{
___type_resolve_in_progress_3 = value;
Il2CppCodeGenWriteBarrier((&___type_resolve_in_progress_3), value);
}
inline static int32_t get_offset_of_assembly_resolve_in_progress_4() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8_ThreadStaticFields, ___assembly_resolve_in_progress_4)); }
inline Dictionary_2_t9140A71329927AE4FD0F3CF4D4D66668EBE151EA * get_assembly_resolve_in_progress_4() const { return ___assembly_resolve_in_progress_4; }
inline Dictionary_2_t9140A71329927AE4FD0F3CF4D4D66668EBE151EA ** get_address_of_assembly_resolve_in_progress_4() { return &___assembly_resolve_in_progress_4; }
inline void set_assembly_resolve_in_progress_4(Dictionary_2_t9140A71329927AE4FD0F3CF4D4D66668EBE151EA * value)
{
___assembly_resolve_in_progress_4 = value;
Il2CppCodeGenWriteBarrier((&___assembly_resolve_in_progress_4), value);
}
inline static int32_t get_offset_of_assembly_resolve_in_progress_refonly_5() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8_ThreadStaticFields, ___assembly_resolve_in_progress_refonly_5)); }
inline Dictionary_2_t9140A71329927AE4FD0F3CF4D4D66668EBE151EA * get_assembly_resolve_in_progress_refonly_5() const { return ___assembly_resolve_in_progress_refonly_5; }
inline Dictionary_2_t9140A71329927AE4FD0F3CF4D4D66668EBE151EA ** get_address_of_assembly_resolve_in_progress_refonly_5() { return &___assembly_resolve_in_progress_refonly_5; }
inline void set_assembly_resolve_in_progress_refonly_5(Dictionary_2_t9140A71329927AE4FD0F3CF4D4D66668EBE151EA * value)
{
___assembly_resolve_in_progress_refonly_5 = value;
Il2CppCodeGenWriteBarrier((&___assembly_resolve_in_progress_refonly_5), value);
}
inline static int32_t get_offset_of__principal_9() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8_ThreadStaticFields, ____principal_9)); }
inline RuntimeObject * get__principal_9() const { return ____principal_9; }
inline RuntimeObject ** get_address_of__principal_9() { return &____principal_9; }
inline void set__principal_9(RuntimeObject * value)
{
____principal_9 = value;
Il2CppCodeGenWriteBarrier((&____principal_9), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.AppDomain
struct AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8_marshaled_pinvoke : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_pinvoke
{
intptr_t ____mono_app_domain_1;
Il2CppIUnknown* ____evidence_6;
Il2CppIUnknown* ____granted_7;
int32_t ____principalPolicy_8;
Il2CppMethodPointer ___AssemblyLoad_11;
Il2CppMethodPointer ___AssemblyResolve_12;
Il2CppMethodPointer ___DomainUnload_13;
Il2CppMethodPointer ___ProcessExit_14;
Il2CppMethodPointer ___ResourceResolve_15;
Il2CppMethodPointer ___TypeResolve_16;
Il2CppMethodPointer ___UnhandledException_17;
Il2CppMethodPointer ___FirstChanceException_18;
Il2CppIUnknown* ____domain_manager_19;
Il2CppMethodPointer ___ReflectionOnlyAssemblyResolve_20;
Il2CppIUnknown* ____activation_21;
Il2CppIUnknown* ____applicationIdentity_22;
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ___compatibility_switch_23;
};
// Native definition for COM marshalling of System.AppDomain
struct AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8_marshaled_com : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_com
{
intptr_t ____mono_app_domain_1;
Il2CppIUnknown* ____evidence_6;
Il2CppIUnknown* ____granted_7;
int32_t ____principalPolicy_8;
Il2CppMethodPointer ___AssemblyLoad_11;
Il2CppMethodPointer ___AssemblyResolve_12;
Il2CppMethodPointer ___DomainUnload_13;
Il2CppMethodPointer ___ProcessExit_14;
Il2CppMethodPointer ___ResourceResolve_15;
Il2CppMethodPointer ___TypeResolve_16;
Il2CppMethodPointer ___UnhandledException_17;
Il2CppMethodPointer ___FirstChanceException_18;
Il2CppIUnknown* ____domain_manager_19;
Il2CppMethodPointer ___ReflectionOnlyAssemblyResolve_20;
Il2CppIUnknown* ____activation_21;
Il2CppIUnknown* ____applicationIdentity_22;
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ___compatibility_switch_23;
};
#endif // APPDOMAIN_T1B59572328F60585904DF52A59FE47CF5B5FFFF8_H
#ifndef ARGUMENTEXCEPTION_TEDCD16F20A09ECE461C3DA766C16EDA8864057D1_H
#define ARGUMENTEXCEPTION_TEDCD16F20A09ECE461C3DA766C16EDA8864057D1_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.ArgumentException
struct ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
// System.String System.ArgumentException::m_paramName
String_t* ___m_paramName_17;
public:
inline static int32_t get_offset_of_m_paramName_17() { return static_cast<int32_t>(offsetof(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1, ___m_paramName_17)); }
inline String_t* get_m_paramName_17() const { return ___m_paramName_17; }
inline String_t** get_address_of_m_paramName_17() { return &___m_paramName_17; }
inline void set_m_paramName_17(String_t* value)
{
___m_paramName_17 = value;
Il2CppCodeGenWriteBarrier((&___m_paramName_17), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ARGUMENTEXCEPTION_TEDCD16F20A09ECE461C3DA766C16EDA8864057D1_H
#ifndef HASHTABLE_T978F65B8006C8F5504B286526AEC6608FF983FC9_H
#define HASHTABLE_T978F65B8006C8F5504B286526AEC6608FF983FC9_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Hashtable
struct Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 : public RuntimeObject
{
public:
// System.Collections.Hashtable_bucket[] System.Collections.Hashtable::buckets
bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A* ___buckets_0;
// System.Int32 System.Collections.Hashtable::count
int32_t ___count_1;
// System.Int32 System.Collections.Hashtable::occupancy
int32_t ___occupancy_2;
// System.Int32 System.Collections.Hashtable::loadsize
int32_t ___loadsize_3;
// System.Single System.Collections.Hashtable::loadFactor
float ___loadFactor_4;
// System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::version
int32_t ___version_5;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::isWriterInProgress
bool ___isWriterInProgress_6;
// System.Collections.ICollection System.Collections.Hashtable::keys
RuntimeObject* ___keys_7;
// System.Collections.ICollection System.Collections.Hashtable::values
RuntimeObject* ___values_8;
// System.Collections.IEqualityComparer System.Collections.Hashtable::_keycomparer
RuntimeObject* ____keycomparer_9;
// System.Object System.Collections.Hashtable::_syncRoot
RuntimeObject * ____syncRoot_10;
public:
inline static int32_t get_offset_of_buckets_0() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___buckets_0)); }
inline bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A* get_buckets_0() const { return ___buckets_0; }
inline bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A** get_address_of_buckets_0() { return &___buckets_0; }
inline void set_buckets_0(bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A* value)
{
___buckets_0 = value;
Il2CppCodeGenWriteBarrier((&___buckets_0), value);
}
inline static int32_t get_offset_of_count_1() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___count_1)); }
inline int32_t get_count_1() const { return ___count_1; }
inline int32_t* get_address_of_count_1() { return &___count_1; }
inline void set_count_1(int32_t value)
{
___count_1 = value;
}
inline static int32_t get_offset_of_occupancy_2() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___occupancy_2)); }
inline int32_t get_occupancy_2() const { return ___occupancy_2; }
inline int32_t* get_address_of_occupancy_2() { return &___occupancy_2; }
inline void set_occupancy_2(int32_t value)
{
___occupancy_2 = value;
}
inline static int32_t get_offset_of_loadsize_3() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___loadsize_3)); }
inline int32_t get_loadsize_3() const { return ___loadsize_3; }
inline int32_t* get_address_of_loadsize_3() { return &___loadsize_3; }
inline void set_loadsize_3(int32_t value)
{
___loadsize_3 = value;
}
inline static int32_t get_offset_of_loadFactor_4() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___loadFactor_4)); }
inline float get_loadFactor_4() const { return ___loadFactor_4; }
inline float* get_address_of_loadFactor_4() { return &___loadFactor_4; }
inline void set_loadFactor_4(float value)
{
___loadFactor_4 = value;
}
inline static int32_t get_offset_of_version_5() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___version_5)); }
inline int32_t get_version_5() const { return ___version_5; }
inline int32_t* get_address_of_version_5() { return &___version_5; }
inline void set_version_5(int32_t value)
{
___version_5 = value;
}
inline static int32_t get_offset_of_isWriterInProgress_6() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___isWriterInProgress_6)); }
inline bool get_isWriterInProgress_6() const { return ___isWriterInProgress_6; }
inline bool* get_address_of_isWriterInProgress_6() { return &___isWriterInProgress_6; }
inline void set_isWriterInProgress_6(bool value)
{
___isWriterInProgress_6 = value;
}
inline static int32_t get_offset_of_keys_7() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___keys_7)); }
inline RuntimeObject* get_keys_7() const { return ___keys_7; }
inline RuntimeObject** get_address_of_keys_7() { return &___keys_7; }
inline void set_keys_7(RuntimeObject* value)
{
___keys_7 = value;
Il2CppCodeGenWriteBarrier((&___keys_7), value);
}
inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___values_8)); }
inline RuntimeObject* get_values_8() const { return ___values_8; }
inline RuntimeObject** get_address_of_values_8() { return &___values_8; }
inline void set_values_8(RuntimeObject* value)
{
___values_8 = value;
Il2CppCodeGenWriteBarrier((&___values_8), value);
}
inline static int32_t get_offset_of__keycomparer_9() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ____keycomparer_9)); }
inline RuntimeObject* get__keycomparer_9() const { return ____keycomparer_9; }
inline RuntimeObject** get_address_of__keycomparer_9() { return &____keycomparer_9; }
inline void set__keycomparer_9(RuntimeObject* value)
{
____keycomparer_9 = value;
Il2CppCodeGenWriteBarrier((&____keycomparer_9), value);
}
inline static int32_t get_offset_of__syncRoot_10() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ____syncRoot_10)); }
inline RuntimeObject * get__syncRoot_10() const { return ____syncRoot_10; }
inline RuntimeObject ** get_address_of__syncRoot_10() { return &____syncRoot_10; }
inline void set__syncRoot_10(RuntimeObject * value)
{
____syncRoot_10 = value;
Il2CppCodeGenWriteBarrier((&____syncRoot_10), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // HASHTABLE_T978F65B8006C8F5504B286526AEC6608FF983FC9_H
#ifndef NUMBERSTYLES_TB0ADA2D9CCAA236331AED14C42BE5832B2351592_H
#define NUMBERSTYLES_TB0ADA2D9CCAA236331AED14C42BE5832B2351592_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Globalization.NumberStyles
struct NumberStyles_tB0ADA2D9CCAA236331AED14C42BE5832B2351592
{
public:
// System.Int32 System.Globalization.NumberStyles::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(NumberStyles_tB0ADA2D9CCAA236331AED14C42BE5832B2351592, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // NUMBERSTYLES_TB0ADA2D9CCAA236331AED14C42BE5832B2351592_H
#ifndef TEXTINFO_T5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8_H
#define TEXTINFO_T5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8_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_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 : public RuntimeObject
{
public:
// System.Boolean System.Globalization.TextInfo::m_isReadOnly
bool ___m_isReadOnly_0;
// System.String System.Globalization.TextInfo::m_cultureName
String_t* ___m_cultureName_1;
// System.Globalization.CultureData System.Globalization.TextInfo::m_cultureData
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * ___m_cultureData_2;
// System.String System.Globalization.TextInfo::m_textInfoName
String_t* ___m_textInfoName_3;
// System.Nullable`1<System.Boolean> System.Globalization.TextInfo::m_IsAsciiCasingSameAsInvariant
Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 ___m_IsAsciiCasingSameAsInvariant_4;
// System.String System.Globalization.TextInfo::customCultureName
String_t* ___customCultureName_6;
// System.Boolean System.Globalization.TextInfo::m_useUserOverride
bool ___m_useUserOverride_7;
// System.Int32 System.Globalization.TextInfo::m_win32LangID
int32_t ___m_win32LangID_8;
public:
inline static int32_t get_offset_of_m_isReadOnly_0() { return static_cast<int32_t>(offsetof(TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8, ___m_isReadOnly_0)); }
inline bool get_m_isReadOnly_0() const { return ___m_isReadOnly_0; }
inline bool* get_address_of_m_isReadOnly_0() { return &___m_isReadOnly_0; }
inline void set_m_isReadOnly_0(bool value)
{
___m_isReadOnly_0 = value;
}
inline static int32_t get_offset_of_m_cultureName_1() { return static_cast<int32_t>(offsetof(TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8, ___m_cultureName_1)); }
inline String_t* get_m_cultureName_1() const { return ___m_cultureName_1; }
inline String_t** get_address_of_m_cultureName_1() { return &___m_cultureName_1; }
inline void set_m_cultureName_1(String_t* value)
{
___m_cultureName_1 = value;
Il2CppCodeGenWriteBarrier((&___m_cultureName_1), value);
}
inline static int32_t get_offset_of_m_cultureData_2() { return static_cast<int32_t>(offsetof(TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8, ___m_cultureData_2)); }
inline CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * get_m_cultureData_2() const { return ___m_cultureData_2; }
inline CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD ** get_address_of_m_cultureData_2() { return &___m_cultureData_2; }
inline void set_m_cultureData_2(CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * value)
{
___m_cultureData_2 = value;
Il2CppCodeGenWriteBarrier((&___m_cultureData_2), value);
}
inline static int32_t get_offset_of_m_textInfoName_3() { return static_cast<int32_t>(offsetof(TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8, ___m_textInfoName_3)); }
inline String_t* get_m_textInfoName_3() const { return ___m_textInfoName_3; }
inline String_t** get_address_of_m_textInfoName_3() { return &___m_textInfoName_3; }
inline void set_m_textInfoName_3(String_t* value)
{
___m_textInfoName_3 = value;
Il2CppCodeGenWriteBarrier((&___m_textInfoName_3), value);
}
inline static int32_t get_offset_of_m_IsAsciiCasingSameAsInvariant_4() { return static_cast<int32_t>(offsetof(TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8, ___m_IsAsciiCasingSameAsInvariant_4)); }
inline Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 get_m_IsAsciiCasingSameAsInvariant_4() const { return ___m_IsAsciiCasingSameAsInvariant_4; }
inline Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 * get_address_of_m_IsAsciiCasingSameAsInvariant_4() { return &___m_IsAsciiCasingSameAsInvariant_4; }
inline void set_m_IsAsciiCasingSameAsInvariant_4(Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 value)
{
___m_IsAsciiCasingSameAsInvariant_4 = value;
}
inline static int32_t get_offset_of_customCultureName_6() { return static_cast<int32_t>(offsetof(TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8, ___customCultureName_6)); }
inline String_t* get_customCultureName_6() const { return ___customCultureName_6; }
inline String_t** get_address_of_customCultureName_6() { return &___customCultureName_6; }
inline void set_customCultureName_6(String_t* value)
{
___customCultureName_6 = value;
Il2CppCodeGenWriteBarrier((&___customCultureName_6), value);
}
inline static int32_t get_offset_of_m_useUserOverride_7() { return static_cast<int32_t>(offsetof(TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8, ___m_useUserOverride_7)); }
inline bool get_m_useUserOverride_7() const { return ___m_useUserOverride_7; }
inline bool* get_address_of_m_useUserOverride_7() { return &___m_useUserOverride_7; }
inline void set_m_useUserOverride_7(bool value)
{
___m_useUserOverride_7 = value;
}
inline static int32_t get_offset_of_m_win32LangID_8() { return static_cast<int32_t>(offsetof(TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8, ___m_win32LangID_8)); }
inline int32_t get_m_win32LangID_8() const { return ___m_win32LangID_8; }
inline int32_t* get_address_of_m_win32LangID_8() { return &___m_win32LangID_8; }
inline void set_m_win32LangID_8(int32_t value)
{
___m_win32LangID_8 = value;
}
};
struct TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8_StaticFields
{
public:
// System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.TextInfo::s_Invariant
TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___s_Invariant_5;
public:
inline static int32_t get_offset_of_s_Invariant_5() { return static_cast<int32_t>(offsetof(TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8_StaticFields, ___s_Invariant_5)); }
inline TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * get_s_Invariant_5() const { return ___s_Invariant_5; }
inline TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 ** get_address_of_s_Invariant_5() { return &___s_Invariant_5; }
inline void set_s_Invariant_5(TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * value)
{
___s_Invariant_5 = value;
Il2CppCodeGenWriteBarrier((&___s_Invariant_5), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TEXTINFO_T5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8_H
#ifndef UNICODECATEGORY_TC192ED2DE3FB1214FA458FEEF2380911F1C32788_H
#define UNICODECATEGORY_TC192ED2DE3FB1214FA458FEEF2380911F1C32788_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_tC192ED2DE3FB1214FA458FEEF2380911F1C32788
{
public:
// System.Int32 System.Globalization.UnicodeCategory::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(UnicodeCategory_tC192ED2DE3FB1214FA458FEEF2380911F1C32788, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // UNICODECATEGORY_TC192ED2DE3FB1214FA458FEEF2380911F1C32788_H
#ifndef INT32ENUM_T6312CE4586C17FE2E2E513D2E7655B574F10FDCD_H
#define INT32ENUM_T6312CE4586C17FE2E2E513D2E7655B574F10FDCD_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Int32Enum
struct Int32Enum_t6312CE4586C17FE2E2E513D2E7655B574F10FDCD
{
public:
// System.Int32 System.Int32Enum::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(Int32Enum_t6312CE4586C17FE2E2E513D2E7655B574F10FDCD, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // INT32ENUM_T6312CE4586C17FE2E2E513D2E7655B574F10FDCD_H
#ifndef INVALIDCASTEXCEPTION_T91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_H
#define INVALIDCASTEXCEPTION_T91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.InvalidCastException
struct InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // INVALIDCASTEXCEPTION_T91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_H
#ifndef NOTIMPLEMENTEDEXCEPTION_T8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_H
#define NOTIMPLEMENTEDEXCEPTION_T8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.NotImplementedException
struct NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // NOTIMPLEMENTEDEXCEPTION_T8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_H
#ifndef NOTSUPPORTEDEXCEPTION_TE75B318D6590A02A5D9B29FD97409B1750FA0010_H
#define NOTSUPPORTEDEXCEPTION_TE75B318D6590A02A5D9B29FD97409B1750FA0010_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.NotSupportedException
struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // NOTSUPPORTEDEXCEPTION_TE75B318D6590A02A5D9B29FD97409B1750FA0010_H
#ifndef SERIALIZATIONEXCEPTION_TA1FDFF6779406E688C2192E71C38DBFD7A4A2210_H
#define SERIALIZATIONEXCEPTION_TA1FDFF6779406E688C2192E71C38DBFD7A4A2210_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.SerializationException
struct SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
struct SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_StaticFields
{
public:
// System.String System.Runtime.Serialization.SerializationException::_nullMessage
String_t* ____nullMessage_17;
public:
inline static int32_t get_offset_of__nullMessage_17() { return static_cast<int32_t>(offsetof(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_StaticFields, ____nullMessage_17)); }
inline String_t* get__nullMessage_17() const { return ____nullMessage_17; }
inline String_t** get_address_of__nullMessage_17() { return &____nullMessage_17; }
inline void set__nullMessage_17(String_t* value)
{
____nullMessage_17 = value;
Il2CppCodeGenWriteBarrier((&____nullMessage_17), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SERIALIZATIONEXCEPTION_TA1FDFF6779406E688C2192E71C38DBFD7A4A2210_H
#ifndef STREAMINGCONTEXTSTATES_T6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F_H
#define STREAMINGCONTEXTSTATES_T6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.StreamingContextStates
struct StreamingContextStates_t6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F
{
public:
// System.Int32 System.Runtime.Serialization.StreamingContextStates::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(StreamingContextStates_t6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // STREAMINGCONTEXTSTATES_T6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F_H
#ifndef RUNTIMEFIELDHANDLE_T844BDF00E8E6FE69D9AEAA7657F09018B864F4EF_H
#define RUNTIMEFIELDHANDLE_T844BDF00E8E6FE69D9AEAA7657F09018B864F4EF_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.RuntimeFieldHandle
struct RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF
{
public:
// System.IntPtr System.RuntimeFieldHandle::value
intptr_t ___value_0;
public:
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF, ___value_0)); }
inline intptr_t get_value_0() const { return ___value_0; }
inline intptr_t* get_address_of_value_0() { return &___value_0; }
inline void set_value_0(intptr_t value)
{
___value_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RUNTIMEFIELDHANDLE_T844BDF00E8E6FE69D9AEAA7657F09018B864F4EF_H
#ifndef ASNDECODESTATUS_T83139F58FFE08CE7DBCB990C9F30D2F2CA5BC0BB_H
#define ASNDECODESTATUS_T83139F58FFE08CE7DBCB990C9F30D2F2CA5BC0BB_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.AsnDecodeStatus
struct AsnDecodeStatus_t83139F58FFE08CE7DBCB990C9F30D2F2CA5BC0BB
{
public:
// System.Int32 System.Security.Cryptography.AsnDecodeStatus::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(AsnDecodeStatus_t83139F58FFE08CE7DBCB990C9F30D2F2CA5BC0BB, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ASNDECODESTATUS_T83139F58FFE08CE7DBCB990C9F30D2F2CA5BC0BB_H
#ifndef CRYPTOGRAPHICEXCEPTION_T67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_H
#define CRYPTOGRAPHICEXCEPTION_T67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_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_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // CRYPTOGRAPHICEXCEPTION_T67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_H
#ifndef OIDGROUP_T9A99D3013C1B94CB060656F30C39E893E75FAD6B_H
#define OIDGROUP_T9A99D3013C1B94CB060656F30C39E893E75FAD6B_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.OidGroup
struct OidGroup_t9A99D3013C1B94CB060656F30C39E893E75FAD6B
{
public:
// System.Int32 System.Security.Cryptography.OidGroup::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(OidGroup_t9A99D3013C1B94CB060656F30C39E893E75FAD6B, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // OIDGROUP_T9A99D3013C1B94CB060656F30C39E893E75FAD6B_H
#ifndef STORELOCATION_T5610361F4E31C5B2B42EE424C3E136BE2CA4C830_H
#define STORELOCATION_T5610361F4E31C5B2B42EE424C3E136BE2CA4C830_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.X509Certificates.StoreLocation
struct StoreLocation_t5610361F4E31C5B2B42EE424C3E136BE2CA4C830
{
public:
// System.Int32 System.Security.Cryptography.X509Certificates.StoreLocation::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(StoreLocation_t5610361F4E31C5B2B42EE424C3E136BE2CA4C830, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // STORELOCATION_T5610361F4E31C5B2B42EE424C3E136BE2CA4C830_H
#ifndef X509CERTIFICATE2IMPLMONO_T3A65BD83268B651BCBE65CFB3691FB85401A91A5_H
#define X509CERTIFICATE2IMPLMONO_T3A65BD83268B651BCBE65CFB3691FB85401A91A5_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono
struct X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5 : public X509Certificate2Impl_t645108014422F6408EB87390317CD10710F129E7
{
public:
// System.Boolean System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::_archived
bool ____archived_1;
// System.Security.Cryptography.X509Certificates.X509ExtensionCollection System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::_extensions
X509ExtensionCollection_t83492D3C69B75EE35B0029F87F9E46CABE49248F * ____extensions_2;
// System.Security.Cryptography.X509Certificates.PublicKey System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::_publicKey
PublicKey_tBA8234EB603A903FCBBBE67D8247393D4CC8D620 * ____publicKey_3;
// System.Security.Cryptography.X509Certificates.X500DistinguishedName System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::issuer_name
X500DistinguishedName_t848C6BCD1C0923D5FF85BCA3804AC3D256DF8199 * ___issuer_name_4;
// System.Security.Cryptography.X509Certificates.X500DistinguishedName System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::subject_name
X500DistinguishedName_t848C6BCD1C0923D5FF85BCA3804AC3D256DF8199 * ___subject_name_5;
// System.Security.Cryptography.Oid System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::signature_algorithm
Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * ___signature_algorithm_6;
// System.Security.Cryptography.X509Certificates.X509CertificateImplCollection System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::intermediateCerts
X509CertificateImplCollection_t2F7A6E9F160116CE64224D56187C92ECD7FA7242 * ___intermediateCerts_7;
// Mono.Security.X509.X509Certificate System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::_cert
X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * ____cert_8;
public:
inline static int32_t get_offset_of__archived_1() { return static_cast<int32_t>(offsetof(X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5, ____archived_1)); }
inline bool get__archived_1() const { return ____archived_1; }
inline bool* get_address_of__archived_1() { return &____archived_1; }
inline void set__archived_1(bool value)
{
____archived_1 = value;
}
inline static int32_t get_offset_of__extensions_2() { return static_cast<int32_t>(offsetof(X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5, ____extensions_2)); }
inline X509ExtensionCollection_t83492D3C69B75EE35B0029F87F9E46CABE49248F * get__extensions_2() const { return ____extensions_2; }
inline X509ExtensionCollection_t83492D3C69B75EE35B0029F87F9E46CABE49248F ** get_address_of__extensions_2() { return &____extensions_2; }
inline void set__extensions_2(X509ExtensionCollection_t83492D3C69B75EE35B0029F87F9E46CABE49248F * value)
{
____extensions_2 = value;
Il2CppCodeGenWriteBarrier((&____extensions_2), value);
}
inline static int32_t get_offset_of__publicKey_3() { return static_cast<int32_t>(offsetof(X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5, ____publicKey_3)); }
inline PublicKey_tBA8234EB603A903FCBBBE67D8247393D4CC8D620 * get__publicKey_3() const { return ____publicKey_3; }
inline PublicKey_tBA8234EB603A903FCBBBE67D8247393D4CC8D620 ** get_address_of__publicKey_3() { return &____publicKey_3; }
inline void set__publicKey_3(PublicKey_tBA8234EB603A903FCBBBE67D8247393D4CC8D620 * value)
{
____publicKey_3 = value;
Il2CppCodeGenWriteBarrier((&____publicKey_3), value);
}
inline static int32_t get_offset_of_issuer_name_4() { return static_cast<int32_t>(offsetof(X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5, ___issuer_name_4)); }
inline X500DistinguishedName_t848C6BCD1C0923D5FF85BCA3804AC3D256DF8199 * get_issuer_name_4() const { return ___issuer_name_4; }
inline X500DistinguishedName_t848C6BCD1C0923D5FF85BCA3804AC3D256DF8199 ** get_address_of_issuer_name_4() { return &___issuer_name_4; }
inline void set_issuer_name_4(X500DistinguishedName_t848C6BCD1C0923D5FF85BCA3804AC3D256DF8199 * value)
{
___issuer_name_4 = value;
Il2CppCodeGenWriteBarrier((&___issuer_name_4), value);
}
inline static int32_t get_offset_of_subject_name_5() { return static_cast<int32_t>(offsetof(X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5, ___subject_name_5)); }
inline X500DistinguishedName_t848C6BCD1C0923D5FF85BCA3804AC3D256DF8199 * get_subject_name_5() const { return ___subject_name_5; }
inline X500DistinguishedName_t848C6BCD1C0923D5FF85BCA3804AC3D256DF8199 ** get_address_of_subject_name_5() { return &___subject_name_5; }
inline void set_subject_name_5(X500DistinguishedName_t848C6BCD1C0923D5FF85BCA3804AC3D256DF8199 * value)
{
___subject_name_5 = value;
Il2CppCodeGenWriteBarrier((&___subject_name_5), value);
}
inline static int32_t get_offset_of_signature_algorithm_6() { return static_cast<int32_t>(offsetof(X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5, ___signature_algorithm_6)); }
inline Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * get_signature_algorithm_6() const { return ___signature_algorithm_6; }
inline Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 ** get_address_of_signature_algorithm_6() { return &___signature_algorithm_6; }
inline void set_signature_algorithm_6(Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * value)
{
___signature_algorithm_6 = value;
Il2CppCodeGenWriteBarrier((&___signature_algorithm_6), value);
}
inline static int32_t get_offset_of_intermediateCerts_7() { return static_cast<int32_t>(offsetof(X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5, ___intermediateCerts_7)); }
inline X509CertificateImplCollection_t2F7A6E9F160116CE64224D56187C92ECD7FA7242 * get_intermediateCerts_7() const { return ___intermediateCerts_7; }
inline X509CertificateImplCollection_t2F7A6E9F160116CE64224D56187C92ECD7FA7242 ** get_address_of_intermediateCerts_7() { return &___intermediateCerts_7; }
inline void set_intermediateCerts_7(X509CertificateImplCollection_t2F7A6E9F160116CE64224D56187C92ECD7FA7242 * value)
{
___intermediateCerts_7 = value;
Il2CppCodeGenWriteBarrier((&___intermediateCerts_7), value);
}
inline static int32_t get_offset_of__cert_8() { return static_cast<int32_t>(offsetof(X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5, ____cert_8)); }
inline X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * get__cert_8() const { return ____cert_8; }
inline X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B ** get_address_of__cert_8() { return &____cert_8; }
inline void set__cert_8(X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * value)
{
____cert_8 = value;
Il2CppCodeGenWriteBarrier((&____cert_8), value);
}
};
struct X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5_StaticFields
{
public:
// System.String System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::empty_error
String_t* ___empty_error_9;
// System.Byte[] System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::commonName
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___commonName_10;
// System.Byte[] System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::email
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___email_11;
// System.Byte[] System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::signedData
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___signedData_12;
public:
inline static int32_t get_offset_of_empty_error_9() { return static_cast<int32_t>(offsetof(X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5_StaticFields, ___empty_error_9)); }
inline String_t* get_empty_error_9() const { return ___empty_error_9; }
inline String_t** get_address_of_empty_error_9() { return &___empty_error_9; }
inline void set_empty_error_9(String_t* value)
{
___empty_error_9 = value;
Il2CppCodeGenWriteBarrier((&___empty_error_9), value);
}
inline static int32_t get_offset_of_commonName_10() { return static_cast<int32_t>(offsetof(X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5_StaticFields, ___commonName_10)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_commonName_10() const { return ___commonName_10; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_commonName_10() { return &___commonName_10; }
inline void set_commonName_10(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___commonName_10 = value;
Il2CppCodeGenWriteBarrier((&___commonName_10), value);
}
inline static int32_t get_offset_of_email_11() { return static_cast<int32_t>(offsetof(X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5_StaticFields, ___email_11)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_email_11() const { return ___email_11; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_email_11() { return &___email_11; }
inline void set_email_11(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___email_11 = value;
Il2CppCodeGenWriteBarrier((&___email_11), value);
}
inline static int32_t get_offset_of_signedData_12() { return static_cast<int32_t>(offsetof(X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5_StaticFields, ___signedData_12)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_signedData_12() const { return ___signedData_12; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_signedData_12() { return &___signedData_12; }
inline void set_signedData_12(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___signedData_12 = value;
Il2CppCodeGenWriteBarrier((&___signedData_12), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // X509CERTIFICATE2IMPLMONO_T3A65BD83268B651BCBE65CFB3691FB85401A91A5_H
#ifndef X509KEYSTORAGEFLAGS_TB83685E3CDDBA542D3A0BDED60EC5D8DAAB8EFC8_H
#define X509KEYSTORAGEFLAGS_TB83685E3CDDBA542D3A0BDED60EC5D8DAAB8EFC8_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.X509Certificates.X509KeyStorageFlags
struct X509KeyStorageFlags_tB83685E3CDDBA542D3A0BDED60EC5D8DAAB8EFC8
{
public:
// System.Int32 System.Security.Cryptography.X509Certificates.X509KeyStorageFlags::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(X509KeyStorageFlags_tB83685E3CDDBA542D3A0BDED60EC5D8DAAB8EFC8, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // X509KEYSTORAGEFLAGS_TB83685E3CDDBA542D3A0BDED60EC5D8DAAB8EFC8_H
#ifndef X509KEYUSAGEFLAGS_TAD6560EDDEB746BA983AE4E7ABC237A6178D6437_H
#define X509KEYUSAGEFLAGS_TAD6560EDDEB746BA983AE4E7ABC237A6178D6437_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.X509Certificates.X509KeyUsageFlags
struct X509KeyUsageFlags_tAD6560EDDEB746BA983AE4E7ABC237A6178D6437
{
public:
// System.Int32 System.Security.Cryptography.X509Certificates.X509KeyUsageFlags::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(X509KeyUsageFlags_tAD6560EDDEB746BA983AE4E7ABC237A6178D6437, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // X509KEYUSAGEFLAGS_TAD6560EDDEB746BA983AE4E7ABC237A6178D6437_H
#ifndef X509REVOCATIONFLAG_T8BF7FE53641A7A3C406E86857F3C80F0E25C3F4A_H
#define X509REVOCATIONFLAG_T8BF7FE53641A7A3C406E86857F3C80F0E25C3F4A_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.X509Certificates.X509RevocationFlag
struct X509RevocationFlag_t8BF7FE53641A7A3C406E86857F3C80F0E25C3F4A
{
public:
// System.Int32 System.Security.Cryptography.X509Certificates.X509RevocationFlag::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(X509RevocationFlag_t8BF7FE53641A7A3C406E86857F3C80F0E25C3F4A, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // X509REVOCATIONFLAG_T8BF7FE53641A7A3C406E86857F3C80F0E25C3F4A_H
#ifndef X509REVOCATIONMODE_TEFEA8C7147423CC3363A4AF504853BD054A33BE7_H
#define X509REVOCATIONMODE_TEFEA8C7147423CC3363A4AF504853BD054A33BE7_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.X509Certificates.X509RevocationMode
struct X509RevocationMode_tEFEA8C7147423CC3363A4AF504853BD054A33BE7
{
public:
// System.Int32 System.Security.Cryptography.X509Certificates.X509RevocationMode::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(X509RevocationMode_tEFEA8C7147423CC3363A4AF504853BD054A33BE7, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // X509REVOCATIONMODE_TEFEA8C7147423CC3363A4AF504853BD054A33BE7_H
#ifndef X509SUBJECTKEYIDENTIFIERHASHALGORITHM_T7928324BFDBB7B255970D50D0D8972FDFC981A0C_H
#define X509SUBJECTKEYIDENTIFIERHASHALGORITHM_T7928324BFDBB7B255970D50D0D8972FDFC981A0C_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm
struct X509SubjectKeyIdentifierHashAlgorithm_t7928324BFDBB7B255970D50D0D8972FDFC981A0C
{
public:
// System.Int32 System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(X509SubjectKeyIdentifierHashAlgorithm_t7928324BFDBB7B255970D50D0D8972FDFC981A0C, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // X509SUBJECTKEYIDENTIFIERHASHALGORITHM_T7928324BFDBB7B255970D50D0D8972FDFC981A0C_H
#ifndef X509VERIFICATIONFLAGS_T145010CF6C45EE6563E0874B82C2555025F7A20B_H
#define X509VERIFICATIONFLAGS_T145010CF6C45EE6563E0874B82C2555025F7A20B_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.X509Certificates.X509VerificationFlags
struct X509VerificationFlags_t145010CF6C45EE6563E0874B82C2555025F7A20B
{
public:
// System.Int32 System.Security.Cryptography.X509Certificates.X509VerificationFlags::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(X509VerificationFlags_t145010CF6C45EE6563E0874B82C2555025F7A20B, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // X509VERIFICATIONFLAGS_T145010CF6C45EE6563E0874B82C2555025F7A20B_H
#ifndef STRINGCOMPARISON_T02BAA95468CE9E91115C604577611FDF58FEDCF0_H
#define STRINGCOMPARISON_T02BAA95468CE9E91115C604577611FDF58FEDCF0_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.StringComparison
struct StringComparison_t02BAA95468CE9E91115C604577611FDF58FEDCF0
{
public:
// System.Int32 System.StringComparison::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(StringComparison_t02BAA95468CE9E91115C604577611FDF58FEDCF0, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // STRINGCOMPARISON_T02BAA95468CE9E91115C604577611FDF58FEDCF0_H
#ifndef MATCH_TE447871AB59EED3642F31EB9559D162C2977EBB5_H
#define MATCH_TE447871AB59EED3642F31EB9559D162C2977EBB5_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.RegularExpressions.Match
struct Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 : public Group_tB4759D0385925B2C8C14ED3FCD5D2F43CFBD0443
{
public:
// System.Text.RegularExpressions.Regex System.Text.RegularExpressions.Match::_regex
Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * ____regex_8;
// System.Int32 System.Text.RegularExpressions.Match::_textbeg
int32_t ____textbeg_9;
// System.Int32 System.Text.RegularExpressions.Match::_textpos
int32_t ____textpos_10;
// System.Int32 System.Text.RegularExpressions.Match::_textend
int32_t ____textend_11;
// System.Int32 System.Text.RegularExpressions.Match::_textstart
int32_t ____textstart_12;
// System.Int32[][] System.Text.RegularExpressions.Match::_matches
Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* ____matches_13;
// System.Int32[] System.Text.RegularExpressions.Match::_matchcount
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ____matchcount_14;
// System.Boolean System.Text.RegularExpressions.Match::_balancing
bool ____balancing_15;
public:
inline static int32_t get_offset_of__regex_8() { return static_cast<int32_t>(offsetof(Match_tE447871AB59EED3642F31EB9559D162C2977EBB5, ____regex_8)); }
inline Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * get__regex_8() const { return ____regex_8; }
inline Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF ** get_address_of__regex_8() { return &____regex_8; }
inline void set__regex_8(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * value)
{
____regex_8 = value;
Il2CppCodeGenWriteBarrier((&____regex_8), value);
}
inline static int32_t get_offset_of__textbeg_9() { return static_cast<int32_t>(offsetof(Match_tE447871AB59EED3642F31EB9559D162C2977EBB5, ____textbeg_9)); }
inline int32_t get__textbeg_9() const { return ____textbeg_9; }
inline int32_t* get_address_of__textbeg_9() { return &____textbeg_9; }
inline void set__textbeg_9(int32_t value)
{
____textbeg_9 = value;
}
inline static int32_t get_offset_of__textpos_10() { return static_cast<int32_t>(offsetof(Match_tE447871AB59EED3642F31EB9559D162C2977EBB5, ____textpos_10)); }
inline int32_t get__textpos_10() const { return ____textpos_10; }
inline int32_t* get_address_of__textpos_10() { return &____textpos_10; }
inline void set__textpos_10(int32_t value)
{
____textpos_10 = value;
}
inline static int32_t get_offset_of__textend_11() { return static_cast<int32_t>(offsetof(Match_tE447871AB59EED3642F31EB9559D162C2977EBB5, ____textend_11)); }
inline int32_t get__textend_11() const { return ____textend_11; }
inline int32_t* get_address_of__textend_11() { return &____textend_11; }
inline void set__textend_11(int32_t value)
{
____textend_11 = value;
}
inline static int32_t get_offset_of__textstart_12() { return static_cast<int32_t>(offsetof(Match_tE447871AB59EED3642F31EB9559D162C2977EBB5, ____textstart_12)); }
inline int32_t get__textstart_12() const { return ____textstart_12; }
inline int32_t* get_address_of__textstart_12() { return &____textstart_12; }
inline void set__textstart_12(int32_t value)
{
____textstart_12 = value;
}
inline static int32_t get_offset_of__matches_13() { return static_cast<int32_t>(offsetof(Match_tE447871AB59EED3642F31EB9559D162C2977EBB5, ____matches_13)); }
inline Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* get__matches_13() const { return ____matches_13; }
inline Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43** get_address_of__matches_13() { return &____matches_13; }
inline void set__matches_13(Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* value)
{
____matches_13 = value;
Il2CppCodeGenWriteBarrier((&____matches_13), value);
}
inline static int32_t get_offset_of__matchcount_14() { return static_cast<int32_t>(offsetof(Match_tE447871AB59EED3642F31EB9559D162C2977EBB5, ____matchcount_14)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get__matchcount_14() const { return ____matchcount_14; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of__matchcount_14() { return &____matchcount_14; }
inline void set__matchcount_14(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
____matchcount_14 = value;
Il2CppCodeGenWriteBarrier((&____matchcount_14), value);
}
inline static int32_t get_offset_of__balancing_15() { return static_cast<int32_t>(offsetof(Match_tE447871AB59EED3642F31EB9559D162C2977EBB5, ____balancing_15)); }
inline bool get__balancing_15() const { return ____balancing_15; }
inline bool* get_address_of__balancing_15() { return &____balancing_15; }
inline void set__balancing_15(bool value)
{
____balancing_15 = value;
}
};
struct Match_tE447871AB59EED3642F31EB9559D162C2977EBB5_StaticFields
{
public:
// System.Text.RegularExpressions.Match System.Text.RegularExpressions.Match::_empty
Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * ____empty_7;
public:
inline static int32_t get_offset_of__empty_7() { return static_cast<int32_t>(offsetof(Match_tE447871AB59EED3642F31EB9559D162C2977EBB5_StaticFields, ____empty_7)); }
inline Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * get__empty_7() const { return ____empty_7; }
inline Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 ** get_address_of__empty_7() { return &____empty_7; }
inline void set__empty_7(Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * value)
{
____empty_7 = value;
Il2CppCodeGenWriteBarrier((&____empty_7), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // MATCH_TE447871AB59EED3642F31EB9559D162C2977EBB5_H
#ifndef REGEXOPTIONS_T9A6138CDA9C60924D503C584095349F008C52EA1_H
#define REGEXOPTIONS_T9A6138CDA9C60924D503C584095349F008C52EA1_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.RegularExpressions.RegexOptions
struct RegexOptions_t9A6138CDA9C60924D503C584095349F008C52EA1
{
public:
// System.Int32 System.Text.RegularExpressions.RegexOptions::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(RegexOptions_t9A6138CDA9C60924D503C584095349F008C52EA1, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // REGEXOPTIONS_T9A6138CDA9C60924D503C584095349F008C52EA1_H
#ifndef TIMESPAN_TA8069278ACE8A74D6DF7D514A9CD4432433F64C4_H
#define TIMESPAN_TA8069278ACE8A74D6DF7D514A9CD4432433F64C4_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.TimeSpan
struct TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4
{
public:
// System.Int64 System.TimeSpan::_ticks
int64_t ____ticks_3;
public:
inline static int32_t get_offset_of__ticks_3() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4, ____ticks_3)); }
inline int64_t get__ticks_3() const { return ____ticks_3; }
inline int64_t* get_address_of__ticks_3() { return &____ticks_3; }
inline void set__ticks_3(int64_t value)
{
____ticks_3 = value;
}
};
struct TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields
{
public:
// System.TimeSpan System.TimeSpan::Zero
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___Zero_0;
// System.TimeSpan System.TimeSpan::MaxValue
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___MaxValue_1;
// System.TimeSpan System.TimeSpan::MinValue
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___MinValue_2;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyConfigChecked
bool ____legacyConfigChecked_4;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyMode
bool ____legacyMode_5;
public:
inline static int32_t get_offset_of_Zero_0() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ___Zero_0)); }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_Zero_0() const { return ___Zero_0; }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_Zero_0() { return &___Zero_0; }
inline void set_Zero_0(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
{
___Zero_0 = value;
}
inline static int32_t get_offset_of_MaxValue_1() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ___MaxValue_1)); }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_MaxValue_1() const { return ___MaxValue_1; }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_MaxValue_1() { return &___MaxValue_1; }
inline void set_MaxValue_1(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
{
___MaxValue_1 = value;
}
inline static int32_t get_offset_of_MinValue_2() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ___MinValue_2)); }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_MinValue_2() const { return ___MinValue_2; }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_MinValue_2() { return &___MinValue_2; }
inline void set_MinValue_2(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
{
___MinValue_2 = value;
}
inline static int32_t get_offset_of__legacyConfigChecked_4() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ____legacyConfigChecked_4)); }
inline bool get__legacyConfigChecked_4() const { return ____legacyConfigChecked_4; }
inline bool* get_address_of__legacyConfigChecked_4() { return &____legacyConfigChecked_4; }
inline void set__legacyConfigChecked_4(bool value)
{
____legacyConfigChecked_4 = value;
}
inline static int32_t get_offset_of__legacyMode_5() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ____legacyMode_5)); }
inline bool get__legacyMode_5() const { return ____legacyMode_5; }
inline bool* get_address_of__legacyMode_5() { return &____legacyMode_5; }
inline void set__legacyMode_5(bool value)
{
____legacyMode_5 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TIMESPAN_TA8069278ACE8A74D6DF7D514A9CD4432433F64C4_H
#ifndef TIMEOUTEXCEPTION_T15A6E9A2A5819966712B5CFAF756BAEA40E3B1B7_H
#define TIMEOUTEXCEPTION_T15A6E9A2A5819966712B5CFAF756BAEA40E3B1B7_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.TimeoutException
struct TimeoutException_t15A6E9A2A5819966712B5CFAF756BAEA40E3B1B7 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TIMEOUTEXCEPTION_T15A6E9A2A5819966712B5CFAF756BAEA40E3B1B7_H
#ifndef WEAKREFERENCE_T0495CC81CD6403E662B7700B802443F6F730E39D_H
#define WEAKREFERENCE_T0495CC81CD6403E662B7700B802443F6F730E39D_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.WeakReference
struct WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D : public RuntimeObject
{
public:
// System.Boolean System.WeakReference::isLongReference
bool ___isLongReference_0;
// System.Runtime.InteropServices.GCHandle System.WeakReference::gcHandle
GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 ___gcHandle_1;
public:
inline static int32_t get_offset_of_isLongReference_0() { return static_cast<int32_t>(offsetof(WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D, ___isLongReference_0)); }
inline bool get_isLongReference_0() const { return ___isLongReference_0; }
inline bool* get_address_of_isLongReference_0() { return &___isLongReference_0; }
inline void set_isLongReference_0(bool value)
{
___isLongReference_0 = value;
}
inline static int32_t get_offset_of_gcHandle_1() { return static_cast<int32_t>(offsetof(WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D, ___gcHandle_1)); }
inline GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 get_gcHandle_1() const { return ___gcHandle_1; }
inline GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 * get_address_of_gcHandle_1() { return &___gcHandle_1; }
inline void set_gcHandle_1(GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 value)
{
___gcHandle_1 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // WEAKREFERENCE_T0495CC81CD6403E662B7700B802443F6F730E39D_H
#ifndef ARGUMENTNULLEXCEPTION_T581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_H
#define ARGUMENTNULLEXCEPTION_T581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.ArgumentNullException
struct ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD : public ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ARGUMENTNULLEXCEPTION_T581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_H
#ifndef ARGUMENTOUTOFRANGEEXCEPTION_T94D19DF918A54511AEDF4784C9A08741BAD1DEDA_H
#define ARGUMENTOUTOFRANGEEXCEPTION_T94D19DF918A54511AEDF4784C9A08741BAD1DEDA_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.ArgumentOutOfRangeException
struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA : public ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1
{
public:
// System.Object System.ArgumentOutOfRangeException::m_actualValue
RuntimeObject * ___m_actualValue_19;
public:
inline static int32_t get_offset_of_m_actualValue_19() { return static_cast<int32_t>(offsetof(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA, ___m_actualValue_19)); }
inline RuntimeObject * get_m_actualValue_19() const { return ___m_actualValue_19; }
inline RuntimeObject ** get_address_of_m_actualValue_19() { return &___m_actualValue_19; }
inline void set_m_actualValue_19(RuntimeObject * value)
{
___m_actualValue_19 = value;
Il2CppCodeGenWriteBarrier((&___m_actualValue_19), value);
}
};
struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_StaticFields
{
public:
// System.String modreq(System.Runtime.CompilerServices.IsVolatile) System.ArgumentOutOfRangeException::_rangeMessage
String_t* ____rangeMessage_18;
public:
inline static int32_t get_offset_of__rangeMessage_18() { return static_cast<int32_t>(offsetof(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_StaticFields, ____rangeMessage_18)); }
inline String_t* get__rangeMessage_18() const { return ____rangeMessage_18; }
inline String_t** get_address_of__rangeMessage_18() { return &____rangeMessage_18; }
inline void set__rangeMessage_18(String_t* value)
{
____rangeMessage_18 = value;
Il2CppCodeGenWriteBarrier((&____rangeMessage_18), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ARGUMENTOUTOFRANGEEXCEPTION_T94D19DF918A54511AEDF4784C9A08741BAD1DEDA_H
#ifndef NUMBERFORMATINFO_TFDF57037EBC5BC833D0A53EF0327B805994860A8_H
#define NUMBERFORMATINFO_TFDF57037EBC5BC833D0A53EF0327B805994860A8_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Globalization.NumberFormatInfo
struct NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 : public RuntimeObject
{
public:
// System.Int32[] System.Globalization.NumberFormatInfo::numberGroupSizes
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___numberGroupSizes_1;
// System.Int32[] System.Globalization.NumberFormatInfo::currencyGroupSizes
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___currencyGroupSizes_2;
// System.Int32[] System.Globalization.NumberFormatInfo::percentGroupSizes
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___percentGroupSizes_3;
// System.String System.Globalization.NumberFormatInfo::positiveSign
String_t* ___positiveSign_4;
// System.String System.Globalization.NumberFormatInfo::negativeSign
String_t* ___negativeSign_5;
// System.String System.Globalization.NumberFormatInfo::numberDecimalSeparator
String_t* ___numberDecimalSeparator_6;
// System.String System.Globalization.NumberFormatInfo::numberGroupSeparator
String_t* ___numberGroupSeparator_7;
// System.String System.Globalization.NumberFormatInfo::currencyGroupSeparator
String_t* ___currencyGroupSeparator_8;
// System.String System.Globalization.NumberFormatInfo::currencyDecimalSeparator
String_t* ___currencyDecimalSeparator_9;
// System.String System.Globalization.NumberFormatInfo::currencySymbol
String_t* ___currencySymbol_10;
// System.String System.Globalization.NumberFormatInfo::ansiCurrencySymbol
String_t* ___ansiCurrencySymbol_11;
// System.String System.Globalization.NumberFormatInfo::nanSymbol
String_t* ___nanSymbol_12;
// System.String System.Globalization.NumberFormatInfo::positiveInfinitySymbol
String_t* ___positiveInfinitySymbol_13;
// System.String System.Globalization.NumberFormatInfo::negativeInfinitySymbol
String_t* ___negativeInfinitySymbol_14;
// System.String System.Globalization.NumberFormatInfo::percentDecimalSeparator
String_t* ___percentDecimalSeparator_15;
// System.String System.Globalization.NumberFormatInfo::percentGroupSeparator
String_t* ___percentGroupSeparator_16;
// System.String System.Globalization.NumberFormatInfo::percentSymbol
String_t* ___percentSymbol_17;
// System.String System.Globalization.NumberFormatInfo::perMilleSymbol
String_t* ___perMilleSymbol_18;
// System.String[] System.Globalization.NumberFormatInfo::nativeDigits
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___nativeDigits_19;
// System.Int32 System.Globalization.NumberFormatInfo::m_dataItem
int32_t ___m_dataItem_20;
// System.Int32 System.Globalization.NumberFormatInfo::numberDecimalDigits
int32_t ___numberDecimalDigits_21;
// System.Int32 System.Globalization.NumberFormatInfo::currencyDecimalDigits
int32_t ___currencyDecimalDigits_22;
// System.Int32 System.Globalization.NumberFormatInfo::currencyPositivePattern
int32_t ___currencyPositivePattern_23;
// System.Int32 System.Globalization.NumberFormatInfo::currencyNegativePattern
int32_t ___currencyNegativePattern_24;
// System.Int32 System.Globalization.NumberFormatInfo::numberNegativePattern
int32_t ___numberNegativePattern_25;
// System.Int32 System.Globalization.NumberFormatInfo::percentPositivePattern
int32_t ___percentPositivePattern_26;
// System.Int32 System.Globalization.NumberFormatInfo::percentNegativePattern
int32_t ___percentNegativePattern_27;
// System.Int32 System.Globalization.NumberFormatInfo::percentDecimalDigits
int32_t ___percentDecimalDigits_28;
// System.Int32 System.Globalization.NumberFormatInfo::digitSubstitution
int32_t ___digitSubstitution_29;
// System.Boolean System.Globalization.NumberFormatInfo::isReadOnly
bool ___isReadOnly_30;
// System.Boolean System.Globalization.NumberFormatInfo::m_useUserOverride
bool ___m_useUserOverride_31;
// System.Boolean System.Globalization.NumberFormatInfo::m_isInvariant
bool ___m_isInvariant_32;
// System.Boolean System.Globalization.NumberFormatInfo::validForParseAsNumber
bool ___validForParseAsNumber_33;
// System.Boolean System.Globalization.NumberFormatInfo::validForParseAsCurrency
bool ___validForParseAsCurrency_34;
public:
inline static int32_t get_offset_of_numberGroupSizes_1() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___numberGroupSizes_1)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_numberGroupSizes_1() const { return ___numberGroupSizes_1; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_numberGroupSizes_1() { return &___numberGroupSizes_1; }
inline void set_numberGroupSizes_1(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___numberGroupSizes_1 = value;
Il2CppCodeGenWriteBarrier((&___numberGroupSizes_1), value);
}
inline static int32_t get_offset_of_currencyGroupSizes_2() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencyGroupSizes_2)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_currencyGroupSizes_2() const { return ___currencyGroupSizes_2; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_currencyGroupSizes_2() { return &___currencyGroupSizes_2; }
inline void set_currencyGroupSizes_2(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___currencyGroupSizes_2 = value;
Il2CppCodeGenWriteBarrier((&___currencyGroupSizes_2), value);
}
inline static int32_t get_offset_of_percentGroupSizes_3() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentGroupSizes_3)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_percentGroupSizes_3() const { return ___percentGroupSizes_3; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_percentGroupSizes_3() { return &___percentGroupSizes_3; }
inline void set_percentGroupSizes_3(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___percentGroupSizes_3 = value;
Il2CppCodeGenWriteBarrier((&___percentGroupSizes_3), value);
}
inline static int32_t get_offset_of_positiveSign_4() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___positiveSign_4)); }
inline String_t* get_positiveSign_4() const { return ___positiveSign_4; }
inline String_t** get_address_of_positiveSign_4() { return &___positiveSign_4; }
inline void set_positiveSign_4(String_t* value)
{
___positiveSign_4 = value;
Il2CppCodeGenWriteBarrier((&___positiveSign_4), value);
}
inline static int32_t get_offset_of_negativeSign_5() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___negativeSign_5)); }
inline String_t* get_negativeSign_5() const { return ___negativeSign_5; }
inline String_t** get_address_of_negativeSign_5() { return &___negativeSign_5; }
inline void set_negativeSign_5(String_t* value)
{
___negativeSign_5 = value;
Il2CppCodeGenWriteBarrier((&___negativeSign_5), value);
}
inline static int32_t get_offset_of_numberDecimalSeparator_6() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___numberDecimalSeparator_6)); }
inline String_t* get_numberDecimalSeparator_6() const { return ___numberDecimalSeparator_6; }
inline String_t** get_address_of_numberDecimalSeparator_6() { return &___numberDecimalSeparator_6; }
inline void set_numberDecimalSeparator_6(String_t* value)
{
___numberDecimalSeparator_6 = value;
Il2CppCodeGenWriteBarrier((&___numberDecimalSeparator_6), value);
}
inline static int32_t get_offset_of_numberGroupSeparator_7() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___numberGroupSeparator_7)); }
inline String_t* get_numberGroupSeparator_7() const { return ___numberGroupSeparator_7; }
inline String_t** get_address_of_numberGroupSeparator_7() { return &___numberGroupSeparator_7; }
inline void set_numberGroupSeparator_7(String_t* value)
{
___numberGroupSeparator_7 = value;
Il2CppCodeGenWriteBarrier((&___numberGroupSeparator_7), value);
}
inline static int32_t get_offset_of_currencyGroupSeparator_8() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencyGroupSeparator_8)); }
inline String_t* get_currencyGroupSeparator_8() const { return ___currencyGroupSeparator_8; }
inline String_t** get_address_of_currencyGroupSeparator_8() { return &___currencyGroupSeparator_8; }
inline void set_currencyGroupSeparator_8(String_t* value)
{
___currencyGroupSeparator_8 = value;
Il2CppCodeGenWriteBarrier((&___currencyGroupSeparator_8), value);
}
inline static int32_t get_offset_of_currencyDecimalSeparator_9() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencyDecimalSeparator_9)); }
inline String_t* get_currencyDecimalSeparator_9() const { return ___currencyDecimalSeparator_9; }
inline String_t** get_address_of_currencyDecimalSeparator_9() { return &___currencyDecimalSeparator_9; }
inline void set_currencyDecimalSeparator_9(String_t* value)
{
___currencyDecimalSeparator_9 = value;
Il2CppCodeGenWriteBarrier((&___currencyDecimalSeparator_9), value);
}
inline static int32_t get_offset_of_currencySymbol_10() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencySymbol_10)); }
inline String_t* get_currencySymbol_10() const { return ___currencySymbol_10; }
inline String_t** get_address_of_currencySymbol_10() { return &___currencySymbol_10; }
inline void set_currencySymbol_10(String_t* value)
{
___currencySymbol_10 = value;
Il2CppCodeGenWriteBarrier((&___currencySymbol_10), value);
}
inline static int32_t get_offset_of_ansiCurrencySymbol_11() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___ansiCurrencySymbol_11)); }
inline String_t* get_ansiCurrencySymbol_11() const { return ___ansiCurrencySymbol_11; }
inline String_t** get_address_of_ansiCurrencySymbol_11() { return &___ansiCurrencySymbol_11; }
inline void set_ansiCurrencySymbol_11(String_t* value)
{
___ansiCurrencySymbol_11 = value;
Il2CppCodeGenWriteBarrier((&___ansiCurrencySymbol_11), value);
}
inline static int32_t get_offset_of_nanSymbol_12() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___nanSymbol_12)); }
inline String_t* get_nanSymbol_12() const { return ___nanSymbol_12; }
inline String_t** get_address_of_nanSymbol_12() { return &___nanSymbol_12; }
inline void set_nanSymbol_12(String_t* value)
{
___nanSymbol_12 = value;
Il2CppCodeGenWriteBarrier((&___nanSymbol_12), value);
}
inline static int32_t get_offset_of_positiveInfinitySymbol_13() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___positiveInfinitySymbol_13)); }
inline String_t* get_positiveInfinitySymbol_13() const { return ___positiveInfinitySymbol_13; }
inline String_t** get_address_of_positiveInfinitySymbol_13() { return &___positiveInfinitySymbol_13; }
inline void set_positiveInfinitySymbol_13(String_t* value)
{
___positiveInfinitySymbol_13 = value;
Il2CppCodeGenWriteBarrier((&___positiveInfinitySymbol_13), value);
}
inline static int32_t get_offset_of_negativeInfinitySymbol_14() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___negativeInfinitySymbol_14)); }
inline String_t* get_negativeInfinitySymbol_14() const { return ___negativeInfinitySymbol_14; }
inline String_t** get_address_of_negativeInfinitySymbol_14() { return &___negativeInfinitySymbol_14; }
inline void set_negativeInfinitySymbol_14(String_t* value)
{
___negativeInfinitySymbol_14 = value;
Il2CppCodeGenWriteBarrier((&___negativeInfinitySymbol_14), value);
}
inline static int32_t get_offset_of_percentDecimalSeparator_15() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentDecimalSeparator_15)); }
inline String_t* get_percentDecimalSeparator_15() const { return ___percentDecimalSeparator_15; }
inline String_t** get_address_of_percentDecimalSeparator_15() { return &___percentDecimalSeparator_15; }
inline void set_percentDecimalSeparator_15(String_t* value)
{
___percentDecimalSeparator_15 = value;
Il2CppCodeGenWriteBarrier((&___percentDecimalSeparator_15), value);
}
inline static int32_t get_offset_of_percentGroupSeparator_16() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentGroupSeparator_16)); }
inline String_t* get_percentGroupSeparator_16() const { return ___percentGroupSeparator_16; }
inline String_t** get_address_of_percentGroupSeparator_16() { return &___percentGroupSeparator_16; }
inline void set_percentGroupSeparator_16(String_t* value)
{
___percentGroupSeparator_16 = value;
Il2CppCodeGenWriteBarrier((&___percentGroupSeparator_16), value);
}
inline static int32_t get_offset_of_percentSymbol_17() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentSymbol_17)); }
inline String_t* get_percentSymbol_17() const { return ___percentSymbol_17; }
inline String_t** get_address_of_percentSymbol_17() { return &___percentSymbol_17; }
inline void set_percentSymbol_17(String_t* value)
{
___percentSymbol_17 = value;
Il2CppCodeGenWriteBarrier((&___percentSymbol_17), value);
}
inline static int32_t get_offset_of_perMilleSymbol_18() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___perMilleSymbol_18)); }
inline String_t* get_perMilleSymbol_18() const { return ___perMilleSymbol_18; }
inline String_t** get_address_of_perMilleSymbol_18() { return &___perMilleSymbol_18; }
inline void set_perMilleSymbol_18(String_t* value)
{
___perMilleSymbol_18 = value;
Il2CppCodeGenWriteBarrier((&___perMilleSymbol_18), value);
}
inline static int32_t get_offset_of_nativeDigits_19() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___nativeDigits_19)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_nativeDigits_19() const { return ___nativeDigits_19; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_nativeDigits_19() { return &___nativeDigits_19; }
inline void set_nativeDigits_19(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___nativeDigits_19 = value;
Il2CppCodeGenWriteBarrier((&___nativeDigits_19), value);
}
inline static int32_t get_offset_of_m_dataItem_20() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___m_dataItem_20)); }
inline int32_t get_m_dataItem_20() const { return ___m_dataItem_20; }
inline int32_t* get_address_of_m_dataItem_20() { return &___m_dataItem_20; }
inline void set_m_dataItem_20(int32_t value)
{
___m_dataItem_20 = value;
}
inline static int32_t get_offset_of_numberDecimalDigits_21() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___numberDecimalDigits_21)); }
inline int32_t get_numberDecimalDigits_21() const { return ___numberDecimalDigits_21; }
inline int32_t* get_address_of_numberDecimalDigits_21() { return &___numberDecimalDigits_21; }
inline void set_numberDecimalDigits_21(int32_t value)
{
___numberDecimalDigits_21 = value;
}
inline static int32_t get_offset_of_currencyDecimalDigits_22() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencyDecimalDigits_22)); }
inline int32_t get_currencyDecimalDigits_22() const { return ___currencyDecimalDigits_22; }
inline int32_t* get_address_of_currencyDecimalDigits_22() { return &___currencyDecimalDigits_22; }
inline void set_currencyDecimalDigits_22(int32_t value)
{
___currencyDecimalDigits_22 = value;
}
inline static int32_t get_offset_of_currencyPositivePattern_23() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencyPositivePattern_23)); }
inline int32_t get_currencyPositivePattern_23() const { return ___currencyPositivePattern_23; }
inline int32_t* get_address_of_currencyPositivePattern_23() { return &___currencyPositivePattern_23; }
inline void set_currencyPositivePattern_23(int32_t value)
{
___currencyPositivePattern_23 = value;
}
inline static int32_t get_offset_of_currencyNegativePattern_24() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencyNegativePattern_24)); }
inline int32_t get_currencyNegativePattern_24() const { return ___currencyNegativePattern_24; }
inline int32_t* get_address_of_currencyNegativePattern_24() { return &___currencyNegativePattern_24; }
inline void set_currencyNegativePattern_24(int32_t value)
{
___currencyNegativePattern_24 = value;
}
inline static int32_t get_offset_of_numberNegativePattern_25() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___numberNegativePattern_25)); }
inline int32_t get_numberNegativePattern_25() const { return ___numberNegativePattern_25; }
inline int32_t* get_address_of_numberNegativePattern_25() { return &___numberNegativePattern_25; }
inline void set_numberNegativePattern_25(int32_t value)
{
___numberNegativePattern_25 = value;
}
inline static int32_t get_offset_of_percentPositivePattern_26() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentPositivePattern_26)); }
inline int32_t get_percentPositivePattern_26() const { return ___percentPositivePattern_26; }
inline int32_t* get_address_of_percentPositivePattern_26() { return &___percentPositivePattern_26; }
inline void set_percentPositivePattern_26(int32_t value)
{
___percentPositivePattern_26 = value;
}
inline static int32_t get_offset_of_percentNegativePattern_27() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentNegativePattern_27)); }
inline int32_t get_percentNegativePattern_27() const { return ___percentNegativePattern_27; }
inline int32_t* get_address_of_percentNegativePattern_27() { return &___percentNegativePattern_27; }
inline void set_percentNegativePattern_27(int32_t value)
{
___percentNegativePattern_27 = value;
}
inline static int32_t get_offset_of_percentDecimalDigits_28() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentDecimalDigits_28)); }
inline int32_t get_percentDecimalDigits_28() const { return ___percentDecimalDigits_28; }
inline int32_t* get_address_of_percentDecimalDigits_28() { return &___percentDecimalDigits_28; }
inline void set_percentDecimalDigits_28(int32_t value)
{
___percentDecimalDigits_28 = value;
}
inline static int32_t get_offset_of_digitSubstitution_29() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___digitSubstitution_29)); }
inline int32_t get_digitSubstitution_29() const { return ___digitSubstitution_29; }
inline int32_t* get_address_of_digitSubstitution_29() { return &___digitSubstitution_29; }
inline void set_digitSubstitution_29(int32_t value)
{
___digitSubstitution_29 = value;
}
inline static int32_t get_offset_of_isReadOnly_30() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___isReadOnly_30)); }
inline bool get_isReadOnly_30() const { return ___isReadOnly_30; }
inline bool* get_address_of_isReadOnly_30() { return &___isReadOnly_30; }
inline void set_isReadOnly_30(bool value)
{
___isReadOnly_30 = value;
}
inline static int32_t get_offset_of_m_useUserOverride_31() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___m_useUserOverride_31)); }
inline bool get_m_useUserOverride_31() const { return ___m_useUserOverride_31; }
inline bool* get_address_of_m_useUserOverride_31() { return &___m_useUserOverride_31; }
inline void set_m_useUserOverride_31(bool value)
{
___m_useUserOverride_31 = value;
}
inline static int32_t get_offset_of_m_isInvariant_32() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___m_isInvariant_32)); }
inline bool get_m_isInvariant_32() const { return ___m_isInvariant_32; }
inline bool* get_address_of_m_isInvariant_32() { return &___m_isInvariant_32; }
inline void set_m_isInvariant_32(bool value)
{
___m_isInvariant_32 = value;
}
inline static int32_t get_offset_of_validForParseAsNumber_33() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___validForParseAsNumber_33)); }
inline bool get_validForParseAsNumber_33() const { return ___validForParseAsNumber_33; }
inline bool* get_address_of_validForParseAsNumber_33() { return &___validForParseAsNumber_33; }
inline void set_validForParseAsNumber_33(bool value)
{
___validForParseAsNumber_33 = value;
}
inline static int32_t get_offset_of_validForParseAsCurrency_34() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___validForParseAsCurrency_34)); }
inline bool get_validForParseAsCurrency_34() const { return ___validForParseAsCurrency_34; }
inline bool* get_address_of_validForParseAsCurrency_34() { return &___validForParseAsCurrency_34; }
inline void set_validForParseAsCurrency_34(bool value)
{
___validForParseAsCurrency_34 = value;
}
};
struct NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8_StaticFields
{
public:
// System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.NumberFormatInfo::invariantInfo
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___invariantInfo_0;
public:
inline static int32_t get_offset_of_invariantInfo_0() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8_StaticFields, ___invariantInfo_0)); }
inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * get_invariantInfo_0() const { return ___invariantInfo_0; }
inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 ** get_address_of_invariantInfo_0() { return &___invariantInfo_0; }
inline void set_invariantInfo_0(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * value)
{
___invariantInfo_0 = value;
Il2CppCodeGenWriteBarrier((&___invariantInfo_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // NUMBERFORMATINFO_TFDF57037EBC5BC833D0A53EF0327B805994860A8_H
#ifndef STREAMINGCONTEXT_T2CCDC54E0E8D078AF4A50E3A8B921B828A900034_H
#define STREAMINGCONTEXT_T2CCDC54E0E8D078AF4A50E3A8B921B828A900034_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.StreamingContext
struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034
{
public:
// System.Object System.Runtime.Serialization.StreamingContext::m_additionalContext
RuntimeObject * ___m_additionalContext_0;
// System.Runtime.Serialization.StreamingContextStates System.Runtime.Serialization.StreamingContext::m_state
int32_t ___m_state_1;
public:
inline static int32_t get_offset_of_m_additionalContext_0() { return static_cast<int32_t>(offsetof(StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034, ___m_additionalContext_0)); }
inline RuntimeObject * get_m_additionalContext_0() const { return ___m_additionalContext_0; }
inline RuntimeObject ** get_address_of_m_additionalContext_0() { return &___m_additionalContext_0; }
inline void set_m_additionalContext_0(RuntimeObject * value)
{
___m_additionalContext_0 = value;
Il2CppCodeGenWriteBarrier((&___m_additionalContext_0), value);
}
inline static int32_t get_offset_of_m_state_1() { return static_cast<int32_t>(offsetof(StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034, ___m_state_1)); }
inline int32_t get_m_state_1() const { return ___m_state_1; }
inline int32_t* get_address_of_m_state_1() { return &___m_state_1; }
inline void set_m_state_1(int32_t value)
{
___m_state_1 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.Runtime.Serialization.StreamingContext
struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshaled_pinvoke
{
Il2CppIUnknown* ___m_additionalContext_0;
int32_t ___m_state_1;
};
// Native definition for COM marshalling of System.Runtime.Serialization.StreamingContext
struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshaled_com
{
Il2CppIUnknown* ___m_additionalContext_0;
int32_t ___m_state_1;
};
#endif // STREAMINGCONTEXT_T2CCDC54E0E8D078AF4A50E3A8B921B828A900034_H
#ifndef OID_TC00A10270EAF16BBF0F2619B9AEC883E0CFE6137_H
#define OID_TC00A10270EAF16BBF0F2619B9AEC883E0CFE6137_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.Oid
struct Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 : public RuntimeObject
{
public:
// System.String System.Security.Cryptography.Oid::m_value
String_t* ___m_value_0;
// System.String System.Security.Cryptography.Oid::m_friendlyName
String_t* ___m_friendlyName_1;
// System.Security.Cryptography.OidGroup System.Security.Cryptography.Oid::m_group
int32_t ___m_group_2;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137, ___m_value_0)); }
inline String_t* get_m_value_0() const { return ___m_value_0; }
inline String_t** get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(String_t* value)
{
___m_value_0 = value;
Il2CppCodeGenWriteBarrier((&___m_value_0), value);
}
inline static int32_t get_offset_of_m_friendlyName_1() { return static_cast<int32_t>(offsetof(Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137, ___m_friendlyName_1)); }
inline String_t* get_m_friendlyName_1() const { return ___m_friendlyName_1; }
inline String_t** get_address_of_m_friendlyName_1() { return &___m_friendlyName_1; }
inline void set_m_friendlyName_1(String_t* value)
{
___m_friendlyName_1 = value;
Il2CppCodeGenWriteBarrier((&___m_friendlyName_1), value);
}
inline static int32_t get_offset_of_m_group_2() { return static_cast<int32_t>(offsetof(Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137, ___m_group_2)); }
inline int32_t get_m_group_2() const { return ___m_group_2; }
inline int32_t* get_address_of_m_group_2() { return &___m_group_2; }
inline void set_m_group_2(int32_t value)
{
___m_group_2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // OID_TC00A10270EAF16BBF0F2619B9AEC883E0CFE6137_H
#ifndef X509CHAINIMPLMONO_T38D97B22EAE940C6D941DB58282503264F19FA9D_H
#define X509CHAINIMPLMONO_T38D97B22EAE940C6D941DB58282503264F19FA9D_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.X509Certificates.X509ChainImplMono
struct X509ChainImplMono_t38D97B22EAE940C6D941DB58282503264F19FA9D : public X509ChainImpl_t34FABF07BEA0CFB6D88717BCDDE0607D9DA13A67
{
public:
// System.Security.Cryptography.X509Certificates.StoreLocation System.Security.Cryptography.X509Certificates.X509ChainImplMono::location
int32_t ___location_0;
// System.Security.Cryptography.X509Certificates.X509ChainElementCollection System.Security.Cryptography.X509Certificates.X509ChainImplMono::elements
X509ChainElementCollection_t7098FB9D22CA34D461370C124E598C629BCADBF4 * ___elements_1;
// System.Security.Cryptography.X509Certificates.X509ChainPolicy System.Security.Cryptography.X509Certificates.X509ChainImplMono::policy
X509ChainPolicy_tCA1D9E9842A16ACD71D35E9C36659E3E861D74DD * ___policy_2;
public:
inline static int32_t get_offset_of_location_0() { return static_cast<int32_t>(offsetof(X509ChainImplMono_t38D97B22EAE940C6D941DB58282503264F19FA9D, ___location_0)); }
inline int32_t get_location_0() const { return ___location_0; }
inline int32_t* get_address_of_location_0() { return &___location_0; }
inline void set_location_0(int32_t value)
{
___location_0 = value;
}
inline static int32_t get_offset_of_elements_1() { return static_cast<int32_t>(offsetof(X509ChainImplMono_t38D97B22EAE940C6D941DB58282503264F19FA9D, ___elements_1)); }
inline X509ChainElementCollection_t7098FB9D22CA34D461370C124E598C629BCADBF4 * get_elements_1() const { return ___elements_1; }
inline X509ChainElementCollection_t7098FB9D22CA34D461370C124E598C629BCADBF4 ** get_address_of_elements_1() { return &___elements_1; }
inline void set_elements_1(X509ChainElementCollection_t7098FB9D22CA34D461370C124E598C629BCADBF4 * value)
{
___elements_1 = value;
Il2CppCodeGenWriteBarrier((&___elements_1), value);
}
inline static int32_t get_offset_of_policy_2() { return static_cast<int32_t>(offsetof(X509ChainImplMono_t38D97B22EAE940C6D941DB58282503264F19FA9D, ___policy_2)); }
inline X509ChainPolicy_tCA1D9E9842A16ACD71D35E9C36659E3E861D74DD * get_policy_2() const { return ___policy_2; }
inline X509ChainPolicy_tCA1D9E9842A16ACD71D35E9C36659E3E861D74DD ** get_address_of_policy_2() { return &___policy_2; }
inline void set_policy_2(X509ChainPolicy_tCA1D9E9842A16ACD71D35E9C36659E3E861D74DD * value)
{
___policy_2 = value;
Il2CppCodeGenWriteBarrier((&___policy_2), value);
}
};
struct X509ChainImplMono_t38D97B22EAE940C6D941DB58282503264F19FA9D_StaticFields
{
public:
// System.Security.Cryptography.X509Certificates.X509ChainStatus[] System.Security.Cryptography.X509Certificates.X509ChainImplMono::Empty
X509ChainStatusU5BU5D_tA8CCC33D50C4BCF6F657063CD1DACCC3B9A7BFBB* ___Empty_3;
public:
inline static int32_t get_offset_of_Empty_3() { return static_cast<int32_t>(offsetof(X509ChainImplMono_t38D97B22EAE940C6D941DB58282503264F19FA9D_StaticFields, ___Empty_3)); }
inline X509ChainStatusU5BU5D_tA8CCC33D50C4BCF6F657063CD1DACCC3B9A7BFBB* get_Empty_3() const { return ___Empty_3; }
inline X509ChainStatusU5BU5D_tA8CCC33D50C4BCF6F657063CD1DACCC3B9A7BFBB** get_address_of_Empty_3() { return &___Empty_3; }
inline void set_Empty_3(X509ChainStatusU5BU5D_tA8CCC33D50C4BCF6F657063CD1DACCC3B9A7BFBB* value)
{
___Empty_3 = value;
Il2CppCodeGenWriteBarrier((&___Empty_3), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // X509CHAINIMPLMONO_T38D97B22EAE940C6D941DB58282503264F19FA9D_H
#ifndef X509KEYUSAGEEXTENSION_T9F740A60AD6DBEF9B09E946D4D8D67DB882C6E6E_H
#define X509KEYUSAGEEXTENSION_T9F740A60AD6DBEF9B09E946D4D8D67DB882C6E6E_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.X509Certificates.X509KeyUsageExtension
struct X509KeyUsageExtension_t9F740A60AD6DBEF9B09E946D4D8D67DB882C6E6E : public X509Extension_t223237DF0C323CC455D3A2634D977773D2F3818A
{
public:
// System.Security.Cryptography.X509Certificates.X509KeyUsageFlags System.Security.Cryptography.X509Certificates.X509KeyUsageExtension::_keyUsages
int32_t ____keyUsages_6;
// System.Security.Cryptography.AsnDecodeStatus System.Security.Cryptography.X509Certificates.X509KeyUsageExtension::_status
int32_t ____status_7;
public:
inline static int32_t get_offset_of__keyUsages_6() { return static_cast<int32_t>(offsetof(X509KeyUsageExtension_t9F740A60AD6DBEF9B09E946D4D8D67DB882C6E6E, ____keyUsages_6)); }
inline int32_t get__keyUsages_6() const { return ____keyUsages_6; }
inline int32_t* get_address_of__keyUsages_6() { return &____keyUsages_6; }
inline void set__keyUsages_6(int32_t value)
{
____keyUsages_6 = value;
}
inline static int32_t get_offset_of__status_7() { return static_cast<int32_t>(offsetof(X509KeyUsageExtension_t9F740A60AD6DBEF9B09E946D4D8D67DB882C6E6E, ____status_7)); }
inline int32_t get__status_7() const { return ____status_7; }
inline int32_t* get_address_of__status_7() { return &____status_7; }
inline void set__status_7(int32_t value)
{
____status_7 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // X509KEYUSAGEEXTENSION_T9F740A60AD6DBEF9B09E946D4D8D67DB882C6E6E_H
#ifndef X509SUBJECTKEYIDENTIFIEREXTENSION_T200DBBEB1229862DAA5F56EA352B03D2EDAC4D8E_H
#define X509SUBJECTKEYIDENTIFIEREXTENSION_T200DBBEB1229862DAA5F56EA352B03D2EDAC4D8E_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension
struct X509SubjectKeyIdentifierExtension_t200DBBEB1229862DAA5F56EA352B03D2EDAC4D8E : public X509Extension_t223237DF0C323CC455D3A2634D977773D2F3818A
{
public:
// System.Byte[] System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension::_subjectKeyIdentifier
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____subjectKeyIdentifier_5;
// System.String System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension::_ski
String_t* ____ski_6;
// System.Security.Cryptography.AsnDecodeStatus System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension::_status
int32_t ____status_7;
public:
inline static int32_t get_offset_of__subjectKeyIdentifier_5() { return static_cast<int32_t>(offsetof(X509SubjectKeyIdentifierExtension_t200DBBEB1229862DAA5F56EA352B03D2EDAC4D8E, ____subjectKeyIdentifier_5)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__subjectKeyIdentifier_5() const { return ____subjectKeyIdentifier_5; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__subjectKeyIdentifier_5() { return &____subjectKeyIdentifier_5; }
inline void set__subjectKeyIdentifier_5(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
____subjectKeyIdentifier_5 = value;
Il2CppCodeGenWriteBarrier((&____subjectKeyIdentifier_5), value);
}
inline static int32_t get_offset_of__ski_6() { return static_cast<int32_t>(offsetof(X509SubjectKeyIdentifierExtension_t200DBBEB1229862DAA5F56EA352B03D2EDAC4D8E, ____ski_6)); }
inline String_t* get__ski_6() const { return ____ski_6; }
inline String_t** get_address_of__ski_6() { return &____ski_6; }
inline void set__ski_6(String_t* value)
{
____ski_6 = value;
Il2CppCodeGenWriteBarrier((&____ski_6), value);
}
inline static int32_t get_offset_of__status_7() { return static_cast<int32_t>(offsetof(X509SubjectKeyIdentifierExtension_t200DBBEB1229862DAA5F56EA352B03D2EDAC4D8E, ____status_7)); }
inline int32_t get__status_7() const { return ____status_7; }
inline int32_t* get_address_of__status_7() { return &____status_7; }
inline void set__status_7(int32_t value)
{
____status_7 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // X509SUBJECTKEYIDENTIFIEREXTENSION_T200DBBEB1229862DAA5F56EA352B03D2EDAC4D8E_H
#ifndef MATCHSPARSE_T73BEE39B7EBE30B7460558DCA846B704C94B571C_H
#define MATCHSPARSE_T73BEE39B7EBE30B7460558DCA846B704C94B571C_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.RegularExpressions.MatchSparse
struct MatchSparse_t73BEE39B7EBE30B7460558DCA846B704C94B571C : public Match_tE447871AB59EED3642F31EB9559D162C2977EBB5
{
public:
// System.Collections.Hashtable System.Text.RegularExpressions.MatchSparse::_caps
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ____caps_16;
public:
inline static int32_t get_offset_of__caps_16() { return static_cast<int32_t>(offsetof(MatchSparse_t73BEE39B7EBE30B7460558DCA846B704C94B571C, ____caps_16)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get__caps_16() const { return ____caps_16; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of__caps_16() { return &____caps_16; }
inline void set__caps_16(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
____caps_16 = value;
Il2CppCodeGenWriteBarrier((&____caps_16), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // MATCHSPARSE_T73BEE39B7EBE30B7460558DCA846B704C94B571C_H
#ifndef REGEX_TFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_H
#define REGEX_TFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.RegularExpressions.Regex
struct Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF : public RuntimeObject
{
public:
// System.String System.Text.RegularExpressions.Regex::pattern
String_t* ___pattern_0;
// System.Text.RegularExpressions.RegexRunnerFactory System.Text.RegularExpressions.Regex::factory
RegexRunnerFactory_t0703F390E2102623B0189DEC095DB182698E404B * ___factory_1;
// System.Text.RegularExpressions.RegexOptions System.Text.RegularExpressions.Regex::roptions
int32_t ___roptions_2;
// System.TimeSpan System.Text.RegularExpressions.Regex::internalMatchTimeout
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___internalMatchTimeout_5;
// System.Collections.Hashtable System.Text.RegularExpressions.Regex::caps
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___caps_8;
// System.Collections.Hashtable System.Text.RegularExpressions.Regex::capnames
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___capnames_9;
// System.String[] System.Text.RegularExpressions.Regex::capslist
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___capslist_10;
// System.Int32 System.Text.RegularExpressions.Regex::capsize
int32_t ___capsize_11;
// System.Text.RegularExpressions.ExclusiveReference System.Text.RegularExpressions.Regex::runnerref
ExclusiveReference_t39E202CDB13A1E6EBA4CE0C7548B192CEB5C64DB * ___runnerref_12;
// System.Text.RegularExpressions.SharedReference System.Text.RegularExpressions.Regex::replref
SharedReference_t225BA5C249F9F1D6C959F151695BDF65EF2C92A5 * ___replref_13;
// System.Text.RegularExpressions.RegexCode System.Text.RegularExpressions.Regex::code
RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA * ___code_14;
// System.Boolean System.Text.RegularExpressions.Regex::refsInitialized
bool ___refsInitialized_15;
public:
inline static int32_t get_offset_of_pattern_0() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF, ___pattern_0)); }
inline String_t* get_pattern_0() const { return ___pattern_0; }
inline String_t** get_address_of_pattern_0() { return &___pattern_0; }
inline void set_pattern_0(String_t* value)
{
___pattern_0 = value;
Il2CppCodeGenWriteBarrier((&___pattern_0), value);
}
inline static int32_t get_offset_of_factory_1() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF, ___factory_1)); }
inline RegexRunnerFactory_t0703F390E2102623B0189DEC095DB182698E404B * get_factory_1() const { return ___factory_1; }
inline RegexRunnerFactory_t0703F390E2102623B0189DEC095DB182698E404B ** get_address_of_factory_1() { return &___factory_1; }
inline void set_factory_1(RegexRunnerFactory_t0703F390E2102623B0189DEC095DB182698E404B * value)
{
___factory_1 = value;
Il2CppCodeGenWriteBarrier((&___factory_1), value);
}
inline static int32_t get_offset_of_roptions_2() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF, ___roptions_2)); }
inline int32_t get_roptions_2() const { return ___roptions_2; }
inline int32_t* get_address_of_roptions_2() { return &___roptions_2; }
inline void set_roptions_2(int32_t value)
{
___roptions_2 = value;
}
inline static int32_t get_offset_of_internalMatchTimeout_5() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF, ___internalMatchTimeout_5)); }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_internalMatchTimeout_5() const { return ___internalMatchTimeout_5; }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_internalMatchTimeout_5() { return &___internalMatchTimeout_5; }
inline void set_internalMatchTimeout_5(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
{
___internalMatchTimeout_5 = value;
}
inline static int32_t get_offset_of_caps_8() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF, ___caps_8)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_caps_8() const { return ___caps_8; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_caps_8() { return &___caps_8; }
inline void set_caps_8(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
___caps_8 = value;
Il2CppCodeGenWriteBarrier((&___caps_8), value);
}
inline static int32_t get_offset_of_capnames_9() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF, ___capnames_9)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_capnames_9() const { return ___capnames_9; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_capnames_9() { return &___capnames_9; }
inline void set_capnames_9(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
___capnames_9 = value;
Il2CppCodeGenWriteBarrier((&___capnames_9), value);
}
inline static int32_t get_offset_of_capslist_10() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF, ___capslist_10)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_capslist_10() const { return ___capslist_10; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_capslist_10() { return &___capslist_10; }
inline void set_capslist_10(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___capslist_10 = value;
Il2CppCodeGenWriteBarrier((&___capslist_10), value);
}
inline static int32_t get_offset_of_capsize_11() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF, ___capsize_11)); }
inline int32_t get_capsize_11() const { return ___capsize_11; }
inline int32_t* get_address_of_capsize_11() { return &___capsize_11; }
inline void set_capsize_11(int32_t value)
{
___capsize_11 = value;
}
inline static int32_t get_offset_of_runnerref_12() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF, ___runnerref_12)); }
inline ExclusiveReference_t39E202CDB13A1E6EBA4CE0C7548B192CEB5C64DB * get_runnerref_12() const { return ___runnerref_12; }
inline ExclusiveReference_t39E202CDB13A1E6EBA4CE0C7548B192CEB5C64DB ** get_address_of_runnerref_12() { return &___runnerref_12; }
inline void set_runnerref_12(ExclusiveReference_t39E202CDB13A1E6EBA4CE0C7548B192CEB5C64DB * value)
{
___runnerref_12 = value;
Il2CppCodeGenWriteBarrier((&___runnerref_12), value);
}
inline static int32_t get_offset_of_replref_13() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF, ___replref_13)); }
inline SharedReference_t225BA5C249F9F1D6C959F151695BDF65EF2C92A5 * get_replref_13() const { return ___replref_13; }
inline SharedReference_t225BA5C249F9F1D6C959F151695BDF65EF2C92A5 ** get_address_of_replref_13() { return &___replref_13; }
inline void set_replref_13(SharedReference_t225BA5C249F9F1D6C959F151695BDF65EF2C92A5 * value)
{
___replref_13 = value;
Il2CppCodeGenWriteBarrier((&___replref_13), value);
}
inline static int32_t get_offset_of_code_14() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF, ___code_14)); }
inline RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA * get_code_14() const { return ___code_14; }
inline RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA ** get_address_of_code_14() { return &___code_14; }
inline void set_code_14(RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA * value)
{
___code_14 = value;
Il2CppCodeGenWriteBarrier((&___code_14), value);
}
inline static int32_t get_offset_of_refsInitialized_15() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF, ___refsInitialized_15)); }
inline bool get_refsInitialized_15() const { return ___refsInitialized_15; }
inline bool* get_address_of_refsInitialized_15() { return &___refsInitialized_15; }
inline void set_refsInitialized_15(bool value)
{
___refsInitialized_15 = value;
}
};
struct Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields
{
public:
// System.TimeSpan System.Text.RegularExpressions.Regex::MaximumMatchTimeout
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___MaximumMatchTimeout_3;
// System.TimeSpan System.Text.RegularExpressions.Regex::InfiniteMatchTimeout
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___InfiniteMatchTimeout_4;
// System.TimeSpan System.Text.RegularExpressions.Regex::FallbackDefaultMatchTimeout
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___FallbackDefaultMatchTimeout_6;
// System.TimeSpan System.Text.RegularExpressions.Regex::DefaultMatchTimeout
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___DefaultMatchTimeout_7;
// System.Collections.Generic.LinkedList`1<System.Text.RegularExpressions.CachedCodeEntry> System.Text.RegularExpressions.Regex::livecode
LinkedList_1_t44CA4EB2162DC04F96F29C8A68A05D05166137F7 * ___livecode_16;
// System.Int32 System.Text.RegularExpressions.Regex::cacheSize
int32_t ___cacheSize_17;
public:
inline static int32_t get_offset_of_MaximumMatchTimeout_3() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields, ___MaximumMatchTimeout_3)); }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_MaximumMatchTimeout_3() const { return ___MaximumMatchTimeout_3; }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_MaximumMatchTimeout_3() { return &___MaximumMatchTimeout_3; }
inline void set_MaximumMatchTimeout_3(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
{
___MaximumMatchTimeout_3 = value;
}
inline static int32_t get_offset_of_InfiniteMatchTimeout_4() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields, ___InfiniteMatchTimeout_4)); }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_InfiniteMatchTimeout_4() const { return ___InfiniteMatchTimeout_4; }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_InfiniteMatchTimeout_4() { return &___InfiniteMatchTimeout_4; }
inline void set_InfiniteMatchTimeout_4(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
{
___InfiniteMatchTimeout_4 = value;
}
inline static int32_t get_offset_of_FallbackDefaultMatchTimeout_6() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields, ___FallbackDefaultMatchTimeout_6)); }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_FallbackDefaultMatchTimeout_6() const { return ___FallbackDefaultMatchTimeout_6; }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_FallbackDefaultMatchTimeout_6() { return &___FallbackDefaultMatchTimeout_6; }
inline void set_FallbackDefaultMatchTimeout_6(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
{
___FallbackDefaultMatchTimeout_6 = value;
}
inline static int32_t get_offset_of_DefaultMatchTimeout_7() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields, ___DefaultMatchTimeout_7)); }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_DefaultMatchTimeout_7() const { return ___DefaultMatchTimeout_7; }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_DefaultMatchTimeout_7() { return &___DefaultMatchTimeout_7; }
inline void set_DefaultMatchTimeout_7(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
{
___DefaultMatchTimeout_7 = value;
}
inline static int32_t get_offset_of_livecode_16() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields, ___livecode_16)); }
inline LinkedList_1_t44CA4EB2162DC04F96F29C8A68A05D05166137F7 * get_livecode_16() const { return ___livecode_16; }
inline LinkedList_1_t44CA4EB2162DC04F96F29C8A68A05D05166137F7 ** get_address_of_livecode_16() { return &___livecode_16; }
inline void set_livecode_16(LinkedList_1_t44CA4EB2162DC04F96F29C8A68A05D05166137F7 * value)
{
___livecode_16 = value;
Il2CppCodeGenWriteBarrier((&___livecode_16), value);
}
inline static int32_t get_offset_of_cacheSize_17() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields, ___cacheSize_17)); }
inline int32_t get_cacheSize_17() const { return ___cacheSize_17; }
inline int32_t* get_address_of_cacheSize_17() { return &___cacheSize_17; }
inline void set_cacheSize_17(int32_t value)
{
___cacheSize_17 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // REGEX_TFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_H
#ifndef REGEXMATCHTIMEOUTEXCEPTION_T78D3102CF3A9DEE18561827EDD878176482A6C7C_H
#define REGEXMATCHTIMEOUTEXCEPTION_T78D3102CF3A9DEE18561827EDD878176482A6C7C_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.RegularExpressions.RegexMatchTimeoutException
struct RegexMatchTimeoutException_t78D3102CF3A9DEE18561827EDD878176482A6C7C : public TimeoutException_t15A6E9A2A5819966712B5CFAF756BAEA40E3B1B7
{
public:
// System.String System.Text.RegularExpressions.RegexMatchTimeoutException::regexInput
String_t* ___regexInput_17;
// System.String System.Text.RegularExpressions.RegexMatchTimeoutException::regexPattern
String_t* ___regexPattern_18;
// System.TimeSpan System.Text.RegularExpressions.RegexMatchTimeoutException::matchTimeout
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___matchTimeout_19;
public:
inline static int32_t get_offset_of_regexInput_17() { return static_cast<int32_t>(offsetof(RegexMatchTimeoutException_t78D3102CF3A9DEE18561827EDD878176482A6C7C, ___regexInput_17)); }
inline String_t* get_regexInput_17() const { return ___regexInput_17; }
inline String_t** get_address_of_regexInput_17() { return &___regexInput_17; }
inline void set_regexInput_17(String_t* value)
{
___regexInput_17 = value;
Il2CppCodeGenWriteBarrier((&___regexInput_17), value);
}
inline static int32_t get_offset_of_regexPattern_18() { return static_cast<int32_t>(offsetof(RegexMatchTimeoutException_t78D3102CF3A9DEE18561827EDD878176482A6C7C, ___regexPattern_18)); }
inline String_t* get_regexPattern_18() const { return ___regexPattern_18; }
inline String_t** get_address_of_regexPattern_18() { return &___regexPattern_18; }
inline void set_regexPattern_18(String_t* value)
{
___regexPattern_18 = value;
Il2CppCodeGenWriteBarrier((&___regexPattern_18), value);
}
inline static int32_t get_offset_of_matchTimeout_19() { return static_cast<int32_t>(offsetof(RegexMatchTimeoutException_t78D3102CF3A9DEE18561827EDD878176482A6C7C, ___matchTimeout_19)); }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_matchTimeout_19() const { return ___matchTimeout_19; }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_matchTimeout_19() { return &___matchTimeout_19; }
inline void set_matchTimeout_19(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
{
___matchTimeout_19 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // REGEXMATCHTIMEOUTEXCEPTION_T78D3102CF3A9DEE18561827EDD878176482A6C7C_H
#ifndef REGEXNODE_TF92FC16590D5B00965BABFC709BA677DA0FC3F75_H
#define REGEXNODE_TF92FC16590D5B00965BABFC709BA677DA0FC3F75_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.RegularExpressions.RegexNode
struct RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 : public RuntimeObject
{
public:
// System.Int32 System.Text.RegularExpressions.RegexNode::_type
int32_t ____type_0;
// System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexNode> System.Text.RegularExpressions.RegexNode::_children
List_1_tA5CDE89671B691180A7422F86077A0D047AD4059 * ____children_1;
// System.String System.Text.RegularExpressions.RegexNode::_str
String_t* ____str_2;
// System.Char System.Text.RegularExpressions.RegexNode::_ch
Il2CppChar ____ch_3;
// System.Int32 System.Text.RegularExpressions.RegexNode::_m
int32_t ____m_4;
// System.Int32 System.Text.RegularExpressions.RegexNode::_n
int32_t ____n_5;
// System.Text.RegularExpressions.RegexOptions System.Text.RegularExpressions.RegexNode::_options
int32_t ____options_6;
// System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexNode::_next
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * ____next_7;
public:
inline static int32_t get_offset_of__type_0() { return static_cast<int32_t>(offsetof(RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75, ____type_0)); }
inline int32_t get__type_0() const { return ____type_0; }
inline int32_t* get_address_of__type_0() { return &____type_0; }
inline void set__type_0(int32_t value)
{
____type_0 = value;
}
inline static int32_t get_offset_of__children_1() { return static_cast<int32_t>(offsetof(RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75, ____children_1)); }
inline List_1_tA5CDE89671B691180A7422F86077A0D047AD4059 * get__children_1() const { return ____children_1; }
inline List_1_tA5CDE89671B691180A7422F86077A0D047AD4059 ** get_address_of__children_1() { return &____children_1; }
inline void set__children_1(List_1_tA5CDE89671B691180A7422F86077A0D047AD4059 * value)
{
____children_1 = value;
Il2CppCodeGenWriteBarrier((&____children_1), value);
}
inline static int32_t get_offset_of__str_2() { return static_cast<int32_t>(offsetof(RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75, ____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__ch_3() { return static_cast<int32_t>(offsetof(RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75, ____ch_3)); }
inline Il2CppChar get__ch_3() const { return ____ch_3; }
inline Il2CppChar* get_address_of__ch_3() { return &____ch_3; }
inline void set__ch_3(Il2CppChar value)
{
____ch_3 = value;
}
inline static int32_t get_offset_of__m_4() { return static_cast<int32_t>(offsetof(RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75, ____m_4)); }
inline int32_t get__m_4() const { return ____m_4; }
inline int32_t* get_address_of__m_4() { return &____m_4; }
inline void set__m_4(int32_t value)
{
____m_4 = value;
}
inline static int32_t get_offset_of__n_5() { return static_cast<int32_t>(offsetof(RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75, ____n_5)); }
inline int32_t get__n_5() const { return ____n_5; }
inline int32_t* get_address_of__n_5() { return &____n_5; }
inline void set__n_5(int32_t value)
{
____n_5 = value;
}
inline static int32_t get_offset_of__options_6() { return static_cast<int32_t>(offsetof(RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75, ____options_6)); }
inline int32_t get__options_6() const { return ____options_6; }
inline int32_t* get_address_of__options_6() { return &____options_6; }
inline void set__options_6(int32_t value)
{
____options_6 = value;
}
inline static int32_t get_offset_of__next_7() { return static_cast<int32_t>(offsetof(RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75, ____next_7)); }
inline RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * get__next_7() const { return ____next_7; }
inline RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 ** get_address_of__next_7() { return &____next_7; }
inline void set__next_7(RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * value)
{
____next_7 = value;
Il2CppCodeGenWriteBarrier((&____next_7), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // REGEXNODE_TF92FC16590D5B00965BABFC709BA677DA0FC3F75_H
#ifndef REGEXPARSER_T9576D89D31260EF04DE583287FFC127132051FEE_H
#define REGEXPARSER_T9576D89D31260EF04DE583287FFC127132051FEE_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.RegularExpressions.RegexParser
struct RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE : public RuntimeObject
{
public:
// System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexParser::_stack
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * ____stack_0;
// System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexParser::_group
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * ____group_1;
// System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexParser::_alternation
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * ____alternation_2;
// System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexParser::_concatenation
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * ____concatenation_3;
// System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexParser::_unit
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * ____unit_4;
// System.String System.Text.RegularExpressions.RegexParser::_pattern
String_t* ____pattern_5;
// System.Int32 System.Text.RegularExpressions.RegexParser::_currentPos
int32_t ____currentPos_6;
// System.Globalization.CultureInfo System.Text.RegularExpressions.RegexParser::_culture
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ____culture_7;
// System.Int32 System.Text.RegularExpressions.RegexParser::_autocap
int32_t ____autocap_8;
// System.Int32 System.Text.RegularExpressions.RegexParser::_capcount
int32_t ____capcount_9;
// System.Int32 System.Text.RegularExpressions.RegexParser::_captop
int32_t ____captop_10;
// System.Int32 System.Text.RegularExpressions.RegexParser::_capsize
int32_t ____capsize_11;
// System.Collections.Hashtable System.Text.RegularExpressions.RegexParser::_caps
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ____caps_12;
// System.Collections.Hashtable System.Text.RegularExpressions.RegexParser::_capnames
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ____capnames_13;
// System.Int32[] System.Text.RegularExpressions.RegexParser::_capnumlist
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ____capnumlist_14;
// System.Collections.Generic.List`1<System.String> System.Text.RegularExpressions.RegexParser::_capnamelist
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ____capnamelist_15;
// System.Text.RegularExpressions.RegexOptions System.Text.RegularExpressions.RegexParser::_options
int32_t ____options_16;
// System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexOptions> System.Text.RegularExpressions.RegexParser::_optionsStack
List_1_t85142A16ADC23C13E223599A626015FD40FF076A * ____optionsStack_17;
// System.Boolean System.Text.RegularExpressions.RegexParser::_ignoreNextParen
bool ____ignoreNextParen_18;
public:
inline static int32_t get_offset_of__stack_0() { return static_cast<int32_t>(offsetof(RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE, ____stack_0)); }
inline RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * get__stack_0() const { return ____stack_0; }
inline RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 ** get_address_of__stack_0() { return &____stack_0; }
inline void set__stack_0(RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * value)
{
____stack_0 = value;
Il2CppCodeGenWriteBarrier((&____stack_0), value);
}
inline static int32_t get_offset_of__group_1() { return static_cast<int32_t>(offsetof(RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE, ____group_1)); }
inline RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * get__group_1() const { return ____group_1; }
inline RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 ** get_address_of__group_1() { return &____group_1; }
inline void set__group_1(RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * value)
{
____group_1 = value;
Il2CppCodeGenWriteBarrier((&____group_1), value);
}
inline static int32_t get_offset_of__alternation_2() { return static_cast<int32_t>(offsetof(RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE, ____alternation_2)); }
inline RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * get__alternation_2() const { return ____alternation_2; }
inline RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 ** get_address_of__alternation_2() { return &____alternation_2; }
inline void set__alternation_2(RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * value)
{
____alternation_2 = value;
Il2CppCodeGenWriteBarrier((&____alternation_2), value);
}
inline static int32_t get_offset_of__concatenation_3() { return static_cast<int32_t>(offsetof(RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE, ____concatenation_3)); }
inline RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * get__concatenation_3() const { return ____concatenation_3; }
inline RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 ** get_address_of__concatenation_3() { return &____concatenation_3; }
inline void set__concatenation_3(RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * value)
{
____concatenation_3 = value;
Il2CppCodeGenWriteBarrier((&____concatenation_3), value);
}
inline static int32_t get_offset_of__unit_4() { return static_cast<int32_t>(offsetof(RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE, ____unit_4)); }
inline RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * get__unit_4() const { return ____unit_4; }
inline RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 ** get_address_of__unit_4() { return &____unit_4; }
inline void set__unit_4(RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * value)
{
____unit_4 = value;
Il2CppCodeGenWriteBarrier((&____unit_4), value);
}
inline static int32_t get_offset_of__pattern_5() { return static_cast<int32_t>(offsetof(RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE, ____pattern_5)); }
inline String_t* get__pattern_5() const { return ____pattern_5; }
inline String_t** get_address_of__pattern_5() { return &____pattern_5; }
inline void set__pattern_5(String_t* value)
{
____pattern_5 = value;
Il2CppCodeGenWriteBarrier((&____pattern_5), value);
}
inline static int32_t get_offset_of__currentPos_6() { return static_cast<int32_t>(offsetof(RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE, ____currentPos_6)); }
inline int32_t get__currentPos_6() const { return ____currentPos_6; }
inline int32_t* get_address_of__currentPos_6() { return &____currentPos_6; }
inline void set__currentPos_6(int32_t value)
{
____currentPos_6 = value;
}
inline static int32_t get_offset_of__culture_7() { return static_cast<int32_t>(offsetof(RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE, ____culture_7)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get__culture_7() const { return ____culture_7; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of__culture_7() { return &____culture_7; }
inline void set__culture_7(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
____culture_7 = value;
Il2CppCodeGenWriteBarrier((&____culture_7), value);
}
inline static int32_t get_offset_of__autocap_8() { return static_cast<int32_t>(offsetof(RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE, ____autocap_8)); }
inline int32_t get__autocap_8() const { return ____autocap_8; }
inline int32_t* get_address_of__autocap_8() { return &____autocap_8; }
inline void set__autocap_8(int32_t value)
{
____autocap_8 = value;
}
inline static int32_t get_offset_of__capcount_9() { return static_cast<int32_t>(offsetof(RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE, ____capcount_9)); }
inline int32_t get__capcount_9() const { return ____capcount_9; }
inline int32_t* get_address_of__capcount_9() { return &____capcount_9; }
inline void set__capcount_9(int32_t value)
{
____capcount_9 = value;
}
inline static int32_t get_offset_of__captop_10() { return static_cast<int32_t>(offsetof(RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE, ____captop_10)); }
inline int32_t get__captop_10() const { return ____captop_10; }
inline int32_t* get_address_of__captop_10() { return &____captop_10; }
inline void set__captop_10(int32_t value)
{
____captop_10 = value;
}
inline static int32_t get_offset_of__capsize_11() { return static_cast<int32_t>(offsetof(RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE, ____capsize_11)); }
inline int32_t get__capsize_11() const { return ____capsize_11; }
inline int32_t* get_address_of__capsize_11() { return &____capsize_11; }
inline void set__capsize_11(int32_t value)
{
____capsize_11 = value;
}
inline static int32_t get_offset_of__caps_12() { return static_cast<int32_t>(offsetof(RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE, ____caps_12)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get__caps_12() const { return ____caps_12; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of__caps_12() { return &____caps_12; }
inline void set__caps_12(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
____caps_12 = value;
Il2CppCodeGenWriteBarrier((&____caps_12), value);
}
inline static int32_t get_offset_of__capnames_13() { return static_cast<int32_t>(offsetof(RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE, ____capnames_13)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get__capnames_13() const { return ____capnames_13; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of__capnames_13() { return &____capnames_13; }
inline void set__capnames_13(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
____capnames_13 = value;
Il2CppCodeGenWriteBarrier((&____capnames_13), value);
}
inline static int32_t get_offset_of__capnumlist_14() { return static_cast<int32_t>(offsetof(RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE, ____capnumlist_14)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get__capnumlist_14() const { return ____capnumlist_14; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of__capnumlist_14() { return &____capnumlist_14; }
inline void set__capnumlist_14(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
____capnumlist_14 = value;
Il2CppCodeGenWriteBarrier((&____capnumlist_14), value);
}
inline static int32_t get_offset_of__capnamelist_15() { return static_cast<int32_t>(offsetof(RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE, ____capnamelist_15)); }
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * get__capnamelist_15() const { return ____capnamelist_15; }
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 ** get_address_of__capnamelist_15() { return &____capnamelist_15; }
inline void set__capnamelist_15(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * value)
{
____capnamelist_15 = value;
Il2CppCodeGenWriteBarrier((&____capnamelist_15), value);
}
inline static int32_t get_offset_of__options_16() { return static_cast<int32_t>(offsetof(RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE, ____options_16)); }
inline int32_t get__options_16() const { return ____options_16; }
inline int32_t* get_address_of__options_16() { return &____options_16; }
inline void set__options_16(int32_t value)
{
____options_16 = value;
}
inline static int32_t get_offset_of__optionsStack_17() { return static_cast<int32_t>(offsetof(RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE, ____optionsStack_17)); }
inline List_1_t85142A16ADC23C13E223599A626015FD40FF076A * get__optionsStack_17() const { return ____optionsStack_17; }
inline List_1_t85142A16ADC23C13E223599A626015FD40FF076A ** get_address_of__optionsStack_17() { return &____optionsStack_17; }
inline void set__optionsStack_17(List_1_t85142A16ADC23C13E223599A626015FD40FF076A * value)
{
____optionsStack_17 = value;
Il2CppCodeGenWriteBarrier((&____optionsStack_17), value);
}
inline static int32_t get_offset_of__ignoreNextParen_18() { return static_cast<int32_t>(offsetof(RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE, ____ignoreNextParen_18)); }
inline bool get__ignoreNextParen_18() const { return ____ignoreNextParen_18; }
inline bool* get_address_of__ignoreNextParen_18() { return &____ignoreNextParen_18; }
inline void set__ignoreNextParen_18(bool value)
{
____ignoreNextParen_18 = value;
}
};
struct RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE_StaticFields
{
public:
// System.Byte[] System.Text.RegularExpressions.RegexParser::_category
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____category_19;
public:
inline static int32_t get_offset_of__category_19() { return static_cast<int32_t>(offsetof(RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE_StaticFields, ____category_19)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__category_19() const { return ____category_19; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__category_19() { return &____category_19; }
inline void set__category_19(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
____category_19 = value;
Il2CppCodeGenWriteBarrier((&____category_19), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // REGEXPARSER_T9576D89D31260EF04DE583287FFC127132051FEE_H
#ifndef REGEXTREE_T8FE2EC649AB50FDA90239EA1410A881F278B47B6_H
#define REGEXTREE_T8FE2EC649AB50FDA90239EA1410A881F278B47B6_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.RegularExpressions.RegexTree
struct RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6 : public RuntimeObject
{
public:
// System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexTree::_root
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * ____root_0;
// System.Collections.Hashtable System.Text.RegularExpressions.RegexTree::_caps
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ____caps_1;
// System.Int32[] System.Text.RegularExpressions.RegexTree::_capnumlist
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ____capnumlist_2;
// System.Collections.Hashtable System.Text.RegularExpressions.RegexTree::_capnames
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ____capnames_3;
// System.String[] System.Text.RegularExpressions.RegexTree::_capslist
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ____capslist_4;
// System.Text.RegularExpressions.RegexOptions System.Text.RegularExpressions.RegexTree::_options
int32_t ____options_5;
// System.Int32 System.Text.RegularExpressions.RegexTree::_captop
int32_t ____captop_6;
public:
inline static int32_t get_offset_of__root_0() { return static_cast<int32_t>(offsetof(RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6, ____root_0)); }
inline RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * get__root_0() const { return ____root_0; }
inline RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 ** get_address_of__root_0() { return &____root_0; }
inline void set__root_0(RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * value)
{
____root_0 = value;
Il2CppCodeGenWriteBarrier((&____root_0), value);
}
inline static int32_t get_offset_of__caps_1() { return static_cast<int32_t>(offsetof(RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6, ____caps_1)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get__caps_1() const { return ____caps_1; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of__caps_1() { return &____caps_1; }
inline void set__caps_1(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
____caps_1 = value;
Il2CppCodeGenWriteBarrier((&____caps_1), value);
}
inline static int32_t get_offset_of__capnumlist_2() { return static_cast<int32_t>(offsetof(RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6, ____capnumlist_2)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get__capnumlist_2() const { return ____capnumlist_2; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of__capnumlist_2() { return &____capnumlist_2; }
inline void set__capnumlist_2(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
____capnumlist_2 = value;
Il2CppCodeGenWriteBarrier((&____capnumlist_2), value);
}
inline static int32_t get_offset_of__capnames_3() { return static_cast<int32_t>(offsetof(RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6, ____capnames_3)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get__capnames_3() const { return ____capnames_3; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of__capnames_3() { return &____capnames_3; }
inline void set__capnames_3(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
____capnames_3 = value;
Il2CppCodeGenWriteBarrier((&____capnames_3), value);
}
inline static int32_t get_offset_of__capslist_4() { return static_cast<int32_t>(offsetof(RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6, ____capslist_4)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get__capslist_4() const { return ____capslist_4; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of__capslist_4() { return &____capslist_4; }
inline void set__capslist_4(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
____capslist_4 = value;
Il2CppCodeGenWriteBarrier((&____capslist_4), value);
}
inline static int32_t get_offset_of__options_5() { return static_cast<int32_t>(offsetof(RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6, ____options_5)); }
inline int32_t get__options_5() const { return ____options_5; }
inline int32_t* get_address_of__options_5() { return &____options_5; }
inline void set__options_5(int32_t value)
{
____options_5 = value;
}
inline static int32_t get_offset_of__captop_6() { return static_cast<int32_t>(offsetof(RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6, ____captop_6)); }
inline int32_t get__captop_6() const { return ____captop_6; }
inline int32_t* get_address_of__captop_6() { return &____captop_6; }
inline void set__captop_6(int32_t value)
{
____captop_6 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // REGEXTREE_T8FE2EC649AB50FDA90239EA1410A881F278B47B6_H
#ifndef TIMEOUT_T148C37C092EAF5AFCE1D0C06481466A5F88E4C04_H
#define TIMEOUT_T148C37C092EAF5AFCE1D0C06481466A5F88E4C04_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Threading.Timeout
struct Timeout_t148C37C092EAF5AFCE1D0C06481466A5F88E4C04 : public RuntimeObject
{
public:
public:
};
struct Timeout_t148C37C092EAF5AFCE1D0C06481466A5F88E4C04_StaticFields
{
public:
// System.TimeSpan System.Threading.Timeout::InfiniteTimeSpan
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___InfiniteTimeSpan_0;
public:
inline static int32_t get_offset_of_InfiniteTimeSpan_0() { return static_cast<int32_t>(offsetof(Timeout_t148C37C092EAF5AFCE1D0C06481466A5F88E4C04_StaticFields, ___InfiniteTimeSpan_0)); }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_InfiniteTimeSpan_0() const { return ___InfiniteTimeSpan_0; }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_InfiniteTimeSpan_0() { return &___InfiniteTimeSpan_0; }
inline void set_InfiniteTimeSpan_0(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
{
___InfiniteTimeSpan_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TIMEOUT_T148C37C092EAF5AFCE1D0C06481466A5F88E4C04_H
// System.Byte[]
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 : public RuntimeArray
{
public:
ALIGN_FIELD (8) uint8_t m_Items[1];
public:
inline uint8_t GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline uint8_t* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, uint8_t value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value)
{
m_Items[index] = value;
}
};
// System.String[]
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E : public RuntimeArray
{
public:
ALIGN_FIELD (8) String_t* m_Items[1];
public:
inline String_t* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline String_t** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, String_t* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
};
// System.Int32[]
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83 : public RuntimeArray
{
public:
ALIGN_FIELD (8) int32_t m_Items[1];
public:
inline int32_t GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline int32_t* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, int32_t value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value)
{
m_Items[index] = value;
}
};
// System.Int32[][]
struct Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43 : public RuntimeArray
{
public:
ALIGN_FIELD (8) Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* m_Items[1];
public:
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** 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, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
};
// System.Object[]
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A : public RuntimeArray
{
public:
ALIGN_FIELD (8) RuntimeObject * m_Items[1];
public:
inline RuntimeObject * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(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.Char[]
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2 : public RuntimeArray
{
public:
ALIGN_FIELD (8) Il2CppChar m_Items[1];
public:
inline Il2CppChar GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Il2CppChar* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, Il2CppChar value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline Il2CppChar GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Il2CppChar* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Il2CppChar value)
{
m_Items[index] = value;
}
};
// System.String[0...,0...]
struct StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B : public RuntimeArray
{
public:
ALIGN_FIELD (8) String_t* m_Items[1];
public:
inline String_t* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline String_t** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, String_t* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
inline String_t* GetAt(il2cpp_array_size_t i, il2cpp_array_size_t j) const
{
il2cpp_array_size_t iBound = bounds[0].length;
IL2CPP_ARRAY_BOUNDS_CHECK(i, iBound);
il2cpp_array_size_t jBound = bounds[1].length;
IL2CPP_ARRAY_BOUNDS_CHECK(j, jBound);
il2cpp_array_size_t index = i * jBound + j;
return m_Items[index];
}
inline String_t** GetAddressAt(il2cpp_array_size_t i, il2cpp_array_size_t j)
{
il2cpp_array_size_t iBound = bounds[0].length;
IL2CPP_ARRAY_BOUNDS_CHECK(i, iBound);
il2cpp_array_size_t jBound = bounds[1].length;
IL2CPP_ARRAY_BOUNDS_CHECK(j, jBound);
il2cpp_array_size_t index = i * jBound + j;
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t i, il2cpp_array_size_t j, String_t* value)
{
il2cpp_array_size_t iBound = bounds[0].length;
IL2CPP_ARRAY_BOUNDS_CHECK(i, iBound);
il2cpp_array_size_t jBound = bounds[1].length;
IL2CPP_ARRAY_BOUNDS_CHECK(j, jBound);
il2cpp_array_size_t index = i * jBound + j;
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
inline String_t* GetAtUnchecked(il2cpp_array_size_t i, il2cpp_array_size_t j) const
{
il2cpp_array_size_t jBound = bounds[1].length;
il2cpp_array_size_t index = i * jBound + j;
return m_Items[index];
}
inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t i, il2cpp_array_size_t j)
{
il2cpp_array_size_t jBound = bounds[1].length;
il2cpp_array_size_t index = i * jBound + j;
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t i, il2cpp_array_size_t j, String_t* value)
{
il2cpp_array_size_t jBound = bounds[1].length;
il2cpp_array_size_t index = i * jBound + j;
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
};
// System.Text.RegularExpressions.RegexCharClass_LowerCaseMapping[]
struct LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D : public RuntimeArray
{
public:
ALIGN_FIELD (8) LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B m_Items[1];
public:
inline LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B * 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, LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B * GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B value)
{
m_Items[index] = value;
}
};
// System.Text.RegularExpressions.RegexFC[]
struct RegexFCU5BU5D_tCABE05C26F3229DFDD9C8A86F3BA828C18F02D72 : public RuntimeArray
{
public:
ALIGN_FIELD (8) RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 * m_Items[1];
public:
inline RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 ** 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, RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
inline RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
};
// System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedList`1<System.Object>::get_First()
extern "C" IL2CPP_METHOD_ATTR LinkedListNode_1_t29FE2977C490DD49F9F19A1FCBD4B2510F580683 * LinkedList_1_get_First_m0C98E2DE4C013B92EDF858C9A5DEA9A30BB5523C_gshared (LinkedList_1_t53CE3B6C8AC75667A89B320FD72FAF18BAB09384 * __this, const RuntimeMethod* method);
// T System.Collections.Generic.LinkedListNode`1<System.Object>::get_Value()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * LinkedListNode_1_get_Value_m36A53343597D289FE50219266EDE929003F0EA89_gshared (LinkedListNode_1_t29FE2977C490DD49F9F19A1FCBD4B2510F580683 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.LinkedList`1<System.Object>::Remove(System.Collections.Generic.LinkedListNode`1<T>)
extern "C" IL2CPP_METHOD_ATTR void LinkedList_1_Remove_mADE035B335CACEA3A43B1A81CC4A837E23372398_gshared (LinkedList_1_t53CE3B6C8AC75667A89B320FD72FAF18BAB09384 * __this, LinkedListNode_1_t29FE2977C490DD49F9F19A1FCBD4B2510F580683 * p0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.LinkedList`1<System.Object>::AddFirst(System.Collections.Generic.LinkedListNode`1<T>)
extern "C" IL2CPP_METHOD_ATTR void LinkedList_1_AddFirst_m2EFB30065D70A52B789D17A6D0177B9013D3BDFC_gshared (LinkedList_1_t53CE3B6C8AC75667A89B320FD72FAF18BAB09384 * __this, LinkedListNode_1_t29FE2977C490DD49F9F19A1FCBD4B2510F580683 * p0, const RuntimeMethod* method);
// System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedListNode`1<System.Object>::get_Next()
extern "C" IL2CPP_METHOD_ATTR LinkedListNode_1_t29FE2977C490DD49F9F19A1FCBD4B2510F580683 * LinkedListNode_1_get_Next_mB33EA4DCE8E0BF4A4E30EDBB6941BF58970EF6A3_gshared (LinkedListNode_1_t29FE2977C490DD49F9F19A1FCBD4B2510F580683 * __this, const RuntimeMethod* method);
// System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedList`1<System.Object>::AddFirst(T)
extern "C" IL2CPP_METHOD_ATTR LinkedListNode_1_t29FE2977C490DD49F9F19A1FCBD4B2510F580683 * LinkedList_1_AddFirst_m9239CB49945A15855C219FF8D1EF8DB6E4F216C8_gshared (LinkedList_1_t53CE3B6C8AC75667A89B320FD72FAF18BAB09384 * __this, RuntimeObject * p0, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.LinkedList`1<System.Object>::get_Count()
extern "C" IL2CPP_METHOD_ATTR int32_t LinkedList_1_get_Count_m3FEDB19F06F4B650469DB1D5D2308832AC52B75D_gshared (LinkedList_1_t53CE3B6C8AC75667A89B320FD72FAF18BAB09384 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.LinkedList`1<System.Object>::RemoveLast()
extern "C" IL2CPP_METHOD_ATTR void LinkedList_1_RemoveLast_m8CE08D60D1A800F681D7870F88133EB471EF30CB_gshared (LinkedList_1_t53CE3B6C8AC75667A89B320FD72FAF18BAB09384 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.LinkedList`1<System.Object>::.ctor()
extern "C" IL2CPP_METHOD_ATTR void LinkedList_1__ctor_mAB175C80A916D8714D714BBC61066B970B47982E_gshared (LinkedList_1_t53CE3B6C8AC75667A89B320FD72FAF18BAB09384 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::.ctor(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m2895EBB13AA7D9232058658A7DC404DC5F608923_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, int32_t p0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::set_Item(!0,!1)
extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m466D001F105E25DEB5C9BCB17837EE92A27FDE93_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * p0, RuntimeObject * p1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::.ctor(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void List_1__ctor_mEE468B81D8E7C140F567D10FF7F5894A50EEEA57_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t p0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::Add(!0)
extern "C" IL2CPP_METHOD_ATTR void List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, RuntimeObject * p0, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.List`1<System.Object>::get_Count()
extern "C" IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method);
// !0 System.Collections.Generic.List`1<System.Object>::get_Item(System.Int32)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t p0, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Object>::TryGetValue(!0,!1&)
extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m3455807C552312C60038DF52EF328C3687442DE3_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * p0, RuntimeObject ** p1, const RuntimeMethod* method);
// !1 System.Collections.Generic.Dictionary`2<System.Object,System.Object>::get_Item(!0)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Dictionary_2_get_Item_m6625C3BA931A6EE5D6DB46B9E743B40AAA30010B_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * p0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<!0>)
extern "C" IL2CPP_METHOD_ATTR void List_1_Sort_m3D412DD870392519AE3A609E78D34344C575329D_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t p0, int32_t p1, RuntimeObject* p2, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::set_Item(System.Int32,!0)
extern "C" IL2CPP_METHOD_ATTR void List_1_set_Item_m451452782977192583A6374A799099FCCD9BD83E_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t p0, RuntimeObject * p1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::RemoveRange(System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void List_1_RemoveRange_m89425146ABCF46BE030B6C4B3C85A8559550F983_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t p0, int32_t p1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::CopyTo(System.Int32,!0[],System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void List_1_CopyTo_mA7D2111ACEFF8252F3F4A59BFF3FB6B978DE73A9_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t p0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* p1, int32_t p2, int32_t p3, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::Reverse(System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void List_1_Reverse_m786E192E2E5C29CA1950F47DDD592AEB666FBEA0_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t p0, int32_t p1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<!0>)
extern "C" IL2CPP_METHOD_ATTR void List_1_InsertRange_mFBEE52F4E68D54D546671D185BA11ED5D1E20B45_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t p0, RuntimeObject* p1, const RuntimeMethod* method);
// !0[] System.Collections.Generic.List`1<System.Object>::ToArray()
extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* List_1_ToArray_m801D4DEF3587F60F463F04EEABE5CBE711FE5612_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Int32Enum>::.ctor()
extern "C" IL2CPP_METHOD_ATTR void List_1__ctor_mDA58E61666905CF6A675FFC4ECC2D3E5261C47ED_gshared (List_1_t116A3B8CE581BED3D4552A7F22FE553557ADC4C5 * __this, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.List`1<System.Int32Enum>::get_Count()
extern "C" IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m6CF108FE58A5B62BAD55E3D1972B735084A7A587_gshared (List_1_t116A3B8CE581BED3D4552A7F22FE553557ADC4C5 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Int32Enum>::RemoveRange(System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void List_1_RemoveRange_m9A412FC2EE95F694D765EF0BB50580E32B769C92_gshared (List_1_t116A3B8CE581BED3D4552A7F22FE553557ADC4C5 * __this, int32_t p0, int32_t p1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::.ctor()
extern "C" IL2CPP_METHOD_ATTR void List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method);
// System.Collections.Generic.Comparer`1<!0> System.Collections.Generic.Comparer`1<System.Int32>::get_Default()
extern "C" IL2CPP_METHOD_ATTR Comparer_1_t0796DB4CA0FA9609FBB2A6AEBA7EDF7DD7EE23A2 * Comparer_1_get_Default_m1368B89D774A69F6788B9F844A300D8C56561145_gshared (const RuntimeMethod* method);
// System.Void System.Array::Sort<System.Int32>(!!0[],System.Collections.Generic.IComparer`1<!!0>)
extern "C" IL2CPP_METHOD_ATTR void Array_Sort_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_mF8C00D6C67C0F239A75E77ACA2671DA387929311_gshared (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* p0, RuntimeObject* p1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Int32Enum>::Add(!0)
extern "C" IL2CPP_METHOD_ATTR void List_1_Add_m848B0A68E1AF949EA5CDDB579E8F69CE5DFB4631_gshared (List_1_t116A3B8CE581BED3D4552A7F22FE553557ADC4C5 * __this, int32_t p0, const RuntimeMethod* method);
// !0 System.Collections.Generic.List`1<System.Int32Enum>::get_Item(System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t List_1_get_Item_mCFD41F6E4658708CB4B57EC8A9F35DACFAED19DB_gshared (List_1_t116A3B8CE581BED3D4552A7F22FE553557ADC4C5 * __this, int32_t p0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Int32Enum>::RemoveAt(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void List_1_RemoveAt_m92F67C4A27C7188ADB74AD04745ED043A11AB636_gshared (List_1_t116A3B8CE581BED3D4552A7F22FE553557ADC4C5 * __this, int32_t p0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m56FBD260A4D190AD833E9B108B1E80A574AA62C4_gshared (Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A * __this, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::ContainsKey(!0)
extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_mB52B1B96EEFC5261F10998A81DAA5A02ED025265_gshared (Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A * __this, RuntimeObject * p0, const RuntimeMethod* method);
// !1 System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::get_Item(!0)
extern "C" IL2CPP_METHOD_ATTR int32_t Dictionary_2_get_Item_m6F2BB7FC61476D210FA060962086B5B21FB1B6CA_gshared (Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A * __this, RuntimeObject * p0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::set_Item(!0,!1)
extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_mC87D8EECD8406043786CC95870458389CEF82CDF_gshared (Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A * __this, RuntimeObject * p0, int32_t p1, const RuntimeMethod* method);
// System.Void System.Object::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0 (RuntimeObject * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.X509Certificates.X509Helper2/MyNativeHelper::.ctor()
extern "C" IL2CPP_METHOD_ATTR void MyNativeHelper__ctor_m3AF762F0DB59E0F744C69BB9306F39DF6AAE7516 (MyNativeHelper_t045BCDC42DCE7A83A80C98AC77C835142040F7B0 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.X509Certificates.X509Helper::InstallNativeHelper(System.Security.Cryptography.X509Certificates.INativeCertificateHelper)
extern "C" IL2CPP_METHOD_ATTR void X509Helper_InstallNativeHelper_m9333AF52D00FD202EDBCECE396FFDD2D110CEB3C (RuntimeObject* p0, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.X509Certificates.X509Helper::ThrowIfContextInvalid(System.Security.Cryptography.X509Certificates.X509CertificateImpl)
extern "C" IL2CPP_METHOD_ATTR void X509Helper_ThrowIfContextInvalid_mC3B30D0244F7937530A22A719852D545DB8DDCF1 (X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313 * p0, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::.ctor()
extern "C" IL2CPP_METHOD_ATTR void X509Certificate2ImplMono__ctor_m6494CD178AF6E96CE4046E4CC1AB68236CCE7399 (X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5 * __this, const RuntimeMethod* method);
// System.Security.Cryptography.X509Certificates.X509CertificateImpl System.Security.Cryptography.X509Certificates.X509Certificate::get_Impl()
extern "C" IL2CPP_METHOD_ATTR X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313 * X509Certificate_get_Impl_m2CFDB01127BFCE77F0FABDA64432CB20340EB26D (X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * __this, const RuntimeMethod* method);
// System.Security.Cryptography.X509Certificates.X509Certificate2Impl System.Security.Cryptography.X509Certificates.X509Helper2::Import(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR X509Certificate2Impl_t645108014422F6408EB87390317CD10710F129E7 * X509Helper2_Import_mF1D23CC497CC19E02E74727315D59A28714FCA92 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___rawData0, String_t* ___password1, int32_t ___keyStorageFlags2, bool ___disableProvider3, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.X509Certificates.X509ChainImplMono::.ctor(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void X509ChainImplMono__ctor_m9EEB55A0D2F4EC7D21C5D8FB470A8B9B9094A935 (X509ChainImplMono_t38D97B22EAE940C6D941DB58282503264F19FA9D * __this, bool ___useMachineContext0, const RuntimeMethod* method);
// System.Boolean System.Security.Cryptography.X509Certificates.X509Helper2::IsValid(System.Security.Cryptography.X509Certificates.X509ChainImpl)
extern "C" IL2CPP_METHOD_ATTR bool X509Helper2_IsValid_mE1C295645E14225C9013A23339E52201C05419F7 (X509ChainImpl_t34FABF07BEA0CFB6D88717BCDDE0607D9DA13A67 * ___impl0, const RuntimeMethod* method);
// System.Exception System.Security.Cryptography.X509Certificates.X509Helper2::GetInvalidChainContextException()
extern "C" IL2CPP_METHOD_ATTR Exception_t * X509Helper2_GetInvalidChainContextException_m6435C6B754A3A3E6A69DCF16C9F962E0205323AC (const RuntimeMethod* method);
// System.String Locale::GetText(System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324 (String_t* p0, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.CryptographicException::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98 (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * __this, String_t* p0, const RuntimeMethod* method);
// System.Security.Cryptography.X509Certificates.X509Certificate2Impl System.Security.Cryptography.X509Certificates.X509Helper2::Import(System.Security.Cryptography.X509Certificates.X509Certificate,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR X509Certificate2Impl_t645108014422F6408EB87390317CD10710F129E7 * X509Helper2_Import_m3DF644063B9FF160B750E5CD056FE06B1AEEDF8C (X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * ___cert0, bool ___disableProvider1, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.X509Certificates.X509Extension::.ctor()
extern "C" IL2CPP_METHOD_ATTR void X509Extension__ctor_m75C6A788965E9C797F3D47DEFEC366EC2F69F384 (X509Extension_t223237DF0C323CC455D3A2634D977773D2F3818A * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.Oid::.ctor(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR void Oid__ctor_m0656E1FC1A7E7BBF694A568DDDF8BE4AFA544985 (Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * __this, String_t* ___value0, String_t* ___friendlyName1, const RuntimeMethod* method);
// System.Byte[] System.Security.Cryptography.AsnEncodedData::get_RawData()
extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* AsnEncodedData_get_RawData_mB9F8281A96011161C67EB3A9208E26C423B187EC (AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.X509Certificates.X509Extension::set_Critical(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void X509Extension_set_Critical_mA2B424FF17DE53E01E586015DD1C742773B060B4 (X509Extension_t223237DF0C323CC455D3A2634D977773D2F3818A * __this, bool ___value0, const RuntimeMethod* method);
// System.Security.Cryptography.AsnDecodeStatus System.Security.Cryptography.X509Certificates.X509KeyUsageExtension::Decode(System.Byte[])
extern "C" IL2CPP_METHOD_ATTR int32_t X509KeyUsageExtension_Decode_mDE97A425A199661D89FE252A75C8644D4280F1B2 (X509KeyUsageExtension_t9F740A60AD6DBEF9B09E946D4D8D67DB882C6E6E * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___extension0, const RuntimeMethod* method);
// System.Security.Cryptography.X509Certificates.X509KeyUsageFlags System.Security.Cryptography.X509Certificates.X509KeyUsageExtension::GetValidFlags(System.Security.Cryptography.X509Certificates.X509KeyUsageFlags)
extern "C" IL2CPP_METHOD_ATTR int32_t X509KeyUsageExtension_GetValidFlags_m7946BD756F14B17D707EE12E7D82878531D115EB (X509KeyUsageExtension_t9F740A60AD6DBEF9B09E946D4D8D67DB882C6E6E * __this, int32_t ___flags0, const RuntimeMethod* method);
// System.Byte[] System.Security.Cryptography.X509Certificates.X509KeyUsageExtension::Encode()
extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* X509KeyUsageExtension_Encode_mBBF95E13B1FE1A0507FD692F770D6E98A68E3360 (X509KeyUsageExtension_t9F740A60AD6DBEF9B09E946D4D8D67DB882C6E6E * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.AsnEncodedData::set_RawData(System.Byte[])
extern "C" IL2CPP_METHOD_ATTR void AsnEncodedData_set_RawData_mD7FE2383373A6AF578A4983999D677B58BD6B4EC (AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___value0, const RuntimeMethod* method);
// System.Void System.ArgumentNullException::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * __this, String_t* p0, const RuntimeMethod* method);
// System.Void System.ArgumentException::.ctor(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR void ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8 (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * __this, String_t* p0, String_t* p1, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.Oid::.ctor(System.Security.Cryptography.Oid)
extern "C" IL2CPP_METHOD_ATTR void Oid__ctor_mA7AFE14DF30B47447BFFC9E41B37B8DB46C9D079 (Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * __this, Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * ___oid0, const RuntimeMethod* method);
// System.Boolean System.Security.Cryptography.X509Certificates.X509Extension::get_Critical()
extern "C" IL2CPP_METHOD_ATTR bool X509Extension_get_Critical_m8F4D4C2F0ECBE5CB4C9998CE3E56D5040E2EEBE2 (X509Extension_t223237DF0C323CC455D3A2634D977773D2F3818A * __this, const RuntimeMethod* method);
// System.Void Mono.Security.ASN1::.ctor(System.Byte[])
extern "C" IL2CPP_METHOD_ATTR void ASN1__ctor_mE005F52336402C3D41EAD9E28A95910B3C0865DA (ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* p0, const RuntimeMethod* method);
// System.Byte[] Mono.Security.ASN1::get_Value()
extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ASN1_get_Value_m9BD6239E12A6148AF9507C2F58058C6B8147A079 (ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * __this, const RuntimeMethod* method);
// System.Void Mono.Security.ASN1::.ctor(System.Byte,System.Byte[])
extern "C" IL2CPP_METHOD_ATTR void ASN1__ctor_mAB2593792CB61AD1542F4F9D6FB6E8BB96DE007E (ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * __this, uint8_t p0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* p1, const RuntimeMethod* method);
// System.String System.Security.Cryptography.X509Certificates.X509Extension::FormatUnkownData(System.Byte[])
extern "C" IL2CPP_METHOD_ATTR String_t* X509Extension_FormatUnkownData_mE5BAB7DB56CE215EB704A7E4E6866EBECA18F90A (X509Extension_t223237DF0C323CC455D3A2634D977773D2F3818A * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data0, const RuntimeMethod* method);
// System.String System.Security.Cryptography.Oid::get_Value()
extern "C" IL2CPP_METHOD_ATTR String_t* Oid_get_Value_mFE18BDFF095DD5A6643F4FEC3E57846716F37F05 (Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * __this, const RuntimeMethod* method);
// System.Boolean System.String::op_Inequality(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR bool String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E (String_t* p0, String_t* p1, const RuntimeMethod* method);
// System.String System.String::Format(System.String,System.Object)
extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA (String_t* p0, RuntimeObject * p1, const RuntimeMethod* method);
// System.Void System.Text.StringBuilder::.ctor()
extern "C" IL2CPP_METHOD_ATTR void StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E (StringBuilder_t * __this, const RuntimeMethod* method);
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.String)
extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260 (StringBuilder_t * __this, String_t* p0, const RuntimeMethod* method);
// System.Int32 System.Text.StringBuilder::get_Length()
extern "C" IL2CPP_METHOD_ATTR int32_t StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07 (StringBuilder_t * __this, const RuntimeMethod* method);
// System.String System.Byte::ToString(System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* Byte_ToString_m5F54DEEC2138DAC5587E05890F97866DB78E75BA (uint8_t* __this, String_t* p0, const RuntimeMethod* method);
// System.String System.Environment::get_NewLine()
extern "C" IL2CPP_METHOD_ATTR String_t* Environment_get_NewLine_m5D4F4667FA5D1E2DBDD4DF9696D0CE76C83EF318 (const RuntimeMethod* method);
// System.Security.Cryptography.AsnDecodeStatus System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension::Decode(System.Byte[])
extern "C" IL2CPP_METHOD_ATTR int32_t X509SubjectKeyIdentifierExtension_Decode_m6EB136D7525F3DFB9FA93F8B3653D2F6FA3B72D1 (X509SubjectKeyIdentifierExtension_t200DBBEB1229862DAA5F56EA352B03D2EDAC4D8E * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___extension0, const RuntimeMethod* method);
// System.Void System.ArgumentException::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7 (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * __this, String_t* p0, const RuntimeMethod* method);
// System.Object System.Array::Clone()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Array_Clone_mE8C710213E323617A6F46F2B36DCDDD4C7CF5176 (RuntimeArray * __this, const RuntimeMethod* method);
// System.Byte[] System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension::Encode()
extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* X509SubjectKeyIdentifierExtension_Encode_m11C84A3DCE621526C1FC282E214001D70937D6BD (X509SubjectKeyIdentifierExtension_t200DBBEB1229862DAA5F56EA352B03D2EDAC4D8E * __this, const RuntimeMethod* method);
// System.Int32 System.String::get_Length()
extern "C" IL2CPP_METHOD_ATTR int32_t String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018 (String_t* __this, const RuntimeMethod* method);
// System.Byte[] System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension::FromHex(System.String)
extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* X509SubjectKeyIdentifierExtension_FromHex_m654E8BB1D2F9D8C878EF854D7933C6EA825F272B (String_t* ___hex0, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension::.ctor(System.Security.Cryptography.X509Certificates.PublicKey,System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void X509SubjectKeyIdentifierExtension__ctor_mF692F46CE97CB60AF86C1A74E709E8276B7D9AB1 (X509SubjectKeyIdentifierExtension_t200DBBEB1229862DAA5F56EA352B03D2EDAC4D8E * __this, PublicKey_tBA8234EB603A903FCBBBE67D8247393D4CC8D620 * ___key0, int32_t ___algorithm1, bool ___critical2, const RuntimeMethod* method);
// System.Security.Cryptography.AsnEncodedData System.Security.Cryptography.X509Certificates.PublicKey::get_EncodedKeyValue()
extern "C" IL2CPP_METHOD_ATTR AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * PublicKey_get_EncodedKeyValue_m4BD0975B491E89FFE2A75C1ACDEB1DCCAF586D4F (PublicKey_tBA8234EB603A903FCBBBE67D8247393D4CC8D620 * __this, const RuntimeMethod* method);
// System.Security.Cryptography.SHA1 System.Security.Cryptography.SHA1::Create()
extern "C" IL2CPP_METHOD_ATTR SHA1_t242C3C0C91D0CC11FA6F3CB0B06B416A550C6EAA * SHA1_Create_m5ECE86DE88BB9CDD4674000066642BA7FDF466E4 (const RuntimeMethod* method);
// System.Byte[] System.Security.Cryptography.HashAlgorithm::ComputeHash(System.Byte[])
extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* HashAlgorithm_ComputeHash_m18501D3068AEBEB5FA83EA72BE780E371DB0C122 (HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* p0, const RuntimeMethod* method);
// System.Void System.Buffer::BlockCopy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353 (RuntimeArray * p0, int32_t p1, RuntimeArray * p2, int32_t p3, int32_t p4, const RuntimeMethod* method);
// System.Void Mono.Security.ASN1::.ctor(System.Byte)
extern "C" IL2CPP_METHOD_ATTR void ASN1__ctor_m6DD2E5BD0B12A6BFA95E1822A55B2294B8C237BC (ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * __this, uint8_t p0, const RuntimeMethod* method);
// Mono.Security.ASN1 Mono.Security.ASN1::Add(Mono.Security.ASN1)
extern "C" IL2CPP_METHOD_ATTR ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * ASN1_Add_mF6ED0416BB021A1C333F99E42F8B17AF8B26639B (ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * __this, ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * p0, const RuntimeMethod* method);
// System.Security.Cryptography.Oid System.Security.Cryptography.X509Certificates.PublicKey::get_Oid()
extern "C" IL2CPP_METHOD_ATTR Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * PublicKey_get_Oid_mB0AD65FDF84716726D5C7756E5B50CEAD1E4C2AE (PublicKey_tBA8234EB603A903FCBBBE67D8247393D4CC8D620 * __this, const RuntimeMethod* method);
// System.Byte[] System.Security.Cryptography.CryptoConfig::EncodeOID(System.String)
extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* CryptoConfig_EncodeOID_mEC2EB86D30669917D71AC194CD83281D1A67AC92 (String_t* p0, const RuntimeMethod* method);
// System.Security.Cryptography.AsnEncodedData System.Security.Cryptography.X509Certificates.PublicKey::get_EncodedParameters()
extern "C" IL2CPP_METHOD_ATTR AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * PublicKey_get_EncodedParameters_m629FF8D7E4EEDED96BC455B7B953DC5A46D26F4F (PublicKey_tBA8234EB603A903FCBBBE67D8247393D4CC8D620 * __this, const RuntimeMethod* method);
// System.String Mono.Security.Cryptography.CryptoConvert::ToHex(System.Byte[])
extern "C" IL2CPP_METHOD_ATTR String_t* CryptoConvert_ToHex_m2FB6183AFF3B31424407BB7D767A844E3464B411 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* p0, const RuntimeMethod* method);
// System.Byte System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension::FromHexChar(System.Char)
extern "C" IL2CPP_METHOD_ATTR uint8_t X509SubjectKeyIdentifierExtension_FromHexChar_m7BDBE176CD85DCA3193FECF78D6CF15E349121BC (Il2CppChar ___c0, const RuntimeMethod* method);
// System.Char System.String::get_Chars(System.Int32)
extern "C" IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96 (String_t* __this, int32_t p0, const RuntimeMethod* method);
// System.Byte System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension::FromHexChars(System.Char,System.Char)
extern "C" IL2CPP_METHOD_ATTR uint8_t X509SubjectKeyIdentifierExtension_FromHexChars_mB2D3EBC7E627D44254A82E5628A2079C1DB24C38 (Il2CppChar ___c10, Il2CppChar ___c21, const RuntimeMethod* method);
// System.String System.Security.Cryptography.CAPI::CryptFindOIDInfoNameFromKey(System.String,System.Security.Cryptography.OidGroup)
extern "C" IL2CPP_METHOD_ATTR String_t* CAPI_CryptFindOIDInfoNameFromKey_mA2FD2F391E133E586BC8B827DD916613B590E698 (String_t* ___key0, int32_t ___oidGroup1, const RuntimeMethod* method);
// System.String System.Security.Cryptography.CAPI::CryptFindOIDInfoKeyFromName(System.String,System.Security.Cryptography.OidGroup)
extern "C" IL2CPP_METHOD_ATTR String_t* CAPI_CryptFindOIDInfoKeyFromName_m7809CD491D913D58FA1B996B835A0A91C413E9DB (String_t* ___name0, int32_t ___oidGroup1, const RuntimeMethod* method);
// System.String System.UInt32::ToString()
extern "C" IL2CPP_METHOD_ATTR String_t* UInt32_ToString_m7D8A934AF1D74C5C8194D1556AA71BBA0D4600F2 (uint32_t* __this, const RuntimeMethod* method);
// System.Void System.NotImplementedException::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void NotImplementedException__ctor_mEBAED0FCA8B8CCE7E96492474350BA35D14CF59C (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * __this, String_t* p0, const RuntimeMethod* method);
// System.String System.Security.Cryptography.X509Certificates.X509Utils::FindOidInfo(System.UInt32,System.String,System.Security.Cryptography.OidGroup)
extern "C" IL2CPP_METHOD_ATTR String_t* X509Utils_FindOidInfo_mE43E0522988511319B8B9F69AF7D0A10B4AE8FA2 (uint32_t ___keyType0, String_t* ___keyValue1, int32_t ___oidGroup2, const RuntimeMethod* method);
// System.String System.String::Substring(System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR String_t* String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB (String_t* __this, int32_t p0, int32_t p1, const RuntimeMethod* method);
// System.String System.Text.RegularExpressions.Capture::get_Value()
extern "C" IL2CPP_METHOD_ATTR String_t* Capture_get_Value_m8F739B7E4E173814B0890ECFEA37194D592BE91C (Capture_tF4475248CCF3EFF914844BE2C993FC609D41DB73 * __this, const RuntimeMethod* method);
// System.Int32 System.Threading.Interlocked::Exchange(System.Int32&,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t Interlocked_Exchange_mD5CC61AF0F002355912FAAF84F26BE93639B5FD5 (int32_t* p0, int32_t p1, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.Capture::.ctor(System.String,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void Capture__ctor_m6CC8A5385C7BD6B8AE63F9812293EC3252A65B3B (Capture_tF4475248CCF3EFF914844BE2C993FC609D41DB73 * __this, String_t* ___text0, int32_t ___i1, int32_t ___l2, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.Group::.ctor(System.String,System.Int32[],System.Int32,System.String)
extern "C" IL2CPP_METHOD_ATTR void Group__ctor_mECF4574592517D363C35ADC07F9D6F7E7DE6B4F6 (Group_tB4759D0385925B2C8C14ED3FCD5D2F43CFBD0443 * __this, String_t* ___text0, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___caps1, int32_t ___capcount2, String_t* ___name3, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.Match::.ctor(System.Text.RegularExpressions.Regex,System.Int32,System.String,System.Int32,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void Match__ctor_m08A8262ACD89C9E47AA7168D0F2CC6E3338855D7 (Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * __this, Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * ___regex0, int32_t ___capcount1, String_t* ___text2, int32_t ___begpos3, int32_t ___len4, int32_t ___startpos5, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.Regex::.ctor(System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void Regex__ctor_m87918FB2A856E264A492D2A2B4B412BE4E2370BB (Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * __this, String_t* ___pattern0, int32_t ___options1, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___matchTimeout2, bool ___useCache3, const RuntimeMethod* method);
// System.Void System.ArgumentOutOfRangeException::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6 (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * __this, String_t* p0, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.Regex::ValidateMatchTimeout(System.TimeSpan)
extern "C" IL2CPP_METHOD_ATTR void Regex_ValidateMatchTimeout_m71FE7188780DEAD57093B7345CCC50D0159218BE (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___matchTimeout0, const RuntimeMethod* method);
// System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture()
extern "C" IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72 (const RuntimeMethod* method);
// System.Globalization.CultureInfo System.Globalization.CultureInfo::get_CurrentCulture()
extern "C" IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831 (const RuntimeMethod* method);
// System.Globalization.NumberFormatInfo System.Globalization.NumberFormatInfo::get_InvariantInfo()
extern "C" IL2CPP_METHOD_ATTR NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D (const RuntimeMethod* method);
// System.String System.Int32::ToString(System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR String_t* Int32_ToString_m1D0AF82BDAB5D4710527DD3FEFA6F01246D128A5 (int32_t* __this, RuntimeObject* p0, const RuntimeMethod* method);
// System.String System.String::Concat(System.String[])
extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m232E857CA5107EA6AC52E7DD7018716C021F237B (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* p0, const RuntimeMethod* method);
// System.Text.RegularExpressions.CachedCodeEntry System.Text.RegularExpressions.Regex::LookupCachedAndUpdate(System.String)
extern "C" IL2CPP_METHOD_ATTR CachedCodeEntry_t0BA53FFFBCF7D04DF27AD5582E6D0E26D61B9B65 * Regex_LookupCachedAndUpdate_m88CA03797C5ED796BD5E1319DF6B1B6B6FCE6C0D (String_t* ___key0, const RuntimeMethod* method);
// System.Text.RegularExpressions.RegexTree System.Text.RegularExpressions.RegexParser::Parse(System.String,System.Text.RegularExpressions.RegexOptions)
extern "C" IL2CPP_METHOD_ATTR RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6 * RegexParser_Parse_mD206BB554B6087ED35C5F744D72A93A07721D789 (String_t* ___re0, int32_t ___op1, const RuntimeMethod* method);
// System.Text.RegularExpressions.RegexCode System.Text.RegularExpressions.RegexWriter::Write(System.Text.RegularExpressions.RegexTree)
extern "C" IL2CPP_METHOD_ATTR RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA * RegexWriter_Write_m57CF8209EF566CD40F9146C74DF889C8AA06E061 (RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6 * ___t0, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.Regex::InitializeReferences()
extern "C" IL2CPP_METHOD_ATTR void Regex_InitializeReferences_m2CD000C1AFAA8B214F32D989C7D116B684A31840 (Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * __this, const RuntimeMethod* method);
// System.Text.RegularExpressions.CachedCodeEntry System.Text.RegularExpressions.Regex::CacheCode(System.String)
extern "C" IL2CPP_METHOD_ATTR CachedCodeEntry_t0BA53FFFBCF7D04DF27AD5582E6D0E26D61B9B65 * Regex_CacheCode_m68F93FF3B918776D190D4DB807A3323691C77F0A (Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * __this, String_t* ___key0, const RuntimeMethod* method);
// System.String System.Runtime.Serialization.SerializationInfo::GetString(System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* SerializationInfo_GetString_m06805A4E368E0B98D5FA70A9333B277CBDD84CF4 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* p0, const RuntimeMethod* method);
// System.Int32 System.Runtime.Serialization.SerializationInfo::GetInt32(System.String)
extern "C" IL2CPP_METHOD_ATTR int32_t SerializationInfo_GetInt32_mB47BD46A0BDBBAF5B47BB62E6EFF8E092E3F3656 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* p0, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.Regex::.ctor(System.String,System.Text.RegularExpressions.RegexOptions)
extern "C" IL2CPP_METHOD_ATTR void Regex__ctor_mEF4515C4C44DF8BE410F388C82CC679D743FB5CD (Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * __this, String_t* ___pattern0, int32_t ___options1, const RuntimeMethod* method);
// System.Int64 System.Runtime.Serialization.SerializationInfo::GetInt64(System.String)
extern "C" IL2CPP_METHOD_ATTR int64_t SerializationInfo_GetInt64_mD9FB62CFBEC90A544B95912AB9FA24377AC17E54 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* p0, const RuntimeMethod* method);
// System.Void System.TimeSpan::.ctor(System.Int64)
extern "C" IL2CPP_METHOD_ATTR void TimeSpan__ctor_mEB013EB288370617E8D465D75BE383C4058DB5A5 (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * __this, int64_t p0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Object)
extern "C" IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* p0, RuntimeObject * p1, const RuntimeMethod* method);
// System.Text.RegularExpressions.RegexOptions System.Text.RegularExpressions.Regex::get_Options()
extern "C" IL2CPP_METHOD_ATTR int32_t Regex_get_Options_m823A30690EEA63798DB8497F3E9CF062412B8653 (Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * __this, const RuntimeMethod* method);
// System.TimeSpan System.Text.RegularExpressions.Regex::get_MatchTimeout()
extern "C" IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 Regex_get_MatchTimeout_mD484D1CF0B6BF8516A08991D1387761CAE2340D6 (Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * __this, const RuntimeMethod* method);
// System.Int64 System.TimeSpan::get_Ticks()
extern "C" IL2CPP_METHOD_ATTR int64_t TimeSpan_get_Ticks_m829C28C42028CDBFC9E338962DC7B6B10C8FFBE7 (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Int64)
extern "C" IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_mCCC2918D05840247B2A72A834940BD36AD7F5DE4 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* p0, int64_t p1, const RuntimeMethod* method);
// System.Boolean System.TimeSpan::op_Equality(System.TimeSpan,System.TimeSpan)
extern "C" IL2CPP_METHOD_ATTR bool TimeSpan_op_Equality_mEA0A4B7FDCAFA54C636292F7EB76F9A16C44096D (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 p0, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 p1, const RuntimeMethod* method);
// System.Boolean System.TimeSpan::op_LessThan(System.TimeSpan,System.TimeSpan)
extern "C" IL2CPP_METHOD_ATTR bool TimeSpan_op_LessThan_mF92FF63DD1E52540977D3B1753D43895F7B0A117 (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 p0, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 p1, const RuntimeMethod* method);
// System.Boolean System.TimeSpan::op_LessThanOrEqual(System.TimeSpan,System.TimeSpan)
extern "C" IL2CPP_METHOD_ATTR bool TimeSpan_op_LessThanOrEqual_mFFB6826BC19E5E63E62697EF3A81B84CD529E83B (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 p0, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 p1, const RuntimeMethod* method);
// System.AppDomain System.AppDomain::get_CurrentDomain()
extern "C" IL2CPP_METHOD_ATTR AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8 * AppDomain_get_CurrentDomain_m3D3D52C9382D6853E49551DA6182DBC5F1118BF0 (const RuntimeMethod* method);
// System.Object System.AppDomain::GetData(System.String)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * AppDomain_GetData_mD6C34853507A96159BB1A7773C65E8B21DBC7250 (AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8 * __this, String_t* p0, const RuntimeMethod* method);
// System.String SR::GetString(System.String,System.Object[])
extern "C" IL2CPP_METHOD_ATTR String_t* SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39 (String_t* ___name0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args1, const RuntimeMethod* method);
// System.Void System.InvalidCastException::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812 (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * __this, String_t* p0, const RuntimeMethod* method);
// System.Boolean System.Text.RegularExpressions.Regex::UseOptionR()
extern "C" IL2CPP_METHOD_ATTR bool Regex_UseOptionR_m84945EDBEDCD61DBCEB691C929CA28F4B0AF4B49 (Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * __this, const RuntimeMethod* method);
// System.Boolean System.Text.RegularExpressions.Regex::IsMatch(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)
extern "C" IL2CPP_METHOD_ATTR bool Regex_IsMatch_m90348BB44AD120A322F411001522DB0758A6678B (String_t* ___input0, String_t* ___pattern1, int32_t ___options2, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___matchTimeout3, const RuntimeMethod* method);
// System.Boolean System.Text.RegularExpressions.Regex::IsMatch(System.String)
extern "C" IL2CPP_METHOD_ATTR bool Regex_IsMatch_m79684C4D2CE6C5495BCCE9A32AC029E1E5950B7C (Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * __this, String_t* ___input0, const RuntimeMethod* method);
// System.Boolean System.Text.RegularExpressions.Regex::IsMatch(System.String,System.Int32)
extern "C" IL2CPP_METHOD_ATTR bool Regex_IsMatch_m2FB867817B341A5FA3E64A41F31820C9658F22A5 (Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * __this, String_t* ___input0, int32_t ___startat1, const RuntimeMethod* method);
// System.Text.RegularExpressions.Match System.Text.RegularExpressions.Regex::Run(System.Boolean,System.Int32,System.String,System.Int32,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * Regex_Run_m74FB5EF178DF43F88B9058B94939F557479B93FC (Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * __this, bool ___quick0, int32_t ___prevlen1, String_t* ___input2, int32_t ___beginning3, int32_t ___length4, int32_t ___startat5, const RuntimeMethod* method);
// System.String SR::GetString(System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7 (String_t* ___name0, const RuntimeMethod* method);
// System.Void System.NotSupportedException::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * __this, String_t* p0, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.ExclusiveReference::.ctor()
extern "C" IL2CPP_METHOD_ATTR void ExclusiveReference__ctor_m0427943C75CBB283EF26034339E3D412A080B5D7 (ExclusiveReference_t39E202CDB13A1E6EBA4CE0C7548B192CEB5C64DB * __this, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.SharedReference::.ctor()
extern "C" IL2CPP_METHOD_ATTR void SharedReference__ctor_m48E749BC646BEC89282B8F336325D42DE48CFC81 (SharedReference_t225BA5C249F9F1D6C959F151695BDF65EF2C92A5 * __this, const RuntimeMethod* method);
// System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * __this, String_t* p0, String_t* p1, const RuntimeMethod* method);
// System.Object System.Text.RegularExpressions.ExclusiveReference::Get()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ExclusiveReference_Get_mE79B077388AFBD19A4524E630701783E7DCE61E4 (ExclusiveReference_t39E202CDB13A1E6EBA4CE0C7548B192CEB5C64DB * __this, const RuntimeMethod* method);
// System.Boolean System.Text.RegularExpressions.Regex::UseOptionInvariant()
extern "C" IL2CPP_METHOD_ATTR bool Regex_UseOptionInvariant_m0CA185DBDB15932BB8A8B4F53EB8ACECEC006566 (Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * __this, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexInterpreter::.ctor(System.Text.RegularExpressions.RegexCode,System.Globalization.CultureInfo)
extern "C" IL2CPP_METHOD_ATTR void RegexInterpreter__ctor_m7B9BA594CF5F338B2E257EDADC2481826BF4C6BB (RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * __this, RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA * ___code0, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture1, const RuntimeMethod* method);
// System.Text.RegularExpressions.Match System.Text.RegularExpressions.RegexRunner::Scan(System.Text.RegularExpressions.Regex,System.String,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,System.TimeSpan)
extern "C" IL2CPP_METHOD_ATTR Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * RegexRunner_Scan_m1C3B1B034601773D510A4D2DEC337635A540BE31 (RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * __this, Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * ___regex0, String_t* ___text1, int32_t ___textbeg2, int32_t ___textend3, int32_t ___textstart4, int32_t ___prevlen5, bool ___quick6, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___timeout7, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.ExclusiveReference::Release(System.Object)
extern "C" IL2CPP_METHOD_ATTR void ExclusiveReference_Release_m9A1577138872106EA54A04EA4AB77F710CEDE336 (ExclusiveReference_t39E202CDB13A1E6EBA4CE0C7548B192CEB5C64DB * __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
// System.Void System.Threading.Monitor::Enter(System.Object,System.Boolean&)
extern "C" IL2CPP_METHOD_ATTR void Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5 (RuntimeObject * p0, bool* p1, const RuntimeMethod* method);
// System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedList`1<System.Text.RegularExpressions.CachedCodeEntry>::get_First()
inline LinkedListNode_1_t40CA80903A0F901FE11027515DD48392D85B27EA * LinkedList_1_get_First_m39B5437F87EF6BE204D49C32E48D2E698970B185 (LinkedList_1_t44CA4EB2162DC04F96F29C8A68A05D05166137F7 * __this, const RuntimeMethod* method)
{
return (( LinkedListNode_1_t40CA80903A0F901FE11027515DD48392D85B27EA * (*) (LinkedList_1_t44CA4EB2162DC04F96F29C8A68A05D05166137F7 *, const RuntimeMethod*))LinkedList_1_get_First_m0C98E2DE4C013B92EDF858C9A5DEA9A30BB5523C_gshared)(__this, method);
}
// T System.Collections.Generic.LinkedListNode`1<System.Text.RegularExpressions.CachedCodeEntry>::get_Value()
inline CachedCodeEntry_t0BA53FFFBCF7D04DF27AD5582E6D0E26D61B9B65 * LinkedListNode_1_get_Value_mC66FCED70C52DEE2982E696660303D90EEB1E690 (LinkedListNode_1_t40CA80903A0F901FE11027515DD48392D85B27EA * __this, const RuntimeMethod* method)
{
return (( CachedCodeEntry_t0BA53FFFBCF7D04DF27AD5582E6D0E26D61B9B65 * (*) (LinkedListNode_1_t40CA80903A0F901FE11027515DD48392D85B27EA *, const RuntimeMethod*))LinkedListNode_1_get_Value_m36A53343597D289FE50219266EDE929003F0EA89_gshared)(__this, method);
}
// System.Boolean System.String::op_Equality(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR bool String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE (String_t* p0, String_t* p1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.LinkedList`1<System.Text.RegularExpressions.CachedCodeEntry>::Remove(System.Collections.Generic.LinkedListNode`1<T>)
inline void LinkedList_1_Remove_mC8A10BC216901BAC46BAC0B233BE72174F9AD264 (LinkedList_1_t44CA4EB2162DC04F96F29C8A68A05D05166137F7 * __this, LinkedListNode_1_t40CA80903A0F901FE11027515DD48392D85B27EA * p0, const RuntimeMethod* method)
{
(( void (*) (LinkedList_1_t44CA4EB2162DC04F96F29C8A68A05D05166137F7 *, LinkedListNode_1_t40CA80903A0F901FE11027515DD48392D85B27EA *, const RuntimeMethod*))LinkedList_1_Remove_mADE035B335CACEA3A43B1A81CC4A837E23372398_gshared)(__this, p0, method);
}
// System.Void System.Collections.Generic.LinkedList`1<System.Text.RegularExpressions.CachedCodeEntry>::AddFirst(System.Collections.Generic.LinkedListNode`1<T>)
inline void LinkedList_1_AddFirst_mA76F8AC22DEFE7D9707F4BD86F8A59AE89AFFD44 (LinkedList_1_t44CA4EB2162DC04F96F29C8A68A05D05166137F7 * __this, LinkedListNode_1_t40CA80903A0F901FE11027515DD48392D85B27EA * p0, const RuntimeMethod* method)
{
(( void (*) (LinkedList_1_t44CA4EB2162DC04F96F29C8A68A05D05166137F7 *, LinkedListNode_1_t40CA80903A0F901FE11027515DD48392D85B27EA *, const RuntimeMethod*))LinkedList_1_AddFirst_m2EFB30065D70A52B789D17A6D0177B9013D3BDFC_gshared)(__this, p0, method);
}
// System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedListNode`1<System.Text.RegularExpressions.CachedCodeEntry>::get_Next()
inline LinkedListNode_1_t40CA80903A0F901FE11027515DD48392D85B27EA * LinkedListNode_1_get_Next_mF1EEFE3561D096BC098BAD30BA9BF328AF6EA2B4 (LinkedListNode_1_t40CA80903A0F901FE11027515DD48392D85B27EA * __this, const RuntimeMethod* method)
{
return (( LinkedListNode_1_t40CA80903A0F901FE11027515DD48392D85B27EA * (*) (LinkedListNode_1_t40CA80903A0F901FE11027515DD48392D85B27EA *, const RuntimeMethod*))LinkedListNode_1_get_Next_mB33EA4DCE8E0BF4A4E30EDBB6941BF58970EF6A3_gshared)(__this, method);
}
// System.Void System.Threading.Monitor::Exit(System.Object)
extern "C" IL2CPP_METHOD_ATTR void Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2 (RuntimeObject * p0, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.CachedCodeEntry::.ctor(System.String,System.Collections.Hashtable,System.String[],System.Text.RegularExpressions.RegexCode,System.Collections.Hashtable,System.Int32,System.Text.RegularExpressions.ExclusiveReference,System.Text.RegularExpressions.SharedReference)
extern "C" IL2CPP_METHOD_ATTR void CachedCodeEntry__ctor_m78BCA6060E7D83B172F998AF60D17FB41BE703B8 (CachedCodeEntry_t0BA53FFFBCF7D04DF27AD5582E6D0E26D61B9B65 * __this, String_t* ___key0, Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___capnames1, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___capslist2, RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA * ___code3, Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___caps4, int32_t ___capsize5, ExclusiveReference_t39E202CDB13A1E6EBA4CE0C7548B192CEB5C64DB * ___runner6, SharedReference_t225BA5C249F9F1D6C959F151695BDF65EF2C92A5 * ___repl7, const RuntimeMethod* method);
// System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedList`1<System.Text.RegularExpressions.CachedCodeEntry>::AddFirst(T)
inline LinkedListNode_1_t40CA80903A0F901FE11027515DD48392D85B27EA * LinkedList_1_AddFirst_mD4307444B363B5F952A2D090369FF160DF1123D7 (LinkedList_1_t44CA4EB2162DC04F96F29C8A68A05D05166137F7 * __this, CachedCodeEntry_t0BA53FFFBCF7D04DF27AD5582E6D0E26D61B9B65 * p0, const RuntimeMethod* method)
{
return (( LinkedListNode_1_t40CA80903A0F901FE11027515DD48392D85B27EA * (*) (LinkedList_1_t44CA4EB2162DC04F96F29C8A68A05D05166137F7 *, CachedCodeEntry_t0BA53FFFBCF7D04DF27AD5582E6D0E26D61B9B65 *, const RuntimeMethod*))LinkedList_1_AddFirst_m9239CB49945A15855C219FF8D1EF8DB6E4F216C8_gshared)(__this, p0, method);
}
// System.Int32 System.Collections.Generic.LinkedList`1<System.Text.RegularExpressions.CachedCodeEntry>::get_Count()
inline int32_t LinkedList_1_get_Count_m607320C78F8A8C80566CFF98C826B1E9664C9C0C (LinkedList_1_t44CA4EB2162DC04F96F29C8A68A05D05166137F7 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (LinkedList_1_t44CA4EB2162DC04F96F29C8A68A05D05166137F7 *, const RuntimeMethod*))LinkedList_1_get_Count_m3FEDB19F06F4B650469DB1D5D2308832AC52B75D_gshared)(__this, method);
}
// System.Void System.Collections.Generic.LinkedList`1<System.Text.RegularExpressions.CachedCodeEntry>::RemoveLast()
inline void LinkedList_1_RemoveLast_mE9E9A0CAC99B1562B10BAD33662620BD06942B95 (LinkedList_1_t44CA4EB2162DC04F96F29C8A68A05D05166137F7 * __this, const RuntimeMethod* method)
{
(( void (*) (LinkedList_1_t44CA4EB2162DC04F96F29C8A68A05D05166137F7 *, const RuntimeMethod*))LinkedList_1_RemoveLast_m8CE08D60D1A800F681D7870F88133EB471EF30CB_gshared)(__this, method);
}
// System.TimeSpan System.TimeSpan::FromMilliseconds(System.Double)
extern "C" IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 TimeSpan_FromMilliseconds_mED351BDAFE79A7C08A3F115FB4B5E000CF73900D (double p0, const RuntimeMethod* method);
// System.TimeSpan System.Text.RegularExpressions.Regex::InitDefaultMatchTimeout()
extern "C" IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 Regex_InitDefaultMatchTimeout_mC91736B02BD12B92CBD93C329E7A8233CD0B9DA4 (const RuntimeMethod* method);
// System.Void System.Collections.Generic.LinkedList`1<System.Text.RegularExpressions.CachedCodeEntry>::.ctor()
inline void LinkedList_1__ctor_mFB6F4CEB7033E62DA8C77A023BCA24DBDE289F6F (LinkedList_1_t44CA4EB2162DC04F96F29C8A68A05D05166137F7 * __this, const RuntimeMethod* method)
{
(( void (*) (LinkedList_1_t44CA4EB2162DC04F96F29C8A68A05D05166137F7 *, const RuntimeMethod*))LinkedList_1__ctor_mAB175C80A916D8714D714BBC61066B970B47982E_gshared)(__this, method);
}
// System.Void System.Text.StringBuilder::.ctor(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void StringBuilder__ctor_m1C0F2D97B838537A2D0F64033AE4EF02D150A956 (StringBuilder_t * __this, int32_t p0, const RuntimeMethod* method);
// System.Char System.Char::ToLower(System.Char,System.Globalization.CultureInfo)
extern "C" IL2CPP_METHOD_ATTR Il2CppChar Char_ToLower_m10AA9F9260876F97230F7BAA4C070AD23ABBC160 (Il2CppChar p0, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * p1, const RuntimeMethod* method);
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char)
extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A (StringBuilder_t * __this, Il2CppChar p0, const RuntimeMethod* method);
// System.Void System.Array::Copy(System.Array,System.Array,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void Array_Copy_m2D96731C600DE8A167348CA8BA796344E64F7434 (RuntimeArray * p0, RuntimeArray * p1, int32_t p2, const RuntimeMethod* method);
// System.Int32 System.String::CompareOrdinal(System.String,System.Int32,System.String,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t String_CompareOrdinal_m3DE819A1E2FB2B4992CFF04CA36921B77A3FC387 (String_t* p0, int32_t p1, String_t* p2, int32_t p3, int32_t p4, const RuntimeMethod* method);
// System.Boolean System.Text.RegularExpressions.RegexBoyerMoore::MatchPattern(System.String,System.Int32)
extern "C" IL2CPP_METHOD_ATTR bool RegexBoyerMoore_MatchPattern_m41D57E11972B2142649662886DA145AFE396F602 (RegexBoyerMoore_t37ED99A3CC25068E4D3DE4517835CFFCCF2FA1EB * __this, String_t* ___text0, int32_t ___index1, const RuntimeMethod* method);
// System.String System.Text.RegularExpressions.RegexCharClass::NegateCategory(System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* RegexCharClass_NegateCategory_mF2E03FFFE79E427F39D9368013A334F5BD118E13 (String_t* ___category0, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping::.ctor(System.Char,System.Char,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187 (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B * __this, Il2CppChar ___chMin0, Il2CppChar ___chMax1, int32_t ___lcOp2, int32_t ___data3, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.String,System.String>::.ctor(System.Int32)
inline void Dictionary_2__ctor_m4A1428F3BFC28918B0C2F7E98A49C3F05C735D3B (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * __this, int32_t p0, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC *, int32_t, const RuntimeMethod*))Dictionary_2__ctor_m2895EBB13AA7D9232058658A7DC404DC5F608923_gshared)(__this, p0, method);
}
// System.String System.Char::ToString()
extern "C" IL2CPP_METHOD_ATTR String_t* Char_ToString_mA42A88FEBA41B72D48BB24373E3101B7A91B6FD8 (Il2CppChar* __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.String,System.String>::set_Item(!0,!1)
inline void Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * __this, String_t* p0, String_t* p1, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC *, String_t*, String_t*, const RuntimeMethod*))Dictionary_2_set_Item_m466D001F105E25DEB5C9BCB17837EE92A27FDE93_gshared)(__this, p0, p1, method);
}
// System.String System.String::CreateString(System.Char[],System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR String_t* String_CreateString_mC7FB167C0D5B97F7EF502AF54399C61DD5B87509 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___val0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method);
// System.String System.String::Format(System.IFormatProvider,System.String,System.Object[])
extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_mF68EE0DEC1AA5ADE9DFEF9AE0508E428FBB10EFD (RuntimeObject* p0, String_t* p1, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* p2, const RuntimeMethod* method);
// System.String System.String::Concat(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE (String_t* p0, String_t* p1, const RuntimeMethod* method);
// System.String System.String::Concat(System.String,System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_mF4626905368D6558695A823466A1AF65EADB9923 (String_t* p0, String_t* p1, String_t* p2, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexCharClass/SingleRange>::.ctor(System.Int32)
inline void List_1__ctor_m411CE50A06F4C66EE31F9F9D1076B22699765D4E (List_1_t560DEF47D3A9D65449EE74779102DDD3BF7B6724 * __this, int32_t p0, const RuntimeMethod* method)
{
(( void (*) (List_1_t560DEF47D3A9D65449EE74779102DDD3BF7B6724 *, int32_t, const RuntimeMethod*))List_1__ctor_mEE468B81D8E7C140F567D10FF7F5894A50EEEA57_gshared)(__this, p0, method);
}
// System.Void System.Text.RegularExpressions.RegexCharClass::AddRange(System.Char,System.Char)
extern "C" IL2CPP_METHOD_ATTR void RegexCharClass_AddRange_mCFE9B670B3EBB13A5CDB694B1D1D6B1C0249D110 (RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * __this, Il2CppChar ___first0, Il2CppChar ___last1, const RuntimeMethod* method);
// System.Int32 System.Text.RegularExpressions.RegexCharClass::RangeCount()
extern "C" IL2CPP_METHOD_ATTR int32_t RegexCharClass_RangeCount_mEACBB4BD08CE18A9C4F0C433A7D6C5726F563E2E (RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * __this, const RuntimeMethod* method);
// System.Text.RegularExpressions.RegexCharClass/SingleRange System.Text.RegularExpressions.RegexCharClass::GetRangeAt(System.Int32)
extern "C" IL2CPP_METHOD_ATTR SingleRange_t7B8E395E75FA456AB2834933C1ECA2007EEADEE0 * RegexCharClass_GetRangeAt_mE563FF8072DD9B4E1179F55416CCD7FC4EB2C4FC (RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * __this, int32_t ___i0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexCharClass/SingleRange>::Add(!0)
inline void List_1_Add_m8629B2B07AC931D5D672BCD5F034A53BC572CCA5 (List_1_t560DEF47D3A9D65449EE74779102DDD3BF7B6724 * __this, SingleRange_t7B8E395E75FA456AB2834933C1ECA2007EEADEE0 * p0, const RuntimeMethod* method)
{
(( void (*) (List_1_t560DEF47D3A9D65449EE74779102DDD3BF7B6724 *, SingleRange_t7B8E395E75FA456AB2834933C1ECA2007EEADEE0 *, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, p0, method);
}
// System.Void System.Text.RegularExpressions.RegexCharClass/SingleRange::.ctor(System.Char,System.Char)
extern "C" IL2CPP_METHOD_ATTR void SingleRange__ctor_m4674722AFC97A111D2466AE2050C2E4E6E57303E (SingleRange_t7B8E395E75FA456AB2834933C1ECA2007EEADEE0 * __this, Il2CppChar ___first0, Il2CppChar ___last1, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexCharClass/SingleRange>::get_Count()
inline int32_t List_1_get_Count_mD0C9C1841B63C0CA72E7F0955860F568E97F2189 (List_1_t560DEF47D3A9D65449EE74779102DDD3BF7B6724 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t560DEF47D3A9D65449EE74779102DDD3BF7B6724 *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared)(__this, method);
}
// !0 System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexCharClass/SingleRange>::get_Item(System.Int32)
inline SingleRange_t7B8E395E75FA456AB2834933C1ECA2007EEADEE0 * List_1_get_Item_m3E7CC4F1ED20231514EA8C23C5CC442DF67CA2BB (List_1_t560DEF47D3A9D65449EE74779102DDD3BF7B6724 * __this, int32_t p0, const RuntimeMethod* method)
{
return (( SingleRange_t7B8E395E75FA456AB2834933C1ECA2007EEADEE0 * (*) (List_1_t560DEF47D3A9D65449EE74779102DDD3BF7B6724 *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared)(__this, p0, method);
}
// System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.String>::TryGetValue(!0,!1&)
inline bool Dictionary_2_TryGetValue_mACE6F295B868D8DD552A8F7D4ABA375F843BB13B (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * __this, String_t* p0, String_t** p1, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC *, String_t*, String_t**, const RuntimeMethod*))Dictionary_2_TryGetValue_m3455807C552312C60038DF52EF328C3687442DE3_gshared)(__this, p0, p1, method);
}
// System.Boolean System.String::Equals(System.String)
extern "C" IL2CPP_METHOD_ATTR bool String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1 (String_t* __this, String_t* p0, const RuntimeMethod* method);
// !1 System.Collections.Generic.Dictionary`2<System.String,System.String>::get_Item(!0)
inline String_t* Dictionary_2_get_Item_m31D706AAE640EE1D91E561D8934F58AC765CFC3E (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * __this, String_t* p0, const RuntimeMethod* method)
{
return (( String_t* (*) (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC *, String_t*, const RuntimeMethod*))Dictionary_2_get_Item_m6625C3BA931A6EE5D6DB46B9E743B40AAA30010B_gshared)(__this, p0, method);
}
// System.String System.Text.RegularExpressions.RegexCharClass::SetFromProperty(System.String,System.Boolean,System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* RegexCharClass_SetFromProperty_mA33170AF599765B5FDE8611BED646A850FB2330E (String_t* ___capname0, bool ___invert1, String_t* ___pattern2, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexCharClass::AddSet(System.String)
extern "C" IL2CPP_METHOD_ATTR void RegexCharClass_AddSet_mFFDE070E770BE967173D630AD50010C3397F7B97 (RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * __this, String_t* ___set0, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexCharClass::AddLowercaseRange(System.Char,System.Char,System.Globalization.CultureInfo)
extern "C" IL2CPP_METHOD_ATTR void RegexCharClass_AddLowercaseRange_mCDDE9661C9C300DFEB51A8FE36E2F790E3E75D75 (RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * __this, Il2CppChar ___chMin0, Il2CppChar ___chMax1, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture2, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexCharClass::AddCategory(System.String)
extern "C" IL2CPP_METHOD_ATTR void RegexCharClass_AddCategory_m6A4625370DA8927DF5342275CB1F6155FC2BA255 (RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * __this, String_t* ___category0, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexCharClass::AddCategoryFromName(System.String,System.Boolean,System.Boolean,System.String)
extern "C" IL2CPP_METHOD_ATTR void RegexCharClass_AddCategoryFromName_m9AD2D607E1E34A52CBC26FC38D468905C43A9202 (RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * __this, String_t* ___categoryName0, bool ___invert1, bool ___caseInsensitive2, String_t* ___pattern3, const RuntimeMethod* method);
// System.Boolean System.Text.RegularExpressions.RegexCharClass::IsNegated(System.String)
extern "C" IL2CPP_METHOD_ATTR bool RegexCharClass_IsNegated_m9CEDECE7EDA98ACD502E75783CA631A719DBC675 (String_t* ___set0, const RuntimeMethod* method);
// System.Boolean System.Text.RegularExpressions.RegexCharClass::IsSubtraction(System.String)
extern "C" IL2CPP_METHOD_ATTR bool RegexCharClass_IsSubtraction_m3C9EF97AFE7E4BCC24A2DF10834BF62279D7EE26 (String_t* ___charClass0, const RuntimeMethod* method);
// System.Boolean System.Text.RegularExpressions.RegexCharClass::CharInClass(System.Char,System.String)
extern "C" IL2CPP_METHOD_ATTR bool RegexCharClass_CharInClass_m194AAA57BBBD30E78E70255D6F53FAFDB785EC0E (Il2CppChar ___ch0, String_t* ___set1, const RuntimeMethod* method);
// System.Boolean System.Text.RegularExpressions.RegexCharClass::CharInClassRecursive(System.Char,System.String,System.Int32)
extern "C" IL2CPP_METHOD_ATTR bool RegexCharClass_CharInClassRecursive_m5560DBADE1463FDEC38643C72CDF2FD5B3F69A5F (Il2CppChar ___ch0, String_t* ___set1, int32_t ___start2, const RuntimeMethod* method);
// System.Boolean System.Text.RegularExpressions.RegexCharClass::CharInClassInternal(System.Char,System.String,System.Int32,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR bool RegexCharClass_CharInClassInternal_m5D1634F64092E4BD9EB6427447F952983211A760 (Il2CppChar ___ch0, String_t* ___set1, int32_t ___start2, int32_t ___mySetLength3, int32_t ___myCategoryLength4, const RuntimeMethod* method);
// System.Boolean System.Text.RegularExpressions.RegexCharClass::CharInCategory(System.Char,System.String,System.Int32,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR bool RegexCharClass_CharInCategory_mCDE20DF783F8D4E4403EC7F00F9C12E34D86C2DD (Il2CppChar ___ch0, String_t* ___set1, int32_t ___start2, int32_t ___mySetLength3, int32_t ___myCategoryLength4, const RuntimeMethod* method);
// System.Globalization.UnicodeCategory System.Char::GetUnicodeCategory(System.Char)
extern "C" IL2CPP_METHOD_ATTR int32_t Char_GetUnicodeCategory_m07C2D4BEA7C630EF8D87B2244689C5C315EC4914 (Il2CppChar p0, const RuntimeMethod* method);
// System.Boolean System.Text.RegularExpressions.RegexCharClass::CharInCategoryGroup(System.Char,System.Globalization.UnicodeCategory,System.String,System.Int32&)
extern "C" IL2CPP_METHOD_ATTR bool RegexCharClass_CharInCategoryGroup_m28E498004F5EA6445C83F1B8EB4A776C210D30C5 (Il2CppChar ___ch0, int32_t ___chcategory1, String_t* ___category2, int32_t* ___i3, const RuntimeMethod* method);
// System.Boolean System.Char::IsWhiteSpace(System.Char)
extern "C" IL2CPP_METHOD_ATTR bool Char_IsWhiteSpace_m8AE1C4157A1E1D8F5022630F4229AB26223BDC6B (Il2CppChar p0, const RuntimeMethod* method);
// System.Text.RegularExpressions.RegexCharClass System.Text.RegularExpressions.RegexCharClass::ParseRecursive(System.String,System.Int32)
extern "C" IL2CPP_METHOD_ATTR RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * RegexCharClass_ParseRecursive_mF7E7DD4EB594C9C30A60E72CD3CFD4EC1D822CF5 (String_t* ___charClass0, int32_t ___start1, const RuntimeMethod* method);
// System.Void System.Text.StringBuilder::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void StringBuilder__ctor_m53E278FB62B3EAEFAF82890C97219B9B5E2A56C3 (StringBuilder_t * __this, String_t* p0, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexCharClass::.ctor(System.Boolean,System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexCharClass/SingleRange>,System.Text.StringBuilder,System.Text.RegularExpressions.RegexCharClass)
extern "C" IL2CPP_METHOD_ATTR void RegexCharClass__ctor_mB05A6CC8015C5D545C639682454A524DE7E2EA97 (RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * __this, bool ___negate0, List_1_t560DEF47D3A9D65449EE74779102DDD3BF7B6724 * ___ranges1, StringBuilder_t * ___categories2, RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * ___subtraction3, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexCharClass::Canonicalize()
extern "C" IL2CPP_METHOD_ATTR void RegexCharClass_Canonicalize_m44EEFB16DB02E73C1E7280D15DAE98E50F4D6FA4 (RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * __this, const RuntimeMethod* method);
// System.Void System.Text.StringBuilder::set_Chars(System.Int32,System.Char)
extern "C" IL2CPP_METHOD_ATTR void StringBuilder_set_Chars_m71B2B761D6D287A666302FD85E320E1E60F388EA (StringBuilder_t * __this, int32_t p0, Il2CppChar p1, const RuntimeMethod* method);
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.Object)
extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_mA1A063A1388A21C8EA011DBA7FC98C24C3EE3D65 (StringBuilder_t * __this, RuntimeObject * p0, const RuntimeMethod* method);
// System.String System.Text.RegularExpressions.RegexCharClass::ToStringClass()
extern "C" IL2CPP_METHOD_ATTR String_t* RegexCharClass_ToStringClass_m7A760D96732A03D46C4060064B3FC58349D2B4D5 (RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * __this, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexCharClass/SingleRangeComparer::.ctor()
extern "C" IL2CPP_METHOD_ATTR void SingleRangeComparer__ctor_m9E44BF07F0F0C9E565E0BA050C1A26F496226BAD (SingleRangeComparer_t6E5EF09D774335DD82A76997728AB97761B5984C * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexCharClass/SingleRange>::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1<!0>)
inline void List_1_Sort_m5518ACEB43F54C9F2AF2C12432F9B8EF696908B6 (List_1_t560DEF47D3A9D65449EE74779102DDD3BF7B6724 * __this, int32_t p0, int32_t p1, RuntimeObject* p2, const RuntimeMethod* method)
{
(( void (*) (List_1_t560DEF47D3A9D65449EE74779102DDD3BF7B6724 *, int32_t, int32_t, RuntimeObject*, const RuntimeMethod*))List_1_Sort_m3D412DD870392519AE3A609E78D34344C575329D_gshared)(__this, p0, p1, p2, method);
}
// System.Void System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexCharClass/SingleRange>::set_Item(System.Int32,!0)
inline void List_1_set_Item_m54628FCBF04F23DBC61F2012829D52C9CBD5182B (List_1_t560DEF47D3A9D65449EE74779102DDD3BF7B6724 * __this, int32_t p0, SingleRange_t7B8E395E75FA456AB2834933C1ECA2007EEADEE0 * p1, const RuntimeMethod* method)
{
(( void (*) (List_1_t560DEF47D3A9D65449EE74779102DDD3BF7B6724 *, int32_t, SingleRange_t7B8E395E75FA456AB2834933C1ECA2007EEADEE0 *, const RuntimeMethod*))List_1_set_Item_m451452782977192583A6374A799099FCCD9BD83E_gshared)(__this, p0, p1, method);
}
// System.Void System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexCharClass/SingleRange>::RemoveRange(System.Int32,System.Int32)
inline void List_1_RemoveRange_m7D6A22CD61F4BF508988ECBA2EE4D3C6920F7877 (List_1_t560DEF47D3A9D65449EE74779102DDD3BF7B6724 * __this, int32_t p0, int32_t p1, const RuntimeMethod* method)
{
(( void (*) (List_1_t560DEF47D3A9D65449EE74779102DDD3BF7B6724 *, int32_t, int32_t, const RuntimeMethod*))List_1_RemoveRange_m89425146ABCF46BE030B6C4B3C85A8559550F983_gshared)(__this, p0, p1, method);
}
// System.Int32 System.Array::GetLength(System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t Array_GetLength_m318900B10C3A93A30ABDC67DE161C8F6ABA4D359 (RuntimeArray * __this, int32_t p0, const RuntimeMethod* method);
// System.Int32 System.String::Compare(System.String,System.String,System.StringComparison)
extern "C" IL2CPP_METHOD_ATTR int32_t String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442 (String_t* p0, String_t* p1, int32_t p2, const RuntimeMethod* method);
// System.String System.String::Substring(System.Int32)
extern "C" IL2CPP_METHOD_ATTR String_t* String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE (String_t* __this, int32_t p0, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.List`1<System.String>::get_Count()
inline int32_t List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4 (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<System.String>::CopyTo(System.Int32,!0[],System.Int32,System.Int32)
inline void List_1_CopyTo_m2966AD04713D4613CC9C3DDE122432AD3FCD2AEC (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * __this, int32_t p0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* p1, int32_t p2, int32_t p3, const RuntimeMethod* method)
{
(( void (*) (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, int32_t, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*, int32_t, int32_t, const RuntimeMethod*))List_1_CopyTo_mA7D2111ACEFF8252F3F4A59BFF3FB6B978DE73A9_gshared)(__this, p0, p1, p2, p3, method);
}
// System.Void System.Text.RegularExpressions.RegexCharClass::.ctor()
extern "C" IL2CPP_METHOD_ATTR void RegexCharClass__ctor_mAA44510F3E5001A8612355B4FFB718D9DDC74264 (RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * __this, const RuntimeMethod* method);
// System.Text.RegularExpressions.RegexCharClass System.Text.RegularExpressions.RegexCharClass::Parse(System.String)
extern "C" IL2CPP_METHOD_ATTR RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * RegexCharClass_Parse_mBC3780FFF0DDFB62CA2085746618E6C256E8D86C (String_t* ___charClass0, const RuntimeMethod* method);
// System.Boolean System.Text.RegularExpressions.RegexCharClass::get_CanMerge()
extern "C" IL2CPP_METHOD_ATTR bool RegexCharClass_get_CanMerge_mC27A4CF83CFBEF3741A3DB4F99ABA6DE76B57837 (RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * __this, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexCharClass::AddCharClass(System.Text.RegularExpressions.RegexCharClass)
extern "C" IL2CPP_METHOD_ATTR void RegexCharClass_AddCharClass_m0E5DD1105844AFB7CE45B5C801304B5C803FB5CA (RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * __this, RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * ___cc0, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexCharClass::AddLowercase(System.Globalization.CultureInfo)
extern "C" IL2CPP_METHOD_ATTR void RegexCharClass_AddLowercase_m01C1B11EB0B82E065276C7ECF60725886F59A07A (RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * __this, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture0, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexFCD::.ctor()
extern "C" IL2CPP_METHOD_ATTR void RegexFCD__ctor_mFC6A3309CAFA8C3C2B94094AD443738823388A3B (RegexFCD_tCEDC8A19D3317F0856BC21A345C7E57A41FA568E * __this, const RuntimeMethod* method);
// System.Text.RegularExpressions.RegexFC System.Text.RegularExpressions.RegexFCD::RegexFCFromRegexTree(System.Text.RegularExpressions.RegexTree)
extern "C" IL2CPP_METHOD_ATTR RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 * RegexFCD_RegexFCFromRegexTree_mA85E74765529D05113116C73EC397E832D81D0BC (RegexFCD_tCEDC8A19D3317F0856BC21A345C7E57A41FA568E * __this, RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6 * ___tree0, const RuntimeMethod* method);
// System.String System.Text.RegularExpressions.RegexFC::GetFirstChars(System.Globalization.CultureInfo)
extern "C" IL2CPP_METHOD_ATTR String_t* RegexFC_GetFirstChars_m7252E826F9A5BC1842A5A255BAC5A36EE8DADAF5 (RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 * __this, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture0, const RuntimeMethod* method);
// System.Boolean System.Text.RegularExpressions.RegexFC::IsCaseInsensitive()
extern "C" IL2CPP_METHOD_ATTR bool RegexFC_IsCaseInsensitive_mD87B0C49AAEBB61215F09A9C5ABF8CCB8B5AB64E (RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 * __this, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexPrefix::.ctor(System.String,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void RegexPrefix__ctor_m93489A4FF55425A15BF5390E77EE0B84F6F9364C (RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 * __this, String_t* ___prefix0, bool ___ci1, const RuntimeMethod* method);
// System.Int32 System.Text.RegularExpressions.RegexNode::ChildCount()
extern "C" IL2CPP_METHOD_ATTR int32_t RegexNode_ChildCount_m23B6965575DB0DBC1D90212820DEA144FCB06996 (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * __this, const RuntimeMethod* method);
// System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexNode::Child(System.Int32)
extern "C" IL2CPP_METHOD_ATTR RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * RegexNode_Child_m5AA4FFDDCCFA22FE70BA0F236F19A963AEF72079 (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * __this, int32_t ___i0, const RuntimeMethod* method);
// System.String System.String::PadRight(System.Int32,System.Char)
extern "C" IL2CPP_METHOD_ATTR String_t* String_PadRight_mDC890E71A75C12F96DC1430CF94B1B7C1ED839B0 (String_t* __this, int32_t p0, Il2CppChar p1, const RuntimeMethod* method);
// System.Text.RegularExpressions.RegexPrefix System.Text.RegularExpressions.RegexPrefix::get_Empty()
extern "C" IL2CPP_METHOD_ATTR RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 * RegexPrefix_get_Empty_mAD10DECDBC7C51F9ACF5C02E3191874252DF9B8B (const RuntimeMethod* method);
// System.String System.Char::ToString(System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR String_t* Char_ToString_mF758476EBA0494508C18E74ADF20D7732A872BDE (Il2CppChar* __this, RuntimeObject* p0, const RuntimeMethod* method);
// System.Int32 System.Text.RegularExpressions.RegexFCD::AnchorFromType(System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t RegexFCD_AnchorFromType_m4B458E2C589633A43F9324C14F9192EF68F80A14 (int32_t ___type0, const RuntimeMethod* method);
// System.Void System.Array::Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6 (RuntimeArray * p0, int32_t p1, RuntimeArray * p2, int32_t p3, int32_t p4, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexFCD::CalculateFC(System.Int32,System.Text.RegularExpressions.RegexNode,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void RegexFCD_CalculateFC_m2267FAA6BCA80275E21DC9A0BAF90BBC85204BD8 (RegexFCD_tCEDC8A19D3317F0856BC21A345C7E57A41FA568E * __this, int32_t ___NodeType0, RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * ___node1, int32_t ___CurIndex2, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexNode>::get_Count()
inline int32_t List_1_get_Count_mC6523733B48B0774D420C52AAB0D5951127CB49B (List_1_tA5CDE89671B691180A7422F86077A0D047AD4059 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_tA5CDE89671B691180A7422F86077A0D047AD4059 *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared)(__this, method);
}
// !0 System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexNode>::get_Item(System.Int32)
inline RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * List_1_get_Item_m0FFC6D8E8EF63D912869025D9A3ED65726581D11 (List_1_tA5CDE89671B691180A7422F86077A0D047AD4059 * __this, int32_t p0, const RuntimeMethod* method)
{
return (( RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * (*) (List_1_tA5CDE89671B691180A7422F86077A0D047AD4059 *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared)(__this, p0, method);
}
// System.Void System.Text.RegularExpressions.RegexFCD::PushInt(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void RegexFCD_PushInt_m63817D3969DF7BD31B7C93D43EE45C4AF539868F (RegexFCD_tCEDC8A19D3317F0856BC21A345C7E57A41FA568E * __this, int32_t ___I0, const RuntimeMethod* method);
// System.Boolean System.Text.RegularExpressions.RegexFCD::IntIsEmpty()
extern "C" IL2CPP_METHOD_ATTR bool RegexFCD_IntIsEmpty_mE825A8A0DF9D5BA6618357ABBA93421D4099AAEB (RegexFCD_tCEDC8A19D3317F0856BC21A345C7E57A41FA568E * __this, const RuntimeMethod* method);
// System.Int32 System.Text.RegularExpressions.RegexFCD::PopInt()
extern "C" IL2CPP_METHOD_ATTR int32_t RegexFCD_PopInt_m1E4B64F2F6DDBCB7495E673540CF25FDD4D01B7E (RegexFCD_tCEDC8A19D3317F0856BC21A345C7E57A41FA568E * __this, const RuntimeMethod* method);
// System.Boolean System.Text.RegularExpressions.RegexFCD::FCIsEmpty()
extern "C" IL2CPP_METHOD_ATTR bool RegexFCD_FCIsEmpty_m57FDE5D4E352620B7773AD54B286531CA21FCDAD (RegexFCD_tCEDC8A19D3317F0856BC21A345C7E57A41FA568E * __this, const RuntimeMethod* method);
// System.Text.RegularExpressions.RegexFC System.Text.RegularExpressions.RegexFCD::PopFC()
extern "C" IL2CPP_METHOD_ATTR RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 * RegexFCD_PopFC_m987A35E9ADF69335799EDEEB12C2CD3A3F40FB6E (RegexFCD_tCEDC8A19D3317F0856BC21A345C7E57A41FA568E * __this, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexFCD::SkipChild()
extern "C" IL2CPP_METHOD_ATTR void RegexFCD_SkipChild_m661F5D339305B97A37D855240A0B9AF500FE03F6 (RegexFCD_tCEDC8A19D3317F0856BC21A345C7E57A41FA568E * __this, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexFC::.ctor(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void RegexFC__ctor_m354E8197215F3EE9097B69E783B744365A38EF20 (RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 * __this, bool ___nullable0, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexFCD::PushFC(System.Text.RegularExpressions.RegexFC)
extern "C" IL2CPP_METHOD_ATTR void RegexFCD_PushFC_mBE154E351E7C49FFFC26E603B4672136D91479C7 (RegexFCD_tCEDC8A19D3317F0856BC21A345C7E57A41FA568E * __this, RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 * ___fc0, const RuntimeMethod* method);
// System.Text.RegularExpressions.RegexFC System.Text.RegularExpressions.RegexFCD::TopFC()
extern "C" IL2CPP_METHOD_ATTR RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 * RegexFCD_TopFC_m26ED21621830CF30FDA46AE8D7F3AC9F50DE416F (RegexFCD_tCEDC8A19D3317F0856BC21A345C7E57A41FA568E * __this, const RuntimeMethod* method);
// System.Boolean System.Text.RegularExpressions.RegexFC::AddFC(System.Text.RegularExpressions.RegexFC,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR bool RegexFC_AddFC_m5B05CD1D7700817843366EC1DF728977EDD4D11E (RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 * __this, RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 * ___fc0, bool ___concatenate1, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexFC::.ctor(System.Char,System.Boolean,System.Boolean,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void RegexFC__ctor_m023D08ED0365AE9AAC539333B4390A8052C59229 (RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 * __this, Il2CppChar ___ch0, bool ___not1, bool ___nullable2, bool ___caseInsensitive3, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexFC::.ctor(System.String,System.Boolean,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void RegexFC__ctor_mDCBBCCC1BB476741943D7F9AD88731B1DCA0C1B5 (RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 * __this, String_t* ___charClass0, bool ___nullable1, bool ___caseInsensitive2, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexRunner::.ctor()
extern "C" IL2CPP_METHOD_ATTR void RegexRunner__ctor_mC04D94995556E71E813F8420C8A4EC0B66404550 (RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * __this, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexInterpreter::Advance(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void RegexInterpreter_Advance_m779870D7E1FA3580492E2E8B75E2805613525AF7 (RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * __this, int32_t ___i0, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexInterpreter::SetOperator(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void RegexInterpreter_SetOperator_m5B633C33EE4CD85364E7C60003ACE8EA93FDAC91 (RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * __this, int32_t ___op0, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexRunner::EnsureStorage()
extern "C" IL2CPP_METHOD_ATTR void RegexRunner_EnsureStorage_m6BC13F773B014E2875CCD9A83E4093A77AA1053C (RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * __this, const RuntimeMethod* method);
// System.Char System.Text.RegularExpressions.RegexInterpreter::CharAt(System.Int32)
extern "C" IL2CPP_METHOD_ATTR Il2CppChar RegexInterpreter_CharAt_mAE2AF6D293F53C2D8961C2D0C145BC3ADF6EC105 (RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * __this, int32_t ___j0, const RuntimeMethod* method);
// System.Boolean System.Text.RegularExpressions.RegexBoyerMoore::IsMatch(System.String,System.Int32,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR bool RegexBoyerMoore_IsMatch_m820D06ED51C062451AFAF22682D2EB06C8DFABD9 (RegexBoyerMoore_t37ED99A3CC25068E4D3DE4517835CFFCCF2FA1EB * __this, String_t* ___text0, int32_t ___index1, int32_t ___beglimit2, int32_t ___endlimit3, const RuntimeMethod* method);
// System.Int32 System.Text.RegularExpressions.RegexBoyerMoore::Scan(System.String,System.Int32,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t RegexBoyerMoore_Scan_m204A42056131A694B6D31FC69563355788CABD67 (RegexBoyerMoore_t37ED99A3CC25068E4D3DE4517835CFFCCF2FA1EB * __this, String_t* ___text0, int32_t ___index1, int32_t ___beglimit2, int32_t ___endlimit3, const RuntimeMethod* method);
// System.Boolean System.Text.RegularExpressions.RegexPrefix::get_CaseInsensitive()
extern "C" IL2CPP_METHOD_ATTR bool RegexPrefix_get_CaseInsensitive_m76E04480FA9FFAE4C5031CA12F4AE9A2576212C0 (RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 * __this, const RuntimeMethod* method);
// System.String System.Text.RegularExpressions.RegexPrefix::get_Prefix()
extern "C" IL2CPP_METHOD_ATTR String_t* RegexPrefix_get_Prefix_m7137EC6CA5B857F49946E2EAEA19784040D430CF (RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 * __this, const RuntimeMethod* method);
// System.Boolean System.Text.RegularExpressions.RegexCharClass::IsSingleton(System.String)
extern "C" IL2CPP_METHOD_ATTR bool RegexCharClass_IsSingleton_m89D3E8460B0E7020DB0ABA607AC2F76FB9A34F1A (String_t* ___set0, const RuntimeMethod* method);
// System.Char System.Text.RegularExpressions.RegexCharClass::SingletonChar(System.String)
extern "C" IL2CPP_METHOD_ATTR Il2CppChar RegexCharClass_SingletonChar_m01C15732FAD399460FF5BB449B8177A77CAB1DB9 (String_t* ___set0, const RuntimeMethod* method);
// System.Int32 System.Text.RegularExpressions.RegexInterpreter::Forwardchars()
extern "C" IL2CPP_METHOD_ATTR int32_t RegexInterpreter_Forwardchars_mE5E437E285604CDC60551C112F7B2CEF7297F4ED (RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * __this, const RuntimeMethod* method);
// System.Char System.Text.RegularExpressions.RegexInterpreter::Forwardcharnext()
extern "C" IL2CPP_METHOD_ATTR Il2CppChar RegexInterpreter_Forwardcharnext_mD2C6694CC31BC75D3E20C511D1004D28AAE1390F (RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * __this, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexInterpreter::Backwardnext()
extern "C" IL2CPP_METHOD_ATTR void RegexInterpreter_Backwardnext_mD10CE2A9E229D0655EF01565DB39C902654D00CD (RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * __this, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexInterpreter::Goto(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void RegexInterpreter_Goto_m438DE9CE790DF0757383C91126DEA68C6B0DADFE (RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * __this, int32_t ___newpos0, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexRunner::CheckTimeout()
extern "C" IL2CPP_METHOD_ATTR void RegexRunner_CheckTimeout_m52486A9CE7B6EA4C83BB60FB200196AF0EE5687B (RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * __this, const RuntimeMethod* method);
// System.Int32 System.Text.RegularExpressions.RegexInterpreter::Operator()
extern "C" IL2CPP_METHOD_ATTR int32_t RegexInterpreter_Operator_m4DE2EAA1744D15294F2767D5217F753FE74FAC0B (RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * __this, const RuntimeMethod* method);
// System.Int32 System.Text.RegularExpressions.RegexInterpreter::Operand(System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t RegexInterpreter_Operand_m1ACB9C398C9C7ADF8DA58824877B99F08F181526 (RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * __this, int32_t ___i0, const RuntimeMethod* method);
// System.Boolean System.Text.RegularExpressions.RegexRunner::IsMatched(System.Int32)
extern "C" IL2CPP_METHOD_ATTR bool RegexRunner_IsMatched_mD7F580AA0533D5C4BC41D18824FA74BE16EAE7A3 (RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * __this, int32_t ___cap0, const RuntimeMethod* method);
// System.Int32 System.Text.RegularExpressions.RegexInterpreter::Textpos()
extern "C" IL2CPP_METHOD_ATTR int32_t RegexInterpreter_Textpos_mC66F0DE729E76EDA0BEEA7B1ABEE369BA6C81D5B (RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * __this, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexInterpreter::TrackPush(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void RegexInterpreter_TrackPush_mB2AF47E651D2A3853A719EFB908C30D27EC2FF5F (RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * __this, int32_t ___I10, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexInterpreter::TrackPop()
extern "C" IL2CPP_METHOD_ATTR void RegexInterpreter_TrackPop_m84B55BE8F346693942045E937174EC8C1AE91F08 (RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * __this, const RuntimeMethod* method);
// System.Int32 System.Text.RegularExpressions.RegexInterpreter::TrackPeek()
extern "C" IL2CPP_METHOD_ATTR int32_t RegexInterpreter_TrackPeek_m4EF7918CC0F10FFF7E73C1C9D13E74D1D8D13318 (RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * __this, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexInterpreter::Textto(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void RegexInterpreter_Textto_m6CE60A7C8FA9F9CEECD26BD6025F055EB64887AA (RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * __this, int32_t ___newpos0, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexInterpreter::StackPush(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void RegexInterpreter_StackPush_mC28C3F8B3C811C4DCA6CD312F7F487206C871E55 (RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * __this, int32_t ___I10, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexInterpreter::TrackPush()
extern "C" IL2CPP_METHOD_ATTR void RegexInterpreter_TrackPush_m5A8B9F863211AAEC7E5FAD14ECDDAFDE3059210D (RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * __this, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexInterpreter::Advance()
extern "C" IL2CPP_METHOD_ATTR void RegexInterpreter_Advance_mCD1A51680CD0318DDF6D104DE8C722FCCC468CCA (RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * __this, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexInterpreter::StackPop()
extern "C" IL2CPP_METHOD_ATTR void RegexInterpreter_StackPop_mD057CA7B190ED8FBD33C6CE48E1F28E4B09FC4F2 (RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * __this, const RuntimeMethod* method);
// System.Int32 System.Text.RegularExpressions.RegexInterpreter::StackPeek()
extern "C" IL2CPP_METHOD_ATTR int32_t RegexInterpreter_StackPeek_m08C28311048F6B075379EE46B924FC211BA48EC6 (RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * __this, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexRunner::TransferCapture(System.Int32,System.Int32,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void RegexRunner_TransferCapture_m4F01B5A96647BC3FD338ACF6D509741D80FEC837 (RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * __this, int32_t ___capnum0, int32_t ___uncapnum1, int32_t ___start2, int32_t ___end3, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexRunner::Capture(System.Int32,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void RegexRunner_Capture_mE34CB0D3351BCC69F6FDE6CDEA763B93C5E92642 (RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * __this, int32_t ___capnum0, int32_t ___start1, int32_t ___end2, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexRunner::Uncapture()
extern "C" IL2CPP_METHOD_ATTR void RegexRunner_Uncapture_mA7163C77BE1683E508821AB251F33FB7520CE3F8 (RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * __this, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexInterpreter::TrackPush(System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void RegexInterpreter_TrackPush_m3EA36B28D636D1C617F85CEA57650344B562A38F (RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * __this, int32_t ___I10, int32_t ___I21, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexInterpreter::TrackPush2(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void RegexInterpreter_TrackPush2_m4EBCF8B183717311AEE3FAA6AD6FAF1F08B14F77 (RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * __this, int32_t ___I10, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexInterpreter::TrackPop(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void RegexInterpreter_TrackPop_m73AB2E002DB92E231B62510861277320F76BEEED (RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * __this, int32_t ___framesize0, const RuntimeMethod* method);
// System.Int32 System.Text.RegularExpressions.RegexInterpreter::TrackPeek(System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t RegexInterpreter_TrackPeek_mEECF3E94E7823A68474C691F695D71087729553C (RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * __this, int32_t ___i0, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexInterpreter::StackPush(System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void RegexInterpreter_StackPush_m911FF20379BF912884E7F98BB59CFB6C51AA1861 (RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * __this, int32_t ___I10, int32_t ___I21, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexInterpreter::StackPop(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void RegexInterpreter_StackPop_m90FC35FD76D9B63851ECFD641DAA08B1B58C7B91 (RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * __this, int32_t ___framesize0, const RuntimeMethod* method);
// System.Int32 System.Text.RegularExpressions.RegexInterpreter::StackPeek(System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t RegexInterpreter_StackPeek_m308DE22A8E1AF524319E7F1D5A94DBFEC37700ED (RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * __this, int32_t ___i0, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexInterpreter::TrackPush2(System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void RegexInterpreter_TrackPush2_mD591F73FDDF69084636E0834BCCD530B057898FF (RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * __this, int32_t ___I10, int32_t ___I21, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexInterpreter::TrackPush(System.Int32,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void RegexInterpreter_TrackPush_mBCAADB1DF177D91DC9AA4518DCDB3AAF7D6C0E15 (RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * __this, int32_t ___I10, int32_t ___I21, int32_t ___I32, const RuntimeMethod* method);
// System.Int32 System.Text.RegularExpressions.RegexInterpreter::Trackpos()
extern "C" IL2CPP_METHOD_ATTR int32_t RegexInterpreter_Trackpos_m472ADA4F5E1D07E71896E42714DFB723CB016842 (RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * __this, const RuntimeMethod* method);
// System.Int32 System.Text.RegularExpressions.RegexRunner::Crawlpos()
extern "C" IL2CPP_METHOD_ATTR int32_t RegexRunner_Crawlpos_m26A92CA69EF0C65BC7389834A12AD331538D064D (RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * __this, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexInterpreter::Trackto(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void RegexInterpreter_Trackto_m0C7B05A7385BE3F9BB096FE28DC22942A9F96783 (RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * __this, int32_t ___newpos0, const RuntimeMethod* method);
// System.Int32 System.Text.RegularExpressions.RegexInterpreter::Leftchars()
extern "C" IL2CPP_METHOD_ATTR int32_t RegexInterpreter_Leftchars_m3A200CD41FFE8C89CCB85B3CC7A367E32C5988D1 (RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * __this, const RuntimeMethod* method);
// System.Int32 System.Text.RegularExpressions.RegexInterpreter::Rightchars()
extern "C" IL2CPP_METHOD_ATTR int32_t RegexInterpreter_Rightchars_m3DB37A53D6C3DC3311C9EA020690CC0824959D30 (RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * __this, const RuntimeMethod* method);
// System.Boolean System.Text.RegularExpressions.RegexRunner::IsBoundary(System.Int32,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR bool RegexRunner_IsBoundary_m6C846E11790EC61A9E75A24230E1477913DB3441 (RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * __this, int32_t ___index0, int32_t ___startpos1, int32_t ___endpos2, const RuntimeMethod* method);
// System.Boolean System.Text.RegularExpressions.RegexRunner::IsECMABoundary(System.Int32,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR bool RegexRunner_IsECMABoundary_m35C5F5DDC7C2F0E57EBA2E9D9892A88EDAEE4B97 (RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * __this, int32_t ___index0, int32_t ___startpos1, int32_t ___endpos2, const RuntimeMethod* method);
// System.Int32 System.Text.RegularExpressions.RegexInterpreter::Textstart()
extern "C" IL2CPP_METHOD_ATTR int32_t RegexInterpreter_Textstart_mE71CFC006954F38B9EB6CD85BCC0867E63BF0894 (RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * __this, const RuntimeMethod* method);
// System.Boolean System.Text.RegularExpressions.RegexInterpreter::Stringmatch(System.String)
extern "C" IL2CPP_METHOD_ATTR bool RegexInterpreter_Stringmatch_m543BC6834400A925D2603AE6FBB47944694AFDF1 (RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * __this, String_t* ___str0, const RuntimeMethod* method);
// System.Int32 System.Text.RegularExpressions.RegexRunner::MatchIndex(System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t RegexRunner_MatchIndex_mA8EEC418C65572A82720F5D16BAC99224CF0251A (RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * __this, int32_t ___cap0, const RuntimeMethod* method);
// System.Int32 System.Text.RegularExpressions.RegexRunner::MatchLength(System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t RegexRunner_MatchLength_m06FA694D5EFE42F89C25C8599BBE86C7726DB2C6 (RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * __this, int32_t ___cap0, const RuntimeMethod* method);
// System.Boolean System.Text.RegularExpressions.RegexInterpreter::Refmatch(System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR bool RegexInterpreter_Refmatch_m52369ADBF64E25A9EEEBE216939454EBB8D8E138 (RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * __this, int32_t ___index0, int32_t ___len1, const RuntimeMethod* method);
// System.Int32 System.Text.RegularExpressions.RegexInterpreter::Bump()
extern "C" IL2CPP_METHOD_ATTR int32_t RegexInterpreter_Bump_mC33CB8A0CC0DF1C69F11115BD225D2D8B63F8753 (RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * __this, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexInterpreter::Backtrack()
extern "C" IL2CPP_METHOD_ATTR void RegexInterpreter_Backtrack_m46612DE84F898D1656DE30F3BA86E93209E279E1 (RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * __this, const RuntimeMethod* method);
// System.TimeSpan System.TimeSpan::FromTicks(System.Int64)
extern "C" IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 TimeSpan_FromTicks_mDF1F429F18294D57DE2739DBD2F33637E4E5F8F4 (int64_t p0, const RuntimeMethod* method);
// System.Void System.TimeoutException::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void TimeoutException__ctor_mF1C60F8EDC528DD4115617C3A3ED34CB20175F1A (TimeoutException_t15A6E9A2A5819966712B5CFAF756BAEA40E3B1B7 * __this, String_t* p0, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexMatchTimeoutException::Init(System.String,System.String,System.TimeSpan)
extern "C" IL2CPP_METHOD_ATTR void RegexMatchTimeoutException_Init_m0F165C7170A46724458C06DA5EC05536D8CB95B7 (RegexMatchTimeoutException_t78D3102CF3A9DEE18561827EDD878176482A6C7C * __this, String_t* ___input0, String_t* ___pattern1, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___timeout2, const RuntimeMethod* method);
// System.Void System.TimeoutException::.ctor()
extern "C" IL2CPP_METHOD_ATTR void TimeoutException__ctor_mB870CBFE33BA657A6C7FBFAB77984096ADCA62CF (TimeoutException_t15A6E9A2A5819966712B5CFAF756BAEA40E3B1B7 * __this, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexMatchTimeoutException::Init()
extern "C" IL2CPP_METHOD_ATTR void RegexMatchTimeoutException_Init_m09AF601CC7369F2D7E1300B166517FE7D20EB6F1 (RegexMatchTimeoutException_t78D3102CF3A9DEE18561827EDD878176482A6C7C * __this, const RuntimeMethod* method);
// System.Void System.TimeoutException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR void TimeoutException__ctor_m18609AA35D5F9E6B53E125B2B00D37EBBAB1DB65 (TimeoutException_t15A6E9A2A5819966712B5CFAF756BAEA40E3B1B7 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * p0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 p1, const RuntimeMethod* method);
// System.Void System.Exception::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR void Exception_GetObjectData_m76F759ED00FA218FFC522C32626B851FDE849AD6 (Exception_t * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * p0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 p1, const RuntimeMethod* method);
// System.Boolean System.Text.RegularExpressions.RegexNode::UseOptionR()
extern "C" IL2CPP_METHOD_ATTR bool RegexNode_UseOptionR_mB931929BBD1D89F8B263AA846C1665775096713E (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexNode>::Reverse(System.Int32,System.Int32)
inline void List_1_Reverse_mFF79DA2CBE7FC495ECEEF41772EF9DF622B64447 (List_1_tA5CDE89671B691180A7422F86077A0D047AD4059 * __this, int32_t p0, int32_t p1, const RuntimeMethod* method)
{
(( void (*) (List_1_tA5CDE89671B691180A7422F86077A0D047AD4059 *, int32_t, int32_t, const RuntimeMethod*))List_1_Reverse_m786E192E2E5C29CA1950F47DDD592AEB666FBEA0_gshared)(__this, p0, p1, method);
}
// System.Int32 System.Text.RegularExpressions.RegexNode::Type()
extern "C" IL2CPP_METHOD_ATTR int32_t RegexNode_Type_mFA1C2F11F3487BB1BCBA7F58FFB7975EC18E9CD4 (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * __this, const RuntimeMethod* method);
// System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexNode::ReduceAlternation()
extern "C" IL2CPP_METHOD_ATTR RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * RegexNode_ReduceAlternation_m60EECC172A975620A5118D14D6ECF8B846ECED9F (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * __this, const RuntimeMethod* method);
// System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexNode::ReduceConcatenation()
extern "C" IL2CPP_METHOD_ATTR RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * RegexNode_ReduceConcatenation_m4BE1B6DBBC0F4BAB9A3873414B5EE77D825AD53B (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * __this, const RuntimeMethod* method);
// System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexNode::ReduceRep()
extern "C" IL2CPP_METHOD_ATTR RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * RegexNode_ReduceRep_m726F03D9E2420F276A37777942B66D15CA73F77E (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * __this, const RuntimeMethod* method);
// System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexNode::ReduceGroup()
extern "C" IL2CPP_METHOD_ATTR RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * RegexNode_ReduceGroup_m069FA93D4F88006F18473E647069B349683B9204 (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * __this, const RuntimeMethod* method);
// System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexNode::ReduceSet()
extern "C" IL2CPP_METHOD_ATTR RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * RegexNode_ReduceSet_m912F4A0DFF694EB14DE520599369A811C2E9D10D (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * __this, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexNode::.ctor(System.Int32,System.Text.RegularExpressions.RegexOptions)
extern "C" IL2CPP_METHOD_ATTR void RegexNode__ctor_m29676E9646F598C827F25E906EEB6EA14A6FD5DB (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * __this, int32_t ___type0, int32_t ___options1, const RuntimeMethod* method);
// System.Boolean System.Text.RegularExpressions.RegexCharClass::IsEmpty(System.String)
extern "C" IL2CPP_METHOD_ATTR bool RegexCharClass_IsEmpty_mAD6C63FE25C4CF3E52A20185418925D12C4C07CF (String_t* ___charClass0, const RuntimeMethod* method);
// System.Boolean System.Text.RegularExpressions.RegexCharClass::IsSingletonInverse(System.String)
extern "C" IL2CPP_METHOD_ATTR bool RegexCharClass_IsSingletonInverse_m3E75D541C85AD842B9EB80705D6869EDB3F6928D (String_t* ___set0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexNode>::set_Item(System.Int32,!0)
inline void List_1_set_Item_m5E283276C9CE8898D76AD749141A35AAAF67A6FB (List_1_tA5CDE89671B691180A7422F86077A0D047AD4059 * __this, int32_t p0, RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * p1, const RuntimeMethod* method)
{
(( void (*) (List_1_tA5CDE89671B691180A7422F86077A0D047AD4059 *, int32_t, RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 *, const RuntimeMethod*))List_1_set_Item_m451452782977192583A6374A799099FCCD9BD83E_gshared)(__this, p0, p1, method);
}
// System.Void System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexNode>::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1<!0>)
inline void List_1_InsertRange_mB018EE7D70A808E15EBB5953FC014B69A525258C (List_1_tA5CDE89671B691180A7422F86077A0D047AD4059 * __this, int32_t p0, RuntimeObject* p1, const RuntimeMethod* method)
{
(( void (*) (List_1_tA5CDE89671B691180A7422F86077A0D047AD4059 *, int32_t, RuntimeObject*, const RuntimeMethod*))List_1_InsertRange_mFBEE52F4E68D54D546671D185BA11ED5D1E20B45_gshared)(__this, p0, p1, method);
}
// System.Boolean System.Text.RegularExpressions.RegexCharClass::IsMergeable(System.String)
extern "C" IL2CPP_METHOD_ATTR bool RegexCharClass_IsMergeable_mB9A0CD8306728BAFA5460C7FD748A2A7AD4BA448 (String_t* ___charClass0, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexCharClass::AddChar(System.Char)
extern "C" IL2CPP_METHOD_ATTR void RegexCharClass_AddChar_m4C4BFD42572978A9F98ADE75BE3811593957A9E3 (RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * __this, Il2CppChar ___c0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexNode>::RemoveRange(System.Int32,System.Int32)
inline void List_1_RemoveRange_m4ECDB1D23E113D71D12A932BDF896CA5F1C0878A (List_1_tA5CDE89671B691180A7422F86077A0D047AD4059 * __this, int32_t p0, int32_t p1, const RuntimeMethod* method)
{
(( void (*) (List_1_tA5CDE89671B691180A7422F86077A0D047AD4059 *, int32_t, int32_t, const RuntimeMethod*))List_1_RemoveRange_m89425146ABCF46BE030B6C4B3C85A8559550F983_gshared)(__this, p0, p1, method);
}
// System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexNode::StripEnation(System.Int32)
extern "C" IL2CPP_METHOD_ATTR RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * RegexNode_StripEnation_mE19E0A57BCE0D0BF47F51A5103C08FCC7BB9E24F (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * __this, int32_t ___emptyType0, const RuntimeMethod* method);
// System.String System.Convert::ToString(System.Char,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR String_t* Convert_ToString_m19979FD8FCD84DC6CFBF835D7666956E5138467B (Il2CppChar p0, RuntimeObject* p1, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexNode::MakeRep(System.Int32,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void RegexNode_MakeRep_mC310B028FBE3BD5EB80F83E4E05B891ADEE45C22 (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * __this, int32_t ___type0, int32_t ___min1, int32_t ___max2, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexNode::.ctor(System.Int32,System.Text.RegularExpressions.RegexOptions,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void RegexNode__ctor_m0EFEB707603B3C667626117E09A7EED58BBEC6D4 (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * __this, int32_t ___type0, int32_t ___options1, int32_t ___m2, int32_t ___n3, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexNode::AddChild(System.Text.RegularExpressions.RegexNode)
extern "C" IL2CPP_METHOD_ATTR void RegexNode_AddChild_m734A86A25E6074316FAC566F7D127253F7B71703 (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * __this, RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * ___newChild0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexNode>::.ctor(System.Int32)
inline void List_1__ctor_mA9E8A081175FBB7B3D9D82B8346C8A4F83263E74 (List_1_tA5CDE89671B691180A7422F86077A0D047AD4059 * __this, int32_t p0, const RuntimeMethod* method)
{
(( void (*) (List_1_tA5CDE89671B691180A7422F86077A0D047AD4059 *, int32_t, const RuntimeMethod*))List_1__ctor_mEE468B81D8E7C140F567D10FF7F5894A50EEEA57_gshared)(__this, p0, method);
}
// System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexNode::Reduce()
extern "C" IL2CPP_METHOD_ATTR RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * RegexNode_Reduce_mE9E22C30C296E328ABC7EDC9C52F18059FAE27C1 (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexNode>::Add(!0)
inline void List_1_Add_m730D2A2C9D88D7863C2130FA54148ACC5A6473B3 (List_1_tA5CDE89671B691180A7422F86077A0D047AD4059 * __this, RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * p0, const RuntimeMethod* method)
{
(( void (*) (List_1_tA5CDE89671B691180A7422F86077A0D047AD4059 *, RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 *, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, p0, method);
}
// System.Void System.Text.RegularExpressions.RegexParser::.ctor(System.Globalization.CultureInfo)
extern "C" IL2CPP_METHOD_ATTR void RegexParser__ctor_mC69D13B4FC323EE77392251139C5F2C456171310 (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture0, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexParser::SetPattern(System.String)
extern "C" IL2CPP_METHOD_ATTR void RegexParser_SetPattern_m4B385D83A9680A1B2707EBCA8659B6E12EDD5E46 (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, String_t* ___Re0, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexParser::CountCaptures()
extern "C" IL2CPP_METHOD_ATTR void RegexParser_CountCaptures_m5255DE4B24B8D9BA7B2A2A7A1FD79A67B36F4634 (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexParser::Reset(System.Text.RegularExpressions.RegexOptions)
extern "C" IL2CPP_METHOD_ATTR void RegexParser_Reset_mEC49D1DCEBC555768D2FB90DA42374F1C547E328 (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, int32_t ___topopts0, const RuntimeMethod* method);
// System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexParser::ScanRegex()
extern "C" IL2CPP_METHOD_ATTR RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * RegexParser_ScanRegex_m62049A6C66D6D8CDD795B9C740283D1EC85126DB (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, const RuntimeMethod* method);
// !0[] System.Collections.Generic.List`1<System.String>::ToArray()
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* List_1_ToArray_m9DD19D800AE6D84ED0729D5D97CAF84DF317DD38 (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * __this, const RuntimeMethod* method)
{
return (( StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* (*) (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, const RuntimeMethod*))List_1_ToArray_m801D4DEF3587F60F463F04EEABE5CBE711FE5612_gshared)(__this, method);
}
// System.Void System.Text.RegularExpressions.RegexTree::.ctor(System.Text.RegularExpressions.RegexNode,System.Collections.Hashtable,System.Int32[],System.Int32,System.Collections.Hashtable,System.String[],System.Text.RegularExpressions.RegexOptions)
extern "C" IL2CPP_METHOD_ATTR void RegexTree__ctor_m5B10D5149928B35CE397472028EE327669C211DA (RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6 * __this, RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * ___root0, Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___caps1, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___capnumlist2, int32_t ___captop3, Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___capnames4, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___capslist5, int32_t ___opts6, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexOptions>::.ctor()
inline void List_1__ctor_m6978DE5B878F10538C199B05F29EDC22A77A8723 (List_1_t85142A16ADC23C13E223599A626015FD40FF076A * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t85142A16ADC23C13E223599A626015FD40FF076A *, const RuntimeMethod*))List_1__ctor_mDA58E61666905CF6A675FFC4ECC2D3E5261C47ED_gshared)(__this, method);
}
// System.Void System.Collections.Hashtable::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Hashtable__ctor_m72506C0A5B2608721EA285A04F004A229B537A68 (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * __this, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexOptions>::get_Count()
inline int32_t List_1_get_Count_mA337754AA939A85CD0B346E24AA2C9A9A7006AED (List_1_t85142A16ADC23C13E223599A626015FD40FF076A * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t85142A16ADC23C13E223599A626015FD40FF076A *, const RuntimeMethod*))List_1_get_Count_m6CF108FE58A5B62BAD55E3D1972B735084A7A587_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexOptions>::RemoveRange(System.Int32,System.Int32)
inline void List_1_RemoveRange_m9A38ACC0E593B83CDD21A10B5E05450DC942C52C (List_1_t85142A16ADC23C13E223599A626015FD40FF076A * __this, int32_t p0, int32_t p1, const RuntimeMethod* method)
{
(( void (*) (List_1_t85142A16ADC23C13E223599A626015FD40FF076A *, int32_t, int32_t, const RuntimeMethod*))List_1_RemoveRange_m9A412FC2EE95F694D765EF0BB50580E32B769C92_gshared)(__this, p0, p1, method);
}
// System.Void System.Text.RegularExpressions.RegexParser::StartGroup(System.Text.RegularExpressions.RegexNode)
extern "C" IL2CPP_METHOD_ATTR void RegexParser_StartGroup_m36A6C0ED245D844CD2E630160994C3F2D7CCA994 (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * ___openGroup0, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexParser::ScanBlank()
extern "C" IL2CPP_METHOD_ATTR void RegexParser_ScanBlank_m99BA3097E182DE425BE0137BAFDD0218F0DF360D (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, const RuntimeMethod* method);
// System.Int32 System.Text.RegularExpressions.RegexParser::Textpos()
extern "C" IL2CPP_METHOD_ATTR int32_t RegexParser_Textpos_m36658DED82367E05DF4333E68A666FEEBC3DAC07 (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, const RuntimeMethod* method);
// System.Boolean System.Text.RegularExpressions.RegexParser::UseOptionX()
extern "C" IL2CPP_METHOD_ATTR bool RegexParser_UseOptionX_mD63DEED6741AEA0B3F6CC4239712A4B2EF690810 (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexParser::MoveRight()
extern "C" IL2CPP_METHOD_ATTR void RegexParser_MoveRight_m6F0A1C10AE9EA183F04A9E06B62B2B53648688AC (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, const RuntimeMethod* method);
// System.Int32 System.Text.RegularExpressions.RegexParser::CharsRight()
extern "C" IL2CPP_METHOD_ATTR int32_t RegexParser_CharsRight_m318662CFE3223C3FA5E921D376409B4E1B28F9B4 (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, const RuntimeMethod* method);
// System.Char System.Text.RegularExpressions.RegexParser::RightChar()
extern "C" IL2CPP_METHOD_ATTR Il2CppChar RegexParser_RightChar_m9E231199A8E5EA994AA1746FC5E977AF3823FDEB (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, const RuntimeMethod* method);
// System.Boolean System.Text.RegularExpressions.RegexParser::IsStopperX(System.Char)
extern "C" IL2CPP_METHOD_ATTR bool RegexParser_IsStopperX_m0BCF2DB4B0E1324C9109C8BFD486FC5DBA8DC646 (Il2CppChar ___ch0, const RuntimeMethod* method);
// System.Boolean System.Text.RegularExpressions.RegexParser::IsTrueQuantifier()
extern "C" IL2CPP_METHOD_ATTR bool RegexParser_IsTrueQuantifier_m4AA95A9CE7CD78600E8D525ECA5A095984FBC63F (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, const RuntimeMethod* method);
// System.Boolean System.Text.RegularExpressions.RegexParser::IsSpecial(System.Char)
extern "C" IL2CPP_METHOD_ATTR bool RegexParser_IsSpecial_mFF68456E944ACAF048B4F96F5758FFDD1D5E7DCD (Il2CppChar ___ch0, const RuntimeMethod* method);
// System.Boolean System.Text.RegularExpressions.RegexParser::IsQuantifier(System.Char)
extern "C" IL2CPP_METHOD_ATTR bool RegexParser_IsQuantifier_mE0620E30A63AD0C0DB9550A52A4A7D0BB4BC3A31 (Il2CppChar ___ch0, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexParser::AddConcatenate(System.Int32,System.Int32,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void RegexParser_AddConcatenate_m3743C87DFCD1784A949BFDCE9443845CCD630A5D (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, int32_t ___pos0, int32_t ___cch1, bool ___isReplacement2, const RuntimeMethod* method);
// System.Char System.Text.RegularExpressions.RegexParser::CharAt(System.Int32)
extern "C" IL2CPP_METHOD_ATTR Il2CppChar RegexParser_CharAt_m08DBAE0DFD788548F74E061031B7221154F96A77 (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, int32_t ___i0, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexParser::AddUnitOne(System.Char)
extern "C" IL2CPP_METHOD_ATTR void RegexParser_AddUnitOne_m72DFA82092408E9C63544126093D98390E0C2145 (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, Il2CppChar ___ch0, const RuntimeMethod* method);
// System.Boolean System.Text.RegularExpressions.RegexParser::UseOptionI()
extern "C" IL2CPP_METHOD_ATTR bool RegexParser_UseOptionI_mFA3B59BD8A6F61626E20F8FE909A23289E694263 (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, const RuntimeMethod* method);
// System.Text.RegularExpressions.RegexCharClass System.Text.RegularExpressions.RegexParser::ScanCharClass(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * RegexParser_ScanCharClass_mF775DA8BFD214C64BC3D91E07436543717976DC4 (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, bool ___caseInsensitive0, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexParser::AddUnitSet(System.String)
extern "C" IL2CPP_METHOD_ATTR void RegexParser_AddUnitSet_m024168548909EA2DF649E6194D60135312ADF5B3 (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, String_t* ___cc0, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexParser::PushOptions()
extern "C" IL2CPP_METHOD_ATTR void RegexParser_PushOptions_m2034533961B704CBFA0F97BD4A54CB7269F0D88A (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, const RuntimeMethod* method);
// System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexParser::ScanGroupOpen()
extern "C" IL2CPP_METHOD_ATTR RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * RegexParser_ScanGroupOpen_mA4918ACA08C7E4C945197BBE4EF734AF5B35096C (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexParser::PopKeepOptions()
extern "C" IL2CPP_METHOD_ATTR void RegexParser_PopKeepOptions_m8ACBCD324BAF7269F90AEB3CF901B666524658FA (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexParser::PushGroup()
extern "C" IL2CPP_METHOD_ATTR void RegexParser_PushGroup_m6F4246ECA3A6F29DA096C3B41D97652427E3175E (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexParser::AddAlternate()
extern "C" IL2CPP_METHOD_ATTR void RegexParser_AddAlternate_mDBDEEF8180738DE0D31CC05B0E223EFF0D66939B (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, const RuntimeMethod* method);
// System.Boolean System.Text.RegularExpressions.RegexParser::EmptyStack()
extern "C" IL2CPP_METHOD_ATTR bool RegexParser_EmptyStack_mB65B33DCF98A5967407B7C6A07F8799681202BE5 (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, const RuntimeMethod* method);
// System.ArgumentException System.Text.RegularExpressions.RegexParser::MakeException(System.String)
extern "C" IL2CPP_METHOD_ATTR ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * RegexParser_MakeException_m6D521D75808E2CD4255A68DC3456EAF2A88F2874 (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexParser::AddGroup()
extern "C" IL2CPP_METHOD_ATTR void RegexParser_AddGroup_m54BBB919E4D4AD05EFECBC3ECBE46FC4A90569EA (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexParser::PopGroup()
extern "C" IL2CPP_METHOD_ATTR void RegexParser_PopGroup_m43AB1FB84E11D8DFF6C5D38B9CAD324E5425DD74 (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexParser::PopOptions()
extern "C" IL2CPP_METHOD_ATTR void RegexParser_PopOptions_mA18691037302741375A44BD8BDC9387DFB07B676 (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, const RuntimeMethod* method);
// System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexParser::Unit()
extern "C" IL2CPP_METHOD_ATTR RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * RegexParser_Unit_mEAEEAC39DBE372DC762644F49E6E163CA37EA34E (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, const RuntimeMethod* method);
// System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexParser::ScanBackslash()
extern "C" IL2CPP_METHOD_ATTR RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * RegexParser_ScanBackslash_m45E9E0ABDB7DF70F58850B48905DE9DE026EA64C (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexParser::AddUnitNode(System.Text.RegularExpressions.RegexNode)
extern "C" IL2CPP_METHOD_ATTR void RegexParser_AddUnitNode_m6EE11A898128A169E41A5C7B38B1F3DD314FB304 (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * ___node0, const RuntimeMethod* method);
// System.Boolean System.Text.RegularExpressions.RegexParser::UseOptionM()
extern "C" IL2CPP_METHOD_ATTR bool RegexParser_UseOptionM_mDE945B2DE782D12A5013D408F4FFBCABEC48C63D (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexParser::AddUnitType(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void RegexParser_AddUnitType_m1ECB4025CA3B580F051CF6891D9C96922CA2FA7A (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, int32_t ___type0, const RuntimeMethod* method);
// System.Boolean System.Text.RegularExpressions.RegexParser::UseOptionS()
extern "C" IL2CPP_METHOD_ATTR bool RegexParser_UseOptionS_mE96EEA754E1EEEF658AAF73885D048342D1D200E (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexParser::AddUnitNotone(System.Char)
extern "C" IL2CPP_METHOD_ATTR void RegexParser_AddUnitNotone_mAA142A94BB7B6A358BA36A3920DB139382889749 (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, Il2CppChar ___ch0, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexParser::MoveLeft()
extern "C" IL2CPP_METHOD_ATTR void RegexParser_MoveLeft_m1BC035A4EA49F4168093B2AB0EEAB2653CB04033 (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexParser::AddConcatenate()
extern "C" IL2CPP_METHOD_ATTR void RegexParser_AddConcatenate_mF80F14978ED6626A8F8E5F37AEB3B946A01192C1 (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, const RuntimeMethod* method);
// System.Char System.Text.RegularExpressions.RegexParser::MoveRightGetChar()
extern "C" IL2CPP_METHOD_ATTR Il2CppChar RegexParser_MoveRightGetChar_m3CF088DE129BADB346CCEEF1D547E2D260BC894A (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, const RuntimeMethod* method);
// System.Int32 System.Text.RegularExpressions.RegexParser::ScanDecimal()
extern "C" IL2CPP_METHOD_ATTR int32_t RegexParser_ScanDecimal_mE966D2C7F357215A52F88120F40A37707C1AB33A (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexParser::Textto(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void RegexParser_Textto_m5C8BAB13E35429238EA9A5F13D5A5A580D0DD3AC (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, int32_t ___pos0, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexParser::AddConcatenate(System.Boolean,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void RegexParser_AddConcatenate_m81CC39ED404E571347F0E97650F3BEB14639B1B0 (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, bool ___lazy0, int32_t ___min1, int32_t ___max2, const RuntimeMethod* method);
// System.Text.RegularExpressions.RegexCharClass System.Text.RegularExpressions.RegexParser::ScanCharClass(System.Boolean,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * RegexParser_ScanCharClass_mFE669B1C9CB6652157D9E8DAEE5B924C581AE81F (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, bool ___caseInsensitive0, bool ___scanOnly1, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexCharClass::set_Negate(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void RegexCharClass_set_Negate_mEB8659D83748A4DF28CDDFC3AC573A6504385E09 (RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * __this, bool ___value0, const RuntimeMethod* method);
// System.Boolean System.Text.RegularExpressions.RegexParser::UseOptionE()
extern "C" IL2CPP_METHOD_ATTR bool RegexParser_UseOptionE_mC171EEF863E091591BAD771F16B72D742F044096 (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexCharClass::AddDigit(System.Boolean,System.Boolean,System.String)
extern "C" IL2CPP_METHOD_ATTR void RegexCharClass_AddDigit_mC4DE43D884E575729BB2E575DA5552989368F6B3 (RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * __this, bool ___ecma0, bool ___negate1, String_t* ___pattern2, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexCharClass::AddSpace(System.Boolean,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void RegexCharClass_AddSpace_mC6557749D96EBD114BCB133D14887A29304196D8 (RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * __this, bool ___ecma0, bool ___negate1, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexCharClass::AddWord(System.Boolean,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void RegexCharClass_AddWord_m1D2553B878162B32B0548536AE4C3EE673041CA0 (RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * __this, bool ___ecma0, bool ___negate1, const RuntimeMethod* method);
// System.String System.Text.RegularExpressions.RegexParser::ParseProperty()
extern "C" IL2CPP_METHOD_ATTR String_t* RegexParser_ParseProperty_m69C638E755F0A5C1A2BC8E08827E6124889C2CEF (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, const RuntimeMethod* method);
// System.Char System.Text.RegularExpressions.RegexParser::ScanCharEscape()
extern "C" IL2CPP_METHOD_ATTR Il2CppChar RegexParser_ScanCharEscape_mF8821EE73F3F8A5D4267642F6E4F0A666FA5E7A6 (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, const RuntimeMethod* method);
// System.String System.Text.RegularExpressions.RegexParser::ScanCapname()
extern "C" IL2CPP_METHOD_ATTR String_t* RegexParser_ScanCapname_m1D4DB4E5DA312CBCA841391F729CC626DC657D85 (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexCharClass::AddSubtraction(System.Text.RegularExpressions.RegexCharClass)
extern "C" IL2CPP_METHOD_ATTR void RegexCharClass_AddSubtraction_m17E538235B02A1435BD43D4FE4501DA67AA35145 (RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * __this, RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * ___sub0, const RuntimeMethod* method);
// System.Char System.Text.RegularExpressions.RegexParser::RightChar(System.Int32)
extern "C" IL2CPP_METHOD_ATTR Il2CppChar RegexParser_RightChar_m246E9E1F8D0A4A8E485C23E233CD3915C23739D8 (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, int32_t ___i0, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexParser::MoveRight(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void RegexParser_MoveRight_m7D1D27C901CAB81BCF60803E22FBDF2DEEC6CC51 (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, int32_t ___i0, const RuntimeMethod* method);
// System.Boolean System.Text.RegularExpressions.RegexParser::UseOptionN()
extern "C" IL2CPP_METHOD_ATTR bool RegexParser_UseOptionN_mE9C62585222B2D99D295708E4486C952973F35D5 (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, const RuntimeMethod* method);
// System.Boolean System.Text.RegularExpressions.RegexParser::IsCaptureSlot(System.Int32)
extern "C" IL2CPP_METHOD_ATTR bool RegexParser_IsCaptureSlot_m80540BE449D9B98B2B159CD5169F7AA6DB63CB80 (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, int32_t ___i0, const RuntimeMethod* method);
// System.Boolean System.Text.RegularExpressions.RegexCharClass::IsWordChar(System.Char)
extern "C" IL2CPP_METHOD_ATTR bool RegexCharClass_IsWordChar_m2DF03D32DAB403138E397CB05F45D37BD50EB18C (Il2CppChar ___ch0, const RuntimeMethod* method);
// System.Boolean System.Text.RegularExpressions.RegexParser::IsCaptureName(System.String)
extern "C" IL2CPP_METHOD_ATTR bool RegexParser_IsCaptureName_mBFB85B16ED80CA59452491B4C3278C77ADCA1FDF (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, String_t* ___capname0, const RuntimeMethod* method);
// System.Int32 System.Text.RegularExpressions.RegexParser::CaptureSlotFromName(System.String)
extern "C" IL2CPP_METHOD_ATTR int32_t RegexParser_CaptureSlotFromName_mE3FD1D57EB29D4C7A0E4029E4D4785297798EE43 (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, String_t* ___capname0, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexNode::.ctor(System.Int32,System.Text.RegularExpressions.RegexOptions,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void RegexNode__ctor_mAE76BA90AA85F205CB0CC6799F06D1AD85A49F64 (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * __this, int32_t ___type0, int32_t ___options1, int32_t ___m2, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexParser::ScanOptions()
extern "C" IL2CPP_METHOD_ATTR void RegexParser_ScanOptions_m5CD283C15179190846762B90F78F0A87E7495537 (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, const RuntimeMethod* method);
// System.Boolean System.Text.RegularExpressions.RegexParser::IsSpace(System.Char)
extern "C" IL2CPP_METHOD_ATTR bool RegexParser_IsSpace_m1E41FA7DD1FB93BF9220530CA91B35EF08879F30 (Il2CppChar ___ch0, const RuntimeMethod* method);
// System.Int32 System.Text.RegularExpressions.RegexParser::TypeFromCode(System.Char)
extern "C" IL2CPP_METHOD_ATTR int32_t RegexParser_TypeFromCode_m0969E0D233AC767039B0A333901F47A22BABE0E8 (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, Il2CppChar ___ch0, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexNode::.ctor(System.Int32,System.Text.RegularExpressions.RegexOptions,System.String)
extern "C" IL2CPP_METHOD_ATTR void RegexNode__ctor_m89ACB97FB7FE8B38C0D69F0F2445A7916BC67D85 (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * __this, int32_t ___type0, int32_t ___options1, String_t* ___str2, const RuntimeMethod* method);
// System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexParser::ScanBasicBackslash()
extern "C" IL2CPP_METHOD_ATTR RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * RegexParser_ScanBasicBackslash_m5F438E56ACBE272622D39D4208B2D5ED536DD7B8 (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexNode::.ctor(System.Int32,System.Text.RegularExpressions.RegexOptions,System.Char)
extern "C" IL2CPP_METHOD_ATTR void RegexNode__ctor_m92FB70D6C28D7E021A2A1ACBAD583461AB014F11 (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * __this, int32_t ___type0, int32_t ___options1, Il2CppChar ___ch2, const RuntimeMethod* method);
// System.Int32 System.Text.RegularExpressions.RegexParser::HexDigit(System.Char)
extern "C" IL2CPP_METHOD_ATTR int32_t RegexParser_HexDigit_m4BAEE94B2077B96A4B1D56C459EFB2B1938E1174 (Il2CppChar ___ch0, const RuntimeMethod* method);
// System.Text.RegularExpressions.RegexOptions System.Text.RegularExpressions.RegexParser::OptionFromCode(System.Char)
extern "C" IL2CPP_METHOD_ATTR int32_t RegexParser_OptionFromCode_m6BCD10574DF5E08599B5F7FC8E947E3DC69EE151 (Il2CppChar ___ch0, const RuntimeMethod* method);
// System.Boolean System.Text.RegularExpressions.RegexParser::IsOnlyTopOption(System.Text.RegularExpressions.RegexOptions)
extern "C" IL2CPP_METHOD_ATTR bool RegexParser_IsOnlyTopOption_m66FE256A81BBD173C96B90EE9EBE9721F9ED16A1 (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, int32_t ___option0, const RuntimeMethod* method);
// System.Char System.Text.RegularExpressions.RegexParser::ScanOctal()
extern "C" IL2CPP_METHOD_ATTR Il2CppChar RegexParser_ScanOctal_mCF3925D06CBBA1DD0CB60199F59991D099430C3A (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, const RuntimeMethod* method);
// System.Char System.Text.RegularExpressions.RegexParser::ScanHex(System.Int32)
extern "C" IL2CPP_METHOD_ATTR Il2CppChar RegexParser_ScanHex_m296FC19218F8186D2C1B630DF9F138CFB195625E (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, int32_t ___c0, const RuntimeMethod* method);
// System.Char System.Text.RegularExpressions.RegexParser::ScanControl()
extern "C" IL2CPP_METHOD_ATTR Il2CppChar RegexParser_ScanControl_m244F59DA2B0711D154B7D68CCB5765390C65B5B8 (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexParser::NoteCaptureSlot(System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void RegexParser_NoteCaptureSlot_m8B2D20B819C86E427837C879CCA72B9BCD1C4AA8 (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, int32_t ___i0, int32_t ___pos1, const RuntimeMethod* method);
// System.Boolean System.Text.RegularExpressions.RegexParser::EmptyOptionsStack()
extern "C" IL2CPP_METHOD_ATTR bool RegexParser_EmptyOptionsStack_m5FCB7AF81ACB5C91A73231C9F0AA0DFB32067A45 (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexParser::NoteCaptureName(System.String,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void RegexParser_NoteCaptureName_m96A5301077C4C6554E993A2266EA40B690F455C4 (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, String_t* ___name0, int32_t ___pos1, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexParser::AssignNameSlots()
extern "C" IL2CPP_METHOD_ATTR void RegexParser_AssignNameSlots_m168605CD3A6D6AAA52AFFDB13BE3D5DFAC3FE94B (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.String>::.ctor()
inline void List_1__ctor_mDA22758D73530683C950C5CCF39BDB4E7E1F3F06 (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<System.String>::Add(!0)
inline void List_1_Add_mA348FA1140766465189459D25B01EB179001DE83 (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * __this, String_t* p0, const RuntimeMethod* method)
{
(( void (*) (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, String_t*, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, p0, method);
}
// !0 System.Collections.Generic.List`1<System.String>::get_Item(System.Int32)
inline String_t* List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * __this, int32_t p0, const RuntimeMethod* method)
{
return (( String_t* (*) (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared)(__this, p0, method);
}
// System.Collections.Generic.Comparer`1<!0> System.Collections.Generic.Comparer`1<System.Int32>::get_Default()
inline Comparer_1_t0796DB4CA0FA9609FBB2A6AEBA7EDF7DD7EE23A2 * Comparer_1_get_Default_m1368B89D774A69F6788B9F844A300D8C56561145 (const RuntimeMethod* method)
{
return (( Comparer_1_t0796DB4CA0FA9609FBB2A6AEBA7EDF7DD7EE23A2 * (*) (const RuntimeMethod*))Comparer_1_get_Default_m1368B89D774A69F6788B9F844A300D8C56561145_gshared)(method);
}
// System.Void System.Array::Sort<System.Int32>(!!0[],System.Collections.Generic.IComparer`1<!!0>)
inline void Array_Sort_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_mF8C00D6C67C0F239A75E77ACA2671DA387929311 (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* p0, RuntimeObject* p1, const RuntimeMethod* method)
{
(( void (*) (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*, RuntimeObject*, const RuntimeMethod*))Array_Sort_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_mF8C00D6C67C0F239A75E77ACA2671DA387929311_gshared)(p0, p1, method);
}
// System.String System.Convert::ToString(System.Int32,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR String_t* Convert_ToString_m013DD2590D9DCBA00A8A4FEEBE7FC2DBD4DDBC70 (int32_t p0, RuntimeObject* p1, const RuntimeMethod* method);
// System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexNode::ReverseLeft()
extern "C" IL2CPP_METHOD_ATTR RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * RegexNode_ReverseLeft_m994638E4886D007B9B29BC23EA3C8D76A92099FD (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * __this, const RuntimeMethod* method);
// System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexNode::MakeQuantifier(System.Boolean,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * RegexNode_MakeQuantifier_m1332537AA6BCCCD68A3E59EA7994CCFE69A19444 (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * __this, bool ___lazy0, int32_t ___min1, int32_t ___max2, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexOptions>::Add(!0)
inline void List_1_Add_mBECAFFDC2D6DFE446DC029080344E7C2255D3F7C (List_1_t85142A16ADC23C13E223599A626015FD40FF076A * __this, int32_t p0, const RuntimeMethod* method)
{
(( void (*) (List_1_t85142A16ADC23C13E223599A626015FD40FF076A *, int32_t, const RuntimeMethod*))List_1_Add_m848B0A68E1AF949EA5CDDB579E8F69CE5DFB4631_gshared)(__this, p0, method);
}
// !0 System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexOptions>::get_Item(System.Int32)
inline int32_t List_1_get_Item_m77812D7375021A781EEDB58C7E01FE1255A5F8F3 (List_1_t85142A16ADC23C13E223599A626015FD40FF076A * __this, int32_t p0, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t85142A16ADC23C13E223599A626015FD40FF076A *, int32_t, const RuntimeMethod*))List_1_get_Item_mCFD41F6E4658708CB4B57EC8A9F35DACFAED19DB_gshared)(__this, p0, method);
}
// System.Void System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexOptions>::RemoveAt(System.Int32)
inline void List_1_RemoveAt_mBBB31D656F3FE6BA9249E99E3C79B506AB184DCD (List_1_t85142A16ADC23C13E223599A626015FD40FF076A * __this, int32_t p0, const RuntimeMethod* method)
{
(( void (*) (List_1_t85142A16ADC23C13E223599A626015FD40FF076A *, int32_t, const RuntimeMethod*))List_1_RemoveAt_m92F67C4A27C7188ADB74AD04745ED043A11AB636_gshared)(__this, p0, method);
}
// System.Void System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array,System.RuntimeFieldHandle)
extern "C" IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A (RuntimeArray * p0, RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF p1, const RuntimeMethod* method);
// System.Double System.TimeSpan::get_TotalMilliseconds()
extern "C" IL2CPP_METHOD_ATTR double TimeSpan_get_TotalMilliseconds_m48B00B27D485CC556C10A5119BC11E1A1E0FE363 (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * __this, const RuntimeMethod* method);
// System.Boolean System.Text.RegularExpressions.Regex::get_RightToLeft()
extern "C" IL2CPP_METHOD_ATTR bool Regex_get_RightToLeft_m546BF531C94563A11427CD24367525462CDB4509 (Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * __this, const RuntimeMethod* method);
// System.Text.RegularExpressions.Match System.Text.RegularExpressions.Match::get_Empty()
extern "C" IL2CPP_METHOD_ATTR Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * Match_get_Empty_m5D3AE3D0580F06ED901EE69FCCED6AF44715528F (const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexRunner::StartTimeoutWatch()
extern "C" IL2CPP_METHOD_ATTR void RegexRunner_StartTimeoutWatch_m257FBE0C72761082A11D275954C6A1343EB13301 (RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * __this, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexRunner::InitMatch()
extern "C" IL2CPP_METHOD_ATTR void RegexRunner_InitMatch_mF9CD772D4A8E12F89B4785324CD6939ABAE89AD4 (RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * __this, const RuntimeMethod* method);
// System.Text.RegularExpressions.Match System.Text.RegularExpressions.RegexRunner::TidyMatch(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * RegexRunner_TidyMatch_m61A8AE20E505F2055B276EB020EB0B804ED2D924 (RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * __this, bool ___quick0, const RuntimeMethod* method);
// System.Int32 System.Environment::get_TickCount()
extern "C" IL2CPP_METHOD_ATTR int32_t Environment_get_TickCount_m0A119BE4354EA90C82CC48E559588C987A79FE0C (const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexRunner::DoCheckTimeout()
extern "C" IL2CPP_METHOD_ATTR void RegexRunner_DoCheckTimeout_mCDAA40848A2F8AAD70928FFD8A6C08FF2D9E72A3 (RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * __this, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexMatchTimeoutException::.ctor(System.String,System.String,System.TimeSpan)
extern "C" IL2CPP_METHOD_ATTR void RegexMatchTimeoutException__ctor_mCCDB413A8F68D924B276B8FED2744E81BE4C89AF (RegexMatchTimeoutException_t78D3102CF3A9DEE18561827EDD878176482A6C7C * __this, String_t* ___regexInput0, String_t* ___regexPattern1, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___matchTimeout2, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.MatchSparse::.ctor(System.Text.RegularExpressions.Regex,System.Collections.Hashtable,System.Int32,System.String,System.Int32,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void MatchSparse__ctor_mEA523FCAF96D8A81401D3ED010CACE4463CCE811 (MatchSparse_t73BEE39B7EBE30B7460558DCA846B704C94B571C * __this, Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * ___regex0, Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___caps1, int32_t ___capcount2, String_t* ___text3, int32_t ___begpos4, int32_t ___len5, int32_t ___startpos6, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexRunner::DoubleStack()
extern "C" IL2CPP_METHOD_ATTR void RegexRunner_DoubleStack_m8969F05F9E086EAA194DCBD2F137778239918925 (RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * __this, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexRunner::DoubleTrack()
extern "C" IL2CPP_METHOD_ATTR void RegexRunner_DoubleTrack_m057C14C51F137222469C6526406B0E1069747618 (RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * __this, const RuntimeMethod* method);
// System.Boolean System.Text.RegularExpressions.RegexCharClass::IsECMAWordChar(System.Char)
extern "C" IL2CPP_METHOD_ATTR bool RegexCharClass_IsECMAWordChar_m6E7FC296DB816D89E3D6CF8672DCE6DFC519D741 (Il2CppChar ___ch0, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexRunner::DoubleCrawl()
extern "C" IL2CPP_METHOD_ATTR void RegexRunner_DoubleCrawl_mF0425849E5E3C2BA5E9009CED7DE245C8CA0F7CC (RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * __this, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexRunner::Crawl(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void RegexRunner_Crawl_m655A5D262056F7E13F0645CE5611AE65E83D97DB (RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * __this, int32_t ___i0, const RuntimeMethod* method);
// System.Int32 System.Text.RegularExpressions.RegexRunner::Popcrawl()
extern "C" IL2CPP_METHOD_ATTR int32_t RegexRunner_Popcrawl_mD8C76E2C584E6908F4BB11E055B97581F0CF7268 (RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * __this, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexWriter::.ctor()
extern "C" IL2CPP_METHOD_ATTR void RegexWriter__ctor_m63A858FAE36A8640812DFF917751C1E215A2AE82 (RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * __this, const RuntimeMethod* method);
// System.Text.RegularExpressions.RegexCode System.Text.RegularExpressions.RegexWriter::RegexCodeFromRegexTree(System.Text.RegularExpressions.RegexTree)
extern "C" IL2CPP_METHOD_ATTR RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA * RegexWriter_RegexCodeFromRegexTree_mAC489A29C00688CA929661BC394F1C4CF997CFC5 (RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * __this, RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6 * ___tree0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.String,System.Int32>::.ctor()
inline void Dictionary_2__ctor_m20A5B6C6950ACF998FE28F7FACEA19C755593E62 (Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB *, const RuntimeMethod*))Dictionary_2__ctor_m56FBD260A4D190AD833E9B108B1E80A574AA62C4_gshared)(__this, method);
}
// System.Boolean System.Text.RegularExpressions.RegexCode::OpcodeBacktracks(System.Int32)
extern "C" IL2CPP_METHOD_ATTR bool RegexCode_OpcodeBacktracks_mDA23B91B55FE4991B168BF8E18F6DDDC7667B882 (int32_t ___Op0, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Int32>::ContainsKey(!0)
inline bool Dictionary_2_ContainsKey_m6DC4AF7F40FA029B9407E83E9EFD98FA5C3BA545 (Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * __this, String_t* p0, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB *, String_t*, const RuntimeMethod*))Dictionary_2_ContainsKey_mB52B1B96EEFC5261F10998A81DAA5A02ED025265_gshared)(__this, p0, method);
}
// !1 System.Collections.Generic.Dictionary`2<System.String,System.Int32>::get_Item(!0)
inline int32_t Dictionary_2_get_Item_m8B16E8CBD6B9EE71984601DB60ADB40673ADD5CC (Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * __this, String_t* p0, const RuntimeMethod* method)
{
return (( int32_t (*) (Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB *, String_t*, const RuntimeMethod*))Dictionary_2_get_Item_m6F2BB7FC61476D210FA060962086B5B21FB1B6CA_gshared)(__this, p0, method);
}
// System.Void System.Collections.Generic.Dictionary`2<System.String,System.Int32>::set_Item(!0,!1)
inline void Dictionary_2_set_Item_mDBA4C5D99B9605672D2F04AF3184C5E043D1BD3A (Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * __this, String_t* p0, int32_t p1, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB *, String_t*, int32_t, const RuntimeMethod*))Dictionary_2_set_Item_mC87D8EECD8406043786CC95870458389CEF82CDF_gshared)(__this, p0, p1, method);
}
// System.Void System.Text.RegularExpressions.RegexWriter::Emit(System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void RegexWriter_Emit_m6B0ACB44155A07161060838F483D555E7EF6ACED (RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * __this, int32_t ___op0, int32_t ___opd11, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexWriter::EmitFragment(System.Int32,System.Text.RegularExpressions.RegexNode,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void RegexWriter_EmitFragment_mEFDD8EA3A65320222CF4EA8A52B33C687EE0C5AC (RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * __this, int32_t ___nodetype0, RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * ___node1, int32_t ___CurIndex2, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexWriter::PushInt(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void RegexWriter_PushInt_mFBC85956A26FEBC66244C8DFC881106D85DD2C1D (RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * __this, int32_t ___I0, const RuntimeMethod* method);
// System.Boolean System.Text.RegularExpressions.RegexWriter::EmptyStack()
extern "C" IL2CPP_METHOD_ATTR bool RegexWriter_EmptyStack_mB0C109FA21F5CFD16A34438BA1CC1CE8BED91E7C (RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * __this, const RuntimeMethod* method);
// System.Int32 System.Text.RegularExpressions.RegexWriter::PopInt()
extern "C" IL2CPP_METHOD_ATTR int32_t RegexWriter_PopInt_m8885F9428571674EC224D6BBC93570B1B4671713 (RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * __this, const RuntimeMethod* method);
// System.Int32 System.Text.RegularExpressions.RegexWriter::CurPos()
extern "C" IL2CPP_METHOD_ATTR int32_t RegexWriter_CurPos_mEA105879492A4B415FA8AC25B29AA49153F83C18 (RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * __this, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexWriter::PatchJump(System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void RegexWriter_PatchJump_m6C0A440142E7AC772AD4AF7DF5D8291B6CA6D7D2 (RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * __this, int32_t ___Offset0, int32_t ___jumpDest1, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexWriter::Emit(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void RegexWriter_Emit_mDC0B76CE49A6DE83DD2D169236BCD516AE9263EF (RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * __this, int32_t ___op0, const RuntimeMethod* method);
// System.Text.RegularExpressions.RegexPrefix System.Text.RegularExpressions.RegexFCD::FirstChars(System.Text.RegularExpressions.RegexTree)
extern "C" IL2CPP_METHOD_ATTR RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 * RegexFCD_FirstChars_mC60DC5CA9A078998CB55594436AB9CBFD86478FB (RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6 * ___t0, const RuntimeMethod* method);
// System.Text.RegularExpressions.RegexPrefix System.Text.RegularExpressions.RegexFCD::Prefix(System.Text.RegularExpressions.RegexTree)
extern "C" IL2CPP_METHOD_ATTR RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 * RegexFCD_Prefix_m50B30C508C6745832FD3A76B2169462455C1A28E (RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6 * ___tree0, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexBoyerMoore::.ctor(System.String,System.Boolean,System.Boolean,System.Globalization.CultureInfo)
extern "C" IL2CPP_METHOD_ATTR void RegexBoyerMoore__ctor_m39674FB18BB75DD891AAE3781FDA0CCDDEBC2F8C (RegexBoyerMoore_t37ED99A3CC25068E4D3DE4517835CFFCCF2FA1EB * __this, String_t* ___pattern0, bool ___caseInsensitive1, bool ___rightToLeft2, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture3, const RuntimeMethod* method);
// System.Int32 System.Text.RegularExpressions.RegexFCD::Anchors(System.Text.RegularExpressions.RegexTree)
extern "C" IL2CPP_METHOD_ATTR int32_t RegexFCD_Anchors_m562FA644F10503074714E0F58A2A00F9F727D75E (RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6 * ___tree0, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexCode::.ctor(System.Int32[],System.Collections.Generic.List`1<System.String>,System.Int32,System.Collections.Hashtable,System.Int32,System.Text.RegularExpressions.RegexBoyerMoore,System.Text.RegularExpressions.RegexPrefix,System.Int32,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void RegexCode__ctor_mBCB059D3E98AEA211794E89DDF99193231F298CA (RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA * __this, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___codes0, List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ___stringlist1, int32_t ___trackcount2, Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___caps3, int32_t ___capsize4, RegexBoyerMoore_t37ED99A3CC25068E4D3DE4517835CFFCCF2FA1EB * ___bmPrefix5, RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 * ___fcPrefix6, int32_t ___anchors7, bool ___rightToLeft8, const RuntimeMethod* method);
// System.Int32 System.Text.RegularExpressions.RegexWriter::MapCapnum(System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t RegexWriter_MapCapnum_m6AFE8BED80960BAA522EAA873D535C9D5AD4B811 (RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * __this, int32_t ___capnum0, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.RegexWriter::Emit(System.Int32,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void RegexWriter_Emit_m7C1D08F071C805F13DBF7684AEC3F2F7E748C497 (RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * __this, int32_t ___op0, int32_t ___opd11, int32_t ___opd22, const RuntimeMethod* method);
// System.Int32 System.Text.RegularExpressions.RegexWriter::StringCode(System.String)
extern "C" IL2CPP_METHOD_ATTR int32_t RegexWriter_StringCode_m6AA17FFEBDD5E155004F05A78CF13B0D8E901158 (RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * __this, String_t* ___str0, const RuntimeMethod* method);
// System.ArgumentException System.Text.RegularExpressions.RegexWriter::MakeException(System.String)
extern "C" IL2CPP_METHOD_ATTR ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * RegexWriter_MakeException_m443C4CFA99AE06710D1E1BFA3D6EB9737AE70F17 (RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Void System.WeakReference::.ctor(System.Object)
extern "C" IL2CPP_METHOD_ATTR void WeakReference__ctor_m12F7412E9F228AA2276BBB37441CFBCD21A0ABBB (WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * __this, RuntimeObject * p0, const RuntimeMethod* method);
// System.String System.DomainNameHelper::ParseCanonicalName(System.String,System.Int32,System.Int32,System.Boolean&)
extern "C" IL2CPP_METHOD_ATTR String_t* DomainNameHelper_ParseCanonicalName_mFE738FD1237E2D9D9A1B27BA73F58B1689D451E4 (String_t* ___str0, int32_t ___start1, int32_t ___end2, bool* ___loopback3, const RuntimeMethod* method);
// System.Boolean System.Char::IsLetter(System.Char)
extern "C" IL2CPP_METHOD_ATTR bool Char_IsLetter_mCC7F387F16C2DE7C85B6A1A0C5BC75D92A813DFE (Il2CppChar p0, const RuntimeMethod* method);
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.Cryptography.X509Certificates.X509ExtensionEnumerator::.ctor(System.Collections.ArrayList)
extern "C" IL2CPP_METHOD_ATTR void X509ExtensionEnumerator__ctor_m2CE5EA915CAC6E73B7F777B14D42574786E58F80 (X509ExtensionEnumerator_tD857681A1E92F6D18ADCA3710A0176A221D151D8 * __this, ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___list0, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = ___list0;
NullCheck(L_0);
RuntimeObject* L_1 = VirtFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_0);
__this->set_enumerator_0(L_1);
return;
}
}
// System.Object System.Security.Cryptography.X509Certificates.X509ExtensionEnumerator::System.Collections.IEnumerator.get_Current()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * X509ExtensionEnumerator_System_Collections_IEnumerator_get_Current_m98D99FAE6C265390BF7C7464D72A1C0D1059DF19 (X509ExtensionEnumerator_tD857681A1E92F6D18ADCA3710A0176A221D151D8 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509ExtensionEnumerator_System_Collections_IEnumerator_get_Current_m98D99FAE6C265390BF7C7464D72A1C0D1059DF19_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = __this->get_enumerator_0();
NullCheck(L_0);
RuntimeObject * L_1 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_0);
return L_1;
}
}
// System.Boolean System.Security.Cryptography.X509Certificates.X509ExtensionEnumerator::MoveNext()
extern "C" IL2CPP_METHOD_ATTR bool X509ExtensionEnumerator_MoveNext_m28E6A39D5989B3841D9EE0E003976E4BF96B6F4A (X509ExtensionEnumerator_tD857681A1E92F6D18ADCA3710A0176A221D151D8 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509ExtensionEnumerator_MoveNext_m28E6A39D5989B3841D9EE0E003976E4BF96B6F4A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = __this->get_enumerator_0();
NullCheck(L_0);
bool L_1 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_0);
return L_1;
}
}
// System.Void System.Security.Cryptography.X509Certificates.X509ExtensionEnumerator::Reset()
extern "C" IL2CPP_METHOD_ATTR void X509ExtensionEnumerator_Reset_m9105D3AB822431255DC08769F70D406DC821F1C2 (X509ExtensionEnumerator_tD857681A1E92F6D18ADCA3710A0176A221D151D8 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509ExtensionEnumerator_Reset_m9105D3AB822431255DC08769F70D406DC821F1C2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = __this->get_enumerator_0();
NullCheck(L_0);
InterfaceActionInvoker0::Invoke(2 /* System.Void System.Collections.IEnumerator::Reset() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_0);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.Cryptography.X509Certificates.X509Helper2::Initialize()
extern "C" IL2CPP_METHOD_ATTR void X509Helper2_Initialize_m6FA880503C9B3B72009F718503C6B0A0BF301004 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509Helper2_Initialize_m6FA880503C9B3B72009F718503C6B0A0BF301004_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
MyNativeHelper_t045BCDC42DCE7A83A80C98AC77C835142040F7B0 * L_0 = (MyNativeHelper_t045BCDC42DCE7A83A80C98AC77C835142040F7B0 *)il2cpp_codegen_object_new(MyNativeHelper_t045BCDC42DCE7A83A80C98AC77C835142040F7B0_il2cpp_TypeInfo_var);
MyNativeHelper__ctor_m3AF762F0DB59E0F744C69BB9306F39DF6AAE7516(L_0, /*hidden argument*/NULL);
X509Helper_InstallNativeHelper_m9333AF52D00FD202EDBCECE396FFDD2D110CEB3C(L_0, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.Cryptography.X509Certificates.X509Helper2::ThrowIfContextInvalid(System.Security.Cryptography.X509Certificates.X509CertificateImpl)
extern "C" IL2CPP_METHOD_ATTR void X509Helper2_ThrowIfContextInvalid_mF76EFD9C0DE50B993ABBEDFCFCF4A235435E521E (X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313 * ___impl0, const RuntimeMethod* method)
{
{
X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313 * L_0 = ___impl0;
X509Helper_ThrowIfContextInvalid_mC3B30D0244F7937530A22A719852D545DB8DDCF1(L_0, /*hidden argument*/NULL);
return;
}
}
// System.Security.Cryptography.X509Certificates.X509Certificate2Impl System.Security.Cryptography.X509Certificates.X509Helper2::Import(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR X509Certificate2Impl_t645108014422F6408EB87390317CD10710F129E7 * X509Helper2_Import_mF1D23CC497CC19E02E74727315D59A28714FCA92 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___rawData0, String_t* ___password1, int32_t ___keyStorageFlags2, bool ___disableProvider3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509Helper2_Import_mF1D23CC497CC19E02E74727315D59A28714FCA92_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5 * L_0 = (X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5 *)il2cpp_codegen_object_new(X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5_il2cpp_TypeInfo_var);
X509Certificate2ImplMono__ctor_m6494CD178AF6E96CE4046E4CC1AB68236CCE7399(L_0, /*hidden argument*/NULL);
X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5 * L_1 = L_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___rawData0;
String_t* L_3 = ___password1;
int32_t L_4 = ___keyStorageFlags2;
NullCheck(L_1);
VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, String_t*, int32_t >::Invoke(22 /* System.Void System.Security.Cryptography.X509Certificates.X509Certificate2Impl::Import(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags) */, L_1, L_2, L_3, L_4);
return L_1;
}
}
// System.Security.Cryptography.X509Certificates.X509Certificate2Impl System.Security.Cryptography.X509Certificates.X509Helper2::Import(System.Security.Cryptography.X509Certificates.X509Certificate,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR X509Certificate2Impl_t645108014422F6408EB87390317CD10710F129E7 * X509Helper2_Import_m3DF644063B9FF160B750E5CD056FE06B1AEEDF8C (X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * ___cert0, bool ___disableProvider1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509Helper2_Import_m3DF644063B9FF160B750E5CD056FE06B1AEEDF8C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
X509Certificate2Impl_t645108014422F6408EB87390317CD10710F129E7 * V_0 = NULL;
{
X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * L_0 = ___cert0;
NullCheck(L_0);
X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313 * L_1 = X509Certificate_get_Impl_m2CFDB01127BFCE77F0FABDA64432CB20340EB26D(L_0, /*hidden argument*/NULL);
V_0 = ((X509Certificate2Impl_t645108014422F6408EB87390317CD10710F129E7 *)IsInstClass((RuntimeObject*)L_1, X509Certificate2Impl_t645108014422F6408EB87390317CD10710F129E7_il2cpp_TypeInfo_var));
X509Certificate2Impl_t645108014422F6408EB87390317CD10710F129E7 * L_2 = V_0;
if (!L_2)
{
goto IL_001b;
}
}
{
X509Certificate2Impl_t645108014422F6408EB87390317CD10710F129E7 * L_3 = V_0;
NullCheck(L_3);
X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313 * L_4 = VirtFuncInvoker0< X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313 * >::Invoke(6 /* System.Security.Cryptography.X509Certificates.X509CertificateImpl System.Security.Cryptography.X509Certificates.X509CertificateImpl::Clone() */, L_3);
return ((X509Certificate2Impl_t645108014422F6408EB87390317CD10710F129E7 *)CastclassClass((RuntimeObject*)L_4, X509Certificate2Impl_t645108014422F6408EB87390317CD10710F129E7_il2cpp_TypeInfo_var));
}
IL_001b:
{
X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * L_5 = ___cert0;
NullCheck(L_5);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = VirtFuncInvoker0< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(10 /* System.Byte[] System.Security.Cryptography.X509Certificates.X509Certificate::GetRawCertData() */, L_5);
X509Certificate2Impl_t645108014422F6408EB87390317CD10710F129E7 * L_7 = X509Helper2_Import_mF1D23CC497CC19E02E74727315D59A28714FCA92(L_6, (String_t*)NULL, 0, (bool)0, /*hidden argument*/NULL);
return L_7;
}
}
// System.Security.Cryptography.X509Certificates.X509ChainImpl System.Security.Cryptography.X509Certificates.X509Helper2::CreateChainImpl(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR X509ChainImpl_t34FABF07BEA0CFB6D88717BCDDE0607D9DA13A67 * X509Helper2_CreateChainImpl_m5A5909ADD8809F95E64FC576BB29EF5B5F878D24 (bool ___useMachineContext0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509Helper2_CreateChainImpl_m5A5909ADD8809F95E64FC576BB29EF5B5F878D24_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = ___useMachineContext0;
X509ChainImplMono_t38D97B22EAE940C6D941DB58282503264F19FA9D * L_1 = (X509ChainImplMono_t38D97B22EAE940C6D941DB58282503264F19FA9D *)il2cpp_codegen_object_new(X509ChainImplMono_t38D97B22EAE940C6D941DB58282503264F19FA9D_il2cpp_TypeInfo_var);
X509ChainImplMono__ctor_m9EEB55A0D2F4EC7D21C5D8FB470A8B9B9094A935(L_1, L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Boolean System.Security.Cryptography.X509Certificates.X509Helper2::IsValid(System.Security.Cryptography.X509Certificates.X509ChainImpl)
extern "C" IL2CPP_METHOD_ATTR bool X509Helper2_IsValid_mE1C295645E14225C9013A23339E52201C05419F7 (X509ChainImpl_t34FABF07BEA0CFB6D88717BCDDE0607D9DA13A67 * ___impl0, const RuntimeMethod* method)
{
{
X509ChainImpl_t34FABF07BEA0CFB6D88717BCDDE0607D9DA13A67 * L_0 = ___impl0;
if (!L_0)
{
goto IL_000a;
}
}
{
X509ChainImpl_t34FABF07BEA0CFB6D88717BCDDE0607D9DA13A67 * L_1 = ___impl0;
NullCheck(L_1);
bool L_2 = VirtFuncInvoker0< bool >::Invoke(5 /* System.Boolean System.Security.Cryptography.X509Certificates.X509ChainImpl::get_IsValid() */, L_1);
return L_2;
}
IL_000a:
{
return (bool)0;
}
}
// System.Void System.Security.Cryptography.X509Certificates.X509Helper2::ThrowIfContextInvalid(System.Security.Cryptography.X509Certificates.X509ChainImpl)
extern "C" IL2CPP_METHOD_ATTR void X509Helper2_ThrowIfContextInvalid_m2CE36D57CDF7DCD4EDD5586EF5D526386B009DB5 (X509ChainImpl_t34FABF07BEA0CFB6D88717BCDDE0607D9DA13A67 * ___impl0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509Helper2_ThrowIfContextInvalid_m2CE36D57CDF7DCD4EDD5586EF5D526386B009DB5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
X509ChainImpl_t34FABF07BEA0CFB6D88717BCDDE0607D9DA13A67 * L_0 = ___impl0;
bool L_1 = X509Helper2_IsValid_mE1C295645E14225C9013A23339E52201C05419F7(L_0, /*hidden argument*/NULL);
if (L_1)
{
goto IL_000e;
}
}
{
Exception_t * L_2 = X509Helper2_GetInvalidChainContextException_m6435C6B754A3A3E6A69DCF16C9F962E0205323AC(/*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, X509Helper2_ThrowIfContextInvalid_m2CE36D57CDF7DCD4EDD5586EF5D526386B009DB5_RuntimeMethod_var);
}
IL_000e:
{
return;
}
}
// System.Exception System.Security.Cryptography.X509Certificates.X509Helper2::GetInvalidChainContextException()
extern "C" IL2CPP_METHOD_ATTR Exception_t * X509Helper2_GetInvalidChainContextException_m6435C6B754A3A3E6A69DCF16C9F962E0205323AC (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509Helper2_GetInvalidChainContextException_m6435C6B754A3A3E6A69DCF16C9F962E0205323AC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteralEA2E59AD490A3CCDFCA76008336598620FF45B7F, /*hidden argument*/NULL);
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_1 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_1, L_0, /*hidden argument*/NULL);
return L_1;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.X509Certificates.X509CertificateImpl System.Security.Cryptography.X509Certificates.X509Helper2_MyNativeHelper::Import(System.Security.Cryptography.X509Certificates.X509Certificate)
extern "C" IL2CPP_METHOD_ATTR X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313 * MyNativeHelper_Import_m447532D56EE4A4E2FD5B61528D0E5DCABF7CF6B0 (MyNativeHelper_t045BCDC42DCE7A83A80C98AC77C835142040F7B0 * __this, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * ___cert0, const RuntimeMethod* method)
{
{
X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * L_0 = ___cert0;
X509Certificate2Impl_t645108014422F6408EB87390317CD10710F129E7 * L_1 = X509Helper2_Import_m3DF644063B9FF160B750E5CD056FE06B1AEEDF8C(L_0, (bool)0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Void System.Security.Cryptography.X509Certificates.X509Helper2_MyNativeHelper::.ctor()
extern "C" IL2CPP_METHOD_ATTR void MyNativeHelper__ctor_m3AF762F0DB59E0F744C69BB9306F39DF6AAE7516 (MyNativeHelper_t045BCDC42DCE7A83A80C98AC77C835142040F7B0 * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.Cryptography.X509Certificates.X509KeyUsageExtension::.ctor()
extern "C" IL2CPP_METHOD_ATTR void X509KeyUsageExtension__ctor_mCCDDE2A55EF78832C8117C680FB264CE91893A99 (X509KeyUsageExtension_t9F740A60AD6DBEF9B09E946D4D8D67DB882C6E6E * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509KeyUsageExtension__ctor_mCCDDE2A55EF78832C8117C680FB264CE91893A99_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
X509Extension__ctor_m75C6A788965E9C797F3D47DEFEC366EC2F69F384(__this, /*hidden argument*/NULL);
Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * L_0 = (Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 *)il2cpp_codegen_object_new(Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137_il2cpp_TypeInfo_var);
Oid__ctor_m0656E1FC1A7E7BBF694A568DDDF8BE4AFA544985(L_0, _stringLiteral10118C5852C525FA60183BE2C27CB87D5AF2E3FA, _stringLiteral5B4D28A822B3CD256E81F3CE34339CA9E845DA04, /*hidden argument*/NULL);
((AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 *)__this)->set__oid_0(L_0);
return;
}
}
// System.Void System.Security.Cryptography.X509Certificates.X509KeyUsageExtension::.ctor(System.Security.Cryptography.AsnEncodedData,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void X509KeyUsageExtension__ctor_mA9DDAD17EA38ABB83CD6CC9A353A0667A9EAC018 (X509KeyUsageExtension_t9F740A60AD6DBEF9B09E946D4D8D67DB882C6E6E * __this, AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * ___encodedKeyUsage0, bool ___critical1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509KeyUsageExtension__ctor_mA9DDAD17EA38ABB83CD6CC9A353A0667A9EAC018_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
X509Extension__ctor_m75C6A788965E9C797F3D47DEFEC366EC2F69F384(__this, /*hidden argument*/NULL);
Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * L_0 = (Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 *)il2cpp_codegen_object_new(Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137_il2cpp_TypeInfo_var);
Oid__ctor_m0656E1FC1A7E7BBF694A568DDDF8BE4AFA544985(L_0, _stringLiteral10118C5852C525FA60183BE2C27CB87D5AF2E3FA, _stringLiteral5B4D28A822B3CD256E81F3CE34339CA9E845DA04, /*hidden argument*/NULL);
((AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 *)__this)->set__oid_0(L_0);
AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * L_1 = ___encodedKeyUsage0;
NullCheck(L_1);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = AsnEncodedData_get_RawData_mB9F8281A96011161C67EB3A9208E26C423B187EC(L_1, /*hidden argument*/NULL);
((AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 *)__this)->set__raw_1(L_2);
bool L_3 = ___critical1;
X509Extension_set_Critical_mA2B424FF17DE53E01E586015DD1C742773B060B4(__this, L_3, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = AsnEncodedData_get_RawData_mB9F8281A96011161C67EB3A9208E26C423B187EC(__this, /*hidden argument*/NULL);
int32_t L_5 = X509KeyUsageExtension_Decode_mDE97A425A199661D89FE252A75C8644D4280F1B2(__this, L_4, /*hidden argument*/NULL);
__this->set__status_7(L_5);
return;
}
}
// System.Void System.Security.Cryptography.X509Certificates.X509KeyUsageExtension::.ctor(System.Security.Cryptography.X509Certificates.X509KeyUsageFlags,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void X509KeyUsageExtension__ctor_mBC544E9444992C7883638DB0B4607945F33E7426 (X509KeyUsageExtension_t9F740A60AD6DBEF9B09E946D4D8D67DB882C6E6E * __this, int32_t ___keyUsages0, bool ___critical1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509KeyUsageExtension__ctor_mBC544E9444992C7883638DB0B4607945F33E7426_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
X509Extension__ctor_m75C6A788965E9C797F3D47DEFEC366EC2F69F384(__this, /*hidden argument*/NULL);
Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * L_0 = (Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 *)il2cpp_codegen_object_new(Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137_il2cpp_TypeInfo_var);
Oid__ctor_m0656E1FC1A7E7BBF694A568DDDF8BE4AFA544985(L_0, _stringLiteral10118C5852C525FA60183BE2C27CB87D5AF2E3FA, _stringLiteral5B4D28A822B3CD256E81F3CE34339CA9E845DA04, /*hidden argument*/NULL);
((AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 *)__this)->set__oid_0(L_0);
bool L_1 = ___critical1;
X509Extension_set_Critical_mA2B424FF17DE53E01E586015DD1C742773B060B4(__this, L_1, /*hidden argument*/NULL);
int32_t L_2 = ___keyUsages0;
int32_t L_3 = X509KeyUsageExtension_GetValidFlags_m7946BD756F14B17D707EE12E7D82878531D115EB(__this, L_2, /*hidden argument*/NULL);
__this->set__keyUsages_6(L_3);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = X509KeyUsageExtension_Encode_mBBF95E13B1FE1A0507FD692F770D6E98A68E3360(__this, /*hidden argument*/NULL);
AsnEncodedData_set_RawData_mD7FE2383373A6AF578A4983999D677B58BD6B4EC(__this, L_4, /*hidden argument*/NULL);
return;
}
}
// System.Security.Cryptography.X509Certificates.X509KeyUsageFlags System.Security.Cryptography.X509Certificates.X509KeyUsageExtension::get_KeyUsages()
extern "C" IL2CPP_METHOD_ATTR int32_t X509KeyUsageExtension_get_KeyUsages_m9544DC0FAAD02C53D6C649E1831176CB54EFE505 (X509KeyUsageExtension_t9F740A60AD6DBEF9B09E946D4D8D67DB882C6E6E * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509KeyUsageExtension_get_KeyUsages_m9544DC0FAAD02C53D6C649E1831176CB54EFE505_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
int32_t L_0 = __this->get__status_7();
V_0 = L_0;
int32_t L_1 = V_0;
if (!L_1)
{
goto IL_000e;
}
}
{
int32_t L_2 = V_0;
if ((!(((uint32_t)L_2) == ((uint32_t)4))))
{
goto IL_0015;
}
}
IL_000e:
{
int32_t L_3 = __this->get__keyUsages_6();
return L_3;
}
IL_0015:
{
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_4 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_4, _stringLiteral8E5BDE1667C38B58432E041E2E1A4C1C13949822, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, X509KeyUsageExtension_get_KeyUsages_m9544DC0FAAD02C53D6C649E1831176CB54EFE505_RuntimeMethod_var);
}
}
// System.Void System.Security.Cryptography.X509Certificates.X509KeyUsageExtension::CopyFrom(System.Security.Cryptography.AsnEncodedData)
extern "C" IL2CPP_METHOD_ATTR void X509KeyUsageExtension_CopyFrom_m8DA1FA691943CBD4B94E45096E83FC5EA9EEEA3F (X509KeyUsageExtension_t9F740A60AD6DBEF9B09E946D4D8D67DB882C6E6E * __this, AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * ___asnEncodedData0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509KeyUsageExtension_CopyFrom_m8DA1FA691943CBD4B94E45096E83FC5EA9EEEA3F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
X509Extension_t223237DF0C323CC455D3A2634D977773D2F3818A * V_0 = NULL;
{
AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * L_0 = ___asnEncodedData0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral1920DC29EFA05D07C2A609FB2E2DFAD7E83A25C6, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, X509KeyUsageExtension_CopyFrom_m8DA1FA691943CBD4B94E45096E83FC5EA9EEEA3F_RuntimeMethod_var);
}
IL_000e:
{
AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * L_2 = ___asnEncodedData0;
V_0 = ((X509Extension_t223237DF0C323CC455D3A2634D977773D2F3818A *)IsInstClass((RuntimeObject*)L_2, X509Extension_t223237DF0C323CC455D3A2634D977773D2F3818A_il2cpp_TypeInfo_var));
X509Extension_t223237DF0C323CC455D3A2634D977773D2F3818A * L_3 = V_0;
if (L_3)
{
goto IL_002d;
}
}
{
String_t* L_4 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteral14D541C76C900C8AB1AF5E7ADCD5408A262CADAF, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_5 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_5, L_4, _stringLiteral1920DC29EFA05D07C2A609FB2E2DFAD7E83A25C6, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, NULL, X509KeyUsageExtension_CopyFrom_m8DA1FA691943CBD4B94E45096E83FC5EA9EEEA3F_RuntimeMethod_var);
}
IL_002d:
{
X509Extension_t223237DF0C323CC455D3A2634D977773D2F3818A * L_6 = V_0;
NullCheck(L_6);
Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * L_7 = ((AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 *)L_6)->get__oid_0();
if (L_7)
{
goto IL_004c;
}
}
{
Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * L_8 = (Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 *)il2cpp_codegen_object_new(Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137_il2cpp_TypeInfo_var);
Oid__ctor_m0656E1FC1A7E7BBF694A568DDDF8BE4AFA544985(L_8, _stringLiteral10118C5852C525FA60183BE2C27CB87D5AF2E3FA, _stringLiteral5B4D28A822B3CD256E81F3CE34339CA9E845DA04, /*hidden argument*/NULL);
((AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 *)__this)->set__oid_0(L_8);
goto IL_005d;
}
IL_004c:
{
X509Extension_t223237DF0C323CC455D3A2634D977773D2F3818A * L_9 = V_0;
NullCheck(L_9);
Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * L_10 = ((AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 *)L_9)->get__oid_0();
Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * L_11 = (Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 *)il2cpp_codegen_object_new(Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137_il2cpp_TypeInfo_var);
Oid__ctor_mA7AFE14DF30B47447BFFC9E41B37B8DB46C9D079(L_11, L_10, /*hidden argument*/NULL);
((AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 *)__this)->set__oid_0(L_11);
}
IL_005d:
{
X509Extension_t223237DF0C323CC455D3A2634D977773D2F3818A * L_12 = V_0;
NullCheck(L_12);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = AsnEncodedData_get_RawData_mB9F8281A96011161C67EB3A9208E26C423B187EC(L_12, /*hidden argument*/NULL);
AsnEncodedData_set_RawData_mD7FE2383373A6AF578A4983999D677B58BD6B4EC(__this, L_13, /*hidden argument*/NULL);
X509Extension_t223237DF0C323CC455D3A2634D977773D2F3818A * L_14 = V_0;
NullCheck(L_14);
bool L_15 = X509Extension_get_Critical_m8F4D4C2F0ECBE5CB4C9998CE3E56D5040E2EEBE2(L_14, /*hidden argument*/NULL);
X509Extension_set_Critical_mA2B424FF17DE53E01E586015DD1C742773B060B4(__this, L_15, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = AsnEncodedData_get_RawData_mB9F8281A96011161C67EB3A9208E26C423B187EC(__this, /*hidden argument*/NULL);
int32_t L_17 = X509KeyUsageExtension_Decode_mDE97A425A199661D89FE252A75C8644D4280F1B2(__this, L_16, /*hidden argument*/NULL);
__this->set__status_7(L_17);
return;
}
}
// System.Security.Cryptography.X509Certificates.X509KeyUsageFlags System.Security.Cryptography.X509Certificates.X509KeyUsageExtension::GetValidFlags(System.Security.Cryptography.X509Certificates.X509KeyUsageFlags)
extern "C" IL2CPP_METHOD_ATTR int32_t X509KeyUsageExtension_GetValidFlags_m7946BD756F14B17D707EE12E7D82878531D115EB (X509KeyUsageExtension_t9F740A60AD6DBEF9B09E946D4D8D67DB882C6E6E * __this, int32_t ___flags0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___flags0;
int32_t L_1 = ___flags0;
if ((((int32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)33023)))) == ((int32_t)L_1)))
{
goto IL_000c;
}
}
{
return (int32_t)(0);
}
IL_000c:
{
int32_t L_2 = ___flags0;
return L_2;
}
}
// System.Security.Cryptography.AsnDecodeStatus System.Security.Cryptography.X509Certificates.X509KeyUsageExtension::Decode(System.Byte[])
extern "C" IL2CPP_METHOD_ATTR int32_t X509KeyUsageExtension_Decode_mDE97A425A199661D89FE252A75C8644D4280F1B2 (X509KeyUsageExtension_t9F740A60AD6DBEF9B09E946D4D8D67DB882C6E6E * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___extension0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509KeyUsageExtension_Decode_mDE97A425A199661D89FE252A75C8644D4280F1B2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___extension0;
if (!L_0)
{
goto IL_0007;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___extension0;
NullCheck(L_1);
if ((((RuntimeArray *)L_1)->max_length))
{
goto IL_0009;
}
}
IL_0007:
{
return (int32_t)(1);
}
IL_0009:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___extension0;
NullCheck(L_2);
int32_t L_3 = 0;
uint8_t L_4 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
if ((((int32_t)L_4) == ((int32_t)3)))
{
goto IL_0011;
}
}
{
return (int32_t)(2);
}
IL_0011:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = ___extension0;
NullCheck(L_5);
if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length))))) >= ((int32_t)3)))
{
goto IL_0019;
}
}
{
return (int32_t)(3);
}
IL_0019:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = ___extension0;
NullCheck(L_6);
if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length))))) >= ((int32_t)4)))
{
goto IL_0021;
}
}
{
return (int32_t)(4);
}
IL_0021:
{
}
IL_0022:
try
{ // begin try (depth: 1)
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = ___extension0;
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * L_8 = (ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E *)il2cpp_codegen_object_new(ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E_il2cpp_TypeInfo_var);
ASN1__ctor_mE005F52336402C3D41EAD9E28A95910B3C0865DA(L_8, L_7, /*hidden argument*/NULL);
V_0 = L_8;
V_1 = 0;
V_2 = 1;
goto IL_0040;
}
IL_002f:
{
int32_t L_9 = V_1;
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * L_10 = V_0;
NullCheck(L_10);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = ASN1_get_Value_m9BD6239E12A6148AF9507C2F58058C6B8147A079(L_10, /*hidden argument*/NULL);
int32_t L_12 = V_2;
int32_t L_13 = L_12;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1));
NullCheck(L_11);
int32_t L_14 = L_13;
uint8_t L_15 = (L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_9<<(int32_t)8)), (int32_t)L_15));
}
IL_0040:
{
int32_t L_16 = V_2;
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * L_17 = V_0;
NullCheck(L_17);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = ASN1_get_Value_m9BD6239E12A6148AF9507C2F58058C6B8147A079(L_17, /*hidden argument*/NULL);
NullCheck(L_18);
if ((((int32_t)L_16) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_18)->max_length)))))))
{
goto IL_002f;
}
}
IL_004b:
{
int32_t L_19 = V_1;
int32_t L_20 = X509KeyUsageExtension_GetValidFlags_m7946BD756F14B17D707EE12E7D82878531D115EB(__this, L_19, /*hidden argument*/NULL);
__this->set__keyUsages_6(L_20);
goto IL_005f;
}
} // 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_005a;
throw e;
}
CATCH_005a:
{ // begin catch(System.Object)
V_3 = 1;
goto IL_0061;
} // end catch (depth: 1)
IL_005f:
{
return (int32_t)(0);
}
IL_0061:
{
int32_t L_21 = V_3;
return L_21;
}
}
// System.Byte[] System.Security.Cryptography.X509Certificates.X509KeyUsageExtension::Encode()
extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* X509KeyUsageExtension_Encode_mBBF95E13B1FE1A0507FD692F770D6E98A68E3360 (X509KeyUsageExtension_t9F740A60AD6DBEF9B09E946D4D8D67DB882C6E6E * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509KeyUsageExtension_Encode_mBBF95E13B1FE1A0507FD692F770D6E98A68E3360_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * V_0 = NULL;
int32_t V_1 = 0;
uint8_t V_2 = 0x0;
int32_t V_3 = 0;
int32_t G_B5_0 = 0;
{
V_0 = (ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E *)NULL;
int32_t L_0 = __this->get__keyUsages_6();
V_1 = L_0;
V_2 = (uint8_t)0;
int32_t L_1 = V_1;
if (L_1)
{
goto IL_0021;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)1);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = L_2;
uint8_t L_4 = V_2;
NullCheck(L_3);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint8_t)L_4);
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * L_5 = (ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E *)il2cpp_codegen_object_new(ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E_il2cpp_TypeInfo_var);
ASN1__ctor_mAB2593792CB61AD1542F4F9D6FB6E8BB96DE007E(L_5, (uint8_t)3, L_3, /*hidden argument*/NULL);
V_0 = L_5;
goto IL_0081;
}
IL_0021:
{
int32_t L_6 = V_1;
if ((((int32_t)L_6) < ((int32_t)((int32_t)255))))
{
goto IL_002e;
}
}
{
int32_t L_7 = V_1;
G_B5_0 = ((int32_t)((int32_t)L_7>>(int32_t)8));
goto IL_002f;
}
IL_002e:
{
int32_t L_8 = V_1;
G_B5_0 = L_8;
}
IL_002f:
{
V_3 = G_B5_0;
goto IL_003b;
}
IL_0032:
{
uint8_t L_9 = V_2;
V_2 = (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)))));
int32_t L_10 = V_3;
V_3 = ((int32_t)((int32_t)L_10>>(int32_t)1));
}
IL_003b:
{
int32_t L_11 = V_3;
if (((int32_t)((int32_t)L_11&(int32_t)1)))
{
goto IL_0044;
}
}
{
uint8_t L_12 = V_2;
if ((((int32_t)L_12) < ((int32_t)8)))
{
goto IL_0032;
}
}
IL_0044:
{
int32_t L_13 = V_1;
if ((((int32_t)L_13) > ((int32_t)((int32_t)255))))
{
goto IL_0064;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)2);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = L_14;
uint8_t L_16 = V_2;
NullCheck(L_15);
(L_15)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint8_t)L_16);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = L_15;
int32_t L_18 = V_1;
NullCheck(L_17);
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(1), (uint8_t)(((int32_t)((uint8_t)L_18))));
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * L_19 = (ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E *)il2cpp_codegen_object_new(ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E_il2cpp_TypeInfo_var);
ASN1__ctor_mAB2593792CB61AD1542F4F9D6FB6E8BB96DE007E(L_19, (uint8_t)3, L_17, /*hidden argument*/NULL);
V_0 = L_19;
goto IL_0081;
}
IL_0064:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_20 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)3);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = L_20;
uint8_t L_22 = V_2;
NullCheck(L_21);
(L_21)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint8_t)L_22);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_23 = L_21;
int32_t L_24 = V_1;
NullCheck(L_23);
(L_23)->SetAt(static_cast<il2cpp_array_size_t>(1), (uint8_t)(((int32_t)((uint8_t)L_24))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_25 = L_23;
int32_t L_26 = V_1;
NullCheck(L_25);
(L_25)->SetAt(static_cast<il2cpp_array_size_t>(2), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_26>>(int32_t)8))))));
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * L_27 = (ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E *)il2cpp_codegen_object_new(ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E_il2cpp_TypeInfo_var);
ASN1__ctor_mAB2593792CB61AD1542F4F9D6FB6E8BB96DE007E(L_27, (uint8_t)3, L_25, /*hidden argument*/NULL);
V_0 = L_27;
}
IL_0081:
{
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * L_28 = V_0;
NullCheck(L_28);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_29 = VirtFuncInvoker0< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(4 /* System.Byte[] Mono.Security.ASN1::GetBytes() */, L_28);
return L_29;
}
}
// System.String System.Security.Cryptography.X509Certificates.X509KeyUsageExtension::ToString(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR String_t* X509KeyUsageExtension_ToString_m4455C1B31C62530B930CFADE55DC0E77C60C7EFC (X509KeyUsageExtension_t9F740A60AD6DBEF9B09E946D4D8D67DB882C6E6E * __this, bool ___multiLine0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509KeyUsageExtension_ToString_m4455C1B31C62530B930CFADE55DC0E77C60C7EFC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
StringBuilder_t * V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
uint8_t V_3 = 0x0;
{
int32_t L_0 = __this->get__status_7();
V_2 = L_0;
int32_t L_1 = V_2;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1)))
{
case 0:
{
goto IL_0021;
}
case 1:
{
goto IL_0027;
}
case 2:
{
goto IL_0027;
}
case 3:
{
goto IL_0034;
}
}
}
{
goto IL_003a;
}
IL_0021:
{
String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_2;
}
IL_0027:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ((AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 *)__this)->get__raw_1();
String_t* L_4 = X509Extension_FormatUnkownData_mE5BAB7DB56CE215EB704A7E4E6866EBECA18F90A(__this, L_3, /*hidden argument*/NULL);
return L_4;
}
IL_0034:
{
return _stringLiteralC0C9DAD2C642C24EAE7D635AB457CC493E1789C6;
}
IL_003a:
{
Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * L_5 = ((AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 *)__this)->get__oid_0();
NullCheck(L_5);
String_t* L_6 = Oid_get_Value_mFE18BDFF095DD5A6643F4FEC3E57846716F37F05(L_5, /*hidden argument*/NULL);
bool L_7 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_6, _stringLiteral10118C5852C525FA60183BE2C27CB87D5AF2E3FA, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_0067;
}
}
{
Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * L_8 = ((AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 *)__this)->get__oid_0();
NullCheck(L_8);
String_t* L_9 = Oid_get_Value_mFE18BDFF095DD5A6643F4FEC3E57846716F37F05(L_8, /*hidden argument*/NULL);
String_t* L_10 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(_stringLiteral41C28ADD45AE1DD33C30FB4B535990E24FFCD04D, L_9, /*hidden argument*/NULL);
return L_10;
}
IL_0067:
{
int32_t L_11 = __this->get__keyUsages_6();
if (L_11)
{
goto IL_0075;
}
}
{
return _stringLiteralC0C9DAD2C642C24EAE7D635AB457CC493E1789C6;
}
IL_0075:
{
StringBuilder_t * L_12 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_12, /*hidden argument*/NULL);
V_0 = L_12;
int32_t L_13 = __this->get__keyUsages_6();
if (!((int32_t)((int32_t)L_13&(int32_t)((int32_t)128))))
{
goto IL_0095;
}
}
{
StringBuilder_t * L_14 = V_0;
NullCheck(L_14);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_14, _stringLiteralFCF771A47B75556B5664F4EC3AB964812B0F6003, /*hidden argument*/NULL);
}
IL_0095:
{
int32_t L_15 = __this->get__keyUsages_6();
if (!((int32_t)((int32_t)L_15&(int32_t)((int32_t)64))))
{
goto IL_00c1;
}
}
{
StringBuilder_t * L_16 = V_0;
NullCheck(L_16);
int32_t L_17 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_16, /*hidden argument*/NULL);
if ((((int32_t)L_17) <= ((int32_t)0)))
{
goto IL_00b5;
}
}
{
StringBuilder_t * L_18 = V_0;
NullCheck(L_18);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_18, _stringLiteralD3BC9A378DAAA1DDDBA1B19C1AA641D3E9683C46, /*hidden argument*/NULL);
}
IL_00b5:
{
StringBuilder_t * L_19 = V_0;
NullCheck(L_19);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_19, _stringLiteralF0F9BEC6901CC7F78937182443CB5DFE9E61D926, /*hidden argument*/NULL);
}
IL_00c1:
{
int32_t L_20 = __this->get__keyUsages_6();
if (!((int32_t)((int32_t)L_20&(int32_t)((int32_t)32))))
{
goto IL_00ed;
}
}
{
StringBuilder_t * L_21 = V_0;
NullCheck(L_21);
int32_t L_22 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_21, /*hidden argument*/NULL);
if ((((int32_t)L_22) <= ((int32_t)0)))
{
goto IL_00e1;
}
}
{
StringBuilder_t * L_23 = V_0;
NullCheck(L_23);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_23, _stringLiteralD3BC9A378DAAA1DDDBA1B19C1AA641D3E9683C46, /*hidden argument*/NULL);
}
IL_00e1:
{
StringBuilder_t * L_24 = V_0;
NullCheck(L_24);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_24, _stringLiteral26618A66A21DFD8626E341D835F7630AA0C74965, /*hidden argument*/NULL);
}
IL_00ed:
{
int32_t L_25 = __this->get__keyUsages_6();
if (!((int32_t)((int32_t)L_25&(int32_t)((int32_t)16))))
{
goto IL_0119;
}
}
{
StringBuilder_t * L_26 = V_0;
NullCheck(L_26);
int32_t L_27 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_26, /*hidden argument*/NULL);
if ((((int32_t)L_27) <= ((int32_t)0)))
{
goto IL_010d;
}
}
{
StringBuilder_t * L_28 = V_0;
NullCheck(L_28);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_28, _stringLiteralD3BC9A378DAAA1DDDBA1B19C1AA641D3E9683C46, /*hidden argument*/NULL);
}
IL_010d:
{
StringBuilder_t * L_29 = V_0;
NullCheck(L_29);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_29, _stringLiteral0FFFEF50EF3CDF7E5EB79F6173C366B449FCA691, /*hidden argument*/NULL);
}
IL_0119:
{
int32_t L_30 = __this->get__keyUsages_6();
if (!((int32_t)((int32_t)L_30&(int32_t)8)))
{
goto IL_0144;
}
}
{
StringBuilder_t * L_31 = V_0;
NullCheck(L_31);
int32_t L_32 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_31, /*hidden argument*/NULL);
if ((((int32_t)L_32) <= ((int32_t)0)))
{
goto IL_0138;
}
}
{
StringBuilder_t * L_33 = V_0;
NullCheck(L_33);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_33, _stringLiteralD3BC9A378DAAA1DDDBA1B19C1AA641D3E9683C46, /*hidden argument*/NULL);
}
IL_0138:
{
StringBuilder_t * L_34 = V_0;
NullCheck(L_34);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_34, _stringLiteral8B495CE160E04893479FFFBF17E450FC03B77A2D, /*hidden argument*/NULL);
}
IL_0144:
{
int32_t L_35 = __this->get__keyUsages_6();
if (!((int32_t)((int32_t)L_35&(int32_t)4)))
{
goto IL_016f;
}
}
{
StringBuilder_t * L_36 = V_0;
NullCheck(L_36);
int32_t L_37 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_36, /*hidden argument*/NULL);
if ((((int32_t)L_37) <= ((int32_t)0)))
{
goto IL_0163;
}
}
{
StringBuilder_t * L_38 = V_0;
NullCheck(L_38);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_38, _stringLiteralD3BC9A378DAAA1DDDBA1B19C1AA641D3E9683C46, /*hidden argument*/NULL);
}
IL_0163:
{
StringBuilder_t * L_39 = V_0;
NullCheck(L_39);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_39, _stringLiteralBAB070FB39525B32303448328063AEC58B043797, /*hidden argument*/NULL);
}
IL_016f:
{
int32_t L_40 = __this->get__keyUsages_6();
if (!((int32_t)((int32_t)L_40&(int32_t)2)))
{
goto IL_019a;
}
}
{
StringBuilder_t * L_41 = V_0;
NullCheck(L_41);
int32_t L_42 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_41, /*hidden argument*/NULL);
if ((((int32_t)L_42) <= ((int32_t)0)))
{
goto IL_018e;
}
}
{
StringBuilder_t * L_43 = V_0;
NullCheck(L_43);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_43, _stringLiteralD3BC9A378DAAA1DDDBA1B19C1AA641D3E9683C46, /*hidden argument*/NULL);
}
IL_018e:
{
StringBuilder_t * L_44 = V_0;
NullCheck(L_44);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_44, _stringLiteral7C45C479AB2DFDE8BB14C4C865EFD6DDE5FF2D12, /*hidden argument*/NULL);
}
IL_019a:
{
int32_t L_45 = __this->get__keyUsages_6();
if (!((int32_t)((int32_t)L_45&(int32_t)1)))
{
goto IL_01c5;
}
}
{
StringBuilder_t * L_46 = V_0;
NullCheck(L_46);
int32_t L_47 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_46, /*hidden argument*/NULL);
if ((((int32_t)L_47) <= ((int32_t)0)))
{
goto IL_01b9;
}
}
{
StringBuilder_t * L_48 = V_0;
NullCheck(L_48);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_48, _stringLiteralD3BC9A378DAAA1DDDBA1B19C1AA641D3E9683C46, /*hidden argument*/NULL);
}
IL_01b9:
{
StringBuilder_t * L_49 = V_0;
NullCheck(L_49);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_49, _stringLiteralF2DE809CDCFBCA8736E828D8BFC19A211185A2DF, /*hidden argument*/NULL);
}
IL_01c5:
{
int32_t L_50 = __this->get__keyUsages_6();
if (!((int32_t)((int32_t)L_50&(int32_t)((int32_t)32768))))
{
goto IL_01f4;
}
}
{
StringBuilder_t * L_51 = V_0;
NullCheck(L_51);
int32_t L_52 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_51, /*hidden argument*/NULL);
if ((((int32_t)L_52) <= ((int32_t)0)))
{
goto IL_01e8;
}
}
{
StringBuilder_t * L_53 = V_0;
NullCheck(L_53);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_53, _stringLiteralD3BC9A378DAAA1DDDBA1B19C1AA641D3E9683C46, /*hidden argument*/NULL);
}
IL_01e8:
{
StringBuilder_t * L_54 = V_0;
NullCheck(L_54);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_54, _stringLiteral8BEBC0201F507282D15377A7C1C1B54D15C90AFB, /*hidden argument*/NULL);
}
IL_01f4:
{
int32_t L_55 = __this->get__keyUsages_6();
V_1 = L_55;
StringBuilder_t * L_56 = V_0;
NullCheck(L_56);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_56, _stringLiteralD21048C5C5B019FA0A181ABA5C8DC41BEE59E376, /*hidden argument*/NULL);
StringBuilder_t * L_57 = V_0;
int32_t L_58 = V_1;
V_3 = (uint8_t)(((int32_t)((uint8_t)L_58)));
String_t* L_59 = Byte_ToString_m5F54DEEC2138DAC5587E05890F97866DB78E75BA((uint8_t*)(&V_3), _stringLiteralD43134CB1CE397F6BCEB0059EDFFA36BB6FDCEE5, /*hidden argument*/NULL);
NullCheck(L_57);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_57, L_59, /*hidden argument*/NULL);
int32_t L_60 = V_1;
if ((((int32_t)L_60) <= ((int32_t)((int32_t)255))))
{
goto IL_0249;
}
}
{
StringBuilder_t * L_61 = V_0;
NullCheck(L_61);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_61, _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6, /*hidden argument*/NULL);
StringBuilder_t * L_62 = V_0;
int32_t L_63 = V_1;
V_3 = (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_63>>(int32_t)8)))));
String_t* L_64 = Byte_ToString_m5F54DEEC2138DAC5587E05890F97866DB78E75BA((uint8_t*)(&V_3), _stringLiteralD43134CB1CE397F6BCEB0059EDFFA36BB6FDCEE5, /*hidden argument*/NULL);
NullCheck(L_62);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_62, L_64, /*hidden argument*/NULL);
}
IL_0249:
{
StringBuilder_t * L_65 = V_0;
NullCheck(L_65);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_65, _stringLiteralE7064F0B80F61DBC65915311032D27BAA569AE2A, /*hidden argument*/NULL);
bool L_66 = ___multiLine0;
if (!L_66)
{
goto IL_0264;
}
}
{
StringBuilder_t * L_67 = V_0;
String_t* L_68 = Environment_get_NewLine_m5D4F4667FA5D1E2DBDD4DF9696D0CE76C83EF318(/*hidden argument*/NULL);
NullCheck(L_67);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_67, L_68, /*hidden argument*/NULL);
}
IL_0264:
{
StringBuilder_t * L_69 = V_0;
NullCheck(L_69);
String_t* L_70 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_69);
return L_70;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension::.ctor()
extern "C" IL2CPP_METHOD_ATTR void X509SubjectKeyIdentifierExtension__ctor_mD586705C293A9C27B5B57BF9CF1D8EAD84864B29 (X509SubjectKeyIdentifierExtension_t200DBBEB1229862DAA5F56EA352B03D2EDAC4D8E * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509SubjectKeyIdentifierExtension__ctor_mD586705C293A9C27B5B57BF9CF1D8EAD84864B29_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
X509Extension__ctor_m75C6A788965E9C797F3D47DEFEC366EC2F69F384(__this, /*hidden argument*/NULL);
Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * L_0 = (Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 *)il2cpp_codegen_object_new(Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137_il2cpp_TypeInfo_var);
Oid__ctor_m0656E1FC1A7E7BBF694A568DDDF8BE4AFA544985(L_0, _stringLiteralC842E9E9BC835B364523756986E087621D98DDA0, _stringLiteralA2C516F3C39CD262053568C43C5384924EE51FE4, /*hidden argument*/NULL);
((AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 *)__this)->set__oid_0(L_0);
return;
}
}
// System.Void System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension::.ctor(System.Security.Cryptography.AsnEncodedData,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void X509SubjectKeyIdentifierExtension__ctor_m45218EE7D32231FA6C44A40FEC2E5052162012D6 (X509SubjectKeyIdentifierExtension_t200DBBEB1229862DAA5F56EA352B03D2EDAC4D8E * __this, AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * ___encodedSubjectKeyIdentifier0, bool ___critical1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509SubjectKeyIdentifierExtension__ctor_m45218EE7D32231FA6C44A40FEC2E5052162012D6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
X509Extension__ctor_m75C6A788965E9C797F3D47DEFEC366EC2F69F384(__this, /*hidden argument*/NULL);
Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * L_0 = (Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 *)il2cpp_codegen_object_new(Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137_il2cpp_TypeInfo_var);
Oid__ctor_m0656E1FC1A7E7BBF694A568DDDF8BE4AFA544985(L_0, _stringLiteralC842E9E9BC835B364523756986E087621D98DDA0, _stringLiteralA2C516F3C39CD262053568C43C5384924EE51FE4, /*hidden argument*/NULL);
((AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 *)__this)->set__oid_0(L_0);
AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * L_1 = ___encodedSubjectKeyIdentifier0;
NullCheck(L_1);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = AsnEncodedData_get_RawData_mB9F8281A96011161C67EB3A9208E26C423B187EC(L_1, /*hidden argument*/NULL);
((AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 *)__this)->set__raw_1(L_2);
bool L_3 = ___critical1;
X509Extension_set_Critical_mA2B424FF17DE53E01E586015DD1C742773B060B4(__this, L_3, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = AsnEncodedData_get_RawData_mB9F8281A96011161C67EB3A9208E26C423B187EC(__this, /*hidden argument*/NULL);
int32_t L_5 = X509SubjectKeyIdentifierExtension_Decode_m6EB136D7525F3DFB9FA93F8B3653D2F6FA3B72D1(__this, L_4, /*hidden argument*/NULL);
__this->set__status_7(L_5);
return;
}
}
// System.Void System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension::.ctor(System.Byte[],System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void X509SubjectKeyIdentifierExtension__ctor_m182458124147FFEE402584E6415C2EA407B59C5B (X509SubjectKeyIdentifierExtension_t200DBBEB1229862DAA5F56EA352B03D2EDAC4D8E * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___subjectKeyIdentifier0, bool ___critical1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509SubjectKeyIdentifierExtension__ctor_m182458124147FFEE402584E6415C2EA407B59C5B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
X509Extension__ctor_m75C6A788965E9C797F3D47DEFEC366EC2F69F384(__this, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___subjectKeyIdentifier0;
if (L_0)
{
goto IL_0014;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral6577915AC9535E930C218262F0E6FB21BA245102, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, X509SubjectKeyIdentifierExtension__ctor_m182458124147FFEE402584E6415C2EA407B59C5B_RuntimeMethod_var);
}
IL_0014:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___subjectKeyIdentifier0;
NullCheck(L_2);
if ((((RuntimeArray *)L_2)->max_length))
{
goto IL_0023;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_3 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_3, _stringLiteral6577915AC9535E930C218262F0E6FB21BA245102, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, NULL, X509SubjectKeyIdentifierExtension__ctor_m182458124147FFEE402584E6415C2EA407B59C5B_RuntimeMethod_var);
}
IL_0023:
{
Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * L_4 = (Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 *)il2cpp_codegen_object_new(Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137_il2cpp_TypeInfo_var);
Oid__ctor_m0656E1FC1A7E7BBF694A568DDDF8BE4AFA544985(L_4, _stringLiteralC842E9E9BC835B364523756986E087621D98DDA0, _stringLiteralA2C516F3C39CD262053568C43C5384924EE51FE4, /*hidden argument*/NULL);
((AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 *)__this)->set__oid_0(L_4);
bool L_5 = ___critical1;
X509Extension_set_Critical_mA2B424FF17DE53E01E586015DD1C742773B060B4(__this, L_5, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = ___subjectKeyIdentifier0;
NullCheck((RuntimeArray *)(RuntimeArray *)L_6);
RuntimeObject * L_7 = Array_Clone_mE8C710213E323617A6F46F2B36DCDDD4C7CF5176((RuntimeArray *)(RuntimeArray *)L_6, /*hidden argument*/NULL);
__this->set__subjectKeyIdentifier_5(((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)Castclass((RuntimeObject*)L_7, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var)));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = X509SubjectKeyIdentifierExtension_Encode_m11C84A3DCE621526C1FC282E214001D70937D6BD(__this, /*hidden argument*/NULL);
AsnEncodedData_set_RawData_mD7FE2383373A6AF578A4983999D677B58BD6B4EC(__this, L_8, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension::.ctor(System.String,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void X509SubjectKeyIdentifierExtension__ctor_m95DD08883D5E284C15820274737324063C4E4432 (X509SubjectKeyIdentifierExtension_t200DBBEB1229862DAA5F56EA352B03D2EDAC4D8E * __this, String_t* ___subjectKeyIdentifier0, bool ___critical1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509SubjectKeyIdentifierExtension__ctor_m95DD08883D5E284C15820274737324063C4E4432_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
X509Extension__ctor_m75C6A788965E9C797F3D47DEFEC366EC2F69F384(__this, /*hidden argument*/NULL);
String_t* L_0 = ___subjectKeyIdentifier0;
if (L_0)
{
goto IL_0014;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral6577915AC9535E930C218262F0E6FB21BA245102, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, X509SubjectKeyIdentifierExtension__ctor_m95DD08883D5E284C15820274737324063C4E4432_RuntimeMethod_var);
}
IL_0014:
{
String_t* L_2 = ___subjectKeyIdentifier0;
NullCheck(L_2);
int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_2, /*hidden argument*/NULL);
if ((((int32_t)L_3) >= ((int32_t)2)))
{
goto IL_0028;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_4 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_4, _stringLiteral6577915AC9535E930C218262F0E6FB21BA245102, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, X509SubjectKeyIdentifierExtension__ctor_m95DD08883D5E284C15820274737324063C4E4432_RuntimeMethod_var);
}
IL_0028:
{
Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * L_5 = (Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 *)il2cpp_codegen_object_new(Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137_il2cpp_TypeInfo_var);
Oid__ctor_m0656E1FC1A7E7BBF694A568DDDF8BE4AFA544985(L_5, _stringLiteralC842E9E9BC835B364523756986E087621D98DDA0, _stringLiteralA2C516F3C39CD262053568C43C5384924EE51FE4, /*hidden argument*/NULL);
((AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 *)__this)->set__oid_0(L_5);
bool L_6 = ___critical1;
X509Extension_set_Critical_mA2B424FF17DE53E01E586015DD1C742773B060B4(__this, L_6, /*hidden argument*/NULL);
String_t* L_7 = ___subjectKeyIdentifier0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = X509SubjectKeyIdentifierExtension_FromHex_m654E8BB1D2F9D8C878EF854D7933C6EA825F272B(L_7, /*hidden argument*/NULL);
__this->set__subjectKeyIdentifier_5(L_8);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = X509SubjectKeyIdentifierExtension_Encode_m11C84A3DCE621526C1FC282E214001D70937D6BD(__this, /*hidden argument*/NULL);
AsnEncodedData_set_RawData_mD7FE2383373A6AF578A4983999D677B58BD6B4EC(__this, L_9, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension::.ctor(System.Security.Cryptography.X509Certificates.PublicKey,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void X509SubjectKeyIdentifierExtension__ctor_m98571FC543622A4BD3EA7788BB132348D9E0A3E3 (X509SubjectKeyIdentifierExtension_t200DBBEB1229862DAA5F56EA352B03D2EDAC4D8E * __this, PublicKey_tBA8234EB603A903FCBBBE67D8247393D4CC8D620 * ___key0, bool ___critical1, const RuntimeMethod* method)
{
{
PublicKey_tBA8234EB603A903FCBBBE67D8247393D4CC8D620 * L_0 = ___key0;
bool L_1 = ___critical1;
X509SubjectKeyIdentifierExtension__ctor_mF692F46CE97CB60AF86C1A74E709E8276B7D9AB1(__this, L_0, 0, L_1, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension::.ctor(System.Security.Cryptography.X509Certificates.PublicKey,System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void X509SubjectKeyIdentifierExtension__ctor_mF692F46CE97CB60AF86C1A74E709E8276B7D9AB1 (X509SubjectKeyIdentifierExtension_t200DBBEB1229862DAA5F56EA352B03D2EDAC4D8E * __this, PublicKey_tBA8234EB603A903FCBBBE67D8247393D4CC8D620 * ___key0, int32_t ___algorithm1, bool ___critical2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509SubjectKeyIdentifierExtension__ctor_mF692F46CE97CB60AF86C1A74E709E8276B7D9AB1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * V_1 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_2 = NULL;
{
X509Extension__ctor_m75C6A788965E9C797F3D47DEFEC366EC2F69F384(__this, /*hidden argument*/NULL);
PublicKey_tBA8234EB603A903FCBBBE67D8247393D4CC8D620 * L_0 = ___key0;
if (L_0)
{
goto IL_0014;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralA62F2225BF70BFACCBC7F1EF2A397836717377DE, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, X509SubjectKeyIdentifierExtension__ctor_mF692F46CE97CB60AF86C1A74E709E8276B7D9AB1_RuntimeMethod_var);
}
IL_0014:
{
PublicKey_tBA8234EB603A903FCBBBE67D8247393D4CC8D620 * L_2 = ___key0;
NullCheck(L_2);
AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * L_3 = PublicKey_get_EncodedKeyValue_m4BD0975B491E89FFE2A75C1ACDEB1DCCAF586D4F(L_2, /*hidden argument*/NULL);
NullCheck(L_3);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = AsnEncodedData_get_RawData_mB9F8281A96011161C67EB3A9208E26C423B187EC(L_3, /*hidden argument*/NULL);
V_0 = L_4;
int32_t L_5 = ___algorithm1;
switch (L_5)
{
case 0:
{
goto IL_0037;
}
case 1:
{
goto IL_004d;
}
case 2:
{
goto IL_008f;
}
}
}
{
goto IL_0113;
}
IL_0037:
{
SHA1_t242C3C0C91D0CC11FA6F3CB0B06B416A550C6EAA * L_6 = SHA1_Create_m5ECE86DE88BB9CDD4674000066642BA7FDF466E4(/*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = V_0;
NullCheck(L_6);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = HashAlgorithm_ComputeHash_m18501D3068AEBEB5FA83EA72BE780E371DB0C122(L_6, L_7, /*hidden argument*/NULL);
__this->set__subjectKeyIdentifier_5(L_8);
goto IL_011e;
}
IL_004d:
{
SHA1_t242C3C0C91D0CC11FA6F3CB0B06B416A550C6EAA * L_9 = SHA1_Create_m5ECE86DE88BB9CDD4674000066642BA7FDF466E4(/*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = V_0;
NullCheck(L_9);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = HashAlgorithm_ComputeHash_m18501D3068AEBEB5FA83EA72BE780E371DB0C122(L_9, L_10, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)8);
__this->set__subjectKeyIdentifier_5(L_12);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = __this->get__subjectKeyIdentifier_5();
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_11, ((int32_t)12), (RuntimeArray *)(RuntimeArray *)L_13, 0, 8, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = __this->get__subjectKeyIdentifier_5();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = __this->get__subjectKeyIdentifier_5();
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>(0), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)64)|(int32_t)((int32_t)((int32_t)L_17&(int32_t)((int32_t)15)))))))));
goto IL_011e;
}
IL_008f:
{
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * L_18 = (ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E *)il2cpp_codegen_object_new(ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E_il2cpp_TypeInfo_var);
ASN1__ctor_m6DD2E5BD0B12A6BFA95E1822A55B2294B8C237BC(L_18, (uint8_t)((int32_t)48), /*hidden argument*/NULL);
V_1 = L_18;
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * L_19 = V_1;
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * L_20 = (ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E *)il2cpp_codegen_object_new(ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E_il2cpp_TypeInfo_var);
ASN1__ctor_m6DD2E5BD0B12A6BFA95E1822A55B2294B8C237BC(L_20, (uint8_t)((int32_t)48), /*hidden argument*/NULL);
NullCheck(L_19);
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * L_21 = ASN1_Add_mF6ED0416BB021A1C333F99E42F8B17AF8B26639B(L_19, L_20, /*hidden argument*/NULL);
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * L_22 = L_21;
PublicKey_tBA8234EB603A903FCBBBE67D8247393D4CC8D620 * L_23 = ___key0;
NullCheck(L_23);
Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * L_24 = PublicKey_get_Oid_mB0AD65FDF84716726D5C7756E5B50CEAD1E4C2AE(L_23, /*hidden argument*/NULL);
NullCheck(L_24);
String_t* L_25 = Oid_get_Value_mFE18BDFF095DD5A6643F4FEC3E57846716F37F05(L_24, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_26 = CryptoConfig_EncodeOID_mEC2EB86D30669917D71AC194CD83281D1A67AC92(L_25, /*hidden argument*/NULL);
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * L_27 = (ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E *)il2cpp_codegen_object_new(ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E_il2cpp_TypeInfo_var);
ASN1__ctor_mE005F52336402C3D41EAD9E28A95910B3C0865DA(L_27, L_26, /*hidden argument*/NULL);
NullCheck(L_22);
ASN1_Add_mF6ED0416BB021A1C333F99E42F8B17AF8B26639B(L_22, L_27, /*hidden argument*/NULL);
PublicKey_tBA8234EB603A903FCBBBE67D8247393D4CC8D620 * L_28 = ___key0;
NullCheck(L_28);
AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * L_29 = PublicKey_get_EncodedParameters_m629FF8D7E4EEDED96BC455B7B953DC5A46D26F4F(L_28, /*hidden argument*/NULL);
NullCheck(L_29);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_30 = AsnEncodedData_get_RawData_mB9F8281A96011161C67EB3A9208E26C423B187EC(L_29, /*hidden argument*/NULL);
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * L_31 = (ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E *)il2cpp_codegen_object_new(ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E_il2cpp_TypeInfo_var);
ASN1__ctor_mE005F52336402C3D41EAD9E28A95910B3C0865DA(L_31, L_30, /*hidden argument*/NULL);
NullCheck(L_22);
ASN1_Add_mF6ED0416BB021A1C333F99E42F8B17AF8B26639B(L_22, L_31, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_32 = V_0;
NullCheck(L_32);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_33 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_32)->max_length)))), (int32_t)1)));
V_2 = L_33;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_34 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_35 = V_2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_36 = V_0;
NullCheck(L_36);
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_34, 0, (RuntimeArray *)(RuntimeArray *)L_35, 1, (((int32_t)((int32_t)(((RuntimeArray *)L_36)->max_length)))), /*hidden argument*/NULL);
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * L_37 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_38 = V_2;
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * L_39 = (ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E *)il2cpp_codegen_object_new(ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E_il2cpp_TypeInfo_var);
ASN1__ctor_mAB2593792CB61AD1542F4F9D6FB6E8BB96DE007E(L_39, (uint8_t)3, L_38, /*hidden argument*/NULL);
NullCheck(L_37);
ASN1_Add_mF6ED0416BB021A1C333F99E42F8B17AF8B26639B(L_37, L_39, /*hidden argument*/NULL);
SHA1_t242C3C0C91D0CC11FA6F3CB0B06B416A550C6EAA * L_40 = SHA1_Create_m5ECE86DE88BB9CDD4674000066642BA7FDF466E4(/*hidden argument*/NULL);
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * L_41 = V_1;
NullCheck(L_41);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_42 = VirtFuncInvoker0< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(4 /* System.Byte[] Mono.Security.ASN1::GetBytes() */, L_41);
NullCheck(L_40);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_43 = HashAlgorithm_ComputeHash_m18501D3068AEBEB5FA83EA72BE780E371DB0C122(L_40, L_42, /*hidden argument*/NULL);
__this->set__subjectKeyIdentifier_5(L_43);
goto IL_011e;
}
IL_0113:
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_44 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_44, _stringLiteral9A53B0819E7B65CEBDD2F94AD43011AC678D3FC3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_44, NULL, X509SubjectKeyIdentifierExtension__ctor_mF692F46CE97CB60AF86C1A74E709E8276B7D9AB1_RuntimeMethod_var);
}
IL_011e:
{
Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * L_45 = (Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 *)il2cpp_codegen_object_new(Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137_il2cpp_TypeInfo_var);
Oid__ctor_m0656E1FC1A7E7BBF694A568DDDF8BE4AFA544985(L_45, _stringLiteralC842E9E9BC835B364523756986E087621D98DDA0, _stringLiteralA2C516F3C39CD262053568C43C5384924EE51FE4, /*hidden argument*/NULL);
((AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 *)__this)->set__oid_0(L_45);
bool L_46 = ___critical2;
X509Extension_set_Critical_mA2B424FF17DE53E01E586015DD1C742773B060B4(__this, L_46, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_47 = X509SubjectKeyIdentifierExtension_Encode_m11C84A3DCE621526C1FC282E214001D70937D6BD(__this, /*hidden argument*/NULL);
AsnEncodedData_set_RawData_mD7FE2383373A6AF578A4983999D677B58BD6B4EC(__this, L_47, /*hidden argument*/NULL);
return;
}
}
// System.String System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension::get_SubjectKeyIdentifier()
extern "C" IL2CPP_METHOD_ATTR String_t* X509SubjectKeyIdentifierExtension_get_SubjectKeyIdentifier_m3480A14D8377B6C2D220F99D37AB8B13BEFE76FF (X509SubjectKeyIdentifierExtension_t200DBBEB1229862DAA5F56EA352B03D2EDAC4D8E * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509SubjectKeyIdentifierExtension_get_SubjectKeyIdentifier_m3480A14D8377B6C2D220F99D37AB8B13BEFE76FF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
int32_t L_0 = __this->get__status_7();
V_0 = L_0;
int32_t L_1 = V_0;
if (!L_1)
{
goto IL_000e;
}
}
{
int32_t L_2 = V_0;
if ((!(((uint32_t)L_2) == ((uint32_t)4))))
{
goto IL_002e;
}
}
IL_000e:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = __this->get__subjectKeyIdentifier_5();
if (!L_3)
{
goto IL_0027;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = __this->get__subjectKeyIdentifier_5();
String_t* L_5 = CryptoConvert_ToHex_m2FB6183AFF3B31424407BB7D767A844E3464B411(L_4, /*hidden argument*/NULL);
__this->set__ski_6(L_5);
}
IL_0027:
{
String_t* L_6 = __this->get__ski_6();
return L_6;
}
IL_002e:
{
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_7 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_7, _stringLiteral8E5BDE1667C38B58432E041E2E1A4C1C13949822, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, NULL, X509SubjectKeyIdentifierExtension_get_SubjectKeyIdentifier_m3480A14D8377B6C2D220F99D37AB8B13BEFE76FF_RuntimeMethod_var);
}
}
// System.Void System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension::CopyFrom(System.Security.Cryptography.AsnEncodedData)
extern "C" IL2CPP_METHOD_ATTR void X509SubjectKeyIdentifierExtension_CopyFrom_m45E7EB4E976E4759046077C79FBC4A820C9A95EC (X509SubjectKeyIdentifierExtension_t200DBBEB1229862DAA5F56EA352B03D2EDAC4D8E * __this, AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * ___asnEncodedData0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509SubjectKeyIdentifierExtension_CopyFrom_m45E7EB4E976E4759046077C79FBC4A820C9A95EC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
X509Extension_t223237DF0C323CC455D3A2634D977773D2F3818A * V_0 = NULL;
{
AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * L_0 = ___asnEncodedData0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral1920DC29EFA05D07C2A609FB2E2DFAD7E83A25C6, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, X509SubjectKeyIdentifierExtension_CopyFrom_m45E7EB4E976E4759046077C79FBC4A820C9A95EC_RuntimeMethod_var);
}
IL_000e:
{
AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * L_2 = ___asnEncodedData0;
V_0 = ((X509Extension_t223237DF0C323CC455D3A2634D977773D2F3818A *)IsInstClass((RuntimeObject*)L_2, X509Extension_t223237DF0C323CC455D3A2634D977773D2F3818A_il2cpp_TypeInfo_var));
X509Extension_t223237DF0C323CC455D3A2634D977773D2F3818A * L_3 = V_0;
if (L_3)
{
goto IL_002d;
}
}
{
String_t* L_4 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteral14D541C76C900C8AB1AF5E7ADCD5408A262CADAF, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_5 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_5, L_4, _stringLiteral1920DC29EFA05D07C2A609FB2E2DFAD7E83A25C6, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, NULL, X509SubjectKeyIdentifierExtension_CopyFrom_m45E7EB4E976E4759046077C79FBC4A820C9A95EC_RuntimeMethod_var);
}
IL_002d:
{
X509Extension_t223237DF0C323CC455D3A2634D977773D2F3818A * L_6 = V_0;
NullCheck(L_6);
Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * L_7 = ((AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 *)L_6)->get__oid_0();
if (L_7)
{
goto IL_004c;
}
}
{
Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * L_8 = (Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 *)il2cpp_codegen_object_new(Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137_il2cpp_TypeInfo_var);
Oid__ctor_m0656E1FC1A7E7BBF694A568DDDF8BE4AFA544985(L_8, _stringLiteralC842E9E9BC835B364523756986E087621D98DDA0, _stringLiteralA2C516F3C39CD262053568C43C5384924EE51FE4, /*hidden argument*/NULL);
((AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 *)__this)->set__oid_0(L_8);
goto IL_005d;
}
IL_004c:
{
X509Extension_t223237DF0C323CC455D3A2634D977773D2F3818A * L_9 = V_0;
NullCheck(L_9);
Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * L_10 = ((AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 *)L_9)->get__oid_0();
Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * L_11 = (Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 *)il2cpp_codegen_object_new(Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137_il2cpp_TypeInfo_var);
Oid__ctor_mA7AFE14DF30B47447BFFC9E41B37B8DB46C9D079(L_11, L_10, /*hidden argument*/NULL);
((AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 *)__this)->set__oid_0(L_11);
}
IL_005d:
{
X509Extension_t223237DF0C323CC455D3A2634D977773D2F3818A * L_12 = V_0;
NullCheck(L_12);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = AsnEncodedData_get_RawData_mB9F8281A96011161C67EB3A9208E26C423B187EC(L_12, /*hidden argument*/NULL);
AsnEncodedData_set_RawData_mD7FE2383373A6AF578A4983999D677B58BD6B4EC(__this, L_13, /*hidden argument*/NULL);
X509Extension_t223237DF0C323CC455D3A2634D977773D2F3818A * L_14 = V_0;
NullCheck(L_14);
bool L_15 = X509Extension_get_Critical_m8F4D4C2F0ECBE5CB4C9998CE3E56D5040E2EEBE2(L_14, /*hidden argument*/NULL);
X509Extension_set_Critical_mA2B424FF17DE53E01E586015DD1C742773B060B4(__this, L_15, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = AsnEncodedData_get_RawData_mB9F8281A96011161C67EB3A9208E26C423B187EC(__this, /*hidden argument*/NULL);
int32_t L_17 = X509SubjectKeyIdentifierExtension_Decode_m6EB136D7525F3DFB9FA93F8B3653D2F6FA3B72D1(__this, L_16, /*hidden argument*/NULL);
__this->set__status_7(L_17);
return;
}
}
// System.Byte System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension::FromHexChar(System.Char)
extern "C" IL2CPP_METHOD_ATTR uint8_t X509SubjectKeyIdentifierExtension_FromHexChar_m7BDBE176CD85DCA3193FECF78D6CF15E349121BC (Il2CppChar ___c0, const RuntimeMethod* method)
{
{
Il2CppChar L_0 = ___c0;
if ((((int32_t)L_0) < ((int32_t)((int32_t)97))))
{
goto IL_0013;
}
}
{
Il2CppChar L_1 = ___c0;
if ((((int32_t)L_1) > ((int32_t)((int32_t)102))))
{
goto IL_0013;
}
}
{
Il2CppChar L_2 = ___c0;
return (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)((int32_t)97))), (int32_t)((int32_t)10))))));
}
IL_0013:
{
Il2CppChar L_3 = ___c0;
if ((((int32_t)L_3) < ((int32_t)((int32_t)65))))
{
goto IL_0026;
}
}
{
Il2CppChar L_4 = ___c0;
if ((((int32_t)L_4) > ((int32_t)((int32_t)70))))
{
goto IL_0026;
}
}
{
Il2CppChar L_5 = ___c0;
return (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)((int32_t)65))), (int32_t)((int32_t)10))))));
}
IL_0026:
{
Il2CppChar L_6 = ___c0;
if ((((int32_t)L_6) < ((int32_t)((int32_t)48))))
{
goto IL_0036;
}
}
{
Il2CppChar L_7 = ___c0;
if ((((int32_t)L_7) > ((int32_t)((int32_t)57))))
{
goto IL_0036;
}
}
{
Il2CppChar L_8 = ___c0;
return (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)((int32_t)48))))));
}
IL_0036:
{
return (uint8_t)((int32_t)255);
}
}
// System.Byte System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension::FromHexChars(System.Char,System.Char)
extern "C" IL2CPP_METHOD_ATTR uint8_t X509SubjectKeyIdentifierExtension_FromHexChars_mB2D3EBC7E627D44254A82E5628A2079C1DB24C38 (Il2CppChar ___c10, Il2CppChar ___c21, const RuntimeMethod* method)
{
uint8_t V_0 = 0x0;
{
Il2CppChar L_0 = ___c10;
uint8_t L_1 = X509SubjectKeyIdentifierExtension_FromHexChar_m7BDBE176CD85DCA3193FECF78D6CF15E349121BC(L_0, /*hidden argument*/NULL);
V_0 = L_1;
uint8_t L_2 = V_0;
if ((((int32_t)L_2) >= ((int32_t)((int32_t)255))))
{
goto IL_001b;
}
}
{
uint8_t L_3 = V_0;
Il2CppChar L_4 = ___c21;
uint8_t L_5 = X509SubjectKeyIdentifierExtension_FromHexChar_m7BDBE176CD85DCA3193FECF78D6CF15E349121BC(L_4, /*hidden argument*/NULL);
V_0 = (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((int32_t)L_3<<(int32_t)4))|(int32_t)L_5)))));
}
IL_001b:
{
uint8_t L_6 = V_0;
return L_6;
}
}
// System.Byte[] System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension::FromHex(System.String)
extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* X509SubjectKeyIdentifierExtension_FromHex_m654E8BB1D2F9D8C878EF854D7933C6EA825F272B (String_t* ___hex0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509SubjectKeyIdentifierExtension_FromHex_m654E8BB1D2F9D8C878EF854D7933C6EA825F272B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL;
int32_t V_2 = 0;
int32_t V_3 = 0;
{
String_t* L_0 = ___hex0;
if (L_0)
{
goto IL_0005;
}
}
{
return (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL;
}
IL_0005:
{
String_t* L_1 = ___hex0;
NullCheck(L_1);
int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_1, /*hidden argument*/NULL);
V_0 = ((int32_t)((int32_t)L_2>>(int32_t)1));
int32_t L_3 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_3);
V_1 = L_4;
V_2 = 0;
V_3 = 0;
goto IL_003d;
}
IL_001b:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = V_1;
int32_t L_6 = V_2;
int32_t L_7 = L_6;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1));
String_t* L_8 = ___hex0;
int32_t L_9 = V_3;
int32_t L_10 = L_9;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1));
NullCheck(L_8);
Il2CppChar L_11 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_8, L_10, /*hidden argument*/NULL);
String_t* L_12 = ___hex0;
int32_t L_13 = V_3;
int32_t L_14 = L_13;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1));
NullCheck(L_12);
Il2CppChar L_15 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_12, L_14, /*hidden argument*/NULL);
uint8_t L_16 = X509SubjectKeyIdentifierExtension_FromHexChars_mB2D3EBC7E627D44254A82E5628A2079C1DB24C38(L_11, L_15, /*hidden argument*/NULL);
NullCheck(L_5);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(L_7), (uint8_t)L_16);
}
IL_003d:
{
int32_t L_17 = V_2;
int32_t L_18 = V_0;
if ((((int32_t)L_17) < ((int32_t)L_18)))
{
goto IL_001b;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_19 = V_1;
return L_19;
}
}
// System.Security.Cryptography.AsnDecodeStatus System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension::Decode(System.Byte[])
extern "C" IL2CPP_METHOD_ATTR int32_t X509SubjectKeyIdentifierExtension_Decode_m6EB136D7525F3DFB9FA93F8B3653D2F6FA3B72D1 (X509SubjectKeyIdentifierExtension_t200DBBEB1229862DAA5F56EA352B03D2EDAC4D8E * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___extension0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509SubjectKeyIdentifierExtension_Decode_m6EB136D7525F3DFB9FA93F8B3653D2F6FA3B72D1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * V_0 = NULL;
int32_t V_1 = 0;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___extension0;
if (!L_0)
{
goto IL_0007;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___extension0;
NullCheck(L_1);
if ((((RuntimeArray *)L_1)->max_length))
{
goto IL_0009;
}
}
IL_0007:
{
return (int32_t)(1);
}
IL_0009:
{
String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
__this->set__ski_6(L_2);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___extension0;
NullCheck(L_3);
int32_t L_4 = 0;
uint8_t L_5 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
if ((((int32_t)L_5) == ((int32_t)4)))
{
goto IL_001c;
}
}
{
return (int32_t)(2);
}
IL_001c:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = ___extension0;
NullCheck(L_6);
if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length))))) == ((uint32_t)2))))
{
goto IL_0024;
}
}
{
return (int32_t)(4);
}
IL_0024:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = ___extension0;
NullCheck(L_7);
if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length))))) >= ((int32_t)3)))
{
goto IL_002c;
}
}
{
return (int32_t)(3);
}
IL_002c:
{
}
IL_002d:
try
{ // begin try (depth: 1)
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = ___extension0;
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * L_9 = (ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E *)il2cpp_codegen_object_new(ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E_il2cpp_TypeInfo_var);
ASN1__ctor_mE005F52336402C3D41EAD9E28A95910B3C0865DA(L_9, L_8, /*hidden argument*/NULL);
V_0 = L_9;
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * L_10 = V_0;
NullCheck(L_10);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = ASN1_get_Value_m9BD6239E12A6148AF9507C2F58058C6B8147A079(L_10, /*hidden argument*/NULL);
__this->set__subjectKeyIdentifier_5(L_11);
goto IL_0047;
} // 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_0042;
throw e;
}
CATCH_0042:
{ // begin catch(System.Object)
V_1 = 1;
goto IL_0049;
} // end catch (depth: 1)
IL_0047:
{
return (int32_t)(0);
}
IL_0049:
{
int32_t L_12 = V_1;
return L_12;
}
}
// System.Byte[] System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension::Encode()
extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* X509SubjectKeyIdentifierExtension_Encode_m11C84A3DCE621526C1FC282E214001D70937D6BD (X509SubjectKeyIdentifierExtension_t200DBBEB1229862DAA5F56EA352B03D2EDAC4D8E * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509SubjectKeyIdentifierExtension_Encode_m11C84A3DCE621526C1FC282E214001D70937D6BD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get__subjectKeyIdentifier_5();
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * L_1 = (ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E *)il2cpp_codegen_object_new(ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E_il2cpp_TypeInfo_var);
ASN1__ctor_mAB2593792CB61AD1542F4F9D6FB6E8BB96DE007E(L_1, (uint8_t)4, L_0, /*hidden argument*/NULL);
NullCheck(L_1);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = VirtFuncInvoker0< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(4 /* System.Byte[] Mono.Security.ASN1::GetBytes() */, L_1);
return L_2;
}
}
// System.String System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension::ToString(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR String_t* X509SubjectKeyIdentifierExtension_ToString_mB22086D5277B22093240BB9841D32D9008D26AFA (X509SubjectKeyIdentifierExtension_t200DBBEB1229862DAA5F56EA352B03D2EDAC4D8E * __this, bool ___multiLine0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509SubjectKeyIdentifierExtension_ToString_mB22086D5277B22093240BB9841D32D9008D26AFA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
StringBuilder_t * V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
int32_t L_0 = __this->get__status_7();
V_1 = L_0;
int32_t L_1 = V_1;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1)))
{
case 0:
{
goto IL_0021;
}
case 1:
{
goto IL_0027;
}
case 2:
{
goto IL_0027;
}
case 3:
{
goto IL_0034;
}
}
}
{
goto IL_003a;
}
IL_0021:
{
String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_2;
}
IL_0027:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ((AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 *)__this)->get__raw_1();
String_t* L_4 = X509Extension_FormatUnkownData_mE5BAB7DB56CE215EB704A7E4E6866EBECA18F90A(__this, L_3, /*hidden argument*/NULL);
return L_4;
}
IL_0034:
{
return _stringLiteralC0C9DAD2C642C24EAE7D635AB457CC493E1789C6;
}
IL_003a:
{
Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * L_5 = ((AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 *)__this)->get__oid_0();
NullCheck(L_5);
String_t* L_6 = Oid_get_Value_mFE18BDFF095DD5A6643F4FEC3E57846716F37F05(L_5, /*hidden argument*/NULL);
bool L_7 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_6, _stringLiteralC842E9E9BC835B364523756986E087621D98DDA0, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_0067;
}
}
{
Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * L_8 = ((AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 *)__this)->get__oid_0();
NullCheck(L_8);
String_t* L_9 = Oid_get_Value_mFE18BDFF095DD5A6643F4FEC3E57846716F37F05(L_8, /*hidden argument*/NULL);
String_t* L_10 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(_stringLiteral41C28ADD45AE1DD33C30FB4B535990E24FFCD04D, L_9, /*hidden argument*/NULL);
return L_10;
}
IL_0067:
{
StringBuilder_t * L_11 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_11, /*hidden argument*/NULL);
V_0 = L_11;
V_2 = 0;
goto IL_00ab;
}
IL_0071:
{
StringBuilder_t * L_12 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = __this->get__subjectKeyIdentifier_5();
int32_t L_14 = V_2;
NullCheck(L_13);
String_t* L_15 = Byte_ToString_m5F54DEEC2138DAC5587E05890F97866DB78E75BA((uint8_t*)((L_13)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_14))), _stringLiteralD43134CB1CE397F6BCEB0059EDFFA36BB6FDCEE5, /*hidden argument*/NULL);
NullCheck(L_12);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_12, L_15, /*hidden argument*/NULL);
int32_t L_16 = V_2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = __this->get__subjectKeyIdentifier_5();
NullCheck(L_17);
if ((((int32_t)L_16) == ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_17)->max_length)))), (int32_t)1)))))
{
goto IL_00a7;
}
}
{
StringBuilder_t * L_18 = V_0;
NullCheck(L_18);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_18, _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6, /*hidden argument*/NULL);
}
IL_00a7:
{
int32_t L_19 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1));
}
IL_00ab:
{
int32_t L_20 = V_2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = __this->get__subjectKeyIdentifier_5();
NullCheck(L_21);
if ((((int32_t)L_20) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_21)->max_length)))))))
{
goto IL_0071;
}
}
{
bool L_22 = ___multiLine0;
if (!L_22)
{
goto IL_00c5;
}
}
{
StringBuilder_t * L_23 = V_0;
String_t* L_24 = Environment_get_NewLine_m5D4F4667FA5D1E2DBDD4DF9696D0CE76C83EF318(/*hidden argument*/NULL);
NullCheck(L_23);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_23, L_24, /*hidden argument*/NULL);
}
IL_00c5:
{
StringBuilder_t * L_25 = V_0;
NullCheck(L_25);
String_t* L_26 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_25);
return L_26;
}
}
#ifdef __clang__
#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 System.Security.Cryptography.X509Certificates.X509Utils::FindOidInfo(System.UInt32,System.String,System.Security.Cryptography.OidGroup)
extern "C" IL2CPP_METHOD_ATTR String_t* X509Utils_FindOidInfo_mE43E0522988511319B8B9F69AF7D0A10B4AE8FA2 (uint32_t ___keyType0, String_t* ___keyValue1, int32_t ___oidGroup2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509Utils_FindOidInfo_mE43E0522988511319B8B9F69AF7D0A10B4AE8FA2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___keyValue1;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral8B98B6F307636598C3A30FC81F16F30711CBB93C, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, X509Utils_FindOidInfo_mE43E0522988511319B8B9F69AF7D0A10B4AE8FA2_RuntimeMethod_var);
}
IL_000e:
{
String_t* L_2 = ___keyValue1;
NullCheck(L_2);
int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_2, /*hidden argument*/NULL);
if (L_3)
{
goto IL_0018;
}
}
{
return (String_t*)NULL;
}
IL_0018:
{
uint32_t L_4 = ___keyType0;
if ((((int32_t)L_4) == ((int32_t)1)))
{
goto IL_0022;
}
}
{
uint32_t L_5 = ___keyType0;
if ((((int32_t)L_5) == ((int32_t)2)))
{
goto IL_002a;
}
}
{
goto IL_0032;
}
IL_0022:
{
String_t* L_6 = ___keyValue1;
int32_t L_7 = ___oidGroup2;
String_t* L_8 = CAPI_CryptFindOIDInfoNameFromKey_mA2FD2F391E133E586BC8B827DD916613B590E698(L_6, L_7, /*hidden argument*/NULL);
return L_8;
}
IL_002a:
{
String_t* L_9 = ___keyValue1;
int32_t L_10 = ___oidGroup2;
String_t* L_11 = CAPI_CryptFindOIDInfoKeyFromName_m7809CD491D913D58FA1B996B835A0A91C413E9DB(L_9, L_10, /*hidden argument*/NULL);
return L_11;
}
IL_0032:
{
String_t* L_12 = UInt32_ToString_m7D8A934AF1D74C5C8194D1556AA71BBA0D4600F2((uint32_t*)(&___keyType0), /*hidden argument*/NULL);
NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_13 = (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 *)il2cpp_codegen_object_new(NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var);
NotImplementedException__ctor_mEBAED0FCA8B8CCE7E96492474350BA35D14CF59C(L_13, L_12, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, NULL, X509Utils_FindOidInfo_mE43E0522988511319B8B9F69AF7D0A10B4AE8FA2_RuntimeMethod_var);
}
}
// System.String System.Security.Cryptography.X509Certificates.X509Utils::FindOidInfoWithFallback(System.UInt32,System.String,System.Security.Cryptography.OidGroup)
extern "C" IL2CPP_METHOD_ATTR String_t* X509Utils_FindOidInfoWithFallback_m98443176879ABC2054619D4AA491FE086D406950 (uint32_t ___key0, String_t* ___value1, int32_t ___group2, const RuntimeMethod* method)
{
String_t* V_0 = NULL;
{
uint32_t L_0 = ___key0;
String_t* L_1 = ___value1;
int32_t L_2 = ___group2;
String_t* L_3 = X509Utils_FindOidInfo_mE43E0522988511319B8B9F69AF7D0A10B4AE8FA2(L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
String_t* L_4 = V_0;
if (L_4)
{
goto IL_0018;
}
}
{
int32_t L_5 = ___group2;
if (!L_5)
{
goto IL_0018;
}
}
{
uint32_t L_6 = ___key0;
String_t* L_7 = ___value1;
String_t* L_8 = X509Utils_FindOidInfo_mE43E0522988511319B8B9F69AF7D0A10B4AE8FA2(L_6, L_7, 0, /*hidden argument*/NULL);
V_0 = L_8;
}
IL_0018:
{
String_t* 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
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Text.RegularExpressions.CachedCodeEntry::.ctor(System.String,System.Collections.Hashtable,System.String[],System.Text.RegularExpressions.RegexCode,System.Collections.Hashtable,System.Int32,System.Text.RegularExpressions.ExclusiveReference,System.Text.RegularExpressions.SharedReference)
extern "C" IL2CPP_METHOD_ATTR void CachedCodeEntry__ctor_m78BCA6060E7D83B172F998AF60D17FB41BE703B8 (CachedCodeEntry_t0BA53FFFBCF7D04DF27AD5582E6D0E26D61B9B65 * __this, String_t* ___key0, Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___capnames1, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___capslist2, RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA * ___code3, Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___caps4, int32_t ___capsize5, ExclusiveReference_t39E202CDB13A1E6EBA4CE0C7548B192CEB5C64DB * ___runner6, SharedReference_t225BA5C249F9F1D6C959F151695BDF65EF2C92A5 * ___repl7, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
String_t* L_0 = ___key0;
__this->set__key_0(L_0);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_1 = ___capnames1;
__this->set__capnames_3(L_1);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = ___capslist2;
__this->set__capslist_4(L_2);
RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA * L_3 = ___code3;
__this->set__code_1(L_3);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_4 = ___caps4;
__this->set__caps_2(L_4);
int32_t L_5 = ___capsize5;
__this->set__capsize_5(L_5);
ExclusiveReference_t39E202CDB13A1E6EBA4CE0C7548B192CEB5C64DB * L_6 = ___runner6;
__this->set__runnerref_7(L_6);
SharedReference_t225BA5C249F9F1D6C959F151695BDF65EF2C92A5 * L_7 = ___repl7;
__this->set__replref_8(L_7);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Text.RegularExpressions.Capture::.ctor(System.String,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void Capture__ctor_m6CC8A5385C7BD6B8AE63F9812293EC3252A65B3B (Capture_tF4475248CCF3EFF914844BE2C993FC609D41DB73 * __this, String_t* ___text0, int32_t ___i1, int32_t ___l2, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
String_t* L_0 = ___text0;
__this->set__text_0(L_0);
int32_t L_1 = ___i1;
__this->set__index_1(L_1);
int32_t L_2 = ___l2;
__this->set__length_2(L_2);
return;
}
}
// System.String System.Text.RegularExpressions.Capture::get_Value()
extern "C" IL2CPP_METHOD_ATTR String_t* Capture_get_Value_m8F739B7E4E173814B0890ECFEA37194D592BE91C (Capture_tF4475248CCF3EFF914844BE2C993FC609D41DB73 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get__text_0();
int32_t L_1 = __this->get__index_1();
int32_t L_2 = __this->get__length_2();
NullCheck(L_0);
String_t* L_3 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_0, L_1, L_2, /*hidden argument*/NULL);
return L_3;
}
}
// System.String System.Text.RegularExpressions.Capture::ToString()
extern "C" IL2CPP_METHOD_ATTR String_t* Capture_ToString_mD49A28CAD5727E8F629643EDE0C6BAB476BA639E (Capture_tF4475248CCF3EFF914844BE2C993FC609D41DB73 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = Capture_get_Value_m8F739B7E4E173814B0890ECFEA37194D592BE91C(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Void System.Text.RegularExpressions.Capture::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Capture__ctor_m3ED807279C93FFCE8BE4EAF447DA01E62EF93D7B (Capture_tF4475248CCF3EFF914844BE2C993FC609D41DB73 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Capture__ctor_m3ED807279C93FFCE8BE4EAF447DA01E62EF93D7B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(Capture__ctor_m3ED807279C93FFCE8BE4EAF447DA01E62EF93D7B_RuntimeMethod_var);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Object System.Text.RegularExpressions.ExclusiveReference::Get()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ExclusiveReference_Get_mE79B077388AFBD19A4524E630701783E7DCE61E4 (ExclusiveReference_t39E202CDB13A1E6EBA4CE0C7548B192CEB5C64DB * __this, const RuntimeMethod* method)
{
RuntimeObject * V_0 = NULL;
{
int32_t* L_0 = __this->get_address_of__locked_2();
int32_t L_1 = Interlocked_Exchange_mD5CC61AF0F002355912FAAF84F26BE93639B5FD5((int32_t*)L_0, 1, /*hidden argument*/NULL);
if (L_1)
{
goto IL_002a;
}
}
{
RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * L_2 = __this->get__ref_0();
V_0 = L_2;
RuntimeObject * L_3 = V_0;
if (L_3)
{
goto IL_0021;
}
}
{
__this->set__locked_2(0);
return NULL;
}
IL_0021:
{
RuntimeObject * L_4 = V_0;
__this->set__obj_1(L_4);
RuntimeObject * L_5 = V_0;
return L_5;
}
IL_002a:
{
return NULL;
}
}
// System.Void System.Text.RegularExpressions.ExclusiveReference::Release(System.Object)
extern "C" IL2CPP_METHOD_ATTR void ExclusiveReference_Release_m9A1577138872106EA54A04EA4AB77F710CEDE336 (ExclusiveReference_t39E202CDB13A1E6EBA4CE0C7548B192CEB5C64DB * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ExclusiveReference_Release_m9A1577138872106EA54A04EA4AB77F710CEDE336_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___obj0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral9B5C0B859FABA061DD60FD8070FCE74FCEE29D0B, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, ExclusiveReference_Release_m9A1577138872106EA54A04EA4AB77F710CEDE336_RuntimeMethod_var);
}
IL_000e:
{
RuntimeObject * L_2 = __this->get__obj_1();
RuntimeObject * L_3 = ___obj0;
if ((!(((RuntimeObject*)(RuntimeObject *)L_2) == ((RuntimeObject*)(RuntimeObject *)L_3))))
{
goto IL_0026;
}
}
{
__this->set__obj_1(NULL);
__this->set__locked_2(0);
return;
}
IL_0026:
{
RuntimeObject * L_4 = __this->get__obj_1();
if (L_4)
{
goto IL_0058;
}
}
{
int32_t* L_5 = __this->get_address_of__locked_2();
int32_t L_6 = Interlocked_Exchange_mD5CC61AF0F002355912FAAF84F26BE93639B5FD5((int32_t*)L_5, 1, /*hidden argument*/NULL);
if (L_6)
{
goto IL_0058;
}
}
{
RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * L_7 = __this->get__ref_0();
if (L_7)
{
goto IL_0050;
}
}
{
RuntimeObject * L_8 = ___obj0;
__this->set__ref_0(((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)CastclassClass((RuntimeObject*)L_8, RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0_il2cpp_TypeInfo_var)));
}
IL_0050:
{
__this->set__locked_2(0);
return;
}
IL_0058:
{
return;
}
}
// System.Void System.Text.RegularExpressions.ExclusiveReference::.ctor()
extern "C" IL2CPP_METHOD_ATTR void ExclusiveReference__ctor_m0427943C75CBB283EF26034339E3D412A080B5D7 (ExclusiveReference_t39E202CDB13A1E6EBA4CE0C7548B192CEB5C64DB * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Text.RegularExpressions.Group::.ctor(System.String,System.Int32[],System.Int32,System.String)
extern "C" IL2CPP_METHOD_ATTR void Group__ctor_mECF4574592517D363C35ADC07F9D6F7E7DE6B4F6 (Group_tB4759D0385925B2C8C14ED3FCD5D2F43CFBD0443 * __this, String_t* ___text0, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___caps1, int32_t ___capcount2, String_t* ___name3, const RuntimeMethod* method)
{
String_t* G_B2_0 = NULL;
Group_tB4759D0385925B2C8C14ED3FCD5D2F43CFBD0443 * G_B2_1 = NULL;
String_t* G_B1_0 = NULL;
Group_tB4759D0385925B2C8C14ED3FCD5D2F43CFBD0443 * G_B1_1 = NULL;
int32_t G_B3_0 = 0;
String_t* G_B3_1 = NULL;
Group_tB4759D0385925B2C8C14ED3FCD5D2F43CFBD0443 * G_B3_2 = NULL;
int32_t G_B5_0 = 0;
String_t* G_B5_1 = NULL;
Group_tB4759D0385925B2C8C14ED3FCD5D2F43CFBD0443 * G_B5_2 = NULL;
int32_t G_B4_0 = 0;
String_t* G_B4_1 = NULL;
Group_tB4759D0385925B2C8C14ED3FCD5D2F43CFBD0443 * G_B4_2 = NULL;
int32_t G_B6_0 = 0;
int32_t G_B6_1 = 0;
String_t* G_B6_2 = NULL;
Group_tB4759D0385925B2C8C14ED3FCD5D2F43CFBD0443 * G_B6_3 = NULL;
{
String_t* L_0 = ___text0;
int32_t L_1 = ___capcount2;
G_B1_0 = L_0;
G_B1_1 = __this;
if (!L_1)
{
G_B2_0 = L_0;
G_B2_1 = __this;
goto IL_000e;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_2 = ___caps1;
int32_t L_3 = ___capcount2;
NullCheck(L_2);
int32_t L_4 = ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1)), (int32_t)2));
int32_t L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
G_B3_0 = L_5;
G_B3_1 = G_B1_0;
G_B3_2 = G_B1_1;
goto IL_000f;
}
IL_000e:
{
G_B3_0 = 0;
G_B3_1 = G_B2_0;
G_B3_2 = G_B2_1;
}
IL_000f:
{
int32_t L_6 = ___capcount2;
G_B4_0 = G_B3_0;
G_B4_1 = G_B3_1;
G_B4_2 = G_B3_2;
if (!L_6)
{
G_B5_0 = G_B3_0;
G_B5_1 = G_B3_1;
G_B5_2 = G_B3_2;
goto IL_001b;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_7 = ___caps1;
int32_t L_8 = ___capcount2;
NullCheck(L_7);
int32_t L_9 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_8, (int32_t)2)), (int32_t)1));
int32_t L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
G_B6_0 = L_10;
G_B6_1 = G_B4_0;
G_B6_2 = G_B4_1;
G_B6_3 = G_B4_2;
goto IL_001c;
}
IL_001b:
{
G_B6_0 = 0;
G_B6_1 = G_B5_0;
G_B6_2 = G_B5_1;
G_B6_3 = G_B5_2;
}
IL_001c:
{
NullCheck(G_B6_3);
Capture__ctor_m6CC8A5385C7BD6B8AE63F9812293EC3252A65B3B(G_B6_3, G_B6_2, G_B6_1, G_B6_0, /*hidden argument*/NULL);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_11 = ___caps1;
__this->set__caps_4(L_11);
int32_t L_12 = ___capcount2;
__this->set__capcount_5(L_12);
String_t* L_13 = ___name3;
__this->set__name_6(L_13);
return;
}
}
// System.Void System.Text.RegularExpressions.Group::.cctor()
extern "C" IL2CPP_METHOD_ATTR void Group__cctor_m213E26F039439904671CFD5DAF5D85B47D5CBE68 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Group__cctor_m213E26F039439904671CFD5DAF5D85B47D5CBE68_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_1 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)0);
String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
Group_tB4759D0385925B2C8C14ED3FCD5D2F43CFBD0443 * L_3 = (Group_tB4759D0385925B2C8C14ED3FCD5D2F43CFBD0443 *)il2cpp_codegen_object_new(Group_tB4759D0385925B2C8C14ED3FCD5D2F43CFBD0443_il2cpp_TypeInfo_var);
Group__ctor_mECF4574592517D363C35ADC07F9D6F7E7DE6B4F6(L_3, L_0, L_1, 0, L_2, /*hidden argument*/NULL);
((Group_tB4759D0385925B2C8C14ED3FCD5D2F43CFBD0443_StaticFields*)il2cpp_codegen_static_fields_for(Group_tB4759D0385925B2C8C14ED3FCD5D2F43CFBD0443_il2cpp_TypeInfo_var))->set__emptygroup_3(L_3);
return;
}
}
// System.Void System.Text.RegularExpressions.Group::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Group__ctor_mDCB3D51B8A672B342F452177D42D6D3F2F9BA91A (Group_tB4759D0385925B2C8C14ED3FCD5D2F43CFBD0443 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Group__ctor_mDCB3D51B8A672B342F452177D42D6D3F2F9BA91A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(Group__ctor_mDCB3D51B8A672B342F452177D42D6D3F2F9BA91A_RuntimeMethod_var);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.RegularExpressions.Match System.Text.RegularExpressions.Match::get_Empty()
extern "C" IL2CPP_METHOD_ATTR Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * Match_get_Empty_m5D3AE3D0580F06ED901EE69FCCED6AF44715528F (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Match_get_Empty_m5D3AE3D0580F06ED901EE69FCCED6AF44715528F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Match_tE447871AB59EED3642F31EB9559D162C2977EBB5_il2cpp_TypeInfo_var);
Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * L_0 = ((Match_tE447871AB59EED3642F31EB9559D162C2977EBB5_StaticFields*)il2cpp_codegen_static_fields_for(Match_tE447871AB59EED3642F31EB9559D162C2977EBB5_il2cpp_TypeInfo_var))->get__empty_7();
return L_0;
}
}
// System.Void System.Text.RegularExpressions.Match::.ctor(System.Text.RegularExpressions.Regex,System.Int32,System.String,System.Int32,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void Match__ctor_m08A8262ACD89C9E47AA7168D0F2CC6E3338855D7 (Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * __this, Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * ___regex0, int32_t ___capcount1, String_t* ___text2, int32_t ___begpos3, int32_t ___len4, int32_t ___startpos5, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Match__ctor_m08A8262ACD89C9E47AA7168D0F2CC6E3338855D7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___text2;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_1 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)2);
IL2CPP_RUNTIME_CLASS_INIT(Group_tB4759D0385925B2C8C14ED3FCD5D2F43CFBD0443_il2cpp_TypeInfo_var);
Group__ctor_mECF4574592517D363C35ADC07F9D6F7E7DE6B4F6(__this, L_0, L_1, 0, _stringLiteralB6589FC6AB0DC82CF12099D1C2D40AB994E8410C, /*hidden argument*/NULL);
Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * L_2 = ___regex0;
__this->set__regex_8(L_2);
int32_t L_3 = ___capcount1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_4 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)L_3);
__this->set__matchcount_14(L_4);
int32_t L_5 = ___capcount1;
Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* L_6 = (Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43*)SZArrayNew(Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43_il2cpp_TypeInfo_var, (uint32_t)L_5);
__this->set__matches_13(L_6);
Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* L_7 = __this->get__matches_13();
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_8 = ((Group_tB4759D0385925B2C8C14ED3FCD5D2F43CFBD0443 *)__this)->get__caps_4();
NullCheck(L_7);
ArrayElementTypeCheck (L_7, L_8);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(0), (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)L_8);
int32_t L_9 = ___begpos3;
__this->set__textbeg_9(L_9);
int32_t L_10 = ___begpos3;
int32_t L_11 = ___len4;
__this->set__textend_11(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_11)));
int32_t L_12 = ___startpos5;
__this->set__textstart_12(L_12);
__this->set__balancing_15((bool)0);
return;
}
}
// System.Void System.Text.RegularExpressions.Match::Reset(System.Text.RegularExpressions.Regex,System.String,System.Int32,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void Match_Reset_m9EDCC3689E8A5A57A644946AEC3E41C1901C7DAF (Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * __this, Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * ___regex0, String_t* ___text1, int32_t ___textbeg2, int32_t ___textend3, int32_t ___textstart4, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * L_0 = ___regex0;
__this->set__regex_8(L_0);
String_t* L_1 = ___text1;
((Capture_tF4475248CCF3EFF914844BE2C993FC609D41DB73 *)__this)->set__text_0(L_1);
int32_t L_2 = ___textbeg2;
__this->set__textbeg_9(L_2);
int32_t L_3 = ___textend3;
__this->set__textend_11(L_3);
int32_t L_4 = ___textstart4;
__this->set__textstart_12(L_4);
V_0 = 0;
goto IL_0036;
}
IL_0029:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_5 = __this->get__matchcount_14();
int32_t L_6 = V_0;
NullCheck(L_5);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(L_6), (int32_t)0);
int32_t L_7 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1));
}
IL_0036:
{
int32_t L_8 = V_0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_9 = __this->get__matchcount_14();
NullCheck(L_9);
if ((((int32_t)L_8) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_9)->max_length)))))))
{
goto IL_0029;
}
}
{
__this->set__balancing_15((bool)0);
return;
}
}
// System.Void System.Text.RegularExpressions.Match::AddMatch(System.Int32,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void Match_AddMatch_m3C9178A7D6F8175A7628E4BE579FD209B7C7650A (Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * __this, int32_t ___cap0, int32_t ___start1, int32_t ___len2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Match_AddMatch_m3C9178A7D6F8175A7628E4BE579FD209B7C7650A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_1 = NULL;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_2 = NULL;
int32_t V_3 = 0;
{
Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* L_0 = __this->get__matches_13();
int32_t L_1 = ___cap0;
NullCheck(L_0);
int32_t L_2 = L_1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_3 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
if (L_3)
{
goto IL_0018;
}
}
{
Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* L_4 = __this->get__matches_13();
int32_t L_5 = ___cap0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_6 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)2);
NullCheck(L_4);
ArrayElementTypeCheck (L_4, L_6);
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(L_5), (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)L_6);
}
IL_0018:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_7 = __this->get__matchcount_14();
int32_t L_8 = ___cap0;
NullCheck(L_7);
int32_t L_9 = L_8;
int32_t L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
V_0 = L_10;
int32_t L_11 = V_0;
Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* L_12 = __this->get__matches_13();
int32_t L_13 = ___cap0;
NullCheck(L_12);
int32_t L_14 = L_13;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_15 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
NullCheck(L_15);
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_11, (int32_t)2)), (int32_t)2))) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_15)->max_length)))))))
{
goto IL_0061;
}
}
{
Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* L_16 = __this->get__matches_13();
int32_t L_17 = ___cap0;
NullCheck(L_16);
int32_t L_18 = L_17;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_19 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(L_16)->GetAt(static_cast<il2cpp_array_size_t>(L_18));
V_1 = L_19;
int32_t L_20 = V_0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_21 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_20, (int32_t)8)));
V_2 = L_21;
V_3 = 0;
goto IL_0052;
}
IL_0048:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_22 = V_2;
int32_t L_23 = V_3;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_24 = V_1;
int32_t L_25 = V_3;
NullCheck(L_24);
int32_t L_26 = L_25;
int32_t L_27 = (L_24)->GetAt(static_cast<il2cpp_array_size_t>(L_26));
NullCheck(L_22);
(L_22)->SetAt(static_cast<il2cpp_array_size_t>(L_23), (int32_t)L_27);
int32_t L_28 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1));
}
IL_0052:
{
int32_t L_29 = V_3;
int32_t L_30 = V_0;
if ((((int32_t)L_29) < ((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_30, (int32_t)2)))))
{
goto IL_0048;
}
}
{
Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* L_31 = __this->get__matches_13();
int32_t L_32 = ___cap0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_33 = V_2;
NullCheck(L_31);
ArrayElementTypeCheck (L_31, L_33);
(L_31)->SetAt(static_cast<il2cpp_array_size_t>(L_32), (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)L_33);
}
IL_0061:
{
Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* L_34 = __this->get__matches_13();
int32_t L_35 = ___cap0;
NullCheck(L_34);
int32_t L_36 = L_35;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_37 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(L_34)->GetAt(static_cast<il2cpp_array_size_t>(L_36));
int32_t L_38 = V_0;
int32_t L_39 = ___start1;
NullCheck(L_37);
(L_37)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_multiply((int32_t)L_38, (int32_t)2))), (int32_t)L_39);
Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* L_40 = __this->get__matches_13();
int32_t L_41 = ___cap0;
NullCheck(L_40);
int32_t L_42 = L_41;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_43 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(L_40)->GetAt(static_cast<il2cpp_array_size_t>(L_42));
int32_t L_44 = V_0;
int32_t L_45 = ___len2;
NullCheck(L_43);
(L_43)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_44, (int32_t)2)), (int32_t)1))), (int32_t)L_45);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_46 = __this->get__matchcount_14();
int32_t L_47 = ___cap0;
int32_t L_48 = V_0;
NullCheck(L_46);
(L_46)->SetAt(static_cast<il2cpp_array_size_t>(L_47), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)1)));
return;
}
}
// System.Void System.Text.RegularExpressions.Match::BalanceMatch(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void Match_BalanceMatch_mCC0EC358E4C33191B896226512FE8F086EFEA4CF (Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * __this, int32_t ___cap0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
__this->set__balancing_15((bool)1);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_0 = __this->get__matchcount_14();
int32_t L_1 = ___cap0;
NullCheck(L_0);
int32_t L_2 = L_1;
int32_t L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_3, (int32_t)2)), (int32_t)2));
Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* L_4 = __this->get__matches_13();
int32_t L_5 = ___cap0;
NullCheck(L_4);
int32_t L_6 = L_5;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_7 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
int32_t L_8 = V_0;
NullCheck(L_7);
int32_t L_9 = L_8;
int32_t L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
if ((((int32_t)L_10) >= ((int32_t)0)))
{
goto IL_002f;
}
}
{
Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* L_11 = __this->get__matches_13();
int32_t L_12 = ___cap0;
NullCheck(L_11);
int32_t L_13 = L_12;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_14 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_13));
int32_t L_15 = V_0;
NullCheck(L_14);
int32_t L_16 = L_15;
int32_t L_17 = (L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)-3), (int32_t)L_17));
}
IL_002f:
{
int32_t L_18 = V_0;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)2));
int32_t L_19 = V_0;
if ((((int32_t)L_19) < ((int32_t)0)))
{
goto IL_0062;
}
}
{
Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* L_20 = __this->get__matches_13();
int32_t L_21 = ___cap0;
NullCheck(L_20);
int32_t L_22 = L_21;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_23 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(L_20)->GetAt(static_cast<il2cpp_array_size_t>(L_22));
int32_t L_24 = V_0;
NullCheck(L_23);
int32_t L_25 = L_24;
int32_t L_26 = (L_23)->GetAt(static_cast<il2cpp_array_size_t>(L_25));
if ((((int32_t)L_26) >= ((int32_t)0)))
{
goto IL_0062;
}
}
{
int32_t L_27 = ___cap0;
Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* L_28 = __this->get__matches_13();
int32_t L_29 = ___cap0;
NullCheck(L_28);
int32_t L_30 = L_29;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_31 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(L_28)->GetAt(static_cast<il2cpp_array_size_t>(L_30));
int32_t L_32 = V_0;
NullCheck(L_31);
int32_t L_33 = L_32;
int32_t L_34 = (L_31)->GetAt(static_cast<il2cpp_array_size_t>(L_33));
Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* L_35 = __this->get__matches_13();
int32_t L_36 = ___cap0;
NullCheck(L_35);
int32_t L_37 = L_36;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_38 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(L_35)->GetAt(static_cast<il2cpp_array_size_t>(L_37));
int32_t L_39 = V_0;
NullCheck(L_38);
int32_t L_40 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1));
int32_t L_41 = (L_38)->GetAt(static_cast<il2cpp_array_size_t>(L_40));
VirtActionInvoker3< int32_t, int32_t, int32_t >::Invoke(5 /* System.Void System.Text.RegularExpressions.Match::AddMatch(System.Int32,System.Int32,System.Int32) */, __this, L_27, L_34, L_41);
return;
}
IL_0062:
{
int32_t L_42 = ___cap0;
int32_t L_43 = V_0;
int32_t L_44 = V_0;
VirtActionInvoker3< int32_t, int32_t, int32_t >::Invoke(5 /* System.Void System.Text.RegularExpressions.Match::AddMatch(System.Int32,System.Int32,System.Int32) */, __this, L_42, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)-3), (int32_t)L_43)), ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)-4), (int32_t)L_44)));
return;
}
}
// System.Void System.Text.RegularExpressions.Match::RemoveMatch(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void Match_RemoveMatch_m6268C01D537F0BACB7DD707E11FA873C3E1918C7 (Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * __this, int32_t ___cap0, const RuntimeMethod* method)
{
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_0 = __this->get__matchcount_14();
int32_t L_1 = ___cap0;
NullCheck(L_0);
int32_t* L_2 = ((L_0)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_1)));
int32_t L_3 = *((int32_t*)L_2);
*((int32_t*)L_2) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1));
return;
}
}
// System.Boolean System.Text.RegularExpressions.Match::IsMatched(System.Int32)
extern "C" IL2CPP_METHOD_ATTR bool Match_IsMatched_m7686CA418F588EC198A82DE287326C46F4CBDD5F (Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * __this, int32_t ___cap0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___cap0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_1 = __this->get__matchcount_14();
NullCheck(L_1);
if ((((int32_t)L_0) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length)))))))
{
goto IL_0033;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_2 = __this->get__matchcount_14();
int32_t L_3 = ___cap0;
NullCheck(L_2);
int32_t L_4 = L_3;
int32_t L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
if ((((int32_t)L_5) <= ((int32_t)0)))
{
goto IL_0033;
}
}
{
Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* L_6 = __this->get__matches_13();
int32_t L_7 = ___cap0;
NullCheck(L_6);
int32_t L_8 = L_7;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_9 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_10 = __this->get__matchcount_14();
int32_t L_11 = ___cap0;
NullCheck(L_10);
int32_t L_12 = L_11;
int32_t L_13 = (L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_12));
NullCheck(L_9);
int32_t L_14 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_13, (int32_t)2)), (int32_t)1));
int32_t L_15 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
return (bool)((((int32_t)((((int32_t)L_15) == ((int32_t)((int32_t)-2)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
IL_0033:
{
return (bool)0;
}
}
// System.Int32 System.Text.RegularExpressions.Match::MatchIndex(System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t Match_MatchIndex_mA39CA9F84C3872675CB9C76EC342EFB30A2B5DA0 (Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * __this, int32_t ___cap0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* L_0 = __this->get__matches_13();
int32_t L_1 = ___cap0;
NullCheck(L_0);
int32_t L_2 = L_1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_3 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_4 = __this->get__matchcount_14();
int32_t L_5 = ___cap0;
NullCheck(L_4);
int32_t L_6 = L_5;
int32_t L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
NullCheck(L_3);
int32_t L_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_7, (int32_t)2)), (int32_t)2));
int32_t L_9 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
V_0 = L_9;
int32_t L_10 = V_0;
if ((((int32_t)L_10) < ((int32_t)0)))
{
goto IL_001c;
}
}
{
int32_t L_11 = V_0;
return L_11;
}
IL_001c:
{
Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* L_12 = __this->get__matches_13();
int32_t L_13 = ___cap0;
NullCheck(L_12);
int32_t L_14 = L_13;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_15 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
int32_t L_16 = V_0;
NullCheck(L_15);
int32_t L_17 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)-3), (int32_t)L_16));
int32_t L_18 = (L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_17));
return L_18;
}
}
// System.Int32 System.Text.RegularExpressions.Match::MatchLength(System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t Match_MatchLength_m25492EACF56E8211FEEC4856F93D7A19D30A984F (Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * __this, int32_t ___cap0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* L_0 = __this->get__matches_13();
int32_t L_1 = ___cap0;
NullCheck(L_0);
int32_t L_2 = L_1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_3 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_4 = __this->get__matchcount_14();
int32_t L_5 = ___cap0;
NullCheck(L_4);
int32_t L_6 = L_5;
int32_t L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
NullCheck(L_3);
int32_t L_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_7, (int32_t)2)), (int32_t)1));
int32_t L_9 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
V_0 = L_9;
int32_t L_10 = V_0;
if ((((int32_t)L_10) < ((int32_t)0)))
{
goto IL_001c;
}
}
{
int32_t L_11 = V_0;
return L_11;
}
IL_001c:
{
Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* L_12 = __this->get__matches_13();
int32_t L_13 = ___cap0;
NullCheck(L_12);
int32_t L_14 = L_13;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_15 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
int32_t L_16 = V_0;
NullCheck(L_15);
int32_t L_17 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)-3), (int32_t)L_16));
int32_t L_18 = (L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_17));
return L_18;
}
}
// System.Void System.Text.RegularExpressions.Match::Tidy(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void Match_Tidy_m88B2494631267F8CF7E90F3305F713550ED39CE8 (Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * __this, int32_t ___textpos0, const RuntimeMethod* method)
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_3 = NULL;
int32_t V_4 = 0;
int32_t V_5 = 0;
{
Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* L_0 = __this->get__matches_13();
NullCheck(L_0);
int32_t L_1 = 0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_2 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_1));
V_0 = L_2;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_3 = V_0;
NullCheck(L_3);
int32_t L_4 = 0;
int32_t L_5 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
((Capture_tF4475248CCF3EFF914844BE2C993FC609D41DB73 *)__this)->set__index_1(L_5);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_6 = V_0;
NullCheck(L_6);
int32_t L_7 = 1;
int32_t L_8 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
((Capture_tF4475248CCF3EFF914844BE2C993FC609D41DB73 *)__this)->set__length_2(L_8);
int32_t L_9 = ___textpos0;
__this->set__textpos_10(L_9);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_10 = __this->get__matchcount_14();
NullCheck(L_10);
int32_t L_11 = 0;
int32_t L_12 = (L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
((Group_tB4759D0385925B2C8C14ED3FCD5D2F43CFBD0443 *)__this)->set__capcount_5(L_12);
bool L_13 = __this->get__balancing_15();
if (!L_13)
{
goto IL_00c3;
}
}
{
V_1 = 0;
goto IL_00b1;
}
IL_003f:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_14 = __this->get__matchcount_14();
int32_t L_15 = V_1;
NullCheck(L_14);
int32_t L_16 = L_15;
int32_t L_17 = (L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
V_2 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_17, (int32_t)2));
Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* L_18 = __this->get__matches_13();
int32_t L_19 = V_1;
NullCheck(L_18);
int32_t L_20 = L_19;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_21 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(L_18)->GetAt(static_cast<il2cpp_array_size_t>(L_20));
V_3 = L_21;
V_4 = 0;
V_4 = 0;
goto IL_0068;
}
IL_005b:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_22 = V_3;
int32_t L_23 = V_4;
NullCheck(L_22);
int32_t L_24 = L_23;
int32_t L_25 = (L_22)->GetAt(static_cast<il2cpp_array_size_t>(L_24));
if ((((int32_t)L_25) < ((int32_t)0)))
{
goto IL_006d;
}
}
{
int32_t L_26 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1));
}
IL_0068:
{
int32_t L_27 = V_4;
int32_t L_28 = V_2;
if ((((int32_t)L_27) < ((int32_t)L_28)))
{
goto IL_005b;
}
}
IL_006d:
{
int32_t L_29 = V_4;
V_5 = L_29;
goto IL_009c;
}
IL_0073:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_30 = V_3;
int32_t L_31 = V_4;
NullCheck(L_30);
int32_t L_32 = L_31;
int32_t L_33 = (L_30)->GetAt(static_cast<il2cpp_array_size_t>(L_32));
if ((((int32_t)L_33) >= ((int32_t)0)))
{
goto IL_0082;
}
}
{
int32_t L_34 = V_5;
V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)1));
goto IL_0096;
}
IL_0082:
{
int32_t L_35 = V_4;
int32_t L_36 = V_5;
if ((((int32_t)L_35) == ((int32_t)L_36)))
{
goto IL_0090;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_37 = V_3;
int32_t L_38 = V_5;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_39 = V_3;
int32_t L_40 = V_4;
NullCheck(L_39);
int32_t L_41 = L_40;
int32_t L_42 = (L_39)->GetAt(static_cast<il2cpp_array_size_t>(L_41));
NullCheck(L_37);
(L_37)->SetAt(static_cast<il2cpp_array_size_t>(L_38), (int32_t)L_42);
}
IL_0090:
{
int32_t L_43 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1));
}
IL_0096:
{
int32_t L_44 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1));
}
IL_009c:
{
int32_t L_45 = V_4;
int32_t L_46 = V_2;
if ((((int32_t)L_45) < ((int32_t)L_46)))
{
goto IL_0073;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_47 = __this->get__matchcount_14();
int32_t L_48 = V_1;
int32_t L_49 = V_5;
NullCheck(L_47);
(L_47)->SetAt(static_cast<il2cpp_array_size_t>(L_48), (int32_t)((int32_t)((int32_t)L_49/(int32_t)2)));
int32_t L_50 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)1));
}
IL_00b1:
{
int32_t L_51 = V_1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_52 = __this->get__matchcount_14();
NullCheck(L_52);
if ((((int32_t)L_51) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_52)->max_length)))))))
{
goto IL_003f;
}
}
{
__this->set__balancing_15((bool)0);
}
IL_00c3:
{
return;
}
}
// System.Void System.Text.RegularExpressions.Match::.cctor()
extern "C" IL2CPP_METHOD_ATTR void Match__cctor_m9158A9D469720E89CD9004B65F55EEEF5E330C0E (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Match__cctor_m9158A9D469720E89CD9004B65F55EEEF5E330C0E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * L_1 = (Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 *)il2cpp_codegen_object_new(Match_tE447871AB59EED3642F31EB9559D162C2977EBB5_il2cpp_TypeInfo_var);
Match__ctor_m08A8262ACD89C9E47AA7168D0F2CC6E3338855D7(L_1, (Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF *)NULL, 1, L_0, 0, 0, 0, /*hidden argument*/NULL);
((Match_tE447871AB59EED3642F31EB9559D162C2977EBB5_StaticFields*)il2cpp_codegen_static_fields_for(Match_tE447871AB59EED3642F31EB9559D162C2977EBB5_il2cpp_TypeInfo_var))->set__empty_7(L_1);
return;
}
}
// System.Void System.Text.RegularExpressions.Match::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Match__ctor_m38BC8AD7EEFA99C6FC25587D6FE56450FA849E0C (Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Match__ctor_m38BC8AD7EEFA99C6FC25587D6FE56450FA849E0C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(Match__ctor_m38BC8AD7EEFA99C6FC25587D6FE56450FA849E0C_RuntimeMethod_var);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Text.RegularExpressions.MatchSparse::.ctor(System.Text.RegularExpressions.Regex,System.Collections.Hashtable,System.Int32,System.String,System.Int32,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void MatchSparse__ctor_mEA523FCAF96D8A81401D3ED010CACE4463CCE811 (MatchSparse_t73BEE39B7EBE30B7460558DCA846B704C94B571C * __this, Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * ___regex0, Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___caps1, int32_t ___capcount2, String_t* ___text3, int32_t ___begpos4, int32_t ___len5, int32_t ___startpos6, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MatchSparse__ctor_mEA523FCAF96D8A81401D3ED010CACE4463CCE811_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * L_0 = ___regex0;
int32_t L_1 = ___capcount2;
String_t* L_2 = ___text3;
int32_t L_3 = ___begpos4;
int32_t L_4 = ___len5;
int32_t L_5 = ___startpos6;
IL2CPP_RUNTIME_CLASS_INIT(Match_tE447871AB59EED3642F31EB9559D162C2977EBB5_il2cpp_TypeInfo_var);
Match__ctor_m08A8262ACD89C9E47AA7168D0F2CC6E3338855D7(__this, L_0, L_1, L_2, L_3, L_4, L_5, /*hidden argument*/NULL);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_6 = ___caps1;
__this->set__caps_16(L_6);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Text.RegularExpressions.Regex::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Regex__ctor_mFDE4B6A423C15AA60BF9FEC7D4D7DFD4657D7C6E (Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Regex__ctor_mFDE4B6A423C15AA60BF9FEC7D4D7DFD4657D7C6E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_il2cpp_TypeInfo_var);
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_0 = ((Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields*)il2cpp_codegen_static_fields_for(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_il2cpp_TypeInfo_var))->get_DefaultMatchTimeout_7();
__this->set_internalMatchTimeout_5(L_0);
return;
}
}
// System.Void System.Text.RegularExpressions.Regex::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void Regex__ctor_m2769A5BA7B7A835514F6C0E4D30FAD467C6B1B0C (Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * __this, String_t* ___pattern0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Regex__ctor_m2769A5BA7B7A835514F6C0E4D30FAD467C6B1B0C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___pattern0;
IL2CPP_RUNTIME_CLASS_INIT(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_il2cpp_TypeInfo_var);
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_1 = ((Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields*)il2cpp_codegen_static_fields_for(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_il2cpp_TypeInfo_var))->get_DefaultMatchTimeout_7();
Regex__ctor_m87918FB2A856E264A492D2A2B4B412BE4E2370BB(__this, L_0, 0, L_1, (bool)0, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Text.RegularExpressions.Regex::.ctor(System.String,System.Text.RegularExpressions.RegexOptions)
extern "C" IL2CPP_METHOD_ATTR void Regex__ctor_mEF4515C4C44DF8BE410F388C82CC679D743FB5CD (Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * __this, String_t* ___pattern0, int32_t ___options1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Regex__ctor_mEF4515C4C44DF8BE410F388C82CC679D743FB5CD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___pattern0;
int32_t L_1 = ___options1;
IL2CPP_RUNTIME_CLASS_INIT(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_il2cpp_TypeInfo_var);
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_2 = ((Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields*)il2cpp_codegen_static_fields_for(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_il2cpp_TypeInfo_var))->get_DefaultMatchTimeout_7();
Regex__ctor_m87918FB2A856E264A492D2A2B4B412BE4E2370BB(__this, L_0, L_1, L_2, (bool)0, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Text.RegularExpressions.Regex::.ctor(System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void Regex__ctor_m87918FB2A856E264A492D2A2B4B412BE4E2370BB (Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * __this, String_t* ___pattern0, int32_t ___options1, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___matchTimeout2, bool ___useCache3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Regex__ctor_m87918FB2A856E264A492D2A2B4B412BE4E2370BB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6 * V_0 = NULL;
CachedCodeEntry_t0BA53FFFBCF7D04DF27AD5582E6D0E26D61B9B65 * V_1 = NULL;
String_t* V_2 = NULL;
String_t* V_3 = NULL;
int32_t V_4 = 0;
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
V_1 = (CachedCodeEntry_t0BA53FFFBCF7D04DF27AD5582E6D0E26D61B9B65 *)NULL;
V_2 = (String_t*)NULL;
String_t* L_0 = ___pattern0;
if (L_0)
{
goto IL_0018;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral91CC2E927B3BFB1D4477B744F7C70221DDB86EF1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, Regex__ctor_m87918FB2A856E264A492D2A2B4B412BE4E2370BB_RuntimeMethod_var);
}
IL_0018:
{
int32_t L_2 = ___options1;
if ((((int32_t)L_2) < ((int32_t)0)))
{
goto IL_0022;
}
}
{
int32_t L_3 = ___options1;
if (!((int32_t)((int32_t)L_3>>(int32_t)((int32_t)10))))
{
goto IL_002d;
}
}
IL_0022:
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_4 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_4, _stringLiteral513F8DE9259FE7658FE14D1352C54CCF070E911F, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, Regex__ctor_m87918FB2A856E264A492D2A2B4B412BE4E2370BB_RuntimeMethod_var);
}
IL_002d:
{
int32_t L_5 = ___options1;
if (!((int32_t)((int32_t)L_5&(int32_t)((int32_t)256))))
{
goto IL_004a;
}
}
{
int32_t L_6 = ___options1;
if (!((int32_t)((int32_t)L_6&(int32_t)((int32_t)-780))))
{
goto IL_004a;
}
}
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_7 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_7, _stringLiteral513F8DE9259FE7658FE14D1352C54CCF070E911F, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, NULL, Regex__ctor_m87918FB2A856E264A492D2A2B4B412BE4E2370BB_RuntimeMethod_var);
}
IL_004a:
{
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_8 = ___matchTimeout2;
IL2CPP_RUNTIME_CLASS_INIT(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_il2cpp_TypeInfo_var);
Regex_ValidateMatchTimeout_m71FE7188780DEAD57093B7345CCC50D0159218BE(L_8, /*hidden argument*/NULL);
int32_t L_9 = ___options1;
if (!((int32_t)((int32_t)L_9&(int32_t)((int32_t)512))))
{
goto IL_0066;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_10 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
NullCheck(L_10);
String_t* L_11 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_10);
V_2 = L_11;
goto IL_0071;
}
IL_0066:
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_12 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL);
NullCheck(L_12);
String_t* L_13 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_12);
V_2 = L_13;
}
IL_0071:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_14 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)5);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_15 = L_14;
int32_t L_16 = ___options1;
V_4 = L_16;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_17 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL);
String_t* L_18 = Int32_ToString_m1D0AF82BDAB5D4710527DD3FEFA6F01246D128A5((int32_t*)(&V_4), L_17, /*hidden argument*/NULL);
NullCheck(L_15);
ArrayElementTypeCheck (L_15, L_18);
(L_15)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_18);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_19 = L_15;
NullCheck(L_19);
ArrayElementTypeCheck (L_19, _stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9);
(L_19)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)_stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_20 = L_19;
String_t* L_21 = V_2;
NullCheck(L_20);
ArrayElementTypeCheck (L_20, L_21);
(L_20)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)L_21);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_22 = L_20;
NullCheck(L_22);
ArrayElementTypeCheck (L_22, _stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9);
(L_22)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)_stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_23 = L_22;
String_t* L_24 = ___pattern0;
NullCheck(L_23);
ArrayElementTypeCheck (L_23, L_24);
(L_23)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)L_24);
String_t* L_25 = String_Concat_m232E857CA5107EA6AC52E7DD7018716C021F237B(L_23, /*hidden argument*/NULL);
V_3 = L_25;
String_t* L_26 = V_3;
IL2CPP_RUNTIME_CLASS_INIT(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_il2cpp_TypeInfo_var);
CachedCodeEntry_t0BA53FFFBCF7D04DF27AD5582E6D0E26D61B9B65 * L_27 = Regex_LookupCachedAndUpdate_m88CA03797C5ED796BD5E1319DF6B1B6B6FCE6C0D(L_26, /*hidden argument*/NULL);
V_1 = L_27;
String_t* L_28 = ___pattern0;
__this->set_pattern_0(L_28);
int32_t L_29 = ___options1;
__this->set_roptions_2(L_29);
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_30 = ___matchTimeout2;
__this->set_internalMatchTimeout_5(L_30);
CachedCodeEntry_t0BA53FFFBCF7D04DF27AD5582E6D0E26D61B9B65 * L_31 = V_1;
if (L_31)
{
goto IL_012e;
}
}
{
String_t* L_32 = ___pattern0;
int32_t L_33 = __this->get_roptions_2();
IL2CPP_RUNTIME_CLASS_INIT(RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE_il2cpp_TypeInfo_var);
RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6 * L_34 = RegexParser_Parse_mD206BB554B6087ED35C5F744D72A93A07721D789(L_32, L_33, /*hidden argument*/NULL);
V_0 = L_34;
RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6 * L_35 = V_0;
NullCheck(L_35);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_36 = L_35->get__capnames_3();
__this->set_capnames_9(L_36);
RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6 * L_37 = V_0;
NullCheck(L_37);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_38 = L_37->get__capslist_4();
__this->set_capslist_10(L_38);
RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6 * L_39 = V_0;
RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA * L_40 = RegexWriter_Write_m57CF8209EF566CD40F9146C74DF889C8AA06E061(L_39, /*hidden argument*/NULL);
__this->set_code_14(L_40);
RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA * L_41 = __this->get_code_14();
NullCheck(L_41);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_42 = L_41->get__caps_3();
__this->set_caps_8(L_42);
RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA * L_43 = __this->get_code_14();
NullCheck(L_43);
int32_t L_44 = L_43->get__capsize_4();
__this->set_capsize_11(L_44);
Regex_InitializeReferences_m2CD000C1AFAA8B214F32D989C7D116B684A31840(__this, /*hidden argument*/NULL);
V_0 = (RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6 *)NULL;
bool L_45 = ___useCache3;
if (!L_45)
{
goto IL_0195;
}
}
{
String_t* L_46 = V_3;
CachedCodeEntry_t0BA53FFFBCF7D04DF27AD5582E6D0E26D61B9B65 * L_47 = Regex_CacheCode_m68F93FF3B918776D190D4DB807A3323691C77F0A(__this, L_46, /*hidden argument*/NULL);
V_1 = L_47;
return;
}
IL_012e:
{
CachedCodeEntry_t0BA53FFFBCF7D04DF27AD5582E6D0E26D61B9B65 * L_48 = V_1;
NullCheck(L_48);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_49 = L_48->get__caps_2();
__this->set_caps_8(L_49);
CachedCodeEntry_t0BA53FFFBCF7D04DF27AD5582E6D0E26D61B9B65 * L_50 = V_1;
NullCheck(L_50);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_51 = L_50->get__capnames_3();
__this->set_capnames_9(L_51);
CachedCodeEntry_t0BA53FFFBCF7D04DF27AD5582E6D0E26D61B9B65 * L_52 = V_1;
NullCheck(L_52);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_53 = L_52->get__capslist_4();
__this->set_capslist_10(L_53);
CachedCodeEntry_t0BA53FFFBCF7D04DF27AD5582E6D0E26D61B9B65 * L_54 = V_1;
NullCheck(L_54);
int32_t L_55 = L_54->get__capsize_5();
__this->set_capsize_11(L_55);
CachedCodeEntry_t0BA53FFFBCF7D04DF27AD5582E6D0E26D61B9B65 * L_56 = V_1;
NullCheck(L_56);
RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA * L_57 = L_56->get__code_1();
__this->set_code_14(L_57);
CachedCodeEntry_t0BA53FFFBCF7D04DF27AD5582E6D0E26D61B9B65 * L_58 = V_1;
NullCheck(L_58);
RegexRunnerFactory_t0703F390E2102623B0189DEC095DB182698E404B * L_59 = L_58->get__factory_6();
__this->set_factory_1(L_59);
CachedCodeEntry_t0BA53FFFBCF7D04DF27AD5582E6D0E26D61B9B65 * L_60 = V_1;
NullCheck(L_60);
ExclusiveReference_t39E202CDB13A1E6EBA4CE0C7548B192CEB5C64DB * L_61 = L_60->get__runnerref_7();
__this->set_runnerref_12(L_61);
CachedCodeEntry_t0BA53FFFBCF7D04DF27AD5582E6D0E26D61B9B65 * L_62 = V_1;
NullCheck(L_62);
SharedReference_t225BA5C249F9F1D6C959F151695BDF65EF2C92A5 * L_63 = L_62->get__replref_8();
__this->set_replref_13(L_63);
__this->set_refsInitialized_15((bool)1);
}
IL_0195:
{
return;
}
}
// System.Void System.Text.RegularExpressions.Regex::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR void Regex__ctor_mF11825F6E24D7D780BD34C74C96392DEC3602A5D (Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Regex__ctor_mF11825F6E24D7D780BD34C74C96392DEC3602A5D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int64_t V_0 = 0;
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 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 = -1;
NO_UNUSED_WARNING (__leave_target);
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
NullCheck(L_0);
String_t* L_1 = SerializationInfo_GetString_m06805A4E368E0B98D5FA70A9333B277CBDD84CF4(L_0, _stringLiteral91CC2E927B3BFB1D4477B744F7C70221DDB86EF1, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info0;
NullCheck(L_2);
int32_t L_3 = SerializationInfo_GetInt32_mB47BD46A0BDBBAF5B47BB62E6EFF8E092E3F3656(L_2, _stringLiteral513F8DE9259FE7658FE14D1352C54CCF070E911F, /*hidden argument*/NULL);
Regex__ctor_mEF4515C4C44DF8BE410F388C82CC679D743FB5CD(__this, L_1, L_3, /*hidden argument*/NULL);
}
IL_001c:
try
{ // begin try (depth: 1)
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_4 = ___info0;
NullCheck(L_4);
int64_t L_5 = SerializationInfo_GetInt64_mD9FB62CFBEC90A544B95912AB9FA24377AC17E54(L_4, _stringLiteral4778172AEACFFA92386D438E12A1545F0611BE5A, /*hidden argument*/NULL);
V_0 = L_5;
int64_t L_6 = V_0;
TimeSpan__ctor_mEB013EB288370617E8D465D75BE383C4058DB5A5((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(&V_1), L_6, /*hidden argument*/NULL);
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_7 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_il2cpp_TypeInfo_var);
Regex_ValidateMatchTimeout_m71FE7188780DEAD57093B7345CCC50D0159218BE(L_7, /*hidden argument*/NULL);
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_8 = V_1;
__this->set_internalMatchTimeout_5(L_8);
goto IL_0042;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_003f;
throw e;
}
CATCH_003f:
{ // begin catch(System.Runtime.Serialization.SerializationException)
goto IL_0042;
} // end catch (depth: 1)
IL_0042:
{
return;
}
}
// System.Void System.Text.RegularExpressions.Regex::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR void Regex_System_Runtime_Serialization_ISerializable_GetObjectData_m95B0E2523A72DF6AC56DEA7CDA286F771E06B0FD (Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___si0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Regex_System_Runtime_Serialization_ISerializable_GetObjectData_m95B0E2523A72DF6AC56DEA7CDA286F771E06B0FD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 V_0;
memset(&V_0, 0, sizeof(V_0));
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___si0;
String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, __this);
NullCheck(L_0);
SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_0, _stringLiteral91CC2E927B3BFB1D4477B744F7C70221DDB86EF1, L_1, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___si0;
int32_t L_3 = Regex_get_Options_m823A30690EEA63798DB8497F3E9CF062412B8653(__this, /*hidden argument*/NULL);
int32_t L_4 = L_3;
RuntimeObject * L_5 = Box(RegexOptions_t9A6138CDA9C60924D503C584095349F008C52EA1_il2cpp_TypeInfo_var, &L_4);
NullCheck(L_2);
SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_2, _stringLiteral513F8DE9259FE7658FE14D1352C54CCF070E911F, L_5, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_6 = ___si0;
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_7 = Regex_get_MatchTimeout_mD484D1CF0B6BF8516A08991D1387761CAE2340D6(__this, /*hidden argument*/NULL);
V_0 = L_7;
int64_t L_8 = TimeSpan_get_Ticks_m829C28C42028CDBFC9E338962DC7B6B10C8FFBE7((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(&V_0), /*hidden argument*/NULL);
NullCheck(L_6);
SerializationInfo_AddValue_mCCC2918D05840247B2A72A834940BD36AD7F5DE4(L_6, _stringLiteral4778172AEACFFA92386D438E12A1545F0611BE5A, L_8, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Text.RegularExpressions.Regex::ValidateMatchTimeout(System.TimeSpan)
extern "C" IL2CPP_METHOD_ATTR void Regex_ValidateMatchTimeout_m71FE7188780DEAD57093B7345CCC50D0159218BE (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___matchTimeout0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Regex_ValidateMatchTimeout_m71FE7188780DEAD57093B7345CCC50D0159218BE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_il2cpp_TypeInfo_var);
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_0 = ((Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields*)il2cpp_codegen_static_fields_for(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_il2cpp_TypeInfo_var))->get_InfiniteMatchTimeout_4();
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_1 = ___matchTimeout0;
IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var);
bool L_2 = TimeSpan_op_Equality_mEA0A4B7FDCAFA54C636292F7EB76F9A16C44096D(L_0, L_1, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_000e;
}
}
{
return;
}
IL_000e:
{
IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var);
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_3 = ((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var))->get_Zero_0();
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_4 = ___matchTimeout0;
bool L_5 = TimeSpan_op_LessThan_mF92FF63DD1E52540977D3B1753D43895F7B0A117(L_3, L_4, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_0029;
}
}
{
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_6 = ___matchTimeout0;
IL2CPP_RUNTIME_CLASS_INIT(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_il2cpp_TypeInfo_var);
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_7 = ((Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields*)il2cpp_codegen_static_fields_for(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_il2cpp_TypeInfo_var))->get_MaximumMatchTimeout_3();
IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var);
bool L_8 = TimeSpan_op_LessThanOrEqual_mFFB6826BC19E5E63E62697EF3A81B84CD529E83B(L_6, L_7, /*hidden argument*/NULL);
if (!L_8)
{
goto IL_0029;
}
}
{
return;
}
IL_0029:
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_9 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_9, _stringLiteral4778172AEACFFA92386D438E12A1545F0611BE5A, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, NULL, Regex_ValidateMatchTimeout_m71FE7188780DEAD57093B7345CCC50D0159218BE_RuntimeMethod_var);
}
}
// System.TimeSpan System.Text.RegularExpressions.Regex::InitDefaultMatchTimeout()
extern "C" IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 Regex_InitDefaultMatchTimeout_mC91736B02BD12B92CBD93C329E7A8233CD0B9DA4 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Regex_InitDefaultMatchTimeout_mC91736B02BD12B92CBD93C329E7A8233CD0B9DA4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 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 = -1;
NO_UNUSED_WARNING (__leave_target);
{
AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8 * L_0 = AppDomain_get_CurrentDomain_m3D3D52C9382D6853E49551DA6182DBC5F1118BF0(/*hidden argument*/NULL);
NullCheck(L_0);
RuntimeObject * L_1 = AppDomain_GetData_mD6C34853507A96159BB1A7773C65E8B21DBC7250(L_0, _stringLiteralE57CF3487B62652F673D18E494954E2EFAB2FE97, /*hidden argument*/NULL);
V_0 = L_1;
RuntimeObject * L_2 = V_0;
if (L_2)
{
goto IL_0019;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_il2cpp_TypeInfo_var);
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_3 = ((Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields*)il2cpp_codegen_static_fields_for(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_il2cpp_TypeInfo_var))->get_FallbackDefaultMatchTimeout_6();
return L_3;
}
IL_0019:
{
RuntimeObject * L_4 = V_0;
if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_4, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var)))
{
goto IL_003f;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = L_5;
NullCheck(L_6);
ArrayElementTypeCheck (L_6, _stringLiteralE57CF3487B62652F673D18E494954E2EFAB2FE97);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteralE57CF3487B62652F673D18E494954E2EFAB2FE97);
String_t* L_7 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteralC0CB43F16A23BD75198CEF3BCE2ED76753F83BA3, L_6, /*hidden argument*/NULL);
InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * L_8 = (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA *)il2cpp_codegen_object_new(InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var);
InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812(L_8, L_7, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, NULL, Regex_InitDefaultMatchTimeout_mC91736B02BD12B92CBD93C329E7A8233CD0B9DA4_RuntimeMethod_var);
}
IL_003f:
{
RuntimeObject * L_9 = V_0;
V_1 = ((*(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)UnBox(L_9, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var))));
}
IL_0046:
try
{ // begin try (depth: 1)
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_10 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_il2cpp_TypeInfo_var);
Regex_ValidateMatchTimeout_m71FE7188780DEAD57093B7345CCC50D0159218BE(L_10, /*hidden argument*/NULL);
goto IL_006d;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_004e;
throw e;
}
CATCH_004e:
{ // begin catch(System.ArgumentOutOfRangeException)
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_11 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_12 = L_11;
NullCheck(L_12);
ArrayElementTypeCheck (L_12, _stringLiteralE57CF3487B62652F673D18E494954E2EFAB2FE97);
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteralE57CF3487B62652F673D18E494954E2EFAB2FE97);
String_t* L_13 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteralC0CB43F16A23BD75198CEF3BCE2ED76753F83BA3, L_12, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_14 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_14, L_13, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, NULL, Regex_InitDefaultMatchTimeout_mC91736B02BD12B92CBD93C329E7A8233CD0B9DA4_RuntimeMethod_var);
} // end catch (depth: 1)
IL_006d:
{
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_15 = V_1;
return L_15;
}
}
// System.Text.RegularExpressions.RegexOptions System.Text.RegularExpressions.Regex::get_Options()
extern "C" IL2CPP_METHOD_ATTR int32_t Regex_get_Options_m823A30690EEA63798DB8497F3E9CF062412B8653 (Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_roptions_2();
return L_0;
}
}
// System.TimeSpan System.Text.RegularExpressions.Regex::get_MatchTimeout()
extern "C" IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 Regex_get_MatchTimeout_mD484D1CF0B6BF8516A08991D1387761CAE2340D6 (Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * __this, const RuntimeMethod* method)
{
{
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_0 = __this->get_internalMatchTimeout_5();
return L_0;
}
}
// System.Boolean System.Text.RegularExpressions.Regex::get_RightToLeft()
extern "C" IL2CPP_METHOD_ATTR bool Regex_get_RightToLeft_m546BF531C94563A11427CD24367525462CDB4509 (Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * __this, const RuntimeMethod* method)
{
{
bool L_0 = Regex_UseOptionR_m84945EDBEDCD61DBCEB691C929CA28F4B0AF4B49(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.String System.Text.RegularExpressions.Regex::ToString()
extern "C" IL2CPP_METHOD_ATTR String_t* Regex_ToString_mF967EF5E8BD74C3692379B8436AB8D3C5963FA75 (Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_pattern_0();
return L_0;
}
}
// System.Boolean System.Text.RegularExpressions.Regex::IsMatch(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR bool Regex_IsMatch_m3C44A8D92E43EA8CC8D623ECC394B27F09E2D5DA (String_t* ___input0, String_t* ___pattern1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Regex_IsMatch_m3C44A8D92E43EA8CC8D623ECC394B27F09E2D5DA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___input0;
String_t* L_1 = ___pattern1;
IL2CPP_RUNTIME_CLASS_INIT(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_il2cpp_TypeInfo_var);
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_2 = ((Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields*)il2cpp_codegen_static_fields_for(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_il2cpp_TypeInfo_var))->get_DefaultMatchTimeout_7();
bool L_3 = Regex_IsMatch_m90348BB44AD120A322F411001522DB0758A6678B(L_0, L_1, 0, L_2, /*hidden argument*/NULL);
return L_3;
}
}
// System.Boolean System.Text.RegularExpressions.Regex::IsMatch(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan)
extern "C" IL2CPP_METHOD_ATTR bool Regex_IsMatch_m90348BB44AD120A322F411001522DB0758A6678B (String_t* ___input0, String_t* ___pattern1, int32_t ___options2, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___matchTimeout3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Regex_IsMatch_m90348BB44AD120A322F411001522DB0758A6678B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___pattern1;
int32_t L_1 = ___options2;
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_2 = ___matchTimeout3;
Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * L_3 = (Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF *)il2cpp_codegen_object_new(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_il2cpp_TypeInfo_var);
Regex__ctor_m87918FB2A856E264A492D2A2B4B412BE4E2370BB(L_3, L_0, L_1, L_2, (bool)1, /*hidden argument*/NULL);
String_t* L_4 = ___input0;
NullCheck(L_3);
bool L_5 = Regex_IsMatch_m79684C4D2CE6C5495BCCE9A32AC029E1E5950B7C(L_3, L_4, /*hidden argument*/NULL);
return L_5;
}
}
// System.Boolean System.Text.RegularExpressions.Regex::IsMatch(System.String)
extern "C" IL2CPP_METHOD_ATTR bool Regex_IsMatch_m79684C4D2CE6C5495BCCE9A32AC029E1E5950B7C (Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * __this, String_t* ___input0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Regex_IsMatch_m79684C4D2CE6C5495BCCE9A32AC029E1E5950B7C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* G_B4_0 = NULL;
Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * G_B4_1 = NULL;
String_t* G_B3_0 = NULL;
Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * G_B3_1 = NULL;
int32_t G_B5_0 = 0;
String_t* G_B5_1 = NULL;
Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * G_B5_2 = NULL;
{
String_t* L_0 = ___input0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral140F86AAE51AB9E1CDA9B4254FE98A74EB54C1A1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, Regex_IsMatch_m79684C4D2CE6C5495BCCE9A32AC029E1E5950B7C_RuntimeMethod_var);
}
IL_000e:
{
String_t* L_2 = ___input0;
bool L_3 = Regex_UseOptionR_m84945EDBEDCD61DBCEB691C929CA28F4B0AF4B49(__this, /*hidden argument*/NULL);
G_B3_0 = L_2;
G_B3_1 = __this;
if (L_3)
{
G_B4_0 = L_2;
G_B4_1 = __this;
goto IL_001b;
}
}
{
G_B5_0 = 0;
G_B5_1 = G_B3_0;
G_B5_2 = G_B3_1;
goto IL_0021;
}
IL_001b:
{
String_t* L_4 = ___input0;
NullCheck(L_4);
int32_t L_5 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_4, /*hidden argument*/NULL);
G_B5_0 = L_5;
G_B5_1 = G_B4_0;
G_B5_2 = G_B4_1;
}
IL_0021:
{
NullCheck(G_B5_2);
bool L_6 = Regex_IsMatch_m2FB867817B341A5FA3E64A41F31820C9658F22A5(G_B5_2, G_B5_1, G_B5_0, /*hidden argument*/NULL);
return L_6;
}
}
// System.Boolean System.Text.RegularExpressions.Regex::IsMatch(System.String,System.Int32)
extern "C" IL2CPP_METHOD_ATTR bool Regex_IsMatch_m2FB867817B341A5FA3E64A41F31820C9658F22A5 (Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * __this, String_t* ___input0, int32_t ___startat1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Regex_IsMatch_m2FB867817B341A5FA3E64A41F31820C9658F22A5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___input0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral140F86AAE51AB9E1CDA9B4254FE98A74EB54C1A1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, Regex_IsMatch_m2FB867817B341A5FA3E64A41F31820C9658F22A5_RuntimeMethod_var);
}
IL_000e:
{
String_t* L_2 = ___input0;
String_t* L_3 = ___input0;
NullCheck(L_3);
int32_t L_4 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_3, /*hidden argument*/NULL);
int32_t L_5 = ___startat1;
Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * L_6 = Regex_Run_m74FB5EF178DF43F88B9058B94939F557479B93FC(__this, (bool)1, (-1), L_2, 0, L_4, L_5, /*hidden argument*/NULL);
return (bool)((((RuntimeObject*)(Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 *)L_6) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
}
}
// System.Void System.Text.RegularExpressions.Regex::InitializeReferences()
extern "C" IL2CPP_METHOD_ATTR void Regex_InitializeReferences_m2CD000C1AFAA8B214F32D989C7D116B684A31840 (Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Regex_InitializeReferences_m2CD000C1AFAA8B214F32D989C7D116B684A31840_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = __this->get_refsInitialized_15();
if (!L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral840FC173CA042A8D39905084E3EA76CD99E20548, /*hidden argument*/NULL);
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_2 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, Regex_InitializeReferences_m2CD000C1AFAA8B214F32D989C7D116B684A31840_RuntimeMethod_var);
}
IL_0018:
{
__this->set_refsInitialized_15((bool)1);
ExclusiveReference_t39E202CDB13A1E6EBA4CE0C7548B192CEB5C64DB * L_3 = (ExclusiveReference_t39E202CDB13A1E6EBA4CE0C7548B192CEB5C64DB *)il2cpp_codegen_object_new(ExclusiveReference_t39E202CDB13A1E6EBA4CE0C7548B192CEB5C64DB_il2cpp_TypeInfo_var);
ExclusiveReference__ctor_m0427943C75CBB283EF26034339E3D412A080B5D7(L_3, /*hidden argument*/NULL);
__this->set_runnerref_12(L_3);
SharedReference_t225BA5C249F9F1D6C959F151695BDF65EF2C92A5 * L_4 = (SharedReference_t225BA5C249F9F1D6C959F151695BDF65EF2C92A5 *)il2cpp_codegen_object_new(SharedReference_t225BA5C249F9F1D6C959F151695BDF65EF2C92A5_il2cpp_TypeInfo_var);
SharedReference__ctor_m48E749BC646BEC89282B8F336325D42DE48CFC81(L_4, /*hidden argument*/NULL);
__this->set_replref_13(L_4);
return;
}
}
// System.Text.RegularExpressions.Match System.Text.RegularExpressions.Regex::Run(System.Boolean,System.Int32,System.String,System.Int32,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * Regex_Run_m74FB5EF178DF43F88B9058B94939F557479B93FC (Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * __this, bool ___quick0, int32_t ___prevlen1, String_t* ___input2, int32_t ___beginning3, int32_t ___length4, int32_t ___startat5, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Regex_Run_m74FB5EF178DF43F88B9058B94939F557479B93FC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * V_0 = NULL;
RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * 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 = -1;
NO_UNUSED_WARNING (__leave_target);
RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA * G_B11_0 = NULL;
RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA * G_B10_0 = NULL;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * G_B12_0 = NULL;
RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA * G_B12_1 = NULL;
{
V_1 = (RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)NULL;
int32_t L_0 = ___startat5;
if ((((int32_t)L_0) < ((int32_t)0)))
{
goto IL_0011;
}
}
{
int32_t L_1 = ___startat5;
String_t* L_2 = ___input2;
NullCheck(L_2);
int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_2, /*hidden argument*/NULL);
if ((((int32_t)L_1) <= ((int32_t)L_3)))
{
goto IL_0026;
}
}
IL_0011:
{
String_t* L_4 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteralA7EF4C7E2F35EA53C71B44A8E4AF3B56343B8A36, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_5 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_5, _stringLiteral2B020927D3C6EB407223A1BAA3D6CE3597A3F88D, L_4, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, NULL, Regex_Run_m74FB5EF178DF43F88B9058B94939F557479B93FC_RuntimeMethod_var);
}
IL_0026:
{
int32_t L_6 = ___length4;
if ((((int32_t)L_6) < ((int32_t)0)))
{
goto IL_0035;
}
}
{
int32_t L_7 = ___length4;
String_t* L_8 = ___input2;
NullCheck(L_8);
int32_t L_9 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_8, /*hidden argument*/NULL);
if ((((int32_t)L_7) <= ((int32_t)L_9)))
{
goto IL_004a;
}
}
IL_0035:
{
String_t* L_10 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteralC6408AADAC66E0467449476E1AAA8DDC1503D0D6, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_11 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_11, _stringLiteral3D54973F528B01019A58A52D34D518405A01B891, L_10, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, NULL, Regex_Run_m74FB5EF178DF43F88B9058B94939F557479B93FC_RuntimeMethod_var);
}
IL_004a:
{
ExclusiveReference_t39E202CDB13A1E6EBA4CE0C7548B192CEB5C64DB * L_12 = __this->get_runnerref_12();
NullCheck(L_12);
RuntimeObject * L_13 = ExclusiveReference_Get_mE79B077388AFBD19A4524E630701783E7DCE61E4(L_12, /*hidden argument*/NULL);
V_1 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)CastclassClass((RuntimeObject*)L_13, RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0_il2cpp_TypeInfo_var));
RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * L_14 = V_1;
if (L_14)
{
goto IL_0094;
}
}
{
RegexRunnerFactory_t0703F390E2102623B0189DEC095DB182698E404B * L_15 = __this->get_factory_1();
if (!L_15)
{
goto IL_0074;
}
}
{
RegexRunnerFactory_t0703F390E2102623B0189DEC095DB182698E404B * L_16 = __this->get_factory_1();
NullCheck(L_16);
RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * L_17 = VirtFuncInvoker0< RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * >::Invoke(4 /* System.Text.RegularExpressions.RegexRunner System.Text.RegularExpressions.RegexRunnerFactory::CreateInstance() */, L_16);
V_1 = L_17;
goto IL_0094;
}
IL_0074:
{
RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA * L_18 = __this->get_code_14();
bool L_19 = Regex_UseOptionInvariant_m0CA185DBDB15932BB8A8B4F53EB8ACECEC006566(__this, /*hidden argument*/NULL);
G_B10_0 = L_18;
if (L_19)
{
G_B11_0 = L_18;
goto IL_0089;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_20 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL);
G_B12_0 = L_20;
G_B12_1 = G_B10_0;
goto IL_008e;
}
IL_0089:
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_21 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
G_B12_0 = L_21;
G_B12_1 = G_B11_0;
}
IL_008e:
{
RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * L_22 = (RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA *)il2cpp_codegen_object_new(RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA_il2cpp_TypeInfo_var);
RegexInterpreter__ctor_m7B9BA594CF5F338B2E257EDADC2481826BF4C6BB(L_22, G_B12_1, G_B12_0, /*hidden argument*/NULL);
V_1 = L_22;
}
IL_0094:
{
}
IL_0095:
try
{ // begin try (depth: 1)
RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * L_23 = V_1;
String_t* L_24 = ___input2;
int32_t L_25 = ___beginning3;
int32_t L_26 = ___beginning3;
int32_t L_27 = ___length4;
int32_t L_28 = ___startat5;
int32_t L_29 = ___prevlen1;
bool L_30 = ___quick0;
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_31 = __this->get_internalMatchTimeout_5();
NullCheck(L_23);
Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * L_32 = RegexRunner_Scan_m1C3B1B034601773D510A4D2DEC337635A540BE31(L_23, __this, L_24, L_25, ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)L_27)), L_28, L_29, L_30, L_31, /*hidden argument*/NULL);
V_0 = L_32;
IL2CPP_LEAVE(0xBE, FINALLY_00b1);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_00b1;
}
FINALLY_00b1:
{ // begin finally (depth: 1)
ExclusiveReference_t39E202CDB13A1E6EBA4CE0C7548B192CEB5C64DB * L_33 = __this->get_runnerref_12();
RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * L_34 = V_1;
NullCheck(L_33);
ExclusiveReference_Release_m9A1577138872106EA54A04EA4AB77F710CEDE336(L_33, L_34, /*hidden argument*/NULL);
IL2CPP_END_FINALLY(177)
} // end finally (depth: 1)
IL2CPP_CLEANUP(177)
{
IL2CPP_JUMP_TBL(0xBE, IL_00be)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_00be:
{
Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * L_35 = V_0;
return L_35;
}
}
// System.Text.RegularExpressions.CachedCodeEntry System.Text.RegularExpressions.Regex::LookupCachedAndUpdate(System.String)
extern "C" IL2CPP_METHOD_ATTR CachedCodeEntry_t0BA53FFFBCF7D04DF27AD5582E6D0E26D61B9B65 * Regex_LookupCachedAndUpdate_m88CA03797C5ED796BD5E1319DF6B1B6B6FCE6C0D (String_t* ___key0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Regex_LookupCachedAndUpdate_m88CA03797C5ED796BD5E1319DF6B1B6B6FCE6C0D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
LinkedList_1_t44CA4EB2162DC04F96F29C8A68A05D05166137F7 * V_0 = NULL;
bool V_1 = false;
LinkedListNode_1_t40CA80903A0F901FE11027515DD48392D85B27EA * V_2 = NULL;
CachedCodeEntry_t0BA53FFFBCF7D04DF27AD5582E6D0E26D61B9B65 * 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 = -1;
NO_UNUSED_WARNING (__leave_target);
{
IL2CPP_RUNTIME_CLASS_INIT(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_il2cpp_TypeInfo_var);
LinkedList_1_t44CA4EB2162DC04F96F29C8A68A05D05166137F7 * L_0 = ((Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields*)il2cpp_codegen_static_fields_for(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_il2cpp_TypeInfo_var))->get_livecode_16();
V_0 = L_0;
V_1 = (bool)0;
}
IL_0008:
try
{ // begin try (depth: 1)
{
LinkedList_1_t44CA4EB2162DC04F96F29C8A68A05D05166137F7 * L_1 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_1, (bool*)(&V_1), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_il2cpp_TypeInfo_var);
LinkedList_1_t44CA4EB2162DC04F96F29C8A68A05D05166137F7 * L_2 = ((Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields*)il2cpp_codegen_static_fields_for(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_il2cpp_TypeInfo_var))->get_livecode_16();
NullCheck(L_2);
LinkedListNode_1_t40CA80903A0F901FE11027515DD48392D85B27EA * L_3 = LinkedList_1_get_First_m39B5437F87EF6BE204D49C32E48D2E698970B185(L_2, /*hidden argument*/LinkedList_1_get_First_m39B5437F87EF6BE204D49C32E48D2E698970B185_RuntimeMethod_var);
V_2 = L_3;
goto IL_0056;
}
IL_001d:
{
LinkedListNode_1_t40CA80903A0F901FE11027515DD48392D85B27EA * L_4 = V_2;
NullCheck(L_4);
CachedCodeEntry_t0BA53FFFBCF7D04DF27AD5582E6D0E26D61B9B65 * L_5 = LinkedListNode_1_get_Value_mC66FCED70C52DEE2982E696660303D90EEB1E690(L_4, /*hidden argument*/LinkedListNode_1_get_Value_mC66FCED70C52DEE2982E696660303D90EEB1E690_RuntimeMethod_var);
NullCheck(L_5);
String_t* L_6 = L_5->get__key_0();
String_t* L_7 = ___key0;
bool L_8 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_6, L_7, /*hidden argument*/NULL);
if (!L_8)
{
goto IL_004f;
}
}
IL_0030:
{
IL2CPP_RUNTIME_CLASS_INIT(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_il2cpp_TypeInfo_var);
LinkedList_1_t44CA4EB2162DC04F96F29C8A68A05D05166137F7 * L_9 = ((Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields*)il2cpp_codegen_static_fields_for(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_il2cpp_TypeInfo_var))->get_livecode_16();
LinkedListNode_1_t40CA80903A0F901FE11027515DD48392D85B27EA * L_10 = V_2;
NullCheck(L_9);
LinkedList_1_Remove_mC8A10BC216901BAC46BAC0B233BE72174F9AD264(L_9, L_10, /*hidden argument*/LinkedList_1_Remove_mC8A10BC216901BAC46BAC0B233BE72174F9AD264_RuntimeMethod_var);
LinkedList_1_t44CA4EB2162DC04F96F29C8A68A05D05166137F7 * L_11 = ((Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields*)il2cpp_codegen_static_fields_for(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_il2cpp_TypeInfo_var))->get_livecode_16();
LinkedListNode_1_t40CA80903A0F901FE11027515DD48392D85B27EA * L_12 = V_2;
NullCheck(L_11);
LinkedList_1_AddFirst_mA76F8AC22DEFE7D9707F4BD86F8A59AE89AFFD44(L_11, L_12, /*hidden argument*/LinkedList_1_AddFirst_mA76F8AC22DEFE7D9707F4BD86F8A59AE89AFFD44_RuntimeMethod_var);
LinkedListNode_1_t40CA80903A0F901FE11027515DD48392D85B27EA * L_13 = V_2;
NullCheck(L_13);
CachedCodeEntry_t0BA53FFFBCF7D04DF27AD5582E6D0E26D61B9B65 * L_14 = LinkedListNode_1_get_Value_mC66FCED70C52DEE2982E696660303D90EEB1E690(L_13, /*hidden argument*/LinkedListNode_1_get_Value_mC66FCED70C52DEE2982E696660303D90EEB1E690_RuntimeMethod_var);
V_3 = L_14;
IL2CPP_LEAVE(0x67, FINALLY_005b);
}
IL_004f:
{
LinkedListNode_1_t40CA80903A0F901FE11027515DD48392D85B27EA * L_15 = V_2;
NullCheck(L_15);
LinkedListNode_1_t40CA80903A0F901FE11027515DD48392D85B27EA * L_16 = LinkedListNode_1_get_Next_mF1EEFE3561D096BC098BAD30BA9BF328AF6EA2B4(L_15, /*hidden argument*/LinkedListNode_1_get_Next_mF1EEFE3561D096BC098BAD30BA9BF328AF6EA2B4_RuntimeMethod_var);
V_2 = L_16;
}
IL_0056:
{
LinkedListNode_1_t40CA80903A0F901FE11027515DD48392D85B27EA * L_17 = V_2;
if (L_17)
{
goto IL_001d;
}
}
IL_0059:
{
IL2CPP_LEAVE(0x65, FINALLY_005b);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_005b;
}
FINALLY_005b:
{ // begin finally (depth: 1)
{
bool L_18 = V_1;
if (!L_18)
{
goto IL_0064;
}
}
IL_005e:
{
LinkedList_1_t44CA4EB2162DC04F96F29C8A68A05D05166137F7 * L_19 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_19, /*hidden argument*/NULL);
}
IL_0064:
{
IL2CPP_END_FINALLY(91)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(91)
{
IL2CPP_JUMP_TBL(0x67, IL_0067)
IL2CPP_JUMP_TBL(0x65, IL_0065)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0065:
{
return (CachedCodeEntry_t0BA53FFFBCF7D04DF27AD5582E6D0E26D61B9B65 *)NULL;
}
IL_0067:
{
CachedCodeEntry_t0BA53FFFBCF7D04DF27AD5582E6D0E26D61B9B65 * L_20 = V_3;
return L_20;
}
}
// System.Text.RegularExpressions.CachedCodeEntry System.Text.RegularExpressions.Regex::CacheCode(System.String)
extern "C" IL2CPP_METHOD_ATTR CachedCodeEntry_t0BA53FFFBCF7D04DF27AD5582E6D0E26D61B9B65 * Regex_CacheCode_m68F93FF3B918776D190D4DB807A3323691C77F0A (Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * __this, String_t* ___key0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Regex_CacheCode_m68F93FF3B918776D190D4DB807A3323691C77F0A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
CachedCodeEntry_t0BA53FFFBCF7D04DF27AD5582E6D0E26D61B9B65 * V_0 = NULL;
LinkedList_1_t44CA4EB2162DC04F96F29C8A68A05D05166137F7 * V_1 = NULL;
bool V_2 = false;
LinkedListNode_1_t40CA80903A0F901FE11027515DD48392D85B27EA * V_3 = NULL;
CachedCodeEntry_t0BA53FFFBCF7D04DF27AD5582E6D0E26D61B9B65 * V_4 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
V_0 = (CachedCodeEntry_t0BA53FFFBCF7D04DF27AD5582E6D0E26D61B9B65 *)NULL;
IL2CPP_RUNTIME_CLASS_INIT(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_il2cpp_TypeInfo_var);
LinkedList_1_t44CA4EB2162DC04F96F29C8A68A05D05166137F7 * L_0 = ((Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields*)il2cpp_codegen_static_fields_for(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_il2cpp_TypeInfo_var))->get_livecode_16();
V_1 = L_0;
V_2 = (bool)0;
}
IL_000a:
try
{ // begin try (depth: 1)
{
LinkedList_1_t44CA4EB2162DC04F96F29C8A68A05D05166137F7 * L_1 = V_1;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_1, (bool*)(&V_2), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_il2cpp_TypeInfo_var);
LinkedList_1_t44CA4EB2162DC04F96F29C8A68A05D05166137F7 * L_2 = ((Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields*)il2cpp_codegen_static_fields_for(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_il2cpp_TypeInfo_var))->get_livecode_16();
NullCheck(L_2);
LinkedListNode_1_t40CA80903A0F901FE11027515DD48392D85B27EA * L_3 = LinkedList_1_get_First_m39B5437F87EF6BE204D49C32E48D2E698970B185(L_2, /*hidden argument*/LinkedList_1_get_First_m39B5437F87EF6BE204D49C32E48D2E698970B185_RuntimeMethod_var);
V_3 = L_3;
goto IL_0059;
}
IL_001f:
{
LinkedListNode_1_t40CA80903A0F901FE11027515DD48392D85B27EA * L_4 = V_3;
NullCheck(L_4);
CachedCodeEntry_t0BA53FFFBCF7D04DF27AD5582E6D0E26D61B9B65 * L_5 = LinkedListNode_1_get_Value_mC66FCED70C52DEE2982E696660303D90EEB1E690(L_4, /*hidden argument*/LinkedListNode_1_get_Value_mC66FCED70C52DEE2982E696660303D90EEB1E690_RuntimeMethod_var);
NullCheck(L_5);
String_t* L_6 = L_5->get__key_0();
String_t* L_7 = ___key0;
bool L_8 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_6, L_7, /*hidden argument*/NULL);
if (!L_8)
{
goto IL_0052;
}
}
IL_0032:
{
IL2CPP_RUNTIME_CLASS_INIT(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_il2cpp_TypeInfo_var);
LinkedList_1_t44CA4EB2162DC04F96F29C8A68A05D05166137F7 * L_9 = ((Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields*)il2cpp_codegen_static_fields_for(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_il2cpp_TypeInfo_var))->get_livecode_16();
LinkedListNode_1_t40CA80903A0F901FE11027515DD48392D85B27EA * L_10 = V_3;
NullCheck(L_9);
LinkedList_1_Remove_mC8A10BC216901BAC46BAC0B233BE72174F9AD264(L_9, L_10, /*hidden argument*/LinkedList_1_Remove_mC8A10BC216901BAC46BAC0B233BE72174F9AD264_RuntimeMethod_var);
LinkedList_1_t44CA4EB2162DC04F96F29C8A68A05D05166137F7 * L_11 = ((Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields*)il2cpp_codegen_static_fields_for(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_il2cpp_TypeInfo_var))->get_livecode_16();
LinkedListNode_1_t40CA80903A0F901FE11027515DD48392D85B27EA * L_12 = V_3;
NullCheck(L_11);
LinkedList_1_AddFirst_mA76F8AC22DEFE7D9707F4BD86F8A59AE89AFFD44(L_11, L_12, /*hidden argument*/LinkedList_1_AddFirst_mA76F8AC22DEFE7D9707F4BD86F8A59AE89AFFD44_RuntimeMethod_var);
LinkedListNode_1_t40CA80903A0F901FE11027515DD48392D85B27EA * L_13 = V_3;
NullCheck(L_13);
CachedCodeEntry_t0BA53FFFBCF7D04DF27AD5582E6D0E26D61B9B65 * L_14 = LinkedListNode_1_get_Value_mC66FCED70C52DEE2982E696660303D90EEB1E690(L_13, /*hidden argument*/LinkedListNode_1_get_Value_mC66FCED70C52DEE2982E696660303D90EEB1E690_RuntimeMethod_var);
V_4 = L_14;
IL2CPP_LEAVE(0xC9, FINALLY_00bd);
}
IL_0052:
{
LinkedListNode_1_t40CA80903A0F901FE11027515DD48392D85B27EA * L_15 = V_3;
NullCheck(L_15);
LinkedListNode_1_t40CA80903A0F901FE11027515DD48392D85B27EA * L_16 = LinkedListNode_1_get_Next_mF1EEFE3561D096BC098BAD30BA9BF328AF6EA2B4(L_15, /*hidden argument*/LinkedListNode_1_get_Next_mF1EEFE3561D096BC098BAD30BA9BF328AF6EA2B4_RuntimeMethod_var);
V_3 = L_16;
}
IL_0059:
{
LinkedListNode_1_t40CA80903A0F901FE11027515DD48392D85B27EA * L_17 = V_3;
if (L_17)
{
goto IL_001f;
}
}
IL_005c:
{
IL2CPP_RUNTIME_CLASS_INIT(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_il2cpp_TypeInfo_var);
int32_t L_18 = ((Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields*)il2cpp_codegen_static_fields_for(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_il2cpp_TypeInfo_var))->get_cacheSize_17();
if (!L_18)
{
goto IL_00bb;
}
}
IL_0063:
{
String_t* L_19 = ___key0;
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_20 = __this->get_capnames_9();
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_21 = __this->get_capslist_10();
RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA * L_22 = __this->get_code_14();
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_23 = __this->get_caps_8();
int32_t L_24 = __this->get_capsize_11();
ExclusiveReference_t39E202CDB13A1E6EBA4CE0C7548B192CEB5C64DB * L_25 = __this->get_runnerref_12();
SharedReference_t225BA5C249F9F1D6C959F151695BDF65EF2C92A5 * L_26 = __this->get_replref_13();
CachedCodeEntry_t0BA53FFFBCF7D04DF27AD5582E6D0E26D61B9B65 * L_27 = (CachedCodeEntry_t0BA53FFFBCF7D04DF27AD5582E6D0E26D61B9B65 *)il2cpp_codegen_object_new(CachedCodeEntry_t0BA53FFFBCF7D04DF27AD5582E6D0E26D61B9B65_il2cpp_TypeInfo_var);
CachedCodeEntry__ctor_m78BCA6060E7D83B172F998AF60D17FB41BE703B8(L_27, L_19, L_20, L_21, L_22, L_23, L_24, L_25, L_26, /*hidden argument*/NULL);
V_0 = L_27;
IL2CPP_RUNTIME_CLASS_INIT(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_il2cpp_TypeInfo_var);
LinkedList_1_t44CA4EB2162DC04F96F29C8A68A05D05166137F7 * L_28 = ((Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields*)il2cpp_codegen_static_fields_for(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_il2cpp_TypeInfo_var))->get_livecode_16();
CachedCodeEntry_t0BA53FFFBCF7D04DF27AD5582E6D0E26D61B9B65 * L_29 = V_0;
NullCheck(L_28);
LinkedList_1_AddFirst_mD4307444B363B5F952A2D090369FF160DF1123D7(L_28, L_29, /*hidden argument*/LinkedList_1_AddFirst_mD4307444B363B5F952A2D090369FF160DF1123D7_RuntimeMethod_var);
LinkedList_1_t44CA4EB2162DC04F96F29C8A68A05D05166137F7 * L_30 = ((Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields*)il2cpp_codegen_static_fields_for(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_il2cpp_TypeInfo_var))->get_livecode_16();
NullCheck(L_30);
int32_t L_31 = LinkedList_1_get_Count_m607320C78F8A8C80566CFF98C826B1E9664C9C0C(L_30, /*hidden argument*/LinkedList_1_get_Count_m607320C78F8A8C80566CFF98C826B1E9664C9C0C_RuntimeMethod_var);
int32_t L_32 = ((Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields*)il2cpp_codegen_static_fields_for(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_il2cpp_TypeInfo_var))->get_cacheSize_17();
if ((((int32_t)L_31) <= ((int32_t)L_32)))
{
goto IL_00bb;
}
}
IL_00b1:
{
IL2CPP_RUNTIME_CLASS_INIT(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_il2cpp_TypeInfo_var);
LinkedList_1_t44CA4EB2162DC04F96F29C8A68A05D05166137F7 * L_33 = ((Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields*)il2cpp_codegen_static_fields_for(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_il2cpp_TypeInfo_var))->get_livecode_16();
NullCheck(L_33);
LinkedList_1_RemoveLast_mE9E9A0CAC99B1562B10BAD33662620BD06942B95(L_33, /*hidden argument*/LinkedList_1_RemoveLast_mE9E9A0CAC99B1562B10BAD33662620BD06942B95_RuntimeMethod_var);
}
IL_00bb:
{
IL2CPP_LEAVE(0xC7, FINALLY_00bd);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_00bd;
}
FINALLY_00bd:
{ // begin finally (depth: 1)
{
bool L_34 = V_2;
if (!L_34)
{
goto IL_00c6;
}
}
IL_00c0:
{
LinkedList_1_t44CA4EB2162DC04F96F29C8A68A05D05166137F7 * L_35 = V_1;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_35, /*hidden argument*/NULL);
}
IL_00c6:
{
IL2CPP_END_FINALLY(189)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(189)
{
IL2CPP_JUMP_TBL(0xC9, IL_00c9)
IL2CPP_JUMP_TBL(0xC7, IL_00c7)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_00c7:
{
CachedCodeEntry_t0BA53FFFBCF7D04DF27AD5582E6D0E26D61B9B65 * L_36 = V_0;
return L_36;
}
IL_00c9:
{
CachedCodeEntry_t0BA53FFFBCF7D04DF27AD5582E6D0E26D61B9B65 * L_37 = V_4;
return L_37;
}
}
// System.Boolean System.Text.RegularExpressions.Regex::UseOptionR()
extern "C" IL2CPP_METHOD_ATTR bool Regex_UseOptionR_m84945EDBEDCD61DBCEB691C929CA28F4B0AF4B49 (Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_roptions_2();
return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)64)))) <= ((uint32_t)0)))? 1 : 0);
}
}
// System.Boolean System.Text.RegularExpressions.Regex::UseOptionInvariant()
extern "C" IL2CPP_METHOD_ATTR bool Regex_UseOptionInvariant_m0CA185DBDB15932BB8A8B4F53EB8ACECEC006566 (Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_roptions_2();
return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)512)))) <= ((uint32_t)0)))? 1 : 0);
}
}
// System.Void System.Text.RegularExpressions.Regex::.cctor()
extern "C" IL2CPP_METHOD_ATTR void Regex__cctor_m86CE9B8D0FF5F2B54D4FF27D2213A1E6917477DF (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Regex__cctor_m86CE9B8D0FF5F2B54D4FF27D2213A1E6917477DF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var);
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_0 = TimeSpan_FromMilliseconds_mED351BDAFE79A7C08A3F115FB4B5E000CF73900D((2147483646.0), /*hidden argument*/NULL);
((Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields*)il2cpp_codegen_static_fields_for(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_il2cpp_TypeInfo_var))->set_MaximumMatchTimeout_3(L_0);
IL2CPP_RUNTIME_CLASS_INIT(Timeout_t148C37C092EAF5AFCE1D0C06481466A5F88E4C04_il2cpp_TypeInfo_var);
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_1 = ((Timeout_t148C37C092EAF5AFCE1D0C06481466A5F88E4C04_StaticFields*)il2cpp_codegen_static_fields_for(Timeout_t148C37C092EAF5AFCE1D0C06481466A5F88E4C04_il2cpp_TypeInfo_var))->get_InfiniteTimeSpan_0();
((Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields*)il2cpp_codegen_static_fields_for(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_il2cpp_TypeInfo_var))->set_InfiniteMatchTimeout_4(L_1);
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_2 = ((Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields*)il2cpp_codegen_static_fields_for(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_il2cpp_TypeInfo_var))->get_InfiniteMatchTimeout_4();
((Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields*)il2cpp_codegen_static_fields_for(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_il2cpp_TypeInfo_var))->set_FallbackDefaultMatchTimeout_6(L_2);
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_3 = Regex_InitDefaultMatchTimeout_mC91736B02BD12B92CBD93C329E7A8233CD0B9DA4(/*hidden argument*/NULL);
((Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields*)il2cpp_codegen_static_fields_for(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_il2cpp_TypeInfo_var))->set_DefaultMatchTimeout_7(L_3);
LinkedList_1_t44CA4EB2162DC04F96F29C8A68A05D05166137F7 * L_4 = (LinkedList_1_t44CA4EB2162DC04F96F29C8A68A05D05166137F7 *)il2cpp_codegen_object_new(LinkedList_1_t44CA4EB2162DC04F96F29C8A68A05D05166137F7_il2cpp_TypeInfo_var);
LinkedList_1__ctor_mFB6F4CEB7033E62DA8C77A023BCA24DBDE289F6F(L_4, /*hidden argument*/LinkedList_1__ctor_mFB6F4CEB7033E62DA8C77A023BCA24DBDE289F6F_RuntimeMethod_var);
((Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields*)il2cpp_codegen_static_fields_for(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_il2cpp_TypeInfo_var))->set_livecode_16(L_4);
((Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields*)il2cpp_codegen_static_fields_for(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_il2cpp_TypeInfo_var))->set_cacheSize_17(((int32_t)15));
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Text.RegularExpressions.RegexBoyerMoore::.ctor(System.String,System.Boolean,System.Boolean,System.Globalization.CultureInfo)
extern "C" IL2CPP_METHOD_ATTR void RegexBoyerMoore__ctor_m39674FB18BB75DD891AAE3781FDA0CCDDEBC2F8C (RegexBoyerMoore_t37ED99A3CC25068E4D3DE4517835CFFCCF2FA1EB * __this, String_t* ___pattern0, bool ___caseInsensitive1, bool ___rightToLeft2, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexBoyerMoore__ctor_m39674FB18BB75DD891AAE3781FDA0CCDDEBC2F8C_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;
Il2CppChar V_6 = 0x0;
StringBuilder_t * V_7 = NULL;
int32_t V_8 = 0;
int32_t V_9 = 0;
int32_t V_10 = 0;
int32_t V_11 = 0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_12 = NULL;
int32_t V_13 = 0;
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
bool L_0 = ___caseInsensitive1;
if (!L_0)
{
goto IL_004b;
}
}
{
String_t* L_1 = ___pattern0;
NullCheck(L_1);
int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_1, /*hidden argument*/NULL);
StringBuilder_t * L_3 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_m1C0F2D97B838537A2D0F64033AE4EF02D150A956(L_3, L_2, /*hidden argument*/NULL);
V_7 = L_3;
V_8 = 0;
goto IL_0038;
}
IL_001b:
{
StringBuilder_t * L_4 = V_7;
String_t* L_5 = ___pattern0;
int32_t L_6 = V_8;
NullCheck(L_5);
Il2CppChar L_7 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_5, L_6, /*hidden argument*/NULL);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_8 = ___culture3;
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
Il2CppChar L_9 = Char_ToLower_m10AA9F9260876F97230F7BAA4C070AD23ABBC160(L_7, L_8, /*hidden argument*/NULL);
NullCheck(L_4);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_4, L_9, /*hidden argument*/NULL);
int32_t L_10 = V_8;
V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1));
}
IL_0038:
{
int32_t L_11 = V_8;
String_t* L_12 = ___pattern0;
NullCheck(L_12);
int32_t L_13 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_12, /*hidden argument*/NULL);
if ((((int32_t)L_11) < ((int32_t)L_13)))
{
goto IL_001b;
}
}
{
StringBuilder_t * L_14 = V_7;
NullCheck(L_14);
String_t* L_15 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_14);
___pattern0 = L_15;
}
IL_004b:
{
String_t* L_16 = ___pattern0;
__this->set__pattern_3(L_16);
bool L_17 = ___rightToLeft2;
__this->set__rightToLeft_6(L_17);
bool L_18 = ___caseInsensitive1;
__this->set__caseInsensitive_7(L_18);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_19 = ___culture3;
__this->set__culture_8(L_19);
bool L_20 = ___rightToLeft2;
if (L_20)
{
goto IL_007a;
}
}
{
V_0 = (-1);
String_t* L_21 = ___pattern0;
NullCheck(L_21);
int32_t L_22 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_21, /*hidden argument*/NULL);
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)1));
V_2 = 1;
goto IL_0085;
}
IL_007a:
{
String_t* L_23 = ___pattern0;
NullCheck(L_23);
int32_t L_24 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_23, /*hidden argument*/NULL);
V_0 = L_24;
V_1 = 0;
V_2 = (-1);
}
IL_0085:
{
String_t* L_25 = ___pattern0;
NullCheck(L_25);
int32_t L_26 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_25, /*hidden argument*/NULL);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_27 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)L_26);
__this->set__positive_0(L_27);
int32_t L_28 = V_1;
V_3 = L_28;
String_t* L_29 = ___pattern0;
int32_t L_30 = V_3;
NullCheck(L_29);
Il2CppChar L_31 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_29, L_30, /*hidden argument*/NULL);
V_6 = L_31;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_32 = __this->get__positive_0();
int32_t L_33 = V_3;
int32_t L_34 = V_2;
NullCheck(L_32);
(L_32)->SetAt(static_cast<il2cpp_array_size_t>(L_33), (int32_t)L_34);
int32_t L_35 = V_3;
int32_t L_36 = V_2;
V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_35, (int32_t)L_36));
}
IL_00ae:
{
int32_t L_37 = V_3;
int32_t L_38 = V_0;
if ((((int32_t)L_37) == ((int32_t)L_38)))
{
goto IL_010f;
}
}
{
String_t* L_39 = ___pattern0;
int32_t L_40 = V_3;
NullCheck(L_39);
Il2CppChar L_41 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_39, L_40, /*hidden argument*/NULL);
Il2CppChar L_42 = V_6;
if ((((int32_t)L_41) == ((int32_t)L_42)))
{
goto IL_00c3;
}
}
{
int32_t L_43 = V_3;
int32_t L_44 = V_2;
V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_43, (int32_t)L_44));
goto IL_00ae;
}
IL_00c3:
{
int32_t L_45 = V_1;
V_5 = L_45;
int32_t L_46 = V_3;
V_4 = L_46;
}
IL_00c9:
{
int32_t L_47 = V_4;
int32_t L_48 = V_0;
if ((((int32_t)L_47) == ((int32_t)L_48)))
{
goto IL_00e0;
}
}
{
String_t* L_49 = ___pattern0;
int32_t L_50 = V_5;
NullCheck(L_49);
Il2CppChar L_51 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_49, L_50, /*hidden argument*/NULL);
String_t* L_52 = ___pattern0;
int32_t L_53 = V_4;
NullCheck(L_52);
Il2CppChar L_54 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_52, L_53, /*hidden argument*/NULL);
if ((((int32_t)L_51) == ((int32_t)L_54)))
{
goto IL_00fb;
}
}
IL_00e0:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_55 = __this->get__positive_0();
int32_t L_56 = V_5;
NullCheck(L_55);
int32_t L_57 = L_56;
int32_t L_58 = (L_55)->GetAt(static_cast<il2cpp_array_size_t>(L_57));
if (L_58)
{
goto IL_0109;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_59 = __this->get__positive_0();
int32_t L_60 = V_5;
int32_t L_61 = V_5;
int32_t L_62 = V_4;
NullCheck(L_59);
(L_59)->SetAt(static_cast<il2cpp_array_size_t>(L_60), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_61, (int32_t)L_62)));
goto IL_0109;
}
IL_00fb:
{
int32_t L_63 = V_4;
int32_t L_64 = V_2;
V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_63, (int32_t)L_64));
int32_t L_65 = V_5;
int32_t L_66 = V_2;
V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_65, (int32_t)L_66));
goto IL_00c9;
}
IL_0109:
{
int32_t L_67 = V_3;
int32_t L_68 = V_2;
V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_67, (int32_t)L_68));
goto IL_00ae;
}
IL_010f:
{
int32_t L_69 = V_1;
int32_t L_70 = V_2;
V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_69, (int32_t)L_70));
goto IL_0131;
}
IL_0116:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_71 = __this->get__positive_0();
int32_t L_72 = V_5;
NullCheck(L_71);
int32_t L_73 = L_72;
int32_t L_74 = (L_71)->GetAt(static_cast<il2cpp_array_size_t>(L_73));
if (L_74)
{
goto IL_012b;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_75 = __this->get__positive_0();
int32_t L_76 = V_5;
int32_t L_77 = V_2;
NullCheck(L_75);
(L_75)->SetAt(static_cast<il2cpp_array_size_t>(L_76), (int32_t)L_77);
}
IL_012b:
{
int32_t L_78 = V_5;
int32_t L_79 = V_2;
V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_78, (int32_t)L_79));
}
IL_0131:
{
int32_t L_80 = V_5;
int32_t L_81 = V_0;
if ((!(((uint32_t)L_80) == ((uint32_t)L_81))))
{
goto IL_0116;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_82 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)((int32_t)128));
__this->set__negativeASCII_1(L_82);
V_9 = 0;
goto IL_015d;
}
IL_014b:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_83 = __this->get__negativeASCII_1();
int32_t L_84 = V_9;
int32_t L_85 = V_1;
int32_t L_86 = V_0;
NullCheck(L_83);
(L_83)->SetAt(static_cast<il2cpp_array_size_t>(L_84), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_85, (int32_t)L_86)));
int32_t L_87 = V_9;
V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_87, (int32_t)1));
}
IL_015d:
{
int32_t L_88 = V_9;
if ((((int32_t)L_88) < ((int32_t)((int32_t)128))))
{
goto IL_014b;
}
}
{
__this->set__lowASCII_4(((int32_t)127));
__this->set__highASCII_5(0);
int32_t L_89 = V_1;
V_3 = L_89;
goto IL_027c;
}
IL_017c:
{
String_t* L_90 = ___pattern0;
int32_t L_91 = V_3;
NullCheck(L_90);
Il2CppChar L_92 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_90, L_91, /*hidden argument*/NULL);
V_6 = L_92;
Il2CppChar L_93 = V_6;
if ((((int32_t)L_93) >= ((int32_t)((int32_t)128))))
{
goto IL_01d4;
}
}
{
int32_t L_94 = __this->get__lowASCII_4();
Il2CppChar L_95 = V_6;
if ((((int32_t)L_94) <= ((int32_t)L_95)))
{
goto IL_01a0;
}
}
{
Il2CppChar L_96 = V_6;
__this->set__lowASCII_4(L_96);
}
IL_01a0:
{
int32_t L_97 = __this->get__highASCII_5();
Il2CppChar L_98 = V_6;
if ((((int32_t)L_97) >= ((int32_t)L_98)))
{
goto IL_01b2;
}
}
{
Il2CppChar L_99 = V_6;
__this->set__highASCII_5(L_99);
}
IL_01b2:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_100 = __this->get__negativeASCII_1();
Il2CppChar L_101 = V_6;
NullCheck(L_100);
Il2CppChar L_102 = L_101;
int32_t L_103 = (L_100)->GetAt(static_cast<il2cpp_array_size_t>(L_102));
int32_t L_104 = V_1;
int32_t L_105 = V_0;
if ((!(((uint32_t)L_103) == ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_104, (int32_t)L_105))))))
{
goto IL_0278;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_106 = __this->get__negativeASCII_1();
Il2CppChar L_107 = V_6;
int32_t L_108 = V_1;
int32_t L_109 = V_3;
NullCheck(L_106);
(L_106)->SetAt(static_cast<il2cpp_array_size_t>(L_107), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_108, (int32_t)L_109)));
goto IL_0278;
}
IL_01d4:
{
Il2CppChar L_110 = V_6;
V_10 = ((int32_t)((int32_t)L_110>>(int32_t)8));
Il2CppChar L_111 = V_6;
V_11 = ((int32_t)((int32_t)L_111&(int32_t)((int32_t)255)));
Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* L_112 = __this->get__negativeUnicode_2();
if (L_112)
{
goto IL_01fc;
}
}
{
Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* L_113 = (Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43*)SZArrayNew(Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256));
__this->set__negativeUnicode_2(L_113);
}
IL_01fc:
{
Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* L_114 = __this->get__negativeUnicode_2();
int32_t L_115 = V_10;
NullCheck(L_114);
int32_t L_116 = L_115;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_117 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(L_114)->GetAt(static_cast<il2cpp_array_size_t>(L_116));
if (L_117)
{
goto IL_0258;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_118 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256));
V_12 = L_118;
V_13 = 0;
goto IL_0226;
}
IL_0218:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_119 = V_12;
int32_t L_120 = V_13;
int32_t L_121 = V_1;
int32_t L_122 = V_0;
NullCheck(L_119);
(L_119)->SetAt(static_cast<il2cpp_array_size_t>(L_120), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_121, (int32_t)L_122)));
int32_t L_123 = V_13;
V_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_123, (int32_t)1));
}
IL_0226:
{
int32_t L_124 = V_13;
if ((((int32_t)L_124) < ((int32_t)((int32_t)256))))
{
goto IL_0218;
}
}
{
int32_t L_125 = V_10;
if (L_125)
{
goto IL_024d;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_126 = __this->get__negativeASCII_1();
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_127 = V_12;
Array_Copy_m2D96731C600DE8A167348CA8BA796344E64F7434((RuntimeArray *)(RuntimeArray *)L_126, (RuntimeArray *)(RuntimeArray *)L_127, ((int32_t)128), /*hidden argument*/NULL);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_128 = V_12;
__this->set__negativeASCII_1(L_128);
}
IL_024d:
{
Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* L_129 = __this->get__negativeUnicode_2();
int32_t L_130 = V_10;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_131 = V_12;
NullCheck(L_129);
ArrayElementTypeCheck (L_129, L_131);
(L_129)->SetAt(static_cast<il2cpp_array_size_t>(L_130), (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)L_131);
}
IL_0258:
{
Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* L_132 = __this->get__negativeUnicode_2();
int32_t L_133 = V_10;
NullCheck(L_132);
int32_t L_134 = L_133;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_135 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(L_132)->GetAt(static_cast<il2cpp_array_size_t>(L_134));
int32_t L_136 = V_11;
NullCheck(L_135);
int32_t L_137 = L_136;
int32_t L_138 = (L_135)->GetAt(static_cast<il2cpp_array_size_t>(L_137));
int32_t L_139 = V_1;
int32_t L_140 = V_0;
if ((!(((uint32_t)L_138) == ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_139, (int32_t)L_140))))))
{
goto IL_0278;
}
}
{
Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* L_141 = __this->get__negativeUnicode_2();
int32_t L_142 = V_10;
NullCheck(L_141);
int32_t L_143 = L_142;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_144 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(L_141)->GetAt(static_cast<il2cpp_array_size_t>(L_143));
int32_t L_145 = V_11;
int32_t L_146 = V_1;
int32_t L_147 = V_3;
NullCheck(L_144);
(L_144)->SetAt(static_cast<il2cpp_array_size_t>(L_145), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_146, (int32_t)L_147)));
}
IL_0278:
{
int32_t L_148 = V_3;
int32_t L_149 = V_2;
V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_148, (int32_t)L_149));
}
IL_027c:
{
int32_t L_150 = V_3;
int32_t L_151 = V_0;
if ((!(((uint32_t)L_150) == ((uint32_t)L_151))))
{
goto IL_017c;
}
}
{
return;
}
}
// System.Boolean System.Text.RegularExpressions.RegexBoyerMoore::MatchPattern(System.String,System.Int32)
extern "C" IL2CPP_METHOD_ATTR bool RegexBoyerMoore_MatchPattern_m41D57E11972B2142649662886DA145AFE396F602 (RegexBoyerMoore_t37ED99A3CC25068E4D3DE4517835CFFCCF2FA1EB * __this, String_t* ___text0, int32_t ___index1, const RuntimeMethod* method)
{
TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * V_0 = NULL;
int32_t V_1 = 0;
{
bool L_0 = __this->get__caseInsensitive_7();
if (!L_0)
{
goto IL_0062;
}
}
{
String_t* L_1 = ___text0;
NullCheck(L_1);
int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_1, /*hidden argument*/NULL);
int32_t L_3 = ___index1;
String_t* L_4 = __this->get__pattern_3();
NullCheck(L_4);
int32_t L_5 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_4, /*hidden argument*/NULL);
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)L_3))) >= ((int32_t)L_5)))
{
goto IL_001f;
}
}
{
return (bool)0;
}
IL_001f:
{
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_6 = __this->get__culture_8();
NullCheck(L_6);
TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * L_7 = VirtFuncInvoker0< TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * >::Invoke(10 /* System.Globalization.TextInfo System.Globalization.CultureInfo::get_TextInfo() */, L_6);
V_0 = L_7;
V_1 = 0;
goto IL_0052;
}
IL_002f:
{
TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * L_8 = V_0;
String_t* L_9 = ___text0;
int32_t L_10 = ___index1;
int32_t L_11 = V_1;
NullCheck(L_9);
Il2CppChar L_12 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_9, ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_11)), /*hidden argument*/NULL);
NullCheck(L_8);
Il2CppChar L_13 = VirtFuncInvoker1< Il2CppChar, Il2CppChar >::Invoke(7 /* System.Char System.Globalization.TextInfo::ToLower(System.Char) */, L_8, L_12);
String_t* L_14 = __this->get__pattern_3();
int32_t L_15 = V_1;
NullCheck(L_14);
Il2CppChar L_16 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_14, L_15, /*hidden argument*/NULL);
if ((((int32_t)L_13) == ((int32_t)L_16)))
{
goto IL_004e;
}
}
{
return (bool)0;
}
IL_004e:
{
int32_t L_17 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1));
}
IL_0052:
{
int32_t L_18 = V_1;
String_t* L_19 = __this->get__pattern_3();
NullCheck(L_19);
int32_t L_20 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_19, /*hidden argument*/NULL);
if ((((int32_t)L_18) < ((int32_t)L_20)))
{
goto IL_002f;
}
}
{
return (bool)1;
}
IL_0062:
{
String_t* L_21 = __this->get__pattern_3();
String_t* L_22 = ___text0;
int32_t L_23 = ___index1;
String_t* L_24 = __this->get__pattern_3();
NullCheck(L_24);
int32_t L_25 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_24, /*hidden argument*/NULL);
int32_t L_26 = String_CompareOrdinal_m3DE819A1E2FB2B4992CFF04CA36921B77A3FC387(L_21, 0, L_22, L_23, L_25, /*hidden argument*/NULL);
return (bool)((((int32_t)L_26) == ((int32_t)0))? 1 : 0);
}
}
// System.Boolean System.Text.RegularExpressions.RegexBoyerMoore::IsMatch(System.String,System.Int32,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR bool RegexBoyerMoore_IsMatch_m820D06ED51C062451AFAF22682D2EB06C8DFABD9 (RegexBoyerMoore_t37ED99A3CC25068E4D3DE4517835CFFCCF2FA1EB * __this, String_t* ___text0, int32_t ___index1, int32_t ___beglimit2, int32_t ___endlimit3, const RuntimeMethod* method)
{
{
bool L_0 = __this->get__rightToLeft_6();
if (L_0)
{
goto IL_0028;
}
}
{
int32_t L_1 = ___index1;
int32_t L_2 = ___beglimit2;
if ((((int32_t)L_1) < ((int32_t)L_2)))
{
goto IL_001d;
}
}
{
int32_t L_3 = ___endlimit3;
int32_t L_4 = ___index1;
String_t* L_5 = __this->get__pattern_3();
NullCheck(L_5);
int32_t L_6 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_5, /*hidden argument*/NULL);
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4))) >= ((int32_t)L_6)))
{
goto IL_001f;
}
}
IL_001d:
{
return (bool)0;
}
IL_001f:
{
String_t* L_7 = ___text0;
int32_t L_8 = ___index1;
bool L_9 = RegexBoyerMoore_MatchPattern_m41D57E11972B2142649662886DA145AFE396F602(__this, L_7, L_8, /*hidden argument*/NULL);
return L_9;
}
IL_0028:
{
int32_t L_10 = ___index1;
int32_t L_11 = ___endlimit3;
if ((((int32_t)L_10) > ((int32_t)L_11)))
{
goto IL_003d;
}
}
{
int32_t L_12 = ___index1;
int32_t L_13 = ___beglimit2;
String_t* L_14 = __this->get__pattern_3();
NullCheck(L_14);
int32_t L_15 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_14, /*hidden argument*/NULL);
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)L_13))) >= ((int32_t)L_15)))
{
goto IL_003f;
}
}
IL_003d:
{
return (bool)0;
}
IL_003f:
{
String_t* L_16 = ___text0;
int32_t L_17 = ___index1;
String_t* L_18 = __this->get__pattern_3();
NullCheck(L_18);
int32_t L_19 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_18, /*hidden argument*/NULL);
bool L_20 = RegexBoyerMoore_MatchPattern_m41D57E11972B2142649662886DA145AFE396F602(__this, L_16, ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)L_19)), /*hidden argument*/NULL);
return L_20;
}
}
// System.Int32 System.Text.RegularExpressions.RegexBoyerMoore::Scan(System.String,System.Int32,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t RegexBoyerMoore_Scan_m204A42056131A694B6D31FC69563355788CABD67 (RegexBoyerMoore_t37ED99A3CC25068E4D3DE4517835CFFCCF2FA1EB * __this, String_t* ___text0, int32_t ___index1, int32_t ___beglimit2, int32_t ___endlimit3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexBoyerMoore_Scan_m204A42056131A694B6D31FC69563355788CABD67_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 V_6 = 0;
int32_t V_7 = 0;
Il2CppChar V_8 = 0x0;
Il2CppChar V_9 = 0x0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_10 = NULL;
int32_t G_B34_0 = 0;
{
bool L_0 = __this->get__rightToLeft_6();
if (L_0)
{
goto IL_0032;
}
}
{
String_t* L_1 = __this->get__pattern_3();
NullCheck(L_1);
int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_1, /*hidden argument*/NULL);
V_6 = L_2;
String_t* L_3 = __this->get__pattern_3();
NullCheck(L_3);
int32_t L_4 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_3, /*hidden argument*/NULL);
V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1));
V_4 = 0;
int32_t L_5 = ___index1;
int32_t L_6 = V_6;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)1));
V_7 = 1;
goto IL_0051;
}
IL_0032:
{
String_t* L_7 = __this->get__pattern_3();
NullCheck(L_7);
int32_t L_8 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_7, /*hidden argument*/NULL);
V_6 = ((-L_8));
V_3 = 0;
int32_t L_9 = V_6;
V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)((-L_9)), (int32_t)1));
int32_t L_10 = ___index1;
int32_t L_11 = V_6;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_11));
V_7 = (-1);
}
IL_0051:
{
String_t* L_12 = __this->get__pattern_3();
int32_t L_13 = V_3;
NullCheck(L_12);
Il2CppChar L_14 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_12, L_13, /*hidden argument*/NULL);
V_8 = L_14;
}
IL_005f:
{
int32_t L_15 = V_0;
int32_t L_16 = ___endlimit3;
if ((((int32_t)L_15) >= ((int32_t)L_16)))
{
goto IL_0068;
}
}
{
int32_t L_17 = V_0;
int32_t L_18 = ___beglimit2;
if ((((int32_t)L_17) >= ((int32_t)L_18)))
{
goto IL_006a;
}
}
IL_0068:
{
return (-1);
}
IL_006a:
{
String_t* L_19 = ___text0;
int32_t L_20 = V_0;
NullCheck(L_19);
Il2CppChar L_21 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_19, L_20, /*hidden argument*/NULL);
V_9 = L_21;
bool L_22 = __this->get__caseInsensitive_7();
if (!L_22)
{
goto IL_008a;
}
}
{
Il2CppChar L_23 = V_9;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_24 = __this->get__culture_8();
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
Il2CppChar L_25 = Char_ToLower_m10AA9F9260876F97230F7BAA4C070AD23ABBC160(L_23, L_24, /*hidden argument*/NULL);
V_9 = L_25;
}
IL_008a:
{
Il2CppChar L_26 = V_9;
Il2CppChar L_27 = V_8;
if ((((int32_t)L_26) == ((int32_t)L_27)))
{
goto IL_00d8;
}
}
{
Il2CppChar L_28 = V_9;
if ((((int32_t)L_28) >= ((int32_t)((int32_t)128))))
{
goto IL_00a6;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_29 = __this->get__negativeASCII_1();
Il2CppChar L_30 = V_9;
NullCheck(L_29);
Il2CppChar L_31 = L_30;
int32_t L_32 = (L_29)->GetAt(static_cast<il2cpp_array_size_t>(L_31));
V_5 = L_32;
goto IL_00d1;
}
IL_00a6:
{
Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* L_33 = __this->get__negativeUnicode_2();
if (!L_33)
{
goto IL_00cd;
}
}
{
Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* L_34 = __this->get__negativeUnicode_2();
Il2CppChar L_35 = V_9;
NullCheck(L_34);
int32_t L_36 = ((int32_t)((int32_t)L_35>>(int32_t)8));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_37 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(L_34)->GetAt(static_cast<il2cpp_array_size_t>(L_36));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_38 = L_37;
V_10 = L_38;
if (!L_38)
{
goto IL_00cd;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_39 = V_10;
Il2CppChar L_40 = V_9;
NullCheck(L_39);
int32_t L_41 = ((int32_t)((int32_t)L_40&(int32_t)((int32_t)255)));
int32_t L_42 = (L_39)->GetAt(static_cast<il2cpp_array_size_t>(L_41));
V_5 = L_42;
goto IL_00d1;
}
IL_00cd:
{
int32_t L_43 = V_6;
V_5 = L_43;
}
IL_00d1:
{
int32_t L_44 = V_0;
int32_t L_45 = V_5;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)L_45));
goto IL_005f;
}
IL_00d8:
{
int32_t L_46 = V_0;
V_1 = L_46;
int32_t L_47 = V_3;
V_2 = L_47;
}
IL_00dc:
{
int32_t L_48 = V_2;
int32_t L_49 = V_4;
if ((!(((uint32_t)L_48) == ((uint32_t)L_49))))
{
goto IL_00ef;
}
}
{
bool L_50 = __this->get__rightToLeft_6();
if (L_50)
{
goto IL_00eb;
}
}
{
int32_t L_51 = V_1;
return L_51;
}
IL_00eb:
{
int32_t L_52 = V_1;
return ((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)1));
}
IL_00ef:
{
int32_t L_53 = V_2;
int32_t L_54 = V_7;
V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_53, (int32_t)L_54));
int32_t L_55 = V_1;
int32_t L_56 = V_7;
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_55, (int32_t)L_56));
String_t* L_57 = ___text0;
int32_t L_58 = V_1;
NullCheck(L_57);
Il2CppChar L_59 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_57, L_58, /*hidden argument*/NULL);
V_9 = L_59;
bool L_60 = __this->get__caseInsensitive_7();
if (!L_60)
{
goto IL_0119;
}
}
{
Il2CppChar L_61 = V_9;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_62 = __this->get__culture_8();
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
Il2CppChar L_63 = Char_ToLower_m10AA9F9260876F97230F7BAA4C070AD23ABBC160(L_61, L_62, /*hidden argument*/NULL);
V_9 = L_63;
}
IL_0119:
{
Il2CppChar L_64 = V_9;
String_t* L_65 = __this->get__pattern_3();
int32_t L_66 = V_2;
NullCheck(L_65);
Il2CppChar L_67 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_65, L_66, /*hidden argument*/NULL);
if ((((int32_t)L_64) == ((int32_t)L_67)))
{
goto IL_00dc;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_68 = __this->get__positive_0();
int32_t L_69 = V_2;
NullCheck(L_68);
int32_t L_70 = L_69;
int32_t L_71 = (L_68)->GetAt(static_cast<il2cpp_array_size_t>(L_70));
V_5 = L_71;
Il2CppChar L_72 = V_9;
if (((int32_t)((int32_t)L_72&(int32_t)((int32_t)65408))))
{
goto IL_014d;
}
}
{
int32_t L_73 = V_2;
int32_t L_74 = V_3;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_75 = __this->get__negativeASCII_1();
Il2CppChar L_76 = V_9;
NullCheck(L_75);
Il2CppChar L_77 = L_76;
int32_t L_78 = (L_75)->GetAt(static_cast<il2cpp_array_size_t>(L_77));
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_73, (int32_t)L_74)), (int32_t)L_78));
goto IL_0181;
}
IL_014d:
{
Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* L_79 = __this->get__negativeUnicode_2();
if (!L_79)
{
goto IL_0177;
}
}
{
Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* L_80 = __this->get__negativeUnicode_2();
Il2CppChar L_81 = V_9;
NullCheck(L_80);
int32_t L_82 = ((int32_t)((int32_t)L_81>>(int32_t)8));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_83 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(L_80)->GetAt(static_cast<il2cpp_array_size_t>(L_82));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_84 = L_83;
V_10 = L_84;
if (!L_84)
{
goto IL_0177;
}
}
{
int32_t L_85 = V_2;
int32_t L_86 = V_3;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_87 = V_10;
Il2CppChar L_88 = V_9;
NullCheck(L_87);
int32_t L_89 = ((int32_t)((int32_t)L_88&(int32_t)((int32_t)255)));
int32_t L_90 = (L_87)->GetAt(static_cast<il2cpp_array_size_t>(L_89));
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_85, (int32_t)L_86)), (int32_t)L_90));
goto IL_0181;
}
IL_0177:
{
int32_t L_91 = V_0;
int32_t L_92 = V_5;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_91, (int32_t)L_92));
goto IL_005f;
}
IL_0181:
{
bool L_93 = __this->get__rightToLeft_6();
if (L_93)
{
goto IL_0190;
}
}
{
int32_t L_94 = V_1;
int32_t L_95 = V_5;
G_B34_0 = ((((int32_t)L_94) > ((int32_t)L_95))? 1 : 0);
goto IL_0195;
}
IL_0190:
{
int32_t L_96 = V_1;
int32_t L_97 = V_5;
G_B34_0 = ((((int32_t)L_96) < ((int32_t)L_97))? 1 : 0);
}
IL_0195:
{
if (!G_B34_0)
{
goto IL_019a;
}
}
{
int32_t L_98 = V_1;
V_5 = L_98;
}
IL_019a:
{
int32_t L_99 = V_0;
int32_t L_100 = V_5;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_99, (int32_t)L_100));
goto IL_005f;
}
}
// System.String System.Text.RegularExpressions.RegexBoyerMoore::ToString()
extern "C" IL2CPP_METHOD_ATTR String_t* RegexBoyerMoore_ToString_mB0A62E68E8A3CAC5CE3AC45E1C54FA72DFB626F6 (RegexBoyerMoore_t37ED99A3CC25068E4D3DE4517835CFFCCF2FA1EB * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get__pattern_3();
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Text.RegularExpressions.RegexCharClass::.cctor()
extern "C" IL2CPP_METHOD_ATTR void RegexCharClass__cctor_m5170E52D9864BA712125FB33F309FE9E37869EA8 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexCharClass__cctor_m5170E52D9864BA712125FB33F309FE9E37869EA8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * V_0 = NULL;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_1 = NULL;
StringBuilder_t * V_2 = NULL;
Il2CppChar V_3 = 0x0;
{
((RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var))->set_InternalRegexIgnoreCase_5(_stringLiteral33CC8376031F8613B871248FD867D8034D14B008);
((RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var))->set_Space_6(_stringLiteral3C363836CF4E16666669A25DA280A1865C2D2874);
String_t* L_0 = ((RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var))->get_Space_6();
String_t* L_1 = RegexCharClass_NegateCategory_mF2E03FFFE79E427F39D9368013A334F5BD118E13(L_0, /*hidden argument*/NULL);
((RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var))->set_NotSpace_7(L_1);
il2cpp_array_size_t L_3[] = { (il2cpp_array_size_t)((int32_t)112), (il2cpp_array_size_t)2 };
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_2 = (StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B*)GenArrayNew(StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B_il2cpp_TypeInfo_var, L_3);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_4 = L_2;
NullCheck(L_4);
(L_4)->SetAt(0, 0, _stringLiteral4735BF723A7664AEE7EC7F25D21CA35B0C755893);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_5 = L_4;
NullCheck(L_5);
(L_5)->SetAt(0, 1, _stringLiteral6461E0B9D85C894A91C5DFA0D5301CA89874CB43);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_6 = L_5;
NullCheck(L_6);
(L_6)->SetAt(1, 0, _stringLiteral8AF7C9AF85339B3F6361AF21D23E1195D251531E);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_7 = L_6;
NullCheck(L_7);
(L_7)->SetAt(1, 1, _stringLiteral663C668EF5BEA006563C30A7065DCC1C6992A531);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_8 = L_7;
NullCheck(L_8);
(L_8)->SetAt(2, 0, _stringLiteral5178F20D0E2CB031A44676EF1781FA20D09FB309);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_9 = L_8;
NullCheck(L_9);
(L_9)->SetAt(2, 1, _stringLiteral041CC95B2AA080075D8FF5FD4AAF5A13AAC80575);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_10 = L_9;
NullCheck(L_10);
(L_10)->SetAt(3, 0, _stringLiteral3ACC045DEA77304171E5CDDD57463C65AD5284E1);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_11 = L_10;
NullCheck(L_11);
(L_11)->SetAt(3, 1, _stringLiteral18491700FF2059F9E1DD53ED2F72D1611CE4D093);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_12 = L_11;
NullCheck(L_12);
(L_12)->SetAt(4, 0, _stringLiteral9F2395ADE887BFAF9FE766D212ACB1F61E06E540);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_13 = L_12;
NullCheck(L_13);
(L_13)->SetAt(4, 1, _stringLiteral9BCE3FC5921AED2BA30D9BEACC4E2FFD987D65CC);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_14 = L_13;
NullCheck(L_14);
(L_14)->SetAt(5, 0, _stringLiteral636A08DFA14A98089B39B4A569067B4355227594);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_15 = L_14;
NullCheck(L_15);
(L_15)->SetAt(5, 1, _stringLiteralC50D3019796378EB36BF6AD78B47C40631C2263B);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_16 = L_15;
NullCheck(L_16);
(L_16)->SetAt(6, 0, _stringLiteralE43C82DE373418F9ECCD9D4326F1B0B7A415DB6D);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_17 = L_16;
NullCheck(L_17);
(L_17)->SetAt(6, 1, _stringLiteral86ED1180176876FD3A445199EE67387CC8BE8579);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_18 = L_17;
NullCheck(L_18);
(L_18)->SetAt(7, 0, _stringLiteral598D9BB131BC528B36A1CE6B6110602FF317D373);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_19 = L_18;
NullCheck(L_19);
(L_19)->SetAt(7, 1, _stringLiteral64FFD48EDAED09BB0328E84E7A12E2408529604C);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_20 = L_19;
NullCheck(L_20);
(L_20)->SetAt(8, 0, _stringLiteral9603FB9BA748E9B37640B32BE0552AC3D1EF5315);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_21 = L_20;
NullCheck(L_21);
(L_21)->SetAt(8, 1, _stringLiteral65AC73B26D31E844F4BBA4FEB8684146E0064165);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_22 = L_21;
NullCheck(L_22);
(L_22)->SetAt(((int32_t)9), 0, _stringLiteralD5F9C21C99112B45FCDA3CF11F007139BCFAA480);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_23 = L_22;
NullCheck(L_23);
(L_23)->SetAt(((int32_t)9), 1, _stringLiteral54C1511E7A8E672D71A6D1EE46DA26F65CEAACEA);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_24 = L_23;
NullCheck(L_24);
(L_24)->SetAt(((int32_t)10), 0, _stringLiteral59009E16B24A52CB6F9CD6BD28D918179F23C9DF);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_25 = L_24;
NullCheck(L_25);
(L_25)->SetAt(((int32_t)10), 1, _stringLiteralDE59D3DA0A1D06D85277BE2C6107285650210E6B);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_26 = L_25;
NullCheck(L_26);
(L_26)->SetAt(((int32_t)11), 0, _stringLiteral5E57A5A42BF8F51695956BD651F03E329A1B03E4);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_27 = L_26;
NullCheck(L_27);
(L_27)->SetAt(((int32_t)11), 1, _stringLiteral33CA0EF02222A14CF239BB58EA66FC2CA0805C36);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_28 = L_27;
NullCheck(L_28);
(L_28)->SetAt(((int32_t)12), 0, _stringLiteralA076E7122180C335EF1D7E52284A3B20F914E75C);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_29 = L_28;
NullCheck(L_29);
(L_29)->SetAt(((int32_t)12), 1, _stringLiteralC75ECC6BB7F855EE85104D2634D0B99BFEEA94DD);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_30 = L_29;
NullCheck(L_30);
(L_30)->SetAt(((int32_t)13), 0, _stringLiteral38CEDEFB32792B042199E5C83D740B46021AE4C4);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_31 = L_30;
NullCheck(L_31);
(L_31)->SetAt(((int32_t)13), 1, _stringLiteral95368E44D760A156C785F12597CBF0C086A55DDF);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_32 = L_31;
NullCheck(L_32);
(L_32)->SetAt(((int32_t)14), 0, _stringLiteral479BFBC6DD3EE469FB58495F6958382825493DB5);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_33 = L_32;
NullCheck(L_33);
(L_33)->SetAt(((int32_t)14), 1, _stringLiteral1BD5E2A3428E91A533AC96C45CD8323B16CE78E1);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_34 = L_33;
NullCheck(L_34);
(L_34)->SetAt(((int32_t)15), 0, _stringLiteral1A637CD697D15C58CDE5B76227ACD80F10FD3692);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_35 = L_34;
NullCheck(L_35);
(L_35)->SetAt(((int32_t)15), 1, _stringLiteral8D923CAE0AA8816ECBF4501441C955A9E9F30FAA);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_36 = L_35;
NullCheck(L_36);
(L_36)->SetAt(((int32_t)16), 0, _stringLiteralB167634812D5526DA26EA64B58DEAF70F077511E);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_37 = L_36;
NullCheck(L_37);
(L_37)->SetAt(((int32_t)16), 1, _stringLiteralF7DB13A08E6301ED94700D4D3C9F5DD2BD1D24F7);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_38 = L_37;
NullCheck(L_38);
(L_38)->SetAt(((int32_t)17), 0, _stringLiteral56326BF1610164D56CE4916BE7C7F1994F1BD28A);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_39 = L_38;
NullCheck(L_39);
(L_39)->SetAt(((int32_t)17), 1, _stringLiteral4FA6E39E438225C6A038D126D676B07E4F2379F3);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_40 = L_39;
NullCheck(L_40);
(L_40)->SetAt(((int32_t)18), 0, _stringLiteral8E477F4535699716835590CE85EB8C9786148948);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_41 = L_40;
NullCheck(L_41);
(L_41)->SetAt(((int32_t)18), 1, _stringLiteral00043976A6328A4F6423C494ABBADACF9694D76C);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_42 = L_41;
NullCheck(L_42);
(L_42)->SetAt(((int32_t)19), 0, _stringLiteral56AE6BE9E1B987DCC497E899C7238FE8B497652D);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_43 = L_42;
NullCheck(L_43);
(L_43)->SetAt(((int32_t)19), 1, _stringLiteral237DC4795D62A205673C5DB94D625A34861EB3F9);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_44 = L_43;
NullCheck(L_44);
(L_44)->SetAt(((int32_t)20), 0, _stringLiteral54AAF226D8BABFCDB84FA762F279ACA64C815F6C);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_45 = L_44;
NullCheck(L_45);
(L_45)->SetAt(((int32_t)20), 1, _stringLiteral8A4E4B75D5293F9612862C74A612D3CEB0466EA1);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_46 = L_45;
NullCheck(L_46);
(L_46)->SetAt(((int32_t)21), 0, _stringLiteral3333FD131DF99E8A1C7D44FB00858E7FCBC049DB);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_47 = L_46;
NullCheck(L_47);
(L_47)->SetAt(((int32_t)21), 1, _stringLiteral0D2E3E28908539BA5AC033A03F4D4A22F2499E6D);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_48 = L_47;
NullCheck(L_48);
(L_48)->SetAt(((int32_t)22), 0, _stringLiteralE993C7F819B912F8C564FC3BB5760D8155A762B4);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_49 = L_48;
NullCheck(L_49);
(L_49)->SetAt(((int32_t)22), 1, _stringLiteral55CABACE10EB2FB44A02BC1A8B364364B35F6F5D);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_50 = L_49;
NullCheck(L_50);
(L_50)->SetAt(((int32_t)23), 0, _stringLiteralECCBDFFC4E6421103F366A6635F3CDE618050187);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_51 = L_50;
NullCheck(L_51);
(L_51)->SetAt(((int32_t)23), 1, _stringLiteralADD3ECEEA4E9FFA106A663410907BA421D8B9F58);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_52 = L_51;
NullCheck(L_52);
(L_52)->SetAt(((int32_t)24), 0, _stringLiteralE4D1E574B444598D5F2D69D5925381CD29A05EF4);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_53 = L_52;
NullCheck(L_53);
(L_53)->SetAt(((int32_t)24), 1, _stringLiteral9769E683E7C3DA1098E2AE04DE87AE6A7C420E50);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_54 = L_53;
NullCheck(L_54);
(L_54)->SetAt(((int32_t)25), 0, _stringLiteral485A6443C9B44DEFB4F773365D57508DACBBBA9B);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_55 = L_54;
NullCheck(L_55);
(L_55)->SetAt(((int32_t)25), 1, _stringLiteralADD3ECEEA4E9FFA106A663410907BA421D8B9F58);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_56 = L_55;
NullCheck(L_56);
(L_56)->SetAt(((int32_t)26), 0, _stringLiteral3DF68B541F6874E6A82BCCD532ACC6AE1600CFBD);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_57 = L_56;
NullCheck(L_57);
(L_57)->SetAt(((int32_t)26), 1, _stringLiteral230A5FA2BCF41389A0C35C6A3BB2C8848C9FA8A3);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_58 = L_57;
NullCheck(L_58);
(L_58)->SetAt(((int32_t)27), 0, _stringLiteralD839D4E37183044EF107DACAFBA4DF7CA6B73124);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_59 = L_58;
NullCheck(L_59);
(L_59)->SetAt(((int32_t)27), 1, _stringLiteral9CB84B931F111A33A162ECF165ABB56EA6D79DB7);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_60 = L_59;
NullCheck(L_60);
(L_60)->SetAt(((int32_t)28), 0, _stringLiteral33122051EE76B9E34BD7DFA96CE488FBB488EC46);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_61 = L_60;
NullCheck(L_61);
(L_61)->SetAt(((int32_t)28), 1, _stringLiteralE9534066343E5DF2AF2BA0245923785EB3F013FE);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_62 = L_61;
NullCheck(L_62);
(L_62)->SetAt(((int32_t)29), 0, _stringLiteralC748F6BF5E1C711F3953075FB4915172989C940B);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_63 = L_62;
NullCheck(L_63);
(L_63)->SetAt(((int32_t)29), 1, _stringLiteral2E2BE5257824AFF94F57FE483D77B9EAC8926F0E);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_64 = L_63;
NullCheck(L_64);
(L_64)->SetAt(((int32_t)30), 0, _stringLiteralAE57F98F40C8F9FC77DBC88737DC98E544082654);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_65 = L_64;
NullCheck(L_65);
(L_65)->SetAt(((int32_t)30), 1, _stringLiteral6DB904CE39C7C5316F12125F42B42A95F9C49E67);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_66 = L_65;
NullCheck(L_66);
(L_66)->SetAt(((int32_t)31), 0, _stringLiteralDC7E758198DBAE0B7C136A3BB50512345DE650F5);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_67 = L_66;
NullCheck(L_67);
(L_67)->SetAt(((int32_t)31), 1, _stringLiteralE9690CC9EF38E2AF862E95D7B77892AE9AB4C472);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_68 = L_67;
NullCheck(L_68);
(L_68)->SetAt(((int32_t)32), 0, _stringLiteralA284E76864EDE1D71CFC9CC32608861C9DAF0E4D);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_69 = L_68;
NullCheck(L_69);
(L_69)->SetAt(((int32_t)32), 1, _stringLiteral65E7FE0C44C60EDB956554B8A36444EA2A51ADC0);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_70 = L_69;
NullCheck(L_70);
(L_70)->SetAt(((int32_t)33), 0, _stringLiteralCC28B16F44C9CCF74F8673C1F2F9FE043478CBF1);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_71 = L_70;
NullCheck(L_71);
(L_71)->SetAt(((int32_t)33), 1, _stringLiteral7C936CB8BB3CD67E505A5752510C58F1FD99BBFF);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_72 = L_71;
NullCheck(L_72);
(L_72)->SetAt(((int32_t)34), 0, _stringLiteralCB8A907ED9D3CEC7287F4865FEE68FBBF54D9B47);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_73 = L_72;
NullCheck(L_73);
(L_73)->SetAt(((int32_t)34), 1, _stringLiteral310DF6D211B653EB3B02E919C47759823B482A8D);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_74 = L_73;
NullCheck(L_74);
(L_74)->SetAt(((int32_t)35), 0, _stringLiteral7D698DCA3242E4AADF47120A70CB581088886E75);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_75 = L_74;
NullCheck(L_75);
(L_75)->SetAt(((int32_t)35), 1, _stringLiteral7252C386E4AEB1C9009CC8150D5663353DE9C456);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_76 = L_75;
NullCheck(L_76);
(L_76)->SetAt(((int32_t)36), 0, _stringLiteral87C4F9503660F010ADB8B41EA8B3783C50A96BBE);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_77 = L_76;
NullCheck(L_77);
(L_77)->SetAt(((int32_t)36), 1, _stringLiteralC6DCC54FCCAAAC0AA491DFE31A666D46500257CD);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_78 = L_77;
NullCheck(L_78);
(L_78)->SetAt(((int32_t)37), 0, _stringLiteralB6E764B1DB4BF9F2C915C050B759EC135319BE16);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_79 = L_78;
NullCheck(L_79);
(L_79)->SetAt(((int32_t)37), 1, _stringLiteral51411AA980B1FC536127B2AD14DB3F189AA06DFA);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_80 = L_79;
NullCheck(L_80);
(L_80)->SetAt(((int32_t)38), 0, _stringLiteralD832A9307946596F4B7B3F2247DE3A53F8AE6118);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_81 = L_80;
NullCheck(L_81);
(L_81)->SetAt(((int32_t)38), 1, _stringLiteralAD12F20BF596AC609168D65BA04B0CFB3678D536);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_82 = L_81;
NullCheck(L_82);
(L_82)->SetAt(((int32_t)39), 0, _stringLiteralC7E901C90D6C91B4F16AB1D819951AD2B01A1A01);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_83 = L_82;
NullCheck(L_83);
(L_83)->SetAt(((int32_t)39), 1, _stringLiteral6EDC5776434EC52F3FB04BB63ECB95308009B85B);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_84 = L_83;
NullCheck(L_84);
(L_84)->SetAt(((int32_t)40), 0, _stringLiteral9A4E9A271841EA6CC3DE68FAD50C35AEAAF2DD0D);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_85 = L_84;
NullCheck(L_85);
(L_85)->SetAt(((int32_t)40), 1, _stringLiteralAD12F20BF596AC609168D65BA04B0CFB3678D536);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_86 = L_85;
NullCheck(L_86);
(L_86)->SetAt(((int32_t)41), 0, _stringLiteral6C6861E6F21848240AB23BA5204A4B2C70B4E1FD);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_87 = L_86;
NullCheck(L_87);
(L_87)->SetAt(((int32_t)41), 1, _stringLiteral5FC6912968B580CBC935AB64A68BEF846F2F06EA);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_88 = L_87;
NullCheck(L_88);
(L_88)->SetAt(((int32_t)42), 0, _stringLiteral8B8D944BB6FD877A48504A5ACDAD78244B8EA326);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_89 = L_88;
NullCheck(L_89);
(L_89)->SetAt(((int32_t)42), 1, _stringLiteral012188FF30E550CBC8ED3D1F02908A32FCEAB317);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_90 = L_89;
NullCheck(L_90);
(L_90)->SetAt(((int32_t)43), 0, _stringLiteral7E63E1B832E26D259C3EA35BD0D06DFAA210B481);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_91 = L_90;
NullCheck(L_91);
(L_91)->SetAt(((int32_t)43), 1, _stringLiteral96CD1FE618183ACDFF1969311FDF33626B7197FB);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_92 = L_91;
NullCheck(L_92);
(L_92)->SetAt(((int32_t)44), 0, _stringLiteral6DFEC86E9886EAAA3DFB5C3732FCB6FE972B56FD);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_93 = L_92;
NullCheck(L_93);
(L_93)->SetAt(((int32_t)44), 1, _stringLiteral20C872AD4351B6D5C3307EA5986ECDCF9729F4C7);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_94 = L_93;
NullCheck(L_94);
(L_94)->SetAt(((int32_t)45), 0, _stringLiteralBEB822B7A963EF85CE5EAEF9FA6E2ED951047F53);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_95 = L_94;
NullCheck(L_95);
(L_95)->SetAt(((int32_t)45), 1, _stringLiteralC4DC697E6B1DE110E2C24CCC2C69DDC45E4CBACA);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_96 = L_95;
NullCheck(L_96);
(L_96)->SetAt(((int32_t)46), 0, _stringLiteralE0E7716472245FC881A4819E6CAC24AD37D88646);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_97 = L_96;
NullCheck(L_97);
(L_97)->SetAt(((int32_t)46), 1, _stringLiteralC4AF1225854F0E1070FBB1393361287362004F9F);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_98 = L_97;
NullCheck(L_98);
(L_98)->SetAt(((int32_t)47), 0, _stringLiteral0C79D7F4EAFA95B62B6F98C26464CBFE8FB9434E);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_99 = L_98;
NullCheck(L_99);
(L_99)->SetAt(((int32_t)47), 1, _stringLiteralBE47A2AED86F79A6079D5CC5A73A79CD8F65497C);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_100 = L_99;
NullCheck(L_100);
(L_100)->SetAt(((int32_t)48), 0, _stringLiteral2BB4A38F4CB59A85460023F57DC18435B15D9360);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_101 = L_100;
NullCheck(L_101);
(L_101)->SetAt(((int32_t)48), 1, _stringLiteralDDD01AACD170EE422605264C381A75DEA8DAF21F);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_102 = L_101;
NullCheck(L_102);
(L_102)->SetAt(((int32_t)49), 0, _stringLiteral488702C2A298F88DD6DD75D720626C90215C7EC9);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_103 = L_102;
NullCheck(L_103);
(L_103)->SetAt(((int32_t)49), 1, _stringLiteral7A15E3C35643EC9CE81F0D068C0058ED00FE6913);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_104 = L_103;
NullCheck(L_104);
(L_104)->SetAt(((int32_t)50), 0, _stringLiteral4ED451ABF1E022093C12B9A0650895A5E8D192EC);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_105 = L_104;
NullCheck(L_105);
(L_105)->SetAt(((int32_t)50), 1, _stringLiteral8750EC9DDFE293CD1DC39B4245C21C270F8F52B7);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_106 = L_105;
NullCheck(L_106);
(L_106)->SetAt(((int32_t)51), 0, _stringLiteralE99711F3F6DFB0A5051423938BBA6CA41318DCDF);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_107 = L_106;
NullCheck(L_107);
(L_107)->SetAt(((int32_t)51), 1, _stringLiteralB36759543E7E01F488A0AED0E5B4A5D72B8AD507);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_108 = L_107;
NullCheck(L_108);
(L_108)->SetAt(((int32_t)52), 0, _stringLiteral5A9BDD5CFA23AE28020B1F7D4BD0B1752A8013D8);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_109 = L_108;
NullCheck(L_109);
(L_109)->SetAt(((int32_t)52), 1, _stringLiteralAA09C388C34CF2CDE695214F13C30563650AD4D9);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_110 = L_109;
NullCheck(L_110);
(L_110)->SetAt(((int32_t)53), 0, _stringLiteralB8DB2C8838DFAC536F8EE92A31089045C400CC56);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_111 = L_110;
NullCheck(L_111);
(L_111)->SetAt(((int32_t)53), 1, _stringLiteralDC4A89AA5C534F1A1632515F0858C939406FDBFF);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_112 = L_111;
NullCheck(L_112);
(L_112)->SetAt(((int32_t)54), 0, _stringLiteralB8DA36A78323FCE6BCC06FC965532303B53C06EB);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_113 = L_112;
NullCheck(L_113);
(L_113)->SetAt(((int32_t)54), 1, _stringLiteral77C8E429D8FC4A7837F88B5E7EF5A24F409EC8DF);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_114 = L_113;
NullCheck(L_114);
(L_114)->SetAt(((int32_t)55), 0, _stringLiteralF537AF5686B2FF4B32E24FF6AD446C7515F6201A);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_115 = L_114;
NullCheck(L_115);
(L_115)->SetAt(((int32_t)55), 1, _stringLiteralCE85A8FC395C3B6E55C18ECCBCCEBDE35E1BB9B3);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_116 = L_115;
NullCheck(L_116);
(L_116)->SetAt(((int32_t)56), 0, _stringLiteral43EF571EFB98FF00CF08D7D774D69B371FBA7F7D);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_117 = L_116;
NullCheck(L_117);
(L_117)->SetAt(((int32_t)56), 1, _stringLiteral6047CE6A6A7401DAF8AF71C695394C2DF2C02C27);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_118 = L_117;
NullCheck(L_118);
(L_118)->SetAt(((int32_t)57), 0, _stringLiteralF10845EA2ECCEA3898ED261A3329C974ED1F9554);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_119 = L_118;
NullCheck(L_119);
(L_119)->SetAt(((int32_t)57), 1, _stringLiteralBCEC622AA695228F0FE7070FE258BC92DDE4530C);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_120 = L_119;
NullCheck(L_120);
(L_120)->SetAt(((int32_t)58), 0, _stringLiteral030CC789F197B01DD659899C6719783EFC549DB4);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_121 = L_120;
NullCheck(L_121);
(L_121)->SetAt(((int32_t)58), 1, _stringLiteral9B7B11D44785F46EC438A1DACE13B57C95D3D6AE);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_122 = L_121;
NullCheck(L_122);
(L_122)->SetAt(((int32_t)59), 0, _stringLiteralA5580D7B0B21E7AEC1D94C74C46BAD95B1082199);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_123 = L_122;
NullCheck(L_123);
(L_123)->SetAt(((int32_t)59), 1, _stringLiteral361E457930315A17A81FCBAE76F4F926F06F68F6);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_124 = L_123;
NullCheck(L_124);
(L_124)->SetAt(((int32_t)60), 0, _stringLiteral20247CE7667EF6CDC5F2A89265073BF6CEEA002B);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_125 = L_124;
NullCheck(L_125);
(L_125)->SetAt(((int32_t)60), 1, _stringLiteral92F771532F13AA7F160F3E143905FA6B49BCE934);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_126 = L_125;
NullCheck(L_126);
(L_126)->SetAt(((int32_t)61), 0, _stringLiteral121CE963D38B0A8FB91B5ABE831CBEBF5217CD2A);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_127 = L_126;
NullCheck(L_127);
(L_127)->SetAt(((int32_t)61), 1, _stringLiteral8FFE8E2DD6F0619D3D4B3B45FB0AFDCDA3F1CD9E);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_128 = L_127;
NullCheck(L_128);
(L_128)->SetAt(((int32_t)62), 0, _stringLiteral9A78E5FB40960A4633C8932211682BEBBD6D7886);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_129 = L_128;
NullCheck(L_129);
(L_129)->SetAt(((int32_t)62), 1, _stringLiteral683B58598B8D1BA70B9FBB9D6B2EE9E5DFE9ABB4);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_130 = L_129;
NullCheck(L_130);
(L_130)->SetAt(((int32_t)63), 0, _stringLiteral7CACCD807C9BB9FFB303BCC3D6E7856C07AD5FF0);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_131 = L_130;
NullCheck(L_131);
(L_131)->SetAt(((int32_t)63), 1, _stringLiteral0ED1738CD00FADC36F26C6A584D5BB4228A8E2D7);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_132 = L_131;
NullCheck(L_132);
(L_132)->SetAt(((int32_t)64), 0, _stringLiteral9FEE81E4E910A89DEBE955960FAD9B8A1A90968C);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_133 = L_132;
NullCheck(L_133);
(L_133)->SetAt(((int32_t)64), 1, _stringLiteral4B9C264F786B4014D7FFD19173921EF200F84B2F);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_134 = L_133;
NullCheck(L_134);
(L_134)->SetAt(((int32_t)65), 0, _stringLiteralE60EE1B6608A7ADC6CA2B2050DC247A5BE35AB43);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_135 = L_134;
NullCheck(L_135);
(L_135)->SetAt(((int32_t)65), 1, _stringLiteral83494AD8877B8C8446E8EF917AEFA1FBA80615E9);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_136 = L_135;
NullCheck(L_136);
(L_136)->SetAt(((int32_t)66), 0, _stringLiteralC1D30F87AE561886ED5E73AA48F92B4A8BD61D4F);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_137 = L_136;
NullCheck(L_137);
(L_137)->SetAt(((int32_t)66), 1, _stringLiteral5FFBFF4EE7D441E45F9A598BFD6926D2AFA205CE);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_138 = L_137;
NullCheck(L_138);
(L_138)->SetAt(((int32_t)67), 0, _stringLiteral2DCFA033F1D6D1BBA5AF00A77C2333B2F7D0C6D8);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_139 = L_138;
NullCheck(L_139);
(L_139)->SetAt(((int32_t)67), 1, _stringLiteralE9BB94DF7C665EF8F843F64D02F13B2645BB66DE);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_140 = L_139;
NullCheck(L_140);
(L_140)->SetAt(((int32_t)68), 0, _stringLiteral3BCFE43272FF00B26FF57CA7051731D00EE31778);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_141 = L_140;
NullCheck(L_141);
(L_141)->SetAt(((int32_t)68), 1, _stringLiteral40893F80950A147EF75620DE529E537080333A03);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_142 = L_141;
NullCheck(L_142);
(L_142)->SetAt(((int32_t)69), 0, _stringLiteralC37639DFDF7CC27CCA31E858B808FF86A71946D0);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_143 = L_142;
NullCheck(L_143);
(L_143)->SetAt(((int32_t)69), 1, _stringLiteral2DBAD7B34D9B54A152AA043037041DBD82FF370B);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_144 = L_143;
NullCheck(L_144);
(L_144)->SetAt(((int32_t)70), 0, _stringLiteral03C67F7FD149A5094D99CB08D21C08084AEB86C4);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_145 = L_144;
NullCheck(L_145);
(L_145)->SetAt(((int32_t)70), 1, _stringLiteral2DF1041A95537E5BEE7D4DC2857184BA986D8967);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_146 = L_145;
NullCheck(L_146);
(L_146)->SetAt(((int32_t)71), 0, _stringLiteralB32B2139C9E00C4FFCB51B3AA6D855BFB69FB108);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_147 = L_146;
NullCheck(L_147);
(L_147)->SetAt(((int32_t)71), 1, _stringLiteralC1BC05BBA4B2D063BEEE1A9EE5FF47F1885B06BA);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_148 = L_147;
NullCheck(L_148);
(L_148)->SetAt(((int32_t)72), 0, _stringLiteral5C6DAD1BF8551ED12372D263EA33F440A2C504B3);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_149 = L_148;
NullCheck(L_149);
(L_149)->SetAt(((int32_t)72), 1, _stringLiteral556E76ACF2801676A36E857E0CDFA4D1DF115E4F);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_150 = L_149;
NullCheck(L_150);
(L_150)->SetAt(((int32_t)73), 0, _stringLiteral6DB95B5A678B6FFFA79DD8E2020A85853E996D2A);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_151 = L_150;
NullCheck(L_151);
(L_151)->SetAt(((int32_t)73), 1, _stringLiteralF82415D5C07CE4C0761E8A09B5C04FAC264453F1);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_152 = L_151;
NullCheck(L_152);
(L_152)->SetAt(((int32_t)74), 0, _stringLiteralDFA822A04B49A6FE715B4861FDFF466D8743ACBE);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_153 = L_152;
NullCheck(L_153);
(L_153)->SetAt(((int32_t)74), 1, _stringLiteral628F5477712B5AE5C9D63BA955CBAF4118EB7D5B);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_154 = L_153;
NullCheck(L_154);
(L_154)->SetAt(((int32_t)75), 0, _stringLiteral9F1ABCE5C42FE077C729D9B8422A164BC5281E96);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_155 = L_154;
NullCheck(L_155);
(L_155)->SetAt(((int32_t)75), 1, _stringLiteral9418751A4D0F5FDAAD90C769D3AB434BD860A536);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_156 = L_155;
NullCheck(L_156);
(L_156)->SetAt(((int32_t)76), 0, _stringLiteral4A5644856F6BAE3272D249B870EE1B14BEB50765);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_157 = L_156;
NullCheck(L_157);
(L_157)->SetAt(((int32_t)76), 1, _stringLiteralCB7D18A3DE022DE7856DBB9211C906CF6EA6C024);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_158 = L_157;
NullCheck(L_158);
(L_158)->SetAt(((int32_t)77), 0, _stringLiteral10549CCFC62466A590924927A0CB747AF946753A);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_159 = L_158;
NullCheck(L_159);
(L_159)->SetAt(((int32_t)77), 1, _stringLiteral73E71B3FD3E714C076D1BA5FE81032CBA535F13A);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_160 = L_159;
NullCheck(L_160);
(L_160)->SetAt(((int32_t)78), 0, _stringLiteral812D85256DB3774EB6008CE7581C53E018DD4D12);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_161 = L_160;
NullCheck(L_161);
(L_161)->SetAt(((int32_t)78), 1, _stringLiteral3DA56F12E5BC2255D20DC79184372F3595149B55);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_162 = L_161;
NullCheck(L_162);
(L_162)->SetAt(((int32_t)79), 0, _stringLiteral5D4C108483D0FA858B671C20CFFF0B39073C810E);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_163 = L_162;
NullCheck(L_163);
(L_163)->SetAt(((int32_t)79), 1, _stringLiteral9ED772844C9D1F114F58373A6BC677069B2301FC);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_164 = L_163;
NullCheck(L_164);
(L_164)->SetAt(((int32_t)80), 0, _stringLiteralC2EB6A77718DA8A30B1A2D520971A0A9469A6C69);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_165 = L_164;
NullCheck(L_165);
(L_165)->SetAt(((int32_t)80), 1, _stringLiteralB56254487F4E1CC5223B97E59B495CF0520ECCF5);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_166 = L_165;
NullCheck(L_166);
(L_166)->SetAt(((int32_t)81), 0, _stringLiteralF4D97D70497ACE58BE7A7B6A57849BCA0CAA30F3);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_167 = L_166;
NullCheck(L_167);
(L_167)->SetAt(((int32_t)81), 1, _stringLiteral1F42E783B99E594371E3D4A27C910A6A7B7672E2);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_168 = L_167;
NullCheck(L_168);
(L_168)->SetAt(((int32_t)82), 0, _stringLiteralAC606B1FB13787BBC4B959AF6C39F1C3684AA734);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_169 = L_168;
NullCheck(L_169);
(L_169)->SetAt(((int32_t)82), 1, _stringLiteral89C587E16D1003547B2F351861B15C74217CC5FE);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_170 = L_169;
NullCheck(L_170);
(L_170)->SetAt(((int32_t)83), 0, _stringLiteral17032E8C622EE546560AD98D01C5D846832C126C);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_171 = L_170;
NullCheck(L_171);
(L_171)->SetAt(((int32_t)83), 1, _stringLiteral876937588007BFABF56C59079802432F0CDC4E8F);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_172 = L_171;
NullCheck(L_172);
(L_172)->SetAt(((int32_t)84), 0, _stringLiteral4D8CC88B18058E18F2B93C1E332DD786E4B0B554);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_173 = L_172;
NullCheck(L_173);
(L_173)->SetAt(((int32_t)84), 1, _stringLiteral876937588007BFABF56C59079802432F0CDC4E8F);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_174 = L_173;
NullCheck(L_174);
(L_174)->SetAt(((int32_t)85), 0, _stringLiteral65CA20146BC24C49D9374A5FBC81B8D6014A4074);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_175 = L_174;
NullCheck(L_175);
(L_175)->SetAt(((int32_t)85), 1, _stringLiteral943032987EB3D17F50DF838A94ABB02BB5377FE0);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_176 = L_175;
NullCheck(L_176);
(L_176)->SetAt(((int32_t)86), 0, _stringLiteral99A9351566B185954A4432B782E4735440611035);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_177 = L_176;
NullCheck(L_177);
(L_177)->SetAt(((int32_t)86), 1, _stringLiteral421729898E7E5DC143AC3B23F368801822C9668D);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_178 = L_177;
NullCheck(L_178);
(L_178)->SetAt(((int32_t)87), 0, _stringLiteral6E9C28B5A7BFE39A594A67FDCB3A699447C25D9E);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_179 = L_178;
NullCheck(L_179);
(L_179)->SetAt(((int32_t)87), 1, _stringLiteral96580AD37BB0A4BB6FFEBE654F3FC8A3986B32C8);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_180 = L_179;
NullCheck(L_180);
(L_180)->SetAt(((int32_t)88), 0, _stringLiteral4510C4976EC735265CADFED669ED4A3607927477);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_181 = L_180;
NullCheck(L_181);
(L_181)->SetAt(((int32_t)88), 1, _stringLiteral3D07C72A1FFA2844C48FE44C6868499B1E36BD8D);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_182 = L_181;
NullCheck(L_182);
(L_182)->SetAt(((int32_t)89), 0, _stringLiteral08A8818CA22363788BDFF1100E85AFF4E1325961);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_183 = L_182;
NullCheck(L_183);
(L_183)->SetAt(((int32_t)89), 1, _stringLiteralD381BDA9CB0370F982407A59191C409C40413EA2);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_184 = L_183;
NullCheck(L_184);
(L_184)->SetAt(((int32_t)90), 0, _stringLiteralF475E5ED84BBD659E69EE3B361F01ABB8A8257EF);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_185 = L_184;
NullCheck(L_185);
(L_185)->SetAt(((int32_t)90), 1, _stringLiteralE4A82DF02CA832EB8CB92BF50470A7D98C5C8F16);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_186 = L_185;
NullCheck(L_186);
(L_186)->SetAt(((int32_t)91), 0, _stringLiteralCA19018300A3B0FF424D0CABFA2B721708F757B0);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_187 = L_186;
NullCheck(L_187);
(L_187)->SetAt(((int32_t)91), 1, _stringLiteral434D9224A8C9F03FC97EE58751284D8B0C7CF53F);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_188 = L_187;
NullCheck(L_188);
(L_188)->SetAt(((int32_t)92), 0, _stringLiteralCE4F00DCF15827148F70940F86B31D17B769012A);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_189 = L_188;
NullCheck(L_189);
(L_189)->SetAt(((int32_t)92), 1, _stringLiteral42227F2205B949175831031457EE63C9683603D7);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_190 = L_189;
NullCheck(L_190);
(L_190)->SetAt(((int32_t)93), 0, _stringLiteralF3B12B2B41FB54B2345E8D4F1800FD687808DDB7);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_191 = L_190;
NullCheck(L_191);
(L_191)->SetAt(((int32_t)93), 1, _stringLiteralD4D92782844D975B0E255C79A337031C84BC0667);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_192 = L_191;
NullCheck(L_192);
(L_192)->SetAt(((int32_t)94), 0, _stringLiteralA22699EF79FE8EFB224EFAF877ED8B365A9CDD8B);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_193 = L_192;
NullCheck(L_193);
(L_193)->SetAt(((int32_t)94), 1, _stringLiteralC14D57D51959649C25873DBCE158CA69B79E4920);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_194 = L_193;
NullCheck(L_194);
(L_194)->SetAt(((int32_t)95), 0, _stringLiteral6DCD3D8C351FA69D616AB5CD5AD348702B5DEA27);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_195 = L_194;
NullCheck(L_195);
(L_195)->SetAt(((int32_t)95), 1, _stringLiteral7D5275D04C5C1EAD3F8943E1C086C64AE0D87D2E);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_196 = L_195;
NullCheck(L_196);
(L_196)->SetAt(((int32_t)96), 0, _stringLiteral73236C17881CB97D565378B7B89FFB8D8BD759DA);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_197 = L_196;
NullCheck(L_197);
(L_197)->SetAt(((int32_t)96), 1, _stringLiteral356695FA742EA2A78D7FCB97E27A26B9E2710412);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_198 = L_197;
NullCheck(L_198);
(L_198)->SetAt(((int32_t)97), 0, _stringLiteral30176D1DF082643794B0293544F3002673F9B2E5);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_199 = L_198;
NullCheck(L_199);
(L_199)->SetAt(((int32_t)97), 1, _stringLiteralF7876028FD994EBAE01981E07BD19E7E0EF2FEF6);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_200 = L_199;
NullCheck(L_200);
(L_200)->SetAt(((int32_t)98), 0, _stringLiteral8A73B4FD43DDEFC1F4677845F8F9F64DB3522EA8);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_201 = L_200;
NullCheck(L_201);
(L_201)->SetAt(((int32_t)98), 1, _stringLiteralE9DDB19E9B8C8298AC782C92F202A9989EF7B292);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_202 = L_201;
NullCheck(L_202);
(L_202)->SetAt(((int32_t)99), 0, _stringLiteral33E9DF3F5DECF303BDCB7100A74AD1AF632CFCF3);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_203 = L_202;
NullCheck(L_203);
(L_203)->SetAt(((int32_t)99), 1, _stringLiteralFDAA2FDF49E5EC28A2EBF49DAAEFD40AF8F63A66);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_204 = L_203;
NullCheck(L_204);
(L_204)->SetAt(((int32_t)100), 0, _stringLiteral7E58607964DDE53F3DAB2F9836E6DB950163FAE5);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_205 = L_204;
NullCheck(L_205);
(L_205)->SetAt(((int32_t)100), 1, _stringLiteralF4BC08747C33FBB4E08A8DF718B541EDB955481B);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_206 = L_205;
NullCheck(L_206);
(L_206)->SetAt(((int32_t)101), 0, _stringLiteral364E0E673E267D4F8D5D0760D427918317B59713);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_207 = L_206;
NullCheck(L_207);
(L_207)->SetAt(((int32_t)101), 1, _stringLiteral9E78AD07518A6E28009B3B860046275A6E27ED39);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_208 = L_207;
NullCheck(L_208);
(L_208)->SetAt(((int32_t)102), 0, _stringLiteralED37AF4D99532B25C89051CBBDDB8E96F4D8C895);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_209 = L_208;
NullCheck(L_209);
(L_209)->SetAt(((int32_t)102), 1, _stringLiteral752E2A6294E1C5F0300FB8671CF40DC98FD5BA7A);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_210 = L_209;
NullCheck(L_210);
(L_210)->SetAt(((int32_t)103), 0, _stringLiteral25C52427B3DD3F8AD6548D593A69505C3824D4DE);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_211 = L_210;
NullCheck(L_211);
(L_211)->SetAt(((int32_t)103), 1, _stringLiteralB13C6D0D0E3A4B51B2B8AFE06D44E767630D6683);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_212 = L_211;
NullCheck(L_212);
(L_212)->SetAt(((int32_t)104), 0, _stringLiteral7CE3767FFF6B702E24988F564919AE2325FB8834);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_213 = L_212;
NullCheck(L_213);
(L_213)->SetAt(((int32_t)104), 1, _stringLiteral1617FB4F6E913593D04F0EE97D38AE50991CA525);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_214 = L_213;
NullCheck(L_214);
(L_214)->SetAt(((int32_t)105), 0, _stringLiteral4FC4E30C2CBADFC52FD1EBCDC1698C99D6935A2C);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_215 = L_214;
NullCheck(L_215);
(L_215)->SetAt(((int32_t)105), 1, _stringLiteral359961EAA1A2004595DEAC4737856E9C5DF21C41);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_216 = L_215;
NullCheck(L_216);
(L_216)->SetAt(((int32_t)106), 0, _stringLiteralEC51D77C37EC1C47200313E7203C496BC0426D65);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_217 = L_216;
NullCheck(L_217);
(L_217)->SetAt(((int32_t)106), 1, _stringLiteral0DD4D16C33153BCBA48C6A621D4CDDA514BF9910);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_218 = L_217;
NullCheck(L_218);
(L_218)->SetAt(((int32_t)107), 0, _stringLiteral0943A964E2F1E68B54EF958F4FAB7D873DA06263);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_219 = L_218;
NullCheck(L_219);
(L_219)->SetAt(((int32_t)107), 1, _stringLiteral3EBA3A42EB097497EF7424DEBC7D82B1A111944D);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_220 = L_219;
NullCheck(L_220);
(L_220)->SetAt(((int32_t)108), 0, _stringLiteral3212F5C806FB638316BCA27063142FA36EA7CEFE);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_221 = L_220;
NullCheck(L_221);
(L_221)->SetAt(((int32_t)108), 1, _stringLiteral6CC502EBC65EC7087BBA914C0935C7A0A28C2E98);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_222 = L_221;
NullCheck(L_222);
(L_222)->SetAt(((int32_t)109), 0, _stringLiteral59A0573B547F09F87025C313A0AB86CC184A5841);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_223 = L_222;
NullCheck(L_223);
(L_223)->SetAt(((int32_t)109), 1, _stringLiteral33C00FBC6CB5909526FA4A0D96FD96416AF07C9A);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_224 = L_223;
NullCheck(L_224);
(L_224)->SetAt(((int32_t)110), 0, _stringLiteralCD0127EB6B9B241442209185680A4E8E5143C583);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_225 = L_224;
NullCheck(L_225);
(L_225)->SetAt(((int32_t)110), 1, _stringLiteralABF56784F7FED14D64AD4DA07A1E6E189F2C9720);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_226 = L_225;
NullCheck(L_226);
(L_226)->SetAt(((int32_t)111), 0, _stringLiteral2957418316B6E75C76EAAE50A2E76D28800F5253);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_227 = L_226;
NullCheck(L_227);
(L_227)->SetAt(((int32_t)111), 1, _stringLiteral1BAB5F36CF09336EB8277892A830B4325229E1EC);
((RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var))->set__propTable_17((StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B*)L_227);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_228 = (LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D*)SZArrayNew(LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D_il2cpp_TypeInfo_var, (uint32_t)((int32_t)94));
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_229 = L_228;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_230;
memset(&L_230, 0, sizeof(L_230));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_230), ((int32_t)65), ((int32_t)90), 1, ((int32_t)32), /*hidden argument*/NULL);
NullCheck(L_229);
(L_229)->SetAt(static_cast<il2cpp_array_size_t>(0), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_230);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_231 = L_229;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_232;
memset(&L_232, 0, sizeof(L_232));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_232), ((int32_t)192), ((int32_t)222), 1, ((int32_t)32), /*hidden argument*/NULL);
NullCheck(L_231);
(L_231)->SetAt(static_cast<il2cpp_array_size_t>(1), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_232);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_233 = L_231;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_234;
memset(&L_234, 0, sizeof(L_234));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_234), ((int32_t)256), ((int32_t)302), 2, 0, /*hidden argument*/NULL);
NullCheck(L_233);
(L_233)->SetAt(static_cast<il2cpp_array_size_t>(2), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_234);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_235 = L_233;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_236;
memset(&L_236, 0, sizeof(L_236));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_236), ((int32_t)304), ((int32_t)304), 0, ((int32_t)105), /*hidden argument*/NULL);
NullCheck(L_235);
(L_235)->SetAt(static_cast<il2cpp_array_size_t>(3), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_236);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_237 = L_235;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_238;
memset(&L_238, 0, sizeof(L_238));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_238), ((int32_t)306), ((int32_t)310), 2, 0, /*hidden argument*/NULL);
NullCheck(L_237);
(L_237)->SetAt(static_cast<il2cpp_array_size_t>(4), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_238);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_239 = L_237;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_240;
memset(&L_240, 0, sizeof(L_240));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_240), ((int32_t)313), ((int32_t)327), 3, 0, /*hidden argument*/NULL);
NullCheck(L_239);
(L_239)->SetAt(static_cast<il2cpp_array_size_t>(5), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_240);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_241 = L_239;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_242;
memset(&L_242, 0, sizeof(L_242));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_242), ((int32_t)330), ((int32_t)374), 2, 0, /*hidden argument*/NULL);
NullCheck(L_241);
(L_241)->SetAt(static_cast<il2cpp_array_size_t>(6), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_242);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_243 = L_241;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_244;
memset(&L_244, 0, sizeof(L_244));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_244), ((int32_t)376), ((int32_t)376), 0, ((int32_t)255), /*hidden argument*/NULL);
NullCheck(L_243);
(L_243)->SetAt(static_cast<il2cpp_array_size_t>(7), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_244);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_245 = L_243;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_246;
memset(&L_246, 0, sizeof(L_246));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_246), ((int32_t)377), ((int32_t)381), 3, 0, /*hidden argument*/NULL);
NullCheck(L_245);
(L_245)->SetAt(static_cast<il2cpp_array_size_t>(8), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_246);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_247 = L_245;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_248;
memset(&L_248, 0, sizeof(L_248));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_248), ((int32_t)385), ((int32_t)385), 0, ((int32_t)595), /*hidden argument*/NULL);
NullCheck(L_247);
(L_247)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)9)), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_248);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_249 = L_247;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_250;
memset(&L_250, 0, sizeof(L_250));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_250), ((int32_t)386), ((int32_t)388), 2, 0, /*hidden argument*/NULL);
NullCheck(L_249);
(L_249)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)10)), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_250);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_251 = L_249;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_252;
memset(&L_252, 0, sizeof(L_252));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_252), ((int32_t)390), ((int32_t)390), 0, ((int32_t)596), /*hidden argument*/NULL);
NullCheck(L_251);
(L_251)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)11)), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_252);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_253 = L_251;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_254;
memset(&L_254, 0, sizeof(L_254));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_254), ((int32_t)391), ((int32_t)391), 0, ((int32_t)392), /*hidden argument*/NULL);
NullCheck(L_253);
(L_253)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)12)), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_254);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_255 = L_253;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_256;
memset(&L_256, 0, sizeof(L_256));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_256), ((int32_t)393), ((int32_t)394), 1, ((int32_t)205), /*hidden argument*/NULL);
NullCheck(L_255);
(L_255)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)13)), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_256);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_257 = L_255;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_258;
memset(&L_258, 0, sizeof(L_258));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_258), ((int32_t)395), ((int32_t)395), 0, ((int32_t)396), /*hidden argument*/NULL);
NullCheck(L_257);
(L_257)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)14)), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_258);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_259 = L_257;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_260;
memset(&L_260, 0, sizeof(L_260));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_260), ((int32_t)398), ((int32_t)398), 0, ((int32_t)477), /*hidden argument*/NULL);
NullCheck(L_259);
(L_259)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)15)), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_260);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_261 = L_259;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_262;
memset(&L_262, 0, sizeof(L_262));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_262), ((int32_t)399), ((int32_t)399), 0, ((int32_t)601), /*hidden argument*/NULL);
NullCheck(L_261);
(L_261)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)16)), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_262);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_263 = L_261;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_264;
memset(&L_264, 0, sizeof(L_264));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_264), ((int32_t)400), ((int32_t)400), 0, ((int32_t)603), /*hidden argument*/NULL);
NullCheck(L_263);
(L_263)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)17)), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_264);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_265 = L_263;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_266;
memset(&L_266, 0, sizeof(L_266));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_266), ((int32_t)401), ((int32_t)401), 0, ((int32_t)402), /*hidden argument*/NULL);
NullCheck(L_265);
(L_265)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)18)), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_266);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_267 = L_265;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_268;
memset(&L_268, 0, sizeof(L_268));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_268), ((int32_t)403), ((int32_t)403), 0, ((int32_t)608), /*hidden argument*/NULL);
NullCheck(L_267);
(L_267)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)19)), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_268);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_269 = L_267;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_270;
memset(&L_270, 0, sizeof(L_270));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_270), ((int32_t)404), ((int32_t)404), 0, ((int32_t)611), /*hidden argument*/NULL);
NullCheck(L_269);
(L_269)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)20)), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_270);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_271 = L_269;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_272;
memset(&L_272, 0, sizeof(L_272));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_272), ((int32_t)406), ((int32_t)406), 0, ((int32_t)617), /*hidden argument*/NULL);
NullCheck(L_271);
(L_271)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)21)), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_272);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_273 = L_271;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_274;
memset(&L_274, 0, sizeof(L_274));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_274), ((int32_t)407), ((int32_t)407), 0, ((int32_t)616), /*hidden argument*/NULL);
NullCheck(L_273);
(L_273)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)22)), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_274);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_275 = L_273;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_276;
memset(&L_276, 0, sizeof(L_276));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_276), ((int32_t)408), ((int32_t)408), 0, ((int32_t)409), /*hidden argument*/NULL);
NullCheck(L_275);
(L_275)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)23)), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_276);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_277 = L_275;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_278;
memset(&L_278, 0, sizeof(L_278));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_278), ((int32_t)412), ((int32_t)412), 0, ((int32_t)623), /*hidden argument*/NULL);
NullCheck(L_277);
(L_277)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)24)), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_278);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_279 = L_277;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_280;
memset(&L_280, 0, sizeof(L_280));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_280), ((int32_t)413), ((int32_t)413), 0, ((int32_t)626), /*hidden argument*/NULL);
NullCheck(L_279);
(L_279)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)25)), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_280);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_281 = L_279;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_282;
memset(&L_282, 0, sizeof(L_282));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_282), ((int32_t)415), ((int32_t)415), 0, ((int32_t)629), /*hidden argument*/NULL);
NullCheck(L_281);
(L_281)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)26)), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_282);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_283 = L_281;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_284;
memset(&L_284, 0, sizeof(L_284));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_284), ((int32_t)416), ((int32_t)420), 2, 0, /*hidden argument*/NULL);
NullCheck(L_283);
(L_283)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)27)), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_284);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_285 = L_283;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_286;
memset(&L_286, 0, sizeof(L_286));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_286), ((int32_t)423), ((int32_t)423), 0, ((int32_t)424), /*hidden argument*/NULL);
NullCheck(L_285);
(L_285)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)28)), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_286);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_287 = L_285;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_288;
memset(&L_288, 0, sizeof(L_288));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_288), ((int32_t)425), ((int32_t)425), 0, ((int32_t)643), /*hidden argument*/NULL);
NullCheck(L_287);
(L_287)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)29)), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_288);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_289 = L_287;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_290;
memset(&L_290, 0, sizeof(L_290));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_290), ((int32_t)428), ((int32_t)428), 0, ((int32_t)429), /*hidden argument*/NULL);
NullCheck(L_289);
(L_289)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)30)), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_290);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_291 = L_289;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_292;
memset(&L_292, 0, sizeof(L_292));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_292), ((int32_t)430), ((int32_t)430), 0, ((int32_t)648), /*hidden argument*/NULL);
NullCheck(L_291);
(L_291)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)31)), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_292);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_293 = L_291;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_294;
memset(&L_294, 0, sizeof(L_294));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_294), ((int32_t)431), ((int32_t)431), 0, ((int32_t)432), /*hidden argument*/NULL);
NullCheck(L_293);
(L_293)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)32)), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_294);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_295 = L_293;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_296;
memset(&L_296, 0, sizeof(L_296));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_296), ((int32_t)433), ((int32_t)434), 1, ((int32_t)217), /*hidden argument*/NULL);
NullCheck(L_295);
(L_295)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)33)), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_296);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_297 = L_295;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_298;
memset(&L_298, 0, sizeof(L_298));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_298), ((int32_t)435), ((int32_t)437), 3, 0, /*hidden argument*/NULL);
NullCheck(L_297);
(L_297)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)34)), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_298);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_299 = L_297;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_300;
memset(&L_300, 0, sizeof(L_300));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_300), ((int32_t)439), ((int32_t)439), 0, ((int32_t)658), /*hidden argument*/NULL);
NullCheck(L_299);
(L_299)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)35)), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_300);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_301 = L_299;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_302;
memset(&L_302, 0, sizeof(L_302));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_302), ((int32_t)440), ((int32_t)440), 0, ((int32_t)441), /*hidden argument*/NULL);
NullCheck(L_301);
(L_301)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)36)), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_302);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_303 = L_301;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_304;
memset(&L_304, 0, sizeof(L_304));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_304), ((int32_t)444), ((int32_t)444), 0, ((int32_t)445), /*hidden argument*/NULL);
NullCheck(L_303);
(L_303)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)37)), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_304);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_305 = L_303;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_306;
memset(&L_306, 0, sizeof(L_306));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_306), ((int32_t)452), ((int32_t)453), 0, ((int32_t)454), /*hidden argument*/NULL);
NullCheck(L_305);
(L_305)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)38)), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_306);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_307 = L_305;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_308;
memset(&L_308, 0, sizeof(L_308));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_308), ((int32_t)455), ((int32_t)456), 0, ((int32_t)457), /*hidden argument*/NULL);
NullCheck(L_307);
(L_307)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)39)), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_308);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_309 = L_307;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_310;
memset(&L_310, 0, sizeof(L_310));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_310), ((int32_t)458), ((int32_t)459), 0, ((int32_t)460), /*hidden argument*/NULL);
NullCheck(L_309);
(L_309)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)40)), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_310);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_311 = L_309;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_312;
memset(&L_312, 0, sizeof(L_312));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_312), ((int32_t)461), ((int32_t)475), 3, 0, /*hidden argument*/NULL);
NullCheck(L_311);
(L_311)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)41)), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_312);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_313 = L_311;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_314;
memset(&L_314, 0, sizeof(L_314));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_314), ((int32_t)478), ((int32_t)494), 2, 0, /*hidden argument*/NULL);
NullCheck(L_313);
(L_313)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)42)), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_314);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_315 = L_313;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_316;
memset(&L_316, 0, sizeof(L_316));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_316), ((int32_t)497), ((int32_t)498), 0, ((int32_t)499), /*hidden argument*/NULL);
NullCheck(L_315);
(L_315)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)43)), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_316);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_317 = L_315;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_318;
memset(&L_318, 0, sizeof(L_318));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_318), ((int32_t)500), ((int32_t)500), 0, ((int32_t)501), /*hidden argument*/NULL);
NullCheck(L_317);
(L_317)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)44)), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_318);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_319 = L_317;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_320;
memset(&L_320, 0, sizeof(L_320));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_320), ((int32_t)506), ((int32_t)534), 2, 0, /*hidden argument*/NULL);
NullCheck(L_319);
(L_319)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)45)), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_320);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_321 = L_319;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_322;
memset(&L_322, 0, sizeof(L_322));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_322), ((int32_t)902), ((int32_t)902), 0, ((int32_t)940), /*hidden argument*/NULL);
NullCheck(L_321);
(L_321)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)46)), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_322);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_323 = L_321;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_324;
memset(&L_324, 0, sizeof(L_324));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_324), ((int32_t)904), ((int32_t)906), 1, ((int32_t)37), /*hidden argument*/NULL);
NullCheck(L_323);
(L_323)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)47)), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_324);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_325 = L_323;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_326;
memset(&L_326, 0, sizeof(L_326));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_326), ((int32_t)908), ((int32_t)908), 0, ((int32_t)972), /*hidden argument*/NULL);
NullCheck(L_325);
(L_325)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)48)), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_326);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_327 = L_325;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_328;
memset(&L_328, 0, sizeof(L_328));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_328), ((int32_t)910), ((int32_t)911), 1, ((int32_t)63), /*hidden argument*/NULL);
NullCheck(L_327);
(L_327)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)49)), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_328);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_329 = L_327;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_330;
memset(&L_330, 0, sizeof(L_330));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_330), ((int32_t)913), ((int32_t)939), 1, ((int32_t)32), /*hidden argument*/NULL);
NullCheck(L_329);
(L_329)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)50)), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_330);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_331 = L_329;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_332;
memset(&L_332, 0, sizeof(L_332));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_332), ((int32_t)994), ((int32_t)1006), 2, 0, /*hidden argument*/NULL);
NullCheck(L_331);
(L_331)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)51)), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_332);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_333 = L_331;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_334;
memset(&L_334, 0, sizeof(L_334));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_334), ((int32_t)1025), ((int32_t)1039), 1, ((int32_t)80), /*hidden argument*/NULL);
NullCheck(L_333);
(L_333)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)52)), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_334);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_335 = L_333;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_336;
memset(&L_336, 0, sizeof(L_336));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_336), ((int32_t)1040), ((int32_t)1071), 1, ((int32_t)32), /*hidden argument*/NULL);
NullCheck(L_335);
(L_335)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)53)), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_336);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_337 = L_335;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_338;
memset(&L_338, 0, sizeof(L_338));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_338), ((int32_t)1120), ((int32_t)1152), 2, 0, /*hidden argument*/NULL);
NullCheck(L_337);
(L_337)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)54)), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_338);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_339 = L_337;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_340;
memset(&L_340, 0, sizeof(L_340));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_340), ((int32_t)1168), ((int32_t)1214), 2, 0, /*hidden argument*/NULL);
NullCheck(L_339);
(L_339)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)55)), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_340);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_341 = L_339;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_342;
memset(&L_342, 0, sizeof(L_342));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_342), ((int32_t)1217), ((int32_t)1219), 3, 0, /*hidden argument*/NULL);
NullCheck(L_341);
(L_341)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)56)), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_342);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_343 = L_341;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_344;
memset(&L_344, 0, sizeof(L_344));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_344), ((int32_t)1223), ((int32_t)1223), 0, ((int32_t)1224), /*hidden argument*/NULL);
NullCheck(L_343);
(L_343)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)57)), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_344);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_345 = L_343;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_346;
memset(&L_346, 0, sizeof(L_346));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_346), ((int32_t)1227), ((int32_t)1227), 0, ((int32_t)1228), /*hidden argument*/NULL);
NullCheck(L_345);
(L_345)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)58)), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_346);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_347 = L_345;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_348;
memset(&L_348, 0, sizeof(L_348));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_348), ((int32_t)1232), ((int32_t)1258), 2, 0, /*hidden argument*/NULL);
NullCheck(L_347);
(L_347)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)59)), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_348);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_349 = L_347;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_350;
memset(&L_350, 0, sizeof(L_350));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_350), ((int32_t)1262), ((int32_t)1268), 2, 0, /*hidden argument*/NULL);
NullCheck(L_349);
(L_349)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)60)), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_350);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_351 = L_349;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_352;
memset(&L_352, 0, sizeof(L_352));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_352), ((int32_t)1272), ((int32_t)1272), 0, ((int32_t)1273), /*hidden argument*/NULL);
NullCheck(L_351);
(L_351)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)61)), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_352);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_353 = L_351;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_354;
memset(&L_354, 0, sizeof(L_354));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_354), ((int32_t)1329), ((int32_t)1366), 1, ((int32_t)48), /*hidden argument*/NULL);
NullCheck(L_353);
(L_353)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)62)), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_354);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_355 = L_353;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_356;
memset(&L_356, 0, sizeof(L_356));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_356), ((int32_t)4256), ((int32_t)4293), 1, ((int32_t)48), /*hidden argument*/NULL);
NullCheck(L_355);
(L_355)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)63)), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_356);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_357 = L_355;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_358;
memset(&L_358, 0, sizeof(L_358));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_358), ((int32_t)7680), ((int32_t)7928), 2, 0, /*hidden argument*/NULL);
NullCheck(L_357);
(L_357)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)64)), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_358);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_359 = L_357;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_360;
memset(&L_360, 0, sizeof(L_360));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_360), ((int32_t)7944), ((int32_t)7951), 1, ((int32_t)-8), /*hidden argument*/NULL);
NullCheck(L_359);
(L_359)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)65)), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_360);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_361 = L_359;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_362;
memset(&L_362, 0, sizeof(L_362));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_362), ((int32_t)7960), ((int32_t)7967), 1, ((int32_t)-8), /*hidden argument*/NULL);
NullCheck(L_361);
(L_361)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)66)), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_362);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_363 = L_361;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_364;
memset(&L_364, 0, sizeof(L_364));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_364), ((int32_t)7976), ((int32_t)7983), 1, ((int32_t)-8), /*hidden argument*/NULL);
NullCheck(L_363);
(L_363)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)67)), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_364);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_365 = L_363;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_366;
memset(&L_366, 0, sizeof(L_366));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_366), ((int32_t)7992), ((int32_t)7999), 1, ((int32_t)-8), /*hidden argument*/NULL);
NullCheck(L_365);
(L_365)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)68)), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_366);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_367 = L_365;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_368;
memset(&L_368, 0, sizeof(L_368));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_368), ((int32_t)8008), ((int32_t)8013), 1, ((int32_t)-8), /*hidden argument*/NULL);
NullCheck(L_367);
(L_367)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)69)), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_368);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_369 = L_367;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_370;
memset(&L_370, 0, sizeof(L_370));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_370), ((int32_t)8025), ((int32_t)8025), 0, ((int32_t)8017), /*hidden argument*/NULL);
NullCheck(L_369);
(L_369)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)70)), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_370);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_371 = L_369;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_372;
memset(&L_372, 0, sizeof(L_372));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_372), ((int32_t)8027), ((int32_t)8027), 0, ((int32_t)8019), /*hidden argument*/NULL);
NullCheck(L_371);
(L_371)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)71)), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_372);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_373 = L_371;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_374;
memset(&L_374, 0, sizeof(L_374));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_374), ((int32_t)8029), ((int32_t)8029), 0, ((int32_t)8021), /*hidden argument*/NULL);
NullCheck(L_373);
(L_373)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)72)), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_374);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_375 = L_373;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_376;
memset(&L_376, 0, sizeof(L_376));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_376), ((int32_t)8031), ((int32_t)8031), 0, ((int32_t)8023), /*hidden argument*/NULL);
NullCheck(L_375);
(L_375)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)73)), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_376);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_377 = L_375;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_378;
memset(&L_378, 0, sizeof(L_378));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_378), ((int32_t)8040), ((int32_t)8047), 1, ((int32_t)-8), /*hidden argument*/NULL);
NullCheck(L_377);
(L_377)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)74)), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_378);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_379 = L_377;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_380;
memset(&L_380, 0, sizeof(L_380));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_380), ((int32_t)8072), ((int32_t)8079), 1, ((int32_t)-8), /*hidden argument*/NULL);
NullCheck(L_379);
(L_379)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)75)), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_380);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_381 = L_379;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_382;
memset(&L_382, 0, sizeof(L_382));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_382), ((int32_t)8088), ((int32_t)8095), 1, ((int32_t)-8), /*hidden argument*/NULL);
NullCheck(L_381);
(L_381)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)76)), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_382);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_383 = L_381;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_384;
memset(&L_384, 0, sizeof(L_384));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_384), ((int32_t)8104), ((int32_t)8111), 1, ((int32_t)-8), /*hidden argument*/NULL);
NullCheck(L_383);
(L_383)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)77)), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_384);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_385 = L_383;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_386;
memset(&L_386, 0, sizeof(L_386));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_386), ((int32_t)8120), ((int32_t)8121), 1, ((int32_t)-8), /*hidden argument*/NULL);
NullCheck(L_385);
(L_385)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)78)), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_386);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_387 = L_385;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_388;
memset(&L_388, 0, sizeof(L_388));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_388), ((int32_t)8122), ((int32_t)8123), 1, ((int32_t)-74), /*hidden argument*/NULL);
NullCheck(L_387);
(L_387)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)79)), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_388);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_389 = L_387;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_390;
memset(&L_390, 0, sizeof(L_390));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_390), ((int32_t)8124), ((int32_t)8124), 0, ((int32_t)8115), /*hidden argument*/NULL);
NullCheck(L_389);
(L_389)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)80)), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_390);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_391 = L_389;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_392;
memset(&L_392, 0, sizeof(L_392));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_392), ((int32_t)8136), ((int32_t)8139), 1, ((int32_t)-86), /*hidden argument*/NULL);
NullCheck(L_391);
(L_391)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)81)), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_392);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_393 = L_391;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_394;
memset(&L_394, 0, sizeof(L_394));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_394), ((int32_t)8140), ((int32_t)8140), 0, ((int32_t)8131), /*hidden argument*/NULL);
NullCheck(L_393);
(L_393)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)82)), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_394);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_395 = L_393;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_396;
memset(&L_396, 0, sizeof(L_396));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_396), ((int32_t)8152), ((int32_t)8153), 1, ((int32_t)-8), /*hidden argument*/NULL);
NullCheck(L_395);
(L_395)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)83)), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_396);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_397 = L_395;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_398;
memset(&L_398, 0, sizeof(L_398));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_398), ((int32_t)8154), ((int32_t)8155), 1, ((int32_t)-100), /*hidden argument*/NULL);
NullCheck(L_397);
(L_397)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)84)), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_398);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_399 = L_397;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_400;
memset(&L_400, 0, sizeof(L_400));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_400), ((int32_t)8168), ((int32_t)8169), 1, ((int32_t)-8), /*hidden argument*/NULL);
NullCheck(L_399);
(L_399)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)85)), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_400);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_401 = L_399;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_402;
memset(&L_402, 0, sizeof(L_402));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_402), ((int32_t)8170), ((int32_t)8171), 1, ((int32_t)-112), /*hidden argument*/NULL);
NullCheck(L_401);
(L_401)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)86)), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_402);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_403 = L_401;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_404;
memset(&L_404, 0, sizeof(L_404));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_404), ((int32_t)8172), ((int32_t)8172), 0, ((int32_t)8165), /*hidden argument*/NULL);
NullCheck(L_403);
(L_403)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)87)), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_404);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_405 = L_403;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_406;
memset(&L_406, 0, sizeof(L_406));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_406), ((int32_t)8184), ((int32_t)8185), 1, ((int32_t)-128), /*hidden argument*/NULL);
NullCheck(L_405);
(L_405)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)88)), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_406);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_407 = L_405;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_408;
memset(&L_408, 0, sizeof(L_408));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_408), ((int32_t)8186), ((int32_t)8187), 1, ((int32_t)-126), /*hidden argument*/NULL);
NullCheck(L_407);
(L_407)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)89)), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_408);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_409 = L_407;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_410;
memset(&L_410, 0, sizeof(L_410));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_410), ((int32_t)8188), ((int32_t)8188), 0, ((int32_t)8179), /*hidden argument*/NULL);
NullCheck(L_409);
(L_409)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)90)), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_410);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_411 = L_409;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_412;
memset(&L_412, 0, sizeof(L_412));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_412), ((int32_t)8544), ((int32_t)8559), 1, ((int32_t)16), /*hidden argument*/NULL);
NullCheck(L_411);
(L_411)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)91)), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_412);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_413 = L_411;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_414;
memset(&L_414, 0, sizeof(L_414));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_414), ((int32_t)9398), ((int32_t)9424), 1, ((int32_t)26), /*hidden argument*/NULL);
NullCheck(L_413);
(L_413)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)92)), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_414);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_415 = L_413;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_416;
memset(&L_416, 0, sizeof(L_416));
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187((&L_416), ((int32_t)65313), ((int32_t)65338), 1, ((int32_t)32), /*hidden argument*/NULL);
NullCheck(L_415);
(L_415)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)93)), (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B )L_416);
((RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var))->set__lcTable_18(L_415);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_417 = (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC *)il2cpp_codegen_object_new(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC_il2cpp_TypeInfo_var);
Dictionary_2__ctor_m4A1428F3BFC28918B0C2F7E98A49C3F05C735D3B(L_417, ((int32_t)32), /*hidden argument*/Dictionary_2__ctor_m4A1428F3BFC28918B0C2F7E98A49C3F05C735D3B_RuntimeMethod_var);
V_0 = L_417;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_418 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)((int32_t)9));
V_1 = L_418;
StringBuilder_t * L_419 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_m1C0F2D97B838537A2D0F64033AE4EF02D150A956(L_419, ((int32_t)11), /*hidden argument*/NULL);
V_2 = L_419;
StringBuilder_t * L_420 = V_2;
NullCheck(L_420);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_420, 0, /*hidden argument*/NULL);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_421 = V_1;
NullCheck(L_421);
(L_421)->SetAt(static_cast<il2cpp_array_size_t>(0), (Il2CppChar)0);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_422 = V_1;
NullCheck(L_422);
(L_422)->SetAt(static_cast<il2cpp_array_size_t>(1), (Il2CppChar)((int32_t)15));
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_423 = V_0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_424 = V_1;
NullCheck(L_424);
String_t* L_425 = Char_ToString_mA42A88FEBA41B72D48BB24373E3101B7A91B6FD8((Il2CppChar*)((L_424)->GetAddressAt(static_cast<il2cpp_array_size_t>(1))), /*hidden argument*/NULL);
NullCheck(L_423);
Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD(L_423, _stringLiteral1FD6A880EE16BB33003559B204F8A2CFF5A9E90C, L_425, /*hidden argument*/Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD_RuntimeMethod_var);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_426 = V_1;
NullCheck(L_426);
(L_426)->SetAt(static_cast<il2cpp_array_size_t>(2), (Il2CppChar)((int32_t)16));
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_427 = V_0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_428 = V_1;
NullCheck(L_428);
String_t* L_429 = Char_ToString_mA42A88FEBA41B72D48BB24373E3101B7A91B6FD8((Il2CppChar*)((L_428)->GetAddressAt(static_cast<il2cpp_array_size_t>(2))), /*hidden argument*/NULL);
NullCheck(L_427);
Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD(L_427, _stringLiteral64A2E3E9BC5B4CD297D23DE932339BB6C474455F, L_429, /*hidden argument*/Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD_RuntimeMethod_var);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_430 = V_1;
NullCheck(L_430);
(L_430)->SetAt(static_cast<il2cpp_array_size_t>(3), (Il2CppChar)((int32_t)30));
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_431 = V_0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_432 = V_1;
NullCheck(L_432);
String_t* L_433 = Char_ToString_mA42A88FEBA41B72D48BB24373E3101B7A91B6FD8((Il2CppChar*)((L_432)->GetAddressAt(static_cast<il2cpp_array_size_t>(3))), /*hidden argument*/NULL);
NullCheck(L_431);
Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD(L_431, _stringLiteralC9B2EF049E2A57BDA63FD1CC78251CE6A2187E99, L_433, /*hidden argument*/Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD_RuntimeMethod_var);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_434 = V_1;
NullCheck(L_434);
(L_434)->SetAt(static_cast<il2cpp_array_size_t>(4), (Il2CppChar)((int32_t)18));
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_435 = V_0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_436 = V_1;
NullCheck(L_436);
String_t* L_437 = Char_ToString_mA42A88FEBA41B72D48BB24373E3101B7A91B6FD8((Il2CppChar*)((L_436)->GetAddressAt(static_cast<il2cpp_array_size_t>(4))), /*hidden argument*/NULL);
NullCheck(L_435);
Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD(L_435, _stringLiteral8D39B08893191A61DE5487A71B3AE48E722DC4DC, L_437, /*hidden argument*/Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD_RuntimeMethod_var);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_438 = V_1;
NullCheck(L_438);
(L_438)->SetAt(static_cast<il2cpp_array_size_t>(5), (Il2CppChar)((int32_t)17));
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_439 = V_0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_440 = V_1;
NullCheck(L_440);
String_t* L_441 = Char_ToString_mA42A88FEBA41B72D48BB24373E3101B7A91B6FD8((Il2CppChar*)((L_440)->GetAddressAt(static_cast<il2cpp_array_size_t>(5))), /*hidden argument*/NULL);
NullCheck(L_439);
Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD(L_439, _stringLiteral662CB4A2BD7D633921DBCA8A7D42F872AF7C9656, L_441, /*hidden argument*/Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD_RuntimeMethod_var);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_442 = V_1;
NullCheck(L_442);
(L_442)->SetAt(static_cast<il2cpp_array_size_t>(6), (Il2CppChar)0);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_443 = V_0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_444 = V_1;
String_t* L_445 = String_CreateString_mC7FB167C0D5B97F7EF502AF54399C61DD5B87509(NULL, L_444, 0, 7, /*hidden argument*/NULL);
NullCheck(L_443);
Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD(L_443, _stringLiteral32096C2E0EFF33D844EE6D675407ACE18289357D, L_445, /*hidden argument*/Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD_RuntimeMethod_var);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_446 = V_1;
NullCheck(L_446);
(L_446)->SetAt(static_cast<il2cpp_array_size_t>(1), (Il2CppChar)2);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_447 = V_0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_448 = V_1;
NullCheck(L_448);
String_t* L_449 = Char_ToString_mA42A88FEBA41B72D48BB24373E3101B7A91B6FD8((Il2CppChar*)((L_448)->GetAddressAt(static_cast<il2cpp_array_size_t>(1))), /*hidden argument*/NULL);
NullCheck(L_447);
Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD(L_447, _stringLiteral91575E88330CA0A393B09DF24C2F9572B830580F, L_449, /*hidden argument*/Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD_RuntimeMethod_var);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_450 = V_1;
NullCheck(L_450);
(L_450)->SetAt(static_cast<il2cpp_array_size_t>(2), (Il2CppChar)4);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_451 = V_0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_452 = V_1;
NullCheck(L_452);
String_t* L_453 = Char_ToString_mA42A88FEBA41B72D48BB24373E3101B7A91B6FD8((Il2CppChar*)((L_452)->GetAddressAt(static_cast<il2cpp_array_size_t>(2))), /*hidden argument*/NULL);
NullCheck(L_451);
Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD(L_451, _stringLiteralAEA4161C704CBAE70375999C4BFE2AE3B29ED465, L_453, /*hidden argument*/Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD_RuntimeMethod_var);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_454 = V_1;
NullCheck(L_454);
(L_454)->SetAt(static_cast<il2cpp_array_size_t>(3), (Il2CppChar)5);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_455 = V_0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_456 = V_1;
NullCheck(L_456);
String_t* L_457 = Char_ToString_mA42A88FEBA41B72D48BB24373E3101B7A91B6FD8((Il2CppChar*)((L_456)->GetAddressAt(static_cast<il2cpp_array_size_t>(3))), /*hidden argument*/NULL);
NullCheck(L_455);
Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD(L_455, _stringLiteralBB5CF318FFA3931019AF265B70DC5E1329293274, L_457, /*hidden argument*/Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD_RuntimeMethod_var);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_458 = V_1;
NullCheck(L_458);
(L_458)->SetAt(static_cast<il2cpp_array_size_t>(4), (Il2CppChar)3);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_459 = V_0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_460 = V_1;
NullCheck(L_460);
String_t* L_461 = Char_ToString_mA42A88FEBA41B72D48BB24373E3101B7A91B6FD8((Il2CppChar*)((L_460)->GetAddressAt(static_cast<il2cpp_array_size_t>(4))), /*hidden argument*/NULL);
NullCheck(L_459);
Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD(L_459, _stringLiteralF41A055096FBA2F5EBBDDC8916D81727739DBDB3, L_461, /*hidden argument*/Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD_RuntimeMethod_var);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_462 = V_1;
NullCheck(L_462);
(L_462)->SetAt(static_cast<il2cpp_array_size_t>(5), (Il2CppChar)1);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_463 = V_0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_464 = V_1;
NullCheck(L_464);
String_t* L_465 = Char_ToString_mA42A88FEBA41B72D48BB24373E3101B7A91B6FD8((Il2CppChar*)((L_464)->GetAddressAt(static_cast<il2cpp_array_size_t>(5))), /*hidden argument*/NULL);
NullCheck(L_463);
Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD(L_463, _stringLiteralEEF6EF9869BA818327C7D9505B56279D719E493A, L_465, /*hidden argument*/Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_466 = V_0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_467 = V_1;
String_t* L_468 = String_CreateString_mC7FB167C0D5B97F7EF502AF54399C61DD5B87509(NULL, L_467, 0, 7, /*hidden argument*/NULL);
NullCheck(L_466);
Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD(L_466, _stringLiteralD160E0986ACA4714714A16F29EC605AF90BE704D, L_468, /*hidden argument*/Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD_RuntimeMethod_var);
StringBuilder_t * L_469 = V_2;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_470 = V_1;
String_t* L_471 = String_CreateString_mC7FB167C0D5B97F7EF502AF54399C61DD5B87509(NULL, L_470, 1, 5, /*hidden argument*/NULL);
NullCheck(L_469);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_469, L_471, /*hidden argument*/NULL);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_472 = V_0;
String_t* L_473 = ((RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var))->get_InternalRegexIgnoreCase_5();
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_474 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_475 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)5);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_476 = L_475;
Il2CppChar L_477 = ((Il2CppChar)0);
RuntimeObject * L_478 = Box(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var, &L_477);
NullCheck(L_476);
ArrayElementTypeCheck (L_476, L_478);
(L_476)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_478);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_479 = L_476;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_480 = V_1;
NullCheck(L_480);
int32_t L_481 = 1;
uint16_t L_482 = (uint16_t)(L_480)->GetAt(static_cast<il2cpp_array_size_t>(L_481));
Il2CppChar L_483 = ((Il2CppChar)L_482);
RuntimeObject * L_484 = Box(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var, &L_483);
NullCheck(L_479);
ArrayElementTypeCheck (L_479, L_484);
(L_479)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_484);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_485 = L_479;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_486 = V_1;
NullCheck(L_486);
int32_t L_487 = 4;
uint16_t L_488 = (uint16_t)(L_486)->GetAt(static_cast<il2cpp_array_size_t>(L_487));
Il2CppChar L_489 = ((Il2CppChar)L_488);
RuntimeObject * L_490 = Box(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var, &L_489);
NullCheck(L_485);
ArrayElementTypeCheck (L_485, L_490);
(L_485)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject *)L_490);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_491 = L_485;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_492 = V_1;
NullCheck(L_492);
int32_t L_493 = 5;
uint16_t L_494 = (uint16_t)(L_492)->GetAt(static_cast<il2cpp_array_size_t>(L_493));
Il2CppChar L_495 = ((Il2CppChar)L_494);
RuntimeObject * L_496 = Box(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var, &L_495);
NullCheck(L_491);
ArrayElementTypeCheck (L_491, L_496);
(L_491)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject *)L_496);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_497 = L_491;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_498 = V_1;
NullCheck(L_498);
int32_t L_499 = 6;
uint16_t L_500 = (uint16_t)(L_498)->GetAt(static_cast<il2cpp_array_size_t>(L_499));
Il2CppChar L_501 = ((Il2CppChar)L_500);
RuntimeObject * L_502 = Box(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var, &L_501);
NullCheck(L_497);
ArrayElementTypeCheck (L_497, L_502);
(L_497)->SetAt(static_cast<il2cpp_array_size_t>(4), (RuntimeObject *)L_502);
String_t* L_503 = String_Format_mF68EE0DEC1AA5ADE9DFEF9AE0508E428FBB10EFD(L_474, _stringLiteral0DC329B31C566E4C9D644E5434C848E3D94C2BB7, L_497, /*hidden argument*/NULL);
NullCheck(L_472);
Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD(L_472, L_473, L_503, /*hidden argument*/Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD_RuntimeMethod_var);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_504 = V_1;
NullCheck(L_504);
(L_504)->SetAt(static_cast<il2cpp_array_size_t>(1), (Il2CppChar)7);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_505 = V_0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_506 = V_1;
NullCheck(L_506);
String_t* L_507 = Char_ToString_mA42A88FEBA41B72D48BB24373E3101B7A91B6FD8((Il2CppChar*)((L_506)->GetAddressAt(static_cast<il2cpp_array_size_t>(1))), /*hidden argument*/NULL);
NullCheck(L_505);
Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD(L_505, _stringLiteral4CF2CC5419330915CEB88F803DA616DF3E656FB1, L_507, /*hidden argument*/Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD_RuntimeMethod_var);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_508 = V_1;
NullCheck(L_508);
(L_508)->SetAt(static_cast<il2cpp_array_size_t>(2), (Il2CppChar)8);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_509 = V_0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_510 = V_1;
NullCheck(L_510);
String_t* L_511 = Char_ToString_mA42A88FEBA41B72D48BB24373E3101B7A91B6FD8((Il2CppChar*)((L_510)->GetAddressAt(static_cast<il2cpp_array_size_t>(2))), /*hidden argument*/NULL);
NullCheck(L_509);
Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD(L_509, _stringLiteral94563EC383E29AA3743ABD9B337B2E084FB199FB, L_511, /*hidden argument*/Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD_RuntimeMethod_var);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_512 = V_1;
NullCheck(L_512);
(L_512)->SetAt(static_cast<il2cpp_array_size_t>(3), (Il2CppChar)6);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_513 = V_0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_514 = V_1;
NullCheck(L_514);
String_t* L_515 = Char_ToString_mA42A88FEBA41B72D48BB24373E3101B7A91B6FD8((Il2CppChar*)((L_514)->GetAddressAt(static_cast<il2cpp_array_size_t>(3))), /*hidden argument*/NULL);
NullCheck(L_513);
Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD(L_513, _stringLiteral35175076C72C31FD517A5A9C6D72204F71D15DC7, L_515, /*hidden argument*/Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD_RuntimeMethod_var);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_516 = V_1;
NullCheck(L_516);
(L_516)->SetAt(static_cast<il2cpp_array_size_t>(4), (Il2CppChar)0);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_517 = V_0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_518 = V_1;
String_t* L_519 = String_CreateString_mC7FB167C0D5B97F7EF502AF54399C61DD5B87509(NULL, L_518, 0, 5, /*hidden argument*/NULL);
NullCheck(L_517);
Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD(L_517, _stringLiteralC63AE6DD4FC9F9DDA66970E827D13F7C73FE841C, L_519, /*hidden argument*/Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD_RuntimeMethod_var);
StringBuilder_t * L_520 = V_2;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_521 = V_1;
NullCheck(L_521);
int32_t L_522 = 3;
uint16_t L_523 = (uint16_t)(L_521)->GetAt(static_cast<il2cpp_array_size_t>(L_522));
NullCheck(L_520);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_520, L_523, /*hidden argument*/NULL);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_524 = V_1;
NullCheck(L_524);
(L_524)->SetAt(static_cast<il2cpp_array_size_t>(1), (Il2CppChar)((int32_t)9));
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_525 = V_0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_526 = V_1;
NullCheck(L_526);
String_t* L_527 = Char_ToString_mA42A88FEBA41B72D48BB24373E3101B7A91B6FD8((Il2CppChar*)((L_526)->GetAddressAt(static_cast<il2cpp_array_size_t>(1))), /*hidden argument*/NULL);
NullCheck(L_525);
Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD(L_525, _stringLiteral9AF04929DBB837F665A10A968E5DDF32830B2B68, L_527, /*hidden argument*/Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD_RuntimeMethod_var);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_528 = V_1;
NullCheck(L_528);
(L_528)->SetAt(static_cast<il2cpp_array_size_t>(2), (Il2CppChar)((int32_t)10));
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_529 = V_0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_530 = V_1;
NullCheck(L_530);
String_t* L_531 = Char_ToString_mA42A88FEBA41B72D48BB24373E3101B7A91B6FD8((Il2CppChar*)((L_530)->GetAddressAt(static_cast<il2cpp_array_size_t>(2))), /*hidden argument*/NULL);
NullCheck(L_529);
Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD(L_529, _stringLiteral4DD2D83410062286116BFD3474723788CE66B385, L_531, /*hidden argument*/Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD_RuntimeMethod_var);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_532 = V_1;
NullCheck(L_532);
(L_532)->SetAt(static_cast<il2cpp_array_size_t>(3), (Il2CppChar)((int32_t)11));
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_533 = V_0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_534 = V_1;
NullCheck(L_534);
String_t* L_535 = Char_ToString_mA42A88FEBA41B72D48BB24373E3101B7A91B6FD8((Il2CppChar*)((L_534)->GetAddressAt(static_cast<il2cpp_array_size_t>(3))), /*hidden argument*/NULL);
NullCheck(L_533);
Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD(L_533, _stringLiteral816C52FD2BDD94A63CD0944823A6C0AA9384C103, L_535, /*hidden argument*/Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD_RuntimeMethod_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_536 = V_0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_537 = V_1;
String_t* L_538 = String_CreateString_mC7FB167C0D5B97F7EF502AF54399C61DD5B87509(NULL, L_537, 0, 5, /*hidden argument*/NULL);
NullCheck(L_536);
Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD(L_536, _stringLiteralB51A60734DA64BE0E618BACBEA2865A8A7DCD669, L_538, /*hidden argument*/Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD_RuntimeMethod_var);
StringBuilder_t * L_539 = V_2;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_540 = V_1;
NullCheck(L_540);
int32_t L_541 = 1;
uint16_t L_542 = (uint16_t)(L_540)->GetAt(static_cast<il2cpp_array_size_t>(L_541));
NullCheck(L_539);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_539, L_542, /*hidden argument*/NULL);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_543 = V_1;
NullCheck(L_543);
(L_543)->SetAt(static_cast<il2cpp_array_size_t>(1), (Il2CppChar)((int32_t)19));
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_544 = V_0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_545 = V_1;
NullCheck(L_545);
String_t* L_546 = Char_ToString_mA42A88FEBA41B72D48BB24373E3101B7A91B6FD8((Il2CppChar*)((L_545)->GetAddressAt(static_cast<il2cpp_array_size_t>(1))), /*hidden argument*/NULL);
NullCheck(L_544);
Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD(L_544, _stringLiteralFA22CD0363497002CC358C8B4B6FF84F5941B5C4, L_546, /*hidden argument*/Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD_RuntimeMethod_var);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_547 = V_1;
NullCheck(L_547);
(L_547)->SetAt(static_cast<il2cpp_array_size_t>(2), (Il2CppChar)((int32_t)20));
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_548 = V_0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_549 = V_1;
NullCheck(L_549);
String_t* L_550 = Char_ToString_mA42A88FEBA41B72D48BB24373E3101B7A91B6FD8((Il2CppChar*)((L_549)->GetAddressAt(static_cast<il2cpp_array_size_t>(2))), /*hidden argument*/NULL);
NullCheck(L_548);
Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD(L_548, _stringLiteral76A62826607C85765E35F282CD82DB5A3E6BBE06, L_550, /*hidden argument*/Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD_RuntimeMethod_var);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_551 = V_1;
NullCheck(L_551);
(L_551)->SetAt(static_cast<il2cpp_array_size_t>(3), (Il2CppChar)((int32_t)22));
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_552 = V_0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_553 = V_1;
NullCheck(L_553);
String_t* L_554 = Char_ToString_mA42A88FEBA41B72D48BB24373E3101B7A91B6FD8((Il2CppChar*)((L_553)->GetAddressAt(static_cast<il2cpp_array_size_t>(3))), /*hidden argument*/NULL);
NullCheck(L_552);
Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD(L_552, _stringLiteralB5034C4CB6E7781F4F1616341F8F6731B9BCA6E2, L_554, /*hidden argument*/Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD_RuntimeMethod_var);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_555 = V_1;
NullCheck(L_555);
(L_555)->SetAt(static_cast<il2cpp_array_size_t>(4), (Il2CppChar)((int32_t)25));
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_556 = V_0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_557 = V_1;
NullCheck(L_557);
String_t* L_558 = Char_ToString_mA42A88FEBA41B72D48BB24373E3101B7A91B6FD8((Il2CppChar*)((L_557)->GetAddressAt(static_cast<il2cpp_array_size_t>(4))), /*hidden argument*/NULL);
NullCheck(L_556);
Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD(L_556, _stringLiteral1CDDD8E6F160F9C012AD14047EB479084FE64DDB, L_558, /*hidden argument*/Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD_RuntimeMethod_var);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_559 = V_1;
NullCheck(L_559);
(L_559)->SetAt(static_cast<il2cpp_array_size_t>(5), (Il2CppChar)((int32_t)21));
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_560 = V_0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_561 = V_1;
NullCheck(L_561);
String_t* L_562 = Char_ToString_mA42A88FEBA41B72D48BB24373E3101B7A91B6FD8((Il2CppChar*)((L_561)->GetAddressAt(static_cast<il2cpp_array_size_t>(5))), /*hidden argument*/NULL);
NullCheck(L_560);
Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD(L_560, _stringLiteral7E4B062C9DF92C18899E0D640BF2C977C25AC1C4, L_562, /*hidden argument*/Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD_RuntimeMethod_var);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_563 = V_1;
NullCheck(L_563);
(L_563)->SetAt(static_cast<il2cpp_array_size_t>(6), (Il2CppChar)((int32_t)24));
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_564 = V_0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_565 = V_1;
NullCheck(L_565);
String_t* L_566 = Char_ToString_mA42A88FEBA41B72D48BB24373E3101B7A91B6FD8((Il2CppChar*)((L_565)->GetAddressAt(static_cast<il2cpp_array_size_t>(6))), /*hidden argument*/NULL);
NullCheck(L_564);
Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD(L_564, _stringLiteral40D6660E437B349BDCACF2F3E77734577C86A86D, L_566, /*hidden argument*/Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD_RuntimeMethod_var);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_567 = V_1;
NullCheck(L_567);
(L_567)->SetAt(static_cast<il2cpp_array_size_t>(7), (Il2CppChar)((int32_t)23));
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_568 = V_0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_569 = V_1;
NullCheck(L_569);
String_t* L_570 = Char_ToString_mA42A88FEBA41B72D48BB24373E3101B7A91B6FD8((Il2CppChar*)((L_569)->GetAddressAt(static_cast<il2cpp_array_size_t>(7))), /*hidden argument*/NULL);
NullCheck(L_568);
Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD(L_568, _stringLiteralA13438854ACEABF5A965C5BD61F9C40684610DB5, L_570, /*hidden argument*/Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD_RuntimeMethod_var);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_571 = V_1;
NullCheck(L_571);
(L_571)->SetAt(static_cast<il2cpp_array_size_t>(8), (Il2CppChar)0);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_572 = V_0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_573 = V_1;
String_t* L_574 = String_CreateString_mC7FB167C0D5B97F7EF502AF54399C61DD5B87509(NULL, L_573, 0, ((int32_t)9), /*hidden argument*/NULL);
NullCheck(L_572);
Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD(L_572, _stringLiteral511993D3C99719E38A6779073019DACD7178DDB9, L_574, /*hidden argument*/Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD_RuntimeMethod_var);
StringBuilder_t * L_575 = V_2;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_576 = V_1;
NullCheck(L_576);
int32_t L_577 = 1;
uint16_t L_578 = (uint16_t)(L_576)->GetAt(static_cast<il2cpp_array_size_t>(L_577));
NullCheck(L_575);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_575, L_578, /*hidden argument*/NULL);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_579 = V_1;
NullCheck(L_579);
(L_579)->SetAt(static_cast<il2cpp_array_size_t>(1), (Il2CppChar)((int32_t)27));
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_580 = V_0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_581 = V_1;
NullCheck(L_581);
String_t* L_582 = Char_ToString_mA42A88FEBA41B72D48BB24373E3101B7A91B6FD8((Il2CppChar*)((L_581)->GetAddressAt(static_cast<il2cpp_array_size_t>(1))), /*hidden argument*/NULL);
NullCheck(L_580);
Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD(L_580, _stringLiteral9552773249DA4FE207E8BF1FF0FB9FD855F56A8C, L_582, /*hidden argument*/Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD_RuntimeMethod_var);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_583 = V_1;
NullCheck(L_583);
(L_583)->SetAt(static_cast<il2cpp_array_size_t>(2), (Il2CppChar)((int32_t)28));
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_584 = V_0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_585 = V_1;
NullCheck(L_585);
String_t* L_586 = Char_ToString_mA42A88FEBA41B72D48BB24373E3101B7A91B6FD8((Il2CppChar*)((L_585)->GetAddressAt(static_cast<il2cpp_array_size_t>(2))), /*hidden argument*/NULL);
NullCheck(L_584);
Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD(L_584, _stringLiteralE7EC317F3D8DBAD572E54A655ED793814FE12796, L_586, /*hidden argument*/Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD_RuntimeMethod_var);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_587 = V_1;
NullCheck(L_587);
(L_587)->SetAt(static_cast<il2cpp_array_size_t>(3), (Il2CppChar)((int32_t)26));
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_588 = V_0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_589 = V_1;
NullCheck(L_589);
String_t* L_590 = Char_ToString_mA42A88FEBA41B72D48BB24373E3101B7A91B6FD8((Il2CppChar*)((L_589)->GetAddressAt(static_cast<il2cpp_array_size_t>(3))), /*hidden argument*/NULL);
NullCheck(L_588);
Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD(L_588, _stringLiteral5673719E82D0CEA7E5290D4CB5DB9831EA891646, L_590, /*hidden argument*/Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD_RuntimeMethod_var);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_591 = V_1;
NullCheck(L_591);
(L_591)->SetAt(static_cast<il2cpp_array_size_t>(4), (Il2CppChar)((int32_t)29));
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_592 = V_0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_593 = V_1;
NullCheck(L_593);
String_t* L_594 = Char_ToString_mA42A88FEBA41B72D48BB24373E3101B7A91B6FD8((Il2CppChar*)((L_593)->GetAddressAt(static_cast<il2cpp_array_size_t>(4))), /*hidden argument*/NULL);
NullCheck(L_592);
Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD(L_592, _stringLiteral26C0CA793E8F7074D3F8C82877440040DBF9523B, L_594, /*hidden argument*/Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD_RuntimeMethod_var);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_595 = V_1;
NullCheck(L_595);
(L_595)->SetAt(static_cast<il2cpp_array_size_t>(5), (Il2CppChar)0);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_596 = V_0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_597 = V_1;
String_t* L_598 = String_CreateString_mC7FB167C0D5B97F7EF502AF54399C61DD5B87509(NULL, L_597, 0, 6, /*hidden argument*/NULL);
NullCheck(L_596);
Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD(L_596, _stringLiteral02AA629C8B16CD17A44F3A0EFEC2FEED43937642, L_598, /*hidden argument*/Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD_RuntimeMethod_var);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_599 = V_1;
NullCheck(L_599);
(L_599)->SetAt(static_cast<il2cpp_array_size_t>(1), (Il2CppChar)((int32_t)13));
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_600 = V_0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_601 = V_1;
NullCheck(L_601);
String_t* L_602 = Char_ToString_mA42A88FEBA41B72D48BB24373E3101B7A91B6FD8((Il2CppChar*)((L_601)->GetAddressAt(static_cast<il2cpp_array_size_t>(1))), /*hidden argument*/NULL);
NullCheck(L_600);
Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD(L_600, _stringLiteral6BE404C28A20A755971361AB2D7B6240B4EE20E2, L_602, /*hidden argument*/Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD_RuntimeMethod_var);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_603 = V_1;
NullCheck(L_603);
(L_603)->SetAt(static_cast<il2cpp_array_size_t>(2), (Il2CppChar)((int32_t)14));
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_604 = V_0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_605 = V_1;
NullCheck(L_605);
String_t* L_606 = Char_ToString_mA42A88FEBA41B72D48BB24373E3101B7A91B6FD8((Il2CppChar*)((L_605)->GetAddressAt(static_cast<il2cpp_array_size_t>(2))), /*hidden argument*/NULL);
NullCheck(L_604);
Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD(L_604, _stringLiteral5633F83512C43C6456260610345D94EBB6DBE9D5, L_606, /*hidden argument*/Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD_RuntimeMethod_var);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_607 = V_1;
NullCheck(L_607);
(L_607)->SetAt(static_cast<il2cpp_array_size_t>(3), (Il2CppChar)((int32_t)12));
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_608 = V_0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_609 = V_1;
NullCheck(L_609);
String_t* L_610 = Char_ToString_mA42A88FEBA41B72D48BB24373E3101B7A91B6FD8((Il2CppChar*)((L_609)->GetAddressAt(static_cast<il2cpp_array_size_t>(3))), /*hidden argument*/NULL);
NullCheck(L_608);
Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD(L_608, _stringLiteral0B85F14FA99CA19D173A463217A813AB4FE5AD81, L_610, /*hidden argument*/Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD_RuntimeMethod_var);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_611 = V_1;
NullCheck(L_611);
(L_611)->SetAt(static_cast<il2cpp_array_size_t>(4), (Il2CppChar)0);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_612 = V_0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_613 = V_1;
String_t* L_614 = String_CreateString_mC7FB167C0D5B97F7EF502AF54399C61DD5B87509(NULL, L_613, 0, 5, /*hidden argument*/NULL);
NullCheck(L_612);
Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD(L_612, _stringLiteral909F99A779ADB66A76FC53AB56C7DD1CAF35D0FD, L_614, /*hidden argument*/Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD_RuntimeMethod_var);
StringBuilder_t * L_615 = V_2;
NullCheck(L_615);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_615, 0, /*hidden argument*/NULL);
StringBuilder_t * L_616 = V_2;
NullCheck(L_616);
String_t* L_617 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_616);
((RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var))->set_Word_8(L_617);
String_t* L_618 = ((RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var))->get_Word_8();
String_t* L_619 = RegexCharClass_NegateCategory_mF2E03FFFE79E427F39D9368013A334F5BD118E13(L_618, /*hidden argument*/NULL);
((RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var))->set_NotWord_9(L_619);
String_t* L_620 = ((RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var))->get_Space_6();
String_t* L_621 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteral2547CC736E951FA4919853C43AE890861A3B3264, L_620, /*hidden argument*/NULL);
((RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var))->set_SpaceClass_10(L_621);
String_t* L_622 = ((RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var))->get_Space_6();
String_t* L_623 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteralC42AC1C46F1D4E211C735CC7DFAD4FF8391110E9, L_622, /*hidden argument*/NULL);
((RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var))->set_NotSpaceClass_11(L_623);
String_t* L_624 = ((RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var))->get_Word_8();
NullCheck(L_624);
int32_t L_625 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_624, /*hidden argument*/NULL);
V_3 = (((int32_t)((uint16_t)L_625)));
String_t* L_626 = Char_ToString_mA42A88FEBA41B72D48BB24373E3101B7A91B6FD8((Il2CppChar*)(&V_3), /*hidden argument*/NULL);
String_t* L_627 = ((RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var))->get_Word_8();
String_t* L_628 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(_stringLiteral1489F923C4DCA729178B3E3233458550D8DDDF29, L_626, L_627, /*hidden argument*/NULL);
((RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var))->set_WordClass_12(L_628);
String_t* L_629 = ((RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var))->get_Word_8();
NullCheck(L_629);
int32_t L_630 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_629, /*hidden argument*/NULL);
V_3 = (((int32_t)((uint16_t)L_630)));
String_t* L_631 = Char_ToString_mA42A88FEBA41B72D48BB24373E3101B7A91B6FD8((Il2CppChar*)(&V_3), /*hidden argument*/NULL);
String_t* L_632 = ((RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var))->get_Word_8();
String_t* L_633 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(_stringLiteral0E356BA505631FBF715758BED27D503F8B260E3A, L_631, L_632, /*hidden argument*/NULL);
((RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var))->set_NotWordClass_13(L_633);
((RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var))->set_DigitClass_14(_stringLiteralF91581E03FD2A8E038AD7B05CDCC483C052B6B3B);
((RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var))->set_NotDigitClass_15(_stringLiteral98E3BC826FE567095D9A591BA551FDA31B24004C);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_634 = V_0;
((RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var))->set__definedCategories_16(L_634);
return;
}
}
// System.Void System.Text.RegularExpressions.RegexCharClass::.ctor()
extern "C" IL2CPP_METHOD_ATTR void RegexCharClass__ctor_mAA44510F3E5001A8612355B4FFB718D9DDC74264 (RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexCharClass__ctor_mAA44510F3E5001A8612355B4FFB718D9DDC74264_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
List_1_t560DEF47D3A9D65449EE74779102DDD3BF7B6724 * L_0 = (List_1_t560DEF47D3A9D65449EE74779102DDD3BF7B6724 *)il2cpp_codegen_object_new(List_1_t560DEF47D3A9D65449EE74779102DDD3BF7B6724_il2cpp_TypeInfo_var);
List_1__ctor_m411CE50A06F4C66EE31F9F9D1076B22699765D4E(L_0, 6, /*hidden argument*/List_1__ctor_m411CE50A06F4C66EE31F9F9D1076B22699765D4E_RuntimeMethod_var);
__this->set__rangelist_0(L_0);
__this->set__canonical_2((bool)1);
StringBuilder_t * L_1 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_1, /*hidden argument*/NULL);
__this->set__categories_1(L_1);
return;
}
}
// System.Void System.Text.RegularExpressions.RegexCharClass::.ctor(System.Boolean,System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexCharClass_SingleRange>,System.Text.StringBuilder,System.Text.RegularExpressions.RegexCharClass)
extern "C" IL2CPP_METHOD_ATTR void RegexCharClass__ctor_mB05A6CC8015C5D545C639682454A524DE7E2EA97 (RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * __this, bool ___negate0, List_1_t560DEF47D3A9D65449EE74779102DDD3BF7B6724 * ___ranges1, StringBuilder_t * ___categories2, RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * ___subtraction3, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
List_1_t560DEF47D3A9D65449EE74779102DDD3BF7B6724 * L_0 = ___ranges1;
__this->set__rangelist_0(L_0);
StringBuilder_t * L_1 = ___categories2;
__this->set__categories_1(L_1);
__this->set__canonical_2((bool)1);
bool L_2 = ___negate0;
__this->set__negate_3(L_2);
RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * L_3 = ___subtraction3;
__this->set__subtractor_4(L_3);
return;
}
}
// System.Boolean System.Text.RegularExpressions.RegexCharClass::get_CanMerge()
extern "C" IL2CPP_METHOD_ATTR bool RegexCharClass_get_CanMerge_mC27A4CF83CFBEF3741A3DB4F99ABA6DE76B57837 (RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get__negate_3();
if (L_0)
{
goto IL_0012;
}
}
{
RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * L_1 = __this->get__subtractor_4();
return (bool)((((RuntimeObject*)(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 *)L_1) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
}
IL_0012:
{
return (bool)0;
}
}
// System.Void System.Text.RegularExpressions.RegexCharClass::set_Negate(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void RegexCharClass_set_Negate_mEB8659D83748A4DF28CDDFC3AC573A6504385E09 (RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->set__negate_3(L_0);
return;
}
}
// System.Void System.Text.RegularExpressions.RegexCharClass::AddChar(System.Char)
extern "C" IL2CPP_METHOD_ATTR void RegexCharClass_AddChar_m4C4BFD42572978A9F98ADE75BE3811593957A9E3 (RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * __this, Il2CppChar ___c0, const RuntimeMethod* method)
{
{
Il2CppChar L_0 = ___c0;
Il2CppChar L_1 = ___c0;
RegexCharClass_AddRange_mCFE9B670B3EBB13A5CDB694B1D1D6B1C0249D110(__this, L_0, L_1, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Text.RegularExpressions.RegexCharClass::AddCharClass(System.Text.RegularExpressions.RegexCharClass)
extern "C" IL2CPP_METHOD_ATTR void RegexCharClass_AddCharClass_m0E5DD1105844AFB7CE45B5C801304B5C803FB5CA (RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * __this, RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * ___cc0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexCharClass_AddCharClass_m0E5DD1105844AFB7CE45B5C801304B5C803FB5CA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * L_0 = ___cc0;
NullCheck(L_0);
bool L_1 = L_0->get__canonical_2();
if (L_1)
{
goto IL_0011;
}
}
{
__this->set__canonical_2((bool)0);
goto IL_0053;
}
IL_0011:
{
bool L_2 = __this->get__canonical_2();
if (!L_2)
{
goto IL_0053;
}
}
{
int32_t L_3 = RegexCharClass_RangeCount_mEACBB4BD08CE18A9C4F0C433A7D6C5726F563E2E(__this, /*hidden argument*/NULL);
if ((((int32_t)L_3) <= ((int32_t)0)))
{
goto IL_0053;
}
}
{
RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * L_4 = ___cc0;
NullCheck(L_4);
int32_t L_5 = RegexCharClass_RangeCount_mEACBB4BD08CE18A9C4F0C433A7D6C5726F563E2E(L_4, /*hidden argument*/NULL);
if ((((int32_t)L_5) <= ((int32_t)0)))
{
goto IL_0053;
}
}
{
RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * L_6 = ___cc0;
NullCheck(L_6);
SingleRange_t7B8E395E75FA456AB2834933C1ECA2007EEADEE0 * L_7 = RegexCharClass_GetRangeAt_mE563FF8072DD9B4E1179F55416CCD7FC4EB2C4FC(L_6, 0, /*hidden argument*/NULL);
NullCheck(L_7);
Il2CppChar L_8 = L_7->get__first_0();
int32_t L_9 = RegexCharClass_RangeCount_mEACBB4BD08CE18A9C4F0C433A7D6C5726F563E2E(__this, /*hidden argument*/NULL);
SingleRange_t7B8E395E75FA456AB2834933C1ECA2007EEADEE0 * L_10 = RegexCharClass_GetRangeAt_mE563FF8072DD9B4E1179F55416CCD7FC4EB2C4FC(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1)), /*hidden argument*/NULL);
NullCheck(L_10);
Il2CppChar L_11 = L_10->get__last_1();
if ((((int32_t)L_8) > ((int32_t)L_11)))
{
goto IL_0053;
}
}
{
__this->set__canonical_2((bool)0);
}
IL_0053:
{
V_0 = 0;
goto IL_006d;
}
IL_0057:
{
List_1_t560DEF47D3A9D65449EE74779102DDD3BF7B6724 * L_12 = __this->get__rangelist_0();
RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * L_13 = ___cc0;
int32_t L_14 = V_0;
NullCheck(L_13);
SingleRange_t7B8E395E75FA456AB2834933C1ECA2007EEADEE0 * L_15 = RegexCharClass_GetRangeAt_mE563FF8072DD9B4E1179F55416CCD7FC4EB2C4FC(L_13, L_14, /*hidden argument*/NULL);
NullCheck(L_12);
List_1_Add_m8629B2B07AC931D5D672BCD5F034A53BC572CCA5(L_12, L_15, /*hidden argument*/List_1_Add_m8629B2B07AC931D5D672BCD5F034A53BC572CCA5_RuntimeMethod_var);
int32_t L_16 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1));
}
IL_006d:
{
int32_t L_17 = V_0;
RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * L_18 = ___cc0;
NullCheck(L_18);
int32_t L_19 = RegexCharClass_RangeCount_mEACBB4BD08CE18A9C4F0C433A7D6C5726F563E2E(L_18, /*hidden argument*/NULL);
if ((((int32_t)L_17) < ((int32_t)L_19)))
{
goto IL_0057;
}
}
{
StringBuilder_t * L_20 = __this->get__categories_1();
RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * L_21 = ___cc0;
NullCheck(L_21);
StringBuilder_t * L_22 = L_21->get__categories_1();
NullCheck(L_22);
String_t* L_23 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_22);
NullCheck(L_20);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_20, L_23, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Text.RegularExpressions.RegexCharClass::AddSet(System.String)
extern "C" IL2CPP_METHOD_ATTR void RegexCharClass_AddSet_mFFDE070E770BE967173D630AD50010C3397F7B97 (RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * __this, String_t* ___set0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexCharClass_AddSet_mFFDE070E770BE967173D630AD50010C3397F7B97_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
bool L_0 = __this->get__canonical_2();
if (!L_0)
{
goto IL_003d;
}
}
{
int32_t L_1 = RegexCharClass_RangeCount_mEACBB4BD08CE18A9C4F0C433A7D6C5726F563E2E(__this, /*hidden argument*/NULL);
if ((((int32_t)L_1) <= ((int32_t)0)))
{
goto IL_003d;
}
}
{
String_t* L_2 = ___set0;
NullCheck(L_2);
int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_2, /*hidden argument*/NULL);
if ((((int32_t)L_3) <= ((int32_t)0)))
{
goto IL_003d;
}
}
{
String_t* L_4 = ___set0;
NullCheck(L_4);
Il2CppChar L_5 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_4, 0, /*hidden argument*/NULL);
int32_t L_6 = RegexCharClass_RangeCount_mEACBB4BD08CE18A9C4F0C433A7D6C5726F563E2E(__this, /*hidden argument*/NULL);
SingleRange_t7B8E395E75FA456AB2834933C1ECA2007EEADEE0 * L_7 = RegexCharClass_GetRangeAt_mE563FF8072DD9B4E1179F55416CCD7FC4EB2C4FC(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)), /*hidden argument*/NULL);
NullCheck(L_7);
Il2CppChar L_8 = L_7->get__last_1();
if ((((int32_t)L_5) > ((int32_t)L_8)))
{
goto IL_003d;
}
}
{
__this->set__canonical_2((bool)0);
}
IL_003d:
{
V_0 = 0;
goto IL_0068;
}
IL_0041:
{
List_1_t560DEF47D3A9D65449EE74779102DDD3BF7B6724 * L_9 = __this->get__rangelist_0();
String_t* L_10 = ___set0;
int32_t L_11 = V_0;
NullCheck(L_10);
Il2CppChar L_12 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_10, L_11, /*hidden argument*/NULL);
String_t* L_13 = ___set0;
int32_t L_14 = V_0;
NullCheck(L_13);
Il2CppChar L_15 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_13, ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)), /*hidden argument*/NULL);
SingleRange_t7B8E395E75FA456AB2834933C1ECA2007EEADEE0 * L_16 = (SingleRange_t7B8E395E75FA456AB2834933C1ECA2007EEADEE0 *)il2cpp_codegen_object_new(SingleRange_t7B8E395E75FA456AB2834933C1ECA2007EEADEE0_il2cpp_TypeInfo_var);
SingleRange__ctor_m4674722AFC97A111D2466AE2050C2E4E6E57303E(L_16, L_12, (((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)1))))), /*hidden argument*/NULL);
NullCheck(L_9);
List_1_Add_m8629B2B07AC931D5D672BCD5F034A53BC572CCA5(L_9, L_16, /*hidden argument*/List_1_Add_m8629B2B07AC931D5D672BCD5F034A53BC572CCA5_RuntimeMethod_var);
int32_t L_17 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)2));
}
IL_0068:
{
int32_t L_18 = V_0;
String_t* L_19 = ___set0;
NullCheck(L_19);
int32_t L_20 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_19, /*hidden argument*/NULL);
if ((((int32_t)L_18) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)1)))))
{
goto IL_0041;
}
}
{
int32_t L_21 = V_0;
String_t* L_22 = ___set0;
NullCheck(L_22);
int32_t L_23 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_22, /*hidden argument*/NULL);
if ((((int32_t)L_21) >= ((int32_t)L_23)))
{
goto IL_0098;
}
}
{
List_1_t560DEF47D3A9D65449EE74779102DDD3BF7B6724 * L_24 = __this->get__rangelist_0();
String_t* L_25 = ___set0;
int32_t L_26 = V_0;
NullCheck(L_25);
Il2CppChar L_27 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_25, L_26, /*hidden argument*/NULL);
SingleRange_t7B8E395E75FA456AB2834933C1ECA2007EEADEE0 * L_28 = (SingleRange_t7B8E395E75FA456AB2834933C1ECA2007EEADEE0 *)il2cpp_codegen_object_new(SingleRange_t7B8E395E75FA456AB2834933C1ECA2007EEADEE0_il2cpp_TypeInfo_var);
SingleRange__ctor_m4674722AFC97A111D2466AE2050C2E4E6E57303E(L_28, L_27, ((int32_t)65535), /*hidden argument*/NULL);
NullCheck(L_24);
List_1_Add_m8629B2B07AC931D5D672BCD5F034A53BC572CCA5(L_24, L_28, /*hidden argument*/List_1_Add_m8629B2B07AC931D5D672BCD5F034A53BC572CCA5_RuntimeMethod_var);
}
IL_0098:
{
return;
}
}
// System.Void System.Text.RegularExpressions.RegexCharClass::AddSubtraction(System.Text.RegularExpressions.RegexCharClass)
extern "C" IL2CPP_METHOD_ATTR void RegexCharClass_AddSubtraction_m17E538235B02A1435BD43D4FE4501DA67AA35145 (RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * __this, RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * ___sub0, const RuntimeMethod* method)
{
{
RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * L_0 = ___sub0;
__this->set__subtractor_4(L_0);
return;
}
}
// System.Void System.Text.RegularExpressions.RegexCharClass::AddRange(System.Char,System.Char)
extern "C" IL2CPP_METHOD_ATTR void RegexCharClass_AddRange_mCFE9B670B3EBB13A5CDB694B1D1D6B1C0249D110 (RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * __this, Il2CppChar ___first0, Il2CppChar ___last1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexCharClass_AddRange_mCFE9B670B3EBB13A5CDB694B1D1D6B1C0249D110_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
List_1_t560DEF47D3A9D65449EE74779102DDD3BF7B6724 * L_0 = __this->get__rangelist_0();
Il2CppChar L_1 = ___first0;
Il2CppChar L_2 = ___last1;
SingleRange_t7B8E395E75FA456AB2834933C1ECA2007EEADEE0 * L_3 = (SingleRange_t7B8E395E75FA456AB2834933C1ECA2007EEADEE0 *)il2cpp_codegen_object_new(SingleRange_t7B8E395E75FA456AB2834933C1ECA2007EEADEE0_il2cpp_TypeInfo_var);
SingleRange__ctor_m4674722AFC97A111D2466AE2050C2E4E6E57303E(L_3, L_1, L_2, /*hidden argument*/NULL);
NullCheck(L_0);
List_1_Add_m8629B2B07AC931D5D672BCD5F034A53BC572CCA5(L_0, L_3, /*hidden argument*/List_1_Add_m8629B2B07AC931D5D672BCD5F034A53BC572CCA5_RuntimeMethod_var);
bool L_4 = __this->get__canonical_2();
if (!L_4)
{
goto IL_004f;
}
}
{
List_1_t560DEF47D3A9D65449EE74779102DDD3BF7B6724 * L_5 = __this->get__rangelist_0();
NullCheck(L_5);
int32_t L_6 = List_1_get_Count_mD0C9C1841B63C0CA72E7F0955860F568E97F2189(L_5, /*hidden argument*/List_1_get_Count_mD0C9C1841B63C0CA72E7F0955860F568E97F2189_RuntimeMethod_var);
if ((((int32_t)L_6) <= ((int32_t)0)))
{
goto IL_004f;
}
}
{
Il2CppChar L_7 = ___first0;
List_1_t560DEF47D3A9D65449EE74779102DDD3BF7B6724 * L_8 = __this->get__rangelist_0();
List_1_t560DEF47D3A9D65449EE74779102DDD3BF7B6724 * L_9 = __this->get__rangelist_0();
NullCheck(L_9);
int32_t L_10 = List_1_get_Count_mD0C9C1841B63C0CA72E7F0955860F568E97F2189(L_9, /*hidden argument*/List_1_get_Count_mD0C9C1841B63C0CA72E7F0955860F568E97F2189_RuntimeMethod_var);
NullCheck(L_8);
SingleRange_t7B8E395E75FA456AB2834933C1ECA2007EEADEE0 * L_11 = List_1_get_Item_m3E7CC4F1ED20231514EA8C23C5CC442DF67CA2BB(L_8, ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1)), /*hidden argument*/List_1_get_Item_m3E7CC4F1ED20231514EA8C23C5CC442DF67CA2BB_RuntimeMethod_var);
NullCheck(L_11);
Il2CppChar L_12 = L_11->get__last_1();
if ((((int32_t)L_7) > ((int32_t)L_12)))
{
goto IL_004f;
}
}
{
__this->set__canonical_2((bool)0);
}
IL_004f:
{
return;
}
}
// System.Void System.Text.RegularExpressions.RegexCharClass::AddCategoryFromName(System.String,System.Boolean,System.Boolean,System.String)
extern "C" IL2CPP_METHOD_ATTR void RegexCharClass_AddCategoryFromName_m9AD2D607E1E34A52CBC26FC38D468905C43A9202 (RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * __this, String_t* ___categoryName0, bool ___invert1, bool ___caseInsensitive2, String_t* ___pattern3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexCharClass_AddCategoryFromName_m9AD2D607E1E34A52CBC26FC38D468905C43A9202_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
String_t* V_1 = NULL;
{
IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_0 = ((RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var))->get__definedCategories_16();
String_t* L_1 = ___categoryName0;
NullCheck(L_0);
Dictionary_2_TryGetValue_mACE6F295B868D8DD552A8F7D4ABA375F843BB13B(L_0, L_1, (String_t**)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_mACE6F295B868D8DD552A8F7D4ABA375F843BB13B_RuntimeMethod_var);
String_t* L_2 = V_0;
if (!L_2)
{
goto IL_0072;
}
}
{
String_t* L_3 = ___categoryName0;
IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var);
String_t* L_4 = ((RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var))->get_InternalRegexIgnoreCase_5();
NullCheck(L_3);
bool L_5 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_3, L_4, /*hidden argument*/NULL);
if (L_5)
{
goto IL_0072;
}
}
{
String_t* L_6 = V_0;
V_1 = L_6;
bool L_7 = ___caseInsensitive2;
if (!L_7)
{
goto IL_005a;
}
}
{
String_t* L_8 = ___categoryName0;
NullCheck(L_8);
bool L_9 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_8, _stringLiteral91575E88330CA0A393B09DF24C2F9572B830580F, /*hidden argument*/NULL);
if (L_9)
{
goto IL_004a;
}
}
{
String_t* L_10 = ___categoryName0;
NullCheck(L_10);
bool L_11 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_10, _stringLiteralEEF6EF9869BA818327C7D9505B56279D719E493A, /*hidden argument*/NULL);
if (L_11)
{
goto IL_004a;
}
}
{
String_t* L_12 = ___categoryName0;
NullCheck(L_12);
bool L_13 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_12, _stringLiteralF41A055096FBA2F5EBBDDC8916D81727739DBDB3, /*hidden argument*/NULL);
if (!L_13)
{
goto IL_005a;
}
}
IL_004a:
{
IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_14 = ((RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var))->get__definedCategories_16();
String_t* L_15 = ((RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var))->get_InternalRegexIgnoreCase_5();
NullCheck(L_14);
String_t* L_16 = Dictionary_2_get_Item_m31D706AAE640EE1D91E561D8934F58AC765CFC3E(L_14, L_15, /*hidden argument*/Dictionary_2_get_Item_m31D706AAE640EE1D91E561D8934F58AC765CFC3E_RuntimeMethod_var);
V_1 = L_16;
}
IL_005a:
{
bool L_17 = ___invert1;
if (!L_17)
{
goto IL_0064;
}
}
{
String_t* L_18 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var);
String_t* L_19 = RegexCharClass_NegateCategory_mF2E03FFFE79E427F39D9368013A334F5BD118E13(L_18, /*hidden argument*/NULL);
V_1 = L_19;
}
IL_0064:
{
StringBuilder_t * L_20 = __this->get__categories_1();
String_t* L_21 = V_1;
NullCheck(L_20);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_20, L_21, /*hidden argument*/NULL);
return;
}
IL_0072:
{
String_t* L_22 = ___categoryName0;
bool L_23 = ___invert1;
String_t* L_24 = ___pattern3;
IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var);
String_t* L_25 = RegexCharClass_SetFromProperty_mA33170AF599765B5FDE8611BED646A850FB2330E(L_22, L_23, L_24, /*hidden argument*/NULL);
RegexCharClass_AddSet_mFFDE070E770BE967173D630AD50010C3397F7B97(__this, L_25, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Text.RegularExpressions.RegexCharClass::AddCategory(System.String)
extern "C" IL2CPP_METHOD_ATTR void RegexCharClass_AddCategory_m6A4625370DA8927DF5342275CB1F6155FC2BA255 (RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * __this, String_t* ___category0, const RuntimeMethod* method)
{
{
StringBuilder_t * L_0 = __this->get__categories_1();
String_t* L_1 = ___category0;
NullCheck(L_0);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_0, L_1, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Text.RegularExpressions.RegexCharClass::AddLowercase(System.Globalization.CultureInfo)
extern "C" IL2CPP_METHOD_ATTR void RegexCharClass_AddLowercase_m01C1B11EB0B82E065276C7ECF60725886F59A07A (RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * __this, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexCharClass_AddLowercase_m01C1B11EB0B82E065276C7ECF60725886F59A07A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
SingleRange_t7B8E395E75FA456AB2834933C1ECA2007EEADEE0 * V_2 = NULL;
Il2CppChar V_3 = 0x0;
{
__this->set__canonical_2((bool)0);
V_0 = 0;
List_1_t560DEF47D3A9D65449EE74779102DDD3BF7B6724 * L_0 = __this->get__rangelist_0();
NullCheck(L_0);
int32_t L_1 = List_1_get_Count_mD0C9C1841B63C0CA72E7F0955860F568E97F2189(L_0, /*hidden argument*/List_1_get_Count_mD0C9C1841B63C0CA72E7F0955860F568E97F2189_RuntimeMethod_var);
V_1 = L_1;
goto IL_0066;
}
IL_0017:
{
List_1_t560DEF47D3A9D65449EE74779102DDD3BF7B6724 * L_2 = __this->get__rangelist_0();
int32_t L_3 = V_0;
NullCheck(L_2);
SingleRange_t7B8E395E75FA456AB2834933C1ECA2007EEADEE0 * L_4 = List_1_get_Item_m3E7CC4F1ED20231514EA8C23C5CC442DF67CA2BB(L_2, L_3, /*hidden argument*/List_1_get_Item_m3E7CC4F1ED20231514EA8C23C5CC442DF67CA2BB_RuntimeMethod_var);
V_2 = L_4;
SingleRange_t7B8E395E75FA456AB2834933C1ECA2007EEADEE0 * L_5 = V_2;
NullCheck(L_5);
Il2CppChar L_6 = L_5->get__first_0();
SingleRange_t7B8E395E75FA456AB2834933C1ECA2007EEADEE0 * L_7 = V_2;
NullCheck(L_7);
Il2CppChar L_8 = L_7->get__last_1();
if ((!(((uint32_t)L_6) == ((uint32_t)L_8))))
{
goto IL_004f;
}
}
{
SingleRange_t7B8E395E75FA456AB2834933C1ECA2007EEADEE0 * L_9 = V_2;
SingleRange_t7B8E395E75FA456AB2834933C1ECA2007EEADEE0 * L_10 = V_2;
SingleRange_t7B8E395E75FA456AB2834933C1ECA2007EEADEE0 * L_11 = V_2;
NullCheck(L_11);
Il2CppChar L_12 = L_11->get__first_0();
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_13 = ___culture0;
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
Il2CppChar L_14 = Char_ToLower_m10AA9F9260876F97230F7BAA4C070AD23ABBC160(L_12, L_13, /*hidden argument*/NULL);
Il2CppChar L_15 = L_14;
V_3 = L_15;
NullCheck(L_10);
L_10->set__last_1(L_15);
Il2CppChar L_16 = V_3;
NullCheck(L_9);
L_9->set__first_0(L_16);
goto IL_0062;
}
IL_004f:
{
SingleRange_t7B8E395E75FA456AB2834933C1ECA2007EEADEE0 * L_17 = V_2;
NullCheck(L_17);
Il2CppChar L_18 = L_17->get__first_0();
SingleRange_t7B8E395E75FA456AB2834933C1ECA2007EEADEE0 * L_19 = V_2;
NullCheck(L_19);
Il2CppChar L_20 = L_19->get__last_1();
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_21 = ___culture0;
RegexCharClass_AddLowercaseRange_mCDDE9661C9C300DFEB51A8FE36E2F790E3E75D75(__this, L_18, L_20, L_21, /*hidden argument*/NULL);
}
IL_0062:
{
int32_t L_22 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1));
}
IL_0066:
{
int32_t L_23 = V_0;
int32_t L_24 = V_1;
if ((((int32_t)L_23) < ((int32_t)L_24)))
{
goto IL_0017;
}
}
{
return;
}
}
// System.Void System.Text.RegularExpressions.RegexCharClass::AddLowercaseRange(System.Char,System.Char,System.Globalization.CultureInfo)
extern "C" IL2CPP_METHOD_ATTR void RegexCharClass_AddLowercaseRange_mCDDE9661C9C300DFEB51A8FE36E2F790E3E75D75 (RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * __this, Il2CppChar ___chMin0, Il2CppChar ___chMax1, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexCharClass_AddLowercaseRange_mCDDE9661C9C300DFEB51A8FE36E2F790E3E75D75_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
Il2CppChar V_3 = 0x0;
Il2CppChar V_4 = 0x0;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B V_5;
memset(&V_5, 0, sizeof(V_5));
int32_t V_6 = 0;
{
V_0 = 0;
IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_0 = ((RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var))->get__lcTable_18();
NullCheck(L_0);
V_1 = (((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length))));
goto IL_002d;
}
IL_000c:
{
int32_t L_1 = V_0;
int32_t L_2 = V_1;
V_2 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_2))/(int32_t)2));
IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_3 = ((RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var))->get__lcTable_18();
int32_t L_4 = V_2;
NullCheck(L_3);
Il2CppChar L_5 = ((L_3)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_4)))->get__chMax_1();
Il2CppChar L_6 = ___chMin0;
if ((((int32_t)L_5) >= ((int32_t)L_6)))
{
goto IL_002b;
}
}
{
int32_t L_7 = V_2;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1));
goto IL_002d;
}
IL_002b:
{
int32_t L_8 = V_2;
V_1 = L_8;
}
IL_002d:
{
int32_t L_9 = V_0;
int32_t L_10 = V_1;
if ((((int32_t)L_9) < ((int32_t)L_10)))
{
goto IL_000c;
}
}
{
int32_t L_11 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_12 = ((RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var))->get__lcTable_18();
NullCheck(L_12);
if ((((int32_t)L_11) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_12)->max_length)))))))
{
goto IL_00e7;
}
}
{
return;
}
IL_003f:
{
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_13 = V_5;
Il2CppChar L_14 = L_13.get__chMin_0();
Il2CppChar L_15 = L_14;
V_3 = L_15;
Il2CppChar L_16 = ___chMin0;
if ((((int32_t)L_15) >= ((int32_t)L_16)))
{
goto IL_004d;
}
}
{
Il2CppChar L_17 = ___chMin0;
V_3 = L_17;
}
IL_004d:
{
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_18 = V_5;
Il2CppChar L_19 = L_18.get__chMax_1();
Il2CppChar L_20 = L_19;
V_4 = L_20;
Il2CppChar L_21 = ___chMax1;
if ((((int32_t)L_20) <= ((int32_t)L_21)))
{
goto IL_005d;
}
}
{
Il2CppChar L_22 = ___chMax1;
V_4 = L_22;
}
IL_005d:
{
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_23 = V_5;
int32_t L_24 = L_23.get__lcOp_2();
V_6 = L_24;
int32_t L_25 = V_6;
switch (L_25)
{
case 0:
{
goto IL_007f;
}
case 1:
{
goto IL_0094;
}
case 2:
{
goto IL_00b0;
}
case 3:
{
goto IL_00be;
}
}
}
{
goto IL_00d1;
}
IL_007f:
{
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_26 = V_5;
int32_t L_27 = L_26.get__data_3();
V_3 = (((int32_t)((uint16_t)L_27)));
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_28 = V_5;
int32_t L_29 = L_28.get__data_3();
V_4 = (((int32_t)((uint16_t)L_29)));
goto IL_00d1;
}
IL_0094:
{
Il2CppChar L_30 = V_3;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_31 = V_5;
int32_t L_32 = L_31.get__data_3();
V_3 = (((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)(((int32_t)((uint16_t)L_32))))))));
Il2CppChar L_33 = V_4;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_34 = V_5;
int32_t L_35 = L_34.get__data_3();
V_4 = (((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)(((int32_t)((uint16_t)L_35))))))));
goto IL_00d1;
}
IL_00b0:
{
Il2CppChar L_36 = V_3;
V_3 = (((int32_t)((uint16_t)((int32_t)((int32_t)L_36|(int32_t)1)))));
Il2CppChar L_37 = V_4;
V_4 = (((int32_t)((uint16_t)((int32_t)((int32_t)L_37|(int32_t)1)))));
goto IL_00d1;
}
IL_00be:
{
Il2CppChar L_38 = V_3;
Il2CppChar L_39 = V_3;
V_3 = (((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)(((int32_t)((uint16_t)((int32_t)((int32_t)L_39&(int32_t)1))))))))));
Il2CppChar L_40 = V_4;
Il2CppChar L_41 = V_4;
V_4 = (((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)(((int32_t)((uint16_t)((int32_t)((int32_t)L_41&(int32_t)1))))))))));
}
IL_00d1:
{
Il2CppChar L_42 = V_3;
Il2CppChar L_43 = ___chMin0;
if ((((int32_t)L_42) < ((int32_t)L_43)))
{
goto IL_00da;
}
}
{
Il2CppChar L_44 = V_4;
Il2CppChar L_45 = ___chMax1;
if ((((int32_t)L_44) <= ((int32_t)L_45)))
{
goto IL_00e3;
}
}
IL_00da:
{
Il2CppChar L_46 = V_3;
Il2CppChar L_47 = V_4;
RegexCharClass_AddRange_mCFE9B670B3EBB13A5CDB694B1D1D6B1C0249D110(__this, L_46, L_47, /*hidden argument*/NULL);
}
IL_00e3:
{
int32_t L_48 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)1));
}
IL_00e7:
{
int32_t L_49 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_50 = ((RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var))->get__lcTable_18();
NullCheck(L_50);
if ((((int32_t)L_49) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_50)->max_length)))))))
{
goto IL_010a;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var);
LowerCaseMappingU5BU5D_t70011E1042888E1D071920A9171989A479C0618D* L_51 = ((RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var))->get__lcTable_18();
int32_t L_52 = V_0;
NullCheck(L_51);
int32_t L_53 = L_52;
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_54 = (L_51)->GetAt(static_cast<il2cpp_array_size_t>(L_53));
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_55 = L_54;
V_5 = L_55;
Il2CppChar L_56 = L_55.get__chMin_0();
Il2CppChar L_57 = ___chMax1;
if ((((int32_t)L_56) <= ((int32_t)L_57)))
{
goto IL_003f;
}
}
IL_010a:
{
return;
}
}
// System.Void System.Text.RegularExpressions.RegexCharClass::AddWord(System.Boolean,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void RegexCharClass_AddWord_m1D2553B878162B32B0548536AE4C3EE673041CA0 (RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * __this, bool ___ecma0, bool ___negate1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexCharClass_AddWord_m1D2553B878162B32B0548536AE4C3EE673041CA0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = ___negate1;
if (!L_0)
{
goto IL_001e;
}
}
{
bool L_1 = ___ecma0;
if (!L_1)
{
goto IL_0012;
}
}
{
RegexCharClass_AddSet_mFFDE070E770BE967173D630AD50010C3397F7B97(__this, _stringLiteral2AD118F235F6D7BB7D2B4E78A2B4AACFA58D8991, /*hidden argument*/NULL);
return;
}
IL_0012:
{
IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var);
String_t* L_2 = ((RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var))->get_NotWord_9();
RegexCharClass_AddCategory_m6A4625370DA8927DF5342275CB1F6155FC2BA255(__this, L_2, /*hidden argument*/NULL);
return;
}
IL_001e:
{
bool L_3 = ___ecma0;
if (!L_3)
{
goto IL_002d;
}
}
{
RegexCharClass_AddSet_mFFDE070E770BE967173D630AD50010C3397F7B97(__this, _stringLiteral13B7588C753CC5CAB4277441AC6B2F213922EF5E, /*hidden argument*/NULL);
return;
}
IL_002d:
{
IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var);
String_t* L_4 = ((RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var))->get_Word_8();
RegexCharClass_AddCategory_m6A4625370DA8927DF5342275CB1F6155FC2BA255(__this, L_4, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Text.RegularExpressions.RegexCharClass::AddSpace(System.Boolean,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void RegexCharClass_AddSpace_mC6557749D96EBD114BCB133D14887A29304196D8 (RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * __this, bool ___ecma0, bool ___negate1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexCharClass_AddSpace_mC6557749D96EBD114BCB133D14887A29304196D8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = ___negate1;
if (!L_0)
{
goto IL_001e;
}
}
{
bool L_1 = ___ecma0;
if (!L_1)
{
goto IL_0012;
}
}
{
RegexCharClass_AddSet_mFFDE070E770BE967173D630AD50010C3397F7B97(__this, _stringLiteralF46AE2123048406E4E9E5C5367385E7C78E0C916, /*hidden argument*/NULL);
return;
}
IL_0012:
{
IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var);
String_t* L_2 = ((RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var))->get_NotSpace_7();
RegexCharClass_AddCategory_m6A4625370DA8927DF5342275CB1F6155FC2BA255(__this, L_2, /*hidden argument*/NULL);
return;
}
IL_001e:
{
bool L_3 = ___ecma0;
if (!L_3)
{
goto IL_002d;
}
}
{
RegexCharClass_AddSet_mFFDE070E770BE967173D630AD50010C3397F7B97(__this, _stringLiteral076D3A969F2D77D87A40ECF98C5AAAF534BE062E, /*hidden argument*/NULL);
return;
}
IL_002d:
{
IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var);
String_t* L_4 = ((RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var))->get_Space_6();
RegexCharClass_AddCategory_m6A4625370DA8927DF5342275CB1F6155FC2BA255(__this, L_4, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Text.RegularExpressions.RegexCharClass::AddDigit(System.Boolean,System.Boolean,System.String)
extern "C" IL2CPP_METHOD_ATTR void RegexCharClass_AddDigit_mC4DE43D884E575729BB2E575DA5552989368F6B3 (RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * __this, bool ___ecma0, bool ___negate1, String_t* ___pattern2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexCharClass_AddDigit_mC4DE43D884E575729BB2E575DA5552989368F6B3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = ___ecma0;
if (!L_0)
{
goto IL_001e;
}
}
{
bool L_1 = ___negate1;
if (!L_1)
{
goto IL_0012;
}
}
{
RegexCharClass_AddSet_mFFDE070E770BE967173D630AD50010C3397F7B97(__this, _stringLiteral4B9B443D85FEDDD1FF96C92209A0DF6A119DCC91, /*hidden argument*/NULL);
return;
}
IL_0012:
{
RegexCharClass_AddSet_mFFDE070E770BE967173D630AD50010C3397F7B97(__this, _stringLiteralB44B82A4BC6C35F6AD5E9FCEEFEF9509C17FBA74, /*hidden argument*/NULL);
return;
}
IL_001e:
{
bool L_2 = ___negate1;
String_t* L_3 = ___pattern2;
RegexCharClass_AddCategoryFromName_m9AD2D607E1E34A52CBC26FC38D468905C43A9202(__this, _stringLiteral9AF04929DBB837F665A10A968E5DDF32830B2B68, L_2, (bool)0, L_3, /*hidden argument*/NULL);
return;
}
}
// System.Char System.Text.RegularExpressions.RegexCharClass::SingletonChar(System.String)
extern "C" IL2CPP_METHOD_ATTR Il2CppChar RegexCharClass_SingletonChar_m01C15732FAD399460FF5BB449B8177A77CAB1DB9 (String_t* ___set0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___set0;
NullCheck(L_0);
Il2CppChar L_1 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_0, 3, /*hidden argument*/NULL);
return L_1;
}
}
// System.Boolean System.Text.RegularExpressions.RegexCharClass::IsMergeable(System.String)
extern "C" IL2CPP_METHOD_ATTR bool RegexCharClass_IsMergeable_mB9A0CD8306728BAFA5460C7FD748A2A7AD4BA448 (String_t* ___charClass0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexCharClass_IsMergeable_mB9A0CD8306728BAFA5460C7FD748A2A7AD4BA448_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___charClass0;
IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var);
bool L_1 = RegexCharClass_IsNegated_m9CEDECE7EDA98ACD502E75783CA631A719DBC675(L_0, /*hidden argument*/NULL);
if (L_1)
{
goto IL_0012;
}
}
{
String_t* L_2 = ___charClass0;
IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var);
bool L_3 = RegexCharClass_IsSubtraction_m3C9EF97AFE7E4BCC24A2DF10834BF62279D7EE26(L_2, /*hidden argument*/NULL);
return (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0);
}
IL_0012:
{
return (bool)0;
}
}
// System.Boolean System.Text.RegularExpressions.RegexCharClass::IsEmpty(System.String)
extern "C" IL2CPP_METHOD_ATTR bool RegexCharClass_IsEmpty_mAD6C63FE25C4CF3E52A20185418925D12C4C07CF (String_t* ___charClass0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexCharClass_IsEmpty_mAD6C63FE25C4CF3E52A20185418925D12C4C07CF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___charClass0;
NullCheck(L_0);
Il2CppChar L_1 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_0, 2, /*hidden argument*/NULL);
if (L_1)
{
goto IL_0025;
}
}
{
String_t* L_2 = ___charClass0;
NullCheck(L_2);
Il2CppChar L_3 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_2, 0, /*hidden argument*/NULL);
if (L_3)
{
goto IL_0025;
}
}
{
String_t* L_4 = ___charClass0;
NullCheck(L_4);
Il2CppChar L_5 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_4, 1, /*hidden argument*/NULL);
if (L_5)
{
goto IL_0025;
}
}
{
String_t* L_6 = ___charClass0;
IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var);
bool L_7 = RegexCharClass_IsSubtraction_m3C9EF97AFE7E4BCC24A2DF10834BF62279D7EE26(L_6, /*hidden argument*/NULL);
if (L_7)
{
goto IL_0025;
}
}
{
return (bool)1;
}
IL_0025:
{
return (bool)0;
}
}
// System.Boolean System.Text.RegularExpressions.RegexCharClass::IsSingleton(System.String)
extern "C" IL2CPP_METHOD_ATTR bool RegexCharClass_IsSingleton_m89D3E8460B0E7020DB0ABA607AC2F76FB9A34F1A (String_t* ___set0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexCharClass_IsSingleton_m89D3E8460B0E7020DB0ABA607AC2F76FB9A34F1A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___set0;
NullCheck(L_0);
Il2CppChar L_1 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_0, 0, /*hidden argument*/NULL);
if (L_1)
{
goto IL_0046;
}
}
{
String_t* L_2 = ___set0;
NullCheck(L_2);
Il2CppChar L_3 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_2, 2, /*hidden argument*/NULL);
if (L_3)
{
goto IL_0046;
}
}
{
String_t* L_4 = ___set0;
NullCheck(L_4);
Il2CppChar L_5 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_4, 1, /*hidden argument*/NULL);
if ((!(((uint32_t)L_5) == ((uint32_t)2))))
{
goto IL_0046;
}
}
{
String_t* L_6 = ___set0;
IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var);
bool L_7 = RegexCharClass_IsSubtraction_m3C9EF97AFE7E4BCC24A2DF10834BF62279D7EE26(L_6, /*hidden argument*/NULL);
if (L_7)
{
goto IL_0046;
}
}
{
String_t* L_8 = ___set0;
NullCheck(L_8);
Il2CppChar L_9 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_8, 3, /*hidden argument*/NULL);
if ((((int32_t)L_9) == ((int32_t)((int32_t)65535))))
{
goto IL_0044;
}
}
{
String_t* L_10 = ___set0;
NullCheck(L_10);
Il2CppChar L_11 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_10, 3, /*hidden argument*/NULL);
String_t* L_12 = ___set0;
NullCheck(L_12);
Il2CppChar L_13 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_12, 4, /*hidden argument*/NULL);
if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1))) == ((uint32_t)L_13))))
{
goto IL_0046;
}
}
IL_0044:
{
return (bool)1;
}
IL_0046:
{
return (bool)0;
}
}
// System.Boolean System.Text.RegularExpressions.RegexCharClass::IsSingletonInverse(System.String)
extern "C" IL2CPP_METHOD_ATTR bool RegexCharClass_IsSingletonInverse_m3E75D541C85AD842B9EB80705D6869EDB3F6928D (String_t* ___set0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexCharClass_IsSingletonInverse_m3E75D541C85AD842B9EB80705D6869EDB3F6928D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___set0;
NullCheck(L_0);
Il2CppChar L_1 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_0, 0, /*hidden argument*/NULL);
if ((!(((uint32_t)L_1) == ((uint32_t)1))))
{
goto IL_0047;
}
}
{
String_t* L_2 = ___set0;
NullCheck(L_2);
Il2CppChar L_3 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_2, 2, /*hidden argument*/NULL);
if (L_3)
{
goto IL_0047;
}
}
{
String_t* L_4 = ___set0;
NullCheck(L_4);
Il2CppChar L_5 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_4, 1, /*hidden argument*/NULL);
if ((!(((uint32_t)L_5) == ((uint32_t)2))))
{
goto IL_0047;
}
}
{
String_t* L_6 = ___set0;
IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var);
bool L_7 = RegexCharClass_IsSubtraction_m3C9EF97AFE7E4BCC24A2DF10834BF62279D7EE26(L_6, /*hidden argument*/NULL);
if (L_7)
{
goto IL_0047;
}
}
{
String_t* L_8 = ___set0;
NullCheck(L_8);
Il2CppChar L_9 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_8, 3, /*hidden argument*/NULL);
if ((((int32_t)L_9) == ((int32_t)((int32_t)65535))))
{
goto IL_0045;
}
}
{
String_t* L_10 = ___set0;
NullCheck(L_10);
Il2CppChar L_11 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_10, 3, /*hidden argument*/NULL);
String_t* L_12 = ___set0;
NullCheck(L_12);
Il2CppChar L_13 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_12, 4, /*hidden argument*/NULL);
if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1))) == ((uint32_t)L_13))))
{
goto IL_0047;
}
}
IL_0045:
{
return (bool)1;
}
IL_0047:
{
return (bool)0;
}
}
// System.Boolean System.Text.RegularExpressions.RegexCharClass::IsSubtraction(System.String)
extern "C" IL2CPP_METHOD_ATTR bool RegexCharClass_IsSubtraction_m3C9EF97AFE7E4BCC24A2DF10834BF62279D7EE26 (String_t* ___charClass0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___charClass0;
NullCheck(L_0);
int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_0, /*hidden argument*/NULL);
String_t* L_2 = ___charClass0;
NullCheck(L_2);
Il2CppChar L_3 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_2, 1, /*hidden argument*/NULL);
String_t* L_4 = ___charClass0;
NullCheck(L_4);
Il2CppChar L_5 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_4, 2, /*hidden argument*/NULL);
return (bool)((((int32_t)L_1) > ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_3)), (int32_t)L_5))))? 1 : 0);
}
}
// System.Boolean System.Text.RegularExpressions.RegexCharClass::IsNegated(System.String)
extern "C" IL2CPP_METHOD_ATTR bool RegexCharClass_IsNegated_m9CEDECE7EDA98ACD502E75783CA631A719DBC675 (String_t* ___set0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___set0;
if (!L_0)
{
goto IL_000e;
}
}
{
String_t* L_1 = ___set0;
NullCheck(L_1);
Il2CppChar L_2 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_1, 0, /*hidden argument*/NULL);
return (bool)((((int32_t)L_2) == ((int32_t)1))? 1 : 0);
}
IL_000e:
{
return (bool)0;
}
}
// System.Boolean System.Text.RegularExpressions.RegexCharClass::IsECMAWordChar(System.Char)
extern "C" IL2CPP_METHOD_ATTR bool RegexCharClass_IsECMAWordChar_m6E7FC296DB816D89E3D6CF8672DCE6DFC519D741 (Il2CppChar ___ch0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexCharClass_IsECMAWordChar_m6E7FC296DB816D89E3D6CF8672DCE6DFC519D741_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Il2CppChar L_0 = ___ch0;
IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var);
bool L_1 = RegexCharClass_CharInClass_m194AAA57BBBD30E78E70255D6F53FAFDB785EC0E(L_0, _stringLiteralF57A6C72B206486D60DCEB2BD6D5B951E05ADC32, /*hidden argument*/NULL);
return L_1;
}
}
// System.Boolean System.Text.RegularExpressions.RegexCharClass::IsWordChar(System.Char)
extern "C" IL2CPP_METHOD_ATTR bool RegexCharClass_IsWordChar_m2DF03D32DAB403138E397CB05F45D37BD50EB18C (Il2CppChar ___ch0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexCharClass_IsWordChar_m2DF03D32DAB403138E397CB05F45D37BD50EB18C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Il2CppChar L_0 = ___ch0;
IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var);
String_t* L_1 = ((RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var))->get_WordClass_12();
bool L_2 = RegexCharClass_CharInClass_m194AAA57BBBD30E78E70255D6F53FAFDB785EC0E(L_0, L_1, /*hidden argument*/NULL);
if (L_2)
{
goto IL_001e;
}
}
{
Il2CppChar L_3 = ___ch0;
if ((((int32_t)L_3) == ((int32_t)((int32_t)8205))))
{
goto IL_001e;
}
}
{
Il2CppChar L_4 = ___ch0;
return (bool)((((int32_t)L_4) == ((int32_t)((int32_t)8204)))? 1 : 0);
}
IL_001e:
{
return (bool)1;
}
}
// System.Boolean System.Text.RegularExpressions.RegexCharClass::CharInClass(System.Char,System.String)
extern "C" IL2CPP_METHOD_ATTR bool RegexCharClass_CharInClass_m194AAA57BBBD30E78E70255D6F53FAFDB785EC0E (Il2CppChar ___ch0, String_t* ___set1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexCharClass_CharInClass_m194AAA57BBBD30E78E70255D6F53FAFDB785EC0E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Il2CppChar L_0 = ___ch0;
String_t* L_1 = ___set1;
IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var);
bool L_2 = RegexCharClass_CharInClassRecursive_m5560DBADE1463FDEC38643C72CDF2FD5B3F69A5F(L_0, L_1, 0, /*hidden argument*/NULL);
return L_2;
}
}
// System.Boolean System.Text.RegularExpressions.RegexCharClass::CharInClassRecursive(System.Char,System.String,System.Int32)
extern "C" IL2CPP_METHOD_ATTR bool RegexCharClass_CharInClassRecursive_m5560DBADE1463FDEC38643C72CDF2FD5B3F69A5F (Il2CppChar ___ch0, String_t* ___set1, int32_t ___start2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexCharClass_CharInClassRecursive_m5560DBADE1463FDEC38643C72CDF2FD5B3F69A5F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
bool V_3 = false;
bool V_4 = false;
{
String_t* L_0 = ___set1;
int32_t L_1 = ___start2;
NullCheck(L_0);
Il2CppChar L_2 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_0, ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)), /*hidden argument*/NULL);
V_0 = L_2;
String_t* L_3 = ___set1;
int32_t L_4 = ___start2;
NullCheck(L_3);
Il2CppChar L_5 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_3, ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)2)), /*hidden argument*/NULL);
V_1 = L_5;
int32_t L_6 = ___start2;
int32_t L_7 = V_0;
int32_t L_8 = V_1;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)3)), (int32_t)L_7)), (int32_t)L_8));
V_3 = (bool)0;
String_t* L_9 = ___set1;
NullCheck(L_9);
int32_t L_10 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_9, /*hidden argument*/NULL);
int32_t L_11 = V_2;
if ((((int32_t)L_10) <= ((int32_t)L_11)))
{
goto IL_0030;
}
}
{
Il2CppChar L_12 = ___ch0;
String_t* L_13 = ___set1;
int32_t L_14 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var);
bool L_15 = RegexCharClass_CharInClassRecursive_m5560DBADE1463FDEC38643C72CDF2FD5B3F69A5F(L_12, L_13, L_14, /*hidden argument*/NULL);
V_3 = L_15;
}
IL_0030:
{
Il2CppChar L_16 = ___ch0;
String_t* L_17 = ___set1;
int32_t L_18 = ___start2;
int32_t L_19 = V_0;
int32_t L_20 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var);
bool L_21 = RegexCharClass_CharInClassInternal_m5D1634F64092E4BD9EB6427447F952983211A760(L_16, L_17, L_18, L_19, L_20, /*hidden argument*/NULL);
V_4 = L_21;
String_t* L_22 = ___set1;
int32_t L_23 = ___start2;
NullCheck(L_22);
Il2CppChar L_24 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_22, L_23, /*hidden argument*/NULL);
if ((!(((uint32_t)L_24) == ((uint32_t)1))))
{
goto IL_004d;
}
}
{
bool L_25 = V_4;
V_4 = (bool)((((int32_t)L_25) == ((int32_t)0))? 1 : 0);
}
IL_004d:
{
bool L_26 = V_4;
if (!L_26)
{
goto IL_0056;
}
}
{
bool L_27 = V_3;
return (bool)((((int32_t)L_27) == ((int32_t)0))? 1 : 0);
}
IL_0056:
{
return (bool)0;
}
}
// System.Boolean System.Text.RegularExpressions.RegexCharClass::CharInClassInternal(System.Char,System.String,System.Int32,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR bool RegexCharClass_CharInClassInternal_m5D1634F64092E4BD9EB6427447F952983211A760 (Il2CppChar ___ch0, String_t* ___set1, int32_t ___start2, int32_t ___mySetLength3, int32_t ___myCategoryLength4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexCharClass_CharInClassInternal_m5D1634F64092E4BD9EB6427447F952983211A760_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
int32_t L_0 = ___start2;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)3));
int32_t L_1 = V_0;
int32_t L_2 = ___mySetLength3;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_2));
goto IL_0022;
}
IL_000a:
{
int32_t L_3 = V_0;
int32_t L_4 = V_1;
V_2 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4))/(int32_t)2));
Il2CppChar L_5 = ___ch0;
String_t* L_6 = ___set1;
int32_t L_7 = V_2;
NullCheck(L_6);
Il2CppChar L_8 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_6, L_7, /*hidden argument*/NULL);
if ((((int32_t)L_5) >= ((int32_t)L_8)))
{
goto IL_001e;
}
}
{
int32_t L_9 = V_2;
V_1 = L_9;
goto IL_0022;
}
IL_001e:
{
int32_t L_10 = V_2;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1));
}
IL_0022:
{
int32_t L_11 = V_0;
int32_t L_12 = V_1;
if ((!(((uint32_t)L_11) == ((uint32_t)L_12))))
{
goto IL_000a;
}
}
{
int32_t L_13 = V_0;
int32_t L_14 = ___start2;
if ((!(((uint32_t)((int32_t)((int32_t)L_13&(int32_t)1))) == ((uint32_t)((int32_t)((int32_t)L_14&(int32_t)1))))))
{
goto IL_0030;
}
}
{
return (bool)1;
}
IL_0030:
{
int32_t L_15 = ___myCategoryLength4;
if (L_15)
{
goto IL_0036;
}
}
{
return (bool)0;
}
IL_0036:
{
Il2CppChar L_16 = ___ch0;
String_t* L_17 = ___set1;
int32_t L_18 = ___start2;
int32_t L_19 = ___mySetLength3;
int32_t L_20 = ___myCategoryLength4;
IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var);
bool L_21 = RegexCharClass_CharInCategory_mCDE20DF783F8D4E4403EC7F00F9C12E34D86C2DD(L_16, L_17, L_18, L_19, L_20, /*hidden argument*/NULL);
return L_21;
}
}
// System.Boolean System.Text.RegularExpressions.RegexCharClass::CharInCategory(System.Char,System.String,System.Int32,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR bool RegexCharClass_CharInCategory_mCDE20DF783F8D4E4403EC7F00F9C12E34D86C2DD (Il2CppChar ___ch0, String_t* ___set1, int32_t ___start2, int32_t ___mySetLength3, int32_t ___myCategoryLength4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexCharClass_CharInCategory_mCDE20DF783F8D4E4403EC7F00F9C12E34D86C2DD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
{
Il2CppChar L_0 = ___ch0;
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
int32_t L_1 = Char_GetUnicodeCategory_m07C2D4BEA7C630EF8D87B2244689C5C315EC4914(L_0, /*hidden argument*/NULL);
V_0 = L_1;
int32_t L_2 = ___start2;
int32_t L_3 = ___mySetLength3;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)3)), (int32_t)L_3));
int32_t L_4 = V_1;
int32_t L_5 = ___myCategoryLength4;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_5));
goto IL_0074;
}
IL_0014:
{
String_t* L_6 = ___set1;
int32_t L_7 = V_1;
NullCheck(L_6);
Il2CppChar L_8 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_6, L_7, /*hidden argument*/NULL);
V_3 = (((int16_t)((int16_t)L_8)));
int32_t L_9 = V_3;
if (L_9)
{
goto IL_002e;
}
}
{
Il2CppChar L_10 = ___ch0;
int32_t L_11 = V_0;
String_t* L_12 = ___set1;
IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var);
bool L_13 = RegexCharClass_CharInCategoryGroup_m28E498004F5EA6445C83F1B8EB4A776C210D30C5(L_10, L_11, L_12, (int32_t*)(&V_1), /*hidden argument*/NULL);
if (!L_13)
{
goto IL_0070;
}
}
{
return (bool)1;
}
IL_002e:
{
int32_t L_14 = V_3;
if ((((int32_t)L_14) <= ((int32_t)0)))
{
goto IL_0051;
}
}
{
int32_t L_15 = V_3;
if ((!(((uint32_t)L_15) == ((uint32_t)((int32_t)100)))))
{
goto IL_0047;
}
}
{
Il2CppChar L_16 = ___ch0;
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
bool L_17 = Char_IsWhiteSpace_m8AE1C4157A1E1D8F5022630F4229AB26223BDC6B(L_16, /*hidden argument*/NULL);
if (!L_17)
{
goto IL_0041;
}
}
{
return (bool)1;
}
IL_0041:
{
int32_t L_18 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1));
goto IL_0074;
}
IL_0047:
{
int32_t L_19 = V_3;
V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)1));
int32_t L_20 = V_0;
int32_t L_21 = V_3;
if ((!(((uint32_t)L_20) == ((uint32_t)L_21))))
{
goto IL_0070;
}
}
{
return (bool)1;
}
IL_0051:
{
int32_t L_22 = V_3;
if ((!(((uint32_t)L_22) == ((uint32_t)((int32_t)-100)))))
{
goto IL_0066;
}
}
{
Il2CppChar L_23 = ___ch0;
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
bool L_24 = Char_IsWhiteSpace_m8AE1C4157A1E1D8F5022630F4229AB26223BDC6B(L_23, /*hidden argument*/NULL);
if (L_24)
{
goto IL_0060;
}
}
{
return (bool)1;
}
IL_0060:
{
int32_t L_25 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1));
goto IL_0074;
}
IL_0066:
{
int32_t L_26 = V_3;
V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)(-1), (int32_t)L_26));
int32_t L_27 = V_0;
int32_t L_28 = V_3;
if ((((int32_t)L_27) == ((int32_t)L_28)))
{
goto IL_0070;
}
}
{
return (bool)1;
}
IL_0070:
{
int32_t L_29 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1));
}
IL_0074:
{
int32_t L_30 = V_1;
int32_t L_31 = V_2;
if ((((int32_t)L_30) < ((int32_t)L_31)))
{
goto IL_0014;
}
}
{
return (bool)0;
}
}
// System.Boolean System.Text.RegularExpressions.RegexCharClass::CharInCategoryGroup(System.Char,System.Globalization.UnicodeCategory,System.String,System.Int32U26)
extern "C" IL2CPP_METHOD_ATTR bool RegexCharClass_CharInCategoryGroup_m28E498004F5EA6445C83F1B8EB4A776C210D30C5 (Il2CppChar ___ch0, int32_t ___chcategory1, String_t* ___category2, int32_t* ___i3, const RuntimeMethod* method)
{
int32_t V_0 = 0;
bool V_1 = false;
bool V_2 = false;
{
int32_t* L_0 = ___i3;
int32_t* L_1 = ___i3;
int32_t L_2 = *((int32_t*)L_1);
*((int32_t*)L_0) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1));
String_t* L_3 = ___category2;
int32_t* L_4 = ___i3;
int32_t L_5 = *((int32_t*)L_4);
NullCheck(L_3);
Il2CppChar L_6 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_3, L_5, /*hidden argument*/NULL);
V_0 = (((int16_t)((int16_t)L_6)));
int32_t L_7 = V_0;
if ((((int32_t)L_7) <= ((int32_t)0)))
{
goto IL_003a;
}
}
{
V_1 = (bool)0;
goto IL_0035;
}
IL_0018:
{
bool L_8 = V_1;
if (L_8)
{
goto IL_0025;
}
}
{
int32_t L_9 = V_0;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1));
int32_t L_10 = ___chcategory1;
int32_t L_11 = V_0;
if ((!(((uint32_t)L_10) == ((uint32_t)L_11))))
{
goto IL_0025;
}
}
{
V_1 = (bool)1;
}
IL_0025:
{
int32_t* L_12 = ___i3;
int32_t* L_13 = ___i3;
int32_t L_14 = *((int32_t*)L_13);
*((int32_t*)L_12) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1));
String_t* L_15 = ___category2;
int32_t* L_16 = ___i3;
int32_t L_17 = *((int32_t*)L_16);
NullCheck(L_15);
Il2CppChar L_18 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_15, L_17, /*hidden argument*/NULL);
V_0 = (((int16_t)((int16_t)L_18)));
}
IL_0035:
{
int32_t L_19 = V_0;
if (L_19)
{
goto IL_0018;
}
}
{
bool L_20 = V_1;
return L_20;
}
IL_003a:
{
V_2 = (bool)1;
goto IL_005b;
}
IL_003e:
{
bool L_21 = V_2;
if (!L_21)
{
goto IL_004b;
}
}
{
int32_t L_22 = V_0;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)(-1), (int32_t)L_22));
int32_t L_23 = ___chcategory1;
int32_t L_24 = V_0;
if ((!(((uint32_t)L_23) == ((uint32_t)L_24))))
{
goto IL_004b;
}
}
{
V_2 = (bool)0;
}
IL_004b:
{
int32_t* L_25 = ___i3;
int32_t* L_26 = ___i3;
int32_t L_27 = *((int32_t*)L_26);
*((int32_t*)L_25) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1));
String_t* L_28 = ___category2;
int32_t* L_29 = ___i3;
int32_t L_30 = *((int32_t*)L_29);
NullCheck(L_28);
Il2CppChar L_31 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_28, L_30, /*hidden argument*/NULL);
V_0 = (((int16_t)((int16_t)L_31)));
}
IL_005b:
{
int32_t L_32 = V_0;
if (L_32)
{
goto IL_003e;
}
}
{
bool L_33 = V_2;
return L_33;
}
}
// System.String System.Text.RegularExpressions.RegexCharClass::NegateCategory(System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* RegexCharClass_NegateCategory_mF2E03FFFE79E427F39D9368013A334F5BD118E13 (String_t* ___category0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexCharClass_NegateCategory_mF2E03FFFE79E427F39D9368013A334F5BD118E13_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
StringBuilder_t * V_0 = NULL;
int32_t V_1 = 0;
int16_t V_2 = 0;
{
String_t* L_0 = ___category0;
if (L_0)
{
goto IL_0005;
}
}
{
return (String_t*)NULL;
}
IL_0005:
{
String_t* L_1 = ___category0;
NullCheck(L_1);
int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_1, /*hidden argument*/NULL);
StringBuilder_t * L_3 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_m1C0F2D97B838537A2D0F64033AE4EF02D150A956(L_3, L_2, /*hidden argument*/NULL);
V_0 = L_3;
V_1 = 0;
goto IL_002c;
}
IL_0015:
{
String_t* L_4 = ___category0;
int32_t L_5 = V_1;
NullCheck(L_4);
Il2CppChar L_6 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_4, L_5, /*hidden argument*/NULL);
V_2 = (((int16_t)((int16_t)L_6)));
StringBuilder_t * L_7 = V_0;
int16_t L_8 = V_2;
NullCheck(L_7);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_7, (((int32_t)((uint16_t)((-L_8))))), /*hidden argument*/NULL);
int32_t L_9 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1));
}
IL_002c:
{
int32_t L_10 = V_1;
String_t* L_11 = ___category0;
NullCheck(L_11);
int32_t L_12 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_11, /*hidden argument*/NULL);
if ((((int32_t)L_10) < ((int32_t)L_12)))
{
goto IL_0015;
}
}
{
StringBuilder_t * L_13 = V_0;
NullCheck(L_13);
String_t* L_14 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_13);
return L_14;
}
}
// System.Text.RegularExpressions.RegexCharClass System.Text.RegularExpressions.RegexCharClass::Parse(System.String)
extern "C" IL2CPP_METHOD_ATTR RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * RegexCharClass_Parse_mBC3780FFF0DDFB62CA2085746618E6C256E8D86C (String_t* ___charClass0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexCharClass_Parse_mBC3780FFF0DDFB62CA2085746618E6C256E8D86C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___charClass0;
IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var);
RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * L_1 = RegexCharClass_ParseRecursive_mF7E7DD4EB594C9C30A60E72CD3CFD4EC1D822CF5(L_0, 0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Text.RegularExpressions.RegexCharClass System.Text.RegularExpressions.RegexCharClass::ParseRecursive(System.String,System.Int32)
extern "C" IL2CPP_METHOD_ATTR RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * RegexCharClass_ParseRecursive_mF7E7DD4EB594C9C30A60E72CD3CFD4EC1D822CF5 (String_t* ___charClass0, int32_t ___start1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexCharClass_ParseRecursive_mF7E7DD4EB594C9C30A60E72CD3CFD4EC1D822CF5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
List_1_t560DEF47D3A9D65449EE74779102DDD3BF7B6724 * V_3 = NULL;
int32_t V_4 = 0;
int32_t V_5 = 0;
RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * V_6 = NULL;
Il2CppChar V_7 = 0x0;
Il2CppChar V_8 = 0x0;
{
String_t* L_0 = ___charClass0;
int32_t L_1 = ___start1;
NullCheck(L_0);
Il2CppChar L_2 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_0, ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)), /*hidden argument*/NULL);
V_0 = L_2;
String_t* L_3 = ___charClass0;
int32_t L_4 = ___start1;
NullCheck(L_3);
Il2CppChar L_5 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_3, ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)2)), /*hidden argument*/NULL);
V_1 = L_5;
int32_t L_6 = ___start1;
int32_t L_7 = V_0;
int32_t L_8 = V_1;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)3)), (int32_t)L_7)), (int32_t)L_8));
int32_t L_9 = V_0;
List_1_t560DEF47D3A9D65449EE74779102DDD3BF7B6724 * L_10 = (List_1_t560DEF47D3A9D65449EE74779102DDD3BF7B6724 *)il2cpp_codegen_object_new(List_1_t560DEF47D3A9D65449EE74779102DDD3BF7B6724_il2cpp_TypeInfo_var);
List_1__ctor_m411CE50A06F4C66EE31F9F9D1076B22699765D4E(L_10, L_9, /*hidden argument*/List_1__ctor_m411CE50A06F4C66EE31F9F9D1076B22699765D4E_RuntimeMethod_var);
V_3 = L_10;
int32_t L_11 = ___start1;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)3));
int32_t L_12 = V_4;
int32_t L_13 = V_0;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)L_13));
goto IL_0071;
}
IL_0030:
{
String_t* L_14 = ___charClass0;
int32_t L_15 = V_4;
NullCheck(L_14);
Il2CppChar L_16 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_14, L_15, /*hidden argument*/NULL);
V_7 = L_16;
int32_t L_17 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1));
int32_t L_18 = V_4;
int32_t L_19 = V_5;
if ((((int32_t)L_18) >= ((int32_t)L_19)))
{
goto IL_0055;
}
}
{
String_t* L_20 = ___charClass0;
int32_t L_21 = V_4;
NullCheck(L_20);
Il2CppChar L_22 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_20, L_21, /*hidden argument*/NULL);
V_8 = (((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)1)))));
goto IL_005c;
}
IL_0055:
{
V_8 = ((int32_t)65535);
}
IL_005c:
{
int32_t L_23 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1));
List_1_t560DEF47D3A9D65449EE74779102DDD3BF7B6724 * L_24 = V_3;
Il2CppChar L_25 = V_7;
Il2CppChar L_26 = V_8;
SingleRange_t7B8E395E75FA456AB2834933C1ECA2007EEADEE0 * L_27 = (SingleRange_t7B8E395E75FA456AB2834933C1ECA2007EEADEE0 *)il2cpp_codegen_object_new(SingleRange_t7B8E395E75FA456AB2834933C1ECA2007EEADEE0_il2cpp_TypeInfo_var);
SingleRange__ctor_m4674722AFC97A111D2466AE2050C2E4E6E57303E(L_27, L_25, L_26, /*hidden argument*/NULL);
NullCheck(L_24);
List_1_Add_m8629B2B07AC931D5D672BCD5F034A53BC572CCA5(L_24, L_27, /*hidden argument*/List_1_Add_m8629B2B07AC931D5D672BCD5F034A53BC572CCA5_RuntimeMethod_var);
}
IL_0071:
{
int32_t L_28 = V_4;
int32_t L_29 = V_5;
if ((((int32_t)L_28) < ((int32_t)L_29)))
{
goto IL_0030;
}
}
{
V_6 = (RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 *)NULL;
String_t* L_30 = ___charClass0;
NullCheck(L_30);
int32_t L_31 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_30, /*hidden argument*/NULL);
int32_t L_32 = V_2;
if ((((int32_t)L_31) <= ((int32_t)L_32)))
{
goto IL_008c;
}
}
{
String_t* L_33 = ___charClass0;
int32_t L_34 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var);
RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * L_35 = RegexCharClass_ParseRecursive_mF7E7DD4EB594C9C30A60E72CD3CFD4EC1D822CF5(L_33, L_34, /*hidden argument*/NULL);
V_6 = L_35;
}
IL_008c:
{
String_t* L_36 = ___charClass0;
int32_t L_37 = ___start1;
NullCheck(L_36);
Il2CppChar L_38 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_36, L_37, /*hidden argument*/NULL);
List_1_t560DEF47D3A9D65449EE74779102DDD3BF7B6724 * L_39 = V_3;
String_t* L_40 = ___charClass0;
int32_t L_41 = V_5;
int32_t L_42 = V_1;
NullCheck(L_40);
String_t* L_43 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_40, L_41, L_42, /*hidden argument*/NULL);
StringBuilder_t * L_44 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_m53E278FB62B3EAEFAF82890C97219B9B5E2A56C3(L_44, L_43, /*hidden argument*/NULL);
RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * L_45 = V_6;
RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * L_46 = (RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 *)il2cpp_codegen_object_new(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var);
RegexCharClass__ctor_mB05A6CC8015C5D545C639682454A524DE7E2EA97(L_46, (bool)((((int32_t)L_38) == ((int32_t)1))? 1 : 0), L_39, L_44, L_45, /*hidden argument*/NULL);
return L_46;
}
}
// System.Int32 System.Text.RegularExpressions.RegexCharClass::RangeCount()
extern "C" IL2CPP_METHOD_ATTR int32_t RegexCharClass_RangeCount_mEACBB4BD08CE18A9C4F0C433A7D6C5726F563E2E (RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexCharClass_RangeCount_mEACBB4BD08CE18A9C4F0C433A7D6C5726F563E2E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
List_1_t560DEF47D3A9D65449EE74779102DDD3BF7B6724 * L_0 = __this->get__rangelist_0();
NullCheck(L_0);
int32_t L_1 = List_1_get_Count_mD0C9C1841B63C0CA72E7F0955860F568E97F2189(L_0, /*hidden argument*/List_1_get_Count_mD0C9C1841B63C0CA72E7F0955860F568E97F2189_RuntimeMethod_var);
return L_1;
}
}
// System.String System.Text.RegularExpressions.RegexCharClass::ToStringClass()
extern "C" IL2CPP_METHOD_ATTR String_t* RegexCharClass_ToStringClass_m7A760D96732A03D46C4060064B3FC58349D2B4D5 (RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexCharClass_ToStringClass_m7A760D96732A03D46C4060064B3FC58349D2B4D5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
StringBuilder_t * V_1 = NULL;
int32_t V_2 = 0;
int32_t V_3 = 0;
SingleRange_t7B8E395E75FA456AB2834933C1ECA2007EEADEE0 * V_4 = NULL;
{
bool L_0 = __this->get__canonical_2();
if (L_0)
{
goto IL_000e;
}
}
{
RegexCharClass_Canonicalize_m44EEFB16DB02E73C1E7280D15DAE98E50F4D6FA4(__this, /*hidden argument*/NULL);
}
IL_000e:
{
List_1_t560DEF47D3A9D65449EE74779102DDD3BF7B6724 * L_1 = __this->get__rangelist_0();
NullCheck(L_1);
int32_t L_2 = List_1_get_Count_mD0C9C1841B63C0CA72E7F0955860F568E97F2189(L_1, /*hidden argument*/List_1_get_Count_mD0C9C1841B63C0CA72E7F0955860F568E97F2189_RuntimeMethod_var);
V_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_2, (int32_t)2));
int32_t L_3 = V_0;
StringBuilder_t * L_4 = __this->get__categories_1();
NullCheck(L_4);
int32_t L_5 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_4, /*hidden argument*/NULL);
StringBuilder_t * L_6 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_m1C0F2D97B838537A2D0F64033AE4EF02D150A956(L_6, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_5)), (int32_t)3)), /*hidden argument*/NULL);
V_1 = L_6;
bool L_7 = __this->get__negate_3();
if (!L_7)
{
goto IL_003d;
}
}
{
V_2 = 1;
goto IL_003f;
}
IL_003d:
{
V_2 = 0;
}
IL_003f:
{
StringBuilder_t * L_8 = V_1;
int32_t L_9 = V_2;
NullCheck(L_8);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_8, (((int32_t)((uint16_t)L_9))), /*hidden argument*/NULL);
StringBuilder_t * L_10 = V_1;
int32_t L_11 = V_0;
NullCheck(L_10);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_10, (((int32_t)((uint16_t)L_11))), /*hidden argument*/NULL);
StringBuilder_t * L_12 = V_1;
StringBuilder_t * L_13 = __this->get__categories_1();
NullCheck(L_13);
int32_t L_14 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_13, /*hidden argument*/NULL);
NullCheck(L_12);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_12, (((int32_t)((uint16_t)L_14))), /*hidden argument*/NULL);
V_3 = 0;
goto IL_00a7;
}
IL_0068:
{
List_1_t560DEF47D3A9D65449EE74779102DDD3BF7B6724 * L_15 = __this->get__rangelist_0();
int32_t L_16 = V_3;
NullCheck(L_15);
SingleRange_t7B8E395E75FA456AB2834933C1ECA2007EEADEE0 * L_17 = List_1_get_Item_m3E7CC4F1ED20231514EA8C23C5CC442DF67CA2BB(L_15, L_16, /*hidden argument*/List_1_get_Item_m3E7CC4F1ED20231514EA8C23C5CC442DF67CA2BB_RuntimeMethod_var);
V_4 = L_17;
StringBuilder_t * L_18 = V_1;
SingleRange_t7B8E395E75FA456AB2834933C1ECA2007EEADEE0 * L_19 = V_4;
NullCheck(L_19);
Il2CppChar L_20 = L_19->get__first_0();
NullCheck(L_18);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_18, L_20, /*hidden argument*/NULL);
SingleRange_t7B8E395E75FA456AB2834933C1ECA2007EEADEE0 * L_21 = V_4;
NullCheck(L_21);
Il2CppChar L_22 = L_21->get__last_1();
if ((((int32_t)L_22) == ((int32_t)((int32_t)65535))))
{
goto IL_00a3;
}
}
{
StringBuilder_t * L_23 = V_1;
SingleRange_t7B8E395E75FA456AB2834933C1ECA2007EEADEE0 * L_24 = V_4;
NullCheck(L_24);
Il2CppChar L_25 = L_24->get__last_1();
NullCheck(L_23);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_23, (((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1))))), /*hidden argument*/NULL);
}
IL_00a3:
{
int32_t L_26 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1));
}
IL_00a7:
{
int32_t L_27 = V_3;
List_1_t560DEF47D3A9D65449EE74779102DDD3BF7B6724 * L_28 = __this->get__rangelist_0();
NullCheck(L_28);
int32_t L_29 = List_1_get_Count_mD0C9C1841B63C0CA72E7F0955860F568E97F2189(L_28, /*hidden argument*/List_1_get_Count_mD0C9C1841B63C0CA72E7F0955860F568E97F2189_RuntimeMethod_var);
if ((((int32_t)L_27) < ((int32_t)L_29)))
{
goto IL_0068;
}
}
{
StringBuilder_t * L_30 = V_1;
StringBuilder_t * L_31 = V_1;
NullCheck(L_31);
int32_t L_32 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_31, /*hidden argument*/NULL);
NullCheck(L_30);
StringBuilder_set_Chars_m71B2B761D6D287A666302FD85E320E1E60F388EA(L_30, 1, (((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_32, (int32_t)3))))), /*hidden argument*/NULL);
StringBuilder_t * L_33 = V_1;
StringBuilder_t * L_34 = __this->get__categories_1();
NullCheck(L_33);
StringBuilder_Append_mA1A063A1388A21C8EA011DBA7FC98C24C3EE3D65(L_33, L_34, /*hidden argument*/NULL);
RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * L_35 = __this->get__subtractor_4();
if (!L_35)
{
goto IL_00ec;
}
}
{
StringBuilder_t * L_36 = V_1;
RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * L_37 = __this->get__subtractor_4();
NullCheck(L_37);
String_t* L_38 = RegexCharClass_ToStringClass_m7A760D96732A03D46C4060064B3FC58349D2B4D5(L_37, /*hidden argument*/NULL);
NullCheck(L_36);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_36, L_38, /*hidden argument*/NULL);
}
IL_00ec:
{
StringBuilder_t * L_39 = V_1;
NullCheck(L_39);
String_t* L_40 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_39);
return L_40;
}
}
// System.Text.RegularExpressions.RegexCharClass_SingleRange System.Text.RegularExpressions.RegexCharClass::GetRangeAt(System.Int32)
extern "C" IL2CPP_METHOD_ATTR SingleRange_t7B8E395E75FA456AB2834933C1ECA2007EEADEE0 * RegexCharClass_GetRangeAt_mE563FF8072DD9B4E1179F55416CCD7FC4EB2C4FC (RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * __this, int32_t ___i0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexCharClass_GetRangeAt_mE563FF8072DD9B4E1179F55416CCD7FC4EB2C4FC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
List_1_t560DEF47D3A9D65449EE74779102DDD3BF7B6724 * L_0 = __this->get__rangelist_0();
int32_t L_1 = ___i0;
NullCheck(L_0);
SingleRange_t7B8E395E75FA456AB2834933C1ECA2007EEADEE0 * L_2 = List_1_get_Item_m3E7CC4F1ED20231514EA8C23C5CC442DF67CA2BB(L_0, L_1, /*hidden argument*/List_1_get_Item_m3E7CC4F1ED20231514EA8C23C5CC442DF67CA2BB_RuntimeMethod_var);
return L_2;
}
}
// System.Void System.Text.RegularExpressions.RegexCharClass::Canonicalize()
extern "C" IL2CPP_METHOD_ATTR void RegexCharClass_Canonicalize_m44EEFB16DB02E73C1E7280D15DAE98E50F4D6FA4 (RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexCharClass_Canonicalize_m44EEFB16DB02E73C1E7280D15DAE98E50F4D6FA4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
SingleRange_t7B8E395E75FA456AB2834933C1ECA2007EEADEE0 * V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
Il2CppChar V_3 = 0x0;
bool V_4 = false;
{
__this->set__canonical_2((bool)1);
List_1_t560DEF47D3A9D65449EE74779102DDD3BF7B6724 * L_0 = __this->get__rangelist_0();
List_1_t560DEF47D3A9D65449EE74779102DDD3BF7B6724 * L_1 = __this->get__rangelist_0();
NullCheck(L_1);
int32_t L_2 = List_1_get_Count_mD0C9C1841B63C0CA72E7F0955860F568E97F2189(L_1, /*hidden argument*/List_1_get_Count_mD0C9C1841B63C0CA72E7F0955860F568E97F2189_RuntimeMethod_var);
SingleRangeComparer_t6E5EF09D774335DD82A76997728AB97761B5984C * L_3 = (SingleRangeComparer_t6E5EF09D774335DD82A76997728AB97761B5984C *)il2cpp_codegen_object_new(SingleRangeComparer_t6E5EF09D774335DD82A76997728AB97761B5984C_il2cpp_TypeInfo_var);
SingleRangeComparer__ctor_m9E44BF07F0F0C9E565E0BA050C1A26F496226BAD(L_3, /*hidden argument*/NULL);
NullCheck(L_0);
List_1_Sort_m5518ACEB43F54C9F2AF2C12432F9B8EF696908B6(L_0, 0, L_2, L_3, /*hidden argument*/List_1_Sort_m5518ACEB43F54C9F2AF2C12432F9B8EF696908B6_RuntimeMethod_var);
List_1_t560DEF47D3A9D65449EE74779102DDD3BF7B6724 * L_4 = __this->get__rangelist_0();
NullCheck(L_4);
int32_t L_5 = List_1_get_Count_mD0C9C1841B63C0CA72E7F0955860F568E97F2189(L_4, /*hidden argument*/List_1_get_Count_mD0C9C1841B63C0CA72E7F0955860F568E97F2189_RuntimeMethod_var);
if ((((int32_t)L_5) <= ((int32_t)1)))
{
goto IL_00ee;
}
}
{
V_4 = (bool)0;
V_1 = 1;
V_2 = 0;
}
IL_003b:
{
List_1_t560DEF47D3A9D65449EE74779102DDD3BF7B6724 * L_6 = __this->get__rangelist_0();
int32_t L_7 = V_2;
NullCheck(L_6);
SingleRange_t7B8E395E75FA456AB2834933C1ECA2007EEADEE0 * L_8 = List_1_get_Item_m3E7CC4F1ED20231514EA8C23C5CC442DF67CA2BB(L_6, L_7, /*hidden argument*/List_1_get_Item_m3E7CC4F1ED20231514EA8C23C5CC442DF67CA2BB_RuntimeMethod_var);
NullCheck(L_8);
Il2CppChar L_9 = L_8->get__last_1();
V_3 = L_9;
}
IL_004d:
{
int32_t L_10 = V_1;
List_1_t560DEF47D3A9D65449EE74779102DDD3BF7B6724 * L_11 = __this->get__rangelist_0();
NullCheck(L_11);
int32_t L_12 = List_1_get_Count_mD0C9C1841B63C0CA72E7F0955860F568E97F2189(L_11, /*hidden argument*/List_1_get_Count_mD0C9C1841B63C0CA72E7F0955860F568E97F2189_RuntimeMethod_var);
if ((((int32_t)L_10) == ((int32_t)L_12)))
{
goto IL_0063;
}
}
{
Il2CppChar L_13 = V_3;
if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)65535)))))
{
goto IL_0068;
}
}
IL_0063:
{
V_4 = (bool)1;
goto IL_0096;
}
IL_0068:
{
List_1_t560DEF47D3A9D65449EE74779102DDD3BF7B6724 * L_14 = __this->get__rangelist_0();
int32_t L_15 = V_1;
NullCheck(L_14);
SingleRange_t7B8E395E75FA456AB2834933C1ECA2007EEADEE0 * L_16 = List_1_get_Item_m3E7CC4F1ED20231514EA8C23C5CC442DF67CA2BB(L_14, L_15, /*hidden argument*/List_1_get_Item_m3E7CC4F1ED20231514EA8C23C5CC442DF67CA2BB_RuntimeMethod_var);
SingleRange_t7B8E395E75FA456AB2834933C1ECA2007EEADEE0 * L_17 = L_16;
V_0 = L_17;
NullCheck(L_17);
Il2CppChar L_18 = L_17->get__first_0();
Il2CppChar L_19 = V_3;
if ((((int32_t)L_18) > ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)))))
{
goto IL_0096;
}
}
{
Il2CppChar L_20 = V_3;
SingleRange_t7B8E395E75FA456AB2834933C1ECA2007EEADEE0 * L_21 = V_0;
NullCheck(L_21);
Il2CppChar L_22 = L_21->get__last_1();
if ((((int32_t)L_20) >= ((int32_t)L_22)))
{
goto IL_0090;
}
}
{
SingleRange_t7B8E395E75FA456AB2834933C1ECA2007EEADEE0 * L_23 = V_0;
NullCheck(L_23);
Il2CppChar L_24 = L_23->get__last_1();
V_3 = L_24;
}
IL_0090:
{
int32_t L_25 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1));
goto IL_004d;
}
IL_0096:
{
List_1_t560DEF47D3A9D65449EE74779102DDD3BF7B6724 * L_26 = __this->get__rangelist_0();
int32_t L_27 = V_2;
NullCheck(L_26);
SingleRange_t7B8E395E75FA456AB2834933C1ECA2007EEADEE0 * L_28 = List_1_get_Item_m3E7CC4F1ED20231514EA8C23C5CC442DF67CA2BB(L_26, L_27, /*hidden argument*/List_1_get_Item_m3E7CC4F1ED20231514EA8C23C5CC442DF67CA2BB_RuntimeMethod_var);
Il2CppChar L_29 = V_3;
NullCheck(L_28);
L_28->set__last_1(L_29);
int32_t L_30 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1));
bool L_31 = V_4;
if (L_31)
{
goto IL_00d5;
}
}
{
int32_t L_32 = V_2;
int32_t L_33 = V_1;
if ((((int32_t)L_32) >= ((int32_t)L_33)))
{
goto IL_00cc;
}
}
{
List_1_t560DEF47D3A9D65449EE74779102DDD3BF7B6724 * L_34 = __this->get__rangelist_0();
int32_t L_35 = V_2;
List_1_t560DEF47D3A9D65449EE74779102DDD3BF7B6724 * L_36 = __this->get__rangelist_0();
int32_t L_37 = V_1;
NullCheck(L_36);
SingleRange_t7B8E395E75FA456AB2834933C1ECA2007EEADEE0 * L_38 = List_1_get_Item_m3E7CC4F1ED20231514EA8C23C5CC442DF67CA2BB(L_36, L_37, /*hidden argument*/List_1_get_Item_m3E7CC4F1ED20231514EA8C23C5CC442DF67CA2BB_RuntimeMethod_var);
NullCheck(L_34);
List_1_set_Item_m54628FCBF04F23DBC61F2012829D52C9CBD5182B(L_34, L_35, L_38, /*hidden argument*/List_1_set_Item_m54628FCBF04F23DBC61F2012829D52C9CBD5182B_RuntimeMethod_var);
}
IL_00cc:
{
int32_t L_39 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1));
goto IL_003b;
}
IL_00d5:
{
List_1_t560DEF47D3A9D65449EE74779102DDD3BF7B6724 * L_40 = __this->get__rangelist_0();
int32_t L_41 = V_2;
List_1_t560DEF47D3A9D65449EE74779102DDD3BF7B6724 * L_42 = __this->get__rangelist_0();
NullCheck(L_42);
int32_t L_43 = List_1_get_Count_mD0C9C1841B63C0CA72E7F0955860F568E97F2189(L_42, /*hidden argument*/List_1_get_Count_mD0C9C1841B63C0CA72E7F0955860F568E97F2189_RuntimeMethod_var);
int32_t L_44 = V_2;
NullCheck(L_40);
List_1_RemoveRange_m7D6A22CD61F4BF508988ECBA2EE4D3C6920F7877(L_40, L_41, ((int32_t)il2cpp_codegen_subtract((int32_t)L_43, (int32_t)L_44)), /*hidden argument*/List_1_RemoveRange_m7D6A22CD61F4BF508988ECBA2EE4D3C6920F7877_RuntimeMethod_var);
}
IL_00ee:
{
return;
}
}
// System.String System.Text.RegularExpressions.RegexCharClass::SetFromProperty(System.String,System.Boolean,System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* RegexCharClass_SetFromProperty_mA33170AF599765B5FDE8611BED646A850FB2330E (String_t* ___capname0, bool ___invert1, String_t* ___pattern2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexCharClass_SetFromProperty_mA33170AF599765B5FDE8611BED646A850FB2330E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
String_t* V_4 = NULL;
{
V_0 = 0;
IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_0 = ((RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var))->get__propTable_17();
NullCheck((RuntimeArray *)(RuntimeArray *)L_0);
int32_t L_1 = Array_GetLength_m318900B10C3A93A30ABDC67DE161C8F6ABA4D359((RuntimeArray *)(RuntimeArray *)L_0, 0, /*hidden argument*/NULL);
V_1 = L_1;
goto IL_0070;
}
IL_0010:
{
int32_t L_2 = V_0;
int32_t L_3 = V_1;
V_2 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)L_3))/(int32_t)2));
String_t* L_4 = ___capname0;
IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_5 = ((RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var))->get__propTable_17();
int32_t L_6 = V_2;
NullCheck((StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B*)(StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B*)L_5);
String_t* L_7 = ((StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B*)(StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B*)L_5)->GetAt(L_6, 0);
int32_t L_8 = String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442(L_4, L_7, 4, /*hidden argument*/NULL);
V_3 = L_8;
int32_t L_9 = V_3;
if ((((int32_t)L_9) >= ((int32_t)0)))
{
goto IL_0032;
}
}
{
int32_t L_10 = V_2;
V_1 = L_10;
goto IL_0070;
}
IL_0032:
{
int32_t L_11 = V_3;
if ((((int32_t)L_11) <= ((int32_t)0)))
{
goto IL_003c;
}
}
{
int32_t L_12 = V_2;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
goto IL_0070;
}
IL_003c:
{
IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var);
StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B* L_13 = ((RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var))->get__propTable_17();
int32_t L_14 = V_2;
NullCheck((StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B*)(StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B*)L_13);
String_t* L_15 = ((StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B*)(StringU5B0___U2C0___U5D_tE93164AE7893C771D8246C63F72E776F0207282B*)L_13)->GetAt(L_14, 1);
V_4 = L_15;
bool L_16 = ___invert1;
if (!L_16)
{
goto IL_006d;
}
}
{
String_t* L_17 = V_4;
NullCheck(L_17);
Il2CppChar L_18 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_17, 0, /*hidden argument*/NULL);
if (L_18)
{
goto IL_0060;
}
}
{
String_t* L_19 = V_4;
NullCheck(L_19);
String_t* L_20 = String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE(L_19, 1, /*hidden argument*/NULL);
return L_20;
}
IL_0060:
{
String_t* L_21 = V_4;
String_t* L_22 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteral5BA93C9DB0CFF93F52B521D7420E43F6EDA2784F, L_21, /*hidden argument*/NULL);
return L_22;
}
IL_006d:
{
String_t* L_23 = V_4;
return L_23;
}
IL_0070:
{
int32_t L_24 = V_0;
int32_t L_25 = V_1;
if ((!(((uint32_t)L_24) == ((uint32_t)L_25))))
{
goto IL_0010;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_26 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_27 = L_26;
String_t* L_28 = ___pattern2;
NullCheck(L_27);
ArrayElementTypeCheck (L_27, L_28);
(L_27)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_28);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_29 = L_27;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_30 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_31 = L_30;
String_t* L_32 = ___capname0;
NullCheck(L_31);
ArrayElementTypeCheck (L_31, L_32);
(L_31)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_32);
String_t* L_33 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteral033BEF0EF39BDBD7575B103D78CE1A567AFDDE46, L_31, /*hidden argument*/NULL);
NullCheck(L_29);
ArrayElementTypeCheck (L_29, L_33);
(L_29)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_33);
String_t* L_34 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteralE42A2AE79C44F6C75DB6057D786A7182CCC5F053, L_29, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_35 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_35, L_34, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_35, NULL, RegexCharClass_SetFromProperty_mA33170AF599765B5FDE8611BED646A850FB2330E_RuntimeMethod_var);
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping
extern "C" void LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B_marshal_pinvoke(const LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B& unmarshaled, LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B_marshaled_pinvoke& marshaled)
{
marshaled.____chMin_0 = static_cast<uint8_t>(unmarshaled.get__chMin_0());
marshaled.____chMax_1 = static_cast<uint8_t>(unmarshaled.get__chMax_1());
marshaled.____lcOp_2 = unmarshaled.get__lcOp_2();
marshaled.____data_3 = unmarshaled.get__data_3();
}
extern "C" void LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B_marshal_pinvoke_back(const LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B_marshaled_pinvoke& marshaled, LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B& unmarshaled)
{
Il2CppChar unmarshaled__chMin_temp_0 = 0x0;
unmarshaled__chMin_temp_0 = static_cast<Il2CppChar>(marshaled.____chMin_0);
unmarshaled.set__chMin_0(unmarshaled__chMin_temp_0);
Il2CppChar unmarshaled__chMax_temp_1 = 0x0;
unmarshaled__chMax_temp_1 = static_cast<Il2CppChar>(marshaled.____chMax_1);
unmarshaled.set__chMax_1(unmarshaled__chMax_temp_1);
int32_t unmarshaled__lcOp_temp_2 = 0;
unmarshaled__lcOp_temp_2 = marshaled.____lcOp_2;
unmarshaled.set__lcOp_2(unmarshaled__lcOp_temp_2);
int32_t unmarshaled__data_temp_3 = 0;
unmarshaled__data_temp_3 = marshaled.____data_3;
unmarshaled.set__data_3(unmarshaled__data_temp_3);
}
// Conversion method for clean up from marshalling of: System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping
extern "C" void LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B_marshal_pinvoke_cleanup(LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping
extern "C" void LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B_marshal_com(const LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B& unmarshaled, LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B_marshaled_com& marshaled)
{
marshaled.____chMin_0 = static_cast<uint8_t>(unmarshaled.get__chMin_0());
marshaled.____chMax_1 = static_cast<uint8_t>(unmarshaled.get__chMax_1());
marshaled.____lcOp_2 = unmarshaled.get__lcOp_2();
marshaled.____data_3 = unmarshaled.get__data_3();
}
extern "C" void LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B_marshal_com_back(const LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B_marshaled_com& marshaled, LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B& unmarshaled)
{
Il2CppChar unmarshaled__chMin_temp_0 = 0x0;
unmarshaled__chMin_temp_0 = static_cast<Il2CppChar>(marshaled.____chMin_0);
unmarshaled.set__chMin_0(unmarshaled__chMin_temp_0);
Il2CppChar unmarshaled__chMax_temp_1 = 0x0;
unmarshaled__chMax_temp_1 = static_cast<Il2CppChar>(marshaled.____chMax_1);
unmarshaled.set__chMax_1(unmarshaled__chMax_temp_1);
int32_t unmarshaled__lcOp_temp_2 = 0;
unmarshaled__lcOp_temp_2 = marshaled.____lcOp_2;
unmarshaled.set__lcOp_2(unmarshaled__lcOp_temp_2);
int32_t unmarshaled__data_temp_3 = 0;
unmarshaled__data_temp_3 = marshaled.____data_3;
unmarshaled.set__data_3(unmarshaled__data_temp_3);
}
// Conversion method for clean up from marshalling of: System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping
extern "C" void LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B_marshal_com_cleanup(LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B_marshaled_com& marshaled)
{
}
// System.Void System.Text.RegularExpressions.RegexCharClass_LowerCaseMapping::.ctor(System.Char,System.Char,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187 (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B * __this, Il2CppChar ___chMin0, Il2CppChar ___chMax1, int32_t ___lcOp2, int32_t ___data3, const RuntimeMethod* method)
{
{
Il2CppChar L_0 = ___chMin0;
__this->set__chMin_0(L_0);
Il2CppChar L_1 = ___chMax1;
__this->set__chMax_1(L_1);
int32_t L_2 = ___lcOp2;
__this->set__lcOp_2(L_2);
int32_t L_3 = ___data3;
__this->set__data_3(L_3);
return;
}
}
extern "C" void LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187_AdjustorThunk (RuntimeObject * __this, Il2CppChar ___chMin0, Il2CppChar ___chMax1, int32_t ___lcOp2, int32_t ___data3, const RuntimeMethod* method)
{
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B * _thisAdjusted = reinterpret_cast<LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B *>(__this + 1);
LowerCaseMapping__ctor_m881B66875631FF0DD253696FE56313A9E3F24187(_thisAdjusted, ___chMin0, ___chMax1, ___lcOp2, ___data3, method);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Text.RegularExpressions.RegexCharClass_SingleRange::.ctor(System.Char,System.Char)
extern "C" IL2CPP_METHOD_ATTR void SingleRange__ctor_m4674722AFC97A111D2466AE2050C2E4E6E57303E (SingleRange_t7B8E395E75FA456AB2834933C1ECA2007EEADEE0 * __this, Il2CppChar ___first0, Il2CppChar ___last1, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
Il2CppChar L_0 = ___first0;
__this->set__first_0(L_0);
Il2CppChar L_1 = ___last1;
__this->set__last_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.Int32 System.Text.RegularExpressions.RegexCharClass_SingleRangeComparer::Compare(System.Text.RegularExpressions.RegexCharClass_SingleRange,System.Text.RegularExpressions.RegexCharClass_SingleRange)
extern "C" IL2CPP_METHOD_ATTR int32_t SingleRangeComparer_Compare_mF2CAD555BAC4D9CBF6A8F90D829CB528BD7BCCC9 (SingleRangeComparer_t6E5EF09D774335DD82A76997728AB97761B5984C * __this, SingleRange_t7B8E395E75FA456AB2834933C1ECA2007EEADEE0 * ___x0, SingleRange_t7B8E395E75FA456AB2834933C1ECA2007EEADEE0 * ___y1, const RuntimeMethod* method)
{
{
SingleRange_t7B8E395E75FA456AB2834933C1ECA2007EEADEE0 * L_0 = ___x0;
NullCheck(L_0);
Il2CppChar L_1 = L_0->get__first_0();
SingleRange_t7B8E395E75FA456AB2834933C1ECA2007EEADEE0 * L_2 = ___y1;
NullCheck(L_2);
Il2CppChar L_3 = L_2->get__first_0();
if ((((int32_t)L_1) < ((int32_t)L_3)))
{
goto IL_0020;
}
}
{
SingleRange_t7B8E395E75FA456AB2834933C1ECA2007EEADEE0 * L_4 = ___x0;
NullCheck(L_4);
Il2CppChar L_5 = L_4->get__first_0();
SingleRange_t7B8E395E75FA456AB2834933C1ECA2007EEADEE0 * L_6 = ___y1;
NullCheck(L_6);
Il2CppChar L_7 = L_6->get__first_0();
if ((((int32_t)L_5) > ((int32_t)L_7)))
{
goto IL_001e;
}
}
{
return 0;
}
IL_001e:
{
return 1;
}
IL_0020:
{
return (-1);
}
}
// System.Void System.Text.RegularExpressions.RegexCharClass_SingleRangeComparer::.ctor()
extern "C" IL2CPP_METHOD_ATTR void SingleRangeComparer__ctor_m9E44BF07F0F0C9E565E0BA050C1A26F496226BAD (SingleRangeComparer_t6E5EF09D774335DD82A76997728AB97761B5984C * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Text.RegularExpressions.RegexCode::.ctor(System.Int32[],System.Collections.Generic.List`1<System.String>,System.Int32,System.Collections.Hashtable,System.Int32,System.Text.RegularExpressions.RegexBoyerMoore,System.Text.RegularExpressions.RegexPrefix,System.Int32,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void RegexCode__ctor_mBCB059D3E98AEA211794E89DDF99193231F298CA (RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA * __this, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___codes0, List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ___stringlist1, int32_t ___trackcount2, Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___caps3, int32_t ___capsize4, RegexBoyerMoore_t37ED99A3CC25068E4D3DE4517835CFFCCF2FA1EB * ___bmPrefix5, RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 * ___fcPrefix6, int32_t ___anchors7, bool ___rightToLeft8, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexCode__ctor_mBCB059D3E98AEA211794E89DDF99193231F298CA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_0 = ___codes0;
__this->set__codes_0(L_0);
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_1 = ___stringlist1;
NullCheck(L_1);
int32_t L_2 = List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4(L_1, /*hidden argument*/List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_RuntimeMethod_var);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)L_2);
__this->set__strings_1(L_3);
int32_t L_4 = ___trackcount2;
__this->set__trackcount_2(L_4);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_5 = ___caps3;
__this->set__caps_3(L_5);
int32_t L_6 = ___capsize4;
__this->set__capsize_4(L_6);
RegexBoyerMoore_t37ED99A3CC25068E4D3DE4517835CFFCCF2FA1EB * L_7 = ___bmPrefix5;
__this->set__bmPrefix_6(L_7);
RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 * L_8 = ___fcPrefix6;
__this->set__fcPrefix_5(L_8);
int32_t L_9 = ___anchors7;
__this->set__anchors_7(L_9);
bool L_10 = ___rightToLeft8;
__this->set__rightToLeft_8(L_10);
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_11 = ___stringlist1;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_12 = __this->get__strings_1();
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_13 = ___stringlist1;
NullCheck(L_13);
int32_t L_14 = List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4(L_13, /*hidden argument*/List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_RuntimeMethod_var);
NullCheck(L_11);
List_1_CopyTo_m2966AD04713D4613CC9C3DDE122432AD3FCD2AEC(L_11, 0, L_12, 0, L_14, /*hidden argument*/List_1_CopyTo_m2966AD04713D4613CC9C3DDE122432AD3FCD2AEC_RuntimeMethod_var);
return;
}
}
// System.Boolean System.Text.RegularExpressions.RegexCode::OpcodeBacktracks(System.Int32)
extern "C" IL2CPP_METHOD_ATTR bool RegexCode_OpcodeBacktracks_mDA23B91B55FE4991B168BF8E18F6DDDC7667B882 (int32_t ___Op0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___Op0;
___Op0 = ((int32_t)((int32_t)L_0&(int32_t)((int32_t)63)));
int32_t L_1 = ___Op0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)3)))
{
case 0:
{
goto IL_00a0;
}
case 1:
{
goto IL_00a0;
}
case 2:
{
goto IL_00a0;
}
case 3:
{
goto IL_00a0;
}
case 4:
{
goto IL_00a0;
}
case 5:
{
goto IL_00a0;
}
case 6:
{
goto IL_00a2;
}
case 7:
{
goto IL_00a2;
}
case 8:
{
goto IL_00a2;
}
case 9:
{
goto IL_00a2;
}
case 10:
{
goto IL_00a2;
}
case 11:
{
goto IL_00a2;
}
case 12:
{
goto IL_00a2;
}
case 13:
{
goto IL_00a2;
}
case 14:
{
goto IL_00a2;
}
case 15:
{
goto IL_00a2;
}
case 16:
{
goto IL_00a2;
}
case 17:
{
goto IL_00a2;
}
case 18:
{
goto IL_00a2;
}
case 19:
{
goto IL_00a2;
}
case 20:
{
goto IL_00a0;
}
case 21:
{
goto IL_00a0;
}
case 22:
{
goto IL_00a0;
}
case 23:
{
goto IL_00a0;
}
case 24:
{
goto IL_00a0;
}
case 25:
{
goto IL_00a0;
}
case 26:
{
goto IL_00a0;
}
case 27:
{
goto IL_00a2;
}
case 28:
{
goto IL_00a0;
}
case 29:
{
goto IL_00a0;
}
case 30:
{
goto IL_00a0;
}
case 31:
{
goto IL_00a0;
}
case 32:
{
goto IL_00a0;
}
case 33:
{
goto IL_00a0;
}
case 34:
{
goto IL_00a2;
}
case 35:
{
goto IL_00a0;
}
}
}
{
goto IL_00a2;
}
IL_00a0:
{
return (bool)1;
}
IL_00a2:
{
return (bool)0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Text.RegularExpressions.RegexFC::.ctor(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void RegexFC__ctor_m354E8197215F3EE9097B69E783B744365A38EF20 (RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 * __this, bool ___nullable0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexFC__ctor_m354E8197215F3EE9097B69E783B744365A38EF20_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * L_0 = (RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 *)il2cpp_codegen_object_new(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var);
RegexCharClass__ctor_mAA44510F3E5001A8612355B4FFB718D9DDC74264(L_0, /*hidden argument*/NULL);
__this->set__cc_0(L_0);
bool L_1 = ___nullable0;
__this->set__nullable_1(L_1);
return;
}
}
// System.Void System.Text.RegularExpressions.RegexFC::.ctor(System.Char,System.Boolean,System.Boolean,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void RegexFC__ctor_m023D08ED0365AE9AAC539333B4390A8052C59229 (RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 * __this, Il2CppChar ___ch0, bool ___not1, bool ___nullable2, bool ___caseInsensitive3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexFC__ctor_m023D08ED0365AE9AAC539333B4390A8052C59229_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * L_0 = (RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 *)il2cpp_codegen_object_new(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var);
RegexCharClass__ctor_mAA44510F3E5001A8612355B4FFB718D9DDC74264(L_0, /*hidden argument*/NULL);
__this->set__cc_0(L_0);
bool L_1 = ___not1;
if (!L_1)
{
goto IL_0046;
}
}
{
Il2CppChar L_2 = ___ch0;
if ((((int32_t)L_2) <= ((int32_t)0)))
{
goto IL_0028;
}
}
{
RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * L_3 = __this->get__cc_0();
Il2CppChar L_4 = ___ch0;
NullCheck(L_3);
RegexCharClass_AddRange_mCFE9B670B3EBB13A5CDB694B1D1D6B1C0249D110(L_3, 0, (((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1))))), /*hidden argument*/NULL);
}
IL_0028:
{
Il2CppChar L_5 = ___ch0;
if ((((int32_t)L_5) >= ((int32_t)((int32_t)65535))))
{
goto IL_0053;
}
}
{
RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * L_6 = __this->get__cc_0();
Il2CppChar L_7 = ___ch0;
NullCheck(L_6);
RegexCharClass_AddRange_mCFE9B670B3EBB13A5CDB694B1D1D6B1C0249D110(L_6, (((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))))), ((int32_t)65535), /*hidden argument*/NULL);
goto IL_0053;
}
IL_0046:
{
RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * L_8 = __this->get__cc_0();
Il2CppChar L_9 = ___ch0;
Il2CppChar L_10 = ___ch0;
NullCheck(L_8);
RegexCharClass_AddRange_mCFE9B670B3EBB13A5CDB694B1D1D6B1C0249D110(L_8, L_9, L_10, /*hidden argument*/NULL);
}
IL_0053:
{
bool L_11 = ___caseInsensitive3;
__this->set__caseInsensitive_2(L_11);
bool L_12 = ___nullable2;
__this->set__nullable_1(L_12);
return;
}
}
// System.Void System.Text.RegularExpressions.RegexFC::.ctor(System.String,System.Boolean,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void RegexFC__ctor_mDCBBCCC1BB476741943D7F9AD88731B1DCA0C1B5 (RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 * __this, String_t* ___charClass0, bool ___nullable1, bool ___caseInsensitive2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexFC__ctor_mDCBBCCC1BB476741943D7F9AD88731B1DCA0C1B5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
String_t* L_0 = ___charClass0;
IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var);
RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * L_1 = RegexCharClass_Parse_mBC3780FFF0DDFB62CA2085746618E6C256E8D86C(L_0, /*hidden argument*/NULL);
__this->set__cc_0(L_1);
bool L_2 = ___nullable1;
__this->set__nullable_1(L_2);
bool L_3 = ___caseInsensitive2;
__this->set__caseInsensitive_2(L_3);
return;
}
}
// System.Boolean System.Text.RegularExpressions.RegexFC::AddFC(System.Text.RegularExpressions.RegexFC,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR bool RegexFC_AddFC_m5B05CD1D7700817843366EC1DF728977EDD4D11E (RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 * __this, RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 * ___fc0, bool ___concatenate1, const RuntimeMethod* method)
{
{
RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * L_0 = __this->get__cc_0();
NullCheck(L_0);
bool L_1 = RegexCharClass_get_CanMerge_mC27A4CF83CFBEF3741A3DB4F99ABA6DE76B57837(L_0, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_001a;
}
}
{
RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 * L_2 = ___fc0;
NullCheck(L_2);
RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * L_3 = L_2->get__cc_0();
NullCheck(L_3);
bool L_4 = RegexCharClass_get_CanMerge_mC27A4CF83CFBEF3741A3DB4F99ABA6DE76B57837(L_3, /*hidden argument*/NULL);
if (L_4)
{
goto IL_001c;
}
}
IL_001a:
{
return (bool)0;
}
IL_001c:
{
bool L_5 = ___concatenate1;
if (!L_5)
{
goto IL_003a;
}
}
{
bool L_6 = __this->get__nullable_1();
if (L_6)
{
goto IL_0029;
}
}
{
return (bool)1;
}
IL_0029:
{
RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 * L_7 = ___fc0;
NullCheck(L_7);
bool L_8 = L_7->get__nullable_1();
if (L_8)
{
goto IL_0049;
}
}
{
__this->set__nullable_1((bool)0);
goto IL_0049;
}
IL_003a:
{
RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 * L_9 = ___fc0;
NullCheck(L_9);
bool L_10 = L_9->get__nullable_1();
if (!L_10)
{
goto IL_0049;
}
}
{
__this->set__nullable_1((bool)1);
}
IL_0049:
{
bool L_11 = __this->get__caseInsensitive_2();
RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 * L_12 = ___fc0;
NullCheck(L_12);
bool L_13 = L_12->get__caseInsensitive_2();
__this->set__caseInsensitive_2((bool)((int32_t)((int32_t)L_11|(int32_t)L_13)));
RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * L_14 = __this->get__cc_0();
RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 * L_15 = ___fc0;
NullCheck(L_15);
RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * L_16 = L_15->get__cc_0();
NullCheck(L_14);
RegexCharClass_AddCharClass_m0E5DD1105844AFB7CE45B5C801304B5C803FB5CA(L_14, L_16, /*hidden argument*/NULL);
return (bool)1;
}
}
// System.String System.Text.RegularExpressions.RegexFC::GetFirstChars(System.Globalization.CultureInfo)
extern "C" IL2CPP_METHOD_ATTR String_t* RegexFC_GetFirstChars_m7252E826F9A5BC1842A5A255BAC5A36EE8DADAF5 (RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 * __this, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture0, const RuntimeMethod* method)
{
{
bool L_0 = __this->get__caseInsensitive_2();
if (!L_0)
{
goto IL_0014;
}
}
{
RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * L_1 = __this->get__cc_0();
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_2 = ___culture0;
NullCheck(L_1);
RegexCharClass_AddLowercase_m01C1B11EB0B82E065276C7ECF60725886F59A07A(L_1, L_2, /*hidden argument*/NULL);
}
IL_0014:
{
RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * L_3 = __this->get__cc_0();
NullCheck(L_3);
String_t* L_4 = RegexCharClass_ToStringClass_m7A760D96732A03D46C4060064B3FC58349D2B4D5(L_3, /*hidden argument*/NULL);
return L_4;
}
}
// System.Boolean System.Text.RegularExpressions.RegexFC::IsCaseInsensitive()
extern "C" IL2CPP_METHOD_ATTR bool RegexFC_IsCaseInsensitive_mD87B0C49AAEBB61215F09A9C5ABF8CCB8B5AB64E (RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get__caseInsensitive_2();
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.RegularExpressions.RegexPrefix System.Text.RegularExpressions.RegexFCD::FirstChars(System.Text.RegularExpressions.RegexTree)
extern "C" IL2CPP_METHOD_ATTR RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 * RegexFCD_FirstChars_mC60DC5CA9A078998CB55594436AB9CBFD86478FB (RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6 * ___t0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexFCD_FirstChars_mC60DC5CA9A078998CB55594436AB9CBFD86478FB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 * V_0 = NULL;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * V_1 = NULL;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * G_B6_0 = NULL;
{
RegexFCD_tCEDC8A19D3317F0856BC21A345C7E57A41FA568E * L_0 = (RegexFCD_tCEDC8A19D3317F0856BC21A345C7E57A41FA568E *)il2cpp_codegen_object_new(RegexFCD_tCEDC8A19D3317F0856BC21A345C7E57A41FA568E_il2cpp_TypeInfo_var);
RegexFCD__ctor_mFC6A3309CAFA8C3C2B94094AD443738823388A3B(L_0, /*hidden argument*/NULL);
RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6 * L_1 = ___t0;
NullCheck(L_0);
RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 * L_2 = RegexFCD_RegexFCFromRegexTree_mA85E74765529D05113116C73EC397E832D81D0BC(L_0, L_1, /*hidden argument*/NULL);
V_0 = L_2;
RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 * L_3 = V_0;
if (!L_3)
{
goto IL_0017;
}
}
{
RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 * L_4 = V_0;
NullCheck(L_4);
bool L_5 = L_4->get__nullable_1();
if (!L_5)
{
goto IL_0019;
}
}
IL_0017:
{
return (RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 *)NULL;
}
IL_0019:
{
RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6 * L_6 = ___t0;
NullCheck(L_6);
int32_t L_7 = L_6->get__options_5();
if (((int32_t)((int32_t)L_7&(int32_t)((int32_t)512))))
{
goto IL_002e;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_8 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL);
G_B6_0 = L_8;
goto IL_0033;
}
IL_002e:
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_9 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
G_B6_0 = L_9;
}
IL_0033:
{
V_1 = G_B6_0;
RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 * L_10 = V_0;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_11 = V_1;
NullCheck(L_10);
String_t* L_12 = RegexFC_GetFirstChars_m7252E826F9A5BC1842A5A255BAC5A36EE8DADAF5(L_10, L_11, /*hidden argument*/NULL);
RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 * L_13 = V_0;
NullCheck(L_13);
bool L_14 = RegexFC_IsCaseInsensitive_mD87B0C49AAEBB61215F09A9C5ABF8CCB8B5AB64E(L_13, /*hidden argument*/NULL);
RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 * L_15 = (RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 *)il2cpp_codegen_object_new(RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67_il2cpp_TypeInfo_var);
RegexPrefix__ctor_m93489A4FF55425A15BF5390E77EE0B84F6F9364C(L_15, L_12, L_14, /*hidden argument*/NULL);
return L_15;
}
}
// System.Text.RegularExpressions.RegexPrefix System.Text.RegularExpressions.RegexFCD::Prefix(System.Text.RegularExpressions.RegexTree)
extern "C" IL2CPP_METHOD_ATTR RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 * RegexFCD_Prefix_m50B30C508C6745832FD3A76B2169462455C1A28E (RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6 * ___tree0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexFCD_Prefix_m50B30C508C6745832FD3A76B2169462455C1A28E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * V_0 = NULL;
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * V_1 = NULL;
int32_t V_2 = 0;
int32_t V_3 = 0;
{
V_1 = (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 *)NULL;
V_2 = 0;
RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6 * L_0 = ___tree0;
NullCheck(L_0);
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_1 = L_0->get__root_0();
V_0 = L_1;
}
IL_000b:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_2 = V_0;
NullCheck(L_2);
int32_t L_3 = L_2->get__type_0();
V_3 = L_3;
int32_t L_4 = V_3;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)3)))
{
case 0:
{
goto IL_00c3;
}
case 1:
{
goto IL_0131;
}
case 2:
{
goto IL_0131;
}
case 3:
{
goto IL_00c3;
}
case 4:
{
goto IL_0131;
}
case 5:
{
goto IL_0131;
}
case 6:
{
goto IL_00f9;
}
case 7:
{
goto IL_0131;
}
case 8:
{
goto IL_0131;
}
case 9:
{
goto IL_011a;
}
case 10:
{
goto IL_0131;
}
case 11:
{
goto IL_0137;
}
case 12:
{
goto IL_0137;
}
case 13:
{
goto IL_0137;
}
case 14:
{
goto IL_0131;
}
case 15:
{
goto IL_0137;
}
case 16:
{
goto IL_0137;
}
case 17:
{
goto IL_0137;
}
case 18:
{
goto IL_0137;
}
case 19:
{
goto IL_0131;
}
case 20:
{
goto IL_0137;
}
case 21:
{
goto IL_0131;
}
case 22:
{
goto IL_009f;
}
case 23:
{
goto IL_0131;
}
case 24:
{
goto IL_0131;
}
case 25:
{
goto IL_00b4;
}
case 26:
{
goto IL_0131;
}
case 27:
{
goto IL_0137;
}
case 28:
{
goto IL_0137;
}
case 29:
{
goto IL_00b4;
}
}
}
{
int32_t L_5 = V_3;
if ((((int32_t)L_5) == ((int32_t)((int32_t)41))))
{
goto IL_0137;
}
}
{
goto IL_0131;
}
IL_009f:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_6 = V_0;
NullCheck(L_6);
int32_t L_7 = RegexNode_ChildCount_m23B6965575DB0DBC1D90212820DEA144FCB06996(L_6, /*hidden argument*/NULL);
if ((((int32_t)L_7) <= ((int32_t)0)))
{
goto IL_0137;
}
}
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_8 = V_0;
V_1 = L_8;
V_2 = 0;
goto IL_0137;
}
IL_00b4:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_9 = V_0;
NullCheck(L_9);
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_10 = RegexNode_Child_m5AA4FFDDCCFA22FE70BA0F236F19A963AEF72079(L_9, 0, /*hidden argument*/NULL);
V_0 = L_10;
V_1 = (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 *)NULL;
goto IL_000b;
}
IL_00c3:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_11 = V_0;
NullCheck(L_11);
int32_t L_12 = L_11->get__m_4();
if ((((int32_t)L_12) <= ((int32_t)0)))
{
goto IL_00f3;
}
}
{
String_t* L_13 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_14 = V_0;
NullCheck(L_14);
int32_t L_15 = L_14->get__m_4();
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_16 = V_0;
NullCheck(L_16);
Il2CppChar L_17 = L_16->get__ch_3();
NullCheck(L_13);
String_t* L_18 = String_PadRight_mDC890E71A75C12F96DC1430CF94B1B7C1ED839B0(L_13, L_15, L_17, /*hidden argument*/NULL);
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_19 = V_0;
NullCheck(L_19);
int32_t L_20 = L_19->get__options_6();
RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 * L_21 = (RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 *)il2cpp_codegen_object_new(RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67_il2cpp_TypeInfo_var);
RegexPrefix__ctor_m93489A4FF55425A15BF5390E77EE0B84F6F9364C(L_21, L_18, (bool)((!(((uint32_t)((int32_t)((int32_t)L_20&(int32_t)1))) <= ((uint32_t)0)))? 1 : 0), /*hidden argument*/NULL);
return L_21;
}
IL_00f3:
{
IL2CPP_RUNTIME_CLASS_INIT(RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67_il2cpp_TypeInfo_var);
RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 * L_22 = RegexPrefix_get_Empty_mAD10DECDBC7C51F9ACF5C02E3191874252DF9B8B(/*hidden argument*/NULL);
return L_22;
}
IL_00f9:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_23 = V_0;
NullCheck(L_23);
Il2CppChar* L_24 = L_23->get_address_of__ch_3();
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_25 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
String_t* L_26 = Char_ToString_mF758476EBA0494508C18E74ADF20D7732A872BDE((Il2CppChar*)L_24, L_25, /*hidden argument*/NULL);
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_27 = V_0;
NullCheck(L_27);
int32_t L_28 = L_27->get__options_6();
RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 * L_29 = (RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 *)il2cpp_codegen_object_new(RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67_il2cpp_TypeInfo_var);
RegexPrefix__ctor_m93489A4FF55425A15BF5390E77EE0B84F6F9364C(L_29, L_26, (bool)((!(((uint32_t)((int32_t)((int32_t)L_28&(int32_t)1))) <= ((uint32_t)0)))? 1 : 0), /*hidden argument*/NULL);
return L_29;
}
IL_011a:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_30 = V_0;
NullCheck(L_30);
String_t* L_31 = L_30->get__str_2();
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_32 = V_0;
NullCheck(L_32);
int32_t L_33 = L_32->get__options_6();
RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 * L_34 = (RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 *)il2cpp_codegen_object_new(RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67_il2cpp_TypeInfo_var);
RegexPrefix__ctor_m93489A4FF55425A15BF5390E77EE0B84F6F9364C(L_34, L_31, (bool)((!(((uint32_t)((int32_t)((int32_t)L_33&(int32_t)1))) <= ((uint32_t)0)))? 1 : 0), /*hidden argument*/NULL);
return L_34;
}
IL_0131:
{
IL2CPP_RUNTIME_CLASS_INIT(RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67_il2cpp_TypeInfo_var);
RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 * L_35 = RegexPrefix_get_Empty_mAD10DECDBC7C51F9ACF5C02E3191874252DF9B8B(/*hidden argument*/NULL);
return L_35;
}
IL_0137:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_36 = V_1;
if (!L_36)
{
goto IL_0143;
}
}
{
int32_t L_37 = V_2;
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_38 = V_1;
NullCheck(L_38);
int32_t L_39 = RegexNode_ChildCount_m23B6965575DB0DBC1D90212820DEA144FCB06996(L_38, /*hidden argument*/NULL);
if ((((int32_t)L_37) < ((int32_t)L_39)))
{
goto IL_0149;
}
}
IL_0143:
{
IL2CPP_RUNTIME_CLASS_INIT(RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67_il2cpp_TypeInfo_var);
RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 * L_40 = RegexPrefix_get_Empty_mAD10DECDBC7C51F9ACF5C02E3191874252DF9B8B(/*hidden argument*/NULL);
return L_40;
}
IL_0149:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_41 = V_1;
int32_t L_42 = V_2;
int32_t L_43 = L_42;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1));
NullCheck(L_41);
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_44 = RegexNode_Child_m5AA4FFDDCCFA22FE70BA0F236F19A963AEF72079(L_41, L_43, /*hidden argument*/NULL);
V_0 = L_44;
goto IL_000b;
}
}
// System.Int32 System.Text.RegularExpressions.RegexFCD::Anchors(System.Text.RegularExpressions.RegexTree)
extern "C" IL2CPP_METHOD_ATTR int32_t RegexFCD_Anchors_m562FA644F10503074714E0F58A2A00F9F727D75E (RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6 * ___tree0, const RuntimeMethod* method)
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * V_0 = NULL;
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * V_1 = NULL;
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t V_4 = 0;
{
V_1 = (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 *)NULL;
V_2 = 0;
V_3 = 0;
RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6 * L_0 = ___tree0;
NullCheck(L_0);
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_1 = L_0->get__root_0();
V_0 = L_1;
}
IL_000d:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_2 = V_0;
NullCheck(L_2);
int32_t L_3 = L_2->get__type_0();
V_4 = L_3;
int32_t L_4 = V_4;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)((int32_t)14))))
{
case 0:
{
goto IL_0091;
}
case 1:
{
goto IL_0091;
}
case 2:
{
goto IL_0091;
}
case 3:
{
goto IL_009f;
}
case 4:
{
goto IL_0091;
}
case 5:
{
goto IL_0091;
}
case 6:
{
goto IL_0091;
}
case 7:
{
goto IL_0091;
}
case 8:
{
goto IL_009f;
}
case 9:
{
goto IL_00a1;
}
case 10:
{
goto IL_009f;
}
case 11:
{
goto IL_0073;
}
case 12:
{
goto IL_009f;
}
case 13:
{
goto IL_009f;
}
case 14:
{
goto IL_0082;
}
case 15:
{
goto IL_009f;
}
case 16:
{
goto IL_00a1;
}
case 17:
{
goto IL_00a1;
}
case 18:
{
goto IL_0082;
}
}
}
{
int32_t L_5 = V_4;
if ((((int32_t)L_5) == ((int32_t)((int32_t)41))))
{
goto IL_0091;
}
}
{
goto IL_009f;
}
IL_0073:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_6 = V_0;
NullCheck(L_6);
int32_t L_7 = RegexNode_ChildCount_m23B6965575DB0DBC1D90212820DEA144FCB06996(L_6, /*hidden argument*/NULL);
if ((((int32_t)L_7) <= ((int32_t)0)))
{
goto IL_00a1;
}
}
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_8 = V_0;
V_1 = L_8;
V_2 = 0;
goto IL_00a1;
}
IL_0082:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_9 = V_0;
NullCheck(L_9);
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_10 = RegexNode_Child_m5AA4FFDDCCFA22FE70BA0F236F19A963AEF72079(L_9, 0, /*hidden argument*/NULL);
V_0 = L_10;
V_1 = (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 *)NULL;
goto IL_000d;
}
IL_0091:
{
int32_t L_11 = V_3;
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_12 = V_0;
NullCheck(L_12);
int32_t L_13 = L_12->get__type_0();
int32_t L_14 = RegexFCD_AnchorFromType_m4B458E2C589633A43F9324C14F9192EF68F80A14(L_13, /*hidden argument*/NULL);
return ((int32_t)((int32_t)L_11|(int32_t)L_14));
}
IL_009f:
{
int32_t L_15 = V_3;
return L_15;
}
IL_00a1:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_16 = V_1;
if (!L_16)
{
goto IL_00ad;
}
}
{
int32_t L_17 = V_2;
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_18 = V_1;
NullCheck(L_18);
int32_t L_19 = RegexNode_ChildCount_m23B6965575DB0DBC1D90212820DEA144FCB06996(L_18, /*hidden argument*/NULL);
if ((((int32_t)L_17) < ((int32_t)L_19)))
{
goto IL_00af;
}
}
IL_00ad:
{
int32_t L_20 = V_3;
return L_20;
}
IL_00af:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_21 = V_1;
int32_t L_22 = V_2;
int32_t L_23 = L_22;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1));
NullCheck(L_21);
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_24 = RegexNode_Child_m5AA4FFDDCCFA22FE70BA0F236F19A963AEF72079(L_21, L_23, /*hidden argument*/NULL);
V_0 = L_24;
goto IL_000d;
}
}
// System.Int32 System.Text.RegularExpressions.RegexFCD::AnchorFromType(System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t RegexFCD_AnchorFromType_m4B458E2C589633A43F9324C14F9192EF68F80A14 (int32_t ___type0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___type0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)((int32_t)14))))
{
case 0:
{
goto IL_0030;
}
case 1:
{
goto IL_0032;
}
case 2:
{
goto IL_0034;
}
case 3:
{
goto IL_0047;
}
case 4:
{
goto IL_003d;
}
case 5:
{
goto IL_003f;
}
case 6:
{
goto IL_0041;
}
case 7:
{
goto IL_0044;
}
}
}
{
int32_t L_1 = ___type0;
if ((((int32_t)L_1) == ((int32_t)((int32_t)41))))
{
goto IL_0037;
}
}
{
goto IL_0047;
}
IL_0030:
{
return 2;
}
IL_0032:
{
return 8;
}
IL_0034:
{
return ((int32_t)64);
}
IL_0037:
{
return ((int32_t)128);
}
IL_003d:
{
return 1;
}
IL_003f:
{
return 4;
}
IL_0041:
{
return ((int32_t)16);
}
IL_0044:
{
return ((int32_t)32);
}
IL_0047:
{
return 0;
}
}
// System.Void System.Text.RegularExpressions.RegexFCD::.ctor()
extern "C" IL2CPP_METHOD_ATTR void RegexFCD__ctor_mFC6A3309CAFA8C3C2B94094AD443738823388A3B (RegexFCD_tCEDC8A19D3317F0856BC21A345C7E57A41FA568E * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexFCD__ctor_mFC6A3309CAFA8C3C2B94094AD443738823388A3B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
RegexFCU5BU5D_tCABE05C26F3229DFDD9C8A86F3BA828C18F02D72* L_0 = (RegexFCU5BU5D_tCABE05C26F3229DFDD9C8A86F3BA828C18F02D72*)SZArrayNew(RegexFCU5BU5D_tCABE05C26F3229DFDD9C8A86F3BA828C18F02D72_il2cpp_TypeInfo_var, (uint32_t)((int32_t)32));
__this->set__fcStack_2(L_0);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_1 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)((int32_t)32));
__this->set__intStack_0(L_1);
return;
}
}
// System.Void System.Text.RegularExpressions.RegexFCD::PushInt(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void RegexFCD_PushInt_m63817D3969DF7BD31B7C93D43EE45C4AF539868F (RegexFCD_tCEDC8A19D3317F0856BC21A345C7E57A41FA568E * __this, int32_t ___I0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexFCD_PushInt_m63817D3969DF7BD31B7C93D43EE45C4AF539868F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_0 = NULL;
int32_t V_1 = 0;
{
int32_t L_0 = __this->get__intDepth_1();
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_1 = __this->get__intStack_0();
NullCheck(L_1);
if ((((int32_t)L_0) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length)))))))
{
goto IL_0039;
}
}
{
int32_t L_2 = __this->get__intDepth_1();
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_3 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_2, (int32_t)2)));
V_0 = L_3;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_4 = __this->get__intStack_0();
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_5 = V_0;
int32_t L_6 = __this->get__intDepth_1();
Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_4, 0, (RuntimeArray *)(RuntimeArray *)L_5, 0, L_6, /*hidden argument*/NULL);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_7 = V_0;
__this->set__intStack_0(L_7);
}
IL_0039:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_8 = __this->get__intStack_0();
int32_t L_9 = __this->get__intDepth_1();
V_1 = L_9;
int32_t L_10 = V_1;
__this->set__intDepth_1(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)));
int32_t L_11 = V_1;
int32_t L_12 = ___I0;
NullCheck(L_8);
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(L_11), (int32_t)L_12);
return;
}
}
// System.Boolean System.Text.RegularExpressions.RegexFCD::IntIsEmpty()
extern "C" IL2CPP_METHOD_ATTR bool RegexFCD_IntIsEmpty_mE825A8A0DF9D5BA6618357ABBA93421D4099AAEB (RegexFCD_tCEDC8A19D3317F0856BC21A345C7E57A41FA568E * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get__intDepth_1();
return (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
}
}
// System.Int32 System.Text.RegularExpressions.RegexFCD::PopInt()
extern "C" IL2CPP_METHOD_ATTR int32_t RegexFCD_PopInt_m1E4B64F2F6DDBCB7495E673540CF25FDD4D01B7E (RegexFCD_tCEDC8A19D3317F0856BC21A345C7E57A41FA568E * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_0 = __this->get__intStack_0();
int32_t L_1 = __this->get__intDepth_1();
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1));
int32_t L_2 = V_0;
__this->set__intDepth_1(L_2);
int32_t L_3 = V_0;
NullCheck(L_0);
int32_t L_4 = L_3;
int32_t L_5 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
return L_5;
}
}
// System.Void System.Text.RegularExpressions.RegexFCD::PushFC(System.Text.RegularExpressions.RegexFC)
extern "C" IL2CPP_METHOD_ATTR void RegexFCD_PushFC_mBE154E351E7C49FFFC26E603B4672136D91479C7 (RegexFCD_tCEDC8A19D3317F0856BC21A345C7E57A41FA568E * __this, RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 * ___fc0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexFCD_PushFC_mBE154E351E7C49FFFC26E603B4672136D91479C7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RegexFCU5BU5D_tCABE05C26F3229DFDD9C8A86F3BA828C18F02D72* V_0 = NULL;
int32_t V_1 = 0;
{
int32_t L_0 = __this->get__fcDepth_3();
RegexFCU5BU5D_tCABE05C26F3229DFDD9C8A86F3BA828C18F02D72* L_1 = __this->get__fcStack_2();
NullCheck(L_1);
if ((((int32_t)L_0) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length)))))))
{
goto IL_0039;
}
}
{
int32_t L_2 = __this->get__fcDepth_3();
RegexFCU5BU5D_tCABE05C26F3229DFDD9C8A86F3BA828C18F02D72* L_3 = (RegexFCU5BU5D_tCABE05C26F3229DFDD9C8A86F3BA828C18F02D72*)SZArrayNew(RegexFCU5BU5D_tCABE05C26F3229DFDD9C8A86F3BA828C18F02D72_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_2, (int32_t)2)));
V_0 = L_3;
RegexFCU5BU5D_tCABE05C26F3229DFDD9C8A86F3BA828C18F02D72* L_4 = __this->get__fcStack_2();
RegexFCU5BU5D_tCABE05C26F3229DFDD9C8A86F3BA828C18F02D72* L_5 = V_0;
int32_t L_6 = __this->get__fcDepth_3();
Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_4, 0, (RuntimeArray *)(RuntimeArray *)L_5, 0, L_6, /*hidden argument*/NULL);
RegexFCU5BU5D_tCABE05C26F3229DFDD9C8A86F3BA828C18F02D72* L_7 = V_0;
__this->set__fcStack_2(L_7);
}
IL_0039:
{
RegexFCU5BU5D_tCABE05C26F3229DFDD9C8A86F3BA828C18F02D72* L_8 = __this->get__fcStack_2();
int32_t L_9 = __this->get__fcDepth_3();
V_1 = L_9;
int32_t L_10 = V_1;
__this->set__fcDepth_3(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)));
int32_t L_11 = V_1;
RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 * L_12 = ___fc0;
NullCheck(L_8);
ArrayElementTypeCheck (L_8, L_12);
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(L_11), (RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 *)L_12);
return;
}
}
// System.Boolean System.Text.RegularExpressions.RegexFCD::FCIsEmpty()
extern "C" IL2CPP_METHOD_ATTR bool RegexFCD_FCIsEmpty_m57FDE5D4E352620B7773AD54B286531CA21FCDAD (RegexFCD_tCEDC8A19D3317F0856BC21A345C7E57A41FA568E * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get__fcDepth_3();
return (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
}
}
// System.Text.RegularExpressions.RegexFC System.Text.RegularExpressions.RegexFCD::PopFC()
extern "C" IL2CPP_METHOD_ATTR RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 * RegexFCD_PopFC_m987A35E9ADF69335799EDEEB12C2CD3A3F40FB6E (RegexFCD_tCEDC8A19D3317F0856BC21A345C7E57A41FA568E * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
RegexFCU5BU5D_tCABE05C26F3229DFDD9C8A86F3BA828C18F02D72* L_0 = __this->get__fcStack_2();
int32_t L_1 = __this->get__fcDepth_3();
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1));
int32_t L_2 = V_0;
__this->set__fcDepth_3(L_2);
int32_t L_3 = V_0;
NullCheck(L_0);
int32_t L_4 = L_3;
RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 * L_5 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
return L_5;
}
}
// System.Text.RegularExpressions.RegexFC System.Text.RegularExpressions.RegexFCD::TopFC()
extern "C" IL2CPP_METHOD_ATTR RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 * RegexFCD_TopFC_m26ED21621830CF30FDA46AE8D7F3AC9F50DE416F (RegexFCD_tCEDC8A19D3317F0856BC21A345C7E57A41FA568E * __this, const RuntimeMethod* method)
{
{
RegexFCU5BU5D_tCABE05C26F3229DFDD9C8A86F3BA828C18F02D72* L_0 = __this->get__fcStack_2();
int32_t L_1 = __this->get__fcDepth_3();
NullCheck(L_0);
int32_t L_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1));
RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 * L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
return L_3;
}
}
// System.Text.RegularExpressions.RegexFC System.Text.RegularExpressions.RegexFCD::RegexFCFromRegexTree(System.Text.RegularExpressions.RegexTree)
extern "C" IL2CPP_METHOD_ATTR RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 * RegexFCD_RegexFCFromRegexTree_mA85E74765529D05113116C73EC397E832D81D0BC (RegexFCD_tCEDC8A19D3317F0856BC21A345C7E57A41FA568E * __this, RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6 * ___tree0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexFCD_RegexFCFromRegexTree_mA85E74765529D05113116C73EC397E832D81D0BC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * V_0 = NULL;
int32_t V_1 = 0;
{
RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6 * L_0 = ___tree0;
NullCheck(L_0);
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_1 = L_0->get__root_0();
V_0 = L_1;
V_1 = 0;
}
IL_0009:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_2 = V_0;
NullCheck(L_2);
List_1_tA5CDE89671B691180A7422F86077A0D047AD4059 * L_3 = L_2->get__children_1();
if (L_3)
{
goto IL_0021;
}
}
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_4 = V_0;
NullCheck(L_4);
int32_t L_5 = L_4->get__type_0();
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_6 = V_0;
RegexFCD_CalculateFC_m2267FAA6BCA80275E21DC9A0BAF90BBC85204BD8(__this, L_5, L_6, 0, /*hidden argument*/NULL);
goto IL_0075;
}
IL_0021:
{
int32_t L_7 = V_1;
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_8 = V_0;
NullCheck(L_8);
List_1_tA5CDE89671B691180A7422F86077A0D047AD4059 * L_9 = L_8->get__children_1();
NullCheck(L_9);
int32_t L_10 = List_1_get_Count_mC6523733B48B0774D420C52AAB0D5951127CB49B(L_9, /*hidden argument*/List_1_get_Count_mC6523733B48B0774D420C52AAB0D5951127CB49B_RuntimeMethod_var);
if ((((int32_t)L_7) >= ((int32_t)L_10)))
{
goto IL_0075;
}
}
{
bool L_11 = __this->get__skipAllChildren_4();
if (L_11)
{
goto IL_0075;
}
}
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_12 = V_0;
NullCheck(L_12);
int32_t L_13 = L_12->get__type_0();
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_14 = V_0;
int32_t L_15 = V_1;
RegexFCD_CalculateFC_m2267FAA6BCA80275E21DC9A0BAF90BBC85204BD8(__this, ((int32_t)((int32_t)L_13|(int32_t)((int32_t)64))), L_14, L_15, /*hidden argument*/NULL);
bool L_16 = __this->get__skipchild_5();
if (L_16)
{
goto IL_0068;
}
}
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_17 = V_0;
NullCheck(L_17);
List_1_tA5CDE89671B691180A7422F86077A0D047AD4059 * L_18 = L_17->get__children_1();
int32_t L_19 = V_1;
NullCheck(L_18);
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_20 = List_1_get_Item_m0FFC6D8E8EF63D912869025D9A3ED65726581D11(L_18, L_19, /*hidden argument*/List_1_get_Item_m0FFC6D8E8EF63D912869025D9A3ED65726581D11_RuntimeMethod_var);
V_0 = L_20;
int32_t L_21 = V_1;
RegexFCD_PushInt_m63817D3969DF7BD31B7C93D43EE45C4AF539868F(__this, L_21, /*hidden argument*/NULL);
V_1 = 0;
goto IL_0009;
}
IL_0068:
{
int32_t L_22 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1));
__this->set__skipchild_5((bool)0);
goto IL_0009;
}
IL_0075:
{
__this->set__skipAllChildren_4((bool)0);
bool L_23 = RegexFCD_IntIsEmpty_mE825A8A0DF9D5BA6618357ABBA93421D4099AAEB(__this, /*hidden argument*/NULL);
if (L_23)
{
goto IL_00b9;
}
}
{
int32_t L_24 = RegexFCD_PopInt_m1E4B64F2F6DDBCB7495E673540CF25FDD4D01B7E(__this, /*hidden argument*/NULL);
V_1 = L_24;
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_25 = V_0;
NullCheck(L_25);
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_26 = L_25->get__next_7();
V_0 = L_26;
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_27 = V_0;
NullCheck(L_27);
int32_t L_28 = L_27->get__type_0();
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_29 = V_0;
int32_t L_30 = V_1;
RegexFCD_CalculateFC_m2267FAA6BCA80275E21DC9A0BAF90BBC85204BD8(__this, ((int32_t)((int32_t)L_28|(int32_t)((int32_t)128))), L_29, L_30, /*hidden argument*/NULL);
bool L_31 = __this->get__failed_6();
if (!L_31)
{
goto IL_00b0;
}
}
{
return (RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 *)NULL;
}
IL_00b0:
{
int32_t L_32 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1));
goto IL_0009;
}
IL_00b9:
{
bool L_33 = RegexFCD_FCIsEmpty_m57FDE5D4E352620B7773AD54B286531CA21FCDAD(__this, /*hidden argument*/NULL);
if (!L_33)
{
goto IL_00c3;
}
}
{
return (RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 *)NULL;
}
IL_00c3:
{
RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 * L_34 = RegexFCD_PopFC_m987A35E9ADF69335799EDEEB12C2CD3A3F40FB6E(__this, /*hidden argument*/NULL);
return L_34;
}
}
// System.Void System.Text.RegularExpressions.RegexFCD::SkipChild()
extern "C" IL2CPP_METHOD_ATTR void RegexFCD_SkipChild_m661F5D339305B97A37D855240A0B9AF500FE03F6 (RegexFCD_tCEDC8A19D3317F0856BC21A345C7E57A41FA568E * __this, const RuntimeMethod* method)
{
{
__this->set__skipchild_5((bool)1);
return;
}
}
// System.Void System.Text.RegularExpressions.RegexFCD::CalculateFC(System.Int32,System.Text.RegularExpressions.RegexNode,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void RegexFCD_CalculateFC_m2267FAA6BCA80275E21DC9A0BAF90BBC85204BD8 (RegexFCD_tCEDC8A19D3317F0856BC21A345C7E57A41FA568E * __this, int32_t ___NodeType0, RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * ___node1, int32_t ___CurIndex2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexFCD_CalculateFC_m2267FAA6BCA80275E21DC9A0BAF90BBC85204BD8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 * V_2 = NULL;
RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 * V_3 = NULL;
RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 * V_4 = NULL;
RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 * V_5 = NULL;
RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 * V_6 = NULL;
RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 * V_7 = NULL;
{
V_0 = (bool)0;
V_1 = (bool)0;
int32_t L_0 = ___NodeType0;
if ((((int32_t)L_0) > ((int32_t)((int32_t)13))))
{
goto IL_0022;
}
}
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_1 = ___node1;
NullCheck(L_1);
int32_t L_2 = L_1->get__options_6();
if (!((int32_t)((int32_t)L_2&(int32_t)1)))
{
goto IL_0015;
}
}
{
V_0 = (bool)1;
}
IL_0015:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_3 = ___node1;
NullCheck(L_3);
int32_t L_4 = L_3->get__options_6();
if (!((int32_t)((int32_t)L_4&(int32_t)((int32_t)64))))
{
goto IL_0022;
}
}
{
V_1 = (bool)1;
}
IL_0022:
{
int32_t L_5 = ___NodeType0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)3)))
{
case 0:
{
goto IL_0229;
}
case 1:
{
goto IL_0246;
}
case 2:
{
goto IL_02d6;
}
case 3:
{
goto IL_0229;
}
case 4:
{
goto IL_0246;
}
case 5:
{
goto IL_02d6;
}
case 6:
{
goto IL_0210;
}
case 7:
{
goto IL_0210;
}
case 8:
{
goto IL_02c2;
}
case 9:
{
goto IL_0263;
}
case 10:
{
goto IL_02f2;
}
case 11:
{
goto IL_0305;
}
case 12:
{
goto IL_0305;
}
case 13:
{
goto IL_0305;
}
case 14:
{
goto IL_0305;
}
case 15:
{
goto IL_0305;
}
case 16:
{
goto IL_0305;
}
case 17:
{
goto IL_0305;
}
case 18:
{
goto IL_0305;
}
case 19:
{
goto IL_0305;
}
case 20:
{
goto IL_0149;
}
case 21:
{
goto IL_0312;
}
case 22:
{
goto IL_0312;
}
case 23:
{
goto IL_0312;
}
case 24:
{
goto IL_0312;
}
case 25:
{
goto IL_0312;
}
case 26:
{
goto IL_0312;
}
case 27:
{
goto IL_0312;
}
case 28:
{
goto IL_0312;
}
case 29:
{
goto IL_0312;
}
case 30:
{
goto IL_0312;
}
case 31:
{
goto IL_0312;
}
case 32:
{
goto IL_0312;
}
case 33:
{
goto IL_0312;
}
case 34:
{
goto IL_0312;
}
case 35:
{
goto IL_0312;
}
case 36:
{
goto IL_0312;
}
case 37:
{
goto IL_0312;
}
case 38:
{
goto IL_0305;
}
case 39:
{
goto IL_0305;
}
}
}
{
int32_t L_6 = ___NodeType0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)((int32_t)88))))
{
case 0:
{
goto IL_0337;
}
case 1:
{
goto IL_0337;
}
case 2:
{
goto IL_0337;
}
case 3:
{
goto IL_0337;
}
case 4:
{
goto IL_0337;
}
case 5:
{
goto IL_0337;
}
case 6:
{
goto IL_01fd;
}
case 7:
{
goto IL_01fd;
}
case 8:
{
goto IL_0337;
}
case 9:
{
goto IL_0337;
}
case 10:
{
goto IL_013c;
}
}
}
{
int32_t L_7 = ___NodeType0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)((int32_t)152))))
{
case 0:
{
goto IL_01bb;
}
case 1:
{
goto IL_0156;
}
case 2:
{
goto IL_01e5;
}
case 3:
{
goto IL_01e5;
}
case 4:
{
goto IL_0337;
}
case 5:
{
goto IL_0337;
}
case 6:
{
goto IL_0337;
}
case 7:
{
goto IL_0337;
}
case 8:
{
goto IL_0337;
}
case 9:
{
goto IL_01bb;
}
case 10:
{
goto IL_0190;
}
}
}
{
goto IL_0312;
}
IL_013c:
{
int32_t L_8 = ___CurIndex2;
if (L_8)
{
goto IL_0337;
}
}
{
RegexFCD_SkipChild_m661F5D339305B97A37D855240A0B9AF500FE03F6(__this, /*hidden argument*/NULL);
return;
}
IL_0149:
{
RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 * L_9 = (RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 *)il2cpp_codegen_object_new(RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52_il2cpp_TypeInfo_var);
RegexFC__ctor_m354E8197215F3EE9097B69E783B744365A38EF20(L_9, (bool)1, /*hidden argument*/NULL);
RegexFCD_PushFC_mBE154E351E7C49FFFC26E603B4672136D91479C7(__this, L_9, /*hidden argument*/NULL);
return;
}
IL_0156:
{
int32_t L_10 = ___CurIndex2;
if (!L_10)
{
goto IL_0178;
}
}
{
RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 * L_11 = RegexFCD_PopFC_m987A35E9ADF69335799EDEEB12C2CD3A3F40FB6E(__this, /*hidden argument*/NULL);
V_2 = L_11;
RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 * L_12 = RegexFCD_TopFC_m26ED21621830CF30FDA46AE8D7F3AC9F50DE416F(__this, /*hidden argument*/NULL);
V_3 = L_12;
RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 * L_13 = V_3;
RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 * L_14 = V_2;
NullCheck(L_13);
bool L_15 = RegexFC_AddFC_m5B05CD1D7700817843366EC1DF728977EDD4D11E(L_13, L_14, (bool)1, /*hidden argument*/NULL);
__this->set__failed_6((bool)((((int32_t)L_15) == ((int32_t)0))? 1 : 0));
}
IL_0178:
{
RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 * L_16 = RegexFCD_TopFC_m26ED21621830CF30FDA46AE8D7F3AC9F50DE416F(__this, /*hidden argument*/NULL);
NullCheck(L_16);
bool L_17 = L_16->get__nullable_1();
if (L_17)
{
goto IL_0337;
}
}
{
__this->set__skipAllChildren_4((bool)1);
return;
}
IL_0190:
{
int32_t L_18 = ___CurIndex2;
if ((((int32_t)L_18) <= ((int32_t)1)))
{
goto IL_0337;
}
}
{
RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 * L_19 = RegexFCD_PopFC_m987A35E9ADF69335799EDEEB12C2CD3A3F40FB6E(__this, /*hidden argument*/NULL);
V_4 = L_19;
RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 * L_20 = RegexFCD_TopFC_m26ED21621830CF30FDA46AE8D7F3AC9F50DE416F(__this, /*hidden argument*/NULL);
V_5 = L_20;
RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 * L_21 = V_5;
RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 * L_22 = V_4;
NullCheck(L_21);
bool L_23 = RegexFC_AddFC_m5B05CD1D7700817843366EC1DF728977EDD4D11E(L_21, L_22, (bool)0, /*hidden argument*/NULL);
__this->set__failed_6((bool)((((int32_t)L_23) == ((int32_t)0))? 1 : 0));
return;
}
IL_01bb:
{
int32_t L_24 = ___CurIndex2;
if (!L_24)
{
goto IL_0337;
}
}
{
RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 * L_25 = RegexFCD_PopFC_m987A35E9ADF69335799EDEEB12C2CD3A3F40FB6E(__this, /*hidden argument*/NULL);
V_6 = L_25;
RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 * L_26 = RegexFCD_TopFC_m26ED21621830CF30FDA46AE8D7F3AC9F50DE416F(__this, /*hidden argument*/NULL);
V_7 = L_26;
RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 * L_27 = V_7;
RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 * L_28 = V_6;
NullCheck(L_27);
bool L_29 = RegexFC_AddFC_m5B05CD1D7700817843366EC1DF728977EDD4D11E(L_27, L_28, (bool)0, /*hidden argument*/NULL);
__this->set__failed_6((bool)((((int32_t)L_29) == ((int32_t)0))? 1 : 0));
return;
}
IL_01e5:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_30 = ___node1;
NullCheck(L_30);
int32_t L_31 = L_30->get__m_4();
if (L_31)
{
goto IL_0337;
}
}
{
RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 * L_32 = RegexFCD_TopFC_m26ED21621830CF30FDA46AE8D7F3AC9F50DE416F(__this, /*hidden argument*/NULL);
NullCheck(L_32);
L_32->set__nullable_1((bool)1);
return;
}
IL_01fd:
{
RegexFCD_SkipChild_m661F5D339305B97A37D855240A0B9AF500FE03F6(__this, /*hidden argument*/NULL);
RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 * L_33 = (RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 *)il2cpp_codegen_object_new(RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52_il2cpp_TypeInfo_var);
RegexFC__ctor_m354E8197215F3EE9097B69E783B744365A38EF20(L_33, (bool)1, /*hidden argument*/NULL);
RegexFCD_PushFC_mBE154E351E7C49FFFC26E603B4672136D91479C7(__this, L_33, /*hidden argument*/NULL);
return;
}
IL_0210:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_34 = ___node1;
NullCheck(L_34);
Il2CppChar L_35 = L_34->get__ch_3();
int32_t L_36 = ___NodeType0;
bool L_37 = V_0;
RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 * L_38 = (RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 *)il2cpp_codegen_object_new(RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52_il2cpp_TypeInfo_var);
RegexFC__ctor_m023D08ED0365AE9AAC539333B4390A8052C59229(L_38, L_35, (bool)((((int32_t)L_36) == ((int32_t)((int32_t)10)))? 1 : 0), (bool)0, L_37, /*hidden argument*/NULL);
RegexFCD_PushFC_mBE154E351E7C49FFFC26E603B4672136D91479C7(__this, L_38, /*hidden argument*/NULL);
return;
}
IL_0229:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_39 = ___node1;
NullCheck(L_39);
Il2CppChar L_40 = L_39->get__ch_3();
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_41 = ___node1;
NullCheck(L_41);
int32_t L_42 = L_41->get__m_4();
bool L_43 = V_0;
RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 * L_44 = (RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 *)il2cpp_codegen_object_new(RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52_il2cpp_TypeInfo_var);
RegexFC__ctor_m023D08ED0365AE9AAC539333B4390A8052C59229(L_44, L_40, (bool)0, (bool)((((int32_t)L_42) == ((int32_t)0))? 1 : 0), L_43, /*hidden argument*/NULL);
RegexFCD_PushFC_mBE154E351E7C49FFFC26E603B4672136D91479C7(__this, L_44, /*hidden argument*/NULL);
return;
}
IL_0246:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_45 = ___node1;
NullCheck(L_45);
Il2CppChar L_46 = L_45->get__ch_3();
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_47 = ___node1;
NullCheck(L_47);
int32_t L_48 = L_47->get__m_4();
bool L_49 = V_0;
RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 * L_50 = (RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 *)il2cpp_codegen_object_new(RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52_il2cpp_TypeInfo_var);
RegexFC__ctor_m023D08ED0365AE9AAC539333B4390A8052C59229(L_50, L_46, (bool)1, (bool)((((int32_t)L_48) == ((int32_t)0))? 1 : 0), L_49, /*hidden argument*/NULL);
RegexFCD_PushFC_mBE154E351E7C49FFFC26E603B4672136D91479C7(__this, L_50, /*hidden argument*/NULL);
return;
}
IL_0263:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_51 = ___node1;
NullCheck(L_51);
String_t* L_52 = L_51->get__str_2();
NullCheck(L_52);
int32_t L_53 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_52, /*hidden argument*/NULL);
if (L_53)
{
goto IL_027d;
}
}
{
RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 * L_54 = (RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 *)il2cpp_codegen_object_new(RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52_il2cpp_TypeInfo_var);
RegexFC__ctor_m354E8197215F3EE9097B69E783B744365A38EF20(L_54, (bool)1, /*hidden argument*/NULL);
RegexFCD_PushFC_mBE154E351E7C49FFFC26E603B4672136D91479C7(__this, L_54, /*hidden argument*/NULL);
return;
}
IL_027d:
{
bool L_55 = V_1;
if (L_55)
{
goto IL_029b;
}
}
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_56 = ___node1;
NullCheck(L_56);
String_t* L_57 = L_56->get__str_2();
NullCheck(L_57);
Il2CppChar L_58 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_57, 0, /*hidden argument*/NULL);
bool L_59 = V_0;
RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 * L_60 = (RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 *)il2cpp_codegen_object_new(RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52_il2cpp_TypeInfo_var);
RegexFC__ctor_m023D08ED0365AE9AAC539333B4390A8052C59229(L_60, L_58, (bool)0, (bool)0, L_59, /*hidden argument*/NULL);
RegexFCD_PushFC_mBE154E351E7C49FFFC26E603B4672136D91479C7(__this, L_60, /*hidden argument*/NULL);
return;
}
IL_029b:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_61 = ___node1;
NullCheck(L_61);
String_t* L_62 = L_61->get__str_2();
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_63 = ___node1;
NullCheck(L_63);
String_t* L_64 = L_63->get__str_2();
NullCheck(L_64);
int32_t L_65 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_64, /*hidden argument*/NULL);
NullCheck(L_62);
Il2CppChar L_66 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_62, ((int32_t)il2cpp_codegen_subtract((int32_t)L_65, (int32_t)1)), /*hidden argument*/NULL);
bool L_67 = V_0;
RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 * L_68 = (RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 *)il2cpp_codegen_object_new(RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52_il2cpp_TypeInfo_var);
RegexFC__ctor_m023D08ED0365AE9AAC539333B4390A8052C59229(L_68, L_66, (bool)0, (bool)0, L_67, /*hidden argument*/NULL);
RegexFCD_PushFC_mBE154E351E7C49FFFC26E603B4672136D91479C7(__this, L_68, /*hidden argument*/NULL);
return;
}
IL_02c2:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_69 = ___node1;
NullCheck(L_69);
String_t* L_70 = L_69->get__str_2();
bool L_71 = V_0;
RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 * L_72 = (RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 *)il2cpp_codegen_object_new(RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52_il2cpp_TypeInfo_var);
RegexFC__ctor_mDCBBCCC1BB476741943D7F9AD88731B1DCA0C1B5(L_72, L_70, (bool)0, L_71, /*hidden argument*/NULL);
RegexFCD_PushFC_mBE154E351E7C49FFFC26E603B4672136D91479C7(__this, L_72, /*hidden argument*/NULL);
return;
}
IL_02d6:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_73 = ___node1;
NullCheck(L_73);
String_t* L_74 = L_73->get__str_2();
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_75 = ___node1;
NullCheck(L_75);
int32_t L_76 = L_75->get__m_4();
bool L_77 = V_0;
RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 * L_78 = (RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 *)il2cpp_codegen_object_new(RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52_il2cpp_TypeInfo_var);
RegexFC__ctor_mDCBBCCC1BB476741943D7F9AD88731B1DCA0C1B5(L_78, L_74, (bool)((((int32_t)L_76) == ((int32_t)0))? 1 : 0), L_77, /*hidden argument*/NULL);
RegexFCD_PushFC_mBE154E351E7C49FFFC26E603B4672136D91479C7(__this, L_78, /*hidden argument*/NULL);
return;
}
IL_02f2:
{
RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 * L_79 = (RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 *)il2cpp_codegen_object_new(RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52_il2cpp_TypeInfo_var);
RegexFC__ctor_mDCBBCCC1BB476741943D7F9AD88731B1DCA0C1B5(L_79, _stringLiteral3F096541A26B4800990ADE37FF48BC9849B9D3CC, (bool)1, (bool)0, /*hidden argument*/NULL);
RegexFCD_PushFC_mBE154E351E7C49FFFC26E603B4672136D91479C7(__this, L_79, /*hidden argument*/NULL);
return;
}
IL_0305:
{
RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 * L_80 = (RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52 *)il2cpp_codegen_object_new(RegexFC_t076AC007C0B19472DFC727FF856B5755332B8B52_il2cpp_TypeInfo_var);
RegexFC__ctor_m354E8197215F3EE9097B69E783B744365A38EF20(L_80, (bool)1, /*hidden argument*/NULL);
RegexFCD_PushFC_mBE154E351E7C49FFFC26E603B4672136D91479C7(__this, L_80, /*hidden argument*/NULL);
return;
}
IL_0312:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_81 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_82 = L_81;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_83 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL);
String_t* L_84 = Int32_ToString_m1D0AF82BDAB5D4710527DD3FEFA6F01246D128A5((int32_t*)(&___NodeType0), L_83, /*hidden argument*/NULL);
NullCheck(L_82);
ArrayElementTypeCheck (L_82, L_84);
(L_82)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_84);
String_t* L_85 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteral5900F0482262F89324FD1D5199529E2C62C06DF4, L_82, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_86 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_86, L_85, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_86, NULL, RegexFCD_CalculateFC_m2267FAA6BCA80275E21DC9A0BAF90BBC85204BD8_RuntimeMethod_var);
}
IL_0337:
{
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Text.RegularExpressions.RegexInterpreter::.ctor(System.Text.RegularExpressions.RegexCode,System.Globalization.CultureInfo)
extern "C" IL2CPP_METHOD_ATTR void RegexInterpreter__ctor_m7B9BA594CF5F338B2E257EDADC2481826BF4C6BB (RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * __this, RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA * ___code0, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture1, const RuntimeMethod* method)
{
{
RegexRunner__ctor_mC04D94995556E71E813F8420C8A4EC0B66404550(__this, /*hidden argument*/NULL);
RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA * L_0 = ___code0;
__this->set_runcode_22(L_0);
RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA * L_1 = ___code0;
NullCheck(L_1);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_2 = L_1->get__codes_0();
__this->set_runcodes_19(L_2);
RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA * L_3 = ___code0;
NullCheck(L_3);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_4 = L_3->get__strings_1();
__this->set_runstrings_21(L_4);
RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA * L_5 = ___code0;
NullCheck(L_5);
RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 * L_6 = L_5->get__fcPrefix_5();
__this->set_runfcPrefix_23(L_6);
RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA * L_7 = ___code0;
NullCheck(L_7);
RegexBoyerMoore_t37ED99A3CC25068E4D3DE4517835CFFCCF2FA1EB * L_8 = L_7->get__bmPrefix_6();
__this->set_runbmPrefix_24(L_8);
RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA * L_9 = ___code0;
NullCheck(L_9);
int32_t L_10 = L_9->get__anchors_7();
__this->set_runanchors_25(L_10);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_11 = ___culture1;
__this->set_runculture_28(L_11);
return;
}
}
// System.Void System.Text.RegularExpressions.RegexInterpreter::InitTrackCount()
extern "C" IL2CPP_METHOD_ATTR void RegexInterpreter_InitTrackCount_mD93771C3D75617898528698E29AD09B7EA5EE24B (RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * __this, const RuntimeMethod* method)
{
{
RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA * L_0 = __this->get_runcode_22();
NullCheck(L_0);
int32_t L_1 = L_0->get__trackcount_2();
((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->set_runtrackcount_11(L_1);
return;
}
}
// System.Void System.Text.RegularExpressions.RegexInterpreter::Advance()
extern "C" IL2CPP_METHOD_ATTR void RegexInterpreter_Advance_mCD1A51680CD0318DDF6D104DE8C722FCCC468CCA (RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * __this, const RuntimeMethod* method)
{
{
RegexInterpreter_Advance_m779870D7E1FA3580492E2E8B75E2805613525AF7(__this, 0, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Text.RegularExpressions.RegexInterpreter::Advance(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void RegexInterpreter_Advance_m779870D7E1FA3580492E2E8B75E2805613525AF7 (RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * __this, int32_t ___i0, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_runcodepos_20();
int32_t L_1 = ___i0;
__this->set_runcodepos_20(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)))));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_2 = __this->get_runcodes_19();
int32_t L_3 = __this->get_runcodepos_20();
NullCheck(L_2);
int32_t L_4 = L_3;
int32_t L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
RegexInterpreter_SetOperator_m5B633C33EE4CD85364E7C60003ACE8EA93FDAC91(__this, L_5, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Text.RegularExpressions.RegexInterpreter::Goto(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void RegexInterpreter_Goto_m438DE9CE790DF0757383C91126DEA68C6B0DADFE (RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * __this, int32_t ___newpos0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___newpos0;
int32_t L_1 = __this->get_runcodepos_20();
if ((((int32_t)L_0) >= ((int32_t)L_1)))
{
goto IL_000f;
}
}
{
RegexRunner_EnsureStorage_m6BC13F773B014E2875CCD9A83E4093A77AA1053C(__this, /*hidden argument*/NULL);
}
IL_000f:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_2 = __this->get_runcodes_19();
int32_t L_3 = ___newpos0;
NullCheck(L_2);
int32_t L_4 = L_3;
int32_t L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
RegexInterpreter_SetOperator_m5B633C33EE4CD85364E7C60003ACE8EA93FDAC91(__this, L_5, /*hidden argument*/NULL);
int32_t L_6 = ___newpos0;
__this->set_runcodepos_20(L_6);
return;
}
}
// System.Void System.Text.RegularExpressions.RegexInterpreter::Textto(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void RegexInterpreter_Textto_m6CE60A7C8FA9F9CEECD26BD6025F055EB64887AA (RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * __this, int32_t ___newpos0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___newpos0;
((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->set_runtextpos_4(L_0);
return;
}
}
// System.Void System.Text.RegularExpressions.RegexInterpreter::Trackto(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void RegexInterpreter_Trackto_m0C7B05A7385BE3F9BB096FE28DC22942A9F96783 (RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * __this, int32_t ___newpos0, const RuntimeMethod* method)
{
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_0 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtrack_5();
NullCheck(L_0);
int32_t L_1 = ___newpos0;
((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->set_runtrackpos_6(((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length)))), (int32_t)L_1)));
return;
}
}
// System.Int32 System.Text.RegularExpressions.RegexInterpreter::Textstart()
extern "C" IL2CPP_METHOD_ATTR int32_t RegexInterpreter_Textstart_mE71CFC006954F38B9EB6CD85BCC0867E63BF0894 (RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtextstart_2();
return L_0;
}
}
// System.Int32 System.Text.RegularExpressions.RegexInterpreter::Textpos()
extern "C" IL2CPP_METHOD_ATTR int32_t RegexInterpreter_Textpos_mC66F0DE729E76EDA0BEEA7B1ABEE369BA6C81D5B (RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtextpos_4();
return L_0;
}
}
// System.Int32 System.Text.RegularExpressions.RegexInterpreter::Trackpos()
extern "C" IL2CPP_METHOD_ATTR int32_t RegexInterpreter_Trackpos_m472ADA4F5E1D07E71896E42714DFB723CB016842 (RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * __this, const RuntimeMethod* method)
{
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_0 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtrack_5();
NullCheck(L_0);
int32_t L_1 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtrackpos_6();
return ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length)))), (int32_t)L_1));
}
}
// System.Void System.Text.RegularExpressions.RegexInterpreter::TrackPush()
extern "C" IL2CPP_METHOD_ATTR void RegexInterpreter_TrackPush_m5A8B9F863211AAEC7E5FAD14ECDDAFDE3059210D (RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_0 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtrack_5();
int32_t L_1 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtrackpos_6();
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1));
int32_t L_2 = V_0;
((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->set_runtrackpos_6(L_2);
int32_t L_3 = V_0;
int32_t L_4 = __this->get_runcodepos_20();
NullCheck(L_0);
(L_0)->SetAt(static_cast<il2cpp_array_size_t>(L_3), (int32_t)L_4);
return;
}
}
// System.Void System.Text.RegularExpressions.RegexInterpreter::TrackPush(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void RegexInterpreter_TrackPush_mB2AF47E651D2A3853A719EFB908C30D27EC2FF5F (RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * __this, int32_t ___I10, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_0 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtrack_5();
int32_t L_1 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtrackpos_6();
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1));
int32_t L_2 = V_0;
((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->set_runtrackpos_6(L_2);
int32_t L_3 = V_0;
int32_t L_4 = ___I10;
NullCheck(L_0);
(L_0)->SetAt(static_cast<il2cpp_array_size_t>(L_3), (int32_t)L_4);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_5 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtrack_5();
int32_t L_6 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtrackpos_6();
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1));
int32_t L_7 = V_0;
((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->set_runtrackpos_6(L_7);
int32_t L_8 = V_0;
int32_t L_9 = __this->get_runcodepos_20();
NullCheck(L_5);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(L_8), (int32_t)L_9);
return;
}
}
// System.Void System.Text.RegularExpressions.RegexInterpreter::TrackPush(System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void RegexInterpreter_TrackPush_m3EA36B28D636D1C617F85CEA57650344B562A38F (RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * __this, int32_t ___I10, int32_t ___I21, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_0 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtrack_5();
int32_t L_1 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtrackpos_6();
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1));
int32_t L_2 = V_0;
((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->set_runtrackpos_6(L_2);
int32_t L_3 = V_0;
int32_t L_4 = ___I10;
NullCheck(L_0);
(L_0)->SetAt(static_cast<il2cpp_array_size_t>(L_3), (int32_t)L_4);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_5 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtrack_5();
int32_t L_6 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtrackpos_6();
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1));
int32_t L_7 = V_0;
((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->set_runtrackpos_6(L_7);
int32_t L_8 = V_0;
int32_t L_9 = ___I21;
NullCheck(L_5);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(L_8), (int32_t)L_9);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_10 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtrack_5();
int32_t L_11 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtrackpos_6();
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1));
int32_t L_12 = V_0;
((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->set_runtrackpos_6(L_12);
int32_t L_13 = V_0;
int32_t L_14 = __this->get_runcodepos_20();
NullCheck(L_10);
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(L_13), (int32_t)L_14);
return;
}
}
// System.Void System.Text.RegularExpressions.RegexInterpreter::TrackPush(System.Int32,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void RegexInterpreter_TrackPush_mBCAADB1DF177D91DC9AA4518DCDB3AAF7D6C0E15 (RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * __this, int32_t ___I10, int32_t ___I21, int32_t ___I32, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_0 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtrack_5();
int32_t L_1 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtrackpos_6();
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1));
int32_t L_2 = V_0;
((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->set_runtrackpos_6(L_2);
int32_t L_3 = V_0;
int32_t L_4 = ___I10;
NullCheck(L_0);
(L_0)->SetAt(static_cast<il2cpp_array_size_t>(L_3), (int32_t)L_4);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_5 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtrack_5();
int32_t L_6 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtrackpos_6();
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1));
int32_t L_7 = V_0;
((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->set_runtrackpos_6(L_7);
int32_t L_8 = V_0;
int32_t L_9 = ___I21;
NullCheck(L_5);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(L_8), (int32_t)L_9);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_10 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtrack_5();
int32_t L_11 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtrackpos_6();
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1));
int32_t L_12 = V_0;
((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->set_runtrackpos_6(L_12);
int32_t L_13 = V_0;
int32_t L_14 = ___I32;
NullCheck(L_10);
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(L_13), (int32_t)L_14);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_15 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtrack_5();
int32_t L_16 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtrackpos_6();
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1));
int32_t L_17 = V_0;
((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->set_runtrackpos_6(L_17);
int32_t L_18 = V_0;
int32_t L_19 = __this->get_runcodepos_20();
NullCheck(L_15);
(L_15)->SetAt(static_cast<il2cpp_array_size_t>(L_18), (int32_t)L_19);
return;
}
}
// System.Void System.Text.RegularExpressions.RegexInterpreter::TrackPush2(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void RegexInterpreter_TrackPush2_m4EBCF8B183717311AEE3FAA6AD6FAF1F08B14F77 (RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * __this, int32_t ___I10, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_0 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtrack_5();
int32_t L_1 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtrackpos_6();
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1));
int32_t L_2 = V_0;
((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->set_runtrackpos_6(L_2);
int32_t L_3 = V_0;
int32_t L_4 = ___I10;
NullCheck(L_0);
(L_0)->SetAt(static_cast<il2cpp_array_size_t>(L_3), (int32_t)L_4);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_5 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtrack_5();
int32_t L_6 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtrackpos_6();
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1));
int32_t L_7 = V_0;
((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->set_runtrackpos_6(L_7);
int32_t L_8 = V_0;
int32_t L_9 = __this->get_runcodepos_20();
NullCheck(L_5);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(L_8), (int32_t)((-L_9)));
return;
}
}
// System.Void System.Text.RegularExpressions.RegexInterpreter::TrackPush2(System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void RegexInterpreter_TrackPush2_mD591F73FDDF69084636E0834BCCD530B057898FF (RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * __this, int32_t ___I10, int32_t ___I21, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_0 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtrack_5();
int32_t L_1 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtrackpos_6();
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1));
int32_t L_2 = V_0;
((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->set_runtrackpos_6(L_2);
int32_t L_3 = V_0;
int32_t L_4 = ___I10;
NullCheck(L_0);
(L_0)->SetAt(static_cast<il2cpp_array_size_t>(L_3), (int32_t)L_4);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_5 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtrack_5();
int32_t L_6 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtrackpos_6();
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1));
int32_t L_7 = V_0;
((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->set_runtrackpos_6(L_7);
int32_t L_8 = V_0;
int32_t L_9 = ___I21;
NullCheck(L_5);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(L_8), (int32_t)L_9);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_10 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtrack_5();
int32_t L_11 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtrackpos_6();
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1));
int32_t L_12 = V_0;
((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->set_runtrackpos_6(L_12);
int32_t L_13 = V_0;
int32_t L_14 = __this->get_runcodepos_20();
NullCheck(L_10);
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(L_13), (int32_t)((-L_14)));
return;
}
}
// System.Void System.Text.RegularExpressions.RegexInterpreter::Backtrack()
extern "C" IL2CPP_METHOD_ATTR void RegexInterpreter_Backtrack_m46612DE84F898D1656DE30F3BA86E93209E279E1 (RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_0 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtrack_5();
int32_t L_1 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtrackpos_6();
V_1 = L_1;
int32_t L_2 = V_1;
((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->set_runtrackpos_6(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)));
int32_t L_3 = V_1;
NullCheck(L_0);
int32_t L_4 = L_3;
int32_t L_5 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
V_0 = L_5;
int32_t L_6 = V_0;
if ((((int32_t)L_6) >= ((int32_t)0)))
{
goto IL_0036;
}
}
{
int32_t L_7 = V_0;
V_0 = ((-L_7));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_8 = __this->get_runcodes_19();
int32_t L_9 = V_0;
NullCheck(L_8);
int32_t L_10 = L_9;
int32_t L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
RegexInterpreter_SetOperator_m5B633C33EE4CD85364E7C60003ACE8EA93FDAC91(__this, ((int32_t)((int32_t)L_11|(int32_t)((int32_t)256))), /*hidden argument*/NULL);
goto IL_004a;
}
IL_0036:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_12 = __this->get_runcodes_19();
int32_t L_13 = V_0;
NullCheck(L_12);
int32_t L_14 = L_13;
int32_t L_15 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
RegexInterpreter_SetOperator_m5B633C33EE4CD85364E7C60003ACE8EA93FDAC91(__this, ((int32_t)((int32_t)L_15|(int32_t)((int32_t)128))), /*hidden argument*/NULL);
}
IL_004a:
{
int32_t L_16 = V_0;
int32_t L_17 = __this->get_runcodepos_20();
if ((((int32_t)L_16) >= ((int32_t)L_17)))
{
goto IL_0059;
}
}
{
RegexRunner_EnsureStorage_m6BC13F773B014E2875CCD9A83E4093A77AA1053C(__this, /*hidden argument*/NULL);
}
IL_0059:
{
int32_t L_18 = V_0;
__this->set_runcodepos_20(L_18);
return;
}
}
// System.Void System.Text.RegularExpressions.RegexInterpreter::SetOperator(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void RegexInterpreter_SetOperator_m5B633C33EE4CD85364E7C60003ACE8EA93FDAC91 (RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * __this, int32_t ___op0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___op0;
__this->set_runci_27((bool)((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)512)))) <= ((uint32_t)0)))? 1 : 0));
int32_t L_1 = ___op0;
__this->set_runrtl_26((bool)((!(((uint32_t)((int32_t)((int32_t)L_1&(int32_t)((int32_t)64)))) <= ((uint32_t)0)))? 1 : 0));
int32_t L_2 = ___op0;
__this->set_runoperator_18(((int32_t)((int32_t)L_2&(int32_t)((int32_t)-577))));
return;
}
}
// System.Void System.Text.RegularExpressions.RegexInterpreter::TrackPop()
extern "C" IL2CPP_METHOD_ATTR void RegexInterpreter_TrackPop_m84B55BE8F346693942045E937174EC8C1AE91F08 (RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtrackpos_6();
((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->set_runtrackpos_6(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1)));
return;
}
}
// System.Void System.Text.RegularExpressions.RegexInterpreter::TrackPop(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void RegexInterpreter_TrackPop_m73AB2E002DB92E231B62510861277320F76BEEED (RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * __this, int32_t ___framesize0, const RuntimeMethod* method)
{
{
int32_t L_0 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtrackpos_6();
int32_t L_1 = ___framesize0;
((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->set_runtrackpos_6(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1)));
return;
}
}
// System.Int32 System.Text.RegularExpressions.RegexInterpreter::TrackPeek()
extern "C" IL2CPP_METHOD_ATTR int32_t RegexInterpreter_TrackPeek_m4EF7918CC0F10FFF7E73C1C9D13E74D1D8D13318 (RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * __this, const RuntimeMethod* method)
{
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_0 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtrack_5();
int32_t L_1 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtrackpos_6();
NullCheck(L_0);
int32_t L_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1));
int32_t L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
return L_3;
}
}
// System.Int32 System.Text.RegularExpressions.RegexInterpreter::TrackPeek(System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t RegexInterpreter_TrackPeek_mEECF3E94E7823A68474C691F695D71087729553C (RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * __this, int32_t ___i0, const RuntimeMethod* method)
{
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_0 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtrack_5();
int32_t L_1 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtrackpos_6();
int32_t L_2 = ___i0;
NullCheck(L_0);
int32_t L_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)L_2)), (int32_t)1));
int32_t L_4 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
return L_4;
}
}
// System.Void System.Text.RegularExpressions.RegexInterpreter::StackPush(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void RegexInterpreter_StackPush_mC28C3F8B3C811C4DCA6CD312F7F487206C871E55 (RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * __this, int32_t ___I10, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_0 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runstack_7();
int32_t L_1 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runstackpos_8();
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1));
int32_t L_2 = V_0;
((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->set_runstackpos_8(L_2);
int32_t L_3 = V_0;
int32_t L_4 = ___I10;
NullCheck(L_0);
(L_0)->SetAt(static_cast<il2cpp_array_size_t>(L_3), (int32_t)L_4);
return;
}
}
// System.Void System.Text.RegularExpressions.RegexInterpreter::StackPush(System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void RegexInterpreter_StackPush_m911FF20379BF912884E7F98BB59CFB6C51AA1861 (RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * __this, int32_t ___I10, int32_t ___I21, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_0 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runstack_7();
int32_t L_1 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runstackpos_8();
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1));
int32_t L_2 = V_0;
((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->set_runstackpos_8(L_2);
int32_t L_3 = V_0;
int32_t L_4 = ___I10;
NullCheck(L_0);
(L_0)->SetAt(static_cast<il2cpp_array_size_t>(L_3), (int32_t)L_4);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_5 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runstack_7();
int32_t L_6 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runstackpos_8();
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1));
int32_t L_7 = V_0;
((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->set_runstackpos_8(L_7);
int32_t L_8 = V_0;
int32_t L_9 = ___I21;
NullCheck(L_5);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(L_8), (int32_t)L_9);
return;
}
}
// System.Void System.Text.RegularExpressions.RegexInterpreter::StackPop()
extern "C" IL2CPP_METHOD_ATTR void RegexInterpreter_StackPop_mD057CA7B190ED8FBD33C6CE48E1F28E4B09FC4F2 (RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runstackpos_8();
((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->set_runstackpos_8(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1)));
return;
}
}
// System.Void System.Text.RegularExpressions.RegexInterpreter::StackPop(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void RegexInterpreter_StackPop_m90FC35FD76D9B63851ECFD641DAA08B1B58C7B91 (RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * __this, int32_t ___framesize0, const RuntimeMethod* method)
{
{
int32_t L_0 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runstackpos_8();
int32_t L_1 = ___framesize0;
((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->set_runstackpos_8(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1)));
return;
}
}
// System.Int32 System.Text.RegularExpressions.RegexInterpreter::StackPeek()
extern "C" IL2CPP_METHOD_ATTR int32_t RegexInterpreter_StackPeek_m08C28311048F6B075379EE46B924FC211BA48EC6 (RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * __this, const RuntimeMethod* method)
{
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_0 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runstack_7();
int32_t L_1 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runstackpos_8();
NullCheck(L_0);
int32_t L_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1));
int32_t L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
return L_3;
}
}
// System.Int32 System.Text.RegularExpressions.RegexInterpreter::StackPeek(System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t RegexInterpreter_StackPeek_m308DE22A8E1AF524319E7F1D5A94DBFEC37700ED (RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * __this, int32_t ___i0, const RuntimeMethod* method)
{
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_0 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runstack_7();
int32_t L_1 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runstackpos_8();
int32_t L_2 = ___i0;
NullCheck(L_0);
int32_t L_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)L_2)), (int32_t)1));
int32_t L_4 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
return L_4;
}
}
// System.Int32 System.Text.RegularExpressions.RegexInterpreter::Operator()
extern "C" IL2CPP_METHOD_ATTR int32_t RegexInterpreter_Operator_m4DE2EAA1744D15294F2767D5217F753FE74FAC0B (RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_runoperator_18();
return L_0;
}
}
// System.Int32 System.Text.RegularExpressions.RegexInterpreter::Operand(System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t RegexInterpreter_Operand_m1ACB9C398C9C7ADF8DA58824877B99F08F181526 (RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * __this, int32_t ___i0, const RuntimeMethod* method)
{
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_0 = __this->get_runcodes_19();
int32_t L_1 = __this->get_runcodepos_20();
int32_t L_2 = ___i0;
NullCheck(L_0);
int32_t L_3 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_2)), (int32_t)1));
int32_t L_4 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
return L_4;
}
}
// System.Int32 System.Text.RegularExpressions.RegexInterpreter::Leftchars()
extern "C" IL2CPP_METHOD_ATTR int32_t RegexInterpreter_Leftchars_m3A200CD41FFE8C89CCB85B3CC7A367E32C5988D1 (RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtextpos_4();
int32_t L_1 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtextbeg_0();
return ((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)L_1));
}
}
// System.Int32 System.Text.RegularExpressions.RegexInterpreter::Rightchars()
extern "C" IL2CPP_METHOD_ATTR int32_t RegexInterpreter_Rightchars_m3DB37A53D6C3DC3311C9EA020690CC0824959D30 (RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtextend_1();
int32_t L_1 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtextpos_4();
return ((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)L_1));
}
}
// System.Int32 System.Text.RegularExpressions.RegexInterpreter::Bump()
extern "C" IL2CPP_METHOD_ATTR int32_t RegexInterpreter_Bump_mC33CB8A0CC0DF1C69F11115BD225D2D8B63F8753 (RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_runrtl_26();
if (L_0)
{
goto IL_000a;
}
}
{
return 1;
}
IL_000a:
{
return (-1);
}
}
// System.Int32 System.Text.RegularExpressions.RegexInterpreter::Forwardchars()
extern "C" IL2CPP_METHOD_ATTR int32_t RegexInterpreter_Forwardchars_mE5E437E285604CDC60551C112F7B2CEF7297F4ED (RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_runrtl_26();
if (L_0)
{
goto IL_0016;
}
}
{
int32_t L_1 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtextend_1();
int32_t L_2 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtextpos_4();
return ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)L_2));
}
IL_0016:
{
int32_t L_3 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtextpos_4();
int32_t L_4 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtextbeg_0();
return ((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4));
}
}
// System.Char System.Text.RegularExpressions.RegexInterpreter::Forwardcharnext()
extern "C" IL2CPP_METHOD_ATTR Il2CppChar RegexInterpreter_Forwardcharnext_mD2C6694CC31BC75D3E20C511D1004D28AAE1390F (RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexInterpreter_Forwardcharnext_mD2C6694CC31BC75D3E20C511D1004D28AAE1390F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Il2CppChar V_0 = 0x0;
int32_t V_1 = 0;
Il2CppChar G_B3_0 = 0x0;
{
bool L_0 = __this->get_runrtl_26();
if (L_0)
{
goto IL_0026;
}
}
{
String_t* L_1 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtext_3();
int32_t L_2 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtextpos_4();
V_1 = L_2;
int32_t L_3 = V_1;
((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->set_runtextpos_4(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)));
int32_t L_4 = V_1;
NullCheck(L_1);
Il2CppChar L_5 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_1, L_4, /*hidden argument*/NULL);
G_B3_0 = L_5;
goto IL_0042;
}
IL_0026:
{
String_t* L_6 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtext_3();
int32_t L_7 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtextpos_4();
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1));
int32_t L_8 = V_1;
((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->set_runtextpos_4(L_8);
int32_t L_9 = V_1;
NullCheck(L_6);
Il2CppChar L_10 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_6, L_9, /*hidden argument*/NULL);
G_B3_0 = L_10;
}
IL_0042:
{
V_0 = G_B3_0;
bool L_11 = __this->get_runci_27();
if (L_11)
{
goto IL_004d;
}
}
{
Il2CppChar L_12 = V_0;
return L_12;
}
IL_004d:
{
Il2CppChar L_13 = V_0;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_14 = __this->get_runculture_28();
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
Il2CppChar L_15 = Char_ToLower_m10AA9F9260876F97230F7BAA4C070AD23ABBC160(L_13, L_14, /*hidden argument*/NULL);
return L_15;
}
}
// System.Boolean System.Text.RegularExpressions.RegexInterpreter::Stringmatch(System.String)
extern "C" IL2CPP_METHOD_ATTR bool RegexInterpreter_Stringmatch_m543BC6834400A925D2603AE6FBB47944694AFDF1 (RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * __this, String_t* ___str0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexInterpreter_Stringmatch_m543BC6834400A925D2603AE6FBB47944694AFDF1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
{
bool L_0 = __this->get_runrtl_26();
if (L_0)
{
goto IL_002c;
}
}
{
int32_t L_1 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtextend_1();
int32_t L_2 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtextpos_4();
String_t* L_3 = ___str0;
NullCheck(L_3);
int32_t L_4 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_3, /*hidden argument*/NULL);
int32_t L_5 = L_4;
V_0 = L_5;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)L_2))) >= ((int32_t)L_5)))
{
goto IL_0021;
}
}
{
return (bool)0;
}
IL_0021:
{
int32_t L_6 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtextpos_4();
int32_t L_7 = V_0;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7));
goto IL_004c;
}
IL_002c:
{
int32_t L_8 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtextpos_4();
int32_t L_9 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtextbeg_0();
String_t* L_10 = ___str0;
NullCheck(L_10);
int32_t L_11 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_10, /*hidden argument*/NULL);
int32_t L_12 = L_11;
V_0 = L_12;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9))) >= ((int32_t)L_12)))
{
goto IL_0045;
}
}
{
return (bool)0;
}
IL_0045:
{
int32_t L_13 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtextpos_4();
V_1 = L_13;
}
IL_004c:
{
bool L_14 = __this->get_runci_27();
if (L_14)
{
goto IL_00a4;
}
}
{
goto IL_0075;
}
IL_0056:
{
String_t* L_15 = ___str0;
int32_t L_16 = V_0;
int32_t L_17 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1));
V_0 = L_17;
NullCheck(L_15);
Il2CppChar L_18 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_15, L_17, /*hidden argument*/NULL);
String_t* L_19 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtext_3();
int32_t L_20 = V_1;
int32_t L_21 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)1));
V_1 = L_21;
NullCheck(L_19);
Il2CppChar L_22 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_19, L_21, /*hidden argument*/NULL);
if ((((int32_t)L_18) == ((int32_t)L_22)))
{
goto IL_0075;
}
}
{
return (bool)0;
}
IL_0075:
{
int32_t L_23 = V_0;
if (L_23)
{
goto IL_0056;
}
}
{
goto IL_00a7;
}
IL_007a:
{
String_t* L_24 = ___str0;
int32_t L_25 = V_0;
int32_t L_26 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)1));
V_0 = L_26;
NullCheck(L_24);
Il2CppChar L_27 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_24, L_26, /*hidden argument*/NULL);
String_t* L_28 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtext_3();
int32_t L_29 = V_1;
int32_t L_30 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)1));
V_1 = L_30;
NullCheck(L_28);
Il2CppChar L_31 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_28, L_30, /*hidden argument*/NULL);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_32 = __this->get_runculture_28();
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
Il2CppChar L_33 = Char_ToLower_m10AA9F9260876F97230F7BAA4C070AD23ABBC160(L_31, L_32, /*hidden argument*/NULL);
if ((((int32_t)L_27) == ((int32_t)L_33)))
{
goto IL_00a4;
}
}
{
return (bool)0;
}
IL_00a4:
{
int32_t L_34 = V_0;
if (L_34)
{
goto IL_007a;
}
}
IL_00a7:
{
bool L_35 = __this->get_runrtl_26();
if (L_35)
{
goto IL_00b8;
}
}
{
int32_t L_36 = V_1;
String_t* L_37 = ___str0;
NullCheck(L_37);
int32_t L_38 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_37, /*hidden argument*/NULL);
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)L_38));
}
IL_00b8:
{
int32_t L_39 = V_1;
((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->set_runtextpos_4(L_39);
return (bool)1;
}
}
// System.Boolean System.Text.RegularExpressions.RegexInterpreter::Refmatch(System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR bool RegexInterpreter_Refmatch_m52369ADBF64E25A9EEEBE216939454EBB8D8E138 (RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * __this, int32_t ___index0, int32_t ___len1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexInterpreter_Refmatch_m52369ADBF64E25A9EEEBE216939454EBB8D8E138_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
bool L_0 = __this->get_runrtl_26();
if (L_0)
{
goto IL_0025;
}
}
{
int32_t L_1 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtextend_1();
int32_t L_2 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtextpos_4();
int32_t L_3 = ___len1;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)L_2))) >= ((int32_t)L_3)))
{
goto IL_001a;
}
}
{
return (bool)0;
}
IL_001a:
{
int32_t L_4 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtextpos_4();
int32_t L_5 = ___len1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_5));
goto IL_003e;
}
IL_0025:
{
int32_t L_6 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtextpos_4();
int32_t L_7 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtextbeg_0();
int32_t L_8 = ___len1;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_7))) >= ((int32_t)L_8)))
{
goto IL_0037;
}
}
{
return (bool)0;
}
IL_0037:
{
int32_t L_9 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtextpos_4();
V_1 = L_9;
}
IL_003e:
{
int32_t L_10 = ___index0;
int32_t L_11 = ___len1;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_11));
int32_t L_12 = ___len1;
V_0 = L_12;
bool L_13 = __this->get_runci_27();
if (L_13)
{
goto IL_00b5;
}
}
{
goto IL_0072;
}
IL_004e:
{
String_t* L_14 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtext_3();
int32_t L_15 = V_2;
int32_t L_16 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)1));
V_2 = L_16;
NullCheck(L_14);
Il2CppChar L_17 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_14, L_16, /*hidden argument*/NULL);
String_t* L_18 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtext_3();
int32_t L_19 = V_1;
int32_t L_20 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)1));
V_1 = L_20;
NullCheck(L_18);
Il2CppChar L_21 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_18, L_20, /*hidden argument*/NULL);
if ((((int32_t)L_17) == ((int32_t)L_21)))
{
goto IL_0072;
}
}
{
return (bool)0;
}
IL_0072:
{
int32_t L_22 = V_0;
int32_t L_23 = L_22;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)1));
if (L_23)
{
goto IL_004e;
}
}
{
goto IL_00bc;
}
IL_007b:
{
String_t* L_24 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtext_3();
int32_t L_25 = V_2;
int32_t L_26 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)1));
V_2 = L_26;
NullCheck(L_24);
Il2CppChar L_27 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_24, L_26, /*hidden argument*/NULL);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_28 = __this->get_runculture_28();
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
Il2CppChar L_29 = Char_ToLower_m10AA9F9260876F97230F7BAA4C070AD23ABBC160(L_27, L_28, /*hidden argument*/NULL);
String_t* L_30 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtext_3();
int32_t L_31 = V_1;
int32_t L_32 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_31, (int32_t)1));
V_1 = L_32;
NullCheck(L_30);
Il2CppChar L_33 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_30, L_32, /*hidden argument*/NULL);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_34 = __this->get_runculture_28();
Il2CppChar L_35 = Char_ToLower_m10AA9F9260876F97230F7BAA4C070AD23ABBC160(L_33, L_34, /*hidden argument*/NULL);
if ((((int32_t)L_29) == ((int32_t)L_35)))
{
goto IL_00b5;
}
}
{
return (bool)0;
}
IL_00b5:
{
int32_t L_36 = V_0;
int32_t L_37 = L_36;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_37, (int32_t)1));
if (L_37)
{
goto IL_007b;
}
}
IL_00bc:
{
bool L_38 = __this->get_runrtl_26();
if (L_38)
{
goto IL_00c8;
}
}
{
int32_t L_39 = V_1;
int32_t L_40 = ___len1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)L_40));
}
IL_00c8:
{
int32_t L_41 = V_1;
((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->set_runtextpos_4(L_41);
return (bool)1;
}
}
// System.Void System.Text.RegularExpressions.RegexInterpreter::Backwardnext()
extern "C" IL2CPP_METHOD_ATTR void RegexInterpreter_Backwardnext_mD10CE2A9E229D0655EF01565DB39C902654D00CD (RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * __this, const RuntimeMethod* method)
{
int32_t G_B2_0 = 0;
RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * G_B2_1 = NULL;
int32_t G_B1_0 = 0;
RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * G_B1_1 = NULL;
int32_t G_B3_0 = 0;
int32_t G_B3_1 = 0;
RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * G_B3_2 = NULL;
{
int32_t L_0 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtextpos_4();
bool L_1 = __this->get_runrtl_26();
G_B1_0 = L_0;
G_B1_1 = __this;
if (L_1)
{
G_B2_0 = L_0;
G_B2_1 = __this;
goto IL_0012;
}
}
{
G_B3_0 = (-1);
G_B3_1 = G_B1_0;
G_B3_2 = G_B1_1;
goto IL_0013;
}
IL_0012:
{
G_B3_0 = 1;
G_B3_1 = G_B2_0;
G_B3_2 = G_B2_1;
}
IL_0013:
{
NullCheck(G_B3_2);
((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)G_B3_2)->set_runtextpos_4(((int32_t)il2cpp_codegen_add((int32_t)G_B3_1, (int32_t)G_B3_0)));
return;
}
}
// System.Char System.Text.RegularExpressions.RegexInterpreter::CharAt(System.Int32)
extern "C" IL2CPP_METHOD_ATTR Il2CppChar RegexInterpreter_CharAt_mAE2AF6D293F53C2D8961C2D0C145BC3ADF6EC105 (RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * __this, int32_t ___j0, const RuntimeMethod* method)
{
{
String_t* L_0 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtext_3();
int32_t L_1 = ___j0;
NullCheck(L_0);
Il2CppChar L_2 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_0, L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Boolean System.Text.RegularExpressions.RegexInterpreter::FindFirstChar()
extern "C" IL2CPP_METHOD_ATTR bool RegexInterpreter_FindFirstChar_m95CDB0ECB99F7850479D951A5F32BB6B19B91F44 (RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexInterpreter_FindFirstChar_m95CDB0ECB99F7850479D951A5F32BB6B19B91F44_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
String_t* V_1 = NULL;
Il2CppChar V_2 = 0x0;
RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * G_B32_0 = NULL;
RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * G_B31_0 = NULL;
int32_t G_B33_0 = 0;
RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * G_B33_1 = NULL;
{
int32_t L_0 = __this->get_runanchors_25();
if (!((int32_t)((int32_t)L_0&(int32_t)((int32_t)53))))
{
goto IL_0186;
}
}
{
RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA * L_1 = __this->get_runcode_22();
NullCheck(L_1);
bool L_2 = L_1->get__rightToLeft_8();
if (L_2)
{
goto IL_00ba;
}
}
{
int32_t L_3 = __this->get_runanchors_25();
if (!((int32_t)((int32_t)L_3&(int32_t)1)))
{
goto IL_0036;
}
}
{
int32_t L_4 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtextpos_4();
int32_t L_5 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtextbeg_0();
if ((((int32_t)L_4) > ((int32_t)L_5)))
{
goto IL_004e;
}
}
IL_0036:
{
int32_t L_6 = __this->get_runanchors_25();
if (!((int32_t)((int32_t)L_6&(int32_t)4)))
{
goto IL_005c;
}
}
{
int32_t L_7 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtextpos_4();
int32_t L_8 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtextstart_2();
if ((((int32_t)L_7) <= ((int32_t)L_8)))
{
goto IL_005c;
}
}
IL_004e:
{
int32_t L_9 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtextend_1();
((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->set_runtextpos_4(L_9);
return (bool)0;
}
IL_005c:
{
int32_t L_10 = __this->get_runanchors_25();
if (!((int32_t)((int32_t)L_10&(int32_t)((int32_t)16))))
{
goto IL_008a;
}
}
{
int32_t L_11 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtextpos_4();
int32_t L_12 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtextend_1();
if ((((int32_t)L_11) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1)))))
{
goto IL_008a;
}
}
{
int32_t L_13 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtextend_1();
((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->set_runtextpos_4(((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)1)));
goto IL_0158;
}
IL_008a:
{
int32_t L_14 = __this->get_runanchors_25();
if (!((int32_t)((int32_t)L_14&(int32_t)((int32_t)32))))
{
goto IL_0158;
}
}
{
int32_t L_15 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtextpos_4();
int32_t L_16 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtextend_1();
if ((((int32_t)L_15) >= ((int32_t)L_16)))
{
goto IL_0158;
}
}
{
int32_t L_17 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtextend_1();
((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->set_runtextpos_4(L_17);
goto IL_0158;
}
IL_00ba:
{
int32_t L_18 = __this->get_runanchors_25();
if (!((int32_t)((int32_t)L_18&(int32_t)((int32_t)32))))
{
goto IL_00d3;
}
}
{
int32_t L_19 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtextpos_4();
int32_t L_20 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtextend_1();
if ((((int32_t)L_19) < ((int32_t)L_20)))
{
goto IL_0126;
}
}
IL_00d3:
{
int32_t L_21 = __this->get_runanchors_25();
if (!((int32_t)((int32_t)L_21&(int32_t)((int32_t)16))))
{
goto IL_010e;
}
}
{
int32_t L_22 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtextpos_4();
int32_t L_23 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtextend_1();
if ((((int32_t)L_22) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)1)))))
{
goto IL_0126;
}
}
{
int32_t L_24 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtextpos_4();
int32_t L_25 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtextend_1();
if ((!(((uint32_t)L_24) == ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)1))))))
{
goto IL_010e;
}
}
{
int32_t L_26 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtextpos_4();
Il2CppChar L_27 = RegexInterpreter_CharAt_mAE2AF6D293F53C2D8961C2D0C145BC3ADF6EC105(__this, L_26, /*hidden argument*/NULL);
if ((!(((uint32_t)L_27) == ((uint32_t)((int32_t)10)))))
{
goto IL_0126;
}
}
IL_010e:
{
int32_t L_28 = __this->get_runanchors_25();
if (!((int32_t)((int32_t)L_28&(int32_t)4)))
{
goto IL_0134;
}
}
{
int32_t L_29 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtextpos_4();
int32_t L_30 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtextstart_2();
if ((((int32_t)L_29) >= ((int32_t)L_30)))
{
goto IL_0134;
}
}
IL_0126:
{
int32_t L_31 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtextbeg_0();
((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->set_runtextpos_4(L_31);
return (bool)0;
}
IL_0134:
{
int32_t L_32 = __this->get_runanchors_25();
if (!((int32_t)((int32_t)L_32&(int32_t)1)))
{
goto IL_0158;
}
}
{
int32_t L_33 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtextpos_4();
int32_t L_34 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtextbeg_0();
if ((((int32_t)L_33) <= ((int32_t)L_34)))
{
goto IL_0158;
}
}
{
int32_t L_35 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtextbeg_0();
((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->set_runtextpos_4(L_35);
}
IL_0158:
{
RegexBoyerMoore_t37ED99A3CC25068E4D3DE4517835CFFCCF2FA1EB * L_36 = __this->get_runbmPrefix_24();
if (!L_36)
{
goto IL_0184;
}
}
{
RegexBoyerMoore_t37ED99A3CC25068E4D3DE4517835CFFCCF2FA1EB * L_37 = __this->get_runbmPrefix_24();
String_t* L_38 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtext_3();
int32_t L_39 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtextpos_4();
int32_t L_40 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtextbeg_0();
int32_t L_41 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtextend_1();
NullCheck(L_37);
bool L_42 = RegexBoyerMoore_IsMatch_m820D06ED51C062451AFAF22682D2EB06C8DFABD9(L_37, L_38, L_39, L_40, L_41, /*hidden argument*/NULL);
return L_42;
}
IL_0184:
{
return (bool)1;
}
IL_0186:
{
RegexBoyerMoore_t37ED99A3CC25068E4D3DE4517835CFFCCF2FA1EB * L_43 = __this->get_runbmPrefix_24();
if (!L_43)
{
goto IL_01e5;
}
}
{
RegexBoyerMoore_t37ED99A3CC25068E4D3DE4517835CFFCCF2FA1EB * L_44 = __this->get_runbmPrefix_24();
String_t* L_45 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtext_3();
int32_t L_46 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtextpos_4();
int32_t L_47 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtextbeg_0();
int32_t L_48 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtextend_1();
NullCheck(L_44);
int32_t L_49 = RegexBoyerMoore_Scan_m204A42056131A694B6D31FC69563355788CABD67(L_44, L_45, L_46, L_47, L_48, /*hidden argument*/NULL);
((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->set_runtextpos_4(L_49);
int32_t L_50 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtextpos_4();
if ((!(((uint32_t)L_50) == ((uint32_t)(-1)))))
{
goto IL_01e3;
}
}
{
RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA * L_51 = __this->get_runcode_22();
NullCheck(L_51);
bool L_52 = L_51->get__rightToLeft_8();
G_B31_0 = __this;
if (L_52)
{
G_B32_0 = __this;
goto IL_01d6;
}
}
{
int32_t L_53 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtextend_1();
G_B33_0 = L_53;
G_B33_1 = G_B31_0;
goto IL_01dc;
}
IL_01d6:
{
int32_t L_54 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtextbeg_0();
G_B33_0 = L_54;
G_B33_1 = G_B32_0;
}
IL_01dc:
{
NullCheck(G_B33_1);
((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)G_B33_1)->set_runtextpos_4(G_B33_0);
return (bool)0;
}
IL_01e3:
{
return (bool)1;
}
IL_01e5:
{
RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 * L_55 = __this->get_runfcPrefix_23();
if (L_55)
{
goto IL_01ef;
}
}
{
return (bool)1;
}
IL_01ef:
{
RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA * L_56 = __this->get_runcode_22();
NullCheck(L_56);
bool L_57 = L_56->get__rightToLeft_8();
__this->set_runrtl_26(L_57);
RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 * L_58 = __this->get_runfcPrefix_23();
NullCheck(L_58);
bool L_59 = RegexPrefix_get_CaseInsensitive_m76E04480FA9FFAE4C5031CA12F4AE9A2576212C0(L_58, /*hidden argument*/NULL);
__this->set_runci_27(L_59);
RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 * L_60 = __this->get_runfcPrefix_23();
NullCheck(L_60);
String_t* L_61 = RegexPrefix_get_Prefix_m7137EC6CA5B857F49946E2EAEA19784040D430CF(L_60, /*hidden argument*/NULL);
V_1 = L_61;
String_t* L_62 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var);
bool L_63 = RegexCharClass_IsSingleton_m89D3E8460B0E7020DB0ABA607AC2F76FB9A34F1A(L_62, /*hidden argument*/NULL);
if (!L_63)
{
goto IL_0250;
}
}
{
String_t* L_64 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var);
Il2CppChar L_65 = RegexCharClass_SingletonChar_m01C15732FAD399460FF5BB449B8177A77CAB1DB9(L_64, /*hidden argument*/NULL);
V_2 = L_65;
int32_t L_66 = RegexInterpreter_Forwardchars_mE5E437E285604CDC60551C112F7B2CEF7297F4ED(__this, /*hidden argument*/NULL);
V_0 = L_66;
goto IL_024a;
}
IL_0235:
{
Il2CppChar L_67 = V_2;
Il2CppChar L_68 = RegexInterpreter_Forwardcharnext_mD2C6694CC31BC75D3E20C511D1004D28AAE1390F(__this, /*hidden argument*/NULL);
if ((!(((uint32_t)L_67) == ((uint32_t)L_68))))
{
goto IL_0246;
}
}
{
RegexInterpreter_Backwardnext_mD10CE2A9E229D0655EF01565DB39C902654D00CD(__this, /*hidden argument*/NULL);
return (bool)1;
}
IL_0246:
{
int32_t L_69 = V_0;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_69, (int32_t)1));
}
IL_024a:
{
int32_t L_70 = V_0;
if ((((int32_t)L_70) > ((int32_t)0)))
{
goto IL_0235;
}
}
{
goto IL_0277;
}
IL_0250:
{
int32_t L_71 = RegexInterpreter_Forwardchars_mE5E437E285604CDC60551C112F7B2CEF7297F4ED(__this, /*hidden argument*/NULL);
V_0 = L_71;
goto IL_0273;
}
IL_0259:
{
Il2CppChar L_72 = RegexInterpreter_Forwardcharnext_mD2C6694CC31BC75D3E20C511D1004D28AAE1390F(__this, /*hidden argument*/NULL);
String_t* L_73 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var);
bool L_74 = RegexCharClass_CharInClass_m194AAA57BBBD30E78E70255D6F53FAFDB785EC0E(L_72, L_73, /*hidden argument*/NULL);
if (!L_74)
{
goto IL_026f;
}
}
{
RegexInterpreter_Backwardnext_mD10CE2A9E229D0655EF01565DB39C902654D00CD(__this, /*hidden argument*/NULL);
return (bool)1;
}
IL_026f:
{
int32_t L_75 = V_0;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_75, (int32_t)1));
}
IL_0273:
{
int32_t L_76 = V_0;
if ((((int32_t)L_76) > ((int32_t)0)))
{
goto IL_0259;
}
}
IL_0277:
{
return (bool)0;
}
}
// System.Void System.Text.RegularExpressions.RegexInterpreter::Go()
extern "C" IL2CPP_METHOD_ATTR void RegexInterpreter_Go_mBE9DEAECBD68F60DDFE2BB5A8C24CF92A1FB503A (RegexInterpreter_tCFD7D68662C4B174087DA02FB6119836DD2EA7DA * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexInterpreter_Go_mBE9DEAECBD68F60DDFE2BB5A8C24CF92A1FB503A_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 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;
Il2CppChar V_12 = 0x0;
int32_t V_13 = 0;
Il2CppChar V_14 = 0x0;
int32_t V_15 = 0;
String_t* V_16 = NULL;
int32_t V_17 = 0;
Il2CppChar V_18 = 0x0;
int32_t V_19 = 0;
int32_t V_20 = 0;
Il2CppChar V_21 = 0x0;
int32_t V_22 = 0;
int32_t V_23 = 0;
String_t* V_24 = NULL;
int32_t V_25 = 0;
int32_t V_26 = 0;
int32_t V_27 = 0;
int32_t V_28 = 0;
int32_t V_29 = 0;
int32_t V_30 = 0;
int32_t V_31 = 0;
int32_t V_32 = 0;
int32_t V_33 = 0;
int32_t V_34 = 0;
int32_t V_35 = 0;
int32_t V_36 = 0;
int32_t V_37 = 0;
{
RegexInterpreter_Goto_m438DE9CE790DF0757383C91126DEA68C6B0DADFE(__this, 0, /*hidden argument*/NULL);
}
IL_0007:
{
RegexRunner_CheckTimeout_m52486A9CE7B6EA4C83BB60FB200196AF0EE5687B(__this, /*hidden argument*/NULL);
int32_t L_0 = RegexInterpreter_Operator_m4DE2EAA1744D15294F2767D5217F753FE74FAC0B(__this, /*hidden argument*/NULL);
V_0 = L_0;
int32_t L_1 = V_0;
switch (L_1)
{
case 0:
{
goto IL_09f0;
}
case 1:
{
goto IL_0a35;
}
case 2:
{
goto IL_0a7a;
}
case 3:
{
goto IL_0aca;
}
case 4:
{
goto IL_0b3e;
}
case 5:
{
goto IL_0bb2;
}
case 6:
{
goto IL_0cb9;
}
case 7:
{
goto IL_0cb9;
}
case 8:
{
goto IL_0cf5;
}
case 9:
{
goto IL_08ed;
}
case 10:
{
goto IL_0918;
}
case 11:
{
goto IL_0943;
}
case 12:
{
goto IL_0979;
}
case 13:
{
goto IL_099e;
}
case 14:
{
goto IL_0780;
}
case 15:
{
goto IL_07a9;
}
case 16:
{
goto IL_07d0;
}
case 17:
{
goto IL_07f8;
}
case 18:
{
goto IL_0870;
}
case 19:
{
goto IL_0887;
}
case 20:
{
goto IL_08a3;
}
case 21:
{
goto IL_08d6;
}
case 22:
{
goto IL_0e4e;
}
case 23:
{
goto IL_01b4;
}
case 24:
{
goto IL_032c;
}
case 25:
{
goto IL_03d2;
}
case 26:
{
goto IL_04ab;
}
case 27:
{
goto IL_0486;
}
case 28:
{
goto IL_04e3;
}
case 29:
{
goto IL_05d3;
}
case 30:
{
goto IL_020d;
}
case 31:
{
goto IL_01f0;
}
case 32:
{
goto IL_0270;
}
case 33:
{
goto IL_0230;
}
case 34:
{
goto IL_06d6;
}
case 35:
{
goto IL_0705;
}
case 36:
{
goto IL_0734;
}
case 37:
{
goto IL_0196;
}
case 38:
{
goto IL_0184;
}
case 39:
{
goto IL_0e3e;
}
case 40:
{
goto IL_0183;
}
case 41:
{
goto IL_0820;
}
case 42:
{
goto IL_0848;
}
}
}
{
int32_t L_2 = V_0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)((int32_t)131))))
{
case 0:
{
goto IL_0c31;
}
case 1:
{
goto IL_0c31;
}
case 2:
{
goto IL_0c75;
}
case 3:
{
goto IL_0d31;
}
case 4:
{
goto IL_0d88;
}
case 5:
{
goto IL_0ddf;
}
case 6:
{
goto IL_0e3e;
}
case 7:
{
goto IL_0e3e;
}
case 8:
{
goto IL_0e3e;
}
case 9:
{
goto IL_0e3e;
}
case 10:
{
goto IL_0e3e;
}
case 11:
{
goto IL_0e3e;
}
case 12:
{
goto IL_0e3e;
}
case 13:
{
goto IL_0e3e;
}
case 14:
{
goto IL_0e3e;
}
case 15:
{
goto IL_0e3e;
}
case 16:
{
goto IL_0e3e;
}
case 17:
{
goto IL_0e3e;
}
case 18:
{
goto IL_0e3e;
}
case 19:
{
goto IL_0e3e;
}
case 20:
{
goto IL_01cc;
}
case 21:
{
goto IL_0389;
}
case 22:
{
goto IL_042e;
}
case 23:
{
goto IL_04d7;
}
case 24:
{
goto IL_04cb;
}
case 25:
{
goto IL_0556;
}
case 26:
{
goto IL_0636;
}
case 27:
{
goto IL_0225;
}
case 28:
{
goto IL_0225;
}
case 29:
{
goto IL_02ef;
}
case 30:
{
goto IL_0259;
}
case 31:
{
goto IL_06f9;
}
case 32:
{
goto IL_0e3e;
}
case 33:
{
goto IL_075f;
}
}
}
{
int32_t L_3 = V_0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)((int32_t)280))))
{
case 0:
{
goto IL_03bb;
}
case 1:
{
goto IL_0469;
}
case 2:
{
goto IL_0e3e;
}
case 3:
{
goto IL_0e3e;
}
case 4:
{
goto IL_05b4;
}
case 5:
{
goto IL_06af;
}
}
}
{
goto IL_0e3e;
}
IL_0183:
{
return;
}
IL_0184:
{
int32_t L_4 = RegexInterpreter_Operand_m1ACB9C398C9C7ADF8DA58824877B99F08F181526(__this, 0, /*hidden argument*/NULL);
RegexInterpreter_Goto_m438DE9CE790DF0757383C91126DEA68C6B0DADFE(__this, L_4, /*hidden argument*/NULL);
goto IL_0007;
}
IL_0196:
{
int32_t L_5 = RegexInterpreter_Operand_m1ACB9C398C9C7ADF8DA58824877B99F08F181526(__this, 0, /*hidden argument*/NULL);
bool L_6 = RegexRunner_IsMatched_mD7F580AA0533D5C4BC41D18824FA74BE16EAE7A3(__this, L_5, /*hidden argument*/NULL);
if (!L_6)
{
goto IL_0e4e;
}
}
{
RegexInterpreter_Advance_m779870D7E1FA3580492E2E8B75E2805613525AF7(__this, 1, /*hidden argument*/NULL);
goto IL_0007;
}
IL_01b4:
{
int32_t L_7 = RegexInterpreter_Textpos_mC66F0DE729E76EDA0BEEA7B1ABEE369BA6C81D5B(__this, /*hidden argument*/NULL);
RegexInterpreter_TrackPush_mB2AF47E651D2A3853A719EFB908C30D27EC2FF5F(__this, L_7, /*hidden argument*/NULL);
RegexInterpreter_Advance_m779870D7E1FA3580492E2E8B75E2805613525AF7(__this, 1, /*hidden argument*/NULL);
goto IL_0007;
}
IL_01cc:
{
RegexInterpreter_TrackPop_m84B55BE8F346693942045E937174EC8C1AE91F08(__this, /*hidden argument*/NULL);
int32_t L_8 = RegexInterpreter_TrackPeek_m4EF7918CC0F10FFF7E73C1C9D13E74D1D8D13318(__this, /*hidden argument*/NULL);
RegexInterpreter_Textto_m6CE60A7C8FA9F9CEECD26BD6025F055EB64887AA(__this, L_8, /*hidden argument*/NULL);
int32_t L_9 = RegexInterpreter_Operand_m1ACB9C398C9C7ADF8DA58824877B99F08F181526(__this, 0, /*hidden argument*/NULL);
RegexInterpreter_Goto_m438DE9CE790DF0757383C91126DEA68C6B0DADFE(__this, L_9, /*hidden argument*/NULL);
goto IL_0007;
}
IL_01f0:
{
int32_t L_10 = RegexInterpreter_Textpos_mC66F0DE729E76EDA0BEEA7B1ABEE369BA6C81D5B(__this, /*hidden argument*/NULL);
RegexInterpreter_StackPush_mC28C3F8B3C811C4DCA6CD312F7F487206C871E55(__this, L_10, /*hidden argument*/NULL);
RegexInterpreter_TrackPush_m5A8B9F863211AAEC7E5FAD14ECDDAFDE3059210D(__this, /*hidden argument*/NULL);
RegexInterpreter_Advance_mCD1A51680CD0318DDF6D104DE8C722FCCC468CCA(__this, /*hidden argument*/NULL);
goto IL_0007;
}
IL_020d:
{
RegexInterpreter_StackPush_mC28C3F8B3C811C4DCA6CD312F7F487206C871E55(__this, (-1), /*hidden argument*/NULL);
RegexInterpreter_TrackPush_m5A8B9F863211AAEC7E5FAD14ECDDAFDE3059210D(__this, /*hidden argument*/NULL);
RegexInterpreter_Advance_mCD1A51680CD0318DDF6D104DE8C722FCCC468CCA(__this, /*hidden argument*/NULL);
goto IL_0007;
}
IL_0225:
{
RegexInterpreter_StackPop_mD057CA7B190ED8FBD33C6CE48E1F28E4B09FC4F2(__this, /*hidden argument*/NULL);
goto IL_0e4e;
}
IL_0230:
{
RegexInterpreter_StackPop_mD057CA7B190ED8FBD33C6CE48E1F28E4B09FC4F2(__this, /*hidden argument*/NULL);
int32_t L_11 = RegexInterpreter_StackPeek_m08C28311048F6B075379EE46B924FC211BA48EC6(__this, /*hidden argument*/NULL);
RegexInterpreter_TrackPush_mB2AF47E651D2A3853A719EFB908C30D27EC2FF5F(__this, L_11, /*hidden argument*/NULL);
int32_t L_12 = RegexInterpreter_StackPeek_m08C28311048F6B075379EE46B924FC211BA48EC6(__this, /*hidden argument*/NULL);
RegexInterpreter_Textto_m6CE60A7C8FA9F9CEECD26BD6025F055EB64887AA(__this, L_12, /*hidden argument*/NULL);
RegexInterpreter_Advance_mCD1A51680CD0318DDF6D104DE8C722FCCC468CCA(__this, /*hidden argument*/NULL);
goto IL_0007;
}
IL_0259:
{
RegexInterpreter_TrackPop_m84B55BE8F346693942045E937174EC8C1AE91F08(__this, /*hidden argument*/NULL);
int32_t L_13 = RegexInterpreter_TrackPeek_m4EF7918CC0F10FFF7E73C1C9D13E74D1D8D13318(__this, /*hidden argument*/NULL);
RegexInterpreter_StackPush_mC28C3F8B3C811C4DCA6CD312F7F487206C871E55(__this, L_13, /*hidden argument*/NULL);
goto IL_0e4e;
}
IL_0270:
{
int32_t L_14 = RegexInterpreter_Operand_m1ACB9C398C9C7ADF8DA58824877B99F08F181526(__this, 1, /*hidden argument*/NULL);
if ((((int32_t)L_14) == ((int32_t)(-1))))
{
goto IL_028c;
}
}
{
int32_t L_15 = RegexInterpreter_Operand_m1ACB9C398C9C7ADF8DA58824877B99F08F181526(__this, 1, /*hidden argument*/NULL);
bool L_16 = RegexRunner_IsMatched_mD7F580AA0533D5C4BC41D18824FA74BE16EAE7A3(__this, L_15, /*hidden argument*/NULL);
if (!L_16)
{
goto IL_0e4e;
}
}
IL_028c:
{
RegexInterpreter_StackPop_mD057CA7B190ED8FBD33C6CE48E1F28E4B09FC4F2(__this, /*hidden argument*/NULL);
int32_t L_17 = RegexInterpreter_Operand_m1ACB9C398C9C7ADF8DA58824877B99F08F181526(__this, 1, /*hidden argument*/NULL);
if ((((int32_t)L_17) == ((int32_t)(-1))))
{
goto IL_02be;
}
}
{
int32_t L_18 = RegexInterpreter_Operand_m1ACB9C398C9C7ADF8DA58824877B99F08F181526(__this, 0, /*hidden argument*/NULL);
int32_t L_19 = RegexInterpreter_Operand_m1ACB9C398C9C7ADF8DA58824877B99F08F181526(__this, 1, /*hidden argument*/NULL);
int32_t L_20 = RegexInterpreter_StackPeek_m08C28311048F6B075379EE46B924FC211BA48EC6(__this, /*hidden argument*/NULL);
int32_t L_21 = RegexInterpreter_Textpos_mC66F0DE729E76EDA0BEEA7B1ABEE369BA6C81D5B(__this, /*hidden argument*/NULL);
RegexRunner_TransferCapture_m4F01B5A96647BC3FD338ACF6D509741D80FEC837(__this, L_18, L_19, L_20, L_21, /*hidden argument*/NULL);
goto IL_02d7;
}
IL_02be:
{
int32_t L_22 = RegexInterpreter_Operand_m1ACB9C398C9C7ADF8DA58824877B99F08F181526(__this, 0, /*hidden argument*/NULL);
int32_t L_23 = RegexInterpreter_StackPeek_m08C28311048F6B075379EE46B924FC211BA48EC6(__this, /*hidden argument*/NULL);
int32_t L_24 = RegexInterpreter_Textpos_mC66F0DE729E76EDA0BEEA7B1ABEE369BA6C81D5B(__this, /*hidden argument*/NULL);
RegexRunner_Capture_mE34CB0D3351BCC69F6FDE6CDEA763B93C5E92642(__this, L_22, L_23, L_24, /*hidden argument*/NULL);
}
IL_02d7:
{
int32_t L_25 = RegexInterpreter_StackPeek_m08C28311048F6B075379EE46B924FC211BA48EC6(__this, /*hidden argument*/NULL);
RegexInterpreter_TrackPush_mB2AF47E651D2A3853A719EFB908C30D27EC2FF5F(__this, L_25, /*hidden argument*/NULL);
RegexInterpreter_Advance_m779870D7E1FA3580492E2E8B75E2805613525AF7(__this, 2, /*hidden argument*/NULL);
goto IL_0007;
}
IL_02ef:
{
RegexInterpreter_TrackPop_m84B55BE8F346693942045E937174EC8C1AE91F08(__this, /*hidden argument*/NULL);
int32_t L_26 = RegexInterpreter_TrackPeek_m4EF7918CC0F10FFF7E73C1C9D13E74D1D8D13318(__this, /*hidden argument*/NULL);
RegexInterpreter_StackPush_mC28C3F8B3C811C4DCA6CD312F7F487206C871E55(__this, L_26, /*hidden argument*/NULL);
RegexRunner_Uncapture_mA7163C77BE1683E508821AB251F33FB7520CE3F8(__this, /*hidden argument*/NULL);
int32_t L_27 = RegexInterpreter_Operand_m1ACB9C398C9C7ADF8DA58824877B99F08F181526(__this, 0, /*hidden argument*/NULL);
if ((((int32_t)L_27) == ((int32_t)(-1))))
{
goto IL_0e4e;
}
}
{
int32_t L_28 = RegexInterpreter_Operand_m1ACB9C398C9C7ADF8DA58824877B99F08F181526(__this, 1, /*hidden argument*/NULL);
if ((((int32_t)L_28) == ((int32_t)(-1))))
{
goto IL_0e4e;
}
}
{
RegexRunner_Uncapture_mA7163C77BE1683E508821AB251F33FB7520CE3F8(__this, /*hidden argument*/NULL);
goto IL_0e4e;
}
IL_032c:
{
RegexInterpreter_StackPop_mD057CA7B190ED8FBD33C6CE48E1F28E4B09FC4F2(__this, /*hidden argument*/NULL);
int32_t L_29 = RegexInterpreter_Textpos_mC66F0DE729E76EDA0BEEA7B1ABEE369BA6C81D5B(__this, /*hidden argument*/NULL);
int32_t L_30 = RegexInterpreter_StackPeek_m08C28311048F6B075379EE46B924FC211BA48EC6(__this, /*hidden argument*/NULL);
if (!((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)L_30)))
{
goto IL_0371;
}
}
{
int32_t L_31 = RegexInterpreter_StackPeek_m08C28311048F6B075379EE46B924FC211BA48EC6(__this, /*hidden argument*/NULL);
int32_t L_32 = RegexInterpreter_Textpos_mC66F0DE729E76EDA0BEEA7B1ABEE369BA6C81D5B(__this, /*hidden argument*/NULL);
RegexInterpreter_TrackPush_m3EA36B28D636D1C617F85CEA57650344B562A38F(__this, L_31, L_32, /*hidden argument*/NULL);
int32_t L_33 = RegexInterpreter_Textpos_mC66F0DE729E76EDA0BEEA7B1ABEE369BA6C81D5B(__this, /*hidden argument*/NULL);
RegexInterpreter_StackPush_mC28C3F8B3C811C4DCA6CD312F7F487206C871E55(__this, L_33, /*hidden argument*/NULL);
int32_t L_34 = RegexInterpreter_Operand_m1ACB9C398C9C7ADF8DA58824877B99F08F181526(__this, 0, /*hidden argument*/NULL);
RegexInterpreter_Goto_m438DE9CE790DF0757383C91126DEA68C6B0DADFE(__this, L_34, /*hidden argument*/NULL);
goto IL_0007;
}
IL_0371:
{
int32_t L_35 = RegexInterpreter_StackPeek_m08C28311048F6B075379EE46B924FC211BA48EC6(__this, /*hidden argument*/NULL);
RegexInterpreter_TrackPush2_m4EBCF8B183717311AEE3FAA6AD6FAF1F08B14F77(__this, L_35, /*hidden argument*/NULL);
RegexInterpreter_Advance_m779870D7E1FA3580492E2E8B75E2805613525AF7(__this, 1, /*hidden argument*/NULL);
goto IL_0007;
}
IL_0389:
{
RegexInterpreter_TrackPop_m73AB2E002DB92E231B62510861277320F76BEEED(__this, 2, /*hidden argument*/NULL);
RegexInterpreter_StackPop_mD057CA7B190ED8FBD33C6CE48E1F28E4B09FC4F2(__this, /*hidden argument*/NULL);
int32_t L_36 = RegexInterpreter_TrackPeek_mEECF3E94E7823A68474C691F695D71087729553C(__this, 1, /*hidden argument*/NULL);
RegexInterpreter_Textto_m6CE60A7C8FA9F9CEECD26BD6025F055EB64887AA(__this, L_36, /*hidden argument*/NULL);
int32_t L_37 = RegexInterpreter_TrackPeek_m4EF7918CC0F10FFF7E73C1C9D13E74D1D8D13318(__this, /*hidden argument*/NULL);
RegexInterpreter_TrackPush2_m4EBCF8B183717311AEE3FAA6AD6FAF1F08B14F77(__this, L_37, /*hidden argument*/NULL);
RegexInterpreter_Advance_m779870D7E1FA3580492E2E8B75E2805613525AF7(__this, 1, /*hidden argument*/NULL);
goto IL_0007;
}
IL_03bb:
{
RegexInterpreter_TrackPop_m84B55BE8F346693942045E937174EC8C1AE91F08(__this, /*hidden argument*/NULL);
int32_t L_38 = RegexInterpreter_TrackPeek_m4EF7918CC0F10FFF7E73C1C9D13E74D1D8D13318(__this, /*hidden argument*/NULL);
RegexInterpreter_StackPush_mC28C3F8B3C811C4DCA6CD312F7F487206C871E55(__this, L_38, /*hidden argument*/NULL);
goto IL_0e4e;
}
IL_03d2:
{
RegexInterpreter_StackPop_mD057CA7B190ED8FBD33C6CE48E1F28E4B09FC4F2(__this, /*hidden argument*/NULL);
int32_t L_39 = RegexInterpreter_StackPeek_m08C28311048F6B075379EE46B924FC211BA48EC6(__this, /*hidden argument*/NULL);
V_1 = L_39;
int32_t L_40 = RegexInterpreter_Textpos_mC66F0DE729E76EDA0BEEA7B1ABEE369BA6C81D5B(__this, /*hidden argument*/NULL);
int32_t L_41 = V_1;
if ((((int32_t)L_40) == ((int32_t)L_41)))
{
goto IL_040f;
}
}
{
int32_t L_42 = V_1;
if ((((int32_t)L_42) == ((int32_t)(-1))))
{
goto IL_03fb;
}
}
{
int32_t L_43 = V_1;
int32_t L_44 = RegexInterpreter_Textpos_mC66F0DE729E76EDA0BEEA7B1ABEE369BA6C81D5B(__this, /*hidden argument*/NULL);
RegexInterpreter_TrackPush_m3EA36B28D636D1C617F85CEA57650344B562A38F(__this, L_43, L_44, /*hidden argument*/NULL);
goto IL_0422;
}
IL_03fb:
{
int32_t L_45 = RegexInterpreter_Textpos_mC66F0DE729E76EDA0BEEA7B1ABEE369BA6C81D5B(__this, /*hidden argument*/NULL);
int32_t L_46 = RegexInterpreter_Textpos_mC66F0DE729E76EDA0BEEA7B1ABEE369BA6C81D5B(__this, /*hidden argument*/NULL);
RegexInterpreter_TrackPush_m3EA36B28D636D1C617F85CEA57650344B562A38F(__this, L_45, L_46, /*hidden argument*/NULL);
goto IL_0422;
}
IL_040f:
{
int32_t L_47 = V_1;
RegexInterpreter_StackPush_mC28C3F8B3C811C4DCA6CD312F7F487206C871E55(__this, L_47, /*hidden argument*/NULL);
int32_t L_48 = RegexInterpreter_StackPeek_m08C28311048F6B075379EE46B924FC211BA48EC6(__this, /*hidden argument*/NULL);
RegexInterpreter_TrackPush2_m4EBCF8B183717311AEE3FAA6AD6FAF1F08B14F77(__this, L_48, /*hidden argument*/NULL);
}
IL_0422:
{
RegexInterpreter_Advance_m779870D7E1FA3580492E2E8B75E2805613525AF7(__this, 1, /*hidden argument*/NULL);
goto IL_0007;
}
IL_042e:
{
RegexInterpreter_TrackPop_m73AB2E002DB92E231B62510861277320F76BEEED(__this, 2, /*hidden argument*/NULL);
int32_t L_49 = RegexInterpreter_TrackPeek_mEECF3E94E7823A68474C691F695D71087729553C(__this, 1, /*hidden argument*/NULL);
V_2 = L_49;
int32_t L_50 = RegexInterpreter_TrackPeek_m4EF7918CC0F10FFF7E73C1C9D13E74D1D8D13318(__this, /*hidden argument*/NULL);
RegexInterpreter_TrackPush2_m4EBCF8B183717311AEE3FAA6AD6FAF1F08B14F77(__this, L_50, /*hidden argument*/NULL);
int32_t L_51 = V_2;
RegexInterpreter_StackPush_mC28C3F8B3C811C4DCA6CD312F7F487206C871E55(__this, L_51, /*hidden argument*/NULL);
int32_t L_52 = V_2;
RegexInterpreter_Textto_m6CE60A7C8FA9F9CEECD26BD6025F055EB64887AA(__this, L_52, /*hidden argument*/NULL);
int32_t L_53 = RegexInterpreter_Operand_m1ACB9C398C9C7ADF8DA58824877B99F08F181526(__this, 0, /*hidden argument*/NULL);
RegexInterpreter_Goto_m438DE9CE790DF0757383C91126DEA68C6B0DADFE(__this, L_53, /*hidden argument*/NULL);
goto IL_0007;
}
IL_0469:
{
RegexInterpreter_StackPop_mD057CA7B190ED8FBD33C6CE48E1F28E4B09FC4F2(__this, /*hidden argument*/NULL);
RegexInterpreter_TrackPop_m84B55BE8F346693942045E937174EC8C1AE91F08(__this, /*hidden argument*/NULL);
int32_t L_54 = RegexInterpreter_TrackPeek_m4EF7918CC0F10FFF7E73C1C9D13E74D1D8D13318(__this, /*hidden argument*/NULL);
RegexInterpreter_StackPush_mC28C3F8B3C811C4DCA6CD312F7F487206C871E55(__this, L_54, /*hidden argument*/NULL);
goto IL_0e4e;
}
IL_0486:
{
int32_t L_55 = RegexInterpreter_Textpos_mC66F0DE729E76EDA0BEEA7B1ABEE369BA6C81D5B(__this, /*hidden argument*/NULL);
int32_t L_56 = RegexInterpreter_Operand_m1ACB9C398C9C7ADF8DA58824877B99F08F181526(__this, 0, /*hidden argument*/NULL);
RegexInterpreter_StackPush_m911FF20379BF912884E7F98BB59CFB6C51AA1861(__this, L_55, L_56, /*hidden argument*/NULL);
RegexInterpreter_TrackPush_m5A8B9F863211AAEC7E5FAD14ECDDAFDE3059210D(__this, /*hidden argument*/NULL);
RegexInterpreter_Advance_m779870D7E1FA3580492E2E8B75E2805613525AF7(__this, 1, /*hidden argument*/NULL);
goto IL_0007;
}
IL_04ab:
{
int32_t L_57 = RegexInterpreter_Operand_m1ACB9C398C9C7ADF8DA58824877B99F08F181526(__this, 0, /*hidden argument*/NULL);
RegexInterpreter_StackPush_m911FF20379BF912884E7F98BB59CFB6C51AA1861(__this, (-1), L_57, /*hidden argument*/NULL);
RegexInterpreter_TrackPush_m5A8B9F863211AAEC7E5FAD14ECDDAFDE3059210D(__this, /*hidden argument*/NULL);
RegexInterpreter_Advance_m779870D7E1FA3580492E2E8B75E2805613525AF7(__this, 1, /*hidden argument*/NULL);
goto IL_0007;
}
IL_04cb:
{
RegexInterpreter_StackPop_m90FC35FD76D9B63851ECFD641DAA08B1B58C7B91(__this, 2, /*hidden argument*/NULL);
goto IL_0e4e;
}
IL_04d7:
{
RegexInterpreter_StackPop_m90FC35FD76D9B63851ECFD641DAA08B1B58C7B91(__this, 2, /*hidden argument*/NULL);
goto IL_0e4e;
}
IL_04e3:
{
RegexInterpreter_StackPop_m90FC35FD76D9B63851ECFD641DAA08B1B58C7B91(__this, 2, /*hidden argument*/NULL);
int32_t L_58 = RegexInterpreter_StackPeek_m08C28311048F6B075379EE46B924FC211BA48EC6(__this, /*hidden argument*/NULL);
V_3 = L_58;
int32_t L_59 = RegexInterpreter_StackPeek_m308DE22A8E1AF524319E7F1D5A94DBFEC37700ED(__this, 1, /*hidden argument*/NULL);
V_4 = L_59;
int32_t L_60 = RegexInterpreter_Textpos_mC66F0DE729E76EDA0BEEA7B1ABEE369BA6C81D5B(__this, /*hidden argument*/NULL);
int32_t L_61 = V_3;
V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_60, (int32_t)L_61));
int32_t L_62 = V_4;
int32_t L_63 = RegexInterpreter_Operand_m1ACB9C398C9C7ADF8DA58824877B99F08F181526(__this, 1, /*hidden argument*/NULL);
if ((((int32_t)L_62) >= ((int32_t)L_63)))
{
goto IL_0518;
}
}
{
int32_t L_64 = V_5;
if (L_64)
{
goto IL_052d;
}
}
{
int32_t L_65 = V_4;
if ((((int32_t)L_65) < ((int32_t)0)))
{
goto IL_052d;
}
}
IL_0518:
{
int32_t L_66 = V_3;
int32_t L_67 = V_4;
RegexInterpreter_TrackPush2_mD591F73FDDF69084636E0834BCCD530B057898FF(__this, L_66, L_67, /*hidden argument*/NULL);
RegexInterpreter_Advance_m779870D7E1FA3580492E2E8B75E2805613525AF7(__this, 2, /*hidden argument*/NULL);
goto IL_0007;
}
IL_052d:
{
int32_t L_68 = V_3;
RegexInterpreter_TrackPush_mB2AF47E651D2A3853A719EFB908C30D27EC2FF5F(__this, L_68, /*hidden argument*/NULL);
int32_t L_69 = RegexInterpreter_Textpos_mC66F0DE729E76EDA0BEEA7B1ABEE369BA6C81D5B(__this, /*hidden argument*/NULL);
int32_t L_70 = V_4;
RegexInterpreter_StackPush_m911FF20379BF912884E7F98BB59CFB6C51AA1861(__this, L_69, ((int32_t)il2cpp_codegen_add((int32_t)L_70, (int32_t)1)), /*hidden argument*/NULL);
int32_t L_71 = RegexInterpreter_Operand_m1ACB9C398C9C7ADF8DA58824877B99F08F181526(__this, 0, /*hidden argument*/NULL);
RegexInterpreter_Goto_m438DE9CE790DF0757383C91126DEA68C6B0DADFE(__this, L_71, /*hidden argument*/NULL);
goto IL_0007;
}
IL_0556:
{
RegexInterpreter_TrackPop_m84B55BE8F346693942045E937174EC8C1AE91F08(__this, /*hidden argument*/NULL);
RegexInterpreter_StackPop_m90FC35FD76D9B63851ECFD641DAA08B1B58C7B91(__this, 2, /*hidden argument*/NULL);
int32_t L_72 = RegexInterpreter_StackPeek_m308DE22A8E1AF524319E7F1D5A94DBFEC37700ED(__this, 1, /*hidden argument*/NULL);
if ((((int32_t)L_72) <= ((int32_t)0)))
{
goto IL_059a;
}
}
{
int32_t L_73 = RegexInterpreter_StackPeek_m08C28311048F6B075379EE46B924FC211BA48EC6(__this, /*hidden argument*/NULL);
RegexInterpreter_Textto_m6CE60A7C8FA9F9CEECD26BD6025F055EB64887AA(__this, L_73, /*hidden argument*/NULL);
int32_t L_74 = RegexInterpreter_TrackPeek_m4EF7918CC0F10FFF7E73C1C9D13E74D1D8D13318(__this, /*hidden argument*/NULL);
int32_t L_75 = RegexInterpreter_StackPeek_m308DE22A8E1AF524319E7F1D5A94DBFEC37700ED(__this, 1, /*hidden argument*/NULL);
RegexInterpreter_TrackPush2_mD591F73FDDF69084636E0834BCCD530B057898FF(__this, L_74, ((int32_t)il2cpp_codegen_subtract((int32_t)L_75, (int32_t)1)), /*hidden argument*/NULL);
RegexInterpreter_Advance_m779870D7E1FA3580492E2E8B75E2805613525AF7(__this, 2, /*hidden argument*/NULL);
goto IL_0007;
}
IL_059a:
{
int32_t L_76 = RegexInterpreter_TrackPeek_m4EF7918CC0F10FFF7E73C1C9D13E74D1D8D13318(__this, /*hidden argument*/NULL);
int32_t L_77 = RegexInterpreter_StackPeek_m308DE22A8E1AF524319E7F1D5A94DBFEC37700ED(__this, 1, /*hidden argument*/NULL);
RegexInterpreter_StackPush_m911FF20379BF912884E7F98BB59CFB6C51AA1861(__this, L_76, ((int32_t)il2cpp_codegen_subtract((int32_t)L_77, (int32_t)1)), /*hidden argument*/NULL);
goto IL_0e4e;
}
IL_05b4:
{
RegexInterpreter_TrackPop_m73AB2E002DB92E231B62510861277320F76BEEED(__this, 2, /*hidden argument*/NULL);
int32_t L_78 = RegexInterpreter_TrackPeek_m4EF7918CC0F10FFF7E73C1C9D13E74D1D8D13318(__this, /*hidden argument*/NULL);
int32_t L_79 = RegexInterpreter_TrackPeek_mEECF3E94E7823A68474C691F695D71087729553C(__this, 1, /*hidden argument*/NULL);
RegexInterpreter_StackPush_m911FF20379BF912884E7F98BB59CFB6C51AA1861(__this, L_78, L_79, /*hidden argument*/NULL);
goto IL_0e4e;
}
IL_05d3:
{
RegexInterpreter_StackPop_m90FC35FD76D9B63851ECFD641DAA08B1B58C7B91(__this, 2, /*hidden argument*/NULL);
int32_t L_80 = RegexInterpreter_StackPeek_m08C28311048F6B075379EE46B924FC211BA48EC6(__this, /*hidden argument*/NULL);
V_6 = L_80;
int32_t L_81 = RegexInterpreter_StackPeek_m308DE22A8E1AF524319E7F1D5A94DBFEC37700ED(__this, 1, /*hidden argument*/NULL);
V_7 = L_81;
int32_t L_82 = V_7;
if ((((int32_t)L_82) >= ((int32_t)0)))
{
goto IL_061a;
}
}
{
int32_t L_83 = V_6;
RegexInterpreter_TrackPush2_m4EBCF8B183717311AEE3FAA6AD6FAF1F08B14F77(__this, L_83, /*hidden argument*/NULL);
int32_t L_84 = RegexInterpreter_Textpos_mC66F0DE729E76EDA0BEEA7B1ABEE369BA6C81D5B(__this, /*hidden argument*/NULL);
int32_t L_85 = V_7;
RegexInterpreter_StackPush_m911FF20379BF912884E7F98BB59CFB6C51AA1861(__this, L_84, ((int32_t)il2cpp_codegen_add((int32_t)L_85, (int32_t)1)), /*hidden argument*/NULL);
int32_t L_86 = RegexInterpreter_Operand_m1ACB9C398C9C7ADF8DA58824877B99F08F181526(__this, 0, /*hidden argument*/NULL);
RegexInterpreter_Goto_m438DE9CE790DF0757383C91126DEA68C6B0DADFE(__this, L_86, /*hidden argument*/NULL);
goto IL_0007;
}
IL_061a:
{
int32_t L_87 = V_6;
int32_t L_88 = V_7;
int32_t L_89 = RegexInterpreter_Textpos_mC66F0DE729E76EDA0BEEA7B1ABEE369BA6C81D5B(__this, /*hidden argument*/NULL);
RegexInterpreter_TrackPush_mBCAADB1DF177D91DC9AA4518DCDB3AAF7D6C0E15(__this, L_87, L_88, L_89, /*hidden argument*/NULL);
RegexInterpreter_Advance_m779870D7E1FA3580492E2E8B75E2805613525AF7(__this, 2, /*hidden argument*/NULL);
goto IL_0007;
}
IL_0636:
{
RegexInterpreter_TrackPop_m73AB2E002DB92E231B62510861277320F76BEEED(__this, 3, /*hidden argument*/NULL);
int32_t L_90 = RegexInterpreter_TrackPeek_m4EF7918CC0F10FFF7E73C1C9D13E74D1D8D13318(__this, /*hidden argument*/NULL);
V_8 = L_90;
int32_t L_91 = RegexInterpreter_TrackPeek_mEECF3E94E7823A68474C691F695D71087729553C(__this, 2, /*hidden argument*/NULL);
V_9 = L_91;
int32_t L_92 = RegexInterpreter_TrackPeek_mEECF3E94E7823A68474C691F695D71087729553C(__this, 1, /*hidden argument*/NULL);
int32_t L_93 = RegexInterpreter_Operand_m1ACB9C398C9C7ADF8DA58824877B99F08F181526(__this, 1, /*hidden argument*/NULL);
if ((((int32_t)L_92) >= ((int32_t)L_93)))
{
goto IL_0697;
}
}
{
int32_t L_94 = V_9;
int32_t L_95 = V_8;
if ((((int32_t)L_94) == ((int32_t)L_95)))
{
goto IL_0697;
}
}
{
int32_t L_96 = V_9;
RegexInterpreter_Textto_m6CE60A7C8FA9F9CEECD26BD6025F055EB64887AA(__this, L_96, /*hidden argument*/NULL);
int32_t L_97 = V_9;
int32_t L_98 = RegexInterpreter_TrackPeek_mEECF3E94E7823A68474C691F695D71087729553C(__this, 1, /*hidden argument*/NULL);
RegexInterpreter_StackPush_m911FF20379BF912884E7F98BB59CFB6C51AA1861(__this, L_97, ((int32_t)il2cpp_codegen_add((int32_t)L_98, (int32_t)1)), /*hidden argument*/NULL);
int32_t L_99 = V_8;
RegexInterpreter_TrackPush2_m4EBCF8B183717311AEE3FAA6AD6FAF1F08B14F77(__this, L_99, /*hidden argument*/NULL);
int32_t L_100 = RegexInterpreter_Operand_m1ACB9C398C9C7ADF8DA58824877B99F08F181526(__this, 0, /*hidden argument*/NULL);
RegexInterpreter_Goto_m438DE9CE790DF0757383C91126DEA68C6B0DADFE(__this, L_100, /*hidden argument*/NULL);
goto IL_0007;
}
IL_0697:
{
int32_t L_101 = RegexInterpreter_TrackPeek_m4EF7918CC0F10FFF7E73C1C9D13E74D1D8D13318(__this, /*hidden argument*/NULL);
int32_t L_102 = RegexInterpreter_TrackPeek_mEECF3E94E7823A68474C691F695D71087729553C(__this, 1, /*hidden argument*/NULL);
RegexInterpreter_StackPush_m911FF20379BF912884E7F98BB59CFB6C51AA1861(__this, L_101, L_102, /*hidden argument*/NULL);
goto IL_0e4e;
}
IL_06af:
{
RegexInterpreter_TrackPop_m84B55BE8F346693942045E937174EC8C1AE91F08(__this, /*hidden argument*/NULL);
RegexInterpreter_StackPop_m90FC35FD76D9B63851ECFD641DAA08B1B58C7B91(__this, 2, /*hidden argument*/NULL);
int32_t L_103 = RegexInterpreter_TrackPeek_m4EF7918CC0F10FFF7E73C1C9D13E74D1D8D13318(__this, /*hidden argument*/NULL);
int32_t L_104 = RegexInterpreter_StackPeek_m308DE22A8E1AF524319E7F1D5A94DBFEC37700ED(__this, 1, /*hidden argument*/NULL);
RegexInterpreter_StackPush_m911FF20379BF912884E7F98BB59CFB6C51AA1861(__this, L_103, ((int32_t)il2cpp_codegen_subtract((int32_t)L_104, (int32_t)1)), /*hidden argument*/NULL);
goto IL_0e4e;
}
IL_06d6:
{
int32_t L_105 = RegexInterpreter_Trackpos_m472ADA4F5E1D07E71896E42714DFB723CB016842(__this, /*hidden argument*/NULL);
int32_t L_106 = RegexRunner_Crawlpos_m26A92CA69EF0C65BC7389834A12AD331538D064D(__this, /*hidden argument*/NULL);
RegexInterpreter_StackPush_m911FF20379BF912884E7F98BB59CFB6C51AA1861(__this, L_105, L_106, /*hidden argument*/NULL);
RegexInterpreter_TrackPush_m5A8B9F863211AAEC7E5FAD14ECDDAFDE3059210D(__this, /*hidden argument*/NULL);
RegexInterpreter_Advance_mCD1A51680CD0318DDF6D104DE8C722FCCC468CCA(__this, /*hidden argument*/NULL);
goto IL_0007;
}
IL_06f9:
{
RegexInterpreter_StackPop_m90FC35FD76D9B63851ECFD641DAA08B1B58C7B91(__this, 2, /*hidden argument*/NULL);
goto IL_0e4e;
}
IL_0705:
{
RegexInterpreter_StackPop_m90FC35FD76D9B63851ECFD641DAA08B1B58C7B91(__this, 2, /*hidden argument*/NULL);
int32_t L_107 = RegexInterpreter_StackPeek_m08C28311048F6B075379EE46B924FC211BA48EC6(__this, /*hidden argument*/NULL);
RegexInterpreter_Trackto_m0C7B05A7385BE3F9BB096FE28DC22942A9F96783(__this, L_107, /*hidden argument*/NULL);
goto IL_0720;
}
IL_071a:
{
RegexRunner_Uncapture_mA7163C77BE1683E508821AB251F33FB7520CE3F8(__this, /*hidden argument*/NULL);
}
IL_0720:
{
int32_t L_108 = RegexRunner_Crawlpos_m26A92CA69EF0C65BC7389834A12AD331538D064D(__this, /*hidden argument*/NULL);
int32_t L_109 = RegexInterpreter_StackPeek_m308DE22A8E1AF524319E7F1D5A94DBFEC37700ED(__this, 1, /*hidden argument*/NULL);
if ((!(((uint32_t)L_108) == ((uint32_t)L_109))))
{
goto IL_071a;
}
}
{
goto IL_0e4e;
}
IL_0734:
{
RegexInterpreter_StackPop_m90FC35FD76D9B63851ECFD641DAA08B1B58C7B91(__this, 2, /*hidden argument*/NULL);
int32_t L_110 = RegexInterpreter_StackPeek_m08C28311048F6B075379EE46B924FC211BA48EC6(__this, /*hidden argument*/NULL);
RegexInterpreter_Trackto_m0C7B05A7385BE3F9BB096FE28DC22942A9F96783(__this, L_110, /*hidden argument*/NULL);
int32_t L_111 = RegexInterpreter_StackPeek_m308DE22A8E1AF524319E7F1D5A94DBFEC37700ED(__this, 1, /*hidden argument*/NULL);
RegexInterpreter_TrackPush_mB2AF47E651D2A3853A719EFB908C30D27EC2FF5F(__this, L_111, /*hidden argument*/NULL);
RegexInterpreter_Advance_mCD1A51680CD0318DDF6D104DE8C722FCCC468CCA(__this, /*hidden argument*/NULL);
goto IL_0007;
}
IL_075f:
{
RegexInterpreter_TrackPop_m84B55BE8F346693942045E937174EC8C1AE91F08(__this, /*hidden argument*/NULL);
goto IL_076d;
}
IL_0767:
{
RegexRunner_Uncapture_mA7163C77BE1683E508821AB251F33FB7520CE3F8(__this, /*hidden argument*/NULL);
}
IL_076d:
{
int32_t L_112 = RegexRunner_Crawlpos_m26A92CA69EF0C65BC7389834A12AD331538D064D(__this, /*hidden argument*/NULL);
int32_t L_113 = RegexInterpreter_TrackPeek_m4EF7918CC0F10FFF7E73C1C9D13E74D1D8D13318(__this, /*hidden argument*/NULL);
if ((!(((uint32_t)L_112) == ((uint32_t)L_113))))
{
goto IL_0767;
}
}
{
goto IL_0e4e;
}
IL_0780:
{
int32_t L_114 = RegexInterpreter_Leftchars_m3A200CD41FFE8C89CCB85B3CC7A367E32C5988D1(__this, /*hidden argument*/NULL);
if ((((int32_t)L_114) <= ((int32_t)0)))
{
goto IL_079e;
}
}
{
int32_t L_115 = RegexInterpreter_Textpos_mC66F0DE729E76EDA0BEEA7B1ABEE369BA6C81D5B(__this, /*hidden argument*/NULL);
Il2CppChar L_116 = RegexInterpreter_CharAt_mAE2AF6D293F53C2D8961C2D0C145BC3ADF6EC105(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_115, (int32_t)1)), /*hidden argument*/NULL);
if ((!(((uint32_t)L_116) == ((uint32_t)((int32_t)10)))))
{
goto IL_0e4e;
}
}
IL_079e:
{
RegexInterpreter_Advance_mCD1A51680CD0318DDF6D104DE8C722FCCC468CCA(__this, /*hidden argument*/NULL);
goto IL_0007;
}
IL_07a9:
{
int32_t L_117 = RegexInterpreter_Rightchars_m3DB37A53D6C3DC3311C9EA020690CC0824959D30(__this, /*hidden argument*/NULL);
if ((((int32_t)L_117) <= ((int32_t)0)))
{
goto IL_07c5;
}
}
{
int32_t L_118 = RegexInterpreter_Textpos_mC66F0DE729E76EDA0BEEA7B1ABEE369BA6C81D5B(__this, /*hidden argument*/NULL);
Il2CppChar L_119 = RegexInterpreter_CharAt_mAE2AF6D293F53C2D8961C2D0C145BC3ADF6EC105(__this, L_118, /*hidden argument*/NULL);
if ((!(((uint32_t)L_119) == ((uint32_t)((int32_t)10)))))
{
goto IL_0e4e;
}
}
IL_07c5:
{
RegexInterpreter_Advance_mCD1A51680CD0318DDF6D104DE8C722FCCC468CCA(__this, /*hidden argument*/NULL);
goto IL_0007;
}
IL_07d0:
{
int32_t L_120 = RegexInterpreter_Textpos_mC66F0DE729E76EDA0BEEA7B1ABEE369BA6C81D5B(__this, /*hidden argument*/NULL);
int32_t L_121 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtextbeg_0();
int32_t L_122 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtextend_1();
bool L_123 = RegexRunner_IsBoundary_m6C846E11790EC61A9E75A24230E1477913DB3441(__this, L_120, L_121, L_122, /*hidden argument*/NULL);
if (!L_123)
{
goto IL_0e4e;
}
}
{
RegexInterpreter_Advance_mCD1A51680CD0318DDF6D104DE8C722FCCC468CCA(__this, /*hidden argument*/NULL);
goto IL_0007;
}
IL_07f8:
{
int32_t L_124 = RegexInterpreter_Textpos_mC66F0DE729E76EDA0BEEA7B1ABEE369BA6C81D5B(__this, /*hidden argument*/NULL);
int32_t L_125 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtextbeg_0();
int32_t L_126 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtextend_1();
bool L_127 = RegexRunner_IsBoundary_m6C846E11790EC61A9E75A24230E1477913DB3441(__this, L_124, L_125, L_126, /*hidden argument*/NULL);
if (L_127)
{
goto IL_0e4e;
}
}
{
RegexInterpreter_Advance_mCD1A51680CD0318DDF6D104DE8C722FCCC468CCA(__this, /*hidden argument*/NULL);
goto IL_0007;
}
IL_0820:
{
int32_t L_128 = RegexInterpreter_Textpos_mC66F0DE729E76EDA0BEEA7B1ABEE369BA6C81D5B(__this, /*hidden argument*/NULL);
int32_t L_129 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtextbeg_0();
int32_t L_130 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtextend_1();
bool L_131 = RegexRunner_IsECMABoundary_m35C5F5DDC7C2F0E57EBA2E9D9892A88EDAEE4B97(__this, L_128, L_129, L_130, /*hidden argument*/NULL);
if (!L_131)
{
goto IL_0e4e;
}
}
{
RegexInterpreter_Advance_mCD1A51680CD0318DDF6D104DE8C722FCCC468CCA(__this, /*hidden argument*/NULL);
goto IL_0007;
}
IL_0848:
{
int32_t L_132 = RegexInterpreter_Textpos_mC66F0DE729E76EDA0BEEA7B1ABEE369BA6C81D5B(__this, /*hidden argument*/NULL);
int32_t L_133 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtextbeg_0();
int32_t L_134 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runtextend_1();
bool L_135 = RegexRunner_IsECMABoundary_m35C5F5DDC7C2F0E57EBA2E9D9892A88EDAEE4B97(__this, L_132, L_133, L_134, /*hidden argument*/NULL);
if (L_135)
{
goto IL_0e4e;
}
}
{
RegexInterpreter_Advance_mCD1A51680CD0318DDF6D104DE8C722FCCC468CCA(__this, /*hidden argument*/NULL);
goto IL_0007;
}
IL_0870:
{
int32_t L_136 = RegexInterpreter_Leftchars_m3A200CD41FFE8C89CCB85B3CC7A367E32C5988D1(__this, /*hidden argument*/NULL);
if ((((int32_t)L_136) > ((int32_t)0)))
{
goto IL_0e4e;
}
}
{
RegexInterpreter_Advance_mCD1A51680CD0318DDF6D104DE8C722FCCC468CCA(__this, /*hidden argument*/NULL);
goto IL_0007;
}
IL_0887:
{
int32_t L_137 = RegexInterpreter_Textpos_mC66F0DE729E76EDA0BEEA7B1ABEE369BA6C81D5B(__this, /*hidden argument*/NULL);
int32_t L_138 = RegexInterpreter_Textstart_mE71CFC006954F38B9EB6CD85BCC0867E63BF0894(__this, /*hidden argument*/NULL);
if ((!(((uint32_t)L_137) == ((uint32_t)L_138))))
{
goto IL_0e4e;
}
}
{
RegexInterpreter_Advance_mCD1A51680CD0318DDF6D104DE8C722FCCC468CCA(__this, /*hidden argument*/NULL);
goto IL_0007;
}
IL_08a3:
{
int32_t L_139 = RegexInterpreter_Rightchars_m3DB37A53D6C3DC3311C9EA020690CC0824959D30(__this, /*hidden argument*/NULL);
if ((((int32_t)L_139) > ((int32_t)1)))
{
goto IL_0e4e;
}
}
{
int32_t L_140 = RegexInterpreter_Rightchars_m3DB37A53D6C3DC3311C9EA020690CC0824959D30(__this, /*hidden argument*/NULL);
if ((!(((uint32_t)L_140) == ((uint32_t)1))))
{
goto IL_08cb;
}
}
{
int32_t L_141 = RegexInterpreter_Textpos_mC66F0DE729E76EDA0BEEA7B1ABEE369BA6C81D5B(__this, /*hidden argument*/NULL);
Il2CppChar L_142 = RegexInterpreter_CharAt_mAE2AF6D293F53C2D8961C2D0C145BC3ADF6EC105(__this, L_141, /*hidden argument*/NULL);
if ((!(((uint32_t)L_142) == ((uint32_t)((int32_t)10)))))
{
goto IL_0e4e;
}
}
IL_08cb:
{
RegexInterpreter_Advance_mCD1A51680CD0318DDF6D104DE8C722FCCC468CCA(__this, /*hidden argument*/NULL);
goto IL_0007;
}
IL_08d6:
{
int32_t L_143 = RegexInterpreter_Rightchars_m3DB37A53D6C3DC3311C9EA020690CC0824959D30(__this, /*hidden argument*/NULL);
if ((((int32_t)L_143) > ((int32_t)0)))
{
goto IL_0e4e;
}
}
{
RegexInterpreter_Advance_mCD1A51680CD0318DDF6D104DE8C722FCCC468CCA(__this, /*hidden argument*/NULL);
goto IL_0007;
}
IL_08ed:
{
int32_t L_144 = RegexInterpreter_Forwardchars_mE5E437E285604CDC60551C112F7B2CEF7297F4ED(__this, /*hidden argument*/NULL);
if ((((int32_t)L_144) < ((int32_t)1)))
{
goto IL_0e4e;
}
}
{
Il2CppChar L_145 = RegexInterpreter_Forwardcharnext_mD2C6694CC31BC75D3E20C511D1004D28AAE1390F(__this, /*hidden argument*/NULL);
int32_t L_146 = RegexInterpreter_Operand_m1ACB9C398C9C7ADF8DA58824877B99F08F181526(__this, 0, /*hidden argument*/NULL);
if ((!(((uint32_t)L_145) == ((uint32_t)(((int32_t)((uint16_t)L_146)))))))
{
goto IL_0e4e;
}
}
{
RegexInterpreter_Advance_m779870D7E1FA3580492E2E8B75E2805613525AF7(__this, 1, /*hidden argument*/NULL);
goto IL_0007;
}
IL_0918:
{
int32_t L_147 = RegexInterpreter_Forwardchars_mE5E437E285604CDC60551C112F7B2CEF7297F4ED(__this, /*hidden argument*/NULL);
if ((((int32_t)L_147) < ((int32_t)1)))
{
goto IL_0e4e;
}
}
{
Il2CppChar L_148 = RegexInterpreter_Forwardcharnext_mD2C6694CC31BC75D3E20C511D1004D28AAE1390F(__this, /*hidden argument*/NULL);
int32_t L_149 = RegexInterpreter_Operand_m1ACB9C398C9C7ADF8DA58824877B99F08F181526(__this, 0, /*hidden argument*/NULL);
if ((((int32_t)L_148) == ((int32_t)(((int32_t)((uint16_t)L_149))))))
{
goto IL_0e4e;
}
}
{
RegexInterpreter_Advance_m779870D7E1FA3580492E2E8B75E2805613525AF7(__this, 1, /*hidden argument*/NULL);
goto IL_0007;
}
IL_0943:
{
int32_t L_150 = RegexInterpreter_Forwardchars_mE5E437E285604CDC60551C112F7B2CEF7297F4ED(__this, /*hidden argument*/NULL);
if ((((int32_t)L_150) < ((int32_t)1)))
{
goto IL_0e4e;
}
}
{
Il2CppChar L_151 = RegexInterpreter_Forwardcharnext_mD2C6694CC31BC75D3E20C511D1004D28AAE1390F(__this, /*hidden argument*/NULL);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_152 = __this->get_runstrings_21();
int32_t L_153 = RegexInterpreter_Operand_m1ACB9C398C9C7ADF8DA58824877B99F08F181526(__this, 0, /*hidden argument*/NULL);
NullCheck(L_152);
int32_t L_154 = L_153;
String_t* L_155 = (L_152)->GetAt(static_cast<il2cpp_array_size_t>(L_154));
IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var);
bool L_156 = RegexCharClass_CharInClass_m194AAA57BBBD30E78E70255D6F53FAFDB785EC0E(L_151, L_155, /*hidden argument*/NULL);
if (!L_156)
{
goto IL_0e4e;
}
}
{
RegexInterpreter_Advance_m779870D7E1FA3580492E2E8B75E2805613525AF7(__this, 1, /*hidden argument*/NULL);
goto IL_0007;
}
IL_0979:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_157 = __this->get_runstrings_21();
int32_t L_158 = RegexInterpreter_Operand_m1ACB9C398C9C7ADF8DA58824877B99F08F181526(__this, 0, /*hidden argument*/NULL);
NullCheck(L_157);
int32_t L_159 = L_158;
String_t* L_160 = (L_157)->GetAt(static_cast<il2cpp_array_size_t>(L_159));
bool L_161 = RegexInterpreter_Stringmatch_m543BC6834400A925D2603AE6FBB47944694AFDF1(__this, L_160, /*hidden argument*/NULL);
if (!L_161)
{
goto IL_0e4e;
}
}
{
RegexInterpreter_Advance_m779870D7E1FA3580492E2E8B75E2805613525AF7(__this, 1, /*hidden argument*/NULL);
goto IL_0007;
}
IL_099e:
{
int32_t L_162 = RegexInterpreter_Operand_m1ACB9C398C9C7ADF8DA58824877B99F08F181526(__this, 0, /*hidden argument*/NULL);
V_10 = L_162;
int32_t L_163 = V_10;
bool L_164 = RegexRunner_IsMatched_mD7F580AA0533D5C4BC41D18824FA74BE16EAE7A3(__this, L_163, /*hidden argument*/NULL);
if (!L_164)
{
goto IL_09ce;
}
}
{
int32_t L_165 = V_10;
int32_t L_166 = RegexRunner_MatchIndex_mA8EEC418C65572A82720F5D16BAC99224CF0251A(__this, L_165, /*hidden argument*/NULL);
int32_t L_167 = V_10;
int32_t L_168 = RegexRunner_MatchLength_m06FA694D5EFE42F89C25C8599BBE86C7726DB2C6(__this, L_167, /*hidden argument*/NULL);
bool L_169 = RegexInterpreter_Refmatch_m52369ADBF64E25A9EEEBE216939454EBB8D8E138(__this, L_166, L_168, /*hidden argument*/NULL);
if (L_169)
{
goto IL_09e4;
}
}
{
goto IL_0e4e;
}
IL_09ce:
{
Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * L_170 = ((RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 *)__this)->get_runregex_13();
NullCheck(L_170);
int32_t L_171 = L_170->get_roptions_2();
if (!((int32_t)((int32_t)L_171&(int32_t)((int32_t)256))))
{
goto IL_0e4e;
}
}
IL_09e4:
{
RegexInterpreter_Advance_m779870D7E1FA3580492E2E8B75E2805613525AF7(__this, 1, /*hidden argument*/NULL);
goto IL_0007;
}
IL_09f0:
{
int32_t L_172 = RegexInterpreter_Operand_m1ACB9C398C9C7ADF8DA58824877B99F08F181526(__this, 1, /*hidden argument*/NULL);
V_11 = L_172;
int32_t L_173 = RegexInterpreter_Forwardchars_mE5E437E285604CDC60551C112F7B2CEF7297F4ED(__this, /*hidden argument*/NULL);
int32_t L_174 = V_11;
if ((((int32_t)L_173) < ((int32_t)L_174)))
{
goto IL_0e4e;
}
}
{
int32_t L_175 = RegexInterpreter_Operand_m1ACB9C398C9C7ADF8DA58824877B99F08F181526(__this, 0, /*hidden argument*/NULL);
V_12 = (((int32_t)((uint16_t)L_175)));
goto IL_0a1f;
}
IL_0a12:
{
Il2CppChar L_176 = RegexInterpreter_Forwardcharnext_mD2C6694CC31BC75D3E20C511D1004D28AAE1390F(__this, /*hidden argument*/NULL);
Il2CppChar L_177 = V_12;
if ((!(((uint32_t)L_176) == ((uint32_t)L_177))))
{
goto IL_0e4e;
}
}
IL_0a1f:
{
int32_t L_178 = V_11;
int32_t L_179 = L_178;
V_11 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_179, (int32_t)1));
if ((((int32_t)L_179) > ((int32_t)0)))
{
goto IL_0a12;
}
}
{
RegexInterpreter_Advance_m779870D7E1FA3580492E2E8B75E2805613525AF7(__this, 2, /*hidden argument*/NULL);
goto IL_0007;
}
IL_0a35:
{
int32_t L_180 = RegexInterpreter_Operand_m1ACB9C398C9C7ADF8DA58824877B99F08F181526(__this, 1, /*hidden argument*/NULL);
V_13 = L_180;
int32_t L_181 = RegexInterpreter_Forwardchars_mE5E437E285604CDC60551C112F7B2CEF7297F4ED(__this, /*hidden argument*/NULL);
int32_t L_182 = V_13;
if ((((int32_t)L_181) < ((int32_t)L_182)))
{
goto IL_0e4e;
}
}
{
int32_t L_183 = RegexInterpreter_Operand_m1ACB9C398C9C7ADF8DA58824877B99F08F181526(__this, 0, /*hidden argument*/NULL);
V_14 = (((int32_t)((uint16_t)L_183)));
goto IL_0a64;
}
IL_0a57:
{
Il2CppChar L_184 = RegexInterpreter_Forwardcharnext_mD2C6694CC31BC75D3E20C511D1004D28AAE1390F(__this, /*hidden argument*/NULL);
Il2CppChar L_185 = V_14;
if ((((int32_t)L_184) == ((int32_t)L_185)))
{
goto IL_0e4e;
}
}
IL_0a64:
{
int32_t L_186 = V_13;
int32_t L_187 = L_186;
V_13 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_187, (int32_t)1));
if ((((int32_t)L_187) > ((int32_t)0)))
{
goto IL_0a57;
}
}
{
RegexInterpreter_Advance_m779870D7E1FA3580492E2E8B75E2805613525AF7(__this, 2, /*hidden argument*/NULL);
goto IL_0007;
}
IL_0a7a:
{
int32_t L_188 = RegexInterpreter_Operand_m1ACB9C398C9C7ADF8DA58824877B99F08F181526(__this, 1, /*hidden argument*/NULL);
V_15 = L_188;
int32_t L_189 = RegexInterpreter_Forwardchars_mE5E437E285604CDC60551C112F7B2CEF7297F4ED(__this, /*hidden argument*/NULL);
int32_t L_190 = V_15;
if ((((int32_t)L_189) < ((int32_t)L_190)))
{
goto IL_0e4e;
}
}
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_191 = __this->get_runstrings_21();
int32_t L_192 = RegexInterpreter_Operand_m1ACB9C398C9C7ADF8DA58824877B99F08F181526(__this, 0, /*hidden argument*/NULL);
NullCheck(L_191);
int32_t L_193 = L_192;
String_t* L_194 = (L_191)->GetAt(static_cast<il2cpp_array_size_t>(L_193));
V_16 = L_194;
goto IL_0ab4;
}
IL_0aa2:
{
Il2CppChar L_195 = RegexInterpreter_Forwardcharnext_mD2C6694CC31BC75D3E20C511D1004D28AAE1390F(__this, /*hidden argument*/NULL);
String_t* L_196 = V_16;
IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var);
bool L_197 = RegexCharClass_CharInClass_m194AAA57BBBD30E78E70255D6F53FAFDB785EC0E(L_195, L_196, /*hidden argument*/NULL);
if (!L_197)
{
goto IL_0e4e;
}
}
IL_0ab4:
{
int32_t L_198 = V_15;
int32_t L_199 = L_198;
V_15 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_199, (int32_t)1));
if ((((int32_t)L_199) > ((int32_t)0)))
{
goto IL_0aa2;
}
}
{
RegexInterpreter_Advance_m779870D7E1FA3580492E2E8B75E2805613525AF7(__this, 2, /*hidden argument*/NULL);
goto IL_0007;
}
IL_0aca:
{
int32_t L_200 = RegexInterpreter_Operand_m1ACB9C398C9C7ADF8DA58824877B99F08F181526(__this, 1, /*hidden argument*/NULL);
V_17 = L_200;
int32_t L_201 = V_17;
int32_t L_202 = RegexInterpreter_Forwardchars_mE5E437E285604CDC60551C112F7B2CEF7297F4ED(__this, /*hidden argument*/NULL);
if ((((int32_t)L_201) <= ((int32_t)L_202)))
{
goto IL_0ae5;
}
}
{
int32_t L_203 = RegexInterpreter_Forwardchars_mE5E437E285604CDC60551C112F7B2CEF7297F4ED(__this, /*hidden argument*/NULL);
V_17 = L_203;
}
IL_0ae5:
{
int32_t L_204 = RegexInterpreter_Operand_m1ACB9C398C9C7ADF8DA58824877B99F08F181526(__this, 0, /*hidden argument*/NULL);
V_18 = (((int32_t)((uint16_t)L_204)));
int32_t L_205 = V_17;
V_19 = L_205;
goto IL_0b0d;
}
IL_0af5:
{
Il2CppChar L_206 = RegexInterpreter_Forwardcharnext_mD2C6694CC31BC75D3E20C511D1004D28AAE1390F(__this, /*hidden argument*/NULL);
Il2CppChar L_207 = V_18;
if ((((int32_t)L_206) == ((int32_t)L_207)))
{
goto IL_0b07;
}
}
{
RegexInterpreter_Backwardnext_mD10CE2A9E229D0655EF01565DB39C902654D00CD(__this, /*hidden argument*/NULL);
goto IL_0b12;
}
IL_0b07:
{
int32_t L_208 = V_19;
V_19 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_208, (int32_t)1));
}
IL_0b0d:
{
int32_t L_209 = V_19;
if ((((int32_t)L_209) > ((int32_t)0)))
{
goto IL_0af5;
}
}
IL_0b12:
{
int32_t L_210 = V_17;
int32_t L_211 = V_19;
if ((((int32_t)L_210) <= ((int32_t)L_211)))
{
goto IL_0b32;
}
}
{
int32_t L_212 = V_17;
int32_t L_213 = V_19;
int32_t L_214 = RegexInterpreter_Textpos_mC66F0DE729E76EDA0BEEA7B1ABEE369BA6C81D5B(__this, /*hidden argument*/NULL);
int32_t L_215 = RegexInterpreter_Bump_mC33CB8A0CC0DF1C69F11115BD225D2D8B63F8753(__this, /*hidden argument*/NULL);
RegexInterpreter_TrackPush_m3EA36B28D636D1C617F85CEA57650344B562A38F(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_212, (int32_t)L_213)), (int32_t)1)), ((int32_t)il2cpp_codegen_subtract((int32_t)L_214, (int32_t)L_215)), /*hidden argument*/NULL);
}
IL_0b32:
{
RegexInterpreter_Advance_m779870D7E1FA3580492E2E8B75E2805613525AF7(__this, 2, /*hidden argument*/NULL);
goto IL_0007;
}
IL_0b3e:
{
int32_t L_216 = RegexInterpreter_Operand_m1ACB9C398C9C7ADF8DA58824877B99F08F181526(__this, 1, /*hidden argument*/NULL);
V_20 = L_216;
int32_t L_217 = V_20;
int32_t L_218 = RegexInterpreter_Forwardchars_mE5E437E285604CDC60551C112F7B2CEF7297F4ED(__this, /*hidden argument*/NULL);
if ((((int32_t)L_217) <= ((int32_t)L_218)))
{
goto IL_0b59;
}
}
{
int32_t L_219 = RegexInterpreter_Forwardchars_mE5E437E285604CDC60551C112F7B2CEF7297F4ED(__this, /*hidden argument*/NULL);
V_20 = L_219;
}
IL_0b59:
{
int32_t L_220 = RegexInterpreter_Operand_m1ACB9C398C9C7ADF8DA58824877B99F08F181526(__this, 0, /*hidden argument*/NULL);
V_21 = (((int32_t)((uint16_t)L_220)));
int32_t L_221 = V_20;
V_22 = L_221;
goto IL_0b81;
}
IL_0b69:
{
Il2CppChar L_222 = RegexInterpreter_Forwardcharnext_mD2C6694CC31BC75D3E20C511D1004D28AAE1390F(__this, /*hidden argument*/NULL);
Il2CppChar L_223 = V_21;
if ((!(((uint32_t)L_222) == ((uint32_t)L_223))))
{
goto IL_0b7b;
}
}
{
RegexInterpreter_Backwardnext_mD10CE2A9E229D0655EF01565DB39C902654D00CD(__this, /*hidden argument*/NULL);
goto IL_0b86;
}
IL_0b7b:
{
int32_t L_224 = V_22;
V_22 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_224, (int32_t)1));
}
IL_0b81:
{
int32_t L_225 = V_22;
if ((((int32_t)L_225) > ((int32_t)0)))
{
goto IL_0b69;
}
}
IL_0b86:
{
int32_t L_226 = V_20;
int32_t L_227 = V_22;
if ((((int32_t)L_226) <= ((int32_t)L_227)))
{
goto IL_0ba6;
}
}
{
int32_t L_228 = V_20;
int32_t L_229 = V_22;
int32_t L_230 = RegexInterpreter_Textpos_mC66F0DE729E76EDA0BEEA7B1ABEE369BA6C81D5B(__this, /*hidden argument*/NULL);
int32_t L_231 = RegexInterpreter_Bump_mC33CB8A0CC0DF1C69F11115BD225D2D8B63F8753(__this, /*hidden argument*/NULL);
RegexInterpreter_TrackPush_m3EA36B28D636D1C617F85CEA57650344B562A38F(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_228, (int32_t)L_229)), (int32_t)1)), ((int32_t)il2cpp_codegen_subtract((int32_t)L_230, (int32_t)L_231)), /*hidden argument*/NULL);
}
IL_0ba6:
{
RegexInterpreter_Advance_m779870D7E1FA3580492E2E8B75E2805613525AF7(__this, 2, /*hidden argument*/NULL);
goto IL_0007;
}
IL_0bb2:
{
int32_t L_232 = RegexInterpreter_Operand_m1ACB9C398C9C7ADF8DA58824877B99F08F181526(__this, 1, /*hidden argument*/NULL);
V_23 = L_232;
int32_t L_233 = V_23;
int32_t L_234 = RegexInterpreter_Forwardchars_mE5E437E285604CDC60551C112F7B2CEF7297F4ED(__this, /*hidden argument*/NULL);
if ((((int32_t)L_233) <= ((int32_t)L_234)))
{
goto IL_0bcd;
}
}
{
int32_t L_235 = RegexInterpreter_Forwardchars_mE5E437E285604CDC60551C112F7B2CEF7297F4ED(__this, /*hidden argument*/NULL);
V_23 = L_235;
}
IL_0bcd:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_236 = __this->get_runstrings_21();
int32_t L_237 = RegexInterpreter_Operand_m1ACB9C398C9C7ADF8DA58824877B99F08F181526(__this, 0, /*hidden argument*/NULL);
NullCheck(L_236);
int32_t L_238 = L_237;
String_t* L_239 = (L_236)->GetAt(static_cast<il2cpp_array_size_t>(L_238));
V_24 = L_239;
int32_t L_240 = V_23;
V_25 = L_240;
goto IL_0c00;
}
IL_0be3:
{
Il2CppChar L_241 = RegexInterpreter_Forwardcharnext_mD2C6694CC31BC75D3E20C511D1004D28AAE1390F(__this, /*hidden argument*/NULL);
String_t* L_242 = V_24;
IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var);
bool L_243 = RegexCharClass_CharInClass_m194AAA57BBBD30E78E70255D6F53FAFDB785EC0E(L_241, L_242, /*hidden argument*/NULL);
if (L_243)
{
goto IL_0bfa;
}
}
{
RegexInterpreter_Backwardnext_mD10CE2A9E229D0655EF01565DB39C902654D00CD(__this, /*hidden argument*/NULL);
goto IL_0c05;
}
IL_0bfa:
{
int32_t L_244 = V_25;
V_25 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_244, (int32_t)1));
}
IL_0c00:
{
int32_t L_245 = V_25;
if ((((int32_t)L_245) > ((int32_t)0)))
{
goto IL_0be3;
}
}
IL_0c05:
{
int32_t L_246 = V_23;
int32_t L_247 = V_25;
if ((((int32_t)L_246) <= ((int32_t)L_247)))
{
goto IL_0c25;
}
}
{
int32_t L_248 = V_23;
int32_t L_249 = V_25;
int32_t L_250 = RegexInterpreter_Textpos_mC66F0DE729E76EDA0BEEA7B1ABEE369BA6C81D5B(__this, /*hidden argument*/NULL);
int32_t L_251 = RegexInterpreter_Bump_mC33CB8A0CC0DF1C69F11115BD225D2D8B63F8753(__this, /*hidden argument*/NULL);
RegexInterpreter_TrackPush_m3EA36B28D636D1C617F85CEA57650344B562A38F(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_248, (int32_t)L_249)), (int32_t)1)), ((int32_t)il2cpp_codegen_subtract((int32_t)L_250, (int32_t)L_251)), /*hidden argument*/NULL);
}
IL_0c25:
{
RegexInterpreter_Advance_m779870D7E1FA3580492E2E8B75E2805613525AF7(__this, 2, /*hidden argument*/NULL);
goto IL_0007;
}
IL_0c31:
{
RegexInterpreter_TrackPop_m73AB2E002DB92E231B62510861277320F76BEEED(__this, 2, /*hidden argument*/NULL);
int32_t L_252 = RegexInterpreter_TrackPeek_m4EF7918CC0F10FFF7E73C1C9D13E74D1D8D13318(__this, /*hidden argument*/NULL);
V_26 = L_252;
int32_t L_253 = RegexInterpreter_TrackPeek_mEECF3E94E7823A68474C691F695D71087729553C(__this, 1, /*hidden argument*/NULL);
V_27 = L_253;
int32_t L_254 = V_27;
RegexInterpreter_Textto_m6CE60A7C8FA9F9CEECD26BD6025F055EB64887AA(__this, L_254, /*hidden argument*/NULL);
int32_t L_255 = V_26;
if ((((int32_t)L_255) <= ((int32_t)0)))
{
goto IL_0c69;
}
}
{
int32_t L_256 = V_26;
int32_t L_257 = V_27;
int32_t L_258 = RegexInterpreter_Bump_mC33CB8A0CC0DF1C69F11115BD225D2D8B63F8753(__this, /*hidden argument*/NULL);
RegexInterpreter_TrackPush_m3EA36B28D636D1C617F85CEA57650344B562A38F(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_256, (int32_t)1)), ((int32_t)il2cpp_codegen_subtract((int32_t)L_257, (int32_t)L_258)), /*hidden argument*/NULL);
}
IL_0c69:
{
RegexInterpreter_Advance_m779870D7E1FA3580492E2E8B75E2805613525AF7(__this, 2, /*hidden argument*/NULL);
goto IL_0007;
}
IL_0c75:
{
RegexInterpreter_TrackPop_m73AB2E002DB92E231B62510861277320F76BEEED(__this, 2, /*hidden argument*/NULL);
int32_t L_259 = RegexInterpreter_TrackPeek_m4EF7918CC0F10FFF7E73C1C9D13E74D1D8D13318(__this, /*hidden argument*/NULL);
V_28 = L_259;
int32_t L_260 = RegexInterpreter_TrackPeek_mEECF3E94E7823A68474C691F695D71087729553C(__this, 1, /*hidden argument*/NULL);
V_29 = L_260;
int32_t L_261 = V_29;
RegexInterpreter_Textto_m6CE60A7C8FA9F9CEECD26BD6025F055EB64887AA(__this, L_261, /*hidden argument*/NULL);
int32_t L_262 = V_28;
if ((((int32_t)L_262) <= ((int32_t)0)))
{
goto IL_0cad;
}
}
{
int32_t L_263 = V_28;
int32_t L_264 = V_29;
int32_t L_265 = RegexInterpreter_Bump_mC33CB8A0CC0DF1C69F11115BD225D2D8B63F8753(__this, /*hidden argument*/NULL);
RegexInterpreter_TrackPush_m3EA36B28D636D1C617F85CEA57650344B562A38F(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_263, (int32_t)1)), ((int32_t)il2cpp_codegen_subtract((int32_t)L_264, (int32_t)L_265)), /*hidden argument*/NULL);
}
IL_0cad:
{
RegexInterpreter_Advance_m779870D7E1FA3580492E2E8B75E2805613525AF7(__this, 2, /*hidden argument*/NULL);
goto IL_0007;
}
IL_0cb9:
{
int32_t L_266 = RegexInterpreter_Operand_m1ACB9C398C9C7ADF8DA58824877B99F08F181526(__this, 1, /*hidden argument*/NULL);
V_30 = L_266;
int32_t L_267 = V_30;
int32_t L_268 = RegexInterpreter_Forwardchars_mE5E437E285604CDC60551C112F7B2CEF7297F4ED(__this, /*hidden argument*/NULL);
if ((((int32_t)L_267) <= ((int32_t)L_268)))
{
goto IL_0cd4;
}
}
{
int32_t L_269 = RegexInterpreter_Forwardchars_mE5E437E285604CDC60551C112F7B2CEF7297F4ED(__this, /*hidden argument*/NULL);
V_30 = L_269;
}
IL_0cd4:
{
int32_t L_270 = V_30;
if ((((int32_t)L_270) <= ((int32_t)0)))
{
goto IL_0ce9;
}
}
{
int32_t L_271 = V_30;
int32_t L_272 = RegexInterpreter_Textpos_mC66F0DE729E76EDA0BEEA7B1ABEE369BA6C81D5B(__this, /*hidden argument*/NULL);
RegexInterpreter_TrackPush_m3EA36B28D636D1C617F85CEA57650344B562A38F(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_271, (int32_t)1)), L_272, /*hidden argument*/NULL);
}
IL_0ce9:
{
RegexInterpreter_Advance_m779870D7E1FA3580492E2E8B75E2805613525AF7(__this, 2, /*hidden argument*/NULL);
goto IL_0007;
}
IL_0cf5:
{
int32_t L_273 = RegexInterpreter_Operand_m1ACB9C398C9C7ADF8DA58824877B99F08F181526(__this, 1, /*hidden argument*/NULL);
V_31 = L_273;
int32_t L_274 = V_31;
int32_t L_275 = RegexInterpreter_Forwardchars_mE5E437E285604CDC60551C112F7B2CEF7297F4ED(__this, /*hidden argument*/NULL);
if ((((int32_t)L_274) <= ((int32_t)L_275)))
{
goto IL_0d10;
}
}
{
int32_t L_276 = RegexInterpreter_Forwardchars_mE5E437E285604CDC60551C112F7B2CEF7297F4ED(__this, /*hidden argument*/NULL);
V_31 = L_276;
}
IL_0d10:
{
int32_t L_277 = V_31;
if ((((int32_t)L_277) <= ((int32_t)0)))
{
goto IL_0d25;
}
}
{
int32_t L_278 = V_31;
int32_t L_279 = RegexInterpreter_Textpos_mC66F0DE729E76EDA0BEEA7B1ABEE369BA6C81D5B(__this, /*hidden argument*/NULL);
RegexInterpreter_TrackPush_m3EA36B28D636D1C617F85CEA57650344B562A38F(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_278, (int32_t)1)), L_279, /*hidden argument*/NULL);
}
IL_0d25:
{
RegexInterpreter_Advance_m779870D7E1FA3580492E2E8B75E2805613525AF7(__this, 2, /*hidden argument*/NULL);
goto IL_0007;
}
IL_0d31:
{
RegexInterpreter_TrackPop_m73AB2E002DB92E231B62510861277320F76BEEED(__this, 2, /*hidden argument*/NULL);
int32_t L_280 = RegexInterpreter_TrackPeek_mEECF3E94E7823A68474C691F695D71087729553C(__this, 1, /*hidden argument*/NULL);
V_32 = L_280;
int32_t L_281 = V_32;
RegexInterpreter_Textto_m6CE60A7C8FA9F9CEECD26BD6025F055EB64887AA(__this, L_281, /*hidden argument*/NULL);
Il2CppChar L_282 = RegexInterpreter_Forwardcharnext_mD2C6694CC31BC75D3E20C511D1004D28AAE1390F(__this, /*hidden argument*/NULL);
int32_t L_283 = RegexInterpreter_Operand_m1ACB9C398C9C7ADF8DA58824877B99F08F181526(__this, 0, /*hidden argument*/NULL);
if ((!(((uint32_t)L_282) == ((uint32_t)(((int32_t)((uint16_t)L_283)))))))
{
goto IL_0e4e;
}
}
{
int32_t L_284 = RegexInterpreter_TrackPeek_m4EF7918CC0F10FFF7E73C1C9D13E74D1D8D13318(__this, /*hidden argument*/NULL);
V_33 = L_284;
int32_t L_285 = V_33;
if ((((int32_t)L_285) <= ((int32_t)0)))
{
goto IL_0d7c;
}
}
{
int32_t L_286 = V_33;
int32_t L_287 = V_32;
int32_t L_288 = RegexInterpreter_Bump_mC33CB8A0CC0DF1C69F11115BD225D2D8B63F8753(__this, /*hidden argument*/NULL);
RegexInterpreter_TrackPush_m3EA36B28D636D1C617F85CEA57650344B562A38F(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_286, (int32_t)1)), ((int32_t)il2cpp_codegen_add((int32_t)L_287, (int32_t)L_288)), /*hidden argument*/NULL);
}
IL_0d7c:
{
RegexInterpreter_Advance_m779870D7E1FA3580492E2E8B75E2805613525AF7(__this, 2, /*hidden argument*/NULL);
goto IL_0007;
}
IL_0d88:
{
RegexInterpreter_TrackPop_m73AB2E002DB92E231B62510861277320F76BEEED(__this, 2, /*hidden argument*/NULL);
int32_t L_289 = RegexInterpreter_TrackPeek_mEECF3E94E7823A68474C691F695D71087729553C(__this, 1, /*hidden argument*/NULL);
V_34 = L_289;
int32_t L_290 = V_34;
RegexInterpreter_Textto_m6CE60A7C8FA9F9CEECD26BD6025F055EB64887AA(__this, L_290, /*hidden argument*/NULL);
Il2CppChar L_291 = RegexInterpreter_Forwardcharnext_mD2C6694CC31BC75D3E20C511D1004D28AAE1390F(__this, /*hidden argument*/NULL);
int32_t L_292 = RegexInterpreter_Operand_m1ACB9C398C9C7ADF8DA58824877B99F08F181526(__this, 0, /*hidden argument*/NULL);
if ((((int32_t)L_291) == ((int32_t)(((int32_t)((uint16_t)L_292))))))
{
goto IL_0e4e;
}
}
{
int32_t L_293 = RegexInterpreter_TrackPeek_m4EF7918CC0F10FFF7E73C1C9D13E74D1D8D13318(__this, /*hidden argument*/NULL);
V_35 = L_293;
int32_t L_294 = V_35;
if ((((int32_t)L_294) <= ((int32_t)0)))
{
goto IL_0dd3;
}
}
{
int32_t L_295 = V_35;
int32_t L_296 = V_34;
int32_t L_297 = RegexInterpreter_Bump_mC33CB8A0CC0DF1C69F11115BD225D2D8B63F8753(__this, /*hidden argument*/NULL);
RegexInterpreter_TrackPush_m3EA36B28D636D1C617F85CEA57650344B562A38F(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_295, (int32_t)1)), ((int32_t)il2cpp_codegen_add((int32_t)L_296, (int32_t)L_297)), /*hidden argument*/NULL);
}
IL_0dd3:
{
RegexInterpreter_Advance_m779870D7E1FA3580492E2E8B75E2805613525AF7(__this, 2, /*hidden argument*/NULL);
goto IL_0007;
}
IL_0ddf:
{
RegexInterpreter_TrackPop_m73AB2E002DB92E231B62510861277320F76BEEED(__this, 2, /*hidden argument*/NULL);
int32_t L_298 = RegexInterpreter_TrackPeek_mEECF3E94E7823A68474C691F695D71087729553C(__this, 1, /*hidden argument*/NULL);
V_36 = L_298;
int32_t L_299 = V_36;
RegexInterpreter_Textto_m6CE60A7C8FA9F9CEECD26BD6025F055EB64887AA(__this, L_299, /*hidden argument*/NULL);
Il2CppChar L_300 = RegexInterpreter_Forwardcharnext_mD2C6694CC31BC75D3E20C511D1004D28AAE1390F(__this, /*hidden argument*/NULL);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_301 = __this->get_runstrings_21();
int32_t L_302 = RegexInterpreter_Operand_m1ACB9C398C9C7ADF8DA58824877B99F08F181526(__this, 0, /*hidden argument*/NULL);
NullCheck(L_301);
int32_t L_303 = L_302;
String_t* L_304 = (L_301)->GetAt(static_cast<il2cpp_array_size_t>(L_303));
IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var);
bool L_305 = RegexCharClass_CharInClass_m194AAA57BBBD30E78E70255D6F53FAFDB785EC0E(L_300, L_304, /*hidden argument*/NULL);
if (!L_305)
{
goto IL_0e4e;
}
}
{
int32_t L_306 = RegexInterpreter_TrackPeek_m4EF7918CC0F10FFF7E73C1C9D13E74D1D8D13318(__this, /*hidden argument*/NULL);
V_37 = L_306;
int32_t L_307 = V_37;
if ((((int32_t)L_307) <= ((int32_t)0)))
{
goto IL_0e32;
}
}
{
int32_t L_308 = V_37;
int32_t L_309 = V_36;
int32_t L_310 = RegexInterpreter_Bump_mC33CB8A0CC0DF1C69F11115BD225D2D8B63F8753(__this, /*hidden argument*/NULL);
RegexInterpreter_TrackPush_m3EA36B28D636D1C617F85CEA57650344B562A38F(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_308, (int32_t)1)), ((int32_t)il2cpp_codegen_add((int32_t)L_309, (int32_t)L_310)), /*hidden argument*/NULL);
}
IL_0e32:
{
RegexInterpreter_Advance_m779870D7E1FA3580492E2E8B75E2805613525AF7(__this, 2, /*hidden argument*/NULL);
goto IL_0007;
}
IL_0e3e:
{
String_t* L_311 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteralCD88045D2280A8EEDDEBB30D8141C39960321C19, /*hidden argument*/NULL);
NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_312 = (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 *)il2cpp_codegen_object_new(NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var);
NotImplementedException__ctor_mEBAED0FCA8B8CCE7E96492474350BA35D14CF59C(L_312, L_311, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_312, NULL, RegexInterpreter_Go_mBE9DEAECBD68F60DDFE2BB5A8C24CF92A1FB503A_RuntimeMethod_var);
}
IL_0e4e:
{
RegexInterpreter_Backtrack_m46612DE84F898D1656DE30F3BA86E93209E279E1(__this, /*hidden argument*/NULL);
goto IL_0007;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Text.RegularExpressions.RegexMatchTimeoutException::.ctor(System.String,System.String,System.TimeSpan)
extern "C" IL2CPP_METHOD_ATTR void RegexMatchTimeoutException__ctor_mCCDB413A8F68D924B276B8FED2744E81BE4C89AF (RegexMatchTimeoutException_t78D3102CF3A9DEE18561827EDD878176482A6C7C * __this, String_t* ___regexInput0, String_t* ___regexPattern1, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___matchTimeout2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexMatchTimeoutException__ctor_mCCDB413A8F68D924B276B8FED2744E81BE4C89AF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var);
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_0 = TimeSpan_FromTicks_mDF1F429F18294D57DE2739DBD2F33637E4E5F8F4((((int64_t)((int64_t)(-1)))), /*hidden argument*/NULL);
__this->set_matchTimeout_19(L_0);
String_t* L_1 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteralAE5B80AF8AC216957A02D1B216C3DB5C0E547D1A, /*hidden argument*/NULL);
TimeoutException__ctor_mF1C60F8EDC528DD4115617C3A3ED34CB20175F1A(__this, L_1, /*hidden argument*/NULL);
String_t* L_2 = ___regexInput0;
String_t* L_3 = ___regexPattern1;
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_4 = ___matchTimeout2;
RegexMatchTimeoutException_Init_m0F165C7170A46724458C06DA5EC05536D8CB95B7(__this, L_2, L_3, L_4, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Text.RegularExpressions.RegexMatchTimeoutException::.ctor()
extern "C" IL2CPP_METHOD_ATTR void RegexMatchTimeoutException__ctor_m4EFD030442FEEC81E59AB8CDF35D603A5D551058 (RegexMatchTimeoutException_t78D3102CF3A9DEE18561827EDD878176482A6C7C * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexMatchTimeoutException__ctor_m4EFD030442FEEC81E59AB8CDF35D603A5D551058_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var);
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_0 = TimeSpan_FromTicks_mDF1F429F18294D57DE2739DBD2F33637E4E5F8F4((((int64_t)((int64_t)(-1)))), /*hidden argument*/NULL);
__this->set_matchTimeout_19(L_0);
TimeoutException__ctor_mB870CBFE33BA657A6C7FBFAB77984096ADCA62CF(__this, /*hidden argument*/NULL);
RegexMatchTimeoutException_Init_m09AF601CC7369F2D7E1300B166517FE7D20EB6F1(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Text.RegularExpressions.RegexMatchTimeoutException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR void RegexMatchTimeoutException__ctor_m554FE8CFA7F42483517F11948A61E4D3C9F44D07 (RegexMatchTimeoutException_t78D3102CF3A9DEE18561827EDD878176482A6C7C * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexMatchTimeoutException__ctor_m554FE8CFA7F42483517F11948A61E4D3C9F44D07_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
String_t* V_1 = NULL;
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 V_2;
memset(&V_2, 0, sizeof(V_2));
{
IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var);
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_0 = TimeSpan_FromTicks_mDF1F429F18294D57DE2739DBD2F33637E4E5F8F4((((int64_t)((int64_t)(-1)))), /*hidden argument*/NULL);
__this->set_matchTimeout_19(L_0);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_1 = ___info0;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_2 = ___context1;
TimeoutException__ctor_m18609AA35D5F9E6B53E125B2B00D37EBBAB1DB65(__this, L_1, L_2, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_3 = ___info0;
NullCheck(L_3);
String_t* L_4 = SerializationInfo_GetString_m06805A4E368E0B98D5FA70A9333B277CBDD84CF4(L_3, _stringLiteral07CADF8FD854F774DCE0B366CAD6A777085CBB35, /*hidden argument*/NULL);
V_0 = L_4;
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_5 = ___info0;
NullCheck(L_5);
String_t* L_6 = SerializationInfo_GetString_m06805A4E368E0B98D5FA70A9333B277CBDD84CF4(L_5, _stringLiteral17150BAF904D70ACB12D05C97E08918A38FFC11E, /*hidden argument*/NULL);
V_1 = L_6;
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_7 = ___info0;
NullCheck(L_7);
int64_t L_8 = SerializationInfo_GetInt64_mD9FB62CFBEC90A544B95912AB9FA24377AC17E54(L_7, _stringLiteralC6F7C6CBDF721BC886DC1FC41048F85EFFFA301B, /*hidden argument*/NULL);
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_9 = TimeSpan_FromTicks_mDF1F429F18294D57DE2739DBD2F33637E4E5F8F4(L_8, /*hidden argument*/NULL);
V_2 = L_9;
String_t* L_10 = V_0;
String_t* L_11 = V_1;
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_12 = V_2;
RegexMatchTimeoutException_Init_m0F165C7170A46724458C06DA5EC05536D8CB95B7(__this, L_10, L_11, L_12, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Text.RegularExpressions.RegexMatchTimeoutException::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR void RegexMatchTimeoutException_System_Runtime_Serialization_ISerializable_GetObjectData_m78FACBA38C002E195A507A32CDAB768D8DBC93E7 (RegexMatchTimeoutException_t78D3102CF3A9DEE18561827EDD878176482A6C7C * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___si0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexMatchTimeoutException_System_Runtime_Serialization_ISerializable_GetObjectData_m78FACBA38C002E195A507A32CDAB768D8DBC93E7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___si0;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___context1;
Exception_GetObjectData_m76F759ED00FA218FFC522C32626B851FDE849AD6(__this, L_0, L_1, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___si0;
String_t* L_3 = __this->get_regexInput_17();
NullCheck(L_2);
SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_2, _stringLiteral07CADF8FD854F774DCE0B366CAD6A777085CBB35, L_3, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_4 = ___si0;
String_t* L_5 = __this->get_regexPattern_18();
NullCheck(L_4);
SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_4, _stringLiteral17150BAF904D70ACB12D05C97E08918A38FFC11E, L_5, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_6 = ___si0;
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * L_7 = __this->get_address_of_matchTimeout_19();
int64_t L_8 = TimeSpan_get_Ticks_m829C28C42028CDBFC9E338962DC7B6B10C8FFBE7((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)L_7, /*hidden argument*/NULL);
NullCheck(L_6);
SerializationInfo_AddValue_mCCC2918D05840247B2A72A834940BD36AD7F5DE4(L_6, _stringLiteralC6F7C6CBDF721BC886DC1FC41048F85EFFFA301B, L_8, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Text.RegularExpressions.RegexMatchTimeoutException::Init()
extern "C" IL2CPP_METHOD_ATTR void RegexMatchTimeoutException_Init_m09AF601CC7369F2D7E1300B166517FE7D20EB6F1 (RegexMatchTimeoutException_t78D3102CF3A9DEE18561827EDD878176482A6C7C * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexMatchTimeoutException_Init_m09AF601CC7369F2D7E1300B166517FE7D20EB6F1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var);
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_0 = TimeSpan_FromTicks_mDF1F429F18294D57DE2739DBD2F33637E4E5F8F4((((int64_t)((int64_t)(-1)))), /*hidden argument*/NULL);
RegexMatchTimeoutException_Init_m0F165C7170A46724458C06DA5EC05536D8CB95B7(__this, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, L_0, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Text.RegularExpressions.RegexMatchTimeoutException::Init(System.String,System.String,System.TimeSpan)
extern "C" IL2CPP_METHOD_ATTR void RegexMatchTimeoutException_Init_m0F165C7170A46724458C06DA5EC05536D8CB95B7 (RegexMatchTimeoutException_t78D3102CF3A9DEE18561827EDD878176482A6C7C * __this, String_t* ___input0, String_t* ___pattern1, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___timeout2, const RuntimeMethod* method)
{
{
String_t* L_0 = ___input0;
__this->set_regexInput_17(L_0);
String_t* L_1 = ___pattern1;
__this->set_regexPattern_18(L_1);
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_2 = ___timeout2;
__this->set_matchTimeout_19(L_2);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Text.RegularExpressions.RegexNode::.ctor(System.Int32,System.Text.RegularExpressions.RegexOptions)
extern "C" IL2CPP_METHOD_ATTR void RegexNode__ctor_m29676E9646F598C827F25E906EEB6EA14A6FD5DB (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * __this, int32_t ___type0, int32_t ___options1, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
int32_t L_0 = ___type0;
__this->set__type_0(L_0);
int32_t L_1 = ___options1;
__this->set__options_6(L_1);
return;
}
}
// System.Void System.Text.RegularExpressions.RegexNode::.ctor(System.Int32,System.Text.RegularExpressions.RegexOptions,System.Char)
extern "C" IL2CPP_METHOD_ATTR void RegexNode__ctor_m92FB70D6C28D7E021A2A1ACBAD583461AB014F11 (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * __this, int32_t ___type0, int32_t ___options1, Il2CppChar ___ch2, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
int32_t L_0 = ___type0;
__this->set__type_0(L_0);
int32_t L_1 = ___options1;
__this->set__options_6(L_1);
Il2CppChar L_2 = ___ch2;
__this->set__ch_3(L_2);
return;
}
}
// System.Void System.Text.RegularExpressions.RegexNode::.ctor(System.Int32,System.Text.RegularExpressions.RegexOptions,System.String)
extern "C" IL2CPP_METHOD_ATTR void RegexNode__ctor_m89ACB97FB7FE8B38C0D69F0F2445A7916BC67D85 (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * __this, int32_t ___type0, int32_t ___options1, String_t* ___str2, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
int32_t L_0 = ___type0;
__this->set__type_0(L_0);
int32_t L_1 = ___options1;
__this->set__options_6(L_1);
String_t* L_2 = ___str2;
__this->set__str_2(L_2);
return;
}
}
// System.Void System.Text.RegularExpressions.RegexNode::.ctor(System.Int32,System.Text.RegularExpressions.RegexOptions,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void RegexNode__ctor_mAE76BA90AA85F205CB0CC6799F06D1AD85A49F64 (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * __this, int32_t ___type0, int32_t ___options1, int32_t ___m2, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
int32_t L_0 = ___type0;
__this->set__type_0(L_0);
int32_t L_1 = ___options1;
__this->set__options_6(L_1);
int32_t L_2 = ___m2;
__this->set__m_4(L_2);
return;
}
}
// System.Void System.Text.RegularExpressions.RegexNode::.ctor(System.Int32,System.Text.RegularExpressions.RegexOptions,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void RegexNode__ctor_m0EFEB707603B3C667626117E09A7EED58BBEC6D4 (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * __this, int32_t ___type0, int32_t ___options1, int32_t ___m2, int32_t ___n3, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
int32_t L_0 = ___type0;
__this->set__type_0(L_0);
int32_t L_1 = ___options1;
__this->set__options_6(L_1);
int32_t L_2 = ___m2;
__this->set__m_4(L_2);
int32_t L_3 = ___n3;
__this->set__n_5(L_3);
return;
}
}
// System.Boolean System.Text.RegularExpressions.RegexNode::UseOptionR()
extern "C" IL2CPP_METHOD_ATTR bool RegexNode_UseOptionR_mB931929BBD1D89F8B263AA846C1665775096713E (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get__options_6();
return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)64)))) <= ((uint32_t)0)))? 1 : 0);
}
}
// System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexNode::ReverseLeft()
extern "C" IL2CPP_METHOD_ATTR RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * RegexNode_ReverseLeft_m994638E4886D007B9B29BC23EA3C8D76A92099FD (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexNode_ReverseLeft_m994638E4886D007B9B29BC23EA3C8D76A92099FD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = RegexNode_UseOptionR_mB931929BBD1D89F8B263AA846C1665775096713E(__this, /*hidden argument*/NULL);
if (!L_0)
{
goto IL_0031;
}
}
{
int32_t L_1 = __this->get__type_0();
if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)25)))))
{
goto IL_0031;
}
}
{
List_1_tA5CDE89671B691180A7422F86077A0D047AD4059 * L_2 = __this->get__children_1();
if (!L_2)
{
goto IL_0031;
}
}
{
List_1_tA5CDE89671B691180A7422F86077A0D047AD4059 * L_3 = __this->get__children_1();
List_1_tA5CDE89671B691180A7422F86077A0D047AD4059 * L_4 = __this->get__children_1();
NullCheck(L_4);
int32_t L_5 = List_1_get_Count_mC6523733B48B0774D420C52AAB0D5951127CB49B(L_4, /*hidden argument*/List_1_get_Count_mC6523733B48B0774D420C52AAB0D5951127CB49B_RuntimeMethod_var);
NullCheck(L_3);
List_1_Reverse_mFF79DA2CBE7FC495ECEEF41772EF9DF622B64447(L_3, 0, L_5, /*hidden argument*/List_1_Reverse_mFF79DA2CBE7FC495ECEEF41772EF9DF622B64447_RuntimeMethod_var);
}
IL_0031:
{
return __this;
}
}
// System.Void System.Text.RegularExpressions.RegexNode::MakeRep(System.Int32,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void RegexNode_MakeRep_mC310B028FBE3BD5EB80F83E4E05B891ADEE45C22 (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * __this, int32_t ___type0, int32_t ___min1, int32_t ___max2, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get__type_0();
int32_t L_1 = ___type0;
__this->set__type_0(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)((int32_t)9))))));
int32_t L_2 = ___min1;
__this->set__m_4(L_2);
int32_t L_3 = ___max2;
__this->set__n_5(L_3);
return;
}
}
// System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexNode::Reduce()
extern "C" IL2CPP_METHOD_ATTR RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * RegexNode_Reduce_mE9E22C30C296E328ABC7EDC9C52F18059FAE27C1 (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * __this, const RuntimeMethod* method)
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * V_0 = NULL;
int32_t V_1 = 0;
{
int32_t L_0 = RegexNode_Type_mFA1C2F11F3487BB1BCBA7F58FFB7975EC18E9CD4(__this, /*hidden argument*/NULL);
V_1 = L_0;
int32_t L_1 = V_1;
if ((((int32_t)L_1) == ((int32_t)5)))
{
goto IL_0057;
}
}
{
int32_t L_2 = V_1;
if ((((int32_t)L_2) == ((int32_t)((int32_t)11))))
{
goto IL_0057;
}
}
{
int32_t L_3 = V_1;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)((int32_t)24))))
{
case 0:
{
goto IL_0033;
}
case 1:
{
goto IL_003c;
}
case 2:
{
goto IL_0045;
}
case 3:
{
goto IL_0045;
}
case 4:
{
goto IL_0060;
}
case 5:
{
goto IL_004e;
}
}
}
{
goto IL_0060;
}
IL_0033:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_4 = RegexNode_ReduceAlternation_m60EECC172A975620A5118D14D6ECF8B846ECED9F(__this, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0062;
}
IL_003c:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_5 = RegexNode_ReduceConcatenation_m4BE1B6DBBC0F4BAB9A3873414B5EE77D825AD53B(__this, /*hidden argument*/NULL);
V_0 = L_5;
goto IL_0062;
}
IL_0045:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_6 = RegexNode_ReduceRep_m726F03D9E2420F276A37777942B66D15CA73F77E(__this, /*hidden argument*/NULL);
V_0 = L_6;
goto IL_0062;
}
IL_004e:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_7 = RegexNode_ReduceGroup_m069FA93D4F88006F18473E647069B349683B9204(__this, /*hidden argument*/NULL);
V_0 = L_7;
goto IL_0062;
}
IL_0057:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_8 = RegexNode_ReduceSet_m912F4A0DFF694EB14DE520599369A811C2E9D10D(__this, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0062;
}
IL_0060:
{
V_0 = __this;
}
IL_0062:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_9 = V_0;
return L_9;
}
}
// System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexNode::StripEnation(System.Int32)
extern "C" IL2CPP_METHOD_ATTR RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * RegexNode_StripEnation_mE19E0A57BCE0D0BF47F51A5103C08FCC7BB9E24F (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * __this, int32_t ___emptyType0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexNode_StripEnation_mE19E0A57BCE0D0BF47F51A5103C08FCC7BB9E24F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
int32_t L_0 = RegexNode_ChildCount_m23B6965575DB0DBC1D90212820DEA144FCB06996(__this, /*hidden argument*/NULL);
V_0 = L_0;
int32_t L_1 = V_0;
if (!L_1)
{
goto IL_0010;
}
}
{
int32_t L_2 = V_0;
if ((((int32_t)L_2) == ((int32_t)1)))
{
goto IL_001d;
}
}
{
goto IL_0025;
}
IL_0010:
{
int32_t L_3 = ___emptyType0;
int32_t L_4 = __this->get__options_6();
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_5 = (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 *)il2cpp_codegen_object_new(RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75_il2cpp_TypeInfo_var);
RegexNode__ctor_m29676E9646F598C827F25E906EEB6EA14A6FD5DB(L_5, L_3, L_4, /*hidden argument*/NULL);
return L_5;
}
IL_001d:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_6 = RegexNode_Child_m5AA4FFDDCCFA22FE70BA0F236F19A963AEF72079(__this, 0, /*hidden argument*/NULL);
return L_6;
}
IL_0025:
{
return __this;
}
}
// System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexNode::ReduceGroup()
extern "C" IL2CPP_METHOD_ATTR RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * RegexNode_ReduceGroup_m069FA93D4F88006F18473E647069B349683B9204 (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * __this, const RuntimeMethod* method)
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * V_0 = NULL;
{
V_0 = __this;
goto IL_000c;
}
IL_0004:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_0 = V_0;
NullCheck(L_0);
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_1 = RegexNode_Child_m5AA4FFDDCCFA22FE70BA0F236F19A963AEF72079(L_0, 0, /*hidden argument*/NULL);
V_0 = L_1;
}
IL_000c:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_2 = V_0;
NullCheck(L_2);
int32_t L_3 = RegexNode_Type_mFA1C2F11F3487BB1BCBA7F58FFB7975EC18E9CD4(L_2, /*hidden argument*/NULL);
if ((((int32_t)L_3) == ((int32_t)((int32_t)29))))
{
goto IL_0004;
}
}
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_4 = V_0;
return L_4;
}
}
// System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexNode::ReduceRep()
extern "C" IL2CPP_METHOD_ATTR RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * RegexNode_ReduceRep_m726F03D9E2420F276A37777942B66D15CA73F77E (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexNode_ReduceRep_m726F03D9E2420F276A37777942B66D15CA73F77E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * V_0 = NULL;
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * V_1 = NULL;
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t V_4 = 0;
int32_t V_5 = 0;
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * G_B15_0 = NULL;
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * G_B14_0 = NULL;
int32_t G_B16_0 = 0;
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * G_B16_1 = NULL;
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * G_B20_0 = NULL;
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * G_B19_0 = NULL;
int32_t G_B21_0 = 0;
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * G_B21_1 = NULL;
{
V_0 = __this;
int32_t L_0 = RegexNode_Type_mFA1C2F11F3487BB1BCBA7F58FFB7975EC18E9CD4(__this, /*hidden argument*/NULL);
V_2 = L_0;
int32_t L_1 = __this->get__m_4();
V_3 = L_1;
int32_t L_2 = __this->get__n_5();
V_4 = L_2;
}
IL_0018:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_3 = V_0;
NullCheck(L_3);
int32_t L_4 = RegexNode_ChildCount_m23B6965575DB0DBC1D90212820DEA144FCB06996(L_3, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_00ef;
}
}
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_5 = V_0;
NullCheck(L_5);
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_6 = RegexNode_Child_m5AA4FFDDCCFA22FE70BA0F236F19A963AEF72079(L_5, 0, /*hidden argument*/NULL);
V_1 = L_6;
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_7 = V_1;
NullCheck(L_7);
int32_t L_8 = RegexNode_Type_mFA1C2F11F3487BB1BCBA7F58FFB7975EC18E9CD4(L_7, /*hidden argument*/NULL);
int32_t L_9 = V_2;
if ((((int32_t)L_8) == ((int32_t)L_9)))
{
goto IL_0063;
}
}
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_10 = V_1;
NullCheck(L_10);
int32_t L_11 = RegexNode_Type_mFA1C2F11F3487BB1BCBA7F58FFB7975EC18E9CD4(L_10, /*hidden argument*/NULL);
V_5 = L_11;
int32_t L_12 = V_5;
if ((((int32_t)L_12) < ((int32_t)3)))
{
goto IL_004b;
}
}
{
int32_t L_13 = V_5;
if ((((int32_t)L_13) > ((int32_t)5)))
{
goto IL_004b;
}
}
{
int32_t L_14 = V_2;
if ((((int32_t)L_14) == ((int32_t)((int32_t)26))))
{
goto IL_0063;
}
}
IL_004b:
{
int32_t L_15 = V_5;
if ((((int32_t)L_15) < ((int32_t)6)))
{
goto IL_00ef;
}
}
{
int32_t L_16 = V_5;
if ((((int32_t)L_16) > ((int32_t)8)))
{
goto IL_00ef;
}
}
{
int32_t L_17 = V_2;
if ((!(((uint32_t)L_17) == ((uint32_t)((int32_t)27)))))
{
goto IL_00ef;
}
}
IL_0063:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_18 = V_0;
NullCheck(L_18);
int32_t L_19 = L_18->get__m_4();
if (L_19)
{
goto IL_0074;
}
}
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_20 = V_1;
NullCheck(L_20);
int32_t L_21 = L_20->get__m_4();
if ((((int32_t)L_21) > ((int32_t)1)))
{
goto IL_00ef;
}
}
IL_0074:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_22 = V_1;
NullCheck(L_22);
int32_t L_23 = L_22->get__n_5();
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_24 = V_1;
NullCheck(L_24);
int32_t L_25 = L_24->get__m_4();
if ((((int32_t)L_23) < ((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_25, (int32_t)2)))))
{
goto IL_00ef;
}
}
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_26 = V_1;
V_0 = L_26;
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_27 = V_0;
NullCheck(L_27);
int32_t L_28 = L_27->get__m_4();
if ((((int32_t)L_28) <= ((int32_t)0)))
{
goto IL_00b5;
}
}
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_29 = V_0;
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_30 = V_0;
NullCheck(L_30);
int32_t L_31 = L_30->get__m_4();
int32_t L_32 = V_3;
G_B14_0 = L_29;
if ((((int32_t)((int32_t)((int32_t)((int32_t)2147483646)/(int32_t)L_31))) < ((int32_t)L_32)))
{
G_B15_0 = L_29;
goto IL_00a9;
}
}
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_33 = V_0;
NullCheck(L_33);
int32_t L_34 = L_33->get__m_4();
int32_t L_35 = V_3;
G_B16_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_34, (int32_t)L_35));
G_B16_1 = G_B14_0;
goto IL_00ae;
}
IL_00a9:
{
G_B16_0 = ((int32_t)2147483647LL);
G_B16_1 = G_B15_0;
}
IL_00ae:
{
int32_t L_36 = G_B16_0;
V_3 = L_36;
NullCheck(G_B16_1);
G_B16_1->set__m_4(L_36);
}
IL_00b5:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_37 = V_0;
NullCheck(L_37);
int32_t L_38 = L_37->get__n_5();
if ((((int32_t)L_38) <= ((int32_t)0)))
{
goto IL_0018;
}
}
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_39 = V_0;
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_40 = V_0;
NullCheck(L_40);
int32_t L_41 = L_40->get__n_5();
int32_t L_42 = V_4;
G_B19_0 = L_39;
if ((((int32_t)((int32_t)((int32_t)((int32_t)2147483646)/(int32_t)L_41))) < ((int32_t)L_42)))
{
G_B20_0 = L_39;
goto IL_00dd;
}
}
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_43 = V_0;
NullCheck(L_43);
int32_t L_44 = L_43->get__n_5();
int32_t L_45 = V_4;
G_B21_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_44, (int32_t)L_45));
G_B21_1 = G_B19_0;
goto IL_00e2;
}
IL_00dd:
{
G_B21_0 = ((int32_t)2147483647LL);
G_B21_1 = G_B20_0;
}
IL_00e2:
{
int32_t L_46 = G_B21_0;
V_4 = L_46;
NullCheck(G_B21_1);
G_B21_1->set__n_5(L_46);
goto IL_0018;
}
IL_00ef:
{
int32_t L_47 = V_3;
if ((((int32_t)L_47) == ((int32_t)((int32_t)2147483647LL))))
{
goto IL_00f9;
}
}
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_48 = V_0;
return L_48;
}
IL_00f9:
{
int32_t L_49 = __this->get__options_6();
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_50 = (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 *)il2cpp_codegen_object_new(RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75_il2cpp_TypeInfo_var);
RegexNode__ctor_m29676E9646F598C827F25E906EEB6EA14A6FD5DB(L_50, ((int32_t)22), L_49, /*hidden argument*/NULL);
return L_50;
}
}
// System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexNode::ReduceSet()
extern "C" IL2CPP_METHOD_ATTR RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * RegexNode_ReduceSet_m912F4A0DFF694EB14DE520599369A811C2E9D10D (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexNode_ReduceSet_m912F4A0DFF694EB14DE520599369A811C2E9D10D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = __this->get__str_2();
IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var);
bool L_1 = RegexCharClass_IsEmpty_mAD6C63FE25C4CF3E52A20185418925D12C4C07CF(L_0, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_001e;
}
}
{
__this->set__type_0(((int32_t)22));
__this->set__str_2((String_t*)NULL);
goto IL_0087;
}
IL_001e:
{
String_t* L_2 = __this->get__str_2();
IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var);
bool L_3 = RegexCharClass_IsSingleton_m89D3E8460B0E7020DB0ABA607AC2F76FB9A34F1A(L_2, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_0054;
}
}
{
String_t* L_4 = __this->get__str_2();
IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var);
Il2CppChar L_5 = RegexCharClass_SingletonChar_m01C15732FAD399460FF5BB449B8177A77CAB1DB9(L_4, /*hidden argument*/NULL);
__this->set__ch_3(L_5);
__this->set__str_2((String_t*)NULL);
int32_t L_6 = __this->get__type_0();
__this->set__type_0(((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)((int32_t)-2))));
goto IL_0087;
}
IL_0054:
{
String_t* L_7 = __this->get__str_2();
IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var);
bool L_8 = RegexCharClass_IsSingletonInverse_m3E75D541C85AD842B9EB80705D6869EDB3F6928D(L_7, /*hidden argument*/NULL);
if (!L_8)
{
goto IL_0087;
}
}
{
String_t* L_9 = __this->get__str_2();
IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var);
Il2CppChar L_10 = RegexCharClass_SingletonChar_m01C15732FAD399460FF5BB449B8177A77CAB1DB9(L_9, /*hidden argument*/NULL);
__this->set__ch_3(L_10);
__this->set__str_2((String_t*)NULL);
int32_t L_11 = __this->get__type_0();
__this->set__type_0(((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)(-1))));
}
IL_0087:
{
return __this;
}
}
// System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexNode::ReduceAlternation()
extern "C" IL2CPP_METHOD_ATTR RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * RegexNode_ReduceAlternation_m60EECC172A975620A5118D14D6ECF8B846ECED9F (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexNode_ReduceAlternation_m60EECC172A975620A5118D14D6ECF8B846ECED9F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t V_4 = 0;
int32_t V_5 = 0;
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * V_6 = NULL;
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * V_7 = NULL;
int32_t V_8 = 0;
RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * V_9 = NULL;
RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * V_10 = NULL;
int32_t G_B16_0 = 0;
int32_t G_B22_0 = 0;
{
List_1_tA5CDE89671B691180A7422F86077A0D047AD4059 * L_0 = __this->get__children_1();
if (L_0)
{
goto IL_0016;
}
}
{
int32_t L_1 = __this->get__options_6();
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_2 = (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 *)il2cpp_codegen_object_new(RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75_il2cpp_TypeInfo_var);
RegexNode__ctor_m29676E9646F598C827F25E906EEB6EA14A6FD5DB(L_2, ((int32_t)22), L_1, /*hidden argument*/NULL);
return L_2;
}
IL_0016:
{
V_0 = (bool)0;
V_1 = (bool)0;
V_2 = 0;
V_4 = 0;
V_5 = 0;
goto IL_01dc;
}
IL_0027:
{
List_1_tA5CDE89671B691180A7422F86077A0D047AD4059 * L_3 = __this->get__children_1();
int32_t L_4 = V_4;
NullCheck(L_3);
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_5 = List_1_get_Item_m0FFC6D8E8EF63D912869025D9A3ED65726581D11(L_3, L_4, /*hidden argument*/List_1_get_Item_m0FFC6D8E8EF63D912869025D9A3ED65726581D11_RuntimeMethod_var);
V_6 = L_5;
int32_t L_6 = V_5;
int32_t L_7 = V_4;
if ((((int32_t)L_6) >= ((int32_t)L_7)))
{
goto IL_004b;
}
}
{
List_1_tA5CDE89671B691180A7422F86077A0D047AD4059 * L_8 = __this->get__children_1();
int32_t L_9 = V_5;
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_10 = V_6;
NullCheck(L_8);
List_1_set_Item_m5E283276C9CE8898D76AD749141A35AAAF67A6FB(L_8, L_9, L_10, /*hidden argument*/List_1_set_Item_m5E283276C9CE8898D76AD749141A35AAAF67A6FB_RuntimeMethod_var);
}
IL_004b:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_11 = V_6;
NullCheck(L_11);
int32_t L_12 = L_11->get__type_0();
if ((!(((uint32_t)L_12) == ((uint32_t)((int32_t)24)))))
{
goto IL_00a6;
}
}
{
V_8 = 0;
goto IL_0075;
}
IL_005b:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_13 = V_6;
NullCheck(L_13);
List_1_tA5CDE89671B691180A7422F86077A0D047AD4059 * L_14 = L_13->get__children_1();
int32_t L_15 = V_8;
NullCheck(L_14);
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_16 = List_1_get_Item_m0FFC6D8E8EF63D912869025D9A3ED65726581D11(L_14, L_15, /*hidden argument*/List_1_get_Item_m0FFC6D8E8EF63D912869025D9A3ED65726581D11_RuntimeMethod_var);
NullCheck(L_16);
L_16->set__next_7(__this);
int32_t L_17 = V_8;
V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1));
}
IL_0075:
{
int32_t L_18 = V_8;
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_19 = V_6;
NullCheck(L_19);
List_1_tA5CDE89671B691180A7422F86077A0D047AD4059 * L_20 = L_19->get__children_1();
NullCheck(L_20);
int32_t L_21 = List_1_get_Count_mC6523733B48B0774D420C52AAB0D5951127CB49B(L_20, /*hidden argument*/List_1_get_Count_mC6523733B48B0774D420C52AAB0D5951127CB49B_RuntimeMethod_var);
if ((((int32_t)L_18) < ((int32_t)L_21)))
{
goto IL_005b;
}
}
{
List_1_tA5CDE89671B691180A7422F86077A0D047AD4059 * L_22 = __this->get__children_1();
int32_t L_23 = V_4;
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_24 = V_6;
NullCheck(L_24);
List_1_tA5CDE89671B691180A7422F86077A0D047AD4059 * L_25 = L_24->get__children_1();
NullCheck(L_22);
List_1_InsertRange_mB018EE7D70A808E15EBB5953FC014B69A525258C(L_22, ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)), L_25, /*hidden argument*/List_1_InsertRange_mB018EE7D70A808E15EBB5953FC014B69A525258C_RuntimeMethod_var);
int32_t L_26 = V_5;
V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)1));
goto IL_01d0;
}
IL_00a6:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_27 = V_6;
NullCheck(L_27);
int32_t L_28 = L_27->get__type_0();
if ((((int32_t)L_28) == ((int32_t)((int32_t)11))))
{
goto IL_00bf;
}
}
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_29 = V_6;
NullCheck(L_29);
int32_t L_30 = L_29->get__type_0();
if ((!(((uint32_t)L_30) == ((uint32_t)((int32_t)9)))))
{
goto IL_01b9;
}
}
IL_00bf:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_31 = V_6;
NullCheck(L_31);
int32_t L_32 = L_31->get__options_6();
V_3 = ((int32_t)((int32_t)L_32&(int32_t)((int32_t)65)));
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_33 = V_6;
NullCheck(L_33);
int32_t L_34 = L_33->get__type_0();
if ((!(((uint32_t)L_34) == ((uint32_t)((int32_t)11)))))
{
goto IL_010d;
}
}
{
bool L_35 = V_0;
if (!L_35)
{
goto IL_00e1;
}
}
{
int32_t L_36 = V_2;
int32_t L_37 = V_3;
G_B16_0 = ((((int32_t)((((int32_t)L_36) == ((int32_t)L_37))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_00e2;
}
IL_00e1:
{
G_B16_0 = 1;
}
IL_00e2:
{
bool L_38 = V_1;
if (((int32_t)((int32_t)G_B16_0|(int32_t)L_38)))
{
goto IL_00f4;
}
}
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_39 = V_6;
NullCheck(L_39);
String_t* L_40 = L_39->get__str_2();
IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var);
bool L_41 = RegexCharClass_IsMergeable_mB9A0CD8306728BAFA5460C7FD748A2A7AD4BA448(L_40, /*hidden argument*/NULL);
if (L_41)
{
goto IL_0129;
}
}
IL_00f4:
{
V_0 = (bool)1;
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_42 = V_6;
NullCheck(L_42);
String_t* L_43 = L_42->get__str_2();
IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var);
bool L_44 = RegexCharClass_IsMergeable_mB9A0CD8306728BAFA5460C7FD748A2A7AD4BA448(L_43, /*hidden argument*/NULL);
V_1 = (bool)((((int32_t)L_44) == ((int32_t)0))? 1 : 0);
int32_t L_45 = V_3;
V_2 = L_45;
goto IL_01d0;
}
IL_010d:
{
bool L_46 = V_0;
if (!L_46)
{
goto IL_0119;
}
}
{
int32_t L_47 = V_2;
int32_t L_48 = V_3;
G_B22_0 = ((((int32_t)((((int32_t)L_47) == ((int32_t)L_48))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_011a;
}
IL_0119:
{
G_B22_0 = 1;
}
IL_011a:
{
bool L_49 = V_1;
if (!((int32_t)((int32_t)G_B22_0|(int32_t)L_49)))
{
goto IL_0129;
}
}
{
V_0 = (bool)1;
V_1 = (bool)0;
int32_t L_50 = V_3;
V_2 = L_50;
goto IL_01d0;
}
IL_0129:
{
int32_t L_51 = V_5;
V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_51, (int32_t)1));
List_1_tA5CDE89671B691180A7422F86077A0D047AD4059 * L_52 = __this->get__children_1();
int32_t L_53 = V_5;
NullCheck(L_52);
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_54 = List_1_get_Item_m0FFC6D8E8EF63D912869025D9A3ED65726581D11(L_52, L_53, /*hidden argument*/List_1_get_Item_m0FFC6D8E8EF63D912869025D9A3ED65726581D11_RuntimeMethod_var);
V_7 = L_54;
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_55 = V_7;
NullCheck(L_55);
int32_t L_56 = L_55->get__type_0();
if ((!(((uint32_t)L_56) == ((uint32_t)((int32_t)9)))))
{
goto IL_0160;
}
}
{
RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * L_57 = (RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 *)il2cpp_codegen_object_new(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var);
RegexCharClass__ctor_mAA44510F3E5001A8612355B4FFB718D9DDC74264(L_57, /*hidden argument*/NULL);
V_9 = L_57;
RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * L_58 = V_9;
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_59 = V_7;
NullCheck(L_59);
Il2CppChar L_60 = L_59->get__ch_3();
NullCheck(L_58);
RegexCharClass_AddChar_m4C4BFD42572978A9F98ADE75BE3811593957A9E3(L_58, L_60, /*hidden argument*/NULL);
goto IL_016e;
}
IL_0160:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_61 = V_7;
NullCheck(L_61);
String_t* L_62 = L_61->get__str_2();
IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var);
RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * L_63 = RegexCharClass_Parse_mBC3780FFF0DDFB62CA2085746618E6C256E8D86C(L_62, /*hidden argument*/NULL);
V_9 = L_63;
}
IL_016e:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_64 = V_6;
NullCheck(L_64);
int32_t L_65 = L_64->get__type_0();
if ((!(((uint32_t)L_65) == ((uint32_t)((int32_t)9)))))
{
goto IL_0189;
}
}
{
RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * L_66 = V_9;
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_67 = V_6;
NullCheck(L_67);
Il2CppChar L_68 = L_67->get__ch_3();
NullCheck(L_66);
RegexCharClass_AddChar_m4C4BFD42572978A9F98ADE75BE3811593957A9E3(L_66, L_68, /*hidden argument*/NULL);
goto IL_01a0;
}
IL_0189:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_69 = V_6;
NullCheck(L_69);
String_t* L_70 = L_69->get__str_2();
IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var);
RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * L_71 = RegexCharClass_Parse_mBC3780FFF0DDFB62CA2085746618E6C256E8D86C(L_70, /*hidden argument*/NULL);
V_10 = L_71;
RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * L_72 = V_9;
RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * L_73 = V_10;
NullCheck(L_72);
RegexCharClass_AddCharClass_m0E5DD1105844AFB7CE45B5C801304B5C803FB5CA(L_72, L_73, /*hidden argument*/NULL);
}
IL_01a0:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_74 = V_7;
NullCheck(L_74);
L_74->set__type_0(((int32_t)11));
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_75 = V_7;
RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * L_76 = V_9;
NullCheck(L_76);
String_t* L_77 = RegexCharClass_ToStringClass_m7A760D96732A03D46C4060064B3FC58349D2B4D5(L_76, /*hidden argument*/NULL);
NullCheck(L_75);
L_75->set__str_2(L_77);
goto IL_01d0;
}
IL_01b9:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_78 = V_6;
NullCheck(L_78);
int32_t L_79 = L_78->get__type_0();
if ((!(((uint32_t)L_79) == ((uint32_t)((int32_t)22)))))
{
goto IL_01cc;
}
}
{
int32_t L_80 = V_5;
V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_80, (int32_t)1));
goto IL_01d0;
}
IL_01cc:
{
V_0 = (bool)0;
V_1 = (bool)0;
}
IL_01d0:
{
int32_t L_81 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_81, (int32_t)1));
int32_t L_82 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_82, (int32_t)1));
}
IL_01dc:
{
int32_t L_83 = V_4;
List_1_tA5CDE89671B691180A7422F86077A0D047AD4059 * L_84 = __this->get__children_1();
NullCheck(L_84);
int32_t L_85 = List_1_get_Count_mC6523733B48B0774D420C52AAB0D5951127CB49B(L_84, /*hidden argument*/List_1_get_Count_mC6523733B48B0774D420C52AAB0D5951127CB49B_RuntimeMethod_var);
if ((((int32_t)L_83) < ((int32_t)L_85)))
{
goto IL_0027;
}
}
{
int32_t L_86 = V_5;
int32_t L_87 = V_4;
if ((((int32_t)L_86) >= ((int32_t)L_87)))
{
goto IL_0206;
}
}
{
List_1_tA5CDE89671B691180A7422F86077A0D047AD4059 * L_88 = __this->get__children_1();
int32_t L_89 = V_5;
int32_t L_90 = V_4;
int32_t L_91 = V_5;
NullCheck(L_88);
List_1_RemoveRange_m4ECDB1D23E113D71D12A932BDF896CA5F1C0878A(L_88, L_89, ((int32_t)il2cpp_codegen_subtract((int32_t)L_90, (int32_t)L_91)), /*hidden argument*/List_1_RemoveRange_m4ECDB1D23E113D71D12A932BDF896CA5F1C0878A_RuntimeMethod_var);
}
IL_0206:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_92 = RegexNode_StripEnation_mE19E0A57BCE0D0BF47F51A5103C08FCC7BB9E24F(__this, ((int32_t)22), /*hidden argument*/NULL);
return L_92;
}
}
// System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexNode::ReduceConcatenation()
extern "C" IL2CPP_METHOD_ATTR RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * RegexNode_ReduceConcatenation_m4BE1B6DBBC0F4BAB9A3873414B5EE77D825AD53B (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexNode_ReduceConcatenation_m4BE1B6DBBC0F4BAB9A3873414B5EE77D825AD53B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t V_4 = 0;
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * V_5 = NULL;
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * V_6 = NULL;
int32_t V_7 = 0;
{
List_1_tA5CDE89671B691180A7422F86077A0D047AD4059 * L_0 = __this->get__children_1();
if (L_0)
{
goto IL_0016;
}
}
{
int32_t L_1 = __this->get__options_6();
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_2 = (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 *)il2cpp_codegen_object_new(RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75_il2cpp_TypeInfo_var);
RegexNode__ctor_m29676E9646F598C827F25E906EEB6EA14A6FD5DB(L_2, ((int32_t)23), L_1, /*hidden argument*/NULL);
return L_2;
}
IL_0016:
{
V_0 = (bool)0;
V_1 = 0;
V_3 = 0;
V_4 = 0;
goto IL_01dc;
}
IL_0024:
{
List_1_tA5CDE89671B691180A7422F86077A0D047AD4059 * L_3 = __this->get__children_1();
int32_t L_4 = V_3;
NullCheck(L_3);
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_5 = List_1_get_Item_m0FFC6D8E8EF63D912869025D9A3ED65726581D11(L_3, L_4, /*hidden argument*/List_1_get_Item_m0FFC6D8E8EF63D912869025D9A3ED65726581D11_RuntimeMethod_var);
V_5 = L_5;
int32_t L_6 = V_4;
int32_t L_7 = V_3;
if ((((int32_t)L_6) >= ((int32_t)L_7)))
{
goto IL_0046;
}
}
{
List_1_tA5CDE89671B691180A7422F86077A0D047AD4059 * L_8 = __this->get__children_1();
int32_t L_9 = V_4;
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_10 = V_5;
NullCheck(L_8);
List_1_set_Item_m5E283276C9CE8898D76AD749141A35AAAF67A6FB(L_8, L_9, L_10, /*hidden argument*/List_1_set_Item_m5E283276C9CE8898D76AD749141A35AAAF67A6FB_RuntimeMethod_var);
}
IL_0046:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_11 = V_5;
NullCheck(L_11);
int32_t L_12 = L_11->get__type_0();
if ((!(((uint32_t)L_12) == ((uint32_t)((int32_t)25)))))
{
goto IL_00b5;
}
}
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_13 = V_5;
NullCheck(L_13);
int32_t L_14 = L_13->get__options_6();
int32_t L_15 = __this->get__options_6();
if ((!(((uint32_t)((int32_t)((int32_t)L_14&(int32_t)((int32_t)64)))) == ((uint32_t)((int32_t)((int32_t)L_15&(int32_t)((int32_t)64)))))))
{
goto IL_00b5;
}
}
{
V_7 = 0;
goto IL_0085;
}
IL_006b:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_16 = V_5;
NullCheck(L_16);
List_1_tA5CDE89671B691180A7422F86077A0D047AD4059 * L_17 = L_16->get__children_1();
int32_t L_18 = V_7;
NullCheck(L_17);
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_19 = List_1_get_Item_m0FFC6D8E8EF63D912869025D9A3ED65726581D11(L_17, L_18, /*hidden argument*/List_1_get_Item_m0FFC6D8E8EF63D912869025D9A3ED65726581D11_RuntimeMethod_var);
NullCheck(L_19);
L_19->set__next_7(__this);
int32_t L_20 = V_7;
V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1));
}
IL_0085:
{
int32_t L_21 = V_7;
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_22 = V_5;
NullCheck(L_22);
List_1_tA5CDE89671B691180A7422F86077A0D047AD4059 * L_23 = L_22->get__children_1();
NullCheck(L_23);
int32_t L_24 = List_1_get_Count_mC6523733B48B0774D420C52AAB0D5951127CB49B(L_23, /*hidden argument*/List_1_get_Count_mC6523733B48B0774D420C52AAB0D5951127CB49B_RuntimeMethod_var);
if ((((int32_t)L_21) < ((int32_t)L_24)))
{
goto IL_006b;
}
}
{
List_1_tA5CDE89671B691180A7422F86077A0D047AD4059 * L_25 = __this->get__children_1();
int32_t L_26 = V_3;
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_27 = V_5;
NullCheck(L_27);
List_1_tA5CDE89671B691180A7422F86077A0D047AD4059 * L_28 = L_27->get__children_1();
NullCheck(L_25);
List_1_InsertRange_mB018EE7D70A808E15EBB5953FC014B69A525258C(L_25, ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)), L_28, /*hidden argument*/List_1_InsertRange_mB018EE7D70A808E15EBB5953FC014B69A525258C_RuntimeMethod_var);
int32_t L_29 = V_4;
V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)1));
goto IL_01d2;
}
IL_00b5:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_30 = V_5;
NullCheck(L_30);
int32_t L_31 = L_30->get__type_0();
if ((((int32_t)L_31) == ((int32_t)((int32_t)12))))
{
goto IL_00ce;
}
}
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_32 = V_5;
NullCheck(L_32);
int32_t L_33 = L_32->get__type_0();
if ((!(((uint32_t)L_33) == ((uint32_t)((int32_t)9)))))
{
goto IL_01bd;
}
}
IL_00ce:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_34 = V_5;
NullCheck(L_34);
int32_t L_35 = L_34->get__options_6();
V_2 = ((int32_t)((int32_t)L_35&(int32_t)((int32_t)65)));
bool L_36 = V_0;
if (!L_36)
{
goto IL_00e0;
}
}
{
int32_t L_37 = V_1;
int32_t L_38 = V_2;
if ((((int32_t)L_37) == ((int32_t)L_38)))
{
goto IL_00e9;
}
}
IL_00e0:
{
V_0 = (bool)1;
int32_t L_39 = V_2;
V_1 = L_39;
goto IL_01d2;
}
IL_00e9:
{
List_1_tA5CDE89671B691180A7422F86077A0D047AD4059 * L_40 = __this->get__children_1();
int32_t L_41 = V_4;
int32_t L_42 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_41, (int32_t)1));
V_4 = L_42;
NullCheck(L_40);
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_43 = List_1_get_Item_m0FFC6D8E8EF63D912869025D9A3ED65726581D11(L_40, L_42, /*hidden argument*/List_1_get_Item_m0FFC6D8E8EF63D912869025D9A3ED65726581D11_RuntimeMethod_var);
V_6 = L_43;
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_44 = V_6;
NullCheck(L_44);
int32_t L_45 = L_44->get__type_0();
if ((!(((uint32_t)L_45) == ((uint32_t)((int32_t)9)))))
{
goto IL_0129;
}
}
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_46 = V_6;
NullCheck(L_46);
L_46->set__type_0(((int32_t)12));
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_47 = V_6;
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_48 = V_6;
NullCheck(L_48);
Il2CppChar L_49 = L_48->get__ch_3();
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_50 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
String_t* L_51 = Convert_ToString_m19979FD8FCD84DC6CFBF835D7666956E5138467B(L_49, L_50, /*hidden argument*/NULL);
NullCheck(L_47);
L_47->set__str_2(L_51);
}
IL_0129:
{
int32_t L_52 = V_2;
if (((int32_t)((int32_t)L_52&(int32_t)((int32_t)64))))
{
goto IL_0175;
}
}
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_53 = V_5;
NullCheck(L_53);
int32_t L_54 = L_53->get__type_0();
if ((!(((uint32_t)L_54) == ((uint32_t)((int32_t)9)))))
{
goto IL_015a;
}
}
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_55 = V_6;
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_56 = L_55;
NullCheck(L_56);
String_t* L_57 = L_56->get__str_2();
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_58 = V_5;
NullCheck(L_58);
Il2CppChar* L_59 = L_58->get_address_of__ch_3();
String_t* L_60 = Char_ToString_mA42A88FEBA41B72D48BB24373E3101B7A91B6FD8((Il2CppChar*)L_59, /*hidden argument*/NULL);
String_t* L_61 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_57, L_60, /*hidden argument*/NULL);
NullCheck(L_56);
L_56->set__str_2(L_61);
goto IL_01d2;
}
IL_015a:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_62 = V_6;
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_63 = L_62;
NullCheck(L_63);
String_t* L_64 = L_63->get__str_2();
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_65 = V_5;
NullCheck(L_65);
String_t* L_66 = L_65->get__str_2();
String_t* L_67 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_64, L_66, /*hidden argument*/NULL);
NullCheck(L_63);
L_63->set__str_2(L_67);
goto IL_01d2;
}
IL_0175:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_68 = V_5;
NullCheck(L_68);
int32_t L_69 = L_68->get__type_0();
if ((!(((uint32_t)L_69) == ((uint32_t)((int32_t)9)))))
{
goto IL_01a1;
}
}
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_70 = V_6;
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_71 = V_5;
NullCheck(L_71);
Il2CppChar* L_72 = L_71->get_address_of__ch_3();
String_t* L_73 = Char_ToString_mA42A88FEBA41B72D48BB24373E3101B7A91B6FD8((Il2CppChar*)L_72, /*hidden argument*/NULL);
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_74 = V_6;
NullCheck(L_74);
String_t* L_75 = L_74->get__str_2();
String_t* L_76 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_73, L_75, /*hidden argument*/NULL);
NullCheck(L_70);
L_70->set__str_2(L_76);
goto IL_01d2;
}
IL_01a1:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_77 = V_6;
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_78 = V_5;
NullCheck(L_78);
String_t* L_79 = L_78->get__str_2();
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_80 = V_6;
NullCheck(L_80);
String_t* L_81 = L_80->get__str_2();
String_t* L_82 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_79, L_81, /*hidden argument*/NULL);
NullCheck(L_77);
L_77->set__str_2(L_82);
goto IL_01d2;
}
IL_01bd:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_83 = V_5;
NullCheck(L_83);
int32_t L_84 = L_83->get__type_0();
if ((!(((uint32_t)L_84) == ((uint32_t)((int32_t)23)))))
{
goto IL_01d0;
}
}
{
int32_t L_85 = V_4;
V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_85, (int32_t)1));
goto IL_01d2;
}
IL_01d0:
{
V_0 = (bool)0;
}
IL_01d2:
{
int32_t L_86 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_86, (int32_t)1));
int32_t L_87 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_87, (int32_t)1));
}
IL_01dc:
{
int32_t L_88 = V_3;
List_1_tA5CDE89671B691180A7422F86077A0D047AD4059 * L_89 = __this->get__children_1();
NullCheck(L_89);
int32_t L_90 = List_1_get_Count_mC6523733B48B0774D420C52AAB0D5951127CB49B(L_89, /*hidden argument*/List_1_get_Count_mC6523733B48B0774D420C52AAB0D5951127CB49B_RuntimeMethod_var);
if ((((int32_t)L_88) < ((int32_t)L_90)))
{
goto IL_0024;
}
}
{
int32_t L_91 = V_4;
int32_t L_92 = V_3;
if ((((int32_t)L_91) >= ((int32_t)L_92)))
{
goto IL_0203;
}
}
{
List_1_tA5CDE89671B691180A7422F86077A0D047AD4059 * L_93 = __this->get__children_1();
int32_t L_94 = V_4;
int32_t L_95 = V_3;
int32_t L_96 = V_4;
NullCheck(L_93);
List_1_RemoveRange_m4ECDB1D23E113D71D12A932BDF896CA5F1C0878A(L_93, L_94, ((int32_t)il2cpp_codegen_subtract((int32_t)L_95, (int32_t)L_96)), /*hidden argument*/List_1_RemoveRange_m4ECDB1D23E113D71D12A932BDF896CA5F1C0878A_RuntimeMethod_var);
}
IL_0203:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_97 = RegexNode_StripEnation_mE19E0A57BCE0D0BF47F51A5103C08FCC7BB9E24F(__this, ((int32_t)23), /*hidden argument*/NULL);
return L_97;
}
}
// System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexNode::MakeQuantifier(System.Boolean,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * RegexNode_MakeQuantifier_m1332537AA6BCCCD68A3E59EA7994CCFE69A19444 (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * __this, bool ___lazy0, int32_t ___min1, int32_t ___max2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexNode_MakeQuantifier_m1332537AA6BCCCD68A3E59EA7994CCFE69A19444_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * G_B9_0 = NULL;
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * G_B8_0 = NULL;
int32_t G_B10_0 = 0;
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * G_B10_1 = NULL;
int32_t G_B14_0 = 0;
{
int32_t L_0 = ___min1;
if (L_0)
{
goto IL_0014;
}
}
{
int32_t L_1 = ___max2;
if (L_1)
{
goto IL_0014;
}
}
{
int32_t L_2 = __this->get__options_6();
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_3 = (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 *)il2cpp_codegen_object_new(RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75_il2cpp_TypeInfo_var);
RegexNode__ctor_m29676E9646F598C827F25E906EEB6EA14A6FD5DB(L_3, ((int32_t)23), L_2, /*hidden argument*/NULL);
return L_3;
}
IL_0014:
{
int32_t L_4 = ___min1;
if ((!(((uint32_t)L_4) == ((uint32_t)1))))
{
goto IL_001e;
}
}
{
int32_t L_5 = ___max2;
if ((!(((uint32_t)L_5) == ((uint32_t)1))))
{
goto IL_001e;
}
}
{
return __this;
}
IL_001e:
{
int32_t L_6 = __this->get__type_0();
V_0 = L_6;
int32_t L_7 = V_0;
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)((int32_t)9)))) <= ((uint32_t)2))))
{
goto IL_003d;
}
}
{
bool L_8 = ___lazy0;
G_B8_0 = __this;
if (L_8)
{
G_B9_0 = __this;
goto IL_0033;
}
}
{
G_B10_0 = 3;
G_B10_1 = G_B8_0;
goto IL_0034;
}
IL_0033:
{
G_B10_0 = 6;
G_B10_1 = G_B9_0;
}
IL_0034:
{
int32_t L_9 = ___min1;
int32_t L_10 = ___max2;
NullCheck(G_B10_1);
RegexNode_MakeRep_mC310B028FBE3BD5EB80F83E4E05B891ADEE45C22(G_B10_1, G_B10_0, L_9, L_10, /*hidden argument*/NULL);
return __this;
}
IL_003d:
{
bool L_11 = ___lazy0;
if (L_11)
{
goto IL_0044;
}
}
{
G_B14_0 = ((int32_t)26);
goto IL_0046;
}
IL_0044:
{
G_B14_0 = ((int32_t)27);
}
IL_0046:
{
int32_t L_12 = __this->get__options_6();
int32_t L_13 = ___min1;
int32_t L_14 = ___max2;
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_15 = (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 *)il2cpp_codegen_object_new(RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75_il2cpp_TypeInfo_var);
RegexNode__ctor_m0EFEB707603B3C667626117E09A7EED58BBEC6D4(L_15, G_B14_0, L_12, L_13, L_14, /*hidden argument*/NULL);
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_16 = L_15;
NullCheck(L_16);
RegexNode_AddChild_m734A86A25E6074316FAC566F7D127253F7B71703(L_16, __this, /*hidden argument*/NULL);
return L_16;
}
}
// System.Void System.Text.RegularExpressions.RegexNode::AddChild(System.Text.RegularExpressions.RegexNode)
extern "C" IL2CPP_METHOD_ATTR void RegexNode_AddChild_m734A86A25E6074316FAC566F7D127253F7B71703 (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * __this, RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * ___newChild0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexNode_AddChild_m734A86A25E6074316FAC566F7D127253F7B71703_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * V_0 = NULL;
{
List_1_tA5CDE89671B691180A7422F86077A0D047AD4059 * L_0 = __this->get__children_1();
if (L_0)
{
goto IL_0014;
}
}
{
List_1_tA5CDE89671B691180A7422F86077A0D047AD4059 * L_1 = (List_1_tA5CDE89671B691180A7422F86077A0D047AD4059 *)il2cpp_codegen_object_new(List_1_tA5CDE89671B691180A7422F86077A0D047AD4059_il2cpp_TypeInfo_var);
List_1__ctor_mA9E8A081175FBB7B3D9D82B8346C8A4F83263E74(L_1, 4, /*hidden argument*/List_1__ctor_mA9E8A081175FBB7B3D9D82B8346C8A4F83263E74_RuntimeMethod_var);
__this->set__children_1(L_1);
}
IL_0014:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_2 = ___newChild0;
NullCheck(L_2);
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_3 = RegexNode_Reduce_mE9E22C30C296E328ABC7EDC9C52F18059FAE27C1(L_2, /*hidden argument*/NULL);
V_0 = L_3;
List_1_tA5CDE89671B691180A7422F86077A0D047AD4059 * L_4 = __this->get__children_1();
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_5 = V_0;
NullCheck(L_4);
List_1_Add_m730D2A2C9D88D7863C2130FA54148ACC5A6473B3(L_4, L_5, /*hidden argument*/List_1_Add_m730D2A2C9D88D7863C2130FA54148ACC5A6473B3_RuntimeMethod_var);
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_6 = V_0;
NullCheck(L_6);
L_6->set__next_7(__this);
return;
}
}
// System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexNode::Child(System.Int32)
extern "C" IL2CPP_METHOD_ATTR RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * RegexNode_Child_m5AA4FFDDCCFA22FE70BA0F236F19A963AEF72079 (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * __this, int32_t ___i0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexNode_Child_m5AA4FFDDCCFA22FE70BA0F236F19A963AEF72079_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
List_1_tA5CDE89671B691180A7422F86077A0D047AD4059 * L_0 = __this->get__children_1();
int32_t L_1 = ___i0;
NullCheck(L_0);
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_2 = List_1_get_Item_m0FFC6D8E8EF63D912869025D9A3ED65726581D11(L_0, L_1, /*hidden argument*/List_1_get_Item_m0FFC6D8E8EF63D912869025D9A3ED65726581D11_RuntimeMethod_var);
return L_2;
}
}
// System.Int32 System.Text.RegularExpressions.RegexNode::ChildCount()
extern "C" IL2CPP_METHOD_ATTR int32_t RegexNode_ChildCount_m23B6965575DB0DBC1D90212820DEA144FCB06996 (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexNode_ChildCount_m23B6965575DB0DBC1D90212820DEA144FCB06996_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
List_1_tA5CDE89671B691180A7422F86077A0D047AD4059 * L_0 = __this->get__children_1();
if (!L_0)
{
goto IL_0014;
}
}
{
List_1_tA5CDE89671B691180A7422F86077A0D047AD4059 * L_1 = __this->get__children_1();
NullCheck(L_1);
int32_t L_2 = List_1_get_Count_mC6523733B48B0774D420C52AAB0D5951127CB49B(L_1, /*hidden argument*/List_1_get_Count_mC6523733B48B0774D420C52AAB0D5951127CB49B_RuntimeMethod_var);
return L_2;
}
IL_0014:
{
return 0;
}
}
// System.Int32 System.Text.RegularExpressions.RegexNode::Type()
extern "C" IL2CPP_METHOD_ATTR int32_t RegexNode_Type_mFA1C2F11F3487BB1BCBA7F58FFB7975EC18E9CD4 (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get__type_0();
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.RegularExpressions.RegexTree System.Text.RegularExpressions.RegexParser::Parse(System.String,System.Text.RegularExpressions.RegexOptions)
extern "C" IL2CPP_METHOD_ATTR RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6 * RegexParser_Parse_mD206BB554B6087ED35C5F744D72A93A07721D789 (String_t* ___re0, int32_t ___op1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexParser_Parse_mD206BB554B6087ED35C5F744D72A93A07721D789_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * V_0 = NULL;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_1 = NULL;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * G_B3_0 = NULL;
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * G_B5_0 = NULL;
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * G_B4_0 = NULL;
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * G_B6_0 = NULL;
{
int32_t L_0 = ___op1;
if (((int32_t)((int32_t)L_0&(int32_t)((int32_t)512))))
{
goto IL_0010;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_1 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL);
G_B3_0 = L_1;
goto IL_0015;
}
IL_0010:
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_2 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
G_B3_0 = L_2;
}
IL_0015:
{
RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * L_3 = (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE *)il2cpp_codegen_object_new(RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE_il2cpp_TypeInfo_var);
RegexParser__ctor_mC69D13B4FC323EE77392251139C5F2C456171310(L_3, G_B3_0, /*hidden argument*/NULL);
V_0 = L_3;
RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * L_4 = V_0;
int32_t L_5 = ___op1;
NullCheck(L_4);
L_4->set__options_16(L_5);
RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * L_6 = V_0;
String_t* L_7 = ___re0;
NullCheck(L_6);
RegexParser_SetPattern_m4B385D83A9680A1B2707EBCA8659B6E12EDD5E46(L_6, L_7, /*hidden argument*/NULL);
RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * L_8 = V_0;
NullCheck(L_8);
RegexParser_CountCaptures_m5255DE4B24B8D9BA7B2A2A7A1FD79A67B36F4634(L_8, /*hidden argument*/NULL);
RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * L_9 = V_0;
int32_t L_10 = ___op1;
NullCheck(L_9);
RegexParser_Reset_mEC49D1DCEBC555768D2FB90DA42374F1C547E328(L_9, L_10, /*hidden argument*/NULL);
RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * L_11 = V_0;
NullCheck(L_11);
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_12 = RegexParser_ScanRegex_m62049A6C66D6D8CDD795B9C740283D1EC85126DB(L_11, /*hidden argument*/NULL);
RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * L_13 = V_0;
NullCheck(L_13);
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_14 = L_13->get__capnamelist_15();
G_B4_0 = L_12;
if (L_14)
{
G_B5_0 = L_12;
goto IL_0048;
}
}
{
V_1 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)NULL;
G_B6_0 = G_B4_0;
goto IL_0054;
}
IL_0048:
{
RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * L_15 = V_0;
NullCheck(L_15);
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_16 = L_15->get__capnamelist_15();
NullCheck(L_16);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_17 = List_1_ToArray_m9DD19D800AE6D84ED0729D5D97CAF84DF317DD38(L_16, /*hidden argument*/List_1_ToArray_m9DD19D800AE6D84ED0729D5D97CAF84DF317DD38_RuntimeMethod_var);
V_1 = L_17;
G_B6_0 = G_B5_0;
}
IL_0054:
{
RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * L_18 = V_0;
NullCheck(L_18);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_19 = L_18->get__caps_12();
RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * L_20 = V_0;
NullCheck(L_20);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_21 = L_20->get__capnumlist_14();
RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * L_22 = V_0;
NullCheck(L_22);
int32_t L_23 = L_22->get__captop_10();
RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * L_24 = V_0;
NullCheck(L_24);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_25 = L_24->get__capnames_13();
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_26 = V_1;
int32_t L_27 = ___op1;
RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6 * L_28 = (RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6 *)il2cpp_codegen_object_new(RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6_il2cpp_TypeInfo_var);
RegexTree__ctor_m5B10D5149928B35CE397472028EE327669C211DA(L_28, G_B6_0, L_19, L_21, L_23, L_25, L_26, L_27, /*hidden argument*/NULL);
return L_28;
}
}
// System.Void System.Text.RegularExpressions.RegexParser::.ctor(System.Globalization.CultureInfo)
extern "C" IL2CPP_METHOD_ATTR void RegexParser__ctor_mC69D13B4FC323EE77392251139C5F2C456171310 (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexParser__ctor_mC69D13B4FC323EE77392251139C5F2C456171310_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = ___culture0;
__this->set__culture_7(L_0);
List_1_t85142A16ADC23C13E223599A626015FD40FF076A * L_1 = (List_1_t85142A16ADC23C13E223599A626015FD40FF076A *)il2cpp_codegen_object_new(List_1_t85142A16ADC23C13E223599A626015FD40FF076A_il2cpp_TypeInfo_var);
List_1__ctor_m6978DE5B878F10538C199B05F29EDC22A77A8723(L_1, /*hidden argument*/List_1__ctor_m6978DE5B878F10538C199B05F29EDC22A77A8723_RuntimeMethod_var);
__this->set__optionsStack_17(L_1);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_2 = (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)il2cpp_codegen_object_new(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var);
Hashtable__ctor_m72506C0A5B2608721EA285A04F004A229B537A68(L_2, /*hidden argument*/NULL);
__this->set__caps_12(L_2);
return;
}
}
// System.Void System.Text.RegularExpressions.RegexParser::SetPattern(System.String)
extern "C" IL2CPP_METHOD_ATTR void RegexParser_SetPattern_m4B385D83A9680A1B2707EBCA8659B6E12EDD5E46 (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, String_t* ___Re0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexParser_SetPattern_m4B385D83A9680A1B2707EBCA8659B6E12EDD5E46_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___Re0;
if (L_0)
{
goto IL_000a;
}
}
{
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
___Re0 = L_1;
}
IL_000a:
{
String_t* L_2 = ___Re0;
__this->set__pattern_5(L_2);
__this->set__currentPos_6(0);
return;
}
}
// System.Void System.Text.RegularExpressions.RegexParser::Reset(System.Text.RegularExpressions.RegexOptions)
extern "C" IL2CPP_METHOD_ATTR void RegexParser_Reset_mEC49D1DCEBC555768D2FB90DA42374F1C547E328 (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, int32_t ___topopts0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexParser_Reset_mEC49D1DCEBC555768D2FB90DA42374F1C547E328_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
__this->set__currentPos_6(0);
__this->set__autocap_8(1);
__this->set__ignoreNextParen_18((bool)0);
List_1_t85142A16ADC23C13E223599A626015FD40FF076A * L_0 = __this->get__optionsStack_17();
NullCheck(L_0);
int32_t L_1 = List_1_get_Count_mA337754AA939A85CD0B346E24AA2C9A9A7006AED(L_0, /*hidden argument*/List_1_get_Count_mA337754AA939A85CD0B346E24AA2C9A9A7006AED_RuntimeMethod_var);
if ((((int32_t)L_1) <= ((int32_t)0)))
{
goto IL_003c;
}
}
{
List_1_t85142A16ADC23C13E223599A626015FD40FF076A * L_2 = __this->get__optionsStack_17();
List_1_t85142A16ADC23C13E223599A626015FD40FF076A * L_3 = __this->get__optionsStack_17();
NullCheck(L_3);
int32_t L_4 = List_1_get_Count_mA337754AA939A85CD0B346E24AA2C9A9A7006AED(L_3, /*hidden argument*/List_1_get_Count_mA337754AA939A85CD0B346E24AA2C9A9A7006AED_RuntimeMethod_var);
NullCheck(L_2);
List_1_RemoveRange_m9A38ACC0E593B83CDD21A10B5E05450DC942C52C(L_2, 0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)), /*hidden argument*/List_1_RemoveRange_m9A38ACC0E593B83CDD21A10B5E05450DC942C52C_RuntimeMethod_var);
}
IL_003c:
{
int32_t L_5 = ___topopts0;
__this->set__options_16(L_5);
__this->set__stack_0((RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 *)NULL);
return;
}
}
// System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexParser::ScanRegex()
extern "C" IL2CPP_METHOD_ATTR RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * RegexParser_ScanRegex_m62049A6C66D6D8CDD795B9C740283D1EC85126DB (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexParser_ScanRegex_m62049A6C66D6D8CDD795B9C740283D1EC85126DB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Il2CppChar V_0 = 0x0;
bool V_1 = false;
bool V_2 = false;
int32_t V_3 = 0;
int32_t V_4 = 0;
int32_t V_5 = 0;
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * V_6 = NULL;
int32_t V_7 = 0;
int32_t V_8 = 0;
bool V_9 = false;
int32_t G_B22_0 = 0;
int32_t G_B21_0 = 0;
int32_t G_B23_0 = 0;
int32_t G_B23_1 = 0;
RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * G_B47_0 = NULL;
RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * G_B46_0 = NULL;
int32_t G_B48_0 = 0;
RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * G_B48_1 = NULL;
RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * G_B51_0 = NULL;
RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * G_B50_0 = NULL;
int32_t G_B52_0 = 0;
RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * G_B52_1 = NULL;
RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * G_B59_0 = NULL;
RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * G_B58_0 = NULL;
String_t* G_B60_0 = NULL;
RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * G_B60_1 = NULL;
{
V_0 = ((int32_t)64);
V_1 = (bool)0;
int32_t L_0 = __this->get__options_16();
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_1 = (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 *)il2cpp_codegen_object_new(RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75_il2cpp_TypeInfo_var);
RegexNode__ctor_m0EFEB707603B3C667626117E09A7EED58BBEC6D4(L_1, ((int32_t)28), L_0, 0, (-1), /*hidden argument*/NULL);
RegexParser_StartGroup_m36A6C0ED245D844CD2E630160994C3F2D7CCA994(__this, L_1, /*hidden argument*/NULL);
goto IL_042b;
}
IL_001f:
{
bool L_2 = V_1;
V_2 = L_2;
V_1 = (bool)0;
RegexParser_ScanBlank_m99BA3097E182DE425BE0137BAFDD0218F0DF360D(__this, /*hidden argument*/NULL);
int32_t L_3 = RegexParser_Textpos_m36658DED82367E05DF4333E68A666FEEBC3DAC07(__this, /*hidden argument*/NULL);
V_3 = L_3;
bool L_4 = RegexParser_UseOptionX_mD63DEED6741AEA0B3F6CC4239712A4B2EF690810(__this, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_006d;
}
}
{
goto IL_0040;
}
IL_003a:
{
RegexParser_MoveRight_m6F0A1C10AE9EA183F04A9E06B62B2B53648688AC(__this, /*hidden argument*/NULL);
}
IL_0040:
{
int32_t L_5 = RegexParser_CharsRight_m318662CFE3223C3FA5E921D376409B4E1B28F9B4(__this, /*hidden argument*/NULL);
if ((((int32_t)L_5) <= ((int32_t)0)))
{
goto IL_0092;
}
}
{
Il2CppChar L_6 = RegexParser_RightChar_m9E231199A8E5EA994AA1746FC5E977AF3823FDEB(__this, /*hidden argument*/NULL);
Il2CppChar L_7 = L_6;
V_0 = L_7;
IL2CPP_RUNTIME_CLASS_INIT(RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE_il2cpp_TypeInfo_var);
bool L_8 = RegexParser_IsStopperX_m0BCF2DB4B0E1324C9109C8BFD486FC5DBA8DC646(L_7, /*hidden argument*/NULL);
if (!L_8)
{
goto IL_003a;
}
}
{
Il2CppChar L_9 = V_0;
if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)123)))))
{
goto IL_0092;
}
}
{
bool L_10 = RegexParser_IsTrueQuantifier_m4AA95A9CE7CD78600E8D525ECA5A095984FBC63F(__this, /*hidden argument*/NULL);
if (!L_10)
{
goto IL_003a;
}
}
{
goto IL_0092;
}
IL_0067:
{
RegexParser_MoveRight_m6F0A1C10AE9EA183F04A9E06B62B2B53648688AC(__this, /*hidden argument*/NULL);
}
IL_006d:
{
int32_t L_11 = RegexParser_CharsRight_m318662CFE3223C3FA5E921D376409B4E1B28F9B4(__this, /*hidden argument*/NULL);
if ((((int32_t)L_11) <= ((int32_t)0)))
{
goto IL_0092;
}
}
{
Il2CppChar L_12 = RegexParser_RightChar_m9E231199A8E5EA994AA1746FC5E977AF3823FDEB(__this, /*hidden argument*/NULL);
Il2CppChar L_13 = L_12;
V_0 = L_13;
IL2CPP_RUNTIME_CLASS_INIT(RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE_il2cpp_TypeInfo_var);
bool L_14 = RegexParser_IsSpecial_mFF68456E944ACAF048B4F96F5758FFDD1D5E7DCD(L_13, /*hidden argument*/NULL);
if (!L_14)
{
goto IL_0067;
}
}
{
Il2CppChar L_15 = V_0;
if ((!(((uint32_t)L_15) == ((uint32_t)((int32_t)123)))))
{
goto IL_0092;
}
}
{
bool L_16 = RegexParser_IsTrueQuantifier_m4AA95A9CE7CD78600E8D525ECA5A095984FBC63F(__this, /*hidden argument*/NULL);
if (!L_16)
{
goto IL_0067;
}
}
IL_0092:
{
int32_t L_17 = RegexParser_Textpos_m36658DED82367E05DF4333E68A666FEEBC3DAC07(__this, /*hidden argument*/NULL);
V_4 = L_17;
RegexParser_ScanBlank_m99BA3097E182DE425BE0137BAFDD0218F0DF360D(__this, /*hidden argument*/NULL);
int32_t L_18 = RegexParser_CharsRight_m318662CFE3223C3FA5E921D376409B4E1B28F9B4(__this, /*hidden argument*/NULL);
if (L_18)
{
goto IL_00ad;
}
}
{
V_0 = ((int32_t)33);
goto IL_00ce;
}
IL_00ad:
{
Il2CppChar L_19 = RegexParser_RightChar_m9E231199A8E5EA994AA1746FC5E977AF3823FDEB(__this, /*hidden argument*/NULL);
Il2CppChar L_20 = L_19;
V_0 = L_20;
IL2CPP_RUNTIME_CLASS_INIT(RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE_il2cpp_TypeInfo_var);
bool L_21 = RegexParser_IsSpecial_mFF68456E944ACAF048B4F96F5758FFDD1D5E7DCD(L_20, /*hidden argument*/NULL);
if (!L_21)
{
goto IL_00cb;
}
}
{
Il2CppChar L_22 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE_il2cpp_TypeInfo_var);
bool L_23 = RegexParser_IsQuantifier_mE0620E30A63AD0C0DB9550A52A4A7D0BB4BC3A31(L_22, /*hidden argument*/NULL);
V_1 = L_23;
RegexParser_MoveRight_m6F0A1C10AE9EA183F04A9E06B62B2B53648688AC(__this, /*hidden argument*/NULL);
goto IL_00ce;
}
IL_00cb:
{
V_0 = ((int32_t)32);
}
IL_00ce:
{
int32_t L_24 = V_3;
int32_t L_25 = V_4;
if ((((int32_t)L_24) >= ((int32_t)L_25)))
{
goto IL_0105;
}
}
{
int32_t L_26 = V_4;
int32_t L_27 = V_3;
bool L_28 = V_1;
G_B21_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)L_27));
if (L_28)
{
G_B22_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)L_27));
goto IL_00dd;
}
}
{
G_B23_0 = 0;
G_B23_1 = G_B21_0;
goto IL_00de;
}
IL_00dd:
{
G_B23_0 = 1;
G_B23_1 = G_B22_0;
}
IL_00de:
{
V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)G_B23_1, (int32_t)G_B23_0));
V_2 = (bool)0;
int32_t L_29 = V_5;
if ((((int32_t)L_29) <= ((int32_t)0)))
{
goto IL_00f2;
}
}
{
int32_t L_30 = V_3;
int32_t L_31 = V_5;
RegexParser_AddConcatenate_m3743C87DFCD1784A949BFDCE9443845CCD630A5D(__this, L_30, L_31, (bool)0, /*hidden argument*/NULL);
}
IL_00f2:
{
bool L_32 = V_1;
if (!L_32)
{
goto IL_0105;
}
}
{
int32_t L_33 = V_4;
Il2CppChar L_34 = RegexParser_CharAt_m08DBAE0DFD788548F74E061031B7221154F96A77(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_33, (int32_t)1)), /*hidden argument*/NULL);
RegexParser_AddUnitOne_m72DFA82092408E9C63544126093D98390E0C2145(__this, L_34, /*hidden argument*/NULL);
}
IL_0105:
{
Il2CppChar L_35 = V_0;
if ((!(((uint32_t)L_35) <= ((uint32_t)((int32_t)63)))))
{
goto IL_015c;
}
}
{
Il2CppChar L_36 = V_0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)((int32_t)32))))
{
case 0:
{
goto IL_042b;
}
case 1:
{
goto IL_0437;
}
case 2:
{
goto IL_02b7;
}
case 3:
{
goto IL_02b7;
}
case 4:
{
goto IL_0242;
}
case 5:
{
goto IL_02b7;
}
case 6:
{
goto IL_02b7;
}
case 7:
{
goto IL_02b7;
}
case 8:
{
goto IL_01a3;
}
case 9:
{
goto IL_01dd;
}
case 10:
{
goto IL_0277;
}
case 11:
{
goto IL_0277;
}
case 12:
{
goto IL_02b7;
}
case 13:
{
goto IL_02b7;
}
case 14:
{
goto IL_0258;
}
}
}
{
Il2CppChar L_37 = V_0;
if ((((int32_t)L_37) == ((int32_t)((int32_t)63))))
{
goto IL_0277;
}
}
{
goto IL_02b7;
}
IL_015c:
{
Il2CppChar L_38 = V_0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_38, (int32_t)((int32_t)91))))
{
case 0:
{
goto IL_0187;
}
case 1:
{
goto IL_0218;
}
case 2:
{
goto IL_02b7;
}
case 3:
{
goto IL_0229;
}
}
}
{
Il2CppChar L_39 = V_0;
if ((((int32_t)L_39) == ((int32_t)((int32_t)123))))
{
goto IL_0277;
}
}
{
Il2CppChar L_40 = V_0;
if ((((int32_t)L_40) == ((int32_t)((int32_t)124))))
{
goto IL_01d2;
}
}
{
goto IL_02b7;
}
IL_0187:
{
bool L_41 = RegexParser_UseOptionI_mFA3B59BD8A6F61626E20F8FE909A23289E694263(__this, /*hidden argument*/NULL);
RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * L_42 = RegexParser_ScanCharClass_mF775DA8BFD214C64BC3D91E07436543717976DC4(__this, L_41, /*hidden argument*/NULL);
NullCheck(L_42);
String_t* L_43 = RegexCharClass_ToStringClass_m7A760D96732A03D46C4060064B3FC58349D2B4D5(L_42, /*hidden argument*/NULL);
RegexParser_AddUnitSet_m024168548909EA2DF649E6194D60135312ADF5B3(__this, L_43, /*hidden argument*/NULL);
goto IL_02c8;
}
IL_01a3:
{
RegexParser_PushOptions_m2034533961B704CBFA0F97BD4A54CB7269F0D88A(__this, /*hidden argument*/NULL);
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_44 = RegexParser_ScanGroupOpen_mA4918ACA08C7E4C945197BBE4EF734AF5B35096C(__this, /*hidden argument*/NULL);
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_45 = L_44;
V_6 = L_45;
if (L_45)
{
goto IL_01bf;
}
}
{
RegexParser_PopKeepOptions_m8ACBCD324BAF7269F90AEB3CF901B666524658FA(__this, /*hidden argument*/NULL);
goto IL_042b;
}
IL_01bf:
{
RegexParser_PushGroup_m6F4246ECA3A6F29DA096C3B41D97652427E3175E(__this, /*hidden argument*/NULL);
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_46 = V_6;
RegexParser_StartGroup_m36A6C0ED245D844CD2E630160994C3F2D7CCA994(__this, L_46, /*hidden argument*/NULL);
goto IL_042b;
}
IL_01d2:
{
RegexParser_AddAlternate_mDBDEEF8180738DE0D31CC05B0E223EFF0D66939B(__this, /*hidden argument*/NULL);
goto IL_042b;
}
IL_01dd:
{
bool L_47 = RegexParser_EmptyStack_mB65B33DCF98A5967407B7C6A07F8799681202BE5(__this, /*hidden argument*/NULL);
if (!L_47)
{
goto IL_01f6;
}
}
{
String_t* L_48 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteralB72124AAFA40A0E78629E12120D9ECEB67B4A0B9, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_49 = RegexParser_MakeException_m6D521D75808E2CD4255A68DC3456EAF2A88F2874(__this, L_48, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_49, NULL, RegexParser_ScanRegex_m62049A6C66D6D8CDD795B9C740283D1EC85126DB_RuntimeMethod_var);
}
IL_01f6:
{
RegexParser_AddGroup_m54BBB919E4D4AD05EFECBC3ECBE46FC4A90569EA(__this, /*hidden argument*/NULL);
RegexParser_PopGroup_m43AB1FB84E11D8DFF6C5D38B9CAD324E5425DD74(__this, /*hidden argument*/NULL);
RegexParser_PopOptions_mA18691037302741375A44BD8BDC9387DFB07B676(__this, /*hidden argument*/NULL);
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_50 = RegexParser_Unit_mEAEEAC39DBE372DC762644F49E6E163CA37EA34E(__this, /*hidden argument*/NULL);
if (L_50)
{
goto IL_02c8;
}
}
{
goto IL_042b;
}
IL_0218:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_51 = RegexParser_ScanBackslash_m45E9E0ABDB7DF70F58850B48905DE9DE026EA64C(__this, /*hidden argument*/NULL);
RegexParser_AddUnitNode_m6EE11A898128A169E41A5C7B38B1F3DD314FB304(__this, L_51, /*hidden argument*/NULL);
goto IL_02c8;
}
IL_0229:
{
bool L_52 = RegexParser_UseOptionM_mDE945B2DE782D12A5013D408F4FFBCABEC48C63D(__this, /*hidden argument*/NULL);
G_B46_0 = __this;
if (L_52)
{
G_B47_0 = __this;
goto IL_0236;
}
}
{
G_B48_0 = ((int32_t)18);
G_B48_1 = G_B46_0;
goto IL_0238;
}
IL_0236:
{
G_B48_0 = ((int32_t)14);
G_B48_1 = G_B47_0;
}
IL_0238:
{
NullCheck(G_B48_1);
RegexParser_AddUnitType_m1ECB4025CA3B580F051CF6891D9C96922CA2FA7A(G_B48_1, G_B48_0, /*hidden argument*/NULL);
goto IL_02c8;
}
IL_0242:
{
bool L_53 = RegexParser_UseOptionM_mDE945B2DE782D12A5013D408F4FFBCABEC48C63D(__this, /*hidden argument*/NULL);
G_B50_0 = __this;
if (L_53)
{
G_B51_0 = __this;
goto IL_024f;
}
}
{
G_B52_0 = ((int32_t)20);
G_B52_1 = G_B50_0;
goto IL_0251;
}
IL_024f:
{
G_B52_0 = ((int32_t)15);
G_B52_1 = G_B51_0;
}
IL_0251:
{
NullCheck(G_B52_1);
RegexParser_AddUnitType_m1ECB4025CA3B580F051CF6891D9C96922CA2FA7A(G_B52_1, G_B52_0, /*hidden argument*/NULL);
goto IL_02c8;
}
IL_0258:
{
bool L_54 = RegexParser_UseOptionS_mE96EEA754E1EEEF658AAF73885D048342D1D200E(__this, /*hidden argument*/NULL);
if (!L_54)
{
goto IL_026d;
}
}
{
RegexParser_AddUnitSet_m024168548909EA2DF649E6194D60135312ADF5B3(__this, _stringLiteral3F096541A26B4800990ADE37FF48BC9849B9D3CC, /*hidden argument*/NULL);
goto IL_02c8;
}
IL_026d:
{
RegexParser_AddUnitNotone_mAA142A94BB7B6A358BA36A3920DB139382889749(__this, ((int32_t)10), /*hidden argument*/NULL);
goto IL_02c8;
}
IL_0277:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_55 = RegexParser_Unit_mEAEEAC39DBE372DC762644F49E6E163CA37EA34E(__this, /*hidden argument*/NULL);
if (L_55)
{
goto IL_02af;
}
}
{
bool L_56 = V_2;
G_B58_0 = __this;
if (L_56)
{
G_B59_0 = __this;
goto IL_028f;
}
}
{
String_t* L_57 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral7C851A6074827066066F89C92CD2D067FFD52CA0, /*hidden argument*/NULL);
G_B60_0 = L_57;
G_B60_1 = G_B58_0;
goto IL_02a9;
}
IL_028f:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_58 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_59 = L_58;
String_t* L_60 = Char_ToString_mA42A88FEBA41B72D48BB24373E3101B7A91B6FD8((Il2CppChar*)(&V_0), /*hidden argument*/NULL);
NullCheck(L_59);
ArrayElementTypeCheck (L_59, L_60);
(L_59)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_60);
String_t* L_61 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteral67C59F273F2343A1D6AC572D7BE8339E085990EA, L_59, /*hidden argument*/NULL);
G_B60_0 = L_61;
G_B60_1 = G_B59_0;
}
IL_02a9:
{
NullCheck(G_B60_1);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_62 = RegexParser_MakeException_m6D521D75808E2CD4255A68DC3456EAF2A88F2874(G_B60_1, G_B60_0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_62, NULL, RegexParser_ScanRegex_m62049A6C66D6D8CDD795B9C740283D1EC85126DB_RuntimeMethod_var);
}
IL_02af:
{
RegexParser_MoveLeft_m1BC035A4EA49F4168093B2AB0EEAB2653CB04033(__this, /*hidden argument*/NULL);
goto IL_02c8;
}
IL_02b7:
{
String_t* L_63 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteralAA3B6892A449690D222A07B26FEAD5559C82F7CA, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_64 = RegexParser_MakeException_m6D521D75808E2CD4255A68DC3456EAF2A88F2874(__this, L_63, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_64, NULL, RegexParser_ScanRegex_m62049A6C66D6D8CDD795B9C740283D1EC85126DB_RuntimeMethod_var);
}
IL_02c8:
{
RegexParser_ScanBlank_m99BA3097E182DE425BE0137BAFDD0218F0DF360D(__this, /*hidden argument*/NULL);
int32_t L_65 = RegexParser_CharsRight_m318662CFE3223C3FA5E921D376409B4E1B28F9B4(__this, /*hidden argument*/NULL);
if (!L_65)
{
goto IL_02e0;
}
}
{
bool L_66 = RegexParser_IsTrueQuantifier_m4AA95A9CE7CD78600E8D525ECA5A095984FBC63F(__this, /*hidden argument*/NULL);
bool L_67 = L_66;
V_1 = L_67;
if (L_67)
{
goto IL_02eb;
}
}
IL_02e0:
{
RegexParser_AddConcatenate_mF80F14978ED6626A8F8E5F37AEB3B946A01192C1(__this, /*hidden argument*/NULL);
goto IL_042b;
}
IL_02eb:
{
Il2CppChar L_68 = RegexParser_MoveRightGetChar_m3CF088DE129BADB346CCEEF1D547E2D260BC894A(__this, /*hidden argument*/NULL);
V_0 = L_68;
goto IL_0420;
}
IL_02f7:
{
Il2CppChar L_69 = V_0;
if ((!(((uint32_t)L_69) <= ((uint32_t)((int32_t)43)))))
{
goto IL_030b;
}
}
{
Il2CppChar L_70 = V_0;
if ((((int32_t)L_70) == ((int32_t)((int32_t)42))))
{
goto IL_031a;
}
}
{
Il2CppChar L_71 = V_0;
if ((((int32_t)L_71) == ((int32_t)((int32_t)43))))
{
goto IL_0334;
}
}
{
goto IL_03c6;
}
IL_030b:
{
Il2CppChar L_72 = V_0;
if ((((int32_t)L_72) == ((int32_t)((int32_t)63))))
{
goto IL_0329;
}
}
{
Il2CppChar L_73 = V_0;
if ((((int32_t)L_73) == ((int32_t)((int32_t)123))))
{
goto IL_0343;
}
}
{
goto IL_03c6;
}
IL_031a:
{
V_7 = 0;
V_8 = ((int32_t)2147483647LL);
goto IL_03d7;
}
IL_0329:
{
V_7 = 0;
V_8 = 1;
goto IL_03d7;
}
IL_0334:
{
V_7 = 1;
V_8 = ((int32_t)2147483647LL);
goto IL_03d7;
}
IL_0343:
{
int32_t L_74 = RegexParser_Textpos_m36658DED82367E05DF4333E68A666FEEBC3DAC07(__this, /*hidden argument*/NULL);
V_3 = L_74;
int32_t L_75 = RegexParser_ScanDecimal_mE966D2C7F357215A52F88120F40A37707C1AB33A(__this, /*hidden argument*/NULL);
int32_t L_76 = L_75;
V_7 = L_76;
V_8 = L_76;
int32_t L_77 = V_3;
int32_t L_78 = RegexParser_Textpos_m36658DED82367E05DF4333E68A666FEEBC3DAC07(__this, /*hidden argument*/NULL);
if ((((int32_t)L_77) >= ((int32_t)L_78)))
{
goto IL_039a;
}
}
{
int32_t L_79 = RegexParser_CharsRight_m318662CFE3223C3FA5E921D376409B4E1B28F9B4(__this, /*hidden argument*/NULL);
if ((((int32_t)L_79) <= ((int32_t)0)))
{
goto IL_039a;
}
}
{
Il2CppChar L_80 = RegexParser_RightChar_m9E231199A8E5EA994AA1746FC5E977AF3823FDEB(__this, /*hidden argument*/NULL);
if ((!(((uint32_t)L_80) == ((uint32_t)((int32_t)44)))))
{
goto IL_039a;
}
}
{
RegexParser_MoveRight_m6F0A1C10AE9EA183F04A9E06B62B2B53648688AC(__this, /*hidden argument*/NULL);
int32_t L_81 = RegexParser_CharsRight_m318662CFE3223C3FA5E921D376409B4E1B28F9B4(__this, /*hidden argument*/NULL);
if (!L_81)
{
goto IL_0389;
}
}
{
Il2CppChar L_82 = RegexParser_RightChar_m9E231199A8E5EA994AA1746FC5E977AF3823FDEB(__this, /*hidden argument*/NULL);
if ((!(((uint32_t)L_82) == ((uint32_t)((int32_t)125)))))
{
goto IL_0392;
}
}
IL_0389:
{
V_8 = ((int32_t)2147483647LL);
goto IL_039a;
}
IL_0392:
{
int32_t L_83 = RegexParser_ScanDecimal_mE966D2C7F357215A52F88120F40A37707C1AB33A(__this, /*hidden argument*/NULL);
V_8 = L_83;
}
IL_039a:
{
int32_t L_84 = V_3;
int32_t L_85 = RegexParser_Textpos_m36658DED82367E05DF4333E68A666FEEBC3DAC07(__this, /*hidden argument*/NULL);
if ((((int32_t)L_84) == ((int32_t)L_85)))
{
goto IL_03b5;
}
}
{
int32_t L_86 = RegexParser_CharsRight_m318662CFE3223C3FA5E921D376409B4E1B28F9B4(__this, /*hidden argument*/NULL);
if (!L_86)
{
goto IL_03b5;
}
}
{
Il2CppChar L_87 = RegexParser_MoveRightGetChar_m3CF088DE129BADB346CCEEF1D547E2D260BC894A(__this, /*hidden argument*/NULL);
if ((((int32_t)L_87) == ((int32_t)((int32_t)125))))
{
goto IL_03d7;
}
}
IL_03b5:
{
RegexParser_AddConcatenate_mF80F14978ED6626A8F8E5F37AEB3B946A01192C1(__this, /*hidden argument*/NULL);
int32_t L_88 = V_3;
RegexParser_Textto_m5C8BAB13E35429238EA9A5F13D5A5A580D0DD3AC(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_88, (int32_t)1)), /*hidden argument*/NULL);
goto IL_042b;
}
IL_03c6:
{
String_t* L_89 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteralAA3B6892A449690D222A07B26FEAD5559C82F7CA, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_90 = RegexParser_MakeException_m6D521D75808E2CD4255A68DC3456EAF2A88F2874(__this, L_89, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_90, NULL, RegexParser_ScanRegex_m62049A6C66D6D8CDD795B9C740283D1EC85126DB_RuntimeMethod_var);
}
IL_03d7:
{
RegexParser_ScanBlank_m99BA3097E182DE425BE0137BAFDD0218F0DF360D(__this, /*hidden argument*/NULL);
int32_t L_91 = RegexParser_CharsRight_m318662CFE3223C3FA5E921D376409B4E1B28F9B4(__this, /*hidden argument*/NULL);
if (!L_91)
{
goto IL_03ef;
}
}
{
Il2CppChar L_92 = RegexParser_RightChar_m9E231199A8E5EA994AA1746FC5E977AF3823FDEB(__this, /*hidden argument*/NULL);
if ((((int32_t)L_92) == ((int32_t)((int32_t)63))))
{
goto IL_03f4;
}
}
IL_03ef:
{
V_9 = (bool)0;
goto IL_03fd;
}
IL_03f4:
{
RegexParser_MoveRight_m6F0A1C10AE9EA183F04A9E06B62B2B53648688AC(__this, /*hidden argument*/NULL);
V_9 = (bool)1;
}
IL_03fd:
{
int32_t L_93 = V_7;
int32_t L_94 = V_8;
if ((((int32_t)L_93) <= ((int32_t)L_94)))
{
goto IL_0414;
}
}
{
String_t* L_95 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral4E3E1989BD70B0AAA0860F3D443EB76AD16062A0, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_96 = RegexParser_MakeException_m6D521D75808E2CD4255A68DC3456EAF2A88F2874(__this, L_95, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_96, NULL, RegexParser_ScanRegex_m62049A6C66D6D8CDD795B9C740283D1EC85126DB_RuntimeMethod_var);
}
IL_0414:
{
bool L_97 = V_9;
int32_t L_98 = V_7;
int32_t L_99 = V_8;
RegexParser_AddConcatenate_m81CC39ED404E571347F0E97650F3BEB14639B1B0(__this, L_97, L_98, L_99, /*hidden argument*/NULL);
}
IL_0420:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_100 = RegexParser_Unit_mEAEEAC39DBE372DC762644F49E6E163CA37EA34E(__this, /*hidden argument*/NULL);
if (L_100)
{
goto IL_02f7;
}
}
IL_042b:
{
int32_t L_101 = RegexParser_CharsRight_m318662CFE3223C3FA5E921D376409B4E1B28F9B4(__this, /*hidden argument*/NULL);
if ((((int32_t)L_101) > ((int32_t)0)))
{
goto IL_001f;
}
}
IL_0437:
{
bool L_102 = RegexParser_EmptyStack_mB65B33DCF98A5967407B7C6A07F8799681202BE5(__this, /*hidden argument*/NULL);
if (L_102)
{
goto IL_0450;
}
}
{
String_t* L_103 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral4F7E46CDD9BB9234AEAB6B9B3EFD4EE4FB10EF4D, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_104 = RegexParser_MakeException_m6D521D75808E2CD4255A68DC3456EAF2A88F2874(__this, L_103, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_104, NULL, RegexParser_ScanRegex_m62049A6C66D6D8CDD795B9C740283D1EC85126DB_RuntimeMethod_var);
}
IL_0450:
{
RegexParser_AddGroup_m54BBB919E4D4AD05EFECBC3ECBE46FC4A90569EA(__this, /*hidden argument*/NULL);
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_105 = RegexParser_Unit_mEAEEAC39DBE372DC762644F49E6E163CA37EA34E(__this, /*hidden argument*/NULL);
return L_105;
}
}
// System.Text.RegularExpressions.RegexCharClass System.Text.RegularExpressions.RegexParser::ScanCharClass(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * RegexParser_ScanCharClass_mF775DA8BFD214C64BC3D91E07436543717976DC4 (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, bool ___caseInsensitive0, const RuntimeMethod* method)
{
{
bool L_0 = ___caseInsensitive0;
RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * L_1 = RegexParser_ScanCharClass_mFE669B1C9CB6652157D9E8DAEE5B924C581AE81F(__this, L_0, (bool)0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Text.RegularExpressions.RegexCharClass System.Text.RegularExpressions.RegexParser::ScanCharClass(System.Boolean,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * RegexParser_ScanCharClass_mFE669B1C9CB6652157D9E8DAEE5B924C581AE81F (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, bool ___caseInsensitive0, bool ___scanOnly1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexParser_ScanCharClass_mFE669B1C9CB6652157D9E8DAEE5B924C581AE81F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Il2CppChar V_0 = 0x0;
Il2CppChar V_1 = 0x0;
bool V_2 = false;
bool V_3 = false;
bool V_4 = false;
RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * V_5 = NULL;
bool V_6 = false;
Il2CppChar V_7 = 0x0;
int32_t V_8 = 0;
RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * G_B3_0 = NULL;
{
V_0 = 0;
V_1 = 0;
V_2 = (bool)0;
V_3 = (bool)1;
V_4 = (bool)0;
bool L_0 = ___scanOnly1;
if (L_0)
{
goto IL_0015;
}
}
{
RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * L_1 = (RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 *)il2cpp_codegen_object_new(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var);
RegexCharClass__ctor_mAA44510F3E5001A8612355B4FFB718D9DDC74264(L_1, /*hidden argument*/NULL);
G_B3_0 = L_1;
goto IL_0016;
}
IL_0015:
{
G_B3_0 = ((RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 *)(NULL));
}
IL_0016:
{
V_5 = G_B3_0;
int32_t L_2 = RegexParser_CharsRight_m318662CFE3223C3FA5E921D376409B4E1B28F9B4(__this, /*hidden argument*/NULL);
if ((((int32_t)L_2) <= ((int32_t)0)))
{
goto IL_03ac;
}
}
{
Il2CppChar L_3 = RegexParser_RightChar_m9E231199A8E5EA994AA1746FC5E977AF3823FDEB(__this, /*hidden argument*/NULL);
if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)94)))))
{
goto IL_03ac;
}
}
{
RegexParser_MoveRight_m6F0A1C10AE9EA183F04A9E06B62B2B53648688AC(__this, /*hidden argument*/NULL);
bool L_4 = ___scanOnly1;
if (L_4)
{
goto IL_03ac;
}
}
{
RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * L_5 = V_5;
NullCheck(L_5);
RegexCharClass_set_Negate_mEB8659D83748A4DF28CDDFC3AC573A6504385E09(L_5, (bool)1, /*hidden argument*/NULL);
goto IL_03ac;
}
IL_004a:
{
V_6 = (bool)0;
Il2CppChar L_6 = RegexParser_MoveRightGetChar_m3CF088DE129BADB346CCEEF1D547E2D260BC894A(__this, /*hidden argument*/NULL);
V_0 = L_6;
Il2CppChar L_7 = V_0;
if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)93)))))
{
goto IL_0067;
}
}
{
bool L_8 = V_3;
if (L_8)
{
goto IL_028b;
}
}
{
V_4 = (bool)1;
goto IL_03b8;
}
IL_0067:
{
Il2CppChar L_9 = V_0;
if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)92)))))
{
goto IL_0236;
}
}
{
int32_t L_10 = RegexParser_CharsRight_m318662CFE3223C3FA5E921D376409B4E1B28F9B4(__this, /*hidden argument*/NULL);
if ((((int32_t)L_10) <= ((int32_t)0)))
{
goto IL_0236;
}
}
{
Il2CppChar L_11 = RegexParser_MoveRightGetChar_m3CF088DE129BADB346CCEEF1D547E2D260BC894A(__this, /*hidden argument*/NULL);
Il2CppChar L_12 = L_11;
V_0 = L_12;
V_7 = L_12;
Il2CppChar L_13 = V_7;
if ((!(((uint32_t)L_13) <= ((uint32_t)((int32_t)83)))))
{
goto IL_00bc;
}
}
{
Il2CppChar L_14 = V_7;
if ((!(((uint32_t)L_14) <= ((uint32_t)((int32_t)68)))))
{
goto IL_00a5;
}
}
{
Il2CppChar L_15 = V_7;
if ((((int32_t)L_15) == ((int32_t)((int32_t)45))))
{
goto IL_0210;
}
}
{
Il2CppChar L_16 = V_7;
if ((((int32_t)L_16) == ((int32_t)((int32_t)68))))
{
goto IL_00f3;
}
}
{
goto IL_0224;
}
IL_00a5:
{
Il2CppChar L_17 = V_7;
if ((((int32_t)L_17) == ((int32_t)((int32_t)80))))
{
goto IL_01bc;
}
}
{
Il2CppChar L_18 = V_7;
if ((((int32_t)L_18) == ((int32_t)((int32_t)83))))
{
goto IL_013a;
}
}
{
goto IL_0224;
}
IL_00bc:
{
Il2CppChar L_19 = V_7;
if ((!(((uint32_t)L_19) <= ((uint32_t)((int32_t)100)))))
{
goto IL_00d6;
}
}
{
Il2CppChar L_20 = V_7;
if ((((int32_t)L_20) == ((int32_t)((int32_t)87))))
{
goto IL_017b;
}
}
{
Il2CppChar L_21 = V_7;
if ((((int32_t)L_21) == ((int32_t)((int32_t)100))))
{
goto IL_00f3;
}
}
{
goto IL_0224;
}
IL_00d6:
{
Il2CppChar L_22 = V_7;
if ((((int32_t)L_22) == ((int32_t)((int32_t)112))))
{
goto IL_01bc;
}
}
{
Il2CppChar L_23 = V_7;
if ((((int32_t)L_23) == ((int32_t)((int32_t)115))))
{
goto IL_013a;
}
}
{
Il2CppChar L_24 = V_7;
if ((((int32_t)L_24) == ((int32_t)((int32_t)119))))
{
goto IL_017b;
}
}
{
goto IL_0224;
}
IL_00f3:
{
bool L_25 = ___scanOnly1;
if (L_25)
{
goto IL_03aa;
}
}
{
bool L_26 = V_2;
if (!L_26)
{
goto IL_011d;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_27 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_28 = L_27;
String_t* L_29 = Char_ToString_mA42A88FEBA41B72D48BB24373E3101B7A91B6FD8((Il2CppChar*)(&V_0), /*hidden argument*/NULL);
NullCheck(L_28);
ArrayElementTypeCheck (L_28, L_29);
(L_28)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_29);
String_t* L_30 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteralAAFADD8EB445D53B2662360DE4CC04D108EAF802, L_28, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_31 = RegexParser_MakeException_m6D521D75808E2CD4255A68DC3456EAF2A88F2874(__this, L_30, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_31, NULL, RegexParser_ScanCharClass_mFE669B1C9CB6652157D9E8DAEE5B924C581AE81F_RuntimeMethod_var);
}
IL_011d:
{
RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * L_32 = V_5;
bool L_33 = RegexParser_UseOptionE_mC171EEF863E091591BAD771F16B72D742F044096(__this, /*hidden argument*/NULL);
Il2CppChar L_34 = V_0;
String_t* L_35 = __this->get__pattern_5();
NullCheck(L_32);
RegexCharClass_AddDigit_mC4DE43D884E575729BB2E575DA5552989368F6B3(L_32, L_33, (bool)((((int32_t)L_34) == ((int32_t)((int32_t)68)))? 1 : 0), L_35, /*hidden argument*/NULL);
goto IL_03aa;
}
IL_013a:
{
bool L_36 = ___scanOnly1;
if (L_36)
{
goto IL_03aa;
}
}
{
bool L_37 = V_2;
if (!L_37)
{
goto IL_0164;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_38 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_39 = L_38;
String_t* L_40 = Char_ToString_mA42A88FEBA41B72D48BB24373E3101B7A91B6FD8((Il2CppChar*)(&V_0), /*hidden argument*/NULL);
NullCheck(L_39);
ArrayElementTypeCheck (L_39, L_40);
(L_39)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_40);
String_t* L_41 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteralAAFADD8EB445D53B2662360DE4CC04D108EAF802, L_39, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_42 = RegexParser_MakeException_m6D521D75808E2CD4255A68DC3456EAF2A88F2874(__this, L_41, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_42, NULL, RegexParser_ScanCharClass_mFE669B1C9CB6652157D9E8DAEE5B924C581AE81F_RuntimeMethod_var);
}
IL_0164:
{
RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * L_43 = V_5;
bool L_44 = RegexParser_UseOptionE_mC171EEF863E091591BAD771F16B72D742F044096(__this, /*hidden argument*/NULL);
Il2CppChar L_45 = V_0;
NullCheck(L_43);
RegexCharClass_AddSpace_mC6557749D96EBD114BCB133D14887A29304196D8(L_43, L_44, (bool)((((int32_t)L_45) == ((int32_t)((int32_t)83)))? 1 : 0), /*hidden argument*/NULL);
goto IL_03aa;
}
IL_017b:
{
bool L_46 = ___scanOnly1;
if (L_46)
{
goto IL_03aa;
}
}
{
bool L_47 = V_2;
if (!L_47)
{
goto IL_01a5;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_48 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_49 = L_48;
String_t* L_50 = Char_ToString_mA42A88FEBA41B72D48BB24373E3101B7A91B6FD8((Il2CppChar*)(&V_0), /*hidden argument*/NULL);
NullCheck(L_49);
ArrayElementTypeCheck (L_49, L_50);
(L_49)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_50);
String_t* L_51 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteralAAFADD8EB445D53B2662360DE4CC04D108EAF802, L_49, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_52 = RegexParser_MakeException_m6D521D75808E2CD4255A68DC3456EAF2A88F2874(__this, L_51, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_52, NULL, RegexParser_ScanCharClass_mFE669B1C9CB6652157D9E8DAEE5B924C581AE81F_RuntimeMethod_var);
}
IL_01a5:
{
RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * L_53 = V_5;
bool L_54 = RegexParser_UseOptionE_mC171EEF863E091591BAD771F16B72D742F044096(__this, /*hidden argument*/NULL);
Il2CppChar L_55 = V_0;
NullCheck(L_53);
RegexCharClass_AddWord_m1D2553B878162B32B0548536AE4C3EE673041CA0(L_53, L_54, (bool)((((int32_t)L_55) == ((int32_t)((int32_t)87)))? 1 : 0), /*hidden argument*/NULL);
goto IL_03aa;
}
IL_01bc:
{
bool L_56 = ___scanOnly1;
if (L_56)
{
goto IL_0204;
}
}
{
bool L_57 = V_2;
if (!L_57)
{
goto IL_01e3;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_58 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_59 = L_58;
String_t* L_60 = Char_ToString_mA42A88FEBA41B72D48BB24373E3101B7A91B6FD8((Il2CppChar*)(&V_0), /*hidden argument*/NULL);
NullCheck(L_59);
ArrayElementTypeCheck (L_59, L_60);
(L_59)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_60);
String_t* L_61 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteralAAFADD8EB445D53B2662360DE4CC04D108EAF802, L_59, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_62 = RegexParser_MakeException_m6D521D75808E2CD4255A68DC3456EAF2A88F2874(__this, L_61, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_62, NULL, RegexParser_ScanCharClass_mFE669B1C9CB6652157D9E8DAEE5B924C581AE81F_RuntimeMethod_var);
}
IL_01e3:
{
RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * L_63 = V_5;
String_t* L_64 = RegexParser_ParseProperty_m69C638E755F0A5C1A2BC8E08827E6124889C2CEF(__this, /*hidden argument*/NULL);
Il2CppChar L_65 = V_0;
bool L_66 = ___caseInsensitive0;
String_t* L_67 = __this->get__pattern_5();
NullCheck(L_63);
RegexCharClass_AddCategoryFromName_m9AD2D607E1E34A52CBC26FC38D468905C43A9202(L_63, L_64, (bool)((((int32_t)((((int32_t)L_65) == ((int32_t)((int32_t)112)))? 1 : 0)) == ((int32_t)0))? 1 : 0), L_66, L_67, /*hidden argument*/NULL);
goto IL_03aa;
}
IL_0204:
{
RegexParser_ParseProperty_m69C638E755F0A5C1A2BC8E08827E6124889C2CEF(__this, /*hidden argument*/NULL);
goto IL_03aa;
}
IL_0210:
{
bool L_68 = ___scanOnly1;
if (L_68)
{
goto IL_03aa;
}
}
{
RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * L_69 = V_5;
Il2CppChar L_70 = V_0;
Il2CppChar L_71 = V_0;
NullCheck(L_69);
RegexCharClass_AddRange_mCFE9B670B3EBB13A5CDB694B1D1D6B1C0249D110(L_69, L_70, L_71, /*hidden argument*/NULL);
goto IL_03aa;
}
IL_0224:
{
RegexParser_MoveLeft_m1BC035A4EA49F4168093B2AB0EEAB2653CB04033(__this, /*hidden argument*/NULL);
Il2CppChar L_72 = RegexParser_ScanCharEscape_mF8821EE73F3F8A5D4267642F6E4F0A666FA5E7A6(__this, /*hidden argument*/NULL);
V_0 = L_72;
V_6 = (bool)1;
goto IL_028b;
}
IL_0236:
{
Il2CppChar L_73 = V_0;
if ((!(((uint32_t)L_73) == ((uint32_t)((int32_t)91)))))
{
goto IL_028b;
}
}
{
int32_t L_74 = RegexParser_CharsRight_m318662CFE3223C3FA5E921D376409B4E1B28F9B4(__this, /*hidden argument*/NULL);
if ((((int32_t)L_74) <= ((int32_t)0)))
{
goto IL_028b;
}
}
{
Il2CppChar L_75 = RegexParser_RightChar_m9E231199A8E5EA994AA1746FC5E977AF3823FDEB(__this, /*hidden argument*/NULL);
if ((!(((uint32_t)L_75) == ((uint32_t)((int32_t)58)))))
{
goto IL_028b;
}
}
{
bool L_76 = V_2;
if (L_76)
{
goto IL_028b;
}
}
{
int32_t L_77 = RegexParser_Textpos_m36658DED82367E05DF4333E68A666FEEBC3DAC07(__this, /*hidden argument*/NULL);
V_8 = L_77;
RegexParser_MoveRight_m6F0A1C10AE9EA183F04A9E06B62B2B53648688AC(__this, /*hidden argument*/NULL);
RegexParser_ScanCapname_m1D4DB4E5DA312CBCA841391F729CC626DC657D85(__this, /*hidden argument*/NULL);
int32_t L_78 = RegexParser_CharsRight_m318662CFE3223C3FA5E921D376409B4E1B28F9B4(__this, /*hidden argument*/NULL);
if ((((int32_t)L_78) < ((int32_t)2)))
{
goto IL_0283;
}
}
{
Il2CppChar L_79 = RegexParser_MoveRightGetChar_m3CF088DE129BADB346CCEEF1D547E2D260BC894A(__this, /*hidden argument*/NULL);
if ((!(((uint32_t)L_79) == ((uint32_t)((int32_t)58)))))
{
goto IL_0283;
}
}
{
Il2CppChar L_80 = RegexParser_MoveRightGetChar_m3CF088DE129BADB346CCEEF1D547E2D260BC894A(__this, /*hidden argument*/NULL);
if ((((int32_t)L_80) == ((int32_t)((int32_t)93))))
{
goto IL_028b;
}
}
IL_0283:
{
int32_t L_81 = V_8;
RegexParser_Textto_m5C8BAB13E35429238EA9A5F13D5A5A580D0DD3AC(__this, L_81, /*hidden argument*/NULL);
}
IL_028b:
{
bool L_82 = V_2;
if (!L_82)
{
goto IL_0306;
}
}
{
V_2 = (bool)0;
bool L_83 = ___scanOnly1;
if (L_83)
{
goto IL_03aa;
}
}
{
Il2CppChar L_84 = V_0;
if ((!(((uint32_t)L_84) == ((uint32_t)((int32_t)91)))))
{
goto IL_02e3;
}
}
{
bool L_85 = V_6;
if (L_85)
{
goto IL_02e3;
}
}
{
bool L_86 = V_3;
if (L_86)
{
goto IL_02e3;
}
}
{
RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * L_87 = V_5;
Il2CppChar L_88 = V_1;
NullCheck(L_87);
RegexCharClass_AddChar_m4C4BFD42572978A9F98ADE75BE3811593957A9E3(L_87, L_88, /*hidden argument*/NULL);
RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * L_89 = V_5;
bool L_90 = ___caseInsensitive0;
RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * L_91 = RegexParser_ScanCharClass_mFE669B1C9CB6652157D9E8DAEE5B924C581AE81F(__this, L_90, (bool)0, /*hidden argument*/NULL);
NullCheck(L_89);
RegexCharClass_AddSubtraction_m17E538235B02A1435BD43D4FE4501DA67AA35145(L_89, L_91, /*hidden argument*/NULL);
int32_t L_92 = RegexParser_CharsRight_m318662CFE3223C3FA5E921D376409B4E1B28F9B4(__this, /*hidden argument*/NULL);
if ((((int32_t)L_92) <= ((int32_t)0)))
{
goto IL_03aa;
}
}
{
Il2CppChar L_93 = RegexParser_RightChar_m9E231199A8E5EA994AA1746FC5E977AF3823FDEB(__this, /*hidden argument*/NULL);
if ((((int32_t)L_93) == ((int32_t)((int32_t)93))))
{
goto IL_03aa;
}
}
{
String_t* L_94 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteralEB65848E618BD9A7B4FBF550C5892C40A9DE68BB, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_95 = RegexParser_MakeException_m6D521D75808E2CD4255A68DC3456EAF2A88F2874(__this, L_94, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_95, NULL, RegexParser_ScanCharClass_mFE669B1C9CB6652157D9E8DAEE5B924C581AE81F_RuntimeMethod_var);
}
IL_02e3:
{
Il2CppChar L_96 = V_1;
Il2CppChar L_97 = V_0;
if ((((int32_t)L_96) <= ((int32_t)L_97)))
{
goto IL_02f8;
}
}
{
String_t* L_98 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteralAEE7DF21CD0CAA4719279E426D19558258A317FE, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_99 = RegexParser_MakeException_m6D521D75808E2CD4255A68DC3456EAF2A88F2874(__this, L_98, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_99, NULL, RegexParser_ScanCharClass_mFE669B1C9CB6652157D9E8DAEE5B924C581AE81F_RuntimeMethod_var);
}
IL_02f8:
{
RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * L_100 = V_5;
Il2CppChar L_101 = V_1;
Il2CppChar L_102 = V_0;
NullCheck(L_100);
RegexCharClass_AddRange_mCFE9B670B3EBB13A5CDB694B1D1D6B1C0249D110(L_100, L_101, L_102, /*hidden argument*/NULL);
goto IL_03aa;
}
IL_0306:
{
int32_t L_103 = RegexParser_CharsRight_m318662CFE3223C3FA5E921D376409B4E1B28F9B4(__this, /*hidden argument*/NULL);
if ((((int32_t)L_103) < ((int32_t)2)))
{
goto IL_0330;
}
}
{
Il2CppChar L_104 = RegexParser_RightChar_m9E231199A8E5EA994AA1746FC5E977AF3823FDEB(__this, /*hidden argument*/NULL);
if ((!(((uint32_t)L_104) == ((uint32_t)((int32_t)45)))))
{
goto IL_0330;
}
}
{
Il2CppChar L_105 = RegexParser_RightChar_m246E9E1F8D0A4A8E485C23E233CD3915C23739D8(__this, 1, /*hidden argument*/NULL);
if ((((int32_t)L_105) == ((int32_t)((int32_t)93))))
{
goto IL_0330;
}
}
{
Il2CppChar L_106 = V_0;
V_1 = L_106;
V_2 = (bool)1;
RegexParser_MoveRight_m6F0A1C10AE9EA183F04A9E06B62B2B53648688AC(__this, /*hidden argument*/NULL);
goto IL_03aa;
}
IL_0330:
{
int32_t L_107 = RegexParser_CharsRight_m318662CFE3223C3FA5E921D376409B4E1B28F9B4(__this, /*hidden argument*/NULL);
if ((((int32_t)L_107) < ((int32_t)1)))
{
goto IL_039e;
}
}
{
Il2CppChar L_108 = V_0;
if ((!(((uint32_t)L_108) == ((uint32_t)((int32_t)45)))))
{
goto IL_039e;
}
}
{
bool L_109 = V_6;
if (L_109)
{
goto IL_039e;
}
}
{
Il2CppChar L_110 = RegexParser_RightChar_m9E231199A8E5EA994AA1746FC5E977AF3823FDEB(__this, /*hidden argument*/NULL);
if ((!(((uint32_t)L_110) == ((uint32_t)((int32_t)91)))))
{
goto IL_039e;
}
}
{
bool L_111 = V_3;
if (L_111)
{
goto IL_039e;
}
}
{
bool L_112 = ___scanOnly1;
if (L_112)
{
goto IL_038c;
}
}
{
RegexParser_MoveRight_m7D1D27C901CAB81BCF60803E22FBDF2DEEC6CC51(__this, 1, /*hidden argument*/NULL);
RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * L_113 = V_5;
bool L_114 = ___caseInsensitive0;
RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * L_115 = RegexParser_ScanCharClass_mFE669B1C9CB6652157D9E8DAEE5B924C581AE81F(__this, L_114, (bool)0, /*hidden argument*/NULL);
NullCheck(L_113);
RegexCharClass_AddSubtraction_m17E538235B02A1435BD43D4FE4501DA67AA35145(L_113, L_115, /*hidden argument*/NULL);
int32_t L_116 = RegexParser_CharsRight_m318662CFE3223C3FA5E921D376409B4E1B28F9B4(__this, /*hidden argument*/NULL);
if ((((int32_t)L_116) <= ((int32_t)0)))
{
goto IL_03aa;
}
}
{
Il2CppChar L_117 = RegexParser_RightChar_m9E231199A8E5EA994AA1746FC5E977AF3823FDEB(__this, /*hidden argument*/NULL);
if ((((int32_t)L_117) == ((int32_t)((int32_t)93))))
{
goto IL_03aa;
}
}
{
String_t* L_118 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteralEB65848E618BD9A7B4FBF550C5892C40A9DE68BB, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_119 = RegexParser_MakeException_m6D521D75808E2CD4255A68DC3456EAF2A88F2874(__this, L_118, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_119, NULL, RegexParser_ScanCharClass_mFE669B1C9CB6652157D9E8DAEE5B924C581AE81F_RuntimeMethod_var);
}
IL_038c:
{
RegexParser_MoveRight_m7D1D27C901CAB81BCF60803E22FBDF2DEEC6CC51(__this, 1, /*hidden argument*/NULL);
bool L_120 = ___caseInsensitive0;
RegexParser_ScanCharClass_mFE669B1C9CB6652157D9E8DAEE5B924C581AE81F(__this, L_120, (bool)1, /*hidden argument*/NULL);
goto IL_03aa;
}
IL_039e:
{
bool L_121 = ___scanOnly1;
if (L_121)
{
goto IL_03aa;
}
}
{
RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * L_122 = V_5;
Il2CppChar L_123 = V_0;
Il2CppChar L_124 = V_0;
NullCheck(L_122);
RegexCharClass_AddRange_mCFE9B670B3EBB13A5CDB694B1D1D6B1C0249D110(L_122, L_123, L_124, /*hidden argument*/NULL);
}
IL_03aa:
{
V_3 = (bool)0;
}
IL_03ac:
{
int32_t L_125 = RegexParser_CharsRight_m318662CFE3223C3FA5E921D376409B4E1B28F9B4(__this, /*hidden argument*/NULL);
if ((((int32_t)L_125) > ((int32_t)0)))
{
goto IL_004a;
}
}
IL_03b8:
{
bool L_126 = V_4;
if (L_126)
{
goto IL_03cd;
}
}
{
String_t* L_127 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteralC443E4E3A705F2EC8C20869F4B1D29892F22C2B4, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_128 = RegexParser_MakeException_m6D521D75808E2CD4255A68DC3456EAF2A88F2874(__this, L_127, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_128, NULL, RegexParser_ScanCharClass_mFE669B1C9CB6652157D9E8DAEE5B924C581AE81F_RuntimeMethod_var);
}
IL_03cd:
{
bool L_129 = ___scanOnly1;
bool L_130 = ___caseInsensitive0;
if (!((int32_t)((int32_t)((((int32_t)L_129) == ((int32_t)0))? 1 : 0)&(int32_t)L_130)))
{
goto IL_03e2;
}
}
{
RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * L_131 = V_5;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_132 = __this->get__culture_7();
NullCheck(L_131);
RegexCharClass_AddLowercase_m01C1B11EB0B82E065276C7ECF60725886F59A07A(L_131, L_132, /*hidden argument*/NULL);
}
IL_03e2:
{
RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * L_133 = V_5;
return L_133;
}
}
// System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexParser::ScanGroupOpen()
extern "C" IL2CPP_METHOD_ATTR RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * RegexParser_ScanGroupOpen_mA4918ACA08C7E4C945197BBE4EF734AF5B35096C (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexParser_ScanGroupOpen_mA4918ACA08C7E4C945197BBE4EF734AF5B35096C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Il2CppChar V_0 = 0x0;
int32_t V_1 = 0;
Il2CppChar V_2 = 0x0;
int32_t V_3 = 0;
Il2CppChar V_4 = 0x0;
int32_t V_5 = 0;
int32_t V_6 = 0;
int32_t V_7 = 0;
int32_t V_8 = 0;
bool V_9 = false;
String_t* V_10 = NULL;
String_t* V_11 = NULL;
int32_t V_12 = 0;
String_t* V_13 = NULL;
Il2CppChar V_14 = 0x0;
{
V_0 = 0;
V_2 = ((int32_t)62);
int32_t L_0 = RegexParser_CharsRight_m318662CFE3223C3FA5E921D376409B4E1B28F9B4(__this, /*hidden argument*/NULL);
if (!L_0)
{
goto IL_0035;
}
}
{
Il2CppChar L_1 = RegexParser_RightChar_m9E231199A8E5EA994AA1746FC5E977AF3823FDEB(__this, /*hidden argument*/NULL);
if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)63)))))
{
goto IL_0035;
}
}
{
Il2CppChar L_2 = RegexParser_RightChar_m9E231199A8E5EA994AA1746FC5E977AF3823FDEB(__this, /*hidden argument*/NULL);
if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)63)))))
{
goto IL_007a;
}
}
{
int32_t L_3 = RegexParser_CharsRight_m318662CFE3223C3FA5E921D376409B4E1B28F9B4(__this, /*hidden argument*/NULL);
if ((((int32_t)L_3) <= ((int32_t)1)))
{
goto IL_007a;
}
}
{
Il2CppChar L_4 = RegexParser_RightChar_m246E9E1F8D0A4A8E485C23E233CD3915C23739D8(__this, 1, /*hidden argument*/NULL);
if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)41)))))
{
goto IL_007a;
}
}
IL_0035:
{
bool L_5 = RegexParser_UseOptionN_mE9C62585222B2D99D295708E4486C952973F35D5(__this, /*hidden argument*/NULL);
if (L_5)
{
goto IL_0045;
}
}
{
bool L_6 = __this->get__ignoreNextParen_18();
if (!L_6)
{
goto IL_005a;
}
}
IL_0045:
{
__this->set__ignoreNextParen_18((bool)0);
int32_t L_7 = __this->get__options_16();
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_8 = (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 *)il2cpp_codegen_object_new(RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75_il2cpp_TypeInfo_var);
RegexNode__ctor_m29676E9646F598C827F25E906EEB6EA14A6FD5DB(L_8, ((int32_t)29), L_7, /*hidden argument*/NULL);
return L_8;
}
IL_005a:
{
int32_t L_9 = __this->get__options_16();
int32_t L_10 = __this->get__autocap_8();
V_3 = L_10;
int32_t L_11 = V_3;
__this->set__autocap_8(((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)));
int32_t L_12 = V_3;
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_13 = (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 *)il2cpp_codegen_object_new(RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75_il2cpp_TypeInfo_var);
RegexNode__ctor_m0EFEB707603B3C667626117E09A7EED58BBEC6D4(L_13, ((int32_t)28), L_9, L_12, (-1), /*hidden argument*/NULL);
return L_13;
}
IL_007a:
{
RegexParser_MoveRight_m6F0A1C10AE9EA183F04A9E06B62B2B53648688AC(__this, /*hidden argument*/NULL);
int32_t L_14 = RegexParser_CharsRight_m318662CFE3223C3FA5E921D376409B4E1B28F9B4(__this, /*hidden argument*/NULL);
if (!L_14)
{
goto IL_055e;
}
}
{
Il2CppChar L_15 = RegexParser_MoveRightGetChar_m3CF088DE129BADB346CCEEF1D547E2D260BC894A(__this, /*hidden argument*/NULL);
Il2CppChar L_16 = L_15;
V_0 = L_16;
V_4 = L_16;
Il2CppChar L_17 = V_4;
if ((!(((uint32_t)L_17) <= ((uint32_t)((int32_t)39)))))
{
goto IL_00ac;
}
}
{
Il2CppChar L_18 = V_4;
if ((((int32_t)L_18) == ((int32_t)((int32_t)33))))
{
goto IL_00f7;
}
}
{
Il2CppChar L_19 = V_4;
if ((((int32_t)L_19) == ((int32_t)((int32_t)39))))
{
goto IL_0116;
}
}
{
goto IL_0527;
}
IL_00ac:
{
Il2CppChar L_20 = V_4;
if ((((int32_t)L_20) == ((int32_t)((int32_t)40))))
{
goto IL_039d;
}
}
{
Il2CppChar L_21 = V_4;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)((int32_t)58))))
{
case 0:
{
goto IL_00d8;
}
case 1:
{
goto IL_0527;
}
case 2:
{
goto IL_0119;
}
case 3:
{
goto IL_00e0;
}
case 4:
{
goto IL_010e;
}
}
}
{
goto IL_0527;
}
IL_00d8:
{
V_1 = ((int32_t)29);
goto IL_0551;
}
IL_00e0:
{
int32_t L_22 = __this->get__options_16();
__this->set__options_16(((int32_t)((int32_t)L_22&(int32_t)((int32_t)-65))));
V_1 = ((int32_t)30);
goto IL_0551;
}
IL_00f7:
{
int32_t L_23 = __this->get__options_16();
__this->set__options_16(((int32_t)((int32_t)L_23&(int32_t)((int32_t)-65))));
V_1 = ((int32_t)31);
goto IL_0551;
}
IL_010e:
{
V_1 = ((int32_t)32);
goto IL_0551;
}
IL_0116:
{
V_2 = ((int32_t)39);
}
IL_0119:
{
int32_t L_24 = RegexParser_CharsRight_m318662CFE3223C3FA5E921D376409B4E1B28F9B4(__this, /*hidden argument*/NULL);
if (!L_24)
{
goto IL_055e;
}
}
{
Il2CppChar L_25 = RegexParser_MoveRightGetChar_m3CF088DE129BADB346CCEEF1D547E2D260BC894A(__this, /*hidden argument*/NULL);
Il2CppChar L_26 = L_25;
V_0 = L_26;
V_4 = L_26;
Il2CppChar L_27 = V_4;
if ((((int32_t)L_27) == ((int32_t)((int32_t)33))))
{
goto IL_0159;
}
}
{
Il2CppChar L_28 = V_4;
if ((!(((uint32_t)L_28) == ((uint32_t)((int32_t)61)))))
{
goto IL_0178;
}
}
{
Il2CppChar L_29 = V_2;
if ((((int32_t)L_29) == ((int32_t)((int32_t)39))))
{
goto IL_055e;
}
}
{
int32_t L_30 = __this->get__options_16();
__this->set__options_16(((int32_t)((int32_t)L_30|(int32_t)((int32_t)64))));
V_1 = ((int32_t)30);
goto IL_0551;
}
IL_0159:
{
Il2CppChar L_31 = V_2;
if ((((int32_t)L_31) == ((int32_t)((int32_t)39))))
{
goto IL_055e;
}
}
{
int32_t L_32 = __this->get__options_16();
__this->set__options_16(((int32_t)((int32_t)L_32|(int32_t)((int32_t)64))));
V_1 = ((int32_t)31);
goto IL_0551;
}
IL_0178:
{
RegexParser_MoveLeft_m1BC035A4EA49F4168093B2AB0EEAB2653CB04033(__this, /*hidden argument*/NULL);
V_7 = (-1);
V_8 = (-1);
V_9 = (bool)0;
Il2CppChar L_33 = V_0;
if ((((int32_t)L_33) < ((int32_t)((int32_t)48))))
{
goto IL_01e8;
}
}
{
Il2CppChar L_34 = V_0;
if ((((int32_t)L_34) > ((int32_t)((int32_t)57))))
{
goto IL_01e8;
}
}
{
int32_t L_35 = RegexParser_ScanDecimal_mE966D2C7F357215A52F88120F40A37707C1AB33A(__this, /*hidden argument*/NULL);
V_7 = L_35;
int32_t L_36 = V_7;
bool L_37 = RegexParser_IsCaptureSlot_m80540BE449D9B98B2B159CD5169F7AA6DB63CB80(__this, L_36, /*hidden argument*/NULL);
if (L_37)
{
goto IL_01a6;
}
}
{
V_7 = (-1);
}
IL_01a6:
{
int32_t L_38 = RegexParser_CharsRight_m318662CFE3223C3FA5E921D376409B4E1B28F9B4(__this, /*hidden argument*/NULL);
if ((((int32_t)L_38) <= ((int32_t)0)))
{
goto IL_01d3;
}
}
{
Il2CppChar L_39 = RegexParser_RightChar_m9E231199A8E5EA994AA1746FC5E977AF3823FDEB(__this, /*hidden argument*/NULL);
Il2CppChar L_40 = V_2;
if ((((int32_t)L_39) == ((int32_t)L_40)))
{
goto IL_01d3;
}
}
{
Il2CppChar L_41 = RegexParser_RightChar_m9E231199A8E5EA994AA1746FC5E977AF3823FDEB(__this, /*hidden argument*/NULL);
if ((((int32_t)L_41) == ((int32_t)((int32_t)45))))
{
goto IL_01d3;
}
}
{
String_t* L_42 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteralDE4FF789F2A4440D352659C07F74787AEEDD0601, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_43 = RegexParser_MakeException_m6D521D75808E2CD4255A68DC3456EAF2A88F2874(__this, L_42, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_43, NULL, RegexParser_ScanGroupOpen_mA4918ACA08C7E4C945197BBE4EF734AF5B35096C_RuntimeMethod_var);
}
IL_01d3:
{
int32_t L_44 = V_7;
if (L_44)
{
goto IL_0254;
}
}
{
String_t* L_45 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral9608C7A052E59E495459C913FE341AEA207456C7, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_46 = RegexParser_MakeException_m6D521D75808E2CD4255A68DC3456EAF2A88F2874(__this, L_45, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_46, NULL, RegexParser_ScanGroupOpen_mA4918ACA08C7E4C945197BBE4EF734AF5B35096C_RuntimeMethod_var);
}
IL_01e8:
{
Il2CppChar L_47 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var);
bool L_48 = RegexCharClass_IsWordChar_m2DF03D32DAB403138E397CB05F45D37BD50EB18C(L_47, /*hidden argument*/NULL);
if (!L_48)
{
goto IL_0239;
}
}
{
String_t* L_49 = RegexParser_ScanCapname_m1D4DB4E5DA312CBCA841391F729CC626DC657D85(__this, /*hidden argument*/NULL);
V_10 = L_49;
String_t* L_50 = V_10;
bool L_51 = RegexParser_IsCaptureName_mBFB85B16ED80CA59452491B4C3278C77ADCA1FDF(__this, L_50, /*hidden argument*/NULL);
if (!L_51)
{
goto IL_020c;
}
}
{
String_t* L_52 = V_10;
int32_t L_53 = RegexParser_CaptureSlotFromName_mE3FD1D57EB29D4C7A0E4029E4D4785297798EE43(__this, L_52, /*hidden argument*/NULL);
V_7 = L_53;
}
IL_020c:
{
int32_t L_54 = RegexParser_CharsRight_m318662CFE3223C3FA5E921D376409B4E1B28F9B4(__this, /*hidden argument*/NULL);
if ((((int32_t)L_54) <= ((int32_t)0)))
{
goto IL_0254;
}
}
{
Il2CppChar L_55 = RegexParser_RightChar_m9E231199A8E5EA994AA1746FC5E977AF3823FDEB(__this, /*hidden argument*/NULL);
Il2CppChar L_56 = V_2;
if ((((int32_t)L_55) == ((int32_t)L_56)))
{
goto IL_0254;
}
}
{
Il2CppChar L_57 = RegexParser_RightChar_m9E231199A8E5EA994AA1746FC5E977AF3823FDEB(__this, /*hidden argument*/NULL);
if ((((int32_t)L_57) == ((int32_t)((int32_t)45))))
{
goto IL_0254;
}
}
{
String_t* L_58 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteralDE4FF789F2A4440D352659C07F74787AEEDD0601, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_59 = RegexParser_MakeException_m6D521D75808E2CD4255A68DC3456EAF2A88F2874(__this, L_58, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_59, NULL, RegexParser_ScanGroupOpen_mA4918ACA08C7E4C945197BBE4EF734AF5B35096C_RuntimeMethod_var);
}
IL_0239:
{
Il2CppChar L_60 = V_0;
if ((!(((uint32_t)L_60) == ((uint32_t)((int32_t)45)))))
{
goto IL_0243;
}
}
{
V_9 = (bool)1;
goto IL_0254;
}
IL_0243:
{
String_t* L_61 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteralDE4FF789F2A4440D352659C07F74787AEEDD0601, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_62 = RegexParser_MakeException_m6D521D75808E2CD4255A68DC3456EAF2A88F2874(__this, L_61, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_62, NULL, RegexParser_ScanGroupOpen_mA4918ACA08C7E4C945197BBE4EF734AF5B35096C_RuntimeMethod_var);
}
IL_0254:
{
int32_t L_63 = V_7;
bool L_64 = V_9;
if (!((int32_t)((int32_t)((((int32_t)((((int32_t)L_63) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0)|(int32_t)L_64)))
{
goto IL_0366;
}
}
{
int32_t L_65 = RegexParser_CharsRight_m318662CFE3223C3FA5E921D376409B4E1B28F9B4(__this, /*hidden argument*/NULL);
if ((((int32_t)L_65) <= ((int32_t)0)))
{
goto IL_0366;
}
}
{
Il2CppChar L_66 = RegexParser_RightChar_m9E231199A8E5EA994AA1746FC5E977AF3823FDEB(__this, /*hidden argument*/NULL);
if ((!(((uint32_t)L_66) == ((uint32_t)((int32_t)45)))))
{
goto IL_0366;
}
}
{
RegexParser_MoveRight_m6F0A1C10AE9EA183F04A9E06B62B2B53648688AC(__this, /*hidden argument*/NULL);
Il2CppChar L_67 = RegexParser_RightChar_m9E231199A8E5EA994AA1746FC5E977AF3823FDEB(__this, /*hidden argument*/NULL);
V_0 = L_67;
Il2CppChar L_68 = V_0;
if ((((int32_t)L_68) < ((int32_t)((int32_t)48))))
{
goto IL_02f0;
}
}
{
Il2CppChar L_69 = V_0;
if ((((int32_t)L_69) > ((int32_t)((int32_t)57))))
{
goto IL_02f0;
}
}
{
int32_t L_70 = RegexParser_ScanDecimal_mE966D2C7F357215A52F88120F40A37707C1AB33A(__this, /*hidden argument*/NULL);
V_8 = L_70;
int32_t L_71 = V_8;
bool L_72 = RegexParser_IsCaptureSlot_m80540BE449D9B98B2B159CD5169F7AA6DB63CB80(__this, L_71, /*hidden argument*/NULL);
if (L_72)
{
goto IL_02c7;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_73 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_74 = L_73;
int32_t L_75 = V_8;
int32_t L_76 = L_75;
RuntimeObject * L_77 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_76);
NullCheck(L_74);
ArrayElementTypeCheck (L_74, L_77);
(L_74)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_77);
String_t* L_78 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteral09C08AAF06DE87535D2F2B5AA91CB5C17D18775F, L_74, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_79 = RegexParser_MakeException_m6D521D75808E2CD4255A68DC3456EAF2A88F2874(__this, L_78, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_79, NULL, RegexParser_ScanGroupOpen_mA4918ACA08C7E4C945197BBE4EF734AF5B35096C_RuntimeMethod_var);
}
IL_02c7:
{
int32_t L_80 = RegexParser_CharsRight_m318662CFE3223C3FA5E921D376409B4E1B28F9B4(__this, /*hidden argument*/NULL);
if ((((int32_t)L_80) <= ((int32_t)0)))
{
goto IL_0366;
}
}
{
Il2CppChar L_81 = RegexParser_RightChar_m9E231199A8E5EA994AA1746FC5E977AF3823FDEB(__this, /*hidden argument*/NULL);
Il2CppChar L_82 = V_2;
if ((((int32_t)L_81) == ((int32_t)L_82)))
{
goto IL_0366;
}
}
{
String_t* L_83 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteralDE4FF789F2A4440D352659C07F74787AEEDD0601, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_84 = RegexParser_MakeException_m6D521D75808E2CD4255A68DC3456EAF2A88F2874(__this, L_83, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_84, NULL, RegexParser_ScanGroupOpen_mA4918ACA08C7E4C945197BBE4EF734AF5B35096C_RuntimeMethod_var);
}
IL_02f0:
{
Il2CppChar L_85 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var);
bool L_86 = RegexCharClass_IsWordChar_m2DF03D32DAB403138E397CB05F45D37BD50EB18C(L_85, /*hidden argument*/NULL);
if (!L_86)
{
goto IL_0355;
}
}
{
String_t* L_87 = RegexParser_ScanCapname_m1D4DB4E5DA312CBCA841391F729CC626DC657D85(__this, /*hidden argument*/NULL);
V_11 = L_87;
String_t* L_88 = V_11;
bool L_89 = RegexParser_IsCaptureName_mBFB85B16ED80CA59452491B4C3278C77ADCA1FDF(__this, L_88, /*hidden argument*/NULL);
if (!L_89)
{
goto IL_0316;
}
}
{
String_t* L_90 = V_11;
int32_t L_91 = RegexParser_CaptureSlotFromName_mE3FD1D57EB29D4C7A0E4029E4D4785297798EE43(__this, L_90, /*hidden argument*/NULL);
V_8 = L_91;
goto IL_0332;
}
IL_0316:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_92 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_93 = L_92;
String_t* L_94 = V_11;
NullCheck(L_93);
ArrayElementTypeCheck (L_93, L_94);
(L_93)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_94);
String_t* L_95 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteral7515A108EEFA823D6F05A4CD0432E134D51A8BD0, L_93, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_96 = RegexParser_MakeException_m6D521D75808E2CD4255A68DC3456EAF2A88F2874(__this, L_95, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_96, NULL, RegexParser_ScanGroupOpen_mA4918ACA08C7E4C945197BBE4EF734AF5B35096C_RuntimeMethod_var);
}
IL_0332:
{
int32_t L_97 = RegexParser_CharsRight_m318662CFE3223C3FA5E921D376409B4E1B28F9B4(__this, /*hidden argument*/NULL);
if ((((int32_t)L_97) <= ((int32_t)0)))
{
goto IL_0366;
}
}
{
Il2CppChar L_98 = RegexParser_RightChar_m9E231199A8E5EA994AA1746FC5E977AF3823FDEB(__this, /*hidden argument*/NULL);
Il2CppChar L_99 = V_2;
if ((((int32_t)L_98) == ((int32_t)L_99)))
{
goto IL_0366;
}
}
{
String_t* L_100 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteralDE4FF789F2A4440D352659C07F74787AEEDD0601, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_101 = RegexParser_MakeException_m6D521D75808E2CD4255A68DC3456EAF2A88F2874(__this, L_100, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_101, NULL, RegexParser_ScanGroupOpen_mA4918ACA08C7E4C945197BBE4EF734AF5B35096C_RuntimeMethod_var);
}
IL_0355:
{
String_t* L_102 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteralDE4FF789F2A4440D352659C07F74787AEEDD0601, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_103 = RegexParser_MakeException_m6D521D75808E2CD4255A68DC3456EAF2A88F2874(__this, L_102, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_103, NULL, RegexParser_ScanGroupOpen_mA4918ACA08C7E4C945197BBE4EF734AF5B35096C_RuntimeMethod_var);
}
IL_0366:
{
int32_t L_104 = V_7;
if ((!(((uint32_t)L_104) == ((uint32_t)(-1)))))
{
goto IL_0373;
}
}
{
int32_t L_105 = V_8;
if ((((int32_t)L_105) == ((int32_t)(-1))))
{
goto IL_055e;
}
}
IL_0373:
{
int32_t L_106 = RegexParser_CharsRight_m318662CFE3223C3FA5E921D376409B4E1B28F9B4(__this, /*hidden argument*/NULL);
if ((((int32_t)L_106) <= ((int32_t)0)))
{
goto IL_055e;
}
}
{
Il2CppChar L_107 = RegexParser_MoveRightGetChar_m3CF088DE129BADB346CCEEF1D547E2D260BC894A(__this, /*hidden argument*/NULL);
Il2CppChar L_108 = V_2;
if ((!(((uint32_t)L_107) == ((uint32_t)L_108))))
{
goto IL_055e;
}
}
{
int32_t L_109 = __this->get__options_16();
int32_t L_110 = V_7;
int32_t L_111 = V_8;
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_112 = (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 *)il2cpp_codegen_object_new(RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75_il2cpp_TypeInfo_var);
RegexNode__ctor_m0EFEB707603B3C667626117E09A7EED58BBEC6D4(L_112, ((int32_t)28), L_109, L_110, L_111, /*hidden argument*/NULL);
return L_112;
}
IL_039d:
{
int32_t L_113 = RegexParser_Textpos_m36658DED82367E05DF4333E68A666FEEBC3DAC07(__this, /*hidden argument*/NULL);
V_5 = L_113;
int32_t L_114 = RegexParser_CharsRight_m318662CFE3223C3FA5E921D376409B4E1B28F9B4(__this, /*hidden argument*/NULL);
if ((((int32_t)L_114) <= ((int32_t)0)))
{
goto IL_048c;
}
}
{
Il2CppChar L_115 = RegexParser_RightChar_m9E231199A8E5EA994AA1746FC5E977AF3823FDEB(__this, /*hidden argument*/NULL);
V_0 = L_115;
Il2CppChar L_116 = V_0;
if ((((int32_t)L_116) < ((int32_t)((int32_t)48))))
{
goto IL_0449;
}
}
{
Il2CppChar L_117 = V_0;
if ((((int32_t)L_117) > ((int32_t)((int32_t)57))))
{
goto IL_0449;
}
}
{
int32_t L_118 = RegexParser_ScanDecimal_mE966D2C7F357215A52F88120F40A37707C1AB33A(__this, /*hidden argument*/NULL);
V_12 = L_118;
int32_t L_119 = RegexParser_CharsRight_m318662CFE3223C3FA5E921D376409B4E1B28F9B4(__this, /*hidden argument*/NULL);
if ((((int32_t)L_119) <= ((int32_t)0)))
{
goto IL_0423;
}
}
{
Il2CppChar L_120 = RegexParser_MoveRightGetChar_m3CF088DE129BADB346CCEEF1D547E2D260BC894A(__this, /*hidden argument*/NULL);
if ((!(((uint32_t)L_120) == ((uint32_t)((int32_t)41)))))
{
goto IL_0423;
}
}
{
int32_t L_121 = V_12;
bool L_122 = RegexParser_IsCaptureSlot_m80540BE449D9B98B2B159CD5169F7AA6DB63CB80(__this, L_121, /*hidden argument*/NULL);
if (!L_122)
{
goto IL_03fd;
}
}
{
int32_t L_123 = __this->get__options_16();
int32_t L_124 = V_12;
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_125 = (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 *)il2cpp_codegen_object_new(RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75_il2cpp_TypeInfo_var);
RegexNode__ctor_mAE76BA90AA85F205CB0CC6799F06D1AD85A49F64(L_125, ((int32_t)33), L_123, L_124, /*hidden argument*/NULL);
return L_125;
}
IL_03fd:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_126 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_127 = L_126;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_128 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL);
String_t* L_129 = Int32_ToString_m1D0AF82BDAB5D4710527DD3FEFA6F01246D128A5((int32_t*)(&V_12), L_128, /*hidden argument*/NULL);
NullCheck(L_127);
ArrayElementTypeCheck (L_127, L_129);
(L_127)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_129);
String_t* L_130 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteralF239DCED6FCF8655F1FDFC77B18926804A775310, L_127, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_131 = RegexParser_MakeException_m6D521D75808E2CD4255A68DC3456EAF2A88F2874(__this, L_130, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_131, NULL, RegexParser_ScanGroupOpen_mA4918ACA08C7E4C945197BBE4EF734AF5B35096C_RuntimeMethod_var);
}
IL_0423:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_132 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_133 = L_132;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_134 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL);
String_t* L_135 = Int32_ToString_m1D0AF82BDAB5D4710527DD3FEFA6F01246D128A5((int32_t*)(&V_12), L_134, /*hidden argument*/NULL);
NullCheck(L_133);
ArrayElementTypeCheck (L_133, L_135);
(L_133)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_135);
String_t* L_136 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteral08D66F6BB028C459BB978DE8E4851973FF1E5F4C, L_133, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_137 = RegexParser_MakeException_m6D521D75808E2CD4255A68DC3456EAF2A88F2874(__this, L_136, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_137, NULL, RegexParser_ScanGroupOpen_mA4918ACA08C7E4C945197BBE4EF734AF5B35096C_RuntimeMethod_var);
}
IL_0449:
{
Il2CppChar L_138 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var);
bool L_139 = RegexCharClass_IsWordChar_m2DF03D32DAB403138E397CB05F45D37BD50EB18C(L_138, /*hidden argument*/NULL);
if (!L_139)
{
goto IL_048c;
}
}
{
String_t* L_140 = RegexParser_ScanCapname_m1D4DB4E5DA312CBCA841391F729CC626DC657D85(__this, /*hidden argument*/NULL);
V_13 = L_140;
String_t* L_141 = V_13;
bool L_142 = RegexParser_IsCaptureName_mBFB85B16ED80CA59452491B4C3278C77ADCA1FDF(__this, L_141, /*hidden argument*/NULL);
if (!L_142)
{
goto IL_048c;
}
}
{
int32_t L_143 = RegexParser_CharsRight_m318662CFE3223C3FA5E921D376409B4E1B28F9B4(__this, /*hidden argument*/NULL);
if ((((int32_t)L_143) <= ((int32_t)0)))
{
goto IL_048c;
}
}
{
Il2CppChar L_144 = RegexParser_MoveRightGetChar_m3CF088DE129BADB346CCEEF1D547E2D260BC894A(__this, /*hidden argument*/NULL);
if ((!(((uint32_t)L_144) == ((uint32_t)((int32_t)41)))))
{
goto IL_048c;
}
}
{
int32_t L_145 = __this->get__options_16();
String_t* L_146 = V_13;
int32_t L_147 = RegexParser_CaptureSlotFromName_mE3FD1D57EB29D4C7A0E4029E4D4785297798EE43(__this, L_146, /*hidden argument*/NULL);
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_148 = (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 *)il2cpp_codegen_object_new(RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75_il2cpp_TypeInfo_var);
RegexNode__ctor_mAE76BA90AA85F205CB0CC6799F06D1AD85A49F64(L_148, ((int32_t)33), L_145, L_147, /*hidden argument*/NULL);
return L_148;
}
IL_048c:
{
V_1 = ((int32_t)34);
int32_t L_149 = V_5;
RegexParser_Textto_m5C8BAB13E35429238EA9A5F13D5A5A580D0DD3AC(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_149, (int32_t)1)), /*hidden argument*/NULL);
__this->set__ignoreNextParen_18((bool)1);
int32_t L_150 = RegexParser_CharsRight_m318662CFE3223C3FA5E921D376409B4E1B28F9B4(__this, /*hidden argument*/NULL);
V_6 = L_150;
int32_t L_151 = V_6;
if ((((int32_t)L_151) < ((int32_t)3)))
{
goto IL_0551;
}
}
{
Il2CppChar L_152 = RegexParser_RightChar_m246E9E1F8D0A4A8E485C23E233CD3915C23739D8(__this, 1, /*hidden argument*/NULL);
if ((!(((uint32_t)L_152) == ((uint32_t)((int32_t)63)))))
{
goto IL_0551;
}
}
{
Il2CppChar L_153 = RegexParser_RightChar_m246E9E1F8D0A4A8E485C23E233CD3915C23739D8(__this, 2, /*hidden argument*/NULL);
V_14 = L_153;
Il2CppChar L_154 = V_14;
if ((!(((uint32_t)L_154) == ((uint32_t)((int32_t)35)))))
{
goto IL_04de;
}
}
{
String_t* L_155 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteralE7ADC3F75B2678B424C6809EC7DBC6059C79FB20, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_156 = RegexParser_MakeException_m6D521D75808E2CD4255A68DC3456EAF2A88F2874(__this, L_155, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_156, NULL, RegexParser_ScanGroupOpen_mA4918ACA08C7E4C945197BBE4EF734AF5B35096C_RuntimeMethod_var);
}
IL_04de:
{
Il2CppChar L_157 = V_14;
if ((!(((uint32_t)L_157) == ((uint32_t)((int32_t)39)))))
{
goto IL_04f5;
}
}
{
String_t* L_158 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral142BE80B713078C36D7C03E49B3E7FAD0B862B87, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_159 = RegexParser_MakeException_m6D521D75808E2CD4255A68DC3456EAF2A88F2874(__this, L_158, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_159, NULL, RegexParser_ScanGroupOpen_mA4918ACA08C7E4C945197BBE4EF734AF5B35096C_RuntimeMethod_var);
}
IL_04f5:
{
int32_t L_160 = V_6;
if ((((int32_t)L_160) < ((int32_t)4)))
{
goto IL_0551;
}
}
{
Il2CppChar L_161 = V_14;
if ((!(((uint32_t)L_161) == ((uint32_t)((int32_t)60)))))
{
goto IL_0551;
}
}
{
Il2CppChar L_162 = RegexParser_RightChar_m246E9E1F8D0A4A8E485C23E233CD3915C23739D8(__this, 3, /*hidden argument*/NULL);
if ((((int32_t)L_162) == ((int32_t)((int32_t)33))))
{
goto IL_0551;
}
}
{
Il2CppChar L_163 = RegexParser_RightChar_m246E9E1F8D0A4A8E485C23E233CD3915C23739D8(__this, 3, /*hidden argument*/NULL);
if ((((int32_t)L_163) == ((int32_t)((int32_t)61))))
{
goto IL_0551;
}
}
{
String_t* L_164 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral142BE80B713078C36D7C03E49B3E7FAD0B862B87, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_165 = RegexParser_MakeException_m6D521D75808E2CD4255A68DC3456EAF2A88F2874(__this, L_164, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_165, NULL, RegexParser_ScanGroupOpen_mA4918ACA08C7E4C945197BBE4EF734AF5B35096C_RuntimeMethod_var);
}
IL_0527:
{
RegexParser_MoveLeft_m1BC035A4EA49F4168093B2AB0EEAB2653CB04033(__this, /*hidden argument*/NULL);
V_1 = ((int32_t)29);
RegexParser_ScanOptions_m5CD283C15179190846762B90F78F0A87E7495537(__this, /*hidden argument*/NULL);
int32_t L_166 = RegexParser_CharsRight_m318662CFE3223C3FA5E921D376409B4E1B28F9B4(__this, /*hidden argument*/NULL);
if (!L_166)
{
goto IL_055e;
}
}
{
Il2CppChar L_167 = RegexParser_MoveRightGetChar_m3CF088DE129BADB346CCEEF1D547E2D260BC894A(__this, /*hidden argument*/NULL);
Il2CppChar L_168 = L_167;
V_0 = L_168;
if ((!(((uint32_t)L_168) == ((uint32_t)((int32_t)41)))))
{
goto IL_054c;
}
}
{
return (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 *)NULL;
}
IL_054c:
{
Il2CppChar L_169 = V_0;
if ((!(((uint32_t)L_169) == ((uint32_t)((int32_t)58)))))
{
goto IL_055e;
}
}
IL_0551:
{
int32_t L_170 = V_1;
int32_t L_171 = __this->get__options_16();
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_172 = (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 *)il2cpp_codegen_object_new(RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75_il2cpp_TypeInfo_var);
RegexNode__ctor_m29676E9646F598C827F25E906EEB6EA14A6FD5DB(L_172, L_170, L_171, /*hidden argument*/NULL);
return L_172;
}
IL_055e:
{
String_t* L_173 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteralF972C43D5D35B760D205A541DFF3870702934ADF, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_174 = RegexParser_MakeException_m6D521D75808E2CD4255A68DC3456EAF2A88F2874(__this, L_173, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_174, NULL, RegexParser_ScanGroupOpen_mA4918ACA08C7E4C945197BBE4EF734AF5B35096C_RuntimeMethod_var);
}
}
// System.Void System.Text.RegularExpressions.RegexParser::ScanBlank()
extern "C" IL2CPP_METHOD_ATTR void RegexParser_ScanBlank_m99BA3097E182DE425BE0137BAFDD0218F0DF360D (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexParser_ScanBlank_m99BA3097E182DE425BE0137BAFDD0218F0DF360D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = RegexParser_UseOptionX_mD63DEED6741AEA0B3F6CC4239712A4B2EF690810(__this, /*hidden argument*/NULL);
if (!L_0)
{
goto IL_00cf;
}
}
{
goto IL_0013;
}
IL_000d:
{
RegexParser_MoveRight_m6F0A1C10AE9EA183F04A9E06B62B2B53648688AC(__this, /*hidden argument*/NULL);
}
IL_0013:
{
int32_t L_1 = RegexParser_CharsRight_m318662CFE3223C3FA5E921D376409B4E1B28F9B4(__this, /*hidden argument*/NULL);
if ((((int32_t)L_1) <= ((int32_t)0)))
{
goto IL_0029;
}
}
{
Il2CppChar L_2 = RegexParser_RightChar_m9E231199A8E5EA994AA1746FC5E977AF3823FDEB(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE_il2cpp_TypeInfo_var);
bool L_3 = RegexParser_IsSpace_m1E41FA7DD1FB93BF9220530CA91B35EF08879F30(L_2, /*hidden argument*/NULL);
if (L_3)
{
goto IL_000d;
}
}
IL_0029:
{
int32_t L_4 = RegexParser_CharsRight_m318662CFE3223C3FA5E921D376409B4E1B28F9B4(__this, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_0133;
}
}
{
Il2CppChar L_5 = RegexParser_RightChar_m9E231199A8E5EA994AA1746FC5E977AF3823FDEB(__this, /*hidden argument*/NULL);
if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)35)))))
{
goto IL_005b;
}
}
{
goto IL_0046;
}
IL_0040:
{
RegexParser_MoveRight_m6F0A1C10AE9EA183F04A9E06B62B2B53648688AC(__this, /*hidden argument*/NULL);
}
IL_0046:
{
int32_t L_6 = RegexParser_CharsRight_m318662CFE3223C3FA5E921D376409B4E1B28F9B4(__this, /*hidden argument*/NULL);
if ((((int32_t)L_6) <= ((int32_t)0)))
{
goto IL_0013;
}
}
{
Il2CppChar L_7 = RegexParser_RightChar_m9E231199A8E5EA994AA1746FC5E977AF3823FDEB(__this, /*hidden argument*/NULL);
if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)10)))))
{
goto IL_0040;
}
}
{
goto IL_0013;
}
IL_005b:
{
int32_t L_8 = RegexParser_CharsRight_m318662CFE3223C3FA5E921D376409B4E1B28F9B4(__this, /*hidden argument*/NULL);
if ((((int32_t)L_8) < ((int32_t)3)))
{
goto IL_0133;
}
}
{
Il2CppChar L_9 = RegexParser_RightChar_m246E9E1F8D0A4A8E485C23E233CD3915C23739D8(__this, 2, /*hidden argument*/NULL);
if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)35)))))
{
goto IL_0133;
}
}
{
Il2CppChar L_10 = RegexParser_RightChar_m246E9E1F8D0A4A8E485C23E233CD3915C23739D8(__this, 1, /*hidden argument*/NULL);
if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)63)))))
{
goto IL_0133;
}
}
{
Il2CppChar L_11 = RegexParser_RightChar_m9E231199A8E5EA994AA1746FC5E977AF3823FDEB(__this, /*hidden argument*/NULL);
if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)40)))))
{
goto IL_0133;
}
}
{
goto IL_0098;
}
IL_0092:
{
RegexParser_MoveRight_m6F0A1C10AE9EA183F04A9E06B62B2B53648688AC(__this, /*hidden argument*/NULL);
}
IL_0098:
{
int32_t L_12 = RegexParser_CharsRight_m318662CFE3223C3FA5E921D376409B4E1B28F9B4(__this, /*hidden argument*/NULL);
if ((((int32_t)L_12) <= ((int32_t)0)))
{
goto IL_00ab;
}
}
{
Il2CppChar L_13 = RegexParser_RightChar_m9E231199A8E5EA994AA1746FC5E977AF3823FDEB(__this, /*hidden argument*/NULL);
if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)41)))))
{
goto IL_0092;
}
}
IL_00ab:
{
int32_t L_14 = RegexParser_CharsRight_m318662CFE3223C3FA5E921D376409B4E1B28F9B4(__this, /*hidden argument*/NULL);
if (L_14)
{
goto IL_00c4;
}
}
{
String_t* L_15 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral4A9A33AC8D883A4C18B6F731B22AAA5230587767, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_16 = RegexParser_MakeException_m6D521D75808E2CD4255A68DC3456EAF2A88F2874(__this, L_15, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, NULL, RegexParser_ScanBlank_m99BA3097E182DE425BE0137BAFDD0218F0DF360D_RuntimeMethod_var);
}
IL_00c4:
{
RegexParser_MoveRight_m6F0A1C10AE9EA183F04A9E06B62B2B53648688AC(__this, /*hidden argument*/NULL);
goto IL_0013;
}
IL_00cf:
{
int32_t L_17 = RegexParser_CharsRight_m318662CFE3223C3FA5E921D376409B4E1B28F9B4(__this, /*hidden argument*/NULL);
if ((((int32_t)L_17) < ((int32_t)3)))
{
goto IL_00f8;
}
}
{
Il2CppChar L_18 = RegexParser_RightChar_m246E9E1F8D0A4A8E485C23E233CD3915C23739D8(__this, 2, /*hidden argument*/NULL);
if ((!(((uint32_t)L_18) == ((uint32_t)((int32_t)35)))))
{
goto IL_00f8;
}
}
{
Il2CppChar L_19 = RegexParser_RightChar_m246E9E1F8D0A4A8E485C23E233CD3915C23739D8(__this, 1, /*hidden argument*/NULL);
if ((!(((uint32_t)L_19) == ((uint32_t)((int32_t)63)))))
{
goto IL_00f8;
}
}
{
Il2CppChar L_20 = RegexParser_RightChar_m9E231199A8E5EA994AA1746FC5E977AF3823FDEB(__this, /*hidden argument*/NULL);
if ((((int32_t)L_20) == ((int32_t)((int32_t)40))))
{
goto IL_00ff;
}
}
IL_00f8:
{
return;
}
IL_00f9:
{
RegexParser_MoveRight_m6F0A1C10AE9EA183F04A9E06B62B2B53648688AC(__this, /*hidden argument*/NULL);
}
IL_00ff:
{
int32_t L_21 = RegexParser_CharsRight_m318662CFE3223C3FA5E921D376409B4E1B28F9B4(__this, /*hidden argument*/NULL);
if ((((int32_t)L_21) <= ((int32_t)0)))
{
goto IL_0112;
}
}
{
Il2CppChar L_22 = RegexParser_RightChar_m9E231199A8E5EA994AA1746FC5E977AF3823FDEB(__this, /*hidden argument*/NULL);
if ((!(((uint32_t)L_22) == ((uint32_t)((int32_t)41)))))
{
goto IL_00f9;
}
}
IL_0112:
{
int32_t L_23 = RegexParser_CharsRight_m318662CFE3223C3FA5E921D376409B4E1B28F9B4(__this, /*hidden argument*/NULL);
if (L_23)
{
goto IL_012b;
}
}
{
String_t* L_24 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral4A9A33AC8D883A4C18B6F731B22AAA5230587767, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_25 = RegexParser_MakeException_m6D521D75808E2CD4255A68DC3456EAF2A88F2874(__this, L_24, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_25, NULL, RegexParser_ScanBlank_m99BA3097E182DE425BE0137BAFDD0218F0DF360D_RuntimeMethod_var);
}
IL_012b:
{
RegexParser_MoveRight_m6F0A1C10AE9EA183F04A9E06B62B2B53648688AC(__this, /*hidden argument*/NULL);
goto IL_00cf;
}
IL_0133:
{
return;
}
}
// System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexParser::ScanBackslash()
extern "C" IL2CPP_METHOD_ATTR RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * RegexParser_ScanBackslash_m45E9E0ABDB7DF70F58850B48905DE9DE026EA64C (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexParser_ScanBackslash_m45E9E0ABDB7DF70F58850B48905DE9DE026EA64C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Il2CppChar V_0 = 0x0;
RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * V_1 = NULL;
Il2CppChar V_2 = 0x0;
{
int32_t L_0 = RegexParser_CharsRight_m318662CFE3223C3FA5E921D376409B4E1B28F9B4(__this, /*hidden argument*/NULL);
if (L_0)
{
goto IL_0019;
}
}
{
String_t* L_1 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral2915464199BA69347518A515EDE14187A32E3CBE, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_2 = RegexParser_MakeException_m6D521D75808E2CD4255A68DC3456EAF2A88F2874(__this, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, RegexParser_ScanBackslash_m45E9E0ABDB7DF70F58850B48905DE9DE026EA64C_RuntimeMethod_var);
}
IL_0019:
{
Il2CppChar L_3 = RegexParser_RightChar_m9E231199A8E5EA994AA1746FC5E977AF3823FDEB(__this, /*hidden argument*/NULL);
Il2CppChar L_4 = L_3;
V_0 = L_4;
V_2 = L_4;
Il2CppChar L_5 = V_2;
if ((!(((uint32_t)L_5) <= ((uint32_t)((int32_t)90)))))
{
goto IL_0078;
}
}
{
Il2CppChar L_6 = V_2;
if ((!(((uint32_t)L_6) <= ((uint32_t)((int32_t)80)))))
{
goto IL_005e;
}
}
{
Il2CppChar L_7 = V_2;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)((int32_t)65))))
{
case 0:
{
goto IL_00ac;
}
case 1:
{
goto IL_00ac;
}
case 2:
{
goto IL_0251;
}
case 3:
{
goto IL_01c9;
}
case 4:
{
goto IL_0251;
}
case 5:
{
goto IL_0251;
}
case 6:
{
goto IL_00ac;
}
}
}
{
Il2CppChar L_8 = V_2;
if ((((int32_t)L_8) == ((int32_t)((int32_t)80))))
{
goto IL_01fd;
}
}
{
goto IL_0251;
}
IL_005e:
{
Il2CppChar L_9 = V_2;
if ((((int32_t)L_9) == ((int32_t)((int32_t)83))))
{
goto IL_0161;
}
}
{
Il2CppChar L_10 = V_2;
if ((((int32_t)L_10) == ((int32_t)((int32_t)87))))
{
goto IL_00f9;
}
}
{
Il2CppChar L_11 = V_2;
if ((((int32_t)L_11) == ((int32_t)((int32_t)90))))
{
goto IL_00ac;
}
}
{
goto IL_0251;
}
IL_0078:
{
Il2CppChar L_12 = V_2;
if ((!(((uint32_t)L_12) <= ((uint32_t)((int32_t)112)))))
{
goto IL_0097;
}
}
{
Il2CppChar L_13 = V_2;
if ((((int32_t)L_13) == ((int32_t)((int32_t)98))))
{
goto IL_00ac;
}
}
{
Il2CppChar L_14 = V_2;
if ((((int32_t)L_14) == ((int32_t)((int32_t)100))))
{
goto IL_0195;
}
}
{
Il2CppChar L_15 = V_2;
if ((((int32_t)L_15) == ((int32_t)((int32_t)112))))
{
goto IL_01fd;
}
}
{
goto IL_0251;
}
IL_0097:
{
Il2CppChar L_16 = V_2;
if ((((int32_t)L_16) == ((int32_t)((int32_t)115))))
{
goto IL_012d;
}
}
{
Il2CppChar L_17 = V_2;
if ((((int32_t)L_17) == ((int32_t)((int32_t)119))))
{
goto IL_00c5;
}
}
{
Il2CppChar L_18 = V_2;
if ((!(((uint32_t)L_18) == ((uint32_t)((int32_t)122)))))
{
goto IL_0251;
}
}
IL_00ac:
{
RegexParser_MoveRight_m6F0A1C10AE9EA183F04A9E06B62B2B53648688AC(__this, /*hidden argument*/NULL);
Il2CppChar L_19 = V_0;
int32_t L_20 = RegexParser_TypeFromCode_m0969E0D233AC767039B0A333901F47A22BABE0E8(__this, L_19, /*hidden argument*/NULL);
int32_t L_21 = __this->get__options_16();
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_22 = (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 *)il2cpp_codegen_object_new(RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75_il2cpp_TypeInfo_var);
RegexNode__ctor_m29676E9646F598C827F25E906EEB6EA14A6FD5DB(L_22, L_20, L_21, /*hidden argument*/NULL);
return L_22;
}
IL_00c5:
{
RegexParser_MoveRight_m6F0A1C10AE9EA183F04A9E06B62B2B53648688AC(__this, /*hidden argument*/NULL);
bool L_23 = RegexParser_UseOptionE_mC171EEF863E091591BAD771F16B72D742F044096(__this, /*hidden argument*/NULL);
if (!L_23)
{
goto IL_00e6;
}
}
{
int32_t L_24 = __this->get__options_16();
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_25 = (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 *)il2cpp_codegen_object_new(RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75_il2cpp_TypeInfo_var);
RegexNode__ctor_m89ACB97FB7FE8B38C0D69F0F2445A7916BC67D85(L_25, ((int32_t)11), L_24, _stringLiteralF57A6C72B206486D60DCEB2BD6D5B951E05ADC32, /*hidden argument*/NULL);
return L_25;
}
IL_00e6:
{
int32_t L_26 = __this->get__options_16();
IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var);
String_t* L_27 = ((RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var))->get_WordClass_12();
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_28 = (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 *)il2cpp_codegen_object_new(RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75_il2cpp_TypeInfo_var);
RegexNode__ctor_m89ACB97FB7FE8B38C0D69F0F2445A7916BC67D85(L_28, ((int32_t)11), L_26, L_27, /*hidden argument*/NULL);
return L_28;
}
IL_00f9:
{
RegexParser_MoveRight_m6F0A1C10AE9EA183F04A9E06B62B2B53648688AC(__this, /*hidden argument*/NULL);
bool L_29 = RegexParser_UseOptionE_mC171EEF863E091591BAD771F16B72D742F044096(__this, /*hidden argument*/NULL);
if (!L_29)
{
goto IL_011a;
}
}
{
int32_t L_30 = __this->get__options_16();
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_31 = (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 *)il2cpp_codegen_object_new(RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75_il2cpp_TypeInfo_var);
RegexNode__ctor_m89ACB97FB7FE8B38C0D69F0F2445A7916BC67D85(L_31, ((int32_t)11), L_30, _stringLiteral789F138E78431281755D75EE71131C5C786BA53D, /*hidden argument*/NULL);
return L_31;
}
IL_011a:
{
int32_t L_32 = __this->get__options_16();
IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var);
String_t* L_33 = ((RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var))->get_NotWordClass_13();
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_34 = (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 *)il2cpp_codegen_object_new(RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75_il2cpp_TypeInfo_var);
RegexNode__ctor_m89ACB97FB7FE8B38C0D69F0F2445A7916BC67D85(L_34, ((int32_t)11), L_32, L_33, /*hidden argument*/NULL);
return L_34;
}
IL_012d:
{
RegexParser_MoveRight_m6F0A1C10AE9EA183F04A9E06B62B2B53648688AC(__this, /*hidden argument*/NULL);
bool L_35 = RegexParser_UseOptionE_mC171EEF863E091591BAD771F16B72D742F044096(__this, /*hidden argument*/NULL);
if (!L_35)
{
goto IL_014e;
}
}
{
int32_t L_36 = __this->get__options_16();
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_37 = (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 *)il2cpp_codegen_object_new(RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75_il2cpp_TypeInfo_var);
RegexNode__ctor_m89ACB97FB7FE8B38C0D69F0F2445A7916BC67D85(L_37, ((int32_t)11), L_36, _stringLiteral525EF7D95B5A4832C2D1A5A62E6EF522EDC89CFA, /*hidden argument*/NULL);
return L_37;
}
IL_014e:
{
int32_t L_38 = __this->get__options_16();
IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var);
String_t* L_39 = ((RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var))->get_SpaceClass_10();
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_40 = (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 *)il2cpp_codegen_object_new(RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75_il2cpp_TypeInfo_var);
RegexNode__ctor_m89ACB97FB7FE8B38C0D69F0F2445A7916BC67D85(L_40, ((int32_t)11), L_38, L_39, /*hidden argument*/NULL);
return L_40;
}
IL_0161:
{
RegexParser_MoveRight_m6F0A1C10AE9EA183F04A9E06B62B2B53648688AC(__this, /*hidden argument*/NULL);
bool L_41 = RegexParser_UseOptionE_mC171EEF863E091591BAD771F16B72D742F044096(__this, /*hidden argument*/NULL);
if (!L_41)
{
goto IL_0182;
}
}
{
int32_t L_42 = __this->get__options_16();
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_43 = (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 *)il2cpp_codegen_object_new(RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75_il2cpp_TypeInfo_var);
RegexNode__ctor_m89ACB97FB7FE8B38C0D69F0F2445A7916BC67D85(L_43, ((int32_t)11), L_42, _stringLiteral16B4EC4AD87928FD3495D92879DDC0C678637F50, /*hidden argument*/NULL);
return L_43;
}
IL_0182:
{
int32_t L_44 = __this->get__options_16();
IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var);
String_t* L_45 = ((RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var))->get_NotSpaceClass_11();
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_46 = (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 *)il2cpp_codegen_object_new(RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75_il2cpp_TypeInfo_var);
RegexNode__ctor_m89ACB97FB7FE8B38C0D69F0F2445A7916BC67D85(L_46, ((int32_t)11), L_44, L_45, /*hidden argument*/NULL);
return L_46;
}
IL_0195:
{
RegexParser_MoveRight_m6F0A1C10AE9EA183F04A9E06B62B2B53648688AC(__this, /*hidden argument*/NULL);
bool L_47 = RegexParser_UseOptionE_mC171EEF863E091591BAD771F16B72D742F044096(__this, /*hidden argument*/NULL);
if (!L_47)
{
goto IL_01b6;
}
}
{
int32_t L_48 = __this->get__options_16();
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_49 = (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 *)il2cpp_codegen_object_new(RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75_il2cpp_TypeInfo_var);
RegexNode__ctor_m89ACB97FB7FE8B38C0D69F0F2445A7916BC67D85(L_49, ((int32_t)11), L_48, _stringLiteral819FADFDE6F72BF2F1866F9B0E2C5B31E28245F8, /*hidden argument*/NULL);
return L_49;
}
IL_01b6:
{
int32_t L_50 = __this->get__options_16();
IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var);
String_t* L_51 = ((RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var))->get_DigitClass_14();
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_52 = (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 *)il2cpp_codegen_object_new(RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75_il2cpp_TypeInfo_var);
RegexNode__ctor_m89ACB97FB7FE8B38C0D69F0F2445A7916BC67D85(L_52, ((int32_t)11), L_50, L_51, /*hidden argument*/NULL);
return L_52;
}
IL_01c9:
{
RegexParser_MoveRight_m6F0A1C10AE9EA183F04A9E06B62B2B53648688AC(__this, /*hidden argument*/NULL);
bool L_53 = RegexParser_UseOptionE_mC171EEF863E091591BAD771F16B72D742F044096(__this, /*hidden argument*/NULL);
if (!L_53)
{
goto IL_01ea;
}
}
{
int32_t L_54 = __this->get__options_16();
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_55 = (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 *)il2cpp_codegen_object_new(RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75_il2cpp_TypeInfo_var);
RegexNode__ctor_m89ACB97FB7FE8B38C0D69F0F2445A7916BC67D85(L_55, ((int32_t)11), L_54, _stringLiteralE1CC984EAFC9ECD8BEEDCD28C4B86632AE4909AD, /*hidden argument*/NULL);
return L_55;
}
IL_01ea:
{
int32_t L_56 = __this->get__options_16();
IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var);
String_t* L_57 = ((RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var))->get_NotDigitClass_15();
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_58 = (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 *)il2cpp_codegen_object_new(RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75_il2cpp_TypeInfo_var);
RegexNode__ctor_m89ACB97FB7FE8B38C0D69F0F2445A7916BC67D85(L_58, ((int32_t)11), L_56, L_57, /*hidden argument*/NULL);
return L_58;
}
IL_01fd:
{
RegexParser_MoveRight_m6F0A1C10AE9EA183F04A9E06B62B2B53648688AC(__this, /*hidden argument*/NULL);
RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * L_59 = (RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 *)il2cpp_codegen_object_new(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var);
RegexCharClass__ctor_mAA44510F3E5001A8612355B4FFB718D9DDC74264(L_59, /*hidden argument*/NULL);
V_1 = L_59;
RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * L_60 = V_1;
String_t* L_61 = RegexParser_ParseProperty_m69C638E755F0A5C1A2BC8E08827E6124889C2CEF(__this, /*hidden argument*/NULL);
Il2CppChar L_62 = V_0;
bool L_63 = RegexParser_UseOptionI_mFA3B59BD8A6F61626E20F8FE909A23289E694263(__this, /*hidden argument*/NULL);
String_t* L_64 = __this->get__pattern_5();
NullCheck(L_60);
RegexCharClass_AddCategoryFromName_m9AD2D607E1E34A52CBC26FC38D468905C43A9202(L_60, L_61, (bool)((((int32_t)((((int32_t)L_62) == ((int32_t)((int32_t)112)))? 1 : 0)) == ((int32_t)0))? 1 : 0), L_63, L_64, /*hidden argument*/NULL);
bool L_65 = RegexParser_UseOptionI_mFA3B59BD8A6F61626E20F8FE909A23289E694263(__this, /*hidden argument*/NULL);
if (!L_65)
{
goto IL_023d;
}
}
{
RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * L_66 = V_1;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_67 = __this->get__culture_7();
NullCheck(L_66);
RegexCharClass_AddLowercase_m01C1B11EB0B82E065276C7ECF60725886F59A07A(L_66, L_67, /*hidden argument*/NULL);
}
IL_023d:
{
int32_t L_68 = __this->get__options_16();
RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90 * L_69 = V_1;
NullCheck(L_69);
String_t* L_70 = RegexCharClass_ToStringClass_m7A760D96732A03D46C4060064B3FC58349D2B4D5(L_69, /*hidden argument*/NULL);
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_71 = (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 *)il2cpp_codegen_object_new(RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75_il2cpp_TypeInfo_var);
RegexNode__ctor_m89ACB97FB7FE8B38C0D69F0F2445A7916BC67D85(L_71, ((int32_t)11), L_68, L_70, /*hidden argument*/NULL);
return L_71;
}
IL_0251:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_72 = RegexParser_ScanBasicBackslash_m5F438E56ACBE272622D39D4208B2D5ED536DD7B8(__this, /*hidden argument*/NULL);
return L_72;
}
}
// System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexParser::ScanBasicBackslash()
extern "C" IL2CPP_METHOD_ATTR RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * RegexParser_ScanBasicBackslash_m5F438E56ACBE272622D39D4208B2D5ED536DD7B8 (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexParser_ScanBasicBackslash_m5F438E56ACBE272622D39D4208B2D5ED536DD7B8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Il2CppChar V_0 = 0x0;
bool V_1 = false;
Il2CppChar V_2 = 0x0;
int32_t V_3 = 0;
int32_t V_4 = 0;
int32_t V_5 = 0;
int32_t V_6 = 0;
int32_t V_7 = 0;
int32_t V_8 = 0;
String_t* V_9 = NULL;
int32_t G_B9_0 = 0;
int32_t G_B20_0 = 0;
{
int32_t L_0 = RegexParser_CharsRight_m318662CFE3223C3FA5E921D376409B4E1B28F9B4(__this, /*hidden argument*/NULL);
if (L_0)
{
goto IL_0019;
}
}
{
String_t* L_1 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral2915464199BA69347518A515EDE14187A32E3CBE, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_2 = RegexParser_MakeException_m6D521D75808E2CD4255A68DC3456EAF2A88F2874(__this, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, RegexParser_ScanBasicBackslash_m5F438E56ACBE272622D39D4208B2D5ED536DD7B8_RuntimeMethod_var);
}
IL_0019:
{
V_1 = (bool)0;
V_2 = 0;
int32_t L_3 = RegexParser_Textpos_m36658DED82367E05DF4333E68A666FEEBC3DAC07(__this, /*hidden argument*/NULL);
V_3 = L_3;
Il2CppChar L_4 = RegexParser_RightChar_m9E231199A8E5EA994AA1746FC5E977AF3823FDEB(__this, /*hidden argument*/NULL);
V_0 = L_4;
Il2CppChar L_5 = V_0;
if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)107)))))
{
goto IL_0084;
}
}
{
int32_t L_6 = RegexParser_CharsRight_m318662CFE3223C3FA5E921D376409B4E1B28F9B4(__this, /*hidden argument*/NULL);
if ((((int32_t)L_6) < ((int32_t)2)))
{
goto IL_005e;
}
}
{
RegexParser_MoveRight_m6F0A1C10AE9EA183F04A9E06B62B2B53648688AC(__this, /*hidden argument*/NULL);
Il2CppChar L_7 = RegexParser_MoveRightGetChar_m3CF088DE129BADB346CCEEF1D547E2D260BC894A(__this, /*hidden argument*/NULL);
V_0 = L_7;
Il2CppChar L_8 = V_0;
if ((((int32_t)L_8) == ((int32_t)((int32_t)60))))
{
goto IL_0050;
}
}
{
Il2CppChar L_9 = V_0;
if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)39)))))
{
goto IL_005e;
}
}
IL_0050:
{
V_1 = (bool)1;
Il2CppChar L_10 = V_0;
if ((((int32_t)L_10) == ((int32_t)((int32_t)39))))
{
goto IL_005b;
}
}
{
G_B9_0 = ((int32_t)62);
goto IL_005d;
}
IL_005b:
{
G_B9_0 = ((int32_t)39);
}
IL_005d:
{
V_2 = G_B9_0;
}
IL_005e:
{
bool L_11 = V_1;
if (!L_11)
{
goto IL_006a;
}
}
{
int32_t L_12 = RegexParser_CharsRight_m318662CFE3223C3FA5E921D376409B4E1B28F9B4(__this, /*hidden argument*/NULL);
if ((((int32_t)L_12) > ((int32_t)0)))
{
goto IL_007b;
}
}
IL_006a:
{
String_t* L_13 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral4DC7CBA13BB996BE0304A0B29E61A034D13DE2E0, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_14 = RegexParser_MakeException_m6D521D75808E2CD4255A68DC3456EAF2A88F2874(__this, L_13, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, NULL, RegexParser_ScanBasicBackslash_m5F438E56ACBE272622D39D4208B2D5ED536DD7B8_RuntimeMethod_var);
}
IL_007b:
{
Il2CppChar L_15 = RegexParser_RightChar_m9E231199A8E5EA994AA1746FC5E977AF3823FDEB(__this, /*hidden argument*/NULL);
V_0 = L_15;
goto IL_00b2;
}
IL_0084:
{
Il2CppChar L_16 = V_0;
if ((((int32_t)L_16) == ((int32_t)((int32_t)60))))
{
goto IL_008e;
}
}
{
Il2CppChar L_17 = V_0;
if ((!(((uint32_t)L_17) == ((uint32_t)((int32_t)39)))))
{
goto IL_00b2;
}
}
IL_008e:
{
int32_t L_18 = RegexParser_CharsRight_m318662CFE3223C3FA5E921D376409B4E1B28F9B4(__this, /*hidden argument*/NULL);
if ((((int32_t)L_18) <= ((int32_t)1)))
{
goto IL_00b2;
}
}
{
V_1 = (bool)1;
Il2CppChar L_19 = V_0;
if ((((int32_t)L_19) == ((int32_t)((int32_t)39))))
{
goto IL_00a2;
}
}
{
G_B20_0 = ((int32_t)62);
goto IL_00a4;
}
IL_00a2:
{
G_B20_0 = ((int32_t)39);
}
IL_00a4:
{
V_2 = G_B20_0;
RegexParser_MoveRight_m6F0A1C10AE9EA183F04A9E06B62B2B53648688AC(__this, /*hidden argument*/NULL);
Il2CppChar L_20 = RegexParser_RightChar_m9E231199A8E5EA994AA1746FC5E977AF3823FDEB(__this, /*hidden argument*/NULL);
V_0 = L_20;
}
IL_00b2:
{
bool L_21 = V_1;
if (!L_21)
{
goto IL_011f;
}
}
{
Il2CppChar L_22 = V_0;
if ((((int32_t)L_22) < ((int32_t)((int32_t)48))))
{
goto IL_011f;
}
}
{
Il2CppChar L_23 = V_0;
if ((((int32_t)L_23) > ((int32_t)((int32_t)57))))
{
goto IL_011f;
}
}
{
int32_t L_24 = RegexParser_ScanDecimal_mE966D2C7F357215A52F88120F40A37707C1AB33A(__this, /*hidden argument*/NULL);
V_4 = L_24;
int32_t L_25 = RegexParser_CharsRight_m318662CFE3223C3FA5E921D376409B4E1B28F9B4(__this, /*hidden argument*/NULL);
if ((((int32_t)L_25) <= ((int32_t)0)))
{
goto IL_0285;
}
}
{
Il2CppChar L_26 = RegexParser_MoveRightGetChar_m3CF088DE129BADB346CCEEF1D547E2D260BC894A(__this, /*hidden argument*/NULL);
Il2CppChar L_27 = V_2;
if ((!(((uint32_t)L_26) == ((uint32_t)L_27))))
{
goto IL_0285;
}
}
{
int32_t L_28 = V_4;
bool L_29 = RegexParser_IsCaptureSlot_m80540BE449D9B98B2B159CD5169F7AA6DB63CB80(__this, L_28, /*hidden argument*/NULL);
if (!L_29)
{
goto IL_00f9;
}
}
{
int32_t L_30 = __this->get__options_16();
int32_t L_31 = V_4;
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_32 = (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 *)il2cpp_codegen_object_new(RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75_il2cpp_TypeInfo_var);
RegexNode__ctor_mAE76BA90AA85F205CB0CC6799F06D1AD85A49F64(L_32, ((int32_t)13), L_30, L_31, /*hidden argument*/NULL);
return L_32;
}
IL_00f9:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_33 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_34 = L_33;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_35 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL);
String_t* L_36 = Int32_ToString_m1D0AF82BDAB5D4710527DD3FEFA6F01246D128A5((int32_t*)(&V_4), L_35, /*hidden argument*/NULL);
NullCheck(L_34);
ArrayElementTypeCheck (L_34, L_36);
(L_34)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_36);
String_t* L_37 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteral09C08AAF06DE87535D2F2B5AA91CB5C17D18775F, L_34, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_38 = RegexParser_MakeException_m6D521D75808E2CD4255A68DC3456EAF2A88F2874(__this, L_37, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_38, NULL, RegexParser_ScanBasicBackslash_m5F438E56ACBE272622D39D4208B2D5ED536DD7B8_RuntimeMethod_var);
}
IL_011f:
{
bool L_39 = V_1;
if (L_39)
{
goto IL_0224;
}
}
{
Il2CppChar L_40 = V_0;
if ((((int32_t)L_40) < ((int32_t)((int32_t)49))))
{
goto IL_0224;
}
}
{
Il2CppChar L_41 = V_0;
if ((((int32_t)L_41) > ((int32_t)((int32_t)57))))
{
goto IL_0224;
}
}
{
bool L_42 = RegexParser_UseOptionE_mC171EEF863E091591BAD771F16B72D742F044096(__this, /*hidden argument*/NULL);
if (!L_42)
{
goto IL_01d3;
}
}
{
V_5 = (-1);
Il2CppChar L_43 = V_0;
V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_43, (int32_t)((int32_t)48)));
int32_t L_44 = RegexParser_Textpos_m36658DED82367E05DF4333E68A666FEEBC3DAC07(__this, /*hidden argument*/NULL);
V_7 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_44, (int32_t)1));
goto IL_01b1;
}
IL_0155:
{
int32_t L_45 = V_6;
bool L_46 = RegexParser_IsCaptureSlot_m80540BE449D9B98B2B159CD5169F7AA6DB63CB80(__this, L_45, /*hidden argument*/NULL);
if (!L_46)
{
goto IL_0186;
}
}
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_47 = __this->get__caps_12();
if (!L_47)
{
goto IL_0182;
}
}
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_48 = __this->get__caps_12();
int32_t L_49 = V_6;
int32_t L_50 = L_49;
RuntimeObject * L_51 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_50);
NullCheck(L_48);
RuntimeObject * L_52 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_48, L_51);
int32_t L_53 = V_7;
if ((((int32_t)((*(int32_t*)((int32_t*)UnBox(L_52, Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var))))) >= ((int32_t)L_53)))
{
goto IL_0186;
}
}
IL_0182:
{
int32_t L_54 = V_6;
V_5 = L_54;
}
IL_0186:
{
RegexParser_MoveRight_m6F0A1C10AE9EA183F04A9E06B62B2B53648688AC(__this, /*hidden argument*/NULL);
int32_t L_55 = RegexParser_CharsRight_m318662CFE3223C3FA5E921D376409B4E1B28F9B4(__this, /*hidden argument*/NULL);
if (!L_55)
{
goto IL_01bb;
}
}
{
Il2CppChar L_56 = RegexParser_RightChar_m9E231199A8E5EA994AA1746FC5E977AF3823FDEB(__this, /*hidden argument*/NULL);
Il2CppChar L_57 = L_56;
V_0 = L_57;
if ((((int32_t)L_57) < ((int32_t)((int32_t)48))))
{
goto IL_01bb;
}
}
{
Il2CppChar L_58 = V_0;
if ((((int32_t)L_58) > ((int32_t)((int32_t)57))))
{
goto IL_01bb;
}
}
{
int32_t L_59 = V_6;
Il2CppChar L_60 = V_0;
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_59, (int32_t)((int32_t)10))), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_60, (int32_t)((int32_t)48)))));
}
IL_01b1:
{
int32_t L_61 = V_6;
int32_t L_62 = __this->get__captop_10();
if ((((int32_t)L_61) <= ((int32_t)L_62)))
{
goto IL_0155;
}
}
IL_01bb:
{
int32_t L_63 = V_5;
if ((((int32_t)L_63) < ((int32_t)0)))
{
goto IL_0285;
}
}
{
int32_t L_64 = __this->get__options_16();
int32_t L_65 = V_5;
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_66 = (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 *)il2cpp_codegen_object_new(RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75_il2cpp_TypeInfo_var);
RegexNode__ctor_mAE76BA90AA85F205CB0CC6799F06D1AD85A49F64(L_66, ((int32_t)13), L_64, L_65, /*hidden argument*/NULL);
return L_66;
}
IL_01d3:
{
int32_t L_67 = RegexParser_ScanDecimal_mE966D2C7F357215A52F88120F40A37707C1AB33A(__this, /*hidden argument*/NULL);
V_8 = L_67;
int32_t L_68 = V_8;
bool L_69 = RegexParser_IsCaptureSlot_m80540BE449D9B98B2B159CD5169F7AA6DB63CB80(__this, L_68, /*hidden argument*/NULL);
if (!L_69)
{
goto IL_01f5;
}
}
{
int32_t L_70 = __this->get__options_16();
int32_t L_71 = V_8;
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_72 = (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 *)il2cpp_codegen_object_new(RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75_il2cpp_TypeInfo_var);
RegexNode__ctor_mAE76BA90AA85F205CB0CC6799F06D1AD85A49F64(L_72, ((int32_t)13), L_70, L_71, /*hidden argument*/NULL);
return L_72;
}
IL_01f5:
{
int32_t L_73 = V_8;
if ((((int32_t)L_73) > ((int32_t)((int32_t)9))))
{
goto IL_0285;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_74 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_75 = L_74;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_76 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL);
String_t* L_77 = Int32_ToString_m1D0AF82BDAB5D4710527DD3FEFA6F01246D128A5((int32_t*)(&V_8), L_76, /*hidden argument*/NULL);
NullCheck(L_75);
ArrayElementTypeCheck (L_75, L_77);
(L_75)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_77);
String_t* L_78 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteral09C08AAF06DE87535D2F2B5AA91CB5C17D18775F, L_75, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_79 = RegexParser_MakeException_m6D521D75808E2CD4255A68DC3456EAF2A88F2874(__this, L_78, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_79, NULL, RegexParser_ScanBasicBackslash_m5F438E56ACBE272622D39D4208B2D5ED536DD7B8_RuntimeMethod_var);
}
IL_0224:
{
bool L_80 = V_1;
if (!L_80)
{
goto IL_0285;
}
}
{
Il2CppChar L_81 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var);
bool L_82 = RegexCharClass_IsWordChar_m2DF03D32DAB403138E397CB05F45D37BD50EB18C(L_81, /*hidden argument*/NULL);
if (!L_82)
{
goto IL_0285;
}
}
{
String_t* L_83 = RegexParser_ScanCapname_m1D4DB4E5DA312CBCA841391F729CC626DC657D85(__this, /*hidden argument*/NULL);
V_9 = L_83;
int32_t L_84 = RegexParser_CharsRight_m318662CFE3223C3FA5E921D376409B4E1B28F9B4(__this, /*hidden argument*/NULL);
if ((((int32_t)L_84) <= ((int32_t)0)))
{
goto IL_0285;
}
}
{
Il2CppChar L_85 = RegexParser_MoveRightGetChar_m3CF088DE129BADB346CCEEF1D547E2D260BC894A(__this, /*hidden argument*/NULL);
Il2CppChar L_86 = V_2;
if ((!(((uint32_t)L_85) == ((uint32_t)L_86))))
{
goto IL_0285;
}
}
{
String_t* L_87 = V_9;
bool L_88 = RegexParser_IsCaptureName_mBFB85B16ED80CA59452491B4C3278C77ADCA1FDF(__this, L_87, /*hidden argument*/NULL);
if (!L_88)
{
goto IL_0269;
}
}
{
int32_t L_89 = __this->get__options_16();
String_t* L_90 = V_9;
int32_t L_91 = RegexParser_CaptureSlotFromName_mE3FD1D57EB29D4C7A0E4029E4D4785297798EE43(__this, L_90, /*hidden argument*/NULL);
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_92 = (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 *)il2cpp_codegen_object_new(RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75_il2cpp_TypeInfo_var);
RegexNode__ctor_mAE76BA90AA85F205CB0CC6799F06D1AD85A49F64(L_92, ((int32_t)13), L_89, L_91, /*hidden argument*/NULL);
return L_92;
}
IL_0269:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_93 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_94 = L_93;
String_t* L_95 = V_9;
NullCheck(L_94);
ArrayElementTypeCheck (L_94, L_95);
(L_94)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_95);
String_t* L_96 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteral7515A108EEFA823D6F05A4CD0432E134D51A8BD0, L_94, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_97 = RegexParser_MakeException_m6D521D75808E2CD4255A68DC3456EAF2A88F2874(__this, L_96, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_97, NULL, RegexParser_ScanBasicBackslash_m5F438E56ACBE272622D39D4208B2D5ED536DD7B8_RuntimeMethod_var);
}
IL_0285:
{
int32_t L_98 = V_3;
RegexParser_Textto_m5C8BAB13E35429238EA9A5F13D5A5A580D0DD3AC(__this, L_98, /*hidden argument*/NULL);
Il2CppChar L_99 = RegexParser_ScanCharEscape_mF8821EE73F3F8A5D4267642F6E4F0A666FA5E7A6(__this, /*hidden argument*/NULL);
V_0 = L_99;
bool L_100 = RegexParser_UseOptionI_mFA3B59BD8A6F61626E20F8FE909A23289E694263(__this, /*hidden argument*/NULL);
if (!L_100)
{
goto IL_02a8;
}
}
{
Il2CppChar L_101 = V_0;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_102 = __this->get__culture_7();
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
Il2CppChar L_103 = Char_ToLower_m10AA9F9260876F97230F7BAA4C070AD23ABBC160(L_101, L_102, /*hidden argument*/NULL);
V_0 = L_103;
}
IL_02a8:
{
int32_t L_104 = __this->get__options_16();
Il2CppChar L_105 = V_0;
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_106 = (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 *)il2cpp_codegen_object_new(RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75_il2cpp_TypeInfo_var);
RegexNode__ctor_m92FB70D6C28D7E021A2A1ACBAD583461AB014F11(L_106, ((int32_t)9), L_104, L_105, /*hidden argument*/NULL);
return L_106;
}
}
// System.String System.Text.RegularExpressions.RegexParser::ScanCapname()
extern "C" IL2CPP_METHOD_ATTR String_t* RegexParser_ScanCapname_m1D4DB4E5DA312CBCA841391F729CC626DC657D85 (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexParser_ScanCapname_m1D4DB4E5DA312CBCA841391F729CC626DC657D85_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
int32_t L_0 = RegexParser_Textpos_m36658DED82367E05DF4333E68A666FEEBC3DAC07(__this, /*hidden argument*/NULL);
V_0 = L_0;
goto IL_001e;
}
IL_0009:
{
Il2CppChar L_1 = RegexParser_MoveRightGetChar_m3CF088DE129BADB346CCEEF1D547E2D260BC894A(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var);
bool L_2 = RegexCharClass_IsWordChar_m2DF03D32DAB403138E397CB05F45D37BD50EB18C(L_1, /*hidden argument*/NULL);
if (L_2)
{
goto IL_001e;
}
}
{
RegexParser_MoveLeft_m1BC035A4EA49F4168093B2AB0EEAB2653CB04033(__this, /*hidden argument*/NULL);
goto IL_0027;
}
IL_001e:
{
int32_t L_3 = RegexParser_CharsRight_m318662CFE3223C3FA5E921D376409B4E1B28F9B4(__this, /*hidden argument*/NULL);
if ((((int32_t)L_3) > ((int32_t)0)))
{
goto IL_0009;
}
}
IL_0027:
{
String_t* L_4 = __this->get__pattern_5();
int32_t L_5 = V_0;
int32_t L_6 = RegexParser_Textpos_m36658DED82367E05DF4333E68A666FEEBC3DAC07(__this, /*hidden argument*/NULL);
int32_t L_7 = V_0;
NullCheck(L_4);
String_t* L_8 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_4, L_5, ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_7)), /*hidden argument*/NULL);
return L_8;
}
}
// System.Char System.Text.RegularExpressions.RegexParser::ScanOctal()
extern "C" IL2CPP_METHOD_ATTR Il2CppChar RegexParser_ScanOctal_mCF3925D06CBBA1DD0CB60199F59991D099430C3A (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
V_2 = 3;
int32_t L_0 = V_2;
int32_t L_1 = RegexParser_CharsRight_m318662CFE3223C3FA5E921D376409B4E1B28F9B4(__this, /*hidden argument*/NULL);
if ((((int32_t)L_0) <= ((int32_t)L_1)))
{
goto IL_0012;
}
}
{
int32_t L_2 = RegexParser_CharsRight_m318662CFE3223C3FA5E921D376409B4E1B28F9B4(__this, /*hidden argument*/NULL);
V_2 = L_2;
}
IL_0012:
{
V_1 = 0;
goto IL_0035;
}
IL_0016:
{
RegexParser_MoveRight_m6F0A1C10AE9EA183F04A9E06B62B2B53648688AC(__this, /*hidden argument*/NULL);
int32_t L_3 = V_1;
V_1 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_3, (int32_t)8));
int32_t L_4 = V_1;
int32_t L_5 = V_0;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_5));
bool L_6 = RegexParser_UseOptionE_mC171EEF863E091591BAD771F16B72D742F044096(__this, /*hidden argument*/NULL);
if (!L_6)
{
goto IL_0031;
}
}
{
int32_t L_7 = V_1;
if ((((int32_t)L_7) >= ((int32_t)((int32_t)32))))
{
goto IL_0047;
}
}
IL_0031:
{
int32_t L_8 = V_2;
V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1));
}
IL_0035:
{
int32_t L_9 = V_2;
if ((((int32_t)L_9) <= ((int32_t)0)))
{
goto IL_0047;
}
}
{
Il2CppChar L_10 = RegexParser_RightChar_m9E231199A8E5EA994AA1746FC5E977AF3823FDEB(__this, /*hidden argument*/NULL);
int32_t L_11 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)((int32_t)48)));
V_0 = L_11;
if ((!(((uint32_t)L_11) > ((uint32_t)7))))
{
goto IL_0016;
}
}
IL_0047:
{
int32_t L_12 = V_1;
V_1 = ((int32_t)((int32_t)L_12&(int32_t)((int32_t)255)));
int32_t L_13 = V_1;
return (((int32_t)((uint16_t)L_13)));
}
}
// System.Int32 System.Text.RegularExpressions.RegexParser::ScanDecimal()
extern "C" IL2CPP_METHOD_ATTR int32_t RegexParser_ScanDecimal_mE966D2C7F357215A52F88120F40A37707C1AB33A (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexParser_ScanDecimal_mE966D2C7F357215A52F88120F40A37707C1AB33A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
{
V_0 = 0;
goto IL_0038;
}
IL_0004:
{
RegexParser_MoveRight_m6F0A1C10AE9EA183F04A9E06B62B2B53648688AC(__this, /*hidden argument*/NULL);
int32_t L_0 = V_0;
if ((((int32_t)L_0) > ((int32_t)((int32_t)214748364))))
{
goto IL_001e;
}
}
{
int32_t L_1 = V_0;
if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)214748364)))))
{
goto IL_002f;
}
}
{
int32_t L_2 = V_1;
if ((((int32_t)L_2) <= ((int32_t)7)))
{
goto IL_002f;
}
}
IL_001e:
{
String_t* L_3 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral4F6E1A251C111C243C2739279DF7139825ADB3A2, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_4 = RegexParser_MakeException_m6D521D75808E2CD4255A68DC3456EAF2A88F2874(__this, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, RegexParser_ScanDecimal_mE966D2C7F357215A52F88120F40A37707C1AB33A_RuntimeMethod_var);
}
IL_002f:
{
int32_t L_5 = V_0;
V_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_5, (int32_t)((int32_t)10)));
int32_t L_6 = V_0;
int32_t L_7 = V_1;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7));
}
IL_0038:
{
int32_t L_8 = RegexParser_CharsRight_m318662CFE3223C3FA5E921D376409B4E1B28F9B4(__this, /*hidden argument*/NULL);
if ((((int32_t)L_8) <= ((int32_t)0)))
{
goto IL_0051;
}
}
{
Il2CppChar L_9 = RegexParser_RightChar_m9E231199A8E5EA994AA1746FC5E977AF3823FDEB(__this, /*hidden argument*/NULL);
int32_t L_10 = (((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)((int32_t)48))))));
V_1 = L_10;
if ((!(((uint32_t)L_10) > ((uint32_t)((int32_t)9)))))
{
goto IL_0004;
}
}
IL_0051:
{
int32_t L_11 = V_0;
return L_11;
}
}
// System.Char System.Text.RegularExpressions.RegexParser::ScanHex(System.Int32)
extern "C" IL2CPP_METHOD_ATTR Il2CppChar RegexParser_ScanHex_m296FC19218F8186D2C1B630DF9F138CFB195625E (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, int32_t ___c0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexParser_ScanHex_m296FC19218F8186D2C1B630DF9F138CFB195625E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
{
V_0 = 0;
int32_t L_0 = RegexParser_CharsRight_m318662CFE3223C3FA5E921D376409B4E1B28F9B4(__this, /*hidden argument*/NULL);
int32_t L_1 = ___c0;
if ((((int32_t)L_0) < ((int32_t)L_1)))
{
goto IL_002f;
}
}
{
goto IL_001b;
}
IL_000d:
{
int32_t L_2 = V_0;
V_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_2, (int32_t)((int32_t)16)));
int32_t L_3 = V_0;
int32_t L_4 = V_1;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4));
int32_t L_5 = ___c0;
___c0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1));
}
IL_001b:
{
int32_t L_6 = ___c0;
if ((((int32_t)L_6) <= ((int32_t)0)))
{
goto IL_002f;
}
}
{
Il2CppChar L_7 = RegexParser_MoveRightGetChar_m3CF088DE129BADB346CCEEF1D547E2D260BC894A(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE_il2cpp_TypeInfo_var);
int32_t L_8 = RegexParser_HexDigit_m4BAEE94B2077B96A4B1D56C459EFB2B1938E1174(L_7, /*hidden argument*/NULL);
int32_t L_9 = L_8;
V_1 = L_9;
if ((((int32_t)L_9) >= ((int32_t)0)))
{
goto IL_000d;
}
}
IL_002f:
{
int32_t L_10 = ___c0;
if ((((int32_t)L_10) <= ((int32_t)0)))
{
goto IL_0044;
}
}
{
String_t* L_11 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral632F650A3619BA82E9EA3AB663B8072ADC19543B, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_12 = RegexParser_MakeException_m6D521D75808E2CD4255A68DC3456EAF2A88F2874(__this, L_11, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, NULL, RegexParser_ScanHex_m296FC19218F8186D2C1B630DF9F138CFB195625E_RuntimeMethod_var);
}
IL_0044:
{
int32_t L_13 = V_0;
return (((int32_t)((uint16_t)L_13)));
}
}
// System.Int32 System.Text.RegularExpressions.RegexParser::HexDigit(System.Char)
extern "C" IL2CPP_METHOD_ATTR int32_t RegexParser_HexDigit_m4BAEE94B2077B96A4B1D56C459EFB2B1938E1174 (Il2CppChar ___ch0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
Il2CppChar L_0 = ___ch0;
int32_t L_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)((int32_t)48)));
V_0 = L_1;
if ((!(((uint32_t)L_1) <= ((uint32_t)((int32_t)9)))))
{
goto IL_000c;
}
}
{
int32_t L_2 = V_0;
return L_2;
}
IL_000c:
{
Il2CppChar L_3 = ___ch0;
int32_t L_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)((int32_t)97)));
V_0 = L_4;
if ((!(((uint32_t)L_4) <= ((uint32_t)5))))
{
goto IL_001a;
}
}
{
int32_t L_5 = V_0;
return ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)((int32_t)10)));
}
IL_001a:
{
Il2CppChar L_6 = ___ch0;
int32_t L_7 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)((int32_t)65)));
V_0 = L_7;
if ((!(((uint32_t)L_7) <= ((uint32_t)5))))
{
goto IL_0028;
}
}
{
int32_t L_8 = V_0;
return ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)((int32_t)10)));
}
IL_0028:
{
return (-1);
}
}
// System.Char System.Text.RegularExpressions.RegexParser::ScanControl()
extern "C" IL2CPP_METHOD_ATTR Il2CppChar RegexParser_ScanControl_m244F59DA2B0711D154B7D68CCB5765390C65B5B8 (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexParser_ScanControl_m244F59DA2B0711D154B7D68CCB5765390C65B5B8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Il2CppChar V_0 = 0x0;
{
int32_t L_0 = RegexParser_CharsRight_m318662CFE3223C3FA5E921D376409B4E1B28F9B4(__this, /*hidden argument*/NULL);
if ((((int32_t)L_0) > ((int32_t)0)))
{
goto IL_001a;
}
}
{
String_t* L_1 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral614214803652F15AB3FDE9560417450D621BF125, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_2 = RegexParser_MakeException_m6D521D75808E2CD4255A68DC3456EAF2A88F2874(__this, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, RegexParser_ScanControl_m244F59DA2B0711D154B7D68CCB5765390C65B5B8_RuntimeMethod_var);
}
IL_001a:
{
Il2CppChar L_3 = RegexParser_MoveRightGetChar_m3CF088DE129BADB346CCEEF1D547E2D260BC894A(__this, /*hidden argument*/NULL);
V_0 = L_3;
Il2CppChar L_4 = V_0;
if ((((int32_t)L_4) < ((int32_t)((int32_t)97))))
{
goto IL_0031;
}
}
{
Il2CppChar L_5 = V_0;
if ((((int32_t)L_5) > ((int32_t)((int32_t)122))))
{
goto IL_0031;
}
}
{
Il2CppChar L_6 = V_0;
V_0 = (((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)((int32_t)32))))));
}
IL_0031:
{
Il2CppChar L_7 = V_0;
int32_t L_8 = (((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)((int32_t)64))))));
V_0 = L_8;
if ((((int32_t)L_8) >= ((int32_t)((int32_t)32))))
{
goto IL_003e;
}
}
{
Il2CppChar L_9 = V_0;
return L_9;
}
IL_003e:
{
String_t* L_10 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral4D15F5897A2076A3AB1173688673454D7ED53DD6, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_11 = RegexParser_MakeException_m6D521D75808E2CD4255A68DC3456EAF2A88F2874(__this, L_10, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, NULL, RegexParser_ScanControl_m244F59DA2B0711D154B7D68CCB5765390C65B5B8_RuntimeMethod_var);
}
}
// System.Boolean System.Text.RegularExpressions.RegexParser::IsOnlyTopOption(System.Text.RegularExpressions.RegexOptions)
extern "C" IL2CPP_METHOD_ATTR bool RegexParser_IsOnlyTopOption_m66FE256A81BBD173C96B90EE9EBE9721F9ED16A1 (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, int32_t ___option0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___option0;
if ((((int32_t)L_0) == ((int32_t)((int32_t)64))))
{
goto IL_0016;
}
}
{
int32_t L_1 = ___option0;
if ((((int32_t)L_1) == ((int32_t)((int32_t)512))))
{
goto IL_0016;
}
}
{
int32_t L_2 = ___option0;
return (bool)((((int32_t)L_2) == ((int32_t)((int32_t)256)))? 1 : 0);
}
IL_0016:
{
return (bool)1;
}
}
// System.Void System.Text.RegularExpressions.RegexParser::ScanOptions()
extern "C" IL2CPP_METHOD_ATTR void RegexParser_ScanOptions_m5CD283C15179190846762B90F78F0A87E7495537 (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexParser_ScanOptions_m5CD283C15179190846762B90F78F0A87E7495537_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Il2CppChar V_0 = 0x0;
bool V_1 = false;
int32_t V_2 = 0;
{
V_1 = (bool)0;
goto IL_0059;
}
IL_0004:
{
Il2CppChar L_0 = RegexParser_RightChar_m9E231199A8E5EA994AA1746FC5E977AF3823FDEB(__this, /*hidden argument*/NULL);
V_0 = L_0;
Il2CppChar L_1 = V_0;
if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)45)))))
{
goto IL_0014;
}
}
{
V_1 = (bool)1;
goto IL_0053;
}
IL_0014:
{
Il2CppChar L_2 = V_0;
if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)43)))))
{
goto IL_001d;
}
}
{
V_1 = (bool)0;
goto IL_0053;
}
IL_001d:
{
Il2CppChar L_3 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE_il2cpp_TypeInfo_var);
int32_t L_4 = RegexParser_OptionFromCode_m6BCD10574DF5E08599B5F7FC8E947E3DC69EE151(L_3, /*hidden argument*/NULL);
V_2 = L_4;
int32_t L_5 = V_2;
if (!L_5)
{
goto IL_0030;
}
}
{
int32_t L_6 = V_2;
bool L_7 = RegexParser_IsOnlyTopOption_m66FE256A81BBD173C96B90EE9EBE9721F9ED16A1(__this, L_6, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_0031;
}
}
IL_0030:
{
return;
}
IL_0031:
{
bool L_8 = V_1;
if (!L_8)
{
goto IL_0045;
}
}
{
int32_t L_9 = __this->get__options_16();
int32_t L_10 = V_2;
__this->set__options_16(((int32_t)((int32_t)L_9&(int32_t)((~L_10)))));
goto IL_0053;
}
IL_0045:
{
int32_t L_11 = __this->get__options_16();
int32_t L_12 = V_2;
__this->set__options_16(((int32_t)((int32_t)L_11|(int32_t)L_12)));
}
IL_0053:
{
RegexParser_MoveRight_m6F0A1C10AE9EA183F04A9E06B62B2B53648688AC(__this, /*hidden argument*/NULL);
}
IL_0059:
{
int32_t L_13 = RegexParser_CharsRight_m318662CFE3223C3FA5E921D376409B4E1B28F9B4(__this, /*hidden argument*/NULL);
if ((((int32_t)L_13) > ((int32_t)0)))
{
goto IL_0004;
}
}
{
return;
}
}
// System.Char System.Text.RegularExpressions.RegexParser::ScanCharEscape()
extern "C" IL2CPP_METHOD_ATTR Il2CppChar RegexParser_ScanCharEscape_mF8821EE73F3F8A5D4267642F6E4F0A666FA5E7A6 (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexParser_ScanCharEscape_mF8821EE73F3F8A5D4267642F6E4F0A666FA5E7A6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Il2CppChar V_0 = 0x0;
{
Il2CppChar L_0 = RegexParser_MoveRightGetChar_m3CF088DE129BADB346CCEEF1D547E2D260BC894A(__this, /*hidden argument*/NULL);
V_0 = L_0;
Il2CppChar L_1 = V_0;
if ((((int32_t)L_1) < ((int32_t)((int32_t)48))))
{
goto IL_001e;
}
}
{
Il2CppChar L_2 = V_0;
if ((((int32_t)L_2) > ((int32_t)((int32_t)55))))
{
goto IL_001e;
}
}
{
RegexParser_MoveLeft_m1BC035A4EA49F4168093B2AB0EEAB2653CB04033(__this, /*hidden argument*/NULL);
Il2CppChar L_3 = RegexParser_ScanOctal_mCF3925D06CBBA1DD0CB60199F59991D099430C3A(__this, /*hidden argument*/NULL);
return L_3;
}
IL_001e:
{
Il2CppChar L_4 = V_0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)((int32_t)97))))
{
case 0:
{
goto IL_0086;
}
case 1:
{
goto IL_0088;
}
case 2:
{
goto IL_009c;
}
case 3:
{
goto IL_00a3;
}
case 4:
{
goto IL_008a;
}
case 5:
{
goto IL_008d;
}
}
}
{
Il2CppChar L_5 = V_0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)((int32_t)110))))
{
case 0:
{
goto IL_0090;
}
case 1:
{
goto IL_00a3;
}
case 2:
{
goto IL_00a3;
}
case 3:
{
goto IL_00a3;
}
case 4:
{
goto IL_0093;
}
case 5:
{
goto IL_00a3;
}
case 6:
{
goto IL_0096;
}
case 7:
{
goto IL_007e;
}
case 8:
{
goto IL_0099;
}
case 9:
{
goto IL_00a3;
}
case 10:
{
goto IL_0076;
}
}
}
{
goto IL_00a3;
}
IL_0076:
{
Il2CppChar L_6 = RegexParser_ScanHex_m296FC19218F8186D2C1B630DF9F138CFB195625E(__this, 2, /*hidden argument*/NULL);
return L_6;
}
IL_007e:
{
Il2CppChar L_7 = RegexParser_ScanHex_m296FC19218F8186D2C1B630DF9F138CFB195625E(__this, 4, /*hidden argument*/NULL);
return L_7;
}
IL_0086:
{
return 7;
}
IL_0088:
{
return 8;
}
IL_008a:
{
return ((int32_t)27);
}
IL_008d:
{
return ((int32_t)12);
}
IL_0090:
{
return ((int32_t)10);
}
IL_0093:
{
return ((int32_t)13);
}
IL_0096:
{
return ((int32_t)9);
}
IL_0099:
{
return ((int32_t)11);
}
IL_009c:
{
Il2CppChar L_8 = RegexParser_ScanControl_m244F59DA2B0711D154B7D68CCB5765390C65B5B8(__this, /*hidden argument*/NULL);
return L_8;
}
IL_00a3:
{
bool L_9 = RegexParser_UseOptionE_mC171EEF863E091591BAD771F16B72D742F044096(__this, /*hidden argument*/NULL);
if (L_9)
{
goto IL_00d4;
}
}
{
Il2CppChar L_10 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var);
bool L_11 = RegexCharClass_IsWordChar_m2DF03D32DAB403138E397CB05F45D37BD50EB18C(L_10, /*hidden argument*/NULL);
if (!L_11)
{
goto IL_00d4;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_12 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = L_12;
String_t* L_14 = Char_ToString_mA42A88FEBA41B72D48BB24373E3101B7A91B6FD8((Il2CppChar*)(&V_0), /*hidden argument*/NULL);
NullCheck(L_13);
ArrayElementTypeCheck (L_13, L_14);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_14);
String_t* L_15 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteral76C12996AB7F597D7131FE2F4F2142B5C9C62C64, L_13, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_16 = RegexParser_MakeException_m6D521D75808E2CD4255A68DC3456EAF2A88F2874(__this, L_15, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, NULL, RegexParser_ScanCharEscape_mF8821EE73F3F8A5D4267642F6E4F0A666FA5E7A6_RuntimeMethod_var);
}
IL_00d4:
{
Il2CppChar L_17 = V_0;
return L_17;
}
}
// System.String System.Text.RegularExpressions.RegexParser::ParseProperty()
extern "C" IL2CPP_METHOD_ATTR String_t* RegexParser_ParseProperty_m69C638E755F0A5C1A2BC8E08827E6124889C2CEF (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexParser_ParseProperty_m69C638E755F0A5C1A2BC8E08827E6124889C2CEF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Il2CppChar V_0 = 0x0;
int32_t V_1 = 0;
String_t* G_B11_0 = NULL;
String_t* G_B10_0 = NULL;
String_t* G_B12_0 = NULL;
{
int32_t L_0 = RegexParser_CharsRight_m318662CFE3223C3FA5E921D376409B4E1B28F9B4(__this, /*hidden argument*/NULL);
if ((((int32_t)L_0) >= ((int32_t)3)))
{
goto IL_001a;
}
}
{
String_t* L_1 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral8A2B4D02241E2610A067D2BD7CBA6BA52A5AECAE, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_2 = RegexParser_MakeException_m6D521D75808E2CD4255A68DC3456EAF2A88F2874(__this, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, RegexParser_ParseProperty_m69C638E755F0A5C1A2BC8E08827E6124889C2CEF_RuntimeMethod_var);
}
IL_001a:
{
Il2CppChar L_3 = RegexParser_MoveRightGetChar_m3CF088DE129BADB346CCEEF1D547E2D260BC894A(__this, /*hidden argument*/NULL);
V_0 = L_3;
Il2CppChar L_4 = V_0;
if ((((int32_t)L_4) == ((int32_t)((int32_t)123))))
{
goto IL_0037;
}
}
{
String_t* L_5 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral408EDAA63799F345612E223796F565B84B575E16, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_6 = RegexParser_MakeException_m6D521D75808E2CD4255A68DC3456EAF2A88F2874(__this, L_5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, NULL, RegexParser_ParseProperty_m69C638E755F0A5C1A2BC8E08827E6124889C2CEF_RuntimeMethod_var);
}
IL_0037:
{
int32_t L_7 = RegexParser_Textpos_m36658DED82367E05DF4333E68A666FEEBC3DAC07(__this, /*hidden argument*/NULL);
V_1 = L_7;
goto IL_005c;
}
IL_0040:
{
Il2CppChar L_8 = RegexParser_MoveRightGetChar_m3CF088DE129BADB346CCEEF1D547E2D260BC894A(__this, /*hidden argument*/NULL);
V_0 = L_8;
Il2CppChar L_9 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var);
bool L_10 = RegexCharClass_IsWordChar_m2DF03D32DAB403138E397CB05F45D37BD50EB18C(L_9, /*hidden argument*/NULL);
if (L_10)
{
goto IL_005c;
}
}
{
Il2CppChar L_11 = V_0;
if ((((int32_t)L_11) == ((int32_t)((int32_t)45))))
{
goto IL_005c;
}
}
{
RegexParser_MoveLeft_m1BC035A4EA49F4168093B2AB0EEAB2653CB04033(__this, /*hidden argument*/NULL);
goto IL_0065;
}
IL_005c:
{
int32_t L_12 = RegexParser_CharsRight_m318662CFE3223C3FA5E921D376409B4E1B28F9B4(__this, /*hidden argument*/NULL);
if ((((int32_t)L_12) > ((int32_t)0)))
{
goto IL_0040;
}
}
IL_0065:
{
String_t* L_13 = __this->get__pattern_5();
int32_t L_14 = V_1;
int32_t L_15 = RegexParser_Textpos_m36658DED82367E05DF4333E68A666FEEBC3DAC07(__this, /*hidden argument*/NULL);
int32_t L_16 = V_1;
NullCheck(L_13);
String_t* L_17 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_13, L_14, ((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)L_16)), /*hidden argument*/NULL);
int32_t L_18 = RegexParser_CharsRight_m318662CFE3223C3FA5E921D376409B4E1B28F9B4(__this, /*hidden argument*/NULL);
G_B10_0 = L_17;
if (!L_18)
{
G_B11_0 = L_17;
goto IL_008b;
}
}
{
Il2CppChar L_19 = RegexParser_MoveRightGetChar_m3CF088DE129BADB346CCEEF1D547E2D260BC894A(__this, /*hidden argument*/NULL);
G_B11_0 = G_B10_0;
if ((((int32_t)L_19) == ((int32_t)((int32_t)125))))
{
G_B12_0 = G_B10_0;
goto IL_009c;
}
}
IL_008b:
{
String_t* L_20 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral8A2B4D02241E2610A067D2BD7CBA6BA52A5AECAE, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_21 = RegexParser_MakeException_m6D521D75808E2CD4255A68DC3456EAF2A88F2874(__this, L_20, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, NULL, RegexParser_ParseProperty_m69C638E755F0A5C1A2BC8E08827E6124889C2CEF_RuntimeMethod_var);
}
IL_009c:
{
return G_B12_0;
}
}
// System.Int32 System.Text.RegularExpressions.RegexParser::TypeFromCode(System.Char)
extern "C" IL2CPP_METHOD_ATTR int32_t RegexParser_TypeFromCode_m0969E0D233AC767039B0A333901F47A22BABE0E8 (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, Il2CppChar ___ch0, const RuntimeMethod* method)
{
{
Il2CppChar L_0 = ___ch0;
if ((!(((uint32_t)L_0) <= ((uint32_t)((int32_t)71)))))
{
goto IL_0016;
}
}
{
Il2CppChar L_1 = ___ch0;
if ((((int32_t)L_1) == ((int32_t)((int32_t)65))))
{
goto IL_0043;
}
}
{
Il2CppChar L_2 = ___ch0;
if ((((int32_t)L_2) == ((int32_t)((int32_t)66))))
{
goto IL_0035;
}
}
{
Il2CppChar L_3 = ___ch0;
if ((((int32_t)L_3) == ((int32_t)((int32_t)71))))
{
goto IL_0046;
}
}
{
goto IL_004f;
}
IL_0016:
{
Il2CppChar L_4 = ___ch0;
if ((((int32_t)L_4) == ((int32_t)((int32_t)90))))
{
goto IL_0049;
}
}
{
Il2CppChar L_5 = ___ch0;
if ((((int32_t)L_5) == ((int32_t)((int32_t)98))))
{
goto IL_0027;
}
}
{
Il2CppChar L_6 = ___ch0;
if ((((int32_t)L_6) == ((int32_t)((int32_t)122))))
{
goto IL_004c;
}
}
{
goto IL_004f;
}
IL_0027:
{
bool L_7 = RegexParser_UseOptionE_mC171EEF863E091591BAD771F16B72D742F044096(__this, /*hidden argument*/NULL);
if (L_7)
{
goto IL_0032;
}
}
{
return ((int32_t)16);
}
IL_0032:
{
return ((int32_t)41);
}
IL_0035:
{
bool L_8 = RegexParser_UseOptionE_mC171EEF863E091591BAD771F16B72D742F044096(__this, /*hidden argument*/NULL);
if (L_8)
{
goto IL_0040;
}
}
{
return ((int32_t)17);
}
IL_0040:
{
return ((int32_t)42);
}
IL_0043:
{
return ((int32_t)18);
}
IL_0046:
{
return ((int32_t)19);
}
IL_0049:
{
return ((int32_t)20);
}
IL_004c:
{
return ((int32_t)21);
}
IL_004f:
{
return ((int32_t)22);
}
}
// System.Text.RegularExpressions.RegexOptions System.Text.RegularExpressions.RegexParser::OptionFromCode(System.Char)
extern "C" IL2CPP_METHOD_ATTR int32_t RegexParser_OptionFromCode_m6BCD10574DF5E08599B5F7FC8E947E3DC69EE151 (Il2CppChar ___ch0, const RuntimeMethod* method)
{
{
Il2CppChar L_0 = ___ch0;
if ((((int32_t)L_0) < ((int32_t)((int32_t)65))))
{
goto IL_0011;
}
}
{
Il2CppChar L_1 = ___ch0;
if ((((int32_t)L_1) > ((int32_t)((int32_t)90))))
{
goto IL_0011;
}
}
{
Il2CppChar L_2 = ___ch0;
___ch0 = (((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)((int32_t)32))))));
}
IL_0011:
{
Il2CppChar L_3 = ___ch0;
if ((!(((uint32_t)L_3) <= ((uint32_t)((int32_t)105)))))
{
goto IL_0022;
}
}
{
Il2CppChar L_4 = ___ch0;
if ((((int32_t)L_4) == ((int32_t)((int32_t)101))))
{
goto IL_005d;
}
}
{
Il2CppChar L_5 = ___ch0;
if ((((int32_t)L_5) == ((int32_t)((int32_t)105))))
{
goto IL_004e;
}
}
{
goto IL_0063;
}
IL_0022:
{
Il2CppChar L_6 = ___ch0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)((int32_t)109))))
{
case 0:
{
goto IL_0053;
}
case 1:
{
goto IL_0055;
}
case 2:
{
goto IL_0063;
}
case 3:
{
goto IL_0063;
}
case 4:
{
goto IL_0063;
}
case 5:
{
goto IL_0050;
}
case 6:
{
goto IL_0057;
}
}
}
{
Il2CppChar L_7 = ___ch0;
if ((((int32_t)L_7) == ((int32_t)((int32_t)120))))
{
goto IL_005a;
}
}
{
goto IL_0063;
}
IL_004e:
{
return (int32_t)(1);
}
IL_0050:
{
return (int32_t)(((int32_t)64));
}
IL_0053:
{
return (int32_t)(2);
}
IL_0055:
{
return (int32_t)(4);
}
IL_0057:
{
return (int32_t)(((int32_t)16));
}
IL_005a:
{
return (int32_t)(((int32_t)32));
}
IL_005d:
{
return (int32_t)(((int32_t)256));
}
IL_0063:
{
return (int32_t)(0);
}
}
// System.Void System.Text.RegularExpressions.RegexParser::CountCaptures()
extern "C" IL2CPP_METHOD_ATTR void RegexParser_CountCaptures_m5255DE4B24B8D9BA7B2A2A7A1FD79A67B36F4634 (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexParser_CountCaptures_m5255DE4B24B8D9BA7B2A2A7A1FD79A67B36F4634_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Il2CppChar V_0 = 0x0;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
RegexParser_NoteCaptureSlot_m8B2D20B819C86E427837C879CCA72B9BCD1C4AA8(__this, 0, 0, /*hidden argument*/NULL);
__this->set__autocap_8(1);
goto IL_01c1;
}
IL_0014:
{
int32_t L_0 = RegexParser_Textpos_m36658DED82367E05DF4333E68A666FEEBC3DAC07(__this, /*hidden argument*/NULL);
V_1 = L_0;
Il2CppChar L_1 = RegexParser_MoveRightGetChar_m3CF088DE129BADB346CCEEF1D547E2D260BC894A(__this, /*hidden argument*/NULL);
V_0 = L_1;
Il2CppChar L_2 = V_0;
if ((!(((uint32_t)L_2) <= ((uint32_t)((int32_t)40)))))
{
goto IL_0036;
}
}
{
Il2CppChar L_3 = V_0;
if ((((int32_t)L_3) == ((int32_t)((int32_t)35))))
{
goto IL_005f;
}
}
{
Il2CppChar L_4 = V_0;
if ((((int32_t)L_4) == ((int32_t)((int32_t)40))))
{
goto IL_009f;
}
}
{
goto IL_01c1;
}
IL_0036:
{
Il2CppChar L_5 = V_0;
if ((((int32_t)L_5) == ((int32_t)((int32_t)41))))
{
goto IL_0089;
}
}
{
Il2CppChar L_6 = V_0;
if ((((int32_t)L_6) == ((int32_t)((int32_t)91))))
{
goto IL_007b;
}
}
{
Il2CppChar L_7 = V_0;
if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)92)))))
{
goto IL_01c1;
}
}
{
int32_t L_8 = RegexParser_CharsRight_m318662CFE3223C3FA5E921D376409B4E1B28F9B4(__this, /*hidden argument*/NULL);
if ((((int32_t)L_8) <= ((int32_t)0)))
{
goto IL_01c1;
}
}
{
RegexParser_MoveRight_m6F0A1C10AE9EA183F04A9E06B62B2B53648688AC(__this, /*hidden argument*/NULL);
goto IL_01c1;
}
IL_005f:
{
bool L_9 = RegexParser_UseOptionX_mD63DEED6741AEA0B3F6CC4239712A4B2EF690810(__this, /*hidden argument*/NULL);
if (!L_9)
{
goto IL_01c1;
}
}
{
RegexParser_MoveLeft_m1BC035A4EA49F4168093B2AB0EEAB2653CB04033(__this, /*hidden argument*/NULL);
RegexParser_ScanBlank_m99BA3097E182DE425BE0137BAFDD0218F0DF360D(__this, /*hidden argument*/NULL);
goto IL_01c1;
}
IL_007b:
{
RegexParser_ScanCharClass_mFE669B1C9CB6652157D9E8DAEE5B924C581AE81F(__this, (bool)0, (bool)1, /*hidden argument*/NULL);
goto IL_01c1;
}
IL_0089:
{
bool L_10 = RegexParser_EmptyOptionsStack_m5FCB7AF81ACB5C91A73231C9F0AA0DFB32067A45(__this, /*hidden argument*/NULL);
if (L_10)
{
goto IL_01c1;
}
}
{
RegexParser_PopOptions_mA18691037302741375A44BD8BDC9387DFB07B676(__this, /*hidden argument*/NULL);
goto IL_01c1;
}
IL_009f:
{
int32_t L_11 = RegexParser_CharsRight_m318662CFE3223C3FA5E921D376409B4E1B28F9B4(__this, /*hidden argument*/NULL);
if ((((int32_t)L_11) < ((int32_t)2)))
{
goto IL_00ce;
}
}
{
Il2CppChar L_12 = RegexParser_RightChar_m246E9E1F8D0A4A8E485C23E233CD3915C23739D8(__this, 1, /*hidden argument*/NULL);
if ((!(((uint32_t)L_12) == ((uint32_t)((int32_t)35)))))
{
goto IL_00ce;
}
}
{
Il2CppChar L_13 = RegexParser_RightChar_m9E231199A8E5EA994AA1746FC5E977AF3823FDEB(__this, /*hidden argument*/NULL);
if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)63)))))
{
goto IL_00ce;
}
}
{
RegexParser_MoveLeft_m1BC035A4EA49F4168093B2AB0EEAB2653CB04033(__this, /*hidden argument*/NULL);
RegexParser_ScanBlank_m99BA3097E182DE425BE0137BAFDD0218F0DF360D(__this, /*hidden argument*/NULL);
goto IL_01ba;
}
IL_00ce:
{
RegexParser_PushOptions_m2034533961B704CBFA0F97BD4A54CB7269F0D88A(__this, /*hidden argument*/NULL);
int32_t L_14 = RegexParser_CharsRight_m318662CFE3223C3FA5E921D376409B4E1B28F9B4(__this, /*hidden argument*/NULL);
if ((((int32_t)L_14) <= ((int32_t)0)))
{
goto IL_0192;
}
}
{
Il2CppChar L_15 = RegexParser_RightChar_m9E231199A8E5EA994AA1746FC5E977AF3823FDEB(__this, /*hidden argument*/NULL);
if ((!(((uint32_t)L_15) == ((uint32_t)((int32_t)63)))))
{
goto IL_0192;
}
}
{
RegexParser_MoveRight_m6F0A1C10AE9EA183F04A9E06B62B2B53648688AC(__this, /*hidden argument*/NULL);
int32_t L_16 = RegexParser_CharsRight_m318662CFE3223C3FA5E921D376409B4E1B28F9B4(__this, /*hidden argument*/NULL);
if ((((int32_t)L_16) <= ((int32_t)1)))
{
goto IL_0158;
}
}
{
Il2CppChar L_17 = RegexParser_RightChar_m9E231199A8E5EA994AA1746FC5E977AF3823FDEB(__this, /*hidden argument*/NULL);
if ((((int32_t)L_17) == ((int32_t)((int32_t)60))))
{
goto IL_0110;
}
}
{
Il2CppChar L_18 = RegexParser_RightChar_m9E231199A8E5EA994AA1746FC5E977AF3823FDEB(__this, /*hidden argument*/NULL);
if ((!(((uint32_t)L_18) == ((uint32_t)((int32_t)39)))))
{
goto IL_0158;
}
}
IL_0110:
{
RegexParser_MoveRight_m6F0A1C10AE9EA183F04A9E06B62B2B53648688AC(__this, /*hidden argument*/NULL);
Il2CppChar L_19 = RegexParser_RightChar_m9E231199A8E5EA994AA1746FC5E977AF3823FDEB(__this, /*hidden argument*/NULL);
V_0 = L_19;
Il2CppChar L_20 = V_0;
if ((((int32_t)L_20) == ((int32_t)((int32_t)48))))
{
goto IL_01ba;
}
}
{
Il2CppChar L_21 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var);
bool L_22 = RegexCharClass_IsWordChar_m2DF03D32DAB403138E397CB05F45D37BD50EB18C(L_21, /*hidden argument*/NULL);
if (!L_22)
{
goto IL_01ba;
}
}
{
Il2CppChar L_23 = V_0;
if ((((int32_t)L_23) < ((int32_t)((int32_t)49))))
{
goto IL_0149;
}
}
{
Il2CppChar L_24 = V_0;
if ((((int32_t)L_24) > ((int32_t)((int32_t)57))))
{
goto IL_0149;
}
}
{
int32_t L_25 = RegexParser_ScanDecimal_mE966D2C7F357215A52F88120F40A37707C1AB33A(__this, /*hidden argument*/NULL);
int32_t L_26 = V_1;
RegexParser_NoteCaptureSlot_m8B2D20B819C86E427837C879CCA72B9BCD1C4AA8(__this, L_25, L_26, /*hidden argument*/NULL);
goto IL_01ba;
}
IL_0149:
{
String_t* L_27 = RegexParser_ScanCapname_m1D4DB4E5DA312CBCA841391F729CC626DC657D85(__this, /*hidden argument*/NULL);
int32_t L_28 = V_1;
RegexParser_NoteCaptureName_m96A5301077C4C6554E993A2266EA40B690F455C4(__this, L_27, L_28, /*hidden argument*/NULL);
goto IL_01ba;
}
IL_0158:
{
RegexParser_ScanOptions_m5CD283C15179190846762B90F78F0A87E7495537(__this, /*hidden argument*/NULL);
int32_t L_29 = RegexParser_CharsRight_m318662CFE3223C3FA5E921D376409B4E1B28F9B4(__this, /*hidden argument*/NULL);
if ((((int32_t)L_29) <= ((int32_t)0)))
{
goto IL_01ba;
}
}
{
Il2CppChar L_30 = RegexParser_RightChar_m9E231199A8E5EA994AA1746FC5E977AF3823FDEB(__this, /*hidden argument*/NULL);
if ((!(((uint32_t)L_30) == ((uint32_t)((int32_t)41)))))
{
goto IL_017f;
}
}
{
RegexParser_MoveRight_m6F0A1C10AE9EA183F04A9E06B62B2B53648688AC(__this, /*hidden argument*/NULL);
RegexParser_PopKeepOptions_m8ACBCD324BAF7269F90AEB3CF901B666524658FA(__this, /*hidden argument*/NULL);
goto IL_01ba;
}
IL_017f:
{
Il2CppChar L_31 = RegexParser_RightChar_m9E231199A8E5EA994AA1746FC5E977AF3823FDEB(__this, /*hidden argument*/NULL);
if ((!(((uint32_t)L_31) == ((uint32_t)((int32_t)40)))))
{
goto IL_01ba;
}
}
{
__this->set__ignoreNextParen_18((bool)1);
goto IL_01c1;
}
IL_0192:
{
bool L_32 = RegexParser_UseOptionN_mE9C62585222B2D99D295708E4486C952973F35D5(__this, /*hidden argument*/NULL);
if (L_32)
{
goto IL_01ba;
}
}
{
bool L_33 = __this->get__ignoreNextParen_18();
if (L_33)
{
goto IL_01ba;
}
}
{
int32_t L_34 = __this->get__autocap_8();
V_2 = L_34;
int32_t L_35 = V_2;
__this->set__autocap_8(((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)));
int32_t L_36 = V_2;
int32_t L_37 = V_1;
RegexParser_NoteCaptureSlot_m8B2D20B819C86E427837C879CCA72B9BCD1C4AA8(__this, L_36, L_37, /*hidden argument*/NULL);
}
IL_01ba:
{
__this->set__ignoreNextParen_18((bool)0);
}
IL_01c1:
{
int32_t L_38 = RegexParser_CharsRight_m318662CFE3223C3FA5E921D376409B4E1B28F9B4(__this, /*hidden argument*/NULL);
if ((((int32_t)L_38) > ((int32_t)0)))
{
goto IL_0014;
}
}
{
RegexParser_AssignNameSlots_m168605CD3A6D6AAA52AFFDB13BE3D5DFAC3FE94B(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Text.RegularExpressions.RegexParser::NoteCaptureSlot(System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void RegexParser_NoteCaptureSlot_m8B2D20B819C86E427837C879CCA72B9BCD1C4AA8 (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, int32_t ___i0, int32_t ___pos1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexParser_NoteCaptureSlot_m8B2D20B819C86E427837C879CCA72B9BCD1C4AA8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = __this->get__caps_12();
int32_t L_1 = ___i0;
int32_t L_2 = L_1;
RuntimeObject * L_3 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_2);
NullCheck(L_0);
bool L_4 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(19 /* System.Boolean System.Collections.Hashtable::ContainsKey(System.Object) */, L_0, L_3);
if (L_4)
{
goto IL_005a;
}
}
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_5 = __this->get__caps_12();
int32_t L_6 = ___i0;
int32_t L_7 = L_6;
RuntimeObject * L_8 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_7);
int32_t L_9 = ___pos1;
int32_t L_10 = L_9;
RuntimeObject * L_11 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_10);
NullCheck(L_5);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(15 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_5, L_8, L_11);
int32_t L_12 = __this->get__capcount_9();
__this->set__capcount_9(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)));
int32_t L_13 = __this->get__captop_10();
int32_t L_14 = ___i0;
if ((((int32_t)L_13) > ((int32_t)L_14)))
{
goto IL_005a;
}
}
{
int32_t L_15 = ___i0;
if ((!(((uint32_t)L_15) == ((uint32_t)((int32_t)2147483647LL)))))
{
goto IL_0051;
}
}
{
int32_t L_16 = ___i0;
__this->set__captop_10(L_16);
return;
}
IL_0051:
{
int32_t L_17 = ___i0;
__this->set__captop_10(((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)));
}
IL_005a:
{
return;
}
}
// System.Void System.Text.RegularExpressions.RegexParser::NoteCaptureName(System.String,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void RegexParser_NoteCaptureName_m96A5301077C4C6554E993A2266EA40B690F455C4 (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, String_t* ___name0, int32_t ___pos1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexParser_NoteCaptureName_m96A5301077C4C6554E993A2266EA40B690F455C4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = __this->get__capnames_13();
if (L_0)
{
goto IL_001e;
}
}
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_1 = (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)il2cpp_codegen_object_new(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var);
Hashtable__ctor_m72506C0A5B2608721EA285A04F004A229B537A68(L_1, /*hidden argument*/NULL);
__this->set__capnames_13(L_1);
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_2 = (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *)il2cpp_codegen_object_new(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_il2cpp_TypeInfo_var);
List_1__ctor_mDA22758D73530683C950C5CCF39BDB4E7E1F3F06(L_2, /*hidden argument*/List_1__ctor_mDA22758D73530683C950C5CCF39BDB4E7E1F3F06_RuntimeMethod_var);
__this->set__capnamelist_15(L_2);
}
IL_001e:
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_3 = __this->get__capnames_13();
String_t* L_4 = ___name0;
NullCheck(L_3);
bool L_5 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(19 /* System.Boolean System.Collections.Hashtable::ContainsKey(System.Object) */, L_3, L_4);
if (L_5)
{
goto IL_004a;
}
}
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_6 = __this->get__capnames_13();
String_t* L_7 = ___name0;
int32_t L_8 = ___pos1;
int32_t L_9 = L_8;
RuntimeObject * L_10 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_9);
NullCheck(L_6);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(15 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_6, L_7, L_10);
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_11 = __this->get__capnamelist_15();
String_t* L_12 = ___name0;
NullCheck(L_11);
List_1_Add_mA348FA1140766465189459D25B01EB179001DE83(L_11, L_12, /*hidden argument*/List_1_Add_mA348FA1140766465189459D25B01EB179001DE83_RuntimeMethod_var);
}
IL_004a:
{
return;
}
}
// System.Void System.Text.RegularExpressions.RegexParser::AssignNameSlots()
extern "C" IL2CPP_METHOD_ATTR void RegexParser_AssignNameSlots_m168605CD3A6D6AAA52AFFDB13BE3D5DFAC3FE94B (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexParser_AssignNameSlots_m168605CD3A6D6AAA52AFFDB13BE3D5DFAC3FE94B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
String_t* V_1 = NULL;
int32_t V_2 = 0;
int32_t V_3 = 0;
RuntimeObject* V_4 = NULL;
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * V_5 = NULL;
int32_t V_6 = 0;
int32_t V_7 = 0;
int32_t V_8 = 0;
int32_t V_9 = 0;
String_t* V_10 = NULL;
int32_t G_B20_0 = 0;
int32_t G_B24_0 = 0;
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = __this->get__capnames_13();
if (!L_0)
{
goto IL_008e;
}
}
{
V_0 = 0;
goto IL_0080;
}
IL_000f:
{
int32_t L_1 = __this->get__autocap_8();
__this->set__autocap_8(((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)));
}
IL_001d:
{
int32_t L_2 = __this->get__autocap_8();
bool L_3 = RegexParser_IsCaptureSlot_m80540BE449D9B98B2B159CD5169F7AA6DB63CB80(__this, L_2, /*hidden argument*/NULL);
if (L_3)
{
goto IL_000f;
}
}
{
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_4 = __this->get__capnamelist_15();
int32_t L_5 = V_0;
NullCheck(L_4);
String_t* L_6 = List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED(L_4, L_5, /*hidden argument*/List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_RuntimeMethod_var);
V_1 = L_6;
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_7 = __this->get__capnames_13();
String_t* L_8 = V_1;
NullCheck(L_7);
RuntimeObject * L_9 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_7, L_8);
V_2 = ((*(int32_t*)((int32_t*)UnBox(L_9, Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var))));
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_10 = __this->get__capnames_13();
String_t* L_11 = V_1;
int32_t L_12 = __this->get__autocap_8();
int32_t L_13 = L_12;
RuntimeObject * L_14 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_13);
NullCheck(L_10);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_10, L_11, L_14);
int32_t L_15 = __this->get__autocap_8();
int32_t L_16 = V_2;
RegexParser_NoteCaptureSlot_m8B2D20B819C86E427837C879CCA72B9BCD1C4AA8(__this, L_15, L_16, /*hidden argument*/NULL);
int32_t L_17 = __this->get__autocap_8();
__this->set__autocap_8(((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)));
int32_t L_18 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1));
}
IL_0080:
{
int32_t L_19 = V_0;
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_20 = __this->get__capnamelist_15();
NullCheck(L_20);
int32_t L_21 = List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4(L_20, /*hidden argument*/List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_RuntimeMethod_var);
if ((((int32_t)L_19) < ((int32_t)L_21)))
{
goto IL_001d;
}
}
IL_008e:
{
int32_t L_22 = __this->get__capcount_9();
int32_t L_23 = __this->get__captop_10();
if ((((int32_t)L_22) >= ((int32_t)L_23)))
{
goto IL_00ef;
}
}
{
int32_t L_24 = __this->get__capcount_9();
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_25 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)L_24);
__this->set__capnumlist_14(L_25);
V_3 = 0;
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_26 = __this->get__caps_12();
NullCheck(L_26);
RuntimeObject* L_27 = VirtFuncInvoker0< RuntimeObject* >::Invoke(24 /* System.Collections.IDictionaryEnumerator System.Collections.Hashtable::GetEnumerator() */, L_26);
V_4 = L_27;
goto IL_00d6;
}
IL_00be:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_28 = __this->get__capnumlist_14();
int32_t L_29 = V_3;
int32_t L_30 = L_29;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1));
RuntimeObject* L_31 = V_4;
NullCheck(L_31);
RuntimeObject * L_32 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IDictionaryEnumerator::get_Key() */, IDictionaryEnumerator_t456EB67407D2045A257B66A3A25A825E883FD027_il2cpp_TypeInfo_var, L_31);
NullCheck(L_28);
(L_28)->SetAt(static_cast<il2cpp_array_size_t>(L_30), (int32_t)((*(int32_t*)((int32_t*)UnBox(L_32, Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var)))));
}
IL_00d6:
{
RuntimeObject* L_33 = V_4;
NullCheck(L_33);
bool L_34 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_33);
if (L_34)
{
goto IL_00be;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_35 = __this->get__capnumlist_14();
Comparer_1_t0796DB4CA0FA9609FBB2A6AEBA7EDF7DD7EE23A2 * L_36 = Comparer_1_get_Default_m1368B89D774A69F6788B9F844A300D8C56561145(/*hidden argument*/Comparer_1_get_Default_m1368B89D774A69F6788B9F844A300D8C56561145_RuntimeMethod_var);
Array_Sort_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_mF8C00D6C67C0F239A75E77ACA2671DA387929311(L_35, L_36, /*hidden argument*/Array_Sort_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_mF8C00D6C67C0F239A75E77ACA2671DA387929311_RuntimeMethod_var);
}
IL_00ef:
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_37 = __this->get__capnames_13();
if (L_37)
{
goto IL_0102;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_38 = __this->get__capnumlist_14();
if (!L_38)
{
goto IL_0204;
}
}
IL_0102:
{
V_7 = 0;
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_39 = __this->get__capnames_13();
if (L_39)
{
goto IL_012b;
}
}
{
V_5 = (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *)NULL;
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_40 = (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)il2cpp_codegen_object_new(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var);
Hashtable__ctor_m72506C0A5B2608721EA285A04F004A229B537A68(L_40, /*hidden argument*/NULL);
__this->set__capnames_13(L_40);
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_41 = (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *)il2cpp_codegen_object_new(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_il2cpp_TypeInfo_var);
List_1__ctor_mDA22758D73530683C950C5CCF39BDB4E7E1F3F06(L_41, /*hidden argument*/List_1__ctor_mDA22758D73530683C950C5CCF39BDB4E7E1F3F06_RuntimeMethod_var);
__this->set__capnamelist_15(L_41);
V_6 = (-1);
goto IL_0158;
}
IL_012b:
{
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_42 = __this->get__capnamelist_15();
V_5 = L_42;
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_43 = (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *)il2cpp_codegen_object_new(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_il2cpp_TypeInfo_var);
List_1__ctor_mDA22758D73530683C950C5CCF39BDB4E7E1F3F06(L_43, /*hidden argument*/List_1__ctor_mDA22758D73530683C950C5CCF39BDB4E7E1F3F06_RuntimeMethod_var);
__this->set__capnamelist_15(L_43);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_44 = __this->get__capnames_13();
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_45 = V_5;
NullCheck(L_45);
String_t* L_46 = List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED(L_45, 0, /*hidden argument*/List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_RuntimeMethod_var);
NullCheck(L_44);
RuntimeObject * L_47 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_44, L_46);
V_6 = ((*(int32_t*)((int32_t*)UnBox(L_47, Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var))));
}
IL_0158:
{
V_8 = 0;
goto IL_01f7;
}
IL_0160:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_48 = __this->get__capnumlist_14();
if (!L_48)
{
goto IL_0173;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_49 = __this->get__capnumlist_14();
int32_t L_50 = V_8;
NullCheck(L_49);
int32_t L_51 = L_50;
int32_t L_52 = (L_49)->GetAt(static_cast<il2cpp_array_size_t>(L_51));
G_B20_0 = L_52;
goto IL_0175;
}
IL_0173:
{
int32_t L_53 = V_8;
G_B20_0 = L_53;
}
IL_0175:
{
V_9 = G_B20_0;
int32_t L_54 = V_6;
int32_t L_55 = V_9;
if ((!(((uint32_t)L_54) == ((uint32_t)L_55))))
{
goto IL_01c1;
}
}
{
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_56 = __this->get__capnamelist_15();
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_57 = V_5;
int32_t L_58 = V_7;
int32_t L_59 = L_58;
V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_59, (int32_t)1));
NullCheck(L_57);
String_t* L_60 = List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED(L_57, L_59, /*hidden argument*/List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_RuntimeMethod_var);
NullCheck(L_56);
List_1_Add_mA348FA1140766465189459D25B01EB179001DE83(L_56, L_60, /*hidden argument*/List_1_Add_mA348FA1140766465189459D25B01EB179001DE83_RuntimeMethod_var);
int32_t L_61 = V_7;
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_62 = V_5;
NullCheck(L_62);
int32_t L_63 = List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4(L_62, /*hidden argument*/List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_RuntimeMethod_var);
if ((((int32_t)L_61) == ((int32_t)L_63)))
{
goto IL_01bc;
}
}
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_64 = __this->get__capnames_13();
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_65 = V_5;
int32_t L_66 = V_7;
NullCheck(L_65);
String_t* L_67 = List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED(L_65, L_66, /*hidden argument*/List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_RuntimeMethod_var);
NullCheck(L_64);
RuntimeObject * L_68 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_64, L_67);
G_B24_0 = ((*(int32_t*)((int32_t*)UnBox(L_68, Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var))));
goto IL_01bd;
}
IL_01bc:
{
G_B24_0 = (-1);
}
IL_01bd:
{
V_6 = G_B24_0;
goto IL_01f1;
}
IL_01c1:
{
int32_t L_69 = V_9;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_70 = __this->get__culture_7();
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
String_t* L_71 = Convert_ToString_m013DD2590D9DCBA00A8A4FEEBE7FC2DBD4DDBC70(L_69, L_70, /*hidden argument*/NULL);
V_10 = L_71;
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_72 = __this->get__capnamelist_15();
String_t* L_73 = V_10;
NullCheck(L_72);
List_1_Add_mA348FA1140766465189459D25B01EB179001DE83(L_72, L_73, /*hidden argument*/List_1_Add_mA348FA1140766465189459D25B01EB179001DE83_RuntimeMethod_var);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_74 = __this->get__capnames_13();
String_t* L_75 = V_10;
int32_t L_76 = V_9;
int32_t L_77 = L_76;
RuntimeObject * L_78 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_77);
NullCheck(L_74);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_74, L_75, L_78);
}
IL_01f1:
{
int32_t L_79 = V_8;
V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_79, (int32_t)1));
}
IL_01f7:
{
int32_t L_80 = V_8;
int32_t L_81 = __this->get__capcount_9();
if ((((int32_t)L_80) < ((int32_t)L_81)))
{
goto IL_0160;
}
}
IL_0204:
{
return;
}
}
// System.Int32 System.Text.RegularExpressions.RegexParser::CaptureSlotFromName(System.String)
extern "C" IL2CPP_METHOD_ATTR int32_t RegexParser_CaptureSlotFromName_mE3FD1D57EB29D4C7A0E4029E4D4785297798EE43 (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, String_t* ___capname0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexParser_CaptureSlotFromName_mE3FD1D57EB29D4C7A0E4029E4D4785297798EE43_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = __this->get__capnames_13();
String_t* L_1 = ___capname0;
NullCheck(L_0);
RuntimeObject * L_2 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_0, L_1);
return ((*(int32_t*)((int32_t*)UnBox(L_2, Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var))));
}
}
// System.Boolean System.Text.RegularExpressions.RegexParser::IsCaptureSlot(System.Int32)
extern "C" IL2CPP_METHOD_ATTR bool RegexParser_IsCaptureSlot_m80540BE449D9B98B2B159CD5169F7AA6DB63CB80 (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, int32_t ___i0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexParser_IsCaptureSlot_m80540BE449D9B98B2B159CD5169F7AA6DB63CB80_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = __this->get__caps_12();
if (!L_0)
{
goto IL_001a;
}
}
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_1 = __this->get__caps_12();
int32_t L_2 = ___i0;
int32_t L_3 = L_2;
RuntimeObject * L_4 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_3);
NullCheck(L_1);
bool L_5 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(19 /* System.Boolean System.Collections.Hashtable::ContainsKey(System.Object) */, L_1, L_4);
return L_5;
}
IL_001a:
{
int32_t L_6 = ___i0;
if ((((int32_t)L_6) < ((int32_t)0)))
{
goto IL_0028;
}
}
{
int32_t L_7 = ___i0;
int32_t L_8 = __this->get__capsize_11();
return (bool)((((int32_t)L_7) < ((int32_t)L_8))? 1 : 0);
}
IL_0028:
{
return (bool)0;
}
}
// System.Boolean System.Text.RegularExpressions.RegexParser::IsCaptureName(System.String)
extern "C" IL2CPP_METHOD_ATTR bool RegexParser_IsCaptureName_mBFB85B16ED80CA59452491B4C3278C77ADCA1FDF (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, String_t* ___capname0, const RuntimeMethod* method)
{
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = __this->get__capnames_13();
if (L_0)
{
goto IL_000a;
}
}
{
return (bool)0;
}
IL_000a:
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_1 = __this->get__capnames_13();
String_t* L_2 = ___capname0;
NullCheck(L_1);
bool L_3 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(19 /* System.Boolean System.Collections.Hashtable::ContainsKey(System.Object) */, L_1, L_2);
return L_3;
}
}
// System.Boolean System.Text.RegularExpressions.RegexParser::UseOptionN()
extern "C" IL2CPP_METHOD_ATTR bool RegexParser_UseOptionN_mE9C62585222B2D99D295708E4486C952973F35D5 (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get__options_16();
return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)4))) <= ((uint32_t)0)))? 1 : 0);
}
}
// System.Boolean System.Text.RegularExpressions.RegexParser::UseOptionI()
extern "C" IL2CPP_METHOD_ATTR bool RegexParser_UseOptionI_mFA3B59BD8A6F61626E20F8FE909A23289E694263 (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get__options_16();
return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)1))) <= ((uint32_t)0)))? 1 : 0);
}
}
// System.Boolean System.Text.RegularExpressions.RegexParser::UseOptionM()
extern "C" IL2CPP_METHOD_ATTR bool RegexParser_UseOptionM_mDE945B2DE782D12A5013D408F4FFBCABEC48C63D (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get__options_16();
return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)2))) <= ((uint32_t)0)))? 1 : 0);
}
}
// System.Boolean System.Text.RegularExpressions.RegexParser::UseOptionS()
extern "C" IL2CPP_METHOD_ATTR bool RegexParser_UseOptionS_mE96EEA754E1EEEF658AAF73885D048342D1D200E (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get__options_16();
return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)16)))) <= ((uint32_t)0)))? 1 : 0);
}
}
// System.Boolean System.Text.RegularExpressions.RegexParser::UseOptionX()
extern "C" IL2CPP_METHOD_ATTR bool RegexParser_UseOptionX_mD63DEED6741AEA0B3F6CC4239712A4B2EF690810 (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get__options_16();
return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)32)))) <= ((uint32_t)0)))? 1 : 0);
}
}
// System.Boolean System.Text.RegularExpressions.RegexParser::UseOptionE()
extern "C" IL2CPP_METHOD_ATTR bool RegexParser_UseOptionE_mC171EEF863E091591BAD771F16B72D742F044096 (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get__options_16();
return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)256)))) <= ((uint32_t)0)))? 1 : 0);
}
}
// System.Boolean System.Text.RegularExpressions.RegexParser::IsSpecial(System.Char)
extern "C" IL2CPP_METHOD_ATTR bool RegexParser_IsSpecial_mFF68456E944ACAF048B4F96F5758FFDD1D5E7DCD (Il2CppChar ___ch0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexParser_IsSpecial_mFF68456E944ACAF048B4F96F5758FFDD1D5E7DCD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Il2CppChar L_0 = ___ch0;
if ((((int32_t)L_0) > ((int32_t)((int32_t)124))))
{
goto IL_0013;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE_il2cpp_TypeInfo_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ((RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE_StaticFields*)il2cpp_codegen_static_fields_for(RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE_il2cpp_TypeInfo_var))->get__category_19();
Il2CppChar L_2 = ___ch0;
NullCheck(L_1);
Il2CppChar L_3 = L_2;
uint8_t L_4 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
return (bool)((((int32_t)((((int32_t)L_4) < ((int32_t)4))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
IL_0013:
{
return (bool)0;
}
}
// System.Boolean System.Text.RegularExpressions.RegexParser::IsStopperX(System.Char)
extern "C" IL2CPP_METHOD_ATTR bool RegexParser_IsStopperX_m0BCF2DB4B0E1324C9109C8BFD486FC5DBA8DC646 (Il2CppChar ___ch0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexParser_IsStopperX_m0BCF2DB4B0E1324C9109C8BFD486FC5DBA8DC646_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Il2CppChar L_0 = ___ch0;
if ((((int32_t)L_0) > ((int32_t)((int32_t)124))))
{
goto IL_0013;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE_il2cpp_TypeInfo_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ((RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE_StaticFields*)il2cpp_codegen_static_fields_for(RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE_il2cpp_TypeInfo_var))->get__category_19();
Il2CppChar L_2 = ___ch0;
NullCheck(L_1);
Il2CppChar L_3 = L_2;
uint8_t L_4 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
return (bool)((((int32_t)((((int32_t)L_4) < ((int32_t)2))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
IL_0013:
{
return (bool)0;
}
}
// System.Boolean System.Text.RegularExpressions.RegexParser::IsQuantifier(System.Char)
extern "C" IL2CPP_METHOD_ATTR bool RegexParser_IsQuantifier_mE0620E30A63AD0C0DB9550A52A4A7D0BB4BC3A31 (Il2CppChar ___ch0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexParser_IsQuantifier_mE0620E30A63AD0C0DB9550A52A4A7D0BB4BC3A31_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Il2CppChar L_0 = ___ch0;
if ((((int32_t)L_0) > ((int32_t)((int32_t)123))))
{
goto IL_0013;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE_il2cpp_TypeInfo_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ((RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE_StaticFields*)il2cpp_codegen_static_fields_for(RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE_il2cpp_TypeInfo_var))->get__category_19();
Il2CppChar L_2 = ___ch0;
NullCheck(L_1);
Il2CppChar L_3 = L_2;
uint8_t L_4 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
return (bool)((((int32_t)((((int32_t)L_4) < ((int32_t)5))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
IL_0013:
{
return (bool)0;
}
}
// System.Boolean System.Text.RegularExpressions.RegexParser::IsTrueQuantifier()
extern "C" IL2CPP_METHOD_ATTR bool RegexParser_IsTrueQuantifier_m4AA95A9CE7CD78600E8D525ECA5A095984FBC63F (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexParser_IsTrueQuantifier_m4AA95A9CE7CD78600E8D525ECA5A095984FBC63F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
Il2CppChar V_2 = 0x0;
int32_t V_3 = 0;
{
int32_t L_0 = RegexParser_CharsRight_m318662CFE3223C3FA5E921D376409B4E1B28F9B4(__this, /*hidden argument*/NULL);
V_0 = L_0;
int32_t L_1 = V_0;
if (L_1)
{
goto IL_000c;
}
}
{
return (bool)0;
}
IL_000c:
{
int32_t L_2 = RegexParser_Textpos_m36658DED82367E05DF4333E68A666FEEBC3DAC07(__this, /*hidden argument*/NULL);
V_1 = L_2;
int32_t L_3 = V_1;
Il2CppChar L_4 = RegexParser_CharAt_m08DBAE0DFD788548F74E061031B7221154F96A77(__this, L_3, /*hidden argument*/NULL);
V_2 = L_4;
Il2CppChar L_5 = V_2;
if ((((int32_t)L_5) == ((int32_t)((int32_t)123))))
{
goto IL_0035;
}
}
{
Il2CppChar L_6 = V_2;
if ((((int32_t)L_6) > ((int32_t)((int32_t)123))))
{
goto IL_0033;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE_il2cpp_TypeInfo_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = ((RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE_StaticFields*)il2cpp_codegen_static_fields_for(RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE_il2cpp_TypeInfo_var))->get__category_19();
Il2CppChar L_8 = V_2;
NullCheck(L_7);
Il2CppChar L_9 = L_8;
uint8_t L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
return (bool)((((int32_t)((((int32_t)L_10) < ((int32_t)5))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
IL_0033:
{
return (bool)0;
}
IL_0035:
{
int32_t L_11 = V_1;
V_3 = L_11;
}
IL_0037:
{
int32_t L_12 = V_0;
int32_t L_13 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1));
V_0 = L_13;
if ((((int32_t)L_13) <= ((int32_t)0)))
{
goto IL_0055;
}
}
{
int32_t L_14 = V_3;
int32_t L_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1));
V_3 = L_15;
Il2CppChar L_16 = RegexParser_CharAt_m08DBAE0DFD788548F74E061031B7221154F96A77(__this, L_15, /*hidden argument*/NULL);
Il2CppChar L_17 = L_16;
V_2 = L_17;
if ((((int32_t)L_17) < ((int32_t)((int32_t)48))))
{
goto IL_0055;
}
}
{
Il2CppChar L_18 = V_2;
if ((((int32_t)L_18) <= ((int32_t)((int32_t)57))))
{
goto IL_0037;
}
}
IL_0055:
{
int32_t L_19 = V_0;
if (!L_19)
{
goto IL_005e;
}
}
{
int32_t L_20 = V_3;
int32_t L_21 = V_1;
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)L_21))) == ((uint32_t)1))))
{
goto IL_0060;
}
}
IL_005e:
{
return (bool)0;
}
IL_0060:
{
Il2CppChar L_22 = V_2;
if ((!(((uint32_t)L_22) == ((uint32_t)((int32_t)125)))))
{
goto IL_0067;
}
}
{
return (bool)1;
}
IL_0067:
{
Il2CppChar L_23 = V_2;
if ((((int32_t)L_23) == ((int32_t)((int32_t)44))))
{
goto IL_006e;
}
}
{
return (bool)0;
}
IL_006e:
{
int32_t L_24 = V_0;
int32_t L_25 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)1));
V_0 = L_25;
if ((((int32_t)L_25) <= ((int32_t)0)))
{
goto IL_008c;
}
}
{
int32_t L_26 = V_3;
int32_t L_27 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1));
V_3 = L_27;
Il2CppChar L_28 = RegexParser_CharAt_m08DBAE0DFD788548F74E061031B7221154F96A77(__this, L_27, /*hidden argument*/NULL);
Il2CppChar L_29 = L_28;
V_2 = L_29;
if ((((int32_t)L_29) < ((int32_t)((int32_t)48))))
{
goto IL_008c;
}
}
{
Il2CppChar L_30 = V_2;
if ((((int32_t)L_30) <= ((int32_t)((int32_t)57))))
{
goto IL_006e;
}
}
IL_008c:
{
int32_t L_31 = V_0;
if ((((int32_t)L_31) <= ((int32_t)0)))
{
goto IL_0096;
}
}
{
Il2CppChar L_32 = V_2;
return (bool)((((int32_t)L_32) == ((int32_t)((int32_t)125)))? 1 : 0);
}
IL_0096:
{
return (bool)0;
}
}
// System.Boolean System.Text.RegularExpressions.RegexParser::IsSpace(System.Char)
extern "C" IL2CPP_METHOD_ATTR bool RegexParser_IsSpace_m1E41FA7DD1FB93BF9220530CA91B35EF08879F30 (Il2CppChar ___ch0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexParser_IsSpace_m1E41FA7DD1FB93BF9220530CA91B35EF08879F30_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Il2CppChar L_0 = ___ch0;
if ((((int32_t)L_0) > ((int32_t)((int32_t)32))))
{
goto IL_0010;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE_il2cpp_TypeInfo_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ((RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE_StaticFields*)il2cpp_codegen_static_fields_for(RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE_il2cpp_TypeInfo_var))->get__category_19();
Il2CppChar L_2 = ___ch0;
NullCheck(L_1);
Il2CppChar L_3 = L_2;
uint8_t L_4 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
return (bool)((((int32_t)L_4) == ((int32_t)2))? 1 : 0);
}
IL_0010:
{
return (bool)0;
}
}
// System.Void System.Text.RegularExpressions.RegexParser::AddConcatenate(System.Int32,System.Int32,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void RegexParser_AddConcatenate_m3743C87DFCD1784A949BFDCE9443845CCD630A5D (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, int32_t ___pos0, int32_t ___cch1, bool ___isReplacement2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexParser_AddConcatenate_m3743C87DFCD1784A949BFDCE9443845CCD630A5D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * V_0 = NULL;
String_t* V_1 = NULL;
StringBuilder_t * V_2 = NULL;
int32_t V_3 = 0;
Il2CppChar V_4 = 0x0;
{
int32_t L_0 = ___cch1;
if (L_0)
{
goto IL_0004;
}
}
{
return;
}
IL_0004:
{
int32_t L_1 = ___cch1;
if ((((int32_t)L_1) <= ((int32_t)1)))
{
goto IL_006f;
}
}
{
String_t* L_2 = __this->get__pattern_5();
int32_t L_3 = ___pos0;
int32_t L_4 = ___cch1;
NullCheck(L_2);
String_t* L_5 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_2, L_3, L_4, /*hidden argument*/NULL);
V_1 = L_5;
bool L_6 = RegexParser_UseOptionI_mFA3B59BD8A6F61626E20F8FE909A23289E694263(__this, /*hidden argument*/NULL);
if (!L_6)
{
goto IL_005e;
}
}
{
bool L_7 = ___isReplacement2;
if (L_7)
{
goto IL_005e;
}
}
{
String_t* L_8 = V_1;
NullCheck(L_8);
int32_t L_9 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_8, /*hidden argument*/NULL);
StringBuilder_t * L_10 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_m1C0F2D97B838537A2D0F64033AE4EF02D150A956(L_10, L_9, /*hidden argument*/NULL);
V_2 = L_10;
V_3 = 0;
goto IL_004e;
}
IL_0031:
{
StringBuilder_t * L_11 = V_2;
String_t* L_12 = V_1;
int32_t L_13 = V_3;
NullCheck(L_12);
Il2CppChar L_14 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_12, L_13, /*hidden argument*/NULL);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_15 = __this->get__culture_7();
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
Il2CppChar L_16 = Char_ToLower_m10AA9F9260876F97230F7BAA4C070AD23ABBC160(L_14, L_15, /*hidden argument*/NULL);
NullCheck(L_11);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_11, L_16, /*hidden argument*/NULL);
int32_t L_17 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1));
}
IL_004e:
{
int32_t L_18 = V_3;
String_t* L_19 = V_1;
NullCheck(L_19);
int32_t L_20 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_19, /*hidden argument*/NULL);
if ((((int32_t)L_18) < ((int32_t)L_20)))
{
goto IL_0031;
}
}
{
StringBuilder_t * L_21 = V_2;
NullCheck(L_21);
String_t* L_22 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_21);
V_1 = L_22;
}
IL_005e:
{
int32_t L_23 = __this->get__options_16();
String_t* L_24 = V_1;
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_25 = (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 *)il2cpp_codegen_object_new(RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75_il2cpp_TypeInfo_var);
RegexNode__ctor_m89ACB97FB7FE8B38C0D69F0F2445A7916BC67D85(L_25, ((int32_t)12), L_23, L_24, /*hidden argument*/NULL);
V_0 = L_25;
goto IL_00a7;
}
IL_006f:
{
String_t* L_26 = __this->get__pattern_5();
int32_t L_27 = ___pos0;
NullCheck(L_26);
Il2CppChar L_28 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_26, L_27, /*hidden argument*/NULL);
V_4 = L_28;
bool L_29 = RegexParser_UseOptionI_mFA3B59BD8A6F61626E20F8FE909A23289E694263(__this, /*hidden argument*/NULL);
if (!L_29)
{
goto IL_0097;
}
}
{
bool L_30 = ___isReplacement2;
if (L_30)
{
goto IL_0097;
}
}
{
Il2CppChar L_31 = V_4;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_32 = __this->get__culture_7();
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
Il2CppChar L_33 = Char_ToLower_m10AA9F9260876F97230F7BAA4C070AD23ABBC160(L_31, L_32, /*hidden argument*/NULL);
V_4 = L_33;
}
IL_0097:
{
int32_t L_34 = __this->get__options_16();
Il2CppChar L_35 = V_4;
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_36 = (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 *)il2cpp_codegen_object_new(RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75_il2cpp_TypeInfo_var);
RegexNode__ctor_m92FB70D6C28D7E021A2A1ACBAD583461AB014F11(L_36, ((int32_t)9), L_34, L_35, /*hidden argument*/NULL);
V_0 = L_36;
}
IL_00a7:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_37 = __this->get__concatenation_3();
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_38 = V_0;
NullCheck(L_37);
RegexNode_AddChild_m734A86A25E6074316FAC566F7D127253F7B71703(L_37, L_38, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Text.RegularExpressions.RegexParser::PushGroup()
extern "C" IL2CPP_METHOD_ATTR void RegexParser_PushGroup_m6F4246ECA3A6F29DA096C3B41D97652427E3175E (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, const RuntimeMethod* method)
{
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_0 = __this->get__group_1();
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_1 = __this->get__stack_0();
NullCheck(L_0);
L_0->set__next_7(L_1);
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_2 = __this->get__alternation_2();
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_3 = __this->get__group_1();
NullCheck(L_2);
L_2->set__next_7(L_3);
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_4 = __this->get__concatenation_3();
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_5 = __this->get__alternation_2();
NullCheck(L_4);
L_4->set__next_7(L_5);
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_6 = __this->get__concatenation_3();
__this->set__stack_0(L_6);
return;
}
}
// System.Void System.Text.RegularExpressions.RegexParser::PopGroup()
extern "C" IL2CPP_METHOD_ATTR void RegexParser_PopGroup_m43AB1FB84E11D8DFF6C5D38B9CAD324E5425DD74 (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexParser_PopGroup_m43AB1FB84E11D8DFF6C5D38B9CAD324E5425DD74_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_0 = __this->get__stack_0();
__this->set__concatenation_3(L_0);
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_1 = __this->get__concatenation_3();
NullCheck(L_1);
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_2 = L_1->get__next_7();
__this->set__alternation_2(L_2);
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_3 = __this->get__alternation_2();
NullCheck(L_3);
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_4 = L_3->get__next_7();
__this->set__group_1(L_4);
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_5 = __this->get__group_1();
NullCheck(L_5);
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_6 = L_5->get__next_7();
__this->set__stack_0(L_6);
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_7 = __this->get__group_1();
NullCheck(L_7);
int32_t L_8 = RegexNode_Type_mFA1C2F11F3487BB1BCBA7F58FFB7975EC18E9CD4(L_7, /*hidden argument*/NULL);
if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)34)))))
{
goto IL_008c;
}
}
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_9 = __this->get__group_1();
NullCheck(L_9);
int32_t L_10 = RegexNode_ChildCount_m23B6965575DB0DBC1D90212820DEA144FCB06996(L_9, /*hidden argument*/NULL);
if (L_10)
{
goto IL_008c;
}
}
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_11 = __this->get__unit_4();
if (L_11)
{
goto IL_0074;
}
}
{
String_t* L_12 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteralCFBC8954382A4DF44FE784B256BAC29AA2134580, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_13 = RegexParser_MakeException_m6D521D75808E2CD4255A68DC3456EAF2A88F2874(__this, L_12, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, NULL, RegexParser_PopGroup_m43AB1FB84E11D8DFF6C5D38B9CAD324E5425DD74_RuntimeMethod_var);
}
IL_0074:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_14 = __this->get__group_1();
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_15 = __this->get__unit_4();
NullCheck(L_14);
RegexNode_AddChild_m734A86A25E6074316FAC566F7D127253F7B71703(L_14, L_15, /*hidden argument*/NULL);
__this->set__unit_4((RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 *)NULL);
}
IL_008c:
{
return;
}
}
// System.Boolean System.Text.RegularExpressions.RegexParser::EmptyStack()
extern "C" IL2CPP_METHOD_ATTR bool RegexParser_EmptyStack_mB65B33DCF98A5967407B7C6A07F8799681202BE5 (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, const RuntimeMethod* method)
{
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_0 = __this->get__stack_0();
return (bool)((((RuntimeObject*)(RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 *)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
}
}
// System.Void System.Text.RegularExpressions.RegexParser::StartGroup(System.Text.RegularExpressions.RegexNode)
extern "C" IL2CPP_METHOD_ATTR void RegexParser_StartGroup_m36A6C0ED245D844CD2E630160994C3F2D7CCA994 (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * ___openGroup0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexParser_StartGroup_m36A6C0ED245D844CD2E630160994C3F2D7CCA994_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_0 = ___openGroup0;
__this->set__group_1(L_0);
int32_t L_1 = __this->get__options_16();
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_2 = (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 *)il2cpp_codegen_object_new(RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75_il2cpp_TypeInfo_var);
RegexNode__ctor_m29676E9646F598C827F25E906EEB6EA14A6FD5DB(L_2, ((int32_t)24), L_1, /*hidden argument*/NULL);
__this->set__alternation_2(L_2);
int32_t L_3 = __this->get__options_16();
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_4 = (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 *)il2cpp_codegen_object_new(RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75_il2cpp_TypeInfo_var);
RegexNode__ctor_m29676E9646F598C827F25E906EEB6EA14A6FD5DB(L_4, ((int32_t)25), L_3, /*hidden argument*/NULL);
__this->set__concatenation_3(L_4);
return;
}
}
// System.Void System.Text.RegularExpressions.RegexParser::AddAlternate()
extern "C" IL2CPP_METHOD_ATTR void RegexParser_AddAlternate_mDBDEEF8180738DE0D31CC05B0E223EFF0D66939B (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexParser_AddAlternate_mDBDEEF8180738DE0D31CC05B0E223EFF0D66939B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_0 = __this->get__group_1();
NullCheck(L_0);
int32_t L_1 = RegexNode_Type_mFA1C2F11F3487BB1BCBA7F58FFB7975EC18E9CD4(L_0, /*hidden argument*/NULL);
if ((((int32_t)L_1) == ((int32_t)((int32_t)34))))
{
goto IL_001e;
}
}
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_2 = __this->get__group_1();
NullCheck(L_2);
int32_t L_3 = RegexNode_Type_mFA1C2F11F3487BB1BCBA7F58FFB7975EC18E9CD4(L_2, /*hidden argument*/NULL);
if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)33)))))
{
goto IL_0036;
}
}
IL_001e:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_4 = __this->get__group_1();
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_5 = __this->get__concatenation_3();
NullCheck(L_5);
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_6 = RegexNode_ReverseLeft_m994638E4886D007B9B29BC23EA3C8D76A92099FD(L_5, /*hidden argument*/NULL);
NullCheck(L_4);
RegexNode_AddChild_m734A86A25E6074316FAC566F7D127253F7B71703(L_4, L_6, /*hidden argument*/NULL);
goto IL_004c;
}
IL_0036:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_7 = __this->get__alternation_2();
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_8 = __this->get__concatenation_3();
NullCheck(L_8);
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_9 = RegexNode_ReverseLeft_m994638E4886D007B9B29BC23EA3C8D76A92099FD(L_8, /*hidden argument*/NULL);
NullCheck(L_7);
RegexNode_AddChild_m734A86A25E6074316FAC566F7D127253F7B71703(L_7, L_9, /*hidden argument*/NULL);
}
IL_004c:
{
int32_t L_10 = __this->get__options_16();
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_11 = (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 *)il2cpp_codegen_object_new(RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75_il2cpp_TypeInfo_var);
RegexNode__ctor_m29676E9646F598C827F25E906EEB6EA14A6FD5DB(L_11, ((int32_t)25), L_10, /*hidden argument*/NULL);
__this->set__concatenation_3(L_11);
return;
}
}
// System.Void System.Text.RegularExpressions.RegexParser::AddConcatenate()
extern "C" IL2CPP_METHOD_ATTR void RegexParser_AddConcatenate_mF80F14978ED6626A8F8E5F37AEB3B946A01192C1 (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, const RuntimeMethod* method)
{
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_0 = __this->get__concatenation_3();
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_1 = __this->get__unit_4();
NullCheck(L_0);
RegexNode_AddChild_m734A86A25E6074316FAC566F7D127253F7B71703(L_0, L_1, /*hidden argument*/NULL);
__this->set__unit_4((RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 *)NULL);
return;
}
}
// System.Void System.Text.RegularExpressions.RegexParser::AddConcatenate(System.Boolean,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void RegexParser_AddConcatenate_m81CC39ED404E571347F0E97650F3BEB14639B1B0 (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, bool ___lazy0, int32_t ___min1, int32_t ___max2, const RuntimeMethod* method)
{
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_0 = __this->get__concatenation_3();
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_1 = __this->get__unit_4();
bool L_2 = ___lazy0;
int32_t L_3 = ___min1;
int32_t L_4 = ___max2;
NullCheck(L_1);
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_5 = RegexNode_MakeQuantifier_m1332537AA6BCCCD68A3E59EA7994CCFE69A19444(L_1, L_2, L_3, L_4, /*hidden argument*/NULL);
NullCheck(L_0);
RegexNode_AddChild_m734A86A25E6074316FAC566F7D127253F7B71703(L_0, L_5, /*hidden argument*/NULL);
__this->set__unit_4((RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 *)NULL);
return;
}
}
// System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexParser::Unit()
extern "C" IL2CPP_METHOD_ATTR RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * RegexParser_Unit_mEAEEAC39DBE372DC762644F49E6E163CA37EA34E (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, const RuntimeMethod* method)
{
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_0 = __this->get__unit_4();
return L_0;
}
}
// System.Void System.Text.RegularExpressions.RegexParser::AddUnitOne(System.Char)
extern "C" IL2CPP_METHOD_ATTR void RegexParser_AddUnitOne_m72DFA82092408E9C63544126093D98390E0C2145 (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, Il2CppChar ___ch0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexParser_AddUnitOne_m72DFA82092408E9C63544126093D98390E0C2145_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = RegexParser_UseOptionI_mFA3B59BD8A6F61626E20F8FE909A23289E694263(__this, /*hidden argument*/NULL);
if (!L_0)
{
goto IL_0016;
}
}
{
Il2CppChar L_1 = ___ch0;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_2 = __this->get__culture_7();
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
Il2CppChar L_3 = Char_ToLower_m10AA9F9260876F97230F7BAA4C070AD23ABBC160(L_1, L_2, /*hidden argument*/NULL);
___ch0 = L_3;
}
IL_0016:
{
int32_t L_4 = __this->get__options_16();
Il2CppChar L_5 = ___ch0;
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_6 = (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 *)il2cpp_codegen_object_new(RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75_il2cpp_TypeInfo_var);
RegexNode__ctor_m92FB70D6C28D7E021A2A1ACBAD583461AB014F11(L_6, ((int32_t)9), L_4, L_5, /*hidden argument*/NULL);
__this->set__unit_4(L_6);
return;
}
}
// System.Void System.Text.RegularExpressions.RegexParser::AddUnitNotone(System.Char)
extern "C" IL2CPP_METHOD_ATTR void RegexParser_AddUnitNotone_mAA142A94BB7B6A358BA36A3920DB139382889749 (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, Il2CppChar ___ch0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexParser_AddUnitNotone_mAA142A94BB7B6A358BA36A3920DB139382889749_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = RegexParser_UseOptionI_mFA3B59BD8A6F61626E20F8FE909A23289E694263(__this, /*hidden argument*/NULL);
if (!L_0)
{
goto IL_0016;
}
}
{
Il2CppChar L_1 = ___ch0;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_2 = __this->get__culture_7();
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
Il2CppChar L_3 = Char_ToLower_m10AA9F9260876F97230F7BAA4C070AD23ABBC160(L_1, L_2, /*hidden argument*/NULL);
___ch0 = L_3;
}
IL_0016:
{
int32_t L_4 = __this->get__options_16();
Il2CppChar L_5 = ___ch0;
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_6 = (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 *)il2cpp_codegen_object_new(RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75_il2cpp_TypeInfo_var);
RegexNode__ctor_m92FB70D6C28D7E021A2A1ACBAD583461AB014F11(L_6, ((int32_t)10), L_4, L_5, /*hidden argument*/NULL);
__this->set__unit_4(L_6);
return;
}
}
// System.Void System.Text.RegularExpressions.RegexParser::AddUnitSet(System.String)
extern "C" IL2CPP_METHOD_ATTR void RegexParser_AddUnitSet_m024168548909EA2DF649E6194D60135312ADF5B3 (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, String_t* ___cc0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexParser_AddUnitSet_m024168548909EA2DF649E6194D60135312ADF5B3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = __this->get__options_16();
String_t* L_1 = ___cc0;
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_2 = (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 *)il2cpp_codegen_object_new(RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75_il2cpp_TypeInfo_var);
RegexNode__ctor_m89ACB97FB7FE8B38C0D69F0F2445A7916BC67D85(L_2, ((int32_t)11), L_0, L_1, /*hidden argument*/NULL);
__this->set__unit_4(L_2);
return;
}
}
// System.Void System.Text.RegularExpressions.RegexParser::AddUnitNode(System.Text.RegularExpressions.RegexNode)
extern "C" IL2CPP_METHOD_ATTR void RegexParser_AddUnitNode_m6EE11A898128A169E41A5C7B38B1F3DD314FB304 (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * ___node0, const RuntimeMethod* method)
{
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_0 = ___node0;
__this->set__unit_4(L_0);
return;
}
}
// System.Void System.Text.RegularExpressions.RegexParser::AddUnitType(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void RegexParser_AddUnitType_m1ECB4025CA3B580F051CF6891D9C96922CA2FA7A (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, int32_t ___type0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexParser_AddUnitType_m1ECB4025CA3B580F051CF6891D9C96922CA2FA7A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___type0;
int32_t L_1 = __this->get__options_16();
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_2 = (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 *)il2cpp_codegen_object_new(RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75_il2cpp_TypeInfo_var);
RegexNode__ctor_m29676E9646F598C827F25E906EEB6EA14A6FD5DB(L_2, L_0, L_1, /*hidden argument*/NULL);
__this->set__unit_4(L_2);
return;
}
}
// System.Void System.Text.RegularExpressions.RegexParser::AddGroup()
extern "C" IL2CPP_METHOD_ATTR void RegexParser_AddGroup_m54BBB919E4D4AD05EFECBC3ECBE46FC4A90569EA (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexParser_AddGroup_m54BBB919E4D4AD05EFECBC3ECBE46FC4A90569EA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_0 = __this->get__group_1();
NullCheck(L_0);
int32_t L_1 = RegexNode_Type_mFA1C2F11F3487BB1BCBA7F58FFB7975EC18E9CD4(L_0, /*hidden argument*/NULL);
if ((((int32_t)L_1) == ((int32_t)((int32_t)34))))
{
goto IL_001e;
}
}
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_2 = __this->get__group_1();
NullCheck(L_2);
int32_t L_3 = RegexNode_Type_mFA1C2F11F3487BB1BCBA7F58FFB7975EC18E9CD4(L_2, /*hidden argument*/NULL);
if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)33)))))
{
goto IL_0070;
}
}
IL_001e:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_4 = __this->get__group_1();
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_5 = __this->get__concatenation_3();
NullCheck(L_5);
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_6 = RegexNode_ReverseLeft_m994638E4886D007B9B29BC23EA3C8D76A92099FD(L_5, /*hidden argument*/NULL);
NullCheck(L_4);
RegexNode_AddChild_m734A86A25E6074316FAC566F7D127253F7B71703(L_4, L_6, /*hidden argument*/NULL);
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_7 = __this->get__group_1();
NullCheck(L_7);
int32_t L_8 = RegexNode_Type_mFA1C2F11F3487BB1BCBA7F58FFB7975EC18E9CD4(L_7, /*hidden argument*/NULL);
if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)33)))))
{
goto IL_0051;
}
}
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_9 = __this->get__group_1();
NullCheck(L_9);
int32_t L_10 = RegexNode_ChildCount_m23B6965575DB0DBC1D90212820DEA144FCB06996(L_9, /*hidden argument*/NULL);
if ((((int32_t)L_10) > ((int32_t)2)))
{
goto IL_005f;
}
}
IL_0051:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_11 = __this->get__group_1();
NullCheck(L_11);
int32_t L_12 = RegexNode_ChildCount_m23B6965575DB0DBC1D90212820DEA144FCB06996(L_11, /*hidden argument*/NULL);
if ((((int32_t)L_12) <= ((int32_t)3)))
{
goto IL_0097;
}
}
IL_005f:
{
String_t* L_13 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteralA105D5E534BE1A5E3E3760D1CF45298EAB08B182, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_14 = RegexParser_MakeException_m6D521D75808E2CD4255A68DC3456EAF2A88F2874(__this, L_13, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, NULL, RegexParser_AddGroup_m54BBB919E4D4AD05EFECBC3ECBE46FC4A90569EA_RuntimeMethod_var);
}
IL_0070:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_15 = __this->get__alternation_2();
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_16 = __this->get__concatenation_3();
NullCheck(L_16);
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_17 = RegexNode_ReverseLeft_m994638E4886D007B9B29BC23EA3C8D76A92099FD(L_16, /*hidden argument*/NULL);
NullCheck(L_15);
RegexNode_AddChild_m734A86A25E6074316FAC566F7D127253F7B71703(L_15, L_17, /*hidden argument*/NULL);
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_18 = __this->get__group_1();
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_19 = __this->get__alternation_2();
NullCheck(L_18);
RegexNode_AddChild_m734A86A25E6074316FAC566F7D127253F7B71703(L_18, L_19, /*hidden argument*/NULL);
}
IL_0097:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_20 = __this->get__group_1();
__this->set__unit_4(L_20);
return;
}
}
// System.Void System.Text.RegularExpressions.RegexParser::PushOptions()
extern "C" IL2CPP_METHOD_ATTR void RegexParser_PushOptions_m2034533961B704CBFA0F97BD4A54CB7269F0D88A (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexParser_PushOptions_m2034533961B704CBFA0F97BD4A54CB7269F0D88A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
List_1_t85142A16ADC23C13E223599A626015FD40FF076A * L_0 = __this->get__optionsStack_17();
int32_t L_1 = __this->get__options_16();
NullCheck(L_0);
List_1_Add_mBECAFFDC2D6DFE446DC029080344E7C2255D3F7C(L_0, L_1, /*hidden argument*/List_1_Add_mBECAFFDC2D6DFE446DC029080344E7C2255D3F7C_RuntimeMethod_var);
return;
}
}
// System.Void System.Text.RegularExpressions.RegexParser::PopOptions()
extern "C" IL2CPP_METHOD_ATTR void RegexParser_PopOptions_mA18691037302741375A44BD8BDC9387DFB07B676 (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexParser_PopOptions_mA18691037302741375A44BD8BDC9387DFB07B676_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
List_1_t85142A16ADC23C13E223599A626015FD40FF076A * L_0 = __this->get__optionsStack_17();
List_1_t85142A16ADC23C13E223599A626015FD40FF076A * L_1 = __this->get__optionsStack_17();
NullCheck(L_1);
int32_t L_2 = List_1_get_Count_mA337754AA939A85CD0B346E24AA2C9A9A7006AED(L_1, /*hidden argument*/List_1_get_Count_mA337754AA939A85CD0B346E24AA2C9A9A7006AED_RuntimeMethod_var);
NullCheck(L_0);
int32_t L_3 = List_1_get_Item_m77812D7375021A781EEDB58C7E01FE1255A5F8F3(L_0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)), /*hidden argument*/List_1_get_Item_m77812D7375021A781EEDB58C7E01FE1255A5F8F3_RuntimeMethod_var);
__this->set__options_16(L_3);
List_1_t85142A16ADC23C13E223599A626015FD40FF076A * L_4 = __this->get__optionsStack_17();
List_1_t85142A16ADC23C13E223599A626015FD40FF076A * L_5 = __this->get__optionsStack_17();
NullCheck(L_5);
int32_t L_6 = List_1_get_Count_mA337754AA939A85CD0B346E24AA2C9A9A7006AED(L_5, /*hidden argument*/List_1_get_Count_mA337754AA939A85CD0B346E24AA2C9A9A7006AED_RuntimeMethod_var);
NullCheck(L_4);
List_1_RemoveAt_mBBB31D656F3FE6BA9249E99E3C79B506AB184DCD(L_4, ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)), /*hidden argument*/List_1_RemoveAt_mBBB31D656F3FE6BA9249E99E3C79B506AB184DCD_RuntimeMethod_var);
return;
}
}
// System.Boolean System.Text.RegularExpressions.RegexParser::EmptyOptionsStack()
extern "C" IL2CPP_METHOD_ATTR bool RegexParser_EmptyOptionsStack_m5FCB7AF81ACB5C91A73231C9F0AA0DFB32067A45 (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexParser_EmptyOptionsStack_m5FCB7AF81ACB5C91A73231C9F0AA0DFB32067A45_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
List_1_t85142A16ADC23C13E223599A626015FD40FF076A * L_0 = __this->get__optionsStack_17();
NullCheck(L_0);
int32_t L_1 = List_1_get_Count_mA337754AA939A85CD0B346E24AA2C9A9A7006AED(L_0, /*hidden argument*/List_1_get_Count_mA337754AA939A85CD0B346E24AA2C9A9A7006AED_RuntimeMethod_var);
return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
}
}
// System.Void System.Text.RegularExpressions.RegexParser::PopKeepOptions()
extern "C" IL2CPP_METHOD_ATTR void RegexParser_PopKeepOptions_m8ACBCD324BAF7269F90AEB3CF901B666524658FA (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexParser_PopKeepOptions_m8ACBCD324BAF7269F90AEB3CF901B666524658FA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
List_1_t85142A16ADC23C13E223599A626015FD40FF076A * L_0 = __this->get__optionsStack_17();
List_1_t85142A16ADC23C13E223599A626015FD40FF076A * L_1 = __this->get__optionsStack_17();
NullCheck(L_1);
int32_t L_2 = List_1_get_Count_mA337754AA939A85CD0B346E24AA2C9A9A7006AED(L_1, /*hidden argument*/List_1_get_Count_mA337754AA939A85CD0B346E24AA2C9A9A7006AED_RuntimeMethod_var);
NullCheck(L_0);
List_1_RemoveAt_mBBB31D656F3FE6BA9249E99E3C79B506AB184DCD(L_0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)), /*hidden argument*/List_1_RemoveAt_mBBB31D656F3FE6BA9249E99E3C79B506AB184DCD_RuntimeMethod_var);
return;
}
}
// System.ArgumentException System.Text.RegularExpressions.RegexParser::MakeException(System.String)
extern "C" IL2CPP_METHOD_ATTR ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * RegexParser_MakeException_m6D521D75808E2CD4255A68DC3456EAF2A88F2874 (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, String_t* ___message0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexParser_MakeException_m6D521D75808E2CD4255A68DC3456EAF2A88F2874_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = L_0;
String_t* L_2 = __this->get__pattern_5();
NullCheck(L_1);
ArrayElementTypeCheck (L_1, L_2);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = L_1;
String_t* L_4 = ___message0;
NullCheck(L_3);
ArrayElementTypeCheck (L_3, L_4);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_4);
String_t* L_5 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteralE42A2AE79C44F6C75DB6057D786A7182CCC5F053, L_3, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_6 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_6, L_5, /*hidden argument*/NULL);
return L_6;
}
}
// System.Int32 System.Text.RegularExpressions.RegexParser::Textpos()
extern "C" IL2CPP_METHOD_ATTR int32_t RegexParser_Textpos_m36658DED82367E05DF4333E68A666FEEBC3DAC07 (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get__currentPos_6();
return L_0;
}
}
// System.Void System.Text.RegularExpressions.RegexParser::Textto(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void RegexParser_Textto_m5C8BAB13E35429238EA9A5F13D5A5A580D0DD3AC (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, int32_t ___pos0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___pos0;
__this->set__currentPos_6(L_0);
return;
}
}
// System.Char System.Text.RegularExpressions.RegexParser::MoveRightGetChar()
extern "C" IL2CPP_METHOD_ATTR Il2CppChar RegexParser_MoveRightGetChar_m3CF088DE129BADB346CCEEF1D547E2D260BC894A (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
String_t* L_0 = __this->get__pattern_5();
int32_t L_1 = __this->get__currentPos_6();
V_0 = L_1;
int32_t L_2 = V_0;
__this->set__currentPos_6(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)));
int32_t L_3 = V_0;
NullCheck(L_0);
Il2CppChar L_4 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_0, L_3, /*hidden argument*/NULL);
return L_4;
}
}
// System.Void System.Text.RegularExpressions.RegexParser::MoveRight()
extern "C" IL2CPP_METHOD_ATTR void RegexParser_MoveRight_m6F0A1C10AE9EA183F04A9E06B62B2B53648688AC (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, const RuntimeMethod* method)
{
{
RegexParser_MoveRight_m7D1D27C901CAB81BCF60803E22FBDF2DEEC6CC51(__this, 1, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Text.RegularExpressions.RegexParser::MoveRight(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void RegexParser_MoveRight_m7D1D27C901CAB81BCF60803E22FBDF2DEEC6CC51 (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, int32_t ___i0, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get__currentPos_6();
int32_t L_1 = ___i0;
__this->set__currentPos_6(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1)));
return;
}
}
// System.Void System.Text.RegularExpressions.RegexParser::MoveLeft()
extern "C" IL2CPP_METHOD_ATTR void RegexParser_MoveLeft_m1BC035A4EA49F4168093B2AB0EEAB2653CB04033 (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get__currentPos_6();
__this->set__currentPos_6(((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1)));
return;
}
}
// System.Char System.Text.RegularExpressions.RegexParser::CharAt(System.Int32)
extern "C" IL2CPP_METHOD_ATTR Il2CppChar RegexParser_CharAt_m08DBAE0DFD788548F74E061031B7221154F96A77 (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, int32_t ___i0, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get__pattern_5();
int32_t L_1 = ___i0;
NullCheck(L_0);
Il2CppChar L_2 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_0, L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Char System.Text.RegularExpressions.RegexParser::RightChar()
extern "C" IL2CPP_METHOD_ATTR Il2CppChar RegexParser_RightChar_m9E231199A8E5EA994AA1746FC5E977AF3823FDEB (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get__pattern_5();
int32_t L_1 = __this->get__currentPos_6();
NullCheck(L_0);
Il2CppChar L_2 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_0, L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Char System.Text.RegularExpressions.RegexParser::RightChar(System.Int32)
extern "C" IL2CPP_METHOD_ATTR Il2CppChar RegexParser_RightChar_m246E9E1F8D0A4A8E485C23E233CD3915C23739D8 (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, int32_t ___i0, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get__pattern_5();
int32_t L_1 = __this->get__currentPos_6();
int32_t L_2 = ___i0;
NullCheck(L_0);
Il2CppChar L_3 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_0, ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_2)), /*hidden argument*/NULL);
return L_3;
}
}
// System.Int32 System.Text.RegularExpressions.RegexParser::CharsRight()
extern "C" IL2CPP_METHOD_ATTR int32_t RegexParser_CharsRight_m318662CFE3223C3FA5E921D376409B4E1B28F9B4 (RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get__pattern_5();
NullCheck(L_0);
int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_0, /*hidden argument*/NULL);
int32_t L_2 = __this->get__currentPos_6();
return ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)L_2));
}
}
// System.Void System.Text.RegularExpressions.RegexParser::.cctor()
extern "C" IL2CPP_METHOD_ATTR void RegexParser__cctor_mF468AF3C5916BA72C579CBD41A73D2DAD004F0EE (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexParser__cctor_mF468AF3C5916BA72C579CBD41A73D2DAD004F0EE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)128));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = L_0;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_2 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291____CCEEADA43268372341F81AE0C9208C6856441C04_12_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL);
((RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE_StaticFields*)il2cpp_codegen_static_fields_for(RegexParser_t9576D89D31260EF04DE583287FFC127132051FEE_il2cpp_TypeInfo_var))->set__category_19(L_1);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Text.RegularExpressions.RegexPrefix::.ctor(System.String,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void RegexPrefix__ctor_m93489A4FF55425A15BF5390E77EE0B84F6F9364C (RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 * __this, String_t* ___prefix0, bool ___ci1, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
String_t* L_0 = ___prefix0;
__this->set__prefix_0(L_0);
bool L_1 = ___ci1;
__this->set__caseInsensitive_1(L_1);
return;
}
}
// System.String System.Text.RegularExpressions.RegexPrefix::get_Prefix()
extern "C" IL2CPP_METHOD_ATTR String_t* RegexPrefix_get_Prefix_m7137EC6CA5B857F49946E2EAEA19784040D430CF (RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get__prefix_0();
return L_0;
}
}
// System.Boolean System.Text.RegularExpressions.RegexPrefix::get_CaseInsensitive()
extern "C" IL2CPP_METHOD_ATTR bool RegexPrefix_get_CaseInsensitive_m76E04480FA9FFAE4C5031CA12F4AE9A2576212C0 (RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get__caseInsensitive_1();
return L_0;
}
}
// System.Text.RegularExpressions.RegexPrefix System.Text.RegularExpressions.RegexPrefix::get_Empty()
extern "C" IL2CPP_METHOD_ATTR RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 * RegexPrefix_get_Empty_mAD10DECDBC7C51F9ACF5C02E3191874252DF9B8B (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexPrefix_get_Empty_mAD10DECDBC7C51F9ACF5C02E3191874252DF9B8B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67_il2cpp_TypeInfo_var);
RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 * L_0 = ((RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67_StaticFields*)il2cpp_codegen_static_fields_for(RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67_il2cpp_TypeInfo_var))->get__empty_2();
return L_0;
}
}
// System.Void System.Text.RegularExpressions.RegexPrefix::.cctor()
extern "C" IL2CPP_METHOD_ATTR void RegexPrefix__cctor_mCDCE7EDB98AFB119EE0281D37F7BC019AD28773D (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexPrefix__cctor_mCDCE7EDB98AFB119EE0281D37F7BC019AD28773D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 * L_1 = (RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 *)il2cpp_codegen_object_new(RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67_il2cpp_TypeInfo_var);
RegexPrefix__ctor_m93489A4FF55425A15BF5390E77EE0B84F6F9364C(L_1, L_0, (bool)0, /*hidden argument*/NULL);
((RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67_StaticFields*)il2cpp_codegen_static_fields_for(RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67_il2cpp_TypeInfo_var))->set__empty_2(L_1);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Text.RegularExpressions.RegexRunner::.ctor()
extern "C" IL2CPP_METHOD_ATTR void RegexRunner__ctor_mC04D94995556E71E813F8420C8A4EC0B66404550 (RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Text.RegularExpressions.Match System.Text.RegularExpressions.RegexRunner::Scan(System.Text.RegularExpressions.Regex,System.String,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,System.TimeSpan)
extern "C" IL2CPP_METHOD_ATTR Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * RegexRunner_Scan_m1C3B1B034601773D510A4D2DEC337635A540BE31 (RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * __this, Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * ___regex0, String_t* ___text1, int32_t ___textbeg2, int32_t ___textend3, int32_t ___textstart4, int32_t ___prevlen5, bool ___quick6, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___timeout7, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexRunner_Scan_m1C3B1B034601773D510A4D2DEC337635A540BE31_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
bool V_2 = false;
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 V_3;
memset(&V_3, 0, sizeof(V_3));
RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * G_B2_0 = NULL;
RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * G_B1_0 = NULL;
int32_t G_B3_0 = 0;
RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * G_B3_1 = NULL;
int32_t G_B6_0 = 0;
int32_t G_B9_0 = 0;
{
V_2 = (bool)0;
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_0 = ___timeout7;
IL2CPP_RUNTIME_CLASS_INIT(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_il2cpp_TypeInfo_var);
Regex_ValidateMatchTimeout_m71FE7188780DEAD57093B7345CCC50D0159218BE(L_0, /*hidden argument*/NULL);
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_1 = ((Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields*)il2cpp_codegen_static_fields_for(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_il2cpp_TypeInfo_var))->get_InfiniteMatchTimeout_4();
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_2 = ___timeout7;
IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var);
bool L_3 = TimeSpan_op_Equality_mEA0A4B7FDCAFA54C636292F7EB76F9A16C44096D(L_1, L_2, /*hidden argument*/NULL);
__this->set_ignoreTimeout_15(L_3);
bool L_4 = __this->get_ignoreTimeout_15();
G_B1_0 = __this;
if (L_4)
{
G_B2_0 = __this;
goto IL_0038;
}
}
{
double L_5 = TimeSpan_get_TotalMilliseconds_m48B00B27D485CC556C10A5119BC11E1A1E0FE363((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(&___timeout7), /*hidden argument*/NULL);
G_B3_0 = (((int32_t)((int32_t)((double)il2cpp_codegen_add((double)L_5, (double)(0.5))))));
G_B3_1 = G_B1_0;
goto IL_0046;
}
IL_0038:
{
IL2CPP_RUNTIME_CLASS_INIT(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_il2cpp_TypeInfo_var);
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_6 = ((Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields*)il2cpp_codegen_static_fields_for(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_il2cpp_TypeInfo_var))->get_InfiniteMatchTimeout_4();
V_3 = L_6;
double L_7 = TimeSpan_get_TotalMilliseconds_m48B00B27D485CC556C10A5119BC11E1A1E0FE363((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(&V_3), /*hidden argument*/NULL);
G_B3_0 = (((int32_t)((int32_t)L_7)));
G_B3_1 = G_B2_0;
}
IL_0046:
{
NullCheck(G_B3_1);
G_B3_1->set_timeout_14(G_B3_0);
Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * L_8 = ___regex0;
__this->set_runregex_13(L_8);
String_t* L_9 = ___text1;
__this->set_runtext_3(L_9);
int32_t L_10 = ___textbeg2;
__this->set_runtextbeg_0(L_10);
int32_t L_11 = ___textend3;
__this->set_runtextend_1(L_11);
int32_t L_12 = ___textstart4;
__this->set_runtextstart_2(L_12);
Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * L_13 = __this->get_runregex_13();
NullCheck(L_13);
bool L_14 = Regex_get_RightToLeft_m546BF531C94563A11427CD24367525462CDB4509(L_13, /*hidden argument*/NULL);
if (L_14)
{
goto IL_0080;
}
}
{
G_B6_0 = 1;
goto IL_0081;
}
IL_0080:
{
G_B6_0 = (-1);
}
IL_0081:
{
V_0 = G_B6_0;
Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * L_15 = __this->get_runregex_13();
NullCheck(L_15);
bool L_16 = Regex_get_RightToLeft_m546BF531C94563A11427CD24367525462CDB4509(L_15, /*hidden argument*/NULL);
if (L_16)
{
goto IL_0097;
}
}
{
int32_t L_17 = __this->get_runtextend_1();
G_B9_0 = L_17;
goto IL_009d;
}
IL_0097:
{
int32_t L_18 = __this->get_runtextbeg_0();
G_B9_0 = L_18;
}
IL_009d:
{
V_1 = G_B9_0;
int32_t L_19 = ___textstart4;
__this->set_runtextpos_4(L_19);
int32_t L_20 = ___prevlen5;
if (L_20)
{
goto IL_00c7;
}
}
{
int32_t L_21 = __this->get_runtextpos_4();
int32_t L_22 = V_1;
if ((!(((uint32_t)L_21) == ((uint32_t)L_22))))
{
goto IL_00b9;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(Match_tE447871AB59EED3642F31EB9559D162C2977EBB5_il2cpp_TypeInfo_var);
Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * L_23 = Match_get_Empty_m5D3AE3D0580F06ED901EE69FCCED6AF44715528F(/*hidden argument*/NULL);
return L_23;
}
IL_00b9:
{
int32_t L_24 = __this->get_runtextpos_4();
int32_t L_25 = V_0;
__this->set_runtextpos_4(((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)L_25)));
}
IL_00c7:
{
RegexRunner_StartTimeoutWatch_m257FBE0C72761082A11D275954C6A1343EB13301(__this, /*hidden argument*/NULL);
}
IL_00cd:
{
bool L_26 = VirtFuncInvoker0< bool >::Invoke(5 /* System.Boolean System.Text.RegularExpressions.RegexRunner::FindFirstChar() */, __this);
if (!L_26)
{
goto IL_012f;
}
}
{
RegexRunner_CheckTimeout_m52486A9CE7B6EA4C83BB60FB200196AF0EE5687B(__this, /*hidden argument*/NULL);
bool L_27 = V_2;
if (L_27)
{
goto IL_00e6;
}
}
{
RegexRunner_InitMatch_mF9CD772D4A8E12F89B4785324CD6939ABAE89AD4(__this, /*hidden argument*/NULL);
V_2 = (bool)1;
}
IL_00e6:
{
VirtActionInvoker0::Invoke(4 /* System.Void System.Text.RegularExpressions.RegexRunner::Go() */, __this);
Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * L_28 = __this->get_runmatch_12();
NullCheck(L_28);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_29 = L_28->get__matchcount_14();
NullCheck(L_29);
int32_t L_30 = 0;
int32_t L_31 = (L_29)->GetAt(static_cast<il2cpp_array_size_t>(L_30));
if ((((int32_t)L_31) <= ((int32_t)0)))
{
goto IL_0105;
}
}
{
bool L_32 = ___quick6;
Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * L_33 = RegexRunner_TidyMatch_m61A8AE20E505F2055B276EB020EB0B804ED2D924(__this, L_32, /*hidden argument*/NULL);
return L_33;
}
IL_0105:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_34 = __this->get_runtrack_5();
NullCheck(L_34);
__this->set_runtrackpos_6((((int32_t)((int32_t)(((RuntimeArray *)L_34)->max_length)))));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_35 = __this->get_runstack_7();
NullCheck(L_35);
__this->set_runstackpos_8((((int32_t)((int32_t)(((RuntimeArray *)L_35)->max_length)))));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_36 = __this->get_runcrawl_9();
NullCheck(L_36);
__this->set_runcrawlpos_10((((int32_t)((int32_t)(((RuntimeArray *)L_36)->max_length)))));
}
IL_012f:
{
int32_t L_37 = __this->get_runtextpos_4();
int32_t L_38 = V_1;
if ((!(((uint32_t)L_37) == ((uint32_t)L_38))))
{
goto IL_0146;
}
}
{
RegexRunner_TidyMatch_m61A8AE20E505F2055B276EB020EB0B804ED2D924(__this, (bool)1, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Match_tE447871AB59EED3642F31EB9559D162C2977EBB5_il2cpp_TypeInfo_var);
Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * L_39 = Match_get_Empty_m5D3AE3D0580F06ED901EE69FCCED6AF44715528F(/*hidden argument*/NULL);
return L_39;
}
IL_0146:
{
int32_t L_40 = __this->get_runtextpos_4();
int32_t L_41 = V_0;
__this->set_runtextpos_4(((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)L_41)));
goto IL_00cd;
}
}
// System.Void System.Text.RegularExpressions.RegexRunner::StartTimeoutWatch()
extern "C" IL2CPP_METHOD_ATTR void RegexRunner_StartTimeoutWatch_m257FBE0C72761082A11D275954C6A1343EB13301 (RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_ignoreTimeout_15();
if (!L_0)
{
goto IL_0009;
}
}
{
return;
}
IL_0009:
{
__this->set_timeoutChecksToSkip_17(((int32_t)1000));
int32_t L_1 = Environment_get_TickCount_m0A119BE4354EA90C82CC48E559588C987A79FE0C(/*hidden argument*/NULL);
int32_t L_2 = __this->get_timeout_14();
__this->set_timeoutOccursAt_16(((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_2)));
return;
}
}
// System.Void System.Text.RegularExpressions.RegexRunner::CheckTimeout()
extern "C" IL2CPP_METHOD_ATTR void RegexRunner_CheckTimeout_m52486A9CE7B6EA4C83BB60FB200196AF0EE5687B (RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
bool L_0 = __this->get_ignoreTimeout_15();
if (!L_0)
{
goto IL_0009;
}
}
{
return;
}
IL_0009:
{
int32_t L_1 = __this->get_timeoutChecksToSkip_17();
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1));
int32_t L_2 = V_0;
__this->set_timeoutChecksToSkip_17(L_2);
int32_t L_3 = V_0;
if (!L_3)
{
goto IL_001d;
}
}
{
return;
}
IL_001d:
{
__this->set_timeoutChecksToSkip_17(((int32_t)1000));
RegexRunner_DoCheckTimeout_mCDAA40848A2F8AAD70928FFD8A6C08FF2D9E72A3(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Text.RegularExpressions.RegexRunner::DoCheckTimeout()
extern "C" IL2CPP_METHOD_ATTR void RegexRunner_DoCheckTimeout_mCDAA40848A2F8AAD70928FFD8A6C08FF2D9E72A3 (RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexRunner_DoCheckTimeout_mCDAA40848A2F8AAD70928FFD8A6C08FF2D9E72A3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
int32_t L_0 = Environment_get_TickCount_m0A119BE4354EA90C82CC48E559588C987A79FE0C(/*hidden argument*/NULL);
V_0 = L_0;
int32_t L_1 = V_0;
int32_t L_2 = __this->get_timeoutOccursAt_16();
if ((((int32_t)L_1) >= ((int32_t)L_2)))
{
goto IL_0010;
}
}
{
return;
}
IL_0010:
{
int32_t L_3 = __this->get_timeoutOccursAt_16();
if ((((int32_t)0) <= ((int32_t)L_3)))
{
goto IL_001e;
}
}
{
int32_t L_4 = V_0;
if ((((int32_t)0) >= ((int32_t)L_4)))
{
goto IL_001e;
}
}
{
return;
}
IL_001e:
{
String_t* L_5 = __this->get_runtext_3();
Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * L_6 = __this->get_runregex_13();
NullCheck(L_6);
String_t* L_7 = L_6->get_pattern_0();
int32_t L_8 = __this->get_timeout_14();
IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var);
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_9 = TimeSpan_FromMilliseconds_mED351BDAFE79A7C08A3F115FB4B5E000CF73900D((((double)((double)L_8))), /*hidden argument*/NULL);
RegexMatchTimeoutException_t78D3102CF3A9DEE18561827EDD878176482A6C7C * L_10 = (RegexMatchTimeoutException_t78D3102CF3A9DEE18561827EDD878176482A6C7C *)il2cpp_codegen_object_new(RegexMatchTimeoutException_t78D3102CF3A9DEE18561827EDD878176482A6C7C_il2cpp_TypeInfo_var);
RegexMatchTimeoutException__ctor_mCCDB413A8F68D924B276B8FED2744E81BE4C89AF(L_10, L_5, L_7, L_9, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, NULL, RegexRunner_DoCheckTimeout_mCDAA40848A2F8AAD70928FFD8A6C08FF2D9E72A3_RuntimeMethod_var);
}
}
// System.Void System.Text.RegularExpressions.RegexRunner::InitMatch()
extern "C" IL2CPP_METHOD_ATTR void RegexRunner_InitMatch_mF9CD772D4A8E12F89B4785324CD6939ABAE89AD4 (RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexRunner_InitMatch_mF9CD772D4A8E12F89B4785324CD6939ABAE89AD4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
{
Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * L_0 = __this->get_runmatch_12();
if (L_0)
{
goto IL_009d;
}
}
{
Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * L_1 = __this->get_runregex_13();
NullCheck(L_1);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_2 = L_1->get_caps_8();
if (!L_2)
{
goto IL_0060;
}
}
{
Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * L_3 = __this->get_runregex_13();
Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * L_4 = __this->get_runregex_13();
NullCheck(L_4);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_5 = L_4->get_caps_8();
Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * L_6 = __this->get_runregex_13();
NullCheck(L_6);
int32_t L_7 = L_6->get_capsize_11();
String_t* L_8 = __this->get_runtext_3();
int32_t L_9 = __this->get_runtextbeg_0();
int32_t L_10 = __this->get_runtextend_1();
int32_t L_11 = __this->get_runtextbeg_0();
int32_t L_12 = __this->get_runtextstart_2();
MatchSparse_t73BEE39B7EBE30B7460558DCA846B704C94B571C * L_13 = (MatchSparse_t73BEE39B7EBE30B7460558DCA846B704C94B571C *)il2cpp_codegen_object_new(MatchSparse_t73BEE39B7EBE30B7460558DCA846B704C94B571C_il2cpp_TypeInfo_var);
MatchSparse__ctor_mEA523FCAF96D8A81401D3ED010CACE4463CCE811(L_13, L_3, L_5, L_7, L_8, L_9, ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)L_11)), L_12, /*hidden argument*/NULL);
__this->set_runmatch_12(L_13);
goto IL_00c6;
}
IL_0060:
{
Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * L_14 = __this->get_runregex_13();
Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * L_15 = __this->get_runregex_13();
NullCheck(L_15);
int32_t L_16 = L_15->get_capsize_11();
String_t* L_17 = __this->get_runtext_3();
int32_t L_18 = __this->get_runtextbeg_0();
int32_t L_19 = __this->get_runtextend_1();
int32_t L_20 = __this->get_runtextbeg_0();
int32_t L_21 = __this->get_runtextstart_2();
Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * L_22 = (Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 *)il2cpp_codegen_object_new(Match_tE447871AB59EED3642F31EB9559D162C2977EBB5_il2cpp_TypeInfo_var);
Match__ctor_m08A8262ACD89C9E47AA7168D0F2CC6E3338855D7(L_22, L_14, L_16, L_17, L_18, ((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)L_20)), L_21, /*hidden argument*/NULL);
__this->set_runmatch_12(L_22);
goto IL_00c6;
}
IL_009d:
{
Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * L_23 = __this->get_runmatch_12();
Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * L_24 = __this->get_runregex_13();
String_t* L_25 = __this->get_runtext_3();
int32_t L_26 = __this->get_runtextbeg_0();
int32_t L_27 = __this->get_runtextend_1();
int32_t L_28 = __this->get_runtextstart_2();
NullCheck(L_23);
VirtActionInvoker5< Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF *, String_t*, int32_t, int32_t, int32_t >::Invoke(4 /* System.Void System.Text.RegularExpressions.Match::Reset(System.Text.RegularExpressions.Regex,System.String,System.Int32,System.Int32,System.Int32) */, L_23, L_24, L_25, L_26, L_27, L_28);
}
IL_00c6:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_29 = __this->get_runcrawl_9();
if (!L_29)
{
goto IL_00f9;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_30 = __this->get_runtrack_5();
NullCheck(L_30);
__this->set_runtrackpos_6((((int32_t)((int32_t)(((RuntimeArray *)L_30)->max_length)))));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_31 = __this->get_runstack_7();
NullCheck(L_31);
__this->set_runstackpos_8((((int32_t)((int32_t)(((RuntimeArray *)L_31)->max_length)))));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_32 = __this->get_runcrawl_9();
NullCheck(L_32);
__this->set_runcrawlpos_10((((int32_t)((int32_t)(((RuntimeArray *)L_32)->max_length)))));
return;
}
IL_00f9:
{
VirtActionInvoker0::Invoke(6 /* System.Void System.Text.RegularExpressions.RegexRunner::InitTrackCount() */, __this);
int32_t L_33 = __this->get_runtrackcount_11();
V_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_33, (int32_t)8));
int32_t L_34 = __this->get_runtrackcount_11();
V_1 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_34, (int32_t)8));
int32_t L_35 = V_0;
if ((((int32_t)L_35) >= ((int32_t)((int32_t)32))))
{
goto IL_0119;
}
}
{
V_0 = ((int32_t)32);
}
IL_0119:
{
int32_t L_36 = V_1;
if ((((int32_t)L_36) >= ((int32_t)((int32_t)16))))
{
goto IL_0121;
}
}
{
V_1 = ((int32_t)16);
}
IL_0121:
{
int32_t L_37 = V_0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_38 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)L_37);
__this->set_runtrack_5(L_38);
int32_t L_39 = V_0;
__this->set_runtrackpos_6(L_39);
int32_t L_40 = V_1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_41 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)L_40);
__this->set_runstack_7(L_41);
int32_t L_42 = V_1;
__this->set_runstackpos_8(L_42);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_43 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)((int32_t)32));
__this->set_runcrawl_9(L_43);
__this->set_runcrawlpos_10(((int32_t)32));
return;
}
}
// System.Text.RegularExpressions.Match System.Text.RegularExpressions.RegexRunner::TidyMatch(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * RegexRunner_TidyMatch_m61A8AE20E505F2055B276EB020EB0B804ED2D924 (RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * __this, bool ___quick0, const RuntimeMethod* method)
{
{
bool L_0 = ___quick0;
if (L_0)
{
goto IL_001d;
}
}
{
Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * L_1 = __this->get_runmatch_12();
__this->set_runmatch_12((Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 *)NULL);
Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * L_2 = L_1;
int32_t L_3 = __this->get_runtextpos_4();
NullCheck(L_2);
VirtActionInvoker1< int32_t >::Invoke(11 /* System.Void System.Text.RegularExpressions.Match::Tidy(System.Int32) */, L_2, L_3);
return L_2;
}
IL_001d:
{
return (Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 *)NULL;
}
}
// System.Void System.Text.RegularExpressions.RegexRunner::EnsureStorage()
extern "C" IL2CPP_METHOD_ATTR void RegexRunner_EnsureStorage_m6BC13F773B014E2875CCD9A83E4093A77AA1053C (RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_runstackpos_8();
int32_t L_1 = __this->get_runtrackcount_11();
if ((((int32_t)L_0) >= ((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)4)))))
{
goto IL_0016;
}
}
{
RegexRunner_DoubleStack_m8969F05F9E086EAA194DCBD2F137778239918925(__this, /*hidden argument*/NULL);
}
IL_0016:
{
int32_t L_2 = __this->get_runtrackpos_6();
int32_t L_3 = __this->get_runtrackcount_11();
if ((((int32_t)L_2) >= ((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_3, (int32_t)4)))))
{
goto IL_002c;
}
}
{
RegexRunner_DoubleTrack_m057C14C51F137222469C6526406B0E1069747618(__this, /*hidden argument*/NULL);
}
IL_002c:
{
return;
}
}
// System.Boolean System.Text.RegularExpressions.RegexRunner::IsBoundary(System.Int32,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR bool RegexRunner_IsBoundary_m6C846E11790EC61A9E75A24230E1477913DB3441 (RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * __this, int32_t ___index0, int32_t ___startpos1, int32_t ___endpos2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexRunner_IsBoundary_m6C846E11790EC61A9E75A24230E1477913DB3441_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t G_B3_0 = 0;
int32_t G_B5_0 = 0;
int32_t G_B4_0 = 0;
int32_t G_B6_0 = 0;
int32_t G_B6_1 = 0;
{
int32_t L_0 = ___index0;
int32_t L_1 = ___startpos1;
if ((((int32_t)L_0) <= ((int32_t)L_1)))
{
goto IL_0019;
}
}
{
String_t* L_2 = __this->get_runtext_3();
int32_t L_3 = ___index0;
NullCheck(L_2);
Il2CppChar L_4 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_2, ((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1)), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var);
bool L_5 = RegexCharClass_IsWordChar_m2DF03D32DAB403138E397CB05F45D37BD50EB18C(L_4, /*hidden argument*/NULL);
G_B3_0 = ((int32_t)(L_5));
goto IL_001a;
}
IL_0019:
{
G_B3_0 = 0;
}
IL_001a:
{
int32_t L_6 = ___index0;
int32_t L_7 = ___endpos2;
G_B4_0 = G_B3_0;
if ((((int32_t)L_6) >= ((int32_t)L_7)))
{
G_B5_0 = G_B3_0;
goto IL_0031;
}
}
{
String_t* L_8 = __this->get_runtext_3();
int32_t L_9 = ___index0;
NullCheck(L_8);
Il2CppChar L_10 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_8, L_9, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var);
bool L_11 = RegexCharClass_IsWordChar_m2DF03D32DAB403138E397CB05F45D37BD50EB18C(L_10, /*hidden argument*/NULL);
G_B6_0 = ((int32_t)(L_11));
G_B6_1 = G_B4_0;
goto IL_0032;
}
IL_0031:
{
G_B6_0 = 0;
G_B6_1 = G_B5_0;
}
IL_0032:
{
return (bool)((((int32_t)((((int32_t)G_B6_1) == ((int32_t)G_B6_0))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
}
// System.Boolean System.Text.RegularExpressions.RegexRunner::IsECMABoundary(System.Int32,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR bool RegexRunner_IsECMABoundary_m35C5F5DDC7C2F0E57EBA2E9D9892A88EDAEE4B97 (RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * __this, int32_t ___index0, int32_t ___startpos1, int32_t ___endpos2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexRunner_IsECMABoundary_m35C5F5DDC7C2F0E57EBA2E9D9892A88EDAEE4B97_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t G_B3_0 = 0;
int32_t G_B5_0 = 0;
int32_t G_B4_0 = 0;
int32_t G_B6_0 = 0;
int32_t G_B6_1 = 0;
{
int32_t L_0 = ___index0;
int32_t L_1 = ___startpos1;
if ((((int32_t)L_0) <= ((int32_t)L_1)))
{
goto IL_0019;
}
}
{
String_t* L_2 = __this->get_runtext_3();
int32_t L_3 = ___index0;
NullCheck(L_2);
Il2CppChar L_4 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_2, ((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1)), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var);
bool L_5 = RegexCharClass_IsECMAWordChar_m6E7FC296DB816D89E3D6CF8672DCE6DFC519D741(L_4, /*hidden argument*/NULL);
G_B3_0 = ((int32_t)(L_5));
goto IL_001a;
}
IL_0019:
{
G_B3_0 = 0;
}
IL_001a:
{
int32_t L_6 = ___index0;
int32_t L_7 = ___endpos2;
G_B4_0 = G_B3_0;
if ((((int32_t)L_6) >= ((int32_t)L_7)))
{
G_B5_0 = G_B3_0;
goto IL_0031;
}
}
{
String_t* L_8 = __this->get_runtext_3();
int32_t L_9 = ___index0;
NullCheck(L_8);
Il2CppChar L_10 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_8, L_9, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var);
bool L_11 = RegexCharClass_IsECMAWordChar_m6E7FC296DB816D89E3D6CF8672DCE6DFC519D741(L_10, /*hidden argument*/NULL);
G_B6_0 = ((int32_t)(L_11));
G_B6_1 = G_B4_0;
goto IL_0032;
}
IL_0031:
{
G_B6_0 = 0;
G_B6_1 = G_B5_0;
}
IL_0032:
{
return (bool)((((int32_t)((((int32_t)G_B6_1) == ((int32_t)G_B6_0))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
}
// System.Void System.Text.RegularExpressions.RegexRunner::DoubleTrack()
extern "C" IL2CPP_METHOD_ATTR void RegexRunner_DoubleTrack_m057C14C51F137222469C6526406B0E1069747618 (RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexRunner_DoubleTrack_m057C14C51F137222469C6526406B0E1069747618_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_0 = NULL;
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_0 = __this->get_runtrack_5();
NullCheck(L_0);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_1 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length)))), (int32_t)2)));
V_0 = L_1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_2 = __this->get_runtrack_5();
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_3 = V_0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_4 = __this->get_runtrack_5();
NullCheck(L_4);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_5 = __this->get_runtrack_5();
NullCheck(L_5);
Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_2, 0, (RuntimeArray *)(RuntimeArray *)L_3, (((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length)))), (((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length)))), /*hidden argument*/NULL);
int32_t L_6 = __this->get_runtrackpos_6();
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_7 = __this->get_runtrack_5();
NullCheck(L_7);
__this->set_runtrackpos_6(((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length)))))));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_8 = V_0;
__this->set_runtrack_5(L_8);
return;
}
}
// System.Void System.Text.RegularExpressions.RegexRunner::DoubleStack()
extern "C" IL2CPP_METHOD_ATTR void RegexRunner_DoubleStack_m8969F05F9E086EAA194DCBD2F137778239918925 (RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexRunner_DoubleStack_m8969F05F9E086EAA194DCBD2F137778239918925_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_0 = NULL;
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_0 = __this->get_runstack_7();
NullCheck(L_0);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_1 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length)))), (int32_t)2)));
V_0 = L_1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_2 = __this->get_runstack_7();
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_3 = V_0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_4 = __this->get_runstack_7();
NullCheck(L_4);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_5 = __this->get_runstack_7();
NullCheck(L_5);
Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_2, 0, (RuntimeArray *)(RuntimeArray *)L_3, (((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length)))), (((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length)))), /*hidden argument*/NULL);
int32_t L_6 = __this->get_runstackpos_8();
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_7 = __this->get_runstack_7();
NullCheck(L_7);
__this->set_runstackpos_8(((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length)))))));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_8 = V_0;
__this->set_runstack_7(L_8);
return;
}
}
// System.Void System.Text.RegularExpressions.RegexRunner::DoubleCrawl()
extern "C" IL2CPP_METHOD_ATTR void RegexRunner_DoubleCrawl_mF0425849E5E3C2BA5E9009CED7DE245C8CA0F7CC (RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexRunner_DoubleCrawl_mF0425849E5E3C2BA5E9009CED7DE245C8CA0F7CC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_0 = NULL;
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_0 = __this->get_runcrawl_9();
NullCheck(L_0);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_1 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length)))), (int32_t)2)));
V_0 = L_1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_2 = __this->get_runcrawl_9();
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_3 = V_0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_4 = __this->get_runcrawl_9();
NullCheck(L_4);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_5 = __this->get_runcrawl_9();
NullCheck(L_5);
Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_2, 0, (RuntimeArray *)(RuntimeArray *)L_3, (((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length)))), (((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length)))), /*hidden argument*/NULL);
int32_t L_6 = __this->get_runcrawlpos_10();
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_7 = __this->get_runcrawl_9();
NullCheck(L_7);
__this->set_runcrawlpos_10(((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length)))))));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_8 = V_0;
__this->set_runcrawl_9(L_8);
return;
}
}
// System.Void System.Text.RegularExpressions.RegexRunner::Crawl(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void RegexRunner_Crawl_m655A5D262056F7E13F0645CE5611AE65E83D97DB (RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * __this, int32_t ___i0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int32_t L_0 = __this->get_runcrawlpos_10();
if (L_0)
{
goto IL_000e;
}
}
{
RegexRunner_DoubleCrawl_mF0425849E5E3C2BA5E9009CED7DE245C8CA0F7CC(__this, /*hidden argument*/NULL);
}
IL_000e:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_1 = __this->get_runcrawl_9();
int32_t L_2 = __this->get_runcrawlpos_10();
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1));
int32_t L_3 = V_0;
__this->set_runcrawlpos_10(L_3);
int32_t L_4 = V_0;
int32_t L_5 = ___i0;
NullCheck(L_1);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(L_4), (int32_t)L_5);
return;
}
}
// System.Int32 System.Text.RegularExpressions.RegexRunner::Popcrawl()
extern "C" IL2CPP_METHOD_ATTR int32_t RegexRunner_Popcrawl_mD8C76E2C584E6908F4BB11E055B97581F0CF7268 (RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_0 = __this->get_runcrawl_9();
int32_t L_1 = __this->get_runcrawlpos_10();
V_0 = L_1;
int32_t L_2 = V_0;
__this->set_runcrawlpos_10(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)));
int32_t L_3 = V_0;
NullCheck(L_0);
int32_t L_4 = L_3;
int32_t L_5 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
return L_5;
}
}
// System.Int32 System.Text.RegularExpressions.RegexRunner::Crawlpos()
extern "C" IL2CPP_METHOD_ATTR int32_t RegexRunner_Crawlpos_m26A92CA69EF0C65BC7389834A12AD331538D064D (RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * __this, const RuntimeMethod* method)
{
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_0 = __this->get_runcrawl_9();
NullCheck(L_0);
int32_t L_1 = __this->get_runcrawlpos_10();
return ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length)))), (int32_t)L_1));
}
}
// System.Void System.Text.RegularExpressions.RegexRunner::Capture(System.Int32,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void RegexRunner_Capture_mE34CB0D3351BCC69F6FDE6CDEA763B93C5E92642 (RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * __this, int32_t ___capnum0, int32_t ___start1, int32_t ___end2, const RuntimeMethod* method)
{
{
int32_t L_0 = ___end2;
int32_t L_1 = ___start1;
if ((((int32_t)L_0) >= ((int32_t)L_1)))
{
goto IL_000a;
}
}
{
int32_t L_2 = ___end2;
int32_t L_3 = ___start1;
___end2 = L_3;
___start1 = L_2;
}
IL_000a:
{
int32_t L_4 = ___capnum0;
RegexRunner_Crawl_m655A5D262056F7E13F0645CE5611AE65E83D97DB(__this, L_4, /*hidden argument*/NULL);
Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * L_5 = __this->get_runmatch_12();
int32_t L_6 = ___capnum0;
int32_t L_7 = ___start1;
int32_t L_8 = ___end2;
int32_t L_9 = ___start1;
NullCheck(L_5);
VirtActionInvoker3< int32_t, int32_t, int32_t >::Invoke(5 /* System.Void System.Text.RegularExpressions.Match::AddMatch(System.Int32,System.Int32,System.Int32) */, L_5, L_6, L_7, ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9)));
return;
}
}
// System.Void System.Text.RegularExpressions.RegexRunner::TransferCapture(System.Int32,System.Int32,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void RegexRunner_TransferCapture_m4F01B5A96647BC3FD338ACF6D509741D80FEC837 (RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * __this, int32_t ___capnum0, int32_t ___uncapnum1, int32_t ___start2, int32_t ___end3, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
{
int32_t L_0 = ___end3;
int32_t L_1 = ___start2;
if ((((int32_t)L_0) >= ((int32_t)L_1)))
{
goto IL_000c;
}
}
{
int32_t L_2 = ___end3;
int32_t L_3 = ___start2;
___end3 = L_3;
___start2 = L_2;
}
IL_000c:
{
int32_t L_4 = ___uncapnum1;
int32_t L_5 = RegexRunner_MatchIndex_mA8EEC418C65572A82720F5D16BAC99224CF0251A(__this, L_4, /*hidden argument*/NULL);
V_0 = L_5;
int32_t L_6 = V_0;
int32_t L_7 = ___uncapnum1;
int32_t L_8 = RegexRunner_MatchLength_m06FA694D5EFE42F89C25C8599BBE86C7726DB2C6(__this, L_7, /*hidden argument*/NULL);
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_8));
int32_t L_9 = ___start2;
int32_t L_10 = V_1;
if ((((int32_t)L_9) < ((int32_t)L_10)))
{
goto IL_002a;
}
}
{
int32_t L_11 = ___start2;
___end3 = L_11;
int32_t L_12 = V_1;
___start2 = L_12;
goto IL_0043;
}
IL_002a:
{
int32_t L_13 = ___end3;
int32_t L_14 = V_0;
if ((((int32_t)L_13) > ((int32_t)L_14)))
{
goto IL_0034;
}
}
{
int32_t L_15 = V_0;
___start2 = L_15;
goto IL_0043;
}
IL_0034:
{
int32_t L_16 = ___end3;
int32_t L_17 = V_1;
if ((((int32_t)L_16) <= ((int32_t)L_17)))
{
goto IL_003c;
}
}
{
int32_t L_18 = V_1;
___end3 = L_18;
}
IL_003c:
{
int32_t L_19 = V_0;
int32_t L_20 = ___start2;
if ((((int32_t)L_19) <= ((int32_t)L_20)))
{
goto IL_0043;
}
}
{
int32_t L_21 = V_0;
___start2 = L_21;
}
IL_0043:
{
int32_t L_22 = ___uncapnum1;
RegexRunner_Crawl_m655A5D262056F7E13F0645CE5611AE65E83D97DB(__this, L_22, /*hidden argument*/NULL);
Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * L_23 = __this->get_runmatch_12();
int32_t L_24 = ___uncapnum1;
NullCheck(L_23);
VirtActionInvoker1< int32_t >::Invoke(6 /* System.Void System.Text.RegularExpressions.Match::BalanceMatch(System.Int32) */, L_23, L_24);
int32_t L_25 = ___capnum0;
if ((((int32_t)L_25) == ((int32_t)(-1))))
{
goto IL_0072;
}
}
{
int32_t L_26 = ___capnum0;
RegexRunner_Crawl_m655A5D262056F7E13F0645CE5611AE65E83D97DB(__this, L_26, /*hidden argument*/NULL);
Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * L_27 = __this->get_runmatch_12();
int32_t L_28 = ___capnum0;
int32_t L_29 = ___start2;
int32_t L_30 = ___end3;
int32_t L_31 = ___start2;
NullCheck(L_27);
VirtActionInvoker3< int32_t, int32_t, int32_t >::Invoke(5 /* System.Void System.Text.RegularExpressions.Match::AddMatch(System.Int32,System.Int32,System.Int32) */, L_27, L_28, L_29, ((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)L_31)));
}
IL_0072:
{
return;
}
}
// System.Void System.Text.RegularExpressions.RegexRunner::Uncapture()
extern "C" IL2CPP_METHOD_ATTR void RegexRunner_Uncapture_mA7163C77BE1683E508821AB251F33FB7520CE3F8 (RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int32_t L_0 = RegexRunner_Popcrawl_mD8C76E2C584E6908F4BB11E055B97581F0CF7268(__this, /*hidden argument*/NULL);
V_0 = L_0;
Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * L_1 = __this->get_runmatch_12();
int32_t L_2 = V_0;
NullCheck(L_1);
VirtActionInvoker1< int32_t >::Invoke(7 /* System.Void System.Text.RegularExpressions.Match::RemoveMatch(System.Int32) */, L_1, L_2);
return;
}
}
// System.Boolean System.Text.RegularExpressions.RegexRunner::IsMatched(System.Int32)
extern "C" IL2CPP_METHOD_ATTR bool RegexRunner_IsMatched_mD7F580AA0533D5C4BC41D18824FA74BE16EAE7A3 (RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * __this, int32_t ___cap0, const RuntimeMethod* method)
{
{
Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * L_0 = __this->get_runmatch_12();
int32_t L_1 = ___cap0;
NullCheck(L_0);
bool L_2 = VirtFuncInvoker1< bool, int32_t >::Invoke(8 /* System.Boolean System.Text.RegularExpressions.Match::IsMatched(System.Int32) */, L_0, L_1);
return L_2;
}
}
// System.Int32 System.Text.RegularExpressions.RegexRunner::MatchIndex(System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t RegexRunner_MatchIndex_mA8EEC418C65572A82720F5D16BAC99224CF0251A (RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * __this, int32_t ___cap0, const RuntimeMethod* method)
{
{
Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * L_0 = __this->get_runmatch_12();
int32_t L_1 = ___cap0;
NullCheck(L_0);
int32_t L_2 = VirtFuncInvoker1< int32_t, int32_t >::Invoke(9 /* System.Int32 System.Text.RegularExpressions.Match::MatchIndex(System.Int32) */, L_0, L_1);
return L_2;
}
}
// System.Int32 System.Text.RegularExpressions.RegexRunner::MatchLength(System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t RegexRunner_MatchLength_m06FA694D5EFE42F89C25C8599BBE86C7726DB2C6 (RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * __this, int32_t ___cap0, const RuntimeMethod* method)
{
{
Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * L_0 = __this->get_runmatch_12();
int32_t L_1 = ___cap0;
NullCheck(L_0);
int32_t L_2 = VirtFuncInvoker1< int32_t, int32_t >::Invoke(10 /* System.Int32 System.Text.RegularExpressions.Match::MatchLength(System.Int32) */, L_0, L_1);
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
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Text.RegularExpressions.RegexTree::.ctor(System.Text.RegularExpressions.RegexNode,System.Collections.Hashtable,System.Int32[],System.Int32,System.Collections.Hashtable,System.String[],System.Text.RegularExpressions.RegexOptions)
extern "C" IL2CPP_METHOD_ATTR void RegexTree__ctor_m5B10D5149928B35CE397472028EE327669C211DA (RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6 * __this, RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * ___root0, Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___caps1, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___capnumlist2, int32_t ___captop3, Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___capnames4, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___capslist5, int32_t ___opts6, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_0 = ___root0;
__this->set__root_0(L_0);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_1 = ___caps1;
__this->set__caps_1(L_1);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_2 = ___capnumlist2;
__this->set__capnumlist_2(L_2);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_3 = ___capnames4;
__this->set__capnames_3(L_3);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_4 = ___capslist5;
__this->set__capslist_4(L_4);
int32_t L_5 = ___captop3;
__this->set__captop_6(L_5);
int32_t L_6 = ___opts6;
__this->set__options_5(L_6);
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.Text.RegularExpressions.RegexCode System.Text.RegularExpressions.RegexWriter::Write(System.Text.RegularExpressions.RegexTree)
extern "C" IL2CPP_METHOD_ATTR RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA * RegexWriter_Write_m57CF8209EF566CD40F9146C74DF889C8AA06E061 (RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6 * ___t0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexWriter_Write_m57CF8209EF566CD40F9146C74DF889C8AA06E061_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * L_0 = (RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 *)il2cpp_codegen_object_new(RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6_il2cpp_TypeInfo_var);
RegexWriter__ctor_m63A858FAE36A8640812DFF917751C1E215A2AE82(L_0, /*hidden argument*/NULL);
RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6 * L_1 = ___t0;
NullCheck(L_0);
RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA * L_2 = RegexWriter_RegexCodeFromRegexTree_mAC489A29C00688CA929661BC394F1C4CF997CFC5(L_0, L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Void System.Text.RegularExpressions.RegexWriter::.ctor()
extern "C" IL2CPP_METHOD_ATTR void RegexWriter__ctor_m63A858FAE36A8640812DFF917751C1E215A2AE82 (RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexWriter__ctor_m63A858FAE36A8640812DFF917751C1E215A2AE82_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_0 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)((int32_t)32));
__this->set__intStack_0(L_0);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_1 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)((int32_t)32));
__this->set__emitted_2(L_1);
Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * L_2 = (Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB *)il2cpp_codegen_object_new(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB_il2cpp_TypeInfo_var);
Dictionary_2__ctor_m20A5B6C6950ACF998FE28F7FACEA19C755593E62(L_2, /*hidden argument*/Dictionary_2__ctor_m20A5B6C6950ACF998FE28F7FACEA19C755593E62_RuntimeMethod_var);
__this->set__stringhash_4(L_2);
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_3 = (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *)il2cpp_codegen_object_new(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_il2cpp_TypeInfo_var);
List_1__ctor_mDA22758D73530683C950C5CCF39BDB4E7E1F3F06(L_3, /*hidden argument*/List_1__ctor_mDA22758D73530683C950C5CCF39BDB4E7E1F3F06_RuntimeMethod_var);
__this->set__stringtable_5(L_3);
return;
}
}
// System.Void System.Text.RegularExpressions.RegexWriter::PushInt(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void RegexWriter_PushInt_mFBC85956A26FEBC66244C8DFC881106D85DD2C1D (RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * __this, int32_t ___I0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexWriter_PushInt_mFBC85956A26FEBC66244C8DFC881106D85DD2C1D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_0 = NULL;
int32_t V_1 = 0;
{
int32_t L_0 = __this->get__depth_1();
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_1 = __this->get__intStack_0();
NullCheck(L_1);
if ((((int32_t)L_0) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length)))))))
{
goto IL_0039;
}
}
{
int32_t L_2 = __this->get__depth_1();
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_3 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_2, (int32_t)2)));
V_0 = L_3;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_4 = __this->get__intStack_0();
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_5 = V_0;
int32_t L_6 = __this->get__depth_1();
Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_4, 0, (RuntimeArray *)(RuntimeArray *)L_5, 0, L_6, /*hidden argument*/NULL);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_7 = V_0;
__this->set__intStack_0(L_7);
}
IL_0039:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_8 = __this->get__intStack_0();
int32_t L_9 = __this->get__depth_1();
V_1 = L_9;
int32_t L_10 = V_1;
__this->set__depth_1(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)));
int32_t L_11 = V_1;
int32_t L_12 = ___I0;
NullCheck(L_8);
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(L_11), (int32_t)L_12);
return;
}
}
// System.Boolean System.Text.RegularExpressions.RegexWriter::EmptyStack()
extern "C" IL2CPP_METHOD_ATTR bool RegexWriter_EmptyStack_mB0C109FA21F5CFD16A34438BA1CC1CE8BED91E7C (RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get__depth_1();
return (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
}
}
// System.Int32 System.Text.RegularExpressions.RegexWriter::PopInt()
extern "C" IL2CPP_METHOD_ATTR int32_t RegexWriter_PopInt_m8885F9428571674EC224D6BBC93570B1B4671713 (RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_0 = __this->get__intStack_0();
int32_t L_1 = __this->get__depth_1();
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1));
int32_t L_2 = V_0;
__this->set__depth_1(L_2);
int32_t L_3 = V_0;
NullCheck(L_0);
int32_t L_4 = L_3;
int32_t L_5 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
return L_5;
}
}
// System.Int32 System.Text.RegularExpressions.RegexWriter::CurPos()
extern "C" IL2CPP_METHOD_ATTR int32_t RegexWriter_CurPos_mEA105879492A4B415FA8AC25B29AA49153F83C18 (RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get__curpos_3();
return L_0;
}
}
// System.Void System.Text.RegularExpressions.RegexWriter::PatchJump(System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void RegexWriter_PatchJump_m6C0A440142E7AC772AD4AF7DF5D8291B6CA6D7D2 (RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * __this, int32_t ___Offset0, int32_t ___jumpDest1, const RuntimeMethod* method)
{
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_0 = __this->get__emitted_2();
int32_t L_1 = ___Offset0;
int32_t L_2 = ___jumpDest1;
NullCheck(L_0);
(L_0)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1))), (int32_t)L_2);
return;
}
}
// System.Void System.Text.RegularExpressions.RegexWriter::Emit(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void RegexWriter_Emit_mDC0B76CE49A6DE83DD2D169236BCD516AE9263EF (RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * __this, int32_t ___op0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
bool L_0 = __this->get__counting_6();
if (!L_0)
{
goto IL_002d;
}
}
{
int32_t L_1 = __this->get__count_7();
__this->set__count_7(((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)));
int32_t L_2 = ___op0;
bool L_3 = RegexCode_OpcodeBacktracks_mDA23B91B55FE4991B168BF8E18F6DDDC7667B882(L_2, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_002c;
}
}
{
int32_t L_4 = __this->get__trackcount_8();
__this->set__trackcount_8(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)));
}
IL_002c:
{
return;
}
IL_002d:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_5 = __this->get__emitted_2();
int32_t L_6 = __this->get__curpos_3();
V_0 = L_6;
int32_t L_7 = V_0;
__this->set__curpos_3(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)));
int32_t L_8 = V_0;
int32_t L_9 = ___op0;
NullCheck(L_5);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(L_8), (int32_t)L_9);
return;
}
}
// System.Void System.Text.RegularExpressions.RegexWriter::Emit(System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void RegexWriter_Emit_m6B0ACB44155A07161060838F483D555E7EF6ACED (RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * __this, int32_t ___op0, int32_t ___opd11, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
bool L_0 = __this->get__counting_6();
if (!L_0)
{
goto IL_002d;
}
}
{
int32_t L_1 = __this->get__count_7();
__this->set__count_7(((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)2)));
int32_t L_2 = ___op0;
bool L_3 = RegexCode_OpcodeBacktracks_mDA23B91B55FE4991B168BF8E18F6DDDC7667B882(L_2, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_002c;
}
}
{
int32_t L_4 = __this->get__trackcount_8();
__this->set__trackcount_8(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)));
}
IL_002c:
{
return;
}
IL_002d:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_5 = __this->get__emitted_2();
int32_t L_6 = __this->get__curpos_3();
V_0 = L_6;
int32_t L_7 = V_0;
__this->set__curpos_3(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)));
int32_t L_8 = V_0;
int32_t L_9 = ___op0;
NullCheck(L_5);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(L_8), (int32_t)L_9);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_10 = __this->get__emitted_2();
int32_t L_11 = __this->get__curpos_3();
V_0 = L_11;
int32_t L_12 = V_0;
__this->set__curpos_3(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)));
int32_t L_13 = V_0;
int32_t L_14 = ___opd11;
NullCheck(L_10);
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(L_13), (int32_t)L_14);
return;
}
}
// System.Void System.Text.RegularExpressions.RegexWriter::Emit(System.Int32,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void RegexWriter_Emit_m7C1D08F071C805F13DBF7684AEC3F2F7E748C497 (RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * __this, int32_t ___op0, int32_t ___opd11, int32_t ___opd22, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
bool L_0 = __this->get__counting_6();
if (!L_0)
{
goto IL_002d;
}
}
{
int32_t L_1 = __this->get__count_7();
__this->set__count_7(((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)3)));
int32_t L_2 = ___op0;
bool L_3 = RegexCode_OpcodeBacktracks_mDA23B91B55FE4991B168BF8E18F6DDDC7667B882(L_2, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_002c;
}
}
{
int32_t L_4 = __this->get__trackcount_8();
__this->set__trackcount_8(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)));
}
IL_002c:
{
return;
}
IL_002d:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_5 = __this->get__emitted_2();
int32_t L_6 = __this->get__curpos_3();
V_0 = L_6;
int32_t L_7 = V_0;
__this->set__curpos_3(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)));
int32_t L_8 = V_0;
int32_t L_9 = ___op0;
NullCheck(L_5);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(L_8), (int32_t)L_9);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_10 = __this->get__emitted_2();
int32_t L_11 = __this->get__curpos_3();
V_0 = L_11;
int32_t L_12 = V_0;
__this->set__curpos_3(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)));
int32_t L_13 = V_0;
int32_t L_14 = ___opd11;
NullCheck(L_10);
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(L_13), (int32_t)L_14);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_15 = __this->get__emitted_2();
int32_t L_16 = __this->get__curpos_3();
V_0 = L_16;
int32_t L_17 = V_0;
__this->set__curpos_3(((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)));
int32_t L_18 = V_0;
int32_t L_19 = ___opd22;
NullCheck(L_15);
(L_15)->SetAt(static_cast<il2cpp_array_size_t>(L_18), (int32_t)L_19);
return;
}
}
// System.Int32 System.Text.RegularExpressions.RegexWriter::StringCode(System.String)
extern "C" IL2CPP_METHOD_ATTR int32_t RegexWriter_StringCode_m6AA17FFEBDD5E155004F05A78CF13B0D8E901158 (RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * __this, String_t* ___str0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexWriter_StringCode_m6AA17FFEBDD5E155004F05A78CF13B0D8E901158_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
bool L_0 = __this->get__counting_6();
if (!L_0)
{
goto IL_000a;
}
}
{
return 0;
}
IL_000a:
{
String_t* L_1 = ___str0;
if (L_1)
{
goto IL_0014;
}
}
{
String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
___str0 = L_2;
}
IL_0014:
{
Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * L_3 = __this->get__stringhash_4();
String_t* L_4 = ___str0;
NullCheck(L_3);
bool L_5 = Dictionary_2_ContainsKey_m6DC4AF7F40FA029B9407E83E9EFD98FA5C3BA545(L_3, L_4, /*hidden argument*/Dictionary_2_ContainsKey_m6DC4AF7F40FA029B9407E83E9EFD98FA5C3BA545_RuntimeMethod_var);
if (!L_5)
{
goto IL_0031;
}
}
{
Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * L_6 = __this->get__stringhash_4();
String_t* L_7 = ___str0;
NullCheck(L_6);
int32_t L_8 = Dictionary_2_get_Item_m8B16E8CBD6B9EE71984601DB60ADB40673ADD5CC(L_6, L_7, /*hidden argument*/Dictionary_2_get_Item_m8B16E8CBD6B9EE71984601DB60ADB40673ADD5CC_RuntimeMethod_var);
V_0 = L_8;
goto IL_0056;
}
IL_0031:
{
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_9 = __this->get__stringtable_5();
NullCheck(L_9);
int32_t L_10 = List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4(L_9, /*hidden argument*/List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_RuntimeMethod_var);
V_0 = L_10;
Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * L_11 = __this->get__stringhash_4();
String_t* L_12 = ___str0;
int32_t L_13 = V_0;
NullCheck(L_11);
Dictionary_2_set_Item_mDBA4C5D99B9605672D2F04AF3184C5E043D1BD3A(L_11, L_12, L_13, /*hidden argument*/Dictionary_2_set_Item_mDBA4C5D99B9605672D2F04AF3184C5E043D1BD3A_RuntimeMethod_var);
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_14 = __this->get__stringtable_5();
String_t* L_15 = ___str0;
NullCheck(L_14);
List_1_Add_mA348FA1140766465189459D25B01EB179001DE83(L_14, L_15, /*hidden argument*/List_1_Add_mA348FA1140766465189459D25B01EB179001DE83_RuntimeMethod_var);
}
IL_0056:
{
int32_t L_16 = V_0;
return L_16;
}
}
// System.ArgumentException System.Text.RegularExpressions.RegexWriter::MakeException(System.String)
extern "C" IL2CPP_METHOD_ATTR ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * RegexWriter_MakeException_m443C4CFA99AE06710D1E1BFA3D6EB9737AE70F17 (RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * __this, String_t* ___message0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexWriter_MakeException_m443C4CFA99AE06710D1E1BFA3D6EB9737AE70F17_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___message0;
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_1 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_1, L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Int32 System.Text.RegularExpressions.RegexWriter::MapCapnum(System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t RegexWriter_MapCapnum_m6AFE8BED80960BAA522EAA873D535C9D5AD4B811 (RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * __this, int32_t ___capnum0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexWriter_MapCapnum_m6AFE8BED80960BAA522EAA873D535C9D5AD4B811_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___capnum0;
if ((!(((uint32_t)L_0) == ((uint32_t)(-1)))))
{
goto IL_0006;
}
}
{
return (-1);
}
IL_0006:
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_1 = __this->get__caps_9();
if (!L_1)
{
goto IL_0025;
}
}
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_2 = __this->get__caps_9();
int32_t L_3 = ___capnum0;
int32_t L_4 = L_3;
RuntimeObject * L_5 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_4);
NullCheck(L_2);
RuntimeObject * L_6 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_2, L_5);
return ((*(int32_t*)((int32_t*)UnBox(L_6, Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var))));
}
IL_0025:
{
int32_t L_7 = ___capnum0;
return L_7;
}
}
// System.Text.RegularExpressions.RegexCode System.Text.RegularExpressions.RegexWriter::RegexCodeFromRegexTree(System.Text.RegularExpressions.RegexTree)
extern "C" IL2CPP_METHOD_ATTR RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA * RegexWriter_RegexCodeFromRegexTree_mAC489A29C00688CA929661BC394F1C4CF997CFC5 (RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * __this, RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6 * ___tree0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexWriter_RegexCodeFromRegexTree_mAC489A29C00688CA929661BC394F1C4CF997CFC5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 * V_3 = NULL;
RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 * V_4 = NULL;
int32_t V_5 = 0;
RegexBoyerMoore_t37ED99A3CC25068E4D3DE4517835CFFCCF2FA1EB * V_6 = NULL;
bool V_7 = false;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * V_8 = NULL;
int32_t V_9 = 0;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * G_B21_0 = NULL;
{
RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6 * L_0 = ___tree0;
NullCheck(L_0);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_1 = L_0->get__capnumlist_2();
if (!L_1)
{
goto IL_0018;
}
}
{
RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6 * L_2 = ___tree0;
NullCheck(L_2);
int32_t L_3 = L_2->get__captop_6();
RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6 * L_4 = ___tree0;
NullCheck(L_4);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_5 = L_4->get__capnumlist_2();
NullCheck(L_5);
if ((!(((uint32_t)L_3) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length))))))))
{
goto IL_0028;
}
}
IL_0018:
{
RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6 * L_6 = ___tree0;
NullCheck(L_6);
int32_t L_7 = L_6->get__captop_6();
V_2 = L_7;
__this->set__caps_9((Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)NULL);
goto IL_0074;
}
IL_0028:
{
RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6 * L_8 = ___tree0;
NullCheck(L_8);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_9 = L_8->get__capnumlist_2();
NullCheck(L_9);
V_2 = (((int32_t)((int32_t)(((RuntimeArray *)L_9)->max_length))));
RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6 * L_10 = ___tree0;
NullCheck(L_10);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_11 = L_10->get__caps_1();
__this->set__caps_9(L_11);
V_9 = 0;
goto IL_0068;
}
IL_0042:
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_12 = __this->get__caps_9();
RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6 * L_13 = ___tree0;
NullCheck(L_13);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_14 = L_13->get__capnumlist_2();
int32_t L_15 = V_9;
NullCheck(L_14);
int32_t L_16 = L_15;
int32_t L_17 = (L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
int32_t L_18 = L_17;
RuntimeObject * L_19 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_18);
int32_t L_20 = V_9;
int32_t L_21 = L_20;
RuntimeObject * L_22 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_21);
NullCheck(L_12);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_12, L_19, L_22);
int32_t L_23 = V_9;
V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1));
}
IL_0068:
{
int32_t L_24 = V_9;
RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6 * L_25 = ___tree0;
NullCheck(L_25);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_26 = L_25->get__capnumlist_2();
NullCheck(L_26);
if ((((int32_t)L_24) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_26)->max_length)))))))
{
goto IL_0042;
}
}
IL_0074:
{
__this->set__counting_6((bool)1);
}
IL_007b:
{
bool L_27 = __this->get__counting_6();
if (L_27)
{
goto IL_0094;
}
}
{
int32_t L_28 = __this->get__count_7();
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_29 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)L_28);
__this->set__emitted_2(L_29);
}
IL_0094:
{
RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6 * L_30 = ___tree0;
NullCheck(L_30);
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_31 = L_30->get__root_0();
V_0 = L_31;
V_1 = 0;
RegexWriter_Emit_m6B0ACB44155A07161060838F483D555E7EF6ACED(__this, ((int32_t)23), 0, /*hidden argument*/NULL);
}
IL_00a6:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_32 = V_0;
NullCheck(L_32);
List_1_tA5CDE89671B691180A7422F86077A0D047AD4059 * L_33 = L_32->get__children_1();
if (L_33)
{
goto IL_00be;
}
}
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_34 = V_0;
NullCheck(L_34);
int32_t L_35 = L_34->get__type_0();
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_36 = V_0;
RegexWriter_EmitFragment_mEFDD8EA3A65320222CF4EA8A52B33C687EE0C5AC(__this, L_35, L_36, 0, /*hidden argument*/NULL);
goto IL_00f5;
}
IL_00be:
{
int32_t L_37 = V_1;
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_38 = V_0;
NullCheck(L_38);
List_1_tA5CDE89671B691180A7422F86077A0D047AD4059 * L_39 = L_38->get__children_1();
NullCheck(L_39);
int32_t L_40 = List_1_get_Count_mC6523733B48B0774D420C52AAB0D5951127CB49B(L_39, /*hidden argument*/List_1_get_Count_mC6523733B48B0774D420C52AAB0D5951127CB49B_RuntimeMethod_var);
if ((((int32_t)L_37) >= ((int32_t)L_40)))
{
goto IL_00f5;
}
}
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_41 = V_0;
NullCheck(L_41);
int32_t L_42 = L_41->get__type_0();
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_43 = V_0;
int32_t L_44 = V_1;
RegexWriter_EmitFragment_mEFDD8EA3A65320222CF4EA8A52B33C687EE0C5AC(__this, ((int32_t)((int32_t)L_42|(int32_t)((int32_t)64))), L_43, L_44, /*hidden argument*/NULL);
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_45 = V_0;
NullCheck(L_45);
List_1_tA5CDE89671B691180A7422F86077A0D047AD4059 * L_46 = L_45->get__children_1();
int32_t L_47 = V_1;
NullCheck(L_46);
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_48 = List_1_get_Item_m0FFC6D8E8EF63D912869025D9A3ED65726581D11(L_46, L_47, /*hidden argument*/List_1_get_Item_m0FFC6D8E8EF63D912869025D9A3ED65726581D11_RuntimeMethod_var);
V_0 = L_48;
int32_t L_49 = V_1;
RegexWriter_PushInt_mFBC85956A26FEBC66244C8DFC881106D85DD2C1D(__this, L_49, /*hidden argument*/NULL);
V_1 = 0;
goto IL_00a6;
}
IL_00f5:
{
bool L_50 = RegexWriter_EmptyStack_mB0C109FA21F5CFD16A34438BA1CC1CE8BED91E7C(__this, /*hidden argument*/NULL);
if (L_50)
{
goto IL_0125;
}
}
{
int32_t L_51 = RegexWriter_PopInt_m8885F9428571674EC224D6BBC93570B1B4671713(__this, /*hidden argument*/NULL);
V_1 = L_51;
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_52 = V_0;
NullCheck(L_52);
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_53 = L_52->get__next_7();
V_0 = L_53;
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_54 = V_0;
NullCheck(L_54);
int32_t L_55 = L_54->get__type_0();
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_56 = V_0;
int32_t L_57 = V_1;
RegexWriter_EmitFragment_mEFDD8EA3A65320222CF4EA8A52B33C687EE0C5AC(__this, ((int32_t)((int32_t)L_55|(int32_t)((int32_t)128))), L_56, L_57, /*hidden argument*/NULL);
int32_t L_58 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)1));
goto IL_00a6;
}
IL_0125:
{
int32_t L_59 = RegexWriter_CurPos_mEA105879492A4B415FA8AC25B29AA49153F83C18(__this, /*hidden argument*/NULL);
RegexWriter_PatchJump_m6C0A440142E7AC772AD4AF7DF5D8291B6CA6D7D2(__this, 0, L_59, /*hidden argument*/NULL);
RegexWriter_Emit_mDC0B76CE49A6DE83DD2D169236BCD516AE9263EF(__this, ((int32_t)40), /*hidden argument*/NULL);
bool L_60 = __this->get__counting_6();
if (!L_60)
{
goto IL_014e;
}
}
{
__this->set__counting_6((bool)0);
goto IL_007b;
}
IL_014e:
{
RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6 * L_61 = ___tree0;
RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 * L_62 = RegexFCD_FirstChars_mC60DC5CA9A078998CB55594436AB9CBFD86478FB(L_61, /*hidden argument*/NULL);
V_3 = L_62;
RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6 * L_63 = ___tree0;
RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 * L_64 = RegexFCD_Prefix_m50B30C508C6745832FD3A76B2169462455C1A28E(L_63, /*hidden argument*/NULL);
V_4 = L_64;
RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6 * L_65 = ___tree0;
NullCheck(L_65);
int32_t L_66 = L_65->get__options_5();
V_7 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_66&(int32_t)((int32_t)64)))) <= ((uint32_t)0)))? 1 : 0);
RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6 * L_67 = ___tree0;
NullCheck(L_67);
int32_t L_68 = L_67->get__options_5();
if (((int32_t)((int32_t)L_68&(int32_t)((int32_t)512))))
{
goto IL_0180;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_69 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL);
G_B21_0 = L_69;
goto IL_0185;
}
IL_0180:
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_70 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
G_B21_0 = L_70;
}
IL_0185:
{
V_8 = G_B21_0;
RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 * L_71 = V_4;
if (!L_71)
{
goto IL_01b5;
}
}
{
RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 * L_72 = V_4;
NullCheck(L_72);
String_t* L_73 = RegexPrefix_get_Prefix_m7137EC6CA5B857F49946E2EAEA19784040D430CF(L_72, /*hidden argument*/NULL);
NullCheck(L_73);
int32_t L_74 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_73, /*hidden argument*/NULL);
if ((((int32_t)L_74) <= ((int32_t)0)))
{
goto IL_01b5;
}
}
{
RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 * L_75 = V_4;
NullCheck(L_75);
String_t* L_76 = RegexPrefix_get_Prefix_m7137EC6CA5B857F49946E2EAEA19784040D430CF(L_75, /*hidden argument*/NULL);
RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 * L_77 = V_4;
NullCheck(L_77);
bool L_78 = RegexPrefix_get_CaseInsensitive_m76E04480FA9FFAE4C5031CA12F4AE9A2576212C0(L_77, /*hidden argument*/NULL);
bool L_79 = V_7;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_80 = V_8;
RegexBoyerMoore_t37ED99A3CC25068E4D3DE4517835CFFCCF2FA1EB * L_81 = (RegexBoyerMoore_t37ED99A3CC25068E4D3DE4517835CFFCCF2FA1EB *)il2cpp_codegen_object_new(RegexBoyerMoore_t37ED99A3CC25068E4D3DE4517835CFFCCF2FA1EB_il2cpp_TypeInfo_var);
RegexBoyerMoore__ctor_m39674FB18BB75DD891AAE3781FDA0CCDDEBC2F8C(L_81, L_76, L_78, L_79, L_80, /*hidden argument*/NULL);
V_6 = L_81;
goto IL_01b8;
}
IL_01b5:
{
V_6 = (RegexBoyerMoore_t37ED99A3CC25068E4D3DE4517835CFFCCF2FA1EB *)NULL;
}
IL_01b8:
{
RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6 * L_82 = ___tree0;
int32_t L_83 = RegexFCD_Anchors_m562FA644F10503074714E0F58A2A00F9F727D75E(L_82, /*hidden argument*/NULL);
V_5 = L_83;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_84 = __this->get__emitted_2();
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_85 = __this->get__stringtable_5();
int32_t L_86 = __this->get__trackcount_8();
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_87 = __this->get__caps_9();
int32_t L_88 = V_2;
RegexBoyerMoore_t37ED99A3CC25068E4D3DE4517835CFFCCF2FA1EB * L_89 = V_6;
RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 * L_90 = V_3;
int32_t L_91 = V_5;
bool L_92 = V_7;
RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA * L_93 = (RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA *)il2cpp_codegen_object_new(RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA_il2cpp_TypeInfo_var);
RegexCode__ctor_mBCB059D3E98AEA211794E89DDF99193231F298CA(L_93, L_84, L_85, L_86, L_87, L_88, L_89, L_90, L_91, L_92, /*hidden argument*/NULL);
return L_93;
}
}
// System.Void System.Text.RegularExpressions.RegexWriter::EmitFragment(System.Int32,System.Text.RegularExpressions.RegexNode,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void RegexWriter_EmitFragment_mEFDD8EA3A65320222CF4EA8A52B33C687EE0C5AC (RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * __this, int32_t ___nodetype0, RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * ___node1, int32_t ___CurIndex2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RegexWriter_EmitFragment_mEFDD8EA3A65320222CF4EA8A52B33C687EE0C5AC_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 V_6 = 0;
RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * G_B35_0 = NULL;
RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * G_B34_0 = NULL;
int32_t G_B36_0 = 0;
RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * G_B36_1 = NULL;
int32_t G_B38_0 = 0;
RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * G_B38_1 = NULL;
int32_t G_B37_0 = 0;
RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * G_B37_1 = NULL;
int32_t G_B39_0 = 0;
int32_t G_B39_1 = 0;
RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * G_B39_2 = NULL;
RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * G_B42_0 = NULL;
RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * G_B41_0 = NULL;
int32_t G_B43_0 = 0;
RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * G_B43_1 = NULL;
int32_t G_B51_0 = 0;
int32_t G_B51_1 = 0;
RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * G_B51_2 = NULL;
int32_t G_B50_0 = 0;
int32_t G_B50_1 = 0;
RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * G_B50_2 = NULL;
int32_t G_B52_0 = 0;
int32_t G_B52_1 = 0;
int32_t G_B52_2 = 0;
RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * G_B52_3 = NULL;
RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * G_B69_0 = NULL;
RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * G_B67_0 = NULL;
RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * G_B68_0 = NULL;
int32_t G_B70_0 = 0;
RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * G_B70_1 = NULL;
Il2CppChar G_B74_0 = 0x0;
int32_t G_B74_1 = 0;
RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * G_B74_2 = NULL;
Il2CppChar G_B73_0 = 0x0;
int32_t G_B73_1 = 0;
RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * G_B73_2 = NULL;
int32_t G_B75_0 = 0;
Il2CppChar G_B75_1 = 0x0;
int32_t G_B75_2 = 0;
RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * G_B75_3 = NULL;
int32_t G_B81_0 = 0;
int32_t G_B81_1 = 0;
RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * G_B81_2 = NULL;
int32_t G_B80_0 = 0;
int32_t G_B80_1 = 0;
RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * G_B80_2 = NULL;
int32_t G_B82_0 = 0;
int32_t G_B82_1 = 0;
int32_t G_B82_2 = 0;
RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * G_B82_3 = NULL;
{
V_0 = 0;
int32_t L_0 = ___nodetype0;
if ((((int32_t)L_0) > ((int32_t)((int32_t)13))))
{
goto IL_0026;
}
}
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_1 = ___node1;
NullCheck(L_1);
bool L_2 = RegexNode_UseOptionR_mB931929BBD1D89F8B263AA846C1665775096713E(L_1, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_0014;
}
}
{
int32_t L_3 = V_0;
V_0 = ((int32_t)((int32_t)L_3|(int32_t)((int32_t)64)));
}
IL_0014:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_4 = ___node1;
NullCheck(L_4);
int32_t L_5 = L_4->get__options_6();
if (!((int32_t)((int32_t)L_5&(int32_t)1)))
{
goto IL_0026;
}
}
{
int32_t L_6 = V_0;
V_0 = ((int32_t)((int32_t)L_6|(int32_t)((int32_t)512)));
}
IL_0026:
{
int32_t L_7 = ___nodetype0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)3)))
{
case 0:
{
goto IL_04c5;
}
case 1:
{
goto IL_04c5;
}
case 2:
{
goto IL_053f;
}
case 3:
{
goto IL_04c5;
}
case 4:
{
goto IL_04c5;
}
case 5:
{
goto IL_053f;
}
case 6:
{
goto IL_04b0;
}
case 7:
{
goto IL_04b0;
}
case 8:
{
goto IL_05cb;
}
case 9:
{
goto IL_05b0;
}
case 10:
{
goto IL_05e6;
}
case 11:
{
goto IL_0601;
}
case 12:
{
goto IL_0601;
}
case 13:
{
goto IL_0601;
}
case 14:
{
goto IL_0601;
}
case 15:
{
goto IL_0601;
}
case 16:
{
goto IL_0601;
}
case 17:
{
goto IL_0601;
}
case 18:
{
goto IL_0601;
}
case 19:
{
goto IL_0601;
}
case 20:
{
goto IL_0634;
}
case 21:
{
goto IL_060e;
}
case 22:
{
goto IL_060e;
}
case 23:
{
goto IL_060e;
}
case 24:
{
goto IL_060e;
}
case 25:
{
goto IL_060e;
}
case 26:
{
goto IL_060e;
}
case 27:
{
goto IL_060e;
}
case 28:
{
goto IL_060e;
}
case 29:
{
goto IL_060e;
}
case 30:
{
goto IL_060e;
}
case 31:
{
goto IL_060e;
}
case 32:
{
goto IL_060e;
}
case 33:
{
goto IL_060e;
}
case 34:
{
goto IL_060e;
}
case 35:
{
goto IL_060e;
}
case 36:
{
goto IL_060e;
}
case 37:
{
goto IL_060e;
}
case 38:
{
goto IL_0601;
}
case 39:
{
goto IL_0601;
}
}
}
{
int32_t L_8 = ___nodetype0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)((int32_t)88))))
{
case 0:
{
goto IL_0140;
}
case 1:
{
goto IL_0634;
}
case 2:
{
goto IL_030e;
}
case 3:
{
goto IL_030e;
}
case 4:
{
goto IL_0411;
}
case 5:
{
goto IL_0634;
}
case 6:
{
goto IL_043b;
}
case 7:
{
goto IL_045d;
}
case 8:
{
goto IL_049e;
}
case 9:
{
goto IL_01c2;
}
case 10:
{
goto IL_025f;
}
}
}
{
int32_t L_9 = ___nodetype0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)((int32_t)152))))
{
case 0:
{
goto IL_0169;
}
case 1:
{
goto IL_0634;
}
case 2:
{
goto IL_038b;
}
case 3:
{
goto IL_038b;
}
case 4:
{
goto IL_041a;
}
case 5:
{
goto IL_0634;
}
case 6:
{
goto IL_044c;
}
case 7:
{
goto IL_047b;
}
case 8:
{
goto IL_04a7;
}
case 9:
{
goto IL_0202;
}
case 10:
{
goto IL_028b;
}
}
}
{
goto IL_060e;
}
IL_0140:
{
int32_t L_10 = ___CurIndex2;
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_11 = ___node1;
NullCheck(L_11);
List_1_tA5CDE89671B691180A7422F86077A0D047AD4059 * L_12 = L_11->get__children_1();
NullCheck(L_12);
int32_t L_13 = List_1_get_Count_mC6523733B48B0774D420C52AAB0D5951127CB49B(L_12, /*hidden argument*/List_1_get_Count_mC6523733B48B0774D420C52AAB0D5951127CB49B_RuntimeMethod_var);
if ((((int32_t)L_10) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)1)))))
{
goto IL_0634;
}
}
{
int32_t L_14 = RegexWriter_CurPos_mEA105879492A4B415FA8AC25B29AA49153F83C18(__this, /*hidden argument*/NULL);
RegexWriter_PushInt_mFBC85956A26FEBC66244C8DFC881106D85DD2C1D(__this, L_14, /*hidden argument*/NULL);
RegexWriter_Emit_m6B0ACB44155A07161060838F483D555E7EF6ACED(__this, ((int32_t)23), 0, /*hidden argument*/NULL);
return;
}
IL_0169:
{
int32_t L_15 = ___CurIndex2;
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_16 = ___node1;
NullCheck(L_16);
List_1_tA5CDE89671B691180A7422F86077A0D047AD4059 * L_17 = L_16->get__children_1();
NullCheck(L_17);
int32_t L_18 = List_1_get_Count_mC6523733B48B0774D420C52AAB0D5951127CB49B(L_17, /*hidden argument*/List_1_get_Count_mC6523733B48B0774D420C52AAB0D5951127CB49B_RuntimeMethod_var);
if ((((int32_t)L_15) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)1)))))
{
goto IL_01a3;
}
}
{
int32_t L_19 = RegexWriter_PopInt_m8885F9428571674EC224D6BBC93570B1B4671713(__this, /*hidden argument*/NULL);
V_1 = L_19;
int32_t L_20 = RegexWriter_CurPos_mEA105879492A4B415FA8AC25B29AA49153F83C18(__this, /*hidden argument*/NULL);
RegexWriter_PushInt_mFBC85956A26FEBC66244C8DFC881106D85DD2C1D(__this, L_20, /*hidden argument*/NULL);
RegexWriter_Emit_m6B0ACB44155A07161060838F483D555E7EF6ACED(__this, ((int32_t)38), 0, /*hidden argument*/NULL);
int32_t L_21 = V_1;
int32_t L_22 = RegexWriter_CurPos_mEA105879492A4B415FA8AC25B29AA49153F83C18(__this, /*hidden argument*/NULL);
RegexWriter_PatchJump_m6C0A440142E7AC772AD4AF7DF5D8291B6CA6D7D2(__this, L_21, L_22, /*hidden argument*/NULL);
return;
}
IL_01a3:
{
V_2 = 0;
goto IL_01bd;
}
IL_01a7:
{
int32_t L_23 = RegexWriter_PopInt_m8885F9428571674EC224D6BBC93570B1B4671713(__this, /*hidden argument*/NULL);
int32_t L_24 = RegexWriter_CurPos_mEA105879492A4B415FA8AC25B29AA49153F83C18(__this, /*hidden argument*/NULL);
RegexWriter_PatchJump_m6C0A440142E7AC772AD4AF7DF5D8291B6CA6D7D2(__this, L_23, L_24, /*hidden argument*/NULL);
int32_t L_25 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1));
}
IL_01bd:
{
int32_t L_26 = V_2;
int32_t L_27 = ___CurIndex2;
if ((((int32_t)L_26) < ((int32_t)L_27)))
{
goto IL_01a7;
}
}
{
return;
}
IL_01c2:
{
int32_t L_28 = ___CurIndex2;
if (L_28)
{
goto IL_0634;
}
}
{
RegexWriter_Emit_mDC0B76CE49A6DE83DD2D169236BCD516AE9263EF(__this, ((int32_t)34), /*hidden argument*/NULL);
int32_t L_29 = RegexWriter_CurPos_mEA105879492A4B415FA8AC25B29AA49153F83C18(__this, /*hidden argument*/NULL);
RegexWriter_PushInt_mFBC85956A26FEBC66244C8DFC881106D85DD2C1D(__this, L_29, /*hidden argument*/NULL);
RegexWriter_Emit_m6B0ACB44155A07161060838F483D555E7EF6ACED(__this, ((int32_t)23), 0, /*hidden argument*/NULL);
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_30 = ___node1;
NullCheck(L_30);
int32_t L_31 = L_30->get__m_4();
int32_t L_32 = RegexWriter_MapCapnum_m6AFE8BED80960BAA522EAA873D535C9D5AD4B811(__this, L_31, /*hidden argument*/NULL);
RegexWriter_Emit_m6B0ACB44155A07161060838F483D555E7EF6ACED(__this, ((int32_t)37), L_32, /*hidden argument*/NULL);
RegexWriter_Emit_mDC0B76CE49A6DE83DD2D169236BCD516AE9263EF(__this, ((int32_t)36), /*hidden argument*/NULL);
return;
}
IL_0202:
{
int32_t L_33 = ___CurIndex2;
if (!L_33)
{
goto IL_020a;
}
}
{
int32_t L_34 = ___CurIndex2;
if ((((int32_t)L_34) == ((int32_t)1)))
{
goto IL_024c;
}
}
{
return;
}
IL_020a:
{
int32_t L_35 = RegexWriter_PopInt_m8885F9428571674EC224D6BBC93570B1B4671713(__this, /*hidden argument*/NULL);
V_3 = L_35;
int32_t L_36 = RegexWriter_CurPos_mEA105879492A4B415FA8AC25B29AA49153F83C18(__this, /*hidden argument*/NULL);
RegexWriter_PushInt_mFBC85956A26FEBC66244C8DFC881106D85DD2C1D(__this, L_36, /*hidden argument*/NULL);
RegexWriter_Emit_m6B0ACB44155A07161060838F483D555E7EF6ACED(__this, ((int32_t)38), 0, /*hidden argument*/NULL);
int32_t L_37 = V_3;
int32_t L_38 = RegexWriter_CurPos_mEA105879492A4B415FA8AC25B29AA49153F83C18(__this, /*hidden argument*/NULL);
RegexWriter_PatchJump_m6C0A440142E7AC772AD4AF7DF5D8291B6CA6D7D2(__this, L_37, L_38, /*hidden argument*/NULL);
RegexWriter_Emit_mDC0B76CE49A6DE83DD2D169236BCD516AE9263EF(__this, ((int32_t)36), /*hidden argument*/NULL);
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_39 = ___node1;
NullCheck(L_39);
List_1_tA5CDE89671B691180A7422F86077A0D047AD4059 * L_40 = L_39->get__children_1();
NullCheck(L_40);
int32_t L_41 = List_1_get_Count_mC6523733B48B0774D420C52AAB0D5951127CB49B(L_40, /*hidden argument*/List_1_get_Count_mC6523733B48B0774D420C52AAB0D5951127CB49B_RuntimeMethod_var);
if ((((int32_t)L_41) > ((int32_t)1)))
{
goto IL_0634;
}
}
IL_024c:
{
int32_t L_42 = RegexWriter_PopInt_m8885F9428571674EC224D6BBC93570B1B4671713(__this, /*hidden argument*/NULL);
int32_t L_43 = RegexWriter_CurPos_mEA105879492A4B415FA8AC25B29AA49153F83C18(__this, /*hidden argument*/NULL);
RegexWriter_PatchJump_m6C0A440142E7AC772AD4AF7DF5D8291B6CA6D7D2(__this, L_42, L_43, /*hidden argument*/NULL);
return;
}
IL_025f:
{
int32_t L_44 = ___CurIndex2;
if (L_44)
{
goto IL_0634;
}
}
{
RegexWriter_Emit_mDC0B76CE49A6DE83DD2D169236BCD516AE9263EF(__this, ((int32_t)34), /*hidden argument*/NULL);
RegexWriter_Emit_mDC0B76CE49A6DE83DD2D169236BCD516AE9263EF(__this, ((int32_t)31), /*hidden argument*/NULL);
int32_t L_45 = RegexWriter_CurPos_mEA105879492A4B415FA8AC25B29AA49153F83C18(__this, /*hidden argument*/NULL);
RegexWriter_PushInt_mFBC85956A26FEBC66244C8DFC881106D85DD2C1D(__this, L_45, /*hidden argument*/NULL);
RegexWriter_Emit_m6B0ACB44155A07161060838F483D555E7EF6ACED(__this, ((int32_t)23), 0, /*hidden argument*/NULL);
return;
}
IL_028b:
{
int32_t L_46 = ___CurIndex2;
switch (L_46)
{
case 0:
{
goto IL_029e;
}
case 1:
{
goto IL_02af;
}
case 2:
{
goto IL_02fb;
}
}
}
{
return;
}
IL_029e:
{
RegexWriter_Emit_mDC0B76CE49A6DE83DD2D169236BCD516AE9263EF(__this, ((int32_t)33), /*hidden argument*/NULL);
RegexWriter_Emit_mDC0B76CE49A6DE83DD2D169236BCD516AE9263EF(__this, ((int32_t)36), /*hidden argument*/NULL);
return;
}
IL_02af:
{
int32_t L_47 = RegexWriter_PopInt_m8885F9428571674EC224D6BBC93570B1B4671713(__this, /*hidden argument*/NULL);
V_4 = L_47;
int32_t L_48 = RegexWriter_CurPos_mEA105879492A4B415FA8AC25B29AA49153F83C18(__this, /*hidden argument*/NULL);
RegexWriter_PushInt_mFBC85956A26FEBC66244C8DFC881106D85DD2C1D(__this, L_48, /*hidden argument*/NULL);
RegexWriter_Emit_m6B0ACB44155A07161060838F483D555E7EF6ACED(__this, ((int32_t)38), 0, /*hidden argument*/NULL);
int32_t L_49 = V_4;
int32_t L_50 = RegexWriter_CurPos_mEA105879492A4B415FA8AC25B29AA49153F83C18(__this, /*hidden argument*/NULL);
RegexWriter_PatchJump_m6C0A440142E7AC772AD4AF7DF5D8291B6CA6D7D2(__this, L_49, L_50, /*hidden argument*/NULL);
RegexWriter_Emit_mDC0B76CE49A6DE83DD2D169236BCD516AE9263EF(__this, ((int32_t)33), /*hidden argument*/NULL);
RegexWriter_Emit_mDC0B76CE49A6DE83DD2D169236BCD516AE9263EF(__this, ((int32_t)36), /*hidden argument*/NULL);
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_51 = ___node1;
NullCheck(L_51);
List_1_tA5CDE89671B691180A7422F86077A0D047AD4059 * L_52 = L_51->get__children_1();
NullCheck(L_52);
int32_t L_53 = List_1_get_Count_mC6523733B48B0774D420C52AAB0D5951127CB49B(L_52, /*hidden argument*/List_1_get_Count_mC6523733B48B0774D420C52AAB0D5951127CB49B_RuntimeMethod_var);
if ((((int32_t)L_53) > ((int32_t)2)))
{
goto IL_0634;
}
}
IL_02fb:
{
int32_t L_54 = RegexWriter_PopInt_m8885F9428571674EC224D6BBC93570B1B4671713(__this, /*hidden argument*/NULL);
int32_t L_55 = RegexWriter_CurPos_mEA105879492A4B415FA8AC25B29AA49153F83C18(__this, /*hidden argument*/NULL);
RegexWriter_PatchJump_m6C0A440142E7AC772AD4AF7DF5D8291B6CA6D7D2(__this, L_54, L_55, /*hidden argument*/NULL);
return;
}
IL_030e:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_56 = ___node1;
NullCheck(L_56);
int32_t L_57 = L_56->get__n_5();
if ((((int32_t)L_57) < ((int32_t)((int32_t)2147483647LL))))
{
goto IL_0324;
}
}
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_58 = ___node1;
NullCheck(L_58);
int32_t L_59 = L_58->get__m_4();
if ((((int32_t)L_59) <= ((int32_t)1)))
{
goto IL_034d;
}
}
IL_0324:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_60 = ___node1;
NullCheck(L_60);
int32_t L_61 = L_60->get__m_4();
G_B34_0 = __this;
if (!L_61)
{
G_B35_0 = __this;
goto IL_0331;
}
}
{
G_B36_0 = ((int32_t)27);
G_B36_1 = G_B34_0;
goto IL_0333;
}
IL_0331:
{
G_B36_0 = ((int32_t)26);
G_B36_1 = G_B35_0;
}
IL_0333:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_62 = ___node1;
NullCheck(L_62);
int32_t L_63 = L_62->get__m_4();
G_B37_0 = G_B36_0;
G_B37_1 = G_B36_1;
if (!L_63)
{
G_B38_0 = G_B36_0;
G_B38_1 = G_B36_1;
goto IL_0345;
}
}
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_64 = ___node1;
NullCheck(L_64);
int32_t L_65 = L_64->get__m_4();
G_B39_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)1, (int32_t)L_65));
G_B39_1 = G_B37_0;
G_B39_2 = G_B37_1;
goto IL_0346;
}
IL_0345:
{
G_B39_0 = 0;
G_B39_1 = G_B38_0;
G_B39_2 = G_B38_1;
}
IL_0346:
{
NullCheck(G_B39_2);
RegexWriter_Emit_m6B0ACB44155A07161060838F483D555E7EF6ACED(G_B39_2, G_B39_1, G_B39_0, /*hidden argument*/NULL);
goto IL_0361;
}
IL_034d:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_66 = ___node1;
NullCheck(L_66);
int32_t L_67 = L_66->get__m_4();
G_B41_0 = __this;
if (!L_67)
{
G_B42_0 = __this;
goto IL_035a;
}
}
{
G_B43_0 = ((int32_t)31);
G_B43_1 = G_B41_0;
goto IL_035c;
}
IL_035a:
{
G_B43_0 = ((int32_t)30);
G_B43_1 = G_B42_0;
}
IL_035c:
{
NullCheck(G_B43_1);
RegexWriter_Emit_mDC0B76CE49A6DE83DD2D169236BCD516AE9263EF(G_B43_1, G_B43_0, /*hidden argument*/NULL);
}
IL_0361:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_68 = ___node1;
NullCheck(L_68);
int32_t L_69 = L_68->get__m_4();
if (L_69)
{
goto IL_037e;
}
}
{
int32_t L_70 = RegexWriter_CurPos_mEA105879492A4B415FA8AC25B29AA49153F83C18(__this, /*hidden argument*/NULL);
RegexWriter_PushInt_mFBC85956A26FEBC66244C8DFC881106D85DD2C1D(__this, L_70, /*hidden argument*/NULL);
RegexWriter_Emit_m6B0ACB44155A07161060838F483D555E7EF6ACED(__this, ((int32_t)38), 0, /*hidden argument*/NULL);
}
IL_037e:
{
int32_t L_71 = RegexWriter_CurPos_mEA105879492A4B415FA8AC25B29AA49153F83C18(__this, /*hidden argument*/NULL);
RegexWriter_PushInt_mFBC85956A26FEBC66244C8DFC881106D85DD2C1D(__this, L_71, /*hidden argument*/NULL);
return;
}
IL_038b:
{
int32_t L_72 = RegexWriter_CurPos_mEA105879492A4B415FA8AC25B29AA49153F83C18(__this, /*hidden argument*/NULL);
V_5 = L_72;
int32_t L_73 = ___nodetype0;
V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_73, (int32_t)((int32_t)154)));
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_74 = ___node1;
NullCheck(L_74);
int32_t L_75 = L_74->get__n_5();
if ((((int32_t)L_75) < ((int32_t)((int32_t)2147483647LL))))
{
goto IL_03b2;
}
}
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_76 = ___node1;
NullCheck(L_76);
int32_t L_77 = L_76->get__m_4();
if ((((int32_t)L_77) <= ((int32_t)1)))
{
goto IL_03e6;
}
}
IL_03b2:
{
int32_t L_78 = V_6;
int32_t L_79 = RegexWriter_PopInt_m8885F9428571674EC224D6BBC93570B1B4671713(__this, /*hidden argument*/NULL);
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_80 = ___node1;
NullCheck(L_80);
int32_t L_81 = L_80->get__n_5();
G_B50_0 = L_79;
G_B50_1 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)28), (int32_t)L_78));
G_B50_2 = __this;
if ((((int32_t)L_81) == ((int32_t)((int32_t)2147483647LL))))
{
G_B51_0 = L_79;
G_B51_1 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)28), (int32_t)L_78));
G_B51_2 = __this;
goto IL_03da;
}
}
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_82 = ___node1;
NullCheck(L_82);
int32_t L_83 = L_82->get__n_5();
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_84 = ___node1;
NullCheck(L_84);
int32_t L_85 = L_84->get__m_4();
G_B52_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_83, (int32_t)L_85));
G_B52_1 = G_B50_0;
G_B52_2 = G_B50_1;
G_B52_3 = G_B50_2;
goto IL_03df;
}
IL_03da:
{
G_B52_0 = ((int32_t)2147483647LL);
G_B52_1 = G_B51_0;
G_B52_2 = G_B51_1;
G_B52_3 = G_B51_2;
}
IL_03df:
{
NullCheck(G_B52_3);
RegexWriter_Emit_m7C1D08F071C805F13DBF7684AEC3F2F7E748C497(G_B52_3, G_B52_2, G_B52_1, G_B52_0, /*hidden argument*/NULL);
goto IL_03f7;
}
IL_03e6:
{
int32_t L_86 = V_6;
int32_t L_87 = RegexWriter_PopInt_m8885F9428571674EC224D6BBC93570B1B4671713(__this, /*hidden argument*/NULL);
RegexWriter_Emit_m6B0ACB44155A07161060838F483D555E7EF6ACED(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)24), (int32_t)L_86)), L_87, /*hidden argument*/NULL);
}
IL_03f7:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_88 = ___node1;
NullCheck(L_88);
int32_t L_89 = L_88->get__m_4();
if (L_89)
{
goto IL_0634;
}
}
{
int32_t L_90 = RegexWriter_PopInt_m8885F9428571674EC224D6BBC93570B1B4671713(__this, /*hidden argument*/NULL);
int32_t L_91 = V_5;
RegexWriter_PatchJump_m6C0A440142E7AC772AD4AF7DF5D8291B6CA6D7D2(__this, L_90, L_91, /*hidden argument*/NULL);
return;
}
IL_0411:
{
RegexWriter_Emit_mDC0B76CE49A6DE83DD2D169236BCD516AE9263EF(__this, ((int32_t)31), /*hidden argument*/NULL);
return;
}
IL_041a:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_92 = ___node1;
NullCheck(L_92);
int32_t L_93 = L_92->get__m_4();
int32_t L_94 = RegexWriter_MapCapnum_m6AFE8BED80960BAA522EAA873D535C9D5AD4B811(__this, L_93, /*hidden argument*/NULL);
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_95 = ___node1;
NullCheck(L_95);
int32_t L_96 = L_95->get__n_5();
int32_t L_97 = RegexWriter_MapCapnum_m6AFE8BED80960BAA522EAA873D535C9D5AD4B811(__this, L_96, /*hidden argument*/NULL);
RegexWriter_Emit_m7C1D08F071C805F13DBF7684AEC3F2F7E748C497(__this, ((int32_t)32), L_94, L_97, /*hidden argument*/NULL);
return;
}
IL_043b:
{
RegexWriter_Emit_mDC0B76CE49A6DE83DD2D169236BCD516AE9263EF(__this, ((int32_t)34), /*hidden argument*/NULL);
RegexWriter_Emit_mDC0B76CE49A6DE83DD2D169236BCD516AE9263EF(__this, ((int32_t)31), /*hidden argument*/NULL);
return;
}
IL_044c:
{
RegexWriter_Emit_mDC0B76CE49A6DE83DD2D169236BCD516AE9263EF(__this, ((int32_t)33), /*hidden argument*/NULL);
RegexWriter_Emit_mDC0B76CE49A6DE83DD2D169236BCD516AE9263EF(__this, ((int32_t)36), /*hidden argument*/NULL);
return;
}
IL_045d:
{
RegexWriter_Emit_mDC0B76CE49A6DE83DD2D169236BCD516AE9263EF(__this, ((int32_t)34), /*hidden argument*/NULL);
int32_t L_98 = RegexWriter_CurPos_mEA105879492A4B415FA8AC25B29AA49153F83C18(__this, /*hidden argument*/NULL);
RegexWriter_PushInt_mFBC85956A26FEBC66244C8DFC881106D85DD2C1D(__this, L_98, /*hidden argument*/NULL);
RegexWriter_Emit_m6B0ACB44155A07161060838F483D555E7EF6ACED(__this, ((int32_t)23), 0, /*hidden argument*/NULL);
return;
}
IL_047b:
{
RegexWriter_Emit_mDC0B76CE49A6DE83DD2D169236BCD516AE9263EF(__this, ((int32_t)35), /*hidden argument*/NULL);
int32_t L_99 = RegexWriter_PopInt_m8885F9428571674EC224D6BBC93570B1B4671713(__this, /*hidden argument*/NULL);
int32_t L_100 = RegexWriter_CurPos_mEA105879492A4B415FA8AC25B29AA49153F83C18(__this, /*hidden argument*/NULL);
RegexWriter_PatchJump_m6C0A440142E7AC772AD4AF7DF5D8291B6CA6D7D2(__this, L_99, L_100, /*hidden argument*/NULL);
RegexWriter_Emit_mDC0B76CE49A6DE83DD2D169236BCD516AE9263EF(__this, ((int32_t)36), /*hidden argument*/NULL);
return;
}
IL_049e:
{
RegexWriter_Emit_mDC0B76CE49A6DE83DD2D169236BCD516AE9263EF(__this, ((int32_t)34), /*hidden argument*/NULL);
return;
}
IL_04a7:
{
RegexWriter_Emit_mDC0B76CE49A6DE83DD2D169236BCD516AE9263EF(__this, ((int32_t)36), /*hidden argument*/NULL);
return;
}
IL_04b0:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_101 = ___node1;
NullCheck(L_101);
int32_t L_102 = L_101->get__type_0();
int32_t L_103 = V_0;
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_104 = ___node1;
NullCheck(L_104);
Il2CppChar L_105 = L_104->get__ch_3();
RegexWriter_Emit_m6B0ACB44155A07161060838F483D555E7EF6ACED(__this, ((int32_t)((int32_t)L_102|(int32_t)L_103)), L_105, /*hidden argument*/NULL);
return;
}
IL_04c5:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_106 = ___node1;
NullCheck(L_106);
int32_t L_107 = L_106->get__m_4();
if ((((int32_t)L_107) <= ((int32_t)0)))
{
goto IL_04f8;
}
}
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_108 = ___node1;
NullCheck(L_108);
int32_t L_109 = L_108->get__type_0();
G_B67_0 = __this;
if ((((int32_t)L_109) == ((int32_t)3)))
{
G_B69_0 = __this;
goto IL_04e4;
}
}
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_110 = ___node1;
NullCheck(L_110);
int32_t L_111 = L_110->get__type_0();
G_B68_0 = G_B67_0;
if ((((int32_t)L_111) == ((int32_t)6)))
{
G_B69_0 = G_B67_0;
goto IL_04e4;
}
}
{
G_B70_0 = 1;
G_B70_1 = G_B68_0;
goto IL_04e5;
}
IL_04e4:
{
G_B70_0 = 0;
G_B70_1 = G_B69_0;
}
IL_04e5:
{
int32_t L_112 = V_0;
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_113 = ___node1;
NullCheck(L_113);
Il2CppChar L_114 = L_113->get__ch_3();
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_115 = ___node1;
NullCheck(L_115);
int32_t L_116 = L_115->get__m_4();
NullCheck(G_B70_1);
RegexWriter_Emit_m7C1D08F071C805F13DBF7684AEC3F2F7E748C497(G_B70_1, ((int32_t)((int32_t)G_B70_0|(int32_t)L_112)), L_114, L_116, /*hidden argument*/NULL);
}
IL_04f8:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_117 = ___node1;
NullCheck(L_117);
int32_t L_118 = L_117->get__n_5();
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_119 = ___node1;
NullCheck(L_119);
int32_t L_120 = L_119->get__m_4();
if ((((int32_t)L_118) <= ((int32_t)L_120)))
{
goto IL_0634;
}
}
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_121 = ___node1;
NullCheck(L_121);
int32_t L_122 = L_121->get__type_0();
int32_t L_123 = V_0;
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_124 = ___node1;
NullCheck(L_124);
Il2CppChar L_125 = L_124->get__ch_3();
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_126 = ___node1;
NullCheck(L_126);
int32_t L_127 = L_126->get__n_5();
G_B73_0 = L_125;
G_B73_1 = ((int32_t)((int32_t)L_122|(int32_t)L_123));
G_B73_2 = __this;
if ((((int32_t)L_127) == ((int32_t)((int32_t)2147483647LL))))
{
G_B74_0 = L_125;
G_B74_1 = ((int32_t)((int32_t)L_122|(int32_t)L_123));
G_B74_2 = __this;
goto IL_0534;
}
}
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_128 = ___node1;
NullCheck(L_128);
int32_t L_129 = L_128->get__n_5();
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_130 = ___node1;
NullCheck(L_130);
int32_t L_131 = L_130->get__m_4();
G_B75_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_129, (int32_t)L_131));
G_B75_1 = G_B73_0;
G_B75_2 = G_B73_1;
G_B75_3 = G_B73_2;
goto IL_0539;
}
IL_0534:
{
G_B75_0 = ((int32_t)2147483647LL);
G_B75_1 = G_B74_0;
G_B75_2 = G_B74_1;
G_B75_3 = G_B74_2;
}
IL_0539:
{
NullCheck(G_B75_3);
RegexWriter_Emit_m7C1D08F071C805F13DBF7684AEC3F2F7E748C497(G_B75_3, G_B75_2, G_B75_1, G_B75_0, /*hidden argument*/NULL);
return;
}
IL_053f:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_132 = ___node1;
NullCheck(L_132);
int32_t L_133 = L_132->get__m_4();
if ((((int32_t)L_133) <= ((int32_t)0)))
{
goto IL_0563;
}
}
{
int32_t L_134 = V_0;
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_135 = ___node1;
NullCheck(L_135);
String_t* L_136 = L_135->get__str_2();
int32_t L_137 = RegexWriter_StringCode_m6AA17FFEBDD5E155004F05A78CF13B0D8E901158(__this, L_136, /*hidden argument*/NULL);
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_138 = ___node1;
NullCheck(L_138);
int32_t L_139 = L_138->get__m_4();
RegexWriter_Emit_m7C1D08F071C805F13DBF7684AEC3F2F7E748C497(__this, ((int32_t)((int32_t)2|(int32_t)L_134)), L_137, L_139, /*hidden argument*/NULL);
}
IL_0563:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_140 = ___node1;
NullCheck(L_140);
int32_t L_141 = L_140->get__n_5();
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_142 = ___node1;
NullCheck(L_142);
int32_t L_143 = L_142->get__m_4();
if ((((int32_t)L_141) <= ((int32_t)L_143)))
{
goto IL_0634;
}
}
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_144 = ___node1;
NullCheck(L_144);
int32_t L_145 = L_144->get__type_0();
int32_t L_146 = V_0;
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_147 = ___node1;
NullCheck(L_147);
String_t* L_148 = L_147->get__str_2();
int32_t L_149 = RegexWriter_StringCode_m6AA17FFEBDD5E155004F05A78CF13B0D8E901158(__this, L_148, /*hidden argument*/NULL);
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_150 = ___node1;
NullCheck(L_150);
int32_t L_151 = L_150->get__n_5();
G_B80_0 = L_149;
G_B80_1 = ((int32_t)((int32_t)L_145|(int32_t)L_146));
G_B80_2 = __this;
if ((((int32_t)L_151) == ((int32_t)((int32_t)2147483647LL))))
{
G_B81_0 = L_149;
G_B81_1 = ((int32_t)((int32_t)L_145|(int32_t)L_146));
G_B81_2 = __this;
goto IL_05a5;
}
}
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_152 = ___node1;
NullCheck(L_152);
int32_t L_153 = L_152->get__n_5();
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_154 = ___node1;
NullCheck(L_154);
int32_t L_155 = L_154->get__m_4();
G_B82_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_153, (int32_t)L_155));
G_B82_1 = G_B80_0;
G_B82_2 = G_B80_1;
G_B82_3 = G_B80_2;
goto IL_05aa;
}
IL_05a5:
{
G_B82_0 = ((int32_t)2147483647LL);
G_B82_1 = G_B81_0;
G_B82_2 = G_B81_1;
G_B82_3 = G_B81_2;
}
IL_05aa:
{
NullCheck(G_B82_3);
RegexWriter_Emit_m7C1D08F071C805F13DBF7684AEC3F2F7E748C497(G_B82_3, G_B82_2, G_B82_1, G_B82_0, /*hidden argument*/NULL);
return;
}
IL_05b0:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_156 = ___node1;
NullCheck(L_156);
int32_t L_157 = L_156->get__type_0();
int32_t L_158 = V_0;
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_159 = ___node1;
NullCheck(L_159);
String_t* L_160 = L_159->get__str_2();
int32_t L_161 = RegexWriter_StringCode_m6AA17FFEBDD5E155004F05A78CF13B0D8E901158(__this, L_160, /*hidden argument*/NULL);
RegexWriter_Emit_m6B0ACB44155A07161060838F483D555E7EF6ACED(__this, ((int32_t)((int32_t)L_157|(int32_t)L_158)), L_161, /*hidden argument*/NULL);
return;
}
IL_05cb:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_162 = ___node1;
NullCheck(L_162);
int32_t L_163 = L_162->get__type_0();
int32_t L_164 = V_0;
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_165 = ___node1;
NullCheck(L_165);
String_t* L_166 = L_165->get__str_2();
int32_t L_167 = RegexWriter_StringCode_m6AA17FFEBDD5E155004F05A78CF13B0D8E901158(__this, L_166, /*hidden argument*/NULL);
RegexWriter_Emit_m6B0ACB44155A07161060838F483D555E7EF6ACED(__this, ((int32_t)((int32_t)L_163|(int32_t)L_164)), L_167, /*hidden argument*/NULL);
return;
}
IL_05e6:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_168 = ___node1;
NullCheck(L_168);
int32_t L_169 = L_168->get__type_0();
int32_t L_170 = V_0;
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_171 = ___node1;
NullCheck(L_171);
int32_t L_172 = L_171->get__m_4();
int32_t L_173 = RegexWriter_MapCapnum_m6AFE8BED80960BAA522EAA873D535C9D5AD4B811(__this, L_172, /*hidden argument*/NULL);
RegexWriter_Emit_m6B0ACB44155A07161060838F483D555E7EF6ACED(__this, ((int32_t)((int32_t)L_169|(int32_t)L_170)), L_173, /*hidden argument*/NULL);
return;
}
IL_0601:
{
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_174 = ___node1;
NullCheck(L_174);
int32_t L_175 = L_174->get__type_0();
RegexWriter_Emit_mDC0B76CE49A6DE83DD2D169236BCD516AE9263EF(__this, L_175, /*hidden argument*/NULL);
return;
}
IL_060e:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_176 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_177 = L_176;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_178 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL);
String_t* L_179 = Int32_ToString_m1D0AF82BDAB5D4710527DD3FEFA6F01246D128A5((int32_t*)(&___nodetype0), L_178, /*hidden argument*/NULL);
NullCheck(L_177);
ArrayElementTypeCheck (L_177, L_179);
(L_177)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_179);
String_t* L_180 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteral5900F0482262F89324FD1D5199529E2C62C06DF4, L_177, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_181 = RegexWriter_MakeException_m443C4CFA99AE06710D1E1BFA3D6EB9737AE70F17(__this, L_180, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_181, NULL, RegexWriter_EmitFragment_mEFDD8EA3A65320222CF4EA8A52B33C687EE0C5AC_RuntimeMethod_var);
}
IL_0634:
{
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Text.RegularExpressions.SharedReference::.ctor()
extern "C" IL2CPP_METHOD_ATTR void SharedReference__ctor_m48E749BC646BEC89282B8F336325D42DE48CFC81 (SharedReference_t225BA5C249F9F1D6C959F151695BDF65EF2C92A5 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SharedReference__ctor_m48E749BC646BEC89282B8F336325D42DE48CFC81_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * L_0 = (WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D *)il2cpp_codegen_object_new(WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D_il2cpp_TypeInfo_var);
WeakReference__ctor_m12F7412E9F228AA2276BBB37441CFBCD21A0ABBB(L_0, NULL, /*hidden argument*/NULL);
__this->set__ref_0(L_0);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.String System.UncNameHelper::ParseCanonicalName(System.String,System.Int32,System.Int32,System.BooleanU26)
extern "C" IL2CPP_METHOD_ATTR String_t* UncNameHelper_ParseCanonicalName_mCBE64015FD1B6B4829CEAA89625C1D44E280E37E (String_t* ___str0, int32_t ___start1, int32_t ___end2, bool* ___loopback3, const RuntimeMethod* method)
{
{
String_t* L_0 = ___str0;
int32_t L_1 = ___start1;
int32_t L_2 = ___end2;
bool* L_3 = ___loopback3;
String_t* L_4 = DomainNameHelper_ParseCanonicalName_mFE738FD1237E2D9D9A1B27BA73F58B1689D451E4(L_0, L_1, L_2, (bool*)L_3, /*hidden argument*/NULL);
return L_4;
}
}
// System.Boolean System.UncNameHelper::IsValid(System.Char*,System.UInt16,System.Int32U26,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR bool UncNameHelper_IsValid_m4055361D79684EE7B098C055B2E9068EE06F1EF6 (Il2CppChar* ___name0, uint16_t ___start1, int32_t* ___returnedEnd2, bool ___notImplicitFile3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UncNameHelper_IsValid_m4055361D79684EE7B098C055B2E9068EE06F1EF6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
uint16_t V_0 = 0;
bool V_1 = false;
uint16_t V_2 = 0;
{
int32_t* L_0 = ___returnedEnd2;
int32_t L_1 = *((int32_t*)L_0);
V_0 = (uint16_t)(((int32_t)((uint16_t)L_1)));
uint16_t L_2 = ___start1;
uint16_t L_3 = V_0;
if ((!(((uint32_t)L_2) == ((uint32_t)L_3))))
{
goto IL_000a;
}
}
{
return (bool)0;
}
IL_000a:
{
V_1 = (bool)0;
uint16_t L_4 = ___start1;
V_2 = L_4;
goto IL_00a8;
}
IL_0013:
{
Il2CppChar* L_5 = ___name0;
uint16_t L_6 = V_2;
int32_t L_7 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_5, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_6)), (int32_t)2)))));
if ((((int32_t)L_7) == ((int32_t)((int32_t)47))))
{
goto IL_004d;
}
}
{
Il2CppChar* L_8 = ___name0;
uint16_t L_9 = V_2;
int32_t L_10 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_8, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_9)), (int32_t)2)))));
if ((((int32_t)L_10) == ((int32_t)((int32_t)92))))
{
goto IL_004d;
}
}
{
bool L_11 = ___notImplicitFile3;
if (!L_11)
{
goto IL_0051;
}
}
{
Il2CppChar* L_12 = ___name0;
uint16_t L_13 = V_2;
int32_t L_14 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_13)), (int32_t)2)))));
if ((((int32_t)L_14) == ((int32_t)((int32_t)58))))
{
goto IL_004d;
}
}
{
Il2CppChar* L_15 = ___name0;
uint16_t L_16 = V_2;
int32_t L_17 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_15, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_16)), (int32_t)2)))));
if ((((int32_t)L_17) == ((int32_t)((int32_t)63))))
{
goto IL_004d;
}
}
{
Il2CppChar* L_18 = ___name0;
uint16_t L_19 = V_2;
int32_t L_20 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_18, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_19)), (int32_t)2)))));
if ((!(((uint32_t)L_20) == ((uint32_t)((int32_t)35)))))
{
goto IL_0051;
}
}
IL_004d:
{
uint16_t L_21 = V_2;
V_0 = L_21;
goto IL_00af;
}
IL_0051:
{
Il2CppChar* L_22 = ___name0;
uint16_t L_23 = V_2;
int32_t L_24 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_22, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_23)), (int32_t)2)))));
if ((!(((uint32_t)L_24) == ((uint32_t)((int32_t)46)))))
{
goto IL_0063;
}
}
{
uint16_t L_25 = V_2;
V_2 = (uint16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)))));
goto IL_00af;
}
IL_0063:
{
Il2CppChar* L_26 = ___name0;
uint16_t L_27 = V_2;
int32_t L_28 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_26, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_27)), (int32_t)2)))));
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
bool L_29 = Char_IsLetter_mCC7F387F16C2DE7C85B6A1A0C5BC75D92A813DFE(L_28, /*hidden argument*/NULL);
if (L_29)
{
goto IL_0087;
}
}
{
Il2CppChar* L_30 = ___name0;
uint16_t L_31 = V_2;
int32_t L_32 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_30, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_31)), (int32_t)2)))));
if ((((int32_t)L_32) == ((int32_t)((int32_t)45))))
{
goto IL_0087;
}
}
{
Il2CppChar* L_33 = ___name0;
uint16_t L_34 = V_2;
int32_t L_35 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_33, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_34)), (int32_t)2)))));
if ((!(((uint32_t)L_35) == ((uint32_t)((int32_t)95)))))
{
goto IL_008b;
}
}
IL_0087:
{
V_1 = (bool)1;
goto IL_00a3;
}
IL_008b:
{
Il2CppChar* L_36 = ___name0;
uint16_t L_37 = V_2;
int32_t L_38 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_36, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_37)), (int32_t)2)))));
if ((((int32_t)L_38) < ((int32_t)((int32_t)48))))
{
goto IL_00a1;
}
}
{
Il2CppChar* L_39 = ___name0;
uint16_t L_40 = V_2;
int32_t L_41 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_39, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_40)), (int32_t)2)))));
if ((((int32_t)L_41) <= ((int32_t)((int32_t)57))))
{
goto IL_00a3;
}
}
IL_00a1:
{
return (bool)0;
}
IL_00a3:
{
uint16_t L_42 = V_2;
V_2 = (uint16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1)))));
}
IL_00a8:
{
uint16_t L_43 = V_2;
uint16_t L_44 = V_0;
if ((((int32_t)L_43) < ((int32_t)L_44)))
{
goto IL_0013;
}
}
IL_00af:
{
bool L_45 = V_1;
if (L_45)
{
goto IL_0169;
}
}
{
return (bool)0;
}
IL_00b7:
{
Il2CppChar* L_46 = ___name0;
uint16_t L_47 = V_2;
int32_t L_48 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_46, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_47)), (int32_t)2)))));
if ((((int32_t)L_48) == ((int32_t)((int32_t)47))))
{
goto IL_00f1;
}
}
{
Il2CppChar* L_49 = ___name0;
uint16_t L_50 = V_2;
int32_t L_51 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_49, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_50)), (int32_t)2)))));
if ((((int32_t)L_51) == ((int32_t)((int32_t)92))))
{
goto IL_00f1;
}
}
{
bool L_52 = ___notImplicitFile3;
if (!L_52)
{
goto IL_00f5;
}
}
{
Il2CppChar* L_53 = ___name0;
uint16_t L_54 = V_2;
int32_t L_55 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_53, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_54)), (int32_t)2)))));
if ((((int32_t)L_55) == ((int32_t)((int32_t)58))))
{
goto IL_00f1;
}
}
{
Il2CppChar* L_56 = ___name0;
uint16_t L_57 = V_2;
int32_t L_58 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_56, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_57)), (int32_t)2)))));
if ((((int32_t)L_58) == ((int32_t)((int32_t)63))))
{
goto IL_00f1;
}
}
{
Il2CppChar* L_59 = ___name0;
uint16_t L_60 = V_2;
int32_t L_61 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_59, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_60)), (int32_t)2)))));
if ((!(((uint32_t)L_61) == ((uint32_t)((int32_t)35)))))
{
goto IL_00f5;
}
}
IL_00f1:
{
uint16_t L_62 = V_2;
V_0 = L_62;
goto IL_0170;
}
IL_00f5:
{
Il2CppChar* L_63 = ___name0;
uint16_t L_64 = V_2;
int32_t L_65 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_63, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_64)), (int32_t)2)))));
if ((!(((uint32_t)L_65) == ((uint32_t)((int32_t)46)))))
{
goto IL_011c;
}
}
{
bool L_66 = V_1;
if (!L_66)
{
goto IL_0116;
}
}
{
uint16_t L_67 = V_2;
uint16_t L_68 = ___start1;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_67, (int32_t)1))) < ((int32_t)L_68)))
{
goto IL_0118;
}
}
{
Il2CppChar* L_69 = ___name0;
uint16_t L_70 = V_2;
int32_t L_71 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_69, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_70, (int32_t)1)))), (int32_t)2)))));
if ((!(((uint32_t)L_71) == ((uint32_t)((int32_t)46)))))
{
goto IL_0118;
}
}
IL_0116:
{
return (bool)0;
}
IL_0118:
{
V_1 = (bool)0;
goto IL_0164;
}
IL_011c:
{
Il2CppChar* L_72 = ___name0;
uint16_t L_73 = V_2;
int32_t L_74 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_72, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_73)), (int32_t)2)))));
if ((((int32_t)L_74) == ((int32_t)((int32_t)45))))
{
goto IL_0132;
}
}
{
Il2CppChar* L_75 = ___name0;
uint16_t L_76 = V_2;
int32_t L_77 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_75, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_76)), (int32_t)2)))));
if ((!(((uint32_t)L_77) == ((uint32_t)((int32_t)95)))))
{
goto IL_0137;
}
}
IL_0132:
{
bool L_78 = V_1;
if (L_78)
{
goto IL_0164;
}
}
{
return (bool)0;
}
IL_0137:
{
Il2CppChar* L_79 = ___name0;
uint16_t L_80 = V_2;
int32_t L_81 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_79, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_80)), (int32_t)2)))));
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
bool L_82 = Char_IsLetter_mCC7F387F16C2DE7C85B6A1A0C5BC75D92A813DFE(L_81, /*hidden argument*/NULL);
if (L_82)
{
goto IL_015b;
}
}
{
Il2CppChar* L_83 = ___name0;
uint16_t L_84 = V_2;
int32_t L_85 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_83, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_84)), (int32_t)2)))));
if ((((int32_t)L_85) < ((int32_t)((int32_t)48))))
{
goto IL_0162;
}
}
{
Il2CppChar* L_86 = ___name0;
uint16_t L_87 = V_2;
int32_t L_88 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_86, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_87)), (int32_t)2)))));
if ((((int32_t)L_88) > ((int32_t)((int32_t)57))))
{
goto IL_0162;
}
}
IL_015b:
{
bool L_89 = V_1;
if (L_89)
{
goto IL_0164;
}
}
{
V_1 = (bool)1;
goto IL_0164;
}
IL_0162:
{
return (bool)0;
}
IL_0164:
{
uint16_t L_90 = V_2;
V_2 = (uint16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_90, (int32_t)1)))));
}
IL_0169:
{
uint16_t L_91 = V_2;
uint16_t L_92 = V_0;
if ((((int32_t)L_91) < ((int32_t)L_92)))
{
goto IL_00b7;
}
}
IL_0170:
{
uint16_t L_93 = V_2;
uint16_t L_94 = ___start1;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_93, (int32_t)1))) < ((int32_t)L_94)))
{
goto IL_0185;
}
}
{
Il2CppChar* L_95 = ___name0;
uint16_t L_96 = V_2;
int32_t L_97 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_95, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_96, (int32_t)1)))), (int32_t)2)))));
if ((!(((uint32_t)L_97) == ((uint32_t)((int32_t)46)))))
{
goto IL_0185;
}
}
{
V_1 = (bool)1;
}
IL_0185:
{
bool L_98 = V_1;
if (L_98)
{
goto IL_018a;
}
}
{
return (bool)0;
}
IL_018a:
{
int32_t* L_99 = ___returnedEnd2;
uint16_t L_100 = V_0;
*((int32_t*)L_99) = (int32_t)L_100;
return (bool)1;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif