#include "pch-cpp.hpp" #ifndef _MSC_VER # include #else # include #endif #include #include struct VirtualActionInvoker0 { 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 struct VirtualActionInvoker1 { 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 struct VirtualActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtualActionInvoker3 { 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 struct VirtualActionInvoker5 { 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 struct VirtualFuncInvoker0 { 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 struct VirtualFuncInvoker1 { 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 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); } }; // System.Collections.Generic.Comparer`1 struct Comparer_1_t3E3093220DB5D33A829C91C1DFDBDE2F42ECEDC7; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1DDD2F48B87E022F599DF2452A49BB70BE95A7F8; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5; // System.Collections.Generic.IComparer`1 struct IComparer_1_t150A86695C404E117B1B644BEAD79BA2344FB009; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t52B1AC8D9E5E1ED28DF6C46A37C9A1B00B394F9D; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t3DFBA505DFDD601AEA662D5C3B44C1C261CA115C; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tE6A65C5E45E33FD7D9849FD0914DE3AD32B68050; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t61F8738ED346768CC112B2E27863BF9F73C76D90; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92; // System.Collections.Generic.List`1 struct List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7; // System.Collections.Generic.List`1 struct List_1_tD9A0DAE3CF1F9450036B041168264AE0CEF1737A; // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5; // System.Collections.Generic.List`1 struct List_1_t692D260BEBA1E69864C98DEEDB3E9256C38CD9B9; // System.Collections.Generic.List`1 struct List_1_tE931333A40AB4E57F72E00F9F23D19057C78120A; // System.Collections.Generic.List`1 struct List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3; // System.Collections.Generic.List`1 struct List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t17EEB7B2EDD3CB5222C660D7E739F803986BF025; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_tABFC31237D6642B5D4C1DBA234CA37EE851EB0AE; // System.Int32[][] struct Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; // System.Int32Enum[] struct Int32EnumU5BU5D_t9327F857579EE00EB201E1913599094BF837D3CD; // System.IntPtr[] struct IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; // System.Text.RegularExpressions.RegexFC[] struct RegexFCU5BU5D_t2785114C5B0BD79CA8B9C2715A5368BDC5941356; // System.Text.RegularExpressions.RegexNode[] struct RegexNodeU5BU5D_tDCE5A1DFD56515BBA16233216439F0948F453056; // System.Text.RegularExpressions.RegexOptions[] struct RegexOptionsU5BU5D_t7331675FC2B3783AD45B7A664FB7365174D43C67; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; // System.Type[] struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; // System.Collections.Hashtable/bucket[] struct bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190; // System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping[] struct LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E; // System.String[0...,0...] struct StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8; // System.Globalization.Calendar struct Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A; // System.Text.RegularExpressions.Capture struct Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6; // System.Text.RegularExpressions.CaptureCollection struct CaptureCollection_t40C06BBACB56CDD5F84860FDC1B0C3D8F160DCF9; // System.Globalization.CompareInfo struct CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9; // System.Globalization.CultureData struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529; // System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98; // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90; // System.Exception struct Exception_t; // System.Text.RegularExpressions.ExclusiveReference struct ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8; // System.Text.RegularExpressions.Group struct Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883; // System.Text.RegularExpressions.GroupCollection struct GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556; // System.Collections.Hashtable struct Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC; // System.Collections.ICollection struct ICollection_tC1E1DED86C0A66845675392606B302452210D5DA; // System.Collections.IDictionary struct IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A; // System.Collections.IEqualityComparer struct IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68; // System.IFormatProvider struct IFormatProvider_tF2AECC4B14F41D36718920D67F930CED940412DF; // System.Runtime.Serialization.IFormatterConverter struct IFormatterConverter_t2A667D8777429024D8A3CB3D9AE29EA79FEA6176; // System.Text.RegularExpressions.Match struct Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B; // System.Text.RegularExpressions.MatchSparse struct MatchSparse_tF4A7983ADA82DB12269F4D384E7C2D15F0D32694; // System.NotImplementedException struct NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D; // System.Text.RegularExpressions.Regex struct Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F; // System.Text.RegularExpressions.RegexBoyerMoore struct RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2; // System.Text.RegularExpressions.RegexCharClass struct RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5; // System.Text.RegularExpressions.RegexCode struct RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5; // System.Text.RegularExpressions.RegexFC struct RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826; // System.Text.RegularExpressions.RegexFCD struct RegexFCD_tF50EFB93429390CF2488DAB5FD07DE6E48F1CDBF; // System.Text.RegularExpressions.RegexInterpreter struct RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E; // System.Text.RegularExpressions.RegexMatchTimeoutException struct RegexMatchTimeoutException_t8A80CA43E67CFD00C11CD0B4D65E08171577AB81; // System.Text.RegularExpressions.RegexNode struct RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43; // System.Text.RegularExpressions.RegexParser struct RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9; // System.Text.RegularExpressions.RegexPrefix struct RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301; // System.Text.RegularExpressions.RegexReplacement struct RegexReplacement_tA7DE3492BBDE988EF1C93CB8F71CF01A4C1D9A32; // System.Text.RegularExpressions.RegexRunner struct RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934; // System.Text.RegularExpressions.RegexRunnerFactory struct RegexRunnerFactory_tA425EC5DC77FC0AAD86EB116E5483E94679CAA96; // System.Text.RegularExpressions.RegexTree struct RegexTree_t63A434601D42EC388D9B2DCA2913286CFC8811F3; // System.Text.RegularExpressions.RegexWriter struct RegexWriter_t958027B0548A09589F03657633037085BACFC7B5; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1; // System.Text.RegularExpressions.SharedReference struct SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926; // System.String struct String_t; // System.Text.StringBuilder struct StringBuilder_t; // System.Globalization.TextInfo struct TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C; // System.TimeoutException struct TimeoutException_tB5D0EEFAEC3FC79FFDEF23C55D1BDF4DE347C926; // System.Type struct Type_t; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5; IL2CPP_EXTERN_C RuntimeClass* ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDictionaryEnumerator_t8A89A8564EADF5FFB8494092DFED7D7C063F1501_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t692D260BEBA1E69864C98DEEDB3E9256C38CD9B9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tE931333A40AB4E57F72E00F9F23D19057C78120A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MatchSparse_tF4A7983ADA82DB12269F4D384E7C2D15F0D32694_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RegexFCD_tF50EFB93429390CF2488DAB5FD07DE6E48F1CDBF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RegexFCU5BU5D_t2785114C5B0BD79CA8B9C2715A5368BDC5941356_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RegexMatchTimeoutException_t8A80CA43E67CFD00C11CD0B4D65E08171577AB81_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RegexReplacement_tA7DE3492BBDE988EF1C93CB8F71CF01A4C1D9A32_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RegexTree_t63A434601D42EC388D9B2DCA2913286CFC8811F3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RegexWriter_t958027B0548A09589F03657633037085BACFC7B5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0____CCEEADA43268372341F81AE0C9208C6856441C04_13_FieldInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral072B29D72AC26D4E83A32232DF8E415C5151E9AA; IL2CPP_EXTERN_C String_t* _stringLiteral07624473F417C06C74D59C64840A1532FCE2C626; IL2CPP_EXTERN_C String_t* _stringLiteral07B71A0735C0A5FDC2E73979B95958D40F06AE42; IL2CPP_EXTERN_C String_t* _stringLiteral0E8F17848F8DAE538C88CDDFEC4E7F9563C3E01D; IL2CPP_EXTERN_C String_t* _stringLiteral0F38A3747C9E3CBF705A8434CE244793402F5BDA; IL2CPP_EXTERN_C String_t* _stringLiteral17B277DD41310C7E909CF67339B1A07AB6FEC59A; IL2CPP_EXTERN_C String_t* _stringLiteral1A521FB9CB5DD09DAE84196DD4656194D3654284; IL2CPP_EXTERN_C String_t* _stringLiteral2323F684C49416D2AA1F6FFAE52BA830E63326E0; IL2CPP_EXTERN_C String_t* _stringLiteral29A5AED1D4EB99A01F98E33F896B7B911D6BBD64; IL2CPP_EXTERN_C String_t* _stringLiteral2E203410EDD156CA82D74FCDDE8C2C9EB635FE18; IL2CPP_EXTERN_C String_t* _stringLiteral326FE389E7BF8CF01EAC82490F9CDC8DC7132486; IL2CPP_EXTERN_C String_t* _stringLiteral4713250C292B59C6AAA9A7591D3BB43ABA0A26E9; IL2CPP_EXTERN_C String_t* _stringLiteral550F25B04630B43CAFD4000E36451B35C1CFA209; IL2CPP_EXTERN_C String_t* _stringLiteral595EFF1BB2D726958ED623D9B54803E9AA2A0C84; IL2CPP_EXTERN_C String_t* _stringLiteral59A83BD1E85529AB2BC64F229A50F1DE88588D40; IL2CPP_EXTERN_C String_t* _stringLiteral5A958635C67952829AC7E2FD5FB3A2C8DB51121E; IL2CPP_EXTERN_C String_t* _stringLiteral5CC823378CCA508A81792DDC107D7253062D4F0D; IL2CPP_EXTERN_C String_t* _stringLiteral5D3712231996A1C41EDA4CA1C12669294FE63D36; IL2CPP_EXTERN_C String_t* _stringLiteral604AF3FD45B5D6527E77C100038873C29E8B4D49; IL2CPP_EXTERN_C String_t* _stringLiteral6B01510C7FE3BE78C37C67074A3C785D52F1841F; IL2CPP_EXTERN_C String_t* _stringLiteral709116FAB4B1CFB8E839AF216932137595A1C356; IL2CPP_EXTERN_C String_t* _stringLiteral73310BF59DB8CA3EB79CF1E70A2DA4C61E0E5228; IL2CPP_EXTERN_C String_t* _stringLiteral7D9371213C85404B41C69E8C41C1114818C7F4BF; IL2CPP_EXTERN_C String_t* _stringLiteral7E47B8E4D552470F6D8FD78693F09EA115DA32BE; IL2CPP_EXTERN_C String_t* _stringLiteral8965AF17E4B7413549B839F616B223F608E66E85; IL2CPP_EXTERN_C String_t* _stringLiteral8D5175625BAB03B34DC7A7254E3934B27037B660; IL2CPP_EXTERN_C String_t* _stringLiteral8E245319796EC99EDC6311A6DC461759FB1FB7FD; IL2CPP_EXTERN_C String_t* _stringLiteral9221F17704D6D74502888C4875A2FD2E60E87766; IL2CPP_EXTERN_C String_t* _stringLiteral9957B21B361EC3B1754C930C5A1C41F851A55813; IL2CPP_EXTERN_C String_t* _stringLiteral9C3D04385AD6997A289AF27CABA813829BDB3298; IL2CPP_EXTERN_C String_t* _stringLiteralA0FE8F62F371A375A76A413416F3EF55C050A182; IL2CPP_EXTERN_C String_t* _stringLiteralA90BAB5A63B270956DEBA545BAA7334EFC8F50E2; IL2CPP_EXTERN_C String_t* _stringLiteralB132716D89EF0EE2CEF39498DA0895B2449AB344; IL2CPP_EXTERN_C String_t* _stringLiteralB596320AE4D74537B29168E9BDF95B753E2B5301; IL2CPP_EXTERN_C String_t* _stringLiteralB70DFAAAD0ABCCD469EB8575DD6833C88CC374B5; IL2CPP_EXTERN_C String_t* _stringLiteralB9B95A09A6329F64F307C29A726917E458B15E65; IL2CPP_EXTERN_C String_t* _stringLiteralBC12DB6076DF77D5CCDF7B01D4534A2545723633; IL2CPP_EXTERN_C String_t* _stringLiteralBC41C48BA95DA48A6EB8BFC17142E8F0E9E4C990; IL2CPP_EXTERN_C String_t* _stringLiteralC668438A41E16934CBA83B80E3101B8222C11AEC; IL2CPP_EXTERN_C String_t* _stringLiteralCB62281B27D708B122BB052F6C5C203A9C9CA10B; IL2CPP_EXTERN_C String_t* _stringLiteralD1921F7804B8B0B09E2DC813076CD1CBDE1BAC17; IL2CPP_EXTERN_C String_t* _stringLiteralD286A908F27DE88608F297C65E9918981BCD4317; IL2CPP_EXTERN_C String_t* _stringLiteralD3E190B5EC5D5C32F6121F694010F47769FCBDD1; IL2CPP_EXTERN_C String_t* _stringLiteralD6B452A9F938870B52555F4DB4CE0E35E48B1FA6; IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; IL2CPP_EXTERN_C String_t* _stringLiteralDF1CF539722D58CC569DAE01700516448ABF534B; IL2CPP_EXTERN_C String_t* _stringLiteralE33035121EF6BAC3BBD73C519FBB6B270CE5657E; IL2CPP_EXTERN_C String_t* _stringLiteralE63688B993F3304E9013687D7CD5065D0AE3D400; IL2CPP_EXTERN_C String_t* _stringLiteralE8CDAF3BD45E1B70CE2BC010AB453F8044684F6F; IL2CPP_EXTERN_C String_t* _stringLiteralF041468CA475A0C8B8298BFDDC984663476E0294; IL2CPP_EXTERN_C String_t* _stringLiteralFC122FD8605F61DCBDED32B11B81E151BCAC4354; IL2CPP_EXTERN_C const RuntimeMethod* Array_Sort_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m91C0828E8387BB808344D592B74142169B28FA8F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Comparer_1_get_Default_mF58823BF72649146DD0FA0EA06AA1C3A0CEACE99_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_m4B65B523A8B8FBB5274DC165F432DB4A76D64405_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mE1EA1831B6EF3BA9C2F807622B58DA3A0605B912_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_m9F29C6BC234F944AA5EAAF851E94B51D7ED045EE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m3546162A565F55B309A9FAB19BD271411D7DB75B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m415CDDDC44D8102E7E71D9EA0A853D7BBE6F469F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mD4718F8BEFC7BA4B463DA97744DC7D85A450F27F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mF4942419C982FA64BB4BB45EAE22F8F61C0914EE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_CopyTo_mDC957E3104D077DD67CD096410D593F7D75B3074_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_InsertRange_mC66FC94FD634685A3C3939C772C5BD2C77642A34_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveAt_m10FDE4D0C7CDBFFF730684256A23CB1914CE1FD8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveRange_m34DFA4EEBBB675853B61F9B458B92AF0DBE6F587_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveRange_m44F1D881F5E64D8010B3154DCACBDA5BC6DA4450_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Reverse_m123B97D352D6EACCCEAAEBD2BC6E40C529360CCA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_ToArray_m38F628C7542B32348AE3F9E5C65E04E9C039ADC4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m45E78772E9157F6CD684A69AAB07CE4082FE5FFD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m7D9D8A82FB31C207EA4A2D7AC0D33B90B0BB34AB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mEEED4D424213FDF741A7A72F807F0BF9C6088398_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m3A81757FE0B3283CB292CA61894273AA7B5C97CD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m6027426A21F931ED65BF307176B790FC2065A648_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m7FA90926D9267868473EF90941F6BF794EC87FF2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m3F624A80E7853289E4759DE8F16CF23B0958365B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m5EAE519410E7938505D4C8EA39FE36CE96D5C501_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mA3C45793ED79FB08377AF9E8D7461A606AFB2471_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mFB39A0DCA2ABE853826629710F00744838A06CC6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_set_Item_m46E5C8F183198C5E36BA463086086E254EF35DD0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RegexFCD_CalculateFC_m11BAAB103351C64BA06B41B999C2BAD670E3579F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RegexInterpreter_Go_m32838D966B426A327995246847A272491F3359F2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RegexParser_AddGroup_m3771097F1B4F1F6AA10104D28B663026F7B7326F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RegexParser_ParseProperty_m32F8C5F94C55BFF814FBAD3189A25F3CAB76B3C3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RegexParser_PopGroup_m461057BFDD1D1CFD70CF3DFE70693E429FCF0FA9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RegexParser_ScanBackslash_m2598C224286A4826DEB2D1189CCB73C9A363DFBD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RegexParser_ScanBasicBackslash_m3DAD88630B04CE794414919D65F325197CB15C3D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RegexParser_ScanBlank_m2ACFA5BAF5FA14554D74C5DE4FE3893483D6F33D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RegexParser_ScanCharClass_mADFDEFF75B3C880E692ED8411B7154CF3130401E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RegexParser_ScanCharEscape_m7A3FDDAF73AB029CB6EA7BB8058E3FD2AEDD63D6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RegexParser_ScanControl_m9EC29A03B8B1C8323D3E67F0D43F7A5960FFD816_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RegexParser_ScanDecimal_mC7374D132F506C5D7EEB868C32C4959B1C672017_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RegexParser_ScanDollar_mA9E832CADC410B1ECBF303405F955980903D2DAC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RegexParser_ScanGroupOpen_m1DE2AA1EFA786C58869EF4025705449871F33D59_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RegexParser_ScanHex_m273E9DA24C7455F701730E65B90DAA5C0D0210C2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RegexParser_ScanRegex_mE0EF23CF2A462063119E2D5046512A1960A11718_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RegexReplacement_Replace_mE66A1F2D387B2ABA21E0BCEEA2DEA9BAEDEDCC60_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RegexReplacement__ctor_mAF9D6E1EBA04EE087CA7E2525BFC1537E8B60836_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RegexRunner_DoCheckTimeout_mFA5F588F7FA54123CFDFF4C26562E05DADFB675F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RegexWriter_EmitFragment_m7692CDAFDAC6BE7D8BB2DD1EC225B6456047DE0B_RuntimeMethod_var; struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_com; struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_pinvoke; struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_com; struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_pinvoke; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; struct Int32EnumU5BU5D_t9327F857579EE00EB201E1913599094BF837D3CD; struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; struct RegexFCU5BU5D_t2785114C5B0BD79CA8B9C2715A5368BDC5941356; struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; IL2CPP_EXTERN_C_BEGIN IL2CPP_EXTERN_C_END #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object // System.Collections.Generic.Comparer`1 struct Comparer_1_t3E3093220DB5D33A829C91C1DFDBDE2F42ECEDC7 : public RuntimeObject { public: public: }; struct Comparer_1_t3E3093220DB5D33A829C91C1DFDBDE2F42ECEDC7_StaticFields { public: // System.Collections.Generic.Comparer`1 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.Comparer`1::defaultComparer Comparer_1_t3E3093220DB5D33A829C91C1DFDBDE2F42ECEDC7 * ___defaultComparer_0; public: inline static int32_t get_offset_of_defaultComparer_0() { return static_cast(offsetof(Comparer_1_t3E3093220DB5D33A829C91C1DFDBDE2F42ECEDC7_StaticFields, ___defaultComparer_0)); } inline Comparer_1_t3E3093220DB5D33A829C91C1DFDBDE2F42ECEDC7 * get_defaultComparer_0() const { return ___defaultComparer_0; } inline Comparer_1_t3E3093220DB5D33A829C91C1DFDBDE2F42ECEDC7 ** get_address_of_defaultComparer_0() { return &___defaultComparer_0; } inline void set_defaultComparer_0(Comparer_1_t3E3093220DB5D33A829C91C1DFDBDE2F42ECEDC7 * value) { ___defaultComparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultComparer_0), (void*)value); } }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_tABFC31237D6642B5D4C1DBA234CA37EE851EB0AE* ___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 System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::keys KeyCollection_t61F8738ED346768CC112B2E27863BF9F73C76D90 * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t17EEB7B2EDD3CB5222C660D7E739F803986BF025 * ___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(offsetof(Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162, ___buckets_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162, ___entries_1)); } inline EntryU5BU5D_tABFC31237D6642B5D4C1DBA234CA37EE851EB0AE* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_tABFC31237D6642B5D4C1DBA234CA37EE851EB0AE** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_tABFC31237D6642B5D4C1DBA234CA37EE851EB0AE* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162, ___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(offsetof(Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162, ___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(offsetof(Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162, ___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(offsetof(Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162, ___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(offsetof(Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast(offsetof(Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162, ___keys_7)); } inline KeyCollection_t61F8738ED346768CC112B2E27863BF9F73C76D90 * get_keys_7() const { return ___keys_7; } inline KeyCollection_t61F8738ED346768CC112B2E27863BF9F73C76D90 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t61F8738ED346768CC112B2E27863BF9F73C76D90 * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162, ___values_8)); } inline ValueCollection_t17EEB7B2EDD3CB5222C660D7E739F803986BF025 * get_values_8() const { return ___values_8; } inline ValueCollection_t17EEB7B2EDD3CB5222C660D7E739F803986BF025 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t17EEB7B2EDD3CB5222C660D7E739F803986BF025 * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____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(offsetof(List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7, ____items_1)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__items_1() const { return ____items_1; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__items_1() { return &____items_1; } inline void set__items_1(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7, ____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(offsetof(List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7, ____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(offsetof(List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7_StaticFields, ____emptyArray_5)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__emptyArray_5() const { return ____emptyArray_5; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_tD9A0DAE3CF1F9450036B041168264AE0CEF1737A : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items Int32EnumU5BU5D_t9327F857579EE00EB201E1913599094BF837D3CD* ____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(offsetof(List_1_tD9A0DAE3CF1F9450036B041168264AE0CEF1737A, ____items_1)); } inline Int32EnumU5BU5D_t9327F857579EE00EB201E1913599094BF837D3CD* get__items_1() const { return ____items_1; } inline Int32EnumU5BU5D_t9327F857579EE00EB201E1913599094BF837D3CD** get_address_of__items_1() { return &____items_1; } inline void set__items_1(Int32EnumU5BU5D_t9327F857579EE00EB201E1913599094BF837D3CD* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_tD9A0DAE3CF1F9450036B041168264AE0CEF1737A, ____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(offsetof(List_1_tD9A0DAE3CF1F9450036B041168264AE0CEF1737A, ____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(offsetof(List_1_tD9A0DAE3CF1F9450036B041168264AE0CEF1737A, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_tD9A0DAE3CF1F9450036B041168264AE0CEF1737A_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray Int32EnumU5BU5D_t9327F857579EE00EB201E1913599094BF837D3CD* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tD9A0DAE3CF1F9450036B041168264AE0CEF1737A_StaticFields, ____emptyArray_5)); } inline Int32EnumU5BU5D_t9327F857579EE00EB201E1913599094BF837D3CD* get__emptyArray_5() const { return ____emptyArray_5; } inline Int32EnumU5BU5D_t9327F857579EE00EB201E1913599094BF837D3CD** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(Int32EnumU5BU5D_t9327F857579EE00EB201E1913599094BF837D3CD* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____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(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____items_1)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__items_1() const { return ____items_1; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____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(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____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(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_StaticFields, ____emptyArray_5)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__emptyArray_5() const { return ____emptyArray_5; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t692D260BEBA1E69864C98DEEDB3E9256C38CD9B9 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items RegexNodeU5BU5D_tDCE5A1DFD56515BBA16233216439F0948F453056* ____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(offsetof(List_1_t692D260BEBA1E69864C98DEEDB3E9256C38CD9B9, ____items_1)); } inline RegexNodeU5BU5D_tDCE5A1DFD56515BBA16233216439F0948F453056* get__items_1() const { return ____items_1; } inline RegexNodeU5BU5D_tDCE5A1DFD56515BBA16233216439F0948F453056** get_address_of__items_1() { return &____items_1; } inline void set__items_1(RegexNodeU5BU5D_tDCE5A1DFD56515BBA16233216439F0948F453056* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t692D260BEBA1E69864C98DEEDB3E9256C38CD9B9, ____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(offsetof(List_1_t692D260BEBA1E69864C98DEEDB3E9256C38CD9B9, ____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(offsetof(List_1_t692D260BEBA1E69864C98DEEDB3E9256C38CD9B9, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t692D260BEBA1E69864C98DEEDB3E9256C38CD9B9_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray RegexNodeU5BU5D_tDCE5A1DFD56515BBA16233216439F0948F453056* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t692D260BEBA1E69864C98DEEDB3E9256C38CD9B9_StaticFields, ____emptyArray_5)); } inline RegexNodeU5BU5D_tDCE5A1DFD56515BBA16233216439F0948F453056* get__emptyArray_5() const { return ____emptyArray_5; } inline RegexNodeU5BU5D_tDCE5A1DFD56515BBA16233216439F0948F453056** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(RegexNodeU5BU5D_tDCE5A1DFD56515BBA16233216439F0948F453056* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_tE931333A40AB4E57F72E00F9F23D19057C78120A : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items RegexOptionsU5BU5D_t7331675FC2B3783AD45B7A664FB7365174D43C67* ____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(offsetof(List_1_tE931333A40AB4E57F72E00F9F23D19057C78120A, ____items_1)); } inline RegexOptionsU5BU5D_t7331675FC2B3783AD45B7A664FB7365174D43C67* get__items_1() const { return ____items_1; } inline RegexOptionsU5BU5D_t7331675FC2B3783AD45B7A664FB7365174D43C67** get_address_of__items_1() { return &____items_1; } inline void set__items_1(RegexOptionsU5BU5D_t7331675FC2B3783AD45B7A664FB7365174D43C67* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_tE931333A40AB4E57F72E00F9F23D19057C78120A, ____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(offsetof(List_1_tE931333A40AB4E57F72E00F9F23D19057C78120A, ____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(offsetof(List_1_tE931333A40AB4E57F72E00F9F23D19057C78120A, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_tE931333A40AB4E57F72E00F9F23D19057C78120A_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray RegexOptionsU5BU5D_t7331675FC2B3783AD45B7A664FB7365174D43C67* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tE931333A40AB4E57F72E00F9F23D19057C78120A_StaticFields, ____emptyArray_5)); } inline RegexOptionsU5BU5D_t7331675FC2B3783AD45B7A664FB7365174D43C67* get__emptyArray_5() const { return ____emptyArray_5; } inline RegexOptionsU5BU5D_t7331675FC2B3783AD45B7A664FB7365174D43C67** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(RegexOptionsU5BU5D_t7331675FC2B3783AD45B7A664FB7365174D43C67* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ____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(offsetof(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3, ____items_1)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get__items_1() const { return ____items_1; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of__items_1() { return &____items_1; } inline void set__items_1(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3, ____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(offsetof(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3, ____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(offsetof(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_StaticFields, ____emptyArray_5)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get__emptyArray_5() const { return ____emptyArray_5; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; struct Il2CppArrayBounds; // System.Array // System.Text.RegularExpressions.Capture struct Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 : 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(offsetof(Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6, ____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((void**)(&____text_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6, ____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(offsetof(Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6, ____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; } }; // System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 : 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_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___numInfo_10; // System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___dateTimeInfo_11; // System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___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_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___native_calendar_names_20; // System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___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_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___calendar_24; // System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___parent_culture_25; // System.Boolean System.Globalization.CultureInfo::constructed bool ___constructed_26; // System.Byte[] System.Globalization.CultureInfo::cached_serialized_form ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___cached_serialized_form_27; // System.Globalization.CultureData System.Globalization.CultureInfo::m_cultureData CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * ___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(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___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(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___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(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___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(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___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(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___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(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___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(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___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(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___numInfo_10)); } inline NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * get_numInfo_10() const { return ___numInfo_10; } inline NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D ** get_address_of_numInfo_10() { return &___numInfo_10; } inline void set_numInfo_10(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * value) { ___numInfo_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___numInfo_10), (void*)value); } inline static int32_t get_offset_of_dateTimeInfo_11() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___dateTimeInfo_11)); } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * get_dateTimeInfo_11() const { return ___dateTimeInfo_11; } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 ** get_address_of_dateTimeInfo_11() { return &___dateTimeInfo_11; } inline void set_dateTimeInfo_11(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * value) { ___dateTimeInfo_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___dateTimeInfo_11), (void*)value); } inline static int32_t get_offset_of_textInfo_12() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___textInfo_12)); } inline TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * get_textInfo_12() const { return ___textInfo_12; } inline TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C ** get_address_of_textInfo_12() { return &___textInfo_12; } inline void set_textInfo_12(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * value) { ___textInfo_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___textInfo_12), (void*)value); } inline static int32_t get_offset_of_m_name_13() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_name_13)); } inline String_t* get_m_name_13() const { return ___m_name_13; } inline String_t** get_address_of_m_name_13() { return &___m_name_13; } inline void set_m_name_13(String_t* value) { ___m_name_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_name_13), (void*)value); } inline static int32_t get_offset_of_englishname_14() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___englishname_14)); } inline String_t* get_englishname_14() const { return ___englishname_14; } inline String_t** get_address_of_englishname_14() { return &___englishname_14; } inline void set_englishname_14(String_t* value) { ___englishname_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___englishname_14), (void*)value); } inline static int32_t get_offset_of_nativename_15() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___nativename_15)); } inline String_t* get_nativename_15() const { return ___nativename_15; } inline String_t** get_address_of_nativename_15() { return &___nativename_15; } inline void set_nativename_15(String_t* value) { ___nativename_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___nativename_15), (void*)value); } inline static int32_t get_offset_of_iso3lang_16() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___iso3lang_16)); } inline String_t* get_iso3lang_16() const { return ___iso3lang_16; } inline String_t** get_address_of_iso3lang_16() { return &___iso3lang_16; } inline void set_iso3lang_16(String_t* value) { ___iso3lang_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___iso3lang_16), (void*)value); } inline static int32_t get_offset_of_iso2lang_17() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___iso2lang_17)); } inline String_t* get_iso2lang_17() const { return ___iso2lang_17; } inline String_t** get_address_of_iso2lang_17() { return &___iso2lang_17; } inline void set_iso2lang_17(String_t* value) { ___iso2lang_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___iso2lang_17), (void*)value); } inline static int32_t get_offset_of_win3lang_18() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___win3lang_18)); } inline String_t* get_win3lang_18() const { return ___win3lang_18; } inline String_t** get_address_of_win3lang_18() { return &___win3lang_18; } inline void set_win3lang_18(String_t* value) { ___win3lang_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___win3lang_18), (void*)value); } inline static int32_t get_offset_of_territory_19() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___territory_19)); } inline String_t* get_territory_19() const { return ___territory_19; } inline String_t** get_address_of_territory_19() { return &___territory_19; } inline void set_territory_19(String_t* value) { ___territory_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___territory_19), (void*)value); } inline static int32_t get_offset_of_native_calendar_names_20() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___native_calendar_names_20)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_native_calendar_names_20() const { return ___native_calendar_names_20; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_native_calendar_names_20() { return &___native_calendar_names_20; } inline void set_native_calendar_names_20(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___native_calendar_names_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___native_calendar_names_20), (void*)value); } inline static int32_t get_offset_of_compareInfo_21() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___compareInfo_21)); } inline CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * get_compareInfo_21() const { return ___compareInfo_21; } inline CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 ** get_address_of_compareInfo_21() { return &___compareInfo_21; } inline void set_compareInfo_21(CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * value) { ___compareInfo_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___compareInfo_21), (void*)value); } inline static int32_t get_offset_of_textinfo_data_22() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___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(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___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(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___calendar_24)); } inline Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * get_calendar_24() const { return ___calendar_24; } inline Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A ** get_address_of_calendar_24() { return &___calendar_24; } inline void set_calendar_24(Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * value) { ___calendar_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___calendar_24), (void*)value); } inline static int32_t get_offset_of_parent_culture_25() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___parent_culture_25)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_parent_culture_25() const { return ___parent_culture_25; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_parent_culture_25() { return &___parent_culture_25; } inline void set_parent_culture_25(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___parent_culture_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_culture_25), (void*)value); } inline static int32_t get_offset_of_constructed_26() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___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(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___cached_serialized_form_27)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_cached_serialized_form_27() const { return ___cached_serialized_form_27; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_cached_serialized_form_27() { return &___cached_serialized_form_27; } inline void set_cached_serialized_form_27(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___cached_serialized_form_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___cached_serialized_form_27), (void*)value); } inline static int32_t get_offset_of_m_cultureData_28() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_cultureData_28)); } inline CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * get_m_cultureData_28() const { return ___m_cultureData_28; } inline CultureData_t53CDF1C5F789A28897415891667799420D3C5529 ** get_address_of_m_cultureData_28() { return &___m_cultureData_28; } inline void set_m_cultureData_28(CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * value) { ___m_cultureData_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_cultureData_28), (void*)value); } inline static int32_t get_offset_of_m_isInherited_29() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___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_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields { public: // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___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_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___default_current_culture_2; // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentUICulture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___s_DefaultThreadCurrentUICulture_33; // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentCulture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___s_DefaultThreadCurrentCulture_34; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::shared_by_number Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 * ___shared_by_number_35; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::shared_by_name Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC * ___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(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___invariant_culture_info_0)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_invariant_culture_info_0() const { return ___invariant_culture_info_0; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_invariant_culture_info_0() { return &___invariant_culture_info_0; } inline void set_invariant_culture_info_0(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___invariant_culture_info_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___invariant_culture_info_0), (void*)value); } inline static int32_t get_offset_of_shared_table_lock_1() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___shared_table_lock_1)); } inline RuntimeObject * get_shared_table_lock_1() const { return ___shared_table_lock_1; } inline RuntimeObject ** get_address_of_shared_table_lock_1() { return &___shared_table_lock_1; } inline void set_shared_table_lock_1(RuntimeObject * value) { ___shared_table_lock_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___shared_table_lock_1), (void*)value); } inline static int32_t get_offset_of_default_current_culture_2() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___default_current_culture_2)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_default_current_culture_2() const { return ___default_current_culture_2; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_default_current_culture_2() { return &___default_current_culture_2; } inline void set_default_current_culture_2(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___default_current_culture_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___default_current_culture_2), (void*)value); } inline static int32_t get_offset_of_s_DefaultThreadCurrentUICulture_33() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___s_DefaultThreadCurrentUICulture_33)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_s_DefaultThreadCurrentUICulture_33() const { return ___s_DefaultThreadCurrentUICulture_33; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_s_DefaultThreadCurrentUICulture_33() { return &___s_DefaultThreadCurrentUICulture_33; } inline void set_s_DefaultThreadCurrentUICulture_33(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___s_DefaultThreadCurrentUICulture_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultThreadCurrentUICulture_33), (void*)value); } inline static int32_t get_offset_of_s_DefaultThreadCurrentCulture_34() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___s_DefaultThreadCurrentCulture_34)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_s_DefaultThreadCurrentCulture_34() const { return ___s_DefaultThreadCurrentCulture_34; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_s_DefaultThreadCurrentCulture_34() { return &___s_DefaultThreadCurrentCulture_34; } inline void set_s_DefaultThreadCurrentCulture_34(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___s_DefaultThreadCurrentCulture_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultThreadCurrentCulture_34), (void*)value); } inline static int32_t get_offset_of_shared_by_number_35() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___shared_by_number_35)); } inline Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 * get_shared_by_number_35() const { return ___shared_by_number_35; } inline Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 ** get_address_of_shared_by_number_35() { return &___shared_by_number_35; } inline void set_shared_by_number_35(Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 * value) { ___shared_by_number_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___shared_by_number_35), (void*)value); } inline static int32_t get_offset_of_shared_by_name_36() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___shared_by_name_36)); } inline Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC * get_shared_by_name_36() const { return ___shared_by_name_36; } inline Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC ** get_address_of_shared_by_name_36() { return &___shared_by_name_36; } inline void set_shared_by_name_36(Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC * value) { ___shared_by_name_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___shared_by_name_36), (void*)value); } inline static int32_t get_offset_of_IsTaiwanSku_37() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___IsTaiwanSku_37)); } inline bool get_IsTaiwanSku_37() const { return ___IsTaiwanSku_37; } inline bool* get_address_of_IsTaiwanSku_37() { return &___IsTaiwanSku_37; } inline void set_IsTaiwanSku_37(bool value) { ___IsTaiwanSku_37 = value; } }; // Native definition for P/Invoke marshalling of System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_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_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___numInfo_10; DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___dateTimeInfo_11; TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___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_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___compareInfo_21; void* ___textinfo_data_22; int32_t ___m_dataItem_23; Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___calendar_24; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_pinvoke* ___parent_culture_25; int32_t ___constructed_26; Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27; CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_pinvoke* ___m_cultureData_28; int32_t ___m_isInherited_29; }; // Native definition for COM marshalling of System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_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_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___numInfo_10; DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___dateTimeInfo_11; TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___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_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___compareInfo_21; void* ___textinfo_data_22; int32_t ___m_dataItem_23; Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___calendar_24; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_com* ___parent_culture_25; int32_t ___constructed_26; Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27; CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_com* ___m_cultureData_28; int32_t ___m_isInherited_29; }; // System.Text.RegularExpressions.RegexBoyerMoore struct RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2 : public RuntimeObject { public: // System.Int32[] System.Text.RegularExpressions.RegexBoyerMoore::_positive Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____positive_0; // System.Int32[] System.Text.RegularExpressions.RegexBoyerMoore::_negativeASCII Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____negativeASCII_1; // System.Int32[][] System.Text.RegularExpressions.RegexBoyerMoore::_negativeUnicode Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* ____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_t1B787142231DB79ABDCE0659823F908A040E9A98 * ____culture_8; public: inline static int32_t get_offset_of__positive_0() { return static_cast(offsetof(RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2, ____positive_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__positive_0() const { return ____positive_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__positive_0() { return &____positive_0; } inline void set__positive_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ____positive_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____positive_0), (void*)value); } inline static int32_t get_offset_of__negativeASCII_1() { return static_cast(offsetof(RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2, ____negativeASCII_1)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__negativeASCII_1() const { return ____negativeASCII_1; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__negativeASCII_1() { return &____negativeASCII_1; } inline void set__negativeASCII_1(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ____negativeASCII_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____negativeASCII_1), (void*)value); } inline static int32_t get_offset_of__negativeUnicode_2() { return static_cast(offsetof(RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2, ____negativeUnicode_2)); } inline Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* get__negativeUnicode_2() const { return ____negativeUnicode_2; } inline Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF** get_address_of__negativeUnicode_2() { return &____negativeUnicode_2; } inline void set__negativeUnicode_2(Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* value) { ____negativeUnicode_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____negativeUnicode_2), (void*)value); } inline static int32_t get_offset_of__pattern_3() { return static_cast(offsetof(RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2, ____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((void**)(&____pattern_3), (void*)value); } inline static int32_t get_offset_of__lowASCII_4() { return static_cast(offsetof(RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2, ____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(offsetof(RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2, ____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(offsetof(RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2, ____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(offsetof(RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2, ____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(offsetof(RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2, ____culture_8)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get__culture_8() const { return ____culture_8; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of__culture_8() { return &____culture_8; } inline void set__culture_8(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ____culture_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____culture_8), (void*)value); } }; // System.Text.RegularExpressions.RegexCharClass struct RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 : public RuntimeObject { public: // System.Collections.Generic.List`1 System.Text.RegularExpressions.RegexCharClass::_rangelist List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * ____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_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * ____subtractor_4; public: inline static int32_t get_offset_of__rangelist_0() { return static_cast(offsetof(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5, ____rangelist_0)); } inline List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * get__rangelist_0() const { return ____rangelist_0; } inline List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 ** get_address_of__rangelist_0() { return &____rangelist_0; } inline void set__rangelist_0(List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * value) { ____rangelist_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____rangelist_0), (void*)value); } inline static int32_t get_offset_of__categories_1() { return static_cast(offsetof(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5, ____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((void**)(&____categories_1), (void*)value); } inline static int32_t get_offset_of__canonical_2() { return static_cast(offsetof(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5, ____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(offsetof(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5, ____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(offsetof(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5, ____subtractor_4)); } inline RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * get__subtractor_4() const { return ____subtractor_4; } inline RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 ** get_address_of__subtractor_4() { return &____subtractor_4; } inline void set__subtractor_4(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * value) { ____subtractor_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____subtractor_4), (void*)value); } }; struct RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_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.Text.RegularExpressions.RegexCharClass::_definedCategories Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * ____definedCategories_16; // System.String[0...,0...] System.Text.RegularExpressions.RegexCharClass::_propTable StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* ____propTable_17; // System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping[] System.Text.RegularExpressions.RegexCharClass::_lcTable LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* ____lcTable_18; public: inline static int32_t get_offset_of_InternalRegexIgnoreCase_5() { return static_cast(offsetof(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_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((void**)(&___InternalRegexIgnoreCase_5), (void*)value); } inline static int32_t get_offset_of_Space_6() { return static_cast(offsetof(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_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((void**)(&___Space_6), (void*)value); } inline static int32_t get_offset_of_NotSpace_7() { return static_cast(offsetof(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_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((void**)(&___NotSpace_7), (void*)value); } inline static int32_t get_offset_of_Word_8() { return static_cast(offsetof(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_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((void**)(&___Word_8), (void*)value); } inline static int32_t get_offset_of_NotWord_9() { return static_cast(offsetof(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_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((void**)(&___NotWord_9), (void*)value); } inline static int32_t get_offset_of_SpaceClass_10() { return static_cast(offsetof(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_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((void**)(&___SpaceClass_10), (void*)value); } inline static int32_t get_offset_of_NotSpaceClass_11() { return static_cast(offsetof(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_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((void**)(&___NotSpaceClass_11), (void*)value); } inline static int32_t get_offset_of_WordClass_12() { return static_cast(offsetof(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_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((void**)(&___WordClass_12), (void*)value); } inline static int32_t get_offset_of_NotWordClass_13() { return static_cast(offsetof(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_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((void**)(&___NotWordClass_13), (void*)value); } inline static int32_t get_offset_of_DigitClass_14() { return static_cast(offsetof(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_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((void**)(&___DigitClass_14), (void*)value); } inline static int32_t get_offset_of_NotDigitClass_15() { return static_cast(offsetof(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_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((void**)(&___NotDigitClass_15), (void*)value); } inline static int32_t get_offset_of__definedCategories_16() { return static_cast(offsetof(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields, ____definedCategories_16)); } inline Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * get__definedCategories_16() const { return ____definedCategories_16; } inline Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 ** get_address_of__definedCategories_16() { return &____definedCategories_16; } inline void set__definedCategories_16(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * value) { ____definedCategories_16 = value; Il2CppCodeGenWriteBarrier((void**)(&____definedCategories_16), (void*)value); } inline static int32_t get_offset_of__propTable_17() { return static_cast(offsetof(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields, ____propTable_17)); } inline StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* get__propTable_17() const { return ____propTable_17; } inline StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90** get_address_of__propTable_17() { return &____propTable_17; } inline void set__propTable_17(StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* value) { ____propTable_17 = value; Il2CppCodeGenWriteBarrier((void**)(&____propTable_17), (void*)value); } inline static int32_t get_offset_of__lcTable_18() { return static_cast(offsetof(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields, ____lcTable_18)); } inline LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* get__lcTable_18() const { return ____lcTable_18; } inline LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E** get_address_of__lcTable_18() { return &____lcTable_18; } inline void set__lcTable_18(LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* value) { ____lcTable_18 = value; Il2CppCodeGenWriteBarrier((void**)(&____lcTable_18), (void*)value); } }; // System.Text.RegularExpressions.RegexCode struct RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 : public RuntimeObject { public: // System.Int32[] System.Text.RegularExpressions.RegexCode::_codes Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____codes_48; // System.String[] System.Text.RegularExpressions.RegexCode::_strings StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ____strings_49; // System.Int32 System.Text.RegularExpressions.RegexCode::_trackcount int32_t ____trackcount_50; // System.Collections.Hashtable System.Text.RegularExpressions.RegexCode::_caps Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ____caps_51; // System.Int32 System.Text.RegularExpressions.RegexCode::_capsize int32_t ____capsize_52; // System.Text.RegularExpressions.RegexPrefix System.Text.RegularExpressions.RegexCode::_fcPrefix RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301 * ____fcPrefix_53; // System.Text.RegularExpressions.RegexBoyerMoore System.Text.RegularExpressions.RegexCode::_bmPrefix RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2 * ____bmPrefix_54; // System.Int32 System.Text.RegularExpressions.RegexCode::_anchors int32_t ____anchors_55; // System.Boolean System.Text.RegularExpressions.RegexCode::_rightToLeft bool ____rightToLeft_56; public: inline static int32_t get_offset_of__codes_48() { return static_cast(offsetof(RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5, ____codes_48)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__codes_48() const { return ____codes_48; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__codes_48() { return &____codes_48; } inline void set__codes_48(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ____codes_48 = value; Il2CppCodeGenWriteBarrier((void**)(&____codes_48), (void*)value); } inline static int32_t get_offset_of__strings_49() { return static_cast(offsetof(RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5, ____strings_49)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get__strings_49() const { return ____strings_49; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of__strings_49() { return &____strings_49; } inline void set__strings_49(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ____strings_49 = value; Il2CppCodeGenWriteBarrier((void**)(&____strings_49), (void*)value); } inline static int32_t get_offset_of__trackcount_50() { return static_cast(offsetof(RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5, ____trackcount_50)); } inline int32_t get__trackcount_50() const { return ____trackcount_50; } inline int32_t* get_address_of__trackcount_50() { return &____trackcount_50; } inline void set__trackcount_50(int32_t value) { ____trackcount_50 = value; } inline static int32_t get_offset_of__caps_51() { return static_cast(offsetof(RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5, ____caps_51)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get__caps_51() const { return ____caps_51; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of__caps_51() { return &____caps_51; } inline void set__caps_51(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ____caps_51 = value; Il2CppCodeGenWriteBarrier((void**)(&____caps_51), (void*)value); } inline static int32_t get_offset_of__capsize_52() { return static_cast(offsetof(RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5, ____capsize_52)); } inline int32_t get__capsize_52() const { return ____capsize_52; } inline int32_t* get_address_of__capsize_52() { return &____capsize_52; } inline void set__capsize_52(int32_t value) { ____capsize_52 = value; } inline static int32_t get_offset_of__fcPrefix_53() { return static_cast(offsetof(RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5, ____fcPrefix_53)); } inline RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301 * get__fcPrefix_53() const { return ____fcPrefix_53; } inline RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301 ** get_address_of__fcPrefix_53() { return &____fcPrefix_53; } inline void set__fcPrefix_53(RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301 * value) { ____fcPrefix_53 = value; Il2CppCodeGenWriteBarrier((void**)(&____fcPrefix_53), (void*)value); } inline static int32_t get_offset_of__bmPrefix_54() { return static_cast(offsetof(RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5, ____bmPrefix_54)); } inline RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2 * get__bmPrefix_54() const { return ____bmPrefix_54; } inline RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2 ** get_address_of__bmPrefix_54() { return &____bmPrefix_54; } inline void set__bmPrefix_54(RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2 * value) { ____bmPrefix_54 = value; Il2CppCodeGenWriteBarrier((void**)(&____bmPrefix_54), (void*)value); } inline static int32_t get_offset_of__anchors_55() { return static_cast(offsetof(RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5, ____anchors_55)); } inline int32_t get__anchors_55() const { return ____anchors_55; } inline int32_t* get_address_of__anchors_55() { return &____anchors_55; } inline void set__anchors_55(int32_t value) { ____anchors_55 = value; } inline static int32_t get_offset_of__rightToLeft_56() { return static_cast(offsetof(RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5, ____rightToLeft_56)); } inline bool get__rightToLeft_56() const { return ____rightToLeft_56; } inline bool* get_address_of__rightToLeft_56() { return &____rightToLeft_56; } inline void set__rightToLeft_56(bool value) { ____rightToLeft_56 = value; } }; // System.Text.RegularExpressions.RegexFC struct RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826 : public RuntimeObject { public: // System.Text.RegularExpressions.RegexCharClass System.Text.RegularExpressions.RegexFC::_cc RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * ____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(offsetof(RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826, ____cc_0)); } inline RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * get__cc_0() const { return ____cc_0; } inline RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 ** get_address_of__cc_0() { return &____cc_0; } inline void set__cc_0(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * value) { ____cc_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____cc_0), (void*)value); } inline static int32_t get_offset_of__nullable_1() { return static_cast(offsetof(RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826, ____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(offsetof(RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826, ____caseInsensitive_2)); } inline bool get__caseInsensitive_2() const { return ____caseInsensitive_2; } inline bool* get_address_of__caseInsensitive_2() { return &____caseInsensitive_2; } inline void set__caseInsensitive_2(bool value) { ____caseInsensitive_2 = value; } }; // System.Text.RegularExpressions.RegexFCD struct RegexFCD_tF50EFB93429390CF2488DAB5FD07DE6E48F1CDBF : public RuntimeObject { public: // System.Int32[] System.Text.RegularExpressions.RegexFCD::_intStack Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____intStack_0; // System.Int32 System.Text.RegularExpressions.RegexFCD::_intDepth int32_t ____intDepth_1; // System.Text.RegularExpressions.RegexFC[] System.Text.RegularExpressions.RegexFCD::_fcStack RegexFCU5BU5D_t2785114C5B0BD79CA8B9C2715A5368BDC5941356* ____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(offsetof(RegexFCD_tF50EFB93429390CF2488DAB5FD07DE6E48F1CDBF, ____intStack_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__intStack_0() const { return ____intStack_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__intStack_0() { return &____intStack_0; } inline void set__intStack_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ____intStack_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____intStack_0), (void*)value); } inline static int32_t get_offset_of__intDepth_1() { return static_cast(offsetof(RegexFCD_tF50EFB93429390CF2488DAB5FD07DE6E48F1CDBF, ____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(offsetof(RegexFCD_tF50EFB93429390CF2488DAB5FD07DE6E48F1CDBF, ____fcStack_2)); } inline RegexFCU5BU5D_t2785114C5B0BD79CA8B9C2715A5368BDC5941356* get__fcStack_2() const { return ____fcStack_2; } inline RegexFCU5BU5D_t2785114C5B0BD79CA8B9C2715A5368BDC5941356** get_address_of__fcStack_2() { return &____fcStack_2; } inline void set__fcStack_2(RegexFCU5BU5D_t2785114C5B0BD79CA8B9C2715A5368BDC5941356* value) { ____fcStack_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____fcStack_2), (void*)value); } inline static int32_t get_offset_of__fcDepth_3() { return static_cast(offsetof(RegexFCD_tF50EFB93429390CF2488DAB5FD07DE6E48F1CDBF, ____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(offsetof(RegexFCD_tF50EFB93429390CF2488DAB5FD07DE6E48F1CDBF, ____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(offsetof(RegexFCD_tF50EFB93429390CF2488DAB5FD07DE6E48F1CDBF, ____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(offsetof(RegexFCD_tF50EFB93429390CF2488DAB5FD07DE6E48F1CDBF, ____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; } }; // System.Text.RegularExpressions.RegexPrefix struct RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301 : 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(offsetof(RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301, ____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((void**)(&____prefix_0), (void*)value); } inline static int32_t get_offset_of__caseInsensitive_1() { return static_cast(offsetof(RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301, ____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_t1563C82A76799B0B018F5EBD6EC068158BE50301_StaticFields { public: // System.Text.RegularExpressions.RegexPrefix System.Text.RegularExpressions.RegexPrefix::_empty RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301 * ____empty_2; public: inline static int32_t get_offset_of__empty_2() { return static_cast(offsetof(RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301_StaticFields, ____empty_2)); } inline RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301 * get__empty_2() const { return ____empty_2; } inline RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301 ** get_address_of__empty_2() { return &____empty_2; } inline void set__empty_2(RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301 * value) { ____empty_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____empty_2), (void*)value); } }; // System.Text.RegularExpressions.RegexReplacement struct RegexReplacement_tA7DE3492BBDE988EF1C93CB8F71CF01A4C1D9A32 : public RuntimeObject { public: // System.String System.Text.RegularExpressions.RegexReplacement::_rep String_t* ____rep_0; // System.Collections.Generic.List`1 System.Text.RegularExpressions.RegexReplacement::_strings List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ____strings_1; // System.Collections.Generic.List`1 System.Text.RegularExpressions.RegexReplacement::_rules List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * ____rules_2; public: inline static int32_t get_offset_of__rep_0() { return static_cast(offsetof(RegexReplacement_tA7DE3492BBDE988EF1C93CB8F71CF01A4C1D9A32, ____rep_0)); } inline String_t* get__rep_0() const { return ____rep_0; } inline String_t** get_address_of__rep_0() { return &____rep_0; } inline void set__rep_0(String_t* value) { ____rep_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____rep_0), (void*)value); } inline static int32_t get_offset_of__strings_1() { return static_cast(offsetof(RegexReplacement_tA7DE3492BBDE988EF1C93CB8F71CF01A4C1D9A32, ____strings_1)); } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * get__strings_1() const { return ____strings_1; } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 ** get_address_of__strings_1() { return &____strings_1; } inline void set__strings_1(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * value) { ____strings_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____strings_1), (void*)value); } inline static int32_t get_offset_of__rules_2() { return static_cast(offsetof(RegexReplacement_tA7DE3492BBDE988EF1C93CB8F71CF01A4C1D9A32, ____rules_2)); } inline List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * get__rules_2() const { return ____rules_2; } inline List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 ** get_address_of__rules_2() { return &____rules_2; } inline void set__rules_2(List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * value) { ____rules_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____rules_2), (void*)value); } }; // System.Text.RegularExpressions.RegexRunner struct RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 : 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_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___runtrack_5; // System.Int32 System.Text.RegularExpressions.RegexRunner::runtrackpos int32_t ___runtrackpos_6; // System.Int32[] System.Text.RegularExpressions.RegexRunner::runstack Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___runstack_7; // System.Int32 System.Text.RegularExpressions.RegexRunner::runstackpos int32_t ___runstackpos_8; // System.Int32[] System.Text.RegularExpressions.RegexRunner::runcrawl Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___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_t8CC0A47F766954F17AD4D1C1597754C8F576464B * ___runmatch_12; // System.Text.RegularExpressions.Regex System.Text.RegularExpressions.RegexRunner::runregex Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * ___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_18; public: inline static int32_t get_offset_of_runtextbeg_0() { return static_cast(offsetof(RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934, ___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(offsetof(RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934, ___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(offsetof(RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934, ___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(offsetof(RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934, ___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((void**)(&___runtext_3), (void*)value); } inline static int32_t get_offset_of_runtextpos_4() { return static_cast(offsetof(RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934, ___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(offsetof(RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934, ___runtrack_5)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_runtrack_5() const { return ___runtrack_5; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_runtrack_5() { return &___runtrack_5; } inline void set_runtrack_5(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___runtrack_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___runtrack_5), (void*)value); } inline static int32_t get_offset_of_runtrackpos_6() { return static_cast(offsetof(RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934, ___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(offsetof(RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934, ___runstack_7)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_runstack_7() const { return ___runstack_7; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_runstack_7() { return &___runstack_7; } inline void set_runstack_7(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___runstack_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___runstack_7), (void*)value); } inline static int32_t get_offset_of_runstackpos_8() { return static_cast(offsetof(RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934, ___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(offsetof(RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934, ___runcrawl_9)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_runcrawl_9() const { return ___runcrawl_9; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_runcrawl_9() { return &___runcrawl_9; } inline void set_runcrawl_9(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___runcrawl_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___runcrawl_9), (void*)value); } inline static int32_t get_offset_of_runcrawlpos_10() { return static_cast(offsetof(RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934, ___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(offsetof(RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934, ___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(offsetof(RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934, ___runmatch_12)); } inline Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * get_runmatch_12() const { return ___runmatch_12; } inline Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B ** get_address_of_runmatch_12() { return &___runmatch_12; } inline void set_runmatch_12(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * value) { ___runmatch_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___runmatch_12), (void*)value); } inline static int32_t get_offset_of_runregex_13() { return static_cast(offsetof(RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934, ___runregex_13)); } inline Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * get_runregex_13() const { return ___runregex_13; } inline Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F ** get_address_of_runregex_13() { return &___runregex_13; } inline void set_runregex_13(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * value) { ___runregex_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___runregex_13), (void*)value); } inline static int32_t get_offset_of_timeout_14() { return static_cast(offsetof(RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934, ___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(offsetof(RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934, ___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(offsetof(RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934, ___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_18() { return static_cast(offsetof(RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934, ___timeoutChecksToSkip_18)); } inline int32_t get_timeoutChecksToSkip_18() const { return ___timeoutChecksToSkip_18; } inline int32_t* get_address_of_timeoutChecksToSkip_18() { return &___timeoutChecksToSkip_18; } inline void set_timeoutChecksToSkip_18(int32_t value) { ___timeoutChecksToSkip_18 = value; } }; // System.Text.RegularExpressions.RegexRunnerFactory struct RegexRunnerFactory_tA425EC5DC77FC0AAD86EB116E5483E94679CAA96 : public RuntimeObject { public: public: }; // System.Text.RegularExpressions.RegexWriter struct RegexWriter_t958027B0548A09589F03657633037085BACFC7B5 : public RuntimeObject { public: // System.Int32[] System.Text.RegularExpressions.RegexWriter::_intStack Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____intStack_0; // System.Int32 System.Text.RegularExpressions.RegexWriter::_depth int32_t ____depth_1; // System.Int32[] System.Text.RegularExpressions.RegexWriter::_emitted Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____emitted_2; // System.Int32 System.Text.RegularExpressions.RegexWriter::_curpos int32_t ____curpos_3; // System.Collections.Generic.Dictionary`2 System.Text.RegularExpressions.RegexWriter::_stringhash Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * ____stringhash_4; // System.Collections.Generic.List`1 System.Text.RegularExpressions.RegexWriter::_stringtable List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ____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_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ____caps_9; public: inline static int32_t get_offset_of__intStack_0() { return static_cast(offsetof(RegexWriter_t958027B0548A09589F03657633037085BACFC7B5, ____intStack_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__intStack_0() const { return ____intStack_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__intStack_0() { return &____intStack_0; } inline void set__intStack_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ____intStack_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____intStack_0), (void*)value); } inline static int32_t get_offset_of__depth_1() { return static_cast(offsetof(RegexWriter_t958027B0548A09589F03657633037085BACFC7B5, ____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(offsetof(RegexWriter_t958027B0548A09589F03657633037085BACFC7B5, ____emitted_2)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__emitted_2() const { return ____emitted_2; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__emitted_2() { return &____emitted_2; } inline void set__emitted_2(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ____emitted_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____emitted_2), (void*)value); } inline static int32_t get_offset_of__curpos_3() { return static_cast(offsetof(RegexWriter_t958027B0548A09589F03657633037085BACFC7B5, ____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(offsetof(RegexWriter_t958027B0548A09589F03657633037085BACFC7B5, ____stringhash_4)); } inline Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * get__stringhash_4() const { return ____stringhash_4; } inline Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 ** get_address_of__stringhash_4() { return &____stringhash_4; } inline void set__stringhash_4(Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * value) { ____stringhash_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____stringhash_4), (void*)value); } inline static int32_t get_offset_of__stringtable_5() { return static_cast(offsetof(RegexWriter_t958027B0548A09589F03657633037085BACFC7B5, ____stringtable_5)); } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * get__stringtable_5() const { return ____stringtable_5; } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 ** get_address_of__stringtable_5() { return &____stringtable_5; } inline void set__stringtable_5(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * value) { ____stringtable_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____stringtable_5), (void*)value); } inline static int32_t get_offset_of__counting_6() { return static_cast(offsetof(RegexWriter_t958027B0548A09589F03657633037085BACFC7B5, ____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(offsetof(RegexWriter_t958027B0548A09589F03657633037085BACFC7B5, ____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(offsetof(RegexWriter_t958027B0548A09589F03657633037085BACFC7B5, ____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(offsetof(RegexWriter_t958027B0548A09589F03657633037085BACFC7B5, ____caps_9)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get__caps_9() const { return ____caps_9; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of__caps_9() { return &____caps_9; } inline void set__caps_9(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ____caps_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____caps_9), (void*)value); } }; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 : public RuntimeObject { public: // System.String[] System.Runtime.Serialization.SerializationInfo::m_members StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___m_members_3; // System.Object[] System.Runtime.Serialization.SerializationInfo::m_data ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___m_data_4; // System.Type[] System.Runtime.Serialization.SerializationInfo::m_types TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___m_types_5; // System.Collections.Generic.Dictionary`2 System.Runtime.Serialization.SerializationInfo::m_nameToIndex Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * ___m_nameToIndex_6; // System.Int32 System.Runtime.Serialization.SerializationInfo::m_currMember int32_t ___m_currMember_7; // System.Runtime.Serialization.IFormatterConverter System.Runtime.Serialization.SerializationInfo::m_converter RuntimeObject* ___m_converter_8; // System.String System.Runtime.Serialization.SerializationInfo::m_fullTypeName String_t* ___m_fullTypeName_9; // System.String System.Runtime.Serialization.SerializationInfo::m_assemName String_t* ___m_assemName_10; // System.Type System.Runtime.Serialization.SerializationInfo::objectType Type_t * ___objectType_11; // System.Boolean System.Runtime.Serialization.SerializationInfo::isFullTypeNameSetExplicit bool ___isFullTypeNameSetExplicit_12; // System.Boolean System.Runtime.Serialization.SerializationInfo::isAssemblyNameSetExplicit bool ___isAssemblyNameSetExplicit_13; // System.Boolean System.Runtime.Serialization.SerializationInfo::requireSameTokenInPartialTrust bool ___requireSameTokenInPartialTrust_14; public: inline static int32_t get_offset_of_m_members_3() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_members_3)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_m_members_3() const { return ___m_members_3; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_m_members_3() { return &___m_members_3; } inline void set_m_members_3(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___m_members_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_members_3), (void*)value); } inline static int32_t get_offset_of_m_data_4() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_data_4)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_m_data_4() const { return ___m_data_4; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_m_data_4() { return &___m_data_4; } inline void set_m_data_4(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___m_data_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_data_4), (void*)value); } inline static int32_t get_offset_of_m_types_5() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_types_5)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_m_types_5() const { return ___m_types_5; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_m_types_5() { return &___m_types_5; } inline void set_m_types_5(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___m_types_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_types_5), (void*)value); } inline static int32_t get_offset_of_m_nameToIndex_6() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_nameToIndex_6)); } inline Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * get_m_nameToIndex_6() const { return ___m_nameToIndex_6; } inline Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 ** get_address_of_m_nameToIndex_6() { return &___m_nameToIndex_6; } inline void set_m_nameToIndex_6(Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * value) { ___m_nameToIndex_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_nameToIndex_6), (void*)value); } inline static int32_t get_offset_of_m_currMember_7() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_currMember_7)); } inline int32_t get_m_currMember_7() const { return ___m_currMember_7; } inline int32_t* get_address_of_m_currMember_7() { return &___m_currMember_7; } inline void set_m_currMember_7(int32_t value) { ___m_currMember_7 = value; } inline static int32_t get_offset_of_m_converter_8() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_converter_8)); } inline RuntimeObject* get_m_converter_8() const { return ___m_converter_8; } inline RuntimeObject** get_address_of_m_converter_8() { return &___m_converter_8; } inline void set_m_converter_8(RuntimeObject* value) { ___m_converter_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_converter_8), (void*)value); } inline static int32_t get_offset_of_m_fullTypeName_9() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_fullTypeName_9)); } inline String_t* get_m_fullTypeName_9() const { return ___m_fullTypeName_9; } inline String_t** get_address_of_m_fullTypeName_9() { return &___m_fullTypeName_9; } inline void set_m_fullTypeName_9(String_t* value) { ___m_fullTypeName_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_fullTypeName_9), (void*)value); } inline static int32_t get_offset_of_m_assemName_10() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_assemName_10)); } inline String_t* get_m_assemName_10() const { return ___m_assemName_10; } inline String_t** get_address_of_m_assemName_10() { return &___m_assemName_10; } inline void set_m_assemName_10(String_t* value) { ___m_assemName_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_assemName_10), (void*)value); } inline static int32_t get_offset_of_objectType_11() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___objectType_11)); } inline Type_t * get_objectType_11() const { return ___objectType_11; } inline Type_t ** get_address_of_objectType_11() { return &___objectType_11; } inline void set_objectType_11(Type_t * value) { ___objectType_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___objectType_11), (void*)value); } inline static int32_t get_offset_of_isFullTypeNameSetExplicit_12() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___isFullTypeNameSetExplicit_12)); } inline bool get_isFullTypeNameSetExplicit_12() const { return ___isFullTypeNameSetExplicit_12; } inline bool* get_address_of_isFullTypeNameSetExplicit_12() { return &___isFullTypeNameSetExplicit_12; } inline void set_isFullTypeNameSetExplicit_12(bool value) { ___isFullTypeNameSetExplicit_12 = value; } inline static int32_t get_offset_of_isAssemblyNameSetExplicit_13() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___isAssemblyNameSetExplicit_13)); } inline bool get_isAssemblyNameSetExplicit_13() const { return ___isAssemblyNameSetExplicit_13; } inline bool* get_address_of_isAssemblyNameSetExplicit_13() { return &___isAssemblyNameSetExplicit_13; } inline void set_isAssemblyNameSetExplicit_13(bool value) { ___isAssemblyNameSetExplicit_13 = value; } inline static int32_t get_offset_of_requireSameTokenInPartialTrust_14() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___requireSameTokenInPartialTrust_14)); } inline bool get_requireSameTokenInPartialTrust_14() const { return ___requireSameTokenInPartialTrust_14; } inline bool* get_address_of_requireSameTokenInPartialTrust_14() { return &___requireSameTokenInPartialTrust_14; } inline void set_requireSameTokenInPartialTrust_14(bool value) { ___requireSameTokenInPartialTrust_14 = value; } }; // System.String struct String_t : public RuntimeObject { public: // System.Int32 System.String::m_stringLength int32_t ___m_stringLength_0; // System.Char System.String::m_firstChar Il2CppChar ___m_firstChar_1; public: inline static int32_t get_offset_of_m_stringLength_0() { return static_cast(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(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(offsetof(String_t_StaticFields, ___Empty_5)); } inline String_t* get_Empty_5() const { return ___Empty_5; } inline String_t** get_address_of_Empty_5() { return &___Empty_5; } inline void set_Empty_5(String_t* value) { ___Empty_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_5), (void*)value); } }; // System.Text.StringBuilder struct StringBuilder_t : public RuntimeObject { public: // System.Char[] System.Text.StringBuilder::m_ChunkChars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___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(offsetof(StringBuilder_t, ___m_ChunkChars_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_m_ChunkChars_0() const { return ___m_ChunkChars_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_m_ChunkChars_0() { return &___m_ChunkChars_0; } inline void set_m_ChunkChars_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___m_ChunkChars_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkChars_0), (void*)value); } inline static int32_t get_offset_of_m_ChunkPrevious_1() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkPrevious_1)); } inline StringBuilder_t * get_m_ChunkPrevious_1() const { return ___m_ChunkPrevious_1; } inline StringBuilder_t ** get_address_of_m_ChunkPrevious_1() { return &___m_ChunkPrevious_1; } inline void set_m_ChunkPrevious_1(StringBuilder_t * value) { ___m_ChunkPrevious_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkPrevious_1), (void*)value); } inline static int32_t get_offset_of_m_ChunkLength_2() { return static_cast(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(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(offsetof(StringBuilder_t, ___m_MaxCapacity_4)); } inline int32_t get_m_MaxCapacity_4() const { return ___m_MaxCapacity_4; } inline int32_t* get_address_of_m_MaxCapacity_4() { return &___m_MaxCapacity_4; } inline void set_m_MaxCapacity_4(int32_t value) { ___m_MaxCapacity_4 = value; } }; // System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 : public RuntimeObject { public: public: }; // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_com { }; // System.Boolean struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37 { 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(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37, ___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_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_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(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___TrueString_5)); } inline String_t* get_TrueString_5() const { return ___TrueString_5; } inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; } inline void set_TrueString_5(String_t* value) { ___TrueString_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___TrueString_5), (void*)value); } inline static int32_t get_offset_of_FalseString_6() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___FalseString_6)); } inline String_t* get_FalseString_6() const { return ___FalseString_6; } inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; } inline void set_FalseString_6(String_t* value) { ___FalseString_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___FalseString_6), (void*)value); } }; // System.Byte struct Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056 { 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(offsetof(Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056, ___m_value_0)); } inline uint8_t get_m_value_0() const { return ___m_value_0; } inline uint8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint8_t value) { ___m_value_0 = value; } }; // System.Char struct Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14 { 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(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14, ___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_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields { public: // System.Byte[] System.Char::categoryForLatin1 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___categoryForLatin1_3; public: inline static int32_t get_offset_of_categoryForLatin1_3() { return static_cast(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields, ___categoryForLatin1_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_categoryForLatin1_3() const { return ___categoryForLatin1_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_categoryForLatin1_3() { return &___categoryForLatin1_3; } inline void set_categoryForLatin1_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___categoryForLatin1_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___categoryForLatin1_3), (void*)value); } }; // System.Double struct Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181 { 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(offsetof(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181, ___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_t42821932CB52DE2057E685D0E1AF3DE5033D2181_StaticFields { public: // System.Double System.Double::NegativeZero double ___NegativeZero_7; public: inline static int32_t get_offset_of_NegativeZero_7() { return static_cast(offsetof(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_StaticFields, ___NegativeZero_7)); } inline double get_NegativeZero_7() const { return ___NegativeZero_7; } inline double* get_address_of_NegativeZero_7() { return &___NegativeZero_7; } inline void set_NegativeZero_7(double value) { ___NegativeZero_7 = value; } }; // System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA : public ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 { public: public: }; struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields { public: // System.Char[] System.Enum::enumSeperatorCharArray CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___enumSeperatorCharArray_0; public: inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast(offsetof(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields, ___enumSeperatorCharArray_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; } inline void set_enumSeperatorCharArray_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___enumSeperatorCharArray_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_com { }; // System.Text.RegularExpressions.Group struct Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883 : public Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 { public: // System.Int32[] System.Text.RegularExpressions.Group::_caps Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____caps_4; // System.Int32 System.Text.RegularExpressions.Group::_capcount int32_t ____capcount_5; // System.Text.RegularExpressions.CaptureCollection System.Text.RegularExpressions.Group::_capcoll CaptureCollection_t40C06BBACB56CDD5F84860FDC1B0C3D8F160DCF9 * ____capcoll_6; // System.String System.Text.RegularExpressions.Group::_name String_t* ____name_7; public: inline static int32_t get_offset_of__caps_4() { return static_cast(offsetof(Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883, ____caps_4)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__caps_4() const { return ____caps_4; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__caps_4() { return &____caps_4; } inline void set__caps_4(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ____caps_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____caps_4), (void*)value); } inline static int32_t get_offset_of__capcount_5() { return static_cast(offsetof(Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883, ____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__capcoll_6() { return static_cast(offsetof(Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883, ____capcoll_6)); } inline CaptureCollection_t40C06BBACB56CDD5F84860FDC1B0C3D8F160DCF9 * get__capcoll_6() const { return ____capcoll_6; } inline CaptureCollection_t40C06BBACB56CDD5F84860FDC1B0C3D8F160DCF9 ** get_address_of__capcoll_6() { return &____capcoll_6; } inline void set__capcoll_6(CaptureCollection_t40C06BBACB56CDD5F84860FDC1B0C3D8F160DCF9 * value) { ____capcoll_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____capcoll_6), (void*)value); } inline static int32_t get_offset_of__name_7() { return static_cast(offsetof(Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883, ____name_7)); } inline String_t* get__name_7() const { return ____name_7; } inline String_t** get_address_of__name_7() { return &____name_7; } inline void set__name_7(String_t* value) { ____name_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____name_7), (void*)value); } }; struct Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883_StaticFields { public: // System.Text.RegularExpressions.Group System.Text.RegularExpressions.Group::_emptygroup Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883 * ____emptygroup_3; public: inline static int32_t get_offset_of__emptygroup_3() { return static_cast(offsetof(Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883_StaticFields, ____emptygroup_3)); } inline Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883 * get__emptygroup_3() const { return ____emptygroup_3; } inline Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883 ** get_address_of__emptygroup_3() { return &____emptygroup_3; } inline void set__emptygroup_3(Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883 * value) { ____emptygroup_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptygroup_3), (void*)value); } }; // System.Int32 struct Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046 { 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(offsetof(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046, ___m_value_0)); } inline int32_t get_m_value_0() const { return ___m_value_0; } inline int32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int32_t value) { ___m_value_0 = value; } }; // System.Int64 struct Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3 { 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(offsetof(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3, ___m_value_0)); } inline int64_t get_m_value_0() const { return ___m_value_0; } inline int64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int64_t value) { ___m_value_0 = value; } }; // System.IntPtr struct IntPtr_t { public: // System.Void* System.IntPtr::m_value void* ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(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(offsetof(IntPtr_t_StaticFields, ___Zero_1)); } inline intptr_t get_Zero_1() const { return ___Zero_1; } inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; } inline void set_Zero_1(intptr_t value) { ___Zero_1 = value; } }; // System.Text.RegularExpressions.RegexInterpreter struct RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E : public RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 { public: // System.Int32 System.Text.RegularExpressions.RegexInterpreter::runoperator int32_t ___runoperator_19; // System.Int32[] System.Text.RegularExpressions.RegexInterpreter::runcodes Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___runcodes_20; // System.Int32 System.Text.RegularExpressions.RegexInterpreter::runcodepos int32_t ___runcodepos_21; // System.String[] System.Text.RegularExpressions.RegexInterpreter::runstrings StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___runstrings_22; // System.Text.RegularExpressions.RegexCode System.Text.RegularExpressions.RegexInterpreter::runcode RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * ___runcode_23; // System.Text.RegularExpressions.RegexPrefix System.Text.RegularExpressions.RegexInterpreter::runfcPrefix RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301 * ___runfcPrefix_24; // System.Text.RegularExpressions.RegexBoyerMoore System.Text.RegularExpressions.RegexInterpreter::runbmPrefix RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2 * ___runbmPrefix_25; // System.Int32 System.Text.RegularExpressions.RegexInterpreter::runanchors int32_t ___runanchors_26; // System.Boolean System.Text.RegularExpressions.RegexInterpreter::runrtl bool ___runrtl_27; // System.Boolean System.Text.RegularExpressions.RegexInterpreter::runci bool ___runci_28; // System.Globalization.CultureInfo System.Text.RegularExpressions.RegexInterpreter::runculture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___runculture_29; public: inline static int32_t get_offset_of_runoperator_19() { return static_cast(offsetof(RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E, ___runoperator_19)); } inline int32_t get_runoperator_19() const { return ___runoperator_19; } inline int32_t* get_address_of_runoperator_19() { return &___runoperator_19; } inline void set_runoperator_19(int32_t value) { ___runoperator_19 = value; } inline static int32_t get_offset_of_runcodes_20() { return static_cast(offsetof(RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E, ___runcodes_20)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_runcodes_20() const { return ___runcodes_20; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_runcodes_20() { return &___runcodes_20; } inline void set_runcodes_20(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___runcodes_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___runcodes_20), (void*)value); } inline static int32_t get_offset_of_runcodepos_21() { return static_cast(offsetof(RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E, ___runcodepos_21)); } inline int32_t get_runcodepos_21() const { return ___runcodepos_21; } inline int32_t* get_address_of_runcodepos_21() { return &___runcodepos_21; } inline void set_runcodepos_21(int32_t value) { ___runcodepos_21 = value; } inline static int32_t get_offset_of_runstrings_22() { return static_cast(offsetof(RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E, ___runstrings_22)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_runstrings_22() const { return ___runstrings_22; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_runstrings_22() { return &___runstrings_22; } inline void set_runstrings_22(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___runstrings_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___runstrings_22), (void*)value); } inline static int32_t get_offset_of_runcode_23() { return static_cast(offsetof(RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E, ___runcode_23)); } inline RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * get_runcode_23() const { return ___runcode_23; } inline RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 ** get_address_of_runcode_23() { return &___runcode_23; } inline void set_runcode_23(RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * value) { ___runcode_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___runcode_23), (void*)value); } inline static int32_t get_offset_of_runfcPrefix_24() { return static_cast(offsetof(RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E, ___runfcPrefix_24)); } inline RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301 * get_runfcPrefix_24() const { return ___runfcPrefix_24; } inline RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301 ** get_address_of_runfcPrefix_24() { return &___runfcPrefix_24; } inline void set_runfcPrefix_24(RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301 * value) { ___runfcPrefix_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___runfcPrefix_24), (void*)value); } inline static int32_t get_offset_of_runbmPrefix_25() { return static_cast(offsetof(RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E, ___runbmPrefix_25)); } inline RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2 * get_runbmPrefix_25() const { return ___runbmPrefix_25; } inline RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2 ** get_address_of_runbmPrefix_25() { return &___runbmPrefix_25; } inline void set_runbmPrefix_25(RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2 * value) { ___runbmPrefix_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___runbmPrefix_25), (void*)value); } inline static int32_t get_offset_of_runanchors_26() { return static_cast(offsetof(RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E, ___runanchors_26)); } inline int32_t get_runanchors_26() const { return ___runanchors_26; } inline int32_t* get_address_of_runanchors_26() { return &___runanchors_26; } inline void set_runanchors_26(int32_t value) { ___runanchors_26 = value; } inline static int32_t get_offset_of_runrtl_27() { return static_cast(offsetof(RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E, ___runrtl_27)); } inline bool get_runrtl_27() const { return ___runrtl_27; } inline bool* get_address_of_runrtl_27() { return &___runrtl_27; } inline void set_runrtl_27(bool value) { ___runrtl_27 = value; } inline static int32_t get_offset_of_runci_28() { return static_cast(offsetof(RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E, ___runci_28)); } inline bool get_runci_28() const { return ___runci_28; } inline bool* get_address_of_runci_28() { return &___runci_28; } inline void set_runci_28(bool value) { ___runci_28 = value; } inline static int32_t get_offset_of_runculture_29() { return static_cast(offsetof(RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E, ___runculture_29)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_runculture_29() const { return ___runculture_29; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_runculture_29() { return &___runculture_29; } inline void set_runculture_29(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___runculture_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___runculture_29), (void*)value); } }; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5 { public: union { struct { }; uint8_t Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5__padding[1]; }; public: }; // /__StaticArrayInitTypeSize=10 struct __StaticArrayInitTypeSizeU3D10_t4F2D293771BAF0F105C8E15A2B2689BCAD0302BA { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D10_t4F2D293771BAF0F105C8E15A2B2689BCAD0302BA__padding[10]; }; public: }; // /__StaticArrayInitTypeSize=12 struct __StaticArrayInitTypeSizeU3D12_tB03FD2B627BB01BB37E9AE2DB4557084F0026ACA { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D12_tB03FD2B627BB01BB37E9AE2DB4557084F0026ACA__padding[12]; }; public: }; // /__StaticArrayInitTypeSize=128 struct __StaticArrayInitTypeSizeU3D128_t2C1166FE3CC05212DD55648859D997CA8842A83B { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D128_t2C1166FE3CC05212DD55648859D997CA8842A83B__padding[128]; }; public: }; // /__StaticArrayInitTypeSize=14 struct __StaticArrayInitTypeSizeU3D14_t4B341AB58EF8F7A8D248C3EC4ED45FBC3E19CDAF { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D14_t4B341AB58EF8F7A8D248C3EC4ED45FBC3E19CDAF__padding[14]; }; public: }; // /__StaticArrayInitTypeSize=256 struct __StaticArrayInitTypeSizeU3D256_t3D7752AC597E9D12F8CA9D83DED6BB4AA67F736D { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D256_t3D7752AC597E9D12F8CA9D83DED6BB4AA67F736D__padding[256]; }; public: }; // /__StaticArrayInitTypeSize=3 struct __StaticArrayInitTypeSizeU3D3_t2822E06E7570D02A3B51B4B68B2D90A77AB7CA02 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D3_t2822E06E7570D02A3B51B4B68B2D90A77AB7CA02__padding[3]; }; public: }; // /__StaticArrayInitTypeSize=32 struct __StaticArrayInitTypeSizeU3D32_tD37BEF7101998702862991181C721026AB96A59F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D32_tD37BEF7101998702862991181C721026AB96A59F__padding[32]; }; public: }; // /__StaticArrayInitTypeSize=44 struct __StaticArrayInitTypeSizeU3D44_t2F10E0A6A5CD8F1EC7DB466A80FA89066B4E0B24 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D44_t2F10E0A6A5CD8F1EC7DB466A80FA89066B4E0B24__padding[44]; }; public: }; // /__StaticArrayInitTypeSize=6 struct __StaticArrayInitTypeSizeU3D6_t27650A226C11FAD389D4736DAD4E30DA7DD59B92 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D6_t27650A226C11FAD389D4736DAD4E30DA7DD59B92__padding[6]; }; public: }; // /__StaticArrayInitTypeSize=9 struct __StaticArrayInitTypeSizeU3D9_t6F4B3CBBC229ABC1E0D4889D9B109047F6FA9B71 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D9_t6F4B3CBBC229ABC1E0D4889D9B109047F6FA9B71__padding[9]; }; public: }; // struct U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0 : public RuntimeObject { public: public: }; struct U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0_StaticFields { public: // /__StaticArrayInitTypeSize=14 ::0283A6AF88802AB45989B29549915BEA0F6CD515 __StaticArrayInitTypeSizeU3D14_t4B341AB58EF8F7A8D248C3EC4ED45FBC3E19CDAF ___0283A6AF88802AB45989B29549915BEA0F6CD515_0; // System.Int64 ::03F4297FCC30D0FD5E420E5D26E7FA711167C7EF int64_t ___03F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1; // /__StaticArrayInitTypeSize=9 ::1A39764B112685485A5BA7B2880D878B858C1A7A __StaticArrayInitTypeSizeU3D9_t6F4B3CBBC229ABC1E0D4889D9B109047F6FA9B71 ___1A39764B112685485A5BA7B2880D878B858C1A7A_2; // /__StaticArrayInitTypeSize=3 ::1A84029C80CB5518379F199F53FF08A7B764F8FD __StaticArrayInitTypeSizeU3D3_t2822E06E7570D02A3B51B4B68B2D90A77AB7CA02 ___1A84029C80CB5518379F199F53FF08A7B764F8FD_3; // /__StaticArrayInitTypeSize=12 ::3BE77BF818331C2D8400FFFFF9FADD3F16AD89AC __StaticArrayInitTypeSizeU3D12_tB03FD2B627BB01BB37E9AE2DB4557084F0026ACA ___3BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4; // /__StaticArrayInitTypeSize=10 ::53437C3B2572EDB9B8640C3195DF3BC2729C5EA1 __StaticArrayInitTypeSizeU3D10_t4F2D293771BAF0F105C8E15A2B2689BCAD0302BA ___53437C3B2572EDB9B8640C3195DF3BC2729C5EA1_5; // /__StaticArrayInitTypeSize=32 ::59F5BD34B6C013DEACC784F69C67E95150033A84 __StaticArrayInitTypeSizeU3D32_tD37BEF7101998702862991181C721026AB96A59F ___59F5BD34B6C013DEACC784F69C67E95150033A84_6; // /__StaticArrayInitTypeSize=6 ::5BC3486B05BA8CF4689C7BDB198B3F477BB4E20C __StaticArrayInitTypeSizeU3D6_t27650A226C11FAD389D4736DAD4E30DA7DD59B92 ___5BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_7; // /__StaticArrayInitTypeSize=9 ::6D49C9D487D7AD3491ECE08732D68A593CC2038D __StaticArrayInitTypeSizeU3D9_t6F4B3CBBC229ABC1E0D4889D9B109047F6FA9B71 ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_8; // /__StaticArrayInitTypeSize=128 ::6F3AD3DC3AF8047587C4C9D696EB68A01FEF796E __StaticArrayInitTypeSizeU3D128_t2C1166FE3CC05212DD55648859D997CA8842A83B ___6F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_9; // /__StaticArrayInitTypeSize=44 ::8E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3 __StaticArrayInitTypeSizeU3D44_t2F10E0A6A5CD8F1EC7DB466A80FA89066B4E0B24 ___8E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_10; // System.Int64 ::98A44A6F8606AE6F23FE230286C1D6FBCC407226 int64_t ___98A44A6F8606AE6F23FE230286C1D6FBCC407226_11; // /__StaticArrayInitTypeSize=32 ::C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536 __StaticArrayInitTypeSizeU3D32_tD37BEF7101998702862991181C721026AB96A59F ___C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_12; // /__StaticArrayInitTypeSize=128 ::CCEEADA43268372341F81AE0C9208C6856441C04 __StaticArrayInitTypeSizeU3D128_t2C1166FE3CC05212DD55648859D997CA8842A83B ___CCEEADA43268372341F81AE0C9208C6856441C04_13; // System.Int64 ::E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78 int64_t ___E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_14; // /__StaticArrayInitTypeSize=32 ::EC5842B3154E1AF94500B57220EB9F684BCCC42A __StaticArrayInitTypeSizeU3D32_tD37BEF7101998702862991181C721026AB96A59F ___EC5842B3154E1AF94500B57220EB9F684BCCC42A_15; // /__StaticArrayInitTypeSize=256 ::EEAFE8C6E1AB017237567305EE925C976CDB6458 __StaticArrayInitTypeSizeU3D256_t3D7752AC597E9D12F8CA9D83DED6BB4AA67F736D ___EEAFE8C6E1AB017237567305EE925C976CDB6458_16; public: inline static int32_t get_offset_of_U30283A6AF88802AB45989B29549915BEA0F6CD515_0() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0_StaticFields, ___0283A6AF88802AB45989B29549915BEA0F6CD515_0)); } inline __StaticArrayInitTypeSizeU3D14_t4B341AB58EF8F7A8D248C3EC4ED45FBC3E19CDAF get_U30283A6AF88802AB45989B29549915BEA0F6CD515_0() const { return ___0283A6AF88802AB45989B29549915BEA0F6CD515_0; } inline __StaticArrayInitTypeSizeU3D14_t4B341AB58EF8F7A8D248C3EC4ED45FBC3E19CDAF * get_address_of_U30283A6AF88802AB45989B29549915BEA0F6CD515_0() { return &___0283A6AF88802AB45989B29549915BEA0F6CD515_0; } inline void set_U30283A6AF88802AB45989B29549915BEA0F6CD515_0(__StaticArrayInitTypeSizeU3D14_t4B341AB58EF8F7A8D248C3EC4ED45FBC3E19CDAF value) { ___0283A6AF88802AB45989B29549915BEA0F6CD515_0 = value; } inline static int32_t get_offset_of_U303F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0_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(offsetof(U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0_StaticFields, ___1A39764B112685485A5BA7B2880D878B858C1A7A_2)); } inline __StaticArrayInitTypeSizeU3D9_t6F4B3CBBC229ABC1E0D4889D9B109047F6FA9B71 get_U31A39764B112685485A5BA7B2880D878B858C1A7A_2() const { return ___1A39764B112685485A5BA7B2880D878B858C1A7A_2; } inline __StaticArrayInitTypeSizeU3D9_t6F4B3CBBC229ABC1E0D4889D9B109047F6FA9B71 * get_address_of_U31A39764B112685485A5BA7B2880D878B858C1A7A_2() { return &___1A39764B112685485A5BA7B2880D878B858C1A7A_2; } inline void set_U31A39764B112685485A5BA7B2880D878B858C1A7A_2(__StaticArrayInitTypeSizeU3D9_t6F4B3CBBC229ABC1E0D4889D9B109047F6FA9B71 value) { ___1A39764B112685485A5BA7B2880D878B858C1A7A_2 = value; } inline static int32_t get_offset_of_U31A84029C80CB5518379F199F53FF08A7B764F8FD_3() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0_StaticFields, ___1A84029C80CB5518379F199F53FF08A7B764F8FD_3)); } inline __StaticArrayInitTypeSizeU3D3_t2822E06E7570D02A3B51B4B68B2D90A77AB7CA02 get_U31A84029C80CB5518379F199F53FF08A7B764F8FD_3() const { return ___1A84029C80CB5518379F199F53FF08A7B764F8FD_3; } inline __StaticArrayInitTypeSizeU3D3_t2822E06E7570D02A3B51B4B68B2D90A77AB7CA02 * get_address_of_U31A84029C80CB5518379F199F53FF08A7B764F8FD_3() { return &___1A84029C80CB5518379F199F53FF08A7B764F8FD_3; } inline void set_U31A84029C80CB5518379F199F53FF08A7B764F8FD_3(__StaticArrayInitTypeSizeU3D3_t2822E06E7570D02A3B51B4B68B2D90A77AB7CA02 value) { ___1A84029C80CB5518379F199F53FF08A7B764F8FD_3 = value; } inline static int32_t get_offset_of_U33BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0_StaticFields, ___3BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4)); } inline __StaticArrayInitTypeSizeU3D12_tB03FD2B627BB01BB37E9AE2DB4557084F0026ACA get_U33BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4() const { return ___3BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4; } inline __StaticArrayInitTypeSizeU3D12_tB03FD2B627BB01BB37E9AE2DB4557084F0026ACA * get_address_of_U33BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4() { return &___3BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4; } inline void set_U33BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4(__StaticArrayInitTypeSizeU3D12_tB03FD2B627BB01BB37E9AE2DB4557084F0026ACA value) { ___3BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4 = value; } inline static int32_t get_offset_of_U353437C3B2572EDB9B8640C3195DF3BC2729C5EA1_5() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0_StaticFields, ___53437C3B2572EDB9B8640C3195DF3BC2729C5EA1_5)); } inline __StaticArrayInitTypeSizeU3D10_t4F2D293771BAF0F105C8E15A2B2689BCAD0302BA get_U353437C3B2572EDB9B8640C3195DF3BC2729C5EA1_5() const { return ___53437C3B2572EDB9B8640C3195DF3BC2729C5EA1_5; } inline __StaticArrayInitTypeSizeU3D10_t4F2D293771BAF0F105C8E15A2B2689BCAD0302BA * get_address_of_U353437C3B2572EDB9B8640C3195DF3BC2729C5EA1_5() { return &___53437C3B2572EDB9B8640C3195DF3BC2729C5EA1_5; } inline void set_U353437C3B2572EDB9B8640C3195DF3BC2729C5EA1_5(__StaticArrayInitTypeSizeU3D10_t4F2D293771BAF0F105C8E15A2B2689BCAD0302BA value) { ___53437C3B2572EDB9B8640C3195DF3BC2729C5EA1_5 = value; } inline static int32_t get_offset_of_U359F5BD34B6C013DEACC784F69C67E95150033A84_6() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0_StaticFields, ___59F5BD34B6C013DEACC784F69C67E95150033A84_6)); } inline __StaticArrayInitTypeSizeU3D32_tD37BEF7101998702862991181C721026AB96A59F get_U359F5BD34B6C013DEACC784F69C67E95150033A84_6() const { return ___59F5BD34B6C013DEACC784F69C67E95150033A84_6; } inline __StaticArrayInitTypeSizeU3D32_tD37BEF7101998702862991181C721026AB96A59F * get_address_of_U359F5BD34B6C013DEACC784F69C67E95150033A84_6() { return &___59F5BD34B6C013DEACC784F69C67E95150033A84_6; } inline void set_U359F5BD34B6C013DEACC784F69C67E95150033A84_6(__StaticArrayInitTypeSizeU3D32_tD37BEF7101998702862991181C721026AB96A59F value) { ___59F5BD34B6C013DEACC784F69C67E95150033A84_6 = value; } inline static int32_t get_offset_of_U35BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_7() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0_StaticFields, ___5BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_7)); } inline __StaticArrayInitTypeSizeU3D6_t27650A226C11FAD389D4736DAD4E30DA7DD59B92 get_U35BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_7() const { return ___5BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_7; } inline __StaticArrayInitTypeSizeU3D6_t27650A226C11FAD389D4736DAD4E30DA7DD59B92 * get_address_of_U35BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_7() { return &___5BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_7; } inline void set_U35BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_7(__StaticArrayInitTypeSizeU3D6_t27650A226C11FAD389D4736DAD4E30DA7DD59B92 value) { ___5BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_7 = value; } inline static int32_t get_offset_of_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_8() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0_StaticFields, ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_8)); } inline __StaticArrayInitTypeSizeU3D9_t6F4B3CBBC229ABC1E0D4889D9B109047F6FA9B71 get_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_8() const { return ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_8; } inline __StaticArrayInitTypeSizeU3D9_t6F4B3CBBC229ABC1E0D4889D9B109047F6FA9B71 * get_address_of_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_8() { return &___6D49C9D487D7AD3491ECE08732D68A593CC2038D_8; } inline void set_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_8(__StaticArrayInitTypeSizeU3D9_t6F4B3CBBC229ABC1E0D4889D9B109047F6FA9B71 value) { ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_8 = value; } inline static int32_t get_offset_of_U36F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_9() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0_StaticFields, ___6F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_9)); } inline __StaticArrayInitTypeSizeU3D128_t2C1166FE3CC05212DD55648859D997CA8842A83B get_U36F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_9() const { return ___6F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_9; } inline __StaticArrayInitTypeSizeU3D128_t2C1166FE3CC05212DD55648859D997CA8842A83B * get_address_of_U36F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_9() { return &___6F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_9; } inline void set_U36F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_9(__StaticArrayInitTypeSizeU3D128_t2C1166FE3CC05212DD55648859D997CA8842A83B value) { ___6F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_9 = value; } inline static int32_t get_offset_of_U38E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_10() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0_StaticFields, ___8E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_10)); } inline __StaticArrayInitTypeSizeU3D44_t2F10E0A6A5CD8F1EC7DB466A80FA89066B4E0B24 get_U38E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_10() const { return ___8E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_10; } inline __StaticArrayInitTypeSizeU3D44_t2F10E0A6A5CD8F1EC7DB466A80FA89066B4E0B24 * get_address_of_U38E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_10() { return &___8E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_10; } inline void set_U38E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_10(__StaticArrayInitTypeSizeU3D44_t2F10E0A6A5CD8F1EC7DB466A80FA89066B4E0B24 value) { ___8E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_10 = value; } inline static int32_t get_offset_of_U398A44A6F8606AE6F23FE230286C1D6FBCC407226_11() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0_StaticFields, ___98A44A6F8606AE6F23FE230286C1D6FBCC407226_11)); } inline int64_t get_U398A44A6F8606AE6F23FE230286C1D6FBCC407226_11() const { return ___98A44A6F8606AE6F23FE230286C1D6FBCC407226_11; } inline int64_t* get_address_of_U398A44A6F8606AE6F23FE230286C1D6FBCC407226_11() { return &___98A44A6F8606AE6F23FE230286C1D6FBCC407226_11; } inline void set_U398A44A6F8606AE6F23FE230286C1D6FBCC407226_11(int64_t value) { ___98A44A6F8606AE6F23FE230286C1D6FBCC407226_11 = value; } inline static int32_t get_offset_of_C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_12() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0_StaticFields, ___C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_12)); } inline __StaticArrayInitTypeSizeU3D32_tD37BEF7101998702862991181C721026AB96A59F get_C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_12() const { return ___C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_12; } inline __StaticArrayInitTypeSizeU3D32_tD37BEF7101998702862991181C721026AB96A59F * get_address_of_C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_12() { return &___C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_12; } inline void set_C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_12(__StaticArrayInitTypeSizeU3D32_tD37BEF7101998702862991181C721026AB96A59F value) { ___C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_12 = value; } inline static int32_t get_offset_of_CCEEADA43268372341F81AE0C9208C6856441C04_13() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0_StaticFields, ___CCEEADA43268372341F81AE0C9208C6856441C04_13)); } inline __StaticArrayInitTypeSizeU3D128_t2C1166FE3CC05212DD55648859D997CA8842A83B get_CCEEADA43268372341F81AE0C9208C6856441C04_13() const { return ___CCEEADA43268372341F81AE0C9208C6856441C04_13; } inline __StaticArrayInitTypeSizeU3D128_t2C1166FE3CC05212DD55648859D997CA8842A83B * get_address_of_CCEEADA43268372341F81AE0C9208C6856441C04_13() { return &___CCEEADA43268372341F81AE0C9208C6856441C04_13; } inline void set_CCEEADA43268372341F81AE0C9208C6856441C04_13(__StaticArrayInitTypeSizeU3D128_t2C1166FE3CC05212DD55648859D997CA8842A83B value) { ___CCEEADA43268372341F81AE0C9208C6856441C04_13 = value; } inline static int32_t get_offset_of_E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_14() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0_StaticFields, ___E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_14)); } inline int64_t get_E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_14() const { return ___E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_14; } inline int64_t* get_address_of_E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_14() { return &___E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_14; } inline void set_E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_14(int64_t value) { ___E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_14 = value; } inline static int32_t get_offset_of_EC5842B3154E1AF94500B57220EB9F684BCCC42A_15() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0_StaticFields, ___EC5842B3154E1AF94500B57220EB9F684BCCC42A_15)); } inline __StaticArrayInitTypeSizeU3D32_tD37BEF7101998702862991181C721026AB96A59F get_EC5842B3154E1AF94500B57220EB9F684BCCC42A_15() const { return ___EC5842B3154E1AF94500B57220EB9F684BCCC42A_15; } inline __StaticArrayInitTypeSizeU3D32_tD37BEF7101998702862991181C721026AB96A59F * get_address_of_EC5842B3154E1AF94500B57220EB9F684BCCC42A_15() { return &___EC5842B3154E1AF94500B57220EB9F684BCCC42A_15; } inline void set_EC5842B3154E1AF94500B57220EB9F684BCCC42A_15(__StaticArrayInitTypeSizeU3D32_tD37BEF7101998702862991181C721026AB96A59F value) { ___EC5842B3154E1AF94500B57220EB9F684BCCC42A_15 = value; } inline static int32_t get_offset_of_EEAFE8C6E1AB017237567305EE925C976CDB6458_16() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0_StaticFields, ___EEAFE8C6E1AB017237567305EE925C976CDB6458_16)); } inline __StaticArrayInitTypeSizeU3D256_t3D7752AC597E9D12F8CA9D83DED6BB4AA67F736D get_EEAFE8C6E1AB017237567305EE925C976CDB6458_16() const { return ___EEAFE8C6E1AB017237567305EE925C976CDB6458_16; } inline __StaticArrayInitTypeSizeU3D256_t3D7752AC597E9D12F8CA9D83DED6BB4AA67F736D * get_address_of_EEAFE8C6E1AB017237567305EE925C976CDB6458_16() { return &___EEAFE8C6E1AB017237567305EE925C976CDB6458_16; } inline void set_EEAFE8C6E1AB017237567305EE925C976CDB6458_16(__StaticArrayInitTypeSizeU3D256_t3D7752AC597E9D12F8CA9D83DED6BB4AA67F736D value) { ___EEAFE8C6E1AB017237567305EE925C976CDB6458_16 = value; } }; // System.Exception struct Exception_t : public RuntimeObject { public: // System.String System.Exception::_className String_t* ____className_1; // System.String System.Exception::_message String_t* ____message_2; // System.Collections.IDictionary System.Exception::_data RuntimeObject* ____data_3; // System.Exception System.Exception::_innerException Exception_t * ____innerException_4; // System.String System.Exception::_helpURL String_t* ____helpURL_5; // System.Object System.Exception::_stackTrace RuntimeObject * ____stackTrace_6; // System.String System.Exception::_stackTraceString String_t* ____stackTraceString_7; // System.String System.Exception::_remoteStackTraceString String_t* ____remoteStackTraceString_8; // System.Int32 System.Exception::_remoteStackIndex int32_t ____remoteStackIndex_9; // System.Object System.Exception::_dynamicMethods RuntimeObject * ____dynamicMethods_10; // System.Int32 System.Exception::_HResult int32_t ____HResult_11; // System.String System.Exception::_source String_t* ____source_12; // System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; // System.Diagnostics.StackTrace[] System.Exception::captured_traces StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; // System.IntPtr[] System.Exception::native_trace_ips IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* ___native_trace_ips_15; public: inline static int32_t get_offset_of__className_1() { return static_cast(offsetof(Exception_t, ____className_1)); } inline String_t* get__className_1() const { return ____className_1; } inline String_t** get_address_of__className_1() { return &____className_1; } inline void set__className_1(String_t* value) { ____className_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____className_1), (void*)value); } inline static int32_t get_offset_of__message_2() { return static_cast(offsetof(Exception_t, ____message_2)); } inline String_t* get__message_2() const { return ____message_2; } inline String_t** get_address_of__message_2() { return &____message_2; } inline void set__message_2(String_t* value) { ____message_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____message_2), (void*)value); } inline static int32_t get_offset_of__data_3() { return static_cast(offsetof(Exception_t, ____data_3)); } inline RuntimeObject* get__data_3() const { return ____data_3; } inline RuntimeObject** get_address_of__data_3() { return &____data_3; } inline void set__data_3(RuntimeObject* value) { ____data_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____data_3), (void*)value); } inline static int32_t get_offset_of__innerException_4() { return static_cast(offsetof(Exception_t, ____innerException_4)); } inline Exception_t * get__innerException_4() const { return ____innerException_4; } inline Exception_t ** get_address_of__innerException_4() { return &____innerException_4; } inline void set__innerException_4(Exception_t * value) { ____innerException_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____innerException_4), (void*)value); } inline static int32_t get_offset_of__helpURL_5() { return static_cast(offsetof(Exception_t, ____helpURL_5)); } inline String_t* get__helpURL_5() const { return ____helpURL_5; } inline String_t** get_address_of__helpURL_5() { return &____helpURL_5; } inline void set__helpURL_5(String_t* value) { ____helpURL_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____helpURL_5), (void*)value); } inline static int32_t get_offset_of__stackTrace_6() { return static_cast(offsetof(Exception_t, ____stackTrace_6)); } inline RuntimeObject * get__stackTrace_6() const { return ____stackTrace_6; } inline RuntimeObject ** get_address_of__stackTrace_6() { return &____stackTrace_6; } inline void set__stackTrace_6(RuntimeObject * value) { ____stackTrace_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTrace_6), (void*)value); } inline static int32_t get_offset_of__stackTraceString_7() { return static_cast(offsetof(Exception_t, ____stackTraceString_7)); } inline String_t* get__stackTraceString_7() const { return ____stackTraceString_7; } inline String_t** get_address_of__stackTraceString_7() { return &____stackTraceString_7; } inline void set__stackTraceString_7(String_t* value) { ____stackTraceString_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTraceString_7), (void*)value); } inline static int32_t get_offset_of__remoteStackTraceString_8() { return static_cast(offsetof(Exception_t, ____remoteStackTraceString_8)); } inline String_t* get__remoteStackTraceString_8() const { return ____remoteStackTraceString_8; } inline String_t** get_address_of__remoteStackTraceString_8() { return &____remoteStackTraceString_8; } inline void set__remoteStackTraceString_8(String_t* value) { ____remoteStackTraceString_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____remoteStackTraceString_8), (void*)value); } inline static int32_t get_offset_of__remoteStackIndex_9() { return static_cast(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(offsetof(Exception_t, ____dynamicMethods_10)); } inline RuntimeObject * get__dynamicMethods_10() const { return ____dynamicMethods_10; } inline RuntimeObject ** get_address_of__dynamicMethods_10() { return &____dynamicMethods_10; } inline void set__dynamicMethods_10(RuntimeObject * value) { ____dynamicMethods_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____dynamicMethods_10), (void*)value); } inline static int32_t get_offset_of__HResult_11() { return static_cast(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(offsetof(Exception_t, ____source_12)); } inline String_t* get__source_12() const { return ____source_12; } inline String_t** get_address_of__source_12() { return &____source_12; } inline void set__source_12(String_t* value) { ____source_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____source_12), (void*)value); } inline static int32_t get_offset_of__safeSerializationManager_13() { return static_cast(offsetof(Exception_t, ____safeSerializationManager_13)); } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; } inline void set__safeSerializationManager_13(SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * value) { ____safeSerializationManager_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____safeSerializationManager_13), (void*)value); } inline static int32_t get_offset_of_captured_traces_14() { return static_cast(offsetof(Exception_t, ___captured_traces_14)); } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* get_captured_traces_14() const { return ___captured_traces_14; } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971** get_address_of_captured_traces_14() { return &___captured_traces_14; } inline void set_captured_traces_14(StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* value) { ___captured_traces_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___captured_traces_14), (void*)value); } inline static int32_t get_offset_of_native_trace_ips_15() { return static_cast(offsetof(Exception_t, ___native_trace_ips_15)); } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* get_native_trace_ips_15() const { return ___native_trace_ips_15; } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; } inline void set_native_trace_ips_15(IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* value) { ___native_trace_ips_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___native_trace_ips_15), (void*)value); } }; struct Exception_t_StaticFields { public: // System.Object System.Exception::s_EDILock RuntimeObject * ___s_EDILock_0; public: inline static int32_t get_offset_of_s_EDILock_0() { return static_cast(offsetof(Exception_t_StaticFields, ___s_EDILock_0)); } inline RuntimeObject * get_s_EDILock_0() const { return ___s_EDILock_0; } inline RuntimeObject ** get_address_of_s_EDILock_0() { return &___s_EDILock_0; } inline void set_s_EDILock_0(RuntimeObject * value) { ___s_EDILock_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_EDILock_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Exception struct Exception_t_marshaled_pinvoke { char* ____className_1; char* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_pinvoke* ____innerException_4; char* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; char* ____stackTraceString_7; char* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; char* ____source_12; SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // Native definition for COM marshalling of System.Exception struct Exception_t_marshaled_com { Il2CppChar* ____className_1; Il2CppChar* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_com* ____innerException_4; Il2CppChar* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; Il2CppChar* ____stackTraceString_7; Il2CppChar* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; Il2CppChar* ____source_12; SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // System.Collections.Hashtable struct Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC : public RuntimeObject { public: // System.Collections.Hashtable/bucket[] System.Collections.Hashtable::buckets bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* ___buckets_10; // System.Int32 System.Collections.Hashtable::count int32_t ___count_11; // System.Int32 System.Collections.Hashtable::occupancy int32_t ___occupancy_12; // System.Int32 System.Collections.Hashtable::loadsize int32_t ___loadsize_13; // System.Single System.Collections.Hashtable::loadFactor float ___loadFactor_14; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::version int32_t ___version_15; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::isWriterInProgress bool ___isWriterInProgress_16; // System.Collections.ICollection System.Collections.Hashtable::keys RuntimeObject* ___keys_17; // System.Collections.ICollection System.Collections.Hashtable::values RuntimeObject* ___values_18; // System.Collections.IEqualityComparer System.Collections.Hashtable::_keycomparer RuntimeObject* ____keycomparer_19; // System.Object System.Collections.Hashtable::_syncRoot RuntimeObject * ____syncRoot_20; public: inline static int32_t get_offset_of_buckets_10() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___buckets_10)); } inline bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* get_buckets_10() const { return ___buckets_10; } inline bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190** get_address_of_buckets_10() { return &___buckets_10; } inline void set_buckets_10(bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* value) { ___buckets_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_10), (void*)value); } inline static int32_t get_offset_of_count_11() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___count_11)); } inline int32_t get_count_11() const { return ___count_11; } inline int32_t* get_address_of_count_11() { return &___count_11; } inline void set_count_11(int32_t value) { ___count_11 = value; } inline static int32_t get_offset_of_occupancy_12() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___occupancy_12)); } inline int32_t get_occupancy_12() const { return ___occupancy_12; } inline int32_t* get_address_of_occupancy_12() { return &___occupancy_12; } inline void set_occupancy_12(int32_t value) { ___occupancy_12 = value; } inline static int32_t get_offset_of_loadsize_13() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___loadsize_13)); } inline int32_t get_loadsize_13() const { return ___loadsize_13; } inline int32_t* get_address_of_loadsize_13() { return &___loadsize_13; } inline void set_loadsize_13(int32_t value) { ___loadsize_13 = value; } inline static int32_t get_offset_of_loadFactor_14() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___loadFactor_14)); } inline float get_loadFactor_14() const { return ___loadFactor_14; } inline float* get_address_of_loadFactor_14() { return &___loadFactor_14; } inline void set_loadFactor_14(float value) { ___loadFactor_14 = value; } inline static int32_t get_offset_of_version_15() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___version_15)); } inline int32_t get_version_15() const { return ___version_15; } inline int32_t* get_address_of_version_15() { return &___version_15; } inline void set_version_15(int32_t value) { ___version_15 = value; } inline static int32_t get_offset_of_isWriterInProgress_16() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___isWriterInProgress_16)); } inline bool get_isWriterInProgress_16() const { return ___isWriterInProgress_16; } inline bool* get_address_of_isWriterInProgress_16() { return &___isWriterInProgress_16; } inline void set_isWriterInProgress_16(bool value) { ___isWriterInProgress_16 = value; } inline static int32_t get_offset_of_keys_17() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___keys_17)); } inline RuntimeObject* get_keys_17() const { return ___keys_17; } inline RuntimeObject** get_address_of_keys_17() { return &___keys_17; } inline void set_keys_17(RuntimeObject* value) { ___keys_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_17), (void*)value); } inline static int32_t get_offset_of_values_18() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___values_18)); } inline RuntimeObject* get_values_18() const { return ___values_18; } inline RuntimeObject** get_address_of_values_18() { return &___values_18; } inline void set_values_18(RuntimeObject* value) { ___values_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_18), (void*)value); } inline static int32_t get_offset_of__keycomparer_19() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ____keycomparer_19)); } inline RuntimeObject* get__keycomparer_19() const { return ____keycomparer_19; } inline RuntimeObject** get_address_of__keycomparer_19() { return &____keycomparer_19; } inline void set__keycomparer_19(RuntimeObject* value) { ____keycomparer_19 = value; Il2CppCodeGenWriteBarrier((void**)(&____keycomparer_19), (void*)value); } inline static int32_t get_offset_of__syncRoot_20() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ____syncRoot_20)); } inline RuntimeObject * get__syncRoot_20() const { return ____syncRoot_20; } inline RuntimeObject ** get_address_of__syncRoot_20() { return &____syncRoot_20; } inline void set__syncRoot_20(RuntimeObject * value) { ____syncRoot_20 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_20), (void*)value); } }; // System.Int32Enum struct Int32Enum_t9B63F771913F2B6D586F1173B44A41FBE26F6B5C { public: // System.Int32 System.Int32Enum::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Int32Enum_t9B63F771913F2B6D586F1173B44A41FBE26F6B5C, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Text.RegularExpressions.Match struct Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B : public Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883 { public: // System.Text.RegularExpressions.GroupCollection System.Text.RegularExpressions.Match::_groupcoll GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556 * ____groupcoll_9; // System.Text.RegularExpressions.Regex System.Text.RegularExpressions.Match::_regex Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * ____regex_10; // System.Int32 System.Text.RegularExpressions.Match::_textbeg int32_t ____textbeg_11; // System.Int32 System.Text.RegularExpressions.Match::_textpos int32_t ____textpos_12; // System.Int32 System.Text.RegularExpressions.Match::_textend int32_t ____textend_13; // System.Int32 System.Text.RegularExpressions.Match::_textstart int32_t ____textstart_14; // System.Int32[][] System.Text.RegularExpressions.Match::_matches Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* ____matches_15; // System.Int32[] System.Text.RegularExpressions.Match::_matchcount Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____matchcount_16; // System.Boolean System.Text.RegularExpressions.Match::_balancing bool ____balancing_17; public: inline static int32_t get_offset_of__groupcoll_9() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____groupcoll_9)); } inline GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556 * get__groupcoll_9() const { return ____groupcoll_9; } inline GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556 ** get_address_of__groupcoll_9() { return &____groupcoll_9; } inline void set__groupcoll_9(GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556 * value) { ____groupcoll_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____groupcoll_9), (void*)value); } inline static int32_t get_offset_of__regex_10() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____regex_10)); } inline Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * get__regex_10() const { return ____regex_10; } inline Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F ** get_address_of__regex_10() { return &____regex_10; } inline void set__regex_10(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * value) { ____regex_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____regex_10), (void*)value); } inline static int32_t get_offset_of__textbeg_11() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____textbeg_11)); } inline int32_t get__textbeg_11() const { return ____textbeg_11; } inline int32_t* get_address_of__textbeg_11() { return &____textbeg_11; } inline void set__textbeg_11(int32_t value) { ____textbeg_11 = value; } inline static int32_t get_offset_of__textpos_12() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____textpos_12)); } inline int32_t get__textpos_12() const { return ____textpos_12; } inline int32_t* get_address_of__textpos_12() { return &____textpos_12; } inline void set__textpos_12(int32_t value) { ____textpos_12 = value; } inline static int32_t get_offset_of__textend_13() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____textend_13)); } inline int32_t get__textend_13() const { return ____textend_13; } inline int32_t* get_address_of__textend_13() { return &____textend_13; } inline void set__textend_13(int32_t value) { ____textend_13 = value; } inline static int32_t get_offset_of__textstart_14() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____textstart_14)); } inline int32_t get__textstart_14() const { return ____textstart_14; } inline int32_t* get_address_of__textstart_14() { return &____textstart_14; } inline void set__textstart_14(int32_t value) { ____textstart_14 = value; } inline static int32_t get_offset_of__matches_15() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____matches_15)); } inline Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* get__matches_15() const { return ____matches_15; } inline Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF** get_address_of__matches_15() { return &____matches_15; } inline void set__matches_15(Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* value) { ____matches_15 = value; Il2CppCodeGenWriteBarrier((void**)(&____matches_15), (void*)value); } inline static int32_t get_offset_of__matchcount_16() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____matchcount_16)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__matchcount_16() const { return ____matchcount_16; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__matchcount_16() { return &____matchcount_16; } inline void set__matchcount_16(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ____matchcount_16 = value; Il2CppCodeGenWriteBarrier((void**)(&____matchcount_16), (void*)value); } inline static int32_t get_offset_of__balancing_17() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____balancing_17)); } inline bool get__balancing_17() const { return ____balancing_17; } inline bool* get_address_of__balancing_17() { return &____balancing_17; } inline void set__balancing_17(bool value) { ____balancing_17 = value; } }; struct Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B_StaticFields { public: // System.Text.RegularExpressions.Match System.Text.RegularExpressions.Match::_empty Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * ____empty_8; public: inline static int32_t get_offset_of__empty_8() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B_StaticFields, ____empty_8)); } inline Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * get__empty_8() const { return ____empty_8; } inline Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B ** get_address_of__empty_8() { return &____empty_8; } inline void set__empty_8(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * value) { ____empty_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____empty_8), (void*)value); } }; // System.Text.RegularExpressions.RegexOptions struct RegexOptions_t8F8CD5BC6C55FC2B657722FD09ABDFDF5BA6F6A4 { 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(offsetof(RegexOptions_t8F8CD5BC6C55FC2B657722FD09ABDFDF5BA6F6A4, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.RuntimeFieldHandle struct RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 { public: // System.IntPtr System.RuntimeFieldHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; // System.Runtime.Serialization.StreamingContextStates struct StreamingContextStates_tF4C7FE6D6121BD4C67699869C8269A60B36B42C3 { 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(offsetof(StreamingContextStates_tF4C7FE6D6121BD4C67699869C8269A60B36B42C3, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.TimeSpan struct TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 { public: // System.Int64 System.TimeSpan::_ticks int64_t ____ticks_22; public: inline static int32_t get_offset_of__ticks_22() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203, ____ticks_22)); } inline int64_t get__ticks_22() const { return ____ticks_22; } inline int64_t* get_address_of__ticks_22() { return &____ticks_22; } inline void set__ticks_22(int64_t value) { ____ticks_22 = value; } }; struct TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields { public: // System.TimeSpan System.TimeSpan::Zero TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___Zero_19; // System.TimeSpan System.TimeSpan::MaxValue TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___MaxValue_20; // System.TimeSpan System.TimeSpan::MinValue TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___MinValue_21; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyConfigChecked bool ____legacyConfigChecked_23; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyMode bool ____legacyMode_24; public: inline static int32_t get_offset_of_Zero_19() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___Zero_19)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_Zero_19() const { return ___Zero_19; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_Zero_19() { return &___Zero_19; } inline void set_Zero_19(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___Zero_19 = value; } inline static int32_t get_offset_of_MaxValue_20() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___MaxValue_20)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_MaxValue_20() const { return ___MaxValue_20; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_MaxValue_20() { return &___MaxValue_20; } inline void set_MaxValue_20(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___MaxValue_20 = value; } inline static int32_t get_offset_of_MinValue_21() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___MinValue_21)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_MinValue_21() const { return ___MinValue_21; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_MinValue_21() { return &___MinValue_21; } inline void set_MinValue_21(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___MinValue_21 = value; } inline static int32_t get_offset_of__legacyConfigChecked_23() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ____legacyConfigChecked_23)); } inline bool get__legacyConfigChecked_23() const { return ____legacyConfigChecked_23; } inline bool* get_address_of__legacyConfigChecked_23() { return &____legacyConfigChecked_23; } inline void set__legacyConfigChecked_23(bool value) { ____legacyConfigChecked_23 = value; } inline static int32_t get_offset_of__legacyMode_24() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ____legacyMode_24)); } inline bool get__legacyMode_24() const { return ____legacyMode_24; } inline bool* get_address_of__legacyMode_24() { return &____legacyMode_24; } inline void set__legacyMode_24(bool value) { ____legacyMode_24 = value; } }; // System.Text.RegularExpressions.MatchSparse struct MatchSparse_tF4A7983ADA82DB12269F4D384E7C2D15F0D32694 : public Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B { public: // System.Collections.Hashtable System.Text.RegularExpressions.MatchSparse::_caps Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ____caps_18; public: inline static int32_t get_offset_of__caps_18() { return static_cast(offsetof(MatchSparse_tF4A7983ADA82DB12269F4D384E7C2D15F0D32694, ____caps_18)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get__caps_18() const { return ____caps_18; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of__caps_18() { return &____caps_18; } inline void set__caps_18(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ____caps_18 = value; Il2CppCodeGenWriteBarrier((void**)(&____caps_18), (void*)value); } }; // System.Text.RegularExpressions.Regex struct Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F : public RuntimeObject { public: // System.String System.Text.RegularExpressions.Regex::pattern String_t* ___pattern_0; // System.Text.RegularExpressions.RegexRunnerFactory System.Text.RegularExpressions.Regex::factory RegexRunnerFactory_tA425EC5DC77FC0AAD86EB116E5483E94679CAA96 * ___factory_1; // System.Text.RegularExpressions.RegexOptions System.Text.RegularExpressions.Regex::roptions int32_t ___roptions_2; // System.TimeSpan System.Text.RegularExpressions.Regex::internalMatchTimeout TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___internalMatchTimeout_5; // System.Collections.Hashtable System.Text.RegularExpressions.Regex::caps Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___caps_9; // System.Collections.Hashtable System.Text.RegularExpressions.Regex::capnames Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___capnames_10; // System.String[] System.Text.RegularExpressions.Regex::capslist StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___capslist_11; // System.Int32 System.Text.RegularExpressions.Regex::capsize int32_t ___capsize_12; // System.Text.RegularExpressions.ExclusiveReference System.Text.RegularExpressions.Regex::runnerref ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 * ___runnerref_13; // System.Text.RegularExpressions.SharedReference System.Text.RegularExpressions.Regex::replref SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 * ___replref_14; // System.Text.RegularExpressions.RegexCode System.Text.RegularExpressions.Regex::code RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * ___code_15; // System.Boolean System.Text.RegularExpressions.Regex::refsInitialized bool ___refsInitialized_16; public: inline static int32_t get_offset_of_pattern_0() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___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((void**)(&___pattern_0), (void*)value); } inline static int32_t get_offset_of_factory_1() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___factory_1)); } inline RegexRunnerFactory_tA425EC5DC77FC0AAD86EB116E5483E94679CAA96 * get_factory_1() const { return ___factory_1; } inline RegexRunnerFactory_tA425EC5DC77FC0AAD86EB116E5483E94679CAA96 ** get_address_of_factory_1() { return &___factory_1; } inline void set_factory_1(RegexRunnerFactory_tA425EC5DC77FC0AAD86EB116E5483E94679CAA96 * value) { ___factory_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___factory_1), (void*)value); } inline static int32_t get_offset_of_roptions_2() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___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(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___internalMatchTimeout_5)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_internalMatchTimeout_5() const { return ___internalMatchTimeout_5; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_internalMatchTimeout_5() { return &___internalMatchTimeout_5; } inline void set_internalMatchTimeout_5(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___internalMatchTimeout_5 = value; } inline static int32_t get_offset_of_caps_9() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___caps_9)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_caps_9() const { return ___caps_9; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_caps_9() { return &___caps_9; } inline void set_caps_9(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___caps_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___caps_9), (void*)value); } inline static int32_t get_offset_of_capnames_10() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___capnames_10)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_capnames_10() const { return ___capnames_10; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_capnames_10() { return &___capnames_10; } inline void set_capnames_10(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___capnames_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___capnames_10), (void*)value); } inline static int32_t get_offset_of_capslist_11() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___capslist_11)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_capslist_11() const { return ___capslist_11; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_capslist_11() { return &___capslist_11; } inline void set_capslist_11(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___capslist_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___capslist_11), (void*)value); } inline static int32_t get_offset_of_capsize_12() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___capsize_12)); } inline int32_t get_capsize_12() const { return ___capsize_12; } inline int32_t* get_address_of_capsize_12() { return &___capsize_12; } inline void set_capsize_12(int32_t value) { ___capsize_12 = value; } inline static int32_t get_offset_of_runnerref_13() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___runnerref_13)); } inline ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 * get_runnerref_13() const { return ___runnerref_13; } inline ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 ** get_address_of_runnerref_13() { return &___runnerref_13; } inline void set_runnerref_13(ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 * value) { ___runnerref_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___runnerref_13), (void*)value); } inline static int32_t get_offset_of_replref_14() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___replref_14)); } inline SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 * get_replref_14() const { return ___replref_14; } inline SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 ** get_address_of_replref_14() { return &___replref_14; } inline void set_replref_14(SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 * value) { ___replref_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___replref_14), (void*)value); } inline static int32_t get_offset_of_code_15() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___code_15)); } inline RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * get_code_15() const { return ___code_15; } inline RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 ** get_address_of_code_15() { return &___code_15; } inline void set_code_15(RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * value) { ___code_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___code_15), (void*)value); } inline static int32_t get_offset_of_refsInitialized_16() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___refsInitialized_16)); } inline bool get_refsInitialized_16() const { return ___refsInitialized_16; } inline bool* get_address_of_refsInitialized_16() { return &___refsInitialized_16; } inline void set_refsInitialized_16(bool value) { ___refsInitialized_16 = value; } }; struct Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields { public: // System.TimeSpan System.Text.RegularExpressions.Regex::MaximumMatchTimeout TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___MaximumMatchTimeout_3; // System.TimeSpan System.Text.RegularExpressions.Regex::InfiniteMatchTimeout TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___InfiniteMatchTimeout_4; // System.TimeSpan System.Text.RegularExpressions.Regex::FallbackDefaultMatchTimeout TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___FallbackDefaultMatchTimeout_7; // System.TimeSpan System.Text.RegularExpressions.Regex::DefaultMatchTimeout TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___DefaultMatchTimeout_8; // System.Collections.Generic.LinkedList`1 System.Text.RegularExpressions.Regex::livecode LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * ___livecode_17; // System.Int32 System.Text.RegularExpressions.Regex::cacheSize int32_t ___cacheSize_18; public: inline static int32_t get_offset_of_MaximumMatchTimeout_3() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields, ___MaximumMatchTimeout_3)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_MaximumMatchTimeout_3() const { return ___MaximumMatchTimeout_3; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_MaximumMatchTimeout_3() { return &___MaximumMatchTimeout_3; } inline void set_MaximumMatchTimeout_3(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___MaximumMatchTimeout_3 = value; } inline static int32_t get_offset_of_InfiniteMatchTimeout_4() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields, ___InfiniteMatchTimeout_4)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_InfiniteMatchTimeout_4() const { return ___InfiniteMatchTimeout_4; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_InfiniteMatchTimeout_4() { return &___InfiniteMatchTimeout_4; } inline void set_InfiniteMatchTimeout_4(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___InfiniteMatchTimeout_4 = value; } inline static int32_t get_offset_of_FallbackDefaultMatchTimeout_7() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields, ___FallbackDefaultMatchTimeout_7)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_FallbackDefaultMatchTimeout_7() const { return ___FallbackDefaultMatchTimeout_7; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_FallbackDefaultMatchTimeout_7() { return &___FallbackDefaultMatchTimeout_7; } inline void set_FallbackDefaultMatchTimeout_7(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___FallbackDefaultMatchTimeout_7 = value; } inline static int32_t get_offset_of_DefaultMatchTimeout_8() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields, ___DefaultMatchTimeout_8)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_DefaultMatchTimeout_8() const { return ___DefaultMatchTimeout_8; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_DefaultMatchTimeout_8() { return &___DefaultMatchTimeout_8; } inline void set_DefaultMatchTimeout_8(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___DefaultMatchTimeout_8 = value; } inline static int32_t get_offset_of_livecode_17() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields, ___livecode_17)); } inline LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * get_livecode_17() const { return ___livecode_17; } inline LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 ** get_address_of_livecode_17() { return &___livecode_17; } inline void set_livecode_17(LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * value) { ___livecode_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___livecode_17), (void*)value); } inline static int32_t get_offset_of_cacheSize_18() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields, ___cacheSize_18)); } inline int32_t get_cacheSize_18() const { return ___cacheSize_18; } inline int32_t* get_address_of_cacheSize_18() { return &___cacheSize_18; } inline void set_cacheSize_18(int32_t value) { ___cacheSize_18 = value; } }; // System.Text.RegularExpressions.RegexNode struct RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 : public RuntimeObject { public: // System.Int32 System.Text.RegularExpressions.RegexNode::_type int32_t ____type_0; // System.Collections.Generic.List`1 System.Text.RegularExpressions.RegexNode::_children List_1_t692D260BEBA1E69864C98DEEDB3E9256C38CD9B9 * ____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_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * ____next_7; public: inline static int32_t get_offset_of__type_0() { return static_cast(offsetof(RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43, ____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(offsetof(RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43, ____children_1)); } inline List_1_t692D260BEBA1E69864C98DEEDB3E9256C38CD9B9 * get__children_1() const { return ____children_1; } inline List_1_t692D260BEBA1E69864C98DEEDB3E9256C38CD9B9 ** get_address_of__children_1() { return &____children_1; } inline void set__children_1(List_1_t692D260BEBA1E69864C98DEEDB3E9256C38CD9B9 * value) { ____children_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____children_1), (void*)value); } inline static int32_t get_offset_of__str_2() { return static_cast(offsetof(RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43, ____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((void**)(&____str_2), (void*)value); } inline static int32_t get_offset_of__ch_3() { return static_cast(offsetof(RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43, ____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(offsetof(RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43, ____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(offsetof(RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43, ____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(offsetof(RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43, ____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(offsetof(RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43, ____next_7)); } inline RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * get__next_7() const { return ____next_7; } inline RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 ** get_address_of__next_7() { return &____next_7; } inline void set__next_7(RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * value) { ____next_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____next_7), (void*)value); } }; // System.Text.RegularExpressions.RegexParser struct RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 : public RuntimeObject { public: // System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexParser::_stack RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * ____stack_0; // System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexParser::_group RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * ____group_1; // System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexParser::_alternation RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * ____alternation_2; // System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexParser::_concatenation RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * ____concatenation_3; // System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexParser::_unit RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * ____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_t1B787142231DB79ABDCE0659823F908A040E9A98 * ____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_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ____caps_12; // System.Collections.Hashtable System.Text.RegularExpressions.RegexParser::_capnames Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ____capnames_13; // System.Int32[] System.Text.RegularExpressions.RegexParser::_capnumlist Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____capnumlist_14; // System.Collections.Generic.List`1 System.Text.RegularExpressions.RegexParser::_capnamelist List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ____capnamelist_15; // System.Text.RegularExpressions.RegexOptions System.Text.RegularExpressions.RegexParser::_options int32_t ____options_16; // System.Collections.Generic.List`1 System.Text.RegularExpressions.RegexParser::_optionsStack List_1_tE931333A40AB4E57F72E00F9F23D19057C78120A * ____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(offsetof(RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9, ____stack_0)); } inline RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * get__stack_0() const { return ____stack_0; } inline RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 ** get_address_of__stack_0() { return &____stack_0; } inline void set__stack_0(RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * value) { ____stack_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____stack_0), (void*)value); } inline static int32_t get_offset_of__group_1() { return static_cast(offsetof(RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9, ____group_1)); } inline RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * get__group_1() const { return ____group_1; } inline RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 ** get_address_of__group_1() { return &____group_1; } inline void set__group_1(RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * value) { ____group_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____group_1), (void*)value); } inline static int32_t get_offset_of__alternation_2() { return static_cast(offsetof(RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9, ____alternation_2)); } inline RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * get__alternation_2() const { return ____alternation_2; } inline RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 ** get_address_of__alternation_2() { return &____alternation_2; } inline void set__alternation_2(RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * value) { ____alternation_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____alternation_2), (void*)value); } inline static int32_t get_offset_of__concatenation_3() { return static_cast(offsetof(RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9, ____concatenation_3)); } inline RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * get__concatenation_3() const { return ____concatenation_3; } inline RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 ** get_address_of__concatenation_3() { return &____concatenation_3; } inline void set__concatenation_3(RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * value) { ____concatenation_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____concatenation_3), (void*)value); } inline static int32_t get_offset_of__unit_4() { return static_cast(offsetof(RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9, ____unit_4)); } inline RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * get__unit_4() const { return ____unit_4; } inline RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 ** get_address_of__unit_4() { return &____unit_4; } inline void set__unit_4(RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * value) { ____unit_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____unit_4), (void*)value); } inline static int32_t get_offset_of__pattern_5() { return static_cast(offsetof(RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9, ____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((void**)(&____pattern_5), (void*)value); } inline static int32_t get_offset_of__currentPos_6() { return static_cast(offsetof(RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9, ____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(offsetof(RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9, ____culture_7)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get__culture_7() const { return ____culture_7; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of__culture_7() { return &____culture_7; } inline void set__culture_7(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ____culture_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____culture_7), (void*)value); } inline static int32_t get_offset_of__autocap_8() { return static_cast(offsetof(RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9, ____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(offsetof(RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9, ____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(offsetof(RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9, ____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(offsetof(RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9, ____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(offsetof(RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9, ____caps_12)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get__caps_12() const { return ____caps_12; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of__caps_12() { return &____caps_12; } inline void set__caps_12(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ____caps_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____caps_12), (void*)value); } inline static int32_t get_offset_of__capnames_13() { return static_cast(offsetof(RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9, ____capnames_13)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get__capnames_13() const { return ____capnames_13; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of__capnames_13() { return &____capnames_13; } inline void set__capnames_13(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ____capnames_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____capnames_13), (void*)value); } inline static int32_t get_offset_of__capnumlist_14() { return static_cast(offsetof(RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9, ____capnumlist_14)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__capnumlist_14() const { return ____capnumlist_14; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__capnumlist_14() { return &____capnumlist_14; } inline void set__capnumlist_14(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ____capnumlist_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____capnumlist_14), (void*)value); } inline static int32_t get_offset_of__capnamelist_15() { return static_cast(offsetof(RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9, ____capnamelist_15)); } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * get__capnamelist_15() const { return ____capnamelist_15; } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 ** get_address_of__capnamelist_15() { return &____capnamelist_15; } inline void set__capnamelist_15(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * value) { ____capnamelist_15 = value; Il2CppCodeGenWriteBarrier((void**)(&____capnamelist_15), (void*)value); } inline static int32_t get_offset_of__options_16() { return static_cast(offsetof(RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9, ____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(offsetof(RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9, ____optionsStack_17)); } inline List_1_tE931333A40AB4E57F72E00F9F23D19057C78120A * get__optionsStack_17() const { return ____optionsStack_17; } inline List_1_tE931333A40AB4E57F72E00F9F23D19057C78120A ** get_address_of__optionsStack_17() { return &____optionsStack_17; } inline void set__optionsStack_17(List_1_tE931333A40AB4E57F72E00F9F23D19057C78120A * value) { ____optionsStack_17 = value; Il2CppCodeGenWriteBarrier((void**)(&____optionsStack_17), (void*)value); } inline static int32_t get_offset_of__ignoreNextParen_18() { return static_cast(offsetof(RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9, ____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_t673103BAE9C6E80634528A1F73A81772DD98E6D9_StaticFields { public: // System.Byte[] System.Text.RegularExpressions.RegexParser::_category ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____category_19; public: inline static int32_t get_offset_of__category_19() { return static_cast(offsetof(RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9_StaticFields, ____category_19)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__category_19() const { return ____category_19; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__category_19() { return &____category_19; } inline void set__category_19(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____category_19 = value; Il2CppCodeGenWriteBarrier((void**)(&____category_19), (void*)value); } }; // System.Text.RegularExpressions.RegexTree struct RegexTree_t63A434601D42EC388D9B2DCA2913286CFC8811F3 : public RuntimeObject { public: // System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexTree::_root RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * ____root_0; // System.Collections.Hashtable System.Text.RegularExpressions.RegexTree::_caps Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ____caps_1; // System.Int32[] System.Text.RegularExpressions.RegexTree::_capnumlist Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____capnumlist_2; // System.Collections.Hashtable System.Text.RegularExpressions.RegexTree::_capnames Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ____capnames_3; // System.String[] System.Text.RegularExpressions.RegexTree::_capslist StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ____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(offsetof(RegexTree_t63A434601D42EC388D9B2DCA2913286CFC8811F3, ____root_0)); } inline RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * get__root_0() const { return ____root_0; } inline RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 ** get_address_of__root_0() { return &____root_0; } inline void set__root_0(RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * value) { ____root_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____root_0), (void*)value); } inline static int32_t get_offset_of__caps_1() { return static_cast(offsetof(RegexTree_t63A434601D42EC388D9B2DCA2913286CFC8811F3, ____caps_1)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get__caps_1() const { return ____caps_1; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of__caps_1() { return &____caps_1; } inline void set__caps_1(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ____caps_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____caps_1), (void*)value); } inline static int32_t get_offset_of__capnumlist_2() { return static_cast(offsetof(RegexTree_t63A434601D42EC388D9B2DCA2913286CFC8811F3, ____capnumlist_2)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__capnumlist_2() const { return ____capnumlist_2; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__capnumlist_2() { return &____capnumlist_2; } inline void set__capnumlist_2(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ____capnumlist_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____capnumlist_2), (void*)value); } inline static int32_t get_offset_of__capnames_3() { return static_cast(offsetof(RegexTree_t63A434601D42EC388D9B2DCA2913286CFC8811F3, ____capnames_3)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get__capnames_3() const { return ____capnames_3; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of__capnames_3() { return &____capnames_3; } inline void set__capnames_3(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ____capnames_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____capnames_3), (void*)value); } inline static int32_t get_offset_of__capslist_4() { return static_cast(offsetof(RegexTree_t63A434601D42EC388D9B2DCA2913286CFC8811F3, ____capslist_4)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get__capslist_4() const { return ____capslist_4; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of__capslist_4() { return &____capslist_4; } inline void set__capslist_4(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ____capslist_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____capslist_4), (void*)value); } inline static int32_t get_offset_of__options_5() { return static_cast(offsetof(RegexTree_t63A434601D42EC388D9B2DCA2913286CFC8811F3, ____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(offsetof(RegexTree_t63A434601D42EC388D9B2DCA2913286CFC8811F3, ____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; } }; // System.Runtime.Serialization.StreamingContext struct StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 { 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(offsetof(StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505, ___m_additionalContext_0)); } inline RuntimeObject * get_m_additionalContext_0() const { return ___m_additionalContext_0; } inline RuntimeObject ** get_address_of_m_additionalContext_0() { return &___m_additionalContext_0; } inline void set_m_additionalContext_0(RuntimeObject * value) { ___m_additionalContext_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_additionalContext_0), (void*)value); } inline static int32_t get_offset_of_m_state_1() { return static_cast(offsetof(StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505, ___m_state_1)); } inline int32_t get_m_state_1() const { return ___m_state_1; } inline int32_t* get_address_of_m_state_1() { return &___m_state_1; } inline void set_m_state_1(int32_t value) { ___m_state_1 = value; } }; // Native definition for P/Invoke marshalling of System.Runtime.Serialization.StreamingContext struct StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505_marshaled_pinvoke { Il2CppIUnknown* ___m_additionalContext_0; int32_t ___m_state_1; }; // Native definition for COM marshalling of System.Runtime.Serialization.StreamingContext struct StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505_marshaled_com { Il2CppIUnknown* ___m_additionalContext_0; int32_t ___m_state_1; }; // System.SystemException struct SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 : public Exception_t { public: public: }; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { 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(offsetof(ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00, ___m_paramName_17)); } inline String_t* get_m_paramName_17() const { return ___m_paramName_17; } inline String_t** get_address_of_m_paramName_17() { return &___m_paramName_17; } inline void set_m_paramName_17(String_t* value) { ___m_paramName_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_paramName_17), (void*)value); } }; // System.NotImplementedException struct NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.TimeoutException struct TimeoutException_tB5D0EEFAEC3FC79FFDEF23C55D1BDF4DE347C926 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 : public ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 { 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(offsetof(ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8, ___m_actualValue_19)); } inline RuntimeObject * get_m_actualValue_19() const { return ___m_actualValue_19; } inline RuntimeObject ** get_address_of_m_actualValue_19() { return &___m_actualValue_19; } inline void set_m_actualValue_19(RuntimeObject * value) { ___m_actualValue_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_actualValue_19), (void*)value); } }; struct ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_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(offsetof(ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_StaticFields, ____rangeMessage_18)); } inline String_t* get__rangeMessage_18() const { return ____rangeMessage_18; } inline String_t** get_address_of__rangeMessage_18() { return &____rangeMessage_18; } inline void set__rangeMessage_18(String_t* value) { ____rangeMessage_18 = value; Il2CppCodeGenWriteBarrier((void**)(&____rangeMessage_18), (void*)value); } }; // System.Text.RegularExpressions.RegexMatchTimeoutException struct RegexMatchTimeoutException_t8A80CA43E67CFD00C11CD0B4D65E08171577AB81 : public TimeoutException_tB5D0EEFAEC3FC79FFDEF23C55D1BDF4DE347C926 { 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_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___matchTimeout_19; public: inline static int32_t get_offset_of_regexInput_17() { return static_cast(offsetof(RegexMatchTimeoutException_t8A80CA43E67CFD00C11CD0B4D65E08171577AB81, ___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((void**)(&___regexInput_17), (void*)value); } inline static int32_t get_offset_of_regexPattern_18() { return static_cast(offsetof(RegexMatchTimeoutException_t8A80CA43E67CFD00C11CD0B4D65E08171577AB81, ___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((void**)(&___regexPattern_18), (void*)value); } inline static int32_t get_offset_of_matchTimeout_19() { return static_cast(offsetof(RegexMatchTimeoutException_t8A80CA43E67CFD00C11CD0B4D65E08171577AB81, ___matchTimeout_19)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_matchTimeout_19() const { return ___matchTimeout_19; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_matchTimeout_19() { return &___matchTimeout_19; } inline void set_matchTimeout_19(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___matchTimeout_19 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32 : 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.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A : public RuntimeArray { public: ALIGN_FIELD (8) String_t* m_Items[1]; public: inline String_t* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline String_t** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, String_t* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Text.RegularExpressions.RegexFC[] struct RegexFCU5BU5D_t2785114C5B0BD79CA8B9C2715A5368BDC5941356 : public RuntimeArray { public: ALIGN_FIELD (8) RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826 * m_Items[1]; public: inline RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826 ** 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_t76D8E0886974788FD71BD44072ADAD5326475826 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE : public RuntimeArray { public: ALIGN_FIELD (8) RuntimeObject * m_Items[1]; public: inline RuntimeObject * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726 : 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.Int32Enum[] struct Int32EnumU5BU5D_t9327F857579EE00EB201E1913599094BF837D3CD : 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 System.Collections.Generic.List`1::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::CopyTo(System.Int32,!0[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_CopyTo_m01F320C5BEF34039B8B2D3ED85067A25A0611FC1_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___index0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___array1, int32_t ___arrayIndex2, int32_t ___count3, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Reverse(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Reverse_mAF7297B4B349FAE1A7207530D786B3D8568C0258_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___index0, int32_t ___count1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::set_Item(System.Int32,!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_set_Item_m72B622AD9BAEA821ED4FE737B1474CA1EABA4AEB_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_InsertRange_m12B1A139FA050A70D61B868B8C3F7A96832304FD_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___index0, RuntimeObject* ___collection1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::RemoveRange(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_RemoveRange_m0BBC3852B9B0719DDA7E6AFEF3C3E3CD165DF5AA_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___index0, int32_t ___count1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mFEB2301A6F28290A828A979BA9CC847B16B3D538_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___capacity0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // !0[] System.Collections.Generic.List`1::ToArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* List_1_ToArray_mC6E0B3CF74090974475F845BF79EC5E66D3A71AC_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mF1D0377D81949B2ADB6104D9994F7CEE1A1E5040_gshared (List_1_tD9A0DAE3CF1F9450036B041168264AE0CEF1737A * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m3632094BEC4410A1022FD0293E7BA88FC3B811A8_gshared_inline (List_1_tD9A0DAE3CF1F9450036B041168264AE0CEF1737A * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::RemoveRange(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_RemoveRange_m6F693A039E6B2E2900BE7F6C78253F32E2D7553A_gshared (List_1_tD9A0DAE3CF1F9450036B041168264AE0CEF1737A * __this, int32_t ___index0, int32_t ___count1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // System.Collections.Generic.Comparer`1 System.Collections.Generic.Comparer`1::get_Default() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_t3E3093220DB5D33A829C91C1DFDBDE2F42ECEDC7 * Comparer_1_get_Default_mF58823BF72649146DD0FA0EA06AA1C3A0CEACE99_gshared (const RuntimeMethod* method); // System.Void System.Array::Sort(!!0[],System.Collections.Generic.IComparer`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Sort_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m91C0828E8387BB808344D592B74142169B28FA8F_gshared (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___array0, RuntimeObject* ___comparer1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_m95A49669D93F05BBC8D8B1CF78765058B4DE65F3_gshared (List_1_tD9A0DAE3CF1F9450036B041168264AE0CEF1737A * __this, int32_t ___item0, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Item_m2FB58E8D210A07EA67DBEA5086D620FED433B852_gshared_inline (List_1_tD9A0DAE3CF1F9450036B041168264AE0CEF1737A * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::RemoveAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_RemoveAt_m773E96422E4C6790FAD627D7D77548B42712E48E_gshared (List_1_tD9A0DAE3CF1F9450036B041168264AE0CEF1737A * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m45E78772E9157F6CD684A69AAB07CE4082FE5FFD_gshared (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_m415CDDDC44D8102E7E71D9EA0A853D7BBE6F469F_gshared (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * __this, int32_t ___item0, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Item_mFB39A0DCA2ABE853826629710F00744838A06CC6_gshared_inline (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m7FA90926D9267868473EF90941F6BF794EC87FF2_gshared_inline (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_mC9E7381F0B0B82E0320B2523835DAFC9CB3D1C8D_gshared (Dictionary_2_t1DDD2F48B87E022F599DF2452A49BB70BE95A7F8 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_m6B0D36DF5FAE8766ACB4727C05AC4766633A6FA7_gshared (Dictionary_2_t1DDD2F48B87E022F599DF2452A49BB70BE95A7F8 * __this, RuntimeObject * ___key0, const RuntimeMethod* method); // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Dictionary_2_get_Item_m6110D5C26F4DEC60704B85CFF991B12BD43C0027_gshared (Dictionary_2_t1DDD2F48B87E022F599DF2452A49BB70BE95A7F8 * __this, RuntimeObject * ___key0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_mA113B07C4C03A7CFBA37EE72824E5795AF960BE0_gshared (Dictionary_2_t1DDD2F48B87E022F599DF2452A49BB70BE95A7F8 * __this, RuntimeObject * ___key0, int32_t ___value1, const RuntimeMethod* method); // System.Void System.Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405 (RuntimeObject * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_inline (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *, const RuntimeMethod*))List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline)(__this, method); } // System.Void System.Collections.Generic.List`1::CopyTo(System.Int32,!0[],System.Int32,System.Int32) inline void List_1_CopyTo_mDC957E3104D077DD67CD096410D593F7D75B3074 (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * __this, int32_t ___index0, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___array1, int32_t ___arrayIndex2, int32_t ___count3, const RuntimeMethod* method) { (( void (*) (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *, int32_t, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*, int32_t, int32_t, const RuntimeMethod*))List_1_CopyTo_m01F320C5BEF34039B8B2D3ED85067A25A0611FC1_gshared)(__this, ___index0, ___array1, ___arrayIndex2, ___count3, method); } // System.Void System.Text.RegularExpressions.RegexCharClass::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexCharClass__ctor_m70685392EB3C5808958E20C99E045F33E21C8192 (RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * __this, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexCharClass::AddRange(System.Char,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexCharClass_AddRange_mD9FB543DC3B128104DBCFEA0B2E672E8A8669C5A (RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * __this, Il2CppChar ___first0, Il2CppChar ___last1, const RuntimeMethod* method); // System.Text.RegularExpressions.RegexCharClass System.Text.RegularExpressions.RegexCharClass::Parse(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * RegexCharClass_Parse_m1A4671A8A47BA3DAC47386D01D5995C6100E87AC (String_t* ___charClass0, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.RegexCharClass::get_CanMerge() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexCharClass_get_CanMerge_mE5B4778068AA81EB1B7D426C48EF0C5CFEA0021B (RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * __this, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexCharClass::AddCharClass(System.Text.RegularExpressions.RegexCharClass) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexCharClass_AddCharClass_m1E139F8FDC0E1A33E143A3A413255F6D521F7EB8 (RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * __this, RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * ___cc0, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexCharClass::AddLowercase(System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexCharClass_AddLowercase_m4FAE0AB13B3DB076F711B6B06C2E61F40A115B40 (RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * __this, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture0, const RuntimeMethod* method); // System.String System.Text.RegularExpressions.RegexCharClass::ToStringClass() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RegexCharClass_ToStringClass_mFC6754E97F014AFE4B5138AD5386E9C76D1D3CD7 (RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * __this, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexFCD::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexFCD__ctor_m81A680DE9EE0A7D9CB3F0245E4B584033ED7C299 (RegexFCD_tF50EFB93429390CF2488DAB5FD07DE6E48F1CDBF * __this, const RuntimeMethod* method); // System.Text.RegularExpressions.RegexFC System.Text.RegularExpressions.RegexFCD::RegexFCFromRegexTree(System.Text.RegularExpressions.RegexTree) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826 * RegexFCD_RegexFCFromRegexTree_m280F32208540ABB3B88FBA4BC3F7FE6A7E02DA40 (RegexFCD_tF50EFB93429390CF2488DAB5FD07DE6E48F1CDBF * __this, RegexTree_t63A434601D42EC388D9B2DCA2913286CFC8811F3 * ___tree0, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_CurrentCulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * CultureInfo_get_CurrentCulture_m99E5F5BD20445F2A73F7EA0014A4E783DF3840BB (const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164 (const RuntimeMethod* method); // System.String System.Text.RegularExpressions.RegexFC::GetFirstChars(System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RegexFC_GetFirstChars_mA929BEEE9D6186588C518891EB8CB416C31060FC (RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826 * __this, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture0, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.RegexFC::IsCaseInsensitive() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool RegexFC_IsCaseInsensitive_m522494DC3CF0587D7B65D57B4C14E1428A2E34CA_inline (RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826 * __this, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexPrefix::.ctor(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexPrefix__ctor_mC34F48A63A8A04942930B9FE236636E2AA745B24 (RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301 * __this, String_t* ___prefix0, bool ___ci1, const RuntimeMethod* method); // System.Int32 System.Text.RegularExpressions.RegexNode::ChildCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegexNode_ChildCount_m15D92C9740BA92B2E78B392F7215B8D7D0242172 (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * __this, const RuntimeMethod* method); // System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexNode::Child(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * RegexNode_Child_mAE38F2EF7289FE455686B7BEEF81C39A9D25E960 (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * __this, int32_t ___i0, const RuntimeMethod* method); // System.String System.String::PadRight(System.Int32,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_PadRight_m2C464B0C6136A24187CF5C8B84E2C6BB614C42FF (String_t* __this, int32_t ___totalWidth0, Il2CppChar ___paddingChar1, const RuntimeMethod* method); // System.Text.RegularExpressions.RegexPrefix System.Text.RegularExpressions.RegexPrefix::get_Empty() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301 * RegexPrefix_get_Empty_m65C2AD019C414B97A57D5AA5B4B0DC331E011A8C_inline (const RuntimeMethod* method); // System.String System.Char::ToString(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Char_ToString_m06BE905F629AFE67313D613EC0ABFA8572CAEFC2 (Il2CppChar* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Int32 System.Text.RegularExpressions.RegexFCD::AnchorFromType(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegexFCD_AnchorFromType_mF78B2ABC2D01B01663B7ABC885B3067F199A40C7 (int32_t ___type0, const RuntimeMethod* method); // System.Void System.Array::Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877 (RuntimeArray * ___sourceArray0, int32_t ___sourceIndex1, RuntimeArray * ___destinationArray2, int32_t ___destinationIndex3, int32_t ___length4, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexFCD::CalculateFC(System.Int32,System.Text.RegularExpressions.RegexNode,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexFCD_CalculateFC_m11BAAB103351C64BA06B41B999C2BAD670E3579F (RegexFCD_tF50EFB93429390CF2488DAB5FD07DE6E48F1CDBF * __this, int32_t ___NodeType0, RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * ___node1, int32_t ___CurIndex2, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m3A81757FE0B3283CB292CA61894273AA7B5C97CD_inline (List_1_t692D260BEBA1E69864C98DEEDB3E9256C38CD9B9 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t692D260BEBA1E69864C98DEEDB3E9256C38CD9B9 *, const RuntimeMethod*))List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline)(__this, method); } // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * List_1_get_Item_m5EAE519410E7938505D4C8EA39FE36CE96D5C501_inline (List_1_t692D260BEBA1E69864C98DEEDB3E9256C38CD9B9 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * (*) (List_1_t692D260BEBA1E69864C98DEEDB3E9256C38CD9B9 *, int32_t, const RuntimeMethod*))List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline)(__this, ___index0, method); } // System.Void System.Text.RegularExpressions.RegexFCD::PushInt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexFCD_PushInt_m2C075ABCE35D8B5F3AE842D0A79BEBBDF53E79E6 (RegexFCD_tF50EFB93429390CF2488DAB5FD07DE6E48F1CDBF * __this, int32_t ___I0, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.RegexFCD::IntIsEmpty() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexFCD_IntIsEmpty_m4CFF914DAAAF04747FD11B2740D47CD4A41F7321 (RegexFCD_tF50EFB93429390CF2488DAB5FD07DE6E48F1CDBF * __this, const RuntimeMethod* method); // System.Int32 System.Text.RegularExpressions.RegexFCD::PopInt() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegexFCD_PopInt_m15845F98455FA8320FCC484AD15CE5A55B43EA14 (RegexFCD_tF50EFB93429390CF2488DAB5FD07DE6E48F1CDBF * __this, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.RegexFCD::FCIsEmpty() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexFCD_FCIsEmpty_m3FFF61F7B0567B2B1ABA23377742A6D0AC9DF016 (RegexFCD_tF50EFB93429390CF2488DAB5FD07DE6E48F1CDBF * __this, const RuntimeMethod* method); // System.Text.RegularExpressions.RegexFC System.Text.RegularExpressions.RegexFCD::PopFC() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826 * RegexFCD_PopFC_mE67FE0664971894C6935632FD634207784EAE43F (RegexFCD_tF50EFB93429390CF2488DAB5FD07DE6E48F1CDBF * __this, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexFCD::SkipChild() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexFCD_SkipChild_mE3F09E85EC04B345584A4268DDE28029B1493ABD (RegexFCD_tF50EFB93429390CF2488DAB5FD07DE6E48F1CDBF * __this, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexFC::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexFC__ctor_mA39AF7098BC1D63C19E316121CC854AACBE4CB59 (RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826 * __this, bool ___nullable0, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexFCD::PushFC(System.Text.RegularExpressions.RegexFC) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexFCD_PushFC_mC4174F9014750978ADB35B3E45DE43D740070B92 (RegexFCD_tF50EFB93429390CF2488DAB5FD07DE6E48F1CDBF * __this, RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826 * ___fc0, const RuntimeMethod* method); // System.Text.RegularExpressions.RegexFC System.Text.RegularExpressions.RegexFCD::TopFC() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826 * RegexFCD_TopFC_mC9A10E7061B6283532AF800971B26A7660036AF6 (RegexFCD_tF50EFB93429390CF2488DAB5FD07DE6E48F1CDBF * __this, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.RegexFC::AddFC(System.Text.RegularExpressions.RegexFC,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexFC_AddFC_m515C7808755FE89185D85B3C39184C2425B44629 (RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826 * __this, RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826 * ___fc0, bool ___concatenate1, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexFC::.ctor(System.Char,System.Boolean,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexFC__ctor_mA9779C6F7E4B0B76041B34DF40F2B6DBA82761E2 (RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826 * __this, Il2CppChar ___ch0, bool ___not1, bool ___nullable2, bool ___caseInsensitive3, const RuntimeMethod* method); // System.Int32 System.String::get_Length() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline (String_t* __this, const RuntimeMethod* method); // System.Char System.String::get_Chars(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70 (String_t* __this, int32_t ___index0, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexFC::.ctor(System.String,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexFC__ctor_m8693359483B2128560FC374872CFC1382A0605B2 (RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826 * __this, String_t* ___charClass0, bool ___nullable1, bool ___caseInsensitive2, const RuntimeMethod* method); // System.String System.Int32::ToString(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m027A8C9419D2FE56ED5D2EE42A6F3B3CE0130471 (int32_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.String SR::GetString(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F (String_t* ___name0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexRunner::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexRunner__ctor_m6925516B4C16AC95CFAAFCCDB5CFEAD505B7920B (RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 * __this, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexInterpreter::Advance(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexInterpreter_Advance_m47537FC4AB2CB92D2D9100C755D936DED76B03EE (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexInterpreter::SetOperator(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexInterpreter_SetOperator_m6F39391186CA54646ABAF1A8D3584533261E6A3F (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * __this, int32_t ___op0, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexRunner::EnsureStorage() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexRunner_EnsureStorage_mA28C2C957E9C94A1EB89424D837A87114E38325E (RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 * __this, const RuntimeMethod* method); // System.Char System.Char::ToLower(System.Char,System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Char_ToLower_m42C052EB06C3F461C8CEBAD492E102EB721FDECE (Il2CppChar ___c0, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture1, const RuntimeMethod* method); // System.Char System.Text.RegularExpressions.RegexInterpreter::CharAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar RegexInterpreter_CharAt_mBC8ABA0BE4AC926938A4A4F6DEFB89437AEC3F6E (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * __this, int32_t ___j0, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.RegexBoyerMoore::IsMatch(System.String,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexBoyerMoore_IsMatch_m37FDC206D86DD3C91A745BE15731677FE01F624B (RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2 * __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) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegexBoyerMoore_Scan_m8C2A8FE0B6CFE8C7844AF8F2FEA79532935BAE43 (RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2 * __this, String_t* ___text0, int32_t ___index1, int32_t ___beglimit2, int32_t ___endlimit3, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.RegexPrefix::get_CaseInsensitive() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool RegexPrefix_get_CaseInsensitive_mB4CF8FBFABE26F206AF6324A0C87DFB34C051A95_inline (RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301 * __this, const RuntimeMethod* method); // System.String System.Text.RegularExpressions.RegexPrefix::get_Prefix() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* RegexPrefix_get_Prefix_m6806C1EEE5B8973606B320A9C4CD5A9E91466F34_inline (RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301 * __this, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.RegexCharClass::IsSingleton(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexCharClass_IsSingleton_mF6500F4A47D3E44CDE29C0BA21AC111282C50737 (String_t* ___set0, const RuntimeMethod* method); // System.Char System.Text.RegularExpressions.RegexCharClass::SingletonChar(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar RegexCharClass_SingletonChar_m8D1E6205BE062B72C10A417C0BBE130888FAF3FF (String_t* ___set0, const RuntimeMethod* method); // System.Int32 System.Text.RegularExpressions.RegexInterpreter::Forwardchars() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegexInterpreter_Forwardchars_mFD54A946FE00B2613D92F1CCAE7B53CDB4312420 (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * __this, const RuntimeMethod* method); // System.Char System.Text.RegularExpressions.RegexInterpreter::Forwardcharnext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar RegexInterpreter_Forwardcharnext_m39C5E9B8B3EDC556CE6A61C1957ACFD5F8ED025E (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * __this, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexInterpreter::Backwardnext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexInterpreter_Backwardnext_m68F8015F83EA7DEBBDB6405A6EF9092E814D88EC (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * __this, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.RegexCharClass::CharInClass(System.Char,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexCharClass_CharInClass_m255B7683478670C002F04238394193EEFA126AE8 (Il2CppChar ___ch0, String_t* ___set1, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexInterpreter::Goto(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexInterpreter_Goto_mAB873EAF14CC58B684C91137D6E8817EB47FAB48 (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * __this, int32_t ___newpos0, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexRunner::CheckTimeout() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexRunner_CheckTimeout_mBE5718B5085C46A4B1B9498DE83B7C4D22E4C27C (RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 * __this, const RuntimeMethod* method); // System.Int32 System.Text.RegularExpressions.RegexInterpreter::Operator() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RegexInterpreter_Operator_m9C06EB53FFBB6722B2ACB95057BC30E0A9F05DFF_inline (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * __this, const RuntimeMethod* method); // System.Int32 System.Text.RegularExpressions.RegexInterpreter::Operand(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegexInterpreter_Operand_mB8AED0E2B8222A584A61D313DE9AB475724F50A0 (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * __this, int32_t ___i0, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.RegexRunner::IsMatched(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexRunner_IsMatched_mCC5330346DACE22EAA86DD072CD36752023C66E9 (RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 * __this, int32_t ___cap0, const RuntimeMethod* method); // System.Int32 System.Text.RegularExpressions.RegexInterpreter::Textpos() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RegexInterpreter_Textpos_mCCC8ABAE83D37BA6F060242E1ECAC7D91D8910F5_inline (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * __this, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexInterpreter::TrackPush(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexInterpreter_TrackPush_m2DA2DB51ACD26004F4FB8B8D80EEC20D4AA14C49 (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * __this, int32_t ___I10, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexInterpreter::TrackPop() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexInterpreter_TrackPop_m8E31A4201CD48C0888BE0DB6EB317036E7E7C4D8 (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * __this, const RuntimeMethod* method); // System.Int32 System.Text.RegularExpressions.RegexInterpreter::TrackPeek() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegexInterpreter_TrackPeek_mFB63C0E3D25EEEEC1DBD5FF5601E59C6F0414396 (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * __this, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexInterpreter::Textto(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RegexInterpreter_Textto_m874B113DFF6381DFC1BF8A8F7E6D79B819CF06AE_inline (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * __this, int32_t ___newpos0, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexInterpreter::StackPush(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexInterpreter_StackPush_m488F7B4FABE6E66EF8D28F070303C7B344A9217F (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * __this, int32_t ___I10, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexInterpreter::TrackPush() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexInterpreter_TrackPush_mBE985076C7632B82D188C6484BD6C7980C392379 (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * __this, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexInterpreter::Advance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexInterpreter_Advance_mC3549A945557AD11D80890E0DCBC6D53860A97FE (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * __this, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexInterpreter::StackPop() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexInterpreter_StackPop_m28CD98B18B8010F9398FAB5A1C0CB3E220FB0A13 (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * __this, const RuntimeMethod* method); // System.Int32 System.Text.RegularExpressions.RegexInterpreter::StackPeek() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegexInterpreter_StackPeek_mE0B2D861B2A747936538EC83EDEBDC8C6424E3D0 (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * __this, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexRunner::TransferCapture(System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexRunner_TransferCapture_mBD3BA00B949753D1C0A142776C4EF3796DBC627B (RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 * __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) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexRunner_Capture_mAC8B534A534941D5003730CA28B41F4082CF45C0 (RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 * __this, int32_t ___capnum0, int32_t ___start1, int32_t ___end2, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexRunner::Uncapture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexRunner_Uncapture_mAEA536C22A1DD0BCE123A04A4BCFD1A8BE8D1F7B (RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 * __this, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexInterpreter::TrackPush(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexInterpreter_TrackPush_m874CB8F853DD4EB0FAD4A2DEF9CC2EAC3DD5BA5E (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * __this, int32_t ___I10, int32_t ___I21, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexInterpreter::TrackPush2(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexInterpreter_TrackPush2_m490912B4D5B2E19FA2739EA0211FA91DA6423634 (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * __this, int32_t ___I10, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexInterpreter::TrackPop(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexInterpreter_TrackPop_mBE47D7E983B6BD0C45F7F376AA0272B0827AB4E4 (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * __this, int32_t ___framesize0, const RuntimeMethod* method); // System.Int32 System.Text.RegularExpressions.RegexInterpreter::TrackPeek(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegexInterpreter_TrackPeek_m946313A941F42F58C555593B8CD2C00E702400AB (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexInterpreter::StackPush(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexInterpreter_StackPush_m46ADD790ADB62A6FFFC56ACC93A5BFB11578A45B (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * __this, int32_t ___I10, int32_t ___I21, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexInterpreter::StackPop(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexInterpreter_StackPop_m1DBCCF39146C4C13FEBABCF7139CDAF89AB339ED (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * __this, int32_t ___framesize0, const RuntimeMethod* method); // System.Int32 System.Text.RegularExpressions.RegexInterpreter::StackPeek(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegexInterpreter_StackPeek_mFA8013A28365F539B9083C906BEB80008AE281A0 (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexInterpreter::TrackPush2(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexInterpreter_TrackPush2_m5B36C2B678F621B4BCF26D038E5AE40A55BC5884 (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * __this, int32_t ___I10, int32_t ___I21, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexInterpreter::TrackPush(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexInterpreter_TrackPush_mEF674B57E2A8FC7E555803DE53EEE076EC0E5E75 (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * __this, int32_t ___I10, int32_t ___I21, int32_t ___I32, const RuntimeMethod* method); // System.Int32 System.Text.RegularExpressions.RegexInterpreter::Trackpos() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegexInterpreter_Trackpos_mDA7F7A3B4A02FC45B46AF1FD47778E0C0C9A5F64 (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * __this, const RuntimeMethod* method); // System.Int32 System.Text.RegularExpressions.RegexRunner::Crawlpos() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegexRunner_Crawlpos_mBFE7A9D83990B8CF829D66CD088414F96A03B49F (RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 * __this, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexInterpreter::Trackto(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexInterpreter_Trackto_m00A652840F4C1B3FE74527A910FB6BDE144F4CD2 (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * __this, int32_t ___newpos0, const RuntimeMethod* method); // System.Int32 System.Text.RegularExpressions.RegexInterpreter::Leftchars() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegexInterpreter_Leftchars_mB50E0C06B5C05F48BBA69D21BFB6382705C696C4 (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * __this, const RuntimeMethod* method); // System.Int32 System.Text.RegularExpressions.RegexInterpreter::Rightchars() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegexInterpreter_Rightchars_m2DEB5D856E0BEC8CFE39B2546B504CB2FCC1DC2C (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * __this, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.RegexRunner::IsBoundary(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexRunner_IsBoundary_mBC555EC9574974908A1B0CEA3D1853D54BD10D62 (RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 * __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) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexRunner_IsECMABoundary_m151787CEE018DB6D42182AF4464485CDC4CEAFAB (RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 * __this, int32_t ___index0, int32_t ___startpos1, int32_t ___endpos2, const RuntimeMethod* method); // System.Int32 System.Text.RegularExpressions.RegexInterpreter::Textstart() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RegexInterpreter_Textstart_m635CAE9587982E8C88F98F7374460E742A7F5953_inline (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * __this, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.RegexInterpreter::Stringmatch(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexInterpreter_Stringmatch_m81EA1913981000A8D944B5DA757813058F0F4ABD (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * __this, String_t* ___str0, const RuntimeMethod* method); // System.Int32 System.Text.RegularExpressions.RegexRunner::MatchIndex(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegexRunner_MatchIndex_m9FBD010C648C8BBD087FFF4C470FE82494A72ACB (RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 * __this, int32_t ___cap0, const RuntimeMethod* method); // System.Int32 System.Text.RegularExpressions.RegexRunner::MatchLength(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegexRunner_MatchLength_mE1EFA365EAA84B7CDC515A4DEC99CF6D8581A1E8 (RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 * __this, int32_t ___cap0, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.RegexInterpreter::Refmatch(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexInterpreter_Refmatch_m5F44A3C001E919895A5A2988F16187069E45D75B (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * __this, int32_t ___index0, int32_t ___len1, const RuntimeMethod* method); // System.Int32 System.Text.RegularExpressions.RegexInterpreter::Bump() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegexInterpreter_Bump_m45DF8CEBA6E19FE27E10A87C89E5B2001FB37E85 (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * __this, const RuntimeMethod* method); // System.String SR::GetString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462 (String_t* ___name0, const RuntimeMethod* method); // System.Void System.NotImplementedException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotImplementedException__ctor_m8A9AA4499614A5BC57DD21713D0720630C130AEB (NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexInterpreter::Backtrack() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexInterpreter_Backtrack_m30590074E633FAA50401BC2EFA74F6D6FF5371DA (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * __this, const RuntimeMethod* method); // System.TimeSpan System.TimeSpan::FromTicks(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 TimeSpan_FromTicks_m25E4ADCCCC583B8D5A08B77577DE8E46CEBF7F9C (int64_t ___value0, const RuntimeMethod* method); // System.Void System.TimeoutException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimeoutException__ctor_m1A7B4D7C61A8090FA3BAFD65B583587567CDC5C3 (TimeoutException_tB5D0EEFAEC3FC79FFDEF23C55D1BDF4DE347C926 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexMatchTimeoutException::Init(System.String,System.String,System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexMatchTimeoutException_Init_mA320EBB663A318B596D95349F5F0DE92623D5C1C (RegexMatchTimeoutException_t8A80CA43E67CFD00C11CD0B4D65E08171577AB81 * __this, String_t* ___input0, String_t* ___pattern1, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___timeout2, const RuntimeMethod* method); // System.Void System.TimeoutException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimeoutException__ctor_m40A6D335EFA7ABBB20B1A52ACD9214AFDDB3E119 (TimeoutException_tB5D0EEFAEC3FC79FFDEF23C55D1BDF4DE347C926 * __this, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexMatchTimeoutException::Init() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexMatchTimeoutException_Init_m6D59100CBBC91F436D6878CDF3AC18BD86DC2787 (RegexMatchTimeoutException_t8A80CA43E67CFD00C11CD0B4D65E08171577AB81 * __this, const RuntimeMethod* method); // System.Void System.TimeoutException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimeoutException__ctor_mF0F27D11A8FFC61C68545D72A9348C347A9A5A26 (TimeoutException_tB5D0EEFAEC3FC79FFDEF23C55D1BDF4DE347C926 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method); // System.String System.Runtime.Serialization.SerializationInfo::GetString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SerializationInfo_GetString_m50298DCBCD07D858EE19414052CB02EE4DDD3C2C (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Int64 System.Runtime.Serialization.SerializationInfo::GetInt64(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t SerializationInfo_GetInt64_m13BC92A489CE4540FC55BB00D2A3460B0D9A0DEC (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void System.Exception::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception_GetObjectData_m2031046D41E7BEE3C743E918B358A336F99D6882 (Exception_t * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_mA50C2668EF700C2239DDC362F8DB409020BB763D (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, String_t* ___name0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Int64 System.TimeSpan::get_Ticks() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t TimeSpan_get_Ticks_mE4C9E1F27DC794028CEDCF7CB5BD092D16DBACD4_inline (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_mD0C00DE59B4C6649A6BFA5EBC7D8618B46B967D5 (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, String_t* ___name0, int64_t ___value1, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.RegexNode::UseOptionR() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexNode_UseOptionR_mBD8EBE8396F51A7DA491FFFAFDB09A148F62E484 (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Reverse(System.Int32,System.Int32) inline void List_1_Reverse_m123B97D352D6EACCCEAAEBD2BC6E40C529360CCA (List_1_t692D260BEBA1E69864C98DEEDB3E9256C38CD9B9 * __this, int32_t ___index0, int32_t ___count1, const RuntimeMethod* method) { (( void (*) (List_1_t692D260BEBA1E69864C98DEEDB3E9256C38CD9B9 *, int32_t, int32_t, const RuntimeMethod*))List_1_Reverse_mAF7297B4B349FAE1A7207530D786B3D8568C0258_gshared)(__this, ___index0, ___count1, method); } // System.Int32 System.Text.RegularExpressions.RegexNode::Type() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RegexNode_Type_m3C72321B307C77AF12F294F366D57D2C77832F27_inline (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * __this, const RuntimeMethod* method); // System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexNode::ReduceAlternation() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * RegexNode_ReduceAlternation_m08295B9D7A82E1D1CB97B716C068F7D740C2E18F (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * __this, const RuntimeMethod* method); // System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexNode::ReduceConcatenation() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * RegexNode_ReduceConcatenation_mFE1E6366025CB9A114C275B74193CF62BC0AF903 (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * __this, const RuntimeMethod* method); // System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexNode::ReduceRep() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * RegexNode_ReduceRep_mA3BDCA09CFB2DFB083CF9BEA7E9A64DB27F6B94E (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * __this, const RuntimeMethod* method); // System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexNode::ReduceGroup() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * RegexNode_ReduceGroup_m3067AEB5BDEF6951832CB84B2F4857848E898236 (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * __this, const RuntimeMethod* method); // System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexNode::ReduceSet() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * RegexNode_ReduceSet_m0B5361189FC2E71384DA9A107969CB401FD6ED01 (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * __this, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexNode::.ctor(System.Int32,System.Text.RegularExpressions.RegexOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexNode__ctor_mD8966EDCD7AA48AC8AAD5B156C513671843F6D49 (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * __this, int32_t ___type0, int32_t ___options1, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.RegexCharClass::IsEmpty(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexCharClass_IsEmpty_m75C168B21BE2E4C4BDC15ABC666A755F0064F7CF (String_t* ___charClass0, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.RegexCharClass::IsSingletonInverse(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexCharClass_IsSingletonInverse_mBD2991532F9310EC5E5F30AE4C20998DA39F69BE (String_t* ___set0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::set_Item(System.Int32,!0) inline void List_1_set_Item_m46E5C8F183198C5E36BA463086086E254EF35DD0 (List_1_t692D260BEBA1E69864C98DEEDB3E9256C38CD9B9 * __this, int32_t ___index0, RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * ___value1, const RuntimeMethod* method) { (( void (*) (List_1_t692D260BEBA1E69864C98DEEDB3E9256C38CD9B9 *, int32_t, RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 *, const RuntimeMethod*))List_1_set_Item_m72B622AD9BAEA821ED4FE737B1474CA1EABA4AEB_gshared)(__this, ___index0, ___value1, method); } // System.Void System.Collections.Generic.List`1::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1) inline void List_1_InsertRange_mC66FC94FD634685A3C3939C772C5BD2C77642A34 (List_1_t692D260BEBA1E69864C98DEEDB3E9256C38CD9B9 * __this, int32_t ___index0, RuntimeObject* ___collection1, const RuntimeMethod* method) { (( void (*) (List_1_t692D260BEBA1E69864C98DEEDB3E9256C38CD9B9 *, int32_t, RuntimeObject*, const RuntimeMethod*))List_1_InsertRange_m12B1A139FA050A70D61B868B8C3F7A96832304FD_gshared)(__this, ___index0, ___collection1, method); } // System.Boolean System.Text.RegularExpressions.RegexCharClass::IsMergeable(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexCharClass_IsMergeable_m5731790CFE2293CB05120782908AC550C58C63BC (String_t* ___charClass0, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexCharClass::AddChar(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexCharClass_AddChar_mDDCFF2A0510737DEAE68DEE7E1359AA7F07D0609 (RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * __this, Il2CppChar ___c0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::RemoveRange(System.Int32,System.Int32) inline void List_1_RemoveRange_m34DFA4EEBBB675853B61F9B458B92AF0DBE6F587 (List_1_t692D260BEBA1E69864C98DEEDB3E9256C38CD9B9 * __this, int32_t ___index0, int32_t ___count1, const RuntimeMethod* method) { (( void (*) (List_1_t692D260BEBA1E69864C98DEEDB3E9256C38CD9B9 *, int32_t, int32_t, const RuntimeMethod*))List_1_RemoveRange_m0BBC3852B9B0719DDA7E6AFEF3C3E3CD165DF5AA_gshared)(__this, ___index0, ___count1, method); } // System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexNode::StripEnation(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * RegexNode_StripEnation_m1DF9C3A86A4B73CCE7F86C2D121DCACED3DCC4C7 (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * __this, int32_t ___emptyType0, const RuntimeMethod* method); // System.String System.Convert::ToString(System.Char,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Convert_ToString_m6A5562C24B4B4B7B1A5B79AE8DF74128E3E58127 (Il2CppChar ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.String System.Char::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8 (Il2CppChar* __this, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B (String_t* ___str00, String_t* ___str11, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexNode::MakeRep(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexNode_MakeRep_m23A10A13942B83BDF596DE595718B9BD701E8A60 (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * __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) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexNode__ctor_m0E000C0421213F15341C9B74C3ADA8F4963CA511 (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * __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) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexNode_AddChild_mD5F9848916D55A0DF36CE5460D149E1024005C85 (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * __this, RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * ___newChild0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor(System.Int32) inline void List_1__ctor_mEEED4D424213FDF741A7A72F807F0BF9C6088398 (List_1_t692D260BEBA1E69864C98DEEDB3E9256C38CD9B9 * __this, int32_t ___capacity0, const RuntimeMethod* method) { (( void (*) (List_1_t692D260BEBA1E69864C98DEEDB3E9256C38CD9B9 *, int32_t, const RuntimeMethod*))List_1__ctor_mFEB2301A6F28290A828A979BA9CC847B16B3D538_gshared)(__this, ___capacity0, method); } // System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexNode::Reduce() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * RegexNode_Reduce_m2EAE287E7E9FE547B38FEC40BE3E316920B53471 (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_mD4718F8BEFC7BA4B463DA97744DC7D85A450F27F (List_1_t692D260BEBA1E69864C98DEEDB3E9256C38CD9B9 * __this, RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t692D260BEBA1E69864C98DEEDB3E9256C38CD9B9 *, RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 *, const RuntimeMethod*))List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared)(__this, ___item0, method); } // System.Void System.Text.RegularExpressions.RegexParser::.ctor(System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexParser__ctor_m9058798A864D0200A16F15E995B6B9AA8A189E58 (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture0, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexParser::SetPattern(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexParser_SetPattern_mA620864CAC4211AE79F80DF9F19B2A40863E9DBE (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, String_t* ___Re0, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexParser::CountCaptures() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexParser_CountCaptures_mE1F7E2BFAE6D599A2F71D217A078B385A9408700 (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexParser::Reset(System.Text.RegularExpressions.RegexOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexParser_Reset_m1D0DAF8942A2A980D3944600893CEF969053F2EE (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, int32_t ___topopts0, const RuntimeMethod* method); // System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexParser::ScanRegex() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * RegexParser_ScanRegex_mE0EF23CF2A462063119E2D5046512A1960A11718 (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, const RuntimeMethod* method); // !0[] System.Collections.Generic.List`1::ToArray() inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* List_1_ToArray_m38F628C7542B32348AE3F9E5C65E04E9C039ADC4 (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * __this, const RuntimeMethod* method) { return (( StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* (*) (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *, const RuntimeMethod*))List_1_ToArray_mC6E0B3CF74090974475F845BF79EC5E66D3A71AC_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) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexTree__ctor_m71E8231B91BF289104B933268B2CEF0AA02CF092 (RegexTree_t63A434601D42EC388D9B2DCA2913286CFC8811F3 * __this, RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * ___root0, Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___caps1, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___capnumlist2, int32_t ___captop3, Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___capnames4, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___capslist5, int32_t ___opts6, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexParser::NoteCaptures(System.Collections.Hashtable,System.Int32,System.Collections.Hashtable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexParser_NoteCaptures_m8281BB827D68F1A4E2A30C5A5189E72A92FE6F78 (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___caps0, int32_t ___capsize1, Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___capnames2, const RuntimeMethod* method); // System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexParser::ScanReplacement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * RegexParser_ScanReplacement_mB61772A7FA7B76D522BFA9639F96962EE197747A (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexReplacement::.ctor(System.String,System.Text.RegularExpressions.RegexNode,System.Collections.Hashtable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexReplacement__ctor_mAF9D6E1EBA04EE087CA7E2525BFC1537E8B60836 (RegexReplacement_tA7DE3492BBDE988EF1C93CB8F71CF01A4C1D9A32 * __this, String_t* ___rep0, RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * ___concat1, Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ____caps2, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m7D9D8A82FB31C207EA4A2D7AC0D33B90B0BB34AB (List_1_tE931333A40AB4E57F72E00F9F23D19057C78120A * __this, const RuntimeMethod* method) { (( void (*) (List_1_tE931333A40AB4E57F72E00F9F23D19057C78120A *, const RuntimeMethod*))List_1__ctor_mF1D0377D81949B2ADB6104D9994F7CEE1A1E5040_gshared)(__this, method); } // System.Void System.Collections.Hashtable::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91 (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m6027426A21F931ED65BF307176B790FC2065A648_inline (List_1_tE931333A40AB4E57F72E00F9F23D19057C78120A * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_tE931333A40AB4E57F72E00F9F23D19057C78120A *, const RuntimeMethod*))List_1_get_Count_m3632094BEC4410A1022FD0293E7BA88FC3B811A8_gshared_inline)(__this, method); } // System.Void System.Collections.Generic.List`1::RemoveRange(System.Int32,System.Int32) inline void List_1_RemoveRange_m44F1D881F5E64D8010B3154DCACBDA5BC6DA4450 (List_1_tE931333A40AB4E57F72E00F9F23D19057C78120A * __this, int32_t ___index0, int32_t ___count1, const RuntimeMethod* method) { (( void (*) (List_1_tE931333A40AB4E57F72E00F9F23D19057C78120A *, int32_t, int32_t, const RuntimeMethod*))List_1_RemoveRange_m6F693A039E6B2E2900BE7F6C78253F32E2D7553A_gshared)(__this, ___index0, ___count1, method); } // System.Void System.Text.RegularExpressions.RegexParser::StartGroup(System.Text.RegularExpressions.RegexNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexParser_StartGroup_m715D16765A3808F41A0DDFB46AE99F7982BA9E87 (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * ___openGroup0, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexParser::ScanBlank() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexParser_ScanBlank_m2ACFA5BAF5FA14554D74C5DE4FE3893483D6F33D (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, const RuntimeMethod* method); // System.Int32 System.Text.RegularExpressions.RegexParser::Textpos() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RegexParser_Textpos_m5A18C75CE7F3A5AE17373DA09A20070D988308C5_inline (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.RegexParser::UseOptionX() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexParser_UseOptionX_m7944C5C44AEAA4D69ABA991320A6B960F8EEC284 (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexParser::MoveRight() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexParser_MoveRight_mE4C6D41AFE3F585C0B8E7CD0AF3CF4DBA8791AB4 (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, const RuntimeMethod* method); // System.Int32 System.Text.RegularExpressions.RegexParser::CharsRight() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegexParser_CharsRight_m808A213FCB975D42C6E6270E7A0FAEB1E496B07A (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, const RuntimeMethod* method); // System.Char System.Text.RegularExpressions.RegexParser::RightChar() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar RegexParser_RightChar_mA977C61B98B8BB88C2A66AEBBFDA6826C58ED66A (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.RegexParser::IsStopperX(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexParser_IsStopperX_m14B244DAE546E9EAAEF746C7722F21FFAF6DA8D9 (Il2CppChar ___ch0, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.RegexParser::IsTrueQuantifier() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexParser_IsTrueQuantifier_m190312723B9D3A48FA41FED5A4DC5D9C055EB627 (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.RegexParser::IsSpecial(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexParser_IsSpecial_m3EA52FD6E89284E878A510816990AD45656A9CF0 (Il2CppChar ___ch0, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.RegexParser::IsQuantifier(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexParser_IsQuantifier_mFF0B74F0F48136C4CA3E6D614D819C67FC8EEE07 (Il2CppChar ___ch0, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexParser::AddConcatenate(System.Int32,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexParser_AddConcatenate_m308E5EB5C42CF795225A0FDBACCF647B57BE425B (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, int32_t ___pos0, int32_t ___cch1, bool ___isReplacement2, const RuntimeMethod* method); // System.Char System.Text.RegularExpressions.RegexParser::CharAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar RegexParser_CharAt_mEA865F2B6DC4EF1B81F8D80ABF989F395BEC0B84 (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexParser::AddUnitOne(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexParser_AddUnitOne_mDEC722E078B3E61126F56718AF7FED159C616CDC (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, Il2CppChar ___ch0, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.RegexParser::UseOptionI() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexParser_UseOptionI_m46AAF2DBCC08EE8F3E8ECA1A5E37160C4E5C7B04 (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, const RuntimeMethod* method); // System.Text.RegularExpressions.RegexCharClass System.Text.RegularExpressions.RegexParser::ScanCharClass(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * RegexParser_ScanCharClass_mD4A465FEDA75BF5820D5B0C9A95EAEA3D99DB831 (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, bool ___caseInsensitive0, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexParser::AddUnitSet(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexParser_AddUnitSet_mF7CEA4892737145E04E8ECD6DCD3B2A8F809C58B (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, String_t* ___cc0, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexParser::PushOptions() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexParser_PushOptions_mC0047ADAB396BC1643AA63B2C395F09FCBE726BC (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, const RuntimeMethod* method); // System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexParser::ScanGroupOpen() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * RegexParser_ScanGroupOpen_m1DE2AA1EFA786C58869EF4025705449871F33D59 (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexParser::PopKeepOptions() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexParser_PopKeepOptions_mBCC70CBFDC2A6DD07FE090D4E546B6AEA5644500 (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexParser::PushGroup() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexParser_PushGroup_m30EE1A2FFE88FBA12DB8B4D929F6122D8001EAF9 (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexParser::AddAlternate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexParser_AddAlternate_m2C8BA28D8A58FB9CA6FE75F9D5875BF748305AB0 (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.RegexParser::EmptyStack() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexParser_EmptyStack_mCDC440C4B29CD14F4A0D9D6E3BE105869F246E2E (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, const RuntimeMethod* method); // System.ArgumentException System.Text.RegularExpressions.RegexParser::MakeException(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * RegexParser_MakeException_mA573DC3F94B98F328A9B87673A2CF8A15120DEB1 (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexParser::AddGroup() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexParser_AddGroup_m3771097F1B4F1F6AA10104D28B663026F7B7326F (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexParser::PopGroup() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexParser_PopGroup_m461057BFDD1D1CFD70CF3DFE70693E429FCF0FA9 (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexParser::PopOptions() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexParser_PopOptions_m186A6537DA0481481E59C5BED015B577508271C7 (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, const RuntimeMethod* method); // System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexParser::Unit() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * RegexParser_Unit_m88B751E79E4DE41D295805439EE6D1D5B7170D7F_inline (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, const RuntimeMethod* method); // System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexParser::ScanBackslash() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * RegexParser_ScanBackslash_m2598C224286A4826DEB2D1189CCB73C9A363DFBD (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexParser::AddUnitNode(System.Text.RegularExpressions.RegexNode) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RegexParser_AddUnitNode_m84299A7BCF95B87B5B4672759DE2D8D863FA80E2_inline (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * ___node0, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.RegexParser::UseOptionM() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexParser_UseOptionM_mBCB459C99D9BD541A68ADF86C1FD437169A8352E (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexParser::AddUnitType(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexParser_AddUnitType_m39738056CFFB37E7036AF626829033D6052E6FD8 (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, int32_t ___type0, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.RegexParser::UseOptionS() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexParser_UseOptionS_m079D720F7300CEEBB4800B8CB5F7DE450E00FC6D (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexParser::AddUnitNotone(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexParser_AddUnitNotone_m14CA5BBABCE627507923A6BE373BEC032167801F (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, Il2CppChar ___ch0, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexParser::MoveLeft() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexParser_MoveLeft_mBE0128B08B61C1306954528C799F2F1F1B803391 (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexParser::AddConcatenate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexParser_AddConcatenate_m1B223D215058DA19724BD379C2BC0557EA24B48A (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, const RuntimeMethod* method); // System.Char System.Text.RegularExpressions.RegexParser::MoveRightGetChar() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar RegexParser_MoveRightGetChar_mE98852DD0B33AE818B01A7CC7A9C301C2226F81C (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, const RuntimeMethod* method); // System.Int32 System.Text.RegularExpressions.RegexParser::ScanDecimal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegexParser_ScanDecimal_mC7374D132F506C5D7EEB868C32C4959B1C672017 (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexParser::Textto(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RegexParser_Textto_mE4BCC8608BF006D283A32F9C5811264467EEB806_inline (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, int32_t ___pos0, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexParser::AddConcatenate(System.Boolean,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexParser_AddConcatenate_m47774C08F0EF3E4B83BD52C777019D63BE718AE6 (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, bool ___lazy0, int32_t ___min1, int32_t ___max2, const RuntimeMethod* method); // System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexParser::ScanDollar() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * RegexParser_ScanDollar_mA9E832CADC410B1ECBF303405F955980903D2DAC (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, const RuntimeMethod* method); // System.Text.RegularExpressions.RegexCharClass System.Text.RegularExpressions.RegexParser::ScanCharClass(System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * RegexParser_ScanCharClass_mADFDEFF75B3C880E692ED8411B7154CF3130401E (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, bool ___caseInsensitive0, bool ___scanOnly1, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexCharClass::set_Negate(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RegexCharClass_set_Negate_mC3CA41B098CF6B47BBF9101619F1AC4EAA3FD131_inline (RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * __this, bool ___value0, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.RegexParser::UseOptionE() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexParser_UseOptionE_m442360F28425CC127273FA1B10737E2AB3A70762 (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexCharClass::AddDigit(System.Boolean,System.Boolean,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexCharClass_AddDigit_m7B6D6AA1D10B8D29D004D94FC26F9CA53B3306D7 (RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * __this, bool ___ecma0, bool ___negate1, String_t* ___pattern2, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexCharClass::AddSpace(System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexCharClass_AddSpace_mA542E2916FEB49051A7AA0490704466DA85326BD (RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * __this, bool ___ecma0, bool ___negate1, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexCharClass::AddWord(System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexCharClass_AddWord_m977499503E6B5EB99106DF69247EBE65DDE301D9 (RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * __this, bool ___ecma0, bool ___negate1, const RuntimeMethod* method); // System.String System.Text.RegularExpressions.RegexParser::ParseProperty() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RegexParser_ParseProperty_m32F8C5F94C55BFF814FBAD3189A25F3CAB76B3C3 (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexCharClass::AddCategoryFromName(System.String,System.Boolean,System.Boolean,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexCharClass_AddCategoryFromName_m53A239A7DACD3D5A676505E6E296C4AB999BBA4C (RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * __this, String_t* ___categoryName0, bool ___invert1, bool ___caseInsensitive2, String_t* ___pattern3, const RuntimeMethod* method); // System.Char System.Text.RegularExpressions.RegexParser::ScanCharEscape() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar RegexParser_ScanCharEscape_m7A3FDDAF73AB029CB6EA7BB8058E3FD2AEDD63D6 (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, const RuntimeMethod* method); // System.String System.Text.RegularExpressions.RegexParser::ScanCapname() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RegexParser_ScanCapname_mC34B52A5BDE9DB0AB0A9691F52D45D0B7D4AD377 (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexCharClass::AddSubtraction(System.Text.RegularExpressions.RegexCharClass) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RegexCharClass_AddSubtraction_m1FEE4A4FA29196BF22FBDD7EF3A263010E7661D9_inline (RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * __this, RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * ___sub0, const RuntimeMethod* method); // System.Char System.Text.RegularExpressions.RegexParser::RightChar(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar RegexParser_RightChar_mE6728D67C4F9FE227ECD6BED46FFC94518EAD9B4 (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexParser::MoveRight(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexParser_MoveRight_m905DCF65EF6BA6736100751DE932753BC99B8D68 (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.RegexParser::UseOptionN() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexParser_UseOptionN_m9B82FA2012348674AC4E62205FE205CF2DB0ED35 (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.RegexParser::IsCaptureSlot(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexParser_IsCaptureSlot_mE462763928C28561B761AFCE14D30C6A31CD1C15 (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.RegexCharClass::IsWordChar(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexCharClass_IsWordChar_mE33E6C5569AA1B920849CD5555DF3CE9A9C10440 (Il2CppChar ___ch0, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.RegexParser::IsCaptureName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexParser_IsCaptureName_mF09CBBD2AEAD4D1BAAE4E4E803C3F4916DBA479D (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, String_t* ___capname0, const RuntimeMethod* method); // System.Int32 System.Text.RegularExpressions.RegexParser::CaptureSlotFromName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegexParser_CaptureSlotFromName_mF8279E16DB2733EE3712214CFC57DA3D48BD717B (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, String_t* ___capname0, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexNode::.ctor(System.Int32,System.Text.RegularExpressions.RegexOptions,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexNode__ctor_mD4B2FB6044880AC4DDF035FFE6254A13807A34BC (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * __this, int32_t ___type0, int32_t ___options1, int32_t ___m2, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexParser::ScanOptions() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexParser_ScanOptions_mE9C5126433FD0A2576B402A07941114AB468D79F (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.RegexParser::IsSpace(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexParser_IsSpace_mF6BB83CAF2202A271697570EEC5E636847B8EA35 (Il2CppChar ___ch0, const RuntimeMethod* method); // System.Int32 System.Text.RegularExpressions.RegexParser::TypeFromCode(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegexParser_TypeFromCode_m9B5F0CD85CECC83F17C2A37B5A0A396478A668B8 (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, Il2CppChar ___ch0, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexNode::.ctor(System.Int32,System.Text.RegularExpressions.RegexOptions,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexNode__ctor_m5A3AA31155A359CC8462AF0AB55DE0D5B7C435B4 (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * __this, int32_t ___type0, int32_t ___options1, String_t* ___str2, const RuntimeMethod* method); // System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexParser::ScanBasicBackslash() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * RegexParser_ScanBasicBackslash_m3DAD88630B04CE794414919D65F325197CB15C3D (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexNode::.ctor(System.Int32,System.Text.RegularExpressions.RegexOptions,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexNode__ctor_m2E85CE2AB0812A86EE61448DEACBA68E329D3325 (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * __this, int32_t ___type0, int32_t ___options1, Il2CppChar ___ch2, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B (String_t* __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method); // System.Int32 System.Text.RegularExpressions.RegexParser::HexDigit(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegexParser_HexDigit_m8026F1C18D04CF0CFC87405EE1449F029B977A50 (Il2CppChar ___ch0, const RuntimeMethod* method); // System.Text.RegularExpressions.RegexOptions System.Text.RegularExpressions.RegexParser::OptionFromCode(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegexParser_OptionFromCode_m3D0AF05036648041D641C37E24919D3D6CA7B7CE (Il2CppChar ___ch0, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.RegexParser::IsOnlyTopOption(System.Text.RegularExpressions.RegexOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexParser_IsOnlyTopOption_m7C4B2E37C797EEB8C5878365C25EDE72E2EBE404 (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, int32_t ___option0, const RuntimeMethod* method); // System.Char System.Text.RegularExpressions.RegexParser::ScanOctal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar RegexParser_ScanOctal_m7767731DCDBED3AFE2CF6A24D4A6E7FB448062F6 (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, const RuntimeMethod* method); // System.Char System.Text.RegularExpressions.RegexParser::ScanHex(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar RegexParser_ScanHex_m273E9DA24C7455F701730E65B90DAA5C0D0210C2 (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, int32_t ___c0, const RuntimeMethod* method); // System.Char System.Text.RegularExpressions.RegexParser::ScanControl() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar RegexParser_ScanControl_m9EC29A03B8B1C8323D3E67F0D43F7A5960FFD816 (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexParser::NoteCaptureSlot(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexParser_NoteCaptureSlot_m0A4A75BC5BB740A63EE0D41BDBB25A1FADFBF53C (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, int32_t ___i0, int32_t ___pos1, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.RegexParser::EmptyOptionsStack() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexParser_EmptyOptionsStack_m9B5B4501C296662175648E458F9EAAADEE3A2B44 (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexParser::NoteCaptureName(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexParser_NoteCaptureName_m8673E32280A278603401C24BFCD7C65F42881FA8 (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, String_t* ___name0, int32_t ___pos1, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexParser::AssignNameSlots() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexParser_AssignNameSlots_m7478C18338D1440B8422BD849CCF1E3C33169EDB (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9 (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * __this, String_t* ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *, String_t*, const RuntimeMethod*))List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared)(__this, ___item0, method); } // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline String_t* List_1_get_Item_m3F624A80E7853289E4759DE8F16CF23B0958365B_inline (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( String_t* (*) (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *, int32_t, const RuntimeMethod*))List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline)(__this, ___index0, method); } // System.Collections.Generic.Comparer`1 System.Collections.Generic.Comparer`1::get_Default() inline Comparer_1_t3E3093220DB5D33A829C91C1DFDBDE2F42ECEDC7 * Comparer_1_get_Default_mF58823BF72649146DD0FA0EA06AA1C3A0CEACE99 (const RuntimeMethod* method) { return (( Comparer_1_t3E3093220DB5D33A829C91C1DFDBDE2F42ECEDC7 * (*) (const RuntimeMethod*))Comparer_1_get_Default_mF58823BF72649146DD0FA0EA06AA1C3A0CEACE99_gshared)(method); } // System.Void System.Array::Sort(!!0[],System.Collections.Generic.IComparer`1) inline void Array_Sort_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m91C0828E8387BB808344D592B74142169B28FA8F (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___array0, RuntimeObject* ___comparer1, const RuntimeMethod* method) { (( void (*) (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*, RuntimeObject*, const RuntimeMethod*))Array_Sort_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m91C0828E8387BB808344D592B74142169B28FA8F_gshared)(___array0, ___comparer1, method); } // System.String System.Convert::ToString(System.Int32,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Convert_ToString_m608712133E3A607F257620CB270C6758F01CB109 (int32_t ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_mEDFFE2D378A15F6DAB54D52661C84C1B52E7BA2E (StringBuilder_t * __this, int32_t ___capacity0, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E (StringBuilder_t * __this, Il2CppChar ___value0, const RuntimeMethod* method); // System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexNode::ReverseLeft() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * RegexNode_ReverseLeft_m8507E98BFA6C9F78200B8297811C3EE815724A19 (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * __this, const RuntimeMethod* method); // System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexNode::MakeQuantifier(System.Boolean,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * RegexNode_MakeQuantifier_mB84818E8D93FEB4AE45E224C09EE46BE238ECD20 (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * __this, bool ___lazy0, int32_t ___min1, int32_t ___max2, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_mF4942419C982FA64BB4BB45EAE22F8F61C0914EE (List_1_tE931333A40AB4E57F72E00F9F23D19057C78120A * __this, int32_t ___item0, const RuntimeMethod* method) { (( void (*) (List_1_tE931333A40AB4E57F72E00F9F23D19057C78120A *, int32_t, const RuntimeMethod*))List_1_Add_m95A49669D93F05BBC8D8B1CF78765058B4DE65F3_gshared)(__this, ___item0, method); } // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline int32_t List_1_get_Item_mA3C45793ED79FB08377AF9E8D7461A606AFB2471_inline (List_1_tE931333A40AB4E57F72E00F9F23D19057C78120A * __this, int32_t ___index0, const RuntimeMethod* method) { return (( int32_t (*) (List_1_tE931333A40AB4E57F72E00F9F23D19057C78120A *, int32_t, const RuntimeMethod*))List_1_get_Item_m2FB58E8D210A07EA67DBEA5086D620FED433B852_gshared_inline)(__this, ___index0, method); } // System.Void System.Collections.Generic.List`1::RemoveAt(System.Int32) inline void List_1_RemoveAt_m10FDE4D0C7CDBFFF730684256A23CB1914CE1FD8 (List_1_tE931333A40AB4E57F72E00F9F23D19057C78120A * __this, int32_t ___index0, const RuntimeMethod* method) { (( void (*) (List_1_tE931333A40AB4E57F72E00F9F23D19057C78120A *, int32_t, const RuntimeMethod*))List_1_RemoveAt_m773E96422E4C6790FAD627D7D77548B42712E48E_gshared)(__this, ___index0, method); } // System.Void System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array,System.RuntimeFieldHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F (RuntimeArray * ___array0, RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 ___fldHandle1, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9 (StringBuilder_t * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m45E78772E9157F6CD684A69AAB07CE4082FE5FFD (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 *, const RuntimeMethod*))List_1__ctor_m45E78772E9157F6CD684A69AAB07CE4082FE5FFD_gshared)(__this, method); } // System.Text.StringBuilder System.Text.StringBuilder::Append(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method); // System.Int32 System.Text.StringBuilder::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0 (StringBuilder_t * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m415CDDDC44D8102E7E71D9EA0A853D7BBE6F469F (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * __this, int32_t ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 *, int32_t, const RuntimeMethod*))List_1_Add_m415CDDDC44D8102E7E71D9EA0A853D7BBE6F469F_gshared)(__this, ___item0, method); } // System.Void System.Text.StringBuilder::set_Length(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder_set_Length_m7C1756193B05DCA5A23C5DC98EE90A9FC685A27A (StringBuilder_t * __this, int32_t ___value0, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline int32_t List_1_get_Item_mFB39A0DCA2ABE853826629710F00744838A06CC6_inline (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 *, int32_t, const RuntimeMethod*))List_1_get_Item_mFB39A0DCA2ABE853826629710F00744838A06CC6_gshared_inline)(__this, ___index0, method); } // System.String System.Text.RegularExpressions.Capture::GetLeftSubstring() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Capture_GetLeftSubstring_m514D11C56BC032F7317285FE6E22C522A879E1AA (Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 * __this, const RuntimeMethod* method); // System.String System.Text.RegularExpressions.Capture::GetRightSubstring() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Capture_GetRightSubstring_m5AA1B92DA426764A6919117B3F9FF9416E4D7776 (Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 * __this, const RuntimeMethod* method); // System.String System.Text.RegularExpressions.Match::LastGroupToStringImpl() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Match_LastGroupToStringImpl_mA8B7094C2B4A31D5ABBDCF575302E6731A2D3E05 (Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * __this, const RuntimeMethod* method); // System.String System.Text.RegularExpressions.Capture::GetOriginalString() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Capture_GetOriginalString_mBC838C19CCFF585AA3C797AEA21A51CE0911E8B3_inline (Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m7FA90926D9267868473EF90941F6BF794EC87FF2_inline (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 *, const RuntimeMethod*))List_1_get_Count_m7FA90926D9267868473EF90941F6BF794EC87FF2_gshared_inline)(__this, method); } // System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005 (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * __this, String_t* ___paramName0, String_t* ___message1, const RuntimeMethod* method); // System.Text.RegularExpressions.Match System.Text.RegularExpressions.Regex::Match(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * Regex_Match_m172D74CF011CD3C89EA61D47BE7DEA1E689B5C7C (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, String_t* ___input0, int32_t ___startat1, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.Group::get_Success() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Group_get_Success_m917CA7077102642C3C24106F13B9F5F5D5130C1B (Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883 * __this, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.Regex::get_RightToLeft() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Regex_get_RightToLeft_m14807D1228A43D322B2F7E4D82613ADE0C2DCA77 (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, const RuntimeMethod* method); // System.Int32 System.Text.RegularExpressions.Capture::get_Index() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Capture_get_Index_m2CAB876E4DE6099F9696D76176BA7539FA0D5EE7_inline (Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 * __this, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_mB0253AA6494BFCC6EA6E5FA343D0DAE6F58CBD17 (StringBuilder_t * __this, String_t* ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method); // System.Int32 System.Text.RegularExpressions.Capture::get_Length() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Capture_get_Length_m3D1F26419BF69FEA9EE1AE0DB46069686C53A6DF_inline (Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 * __this, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexReplacement::ReplacementImpl(System.Text.StringBuilder,System.Text.RegularExpressions.Match) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexReplacement_ReplacementImpl_mC760289E275859F64DAC5EFE3E03D406762534E6 (RegexReplacement_tA7DE3492BBDE988EF1C93CB8F71CF01A4C1D9A32 * __this, StringBuilder_t * ___sb0, Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * ___match1, const RuntimeMethod* method); // System.Text.RegularExpressions.Match System.Text.RegularExpressions.Match::NextMatch() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * Match_NextMatch_m6C6550D7A4885CADF936BF856E0BDE28FAD77A63 (Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * __this, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexReplacement::ReplacementImplRTL(System.Collections.Generic.List`1,System.Text.RegularExpressions.Match) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexReplacement_ReplacementImplRTL_m71F89242E5770437D6996723BED015BA05DD74A0 (RegexReplacement_tA7DE3492BBDE988EF1C93CB8F71CF01A4C1D9A32 * __this, List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___al0, Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * ___match1, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Regex::ValidateMatchTimeout(System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Regex_ValidateMatchTimeout_m4C1557E40D27540F8F9E8CDA35473D94F7B1B2F2 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___matchTimeout0, const RuntimeMethod* method); // System.Boolean System.TimeSpan::op_Equality(System.TimeSpan,System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpan_op_Equality_m8229F4B63064E2D43B244C6E82D55CB2B0360BB1 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___t10, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___t21, const RuntimeMethod* method); // System.Double System.TimeSpan::get_TotalMilliseconds() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double TimeSpan_get_TotalMilliseconds_m97368AE0609D865EB2A6BAE96AAA97AF8BDBF1C5 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * __this, const RuntimeMethod* method); // System.Text.RegularExpressions.Match System.Text.RegularExpressions.Match::get_Empty() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * Match_get_Empty_mE05C90C7D155060839CC7D0C2EA04F8302EDFFC9_inline (const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexRunner::StartTimeoutWatch() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexRunner_StartTimeoutWatch_m22AE778FF5C52047138151B3A61B118DC6E9B685 (RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 * __this, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexRunner::InitMatch() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexRunner_InitMatch_mAB83B2D2F56A1E5438AA6AF68F175F4E0DFE6346 (RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 * __this, const RuntimeMethod* method); // System.Text.RegularExpressions.Match System.Text.RegularExpressions.RegexRunner::TidyMatch(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * RegexRunner_TidyMatch_mC554804E829E5C96600A9FF3C0855FD1A48FE4FA (RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 * __this, bool ___quick0, const RuntimeMethod* method); // System.Int32 System.Environment::get_TickCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Environment_get_TickCount_mBA4279B1C0BC197BF2121166E7C1F6A46D2B5D4E (const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexRunner::DoCheckTimeout() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexRunner_DoCheckTimeout_mFA5F588F7FA54123CFDFF4C26562E05DADFB675F (RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 * __this, const RuntimeMethod* method); // System.TimeSpan System.TimeSpan::FromMilliseconds(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 TimeSpan_FromMilliseconds_m12D90542B044C450FDFBCEA1CBC32369479483EC (double ___value0, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexMatchTimeoutException::.ctor(System.String,System.String,System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexMatchTimeoutException__ctor_m157F8CEF5FDAC71E58B04773B3169BA093423866 (RegexMatchTimeoutException_t8A80CA43E67CFD00C11CD0B4D65E08171577AB81 * __this, String_t* ___regexInput0, String_t* ___regexPattern1, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___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) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MatchSparse__ctor_mA6CA132A5DA7D9ADED1D0FF1D7AD786109D33624 (MatchSparse_tF4A7983ADA82DB12269F4D384E7C2D15F0D32694 * __this, Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * ___regex0, Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___caps1, int32_t ___capcount2, String_t* ___text3, int32_t ___begpos4, int32_t ___len5, int32_t ___startpos6, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Match::.ctor(System.Text.RegularExpressions.Regex,System.Int32,System.String,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Match__ctor_mB01F9576125C09E5DFAD425523FF0C0FF16000A5 (Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * __this, Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * ___regex0, int32_t ___capcount1, String_t* ___text2, int32_t ___begpos3, int32_t ___len4, int32_t ___startpos5, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexRunner::DoubleStack() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexRunner_DoubleStack_m6D5CD187C3C40D33AD36764202D810D3C354CB4B (RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 * __this, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexRunner::DoubleTrack() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexRunner_DoubleTrack_m4C316CA544695119D1DC025CD7C7E2E754F23A62 (RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 * __this, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.RegexCharClass::IsECMAWordChar(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexCharClass_IsECMAWordChar_mA7325BA81D0699C24F5123956BD4927F1E3DE846 (Il2CppChar ___ch0, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexRunner::DoubleCrawl() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexRunner_DoubleCrawl_m562BC4766311883EF65FC3BC69C7555EF5C6A3D0 (RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 * __this, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexRunner::Crawl(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexRunner_Crawl_mC989F917E324EBE03B0DBECC42531C9ADBF0C742 (RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Int32 System.Text.RegularExpressions.RegexRunner::Popcrawl() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegexRunner_Popcrawl_mE325EFA925EE9D80AF98FD04ACE7050A9D4F8C21 (RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 * __this, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexWriter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexWriter__ctor_mC1384070ECBCB1A54E56F5460388E7C4CDC5856A (RegexWriter_t958027B0548A09589F03657633037085BACFC7B5 * __this, const RuntimeMethod* method); // System.Text.RegularExpressions.RegexCode System.Text.RegularExpressions.RegexWriter::RegexCodeFromRegexTree(System.Text.RegularExpressions.RegexTree) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * RegexWriter_RegexCodeFromRegexTree_mB8946AD1D077152C85D0D32CDABC5FBE37C80A80 (RegexWriter_t958027B0548A09589F03657633037085BACFC7B5 * __this, RegexTree_t63A434601D42EC388D9B2DCA2913286CFC8811F3 * ___tree0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_mE1EA1831B6EF3BA9C2F807622B58DA3A0605B912 (Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 *, const RuntimeMethod*))Dictionary_2__ctor_mC9E7381F0B0B82E0320B2523835DAFC9CB3D1C8D_gshared)(__this, method); } // System.Boolean System.Text.RegularExpressions.RegexCode::OpcodeBacktracks(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexCode_OpcodeBacktracks_m2A8CE4121EF7827E575F17B2D0DB7C009B6DD9FB (int32_t ___Op0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) inline bool Dictionary_2_ContainsKey_m4B65B523A8B8FBB5274DC165F432DB4A76D64405 (Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * __this, String_t* ___key0, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 *, String_t*, const RuntimeMethod*))Dictionary_2_ContainsKey_m6B0D36DF5FAE8766ACB4727C05AC4766633A6FA7_gshared)(__this, ___key0, method); } // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) inline int32_t Dictionary_2_get_Item_m9F29C6BC234F944AA5EAAF851E94B51D7ED045EE (Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * __this, String_t* ___key0, const RuntimeMethod* method) { return (( int32_t (*) (Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 *, String_t*, const RuntimeMethod*))Dictionary_2_get_Item_m6110D5C26F4DEC60704B85CFF991B12BD43C0027_gshared)(__this, ___key0, method); } // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) inline void Dictionary_2_set_Item_m3546162A565F55B309A9FAB19BD271411D7DB75B (Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * __this, String_t* ___key0, int32_t ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 *, String_t*, int32_t, const RuntimeMethod*))Dictionary_2_set_Item_mA113B07C4C03A7CFBA37EE72824E5795AF960BE0_gshared)(__this, ___key0, ___value1, method); } // System.Void System.Text.RegularExpressions.RegexWriter::Emit(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexWriter_Emit_mDCE0A2DF541B5FC6554C965A1C799ADCF6B4C55F (RegexWriter_t958027B0548A09589F03657633037085BACFC7B5 * __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) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexWriter_EmitFragment_m7692CDAFDAC6BE7D8BB2DD1EC225B6456047DE0B (RegexWriter_t958027B0548A09589F03657633037085BACFC7B5 * __this, int32_t ___nodetype0, RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * ___node1, int32_t ___CurIndex2, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexWriter::PushInt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexWriter_PushInt_m82B0216AFF641DE9547BE17FA115C2CED44A840C (RegexWriter_t958027B0548A09589F03657633037085BACFC7B5 * __this, int32_t ___I0, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.RegexWriter::EmptyStack() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexWriter_EmptyStack_mE95F9FABB37AB87D28C240E3A9306BD6F188B00B (RegexWriter_t958027B0548A09589F03657633037085BACFC7B5 * __this, const RuntimeMethod* method); // System.Int32 System.Text.RegularExpressions.RegexWriter::PopInt() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegexWriter_PopInt_mB767C9611DB654060F684D5E09231CAEFFDF7551 (RegexWriter_t958027B0548A09589F03657633037085BACFC7B5 * __this, const RuntimeMethod* method); // System.Int32 System.Text.RegularExpressions.RegexWriter::CurPos() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RegexWriter_CurPos_m771D864668683B9DCF98150DBAEEBE17703C2E5D_inline (RegexWriter_t958027B0548A09589F03657633037085BACFC7B5 * __this, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexWriter::PatchJump(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexWriter_PatchJump_m99AEA835C283697F20D7F9CC16E6371BF681B70B (RegexWriter_t958027B0548A09589F03657633037085BACFC7B5 * __this, int32_t ___Offset0, int32_t ___jumpDest1, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexWriter::Emit(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexWriter_Emit_m0F2DFD7C6ED8AB199B3E8845A02A09F295A00E54 (RegexWriter_t958027B0548A09589F03657633037085BACFC7B5 * __this, int32_t ___op0, const RuntimeMethod* method); // System.Text.RegularExpressions.RegexPrefix System.Text.RegularExpressions.RegexFCD::FirstChars(System.Text.RegularExpressions.RegexTree) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301 * RegexFCD_FirstChars_m705EA84111ABE92AFC2ACD490AC26BC6400D75EA (RegexTree_t63A434601D42EC388D9B2DCA2913286CFC8811F3 * ___t0, const RuntimeMethod* method); // System.Text.RegularExpressions.RegexPrefix System.Text.RegularExpressions.RegexFCD::Prefix(System.Text.RegularExpressions.RegexTree) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301 * RegexFCD_Prefix_m2D11D5E62E9F31984C40FDD6C0ED9860DF56DCF8 (RegexTree_t63A434601D42EC388D9B2DCA2913286CFC8811F3 * ___tree0, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexBoyerMoore::.ctor(System.String,System.Boolean,System.Boolean,System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexBoyerMoore__ctor_m7CFF1BFAA30CB9EC30B0E48B3321366E2C6EBE92 (RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2 * __this, String_t* ___pattern0, bool ___caseInsensitive1, bool ___rightToLeft2, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture3, const RuntimeMethod* method); // System.Int32 System.Text.RegularExpressions.RegexFCD::Anchors(System.Text.RegularExpressions.RegexTree) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegexFCD_Anchors_m4F3A11C644EC9B7B16CCCBD792A5E2FED2C22EA7 (RegexTree_t63A434601D42EC388D9B2DCA2913286CFC8811F3 * ___tree0, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexCode::.ctor(System.Int32[],System.Collections.Generic.List`1,System.Int32,System.Collections.Hashtable,System.Int32,System.Text.RegularExpressions.RegexBoyerMoore,System.Text.RegularExpressions.RegexPrefix,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexCode__ctor_mEFC64ECB52D0D2735F99AC16BD6355D3A59499CE (RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * __this, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___codes0, List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___stringlist1, int32_t ___trackcount2, Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___caps3, int32_t ___capsize4, RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2 * ___bmPrefix5, RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301 * ___fcPrefix6, int32_t ___anchors7, bool ___rightToLeft8, const RuntimeMethod* method); // System.Int32 System.Text.RegularExpressions.RegexWriter::MapCapnum(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegexWriter_MapCapnum_mEF8C8E6F9916122D0FAE18A7B560F65738D004E6 (RegexWriter_t958027B0548A09589F03657633037085BACFC7B5 * __this, int32_t ___capnum0, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexWriter::Emit(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexWriter_Emit_m9360B7E84BA94A432C3C9AB5427A30D81E0B2739 (RegexWriter_t958027B0548A09589F03657633037085BACFC7B5 * __this, int32_t ___op0, int32_t ___opd11, int32_t ___opd22, const RuntimeMethod* method); // System.Int32 System.Text.RegularExpressions.RegexWriter::StringCode(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegexWriter_StringCode_m10DB52A16488268DF01C52E8163E899FA568FBC9 (RegexWriter_t958027B0548A09589F03657633037085BACFC7B5 * __this, String_t* ___str0, const RuntimeMethod* method); // System.ArgumentException System.Text.RegularExpressions.RegexWriter::MakeException(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * RegexWriter_MakeException_mD2A13E8F5A67D36CAEE67D74C35A5D2B35111C26 (RegexWriter_t958027B0548A09589F03657633037085BACFC7B5 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.ThrowHelper::ThrowArgumentOutOfRangeException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeException_m4841366ABC2B2AFA37C10900551D7E07522C0929 (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.Text.RegularExpressions.RegexCode::.ctor(System.Int32[],System.Collections.Generic.List`1,System.Int32,System.Collections.Hashtable,System.Int32,System.Text.RegularExpressions.RegexBoyerMoore,System.Text.RegularExpressions.RegexPrefix,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexCode__ctor_mEFC64ECB52D0D2735F99AC16BD6355D3A59499CE (RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * __this, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___codes0, List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___stringlist1, int32_t ___trackcount2, Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___caps3, int32_t ___capsize4, RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2 * ___bmPrefix5, RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301 * ___fcPrefix6, int32_t ___anchors7, bool ___rightToLeft8, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_CopyTo_mDC957E3104D077DD67CD096410D593F7D75B3074_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = ___codes0; __this->set__codes_48(L_0); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_1 = ___stringlist1; NullCheck(L_1); int32_t L_2; L_2 = List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_inline(L_1, /*hidden argument*/List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_RuntimeMethod_var); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_3 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)L_2); __this->set__strings_49(L_3); int32_t L_4 = ___trackcount2; __this->set__trackcount_50(L_4); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_5 = ___caps3; __this->set__caps_51(L_5); int32_t L_6 = ___capsize4; __this->set__capsize_52(L_6); RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2 * L_7 = ___bmPrefix5; __this->set__bmPrefix_54(L_7); RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301 * L_8 = ___fcPrefix6; __this->set__fcPrefix_53(L_8); int32_t L_9 = ___anchors7; __this->set__anchors_55(L_9); bool L_10 = ___rightToLeft8; __this->set__rightToLeft_56(L_10); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_11 = ___stringlist1; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_12 = __this->get__strings_49(); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_13 = ___stringlist1; NullCheck(L_13); int32_t L_14; L_14 = List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_inline(L_13, /*hidden argument*/List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_RuntimeMethod_var); NullCheck(L_11); List_1_CopyTo_mDC957E3104D077DD67CD096410D593F7D75B3074(L_11, 0, L_12, 0, L_14, /*hidden argument*/List_1_CopyTo_mDC957E3104D077DD67CD096410D593F7D75B3074_RuntimeMethod_var); return; } } // System.Boolean System.Text.RegularExpressions.RegexCode::OpcodeBacktracks(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexCode_OpcodeBacktracks_m2A8CE4121EF7827E575F17B2D0DB7C009B6DD9FB (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) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexFC__ctor_mA39AF7098BC1D63C19E316121CC854AACBE4CB59 (RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826 * __this, bool ___nullable0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * L_0 = (RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 *)il2cpp_codegen_object_new(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); RegexCharClass__ctor_m70685392EB3C5808958E20C99E045F33E21C8192(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) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexFC__ctor_mA9779C6F7E4B0B76041B34DF40F2B6DBA82761E2 (RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826 * __this, Il2CppChar ___ch0, bool ___not1, bool ___nullable2, bool ___caseInsensitive3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * L_0 = (RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 *)il2cpp_codegen_object_new(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); RegexCharClass__ctor_m70685392EB3C5808958E20C99E045F33E21C8192(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_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * L_3 = __this->get__cc_0(); Il2CppChar L_4 = ___ch0; NullCheck(L_3); RegexCharClass_AddRange_mD9FB543DC3B128104DBCFEA0B2E672E8A8669C5A(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_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * L_6 = __this->get__cc_0(); Il2CppChar L_7 = ___ch0; NullCheck(L_6); RegexCharClass_AddRange_mD9FB543DC3B128104DBCFEA0B2E672E8A8669C5A(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_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * L_8 = __this->get__cc_0(); Il2CppChar L_9 = ___ch0; Il2CppChar L_10 = ___ch0; NullCheck(L_8); RegexCharClass_AddRange_mD9FB543DC3B128104DBCFEA0B2E672E8A8669C5A(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) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexFC__ctor_m8693359483B2128560FC374872CFC1382A0605B2 (RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826 * __this, String_t* ___charClass0, bool ___nullable1, bool ___caseInsensitive2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); String_t* L_0 = ___charClass0; IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * L_1; L_1 = RegexCharClass_Parse_m1A4671A8A47BA3DAC47386D01D5995C6100E87AC(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) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexFC_AddFC_m515C7808755FE89185D85B3C39184C2425B44629 (RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826 * __this, RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826 * ___fc0, bool ___concatenate1, const RuntimeMethod* method) { { RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * L_0 = __this->get__cc_0(); NullCheck(L_0); bool L_1; L_1 = RegexCharClass_get_CanMerge_mE5B4778068AA81EB1B7D426C48EF0C5CFEA0021B(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_001a; } } { RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826 * L_2 = ___fc0; NullCheck(L_2); RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * L_3 = L_2->get__cc_0(); NullCheck(L_3); bool L_4; L_4 = RegexCharClass_get_CanMerge_mE5B4778068AA81EB1B7D426C48EF0C5CFEA0021B(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_t76D8E0886974788FD71BD44072ADAD5326475826 * 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_t76D8E0886974788FD71BD44072ADAD5326475826 * 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_t76D8E0886974788FD71BD44072ADAD5326475826 * 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_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * L_14 = __this->get__cc_0(); RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826 * L_15 = ___fc0; NullCheck(L_15); RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * L_16 = L_15->get__cc_0(); NullCheck(L_14); RegexCharClass_AddCharClass_m1E139F8FDC0E1A33E143A3A413255F6D521F7EB8(L_14, L_16, /*hidden argument*/NULL); return (bool)1; } } // System.String System.Text.RegularExpressions.RegexFC::GetFirstChars(System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RegexFC_GetFirstChars_mA929BEEE9D6186588C518891EB8CB416C31060FC (RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826 * __this, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture0, const RuntimeMethod* method) { { bool L_0 = __this->get__caseInsensitive_2(); if (!L_0) { goto IL_0014; } } { RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * L_1 = __this->get__cc_0(); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_2 = ___culture0; NullCheck(L_1); RegexCharClass_AddLowercase_m4FAE0AB13B3DB076F711B6B06C2E61F40A115B40(L_1, L_2, /*hidden argument*/NULL); } IL_0014: { RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * L_3 = __this->get__cc_0(); NullCheck(L_3); String_t* L_4; L_4 = RegexCharClass_ToStringClass_mFC6754E97F014AFE4B5138AD5386E9C76D1D3CD7(L_3, /*hidden argument*/NULL); return L_4; } } // System.Boolean System.Text.RegularExpressions.RegexFC::IsCaseInsensitive() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexFC_IsCaseInsensitive_m522494DC3CF0587D7B65D57B4C14E1428A2E34CA (RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826 * __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) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301 * RegexFCD_FirstChars_m705EA84111ABE92AFC2ACD490AC26BC6400D75EA (RegexTree_t63A434601D42EC388D9B2DCA2913286CFC8811F3 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexFCD_tF50EFB93429390CF2488DAB5FD07DE6E48F1CDBF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826 * V_0 = NULL; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * V_1 = NULL; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * G_B6_0 = NULL; { RegexFCD_tF50EFB93429390CF2488DAB5FD07DE6E48F1CDBF * L_0 = (RegexFCD_tF50EFB93429390CF2488DAB5FD07DE6E48F1CDBF *)il2cpp_codegen_object_new(RegexFCD_tF50EFB93429390CF2488DAB5FD07DE6E48F1CDBF_il2cpp_TypeInfo_var); RegexFCD__ctor_m81A680DE9EE0A7D9CB3F0245E4B584033ED7C299(L_0, /*hidden argument*/NULL); RegexTree_t63A434601D42EC388D9B2DCA2913286CFC8811F3 * L_1 = ___t0; NullCheck(L_0); RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826 * L_2; L_2 = RegexFCD_RegexFCFromRegexTree_m280F32208540ABB3B88FBA4BC3F7FE6A7E02DA40(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826 * L_3 = V_0; if (!L_3) { goto IL_0017; } } { RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826 * 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_t1563C82A76799B0B018F5EBD6EC068158BE50301 *)NULL; } IL_0019: { RegexTree_t63A434601D42EC388D9B2DCA2913286CFC8811F3 * 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_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_8; L_8 = CultureInfo_get_CurrentCulture_m99E5F5BD20445F2A73F7EA0014A4E783DF3840BB(/*hidden argument*/NULL); G_B6_0 = L_8; goto IL_0033; } IL_002e: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_9; L_9 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); G_B6_0 = L_9; } IL_0033: { V_1 = G_B6_0; RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826 * L_10 = V_0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_11 = V_1; NullCheck(L_10); String_t* L_12; L_12 = RegexFC_GetFirstChars_mA929BEEE9D6186588C518891EB8CB416C31060FC(L_10, L_11, /*hidden argument*/NULL); RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826 * L_13 = V_0; NullCheck(L_13); bool L_14; L_14 = RegexFC_IsCaseInsensitive_m522494DC3CF0587D7B65D57B4C14E1428A2E34CA_inline(L_13, /*hidden argument*/NULL); RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301 * L_15 = (RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301 *)il2cpp_codegen_object_new(RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301_il2cpp_TypeInfo_var); RegexPrefix__ctor_mC34F48A63A8A04942930B9FE236636E2AA745B24(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) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301 * RegexFCD_Prefix_m2D11D5E62E9F31984C40FDD6C0ED9860DF56DCF8 (RegexTree_t63A434601D42EC388D9B2DCA2913286CFC8811F3 * ___tree0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * V_0 = NULL; RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; { V_1 = (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 *)NULL; V_2 = 0; RegexTree_t63A434601D42EC388D9B2DCA2913286CFC8811F3 * L_0 = ___tree0; NullCheck(L_0); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_1 = L_0->get__root_0(); V_0 = L_1; } IL_000b: { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * 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_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_6 = V_0; NullCheck(L_6); int32_t L_7; L_7 = RegexNode_ChildCount_m15D92C9740BA92B2E78B392F7215B8D7D0242172(L_6, /*hidden argument*/NULL); if ((((int32_t)L_7) <= ((int32_t)0))) { goto IL_0137; } } { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_8 = V_0; V_1 = L_8; V_2 = 0; goto IL_0137; } IL_00b4: { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_9 = V_0; NullCheck(L_9); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_10; L_10 = RegexNode_Child_mAE38F2EF7289FE455686B7BEEF81C39A9D25E960(L_9, 0, /*hidden argument*/NULL); V_0 = L_10; V_1 = (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 *)NULL; goto IL_000b; } IL_00c3: { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * 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_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_14 = V_0; NullCheck(L_14); int32_t L_15 = L_14->get__m_4(); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_16 = V_0; NullCheck(L_16); Il2CppChar L_17 = L_16->get__ch_3(); NullCheck(L_13); String_t* L_18; L_18 = String_PadRight_m2C464B0C6136A24187CF5C8B84E2C6BB614C42FF(L_13, L_15, L_17, /*hidden argument*/NULL); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_19 = V_0; NullCheck(L_19); int32_t L_20 = L_19->get__options_6(); RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301 * L_21 = (RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301 *)il2cpp_codegen_object_new(RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301_il2cpp_TypeInfo_var); RegexPrefix__ctor_mC34F48A63A8A04942930B9FE236636E2AA745B24(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_t1563C82A76799B0B018F5EBD6EC068158BE50301_il2cpp_TypeInfo_var); RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301 * L_22; L_22 = RegexPrefix_get_Empty_m65C2AD019C414B97A57D5AA5B4B0DC331E011A8C_inline(/*hidden argument*/NULL); return L_22; } IL_00f9: { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_23 = V_0; NullCheck(L_23); Il2CppChar* L_24 = L_23->get_address_of__ch_3(); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_25; L_25 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); String_t* L_26; L_26 = Char_ToString_m06BE905F629AFE67313D613EC0ABFA8572CAEFC2((Il2CppChar*)L_24, L_25, /*hidden argument*/NULL); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_27 = V_0; NullCheck(L_27); int32_t L_28 = L_27->get__options_6(); RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301 * L_29 = (RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301 *)il2cpp_codegen_object_new(RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301_il2cpp_TypeInfo_var); RegexPrefix__ctor_mC34F48A63A8A04942930B9FE236636E2AA745B24(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_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_30 = V_0; NullCheck(L_30); String_t* L_31 = L_30->get__str_2(); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_32 = V_0; NullCheck(L_32); int32_t L_33 = L_32->get__options_6(); RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301 * L_34 = (RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301 *)il2cpp_codegen_object_new(RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301_il2cpp_TypeInfo_var); RegexPrefix__ctor_mC34F48A63A8A04942930B9FE236636E2AA745B24(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_t1563C82A76799B0B018F5EBD6EC068158BE50301_il2cpp_TypeInfo_var); RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301 * L_35; L_35 = RegexPrefix_get_Empty_m65C2AD019C414B97A57D5AA5B4B0DC331E011A8C_inline(/*hidden argument*/NULL); return L_35; } IL_0137: { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_36 = V_1; if (!L_36) { goto IL_0143; } } { int32_t L_37 = V_2; RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_38 = V_1; NullCheck(L_38); int32_t L_39; L_39 = RegexNode_ChildCount_m15D92C9740BA92B2E78B392F7215B8D7D0242172(L_38, /*hidden argument*/NULL); if ((((int32_t)L_37) < ((int32_t)L_39))) { goto IL_0149; } } IL_0143: { IL2CPP_RUNTIME_CLASS_INIT(RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301_il2cpp_TypeInfo_var); RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301 * L_40; L_40 = RegexPrefix_get_Empty_m65C2AD019C414B97A57D5AA5B4B0DC331E011A8C_inline(/*hidden argument*/NULL); return L_40; } IL_0149: { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * 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_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_44; L_44 = RegexNode_Child_mAE38F2EF7289FE455686B7BEEF81C39A9D25E960(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) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegexFCD_Anchors_m4F3A11C644EC9B7B16CCCBD792A5E2FED2C22EA7 (RegexTree_t63A434601D42EC388D9B2DCA2913286CFC8811F3 * ___tree0, const RuntimeMethod* method) { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * V_0 = NULL; RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; { V_1 = (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 *)NULL; V_2 = 0; V_3 = 0; RegexTree_t63A434601D42EC388D9B2DCA2913286CFC8811F3 * L_0 = ___tree0; NullCheck(L_0); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_1 = L_0->get__root_0(); V_0 = L_1; } IL_000d: { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * 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_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_6 = V_0; NullCheck(L_6); int32_t L_7; L_7 = RegexNode_ChildCount_m15D92C9740BA92B2E78B392F7215B8D7D0242172(L_6, /*hidden argument*/NULL); if ((((int32_t)L_7) <= ((int32_t)0))) { goto IL_00a1; } } { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_8 = V_0; V_1 = L_8; V_2 = 0; goto IL_00a1; } IL_0082: { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_9 = V_0; NullCheck(L_9); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_10; L_10 = RegexNode_Child_mAE38F2EF7289FE455686B7BEEF81C39A9D25E960(L_9, 0, /*hidden argument*/NULL); V_0 = L_10; V_1 = (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 *)NULL; goto IL_000d; } IL_0091: { int32_t L_11 = V_3; RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_12 = V_0; NullCheck(L_12); int32_t L_13 = L_12->get__type_0(); int32_t L_14; L_14 = RegexFCD_AnchorFromType_mF78B2ABC2D01B01663B7ABC885B3067F199A40C7(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_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_16 = V_1; if (!L_16) { goto IL_00ad; } } { int32_t L_17 = V_2; RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_18 = V_1; NullCheck(L_18); int32_t L_19; L_19 = RegexNode_ChildCount_m15D92C9740BA92B2E78B392F7215B8D7D0242172(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_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * 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_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_24; L_24 = RegexNode_Child_mAE38F2EF7289FE455686B7BEEF81C39A9D25E960(L_21, L_23, /*hidden argument*/NULL); V_0 = L_24; goto IL_000d; } } // System.Int32 System.Text.RegularExpressions.RegexFCD::AnchorFromType(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegexFCD_AnchorFromType_mF78B2ABC2D01B01663B7ABC885B3067F199A40C7 (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() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexFCD__ctor_m81A680DE9EE0A7D9CB3F0245E4B584033ED7C299 (RegexFCD_tF50EFB93429390CF2488DAB5FD07DE6E48F1CDBF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexFCU5BU5D_t2785114C5B0BD79CA8B9C2715A5368BDC5941356_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); RegexFCU5BU5D_t2785114C5B0BD79CA8B9C2715A5368BDC5941356* L_0 = (RegexFCU5BU5D_t2785114C5B0BD79CA8B9C2715A5368BDC5941356*)(RegexFCU5BU5D_t2785114C5B0BD79CA8B9C2715A5368BDC5941356*)SZArrayNew(RegexFCU5BU5D_t2785114C5B0BD79CA8B9C2715A5368BDC5941356_il2cpp_TypeInfo_var, (uint32_t)((int32_t)32)); __this->set__fcStack_2(L_0); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)((int32_t)32)); __this->set__intStack_0(L_1); return; } } // System.Void System.Text.RegularExpressions.RegexFCD::PushInt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexFCD_PushInt_m2C075ABCE35D8B5F3AE842D0A79BEBBDF53E79E6 (RegexFCD_tF50EFB93429390CF2488DAB5FD07DE6E48F1CDBF * __this, int32_t ___I0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_0 = NULL; int32_t V_1 = 0; { int32_t L_0 = __this->get__intDepth_1(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* 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_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_3 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_2, (int32_t)2))); V_0 = L_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_4 = __this->get__intStack_0(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_5 = V_0; int32_t L_6 = __this->get__intDepth_1(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_4, 0, (RuntimeArray *)(RuntimeArray *)L_5, 0, L_6, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_7 = V_0; __this->set__intStack_0(L_7); } IL_0039: { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* 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(L_11), (int32_t)L_12); return; } } // System.Boolean System.Text.RegularExpressions.RegexFCD::IntIsEmpty() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexFCD_IntIsEmpty_m4CFF914DAAAF04747FD11B2740D47CD4A41F7321 (RegexFCD_tF50EFB93429390CF2488DAB5FD07DE6E48F1CDBF * __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() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegexFCD_PopInt_m15845F98455FA8320FCC484AD15CE5A55B43EA14 (RegexFCD_tF50EFB93429390CF2488DAB5FD07DE6E48F1CDBF * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* 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(L_4)); return L_5; } } // System.Void System.Text.RegularExpressions.RegexFCD::PushFC(System.Text.RegularExpressions.RegexFC) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexFCD_PushFC_mC4174F9014750978ADB35B3E45DE43D740070B92 (RegexFCD_tF50EFB93429390CF2488DAB5FD07DE6E48F1CDBF * __this, RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826 * ___fc0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexFCU5BU5D_t2785114C5B0BD79CA8B9C2715A5368BDC5941356_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RegexFCU5BU5D_t2785114C5B0BD79CA8B9C2715A5368BDC5941356* V_0 = NULL; int32_t V_1 = 0; { int32_t L_0 = __this->get__fcDepth_3(); RegexFCU5BU5D_t2785114C5B0BD79CA8B9C2715A5368BDC5941356* 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_t2785114C5B0BD79CA8B9C2715A5368BDC5941356* L_3 = (RegexFCU5BU5D_t2785114C5B0BD79CA8B9C2715A5368BDC5941356*)(RegexFCU5BU5D_t2785114C5B0BD79CA8B9C2715A5368BDC5941356*)SZArrayNew(RegexFCU5BU5D_t2785114C5B0BD79CA8B9C2715A5368BDC5941356_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_2, (int32_t)2))); V_0 = L_3; RegexFCU5BU5D_t2785114C5B0BD79CA8B9C2715A5368BDC5941356* L_4 = __this->get__fcStack_2(); RegexFCU5BU5D_t2785114C5B0BD79CA8B9C2715A5368BDC5941356* L_5 = V_0; int32_t L_6 = __this->get__fcDepth_3(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_4, 0, (RuntimeArray *)(RuntimeArray *)L_5, 0, L_6, /*hidden argument*/NULL); RegexFCU5BU5D_t2785114C5B0BD79CA8B9C2715A5368BDC5941356* L_7 = V_0; __this->set__fcStack_2(L_7); } IL_0039: { RegexFCU5BU5D_t2785114C5B0BD79CA8B9C2715A5368BDC5941356* 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_t76D8E0886974788FD71BD44072ADAD5326475826 * L_12 = ___fc0; NullCheck(L_8); ArrayElementTypeCheck (L_8, L_12); (L_8)->SetAt(static_cast(L_11), (RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826 *)L_12); return; } } // System.Boolean System.Text.RegularExpressions.RegexFCD::FCIsEmpty() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexFCD_FCIsEmpty_m3FFF61F7B0567B2B1ABA23377742A6D0AC9DF016 (RegexFCD_tF50EFB93429390CF2488DAB5FD07DE6E48F1CDBF * __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() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826 * RegexFCD_PopFC_mE67FE0664971894C6935632FD634207784EAE43F (RegexFCD_tF50EFB93429390CF2488DAB5FD07DE6E48F1CDBF * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { RegexFCU5BU5D_t2785114C5B0BD79CA8B9C2715A5368BDC5941356* 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_t76D8E0886974788FD71BD44072ADAD5326475826 * L_5 = (L_0)->GetAt(static_cast(L_4)); return L_5; } } // System.Text.RegularExpressions.RegexFC System.Text.RegularExpressions.RegexFCD::TopFC() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826 * RegexFCD_TopFC_mC9A10E7061B6283532AF800971B26A7660036AF6 (RegexFCD_tF50EFB93429390CF2488DAB5FD07DE6E48F1CDBF * __this, const RuntimeMethod* method) { { RegexFCU5BU5D_t2785114C5B0BD79CA8B9C2715A5368BDC5941356* 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_t76D8E0886974788FD71BD44072ADAD5326475826 * L_3 = (L_0)->GetAt(static_cast(L_2)); return L_3; } } // System.Text.RegularExpressions.RegexFC System.Text.RegularExpressions.RegexFCD::RegexFCFromRegexTree(System.Text.RegularExpressions.RegexTree) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826 * RegexFCD_RegexFCFromRegexTree_m280F32208540ABB3B88FBA4BC3F7FE6A7E02DA40 (RegexFCD_tF50EFB93429390CF2488DAB5FD07DE6E48F1CDBF * __this, RegexTree_t63A434601D42EC388D9B2DCA2913286CFC8811F3 * ___tree0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m3A81757FE0B3283CB292CA61894273AA7B5C97CD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m5EAE519410E7938505D4C8EA39FE36CE96D5C501_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * V_0 = NULL; int32_t V_1 = 0; { RegexTree_t63A434601D42EC388D9B2DCA2913286CFC8811F3 * L_0 = ___tree0; NullCheck(L_0); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_1 = L_0->get__root_0(); V_0 = L_1; V_1 = 0; } IL_0009: { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_2 = V_0; NullCheck(L_2); List_1_t692D260BEBA1E69864C98DEEDB3E9256C38CD9B9 * L_3 = L_2->get__children_1(); if (L_3) { goto IL_0021; } } { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_4 = V_0; NullCheck(L_4); int32_t L_5 = L_4->get__type_0(); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_6 = V_0; RegexFCD_CalculateFC_m11BAAB103351C64BA06B41B999C2BAD670E3579F(__this, L_5, L_6, 0, /*hidden argument*/NULL); goto IL_0075; } IL_0021: { int32_t L_7 = V_1; RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_8 = V_0; NullCheck(L_8); List_1_t692D260BEBA1E69864C98DEEDB3E9256C38CD9B9 * L_9 = L_8->get__children_1(); NullCheck(L_9); int32_t L_10; L_10 = List_1_get_Count_m3A81757FE0B3283CB292CA61894273AA7B5C97CD_inline(L_9, /*hidden argument*/List_1_get_Count_m3A81757FE0B3283CB292CA61894273AA7B5C97CD_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_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_12 = V_0; NullCheck(L_12); int32_t L_13 = L_12->get__type_0(); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_14 = V_0; int32_t L_15 = V_1; RegexFCD_CalculateFC_m11BAAB103351C64BA06B41B999C2BAD670E3579F(__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_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_17 = V_0; NullCheck(L_17); List_1_t692D260BEBA1E69864C98DEEDB3E9256C38CD9B9 * L_18 = L_17->get__children_1(); int32_t L_19 = V_1; NullCheck(L_18); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_20; L_20 = List_1_get_Item_m5EAE519410E7938505D4C8EA39FE36CE96D5C501_inline(L_18, L_19, /*hidden argument*/List_1_get_Item_m5EAE519410E7938505D4C8EA39FE36CE96D5C501_RuntimeMethod_var); V_0 = L_20; int32_t L_21 = V_1; RegexFCD_PushInt_m2C075ABCE35D8B5F3AE842D0A79BEBBDF53E79E6(__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; L_23 = RegexFCD_IntIsEmpty_m4CFF914DAAAF04747FD11B2740D47CD4A41F7321(__this, /*hidden argument*/NULL); if (L_23) { goto IL_00b9; } } { int32_t L_24; L_24 = RegexFCD_PopInt_m15845F98455FA8320FCC484AD15CE5A55B43EA14(__this, /*hidden argument*/NULL); V_1 = L_24; RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_25 = V_0; NullCheck(L_25); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_26 = L_25->get__next_7(); V_0 = L_26; RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_27 = V_0; NullCheck(L_27); int32_t L_28 = L_27->get__type_0(); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_29 = V_0; int32_t L_30 = V_1; RegexFCD_CalculateFC_m11BAAB103351C64BA06B41B999C2BAD670E3579F(__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_t76D8E0886974788FD71BD44072ADAD5326475826 *)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; L_33 = RegexFCD_FCIsEmpty_m3FFF61F7B0567B2B1ABA23377742A6D0AC9DF016(__this, /*hidden argument*/NULL); if (!L_33) { goto IL_00c3; } } { return (RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826 *)NULL; } IL_00c3: { RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826 * L_34; L_34 = RegexFCD_PopFC_mE67FE0664971894C6935632FD634207784EAE43F(__this, /*hidden argument*/NULL); return L_34; } } // System.Void System.Text.RegularExpressions.RegexFCD::SkipChild() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexFCD_SkipChild_mE3F09E85EC04B345584A4268DDE28029B1493ABD (RegexFCD_tF50EFB93429390CF2488DAB5FD07DE6E48F1CDBF * __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) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexFCD_CalculateFC_m11BAAB103351C64BA06B41B999C2BAD670E3579F (RegexFCD_tF50EFB93429390CF2488DAB5FD07DE6E48F1CDBF * __this, int32_t ___NodeType0, RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * ___node1, int32_t ___CurIndex2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7E47B8E4D552470F6D8FD78693F09EA115DA32BE); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826 * V_2 = NULL; RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826 * V_3 = NULL; RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826 * V_4 = NULL; RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826 * V_5 = NULL; RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826 * V_6 = NULL; RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826 * 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_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * 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_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * 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_mE3F09E85EC04B345584A4268DDE28029B1493ABD(__this, /*hidden argument*/NULL); return; } IL_0149: { RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826 * L_9 = (RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826 *)il2cpp_codegen_object_new(RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826_il2cpp_TypeInfo_var); RegexFC__ctor_mA39AF7098BC1D63C19E316121CC854AACBE4CB59(L_9, (bool)1, /*hidden argument*/NULL); RegexFCD_PushFC_mC4174F9014750978ADB35B3E45DE43D740070B92(__this, L_9, /*hidden argument*/NULL); return; } IL_0156: { int32_t L_10 = ___CurIndex2; if (!L_10) { goto IL_0178; } } { RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826 * L_11; L_11 = RegexFCD_PopFC_mE67FE0664971894C6935632FD634207784EAE43F(__this, /*hidden argument*/NULL); V_2 = L_11; RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826 * L_12; L_12 = RegexFCD_TopFC_mC9A10E7061B6283532AF800971B26A7660036AF6(__this, /*hidden argument*/NULL); V_3 = L_12; RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826 * L_13 = V_3; RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826 * L_14 = V_2; NullCheck(L_13); bool L_15; L_15 = RegexFC_AddFC_m515C7808755FE89185D85B3C39184C2425B44629(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_t76D8E0886974788FD71BD44072ADAD5326475826 * L_16; L_16 = RegexFCD_TopFC_mC9A10E7061B6283532AF800971B26A7660036AF6(__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_t76D8E0886974788FD71BD44072ADAD5326475826 * L_19; L_19 = RegexFCD_PopFC_mE67FE0664971894C6935632FD634207784EAE43F(__this, /*hidden argument*/NULL); V_4 = L_19; RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826 * L_20; L_20 = RegexFCD_TopFC_mC9A10E7061B6283532AF800971B26A7660036AF6(__this, /*hidden argument*/NULL); V_5 = L_20; RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826 * L_21 = V_5; RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826 * L_22 = V_4; NullCheck(L_21); bool L_23; L_23 = RegexFC_AddFC_m515C7808755FE89185D85B3C39184C2425B44629(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_t76D8E0886974788FD71BD44072ADAD5326475826 * L_25; L_25 = RegexFCD_PopFC_mE67FE0664971894C6935632FD634207784EAE43F(__this, /*hidden argument*/NULL); V_6 = L_25; RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826 * L_26; L_26 = RegexFCD_TopFC_mC9A10E7061B6283532AF800971B26A7660036AF6(__this, /*hidden argument*/NULL); V_7 = L_26; RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826 * L_27 = V_7; RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826 * L_28 = V_6; NullCheck(L_27); bool L_29; L_29 = RegexFC_AddFC_m515C7808755FE89185D85B3C39184C2425B44629(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_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_30 = ___node1; NullCheck(L_30); int32_t L_31 = L_30->get__m_4(); if (L_31) { goto IL_0337; } } { RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826 * L_32; L_32 = RegexFCD_TopFC_mC9A10E7061B6283532AF800971B26A7660036AF6(__this, /*hidden argument*/NULL); NullCheck(L_32); L_32->set__nullable_1((bool)1); return; } IL_01fd: { RegexFCD_SkipChild_mE3F09E85EC04B345584A4268DDE28029B1493ABD(__this, /*hidden argument*/NULL); RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826 * L_33 = (RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826 *)il2cpp_codegen_object_new(RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826_il2cpp_TypeInfo_var); RegexFC__ctor_mA39AF7098BC1D63C19E316121CC854AACBE4CB59(L_33, (bool)1, /*hidden argument*/NULL); RegexFCD_PushFC_mC4174F9014750978ADB35B3E45DE43D740070B92(__this, L_33, /*hidden argument*/NULL); return; } IL_0210: { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * 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_t76D8E0886974788FD71BD44072ADAD5326475826 * L_38 = (RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826 *)il2cpp_codegen_object_new(RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826_il2cpp_TypeInfo_var); RegexFC__ctor_mA9779C6F7E4B0B76041B34DF40F2B6DBA82761E2(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_mC4174F9014750978ADB35B3E45DE43D740070B92(__this, L_38, /*hidden argument*/NULL); return; } IL_0229: { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_39 = ___node1; NullCheck(L_39); Il2CppChar L_40 = L_39->get__ch_3(); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_41 = ___node1; NullCheck(L_41); int32_t L_42 = L_41->get__m_4(); bool L_43 = V_0; RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826 * L_44 = (RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826 *)il2cpp_codegen_object_new(RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826_il2cpp_TypeInfo_var); RegexFC__ctor_mA9779C6F7E4B0B76041B34DF40F2B6DBA82761E2(L_44, L_40, (bool)0, (bool)((((int32_t)L_42) == ((int32_t)0))? 1 : 0), L_43, /*hidden argument*/NULL); RegexFCD_PushFC_mC4174F9014750978ADB35B3E45DE43D740070B92(__this, L_44, /*hidden argument*/NULL); return; } IL_0246: { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_45 = ___node1; NullCheck(L_45); Il2CppChar L_46 = L_45->get__ch_3(); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_47 = ___node1; NullCheck(L_47); int32_t L_48 = L_47->get__m_4(); bool L_49 = V_0; RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826 * L_50 = (RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826 *)il2cpp_codegen_object_new(RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826_il2cpp_TypeInfo_var); RegexFC__ctor_mA9779C6F7E4B0B76041B34DF40F2B6DBA82761E2(L_50, L_46, (bool)1, (bool)((((int32_t)L_48) == ((int32_t)0))? 1 : 0), L_49, /*hidden argument*/NULL); RegexFCD_PushFC_mC4174F9014750978ADB35B3E45DE43D740070B92(__this, L_50, /*hidden argument*/NULL); return; } IL_0263: { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_51 = ___node1; NullCheck(L_51); String_t* L_52 = L_51->get__str_2(); NullCheck(L_52); int32_t L_53; L_53 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_52, /*hidden argument*/NULL); if (L_53) { goto IL_027d; } } { RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826 * L_54 = (RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826 *)il2cpp_codegen_object_new(RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826_il2cpp_TypeInfo_var); RegexFC__ctor_mA39AF7098BC1D63C19E316121CC854AACBE4CB59(L_54, (bool)1, /*hidden argument*/NULL); RegexFCD_PushFC_mC4174F9014750978ADB35B3E45DE43D740070B92(__this, L_54, /*hidden argument*/NULL); return; } IL_027d: { bool L_55 = V_1; if (L_55) { goto IL_029b; } } { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_56 = ___node1; NullCheck(L_56); String_t* L_57 = L_56->get__str_2(); NullCheck(L_57); Il2CppChar L_58; L_58 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_57, 0, /*hidden argument*/NULL); bool L_59 = V_0; RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826 * L_60 = (RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826 *)il2cpp_codegen_object_new(RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826_il2cpp_TypeInfo_var); RegexFC__ctor_mA9779C6F7E4B0B76041B34DF40F2B6DBA82761E2(L_60, L_58, (bool)0, (bool)0, L_59, /*hidden argument*/NULL); RegexFCD_PushFC_mC4174F9014750978ADB35B3E45DE43D740070B92(__this, L_60, /*hidden argument*/NULL); return; } IL_029b: { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_61 = ___node1; NullCheck(L_61); String_t* L_62 = L_61->get__str_2(); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_63 = ___node1; NullCheck(L_63); String_t* L_64 = L_63->get__str_2(); NullCheck(L_64); int32_t L_65; L_65 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_64, /*hidden argument*/NULL); NullCheck(L_62); Il2CppChar L_66; L_66 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_62, ((int32_t)il2cpp_codegen_subtract((int32_t)L_65, (int32_t)1)), /*hidden argument*/NULL); bool L_67 = V_0; RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826 * L_68 = (RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826 *)il2cpp_codegen_object_new(RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826_il2cpp_TypeInfo_var); RegexFC__ctor_mA9779C6F7E4B0B76041B34DF40F2B6DBA82761E2(L_68, L_66, (bool)0, (bool)0, L_67, /*hidden argument*/NULL); RegexFCD_PushFC_mC4174F9014750978ADB35B3E45DE43D740070B92(__this, L_68, /*hidden argument*/NULL); return; } IL_02c2: { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_69 = ___node1; NullCheck(L_69); String_t* L_70 = L_69->get__str_2(); bool L_71 = V_0; RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826 * L_72 = (RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826 *)il2cpp_codegen_object_new(RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826_il2cpp_TypeInfo_var); RegexFC__ctor_m8693359483B2128560FC374872CFC1382A0605B2(L_72, L_70, (bool)0, L_71, /*hidden argument*/NULL); RegexFCD_PushFC_mC4174F9014750978ADB35B3E45DE43D740070B92(__this, L_72, /*hidden argument*/NULL); return; } IL_02d6: { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_73 = ___node1; NullCheck(L_73); String_t* L_74 = L_73->get__str_2(); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_75 = ___node1; NullCheck(L_75); int32_t L_76 = L_75->get__m_4(); bool L_77 = V_0; RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826 * L_78 = (RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826 *)il2cpp_codegen_object_new(RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826_il2cpp_TypeInfo_var); RegexFC__ctor_m8693359483B2128560FC374872CFC1382A0605B2(L_78, L_74, (bool)((((int32_t)L_76) == ((int32_t)0))? 1 : 0), L_77, /*hidden argument*/NULL); RegexFCD_PushFC_mC4174F9014750978ADB35B3E45DE43D740070B92(__this, L_78, /*hidden argument*/NULL); return; } IL_02f2: { RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826 * L_79 = (RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826 *)il2cpp_codegen_object_new(RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826_il2cpp_TypeInfo_var); RegexFC__ctor_m8693359483B2128560FC374872CFC1382A0605B2(L_79, _stringLiteral7E47B8E4D552470F6D8FD78693F09EA115DA32BE, (bool)1, (bool)0, /*hidden argument*/NULL); RegexFCD_PushFC_mC4174F9014750978ADB35B3E45DE43D740070B92(__this, L_79, /*hidden argument*/NULL); return; } IL_0305: { RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826 * L_80 = (RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826 *)il2cpp_codegen_object_new(RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826_il2cpp_TypeInfo_var); RegexFC__ctor_mA39AF7098BC1D63C19E316121CC854AACBE4CB59(L_80, (bool)1, /*hidden argument*/NULL); RegexFCD_PushFC_mC4174F9014750978ADB35B3E45DE43D740070B92(__this, L_80, /*hidden argument*/NULL); return; } IL_0312: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_81 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_82 = L_81; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_83; L_83 = CultureInfo_get_CurrentCulture_m99E5F5BD20445F2A73F7EA0014A4E783DF3840BB(/*hidden argument*/NULL); String_t* L_84; L_84 = Int32_ToString_m027A8C9419D2FE56ED5D2EE42A6F3B3CE0130471((int32_t*)(&___NodeType0), L_83, /*hidden argument*/NULL); NullCheck(L_82); ArrayElementTypeCheck (L_82, L_84); (L_82)->SetAt(static_cast(0), (RuntimeObject *)L_84); String_t* L_85; L_85 = SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1A521FB9CB5DD09DAE84196DD4656194D3654284)), L_82, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_86 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_86, L_85, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_86, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RegexFCD_CalculateFC_m11BAAB103351C64BA06B41B999C2BAD670E3579F_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) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexInterpreter__ctor_m58E5C9B14F78D108FC9277924C4A5DCC73AE832A (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * __this, RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * ___code0, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture1, const RuntimeMethod* method) { { RegexRunner__ctor_m6925516B4C16AC95CFAAFCCDB5CFEAD505B7920B(__this, /*hidden argument*/NULL); RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * L_0 = ___code0; __this->set_runcode_23(L_0); RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * L_1 = ___code0; NullCheck(L_1); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2 = L_1->get__codes_48(); __this->set_runcodes_20(L_2); RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * L_3 = ___code0; NullCheck(L_3); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_4 = L_3->get__strings_49(); __this->set_runstrings_22(L_4); RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * L_5 = ___code0; NullCheck(L_5); RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301 * L_6 = L_5->get__fcPrefix_53(); __this->set_runfcPrefix_24(L_6); RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * L_7 = ___code0; NullCheck(L_7); RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2 * L_8 = L_7->get__bmPrefix_54(); __this->set_runbmPrefix_25(L_8); RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * L_9 = ___code0; NullCheck(L_9); int32_t L_10 = L_9->get__anchors_55(); __this->set_runanchors_26(L_10); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_11 = ___culture1; __this->set_runculture_29(L_11); return; } } // System.Void System.Text.RegularExpressions.RegexInterpreter::InitTrackCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexInterpreter_InitTrackCount_mF85CD3AACD0F8EFFF2D54ECE67DFA073503D978E (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * __this, const RuntimeMethod* method) { { RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * L_0 = __this->get_runcode_23(); NullCheck(L_0); int32_t L_1 = L_0->get__trackcount_50(); ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->set_runtrackcount_11(L_1); return; } } // System.Void System.Text.RegularExpressions.RegexInterpreter::Advance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexInterpreter_Advance_mC3549A945557AD11D80890E0DCBC6D53860A97FE (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * __this, const RuntimeMethod* method) { { RegexInterpreter_Advance_m47537FC4AB2CB92D2D9100C755D936DED76B03EE(__this, 0, /*hidden argument*/NULL); return; } } // System.Void System.Text.RegularExpressions.RegexInterpreter::Advance(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexInterpreter_Advance_m47537FC4AB2CB92D2D9100C755D936DED76B03EE (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * __this, int32_t ___i0, const RuntimeMethod* method) { { int32_t L_0 = __this->get_runcodepos_21(); int32_t L_1 = ___i0; __this->set_runcodepos_21(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1))))); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2 = __this->get_runcodes_20(); int32_t L_3 = __this->get_runcodepos_21(); NullCheck(L_2); int32_t L_4 = L_3; int32_t L_5 = (L_2)->GetAt(static_cast(L_4)); RegexInterpreter_SetOperator_m6F39391186CA54646ABAF1A8D3584533261E6A3F(__this, L_5, /*hidden argument*/NULL); return; } } // System.Void System.Text.RegularExpressions.RegexInterpreter::Goto(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexInterpreter_Goto_mAB873EAF14CC58B684C91137D6E8817EB47FAB48 (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * __this, int32_t ___newpos0, const RuntimeMethod* method) { { int32_t L_0 = ___newpos0; int32_t L_1 = __this->get_runcodepos_21(); if ((((int32_t)L_0) >= ((int32_t)L_1))) { goto IL_000f; } } { RegexRunner_EnsureStorage_mA28C2C957E9C94A1EB89424D837A87114E38325E(__this, /*hidden argument*/NULL); } IL_000f: { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2 = __this->get_runcodes_20(); int32_t L_3 = ___newpos0; NullCheck(L_2); int32_t L_4 = L_3; int32_t L_5 = (L_2)->GetAt(static_cast(L_4)); RegexInterpreter_SetOperator_m6F39391186CA54646ABAF1A8D3584533261E6A3F(__this, L_5, /*hidden argument*/NULL); int32_t L_6 = ___newpos0; __this->set_runcodepos_21(L_6); return; } } // System.Void System.Text.RegularExpressions.RegexInterpreter::Textto(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexInterpreter_Textto_m874B113DFF6381DFC1BF8A8F7E6D79B819CF06AE (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * __this, int32_t ___newpos0, const RuntimeMethod* method) { { int32_t L_0 = ___newpos0; ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->set_runtextpos_4(L_0); return; } } // System.Void System.Text.RegularExpressions.RegexInterpreter::Trackto(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexInterpreter_Trackto_m00A652840F4C1B3FE74527A910FB6BDE144F4CD2 (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * __this, int32_t ___newpos0, const RuntimeMethod* method) { { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runtrack_5(); NullCheck(L_0); int32_t L_1 = ___newpos0; ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__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() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegexInterpreter_Textstart_m635CAE9587982E8C88F98F7374460E742A7F5953 (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * __this, const RuntimeMethod* method) { { int32_t L_0 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runtextstart_2(); return L_0; } } // System.Int32 System.Text.RegularExpressions.RegexInterpreter::Textpos() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegexInterpreter_Textpos_mCCC8ABAE83D37BA6F060242E1ECAC7D91D8910F5 (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * __this, const RuntimeMethod* method) { { int32_t L_0 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runtextpos_4(); return L_0; } } // System.Int32 System.Text.RegularExpressions.RegexInterpreter::Trackpos() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegexInterpreter_Trackpos_mDA7F7A3B4A02FC45B46AF1FD47778E0C0C9A5F64 (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * __this, const RuntimeMethod* method) { { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runtrack_5(); NullCheck(L_0); int32_t L_1 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__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() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexInterpreter_TrackPush_mBE985076C7632B82D188C6484BD6C7980C392379 (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runtrack_5(); int32_t L_1 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__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_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->set_runtrackpos_6(L_2); int32_t L_3 = V_0; int32_t L_4 = __this->get_runcodepos_21(); NullCheck(L_0); (L_0)->SetAt(static_cast(L_3), (int32_t)L_4); return; } } // System.Void System.Text.RegularExpressions.RegexInterpreter::TrackPush(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexInterpreter_TrackPush_m2DA2DB51ACD26004F4FB8B8D80EEC20D4AA14C49 (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * __this, int32_t ___I10, const RuntimeMethod* method) { int32_t V_0 = 0; { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runtrack_5(); int32_t L_1 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__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_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__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(L_3), (int32_t)L_4); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_5 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runtrack_5(); int32_t L_6 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__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_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->set_runtrackpos_6(L_7); int32_t L_8 = V_0; int32_t L_9 = __this->get_runcodepos_21(); NullCheck(L_5); (L_5)->SetAt(static_cast(L_8), (int32_t)L_9); return; } } // System.Void System.Text.RegularExpressions.RegexInterpreter::TrackPush(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexInterpreter_TrackPush_m874CB8F853DD4EB0FAD4A2DEF9CC2EAC3DD5BA5E (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * __this, int32_t ___I10, int32_t ___I21, const RuntimeMethod* method) { int32_t V_0 = 0; { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runtrack_5(); int32_t L_1 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__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_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__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(L_3), (int32_t)L_4); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_5 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runtrack_5(); int32_t L_6 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__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_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__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(L_8), (int32_t)L_9); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_10 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runtrack_5(); int32_t L_11 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__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_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->set_runtrackpos_6(L_12); int32_t L_13 = V_0; int32_t L_14 = __this->get_runcodepos_21(); NullCheck(L_10); (L_10)->SetAt(static_cast(L_13), (int32_t)L_14); return; } } // System.Void System.Text.RegularExpressions.RegexInterpreter::TrackPush(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexInterpreter_TrackPush_mEF674B57E2A8FC7E555803DE53EEE076EC0E5E75 (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * __this, int32_t ___I10, int32_t ___I21, int32_t ___I32, const RuntimeMethod* method) { int32_t V_0 = 0; { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runtrack_5(); int32_t L_1 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__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_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__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(L_3), (int32_t)L_4); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_5 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runtrack_5(); int32_t L_6 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__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_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__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(L_8), (int32_t)L_9); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_10 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runtrack_5(); int32_t L_11 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__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_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__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(L_13), (int32_t)L_14); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_15 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runtrack_5(); int32_t L_16 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__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_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->set_runtrackpos_6(L_17); int32_t L_18 = V_0; int32_t L_19 = __this->get_runcodepos_21(); NullCheck(L_15); (L_15)->SetAt(static_cast(L_18), (int32_t)L_19); return; } } // System.Void System.Text.RegularExpressions.RegexInterpreter::TrackPush2(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexInterpreter_TrackPush2_m490912B4D5B2E19FA2739EA0211FA91DA6423634 (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * __this, int32_t ___I10, const RuntimeMethod* method) { int32_t V_0 = 0; { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runtrack_5(); int32_t L_1 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__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_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__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(L_3), (int32_t)L_4); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_5 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runtrack_5(); int32_t L_6 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__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_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->set_runtrackpos_6(L_7); int32_t L_8 = V_0; int32_t L_9 = __this->get_runcodepos_21(); NullCheck(L_5); (L_5)->SetAt(static_cast(L_8), (int32_t)((-L_9))); return; } } // System.Void System.Text.RegularExpressions.RegexInterpreter::TrackPush2(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexInterpreter_TrackPush2_m5B36C2B678F621B4BCF26D038E5AE40A55BC5884 (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * __this, int32_t ___I10, int32_t ___I21, const RuntimeMethod* method) { int32_t V_0 = 0; { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runtrack_5(); int32_t L_1 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__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_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__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(L_3), (int32_t)L_4); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_5 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runtrack_5(); int32_t L_6 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__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_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__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(L_8), (int32_t)L_9); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_10 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runtrack_5(); int32_t L_11 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__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_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->set_runtrackpos_6(L_12); int32_t L_13 = V_0; int32_t L_14 = __this->get_runcodepos_21(); NullCheck(L_10); (L_10)->SetAt(static_cast(L_13), (int32_t)((-L_14))); return; } } // System.Void System.Text.RegularExpressions.RegexInterpreter::Backtrack() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexInterpreter_Backtrack_m30590074E633FAA50401BC2EFA74F6D6FF5371DA (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runtrack_5(); int32_t L_1 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runtrackpos_6(); V_1 = L_1; int32_t L_2 = V_1; ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__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(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_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_8 = __this->get_runcodes_20(); int32_t L_9 = V_0; NullCheck(L_8); int32_t L_10 = L_9; int32_t L_11 = (L_8)->GetAt(static_cast(L_10)); RegexInterpreter_SetOperator_m6F39391186CA54646ABAF1A8D3584533261E6A3F(__this, ((int32_t)((int32_t)L_11|(int32_t)((int32_t)256))), /*hidden argument*/NULL); goto IL_004a; } IL_0036: { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_12 = __this->get_runcodes_20(); int32_t L_13 = V_0; NullCheck(L_12); int32_t L_14 = L_13; int32_t L_15 = (L_12)->GetAt(static_cast(L_14)); RegexInterpreter_SetOperator_m6F39391186CA54646ABAF1A8D3584533261E6A3F(__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_21(); if ((((int32_t)L_16) >= ((int32_t)L_17))) { goto IL_0059; } } { RegexRunner_EnsureStorage_mA28C2C957E9C94A1EB89424D837A87114E38325E(__this, /*hidden argument*/NULL); } IL_0059: { int32_t L_18 = V_0; __this->set_runcodepos_21(L_18); return; } } // System.Void System.Text.RegularExpressions.RegexInterpreter::SetOperator(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexInterpreter_SetOperator_m6F39391186CA54646ABAF1A8D3584533261E6A3F (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * __this, int32_t ___op0, const RuntimeMethod* method) { { int32_t L_0 = ___op0; __this->set_runci_28((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_27((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_19(((int32_t)((int32_t)L_2&(int32_t)((int32_t)-577)))); return; } } // System.Void System.Text.RegularExpressions.RegexInterpreter::TrackPop() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexInterpreter_TrackPop_m8E31A4201CD48C0888BE0DB6EB317036E7E7C4D8 (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * __this, const RuntimeMethod* method) { { int32_t L_0 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runtrackpos_6(); ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__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) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexInterpreter_TrackPop_mBE47D7E983B6BD0C45F7F376AA0272B0827AB4E4 (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * __this, int32_t ___framesize0, const RuntimeMethod* method) { { int32_t L_0 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runtrackpos_6(); int32_t L_1 = ___framesize0; ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__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() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegexInterpreter_TrackPeek_mFB63C0E3D25EEEEC1DBD5FF5601E59C6F0414396 (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * __this, const RuntimeMethod* method) { { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runtrack_5(); int32_t L_1 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__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(L_2)); return L_3; } } // System.Int32 System.Text.RegularExpressions.RegexInterpreter::TrackPeek(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegexInterpreter_TrackPeek_m946313A941F42F58C555593B8CD2C00E702400AB (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * __this, int32_t ___i0, const RuntimeMethod* method) { { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runtrack_5(); int32_t L_1 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__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(L_3)); return L_4; } } // System.Void System.Text.RegularExpressions.RegexInterpreter::StackPush(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexInterpreter_StackPush_m488F7B4FABE6E66EF8D28F070303C7B344A9217F (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * __this, int32_t ___I10, const RuntimeMethod* method) { int32_t V_0 = 0; { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runstack_7(); int32_t L_1 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__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_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__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(L_3), (int32_t)L_4); return; } } // System.Void System.Text.RegularExpressions.RegexInterpreter::StackPush(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexInterpreter_StackPush_m46ADD790ADB62A6FFFC56ACC93A5BFB11578A45B (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * __this, int32_t ___I10, int32_t ___I21, const RuntimeMethod* method) { int32_t V_0 = 0; { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runstack_7(); int32_t L_1 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__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_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__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(L_3), (int32_t)L_4); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_5 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runstack_7(); int32_t L_6 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__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_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__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(L_8), (int32_t)L_9); return; } } // System.Void System.Text.RegularExpressions.RegexInterpreter::StackPop() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexInterpreter_StackPop_m28CD98B18B8010F9398FAB5A1C0CB3E220FB0A13 (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * __this, const RuntimeMethod* method) { { int32_t L_0 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runstackpos_8(); ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__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) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexInterpreter_StackPop_m1DBCCF39146C4C13FEBABCF7139CDAF89AB339ED (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * __this, int32_t ___framesize0, const RuntimeMethod* method) { { int32_t L_0 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runstackpos_8(); int32_t L_1 = ___framesize0; ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__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() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegexInterpreter_StackPeek_mE0B2D861B2A747936538EC83EDEBDC8C6424E3D0 (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * __this, const RuntimeMethod* method) { { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runstack_7(); int32_t L_1 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__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(L_2)); return L_3; } } // System.Int32 System.Text.RegularExpressions.RegexInterpreter::StackPeek(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegexInterpreter_StackPeek_mFA8013A28365F539B9083C906BEB80008AE281A0 (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * __this, int32_t ___i0, const RuntimeMethod* method) { { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runstack_7(); int32_t L_1 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__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(L_3)); return L_4; } } // System.Int32 System.Text.RegularExpressions.RegexInterpreter::Operator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegexInterpreter_Operator_m9C06EB53FFBB6722B2ACB95057BC30E0A9F05DFF (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_runoperator_19(); return L_0; } } // System.Int32 System.Text.RegularExpressions.RegexInterpreter::Operand(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegexInterpreter_Operand_mB8AED0E2B8222A584A61D313DE9AB475724F50A0 (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * __this, int32_t ___i0, const RuntimeMethod* method) { { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = __this->get_runcodes_20(); int32_t L_1 = __this->get_runcodepos_21(); 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(L_3)); return L_4; } } // System.Int32 System.Text.RegularExpressions.RegexInterpreter::Leftchars() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegexInterpreter_Leftchars_mB50E0C06B5C05F48BBA69D21BFB6382705C696C4 (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * __this, const RuntimeMethod* method) { { int32_t L_0 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runtextpos_4(); int32_t L_1 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__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() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegexInterpreter_Rightchars_m2DEB5D856E0BEC8CFE39B2546B504CB2FCC1DC2C (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * __this, const RuntimeMethod* method) { { int32_t L_0 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runtextend_1(); int32_t L_1 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__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() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegexInterpreter_Bump_m45DF8CEBA6E19FE27E10A87C89E5B2001FB37E85 (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_runrtl_27(); if (L_0) { goto IL_000a; } } { return 1; } IL_000a: { return (-1); } } // System.Int32 System.Text.RegularExpressions.RegexInterpreter::Forwardchars() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegexInterpreter_Forwardchars_mFD54A946FE00B2613D92F1CCAE7B53CDB4312420 (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_runrtl_27(); if (L_0) { goto IL_0016; } } { int32_t L_1 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runtextend_1(); int32_t L_2 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__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_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runtextpos_4(); int32_t L_4 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__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() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar RegexInterpreter_Forwardcharnext_m39C5E9B8B3EDC556CE6A61C1957ACFD5F8ED025E (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Il2CppChar V_0 = 0x0; int32_t V_1 = 0; Il2CppChar G_B3_0 = 0x0; { bool L_0 = __this->get_runrtl_27(); if (L_0) { goto IL_0026; } } { String_t* L_1 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runtext_3(); int32_t L_2 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runtextpos_4(); V_1 = L_2; int32_t L_3 = V_1; ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__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; L_5 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_1, L_4, /*hidden argument*/NULL); G_B3_0 = L_5; goto IL_0042; } IL_0026: { String_t* L_6 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runtext_3(); int32_t L_7 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__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_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->set_runtextpos_4(L_8); int32_t L_9 = V_1; NullCheck(L_6); Il2CppChar L_10; L_10 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(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_28(); if (L_11) { goto IL_004d; } } { Il2CppChar L_12 = V_0; return L_12; } IL_004d: { Il2CppChar L_13 = V_0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_14 = __this->get_runculture_29(); IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); Il2CppChar L_15; L_15 = Char_ToLower_m42C052EB06C3F461C8CEBAD492E102EB721FDECE(L_13, L_14, /*hidden argument*/NULL); return L_15; } } // System.Boolean System.Text.RegularExpressions.RegexInterpreter::Stringmatch(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexInterpreter_Stringmatch_m81EA1913981000A8D944B5DA757813058F0F4ABD (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * __this, String_t* ___str0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { bool L_0 = __this->get_runrtl_27(); if (L_0) { goto IL_002c; } } { int32_t L_1 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runtextend_1(); int32_t L_2 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runtextpos_4(); String_t* L_3 = ___str0; NullCheck(L_3); int32_t L_4; L_4 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(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_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__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_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runtextpos_4(); int32_t L_9 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runtextbeg_0(); String_t* L_10 = ___str0; NullCheck(L_10); int32_t L_11; L_11 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(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_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runtextpos_4(); V_1 = L_13; } IL_004c: { bool L_14 = __this->get_runci_28(); 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; L_18 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_15, L_17, /*hidden argument*/NULL); String_t* L_19 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__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; L_22 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(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; L_27 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_24, L_26, /*hidden argument*/NULL); String_t* L_28 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__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; L_31 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_28, L_30, /*hidden argument*/NULL); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_32 = __this->get_runculture_29(); IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); Il2CppChar L_33; L_33 = Char_ToLower_m42C052EB06C3F461C8CEBAD492E102EB721FDECE(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_27(); if (L_35) { goto IL_00b8; } } { int32_t L_36 = V_1; String_t* L_37 = ___str0; NullCheck(L_37); int32_t L_38; L_38 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(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_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->set_runtextpos_4(L_39); return (bool)1; } } // System.Boolean System.Text.RegularExpressions.RegexInterpreter::Refmatch(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexInterpreter_Refmatch_m5F44A3C001E919895A5A2988F16187069E45D75B (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * __this, int32_t ___index0, int32_t ___len1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { bool L_0 = __this->get_runrtl_27(); if (L_0) { goto IL_0025; } } { int32_t L_1 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runtextend_1(); int32_t L_2 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__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_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__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_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runtextpos_4(); int32_t L_7 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__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_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__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_28(); if (L_13) { goto IL_00b5; } } { goto IL_0072; } IL_004e: { String_t* L_14 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__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; L_17 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_14, L_16, /*hidden argument*/NULL); String_t* L_18 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__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; L_21 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(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_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__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; L_27 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_24, L_26, /*hidden argument*/NULL); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_28 = __this->get_runculture_29(); IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); Il2CppChar L_29; L_29 = Char_ToLower_m42C052EB06C3F461C8CEBAD492E102EB721FDECE(L_27, L_28, /*hidden argument*/NULL); String_t* L_30 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__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; L_33 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_30, L_32, /*hidden argument*/NULL); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_34 = __this->get_runculture_29(); Il2CppChar L_35; L_35 = Char_ToLower_m42C052EB06C3F461C8CEBAD492E102EB721FDECE(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_27(); 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_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->set_runtextpos_4(L_41); return (bool)1; } } // System.Void System.Text.RegularExpressions.RegexInterpreter::Backwardnext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexInterpreter_Backwardnext_m68F8015F83EA7DEBBDB6405A6EF9092E814D88EC (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * __this, const RuntimeMethod* method) { int32_t G_B2_0 = 0; RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * G_B2_1 = NULL; int32_t G_B1_0 = 0; RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * G_B1_1 = NULL; int32_t G_B3_0 = 0; int32_t G_B3_1 = 0; RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * G_B3_2 = NULL; { int32_t L_0 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runtextpos_4(); bool L_1 = __this->get_runrtl_27(); 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_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)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) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar RegexInterpreter_CharAt_mBC8ABA0BE4AC926938A4A4F6DEFB89437AEC3F6E (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * __this, int32_t ___j0, const RuntimeMethod* method) { { String_t* L_0 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runtext_3(); int32_t L_1 = ___j0; NullCheck(L_0); Il2CppChar L_2; L_2 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Boolean System.Text.RegularExpressions.RegexInterpreter::FindFirstChar() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexInterpreter_FindFirstChar_m3112B4D64BF317FBEC9CD8DAE429A4199A3F6A93 (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; Il2CppChar V_2 = 0x0; RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * G_B32_0 = NULL; RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * G_B31_0 = NULL; int32_t G_B33_0 = 0; RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * G_B33_1 = NULL; { int32_t L_0 = __this->get_runanchors_26(); if (!((int32_t)((int32_t)L_0&(int32_t)((int32_t)53)))) { goto IL_0186; } } { RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * L_1 = __this->get_runcode_23(); NullCheck(L_1); bool L_2 = L_1->get__rightToLeft_56(); if (L_2) { goto IL_00ba; } } { int32_t L_3 = __this->get_runanchors_26(); if (!((int32_t)((int32_t)L_3&(int32_t)1))) { goto IL_0036; } } { int32_t L_4 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runtextpos_4(); int32_t L_5 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__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_26(); if (!((int32_t)((int32_t)L_6&(int32_t)4))) { goto IL_005c; } } { int32_t L_7 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runtextpos_4(); int32_t L_8 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runtextstart_2(); if ((((int32_t)L_7) <= ((int32_t)L_8))) { goto IL_005c; } } IL_004e: { int32_t L_9 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runtextend_1(); ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->set_runtextpos_4(L_9); return (bool)0; } IL_005c: { int32_t L_10 = __this->get_runanchors_26(); if (!((int32_t)((int32_t)L_10&(int32_t)((int32_t)16)))) { goto IL_008a; } } { int32_t L_11 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runtextpos_4(); int32_t L_12 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__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_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runtextend_1(); ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__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_26(); if (!((int32_t)((int32_t)L_14&(int32_t)((int32_t)32)))) { goto IL_0158; } } { int32_t L_15 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runtextpos_4(); int32_t L_16 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runtextend_1(); if ((((int32_t)L_15) >= ((int32_t)L_16))) { goto IL_0158; } } { int32_t L_17 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runtextend_1(); ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->set_runtextpos_4(L_17); goto IL_0158; } IL_00ba: { int32_t L_18 = __this->get_runanchors_26(); if (!((int32_t)((int32_t)L_18&(int32_t)((int32_t)32)))) { goto IL_00d3; } } { int32_t L_19 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runtextpos_4(); int32_t L_20 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__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_26(); if (!((int32_t)((int32_t)L_21&(int32_t)((int32_t)16)))) { goto IL_010e; } } { int32_t L_22 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runtextpos_4(); int32_t L_23 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__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_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runtextpos_4(); int32_t L_25 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__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_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runtextpos_4(); Il2CppChar L_27; L_27 = RegexInterpreter_CharAt_mBC8ABA0BE4AC926938A4A4F6DEFB89437AEC3F6E(__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_26(); if (!((int32_t)((int32_t)L_28&(int32_t)4))) { goto IL_0134; } } { int32_t L_29 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runtextpos_4(); int32_t L_30 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runtextstart_2(); if ((((int32_t)L_29) >= ((int32_t)L_30))) { goto IL_0134; } } IL_0126: { int32_t L_31 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runtextbeg_0(); ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->set_runtextpos_4(L_31); return (bool)0; } IL_0134: { int32_t L_32 = __this->get_runanchors_26(); if (!((int32_t)((int32_t)L_32&(int32_t)1))) { goto IL_0158; } } { int32_t L_33 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runtextpos_4(); int32_t L_34 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runtextbeg_0(); if ((((int32_t)L_33) <= ((int32_t)L_34))) { goto IL_0158; } } { int32_t L_35 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runtextbeg_0(); ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->set_runtextpos_4(L_35); } IL_0158: { RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2 * L_36 = __this->get_runbmPrefix_25(); if (!L_36) { goto IL_0184; } } { RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2 * L_37 = __this->get_runbmPrefix_25(); String_t* L_38 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runtext_3(); int32_t L_39 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runtextpos_4(); int32_t L_40 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runtextbeg_0(); int32_t L_41 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runtextend_1(); NullCheck(L_37); bool L_42; L_42 = RegexBoyerMoore_IsMatch_m37FDC206D86DD3C91A745BE15731677FE01F624B(L_37, L_38, L_39, L_40, L_41, /*hidden argument*/NULL); return L_42; } IL_0184: { return (bool)1; } IL_0186: { RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2 * L_43 = __this->get_runbmPrefix_25(); if (!L_43) { goto IL_01e5; } } { RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2 * L_44 = __this->get_runbmPrefix_25(); String_t* L_45 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runtext_3(); int32_t L_46 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runtextpos_4(); int32_t L_47 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runtextbeg_0(); int32_t L_48 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runtextend_1(); NullCheck(L_44); int32_t L_49; L_49 = RegexBoyerMoore_Scan_m8C2A8FE0B6CFE8C7844AF8F2FEA79532935BAE43(L_44, L_45, L_46, L_47, L_48, /*hidden argument*/NULL); ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->set_runtextpos_4(L_49); int32_t L_50 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runtextpos_4(); if ((!(((uint32_t)L_50) == ((uint32_t)(-1))))) { goto IL_01e3; } } { RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * L_51 = __this->get_runcode_23(); NullCheck(L_51); bool L_52 = L_51->get__rightToLeft_56(); G_B31_0 = __this; if (L_52) { G_B32_0 = __this; goto IL_01d6; } } { int32_t L_53 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__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_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runtextbeg_0(); G_B33_0 = L_54; G_B33_1 = G_B32_0; } IL_01dc: { NullCheck(G_B33_1); ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)G_B33_1)->set_runtextpos_4(G_B33_0); return (bool)0; } IL_01e3: { return (bool)1; } IL_01e5: { RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301 * L_55 = __this->get_runfcPrefix_24(); if (L_55) { goto IL_01ef; } } { return (bool)1; } IL_01ef: { RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * L_56 = __this->get_runcode_23(); NullCheck(L_56); bool L_57 = L_56->get__rightToLeft_56(); __this->set_runrtl_27(L_57); RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301 * L_58 = __this->get_runfcPrefix_24(); NullCheck(L_58); bool L_59; L_59 = RegexPrefix_get_CaseInsensitive_mB4CF8FBFABE26F206AF6324A0C87DFB34C051A95_inline(L_58, /*hidden argument*/NULL); __this->set_runci_28(L_59); RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301 * L_60 = __this->get_runfcPrefix_24(); NullCheck(L_60); String_t* L_61; L_61 = RegexPrefix_get_Prefix_m6806C1EEE5B8973606B320A9C4CD5A9E91466F34_inline(L_60, /*hidden argument*/NULL); V_1 = L_61; String_t* L_62 = V_1; IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); bool L_63; L_63 = RegexCharClass_IsSingleton_mF6500F4A47D3E44CDE29C0BA21AC111282C50737(L_62, /*hidden argument*/NULL); if (!L_63) { goto IL_0250; } } { String_t* L_64 = V_1; IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); Il2CppChar L_65; L_65 = RegexCharClass_SingletonChar_m8D1E6205BE062B72C10A417C0BBE130888FAF3FF(L_64, /*hidden argument*/NULL); V_2 = L_65; int32_t L_66; L_66 = RegexInterpreter_Forwardchars_mFD54A946FE00B2613D92F1CCAE7B53CDB4312420(__this, /*hidden argument*/NULL); V_0 = L_66; goto IL_024a; } IL_0235: { Il2CppChar L_67 = V_2; Il2CppChar L_68; L_68 = RegexInterpreter_Forwardcharnext_m39C5E9B8B3EDC556CE6A61C1957ACFD5F8ED025E(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_67) == ((uint32_t)L_68)))) { goto IL_0246; } } { RegexInterpreter_Backwardnext_m68F8015F83EA7DEBBDB6405A6EF9092E814D88EC(__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; L_71 = RegexInterpreter_Forwardchars_mFD54A946FE00B2613D92F1CCAE7B53CDB4312420(__this, /*hidden argument*/NULL); V_0 = L_71; goto IL_0273; } IL_0259: { Il2CppChar L_72; L_72 = RegexInterpreter_Forwardcharnext_m39C5E9B8B3EDC556CE6A61C1957ACFD5F8ED025E(__this, /*hidden argument*/NULL); String_t* L_73 = V_1; IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); bool L_74; L_74 = RegexCharClass_CharInClass_m255B7683478670C002F04238394193EEFA126AE8(L_72, L_73, /*hidden argument*/NULL); if (!L_74) { goto IL_026f; } } { RegexInterpreter_Backwardnext_m68F8015F83EA7DEBBDB6405A6EF9092E814D88EC(__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() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexInterpreter_Go_m32838D966B426A327995246847A272491F3359F2 (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); 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_mAB873EAF14CC58B684C91137D6E8817EB47FAB48(__this, 0, /*hidden argument*/NULL); } IL_0007: { RegexRunner_CheckTimeout_mBE5718B5085C46A4B1B9498DE83B7C4D22E4C27C(__this, /*hidden argument*/NULL); int32_t L_0; L_0 = RegexInterpreter_Operator_m9C06EB53FFBB6722B2ACB95057BC30E0A9F05DFF_inline(__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; L_4 = RegexInterpreter_Operand_mB8AED0E2B8222A584A61D313DE9AB475724F50A0(__this, 0, /*hidden argument*/NULL); RegexInterpreter_Goto_mAB873EAF14CC58B684C91137D6E8817EB47FAB48(__this, L_4, /*hidden argument*/NULL); goto IL_0007; } IL_0196: { int32_t L_5; L_5 = RegexInterpreter_Operand_mB8AED0E2B8222A584A61D313DE9AB475724F50A0(__this, 0, /*hidden argument*/NULL); bool L_6; L_6 = RegexRunner_IsMatched_mCC5330346DACE22EAA86DD072CD36752023C66E9(__this, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0e4e; } } { RegexInterpreter_Advance_m47537FC4AB2CB92D2D9100C755D936DED76B03EE(__this, 1, /*hidden argument*/NULL); goto IL_0007; } IL_01b4: { int32_t L_7; L_7 = RegexInterpreter_Textpos_mCCC8ABAE83D37BA6F060242E1ECAC7D91D8910F5_inline(__this, /*hidden argument*/NULL); RegexInterpreter_TrackPush_m2DA2DB51ACD26004F4FB8B8D80EEC20D4AA14C49(__this, L_7, /*hidden argument*/NULL); RegexInterpreter_Advance_m47537FC4AB2CB92D2D9100C755D936DED76B03EE(__this, 1, /*hidden argument*/NULL); goto IL_0007; } IL_01cc: { RegexInterpreter_TrackPop_m8E31A4201CD48C0888BE0DB6EB317036E7E7C4D8(__this, /*hidden argument*/NULL); int32_t L_8; L_8 = RegexInterpreter_TrackPeek_mFB63C0E3D25EEEEC1DBD5FF5601E59C6F0414396(__this, /*hidden argument*/NULL); RegexInterpreter_Textto_m874B113DFF6381DFC1BF8A8F7E6D79B819CF06AE_inline(__this, L_8, /*hidden argument*/NULL); int32_t L_9; L_9 = RegexInterpreter_Operand_mB8AED0E2B8222A584A61D313DE9AB475724F50A0(__this, 0, /*hidden argument*/NULL); RegexInterpreter_Goto_mAB873EAF14CC58B684C91137D6E8817EB47FAB48(__this, L_9, /*hidden argument*/NULL); goto IL_0007; } IL_01f0: { int32_t L_10; L_10 = RegexInterpreter_Textpos_mCCC8ABAE83D37BA6F060242E1ECAC7D91D8910F5_inline(__this, /*hidden argument*/NULL); RegexInterpreter_StackPush_m488F7B4FABE6E66EF8D28F070303C7B344A9217F(__this, L_10, /*hidden argument*/NULL); RegexInterpreter_TrackPush_mBE985076C7632B82D188C6484BD6C7980C392379(__this, /*hidden argument*/NULL); RegexInterpreter_Advance_mC3549A945557AD11D80890E0DCBC6D53860A97FE(__this, /*hidden argument*/NULL); goto IL_0007; } IL_020d: { RegexInterpreter_StackPush_m488F7B4FABE6E66EF8D28F070303C7B344A9217F(__this, (-1), /*hidden argument*/NULL); RegexInterpreter_TrackPush_mBE985076C7632B82D188C6484BD6C7980C392379(__this, /*hidden argument*/NULL); RegexInterpreter_Advance_mC3549A945557AD11D80890E0DCBC6D53860A97FE(__this, /*hidden argument*/NULL); goto IL_0007; } IL_0225: { RegexInterpreter_StackPop_m28CD98B18B8010F9398FAB5A1C0CB3E220FB0A13(__this, /*hidden argument*/NULL); goto IL_0e4e; } IL_0230: { RegexInterpreter_StackPop_m28CD98B18B8010F9398FAB5A1C0CB3E220FB0A13(__this, /*hidden argument*/NULL); int32_t L_11; L_11 = RegexInterpreter_StackPeek_mE0B2D861B2A747936538EC83EDEBDC8C6424E3D0(__this, /*hidden argument*/NULL); RegexInterpreter_TrackPush_m2DA2DB51ACD26004F4FB8B8D80EEC20D4AA14C49(__this, L_11, /*hidden argument*/NULL); int32_t L_12; L_12 = RegexInterpreter_StackPeek_mE0B2D861B2A747936538EC83EDEBDC8C6424E3D0(__this, /*hidden argument*/NULL); RegexInterpreter_Textto_m874B113DFF6381DFC1BF8A8F7E6D79B819CF06AE_inline(__this, L_12, /*hidden argument*/NULL); RegexInterpreter_Advance_mC3549A945557AD11D80890E0DCBC6D53860A97FE(__this, /*hidden argument*/NULL); goto IL_0007; } IL_0259: { RegexInterpreter_TrackPop_m8E31A4201CD48C0888BE0DB6EB317036E7E7C4D8(__this, /*hidden argument*/NULL); int32_t L_13; L_13 = RegexInterpreter_TrackPeek_mFB63C0E3D25EEEEC1DBD5FF5601E59C6F0414396(__this, /*hidden argument*/NULL); RegexInterpreter_StackPush_m488F7B4FABE6E66EF8D28F070303C7B344A9217F(__this, L_13, /*hidden argument*/NULL); goto IL_0e4e; } IL_0270: { int32_t L_14; L_14 = RegexInterpreter_Operand_mB8AED0E2B8222A584A61D313DE9AB475724F50A0(__this, 1, /*hidden argument*/NULL); if ((((int32_t)L_14) == ((int32_t)(-1)))) { goto IL_028c; } } { int32_t L_15; L_15 = RegexInterpreter_Operand_mB8AED0E2B8222A584A61D313DE9AB475724F50A0(__this, 1, /*hidden argument*/NULL); bool L_16; L_16 = RegexRunner_IsMatched_mCC5330346DACE22EAA86DD072CD36752023C66E9(__this, L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_0e4e; } } IL_028c: { RegexInterpreter_StackPop_m28CD98B18B8010F9398FAB5A1C0CB3E220FB0A13(__this, /*hidden argument*/NULL); int32_t L_17; L_17 = RegexInterpreter_Operand_mB8AED0E2B8222A584A61D313DE9AB475724F50A0(__this, 1, /*hidden argument*/NULL); if ((((int32_t)L_17) == ((int32_t)(-1)))) { goto IL_02be; } } { int32_t L_18; L_18 = RegexInterpreter_Operand_mB8AED0E2B8222A584A61D313DE9AB475724F50A0(__this, 0, /*hidden argument*/NULL); int32_t L_19; L_19 = RegexInterpreter_Operand_mB8AED0E2B8222A584A61D313DE9AB475724F50A0(__this, 1, /*hidden argument*/NULL); int32_t L_20; L_20 = RegexInterpreter_StackPeek_mE0B2D861B2A747936538EC83EDEBDC8C6424E3D0(__this, /*hidden argument*/NULL); int32_t L_21; L_21 = RegexInterpreter_Textpos_mCCC8ABAE83D37BA6F060242E1ECAC7D91D8910F5_inline(__this, /*hidden argument*/NULL); RegexRunner_TransferCapture_mBD3BA00B949753D1C0A142776C4EF3796DBC627B(__this, L_18, L_19, L_20, L_21, /*hidden argument*/NULL); goto IL_02d7; } IL_02be: { int32_t L_22; L_22 = RegexInterpreter_Operand_mB8AED0E2B8222A584A61D313DE9AB475724F50A0(__this, 0, /*hidden argument*/NULL); int32_t L_23; L_23 = RegexInterpreter_StackPeek_mE0B2D861B2A747936538EC83EDEBDC8C6424E3D0(__this, /*hidden argument*/NULL); int32_t L_24; L_24 = RegexInterpreter_Textpos_mCCC8ABAE83D37BA6F060242E1ECAC7D91D8910F5_inline(__this, /*hidden argument*/NULL); RegexRunner_Capture_mAC8B534A534941D5003730CA28B41F4082CF45C0(__this, L_22, L_23, L_24, /*hidden argument*/NULL); } IL_02d7: { int32_t L_25; L_25 = RegexInterpreter_StackPeek_mE0B2D861B2A747936538EC83EDEBDC8C6424E3D0(__this, /*hidden argument*/NULL); RegexInterpreter_TrackPush_m2DA2DB51ACD26004F4FB8B8D80EEC20D4AA14C49(__this, L_25, /*hidden argument*/NULL); RegexInterpreter_Advance_m47537FC4AB2CB92D2D9100C755D936DED76B03EE(__this, 2, /*hidden argument*/NULL); goto IL_0007; } IL_02ef: { RegexInterpreter_TrackPop_m8E31A4201CD48C0888BE0DB6EB317036E7E7C4D8(__this, /*hidden argument*/NULL); int32_t L_26; L_26 = RegexInterpreter_TrackPeek_mFB63C0E3D25EEEEC1DBD5FF5601E59C6F0414396(__this, /*hidden argument*/NULL); RegexInterpreter_StackPush_m488F7B4FABE6E66EF8D28F070303C7B344A9217F(__this, L_26, /*hidden argument*/NULL); RegexRunner_Uncapture_mAEA536C22A1DD0BCE123A04A4BCFD1A8BE8D1F7B(__this, /*hidden argument*/NULL); int32_t L_27; L_27 = RegexInterpreter_Operand_mB8AED0E2B8222A584A61D313DE9AB475724F50A0(__this, 0, /*hidden argument*/NULL); if ((((int32_t)L_27) == ((int32_t)(-1)))) { goto IL_0e4e; } } { int32_t L_28; L_28 = RegexInterpreter_Operand_mB8AED0E2B8222A584A61D313DE9AB475724F50A0(__this, 1, /*hidden argument*/NULL); if ((((int32_t)L_28) == ((int32_t)(-1)))) { goto IL_0e4e; } } { RegexRunner_Uncapture_mAEA536C22A1DD0BCE123A04A4BCFD1A8BE8D1F7B(__this, /*hidden argument*/NULL); goto IL_0e4e; } IL_032c: { RegexInterpreter_StackPop_m28CD98B18B8010F9398FAB5A1C0CB3E220FB0A13(__this, /*hidden argument*/NULL); int32_t L_29; L_29 = RegexInterpreter_Textpos_mCCC8ABAE83D37BA6F060242E1ECAC7D91D8910F5_inline(__this, /*hidden argument*/NULL); int32_t L_30; L_30 = RegexInterpreter_StackPeek_mE0B2D861B2A747936538EC83EDEBDC8C6424E3D0(__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; L_31 = RegexInterpreter_StackPeek_mE0B2D861B2A747936538EC83EDEBDC8C6424E3D0(__this, /*hidden argument*/NULL); int32_t L_32; L_32 = RegexInterpreter_Textpos_mCCC8ABAE83D37BA6F060242E1ECAC7D91D8910F5_inline(__this, /*hidden argument*/NULL); RegexInterpreter_TrackPush_m874CB8F853DD4EB0FAD4A2DEF9CC2EAC3DD5BA5E(__this, L_31, L_32, /*hidden argument*/NULL); int32_t L_33; L_33 = RegexInterpreter_Textpos_mCCC8ABAE83D37BA6F060242E1ECAC7D91D8910F5_inline(__this, /*hidden argument*/NULL); RegexInterpreter_StackPush_m488F7B4FABE6E66EF8D28F070303C7B344A9217F(__this, L_33, /*hidden argument*/NULL); int32_t L_34; L_34 = RegexInterpreter_Operand_mB8AED0E2B8222A584A61D313DE9AB475724F50A0(__this, 0, /*hidden argument*/NULL); RegexInterpreter_Goto_mAB873EAF14CC58B684C91137D6E8817EB47FAB48(__this, L_34, /*hidden argument*/NULL); goto IL_0007; } IL_0371: { int32_t L_35; L_35 = RegexInterpreter_StackPeek_mE0B2D861B2A747936538EC83EDEBDC8C6424E3D0(__this, /*hidden argument*/NULL); RegexInterpreter_TrackPush2_m490912B4D5B2E19FA2739EA0211FA91DA6423634(__this, L_35, /*hidden argument*/NULL); RegexInterpreter_Advance_m47537FC4AB2CB92D2D9100C755D936DED76B03EE(__this, 1, /*hidden argument*/NULL); goto IL_0007; } IL_0389: { RegexInterpreter_TrackPop_mBE47D7E983B6BD0C45F7F376AA0272B0827AB4E4(__this, 2, /*hidden argument*/NULL); RegexInterpreter_StackPop_m28CD98B18B8010F9398FAB5A1C0CB3E220FB0A13(__this, /*hidden argument*/NULL); int32_t L_36; L_36 = RegexInterpreter_TrackPeek_m946313A941F42F58C555593B8CD2C00E702400AB(__this, 1, /*hidden argument*/NULL); RegexInterpreter_Textto_m874B113DFF6381DFC1BF8A8F7E6D79B819CF06AE_inline(__this, L_36, /*hidden argument*/NULL); int32_t L_37; L_37 = RegexInterpreter_TrackPeek_mFB63C0E3D25EEEEC1DBD5FF5601E59C6F0414396(__this, /*hidden argument*/NULL); RegexInterpreter_TrackPush2_m490912B4D5B2E19FA2739EA0211FA91DA6423634(__this, L_37, /*hidden argument*/NULL); RegexInterpreter_Advance_m47537FC4AB2CB92D2D9100C755D936DED76B03EE(__this, 1, /*hidden argument*/NULL); goto IL_0007; } IL_03bb: { RegexInterpreter_TrackPop_m8E31A4201CD48C0888BE0DB6EB317036E7E7C4D8(__this, /*hidden argument*/NULL); int32_t L_38; L_38 = RegexInterpreter_TrackPeek_mFB63C0E3D25EEEEC1DBD5FF5601E59C6F0414396(__this, /*hidden argument*/NULL); RegexInterpreter_StackPush_m488F7B4FABE6E66EF8D28F070303C7B344A9217F(__this, L_38, /*hidden argument*/NULL); goto IL_0e4e; } IL_03d2: { RegexInterpreter_StackPop_m28CD98B18B8010F9398FAB5A1C0CB3E220FB0A13(__this, /*hidden argument*/NULL); int32_t L_39; L_39 = RegexInterpreter_StackPeek_mE0B2D861B2A747936538EC83EDEBDC8C6424E3D0(__this, /*hidden argument*/NULL); V_1 = L_39; int32_t L_40; L_40 = RegexInterpreter_Textpos_mCCC8ABAE83D37BA6F060242E1ECAC7D91D8910F5_inline(__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; L_44 = RegexInterpreter_Textpos_mCCC8ABAE83D37BA6F060242E1ECAC7D91D8910F5_inline(__this, /*hidden argument*/NULL); RegexInterpreter_TrackPush_m874CB8F853DD4EB0FAD4A2DEF9CC2EAC3DD5BA5E(__this, L_43, L_44, /*hidden argument*/NULL); goto IL_0422; } IL_03fb: { int32_t L_45; L_45 = RegexInterpreter_Textpos_mCCC8ABAE83D37BA6F060242E1ECAC7D91D8910F5_inline(__this, /*hidden argument*/NULL); int32_t L_46; L_46 = RegexInterpreter_Textpos_mCCC8ABAE83D37BA6F060242E1ECAC7D91D8910F5_inline(__this, /*hidden argument*/NULL); RegexInterpreter_TrackPush_m874CB8F853DD4EB0FAD4A2DEF9CC2EAC3DD5BA5E(__this, L_45, L_46, /*hidden argument*/NULL); goto IL_0422; } IL_040f: { int32_t L_47 = V_1; RegexInterpreter_StackPush_m488F7B4FABE6E66EF8D28F070303C7B344A9217F(__this, L_47, /*hidden argument*/NULL); int32_t L_48; L_48 = RegexInterpreter_StackPeek_mE0B2D861B2A747936538EC83EDEBDC8C6424E3D0(__this, /*hidden argument*/NULL); RegexInterpreter_TrackPush2_m490912B4D5B2E19FA2739EA0211FA91DA6423634(__this, L_48, /*hidden argument*/NULL); } IL_0422: { RegexInterpreter_Advance_m47537FC4AB2CB92D2D9100C755D936DED76B03EE(__this, 1, /*hidden argument*/NULL); goto IL_0007; } IL_042e: { RegexInterpreter_TrackPop_mBE47D7E983B6BD0C45F7F376AA0272B0827AB4E4(__this, 2, /*hidden argument*/NULL); int32_t L_49; L_49 = RegexInterpreter_TrackPeek_m946313A941F42F58C555593B8CD2C00E702400AB(__this, 1, /*hidden argument*/NULL); V_2 = L_49; int32_t L_50; L_50 = RegexInterpreter_TrackPeek_mFB63C0E3D25EEEEC1DBD5FF5601E59C6F0414396(__this, /*hidden argument*/NULL); RegexInterpreter_TrackPush2_m490912B4D5B2E19FA2739EA0211FA91DA6423634(__this, L_50, /*hidden argument*/NULL); int32_t L_51 = V_2; RegexInterpreter_StackPush_m488F7B4FABE6E66EF8D28F070303C7B344A9217F(__this, L_51, /*hidden argument*/NULL); int32_t L_52 = V_2; RegexInterpreter_Textto_m874B113DFF6381DFC1BF8A8F7E6D79B819CF06AE_inline(__this, L_52, /*hidden argument*/NULL); int32_t L_53; L_53 = RegexInterpreter_Operand_mB8AED0E2B8222A584A61D313DE9AB475724F50A0(__this, 0, /*hidden argument*/NULL); RegexInterpreter_Goto_mAB873EAF14CC58B684C91137D6E8817EB47FAB48(__this, L_53, /*hidden argument*/NULL); goto IL_0007; } IL_0469: { RegexInterpreter_StackPop_m28CD98B18B8010F9398FAB5A1C0CB3E220FB0A13(__this, /*hidden argument*/NULL); RegexInterpreter_TrackPop_m8E31A4201CD48C0888BE0DB6EB317036E7E7C4D8(__this, /*hidden argument*/NULL); int32_t L_54; L_54 = RegexInterpreter_TrackPeek_mFB63C0E3D25EEEEC1DBD5FF5601E59C6F0414396(__this, /*hidden argument*/NULL); RegexInterpreter_StackPush_m488F7B4FABE6E66EF8D28F070303C7B344A9217F(__this, L_54, /*hidden argument*/NULL); goto IL_0e4e; } IL_0486: { int32_t L_55; L_55 = RegexInterpreter_Textpos_mCCC8ABAE83D37BA6F060242E1ECAC7D91D8910F5_inline(__this, /*hidden argument*/NULL); int32_t L_56; L_56 = RegexInterpreter_Operand_mB8AED0E2B8222A584A61D313DE9AB475724F50A0(__this, 0, /*hidden argument*/NULL); RegexInterpreter_StackPush_m46ADD790ADB62A6FFFC56ACC93A5BFB11578A45B(__this, L_55, L_56, /*hidden argument*/NULL); RegexInterpreter_TrackPush_mBE985076C7632B82D188C6484BD6C7980C392379(__this, /*hidden argument*/NULL); RegexInterpreter_Advance_m47537FC4AB2CB92D2D9100C755D936DED76B03EE(__this, 1, /*hidden argument*/NULL); goto IL_0007; } IL_04ab: { int32_t L_57; L_57 = RegexInterpreter_Operand_mB8AED0E2B8222A584A61D313DE9AB475724F50A0(__this, 0, /*hidden argument*/NULL); RegexInterpreter_StackPush_m46ADD790ADB62A6FFFC56ACC93A5BFB11578A45B(__this, (-1), L_57, /*hidden argument*/NULL); RegexInterpreter_TrackPush_mBE985076C7632B82D188C6484BD6C7980C392379(__this, /*hidden argument*/NULL); RegexInterpreter_Advance_m47537FC4AB2CB92D2D9100C755D936DED76B03EE(__this, 1, /*hidden argument*/NULL); goto IL_0007; } IL_04cb: { RegexInterpreter_StackPop_m1DBCCF39146C4C13FEBABCF7139CDAF89AB339ED(__this, 2, /*hidden argument*/NULL); goto IL_0e4e; } IL_04d7: { RegexInterpreter_StackPop_m1DBCCF39146C4C13FEBABCF7139CDAF89AB339ED(__this, 2, /*hidden argument*/NULL); goto IL_0e4e; } IL_04e3: { RegexInterpreter_StackPop_m1DBCCF39146C4C13FEBABCF7139CDAF89AB339ED(__this, 2, /*hidden argument*/NULL); int32_t L_58; L_58 = RegexInterpreter_StackPeek_mE0B2D861B2A747936538EC83EDEBDC8C6424E3D0(__this, /*hidden argument*/NULL); V_3 = L_58; int32_t L_59; L_59 = RegexInterpreter_StackPeek_mFA8013A28365F539B9083C906BEB80008AE281A0(__this, 1, /*hidden argument*/NULL); V_4 = L_59; int32_t L_60; L_60 = RegexInterpreter_Textpos_mCCC8ABAE83D37BA6F060242E1ECAC7D91D8910F5_inline(__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; L_63 = RegexInterpreter_Operand_mB8AED0E2B8222A584A61D313DE9AB475724F50A0(__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_m5B36C2B678F621B4BCF26D038E5AE40A55BC5884(__this, L_66, L_67, /*hidden argument*/NULL); RegexInterpreter_Advance_m47537FC4AB2CB92D2D9100C755D936DED76B03EE(__this, 2, /*hidden argument*/NULL); goto IL_0007; } IL_052d: { int32_t L_68 = V_3; RegexInterpreter_TrackPush_m2DA2DB51ACD26004F4FB8B8D80EEC20D4AA14C49(__this, L_68, /*hidden argument*/NULL); int32_t L_69; L_69 = RegexInterpreter_Textpos_mCCC8ABAE83D37BA6F060242E1ECAC7D91D8910F5_inline(__this, /*hidden argument*/NULL); int32_t L_70 = V_4; RegexInterpreter_StackPush_m46ADD790ADB62A6FFFC56ACC93A5BFB11578A45B(__this, L_69, ((int32_t)il2cpp_codegen_add((int32_t)L_70, (int32_t)1)), /*hidden argument*/NULL); int32_t L_71; L_71 = RegexInterpreter_Operand_mB8AED0E2B8222A584A61D313DE9AB475724F50A0(__this, 0, /*hidden argument*/NULL); RegexInterpreter_Goto_mAB873EAF14CC58B684C91137D6E8817EB47FAB48(__this, L_71, /*hidden argument*/NULL); goto IL_0007; } IL_0556: { RegexInterpreter_TrackPop_m8E31A4201CD48C0888BE0DB6EB317036E7E7C4D8(__this, /*hidden argument*/NULL); RegexInterpreter_StackPop_m1DBCCF39146C4C13FEBABCF7139CDAF89AB339ED(__this, 2, /*hidden argument*/NULL); int32_t L_72; L_72 = RegexInterpreter_StackPeek_mFA8013A28365F539B9083C906BEB80008AE281A0(__this, 1, /*hidden argument*/NULL); if ((((int32_t)L_72) <= ((int32_t)0))) { goto IL_059a; } } { int32_t L_73; L_73 = RegexInterpreter_StackPeek_mE0B2D861B2A747936538EC83EDEBDC8C6424E3D0(__this, /*hidden argument*/NULL); RegexInterpreter_Textto_m874B113DFF6381DFC1BF8A8F7E6D79B819CF06AE_inline(__this, L_73, /*hidden argument*/NULL); int32_t L_74; L_74 = RegexInterpreter_TrackPeek_mFB63C0E3D25EEEEC1DBD5FF5601E59C6F0414396(__this, /*hidden argument*/NULL); int32_t L_75; L_75 = RegexInterpreter_StackPeek_mFA8013A28365F539B9083C906BEB80008AE281A0(__this, 1, /*hidden argument*/NULL); RegexInterpreter_TrackPush2_m5B36C2B678F621B4BCF26D038E5AE40A55BC5884(__this, L_74, ((int32_t)il2cpp_codegen_subtract((int32_t)L_75, (int32_t)1)), /*hidden argument*/NULL); RegexInterpreter_Advance_m47537FC4AB2CB92D2D9100C755D936DED76B03EE(__this, 2, /*hidden argument*/NULL); goto IL_0007; } IL_059a: { int32_t L_76; L_76 = RegexInterpreter_TrackPeek_mFB63C0E3D25EEEEC1DBD5FF5601E59C6F0414396(__this, /*hidden argument*/NULL); int32_t L_77; L_77 = RegexInterpreter_StackPeek_mFA8013A28365F539B9083C906BEB80008AE281A0(__this, 1, /*hidden argument*/NULL); RegexInterpreter_StackPush_m46ADD790ADB62A6FFFC56ACC93A5BFB11578A45B(__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_mBE47D7E983B6BD0C45F7F376AA0272B0827AB4E4(__this, 2, /*hidden argument*/NULL); int32_t L_78; L_78 = RegexInterpreter_TrackPeek_mFB63C0E3D25EEEEC1DBD5FF5601E59C6F0414396(__this, /*hidden argument*/NULL); int32_t L_79; L_79 = RegexInterpreter_TrackPeek_m946313A941F42F58C555593B8CD2C00E702400AB(__this, 1, /*hidden argument*/NULL); RegexInterpreter_StackPush_m46ADD790ADB62A6FFFC56ACC93A5BFB11578A45B(__this, L_78, L_79, /*hidden argument*/NULL); goto IL_0e4e; } IL_05d3: { RegexInterpreter_StackPop_m1DBCCF39146C4C13FEBABCF7139CDAF89AB339ED(__this, 2, /*hidden argument*/NULL); int32_t L_80; L_80 = RegexInterpreter_StackPeek_mE0B2D861B2A747936538EC83EDEBDC8C6424E3D0(__this, /*hidden argument*/NULL); V_6 = L_80; int32_t L_81; L_81 = RegexInterpreter_StackPeek_mFA8013A28365F539B9083C906BEB80008AE281A0(__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_m490912B4D5B2E19FA2739EA0211FA91DA6423634(__this, L_83, /*hidden argument*/NULL); int32_t L_84; L_84 = RegexInterpreter_Textpos_mCCC8ABAE83D37BA6F060242E1ECAC7D91D8910F5_inline(__this, /*hidden argument*/NULL); int32_t L_85 = V_7; RegexInterpreter_StackPush_m46ADD790ADB62A6FFFC56ACC93A5BFB11578A45B(__this, L_84, ((int32_t)il2cpp_codegen_add((int32_t)L_85, (int32_t)1)), /*hidden argument*/NULL); int32_t L_86; L_86 = RegexInterpreter_Operand_mB8AED0E2B8222A584A61D313DE9AB475724F50A0(__this, 0, /*hidden argument*/NULL); RegexInterpreter_Goto_mAB873EAF14CC58B684C91137D6E8817EB47FAB48(__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; L_89 = RegexInterpreter_Textpos_mCCC8ABAE83D37BA6F060242E1ECAC7D91D8910F5_inline(__this, /*hidden argument*/NULL); RegexInterpreter_TrackPush_mEF674B57E2A8FC7E555803DE53EEE076EC0E5E75(__this, L_87, L_88, L_89, /*hidden argument*/NULL); RegexInterpreter_Advance_m47537FC4AB2CB92D2D9100C755D936DED76B03EE(__this, 2, /*hidden argument*/NULL); goto IL_0007; } IL_0636: { RegexInterpreter_TrackPop_mBE47D7E983B6BD0C45F7F376AA0272B0827AB4E4(__this, 3, /*hidden argument*/NULL); int32_t L_90; L_90 = RegexInterpreter_TrackPeek_mFB63C0E3D25EEEEC1DBD5FF5601E59C6F0414396(__this, /*hidden argument*/NULL); V_8 = L_90; int32_t L_91; L_91 = RegexInterpreter_TrackPeek_m946313A941F42F58C555593B8CD2C00E702400AB(__this, 2, /*hidden argument*/NULL); V_9 = L_91; int32_t L_92; L_92 = RegexInterpreter_TrackPeek_m946313A941F42F58C555593B8CD2C00E702400AB(__this, 1, /*hidden argument*/NULL); int32_t L_93; L_93 = RegexInterpreter_Operand_mB8AED0E2B8222A584A61D313DE9AB475724F50A0(__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_m874B113DFF6381DFC1BF8A8F7E6D79B819CF06AE_inline(__this, L_96, /*hidden argument*/NULL); int32_t L_97 = V_9; int32_t L_98; L_98 = RegexInterpreter_TrackPeek_m946313A941F42F58C555593B8CD2C00E702400AB(__this, 1, /*hidden argument*/NULL); RegexInterpreter_StackPush_m46ADD790ADB62A6FFFC56ACC93A5BFB11578A45B(__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_m490912B4D5B2E19FA2739EA0211FA91DA6423634(__this, L_99, /*hidden argument*/NULL); int32_t L_100; L_100 = RegexInterpreter_Operand_mB8AED0E2B8222A584A61D313DE9AB475724F50A0(__this, 0, /*hidden argument*/NULL); RegexInterpreter_Goto_mAB873EAF14CC58B684C91137D6E8817EB47FAB48(__this, L_100, /*hidden argument*/NULL); goto IL_0007; } IL_0697: { int32_t L_101; L_101 = RegexInterpreter_TrackPeek_mFB63C0E3D25EEEEC1DBD5FF5601E59C6F0414396(__this, /*hidden argument*/NULL); int32_t L_102; L_102 = RegexInterpreter_TrackPeek_m946313A941F42F58C555593B8CD2C00E702400AB(__this, 1, /*hidden argument*/NULL); RegexInterpreter_StackPush_m46ADD790ADB62A6FFFC56ACC93A5BFB11578A45B(__this, L_101, L_102, /*hidden argument*/NULL); goto IL_0e4e; } IL_06af: { RegexInterpreter_TrackPop_m8E31A4201CD48C0888BE0DB6EB317036E7E7C4D8(__this, /*hidden argument*/NULL); RegexInterpreter_StackPop_m1DBCCF39146C4C13FEBABCF7139CDAF89AB339ED(__this, 2, /*hidden argument*/NULL); int32_t L_103; L_103 = RegexInterpreter_TrackPeek_mFB63C0E3D25EEEEC1DBD5FF5601E59C6F0414396(__this, /*hidden argument*/NULL); int32_t L_104; L_104 = RegexInterpreter_StackPeek_mFA8013A28365F539B9083C906BEB80008AE281A0(__this, 1, /*hidden argument*/NULL); RegexInterpreter_StackPush_m46ADD790ADB62A6FFFC56ACC93A5BFB11578A45B(__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; L_105 = RegexInterpreter_Trackpos_mDA7F7A3B4A02FC45B46AF1FD47778E0C0C9A5F64(__this, /*hidden argument*/NULL); int32_t L_106; L_106 = RegexRunner_Crawlpos_mBFE7A9D83990B8CF829D66CD088414F96A03B49F(__this, /*hidden argument*/NULL); RegexInterpreter_StackPush_m46ADD790ADB62A6FFFC56ACC93A5BFB11578A45B(__this, L_105, L_106, /*hidden argument*/NULL); RegexInterpreter_TrackPush_mBE985076C7632B82D188C6484BD6C7980C392379(__this, /*hidden argument*/NULL); RegexInterpreter_Advance_mC3549A945557AD11D80890E0DCBC6D53860A97FE(__this, /*hidden argument*/NULL); goto IL_0007; } IL_06f9: { RegexInterpreter_StackPop_m1DBCCF39146C4C13FEBABCF7139CDAF89AB339ED(__this, 2, /*hidden argument*/NULL); goto IL_0e4e; } IL_0705: { RegexInterpreter_StackPop_m1DBCCF39146C4C13FEBABCF7139CDAF89AB339ED(__this, 2, /*hidden argument*/NULL); int32_t L_107; L_107 = RegexInterpreter_StackPeek_mE0B2D861B2A747936538EC83EDEBDC8C6424E3D0(__this, /*hidden argument*/NULL); RegexInterpreter_Trackto_m00A652840F4C1B3FE74527A910FB6BDE144F4CD2(__this, L_107, /*hidden argument*/NULL); goto IL_0720; } IL_071a: { RegexRunner_Uncapture_mAEA536C22A1DD0BCE123A04A4BCFD1A8BE8D1F7B(__this, /*hidden argument*/NULL); } IL_0720: { int32_t L_108; L_108 = RegexRunner_Crawlpos_mBFE7A9D83990B8CF829D66CD088414F96A03B49F(__this, /*hidden argument*/NULL); int32_t L_109; L_109 = RegexInterpreter_StackPeek_mFA8013A28365F539B9083C906BEB80008AE281A0(__this, 1, /*hidden argument*/NULL); if ((!(((uint32_t)L_108) == ((uint32_t)L_109)))) { goto IL_071a; } } { goto IL_0e4e; } IL_0734: { RegexInterpreter_StackPop_m1DBCCF39146C4C13FEBABCF7139CDAF89AB339ED(__this, 2, /*hidden argument*/NULL); int32_t L_110; L_110 = RegexInterpreter_StackPeek_mE0B2D861B2A747936538EC83EDEBDC8C6424E3D0(__this, /*hidden argument*/NULL); RegexInterpreter_Trackto_m00A652840F4C1B3FE74527A910FB6BDE144F4CD2(__this, L_110, /*hidden argument*/NULL); int32_t L_111; L_111 = RegexInterpreter_StackPeek_mFA8013A28365F539B9083C906BEB80008AE281A0(__this, 1, /*hidden argument*/NULL); RegexInterpreter_TrackPush_m2DA2DB51ACD26004F4FB8B8D80EEC20D4AA14C49(__this, L_111, /*hidden argument*/NULL); RegexInterpreter_Advance_mC3549A945557AD11D80890E0DCBC6D53860A97FE(__this, /*hidden argument*/NULL); goto IL_0007; } IL_075f: { RegexInterpreter_TrackPop_m8E31A4201CD48C0888BE0DB6EB317036E7E7C4D8(__this, /*hidden argument*/NULL); goto IL_076d; } IL_0767: { RegexRunner_Uncapture_mAEA536C22A1DD0BCE123A04A4BCFD1A8BE8D1F7B(__this, /*hidden argument*/NULL); } IL_076d: { int32_t L_112; L_112 = RegexRunner_Crawlpos_mBFE7A9D83990B8CF829D66CD088414F96A03B49F(__this, /*hidden argument*/NULL); int32_t L_113; L_113 = RegexInterpreter_TrackPeek_mFB63C0E3D25EEEEC1DBD5FF5601E59C6F0414396(__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; L_114 = RegexInterpreter_Leftchars_mB50E0C06B5C05F48BBA69D21BFB6382705C696C4(__this, /*hidden argument*/NULL); if ((((int32_t)L_114) <= ((int32_t)0))) { goto IL_079e; } } { int32_t L_115; L_115 = RegexInterpreter_Textpos_mCCC8ABAE83D37BA6F060242E1ECAC7D91D8910F5_inline(__this, /*hidden argument*/NULL); Il2CppChar L_116; L_116 = RegexInterpreter_CharAt_mBC8ABA0BE4AC926938A4A4F6DEFB89437AEC3F6E(__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_mC3549A945557AD11D80890E0DCBC6D53860A97FE(__this, /*hidden argument*/NULL); goto IL_0007; } IL_07a9: { int32_t L_117; L_117 = RegexInterpreter_Rightchars_m2DEB5D856E0BEC8CFE39B2546B504CB2FCC1DC2C(__this, /*hidden argument*/NULL); if ((((int32_t)L_117) <= ((int32_t)0))) { goto IL_07c5; } } { int32_t L_118; L_118 = RegexInterpreter_Textpos_mCCC8ABAE83D37BA6F060242E1ECAC7D91D8910F5_inline(__this, /*hidden argument*/NULL); Il2CppChar L_119; L_119 = RegexInterpreter_CharAt_mBC8ABA0BE4AC926938A4A4F6DEFB89437AEC3F6E(__this, L_118, /*hidden argument*/NULL); if ((!(((uint32_t)L_119) == ((uint32_t)((int32_t)10))))) { goto IL_0e4e; } } IL_07c5: { RegexInterpreter_Advance_mC3549A945557AD11D80890E0DCBC6D53860A97FE(__this, /*hidden argument*/NULL); goto IL_0007; } IL_07d0: { int32_t L_120; L_120 = RegexInterpreter_Textpos_mCCC8ABAE83D37BA6F060242E1ECAC7D91D8910F5_inline(__this, /*hidden argument*/NULL); int32_t L_121 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runtextbeg_0(); int32_t L_122 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runtextend_1(); bool L_123; L_123 = RegexRunner_IsBoundary_mBC555EC9574974908A1B0CEA3D1853D54BD10D62(__this, L_120, L_121, L_122, /*hidden argument*/NULL); if (!L_123) { goto IL_0e4e; } } { RegexInterpreter_Advance_mC3549A945557AD11D80890E0DCBC6D53860A97FE(__this, /*hidden argument*/NULL); goto IL_0007; } IL_07f8: { int32_t L_124; L_124 = RegexInterpreter_Textpos_mCCC8ABAE83D37BA6F060242E1ECAC7D91D8910F5_inline(__this, /*hidden argument*/NULL); int32_t L_125 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runtextbeg_0(); int32_t L_126 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runtextend_1(); bool L_127; L_127 = RegexRunner_IsBoundary_mBC555EC9574974908A1B0CEA3D1853D54BD10D62(__this, L_124, L_125, L_126, /*hidden argument*/NULL); if (L_127) { goto IL_0e4e; } } { RegexInterpreter_Advance_mC3549A945557AD11D80890E0DCBC6D53860A97FE(__this, /*hidden argument*/NULL); goto IL_0007; } IL_0820: { int32_t L_128; L_128 = RegexInterpreter_Textpos_mCCC8ABAE83D37BA6F060242E1ECAC7D91D8910F5_inline(__this, /*hidden argument*/NULL); int32_t L_129 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runtextbeg_0(); int32_t L_130 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runtextend_1(); bool L_131; L_131 = RegexRunner_IsECMABoundary_m151787CEE018DB6D42182AF4464485CDC4CEAFAB(__this, L_128, L_129, L_130, /*hidden argument*/NULL); if (!L_131) { goto IL_0e4e; } } { RegexInterpreter_Advance_mC3549A945557AD11D80890E0DCBC6D53860A97FE(__this, /*hidden argument*/NULL); goto IL_0007; } IL_0848: { int32_t L_132; L_132 = RegexInterpreter_Textpos_mCCC8ABAE83D37BA6F060242E1ECAC7D91D8910F5_inline(__this, /*hidden argument*/NULL); int32_t L_133 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runtextbeg_0(); int32_t L_134 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runtextend_1(); bool L_135; L_135 = RegexRunner_IsECMABoundary_m151787CEE018DB6D42182AF4464485CDC4CEAFAB(__this, L_132, L_133, L_134, /*hidden argument*/NULL); if (L_135) { goto IL_0e4e; } } { RegexInterpreter_Advance_mC3549A945557AD11D80890E0DCBC6D53860A97FE(__this, /*hidden argument*/NULL); goto IL_0007; } IL_0870: { int32_t L_136; L_136 = RegexInterpreter_Leftchars_mB50E0C06B5C05F48BBA69D21BFB6382705C696C4(__this, /*hidden argument*/NULL); if ((((int32_t)L_136) > ((int32_t)0))) { goto IL_0e4e; } } { RegexInterpreter_Advance_mC3549A945557AD11D80890E0DCBC6D53860A97FE(__this, /*hidden argument*/NULL); goto IL_0007; } IL_0887: { int32_t L_137; L_137 = RegexInterpreter_Textpos_mCCC8ABAE83D37BA6F060242E1ECAC7D91D8910F5_inline(__this, /*hidden argument*/NULL); int32_t L_138; L_138 = RegexInterpreter_Textstart_m635CAE9587982E8C88F98F7374460E742A7F5953_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_137) == ((uint32_t)L_138)))) { goto IL_0e4e; } } { RegexInterpreter_Advance_mC3549A945557AD11D80890E0DCBC6D53860A97FE(__this, /*hidden argument*/NULL); goto IL_0007; } IL_08a3: { int32_t L_139; L_139 = RegexInterpreter_Rightchars_m2DEB5D856E0BEC8CFE39B2546B504CB2FCC1DC2C(__this, /*hidden argument*/NULL); if ((((int32_t)L_139) > ((int32_t)1))) { goto IL_0e4e; } } { int32_t L_140; L_140 = RegexInterpreter_Rightchars_m2DEB5D856E0BEC8CFE39B2546B504CB2FCC1DC2C(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_140) == ((uint32_t)1)))) { goto IL_08cb; } } { int32_t L_141; L_141 = RegexInterpreter_Textpos_mCCC8ABAE83D37BA6F060242E1ECAC7D91D8910F5_inline(__this, /*hidden argument*/NULL); Il2CppChar L_142; L_142 = RegexInterpreter_CharAt_mBC8ABA0BE4AC926938A4A4F6DEFB89437AEC3F6E(__this, L_141, /*hidden argument*/NULL); if ((!(((uint32_t)L_142) == ((uint32_t)((int32_t)10))))) { goto IL_0e4e; } } IL_08cb: { RegexInterpreter_Advance_mC3549A945557AD11D80890E0DCBC6D53860A97FE(__this, /*hidden argument*/NULL); goto IL_0007; } IL_08d6: { int32_t L_143; L_143 = RegexInterpreter_Rightchars_m2DEB5D856E0BEC8CFE39B2546B504CB2FCC1DC2C(__this, /*hidden argument*/NULL); if ((((int32_t)L_143) > ((int32_t)0))) { goto IL_0e4e; } } { RegexInterpreter_Advance_mC3549A945557AD11D80890E0DCBC6D53860A97FE(__this, /*hidden argument*/NULL); goto IL_0007; } IL_08ed: { int32_t L_144; L_144 = RegexInterpreter_Forwardchars_mFD54A946FE00B2613D92F1CCAE7B53CDB4312420(__this, /*hidden argument*/NULL); if ((((int32_t)L_144) < ((int32_t)1))) { goto IL_0e4e; } } { Il2CppChar L_145; L_145 = RegexInterpreter_Forwardcharnext_m39C5E9B8B3EDC556CE6A61C1957ACFD5F8ED025E(__this, /*hidden argument*/NULL); int32_t L_146; L_146 = RegexInterpreter_Operand_mB8AED0E2B8222A584A61D313DE9AB475724F50A0(__this, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_145) == ((uint32_t)((int32_t)((uint16_t)L_146)))))) { goto IL_0e4e; } } { RegexInterpreter_Advance_m47537FC4AB2CB92D2D9100C755D936DED76B03EE(__this, 1, /*hidden argument*/NULL); goto IL_0007; } IL_0918: { int32_t L_147; L_147 = RegexInterpreter_Forwardchars_mFD54A946FE00B2613D92F1CCAE7B53CDB4312420(__this, /*hidden argument*/NULL); if ((((int32_t)L_147) < ((int32_t)1))) { goto IL_0e4e; } } { Il2CppChar L_148; L_148 = RegexInterpreter_Forwardcharnext_m39C5E9B8B3EDC556CE6A61C1957ACFD5F8ED025E(__this, /*hidden argument*/NULL); int32_t L_149; L_149 = RegexInterpreter_Operand_mB8AED0E2B8222A584A61D313DE9AB475724F50A0(__this, 0, /*hidden argument*/NULL); if ((((int32_t)L_148) == ((int32_t)((int32_t)((uint16_t)L_149))))) { goto IL_0e4e; } } { RegexInterpreter_Advance_m47537FC4AB2CB92D2D9100C755D936DED76B03EE(__this, 1, /*hidden argument*/NULL); goto IL_0007; } IL_0943: { int32_t L_150; L_150 = RegexInterpreter_Forwardchars_mFD54A946FE00B2613D92F1CCAE7B53CDB4312420(__this, /*hidden argument*/NULL); if ((((int32_t)L_150) < ((int32_t)1))) { goto IL_0e4e; } } { Il2CppChar L_151; L_151 = RegexInterpreter_Forwardcharnext_m39C5E9B8B3EDC556CE6A61C1957ACFD5F8ED025E(__this, /*hidden argument*/NULL); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_152 = __this->get_runstrings_22(); int32_t L_153; L_153 = RegexInterpreter_Operand_mB8AED0E2B8222A584A61D313DE9AB475724F50A0(__this, 0, /*hidden argument*/NULL); NullCheck(L_152); int32_t L_154 = L_153; String_t* L_155 = (L_152)->GetAt(static_cast(L_154)); IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); bool L_156; L_156 = RegexCharClass_CharInClass_m255B7683478670C002F04238394193EEFA126AE8(L_151, L_155, /*hidden argument*/NULL); if (!L_156) { goto IL_0e4e; } } { RegexInterpreter_Advance_m47537FC4AB2CB92D2D9100C755D936DED76B03EE(__this, 1, /*hidden argument*/NULL); goto IL_0007; } IL_0979: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_157 = __this->get_runstrings_22(); int32_t L_158; L_158 = RegexInterpreter_Operand_mB8AED0E2B8222A584A61D313DE9AB475724F50A0(__this, 0, /*hidden argument*/NULL); NullCheck(L_157); int32_t L_159 = L_158; String_t* L_160 = (L_157)->GetAt(static_cast(L_159)); bool L_161; L_161 = RegexInterpreter_Stringmatch_m81EA1913981000A8D944B5DA757813058F0F4ABD(__this, L_160, /*hidden argument*/NULL); if (!L_161) { goto IL_0e4e; } } { RegexInterpreter_Advance_m47537FC4AB2CB92D2D9100C755D936DED76B03EE(__this, 1, /*hidden argument*/NULL); goto IL_0007; } IL_099e: { int32_t L_162; L_162 = RegexInterpreter_Operand_mB8AED0E2B8222A584A61D313DE9AB475724F50A0(__this, 0, /*hidden argument*/NULL); V_10 = L_162; int32_t L_163 = V_10; bool L_164; L_164 = RegexRunner_IsMatched_mCC5330346DACE22EAA86DD072CD36752023C66E9(__this, L_163, /*hidden argument*/NULL); if (!L_164) { goto IL_09ce; } } { int32_t L_165 = V_10; int32_t L_166; L_166 = RegexRunner_MatchIndex_m9FBD010C648C8BBD087FFF4C470FE82494A72ACB(__this, L_165, /*hidden argument*/NULL); int32_t L_167 = V_10; int32_t L_168; L_168 = RegexRunner_MatchLength_mE1EFA365EAA84B7CDC515A4DEC99CF6D8581A1E8(__this, L_167, /*hidden argument*/NULL); bool L_169; L_169 = RegexInterpreter_Refmatch_m5F44A3C001E919895A5A2988F16187069E45D75B(__this, L_166, L_168, /*hidden argument*/NULL); if (L_169) { goto IL_09e4; } } { goto IL_0e4e; } IL_09ce: { Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * L_170 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__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_m47537FC4AB2CB92D2D9100C755D936DED76B03EE(__this, 1, /*hidden argument*/NULL); goto IL_0007; } IL_09f0: { int32_t L_172; L_172 = RegexInterpreter_Operand_mB8AED0E2B8222A584A61D313DE9AB475724F50A0(__this, 1, /*hidden argument*/NULL); V_11 = L_172; int32_t L_173; L_173 = RegexInterpreter_Forwardchars_mFD54A946FE00B2613D92F1CCAE7B53CDB4312420(__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; L_175 = RegexInterpreter_Operand_mB8AED0E2B8222A584A61D313DE9AB475724F50A0(__this, 0, /*hidden argument*/NULL); V_12 = ((int32_t)((uint16_t)L_175)); goto IL_0a1f; } IL_0a12: { Il2CppChar L_176; L_176 = RegexInterpreter_Forwardcharnext_m39C5E9B8B3EDC556CE6A61C1957ACFD5F8ED025E(__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_m47537FC4AB2CB92D2D9100C755D936DED76B03EE(__this, 2, /*hidden argument*/NULL); goto IL_0007; } IL_0a35: { int32_t L_180; L_180 = RegexInterpreter_Operand_mB8AED0E2B8222A584A61D313DE9AB475724F50A0(__this, 1, /*hidden argument*/NULL); V_13 = L_180; int32_t L_181; L_181 = RegexInterpreter_Forwardchars_mFD54A946FE00B2613D92F1CCAE7B53CDB4312420(__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; L_183 = RegexInterpreter_Operand_mB8AED0E2B8222A584A61D313DE9AB475724F50A0(__this, 0, /*hidden argument*/NULL); V_14 = ((int32_t)((uint16_t)L_183)); goto IL_0a64; } IL_0a57: { Il2CppChar L_184; L_184 = RegexInterpreter_Forwardcharnext_m39C5E9B8B3EDC556CE6A61C1957ACFD5F8ED025E(__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_m47537FC4AB2CB92D2D9100C755D936DED76B03EE(__this, 2, /*hidden argument*/NULL); goto IL_0007; } IL_0a7a: { int32_t L_188; L_188 = RegexInterpreter_Operand_mB8AED0E2B8222A584A61D313DE9AB475724F50A0(__this, 1, /*hidden argument*/NULL); V_15 = L_188; int32_t L_189; L_189 = RegexInterpreter_Forwardchars_mFD54A946FE00B2613D92F1CCAE7B53CDB4312420(__this, /*hidden argument*/NULL); int32_t L_190 = V_15; if ((((int32_t)L_189) < ((int32_t)L_190))) { goto IL_0e4e; } } { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_191 = __this->get_runstrings_22(); int32_t L_192; L_192 = RegexInterpreter_Operand_mB8AED0E2B8222A584A61D313DE9AB475724F50A0(__this, 0, /*hidden argument*/NULL); NullCheck(L_191); int32_t L_193 = L_192; String_t* L_194 = (L_191)->GetAt(static_cast(L_193)); V_16 = L_194; goto IL_0ab4; } IL_0aa2: { Il2CppChar L_195; L_195 = RegexInterpreter_Forwardcharnext_m39C5E9B8B3EDC556CE6A61C1957ACFD5F8ED025E(__this, /*hidden argument*/NULL); String_t* L_196 = V_16; IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); bool L_197; L_197 = RegexCharClass_CharInClass_m255B7683478670C002F04238394193EEFA126AE8(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_m47537FC4AB2CB92D2D9100C755D936DED76B03EE(__this, 2, /*hidden argument*/NULL); goto IL_0007; } IL_0aca: { int32_t L_200; L_200 = RegexInterpreter_Operand_mB8AED0E2B8222A584A61D313DE9AB475724F50A0(__this, 1, /*hidden argument*/NULL); V_17 = L_200; int32_t L_201 = V_17; int32_t L_202; L_202 = RegexInterpreter_Forwardchars_mFD54A946FE00B2613D92F1CCAE7B53CDB4312420(__this, /*hidden argument*/NULL); if ((((int32_t)L_201) <= ((int32_t)L_202))) { goto IL_0ae5; } } { int32_t L_203; L_203 = RegexInterpreter_Forwardchars_mFD54A946FE00B2613D92F1CCAE7B53CDB4312420(__this, /*hidden argument*/NULL); V_17 = L_203; } IL_0ae5: { int32_t L_204; L_204 = RegexInterpreter_Operand_mB8AED0E2B8222A584A61D313DE9AB475724F50A0(__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; L_206 = RegexInterpreter_Forwardcharnext_m39C5E9B8B3EDC556CE6A61C1957ACFD5F8ED025E(__this, /*hidden argument*/NULL); Il2CppChar L_207 = V_18; if ((((int32_t)L_206) == ((int32_t)L_207))) { goto IL_0b07; } } { RegexInterpreter_Backwardnext_m68F8015F83EA7DEBBDB6405A6EF9092E814D88EC(__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; L_214 = RegexInterpreter_Textpos_mCCC8ABAE83D37BA6F060242E1ECAC7D91D8910F5_inline(__this, /*hidden argument*/NULL); int32_t L_215; L_215 = RegexInterpreter_Bump_m45DF8CEBA6E19FE27E10A87C89E5B2001FB37E85(__this, /*hidden argument*/NULL); RegexInterpreter_TrackPush_m874CB8F853DD4EB0FAD4A2DEF9CC2EAC3DD5BA5E(__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_m47537FC4AB2CB92D2D9100C755D936DED76B03EE(__this, 2, /*hidden argument*/NULL); goto IL_0007; } IL_0b3e: { int32_t L_216; L_216 = RegexInterpreter_Operand_mB8AED0E2B8222A584A61D313DE9AB475724F50A0(__this, 1, /*hidden argument*/NULL); V_20 = L_216; int32_t L_217 = V_20; int32_t L_218; L_218 = RegexInterpreter_Forwardchars_mFD54A946FE00B2613D92F1CCAE7B53CDB4312420(__this, /*hidden argument*/NULL); if ((((int32_t)L_217) <= ((int32_t)L_218))) { goto IL_0b59; } } { int32_t L_219; L_219 = RegexInterpreter_Forwardchars_mFD54A946FE00B2613D92F1CCAE7B53CDB4312420(__this, /*hidden argument*/NULL); V_20 = L_219; } IL_0b59: { int32_t L_220; L_220 = RegexInterpreter_Operand_mB8AED0E2B8222A584A61D313DE9AB475724F50A0(__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; L_222 = RegexInterpreter_Forwardcharnext_m39C5E9B8B3EDC556CE6A61C1957ACFD5F8ED025E(__this, /*hidden argument*/NULL); Il2CppChar L_223 = V_21; if ((!(((uint32_t)L_222) == ((uint32_t)L_223)))) { goto IL_0b7b; } } { RegexInterpreter_Backwardnext_m68F8015F83EA7DEBBDB6405A6EF9092E814D88EC(__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; L_230 = RegexInterpreter_Textpos_mCCC8ABAE83D37BA6F060242E1ECAC7D91D8910F5_inline(__this, /*hidden argument*/NULL); int32_t L_231; L_231 = RegexInterpreter_Bump_m45DF8CEBA6E19FE27E10A87C89E5B2001FB37E85(__this, /*hidden argument*/NULL); RegexInterpreter_TrackPush_m874CB8F853DD4EB0FAD4A2DEF9CC2EAC3DD5BA5E(__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_m47537FC4AB2CB92D2D9100C755D936DED76B03EE(__this, 2, /*hidden argument*/NULL); goto IL_0007; } IL_0bb2: { int32_t L_232; L_232 = RegexInterpreter_Operand_mB8AED0E2B8222A584A61D313DE9AB475724F50A0(__this, 1, /*hidden argument*/NULL); V_23 = L_232; int32_t L_233 = V_23; int32_t L_234; L_234 = RegexInterpreter_Forwardchars_mFD54A946FE00B2613D92F1CCAE7B53CDB4312420(__this, /*hidden argument*/NULL); if ((((int32_t)L_233) <= ((int32_t)L_234))) { goto IL_0bcd; } } { int32_t L_235; L_235 = RegexInterpreter_Forwardchars_mFD54A946FE00B2613D92F1CCAE7B53CDB4312420(__this, /*hidden argument*/NULL); V_23 = L_235; } IL_0bcd: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_236 = __this->get_runstrings_22(); int32_t L_237; L_237 = RegexInterpreter_Operand_mB8AED0E2B8222A584A61D313DE9AB475724F50A0(__this, 0, /*hidden argument*/NULL); NullCheck(L_236); int32_t L_238 = L_237; String_t* L_239 = (L_236)->GetAt(static_cast(L_238)); V_24 = L_239; int32_t L_240 = V_23; V_25 = L_240; goto IL_0c00; } IL_0be3: { Il2CppChar L_241; L_241 = RegexInterpreter_Forwardcharnext_m39C5E9B8B3EDC556CE6A61C1957ACFD5F8ED025E(__this, /*hidden argument*/NULL); String_t* L_242 = V_24; IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); bool L_243; L_243 = RegexCharClass_CharInClass_m255B7683478670C002F04238394193EEFA126AE8(L_241, L_242, /*hidden argument*/NULL); if (L_243) { goto IL_0bfa; } } { RegexInterpreter_Backwardnext_m68F8015F83EA7DEBBDB6405A6EF9092E814D88EC(__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; L_250 = RegexInterpreter_Textpos_mCCC8ABAE83D37BA6F060242E1ECAC7D91D8910F5_inline(__this, /*hidden argument*/NULL); int32_t L_251; L_251 = RegexInterpreter_Bump_m45DF8CEBA6E19FE27E10A87C89E5B2001FB37E85(__this, /*hidden argument*/NULL); RegexInterpreter_TrackPush_m874CB8F853DD4EB0FAD4A2DEF9CC2EAC3DD5BA5E(__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_m47537FC4AB2CB92D2D9100C755D936DED76B03EE(__this, 2, /*hidden argument*/NULL); goto IL_0007; } IL_0c31: { RegexInterpreter_TrackPop_mBE47D7E983B6BD0C45F7F376AA0272B0827AB4E4(__this, 2, /*hidden argument*/NULL); int32_t L_252; L_252 = RegexInterpreter_TrackPeek_mFB63C0E3D25EEEEC1DBD5FF5601E59C6F0414396(__this, /*hidden argument*/NULL); V_26 = L_252; int32_t L_253; L_253 = RegexInterpreter_TrackPeek_m946313A941F42F58C555593B8CD2C00E702400AB(__this, 1, /*hidden argument*/NULL); V_27 = L_253; int32_t L_254 = V_27; RegexInterpreter_Textto_m874B113DFF6381DFC1BF8A8F7E6D79B819CF06AE_inline(__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; L_258 = RegexInterpreter_Bump_m45DF8CEBA6E19FE27E10A87C89E5B2001FB37E85(__this, /*hidden argument*/NULL); RegexInterpreter_TrackPush_m874CB8F853DD4EB0FAD4A2DEF9CC2EAC3DD5BA5E(__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_m47537FC4AB2CB92D2D9100C755D936DED76B03EE(__this, 2, /*hidden argument*/NULL); goto IL_0007; } IL_0c75: { RegexInterpreter_TrackPop_mBE47D7E983B6BD0C45F7F376AA0272B0827AB4E4(__this, 2, /*hidden argument*/NULL); int32_t L_259; L_259 = RegexInterpreter_TrackPeek_mFB63C0E3D25EEEEC1DBD5FF5601E59C6F0414396(__this, /*hidden argument*/NULL); V_28 = L_259; int32_t L_260; L_260 = RegexInterpreter_TrackPeek_m946313A941F42F58C555593B8CD2C00E702400AB(__this, 1, /*hidden argument*/NULL); V_29 = L_260; int32_t L_261 = V_29; RegexInterpreter_Textto_m874B113DFF6381DFC1BF8A8F7E6D79B819CF06AE_inline(__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; L_265 = RegexInterpreter_Bump_m45DF8CEBA6E19FE27E10A87C89E5B2001FB37E85(__this, /*hidden argument*/NULL); RegexInterpreter_TrackPush_m874CB8F853DD4EB0FAD4A2DEF9CC2EAC3DD5BA5E(__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_m47537FC4AB2CB92D2D9100C755D936DED76B03EE(__this, 2, /*hidden argument*/NULL); goto IL_0007; } IL_0cb9: { int32_t L_266; L_266 = RegexInterpreter_Operand_mB8AED0E2B8222A584A61D313DE9AB475724F50A0(__this, 1, /*hidden argument*/NULL); V_30 = L_266; int32_t L_267 = V_30; int32_t L_268; L_268 = RegexInterpreter_Forwardchars_mFD54A946FE00B2613D92F1CCAE7B53CDB4312420(__this, /*hidden argument*/NULL); if ((((int32_t)L_267) <= ((int32_t)L_268))) { goto IL_0cd4; } } { int32_t L_269; L_269 = RegexInterpreter_Forwardchars_mFD54A946FE00B2613D92F1CCAE7B53CDB4312420(__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; L_272 = RegexInterpreter_Textpos_mCCC8ABAE83D37BA6F060242E1ECAC7D91D8910F5_inline(__this, /*hidden argument*/NULL); RegexInterpreter_TrackPush_m874CB8F853DD4EB0FAD4A2DEF9CC2EAC3DD5BA5E(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_271, (int32_t)1)), L_272, /*hidden argument*/NULL); } IL_0ce9: { RegexInterpreter_Advance_m47537FC4AB2CB92D2D9100C755D936DED76B03EE(__this, 2, /*hidden argument*/NULL); goto IL_0007; } IL_0cf5: { int32_t L_273; L_273 = RegexInterpreter_Operand_mB8AED0E2B8222A584A61D313DE9AB475724F50A0(__this, 1, /*hidden argument*/NULL); V_31 = L_273; int32_t L_274 = V_31; int32_t L_275; L_275 = RegexInterpreter_Forwardchars_mFD54A946FE00B2613D92F1CCAE7B53CDB4312420(__this, /*hidden argument*/NULL); if ((((int32_t)L_274) <= ((int32_t)L_275))) { goto IL_0d10; } } { int32_t L_276; L_276 = RegexInterpreter_Forwardchars_mFD54A946FE00B2613D92F1CCAE7B53CDB4312420(__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; L_279 = RegexInterpreter_Textpos_mCCC8ABAE83D37BA6F060242E1ECAC7D91D8910F5_inline(__this, /*hidden argument*/NULL); RegexInterpreter_TrackPush_m874CB8F853DD4EB0FAD4A2DEF9CC2EAC3DD5BA5E(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_278, (int32_t)1)), L_279, /*hidden argument*/NULL); } IL_0d25: { RegexInterpreter_Advance_m47537FC4AB2CB92D2D9100C755D936DED76B03EE(__this, 2, /*hidden argument*/NULL); goto IL_0007; } IL_0d31: { RegexInterpreter_TrackPop_mBE47D7E983B6BD0C45F7F376AA0272B0827AB4E4(__this, 2, /*hidden argument*/NULL); int32_t L_280; L_280 = RegexInterpreter_TrackPeek_m946313A941F42F58C555593B8CD2C00E702400AB(__this, 1, /*hidden argument*/NULL); V_32 = L_280; int32_t L_281 = V_32; RegexInterpreter_Textto_m874B113DFF6381DFC1BF8A8F7E6D79B819CF06AE_inline(__this, L_281, /*hidden argument*/NULL); Il2CppChar L_282; L_282 = RegexInterpreter_Forwardcharnext_m39C5E9B8B3EDC556CE6A61C1957ACFD5F8ED025E(__this, /*hidden argument*/NULL); int32_t L_283; L_283 = RegexInterpreter_Operand_mB8AED0E2B8222A584A61D313DE9AB475724F50A0(__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; L_284 = RegexInterpreter_TrackPeek_mFB63C0E3D25EEEEC1DBD5FF5601E59C6F0414396(__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; L_288 = RegexInterpreter_Bump_m45DF8CEBA6E19FE27E10A87C89E5B2001FB37E85(__this, /*hidden argument*/NULL); RegexInterpreter_TrackPush_m874CB8F853DD4EB0FAD4A2DEF9CC2EAC3DD5BA5E(__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_m47537FC4AB2CB92D2D9100C755D936DED76B03EE(__this, 2, /*hidden argument*/NULL); goto IL_0007; } IL_0d88: { RegexInterpreter_TrackPop_mBE47D7E983B6BD0C45F7F376AA0272B0827AB4E4(__this, 2, /*hidden argument*/NULL); int32_t L_289; L_289 = RegexInterpreter_TrackPeek_m946313A941F42F58C555593B8CD2C00E702400AB(__this, 1, /*hidden argument*/NULL); V_34 = L_289; int32_t L_290 = V_34; RegexInterpreter_Textto_m874B113DFF6381DFC1BF8A8F7E6D79B819CF06AE_inline(__this, L_290, /*hidden argument*/NULL); Il2CppChar L_291; L_291 = RegexInterpreter_Forwardcharnext_m39C5E9B8B3EDC556CE6A61C1957ACFD5F8ED025E(__this, /*hidden argument*/NULL); int32_t L_292; L_292 = RegexInterpreter_Operand_mB8AED0E2B8222A584A61D313DE9AB475724F50A0(__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; L_293 = RegexInterpreter_TrackPeek_mFB63C0E3D25EEEEC1DBD5FF5601E59C6F0414396(__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; L_297 = RegexInterpreter_Bump_m45DF8CEBA6E19FE27E10A87C89E5B2001FB37E85(__this, /*hidden argument*/NULL); RegexInterpreter_TrackPush_m874CB8F853DD4EB0FAD4A2DEF9CC2EAC3DD5BA5E(__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_m47537FC4AB2CB92D2D9100C755D936DED76B03EE(__this, 2, /*hidden argument*/NULL); goto IL_0007; } IL_0ddf: { RegexInterpreter_TrackPop_mBE47D7E983B6BD0C45F7F376AA0272B0827AB4E4(__this, 2, /*hidden argument*/NULL); int32_t L_298; L_298 = RegexInterpreter_TrackPeek_m946313A941F42F58C555593B8CD2C00E702400AB(__this, 1, /*hidden argument*/NULL); V_36 = L_298; int32_t L_299 = V_36; RegexInterpreter_Textto_m874B113DFF6381DFC1BF8A8F7E6D79B819CF06AE_inline(__this, L_299, /*hidden argument*/NULL); Il2CppChar L_300; L_300 = RegexInterpreter_Forwardcharnext_m39C5E9B8B3EDC556CE6A61C1957ACFD5F8ED025E(__this, /*hidden argument*/NULL); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_301 = __this->get_runstrings_22(); int32_t L_302; L_302 = RegexInterpreter_Operand_mB8AED0E2B8222A584A61D313DE9AB475724F50A0(__this, 0, /*hidden argument*/NULL); NullCheck(L_301); int32_t L_303 = L_302; String_t* L_304 = (L_301)->GetAt(static_cast(L_303)); IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); bool L_305; L_305 = RegexCharClass_CharInClass_m255B7683478670C002F04238394193EEFA126AE8(L_300, L_304, /*hidden argument*/NULL); if (!L_305) { goto IL_0e4e; } } { int32_t L_306; L_306 = RegexInterpreter_TrackPeek_mFB63C0E3D25EEEEC1DBD5FF5601E59C6F0414396(__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; L_310 = RegexInterpreter_Bump_m45DF8CEBA6E19FE27E10A87C89E5B2001FB37E85(__this, /*hidden argument*/NULL); RegexInterpreter_TrackPush_m874CB8F853DD4EB0FAD4A2DEF9CC2EAC3DD5BA5E(__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_m47537FC4AB2CB92D2D9100C755D936DED76B03EE(__this, 2, /*hidden argument*/NULL); goto IL_0007; } IL_0e3e: { String_t* L_311; L_311 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4713250C292B59C6AAA9A7591D3BB43ABA0A26E9)), /*hidden argument*/NULL); NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 * L_312 = (NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6_il2cpp_TypeInfo_var))); NotImplementedException__ctor_m8A9AA4499614A5BC57DD21713D0720630C130AEB(L_312, L_311, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_312, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RegexInterpreter_Go_m32838D966B426A327995246847A272491F3359F2_RuntimeMethod_var))); } IL_0e4e: { RegexInterpreter_Backtrack_m30590074E633FAA50401BC2EFA74F6D6FF5371DA(__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) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexMatchTimeoutException__ctor_m157F8CEF5FDAC71E58B04773B3169BA093423866 (RegexMatchTimeoutException_t8A80CA43E67CFD00C11CD0B4D65E08171577AB81 * __this, String_t* ___regexInput0, String_t* ___regexPattern1, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___matchTimeout2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9221F17704D6D74502888C4875A2FD2E60E87766); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0; L_0 = TimeSpan_FromTicks_m25E4ADCCCC583B8D5A08B77577DE8E46CEBF7F9C(((int64_t)((int64_t)(-1))), /*hidden argument*/NULL); __this->set_matchTimeout_19(L_0); String_t* L_1; L_1 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(_stringLiteral9221F17704D6D74502888C4875A2FD2E60E87766, /*hidden argument*/NULL); TimeoutException__ctor_m1A7B4D7C61A8090FA3BAFD65B583587567CDC5C3(__this, L_1, /*hidden argument*/NULL); String_t* L_2 = ___regexInput0; String_t* L_3 = ___regexPattern1; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_4 = ___matchTimeout2; RegexMatchTimeoutException_Init_mA320EBB663A318B596D95349F5F0DE92623D5C1C(__this, L_2, L_3, L_4, /*hidden argument*/NULL); return; } } // System.Void System.Text.RegularExpressions.RegexMatchTimeoutException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexMatchTimeoutException__ctor_mC0DB6ADBF5008FD1DF623CE94E68C9F1BB875DF9 (RegexMatchTimeoutException_t8A80CA43E67CFD00C11CD0B4D65E08171577AB81 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0; L_0 = TimeSpan_FromTicks_m25E4ADCCCC583B8D5A08B77577DE8E46CEBF7F9C(((int64_t)((int64_t)(-1))), /*hidden argument*/NULL); __this->set_matchTimeout_19(L_0); TimeoutException__ctor_m40A6D335EFA7ABBB20B1A52ACD9214AFDDB3E119(__this, /*hidden argument*/NULL); RegexMatchTimeoutException_Init_m6D59100CBBC91F436D6878CDF3AC18BD86DC2787(__this, /*hidden argument*/NULL); return; } } // System.Void System.Text.RegularExpressions.RegexMatchTimeoutException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexMatchTimeoutException__ctor_mA31059F9B50F01A0C9BEF9081CC22B0C0C332F6E (RegexMatchTimeoutException_t8A80CA43E67CFD00C11CD0B4D65E08171577AB81 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0E8F17848F8DAE538C88CDDFEC4E7F9563C3E01D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral550F25B04630B43CAFD4000E36451B35C1CFA209); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6B01510C7FE3BE78C37C67074A3C785D52F1841F); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 V_2; memset((&V_2), 0, sizeof(V_2)); { IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0; L_0 = TimeSpan_FromTicks_m25E4ADCCCC583B8D5A08B77577DE8E46CEBF7F9C(((int64_t)((int64_t)(-1))), /*hidden argument*/NULL); __this->set_matchTimeout_19(L_0); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_1 = ___info0; StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_2 = ___context1; TimeoutException__ctor_mF0F27D11A8FFC61C68545D72A9348C347A9A5A26(__this, L_1, L_2, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_3 = ___info0; NullCheck(L_3); String_t* L_4; L_4 = SerializationInfo_GetString_m50298DCBCD07D858EE19414052CB02EE4DDD3C2C(L_3, _stringLiteral6B01510C7FE3BE78C37C67074A3C785D52F1841F, /*hidden argument*/NULL); V_0 = L_4; SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_5 = ___info0; NullCheck(L_5); String_t* L_6; L_6 = SerializationInfo_GetString_m50298DCBCD07D858EE19414052CB02EE4DDD3C2C(L_5, _stringLiteral0E8F17848F8DAE538C88CDDFEC4E7F9563C3E01D, /*hidden argument*/NULL); V_1 = L_6; SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_7 = ___info0; NullCheck(L_7); int64_t L_8; L_8 = SerializationInfo_GetInt64_m13BC92A489CE4540FC55BB00D2A3460B0D9A0DEC(L_7, _stringLiteral550F25B04630B43CAFD4000E36451B35C1CFA209, /*hidden argument*/NULL); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_9; L_9 = TimeSpan_FromTicks_m25E4ADCCCC583B8D5A08B77577DE8E46CEBF7F9C(L_8, /*hidden argument*/NULL); V_2 = L_9; String_t* L_10 = V_0; String_t* L_11 = V_1; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_12 = V_2; RegexMatchTimeoutException_Init_mA320EBB663A318B596D95349F5F0DE92623D5C1C(__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) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexMatchTimeoutException_System_Runtime_Serialization_ISerializable_GetObjectData_m32865670AB86CF7F44CBA24B649C5FC3035B6609 (RegexMatchTimeoutException_t8A80CA43E67CFD00C11CD0B4D65E08171577AB81 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___si0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0E8F17848F8DAE538C88CDDFEC4E7F9563C3E01D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral550F25B04630B43CAFD4000E36451B35C1CFA209); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6B01510C7FE3BE78C37C67074A3C785D52F1841F); s_Il2CppMethodInitialized = true; } { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_0 = ___si0; StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_1 = ___context1; Exception_GetObjectData_m2031046D41E7BEE3C743E918B358A336F99D6882(__this, L_0, L_1, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_2 = ___si0; String_t* L_3 = __this->get_regexInput_17(); NullCheck(L_2); SerializationInfo_AddValue_mA50C2668EF700C2239DDC362F8DB409020BB763D(L_2, _stringLiteral6B01510C7FE3BE78C37C67074A3C785D52F1841F, L_3, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_4 = ___si0; String_t* L_5 = __this->get_regexPattern_18(); NullCheck(L_4); SerializationInfo_AddValue_mA50C2668EF700C2239DDC362F8DB409020BB763D(L_4, _stringLiteral0E8F17848F8DAE538C88CDDFEC4E7F9563C3E01D, L_5, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_6 = ___si0; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * L_7 = __this->get_address_of_matchTimeout_19(); int64_t L_8; L_8 = TimeSpan_get_Ticks_mE4C9E1F27DC794028CEDCF7CB5BD092D16DBACD4_inline((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)L_7, /*hidden argument*/NULL); NullCheck(L_6); SerializationInfo_AddValue_mD0C00DE59B4C6649A6BFA5EBC7D8618B46B967D5(L_6, _stringLiteral550F25B04630B43CAFD4000E36451B35C1CFA209, L_8, /*hidden argument*/NULL); return; } } // System.Void System.Text.RegularExpressions.RegexMatchTimeoutException::Init() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexMatchTimeoutException_Init_m6D59100CBBC91F436D6878CDF3AC18BD86DC2787 (RegexMatchTimeoutException_t8A80CA43E67CFD00C11CD0B4D65E08171577AB81 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0; L_0 = TimeSpan_FromTicks_m25E4ADCCCC583B8D5A08B77577DE8E46CEBF7F9C(((int64_t)((int64_t)(-1))), /*hidden argument*/NULL); RegexMatchTimeoutException_Init_mA320EBB663A318B596D95349F5F0DE92623D5C1C(__this, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Text.RegularExpressions.RegexMatchTimeoutException::Init(System.String,System.String,System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexMatchTimeoutException_Init_mA320EBB663A318B596D95349F5F0DE92623D5C1C (RegexMatchTimeoutException_t8A80CA43E67CFD00C11CD0B4D65E08171577AB81 * __this, String_t* ___input0, String_t* ___pattern1, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___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_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 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) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexNode__ctor_mD8966EDCD7AA48AC8AAD5B156C513671843F6D49 (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * __this, int32_t ___type0, int32_t ___options1, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__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) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexNode__ctor_m2E85CE2AB0812A86EE61448DEACBA68E329D3325 (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * __this, int32_t ___type0, int32_t ___options1, Il2CppChar ___ch2, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__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) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexNode__ctor_m5A3AA31155A359CC8462AF0AB55DE0D5B7C435B4 (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * __this, int32_t ___type0, int32_t ___options1, String_t* ___str2, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__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) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexNode__ctor_mD4B2FB6044880AC4DDF035FFE6254A13807A34BC (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * __this, int32_t ___type0, int32_t ___options1, int32_t ___m2, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__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) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexNode__ctor_m0E000C0421213F15341C9B74C3ADA8F4963CA511 (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * __this, int32_t ___type0, int32_t ___options1, int32_t ___m2, int32_t ___n3, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__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() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexNode_UseOptionR_mBD8EBE8396F51A7DA491FFFAFDB09A148F62E484 (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * __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() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * RegexNode_ReverseLeft_m8507E98BFA6C9F78200B8297811C3EE815724A19 (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Reverse_m123B97D352D6EACCCEAAEBD2BC6E40C529360CCA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m3A81757FE0B3283CB292CA61894273AA7B5C97CD_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { bool L_0; L_0 = RegexNode_UseOptionR_mBD8EBE8396F51A7DA491FFFAFDB09A148F62E484(__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_t692D260BEBA1E69864C98DEEDB3E9256C38CD9B9 * L_2 = __this->get__children_1(); if (!L_2) { goto IL_0031; } } { List_1_t692D260BEBA1E69864C98DEEDB3E9256C38CD9B9 * L_3 = __this->get__children_1(); List_1_t692D260BEBA1E69864C98DEEDB3E9256C38CD9B9 * L_4 = __this->get__children_1(); NullCheck(L_4); int32_t L_5; L_5 = List_1_get_Count_m3A81757FE0B3283CB292CA61894273AA7B5C97CD_inline(L_4, /*hidden argument*/List_1_get_Count_m3A81757FE0B3283CB292CA61894273AA7B5C97CD_RuntimeMethod_var); NullCheck(L_3); List_1_Reverse_m123B97D352D6EACCCEAAEBD2BC6E40C529360CCA(L_3, 0, L_5, /*hidden argument*/List_1_Reverse_m123B97D352D6EACCCEAAEBD2BC6E40C529360CCA_RuntimeMethod_var); } IL_0031: { return __this; } } // System.Void System.Text.RegularExpressions.RegexNode::MakeRep(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexNode_MakeRep_m23A10A13942B83BDF596DE595718B9BD701E8A60 (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * __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() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * RegexNode_Reduce_m2EAE287E7E9FE547B38FEC40BE3E316920B53471 (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * __this, const RuntimeMethod* method) { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * V_0 = NULL; int32_t V_1 = 0; { int32_t L_0; L_0 = RegexNode_Type_m3C72321B307C77AF12F294F366D57D2C77832F27_inline(__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_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_4; L_4 = RegexNode_ReduceAlternation_m08295B9D7A82E1D1CB97B716C068F7D740C2E18F(__this, /*hidden argument*/NULL); V_0 = L_4; goto IL_0062; } IL_003c: { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_5; L_5 = RegexNode_ReduceConcatenation_mFE1E6366025CB9A114C275B74193CF62BC0AF903(__this, /*hidden argument*/NULL); V_0 = L_5; goto IL_0062; } IL_0045: { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_6; L_6 = RegexNode_ReduceRep_mA3BDCA09CFB2DFB083CF9BEA7E9A64DB27F6B94E(__this, /*hidden argument*/NULL); V_0 = L_6; goto IL_0062; } IL_004e: { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_7; L_7 = RegexNode_ReduceGroup_m3067AEB5BDEF6951832CB84B2F4857848E898236(__this, /*hidden argument*/NULL); V_0 = L_7; goto IL_0062; } IL_0057: { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_8; L_8 = RegexNode_ReduceSet_m0B5361189FC2E71384DA9A107969CB401FD6ED01(__this, /*hidden argument*/NULL); V_0 = L_8; goto IL_0062; } IL_0060: { V_0 = __this; } IL_0062: { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_9 = V_0; return L_9; } } // System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexNode::StripEnation(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * RegexNode_StripEnation_m1DF9C3A86A4B73CCE7F86C2D121DCACED3DCC4C7 (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * __this, int32_t ___emptyType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0; L_0 = RegexNode_ChildCount_m15D92C9740BA92B2E78B392F7215B8D7D0242172(__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_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_5 = (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 *)il2cpp_codegen_object_new(RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43_il2cpp_TypeInfo_var); RegexNode__ctor_mD8966EDCD7AA48AC8AAD5B156C513671843F6D49(L_5, L_3, L_4, /*hidden argument*/NULL); return L_5; } IL_001d: { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_6; L_6 = RegexNode_Child_mAE38F2EF7289FE455686B7BEEF81C39A9D25E960(__this, 0, /*hidden argument*/NULL); return L_6; } IL_0025: { return __this; } } // System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexNode::ReduceGroup() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * RegexNode_ReduceGroup_m3067AEB5BDEF6951832CB84B2F4857848E898236 (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * __this, const RuntimeMethod* method) { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * V_0 = NULL; { V_0 = __this; goto IL_000c; } IL_0004: { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_0 = V_0; NullCheck(L_0); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_1; L_1 = RegexNode_Child_mAE38F2EF7289FE455686B7BEEF81C39A9D25E960(L_0, 0, /*hidden argument*/NULL); V_0 = L_1; } IL_000c: { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_2 = V_0; NullCheck(L_2); int32_t L_3; L_3 = RegexNode_Type_m3C72321B307C77AF12F294F366D57D2C77832F27_inline(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)((int32_t)29)))) { goto IL_0004; } } { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_4 = V_0; return L_4; } } // System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexNode::ReduceRep() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * RegexNode_ReduceRep_mA3BDCA09CFB2DFB083CF9BEA7E9A64DB27F6B94E (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * V_0 = NULL; RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * G_B15_0 = NULL; RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * G_B14_0 = NULL; int32_t G_B16_0 = 0; RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * G_B16_1 = NULL; RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * G_B20_0 = NULL; RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * G_B19_0 = NULL; int32_t G_B21_0 = 0; RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * G_B21_1 = NULL; { V_0 = __this; int32_t L_0; L_0 = RegexNode_Type_m3C72321B307C77AF12F294F366D57D2C77832F27_inline(__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_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_3 = V_0; NullCheck(L_3); int32_t L_4; L_4 = RegexNode_ChildCount_m15D92C9740BA92B2E78B392F7215B8D7D0242172(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_00ef; } } { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_5 = V_0; NullCheck(L_5); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_6; L_6 = RegexNode_Child_mAE38F2EF7289FE455686B7BEEF81C39A9D25E960(L_5, 0, /*hidden argument*/NULL); V_1 = L_6; RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_7 = V_1; NullCheck(L_7); int32_t L_8; L_8 = RegexNode_Type_m3C72321B307C77AF12F294F366D57D2C77832F27_inline(L_7, /*hidden argument*/NULL); int32_t L_9 = V_2; if ((((int32_t)L_8) == ((int32_t)L_9))) { goto IL_0063; } } { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_10 = V_1; NullCheck(L_10); int32_t L_11; L_11 = RegexNode_Type_m3C72321B307C77AF12F294F366D57D2C77832F27_inline(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_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_18 = V_0; NullCheck(L_18); int32_t L_19 = L_18->get__m_4(); if (L_19) { goto IL_0074; } } { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * 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_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_22 = V_1; NullCheck(L_22); int32_t L_23 = L_22->get__n_5(); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * 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_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_26 = V_1; V_0 = L_26; RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * 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_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_29 = V_0; RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * 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_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * 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_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * 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_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_39 = V_0; RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * 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_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * 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_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_48 = V_0; return L_48; } IL_00f9: { int32_t L_49 = __this->get__options_6(); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_50 = (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 *)il2cpp_codegen_object_new(RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43_il2cpp_TypeInfo_var); RegexNode__ctor_mD8966EDCD7AA48AC8AAD5B156C513671843F6D49(L_50, ((int32_t)22), L_49, /*hidden argument*/NULL); return L_50; } } // System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexNode::ReduceSet() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * RegexNode_ReduceSet_m0B5361189FC2E71384DA9A107969CB401FD6ED01 (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = __this->get__str_2(); IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); bool L_1; L_1 = RegexCharClass_IsEmpty_m75C168B21BE2E4C4BDC15ABC666A755F0064F7CF(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_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); bool L_3; L_3 = RegexCharClass_IsSingleton_mF6500F4A47D3E44CDE29C0BA21AC111282C50737(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0054; } } { String_t* L_4 = __this->get__str_2(); IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); Il2CppChar L_5; L_5 = RegexCharClass_SingletonChar_m8D1E6205BE062B72C10A417C0BBE130888FAF3FF(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_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); bool L_8; L_8 = RegexCharClass_IsSingletonInverse_mBD2991532F9310EC5E5F30AE4C20998DA39F69BE(L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0087; } } { String_t* L_9 = __this->get__str_2(); IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); Il2CppChar L_10; L_10 = RegexCharClass_SingletonChar_m8D1E6205BE062B72C10A417C0BBE130888FAF3FF(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() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * RegexNode_ReduceAlternation_m08295B9D7A82E1D1CB97B716C068F7D740C2E18F (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_InsertRange_mC66FC94FD634685A3C3939C772C5BD2C77642A34_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_RemoveRange_m34DFA4EEBBB675853B61F9B458B92AF0DBE6F587_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m3A81757FE0B3283CB292CA61894273AA7B5C97CD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m5EAE519410E7938505D4C8EA39FE36CE96D5C501_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_set_Item_m46E5C8F183198C5E36BA463086086E254EF35DD0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43_il2cpp_TypeInfo_var); 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_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * V_6 = NULL; RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * V_7 = NULL; int32_t V_8 = 0; RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * V_9 = NULL; RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * V_10 = NULL; int32_t G_B16_0 = 0; int32_t G_B22_0 = 0; { List_1_t692D260BEBA1E69864C98DEEDB3E9256C38CD9B9 * L_0 = __this->get__children_1(); if (L_0) { goto IL_0016; } } { int32_t L_1 = __this->get__options_6(); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_2 = (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 *)il2cpp_codegen_object_new(RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43_il2cpp_TypeInfo_var); RegexNode__ctor_mD8966EDCD7AA48AC8AAD5B156C513671843F6D49(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_t692D260BEBA1E69864C98DEEDB3E9256C38CD9B9 * L_3 = __this->get__children_1(); int32_t L_4 = V_4; NullCheck(L_3); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_5; L_5 = List_1_get_Item_m5EAE519410E7938505D4C8EA39FE36CE96D5C501_inline(L_3, L_4, /*hidden argument*/List_1_get_Item_m5EAE519410E7938505D4C8EA39FE36CE96D5C501_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_t692D260BEBA1E69864C98DEEDB3E9256C38CD9B9 * L_8 = __this->get__children_1(); int32_t L_9 = V_5; RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_10 = V_6; NullCheck(L_8); List_1_set_Item_m46E5C8F183198C5E36BA463086086E254EF35DD0(L_8, L_9, L_10, /*hidden argument*/List_1_set_Item_m46E5C8F183198C5E36BA463086086E254EF35DD0_RuntimeMethod_var); } IL_004b: { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * 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_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_13 = V_6; NullCheck(L_13); List_1_t692D260BEBA1E69864C98DEEDB3E9256C38CD9B9 * L_14 = L_13->get__children_1(); int32_t L_15 = V_8; NullCheck(L_14); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_16; L_16 = List_1_get_Item_m5EAE519410E7938505D4C8EA39FE36CE96D5C501_inline(L_14, L_15, /*hidden argument*/List_1_get_Item_m5EAE519410E7938505D4C8EA39FE36CE96D5C501_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_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_19 = V_6; NullCheck(L_19); List_1_t692D260BEBA1E69864C98DEEDB3E9256C38CD9B9 * L_20 = L_19->get__children_1(); NullCheck(L_20); int32_t L_21; L_21 = List_1_get_Count_m3A81757FE0B3283CB292CA61894273AA7B5C97CD_inline(L_20, /*hidden argument*/List_1_get_Count_m3A81757FE0B3283CB292CA61894273AA7B5C97CD_RuntimeMethod_var); if ((((int32_t)L_18) < ((int32_t)L_21))) { goto IL_005b; } } { List_1_t692D260BEBA1E69864C98DEEDB3E9256C38CD9B9 * L_22 = __this->get__children_1(); int32_t L_23 = V_4; RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_24 = V_6; NullCheck(L_24); List_1_t692D260BEBA1E69864C98DEEDB3E9256C38CD9B9 * L_25 = L_24->get__children_1(); NullCheck(L_22); List_1_InsertRange_mC66FC94FD634685A3C3939C772C5BD2C77642A34(L_22, ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)), L_25, /*hidden argument*/List_1_InsertRange_mC66FC94FD634685A3C3939C772C5BD2C77642A34_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_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * 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_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * 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_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * 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_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * 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_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_39 = V_6; NullCheck(L_39); String_t* L_40 = L_39->get__str_2(); IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); bool L_41; L_41 = RegexCharClass_IsMergeable_m5731790CFE2293CB05120782908AC550C58C63BC(L_40, /*hidden argument*/NULL); if (L_41) { goto IL_0129; } } IL_00f4: { V_0 = (bool)1; RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_42 = V_6; NullCheck(L_42); String_t* L_43 = L_42->get__str_2(); IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); bool L_44; L_44 = RegexCharClass_IsMergeable_m5731790CFE2293CB05120782908AC550C58C63BC(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_t692D260BEBA1E69864C98DEEDB3E9256C38CD9B9 * L_52 = __this->get__children_1(); int32_t L_53 = V_5; NullCheck(L_52); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_54; L_54 = List_1_get_Item_m5EAE519410E7938505D4C8EA39FE36CE96D5C501_inline(L_52, L_53, /*hidden argument*/List_1_get_Item_m5EAE519410E7938505D4C8EA39FE36CE96D5C501_RuntimeMethod_var); V_7 = L_54; RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * 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_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * L_57 = (RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 *)il2cpp_codegen_object_new(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); RegexCharClass__ctor_m70685392EB3C5808958E20C99E045F33E21C8192(L_57, /*hidden argument*/NULL); V_9 = L_57; RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * L_58 = V_9; RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_59 = V_7; NullCheck(L_59); Il2CppChar L_60 = L_59->get__ch_3(); NullCheck(L_58); RegexCharClass_AddChar_mDDCFF2A0510737DEAE68DEE7E1359AA7F07D0609(L_58, L_60, /*hidden argument*/NULL); goto IL_016e; } IL_0160: { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_61 = V_7; NullCheck(L_61); String_t* L_62 = L_61->get__str_2(); IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * L_63; L_63 = RegexCharClass_Parse_m1A4671A8A47BA3DAC47386D01D5995C6100E87AC(L_62, /*hidden argument*/NULL); V_9 = L_63; } IL_016e: { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * 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_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * L_66 = V_9; RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_67 = V_6; NullCheck(L_67); Il2CppChar L_68 = L_67->get__ch_3(); NullCheck(L_66); RegexCharClass_AddChar_mDDCFF2A0510737DEAE68DEE7E1359AA7F07D0609(L_66, L_68, /*hidden argument*/NULL); goto IL_01a0; } IL_0189: { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_69 = V_6; NullCheck(L_69); String_t* L_70 = L_69->get__str_2(); IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * L_71; L_71 = RegexCharClass_Parse_m1A4671A8A47BA3DAC47386D01D5995C6100E87AC(L_70, /*hidden argument*/NULL); V_10 = L_71; RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * L_72 = V_9; RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * L_73 = V_10; NullCheck(L_72); RegexCharClass_AddCharClass_m1E139F8FDC0E1A33E143A3A413255F6D521F7EB8(L_72, L_73, /*hidden argument*/NULL); } IL_01a0: { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_74 = V_7; NullCheck(L_74); L_74->set__type_0(((int32_t)11)); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_75 = V_7; RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * L_76 = V_9; NullCheck(L_76); String_t* L_77; L_77 = RegexCharClass_ToStringClass_mFC6754E97F014AFE4B5138AD5386E9C76D1D3CD7(L_76, /*hidden argument*/NULL); NullCheck(L_75); L_75->set__str_2(L_77); goto IL_01d0; } IL_01b9: { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * 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_t692D260BEBA1E69864C98DEEDB3E9256C38CD9B9 * L_84 = __this->get__children_1(); NullCheck(L_84); int32_t L_85; L_85 = List_1_get_Count_m3A81757FE0B3283CB292CA61894273AA7B5C97CD_inline(L_84, /*hidden argument*/List_1_get_Count_m3A81757FE0B3283CB292CA61894273AA7B5C97CD_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_t692D260BEBA1E69864C98DEEDB3E9256C38CD9B9 * 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_m34DFA4EEBBB675853B61F9B458B92AF0DBE6F587(L_88, L_89, ((int32_t)il2cpp_codegen_subtract((int32_t)L_90, (int32_t)L_91)), /*hidden argument*/List_1_RemoveRange_m34DFA4EEBBB675853B61F9B458B92AF0DBE6F587_RuntimeMethod_var); } IL_0206: { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_92; L_92 = RegexNode_StripEnation_m1DF9C3A86A4B73CCE7F86C2D121DCACED3DCC4C7(__this, ((int32_t)22), /*hidden argument*/NULL); return L_92; } } // System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexNode::ReduceConcatenation() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * RegexNode_ReduceConcatenation_mFE1E6366025CB9A114C275B74193CF62BC0AF903 (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_InsertRange_mC66FC94FD634685A3C3939C772C5BD2C77642A34_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_RemoveRange_m34DFA4EEBBB675853B61F9B458B92AF0DBE6F587_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m3A81757FE0B3283CB292CA61894273AA7B5C97CD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m5EAE519410E7938505D4C8EA39FE36CE96D5C501_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_set_Item_m46E5C8F183198C5E36BA463086086E254EF35DD0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43_il2cpp_TypeInfo_var); 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_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * V_5 = NULL; RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * V_6 = NULL; int32_t V_7 = 0; { List_1_t692D260BEBA1E69864C98DEEDB3E9256C38CD9B9 * L_0 = __this->get__children_1(); if (L_0) { goto IL_0016; } } { int32_t L_1 = __this->get__options_6(); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_2 = (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 *)il2cpp_codegen_object_new(RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43_il2cpp_TypeInfo_var); RegexNode__ctor_mD8966EDCD7AA48AC8AAD5B156C513671843F6D49(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_t692D260BEBA1E69864C98DEEDB3E9256C38CD9B9 * L_3 = __this->get__children_1(); int32_t L_4 = V_3; NullCheck(L_3); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_5; L_5 = List_1_get_Item_m5EAE519410E7938505D4C8EA39FE36CE96D5C501_inline(L_3, L_4, /*hidden argument*/List_1_get_Item_m5EAE519410E7938505D4C8EA39FE36CE96D5C501_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_t692D260BEBA1E69864C98DEEDB3E9256C38CD9B9 * L_8 = __this->get__children_1(); int32_t L_9 = V_4; RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_10 = V_5; NullCheck(L_8); List_1_set_Item_m46E5C8F183198C5E36BA463086086E254EF35DD0(L_8, L_9, L_10, /*hidden argument*/List_1_set_Item_m46E5C8F183198C5E36BA463086086E254EF35DD0_RuntimeMethod_var); } IL_0046: { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * 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_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * 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_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_16 = V_5; NullCheck(L_16); List_1_t692D260BEBA1E69864C98DEEDB3E9256C38CD9B9 * L_17 = L_16->get__children_1(); int32_t L_18 = V_7; NullCheck(L_17); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_19; L_19 = List_1_get_Item_m5EAE519410E7938505D4C8EA39FE36CE96D5C501_inline(L_17, L_18, /*hidden argument*/List_1_get_Item_m5EAE519410E7938505D4C8EA39FE36CE96D5C501_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_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_22 = V_5; NullCheck(L_22); List_1_t692D260BEBA1E69864C98DEEDB3E9256C38CD9B9 * L_23 = L_22->get__children_1(); NullCheck(L_23); int32_t L_24; L_24 = List_1_get_Count_m3A81757FE0B3283CB292CA61894273AA7B5C97CD_inline(L_23, /*hidden argument*/List_1_get_Count_m3A81757FE0B3283CB292CA61894273AA7B5C97CD_RuntimeMethod_var); if ((((int32_t)L_21) < ((int32_t)L_24))) { goto IL_006b; } } { List_1_t692D260BEBA1E69864C98DEEDB3E9256C38CD9B9 * L_25 = __this->get__children_1(); int32_t L_26 = V_3; RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_27 = V_5; NullCheck(L_27); List_1_t692D260BEBA1E69864C98DEEDB3E9256C38CD9B9 * L_28 = L_27->get__children_1(); NullCheck(L_25); List_1_InsertRange_mC66FC94FD634685A3C3939C772C5BD2C77642A34(L_25, ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)), L_28, /*hidden argument*/List_1_InsertRange_mC66FC94FD634685A3C3939C772C5BD2C77642A34_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_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * 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_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * 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_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * 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_t692D260BEBA1E69864C98DEEDB3E9256C38CD9B9 * 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_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_43; L_43 = List_1_get_Item_m5EAE519410E7938505D4C8EA39FE36CE96D5C501_inline(L_40, L_42, /*hidden argument*/List_1_get_Item_m5EAE519410E7938505D4C8EA39FE36CE96D5C501_RuntimeMethod_var); V_6 = L_43; RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * 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_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_46 = V_6; NullCheck(L_46); L_46->set__type_0(((int32_t)12)); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_47 = V_6; RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_48 = V_6; NullCheck(L_48); Il2CppChar L_49 = L_48->get__ch_3(); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_50; L_50 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); String_t* L_51; L_51 = Convert_ToString_m6A5562C24B4B4B7B1A5B79AE8DF74128E3E58127(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_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * 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_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_55 = V_6; RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_56 = L_55; NullCheck(L_56); String_t* L_57 = L_56->get__str_2(); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_58 = V_5; NullCheck(L_58); Il2CppChar* L_59 = L_58->get_address_of__ch_3(); String_t* L_60; L_60 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)L_59, /*hidden argument*/NULL); String_t* L_61; L_61 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_57, L_60, /*hidden argument*/NULL); NullCheck(L_56); L_56->set__str_2(L_61); goto IL_01d2; } IL_015a: { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_62 = V_6; RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_63 = L_62; NullCheck(L_63); String_t* L_64 = L_63->get__str_2(); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_65 = V_5; NullCheck(L_65); String_t* L_66 = L_65->get__str_2(); String_t* L_67; L_67 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_64, L_66, /*hidden argument*/NULL); NullCheck(L_63); L_63->set__str_2(L_67); goto IL_01d2; } IL_0175: { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * 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_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_70 = V_6; RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_71 = V_5; NullCheck(L_71); Il2CppChar* L_72 = L_71->get_address_of__ch_3(); String_t* L_73; L_73 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)L_72, /*hidden argument*/NULL); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_74 = V_6; NullCheck(L_74); String_t* L_75 = L_74->get__str_2(); String_t* L_76; L_76 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_73, L_75, /*hidden argument*/NULL); NullCheck(L_70); L_70->set__str_2(L_76); goto IL_01d2; } IL_01a1: { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_77 = V_6; RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_78 = V_5; NullCheck(L_78); String_t* L_79 = L_78->get__str_2(); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_80 = V_6; NullCheck(L_80); String_t* L_81 = L_80->get__str_2(); String_t* L_82; L_82 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_79, L_81, /*hidden argument*/NULL); NullCheck(L_77); L_77->set__str_2(L_82); goto IL_01d2; } IL_01bd: { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * 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_t692D260BEBA1E69864C98DEEDB3E9256C38CD9B9 * L_89 = __this->get__children_1(); NullCheck(L_89); int32_t L_90; L_90 = List_1_get_Count_m3A81757FE0B3283CB292CA61894273AA7B5C97CD_inline(L_89, /*hidden argument*/List_1_get_Count_m3A81757FE0B3283CB292CA61894273AA7B5C97CD_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_t692D260BEBA1E69864C98DEEDB3E9256C38CD9B9 * 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_m34DFA4EEBBB675853B61F9B458B92AF0DBE6F587(L_93, L_94, ((int32_t)il2cpp_codegen_subtract((int32_t)L_95, (int32_t)L_96)), /*hidden argument*/List_1_RemoveRange_m34DFA4EEBBB675853B61F9B458B92AF0DBE6F587_RuntimeMethod_var); } IL_0203: { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_97; L_97 = RegexNode_StripEnation_m1DF9C3A86A4B73CCE7F86C2D121DCACED3DCC4C7(__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) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * RegexNode_MakeQuantifier_mB84818E8D93FEB4AE45E224C09EE46BE238ECD20 (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * __this, bool ___lazy0, int32_t ___min1, int32_t ___max2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * G_B9_0 = NULL; RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * G_B8_0 = NULL; int32_t G_B10_0 = 0; RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * 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_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_3 = (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 *)il2cpp_codegen_object_new(RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43_il2cpp_TypeInfo_var); RegexNode__ctor_mD8966EDCD7AA48AC8AAD5B156C513671843F6D49(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_m23A10A13942B83BDF596DE595718B9BD701E8A60(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_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_15 = (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 *)il2cpp_codegen_object_new(RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43_il2cpp_TypeInfo_var); RegexNode__ctor_m0E000C0421213F15341C9B74C3ADA8F4963CA511(L_15, G_B14_0, L_12, L_13, L_14, /*hidden argument*/NULL); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_16 = L_15; NullCheck(L_16); RegexNode_AddChild_mD5F9848916D55A0DF36CE5460D149E1024005C85(L_16, __this, /*hidden argument*/NULL); return L_16; } } // System.Void System.Text.RegularExpressions.RegexNode::AddChild(System.Text.RegularExpressions.RegexNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexNode_AddChild_mD5F9848916D55A0DF36CE5460D149E1024005C85 (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * __this, RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * ___newChild0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mD4718F8BEFC7BA4B463DA97744DC7D85A450F27F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mEEED4D424213FDF741A7A72F807F0BF9C6088398_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t692D260BEBA1E69864C98DEEDB3E9256C38CD9B9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * V_0 = NULL; { List_1_t692D260BEBA1E69864C98DEEDB3E9256C38CD9B9 * L_0 = __this->get__children_1(); if (L_0) { goto IL_0014; } } { List_1_t692D260BEBA1E69864C98DEEDB3E9256C38CD9B9 * L_1 = (List_1_t692D260BEBA1E69864C98DEEDB3E9256C38CD9B9 *)il2cpp_codegen_object_new(List_1_t692D260BEBA1E69864C98DEEDB3E9256C38CD9B9_il2cpp_TypeInfo_var); List_1__ctor_mEEED4D424213FDF741A7A72F807F0BF9C6088398(L_1, 4, /*hidden argument*/List_1__ctor_mEEED4D424213FDF741A7A72F807F0BF9C6088398_RuntimeMethod_var); __this->set__children_1(L_1); } IL_0014: { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_2 = ___newChild0; NullCheck(L_2); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_3; L_3 = RegexNode_Reduce_m2EAE287E7E9FE547B38FEC40BE3E316920B53471(L_2, /*hidden argument*/NULL); V_0 = L_3; List_1_t692D260BEBA1E69864C98DEEDB3E9256C38CD9B9 * L_4 = __this->get__children_1(); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_5 = V_0; NullCheck(L_4); List_1_Add_mD4718F8BEFC7BA4B463DA97744DC7D85A450F27F(L_4, L_5, /*hidden argument*/List_1_Add_mD4718F8BEFC7BA4B463DA97744DC7D85A450F27F_RuntimeMethod_var); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * 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) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * RegexNode_Child_mAE38F2EF7289FE455686B7BEEF81C39A9D25E960 (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m5EAE519410E7938505D4C8EA39FE36CE96D5C501_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { List_1_t692D260BEBA1E69864C98DEEDB3E9256C38CD9B9 * L_0 = __this->get__children_1(); int32_t L_1 = ___i0; NullCheck(L_0); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_2; L_2 = List_1_get_Item_m5EAE519410E7938505D4C8EA39FE36CE96D5C501_inline(L_0, L_1, /*hidden argument*/List_1_get_Item_m5EAE519410E7938505D4C8EA39FE36CE96D5C501_RuntimeMethod_var); return L_2; } } // System.Int32 System.Text.RegularExpressions.RegexNode::ChildCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegexNode_ChildCount_m15D92C9740BA92B2E78B392F7215B8D7D0242172 (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m3A81757FE0B3283CB292CA61894273AA7B5C97CD_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { List_1_t692D260BEBA1E69864C98DEEDB3E9256C38CD9B9 * L_0 = __this->get__children_1(); if (!L_0) { goto IL_0014; } } { List_1_t692D260BEBA1E69864C98DEEDB3E9256C38CD9B9 * L_1 = __this->get__children_1(); NullCheck(L_1); int32_t L_2; L_2 = List_1_get_Count_m3A81757FE0B3283CB292CA61894273AA7B5C97CD_inline(L_1, /*hidden argument*/List_1_get_Count_m3A81757FE0B3283CB292CA61894273AA7B5C97CD_RuntimeMethod_var); return L_2; } IL_0014: { return 0; } } // System.Int32 System.Text.RegularExpressions.RegexNode::Type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegexNode_Type_m3C72321B307C77AF12F294F366D57D2C77832F27 (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * __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) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegexTree_t63A434601D42EC388D9B2DCA2913286CFC8811F3 * RegexParser_Parse_mF17A30D14FACA37DB6DE172C5F0C34B4EB1EA719 (String_t* ___re0, int32_t ___op1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_ToArray_m38F628C7542B32348AE3F9E5C65E04E9C039ADC4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexTree_t63A434601D42EC388D9B2DCA2913286CFC8811F3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * V_0 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_1 = NULL; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * G_B3_0 = NULL; RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * G_B5_0 = NULL; RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * G_B4_0 = NULL; RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * 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_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_1; L_1 = CultureInfo_get_CurrentCulture_m99E5F5BD20445F2A73F7EA0014A4E783DF3840BB(/*hidden argument*/NULL); G_B3_0 = L_1; goto IL_0015; } IL_0010: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_2; L_2 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); G_B3_0 = L_2; } IL_0015: { RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * L_3 = (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 *)il2cpp_codegen_object_new(RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9_il2cpp_TypeInfo_var); RegexParser__ctor_m9058798A864D0200A16F15E995B6B9AA8A189E58(L_3, G_B3_0, /*hidden argument*/NULL); V_0 = L_3; RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * L_4 = V_0; int32_t L_5 = ___op1; NullCheck(L_4); L_4->set__options_16(L_5); RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * L_6 = V_0; String_t* L_7 = ___re0; NullCheck(L_6); RegexParser_SetPattern_mA620864CAC4211AE79F80DF9F19B2A40863E9DBE(L_6, L_7, /*hidden argument*/NULL); RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * L_8 = V_0; NullCheck(L_8); RegexParser_CountCaptures_mE1F7E2BFAE6D599A2F71D217A078B385A9408700(L_8, /*hidden argument*/NULL); RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * L_9 = V_0; int32_t L_10 = ___op1; NullCheck(L_9); RegexParser_Reset_m1D0DAF8942A2A980D3944600893CEF969053F2EE(L_9, L_10, /*hidden argument*/NULL); RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * L_11 = V_0; NullCheck(L_11); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_12; L_12 = RegexParser_ScanRegex_mE0EF23CF2A462063119E2D5046512A1960A11718(L_11, /*hidden argument*/NULL); RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * L_13 = V_0; NullCheck(L_13); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * 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_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)NULL; G_B6_0 = G_B4_0; goto IL_0054; } IL_0048: { RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * L_15 = V_0; NullCheck(L_15); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_16 = L_15->get__capnamelist_15(); NullCheck(L_16); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_17; L_17 = List_1_ToArray_m38F628C7542B32348AE3F9E5C65E04E9C039ADC4(L_16, /*hidden argument*/List_1_ToArray_m38F628C7542B32348AE3F9E5C65E04E9C039ADC4_RuntimeMethod_var); V_1 = L_17; G_B6_0 = G_B5_0; } IL_0054: { RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * L_18 = V_0; NullCheck(L_18); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_19 = L_18->get__caps_12(); RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * L_20 = V_0; NullCheck(L_20); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_21 = L_20->get__capnumlist_14(); RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * L_22 = V_0; NullCheck(L_22); int32_t L_23 = L_22->get__captop_10(); RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * L_24 = V_0; NullCheck(L_24); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_25 = L_24->get__capnames_13(); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_26 = V_1; int32_t L_27 = ___op1; RegexTree_t63A434601D42EC388D9B2DCA2913286CFC8811F3 * L_28 = (RegexTree_t63A434601D42EC388D9B2DCA2913286CFC8811F3 *)il2cpp_codegen_object_new(RegexTree_t63A434601D42EC388D9B2DCA2913286CFC8811F3_il2cpp_TypeInfo_var); RegexTree__ctor_m71E8231B91BF289104B933268B2CEF0AA02CF092(L_28, G_B6_0, L_19, L_21, L_23, L_25, L_26, L_27, /*hidden argument*/NULL); return L_28; } } // System.Text.RegularExpressions.RegexReplacement System.Text.RegularExpressions.RegexParser::ParseReplacement(System.String,System.Collections.Hashtable,System.Int32,System.Collections.Hashtable,System.Text.RegularExpressions.RegexOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegexReplacement_tA7DE3492BBDE988EF1C93CB8F71CF01A4C1D9A32 * RegexParser_ParseReplacement_mC5D0119ACEAD7508BDEC514BF4D8C9303CAD0842 (String_t* ___rep0, Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___caps1, int32_t ___capsize2, Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___capnames3, int32_t ___op4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexReplacement_tA7DE3492BBDE988EF1C93CB8F71CF01A4C1D9A32_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * V_0 = NULL; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * G_B3_0 = NULL; { int32_t L_0 = ___op4; if (((int32_t)((int32_t)L_0&(int32_t)((int32_t)512)))) { goto IL_0011; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_1; L_1 = CultureInfo_get_CurrentCulture_m99E5F5BD20445F2A73F7EA0014A4E783DF3840BB(/*hidden argument*/NULL); G_B3_0 = L_1; goto IL_0016; } IL_0011: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_2; L_2 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); G_B3_0 = L_2; } IL_0016: { RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * L_3 = (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 *)il2cpp_codegen_object_new(RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9_il2cpp_TypeInfo_var); RegexParser__ctor_m9058798A864D0200A16F15E995B6B9AA8A189E58(L_3, G_B3_0, /*hidden argument*/NULL); RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * L_4 = L_3; int32_t L_5 = ___op4; NullCheck(L_4); L_4->set__options_16(L_5); RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * L_6 = L_4; Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_7 = ___caps1; int32_t L_8 = ___capsize2; Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_9 = ___capnames3; NullCheck(L_6); RegexParser_NoteCaptures_m8281BB827D68F1A4E2A30C5A5189E72A92FE6F78(L_6, L_7, L_8, L_9, /*hidden argument*/NULL); RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * L_10 = L_6; String_t* L_11 = ___rep0; NullCheck(L_10); RegexParser_SetPattern_mA620864CAC4211AE79F80DF9F19B2A40863E9DBE(L_10, L_11, /*hidden argument*/NULL); NullCheck(L_10); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_12; L_12 = RegexParser_ScanReplacement_mB61772A7FA7B76D522BFA9639F96962EE197747A(L_10, /*hidden argument*/NULL); V_0 = L_12; String_t* L_13 = ___rep0; RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_14 = V_0; Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_15 = ___caps1; RegexReplacement_tA7DE3492BBDE988EF1C93CB8F71CF01A4C1D9A32 * L_16 = (RegexReplacement_tA7DE3492BBDE988EF1C93CB8F71CF01A4C1D9A32 *)il2cpp_codegen_object_new(RegexReplacement_tA7DE3492BBDE988EF1C93CB8F71CF01A4C1D9A32_il2cpp_TypeInfo_var); RegexReplacement__ctor_mAF9D6E1EBA04EE087CA7E2525BFC1537E8B60836(L_16, L_13, L_14, L_15, /*hidden argument*/NULL); return L_16; } } // System.Void System.Text.RegularExpressions.RegexParser::.ctor(System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexParser__ctor_m9058798A864D0200A16F15E995B6B9AA8A189E58 (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m7D9D8A82FB31C207EA4A2D7AC0D33B90B0BB34AB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tE931333A40AB4E57F72E00F9F23D19057C78120A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_0 = ___culture0; __this->set__culture_7(L_0); List_1_tE931333A40AB4E57F72E00F9F23D19057C78120A * L_1 = (List_1_tE931333A40AB4E57F72E00F9F23D19057C78120A *)il2cpp_codegen_object_new(List_1_tE931333A40AB4E57F72E00F9F23D19057C78120A_il2cpp_TypeInfo_var); List_1__ctor_m7D9D8A82FB31C207EA4A2D7AC0D33B90B0BB34AB(L_1, /*hidden argument*/List_1__ctor_m7D9D8A82FB31C207EA4A2D7AC0D33B90B0BB34AB_RuntimeMethod_var); __this->set__optionsStack_17(L_1); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_2 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91(L_2, /*hidden argument*/NULL); __this->set__caps_12(L_2); return; } } // System.Void System.Text.RegularExpressions.RegexParser::SetPattern(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexParser_SetPattern_mA620864CAC4211AE79F80DF9F19B2A40863E9DBE (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, String_t* ___Re0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); 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) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexParser_Reset_m1D0DAF8942A2A980D3944600893CEF969053F2EE (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, int32_t ___topopts0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_RemoveRange_m44F1D881F5E64D8010B3154DCACBDA5BC6DA4450_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m6027426A21F931ED65BF307176B790FC2065A648_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { __this->set__currentPos_6(0); __this->set__autocap_8(1); __this->set__ignoreNextParen_18((bool)0); List_1_tE931333A40AB4E57F72E00F9F23D19057C78120A * L_0 = __this->get__optionsStack_17(); NullCheck(L_0); int32_t L_1; L_1 = List_1_get_Count_m6027426A21F931ED65BF307176B790FC2065A648_inline(L_0, /*hidden argument*/List_1_get_Count_m6027426A21F931ED65BF307176B790FC2065A648_RuntimeMethod_var); if ((((int32_t)L_1) <= ((int32_t)0))) { goto IL_003c; } } { List_1_tE931333A40AB4E57F72E00F9F23D19057C78120A * L_2 = __this->get__optionsStack_17(); List_1_tE931333A40AB4E57F72E00F9F23D19057C78120A * L_3 = __this->get__optionsStack_17(); NullCheck(L_3); int32_t L_4; L_4 = List_1_get_Count_m6027426A21F931ED65BF307176B790FC2065A648_inline(L_3, /*hidden argument*/List_1_get_Count_m6027426A21F931ED65BF307176B790FC2065A648_RuntimeMethod_var); NullCheck(L_2); List_1_RemoveRange_m44F1D881F5E64D8010B3154DCACBDA5BC6DA4450(L_2, 0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)), /*hidden argument*/List_1_RemoveRange_m44F1D881F5E64D8010B3154DCACBDA5BC6DA4450_RuntimeMethod_var); } IL_003c: { int32_t L_5 = ___topopts0; __this->set__options_16(L_5); __this->set__stack_0((RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 *)NULL); return; } } // System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexParser::ScanRegex() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * RegexParser_ScanRegex_mE0EF23CF2A462063119E2D5046512A1960A11718 (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7E47B8E4D552470F6D8FD78693F09EA115DA32BE); 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_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * 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_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * G_B47_0 = NULL; RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * G_B46_0 = NULL; int32_t G_B48_0 = 0; RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * G_B48_1 = NULL; RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * G_B51_0 = NULL; RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * G_B50_0 = NULL; int32_t G_B52_0 = 0; RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * G_B52_1 = NULL; RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * G_B59_0 = NULL; RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * G_B58_0 = NULL; String_t* G_B60_0 = NULL; RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * G_B60_1 = NULL; { V_0 = ((int32_t)64); V_1 = (bool)0; int32_t L_0 = __this->get__options_16(); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_1 = (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 *)il2cpp_codegen_object_new(RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43_il2cpp_TypeInfo_var); RegexNode__ctor_m0E000C0421213F15341C9B74C3ADA8F4963CA511(L_1, ((int32_t)28), L_0, 0, (-1), /*hidden argument*/NULL); RegexParser_StartGroup_m715D16765A3808F41A0DDFB46AE99F7982BA9E87(__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_m2ACFA5BAF5FA14554D74C5DE4FE3893483D6F33D(__this, /*hidden argument*/NULL); int32_t L_3; L_3 = RegexParser_Textpos_m5A18C75CE7F3A5AE17373DA09A20070D988308C5_inline(__this, /*hidden argument*/NULL); V_3 = L_3; bool L_4; L_4 = RegexParser_UseOptionX_m7944C5C44AEAA4D69ABA991320A6B960F8EEC284(__this, /*hidden argument*/NULL); if (!L_4) { goto IL_006d; } } { goto IL_0040; } IL_003a: { RegexParser_MoveRight_mE4C6D41AFE3F585C0B8E7CD0AF3CF4DBA8791AB4(__this, /*hidden argument*/NULL); } IL_0040: { int32_t L_5; L_5 = RegexParser_CharsRight_m808A213FCB975D42C6E6270E7A0FAEB1E496B07A(__this, /*hidden argument*/NULL); if ((((int32_t)L_5) <= ((int32_t)0))) { goto IL_0092; } } { Il2CppChar L_6; L_6 = RegexParser_RightChar_mA977C61B98B8BB88C2A66AEBBFDA6826C58ED66A(__this, /*hidden argument*/NULL); Il2CppChar L_7 = L_6; V_0 = L_7; IL2CPP_RUNTIME_CLASS_INIT(RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9_il2cpp_TypeInfo_var); bool L_8; L_8 = RegexParser_IsStopperX_m14B244DAE546E9EAAEF746C7722F21FFAF6DA8D9(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; L_10 = RegexParser_IsTrueQuantifier_m190312723B9D3A48FA41FED5A4DC5D9C055EB627(__this, /*hidden argument*/NULL); if (!L_10) { goto IL_003a; } } { goto IL_0092; } IL_0067: { RegexParser_MoveRight_mE4C6D41AFE3F585C0B8E7CD0AF3CF4DBA8791AB4(__this, /*hidden argument*/NULL); } IL_006d: { int32_t L_11; L_11 = RegexParser_CharsRight_m808A213FCB975D42C6E6270E7A0FAEB1E496B07A(__this, /*hidden argument*/NULL); if ((((int32_t)L_11) <= ((int32_t)0))) { goto IL_0092; } } { Il2CppChar L_12; L_12 = RegexParser_RightChar_mA977C61B98B8BB88C2A66AEBBFDA6826C58ED66A(__this, /*hidden argument*/NULL); Il2CppChar L_13 = L_12; V_0 = L_13; IL2CPP_RUNTIME_CLASS_INIT(RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9_il2cpp_TypeInfo_var); bool L_14; L_14 = RegexParser_IsSpecial_m3EA52FD6E89284E878A510816990AD45656A9CF0(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; L_16 = RegexParser_IsTrueQuantifier_m190312723B9D3A48FA41FED5A4DC5D9C055EB627(__this, /*hidden argument*/NULL); if (!L_16) { goto IL_0067; } } IL_0092: { int32_t L_17; L_17 = RegexParser_Textpos_m5A18C75CE7F3A5AE17373DA09A20070D988308C5_inline(__this, /*hidden argument*/NULL); V_4 = L_17; RegexParser_ScanBlank_m2ACFA5BAF5FA14554D74C5DE4FE3893483D6F33D(__this, /*hidden argument*/NULL); int32_t L_18; L_18 = RegexParser_CharsRight_m808A213FCB975D42C6E6270E7A0FAEB1E496B07A(__this, /*hidden argument*/NULL); if (L_18) { goto IL_00ad; } } { V_0 = ((int32_t)33); goto IL_00ce; } IL_00ad: { Il2CppChar L_19; L_19 = RegexParser_RightChar_mA977C61B98B8BB88C2A66AEBBFDA6826C58ED66A(__this, /*hidden argument*/NULL); Il2CppChar L_20 = L_19; V_0 = L_20; IL2CPP_RUNTIME_CLASS_INIT(RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9_il2cpp_TypeInfo_var); bool L_21; L_21 = RegexParser_IsSpecial_m3EA52FD6E89284E878A510816990AD45656A9CF0(L_20, /*hidden argument*/NULL); if (!L_21) { goto IL_00cb; } } { Il2CppChar L_22 = V_0; IL2CPP_RUNTIME_CLASS_INIT(RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9_il2cpp_TypeInfo_var); bool L_23; L_23 = RegexParser_IsQuantifier_mFF0B74F0F48136C4CA3E6D614D819C67FC8EEE07(L_22, /*hidden argument*/NULL); V_1 = L_23; RegexParser_MoveRight_mE4C6D41AFE3F585C0B8E7CD0AF3CF4DBA8791AB4(__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_m308E5EB5C42CF795225A0FDBACCF647B57BE425B(__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; L_34 = RegexParser_CharAt_mEA865F2B6DC4EF1B81F8D80ABF989F395BEC0B84(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_33, (int32_t)1)), /*hidden argument*/NULL); RegexParser_AddUnitOne_mDEC722E078B3E61126F56718AF7FED159C616CDC(__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; L_41 = RegexParser_UseOptionI_m46AAF2DBCC08EE8F3E8ECA1A5E37160C4E5C7B04(__this, /*hidden argument*/NULL); RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * L_42; L_42 = RegexParser_ScanCharClass_mD4A465FEDA75BF5820D5B0C9A95EAEA3D99DB831(__this, L_41, /*hidden argument*/NULL); NullCheck(L_42); String_t* L_43; L_43 = RegexCharClass_ToStringClass_mFC6754E97F014AFE4B5138AD5386E9C76D1D3CD7(L_42, /*hidden argument*/NULL); RegexParser_AddUnitSet_mF7CEA4892737145E04E8ECD6DCD3B2A8F809C58B(__this, L_43, /*hidden argument*/NULL); goto IL_02c8; } IL_01a3: { RegexParser_PushOptions_mC0047ADAB396BC1643AA63B2C395F09FCBE726BC(__this, /*hidden argument*/NULL); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_44; L_44 = RegexParser_ScanGroupOpen_m1DE2AA1EFA786C58869EF4025705449871F33D59(__this, /*hidden argument*/NULL); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_45 = L_44; V_6 = L_45; if (L_45) { goto IL_01bf; } } { RegexParser_PopKeepOptions_mBCC70CBFDC2A6DD07FE090D4E546B6AEA5644500(__this, /*hidden argument*/NULL); goto IL_042b; } IL_01bf: { RegexParser_PushGroup_m30EE1A2FFE88FBA12DB8B4D929F6122D8001EAF9(__this, /*hidden argument*/NULL); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_46 = V_6; RegexParser_StartGroup_m715D16765A3808F41A0DDFB46AE99F7982BA9E87(__this, L_46, /*hidden argument*/NULL); goto IL_042b; } IL_01d2: { RegexParser_AddAlternate_m2C8BA28D8A58FB9CA6FE75F9D5875BF748305AB0(__this, /*hidden argument*/NULL); goto IL_042b; } IL_01dd: { bool L_47; L_47 = RegexParser_EmptyStack_mCDC440C4B29CD14F4A0D9D6E3BE105869F246E2E(__this, /*hidden argument*/NULL); if (!L_47) { goto IL_01f6; } } { String_t* L_48; L_48 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB70DFAAAD0ABCCD469EB8575DD6833C88CC374B5)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_49; L_49 = RegexParser_MakeException_mA573DC3F94B98F328A9B87673A2CF8A15120DEB1(__this, L_48, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_49, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RegexParser_ScanRegex_mE0EF23CF2A462063119E2D5046512A1960A11718_RuntimeMethod_var))); } IL_01f6: { RegexParser_AddGroup_m3771097F1B4F1F6AA10104D28B663026F7B7326F(__this, /*hidden argument*/NULL); RegexParser_PopGroup_m461057BFDD1D1CFD70CF3DFE70693E429FCF0FA9(__this, /*hidden argument*/NULL); RegexParser_PopOptions_m186A6537DA0481481E59C5BED015B577508271C7(__this, /*hidden argument*/NULL); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_50; L_50 = RegexParser_Unit_m88B751E79E4DE41D295805439EE6D1D5B7170D7F_inline(__this, /*hidden argument*/NULL); if (L_50) { goto IL_02c8; } } { goto IL_042b; } IL_0218: { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_51; L_51 = RegexParser_ScanBackslash_m2598C224286A4826DEB2D1189CCB73C9A363DFBD(__this, /*hidden argument*/NULL); RegexParser_AddUnitNode_m84299A7BCF95B87B5B4672759DE2D8D863FA80E2_inline(__this, L_51, /*hidden argument*/NULL); goto IL_02c8; } IL_0229: { bool L_52; L_52 = RegexParser_UseOptionM_mBCB459C99D9BD541A68ADF86C1FD437169A8352E(__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_m39738056CFFB37E7036AF626829033D6052E6FD8(G_B48_1, G_B48_0, /*hidden argument*/NULL); goto IL_02c8; } IL_0242: { bool L_53; L_53 = RegexParser_UseOptionM_mBCB459C99D9BD541A68ADF86C1FD437169A8352E(__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_m39738056CFFB37E7036AF626829033D6052E6FD8(G_B52_1, G_B52_0, /*hidden argument*/NULL); goto IL_02c8; } IL_0258: { bool L_54; L_54 = RegexParser_UseOptionS_m079D720F7300CEEBB4800B8CB5F7DE450E00FC6D(__this, /*hidden argument*/NULL); if (!L_54) { goto IL_026d; } } { RegexParser_AddUnitSet_mF7CEA4892737145E04E8ECD6DCD3B2A8F809C58B(__this, _stringLiteral7E47B8E4D552470F6D8FD78693F09EA115DA32BE, /*hidden argument*/NULL); goto IL_02c8; } IL_026d: { RegexParser_AddUnitNotone_m14CA5BBABCE627507923A6BE373BEC032167801F(__this, ((int32_t)10), /*hidden argument*/NULL); goto IL_02c8; } IL_0277: { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_55; L_55 = RegexParser_Unit_m88B751E79E4DE41D295805439EE6D1D5B7170D7F_inline(__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; L_57 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE63688B993F3304E9013687D7CD5065D0AE3D400)), /*hidden argument*/NULL); G_B60_0 = L_57; G_B60_1 = G_B58_0; goto IL_02a9; } IL_028f: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_58 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_59 = L_58; String_t* L_60; L_60 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)(&V_0), /*hidden argument*/NULL); NullCheck(L_59); ArrayElementTypeCheck (L_59, L_60); (L_59)->SetAt(static_cast(0), (RuntimeObject *)L_60); String_t* L_61; L_61 = SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral17B277DD41310C7E909CF67339B1A07AB6FEC59A)), L_59, /*hidden argument*/NULL); G_B60_0 = L_61; G_B60_1 = G_B59_0; } IL_02a9: { NullCheck(G_B60_1); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_62; L_62 = RegexParser_MakeException_mA573DC3F94B98F328A9B87673A2CF8A15120DEB1(G_B60_1, G_B60_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_62, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RegexParser_ScanRegex_mE0EF23CF2A462063119E2D5046512A1960A11718_RuntimeMethod_var))); } IL_02af: { RegexParser_MoveLeft_mBE0128B08B61C1306954528C799F2F1F1B803391(__this, /*hidden argument*/NULL); goto IL_02c8; } IL_02b7: { String_t* L_63; L_63 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral29A5AED1D4EB99A01F98E33F896B7B911D6BBD64)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_64; L_64 = RegexParser_MakeException_mA573DC3F94B98F328A9B87673A2CF8A15120DEB1(__this, L_63, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_64, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RegexParser_ScanRegex_mE0EF23CF2A462063119E2D5046512A1960A11718_RuntimeMethod_var))); } IL_02c8: { RegexParser_ScanBlank_m2ACFA5BAF5FA14554D74C5DE4FE3893483D6F33D(__this, /*hidden argument*/NULL); int32_t L_65; L_65 = RegexParser_CharsRight_m808A213FCB975D42C6E6270E7A0FAEB1E496B07A(__this, /*hidden argument*/NULL); if (!L_65) { goto IL_02e0; } } { bool L_66; L_66 = RegexParser_IsTrueQuantifier_m190312723B9D3A48FA41FED5A4DC5D9C055EB627(__this, /*hidden argument*/NULL); bool L_67 = L_66; V_1 = L_67; if (L_67) { goto IL_02eb; } } IL_02e0: { RegexParser_AddConcatenate_m1B223D215058DA19724BD379C2BC0557EA24B48A(__this, /*hidden argument*/NULL); goto IL_042b; } IL_02eb: { Il2CppChar L_68; L_68 = RegexParser_MoveRightGetChar_mE98852DD0B33AE818B01A7CC7A9C301C2226F81C(__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; L_74 = RegexParser_Textpos_m5A18C75CE7F3A5AE17373DA09A20070D988308C5_inline(__this, /*hidden argument*/NULL); V_3 = L_74; int32_t L_75; L_75 = RegexParser_ScanDecimal_mC7374D132F506C5D7EEB868C32C4959B1C672017(__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; L_78 = RegexParser_Textpos_m5A18C75CE7F3A5AE17373DA09A20070D988308C5_inline(__this, /*hidden argument*/NULL); if ((((int32_t)L_77) >= ((int32_t)L_78))) { goto IL_039a; } } { int32_t L_79; L_79 = RegexParser_CharsRight_m808A213FCB975D42C6E6270E7A0FAEB1E496B07A(__this, /*hidden argument*/NULL); if ((((int32_t)L_79) <= ((int32_t)0))) { goto IL_039a; } } { Il2CppChar L_80; L_80 = RegexParser_RightChar_mA977C61B98B8BB88C2A66AEBBFDA6826C58ED66A(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_80) == ((uint32_t)((int32_t)44))))) { goto IL_039a; } } { RegexParser_MoveRight_mE4C6D41AFE3F585C0B8E7CD0AF3CF4DBA8791AB4(__this, /*hidden argument*/NULL); int32_t L_81; L_81 = RegexParser_CharsRight_m808A213FCB975D42C6E6270E7A0FAEB1E496B07A(__this, /*hidden argument*/NULL); if (!L_81) { goto IL_0389; } } { Il2CppChar L_82; L_82 = RegexParser_RightChar_mA977C61B98B8BB88C2A66AEBBFDA6826C58ED66A(__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; L_83 = RegexParser_ScanDecimal_mC7374D132F506C5D7EEB868C32C4959B1C672017(__this, /*hidden argument*/NULL); V_8 = L_83; } IL_039a: { int32_t L_84 = V_3; int32_t L_85; L_85 = RegexParser_Textpos_m5A18C75CE7F3A5AE17373DA09A20070D988308C5_inline(__this, /*hidden argument*/NULL); if ((((int32_t)L_84) == ((int32_t)L_85))) { goto IL_03b5; } } { int32_t L_86; L_86 = RegexParser_CharsRight_m808A213FCB975D42C6E6270E7A0FAEB1E496B07A(__this, /*hidden argument*/NULL); if (!L_86) { goto IL_03b5; } } { Il2CppChar L_87; L_87 = RegexParser_MoveRightGetChar_mE98852DD0B33AE818B01A7CC7A9C301C2226F81C(__this, /*hidden argument*/NULL); if ((((int32_t)L_87) == ((int32_t)((int32_t)125)))) { goto IL_03d7; } } IL_03b5: { RegexParser_AddConcatenate_m1B223D215058DA19724BD379C2BC0557EA24B48A(__this, /*hidden argument*/NULL); int32_t L_88 = V_3; RegexParser_Textto_mE4BCC8608BF006D283A32F9C5811264467EEB806_inline(__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; L_89 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral29A5AED1D4EB99A01F98E33F896B7B911D6BBD64)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_90; L_90 = RegexParser_MakeException_mA573DC3F94B98F328A9B87673A2CF8A15120DEB1(__this, L_89, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_90, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RegexParser_ScanRegex_mE0EF23CF2A462063119E2D5046512A1960A11718_RuntimeMethod_var))); } IL_03d7: { RegexParser_ScanBlank_m2ACFA5BAF5FA14554D74C5DE4FE3893483D6F33D(__this, /*hidden argument*/NULL); int32_t L_91; L_91 = RegexParser_CharsRight_m808A213FCB975D42C6E6270E7A0FAEB1E496B07A(__this, /*hidden argument*/NULL); if (!L_91) { goto IL_03ef; } } { Il2CppChar L_92; L_92 = RegexParser_RightChar_mA977C61B98B8BB88C2A66AEBBFDA6826C58ED66A(__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_mE4C6D41AFE3F585C0B8E7CD0AF3CF4DBA8791AB4(__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; L_95 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2E203410EDD156CA82D74FCDDE8C2C9EB635FE18)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_96; L_96 = RegexParser_MakeException_mA573DC3F94B98F328A9B87673A2CF8A15120DEB1(__this, L_95, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_96, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RegexParser_ScanRegex_mE0EF23CF2A462063119E2D5046512A1960A11718_RuntimeMethod_var))); } IL_0414: { bool L_97 = V_9; int32_t L_98 = V_7; int32_t L_99 = V_8; RegexParser_AddConcatenate_m47774C08F0EF3E4B83BD52C777019D63BE718AE6(__this, L_97, L_98, L_99, /*hidden argument*/NULL); } IL_0420: { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_100; L_100 = RegexParser_Unit_m88B751E79E4DE41D295805439EE6D1D5B7170D7F_inline(__this, /*hidden argument*/NULL); if (L_100) { goto IL_02f7; } } IL_042b: { int32_t L_101; L_101 = RegexParser_CharsRight_m808A213FCB975D42C6E6270E7A0FAEB1E496B07A(__this, /*hidden argument*/NULL); if ((((int32_t)L_101) > ((int32_t)0))) { goto IL_001f; } } IL_0437: { bool L_102; L_102 = RegexParser_EmptyStack_mCDC440C4B29CD14F4A0D9D6E3BE105869F246E2E(__this, /*hidden argument*/NULL); if (L_102) { goto IL_0450; } } { String_t* L_103; L_103 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral07B71A0735C0A5FDC2E73979B95958D40F06AE42)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_104; L_104 = RegexParser_MakeException_mA573DC3F94B98F328A9B87673A2CF8A15120DEB1(__this, L_103, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_104, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RegexParser_ScanRegex_mE0EF23CF2A462063119E2D5046512A1960A11718_RuntimeMethod_var))); } IL_0450: { RegexParser_AddGroup_m3771097F1B4F1F6AA10104D28B663026F7B7326F(__this, /*hidden argument*/NULL); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_105; L_105 = RegexParser_Unit_m88B751E79E4DE41D295805439EE6D1D5B7170D7F_inline(__this, /*hidden argument*/NULL); return L_105; } } // System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexParser::ScanReplacement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * RegexParser_ScanReplacement_mB61772A7FA7B76D522BFA9639F96962EE197747A (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = __this->get__options_16(); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_1 = (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 *)il2cpp_codegen_object_new(RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43_il2cpp_TypeInfo_var); RegexNode__ctor_mD8966EDCD7AA48AC8AAD5B156C513671843F6D49(L_1, ((int32_t)25), L_0, /*hidden argument*/NULL); __this->set__concatenation_3(L_1); } IL_0013: { int32_t L_2; L_2 = RegexParser_CharsRight_m808A213FCB975D42C6E6270E7A0FAEB1E496B07A(__this, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; if (!L_3) { goto IL_0070; } } { int32_t L_4; L_4 = RegexParser_Textpos_m5A18C75CE7F3A5AE17373DA09A20070D988308C5_inline(__this, /*hidden argument*/NULL); V_1 = L_4; goto IL_0030; } IL_0026: { RegexParser_MoveRight_mE4C6D41AFE3F585C0B8E7CD0AF3CF4DBA8791AB4(__this, /*hidden argument*/NULL); int32_t L_5 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1)); } IL_0030: { int32_t L_6 = V_0; if ((((int32_t)L_6) <= ((int32_t)0))) { goto IL_003e; } } { Il2CppChar L_7; L_7 = RegexParser_RightChar_mA977C61B98B8BB88C2A66AEBBFDA6826C58ED66A(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)36))))) { goto IL_0026; } } IL_003e: { int32_t L_8 = V_1; int32_t L_9; L_9 = RegexParser_Textpos_m5A18C75CE7F3A5AE17373DA09A20070D988308C5_inline(__this, /*hidden argument*/NULL); int32_t L_10 = V_1; RegexParser_AddConcatenate_m308E5EB5C42CF795225A0FDBACCF647B57BE425B(__this, L_8, ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)L_10)), (bool)1, /*hidden argument*/NULL); int32_t L_11 = V_0; if ((((int32_t)L_11) <= ((int32_t)0))) { goto IL_0013; } } { Il2CppChar L_12; L_12 = RegexParser_MoveRightGetChar_mE98852DD0B33AE818B01A7CC7A9C301C2226F81C(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_12) == ((uint32_t)((int32_t)36))))) { goto IL_0068; } } { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_13; L_13 = RegexParser_ScanDollar_mA9E832CADC410B1ECBF303405F955980903D2DAC(__this, /*hidden argument*/NULL); RegexParser_AddUnitNode_m84299A7BCF95B87B5B4672759DE2D8D863FA80E2_inline(__this, L_13, /*hidden argument*/NULL); } IL_0068: { RegexParser_AddConcatenate_m1B223D215058DA19724BD379C2BC0557EA24B48A(__this, /*hidden argument*/NULL); goto IL_0013; } IL_0070: { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_14 = __this->get__concatenation_3(); return L_14; } } // System.Text.RegularExpressions.RegexCharClass System.Text.RegularExpressions.RegexParser::ScanCharClass(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * RegexParser_ScanCharClass_mD4A465FEDA75BF5820D5B0C9A95EAEA3D99DB831 (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, bool ___caseInsensitive0, const RuntimeMethod* method) { { bool L_0 = ___caseInsensitive0; RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * L_1; L_1 = RegexParser_ScanCharClass_mADFDEFF75B3C880E692ED8411B7154CF3130401E(__this, L_0, (bool)0, /*hidden argument*/NULL); return L_1; } } // System.Text.RegularExpressions.RegexCharClass System.Text.RegularExpressions.RegexParser::ScanCharClass(System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * RegexParser_ScanCharClass_mADFDEFF75B3C880E692ED8411B7154CF3130401E (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, bool ___caseInsensitive0, bool ___scanOnly1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Il2CppChar V_0 = 0x0; Il2CppChar V_1 = 0x0; bool V_2 = false; bool V_3 = false; bool V_4 = false; RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * V_5 = NULL; bool V_6 = false; Il2CppChar V_7 = 0x0; int32_t V_8 = 0; RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * 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_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * L_1 = (RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 *)il2cpp_codegen_object_new(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); RegexCharClass__ctor_m70685392EB3C5808958E20C99E045F33E21C8192(L_1, /*hidden argument*/NULL); G_B3_0 = L_1; goto IL_0016; } IL_0015: { G_B3_0 = ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 *)(NULL)); } IL_0016: { V_5 = G_B3_0; int32_t L_2; L_2 = RegexParser_CharsRight_m808A213FCB975D42C6E6270E7A0FAEB1E496B07A(__this, /*hidden argument*/NULL); if ((((int32_t)L_2) <= ((int32_t)0))) { goto IL_03ac; } } { Il2CppChar L_3; L_3 = RegexParser_RightChar_mA977C61B98B8BB88C2A66AEBBFDA6826C58ED66A(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)94))))) { goto IL_03ac; } } { RegexParser_MoveRight_mE4C6D41AFE3F585C0B8E7CD0AF3CF4DBA8791AB4(__this, /*hidden argument*/NULL); bool L_4 = ___scanOnly1; if (L_4) { goto IL_03ac; } } { RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * L_5 = V_5; NullCheck(L_5); RegexCharClass_set_Negate_mC3CA41B098CF6B47BBF9101619F1AC4EAA3FD131_inline(L_5, (bool)1, /*hidden argument*/NULL); goto IL_03ac; } IL_004a: { V_6 = (bool)0; Il2CppChar L_6; L_6 = RegexParser_MoveRightGetChar_mE98852DD0B33AE818B01A7CC7A9C301C2226F81C(__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; L_10 = RegexParser_CharsRight_m808A213FCB975D42C6E6270E7A0FAEB1E496B07A(__this, /*hidden argument*/NULL); if ((((int32_t)L_10) <= ((int32_t)0))) { goto IL_0236; } } { Il2CppChar L_11; L_11 = RegexParser_MoveRightGetChar_mE98852DD0B33AE818B01A7CC7A9C301C2226F81C(__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_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_27 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_28 = L_27; String_t* L_29; L_29 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)(&V_0), /*hidden argument*/NULL); NullCheck(L_28); ArrayElementTypeCheck (L_28, L_29); (L_28)->SetAt(static_cast(0), (RuntimeObject *)L_29); String_t* L_30; L_30 = SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBC12DB6076DF77D5CCDF7B01D4534A2545723633)), L_28, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_31; L_31 = RegexParser_MakeException_mA573DC3F94B98F328A9B87673A2CF8A15120DEB1(__this, L_30, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_31, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RegexParser_ScanCharClass_mADFDEFF75B3C880E692ED8411B7154CF3130401E_RuntimeMethod_var))); } IL_011d: { RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * L_32 = V_5; bool L_33; L_33 = RegexParser_UseOptionE_m442360F28425CC127273FA1B10737E2AB3A70762(__this, /*hidden argument*/NULL); Il2CppChar L_34 = V_0; String_t* L_35 = __this->get__pattern_5(); NullCheck(L_32); RegexCharClass_AddDigit_m7B6D6AA1D10B8D29D004D94FC26F9CA53B3306D7(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_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_38 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_39 = L_38; String_t* L_40; L_40 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)(&V_0), /*hidden argument*/NULL); NullCheck(L_39); ArrayElementTypeCheck (L_39, L_40); (L_39)->SetAt(static_cast(0), (RuntimeObject *)L_40); String_t* L_41; L_41 = SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBC12DB6076DF77D5CCDF7B01D4534A2545723633)), L_39, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_42; L_42 = RegexParser_MakeException_mA573DC3F94B98F328A9B87673A2CF8A15120DEB1(__this, L_41, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_42, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RegexParser_ScanCharClass_mADFDEFF75B3C880E692ED8411B7154CF3130401E_RuntimeMethod_var))); } IL_0164: { RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * L_43 = V_5; bool L_44; L_44 = RegexParser_UseOptionE_m442360F28425CC127273FA1B10737E2AB3A70762(__this, /*hidden argument*/NULL); Il2CppChar L_45 = V_0; NullCheck(L_43); RegexCharClass_AddSpace_mA542E2916FEB49051A7AA0490704466DA85326BD(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_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_48 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_49 = L_48; String_t* L_50; L_50 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)(&V_0), /*hidden argument*/NULL); NullCheck(L_49); ArrayElementTypeCheck (L_49, L_50); (L_49)->SetAt(static_cast(0), (RuntimeObject *)L_50); String_t* L_51; L_51 = SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBC12DB6076DF77D5CCDF7B01D4534A2545723633)), L_49, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_52; L_52 = RegexParser_MakeException_mA573DC3F94B98F328A9B87673A2CF8A15120DEB1(__this, L_51, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_52, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RegexParser_ScanCharClass_mADFDEFF75B3C880E692ED8411B7154CF3130401E_RuntimeMethod_var))); } IL_01a5: { RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * L_53 = V_5; bool L_54; L_54 = RegexParser_UseOptionE_m442360F28425CC127273FA1B10737E2AB3A70762(__this, /*hidden argument*/NULL); Il2CppChar L_55 = V_0; NullCheck(L_53); RegexCharClass_AddWord_m977499503E6B5EB99106DF69247EBE65DDE301D9(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_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_58 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_59 = L_58; String_t* L_60; L_60 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)(&V_0), /*hidden argument*/NULL); NullCheck(L_59); ArrayElementTypeCheck (L_59, L_60); (L_59)->SetAt(static_cast(0), (RuntimeObject *)L_60); String_t* L_61; L_61 = SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBC12DB6076DF77D5CCDF7B01D4534A2545723633)), L_59, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_62; L_62 = RegexParser_MakeException_mA573DC3F94B98F328A9B87673A2CF8A15120DEB1(__this, L_61, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_62, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RegexParser_ScanCharClass_mADFDEFF75B3C880E692ED8411B7154CF3130401E_RuntimeMethod_var))); } IL_01e3: { RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * L_63 = V_5; String_t* L_64; L_64 = RegexParser_ParseProperty_m32F8C5F94C55BFF814FBAD3189A25F3CAB76B3C3(__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_m53A239A7DACD3D5A676505E6E296C4AB999BBA4C(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: { String_t* L_68; L_68 = RegexParser_ParseProperty_m32F8C5F94C55BFF814FBAD3189A25F3CAB76B3C3(__this, /*hidden argument*/NULL); goto IL_03aa; } IL_0210: { bool L_69 = ___scanOnly1; if (L_69) { goto IL_03aa; } } { RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * L_70 = V_5; Il2CppChar L_71 = V_0; Il2CppChar L_72 = V_0; NullCheck(L_70); RegexCharClass_AddRange_mD9FB543DC3B128104DBCFEA0B2E672E8A8669C5A(L_70, L_71, L_72, /*hidden argument*/NULL); goto IL_03aa; } IL_0224: { RegexParser_MoveLeft_mBE0128B08B61C1306954528C799F2F1F1B803391(__this, /*hidden argument*/NULL); Il2CppChar L_73; L_73 = RegexParser_ScanCharEscape_m7A3FDDAF73AB029CB6EA7BB8058E3FD2AEDD63D6(__this, /*hidden argument*/NULL); V_0 = L_73; V_6 = (bool)1; goto IL_028b; } IL_0236: { Il2CppChar L_74 = V_0; if ((!(((uint32_t)L_74) == ((uint32_t)((int32_t)91))))) { goto IL_028b; } } { int32_t L_75; L_75 = RegexParser_CharsRight_m808A213FCB975D42C6E6270E7A0FAEB1E496B07A(__this, /*hidden argument*/NULL); if ((((int32_t)L_75) <= ((int32_t)0))) { goto IL_028b; } } { Il2CppChar L_76; L_76 = RegexParser_RightChar_mA977C61B98B8BB88C2A66AEBBFDA6826C58ED66A(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_76) == ((uint32_t)((int32_t)58))))) { goto IL_028b; } } { bool L_77 = V_2; if (L_77) { goto IL_028b; } } { int32_t L_78; L_78 = RegexParser_Textpos_m5A18C75CE7F3A5AE17373DA09A20070D988308C5_inline(__this, /*hidden argument*/NULL); V_8 = L_78; RegexParser_MoveRight_mE4C6D41AFE3F585C0B8E7CD0AF3CF4DBA8791AB4(__this, /*hidden argument*/NULL); String_t* L_79; L_79 = RegexParser_ScanCapname_mC34B52A5BDE9DB0AB0A9691F52D45D0B7D4AD377(__this, /*hidden argument*/NULL); int32_t L_80; L_80 = RegexParser_CharsRight_m808A213FCB975D42C6E6270E7A0FAEB1E496B07A(__this, /*hidden argument*/NULL); if ((((int32_t)L_80) < ((int32_t)2))) { goto IL_0283; } } { Il2CppChar L_81; L_81 = RegexParser_MoveRightGetChar_mE98852DD0B33AE818B01A7CC7A9C301C2226F81C(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_81) == ((uint32_t)((int32_t)58))))) { goto IL_0283; } } { Il2CppChar L_82; L_82 = RegexParser_MoveRightGetChar_mE98852DD0B33AE818B01A7CC7A9C301C2226F81C(__this, /*hidden argument*/NULL); if ((((int32_t)L_82) == ((int32_t)((int32_t)93)))) { goto IL_028b; } } IL_0283: { int32_t L_83 = V_8; RegexParser_Textto_mE4BCC8608BF006D283A32F9C5811264467EEB806_inline(__this, L_83, /*hidden argument*/NULL); } IL_028b: { bool L_84 = V_2; if (!L_84) { goto IL_0306; } } { V_2 = (bool)0; bool L_85 = ___scanOnly1; if (L_85) { goto IL_03aa; } } { Il2CppChar L_86 = V_0; if ((!(((uint32_t)L_86) == ((uint32_t)((int32_t)91))))) { goto IL_02e3; } } { bool L_87 = V_6; if (L_87) { goto IL_02e3; } } { bool L_88 = V_3; if (L_88) { goto IL_02e3; } } { RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * L_89 = V_5; Il2CppChar L_90 = V_1; NullCheck(L_89); RegexCharClass_AddChar_mDDCFF2A0510737DEAE68DEE7E1359AA7F07D0609(L_89, L_90, /*hidden argument*/NULL); RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * L_91 = V_5; bool L_92 = ___caseInsensitive0; RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * L_93; L_93 = RegexParser_ScanCharClass_mADFDEFF75B3C880E692ED8411B7154CF3130401E(__this, L_92, (bool)0, /*hidden argument*/NULL); NullCheck(L_91); RegexCharClass_AddSubtraction_m1FEE4A4FA29196BF22FBDD7EF3A263010E7661D9_inline(L_91, L_93, /*hidden argument*/NULL); int32_t L_94; L_94 = RegexParser_CharsRight_m808A213FCB975D42C6E6270E7A0FAEB1E496B07A(__this, /*hidden argument*/NULL); if ((((int32_t)L_94) <= ((int32_t)0))) { goto IL_03aa; } } { Il2CppChar L_95; L_95 = RegexParser_RightChar_mA977C61B98B8BB88C2A66AEBBFDA6826C58ED66A(__this, /*hidden argument*/NULL); if ((((int32_t)L_95) == ((int32_t)((int32_t)93)))) { goto IL_03aa; } } { String_t* L_96; L_96 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral73310BF59DB8CA3EB79CF1E70A2DA4C61E0E5228)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_97; L_97 = RegexParser_MakeException_mA573DC3F94B98F328A9B87673A2CF8A15120DEB1(__this, L_96, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_97, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RegexParser_ScanCharClass_mADFDEFF75B3C880E692ED8411B7154CF3130401E_RuntimeMethod_var))); } IL_02e3: { Il2CppChar L_98 = V_1; Il2CppChar L_99 = V_0; if ((((int32_t)L_98) <= ((int32_t)L_99))) { goto IL_02f8; } } { String_t* L_100; L_100 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8965AF17E4B7413549B839F616B223F608E66E85)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_101; L_101 = RegexParser_MakeException_mA573DC3F94B98F328A9B87673A2CF8A15120DEB1(__this, L_100, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_101, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RegexParser_ScanCharClass_mADFDEFF75B3C880E692ED8411B7154CF3130401E_RuntimeMethod_var))); } IL_02f8: { RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * L_102 = V_5; Il2CppChar L_103 = V_1; Il2CppChar L_104 = V_0; NullCheck(L_102); RegexCharClass_AddRange_mD9FB543DC3B128104DBCFEA0B2E672E8A8669C5A(L_102, L_103, L_104, /*hidden argument*/NULL); goto IL_03aa; } IL_0306: { int32_t L_105; L_105 = RegexParser_CharsRight_m808A213FCB975D42C6E6270E7A0FAEB1E496B07A(__this, /*hidden argument*/NULL); if ((((int32_t)L_105) < ((int32_t)2))) { goto IL_0330; } } { Il2CppChar L_106; L_106 = RegexParser_RightChar_mA977C61B98B8BB88C2A66AEBBFDA6826C58ED66A(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_106) == ((uint32_t)((int32_t)45))))) { goto IL_0330; } } { Il2CppChar L_107; L_107 = RegexParser_RightChar_mE6728D67C4F9FE227ECD6BED46FFC94518EAD9B4(__this, 1, /*hidden argument*/NULL); if ((((int32_t)L_107) == ((int32_t)((int32_t)93)))) { goto IL_0330; } } { Il2CppChar L_108 = V_0; V_1 = L_108; V_2 = (bool)1; RegexParser_MoveRight_mE4C6D41AFE3F585C0B8E7CD0AF3CF4DBA8791AB4(__this, /*hidden argument*/NULL); goto IL_03aa; } IL_0330: { int32_t L_109; L_109 = RegexParser_CharsRight_m808A213FCB975D42C6E6270E7A0FAEB1E496B07A(__this, /*hidden argument*/NULL); if ((((int32_t)L_109) < ((int32_t)1))) { goto IL_039e; } } { Il2CppChar L_110 = V_0; if ((!(((uint32_t)L_110) == ((uint32_t)((int32_t)45))))) { goto IL_039e; } } { bool L_111 = V_6; if (L_111) { goto IL_039e; } } { Il2CppChar L_112; L_112 = RegexParser_RightChar_mA977C61B98B8BB88C2A66AEBBFDA6826C58ED66A(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_112) == ((uint32_t)((int32_t)91))))) { goto IL_039e; } } { bool L_113 = V_3; if (L_113) { goto IL_039e; } } { bool L_114 = ___scanOnly1; if (L_114) { goto IL_038c; } } { RegexParser_MoveRight_m905DCF65EF6BA6736100751DE932753BC99B8D68(__this, 1, /*hidden argument*/NULL); RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * L_115 = V_5; bool L_116 = ___caseInsensitive0; RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * L_117; L_117 = RegexParser_ScanCharClass_mADFDEFF75B3C880E692ED8411B7154CF3130401E(__this, L_116, (bool)0, /*hidden argument*/NULL); NullCheck(L_115); RegexCharClass_AddSubtraction_m1FEE4A4FA29196BF22FBDD7EF3A263010E7661D9_inline(L_115, L_117, /*hidden argument*/NULL); int32_t L_118; L_118 = RegexParser_CharsRight_m808A213FCB975D42C6E6270E7A0FAEB1E496B07A(__this, /*hidden argument*/NULL); if ((((int32_t)L_118) <= ((int32_t)0))) { goto IL_03aa; } } { Il2CppChar L_119; L_119 = RegexParser_RightChar_mA977C61B98B8BB88C2A66AEBBFDA6826C58ED66A(__this, /*hidden argument*/NULL); if ((((int32_t)L_119) == ((int32_t)((int32_t)93)))) { goto IL_03aa; } } { String_t* L_120; L_120 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral73310BF59DB8CA3EB79CF1E70A2DA4C61E0E5228)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_121; L_121 = RegexParser_MakeException_mA573DC3F94B98F328A9B87673A2CF8A15120DEB1(__this, L_120, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_121, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RegexParser_ScanCharClass_mADFDEFF75B3C880E692ED8411B7154CF3130401E_RuntimeMethod_var))); } IL_038c: { RegexParser_MoveRight_m905DCF65EF6BA6736100751DE932753BC99B8D68(__this, 1, /*hidden argument*/NULL); bool L_122 = ___caseInsensitive0; RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * L_123; L_123 = RegexParser_ScanCharClass_mADFDEFF75B3C880E692ED8411B7154CF3130401E(__this, L_122, (bool)1, /*hidden argument*/NULL); goto IL_03aa; } IL_039e: { bool L_124 = ___scanOnly1; if (L_124) { goto IL_03aa; } } { RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * L_125 = V_5; Il2CppChar L_126 = V_0; Il2CppChar L_127 = V_0; NullCheck(L_125); RegexCharClass_AddRange_mD9FB543DC3B128104DBCFEA0B2E672E8A8669C5A(L_125, L_126, L_127, /*hidden argument*/NULL); } IL_03aa: { V_3 = (bool)0; } IL_03ac: { int32_t L_128; L_128 = RegexParser_CharsRight_m808A213FCB975D42C6E6270E7A0FAEB1E496B07A(__this, /*hidden argument*/NULL); if ((((int32_t)L_128) > ((int32_t)0))) { goto IL_004a; } } IL_03b8: { bool L_129 = V_4; if (L_129) { goto IL_03cd; } } { String_t* L_130; L_130 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD1921F7804B8B0B09E2DC813076CD1CBDE1BAC17)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_131; L_131 = RegexParser_MakeException_mA573DC3F94B98F328A9B87673A2CF8A15120DEB1(__this, L_130, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_131, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RegexParser_ScanCharClass_mADFDEFF75B3C880E692ED8411B7154CF3130401E_RuntimeMethod_var))); } IL_03cd: { bool L_132 = ___scanOnly1; bool L_133 = ___caseInsensitive0; if (!((int32_t)((int32_t)((((int32_t)L_132) == ((int32_t)0))? 1 : 0)&(int32_t)L_133))) { goto IL_03e2; } } { RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * L_134 = V_5; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_135 = __this->get__culture_7(); NullCheck(L_134); RegexCharClass_AddLowercase_m4FAE0AB13B3DB076F711B6B06C2E61F40A115B40(L_134, L_135, /*hidden argument*/NULL); } IL_03e2: { RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * L_136 = V_5; return L_136; } } // System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexParser::ScanGroupOpen() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * RegexParser_ScanGroupOpen_m1DE2AA1EFA786C58869EF4025705449871F33D59 (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43_il2cpp_TypeInfo_var); 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; L_0 = RegexParser_CharsRight_m808A213FCB975D42C6E6270E7A0FAEB1E496B07A(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0035; } } { Il2CppChar L_1; L_1 = RegexParser_RightChar_mA977C61B98B8BB88C2A66AEBBFDA6826C58ED66A(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)63))))) { goto IL_0035; } } { Il2CppChar L_2; L_2 = RegexParser_RightChar_mA977C61B98B8BB88C2A66AEBBFDA6826C58ED66A(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)63))))) { goto IL_007a; } } { int32_t L_3; L_3 = RegexParser_CharsRight_m808A213FCB975D42C6E6270E7A0FAEB1E496B07A(__this, /*hidden argument*/NULL); if ((((int32_t)L_3) <= ((int32_t)1))) { goto IL_007a; } } { Il2CppChar L_4; L_4 = RegexParser_RightChar_mE6728D67C4F9FE227ECD6BED46FFC94518EAD9B4(__this, 1, /*hidden argument*/NULL); if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)41))))) { goto IL_007a; } } IL_0035: { bool L_5; L_5 = RegexParser_UseOptionN_m9B82FA2012348674AC4E62205FE205CF2DB0ED35(__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_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_8 = (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 *)il2cpp_codegen_object_new(RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43_il2cpp_TypeInfo_var); RegexNode__ctor_mD8966EDCD7AA48AC8AAD5B156C513671843F6D49(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_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_13 = (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 *)il2cpp_codegen_object_new(RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43_il2cpp_TypeInfo_var); RegexNode__ctor_m0E000C0421213F15341C9B74C3ADA8F4963CA511(L_13, ((int32_t)28), L_9, L_12, (-1), /*hidden argument*/NULL); return L_13; } IL_007a: { RegexParser_MoveRight_mE4C6D41AFE3F585C0B8E7CD0AF3CF4DBA8791AB4(__this, /*hidden argument*/NULL); int32_t L_14; L_14 = RegexParser_CharsRight_m808A213FCB975D42C6E6270E7A0FAEB1E496B07A(__this, /*hidden argument*/NULL); if (!L_14) { goto IL_055e; } } { Il2CppChar L_15; L_15 = RegexParser_MoveRightGetChar_mE98852DD0B33AE818B01A7CC7A9C301C2226F81C(__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; L_24 = RegexParser_CharsRight_m808A213FCB975D42C6E6270E7A0FAEB1E496B07A(__this, /*hidden argument*/NULL); if (!L_24) { goto IL_055e; } } { Il2CppChar L_25; L_25 = RegexParser_MoveRightGetChar_mE98852DD0B33AE818B01A7CC7A9C301C2226F81C(__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_mBE0128B08B61C1306954528C799F2F1F1B803391(__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; L_35 = RegexParser_ScanDecimal_mC7374D132F506C5D7EEB868C32C4959B1C672017(__this, /*hidden argument*/NULL); V_7 = L_35; int32_t L_36 = V_7; bool L_37; L_37 = RegexParser_IsCaptureSlot_mE462763928C28561B761AFCE14D30C6A31CD1C15(__this, L_36, /*hidden argument*/NULL); if (L_37) { goto IL_01a6; } } { V_7 = (-1); } IL_01a6: { int32_t L_38; L_38 = RegexParser_CharsRight_m808A213FCB975D42C6E6270E7A0FAEB1E496B07A(__this, /*hidden argument*/NULL); if ((((int32_t)L_38) <= ((int32_t)0))) { goto IL_01d3; } } { Il2CppChar L_39; L_39 = RegexParser_RightChar_mA977C61B98B8BB88C2A66AEBBFDA6826C58ED66A(__this, /*hidden argument*/NULL); Il2CppChar L_40 = V_2; if ((((int32_t)L_39) == ((int32_t)L_40))) { goto IL_01d3; } } { Il2CppChar L_41; L_41 = RegexParser_RightChar_mA977C61B98B8BB88C2A66AEBBFDA6826C58ED66A(__this, /*hidden argument*/NULL); if ((((int32_t)L_41) == ((int32_t)((int32_t)45)))) { goto IL_01d3; } } { String_t* L_42; L_42 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA90BAB5A63B270956DEBA545BAA7334EFC8F50E2)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_43; L_43 = RegexParser_MakeException_mA573DC3F94B98F328A9B87673A2CF8A15120DEB1(__this, L_42, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_43, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RegexParser_ScanGroupOpen_m1DE2AA1EFA786C58869EF4025705449871F33D59_RuntimeMethod_var))); } IL_01d3: { int32_t L_44 = V_7; if (L_44) { goto IL_0254; } } { String_t* L_45; L_45 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA0FE8F62F371A375A76A413416F3EF55C050A182)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_46; L_46 = RegexParser_MakeException_mA573DC3F94B98F328A9B87673A2CF8A15120DEB1(__this, L_45, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_46, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RegexParser_ScanGroupOpen_m1DE2AA1EFA786C58869EF4025705449871F33D59_RuntimeMethod_var))); } IL_01e8: { Il2CppChar L_47 = V_0; IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); bool L_48; L_48 = RegexCharClass_IsWordChar_mE33E6C5569AA1B920849CD5555DF3CE9A9C10440(L_47, /*hidden argument*/NULL); if (!L_48) { goto IL_0239; } } { String_t* L_49; L_49 = RegexParser_ScanCapname_mC34B52A5BDE9DB0AB0A9691F52D45D0B7D4AD377(__this, /*hidden argument*/NULL); V_10 = L_49; String_t* L_50 = V_10; bool L_51; L_51 = RegexParser_IsCaptureName_mF09CBBD2AEAD4D1BAAE4E4E803C3F4916DBA479D(__this, L_50, /*hidden argument*/NULL); if (!L_51) { goto IL_020c; } } { String_t* L_52 = V_10; int32_t L_53; L_53 = RegexParser_CaptureSlotFromName_mF8279E16DB2733EE3712214CFC57DA3D48BD717B(__this, L_52, /*hidden argument*/NULL); V_7 = L_53; } IL_020c: { int32_t L_54; L_54 = RegexParser_CharsRight_m808A213FCB975D42C6E6270E7A0FAEB1E496B07A(__this, /*hidden argument*/NULL); if ((((int32_t)L_54) <= ((int32_t)0))) { goto IL_0254; } } { Il2CppChar L_55; L_55 = RegexParser_RightChar_mA977C61B98B8BB88C2A66AEBBFDA6826C58ED66A(__this, /*hidden argument*/NULL); Il2CppChar L_56 = V_2; if ((((int32_t)L_55) == ((int32_t)L_56))) { goto IL_0254; } } { Il2CppChar L_57; L_57 = RegexParser_RightChar_mA977C61B98B8BB88C2A66AEBBFDA6826C58ED66A(__this, /*hidden argument*/NULL); if ((((int32_t)L_57) == ((int32_t)((int32_t)45)))) { goto IL_0254; } } { String_t* L_58; L_58 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA90BAB5A63B270956DEBA545BAA7334EFC8F50E2)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_59; L_59 = RegexParser_MakeException_mA573DC3F94B98F328A9B87673A2CF8A15120DEB1(__this, L_58, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_59, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RegexParser_ScanGroupOpen_m1DE2AA1EFA786C58869EF4025705449871F33D59_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; L_61 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA90BAB5A63B270956DEBA545BAA7334EFC8F50E2)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_62; L_62 = RegexParser_MakeException_mA573DC3F94B98F328A9B87673A2CF8A15120DEB1(__this, L_61, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_62, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RegexParser_ScanGroupOpen_m1DE2AA1EFA786C58869EF4025705449871F33D59_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; L_65 = RegexParser_CharsRight_m808A213FCB975D42C6E6270E7A0FAEB1E496B07A(__this, /*hidden argument*/NULL); if ((((int32_t)L_65) <= ((int32_t)0))) { goto IL_0366; } } { Il2CppChar L_66; L_66 = RegexParser_RightChar_mA977C61B98B8BB88C2A66AEBBFDA6826C58ED66A(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_66) == ((uint32_t)((int32_t)45))))) { goto IL_0366; } } { RegexParser_MoveRight_mE4C6D41AFE3F585C0B8E7CD0AF3CF4DBA8791AB4(__this, /*hidden argument*/NULL); Il2CppChar L_67; L_67 = RegexParser_RightChar_mA977C61B98B8BB88C2A66AEBBFDA6826C58ED66A(__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; L_70 = RegexParser_ScanDecimal_mC7374D132F506C5D7EEB868C32C4959B1C672017(__this, /*hidden argument*/NULL); V_8 = L_70; int32_t L_71 = V_8; bool L_72; L_72 = RegexParser_IsCaptureSlot_mE462763928C28561B761AFCE14D30C6A31CD1C15(__this, L_71, /*hidden argument*/NULL); if (L_72) { goto IL_02c7; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_73 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_74 = L_73; int32_t L_75 = V_8; int32_t L_76 = L_75; RuntimeObject * L_77 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_76); NullCheck(L_74); ArrayElementTypeCheck (L_74, L_77); (L_74)->SetAt(static_cast(0), (RuntimeObject *)L_77); String_t* L_78; L_78 = SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5A958635C67952829AC7E2FD5FB3A2C8DB51121E)), L_74, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_79; L_79 = RegexParser_MakeException_mA573DC3F94B98F328A9B87673A2CF8A15120DEB1(__this, L_78, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_79, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RegexParser_ScanGroupOpen_m1DE2AA1EFA786C58869EF4025705449871F33D59_RuntimeMethod_var))); } IL_02c7: { int32_t L_80; L_80 = RegexParser_CharsRight_m808A213FCB975D42C6E6270E7A0FAEB1E496B07A(__this, /*hidden argument*/NULL); if ((((int32_t)L_80) <= ((int32_t)0))) { goto IL_0366; } } { Il2CppChar L_81; L_81 = RegexParser_RightChar_mA977C61B98B8BB88C2A66AEBBFDA6826C58ED66A(__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; L_83 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA90BAB5A63B270956DEBA545BAA7334EFC8F50E2)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_84; L_84 = RegexParser_MakeException_mA573DC3F94B98F328A9B87673A2CF8A15120DEB1(__this, L_83, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_84, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RegexParser_ScanGroupOpen_m1DE2AA1EFA786C58869EF4025705449871F33D59_RuntimeMethod_var))); } IL_02f0: { Il2CppChar L_85 = V_0; IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); bool L_86; L_86 = RegexCharClass_IsWordChar_mE33E6C5569AA1B920849CD5555DF3CE9A9C10440(L_85, /*hidden argument*/NULL); if (!L_86) { goto IL_0355; } } { String_t* L_87; L_87 = RegexParser_ScanCapname_mC34B52A5BDE9DB0AB0A9691F52D45D0B7D4AD377(__this, /*hidden argument*/NULL); V_11 = L_87; String_t* L_88 = V_11; bool L_89; L_89 = RegexParser_IsCaptureName_mF09CBBD2AEAD4D1BAAE4E4E803C3F4916DBA479D(__this, L_88, /*hidden argument*/NULL); if (!L_89) { goto IL_0316; } } { String_t* L_90 = V_11; int32_t L_91; L_91 = RegexParser_CaptureSlotFromName_mF8279E16DB2733EE3712214CFC57DA3D48BD717B(__this, L_90, /*hidden argument*/NULL); V_8 = L_91; goto IL_0332; } IL_0316: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_92 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_93 = L_92; String_t* L_94 = V_11; NullCheck(L_93); ArrayElementTypeCheck (L_93, L_94); (L_93)->SetAt(static_cast(0), (RuntimeObject *)L_94); String_t* L_95; L_95 = SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBC41C48BA95DA48A6EB8BFC17142E8F0E9E4C990)), L_93, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_96; L_96 = RegexParser_MakeException_mA573DC3F94B98F328A9B87673A2CF8A15120DEB1(__this, L_95, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_96, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RegexParser_ScanGroupOpen_m1DE2AA1EFA786C58869EF4025705449871F33D59_RuntimeMethod_var))); } IL_0332: { int32_t L_97; L_97 = RegexParser_CharsRight_m808A213FCB975D42C6E6270E7A0FAEB1E496B07A(__this, /*hidden argument*/NULL); if ((((int32_t)L_97) <= ((int32_t)0))) { goto IL_0366; } } { Il2CppChar L_98; L_98 = RegexParser_RightChar_mA977C61B98B8BB88C2A66AEBBFDA6826C58ED66A(__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; L_100 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA90BAB5A63B270956DEBA545BAA7334EFC8F50E2)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_101; L_101 = RegexParser_MakeException_mA573DC3F94B98F328A9B87673A2CF8A15120DEB1(__this, L_100, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_101, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RegexParser_ScanGroupOpen_m1DE2AA1EFA786C58869EF4025705449871F33D59_RuntimeMethod_var))); } IL_0355: { String_t* L_102; L_102 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA90BAB5A63B270956DEBA545BAA7334EFC8F50E2)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_103; L_103 = RegexParser_MakeException_mA573DC3F94B98F328A9B87673A2CF8A15120DEB1(__this, L_102, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_103, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RegexParser_ScanGroupOpen_m1DE2AA1EFA786C58869EF4025705449871F33D59_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; L_106 = RegexParser_CharsRight_m808A213FCB975D42C6E6270E7A0FAEB1E496B07A(__this, /*hidden argument*/NULL); if ((((int32_t)L_106) <= ((int32_t)0))) { goto IL_055e; } } { Il2CppChar L_107; L_107 = RegexParser_MoveRightGetChar_mE98852DD0B33AE818B01A7CC7A9C301C2226F81C(__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_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_112 = (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 *)il2cpp_codegen_object_new(RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43_il2cpp_TypeInfo_var); RegexNode__ctor_m0E000C0421213F15341C9B74C3ADA8F4963CA511(L_112, ((int32_t)28), L_109, L_110, L_111, /*hidden argument*/NULL); return L_112; } IL_039d: { int32_t L_113; L_113 = RegexParser_Textpos_m5A18C75CE7F3A5AE17373DA09A20070D988308C5_inline(__this, /*hidden argument*/NULL); V_5 = L_113; int32_t L_114; L_114 = RegexParser_CharsRight_m808A213FCB975D42C6E6270E7A0FAEB1E496B07A(__this, /*hidden argument*/NULL); if ((((int32_t)L_114) <= ((int32_t)0))) { goto IL_048c; } } { Il2CppChar L_115; L_115 = RegexParser_RightChar_mA977C61B98B8BB88C2A66AEBBFDA6826C58ED66A(__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; L_118 = RegexParser_ScanDecimal_mC7374D132F506C5D7EEB868C32C4959B1C672017(__this, /*hidden argument*/NULL); V_12 = L_118; int32_t L_119; L_119 = RegexParser_CharsRight_m808A213FCB975D42C6E6270E7A0FAEB1E496B07A(__this, /*hidden argument*/NULL); if ((((int32_t)L_119) <= ((int32_t)0))) { goto IL_0423; } } { Il2CppChar L_120; L_120 = RegexParser_MoveRightGetChar_mE98852DD0B33AE818B01A7CC7A9C301C2226F81C(__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; L_122 = RegexParser_IsCaptureSlot_mE462763928C28561B761AFCE14D30C6A31CD1C15(__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_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_125 = (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 *)il2cpp_codegen_object_new(RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43_il2cpp_TypeInfo_var); RegexNode__ctor_mD4B2FB6044880AC4DDF035FFE6254A13807A34BC(L_125, ((int32_t)33), L_123, L_124, /*hidden argument*/NULL); return L_125; } IL_03fd: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_126 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_127 = L_126; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_128; L_128 = CultureInfo_get_CurrentCulture_m99E5F5BD20445F2A73F7EA0014A4E783DF3840BB(/*hidden argument*/NULL); String_t* L_129; L_129 = Int32_ToString_m027A8C9419D2FE56ED5D2EE42A6F3B3CE0130471((int32_t*)(&V_12), L_128, /*hidden argument*/NULL); NullCheck(L_127); ArrayElementTypeCheck (L_127, L_129); (L_127)->SetAt(static_cast(0), (RuntimeObject *)L_129); String_t* L_130; L_130 = SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE8CDAF3BD45E1B70CE2BC010AB453F8044684F6F)), L_127, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_131; L_131 = RegexParser_MakeException_mA573DC3F94B98F328A9B87673A2CF8A15120DEB1(__this, L_130, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_131, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RegexParser_ScanGroupOpen_m1DE2AA1EFA786C58869EF4025705449871F33D59_RuntimeMethod_var))); } IL_0423: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_132 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_133 = L_132; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_134; L_134 = CultureInfo_get_CurrentCulture_m99E5F5BD20445F2A73F7EA0014A4E783DF3840BB(/*hidden argument*/NULL); String_t* L_135; L_135 = Int32_ToString_m027A8C9419D2FE56ED5D2EE42A6F3B3CE0130471((int32_t*)(&V_12), L_134, /*hidden argument*/NULL); NullCheck(L_133); ArrayElementTypeCheck (L_133, L_135); (L_133)->SetAt(static_cast(0), (RuntimeObject *)L_135); String_t* L_136; L_136 = SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0F38A3747C9E3CBF705A8434CE244793402F5BDA)), L_133, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_137; L_137 = RegexParser_MakeException_mA573DC3F94B98F328A9B87673A2CF8A15120DEB1(__this, L_136, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_137, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RegexParser_ScanGroupOpen_m1DE2AA1EFA786C58869EF4025705449871F33D59_RuntimeMethod_var))); } IL_0449: { Il2CppChar L_138 = V_0; IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); bool L_139; L_139 = RegexCharClass_IsWordChar_mE33E6C5569AA1B920849CD5555DF3CE9A9C10440(L_138, /*hidden argument*/NULL); if (!L_139) { goto IL_048c; } } { String_t* L_140; L_140 = RegexParser_ScanCapname_mC34B52A5BDE9DB0AB0A9691F52D45D0B7D4AD377(__this, /*hidden argument*/NULL); V_13 = L_140; String_t* L_141 = V_13; bool L_142; L_142 = RegexParser_IsCaptureName_mF09CBBD2AEAD4D1BAAE4E4E803C3F4916DBA479D(__this, L_141, /*hidden argument*/NULL); if (!L_142) { goto IL_048c; } } { int32_t L_143; L_143 = RegexParser_CharsRight_m808A213FCB975D42C6E6270E7A0FAEB1E496B07A(__this, /*hidden argument*/NULL); if ((((int32_t)L_143) <= ((int32_t)0))) { goto IL_048c; } } { Il2CppChar L_144; L_144 = RegexParser_MoveRightGetChar_mE98852DD0B33AE818B01A7CC7A9C301C2226F81C(__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; L_147 = RegexParser_CaptureSlotFromName_mF8279E16DB2733EE3712214CFC57DA3D48BD717B(__this, L_146, /*hidden argument*/NULL); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_148 = (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 *)il2cpp_codegen_object_new(RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43_il2cpp_TypeInfo_var); RegexNode__ctor_mD4B2FB6044880AC4DDF035FFE6254A13807A34BC(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_mE4BCC8608BF006D283A32F9C5811264467EEB806_inline(__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; L_150 = RegexParser_CharsRight_m808A213FCB975D42C6E6270E7A0FAEB1E496B07A(__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; L_152 = RegexParser_RightChar_mE6728D67C4F9FE227ECD6BED46FFC94518EAD9B4(__this, 1, /*hidden argument*/NULL); if ((!(((uint32_t)L_152) == ((uint32_t)((int32_t)63))))) { goto IL_0551; } } { Il2CppChar L_153; L_153 = RegexParser_RightChar_mE6728D67C4F9FE227ECD6BED46FFC94518EAD9B4(__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; L_155 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB9B95A09A6329F64F307C29A726917E458B15E65)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_156; L_156 = RegexParser_MakeException_mA573DC3F94B98F328A9B87673A2CF8A15120DEB1(__this, L_155, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_156, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RegexParser_ScanGroupOpen_m1DE2AA1EFA786C58869EF4025705449871F33D59_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; L_158 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD286A908F27DE88608F297C65E9918981BCD4317)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_159; L_159 = RegexParser_MakeException_mA573DC3F94B98F328A9B87673A2CF8A15120DEB1(__this, L_158, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_159, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RegexParser_ScanGroupOpen_m1DE2AA1EFA786C58869EF4025705449871F33D59_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; L_162 = RegexParser_RightChar_mE6728D67C4F9FE227ECD6BED46FFC94518EAD9B4(__this, 3, /*hidden argument*/NULL); if ((((int32_t)L_162) == ((int32_t)((int32_t)33)))) { goto IL_0551; } } { Il2CppChar L_163; L_163 = RegexParser_RightChar_mE6728D67C4F9FE227ECD6BED46FFC94518EAD9B4(__this, 3, /*hidden argument*/NULL); if ((((int32_t)L_163) == ((int32_t)((int32_t)61)))) { goto IL_0551; } } { String_t* L_164; L_164 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD286A908F27DE88608F297C65E9918981BCD4317)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_165; L_165 = RegexParser_MakeException_mA573DC3F94B98F328A9B87673A2CF8A15120DEB1(__this, L_164, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_165, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RegexParser_ScanGroupOpen_m1DE2AA1EFA786C58869EF4025705449871F33D59_RuntimeMethod_var))); } IL_0527: { RegexParser_MoveLeft_mBE0128B08B61C1306954528C799F2F1F1B803391(__this, /*hidden argument*/NULL); V_1 = ((int32_t)29); RegexParser_ScanOptions_mE9C5126433FD0A2576B402A07941114AB468D79F(__this, /*hidden argument*/NULL); int32_t L_166; L_166 = RegexParser_CharsRight_m808A213FCB975D42C6E6270E7A0FAEB1E496B07A(__this, /*hidden argument*/NULL); if (!L_166) { goto IL_055e; } } { Il2CppChar L_167; L_167 = RegexParser_MoveRightGetChar_mE98852DD0B33AE818B01A7CC7A9C301C2226F81C(__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_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 *)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_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_172 = (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 *)il2cpp_codegen_object_new(RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43_il2cpp_TypeInfo_var); RegexNode__ctor_mD8966EDCD7AA48AC8AAD5B156C513671843F6D49(L_172, L_170, L_171, /*hidden argument*/NULL); return L_172; } IL_055e: { String_t* L_173; L_173 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8E245319796EC99EDC6311A6DC461759FB1FB7FD)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_174; L_174 = RegexParser_MakeException_mA573DC3F94B98F328A9B87673A2CF8A15120DEB1(__this, L_173, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_174, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RegexParser_ScanGroupOpen_m1DE2AA1EFA786C58869EF4025705449871F33D59_RuntimeMethod_var))); } } // System.Void System.Text.RegularExpressions.RegexParser::ScanBlank() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexParser_ScanBlank_m2ACFA5BAF5FA14554D74C5DE4FE3893483D6F33D (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0; L_0 = RegexParser_UseOptionX_m7944C5C44AEAA4D69ABA991320A6B960F8EEC284(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_00cf; } } { goto IL_0013; } IL_000d: { RegexParser_MoveRight_mE4C6D41AFE3F585C0B8E7CD0AF3CF4DBA8791AB4(__this, /*hidden argument*/NULL); } IL_0013: { int32_t L_1; L_1 = RegexParser_CharsRight_m808A213FCB975D42C6E6270E7A0FAEB1E496B07A(__this, /*hidden argument*/NULL); if ((((int32_t)L_1) <= ((int32_t)0))) { goto IL_0029; } } { Il2CppChar L_2; L_2 = RegexParser_RightChar_mA977C61B98B8BB88C2A66AEBBFDA6826C58ED66A(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9_il2cpp_TypeInfo_var); bool L_3; L_3 = RegexParser_IsSpace_mF6BB83CAF2202A271697570EEC5E636847B8EA35(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_000d; } } IL_0029: { int32_t L_4; L_4 = RegexParser_CharsRight_m808A213FCB975D42C6E6270E7A0FAEB1E496B07A(__this, /*hidden argument*/NULL); if (!L_4) { goto IL_0133; } } { Il2CppChar L_5; L_5 = RegexParser_RightChar_mA977C61B98B8BB88C2A66AEBBFDA6826C58ED66A(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)35))))) { goto IL_005b; } } { goto IL_0046; } IL_0040: { RegexParser_MoveRight_mE4C6D41AFE3F585C0B8E7CD0AF3CF4DBA8791AB4(__this, /*hidden argument*/NULL); } IL_0046: { int32_t L_6; L_6 = RegexParser_CharsRight_m808A213FCB975D42C6E6270E7A0FAEB1E496B07A(__this, /*hidden argument*/NULL); if ((((int32_t)L_6) <= ((int32_t)0))) { goto IL_0013; } } { Il2CppChar L_7; L_7 = RegexParser_RightChar_mA977C61B98B8BB88C2A66AEBBFDA6826C58ED66A(__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; L_8 = RegexParser_CharsRight_m808A213FCB975D42C6E6270E7A0FAEB1E496B07A(__this, /*hidden argument*/NULL); if ((((int32_t)L_8) < ((int32_t)3))) { goto IL_0133; } } { Il2CppChar L_9; L_9 = RegexParser_RightChar_mE6728D67C4F9FE227ECD6BED46FFC94518EAD9B4(__this, 2, /*hidden argument*/NULL); if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)35))))) { goto IL_0133; } } { Il2CppChar L_10; L_10 = RegexParser_RightChar_mE6728D67C4F9FE227ECD6BED46FFC94518EAD9B4(__this, 1, /*hidden argument*/NULL); if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)63))))) { goto IL_0133; } } { Il2CppChar L_11; L_11 = RegexParser_RightChar_mA977C61B98B8BB88C2A66AEBBFDA6826C58ED66A(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)40))))) { goto IL_0133; } } { goto IL_0098; } IL_0092: { RegexParser_MoveRight_mE4C6D41AFE3F585C0B8E7CD0AF3CF4DBA8791AB4(__this, /*hidden argument*/NULL); } IL_0098: { int32_t L_12; L_12 = RegexParser_CharsRight_m808A213FCB975D42C6E6270E7A0FAEB1E496B07A(__this, /*hidden argument*/NULL); if ((((int32_t)L_12) <= ((int32_t)0))) { goto IL_00ab; } } { Il2CppChar L_13; L_13 = RegexParser_RightChar_mA977C61B98B8BB88C2A66AEBBFDA6826C58ED66A(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)41))))) { goto IL_0092; } } IL_00ab: { int32_t L_14; L_14 = RegexParser_CharsRight_m808A213FCB975D42C6E6270E7A0FAEB1E496B07A(__this, /*hidden argument*/NULL); if (L_14) { goto IL_00c4; } } { String_t* L_15; L_15 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral072B29D72AC26D4E83A32232DF8E415C5151E9AA)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_16; L_16 = RegexParser_MakeException_mA573DC3F94B98F328A9B87673A2CF8A15120DEB1(__this, L_15, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RegexParser_ScanBlank_m2ACFA5BAF5FA14554D74C5DE4FE3893483D6F33D_RuntimeMethod_var))); } IL_00c4: { RegexParser_MoveRight_mE4C6D41AFE3F585C0B8E7CD0AF3CF4DBA8791AB4(__this, /*hidden argument*/NULL); goto IL_0013; } IL_00cf: { int32_t L_17; L_17 = RegexParser_CharsRight_m808A213FCB975D42C6E6270E7A0FAEB1E496B07A(__this, /*hidden argument*/NULL); if ((((int32_t)L_17) < ((int32_t)3))) { goto IL_00f8; } } { Il2CppChar L_18; L_18 = RegexParser_RightChar_mE6728D67C4F9FE227ECD6BED46FFC94518EAD9B4(__this, 2, /*hidden argument*/NULL); if ((!(((uint32_t)L_18) == ((uint32_t)((int32_t)35))))) { goto IL_00f8; } } { Il2CppChar L_19; L_19 = RegexParser_RightChar_mE6728D67C4F9FE227ECD6BED46FFC94518EAD9B4(__this, 1, /*hidden argument*/NULL); if ((!(((uint32_t)L_19) == ((uint32_t)((int32_t)63))))) { goto IL_00f8; } } { Il2CppChar L_20; L_20 = RegexParser_RightChar_mA977C61B98B8BB88C2A66AEBBFDA6826C58ED66A(__this, /*hidden argument*/NULL); if ((((int32_t)L_20) == ((int32_t)((int32_t)40)))) { goto IL_00ff; } } IL_00f8: { return; } IL_00f9: { RegexParser_MoveRight_mE4C6D41AFE3F585C0B8E7CD0AF3CF4DBA8791AB4(__this, /*hidden argument*/NULL); } IL_00ff: { int32_t L_21; L_21 = RegexParser_CharsRight_m808A213FCB975D42C6E6270E7A0FAEB1E496B07A(__this, /*hidden argument*/NULL); if ((((int32_t)L_21) <= ((int32_t)0))) { goto IL_0112; } } { Il2CppChar L_22; L_22 = RegexParser_RightChar_mA977C61B98B8BB88C2A66AEBBFDA6826C58ED66A(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_22) == ((uint32_t)((int32_t)41))))) { goto IL_00f9; } } IL_0112: { int32_t L_23; L_23 = RegexParser_CharsRight_m808A213FCB975D42C6E6270E7A0FAEB1E496B07A(__this, /*hidden argument*/NULL); if (L_23) { goto IL_012b; } } { String_t* L_24; L_24 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral072B29D72AC26D4E83A32232DF8E415C5151E9AA)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_25; L_25 = RegexParser_MakeException_mA573DC3F94B98F328A9B87673A2CF8A15120DEB1(__this, L_24, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_25, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RegexParser_ScanBlank_m2ACFA5BAF5FA14554D74C5DE4FE3893483D6F33D_RuntimeMethod_var))); } IL_012b: { RegexParser_MoveRight_mE4C6D41AFE3F585C0B8E7CD0AF3CF4DBA8791AB4(__this, /*hidden argument*/NULL); goto IL_00cf; } IL_0133: { return; } } // System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexParser::ScanBackslash() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * RegexParser_ScanBackslash_m2598C224286A4826DEB2D1189CCB73C9A363DFBD (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral595EFF1BB2D726958ED623D9B54803E9AA2A0C84); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral604AF3FD45B5D6527E77C100038873C29E8B4D49); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D5175625BAB03B34DC7A7254E3934B27037B660); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDF1CF539722D58CC569DAE01700516448ABF534B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF041468CA475A0C8B8298BFDDC984663476E0294); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFC122FD8605F61DCBDED32B11B81E151BCAC4354); s_Il2CppMethodInitialized = true; } Il2CppChar V_0 = 0x0; RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * V_1 = NULL; Il2CppChar V_2 = 0x0; { int32_t L_0; L_0 = RegexParser_CharsRight_m808A213FCB975D42C6E6270E7A0FAEB1E496B07A(__this, /*hidden argument*/NULL); if (L_0) { goto IL_0019; } } { String_t* L_1; L_1 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral709116FAB4B1CFB8E839AF216932137595A1C356)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_2; L_2 = RegexParser_MakeException_mA573DC3F94B98F328A9B87673A2CF8A15120DEB1(__this, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RegexParser_ScanBackslash_m2598C224286A4826DEB2D1189CCB73C9A363DFBD_RuntimeMethod_var))); } IL_0019: { Il2CppChar L_3; L_3 = RegexParser_RightChar_mA977C61B98B8BB88C2A66AEBBFDA6826C58ED66A(__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_mE4C6D41AFE3F585C0B8E7CD0AF3CF4DBA8791AB4(__this, /*hidden argument*/NULL); Il2CppChar L_19 = V_0; int32_t L_20; L_20 = RegexParser_TypeFromCode_m9B5F0CD85CECC83F17C2A37B5A0A396478A668B8(__this, L_19, /*hidden argument*/NULL); int32_t L_21 = __this->get__options_16(); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_22 = (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 *)il2cpp_codegen_object_new(RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43_il2cpp_TypeInfo_var); RegexNode__ctor_mD8966EDCD7AA48AC8AAD5B156C513671843F6D49(L_22, L_20, L_21, /*hidden argument*/NULL); return L_22; } IL_00c5: { RegexParser_MoveRight_mE4C6D41AFE3F585C0B8E7CD0AF3CF4DBA8791AB4(__this, /*hidden argument*/NULL); bool L_23; L_23 = RegexParser_UseOptionE_m442360F28425CC127273FA1B10737E2AB3A70762(__this, /*hidden argument*/NULL); if (!L_23) { goto IL_00e6; } } { int32_t L_24 = __this->get__options_16(); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_25 = (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 *)il2cpp_codegen_object_new(RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43_il2cpp_TypeInfo_var); RegexNode__ctor_m5A3AA31155A359CC8462AF0AB55DE0D5B7C435B4(L_25, ((int32_t)11), L_24, _stringLiteralDF1CF539722D58CC569DAE01700516448ABF534B, /*hidden argument*/NULL); return L_25; } IL_00e6: { int32_t L_26 = __this->get__options_16(); IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); String_t* L_27 = ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->get_WordClass_12(); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_28 = (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 *)il2cpp_codegen_object_new(RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43_il2cpp_TypeInfo_var); RegexNode__ctor_m5A3AA31155A359CC8462AF0AB55DE0D5B7C435B4(L_28, ((int32_t)11), L_26, L_27, /*hidden argument*/NULL); return L_28; } IL_00f9: { RegexParser_MoveRight_mE4C6D41AFE3F585C0B8E7CD0AF3CF4DBA8791AB4(__this, /*hidden argument*/NULL); bool L_29; L_29 = RegexParser_UseOptionE_m442360F28425CC127273FA1B10737E2AB3A70762(__this, /*hidden argument*/NULL); if (!L_29) { goto IL_011a; } } { int32_t L_30 = __this->get__options_16(); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_31 = (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 *)il2cpp_codegen_object_new(RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43_il2cpp_TypeInfo_var); RegexNode__ctor_m5A3AA31155A359CC8462AF0AB55DE0D5B7C435B4(L_31, ((int32_t)11), L_30, _stringLiteral604AF3FD45B5D6527E77C100038873C29E8B4D49, /*hidden argument*/NULL); return L_31; } IL_011a: { int32_t L_32 = __this->get__options_16(); IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); String_t* L_33 = ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->get_NotWordClass_13(); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_34 = (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 *)il2cpp_codegen_object_new(RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43_il2cpp_TypeInfo_var); RegexNode__ctor_m5A3AA31155A359CC8462AF0AB55DE0D5B7C435B4(L_34, ((int32_t)11), L_32, L_33, /*hidden argument*/NULL); return L_34; } IL_012d: { RegexParser_MoveRight_mE4C6D41AFE3F585C0B8E7CD0AF3CF4DBA8791AB4(__this, /*hidden argument*/NULL); bool L_35; L_35 = RegexParser_UseOptionE_m442360F28425CC127273FA1B10737E2AB3A70762(__this, /*hidden argument*/NULL); if (!L_35) { goto IL_014e; } } { int32_t L_36 = __this->get__options_16(); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_37 = (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 *)il2cpp_codegen_object_new(RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43_il2cpp_TypeInfo_var); RegexNode__ctor_m5A3AA31155A359CC8462AF0AB55DE0D5B7C435B4(L_37, ((int32_t)11), L_36, _stringLiteral8D5175625BAB03B34DC7A7254E3934B27037B660, /*hidden argument*/NULL); return L_37; } IL_014e: { int32_t L_38 = __this->get__options_16(); IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); String_t* L_39 = ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->get_SpaceClass_10(); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_40 = (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 *)il2cpp_codegen_object_new(RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43_il2cpp_TypeInfo_var); RegexNode__ctor_m5A3AA31155A359CC8462AF0AB55DE0D5B7C435B4(L_40, ((int32_t)11), L_38, L_39, /*hidden argument*/NULL); return L_40; } IL_0161: { RegexParser_MoveRight_mE4C6D41AFE3F585C0B8E7CD0AF3CF4DBA8791AB4(__this, /*hidden argument*/NULL); bool L_41; L_41 = RegexParser_UseOptionE_m442360F28425CC127273FA1B10737E2AB3A70762(__this, /*hidden argument*/NULL); if (!L_41) { goto IL_0182; } } { int32_t L_42 = __this->get__options_16(); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_43 = (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 *)il2cpp_codegen_object_new(RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43_il2cpp_TypeInfo_var); RegexNode__ctor_m5A3AA31155A359CC8462AF0AB55DE0D5B7C435B4(L_43, ((int32_t)11), L_42, _stringLiteralFC122FD8605F61DCBDED32B11B81E151BCAC4354, /*hidden argument*/NULL); return L_43; } IL_0182: { int32_t L_44 = __this->get__options_16(); IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); String_t* L_45 = ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->get_NotSpaceClass_11(); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_46 = (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 *)il2cpp_codegen_object_new(RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43_il2cpp_TypeInfo_var); RegexNode__ctor_m5A3AA31155A359CC8462AF0AB55DE0D5B7C435B4(L_46, ((int32_t)11), L_44, L_45, /*hidden argument*/NULL); return L_46; } IL_0195: { RegexParser_MoveRight_mE4C6D41AFE3F585C0B8E7CD0AF3CF4DBA8791AB4(__this, /*hidden argument*/NULL); bool L_47; L_47 = RegexParser_UseOptionE_m442360F28425CC127273FA1B10737E2AB3A70762(__this, /*hidden argument*/NULL); if (!L_47) { goto IL_01b6; } } { int32_t L_48 = __this->get__options_16(); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_49 = (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 *)il2cpp_codegen_object_new(RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43_il2cpp_TypeInfo_var); RegexNode__ctor_m5A3AA31155A359CC8462AF0AB55DE0D5B7C435B4(L_49, ((int32_t)11), L_48, _stringLiteralF041468CA475A0C8B8298BFDDC984663476E0294, /*hidden argument*/NULL); return L_49; } IL_01b6: { int32_t L_50 = __this->get__options_16(); IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); String_t* L_51 = ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->get_DigitClass_14(); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_52 = (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 *)il2cpp_codegen_object_new(RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43_il2cpp_TypeInfo_var); RegexNode__ctor_m5A3AA31155A359CC8462AF0AB55DE0D5B7C435B4(L_52, ((int32_t)11), L_50, L_51, /*hidden argument*/NULL); return L_52; } IL_01c9: { RegexParser_MoveRight_mE4C6D41AFE3F585C0B8E7CD0AF3CF4DBA8791AB4(__this, /*hidden argument*/NULL); bool L_53; L_53 = RegexParser_UseOptionE_m442360F28425CC127273FA1B10737E2AB3A70762(__this, /*hidden argument*/NULL); if (!L_53) { goto IL_01ea; } } { int32_t L_54 = __this->get__options_16(); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_55 = (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 *)il2cpp_codegen_object_new(RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43_il2cpp_TypeInfo_var); RegexNode__ctor_m5A3AA31155A359CC8462AF0AB55DE0D5B7C435B4(L_55, ((int32_t)11), L_54, _stringLiteral595EFF1BB2D726958ED623D9B54803E9AA2A0C84, /*hidden argument*/NULL); return L_55; } IL_01ea: { int32_t L_56 = __this->get__options_16(); IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); String_t* L_57 = ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->get_NotDigitClass_15(); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_58 = (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 *)il2cpp_codegen_object_new(RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43_il2cpp_TypeInfo_var); RegexNode__ctor_m5A3AA31155A359CC8462AF0AB55DE0D5B7C435B4(L_58, ((int32_t)11), L_56, L_57, /*hidden argument*/NULL); return L_58; } IL_01fd: { RegexParser_MoveRight_mE4C6D41AFE3F585C0B8E7CD0AF3CF4DBA8791AB4(__this, /*hidden argument*/NULL); RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * L_59 = (RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 *)il2cpp_codegen_object_new(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); RegexCharClass__ctor_m70685392EB3C5808958E20C99E045F33E21C8192(L_59, /*hidden argument*/NULL); V_1 = L_59; RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * L_60 = V_1; String_t* L_61; L_61 = RegexParser_ParseProperty_m32F8C5F94C55BFF814FBAD3189A25F3CAB76B3C3(__this, /*hidden argument*/NULL); Il2CppChar L_62 = V_0; bool L_63; L_63 = RegexParser_UseOptionI_m46AAF2DBCC08EE8F3E8ECA1A5E37160C4E5C7B04(__this, /*hidden argument*/NULL); String_t* L_64 = __this->get__pattern_5(); NullCheck(L_60); RegexCharClass_AddCategoryFromName_m53A239A7DACD3D5A676505E6E296C4AB999BBA4C(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; L_65 = RegexParser_UseOptionI_m46AAF2DBCC08EE8F3E8ECA1A5E37160C4E5C7B04(__this, /*hidden argument*/NULL); if (!L_65) { goto IL_023d; } } { RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * L_66 = V_1; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_67 = __this->get__culture_7(); NullCheck(L_66); RegexCharClass_AddLowercase_m4FAE0AB13B3DB076F711B6B06C2E61F40A115B40(L_66, L_67, /*hidden argument*/NULL); } IL_023d: { int32_t L_68 = __this->get__options_16(); RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * L_69 = V_1; NullCheck(L_69); String_t* L_70; L_70 = RegexCharClass_ToStringClass_mFC6754E97F014AFE4B5138AD5386E9C76D1D3CD7(L_69, /*hidden argument*/NULL); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_71 = (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 *)il2cpp_codegen_object_new(RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43_il2cpp_TypeInfo_var); RegexNode__ctor_m5A3AA31155A359CC8462AF0AB55DE0D5B7C435B4(L_71, ((int32_t)11), L_68, L_70, /*hidden argument*/NULL); return L_71; } IL_0251: { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_72; L_72 = RegexParser_ScanBasicBackslash_m3DAD88630B04CE794414919D65F325197CB15C3D(__this, /*hidden argument*/NULL); return L_72; } } // System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexParser::ScanBasicBackslash() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * RegexParser_ScanBasicBackslash_m3DAD88630B04CE794414919D65F325197CB15C3D (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43_il2cpp_TypeInfo_var); 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; L_0 = RegexParser_CharsRight_m808A213FCB975D42C6E6270E7A0FAEB1E496B07A(__this, /*hidden argument*/NULL); if (L_0) { goto IL_0019; } } { String_t* L_1; L_1 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral709116FAB4B1CFB8E839AF216932137595A1C356)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_2; L_2 = RegexParser_MakeException_mA573DC3F94B98F328A9B87673A2CF8A15120DEB1(__this, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RegexParser_ScanBasicBackslash_m3DAD88630B04CE794414919D65F325197CB15C3D_RuntimeMethod_var))); } IL_0019: { V_1 = (bool)0; V_2 = 0; int32_t L_3; L_3 = RegexParser_Textpos_m5A18C75CE7F3A5AE17373DA09A20070D988308C5_inline(__this, /*hidden argument*/NULL); V_3 = L_3; Il2CppChar L_4; L_4 = RegexParser_RightChar_mA977C61B98B8BB88C2A66AEBBFDA6826C58ED66A(__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; L_6 = RegexParser_CharsRight_m808A213FCB975D42C6E6270E7A0FAEB1E496B07A(__this, /*hidden argument*/NULL); if ((((int32_t)L_6) < ((int32_t)2))) { goto IL_005e; } } { RegexParser_MoveRight_mE4C6D41AFE3F585C0B8E7CD0AF3CF4DBA8791AB4(__this, /*hidden argument*/NULL); Il2CppChar L_7; L_7 = RegexParser_MoveRightGetChar_mE98852DD0B33AE818B01A7CC7A9C301C2226F81C(__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; L_12 = RegexParser_CharsRight_m808A213FCB975D42C6E6270E7A0FAEB1E496B07A(__this, /*hidden argument*/NULL); if ((((int32_t)L_12) > ((int32_t)0))) { goto IL_007b; } } IL_006a: { String_t* L_13; L_13 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2323F684C49416D2AA1F6FFAE52BA830E63326E0)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_14; L_14 = RegexParser_MakeException_mA573DC3F94B98F328A9B87673A2CF8A15120DEB1(__this, L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RegexParser_ScanBasicBackslash_m3DAD88630B04CE794414919D65F325197CB15C3D_RuntimeMethod_var))); } IL_007b: { Il2CppChar L_15; L_15 = RegexParser_RightChar_mA977C61B98B8BB88C2A66AEBBFDA6826C58ED66A(__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; L_18 = RegexParser_CharsRight_m808A213FCB975D42C6E6270E7A0FAEB1E496B07A(__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_mE4C6D41AFE3F585C0B8E7CD0AF3CF4DBA8791AB4(__this, /*hidden argument*/NULL); Il2CppChar L_20; L_20 = RegexParser_RightChar_mA977C61B98B8BB88C2A66AEBBFDA6826C58ED66A(__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; L_24 = RegexParser_ScanDecimal_mC7374D132F506C5D7EEB868C32C4959B1C672017(__this, /*hidden argument*/NULL); V_4 = L_24; int32_t L_25; L_25 = RegexParser_CharsRight_m808A213FCB975D42C6E6270E7A0FAEB1E496B07A(__this, /*hidden argument*/NULL); if ((((int32_t)L_25) <= ((int32_t)0))) { goto IL_0285; } } { Il2CppChar L_26; L_26 = RegexParser_MoveRightGetChar_mE98852DD0B33AE818B01A7CC7A9C301C2226F81C(__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; L_29 = RegexParser_IsCaptureSlot_mE462763928C28561B761AFCE14D30C6A31CD1C15(__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_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_32 = (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 *)il2cpp_codegen_object_new(RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43_il2cpp_TypeInfo_var); RegexNode__ctor_mD4B2FB6044880AC4DDF035FFE6254A13807A34BC(L_32, ((int32_t)13), L_30, L_31, /*hidden argument*/NULL); return L_32; } IL_00f9: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_33 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_34 = L_33; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_35; L_35 = CultureInfo_get_CurrentCulture_m99E5F5BD20445F2A73F7EA0014A4E783DF3840BB(/*hidden argument*/NULL); String_t* L_36; L_36 = Int32_ToString_m027A8C9419D2FE56ED5D2EE42A6F3B3CE0130471((int32_t*)(&V_4), L_35, /*hidden argument*/NULL); NullCheck(L_34); ArrayElementTypeCheck (L_34, L_36); (L_34)->SetAt(static_cast(0), (RuntimeObject *)L_36); String_t* L_37; L_37 = SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5A958635C67952829AC7E2FD5FB3A2C8DB51121E)), L_34, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_38; L_38 = RegexParser_MakeException_mA573DC3F94B98F328A9B87673A2CF8A15120DEB1(__this, L_37, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_38, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RegexParser_ScanBasicBackslash_m3DAD88630B04CE794414919D65F325197CB15C3D_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; L_42 = RegexParser_UseOptionE_m442360F28425CC127273FA1B10737E2AB3A70762(__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; L_44 = RegexParser_Textpos_m5A18C75CE7F3A5AE17373DA09A20070D988308C5_inline(__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; L_46 = RegexParser_IsCaptureSlot_mE462763928C28561B761AFCE14D30C6A31CD1C15(__this, L_45, /*hidden argument*/NULL); if (!L_46) { goto IL_0186; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_47 = __this->get__caps_12(); if (!L_47) { goto IL_0182; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_48 = __this->get__caps_12(); int32_t L_49 = V_6; int32_t L_50 = L_49; RuntimeObject * L_51 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_50); NullCheck(L_48); RuntimeObject * L_52; L_52 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* 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_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_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_mE4C6D41AFE3F585C0B8E7CD0AF3CF4DBA8791AB4(__this, /*hidden argument*/NULL); int32_t L_55; L_55 = RegexParser_CharsRight_m808A213FCB975D42C6E6270E7A0FAEB1E496B07A(__this, /*hidden argument*/NULL); if (!L_55) { goto IL_01bb; } } { Il2CppChar L_56; L_56 = RegexParser_RightChar_mA977C61B98B8BB88C2A66AEBBFDA6826C58ED66A(__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_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_66 = (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 *)il2cpp_codegen_object_new(RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43_il2cpp_TypeInfo_var); RegexNode__ctor_mD4B2FB6044880AC4DDF035FFE6254A13807A34BC(L_66, ((int32_t)13), L_64, L_65, /*hidden argument*/NULL); return L_66; } IL_01d3: { int32_t L_67; L_67 = RegexParser_ScanDecimal_mC7374D132F506C5D7EEB868C32C4959B1C672017(__this, /*hidden argument*/NULL); V_8 = L_67; int32_t L_68 = V_8; bool L_69; L_69 = RegexParser_IsCaptureSlot_mE462763928C28561B761AFCE14D30C6A31CD1C15(__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_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_72 = (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 *)il2cpp_codegen_object_new(RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43_il2cpp_TypeInfo_var); RegexNode__ctor_mD4B2FB6044880AC4DDF035FFE6254A13807A34BC(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_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_74 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_75 = L_74; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_76; L_76 = CultureInfo_get_CurrentCulture_m99E5F5BD20445F2A73F7EA0014A4E783DF3840BB(/*hidden argument*/NULL); String_t* L_77; L_77 = Int32_ToString_m027A8C9419D2FE56ED5D2EE42A6F3B3CE0130471((int32_t*)(&V_8), L_76, /*hidden argument*/NULL); NullCheck(L_75); ArrayElementTypeCheck (L_75, L_77); (L_75)->SetAt(static_cast(0), (RuntimeObject *)L_77); String_t* L_78; L_78 = SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5A958635C67952829AC7E2FD5FB3A2C8DB51121E)), L_75, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_79; L_79 = RegexParser_MakeException_mA573DC3F94B98F328A9B87673A2CF8A15120DEB1(__this, L_78, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_79, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RegexParser_ScanBasicBackslash_m3DAD88630B04CE794414919D65F325197CB15C3D_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_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); bool L_82; L_82 = RegexCharClass_IsWordChar_mE33E6C5569AA1B920849CD5555DF3CE9A9C10440(L_81, /*hidden argument*/NULL); if (!L_82) { goto IL_0285; } } { String_t* L_83; L_83 = RegexParser_ScanCapname_mC34B52A5BDE9DB0AB0A9691F52D45D0B7D4AD377(__this, /*hidden argument*/NULL); V_9 = L_83; int32_t L_84; L_84 = RegexParser_CharsRight_m808A213FCB975D42C6E6270E7A0FAEB1E496B07A(__this, /*hidden argument*/NULL); if ((((int32_t)L_84) <= ((int32_t)0))) { goto IL_0285; } } { Il2CppChar L_85; L_85 = RegexParser_MoveRightGetChar_mE98852DD0B33AE818B01A7CC7A9C301C2226F81C(__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; L_88 = RegexParser_IsCaptureName_mF09CBBD2AEAD4D1BAAE4E4E803C3F4916DBA479D(__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; L_91 = RegexParser_CaptureSlotFromName_mF8279E16DB2733EE3712214CFC57DA3D48BD717B(__this, L_90, /*hidden argument*/NULL); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_92 = (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 *)il2cpp_codegen_object_new(RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43_il2cpp_TypeInfo_var); RegexNode__ctor_mD4B2FB6044880AC4DDF035FFE6254A13807A34BC(L_92, ((int32_t)13), L_89, L_91, /*hidden argument*/NULL); return L_92; } IL_0269: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_93 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_94 = L_93; String_t* L_95 = V_9; NullCheck(L_94); ArrayElementTypeCheck (L_94, L_95); (L_94)->SetAt(static_cast(0), (RuntimeObject *)L_95); String_t* L_96; L_96 = SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBC41C48BA95DA48A6EB8BFC17142E8F0E9E4C990)), L_94, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_97; L_97 = RegexParser_MakeException_mA573DC3F94B98F328A9B87673A2CF8A15120DEB1(__this, L_96, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_97, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RegexParser_ScanBasicBackslash_m3DAD88630B04CE794414919D65F325197CB15C3D_RuntimeMethod_var))); } IL_0285: { int32_t L_98 = V_3; RegexParser_Textto_mE4BCC8608BF006D283A32F9C5811264467EEB806_inline(__this, L_98, /*hidden argument*/NULL); Il2CppChar L_99; L_99 = RegexParser_ScanCharEscape_m7A3FDDAF73AB029CB6EA7BB8058E3FD2AEDD63D6(__this, /*hidden argument*/NULL); V_0 = L_99; bool L_100; L_100 = RegexParser_UseOptionI_m46AAF2DBCC08EE8F3E8ECA1A5E37160C4E5C7B04(__this, /*hidden argument*/NULL); if (!L_100) { goto IL_02a8; } } { Il2CppChar L_101 = V_0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_102 = __this->get__culture_7(); IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); Il2CppChar L_103; L_103 = Char_ToLower_m42C052EB06C3F461C8CEBAD492E102EB721FDECE(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_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_106 = (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 *)il2cpp_codegen_object_new(RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43_il2cpp_TypeInfo_var); RegexNode__ctor_m2E85CE2AB0812A86EE61448DEACBA68E329D3325(L_106, ((int32_t)9), L_104, L_105, /*hidden argument*/NULL); return L_106; } } // System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexParser::ScanDollar() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * RegexParser_ScanDollar_mA9E832CADC410B1ECBF303405F955980903D2DAC (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Il2CppChar V_0 = 0x0; bool V_1 = false; 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; String_t* V_8 = NULL; int32_t V_9 = 0; { int32_t L_0; L_0 = RegexParser_CharsRight_m808A213FCB975D42C6E6270E7A0FAEB1E496B07A(__this, /*hidden argument*/NULL); if (L_0) { goto IL_0018; } } { int32_t L_1 = __this->get__options_16(); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_2 = (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 *)il2cpp_codegen_object_new(RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43_il2cpp_TypeInfo_var); RegexNode__ctor_m2E85CE2AB0812A86EE61448DEACBA68E329D3325(L_2, ((int32_t)9), L_1, ((int32_t)36), /*hidden argument*/NULL); return L_2; } IL_0018: { Il2CppChar L_3; L_3 = RegexParser_RightChar_mA977C61B98B8BB88C2A66AEBBFDA6826C58ED66A(__this, /*hidden argument*/NULL); V_0 = L_3; int32_t L_4; L_4 = RegexParser_Textpos_m5A18C75CE7F3A5AE17373DA09A20070D988308C5_inline(__this, /*hidden argument*/NULL); V_2 = L_4; int32_t L_5 = V_2; V_3 = L_5; Il2CppChar L_6 = V_0; if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)123))))) { goto IL_0047; } } { int32_t L_7; L_7 = RegexParser_CharsRight_m808A213FCB975D42C6E6270E7A0FAEB1E496B07A(__this, /*hidden argument*/NULL); if ((((int32_t)L_7) <= ((int32_t)1))) { goto IL_0047; } } { V_1 = (bool)1; RegexParser_MoveRight_mE4C6D41AFE3F585C0B8E7CD0AF3CF4DBA8791AB4(__this, /*hidden argument*/NULL); Il2CppChar L_8; L_8 = RegexParser_RightChar_mA977C61B98B8BB88C2A66AEBBFDA6826C58ED66A(__this, /*hidden argument*/NULL); V_0 = L_8; goto IL_0049; } IL_0047: { V_1 = (bool)0; } IL_0049: { Il2CppChar L_9 = V_0; if ((((int32_t)L_9) < ((int32_t)((int32_t)48)))) { goto IL_015d; } } { Il2CppChar L_10 = V_0; if ((((int32_t)L_10) > ((int32_t)((int32_t)57)))) { goto IL_015d; } } { bool L_11 = V_1; if (L_11) { goto IL_011c; } } { bool L_12; L_12 = RegexParser_UseOptionE_m442360F28425CC127273FA1B10737E2AB3A70762(__this, /*hidden argument*/NULL); if (!L_12) { goto IL_011c; } } { V_4 = (-1); Il2CppChar L_13 = V_0; V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)((int32_t)48))); RegexParser_MoveRight_mE4C6D41AFE3F585C0B8E7CD0AF3CF4DBA8791AB4(__this, /*hidden argument*/NULL); int32_t L_14 = V_5; bool L_15; L_15 = RegexParser_IsCaptureSlot_mE462763928C28561B761AFCE14D30C6A31CD1C15(__this, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_00e3; } } { int32_t L_16 = V_5; V_4 = L_16; int32_t L_17; L_17 = RegexParser_Textpos_m5A18C75CE7F3A5AE17373DA09A20070D988308C5_inline(__this, /*hidden argument*/NULL); V_3 = L_17; goto IL_00e3; } IL_0090: { Il2CppChar L_18 = V_0; V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)((int32_t)48))); int32_t L_19 = V_5; if ((((int32_t)L_19) > ((int32_t)((int32_t)214748364)))) { goto IL_00ad; } } { int32_t L_20 = V_5; if ((!(((uint32_t)L_20) == ((uint32_t)((int32_t)214748364))))) { goto IL_00be; } } { int32_t L_21 = V_6; if ((((int32_t)L_21) <= ((int32_t)7))) { goto IL_00be; } } IL_00ad: { String_t* L_22; L_22 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD6B452A9F938870B52555F4DB4CE0E35E48B1FA6)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_23; L_23 = RegexParser_MakeException_mA573DC3F94B98F328A9B87673A2CF8A15120DEB1(__this, L_22, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RegexParser_ScanDollar_mA9E832CADC410B1ECBF303405F955980903D2DAC_RuntimeMethod_var))); } IL_00be: { int32_t L_24 = V_5; int32_t L_25 = V_6; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_24, (int32_t)((int32_t)10))), (int32_t)L_25)); RegexParser_MoveRight_mE4C6D41AFE3F585C0B8E7CD0AF3CF4DBA8791AB4(__this, /*hidden argument*/NULL); int32_t L_26 = V_5; bool L_27; L_27 = RegexParser_IsCaptureSlot_mE462763928C28561B761AFCE14D30C6A31CD1C15(__this, L_26, /*hidden argument*/NULL); if (!L_27) { goto IL_00e3; } } { int32_t L_28 = V_5; V_4 = L_28; int32_t L_29; L_29 = RegexParser_Textpos_m5A18C75CE7F3A5AE17373DA09A20070D988308C5_inline(__this, /*hidden argument*/NULL); V_3 = L_29; } IL_00e3: { int32_t L_30; L_30 = RegexParser_CharsRight_m808A213FCB975D42C6E6270E7A0FAEB1E496B07A(__this, /*hidden argument*/NULL); if ((((int32_t)L_30) <= ((int32_t)0))) { goto IL_00fd; } } { Il2CppChar L_31; L_31 = RegexParser_RightChar_mA977C61B98B8BB88C2A66AEBBFDA6826C58ED66A(__this, /*hidden argument*/NULL); Il2CppChar L_32 = L_31; V_0 = L_32; if ((((int32_t)L_32) < ((int32_t)((int32_t)48)))) { goto IL_00fd; } } { Il2CppChar L_33 = V_0; if ((((int32_t)L_33) <= ((int32_t)((int32_t)57)))) { goto IL_0090; } } IL_00fd: { int32_t L_34 = V_3; RegexParser_Textto_mE4BCC8608BF006D283A32F9C5811264467EEB806_inline(__this, L_34, /*hidden argument*/NULL); int32_t L_35 = V_4; if ((((int32_t)L_35) < ((int32_t)0))) { goto IL_022e; } } { int32_t L_36 = __this->get__options_16(); int32_t L_37 = V_4; RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_38 = (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 *)il2cpp_codegen_object_new(RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43_il2cpp_TypeInfo_var); RegexNode__ctor_mD4B2FB6044880AC4DDF035FFE6254A13807A34BC(L_38, ((int32_t)13), L_36, L_37, /*hidden argument*/NULL); return L_38; } IL_011c: { int32_t L_39; L_39 = RegexParser_ScanDecimal_mC7374D132F506C5D7EEB868C32C4959B1C672017(__this, /*hidden argument*/NULL); V_7 = L_39; bool L_40 = V_1; if (!L_40) { goto IL_0140; } } { int32_t L_41; L_41 = RegexParser_CharsRight_m808A213FCB975D42C6E6270E7A0FAEB1E496B07A(__this, /*hidden argument*/NULL); if ((((int32_t)L_41) <= ((int32_t)0))) { goto IL_022e; } } { Il2CppChar L_42; L_42 = RegexParser_MoveRightGetChar_mE98852DD0B33AE818B01A7CC7A9C301C2226F81C(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_42) == ((uint32_t)((int32_t)125))))) { goto IL_022e; } } IL_0140: { int32_t L_43 = V_7; bool L_44; L_44 = RegexParser_IsCaptureSlot_mE462763928C28561B761AFCE14D30C6A31CD1C15(__this, L_43, /*hidden argument*/NULL); if (!L_44) { goto IL_022e; } } { int32_t L_45 = __this->get__options_16(); int32_t L_46 = V_7; RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_47 = (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 *)il2cpp_codegen_object_new(RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43_il2cpp_TypeInfo_var); RegexNode__ctor_mD4B2FB6044880AC4DDF035FFE6254A13807A34BC(L_47, ((int32_t)13), L_45, L_46, /*hidden argument*/NULL); return L_47; } IL_015d: { bool L_48 = V_1; if (!L_48) { goto IL_01ac; } } { Il2CppChar L_49 = V_0; IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); bool L_50; L_50 = RegexCharClass_IsWordChar_mE33E6C5569AA1B920849CD5555DF3CE9A9C10440(L_49, /*hidden argument*/NULL); if (!L_50) { goto IL_01ac; } } { String_t* L_51; L_51 = RegexParser_ScanCapname_mC34B52A5BDE9DB0AB0A9691F52D45D0B7D4AD377(__this, /*hidden argument*/NULL); V_8 = L_51; int32_t L_52; L_52 = RegexParser_CharsRight_m808A213FCB975D42C6E6270E7A0FAEB1E496B07A(__this, /*hidden argument*/NULL); if ((((int32_t)L_52) <= ((int32_t)0))) { goto IL_022e; } } { Il2CppChar L_53; L_53 = RegexParser_MoveRightGetChar_mE98852DD0B33AE818B01A7CC7A9C301C2226F81C(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_53) == ((uint32_t)((int32_t)125))))) { goto IL_022e; } } { String_t* L_54 = V_8; bool L_55; L_55 = RegexParser_IsCaptureName_mF09CBBD2AEAD4D1BAAE4E4E803C3F4916DBA479D(__this, L_54, /*hidden argument*/NULL); if (!L_55) { goto IL_022e; } } { int32_t L_56 = __this->get__options_16(); String_t* L_57 = V_8; int32_t L_58; L_58 = RegexParser_CaptureSlotFromName_mF8279E16DB2733EE3712214CFC57DA3D48BD717B(__this, L_57, /*hidden argument*/NULL); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_59 = (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 *)il2cpp_codegen_object_new(RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43_il2cpp_TypeInfo_var); RegexNode__ctor_mD4B2FB6044880AC4DDF035FFE6254A13807A34BC(L_59, ((int32_t)13), L_56, L_58, /*hidden argument*/NULL); return L_59; } IL_01ac: { bool L_60 = V_1; if (L_60) { goto IL_022e; } } { V_9 = 1; Il2CppChar L_61 = V_0; if ((!(((uint32_t)L_61) <= ((uint32_t)((int32_t)43))))) { goto IL_01d7; } } { Il2CppChar L_62 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_62, (int32_t)((int32_t)36)))) { case 0: { goto IL_01e3; } case 1: { goto IL_0213; } case 2: { goto IL_01f9; } case 3: { goto IL_0203; } } } { Il2CppChar L_63 = V_0; if ((((int32_t)L_63) == ((int32_t)((int32_t)43)))) { goto IL_0209; } } { goto IL_0213; } IL_01d7: { Il2CppChar L_64 = V_0; if ((((int32_t)L_64) == ((int32_t)((int32_t)95)))) { goto IL_020f; } } { Il2CppChar L_65 = V_0; if ((((int32_t)L_65) == ((int32_t)((int32_t)96)))) { goto IL_01fe; } } { goto IL_0213; } IL_01e3: { RegexParser_MoveRight_mE4C6D41AFE3F585C0B8E7CD0AF3CF4DBA8791AB4(__this, /*hidden argument*/NULL); int32_t L_66 = __this->get__options_16(); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_67 = (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 *)il2cpp_codegen_object_new(RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43_il2cpp_TypeInfo_var); RegexNode__ctor_m2E85CE2AB0812A86EE61448DEACBA68E329D3325(L_67, ((int32_t)9), L_66, ((int32_t)36), /*hidden argument*/NULL); return L_67; } IL_01f9: { V_9 = 0; goto IL_0213; } IL_01fe: { V_9 = (-1); goto IL_0213; } IL_0203: { V_9 = ((int32_t)-2); goto IL_0213; } IL_0209: { V_9 = ((int32_t)-3); goto IL_0213; } IL_020f: { V_9 = ((int32_t)-4); } IL_0213: { int32_t L_68 = V_9; if ((((int32_t)L_68) == ((int32_t)1))) { goto IL_022e; } } { RegexParser_MoveRight_mE4C6D41AFE3F585C0B8E7CD0AF3CF4DBA8791AB4(__this, /*hidden argument*/NULL); int32_t L_69 = __this->get__options_16(); int32_t L_70 = V_9; RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_71 = (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 *)il2cpp_codegen_object_new(RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43_il2cpp_TypeInfo_var); RegexNode__ctor_mD4B2FB6044880AC4DDF035FFE6254A13807A34BC(L_71, ((int32_t)13), L_69, L_70, /*hidden argument*/NULL); return L_71; } IL_022e: { int32_t L_72 = V_2; RegexParser_Textto_mE4BCC8608BF006D283A32F9C5811264467EEB806_inline(__this, L_72, /*hidden argument*/NULL); int32_t L_73 = __this->get__options_16(); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_74 = (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 *)il2cpp_codegen_object_new(RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43_il2cpp_TypeInfo_var); RegexNode__ctor_m2E85CE2AB0812A86EE61448DEACBA68E329D3325(L_74, ((int32_t)9), L_73, ((int32_t)36), /*hidden argument*/NULL); return L_74; } } // System.String System.Text.RegularExpressions.RegexParser::ScanCapname() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RegexParser_ScanCapname_mC34B52A5BDE9DB0AB0A9691F52D45D0B7D4AD377 (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0; L_0 = RegexParser_Textpos_m5A18C75CE7F3A5AE17373DA09A20070D988308C5_inline(__this, /*hidden argument*/NULL); V_0 = L_0; goto IL_001e; } IL_0009: { Il2CppChar L_1; L_1 = RegexParser_MoveRightGetChar_mE98852DD0B33AE818B01A7CC7A9C301C2226F81C(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); bool L_2; L_2 = RegexCharClass_IsWordChar_mE33E6C5569AA1B920849CD5555DF3CE9A9C10440(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_001e; } } { RegexParser_MoveLeft_mBE0128B08B61C1306954528C799F2F1F1B803391(__this, /*hidden argument*/NULL); goto IL_0027; } IL_001e: { int32_t L_3; L_3 = RegexParser_CharsRight_m808A213FCB975D42C6E6270E7A0FAEB1E496B07A(__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; L_6 = RegexParser_Textpos_m5A18C75CE7F3A5AE17373DA09A20070D988308C5_inline(__this, /*hidden argument*/NULL); int32_t L_7 = V_0; NullCheck(L_4); String_t* L_8; L_8 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(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() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar RegexParser_ScanOctal_m7767731DCDBED3AFE2CF6A24D4A6E7FB448062F6 (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __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; L_1 = RegexParser_CharsRight_m808A213FCB975D42C6E6270E7A0FAEB1E496B07A(__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)L_1))) { goto IL_0012; } } { int32_t L_2; L_2 = RegexParser_CharsRight_m808A213FCB975D42C6E6270E7A0FAEB1E496B07A(__this, /*hidden argument*/NULL); V_2 = L_2; } IL_0012: { V_1 = 0; goto IL_0035; } IL_0016: { RegexParser_MoveRight_mE4C6D41AFE3F585C0B8E7CD0AF3CF4DBA8791AB4(__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; L_6 = RegexParser_UseOptionE_m442360F28425CC127273FA1B10737E2AB3A70762(__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; L_10 = RegexParser_RightChar_mA977C61B98B8BB88C2A66AEBBFDA6826C58ED66A(__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() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegexParser_ScanDecimal_mC7374D132F506C5D7EEB868C32C4959B1C672017 (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { V_0 = 0; goto IL_0038; } IL_0004: { RegexParser_MoveRight_mE4C6D41AFE3F585C0B8E7CD0AF3CF4DBA8791AB4(__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; L_3 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD6B452A9F938870B52555F4DB4CE0E35E48B1FA6)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_4; L_4 = RegexParser_MakeException_mA573DC3F94B98F328A9B87673A2CF8A15120DEB1(__this, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RegexParser_ScanDecimal_mC7374D132F506C5D7EEB868C32C4959B1C672017_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; L_8 = RegexParser_CharsRight_m808A213FCB975D42C6E6270E7A0FAEB1E496B07A(__this, /*hidden argument*/NULL); if ((((int32_t)L_8) <= ((int32_t)0))) { goto IL_0051; } } { Il2CppChar L_9; L_9 = RegexParser_RightChar_mA977C61B98B8BB88C2A66AEBBFDA6826C58ED66A(__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) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar RegexParser_ScanHex_m273E9DA24C7455F701730E65B90DAA5C0D0210C2 (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, int32_t ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { V_0 = 0; int32_t L_0; L_0 = RegexParser_CharsRight_m808A213FCB975D42C6E6270E7A0FAEB1E496B07A(__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; L_7 = RegexParser_MoveRightGetChar_mE98852DD0B33AE818B01A7CC7A9C301C2226F81C(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9_il2cpp_TypeInfo_var); int32_t L_8; L_8 = RegexParser_HexDigit_m8026F1C18D04CF0CFC87405EE1449F029B977A50(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; L_11 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7D9371213C85404B41C69E8C41C1114818C7F4BF)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_12; L_12 = RegexParser_MakeException_mA573DC3F94B98F328A9B87673A2CF8A15120DEB1(__this, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RegexParser_ScanHex_m273E9DA24C7455F701730E65B90DAA5C0D0210C2_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) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegexParser_HexDigit_m8026F1C18D04CF0CFC87405EE1449F029B977A50 (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() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar RegexParser_ScanControl_m9EC29A03B8B1C8323D3E67F0D43F7A5960FFD816 (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, const RuntimeMethod* method) { Il2CppChar V_0 = 0x0; { int32_t L_0; L_0 = RegexParser_CharsRight_m808A213FCB975D42C6E6270E7A0FAEB1E496B07A(__this, /*hidden argument*/NULL); if ((((int32_t)L_0) > ((int32_t)0))) { goto IL_001a; } } { String_t* L_1; L_1 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9C3D04385AD6997A289AF27CABA813829BDB3298)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_2; L_2 = RegexParser_MakeException_mA573DC3F94B98F328A9B87673A2CF8A15120DEB1(__this, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RegexParser_ScanControl_m9EC29A03B8B1C8323D3E67F0D43F7A5960FFD816_RuntimeMethod_var))); } IL_001a: { Il2CppChar L_3; L_3 = RegexParser_MoveRightGetChar_mE98852DD0B33AE818B01A7CC7A9C301C2226F81C(__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; L_10 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5D3712231996A1C41EDA4CA1C12669294FE63D36)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_11; L_11 = RegexParser_MakeException_mA573DC3F94B98F328A9B87673A2CF8A15120DEB1(__this, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RegexParser_ScanControl_m9EC29A03B8B1C8323D3E67F0D43F7A5960FFD816_RuntimeMethod_var))); } } // System.Boolean System.Text.RegularExpressions.RegexParser::IsOnlyTopOption(System.Text.RegularExpressions.RegexOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexParser_IsOnlyTopOption_m7C4B2E37C797EEB8C5878365C25EDE72E2EBE404 (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __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() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexParser_ScanOptions_mE9C5126433FD0A2576B402A07941114AB468D79F (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9_il2cpp_TypeInfo_var); 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; L_0 = RegexParser_RightChar_mA977C61B98B8BB88C2A66AEBBFDA6826C58ED66A(__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_t673103BAE9C6E80634528A1F73A81772DD98E6D9_il2cpp_TypeInfo_var); int32_t L_4; L_4 = RegexParser_OptionFromCode_m3D0AF05036648041D641C37E24919D3D6CA7B7CE(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; L_7 = RegexParser_IsOnlyTopOption_m7C4B2E37C797EEB8C5878365C25EDE72E2EBE404(__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_mE4C6D41AFE3F585C0B8E7CD0AF3CF4DBA8791AB4(__this, /*hidden argument*/NULL); } IL_0059: { int32_t L_13; L_13 = RegexParser_CharsRight_m808A213FCB975D42C6E6270E7A0FAEB1E496B07A(__this, /*hidden argument*/NULL); if ((((int32_t)L_13) > ((int32_t)0))) { goto IL_0004; } } { return; } } // System.Char System.Text.RegularExpressions.RegexParser::ScanCharEscape() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar RegexParser_ScanCharEscape_m7A3FDDAF73AB029CB6EA7BB8058E3FD2AEDD63D6 (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Il2CppChar V_0 = 0x0; { Il2CppChar L_0; L_0 = RegexParser_MoveRightGetChar_mE98852DD0B33AE818B01A7CC7A9C301C2226F81C(__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_mBE0128B08B61C1306954528C799F2F1F1B803391(__this, /*hidden argument*/NULL); Il2CppChar L_3; L_3 = RegexParser_ScanOctal_m7767731DCDBED3AFE2CF6A24D4A6E7FB448062F6(__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; L_6 = RegexParser_ScanHex_m273E9DA24C7455F701730E65B90DAA5C0D0210C2(__this, 2, /*hidden argument*/NULL); return L_6; } IL_007e: { Il2CppChar L_7; L_7 = RegexParser_ScanHex_m273E9DA24C7455F701730E65B90DAA5C0D0210C2(__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; L_8 = RegexParser_ScanControl_m9EC29A03B8B1C8323D3E67F0D43F7A5960FFD816(__this, /*hidden argument*/NULL); return L_8; } IL_00a3: { bool L_9; L_9 = RegexParser_UseOptionE_m442360F28425CC127273FA1B10737E2AB3A70762(__this, /*hidden argument*/NULL); if (L_9) { goto IL_00d4; } } { Il2CppChar L_10 = V_0; IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); bool L_11; L_11 = RegexCharClass_IsWordChar_mE33E6C5569AA1B920849CD5555DF3CE9A9C10440(L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_00d4; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_12 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_13 = L_12; String_t* L_14; L_14 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)(&V_0), /*hidden argument*/NULL); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_14); (L_13)->SetAt(static_cast(0), (RuntimeObject *)L_14); String_t* L_15; L_15 = SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCB62281B27D708B122BB052F6C5C203A9C9CA10B)), L_13, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_16; L_16 = RegexParser_MakeException_mA573DC3F94B98F328A9B87673A2CF8A15120DEB1(__this, L_15, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RegexParser_ScanCharEscape_m7A3FDDAF73AB029CB6EA7BB8058E3FD2AEDD63D6_RuntimeMethod_var))); } IL_00d4: { Il2CppChar L_17 = V_0; return L_17; } } // System.String System.Text.RegularExpressions.RegexParser::ParseProperty() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RegexParser_ParseProperty_m32F8C5F94C55BFF814FBAD3189A25F3CAB76B3C3 (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); 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; L_0 = RegexParser_CharsRight_m808A213FCB975D42C6E6270E7A0FAEB1E496B07A(__this, /*hidden argument*/NULL); if ((((int32_t)L_0) >= ((int32_t)3))) { goto IL_001a; } } { String_t* L_1; L_1 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5CC823378CCA508A81792DDC107D7253062D4F0D)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_2; L_2 = RegexParser_MakeException_mA573DC3F94B98F328A9B87673A2CF8A15120DEB1(__this, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RegexParser_ParseProperty_m32F8C5F94C55BFF814FBAD3189A25F3CAB76B3C3_RuntimeMethod_var))); } IL_001a: { Il2CppChar L_3; L_3 = RegexParser_MoveRightGetChar_mE98852DD0B33AE818B01A7CC7A9C301C2226F81C(__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; L_5 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral326FE389E7BF8CF01EAC82490F9CDC8DC7132486)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_6; L_6 = RegexParser_MakeException_mA573DC3F94B98F328A9B87673A2CF8A15120DEB1(__this, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RegexParser_ParseProperty_m32F8C5F94C55BFF814FBAD3189A25F3CAB76B3C3_RuntimeMethod_var))); } IL_0037: { int32_t L_7; L_7 = RegexParser_Textpos_m5A18C75CE7F3A5AE17373DA09A20070D988308C5_inline(__this, /*hidden argument*/NULL); V_1 = L_7; goto IL_005c; } IL_0040: { Il2CppChar L_8; L_8 = RegexParser_MoveRightGetChar_mE98852DD0B33AE818B01A7CC7A9C301C2226F81C(__this, /*hidden argument*/NULL); V_0 = L_8; Il2CppChar L_9 = V_0; IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); bool L_10; L_10 = RegexCharClass_IsWordChar_mE33E6C5569AA1B920849CD5555DF3CE9A9C10440(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_mBE0128B08B61C1306954528C799F2F1F1B803391(__this, /*hidden argument*/NULL); goto IL_0065; } IL_005c: { int32_t L_12; L_12 = RegexParser_CharsRight_m808A213FCB975D42C6E6270E7A0FAEB1E496B07A(__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; L_15 = RegexParser_Textpos_m5A18C75CE7F3A5AE17373DA09A20070D988308C5_inline(__this, /*hidden argument*/NULL); int32_t L_16 = V_1; NullCheck(L_13); String_t* L_17; L_17 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_13, L_14, ((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)L_16)), /*hidden argument*/NULL); int32_t L_18; L_18 = RegexParser_CharsRight_m808A213FCB975D42C6E6270E7A0FAEB1E496B07A(__this, /*hidden argument*/NULL); G_B10_0 = L_17; if (!L_18) { G_B11_0 = L_17; goto IL_008b; } } { Il2CppChar L_19; L_19 = RegexParser_MoveRightGetChar_mE98852DD0B33AE818B01A7CC7A9C301C2226F81C(__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; L_20 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5CC823378CCA508A81792DDC107D7253062D4F0D)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_21; L_21 = RegexParser_MakeException_mA573DC3F94B98F328A9B87673A2CF8A15120DEB1(__this, L_20, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RegexParser_ParseProperty_m32F8C5F94C55BFF814FBAD3189A25F3CAB76B3C3_RuntimeMethod_var))); } IL_009c: { return G_B12_0; } } // System.Int32 System.Text.RegularExpressions.RegexParser::TypeFromCode(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegexParser_TypeFromCode_m9B5F0CD85CECC83F17C2A37B5A0A396478A668B8 (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __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; L_7 = RegexParser_UseOptionE_m442360F28425CC127273FA1B10737E2AB3A70762(__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; L_8 = RegexParser_UseOptionE_m442360F28425CC127273FA1B10737E2AB3A70762(__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) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegexParser_OptionFromCode_m3D0AF05036648041D641C37E24919D3D6CA7B7CE (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() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexParser_CountCaptures_mE1F7E2BFAE6D599A2F71D217A078B385A9408700 (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Il2CppChar V_0 = 0x0; int32_t V_1 = 0; int32_t V_2 = 0; { RegexParser_NoteCaptureSlot_m0A4A75BC5BB740A63EE0D41BDBB25A1FADFBF53C(__this, 0, 0, /*hidden argument*/NULL); __this->set__autocap_8(1); goto IL_01c1; } IL_0014: { int32_t L_0; L_0 = RegexParser_Textpos_m5A18C75CE7F3A5AE17373DA09A20070D988308C5_inline(__this, /*hidden argument*/NULL); V_1 = L_0; Il2CppChar L_1; L_1 = RegexParser_MoveRightGetChar_mE98852DD0B33AE818B01A7CC7A9C301C2226F81C(__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; L_8 = RegexParser_CharsRight_m808A213FCB975D42C6E6270E7A0FAEB1E496B07A(__this, /*hidden argument*/NULL); if ((((int32_t)L_8) <= ((int32_t)0))) { goto IL_01c1; } } { RegexParser_MoveRight_mE4C6D41AFE3F585C0B8E7CD0AF3CF4DBA8791AB4(__this, /*hidden argument*/NULL); goto IL_01c1; } IL_005f: { bool L_9; L_9 = RegexParser_UseOptionX_m7944C5C44AEAA4D69ABA991320A6B960F8EEC284(__this, /*hidden argument*/NULL); if (!L_9) { goto IL_01c1; } } { RegexParser_MoveLeft_mBE0128B08B61C1306954528C799F2F1F1B803391(__this, /*hidden argument*/NULL); RegexParser_ScanBlank_m2ACFA5BAF5FA14554D74C5DE4FE3893483D6F33D(__this, /*hidden argument*/NULL); goto IL_01c1; } IL_007b: { RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * L_10; L_10 = RegexParser_ScanCharClass_mADFDEFF75B3C880E692ED8411B7154CF3130401E(__this, (bool)0, (bool)1, /*hidden argument*/NULL); goto IL_01c1; } IL_0089: { bool L_11; L_11 = RegexParser_EmptyOptionsStack_m9B5B4501C296662175648E458F9EAAADEE3A2B44(__this, /*hidden argument*/NULL); if (L_11) { goto IL_01c1; } } { RegexParser_PopOptions_m186A6537DA0481481E59C5BED015B577508271C7(__this, /*hidden argument*/NULL); goto IL_01c1; } IL_009f: { int32_t L_12; L_12 = RegexParser_CharsRight_m808A213FCB975D42C6E6270E7A0FAEB1E496B07A(__this, /*hidden argument*/NULL); if ((((int32_t)L_12) < ((int32_t)2))) { goto IL_00ce; } } { Il2CppChar L_13; L_13 = RegexParser_RightChar_mE6728D67C4F9FE227ECD6BED46FFC94518EAD9B4(__this, 1, /*hidden argument*/NULL); if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)35))))) { goto IL_00ce; } } { Il2CppChar L_14; L_14 = RegexParser_RightChar_mA977C61B98B8BB88C2A66AEBBFDA6826C58ED66A(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_14) == ((uint32_t)((int32_t)63))))) { goto IL_00ce; } } { RegexParser_MoveLeft_mBE0128B08B61C1306954528C799F2F1F1B803391(__this, /*hidden argument*/NULL); RegexParser_ScanBlank_m2ACFA5BAF5FA14554D74C5DE4FE3893483D6F33D(__this, /*hidden argument*/NULL); goto IL_01ba; } IL_00ce: { RegexParser_PushOptions_mC0047ADAB396BC1643AA63B2C395F09FCBE726BC(__this, /*hidden argument*/NULL); int32_t L_15; L_15 = RegexParser_CharsRight_m808A213FCB975D42C6E6270E7A0FAEB1E496B07A(__this, /*hidden argument*/NULL); if ((((int32_t)L_15) <= ((int32_t)0))) { goto IL_0192; } } { Il2CppChar L_16; L_16 = RegexParser_RightChar_mA977C61B98B8BB88C2A66AEBBFDA6826C58ED66A(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_16) == ((uint32_t)((int32_t)63))))) { goto IL_0192; } } { RegexParser_MoveRight_mE4C6D41AFE3F585C0B8E7CD0AF3CF4DBA8791AB4(__this, /*hidden argument*/NULL); int32_t L_17; L_17 = RegexParser_CharsRight_m808A213FCB975D42C6E6270E7A0FAEB1E496B07A(__this, /*hidden argument*/NULL); if ((((int32_t)L_17) <= ((int32_t)1))) { goto IL_0158; } } { Il2CppChar L_18; L_18 = RegexParser_RightChar_mA977C61B98B8BB88C2A66AEBBFDA6826C58ED66A(__this, /*hidden argument*/NULL); if ((((int32_t)L_18) == ((int32_t)((int32_t)60)))) { goto IL_0110; } } { Il2CppChar L_19; L_19 = RegexParser_RightChar_mA977C61B98B8BB88C2A66AEBBFDA6826C58ED66A(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_19) == ((uint32_t)((int32_t)39))))) { goto IL_0158; } } IL_0110: { RegexParser_MoveRight_mE4C6D41AFE3F585C0B8E7CD0AF3CF4DBA8791AB4(__this, /*hidden argument*/NULL); Il2CppChar L_20; L_20 = RegexParser_RightChar_mA977C61B98B8BB88C2A66AEBBFDA6826C58ED66A(__this, /*hidden argument*/NULL); V_0 = L_20; Il2CppChar L_21 = V_0; if ((((int32_t)L_21) == ((int32_t)((int32_t)48)))) { goto IL_01ba; } } { Il2CppChar L_22 = V_0; IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); bool L_23; L_23 = RegexCharClass_IsWordChar_mE33E6C5569AA1B920849CD5555DF3CE9A9C10440(L_22, /*hidden argument*/NULL); if (!L_23) { goto IL_01ba; } } { Il2CppChar L_24 = V_0; if ((((int32_t)L_24) < ((int32_t)((int32_t)49)))) { goto IL_0149; } } { Il2CppChar L_25 = V_0; if ((((int32_t)L_25) > ((int32_t)((int32_t)57)))) { goto IL_0149; } } { int32_t L_26; L_26 = RegexParser_ScanDecimal_mC7374D132F506C5D7EEB868C32C4959B1C672017(__this, /*hidden argument*/NULL); int32_t L_27 = V_1; RegexParser_NoteCaptureSlot_m0A4A75BC5BB740A63EE0D41BDBB25A1FADFBF53C(__this, L_26, L_27, /*hidden argument*/NULL); goto IL_01ba; } IL_0149: { String_t* L_28; L_28 = RegexParser_ScanCapname_mC34B52A5BDE9DB0AB0A9691F52D45D0B7D4AD377(__this, /*hidden argument*/NULL); int32_t L_29 = V_1; RegexParser_NoteCaptureName_m8673E32280A278603401C24BFCD7C65F42881FA8(__this, L_28, L_29, /*hidden argument*/NULL); goto IL_01ba; } IL_0158: { RegexParser_ScanOptions_mE9C5126433FD0A2576B402A07941114AB468D79F(__this, /*hidden argument*/NULL); int32_t L_30; L_30 = RegexParser_CharsRight_m808A213FCB975D42C6E6270E7A0FAEB1E496B07A(__this, /*hidden argument*/NULL); if ((((int32_t)L_30) <= ((int32_t)0))) { goto IL_01ba; } } { Il2CppChar L_31; L_31 = RegexParser_RightChar_mA977C61B98B8BB88C2A66AEBBFDA6826C58ED66A(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_31) == ((uint32_t)((int32_t)41))))) { goto IL_017f; } } { RegexParser_MoveRight_mE4C6D41AFE3F585C0B8E7CD0AF3CF4DBA8791AB4(__this, /*hidden argument*/NULL); RegexParser_PopKeepOptions_mBCC70CBFDC2A6DD07FE090D4E546B6AEA5644500(__this, /*hidden argument*/NULL); goto IL_01ba; } IL_017f: { Il2CppChar L_32; L_32 = RegexParser_RightChar_mA977C61B98B8BB88C2A66AEBBFDA6826C58ED66A(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_32) == ((uint32_t)((int32_t)40))))) { goto IL_01ba; } } { __this->set__ignoreNextParen_18((bool)1); goto IL_01c1; } IL_0192: { bool L_33; L_33 = RegexParser_UseOptionN_m9B82FA2012348674AC4E62205FE205CF2DB0ED35(__this, /*hidden argument*/NULL); if (L_33) { goto IL_01ba; } } { bool L_34 = __this->get__ignoreNextParen_18(); if (L_34) { goto IL_01ba; } } { int32_t L_35 = __this->get__autocap_8(); V_2 = L_35; int32_t L_36 = V_2; __this->set__autocap_8(((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1))); int32_t L_37 = V_2; int32_t L_38 = V_1; RegexParser_NoteCaptureSlot_m0A4A75BC5BB740A63EE0D41BDBB25A1FADFBF53C(__this, L_37, L_38, /*hidden argument*/NULL); } IL_01ba: { __this->set__ignoreNextParen_18((bool)0); } IL_01c1: { int32_t L_39; L_39 = RegexParser_CharsRight_m808A213FCB975D42C6E6270E7A0FAEB1E496B07A(__this, /*hidden argument*/NULL); if ((((int32_t)L_39) > ((int32_t)0))) { goto IL_0014; } } { RegexParser_AssignNameSlots_m7478C18338D1440B8422BD849CCF1E3C33169EDB(__this, /*hidden argument*/NULL); return; } } // System.Void System.Text.RegularExpressions.RegexParser::NoteCaptureSlot(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexParser_NoteCaptureSlot_m0A4A75BC5BB740A63EE0D41BDBB25A1FADFBF53C (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, int32_t ___i0, int32_t ___pos1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = __this->get__caps_12(); int32_t L_1 = ___i0; int32_t L_2 = L_1; RuntimeObject * L_3 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_2); NullCheck(L_0); bool L_4; L_4 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(27 /* System.Boolean System.Collections.Hashtable::ContainsKey(System.Object) */, L_0, L_3); if (L_4) { goto IL_005a; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_5 = __this->get__caps_12(); int32_t L_6 = ___i0; int32_t L_7 = L_6; RuntimeObject * L_8 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_7); int32_t L_9 = ___pos1; int32_t L_10 = L_9; RuntimeObject * L_11 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_10); NullCheck(L_5); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* 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) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexParser_NoteCaptureName_m8673E32280A278603401C24BFCD7C65F42881FA8 (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, String_t* ___name0, int32_t ___pos1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = __this->get__capnames_13(); if (L_0) { goto IL_001e; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_1 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91(L_1, /*hidden argument*/NULL); __this->set__capnames_13(L_1); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_2 = (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *)il2cpp_codegen_object_new(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_il2cpp_TypeInfo_var); List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9(L_2, /*hidden argument*/List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9_RuntimeMethod_var); __this->set__capnamelist_15(L_2); } IL_001e: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_3 = __this->get__capnames_13(); String_t* L_4 = ___name0; NullCheck(L_3); bool L_5; L_5 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(27 /* System.Boolean System.Collections.Hashtable::ContainsKey(System.Object) */, L_3, L_4); if (L_5) { goto IL_004a; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * 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_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_9); NullCheck(L_6); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_6, L_7, L_10); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_11 = __this->get__capnamelist_15(); String_t* L_12 = ___name0; NullCheck(L_11); List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A(L_11, L_12, /*hidden argument*/List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A_RuntimeMethod_var); } IL_004a: { return; } } // System.Void System.Text.RegularExpressions.RegexParser::NoteCaptures(System.Collections.Hashtable,System.Int32,System.Collections.Hashtable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexParser_NoteCaptures_m8281BB827D68F1A4E2A30C5A5189E72A92FE6F78 (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___caps0, int32_t ___capsize1, Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___capnames2, const RuntimeMethod* method) { { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = ___caps0; __this->set__caps_12(L_0); int32_t L_1 = ___capsize1; __this->set__capsize_11(L_1); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_2 = ___capnames2; __this->set__capnames_13(L_2); return; } } // System.Void System.Text.RegularExpressions.RegexParser::AssignNameSlots() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexParser_AssignNameSlots_m7478C18338D1440B8422BD849CCF1E3C33169EDB (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Sort_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m91C0828E8387BB808344D592B74142169B28FA8F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Comparer_1_get_Default_mF58823BF72649146DD0FA0EA06AA1C3A0CEACE99_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionaryEnumerator_t8A89A8564EADF5FFB8494092DFED7D7C063F1501_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m3F624A80E7853289E4759DE8F16CF23B0958365B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_il2cpp_TypeInfo_var); 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_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * 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_t7565AB92A12227AD5BADD6911F10D87EE52509AC * 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; L_3 = RegexParser_IsCaptureSlot_mE462763928C28561B761AFCE14D30C6A31CD1C15(__this, L_2, /*hidden argument*/NULL); if (L_3) { goto IL_000f; } } { List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_4 = __this->get__capnamelist_15(); int32_t L_5 = V_0; NullCheck(L_4); String_t* L_6; L_6 = List_1_get_Item_m3F624A80E7853289E4759DE8F16CF23B0958365B_inline(L_4, L_5, /*hidden argument*/List_1_get_Item_m3F624A80E7853289E4759DE8F16CF23B0958365B_RuntimeMethod_var); V_1 = L_6; Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_7 = __this->get__capnames_13(); String_t* L_8 = V_1; NullCheck(L_7); RuntimeObject * L_9; L_9 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_7, L_8); V_2 = ((*(int32_t*)((int32_t*)UnBox(L_9, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * 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_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_13); NullCheck(L_10); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* 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_m0A4A75BC5BB740A63EE0D41BDBB25A1FADFBF53C(__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_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_20 = __this->get__capnamelist_15(); NullCheck(L_20); int32_t L_21; L_21 = List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_inline(L_20, /*hidden argument*/List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_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_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_25 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)L_24); __this->set__capnumlist_14(L_25); V_3 = 0; Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_26 = __this->get__caps_12(); NullCheck(L_26); RuntimeObject* L_27; L_27 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(31 /* System.Collections.IDictionaryEnumerator System.Collections.Hashtable::GetEnumerator() */, L_26); V_4 = L_27; goto IL_00d6; } IL_00be: { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* 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; L_32 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IDictionaryEnumerator::get_Key() */, IDictionaryEnumerator_t8A89A8564EADF5FFB8494092DFED7D7C063F1501_il2cpp_TypeInfo_var, L_31); NullCheck(L_28); (L_28)->SetAt(static_cast(L_30), (int32_t)((*(int32_t*)((int32_t*)UnBox(L_32, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var))))); } IL_00d6: { RuntimeObject* L_33 = V_4; NullCheck(L_33); bool L_34; L_34 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_33); if (L_34) { goto IL_00be; } } { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_35 = __this->get__capnumlist_14(); Comparer_1_t3E3093220DB5D33A829C91C1DFDBDE2F42ECEDC7 * L_36; L_36 = Comparer_1_get_Default_mF58823BF72649146DD0FA0EA06AA1C3A0CEACE99(/*hidden argument*/Comparer_1_get_Default_mF58823BF72649146DD0FA0EA06AA1C3A0CEACE99_RuntimeMethod_var); Array_Sort_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m91C0828E8387BB808344D592B74142169B28FA8F(L_35, L_36, /*hidden argument*/Array_Sort_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m91C0828E8387BB808344D592B74142169B28FA8F_RuntimeMethod_var); } IL_00ef: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_37 = __this->get__capnames_13(); if (L_37) { goto IL_0102; } } { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_38 = __this->get__capnumlist_14(); if (!L_38) { goto IL_0204; } } IL_0102: { V_7 = 0; Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_39 = __this->get__capnames_13(); if (L_39) { goto IL_012b; } } { V_5 = (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *)NULL; Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_40 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91(L_40, /*hidden argument*/NULL); __this->set__capnames_13(L_40); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_41 = (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *)il2cpp_codegen_object_new(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_il2cpp_TypeInfo_var); List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9(L_41, /*hidden argument*/List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9_RuntimeMethod_var); __this->set__capnamelist_15(L_41); V_6 = (-1); goto IL_0158; } IL_012b: { List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_42 = __this->get__capnamelist_15(); V_5 = L_42; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_43 = (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *)il2cpp_codegen_object_new(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_il2cpp_TypeInfo_var); List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9(L_43, /*hidden argument*/List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9_RuntimeMethod_var); __this->set__capnamelist_15(L_43); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_44 = __this->get__capnames_13(); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_45 = V_5; NullCheck(L_45); String_t* L_46; L_46 = List_1_get_Item_m3F624A80E7853289E4759DE8F16CF23B0958365B_inline(L_45, 0, /*hidden argument*/List_1_get_Item_m3F624A80E7853289E4759DE8F16CF23B0958365B_RuntimeMethod_var); NullCheck(L_44); RuntimeObject * L_47; L_47 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_44, L_46); V_6 = ((*(int32_t*)((int32_t*)UnBox(L_47, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))); } IL_0158: { V_8 = 0; goto IL_01f7; } IL_0160: { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_48 = __this->get__capnumlist_14(); if (!L_48) { goto IL_0173; } } { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* 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(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_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_56 = __this->get__capnamelist_15(); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * 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; L_60 = List_1_get_Item_m3F624A80E7853289E4759DE8F16CF23B0958365B_inline(L_57, L_59, /*hidden argument*/List_1_get_Item_m3F624A80E7853289E4759DE8F16CF23B0958365B_RuntimeMethod_var); NullCheck(L_56); List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A(L_56, L_60, /*hidden argument*/List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A_RuntimeMethod_var); int32_t L_61 = V_7; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_62 = V_5; NullCheck(L_62); int32_t L_63; L_63 = List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_inline(L_62, /*hidden argument*/List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_RuntimeMethod_var); if ((((int32_t)L_61) == ((int32_t)L_63))) { goto IL_01bc; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_64 = __this->get__capnames_13(); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_65 = V_5; int32_t L_66 = V_7; NullCheck(L_65); String_t* L_67; L_67 = List_1_get_Item_m3F624A80E7853289E4759DE8F16CF23B0958365B_inline(L_65, L_66, /*hidden argument*/List_1_get_Item_m3F624A80E7853289E4759DE8F16CF23B0958365B_RuntimeMethod_var); NullCheck(L_64); RuntimeObject * L_68; L_68 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_64, L_67); G_B24_0 = ((*(int32_t*)((int32_t*)UnBox(L_68, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_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_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_70 = __this->get__culture_7(); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); String_t* L_71; L_71 = Convert_ToString_m608712133E3A607F257620CB270C6758F01CB109(L_69, L_70, /*hidden argument*/NULL); V_10 = L_71; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_72 = __this->get__capnamelist_15(); String_t* L_73 = V_10; NullCheck(L_72); List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A(L_72, L_73, /*hidden argument*/List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A_RuntimeMethod_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * 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_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_77); NullCheck(L_74); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* 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) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegexParser_CaptureSlotFromName_mF8279E16DB2733EE3712214CFC57DA3D48BD717B (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, String_t* ___capname0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = __this->get__capnames_13(); String_t* L_1 = ___capname0; NullCheck(L_0); RuntimeObject * L_2; L_2 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_0, L_1); return ((*(int32_t*)((int32_t*)UnBox(L_2, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))); } } // System.Boolean System.Text.RegularExpressions.RegexParser::IsCaptureSlot(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexParser_IsCaptureSlot_mE462763928C28561B761AFCE14D30C6A31CD1C15 (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = __this->get__caps_12(); if (!L_0) { goto IL_001a; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_1 = __this->get__caps_12(); int32_t L_2 = ___i0; int32_t L_3 = L_2; RuntimeObject * L_4 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_3); NullCheck(L_1); bool L_5; L_5 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(27 /* 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) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexParser_IsCaptureName_mF09CBBD2AEAD4D1BAAE4E4E803C3F4916DBA479D (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, String_t* ___capname0, const RuntimeMethod* method) { { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = __this->get__capnames_13(); if (L_0) { goto IL_000a; } } { return (bool)0; } IL_000a: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_1 = __this->get__capnames_13(); String_t* L_2 = ___capname0; NullCheck(L_1); bool L_3; L_3 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(27 /* System.Boolean System.Collections.Hashtable::ContainsKey(System.Object) */, L_1, L_2); return L_3; } } // System.Boolean System.Text.RegularExpressions.RegexParser::UseOptionN() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexParser_UseOptionN_m9B82FA2012348674AC4E62205FE205CF2DB0ED35 (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __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() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexParser_UseOptionI_m46AAF2DBCC08EE8F3E8ECA1A5E37160C4E5C7B04 (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __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() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexParser_UseOptionM_mBCB459C99D9BD541A68ADF86C1FD437169A8352E (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __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() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexParser_UseOptionS_m079D720F7300CEEBB4800B8CB5F7DE450E00FC6D (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __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() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexParser_UseOptionX_m7944C5C44AEAA4D69ABA991320A6B960F8EEC284 (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __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() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexParser_UseOptionE_m442360F28425CC127273FA1B10737E2AB3A70762 (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __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) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexParser_IsSpecial_m3EA52FD6E89284E878A510816990AD45656A9CF0 (Il2CppChar ___ch0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9_il2cpp_TypeInfo_var); 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_t673103BAE9C6E80634528A1F73A81772DD98E6D9_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ((RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9_StaticFields*)il2cpp_codegen_static_fields_for(RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9_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(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) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexParser_IsStopperX_m14B244DAE546E9EAAEF746C7722F21FFAF6DA8D9 (Il2CppChar ___ch0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9_il2cpp_TypeInfo_var); 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_t673103BAE9C6E80634528A1F73A81772DD98E6D9_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ((RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9_StaticFields*)il2cpp_codegen_static_fields_for(RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9_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(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) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexParser_IsQuantifier_mFF0B74F0F48136C4CA3E6D614D819C67FC8EEE07 (Il2CppChar ___ch0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9_il2cpp_TypeInfo_var); 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_t673103BAE9C6E80634528A1F73A81772DD98E6D9_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ((RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9_StaticFields*)il2cpp_codegen_static_fields_for(RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9_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(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() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexParser_IsTrueQuantifier_m190312723B9D3A48FA41FED5A4DC5D9C055EB627 (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9_il2cpp_TypeInfo_var); 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; L_0 = RegexParser_CharsRight_m808A213FCB975D42C6E6270E7A0FAEB1E496B07A(__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; L_2 = RegexParser_Textpos_m5A18C75CE7F3A5AE17373DA09A20070D988308C5_inline(__this, /*hidden argument*/NULL); V_1 = L_2; int32_t L_3 = V_1; Il2CppChar L_4; L_4 = RegexParser_CharAt_mEA865F2B6DC4EF1B81F8D80ABF989F395BEC0B84(__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_t673103BAE9C6E80634528A1F73A81772DD98E6D9_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ((RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9_StaticFields*)il2cpp_codegen_static_fields_for(RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9_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(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; L_16 = RegexParser_CharAt_mEA865F2B6DC4EF1B81F8D80ABF989F395BEC0B84(__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; L_28 = RegexParser_CharAt_mEA865F2B6DC4EF1B81F8D80ABF989F395BEC0B84(__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) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexParser_IsSpace_mF6BB83CAF2202A271697570EEC5E636847B8EA35 (Il2CppChar ___ch0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9_il2cpp_TypeInfo_var); 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_t673103BAE9C6E80634528A1F73A81772DD98E6D9_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ((RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9_StaticFields*)il2cpp_codegen_static_fields_for(RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9_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(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) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexParser_AddConcatenate_m308E5EB5C42CF795225A0FDBACCF647B57BE425B (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, int32_t ___pos0, int32_t ___cch1, bool ___isReplacement2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * 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; L_5 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_2, L_3, L_4, /*hidden argument*/NULL); V_1 = L_5; bool L_6; L_6 = RegexParser_UseOptionI_m46AAF2DBCC08EE8F3E8ECA1A5E37160C4E5C7B04(__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; L_9 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_8, /*hidden argument*/NULL); StringBuilder_t * L_10 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_mEDFFE2D378A15F6DAB54D52661C84C1B52E7BA2E(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; L_14 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_12, L_13, /*hidden argument*/NULL); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_15 = __this->get__culture_7(); IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); Il2CppChar L_16; L_16 = Char_ToLower_m42C052EB06C3F461C8CEBAD492E102EB721FDECE(L_14, L_15, /*hidden argument*/NULL); NullCheck(L_11); StringBuilder_t * L_17; L_17 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_11, L_16, /*hidden argument*/NULL); int32_t L_18 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_004e: { int32_t L_19 = V_3; String_t* L_20 = V_1; NullCheck(L_20); int32_t L_21; L_21 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_20, /*hidden argument*/NULL); if ((((int32_t)L_19) < ((int32_t)L_21))) { goto IL_0031; } } { StringBuilder_t * L_22 = V_2; NullCheck(L_22); String_t* L_23; L_23 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_22); V_1 = L_23; } IL_005e: { int32_t L_24 = __this->get__options_16(); String_t* L_25 = V_1; RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_26 = (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 *)il2cpp_codegen_object_new(RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43_il2cpp_TypeInfo_var); RegexNode__ctor_m5A3AA31155A359CC8462AF0AB55DE0D5B7C435B4(L_26, ((int32_t)12), L_24, L_25, /*hidden argument*/NULL); V_0 = L_26; goto IL_00a7; } IL_006f: { String_t* L_27 = __this->get__pattern_5(); int32_t L_28 = ___pos0; NullCheck(L_27); Il2CppChar L_29; L_29 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_27, L_28, /*hidden argument*/NULL); V_4 = L_29; bool L_30; L_30 = RegexParser_UseOptionI_m46AAF2DBCC08EE8F3E8ECA1A5E37160C4E5C7B04(__this, /*hidden argument*/NULL); if (!L_30) { goto IL_0097; } } { bool L_31 = ___isReplacement2; if (L_31) { goto IL_0097; } } { Il2CppChar L_32 = V_4; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_33 = __this->get__culture_7(); IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); Il2CppChar L_34; L_34 = Char_ToLower_m42C052EB06C3F461C8CEBAD492E102EB721FDECE(L_32, L_33, /*hidden argument*/NULL); V_4 = L_34; } IL_0097: { int32_t L_35 = __this->get__options_16(); Il2CppChar L_36 = V_4; RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_37 = (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 *)il2cpp_codegen_object_new(RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43_il2cpp_TypeInfo_var); RegexNode__ctor_m2E85CE2AB0812A86EE61448DEACBA68E329D3325(L_37, ((int32_t)9), L_35, L_36, /*hidden argument*/NULL); V_0 = L_37; } IL_00a7: { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_38 = __this->get__concatenation_3(); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_39 = V_0; NullCheck(L_38); RegexNode_AddChild_mD5F9848916D55A0DF36CE5460D149E1024005C85(L_38, L_39, /*hidden argument*/NULL); return; } } // System.Void System.Text.RegularExpressions.RegexParser::PushGroup() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexParser_PushGroup_m30EE1A2FFE88FBA12DB8B4D929F6122D8001EAF9 (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, const RuntimeMethod* method) { { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_0 = __this->get__group_1(); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_1 = __this->get__stack_0(); NullCheck(L_0); L_0->set__next_7(L_1); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_2 = __this->get__alternation_2(); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_3 = __this->get__group_1(); NullCheck(L_2); L_2->set__next_7(L_3); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_4 = __this->get__concatenation_3(); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_5 = __this->get__alternation_2(); NullCheck(L_4); L_4->set__next_7(L_5); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_6 = __this->get__concatenation_3(); __this->set__stack_0(L_6); return; } } // System.Void System.Text.RegularExpressions.RegexParser::PopGroup() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexParser_PopGroup_m461057BFDD1D1CFD70CF3DFE70693E429FCF0FA9 (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, const RuntimeMethod* method) { { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_0 = __this->get__stack_0(); __this->set__concatenation_3(L_0); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_1 = __this->get__concatenation_3(); NullCheck(L_1); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_2 = L_1->get__next_7(); __this->set__alternation_2(L_2); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_3 = __this->get__alternation_2(); NullCheck(L_3); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_4 = L_3->get__next_7(); __this->set__group_1(L_4); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_5 = __this->get__group_1(); NullCheck(L_5); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_6 = L_5->get__next_7(); __this->set__stack_0(L_6); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_7 = __this->get__group_1(); NullCheck(L_7); int32_t L_8; L_8 = RegexNode_Type_m3C72321B307C77AF12F294F366D57D2C77832F27_inline(L_7, /*hidden argument*/NULL); if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)34))))) { goto IL_008c; } } { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_9 = __this->get__group_1(); NullCheck(L_9); int32_t L_10; L_10 = RegexNode_ChildCount_m15D92C9740BA92B2E78B392F7215B8D7D0242172(L_9, /*hidden argument*/NULL); if (L_10) { goto IL_008c; } } { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_11 = __this->get__unit_4(); if (L_11) { goto IL_0074; } } { String_t* L_12; L_12 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC668438A41E16934CBA83B80E3101B8222C11AEC)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_13; L_13 = RegexParser_MakeException_mA573DC3F94B98F328A9B87673A2CF8A15120DEB1(__this, L_12, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RegexParser_PopGroup_m461057BFDD1D1CFD70CF3DFE70693E429FCF0FA9_RuntimeMethod_var))); } IL_0074: { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_14 = __this->get__group_1(); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_15 = __this->get__unit_4(); NullCheck(L_14); RegexNode_AddChild_mD5F9848916D55A0DF36CE5460D149E1024005C85(L_14, L_15, /*hidden argument*/NULL); __this->set__unit_4((RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 *)NULL); } IL_008c: { return; } } // System.Boolean System.Text.RegularExpressions.RegexParser::EmptyStack() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexParser_EmptyStack_mCDC440C4B29CD14F4A0D9D6E3BE105869F246E2E (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, const RuntimeMethod* method) { { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_0 = __this->get__stack_0(); return (bool)((((RuntimeObject*)(RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 *)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); } } // System.Void System.Text.RegularExpressions.RegexParser::StartGroup(System.Text.RegularExpressions.RegexNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexParser_StartGroup_m715D16765A3808F41A0DDFB46AE99F7982BA9E87 (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * ___openGroup0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_0 = ___openGroup0; __this->set__group_1(L_0); int32_t L_1 = __this->get__options_16(); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_2 = (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 *)il2cpp_codegen_object_new(RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43_il2cpp_TypeInfo_var); RegexNode__ctor_mD8966EDCD7AA48AC8AAD5B156C513671843F6D49(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_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_4 = (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 *)il2cpp_codegen_object_new(RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43_il2cpp_TypeInfo_var); RegexNode__ctor_mD8966EDCD7AA48AC8AAD5B156C513671843F6D49(L_4, ((int32_t)25), L_3, /*hidden argument*/NULL); __this->set__concatenation_3(L_4); return; } } // System.Void System.Text.RegularExpressions.RegexParser::AddAlternate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexParser_AddAlternate_m2C8BA28D8A58FB9CA6FE75F9D5875BF748305AB0 (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_0 = __this->get__group_1(); NullCheck(L_0); int32_t L_1; L_1 = RegexNode_Type_m3C72321B307C77AF12F294F366D57D2C77832F27_inline(L_0, /*hidden argument*/NULL); if ((((int32_t)L_1) == ((int32_t)((int32_t)34)))) { goto IL_001e; } } { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_2 = __this->get__group_1(); NullCheck(L_2); int32_t L_3; L_3 = RegexNode_Type_m3C72321B307C77AF12F294F366D57D2C77832F27_inline(L_2, /*hidden argument*/NULL); if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)33))))) { goto IL_0036; } } IL_001e: { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_4 = __this->get__group_1(); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_5 = __this->get__concatenation_3(); NullCheck(L_5); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_6; L_6 = RegexNode_ReverseLeft_m8507E98BFA6C9F78200B8297811C3EE815724A19(L_5, /*hidden argument*/NULL); NullCheck(L_4); RegexNode_AddChild_mD5F9848916D55A0DF36CE5460D149E1024005C85(L_4, L_6, /*hidden argument*/NULL); goto IL_004c; } IL_0036: { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_7 = __this->get__alternation_2(); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_8 = __this->get__concatenation_3(); NullCheck(L_8); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_9; L_9 = RegexNode_ReverseLeft_m8507E98BFA6C9F78200B8297811C3EE815724A19(L_8, /*hidden argument*/NULL); NullCheck(L_7); RegexNode_AddChild_mD5F9848916D55A0DF36CE5460D149E1024005C85(L_7, L_9, /*hidden argument*/NULL); } IL_004c: { int32_t L_10 = __this->get__options_16(); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_11 = (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 *)il2cpp_codegen_object_new(RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43_il2cpp_TypeInfo_var); RegexNode__ctor_mD8966EDCD7AA48AC8AAD5B156C513671843F6D49(L_11, ((int32_t)25), L_10, /*hidden argument*/NULL); __this->set__concatenation_3(L_11); return; } } // System.Void System.Text.RegularExpressions.RegexParser::AddConcatenate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexParser_AddConcatenate_m1B223D215058DA19724BD379C2BC0557EA24B48A (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, const RuntimeMethod* method) { { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_0 = __this->get__concatenation_3(); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_1 = __this->get__unit_4(); NullCheck(L_0); RegexNode_AddChild_mD5F9848916D55A0DF36CE5460D149E1024005C85(L_0, L_1, /*hidden argument*/NULL); __this->set__unit_4((RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 *)NULL); return; } } // System.Void System.Text.RegularExpressions.RegexParser::AddConcatenate(System.Boolean,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexParser_AddConcatenate_m47774C08F0EF3E4B83BD52C777019D63BE718AE6 (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, bool ___lazy0, int32_t ___min1, int32_t ___max2, const RuntimeMethod* method) { { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_0 = __this->get__concatenation_3(); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_1 = __this->get__unit_4(); bool L_2 = ___lazy0; int32_t L_3 = ___min1; int32_t L_4 = ___max2; NullCheck(L_1); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_5; L_5 = RegexNode_MakeQuantifier_mB84818E8D93FEB4AE45E224C09EE46BE238ECD20(L_1, L_2, L_3, L_4, /*hidden argument*/NULL); NullCheck(L_0); RegexNode_AddChild_mD5F9848916D55A0DF36CE5460D149E1024005C85(L_0, L_5, /*hidden argument*/NULL); __this->set__unit_4((RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 *)NULL); return; } } // System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexParser::Unit() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * RegexParser_Unit_m88B751E79E4DE41D295805439EE6D1D5B7170D7F (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, const RuntimeMethod* method) { { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_0 = __this->get__unit_4(); return L_0; } } // System.Void System.Text.RegularExpressions.RegexParser::AddUnitOne(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexParser_AddUnitOne_mDEC722E078B3E61126F56718AF7FED159C616CDC (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, Il2CppChar ___ch0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0; L_0 = RegexParser_UseOptionI_m46AAF2DBCC08EE8F3E8ECA1A5E37160C4E5C7B04(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0016; } } { Il2CppChar L_1 = ___ch0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_2 = __this->get__culture_7(); IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); Il2CppChar L_3; L_3 = Char_ToLower_m42C052EB06C3F461C8CEBAD492E102EB721FDECE(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_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_6 = (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 *)il2cpp_codegen_object_new(RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43_il2cpp_TypeInfo_var); RegexNode__ctor_m2E85CE2AB0812A86EE61448DEACBA68E329D3325(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) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexParser_AddUnitNotone_m14CA5BBABCE627507923A6BE373BEC032167801F (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, Il2CppChar ___ch0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0; L_0 = RegexParser_UseOptionI_m46AAF2DBCC08EE8F3E8ECA1A5E37160C4E5C7B04(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0016; } } { Il2CppChar L_1 = ___ch0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_2 = __this->get__culture_7(); IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); Il2CppChar L_3; L_3 = Char_ToLower_m42C052EB06C3F461C8CEBAD492E102EB721FDECE(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_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_6 = (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 *)il2cpp_codegen_object_new(RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43_il2cpp_TypeInfo_var); RegexNode__ctor_m2E85CE2AB0812A86EE61448DEACBA68E329D3325(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) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexParser_AddUnitSet_mF7CEA4892737145E04E8ECD6DCD3B2A8F809C58B (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, String_t* ___cc0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get__options_16(); String_t* L_1 = ___cc0; RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_2 = (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 *)il2cpp_codegen_object_new(RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43_il2cpp_TypeInfo_var); RegexNode__ctor_m5A3AA31155A359CC8462AF0AB55DE0D5B7C435B4(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) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexParser_AddUnitNode_m84299A7BCF95B87B5B4672759DE2D8D863FA80E2 (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * ___node0, const RuntimeMethod* method) { { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_0 = ___node0; __this->set__unit_4(L_0); return; } } // System.Void System.Text.RegularExpressions.RegexParser::AddUnitType(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexParser_AddUnitType_m39738056CFFB37E7036AF626829033D6052E6FD8 (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, int32_t ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___type0; int32_t L_1 = __this->get__options_16(); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_2 = (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 *)il2cpp_codegen_object_new(RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43_il2cpp_TypeInfo_var); RegexNode__ctor_mD8966EDCD7AA48AC8AAD5B156C513671843F6D49(L_2, L_0, L_1, /*hidden argument*/NULL); __this->set__unit_4(L_2); return; } } // System.Void System.Text.RegularExpressions.RegexParser::AddGroup() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexParser_AddGroup_m3771097F1B4F1F6AA10104D28B663026F7B7326F (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, const RuntimeMethod* method) { { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_0 = __this->get__group_1(); NullCheck(L_0); int32_t L_1; L_1 = RegexNode_Type_m3C72321B307C77AF12F294F366D57D2C77832F27_inline(L_0, /*hidden argument*/NULL); if ((((int32_t)L_1) == ((int32_t)((int32_t)34)))) { goto IL_001e; } } { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_2 = __this->get__group_1(); NullCheck(L_2); int32_t L_3; L_3 = RegexNode_Type_m3C72321B307C77AF12F294F366D57D2C77832F27_inline(L_2, /*hidden argument*/NULL); if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)33))))) { goto IL_0070; } } IL_001e: { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_4 = __this->get__group_1(); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_5 = __this->get__concatenation_3(); NullCheck(L_5); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_6; L_6 = RegexNode_ReverseLeft_m8507E98BFA6C9F78200B8297811C3EE815724A19(L_5, /*hidden argument*/NULL); NullCheck(L_4); RegexNode_AddChild_mD5F9848916D55A0DF36CE5460D149E1024005C85(L_4, L_6, /*hidden argument*/NULL); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_7 = __this->get__group_1(); NullCheck(L_7); int32_t L_8; L_8 = RegexNode_Type_m3C72321B307C77AF12F294F366D57D2C77832F27_inline(L_7, /*hidden argument*/NULL); if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)33))))) { goto IL_0051; } } { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_9 = __this->get__group_1(); NullCheck(L_9); int32_t L_10; L_10 = RegexNode_ChildCount_m15D92C9740BA92B2E78B392F7215B8D7D0242172(L_9, /*hidden argument*/NULL); if ((((int32_t)L_10) > ((int32_t)2))) { goto IL_005f; } } IL_0051: { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_11 = __this->get__group_1(); NullCheck(L_11); int32_t L_12; L_12 = RegexNode_ChildCount_m15D92C9740BA92B2E78B392F7215B8D7D0242172(L_11, /*hidden argument*/NULL); if ((((int32_t)L_12) <= ((int32_t)3))) { goto IL_0097; } } IL_005f: { String_t* L_13; L_13 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE33035121EF6BAC3BBD73C519FBB6B270CE5657E)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_14; L_14 = RegexParser_MakeException_mA573DC3F94B98F328A9B87673A2CF8A15120DEB1(__this, L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RegexParser_AddGroup_m3771097F1B4F1F6AA10104D28B663026F7B7326F_RuntimeMethod_var))); } IL_0070: { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_15 = __this->get__alternation_2(); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_16 = __this->get__concatenation_3(); NullCheck(L_16); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_17; L_17 = RegexNode_ReverseLeft_m8507E98BFA6C9F78200B8297811C3EE815724A19(L_16, /*hidden argument*/NULL); NullCheck(L_15); RegexNode_AddChild_mD5F9848916D55A0DF36CE5460D149E1024005C85(L_15, L_17, /*hidden argument*/NULL); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_18 = __this->get__group_1(); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_19 = __this->get__alternation_2(); NullCheck(L_18); RegexNode_AddChild_mD5F9848916D55A0DF36CE5460D149E1024005C85(L_18, L_19, /*hidden argument*/NULL); } IL_0097: { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_20 = __this->get__group_1(); __this->set__unit_4(L_20); return; } } // System.Void System.Text.RegularExpressions.RegexParser::PushOptions() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexParser_PushOptions_mC0047ADAB396BC1643AA63B2C395F09FCBE726BC (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mF4942419C982FA64BB4BB45EAE22F8F61C0914EE_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { List_1_tE931333A40AB4E57F72E00F9F23D19057C78120A * L_0 = __this->get__optionsStack_17(); int32_t L_1 = __this->get__options_16(); NullCheck(L_0); List_1_Add_mF4942419C982FA64BB4BB45EAE22F8F61C0914EE(L_0, L_1, /*hidden argument*/List_1_Add_mF4942419C982FA64BB4BB45EAE22F8F61C0914EE_RuntimeMethod_var); return; } } // System.Void System.Text.RegularExpressions.RegexParser::PopOptions() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexParser_PopOptions_m186A6537DA0481481E59C5BED015B577508271C7 (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_RemoveAt_m10FDE4D0C7CDBFFF730684256A23CB1914CE1FD8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m6027426A21F931ED65BF307176B790FC2065A648_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mA3C45793ED79FB08377AF9E8D7461A606AFB2471_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { List_1_tE931333A40AB4E57F72E00F9F23D19057C78120A * L_0 = __this->get__optionsStack_17(); List_1_tE931333A40AB4E57F72E00F9F23D19057C78120A * L_1 = __this->get__optionsStack_17(); NullCheck(L_1); int32_t L_2; L_2 = List_1_get_Count_m6027426A21F931ED65BF307176B790FC2065A648_inline(L_1, /*hidden argument*/List_1_get_Count_m6027426A21F931ED65BF307176B790FC2065A648_RuntimeMethod_var); NullCheck(L_0); int32_t L_3; L_3 = List_1_get_Item_mA3C45793ED79FB08377AF9E8D7461A606AFB2471_inline(L_0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)), /*hidden argument*/List_1_get_Item_mA3C45793ED79FB08377AF9E8D7461A606AFB2471_RuntimeMethod_var); __this->set__options_16(L_3); List_1_tE931333A40AB4E57F72E00F9F23D19057C78120A * L_4 = __this->get__optionsStack_17(); List_1_tE931333A40AB4E57F72E00F9F23D19057C78120A * L_5 = __this->get__optionsStack_17(); NullCheck(L_5); int32_t L_6; L_6 = List_1_get_Count_m6027426A21F931ED65BF307176B790FC2065A648_inline(L_5, /*hidden argument*/List_1_get_Count_m6027426A21F931ED65BF307176B790FC2065A648_RuntimeMethod_var); NullCheck(L_4); List_1_RemoveAt_m10FDE4D0C7CDBFFF730684256A23CB1914CE1FD8(L_4, ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)), /*hidden argument*/List_1_RemoveAt_m10FDE4D0C7CDBFFF730684256A23CB1914CE1FD8_RuntimeMethod_var); return; } } // System.Boolean System.Text.RegularExpressions.RegexParser::EmptyOptionsStack() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexParser_EmptyOptionsStack_m9B5B4501C296662175648E458F9EAAADEE3A2B44 (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m6027426A21F931ED65BF307176B790FC2065A648_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { List_1_tE931333A40AB4E57F72E00F9F23D19057C78120A * L_0 = __this->get__optionsStack_17(); NullCheck(L_0); int32_t L_1; L_1 = List_1_get_Count_m6027426A21F931ED65BF307176B790FC2065A648_inline(L_0, /*hidden argument*/List_1_get_Count_m6027426A21F931ED65BF307176B790FC2065A648_RuntimeMethod_var); return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0); } } // System.Void System.Text.RegularExpressions.RegexParser::PopKeepOptions() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexParser_PopKeepOptions_mBCC70CBFDC2A6DD07FE090D4E546B6AEA5644500 (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_RemoveAt_m10FDE4D0C7CDBFFF730684256A23CB1914CE1FD8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m6027426A21F931ED65BF307176B790FC2065A648_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { List_1_tE931333A40AB4E57F72E00F9F23D19057C78120A * L_0 = __this->get__optionsStack_17(); List_1_tE931333A40AB4E57F72E00F9F23D19057C78120A * L_1 = __this->get__optionsStack_17(); NullCheck(L_1); int32_t L_2; L_2 = List_1_get_Count_m6027426A21F931ED65BF307176B790FC2065A648_inline(L_1, /*hidden argument*/List_1_get_Count_m6027426A21F931ED65BF307176B790FC2065A648_RuntimeMethod_var); NullCheck(L_0); List_1_RemoveAt_m10FDE4D0C7CDBFFF730684256A23CB1914CE1FD8(L_0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)), /*hidden argument*/List_1_RemoveAt_m10FDE4D0C7CDBFFF730684256A23CB1914CE1FD8_RuntimeMethod_var); return; } } // System.ArgumentException System.Text.RegularExpressions.RegexParser::MakeException(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * RegexParser_MakeException_mA573DC3F94B98F328A9B87673A2CF8A15120DEB1 (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, String_t* ___message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD3E190B5EC5D5C32F6121F694010F47769FCBDD1); s_Il2CppMethodInitialized = true; } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* 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(0), (RuntimeObject *)L_2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = L_1; String_t* L_4 = ___message0; NullCheck(L_3); ArrayElementTypeCheck (L_3, L_4); (L_3)->SetAt(static_cast(1), (RuntimeObject *)L_4); String_t* L_5; L_5 = SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(_stringLiteralD3E190B5EC5D5C32F6121F694010F47769FCBDD1, L_3, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_6 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_6, L_5, /*hidden argument*/NULL); return L_6; } } // System.Int32 System.Text.RegularExpressions.RegexParser::Textpos() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegexParser_Textpos_m5A18C75CE7F3A5AE17373DA09A20070D988308C5 (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__currentPos_6(); return L_0; } } // System.Void System.Text.RegularExpressions.RegexParser::Textto(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexParser_Textto_mE4BCC8608BF006D283A32F9C5811264467EEB806 (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __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() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar RegexParser_MoveRightGetChar_mE98852DD0B33AE818B01A7CC7A9C301C2226F81C (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __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; L_4 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_0, L_3, /*hidden argument*/NULL); return L_4; } } // System.Void System.Text.RegularExpressions.RegexParser::MoveRight() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexParser_MoveRight_mE4C6D41AFE3F585C0B8E7CD0AF3CF4DBA8791AB4 (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, const RuntimeMethod* method) { { RegexParser_MoveRight_m905DCF65EF6BA6736100751DE932753BC99B8D68(__this, 1, /*hidden argument*/NULL); return; } } // System.Void System.Text.RegularExpressions.RegexParser::MoveRight(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexParser_MoveRight_m905DCF65EF6BA6736100751DE932753BC99B8D68 (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __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() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexParser_MoveLeft_mBE0128B08B61C1306954528C799F2F1F1B803391 (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __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) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar RegexParser_CharAt_mEA865F2B6DC4EF1B81F8D80ABF989F395BEC0B84 (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __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; L_2 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Char System.Text.RegularExpressions.RegexParser::RightChar() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar RegexParser_RightChar_mA977C61B98B8BB88C2A66AEBBFDA6826C58ED66A (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __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; L_2 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Char System.Text.RegularExpressions.RegexParser::RightChar(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar RegexParser_RightChar_mE6728D67C4F9FE227ECD6BED46FFC94518EAD9B4 (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __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; L_3 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(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() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegexParser_CharsRight_m808A213FCB975D42C6E6270E7A0FAEB1E496B07A (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__pattern_5(); NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(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() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexParser__cctor_mD780E57BC0A6084DDDF020CB0AEADFCF1552B20F (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0____CCEEADA43268372341F81AE0C9208C6856441C04_13_FieldInfo_var); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)128)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = L_0; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_2 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0____CCEEADA43268372341F81AE0C9208C6856441C04_13_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL); ((RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9_StaticFields*)il2cpp_codegen_static_fields_for(RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9_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) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexPrefix__ctor_mC34F48A63A8A04942930B9FE236636E2AA745B24 (RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301 * __this, String_t* ___prefix0, bool ___ci1, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__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() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RegexPrefix_get_Prefix_m6806C1EEE5B8973606B320A9C4CD5A9E91466F34 (RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__prefix_0(); return L_0; } } // System.Boolean System.Text.RegularExpressions.RegexPrefix::get_CaseInsensitive() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexPrefix_get_CaseInsensitive_mB4CF8FBFABE26F206AF6324A0C87DFB34C051A95 (RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get__caseInsensitive_1(); return L_0; } } // System.Text.RegularExpressions.RegexPrefix System.Text.RegularExpressions.RegexPrefix::get_Empty() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301 * RegexPrefix_get_Empty_m65C2AD019C414B97A57D5AA5B4B0DC331E011A8C (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301_il2cpp_TypeInfo_var); RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301 * L_0 = ((RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301_StaticFields*)il2cpp_codegen_static_fields_for(RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301_il2cpp_TypeInfo_var))->get__empty_2(); return L_0; } } // System.Void System.Text.RegularExpressions.RegexPrefix::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexPrefix__cctor_mF047A4BFAFE90562128AD10E6D2F382079965F68 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301 * L_1 = (RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301 *)il2cpp_codegen_object_new(RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301_il2cpp_TypeInfo_var); RegexPrefix__ctor_mC34F48A63A8A04942930B9FE236636E2AA745B24(L_1, L_0, (bool)0, /*hidden argument*/NULL); ((RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301_StaticFields*)il2cpp_codegen_static_fields_for(RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301_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.RegexReplacement::.ctor(System.String,System.Text.RegularExpressions.RegexNode,System.Collections.Hashtable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexReplacement__ctor_mAF9D6E1EBA04EE087CA7E2525BFC1537E8B60836 (RegexReplacement_tA7DE3492BBDE988EF1C93CB8F71CF01A4C1D9A32 * __this, String_t* ___rep0, RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * ___concat1, Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ____caps2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m415CDDDC44D8102E7E71D9EA0A853D7BBE6F469F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m45E78772E9157F6CD684A69AAB07CE4082FE5FFD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * V_1 = NULL; List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * V_5 = NULL; int32_t V_6 = 0; { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); String_t* L_0 = ___rep0; __this->set__rep_0(L_0); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_1 = ___concat1; NullCheck(L_1); int32_t L_2; L_2 = RegexNode_Type_m3C72321B307C77AF12F294F366D57D2C77832F27_inline(L_1, /*hidden argument*/NULL); if ((((int32_t)L_2) == ((int32_t)((int32_t)25)))) { goto IL_0027; } } { String_t* L_3; L_3 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral59A83BD1E85529AB2BC64F229A50F1DE88588D40)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_4 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RegexReplacement__ctor_mAF9D6E1EBA04EE087CA7E2525BFC1537E8B60836_RuntimeMethod_var))); } IL_0027: { StringBuilder_t * L_5 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_5, /*hidden argument*/NULL); V_0 = L_5; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_6 = (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *)il2cpp_codegen_object_new(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_il2cpp_TypeInfo_var); List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9(L_6, /*hidden argument*/List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9_RuntimeMethod_var); V_1 = L_6; List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * L_7 = (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 *)il2cpp_codegen_object_new(List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7_il2cpp_TypeInfo_var); List_1__ctor_m45E78772E9157F6CD684A69AAB07CE4082FE5FFD(L_7, /*hidden argument*/List_1__ctor_m45E78772E9157F6CD684A69AAB07CE4082FE5FFD_RuntimeMethod_var); V_2 = L_7; V_4 = 0; goto IL_00ff; } IL_0041: { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_8 = ___concat1; int32_t L_9 = V_4; NullCheck(L_8); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_10; L_10 = RegexNode_Child_mAE38F2EF7289FE455686B7BEEF81C39A9D25E960(L_8, L_9, /*hidden argument*/NULL); V_5 = L_10; RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_11 = V_5; NullCheck(L_11); int32_t L_12; L_12 = RegexNode_Type_m3C72321B307C77AF12F294F366D57D2C77832F27_inline(L_11, /*hidden argument*/NULL); V_6 = L_12; int32_t L_13 = V_6; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)((int32_t)9)))) { case 0: { goto IL_0084; } case 1: { goto IL_00e9; } case 2: { goto IL_00e9; } case 3: { goto IL_0074; } case 4: { goto IL_0094; } } } { goto IL_00e9; } IL_0074: { StringBuilder_t * L_14 = V_0; RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_15 = V_5; NullCheck(L_15); String_t* L_16 = L_15->get__str_2(); NullCheck(L_14); StringBuilder_t * L_17; L_17 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_14, L_16, /*hidden argument*/NULL); goto IL_00f9; } IL_0084: { StringBuilder_t * L_18 = V_0; RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_19 = V_5; NullCheck(L_19); Il2CppChar L_20 = L_19->get__ch_3(); NullCheck(L_18); StringBuilder_t * L_21; L_21 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_18, L_20, /*hidden argument*/NULL); goto IL_00f9; } IL_0094: { StringBuilder_t * L_22 = V_0; NullCheck(L_22); int32_t L_23; L_23 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_22, /*hidden argument*/NULL); if ((((int32_t)L_23) <= ((int32_t)0))) { goto IL_00bc; } } { List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * L_24 = V_2; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_25 = V_1; NullCheck(L_25); int32_t L_26; L_26 = List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_inline(L_25, /*hidden argument*/List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_RuntimeMethod_var); NullCheck(L_24); List_1_Add_m415CDDDC44D8102E7E71D9EA0A853D7BBE6F469F(L_24, L_26, /*hidden argument*/List_1_Add_m415CDDDC44D8102E7E71D9EA0A853D7BBE6F469F_RuntimeMethod_var); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_27 = V_1; StringBuilder_t * L_28 = V_0; NullCheck(L_28); String_t* L_29; L_29 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_28); NullCheck(L_27); List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A(L_27, L_29, /*hidden argument*/List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A_RuntimeMethod_var); StringBuilder_t * L_30 = V_0; NullCheck(L_30); StringBuilder_set_Length_m7C1756193B05DCA5A23C5DC98EE90A9FC685A27A(L_30, 0, /*hidden argument*/NULL); } IL_00bc: { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_31 = V_5; NullCheck(L_31); int32_t L_32 = L_31->get__m_4(); V_3 = L_32; Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_33 = ____caps2; if (!L_33) { goto IL_00dd; } } { int32_t L_34 = V_3; if ((((int32_t)L_34) < ((int32_t)0))) { goto IL_00dd; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_35 = ____caps2; int32_t L_36 = V_3; int32_t L_37 = L_36; RuntimeObject * L_38 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_37); NullCheck(L_35); RuntimeObject * L_39; L_39 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_35, L_38); V_3 = ((*(int32_t*)((int32_t*)UnBox(L_39, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))); } IL_00dd: { List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * L_40 = V_2; int32_t L_41 = V_3; NullCheck(L_40); List_1_Add_m415CDDDC44D8102E7E71D9EA0A853D7BBE6F469F(L_40, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)-5), (int32_t)L_41)), /*hidden argument*/List_1_Add_m415CDDDC44D8102E7E71D9EA0A853D7BBE6F469F_RuntimeMethod_var); goto IL_00f9; } IL_00e9: { String_t* L_42; L_42 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral59A83BD1E85529AB2BC64F229A50F1DE88588D40)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_43 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_43, L_42, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_43, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RegexReplacement__ctor_mAF9D6E1EBA04EE087CA7E2525BFC1537E8B60836_RuntimeMethod_var))); } IL_00f9: { int32_t L_44 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1)); } IL_00ff: { int32_t L_45 = V_4; RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_46 = ___concat1; NullCheck(L_46); int32_t L_47; L_47 = RegexNode_ChildCount_m15D92C9740BA92B2E78B392F7215B8D7D0242172(L_46, /*hidden argument*/NULL); if ((((int32_t)L_45) < ((int32_t)L_47))) { goto IL_0041; } } { StringBuilder_t * L_48 = V_0; NullCheck(L_48); int32_t L_49; L_49 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_48, /*hidden argument*/NULL); if ((((int32_t)L_49) <= ((int32_t)0))) { goto IL_012d; } } { List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * L_50 = V_2; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_51 = V_1; NullCheck(L_51); int32_t L_52; L_52 = List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_inline(L_51, /*hidden argument*/List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_RuntimeMethod_var); NullCheck(L_50); List_1_Add_m415CDDDC44D8102E7E71D9EA0A853D7BBE6F469F(L_50, L_52, /*hidden argument*/List_1_Add_m415CDDDC44D8102E7E71D9EA0A853D7BBE6F469F_RuntimeMethod_var); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_53 = V_1; StringBuilder_t * L_54 = V_0; NullCheck(L_54); String_t* L_55; L_55 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_54); NullCheck(L_53); List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A(L_53, L_55, /*hidden argument*/List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A_RuntimeMethod_var); } IL_012d: { List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_56 = V_1; __this->set__strings_1(L_56); List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * L_57 = V_2; __this->set__rules_2(L_57); return; } } // System.Void System.Text.RegularExpressions.RegexReplacement::ReplacementImpl(System.Text.StringBuilder,System.Text.RegularExpressions.Match) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexReplacement_ReplacementImpl_mC760289E275859F64DAC5EFE3E03D406762534E6 (RegexReplacement_tA7DE3492BBDE988EF1C93CB8F71CF01A4C1D9A32 * __this, StringBuilder_t * ___sb0, Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * ___match1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m7FA90926D9267868473EF90941F6BF794EC87FF2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m3F624A80E7853289E4759DE8F16CF23B0958365B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mFB39A0DCA2ABE853826629710F00744838A06CC6_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { V_0 = 0; goto IL_00a3; } IL_0007: { List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * L_0 = __this->get__rules_2(); int32_t L_1 = V_0; NullCheck(L_0); int32_t L_2; L_2 = List_1_get_Item_mFB39A0DCA2ABE853826629710F00744838A06CC6_inline(L_0, L_1, /*hidden argument*/List_1_get_Item_mFB39A0DCA2ABE853826629710F00744838A06CC6_RuntimeMethod_var); V_1 = L_2; int32_t L_3 = V_1; if ((((int32_t)L_3) < ((int32_t)0))) { goto IL_002d; } } { StringBuilder_t * L_4 = ___sb0; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_5 = __this->get__strings_1(); int32_t L_6 = V_1; NullCheck(L_5); String_t* L_7; L_7 = List_1_get_Item_m3F624A80E7853289E4759DE8F16CF23B0958365B_inline(L_5, L_6, /*hidden argument*/List_1_get_Item_m3F624A80E7853289E4759DE8F16CF23B0958365B_RuntimeMethod_var); NullCheck(L_4); StringBuilder_t * L_8; L_8 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_4, L_7, /*hidden argument*/NULL); goto IL_009f; } IL_002d: { int32_t L_9 = V_1; if ((((int32_t)L_9) >= ((int32_t)((int32_t)-4)))) { goto IL_0045; } } { StringBuilder_t * L_10 = ___sb0; Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_11 = ___match1; int32_t L_12 = V_1; NullCheck(L_11); String_t* L_13; L_13 = VirtualFuncInvoker1< String_t*, int32_t >::Invoke(6 /* System.String System.Text.RegularExpressions.Match::GroupToStringImpl(System.Int32) */, L_11, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)-5), (int32_t)L_12))); NullCheck(L_10); StringBuilder_t * L_14; L_14 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_10, L_13, /*hidden argument*/NULL); goto IL_009f; } IL_0045: { int32_t L_15 = V_1; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)-5), (int32_t)L_15)); int32_t L_16 = V_2; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)((int32_t)-4)))) { case 0: { goto IL_0092; } case 1: { goto IL_0083; } case 2: { goto IL_0074; } case 3: { goto IL_0065; } } } { goto IL_009f; } IL_0065: { StringBuilder_t * L_17 = ___sb0; Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_18 = ___match1; NullCheck(L_18); String_t* L_19; L_19 = Capture_GetLeftSubstring_m514D11C56BC032F7317285FE6E22C522A879E1AA(L_18, /*hidden argument*/NULL); NullCheck(L_17); StringBuilder_t * L_20; L_20 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_17, L_19, /*hidden argument*/NULL); goto IL_009f; } IL_0074: { StringBuilder_t * L_21 = ___sb0; Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_22 = ___match1; NullCheck(L_22); String_t* L_23; L_23 = Capture_GetRightSubstring_m5AA1B92DA426764A6919117B3F9FF9416E4D7776(L_22, /*hidden argument*/NULL); NullCheck(L_21); StringBuilder_t * L_24; L_24 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_21, L_23, /*hidden argument*/NULL); goto IL_009f; } IL_0083: { StringBuilder_t * L_25 = ___sb0; Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_26 = ___match1; NullCheck(L_26); String_t* L_27; L_27 = Match_LastGroupToStringImpl_mA8B7094C2B4A31D5ABBDCF575302E6731A2D3E05(L_26, /*hidden argument*/NULL); NullCheck(L_25); StringBuilder_t * L_28; L_28 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_25, L_27, /*hidden argument*/NULL); goto IL_009f; } IL_0092: { StringBuilder_t * L_29 = ___sb0; Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_30 = ___match1; NullCheck(L_30); String_t* L_31; L_31 = Capture_GetOriginalString_mBC838C19CCFF585AA3C797AEA21A51CE0911E8B3_inline(L_30, /*hidden argument*/NULL); NullCheck(L_29); StringBuilder_t * L_32; L_32 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_29, L_31, /*hidden argument*/NULL); } IL_009f: { int32_t L_33 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); } IL_00a3: { int32_t L_34 = V_0; List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * L_35 = __this->get__rules_2(); NullCheck(L_35); int32_t L_36; L_36 = List_1_get_Count_m7FA90926D9267868473EF90941F6BF794EC87FF2_inline(L_35, /*hidden argument*/List_1_get_Count_m7FA90926D9267868473EF90941F6BF794EC87FF2_RuntimeMethod_var); if ((((int32_t)L_34) < ((int32_t)L_36))) { goto IL_0007; } } { return; } } // System.Void System.Text.RegularExpressions.RegexReplacement::ReplacementImplRTL(System.Collections.Generic.List`1,System.Text.RegularExpressions.Match) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexReplacement_ReplacementImplRTL_m71F89242E5770437D6996723BED015BA05DD74A0 (RegexReplacement_tA7DE3492BBDE988EF1C93CB8F71CF01A4C1D9A32 * __this, List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___al0, Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * ___match1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m7FA90926D9267868473EF90941F6BF794EC87FF2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m3F624A80E7853289E4759DE8F16CF23B0958365B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mFB39A0DCA2ABE853826629710F00744838A06CC6_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * L_0 = __this->get__rules_2(); NullCheck(L_0); int32_t L_1; L_1 = List_1_get_Count_m7FA90926D9267868473EF90941F6BF794EC87FF2_inline(L_0, /*hidden argument*/List_1_get_Count_m7FA90926D9267868473EF90941F6BF794EC87FF2_RuntimeMethod_var); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1)); goto IL_00a9; } IL_0013: { List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * L_2 = __this->get__rules_2(); int32_t L_3 = V_0; NullCheck(L_2); int32_t L_4; L_4 = List_1_get_Item_mFB39A0DCA2ABE853826629710F00744838A06CC6_inline(L_2, L_3, /*hidden argument*/List_1_get_Item_mFB39A0DCA2ABE853826629710F00744838A06CC6_RuntimeMethod_var); V_1 = L_4; int32_t L_5 = V_1; if ((((int32_t)L_5) < ((int32_t)0))) { goto IL_0038; } } { List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_6 = ___al0; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_7 = __this->get__strings_1(); int32_t L_8 = V_1; NullCheck(L_7); String_t* L_9; L_9 = List_1_get_Item_m3F624A80E7853289E4759DE8F16CF23B0958365B_inline(L_7, L_8, /*hidden argument*/List_1_get_Item_m3F624A80E7853289E4759DE8F16CF23B0958365B_RuntimeMethod_var); NullCheck(L_6); List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A(L_6, L_9, /*hidden argument*/List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A_RuntimeMethod_var); goto IL_00a5; } IL_0038: { int32_t L_10 = V_1; if ((((int32_t)L_10) >= ((int32_t)((int32_t)-4)))) { goto IL_004f; } } { List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_11 = ___al0; Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_12 = ___match1; int32_t L_13 = V_1; NullCheck(L_12); String_t* L_14; L_14 = VirtualFuncInvoker1< String_t*, int32_t >::Invoke(6 /* System.String System.Text.RegularExpressions.Match::GroupToStringImpl(System.Int32) */, L_12, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)-5), (int32_t)L_13))); NullCheck(L_11); List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A(L_11, L_14, /*hidden argument*/List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A_RuntimeMethod_var); goto IL_00a5; } IL_004f: { int32_t L_15 = V_1; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)-5), (int32_t)L_15)); int32_t L_16 = V_2; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)((int32_t)-4)))) { case 0: { goto IL_0099; } case 1: { goto IL_008b; } case 2: { goto IL_007d; } case 3: { goto IL_006f; } } } { goto IL_00a5; } IL_006f: { List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_17 = ___al0; Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_18 = ___match1; NullCheck(L_18); String_t* L_19; L_19 = Capture_GetLeftSubstring_m514D11C56BC032F7317285FE6E22C522A879E1AA(L_18, /*hidden argument*/NULL); NullCheck(L_17); List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A(L_17, L_19, /*hidden argument*/List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A_RuntimeMethod_var); goto IL_00a5; } IL_007d: { List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_20 = ___al0; Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_21 = ___match1; NullCheck(L_21); String_t* L_22; L_22 = Capture_GetRightSubstring_m5AA1B92DA426764A6919117B3F9FF9416E4D7776(L_21, /*hidden argument*/NULL); NullCheck(L_20); List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A(L_20, L_22, /*hidden argument*/List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A_RuntimeMethod_var); goto IL_00a5; } IL_008b: { List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_23 = ___al0; Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_24 = ___match1; NullCheck(L_24); String_t* L_25; L_25 = Match_LastGroupToStringImpl_mA8B7094C2B4A31D5ABBDCF575302E6731A2D3E05(L_24, /*hidden argument*/NULL); NullCheck(L_23); List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A(L_23, L_25, /*hidden argument*/List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A_RuntimeMethod_var); goto IL_00a5; } IL_0099: { List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_26 = ___al0; Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_27 = ___match1; NullCheck(L_27); String_t* L_28; L_28 = Capture_GetOriginalString_mBC838C19CCFF585AA3C797AEA21A51CE0911E8B3_inline(L_27, /*hidden argument*/NULL); NullCheck(L_26); List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A(L_26, L_28, /*hidden argument*/List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A_RuntimeMethod_var); } IL_00a5: { int32_t L_29 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)1)); } IL_00a9: { int32_t L_30 = V_0; if ((((int32_t)L_30) >= ((int32_t)0))) { goto IL_0013; } } { return; } } // System.String System.Text.RegularExpressions.RegexReplacement::get_Pattern() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RegexReplacement_get_Pattern_m15AB0E06009DB144BE40253F76F4C09D1AA865BA (RegexReplacement_tA7DE3492BBDE988EF1C93CB8F71CF01A4C1D9A32 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__rep_0(); return L_0; } } // System.String System.Text.RegularExpressions.RegexReplacement::Replace(System.Text.RegularExpressions.Regex,System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RegexReplacement_Replace_mE66A1F2D387B2ABA21E0BCEEA2DEA9BAEDEDCC60 (RegexReplacement_tA7DE3492BBDE988EF1C93CB8F71CF01A4C1D9A32 * __this, Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * ___regex0, String_t* ___input1, int32_t ___count2, int32_t ___startat3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m3F624A80E7853289E4759DE8F16CF23B0958365B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * V_0 = NULL; StringBuilder_t * V_1 = NULL; int32_t V_2 = 0; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; { int32_t L_0 = ___count2; if ((((int32_t)L_0) >= ((int32_t)(-1)))) { goto IL_0019; } } { String_t* L_1; L_1 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9957B21B361EC3B1754C930C5A1C41F851A55813)), /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_2 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral07624473F417C06C74D59C64840A1532FCE2C626)), L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RegexReplacement_Replace_mE66A1F2D387B2ABA21E0BCEEA2DEA9BAEDEDCC60_RuntimeMethod_var))); } IL_0019: { int32_t L_3 = ___startat3; if ((((int32_t)L_3) < ((int32_t)0))) { goto IL_0028; } } { int32_t L_4 = ___startat3; String_t* L_5 = ___input1; NullCheck(L_5); int32_t L_6; L_6 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_5, /*hidden argument*/NULL); if ((((int32_t)L_4) <= ((int32_t)L_6))) { goto IL_003d; } } IL_0028: { String_t* L_7; L_7 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB596320AE4D74537B29168E9BDF95B753E2B5301)), /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_8 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB132716D89EF0EE2CEF39498DA0895B2449AB344)), L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RegexReplacement_Replace_mE66A1F2D387B2ABA21E0BCEEA2DEA9BAEDEDCC60_RuntimeMethod_var))); } IL_003d: { int32_t L_9 = ___count2; if (L_9) { goto IL_0042; } } { String_t* L_10 = ___input1; return L_10; } IL_0042: { Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * L_11 = ___regex0; String_t* L_12 = ___input1; int32_t L_13 = ___startat3; NullCheck(L_11); Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_14; L_14 = Regex_Match_m172D74CF011CD3C89EA61D47BE7DEA1E689B5C7C(L_11, L_12, L_13, /*hidden argument*/NULL); V_0 = L_14; Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_15 = V_0; NullCheck(L_15); bool L_16; L_16 = Group_get_Success_m917CA7077102642C3C24106F13B9F5F5D5130C1B(L_15, /*hidden argument*/NULL); if (L_16) { goto IL_0056; } } { String_t* L_17 = ___input1; return L_17; } IL_0056: { Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * L_18 = ___regex0; NullCheck(L_18); bool L_19; L_19 = Regex_get_RightToLeft_m14807D1228A43D322B2F7E4D82613ADE0C2DCA77(L_18, /*hidden argument*/NULL); if (L_19) { goto IL_00cf; } } { StringBuilder_t * L_20 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_20, /*hidden argument*/NULL); V_1 = L_20; V_2 = 0; } IL_0066: { Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_21 = V_0; NullCheck(L_21); int32_t L_22; L_22 = Capture_get_Index_m2CAB876E4DE6099F9696D76176BA7539FA0D5EE7_inline(L_21, /*hidden argument*/NULL); int32_t L_23 = V_2; if ((((int32_t)L_22) == ((int32_t)L_23))) { goto IL_0080; } } { StringBuilder_t * L_24 = V_1; String_t* L_25 = ___input1; int32_t L_26 = V_2; Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_27 = V_0; NullCheck(L_27); int32_t L_28; L_28 = Capture_get_Index_m2CAB876E4DE6099F9696D76176BA7539FA0D5EE7_inline(L_27, /*hidden argument*/NULL); int32_t L_29 = V_2; NullCheck(L_24); StringBuilder_t * L_30; L_30 = StringBuilder_Append_mB0253AA6494BFCC6EA6E5FA343D0DAE6F58CBD17(L_24, L_25, L_26, ((int32_t)il2cpp_codegen_subtract((int32_t)L_28, (int32_t)L_29)), /*hidden argument*/NULL); } IL_0080: { Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_31 = V_0; NullCheck(L_31); int32_t L_32; L_32 = Capture_get_Index_m2CAB876E4DE6099F9696D76176BA7539FA0D5EE7_inline(L_31, /*hidden argument*/NULL); Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_33 = V_0; NullCheck(L_33); int32_t L_34; L_34 = Capture_get_Length_m3D1F26419BF69FEA9EE1AE0DB46069686C53A6DF_inline(L_33, /*hidden argument*/NULL); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)L_34)); StringBuilder_t * L_35 = V_1; Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_36 = V_0; RegexReplacement_ReplacementImpl_mC760289E275859F64DAC5EFE3E03D406762534E6(__this, L_35, L_36, /*hidden argument*/NULL); int32_t L_37 = ___count2; int32_t L_38 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_37, (int32_t)1)); ___count2 = L_38; if (!L_38) { goto IL_00ad; } } { Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_39 = V_0; NullCheck(L_39); Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_40; L_40 = Match_NextMatch_m6C6550D7A4885CADF936BF856E0BDE28FAD77A63(L_39, /*hidden argument*/NULL); V_0 = L_40; Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_41 = V_0; NullCheck(L_41); bool L_42; L_42 = Group_get_Success_m917CA7077102642C3C24106F13B9F5F5D5130C1B(L_41, /*hidden argument*/NULL); if (L_42) { goto IL_0066; } } IL_00ad: { int32_t L_43 = V_2; String_t* L_44 = ___input1; NullCheck(L_44); int32_t L_45; L_45 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_44, /*hidden argument*/NULL); if ((((int32_t)L_43) >= ((int32_t)L_45))) { goto IL_017a; } } { StringBuilder_t * L_46 = V_1; String_t* L_47 = ___input1; int32_t L_48 = V_2; String_t* L_49 = ___input1; NullCheck(L_49); int32_t L_50; L_50 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_49, /*hidden argument*/NULL); int32_t L_51 = V_2; NullCheck(L_46); StringBuilder_t * L_52; L_52 = StringBuilder_Append_mB0253AA6494BFCC6EA6E5FA343D0DAE6F58CBD17(L_46, L_47, L_48, ((int32_t)il2cpp_codegen_subtract((int32_t)L_50, (int32_t)L_51)), /*hidden argument*/NULL); goto IL_017a; } IL_00cf: { List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_53 = (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *)il2cpp_codegen_object_new(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_il2cpp_TypeInfo_var); List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9(L_53, /*hidden argument*/List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9_RuntimeMethod_var); V_3 = L_53; String_t* L_54 = ___input1; NullCheck(L_54); int32_t L_55; L_55 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_54, /*hidden argument*/NULL); V_4 = L_55; } IL_00dd: { Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_56 = V_0; NullCheck(L_56); int32_t L_57; L_57 = Capture_get_Index_m2CAB876E4DE6099F9696D76176BA7539FA0D5EE7_inline(L_56, /*hidden argument*/NULL); Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_58 = V_0; NullCheck(L_58); int32_t L_59; L_59 = Capture_get_Length_m3D1F26419BF69FEA9EE1AE0DB46069686C53A6DF_inline(L_58, /*hidden argument*/NULL); int32_t L_60 = V_4; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)L_59))) == ((int32_t)L_60))) { goto IL_0117; } } { List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_61 = V_3; String_t* L_62 = ___input1; Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_63 = V_0; NullCheck(L_63); int32_t L_64; L_64 = Capture_get_Index_m2CAB876E4DE6099F9696D76176BA7539FA0D5EE7_inline(L_63, /*hidden argument*/NULL); Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_65 = V_0; NullCheck(L_65); int32_t L_66; L_66 = Capture_get_Length_m3D1F26419BF69FEA9EE1AE0DB46069686C53A6DF_inline(L_65, /*hidden argument*/NULL); int32_t L_67 = V_4; Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_68 = V_0; NullCheck(L_68); int32_t L_69; L_69 = Capture_get_Index_m2CAB876E4DE6099F9696D76176BA7539FA0D5EE7_inline(L_68, /*hidden argument*/NULL); Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_70 = V_0; NullCheck(L_70); int32_t L_71; L_71 = Capture_get_Length_m3D1F26419BF69FEA9EE1AE0DB46069686C53A6DF_inline(L_70, /*hidden argument*/NULL); NullCheck(L_62); String_t* L_72; L_72 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_62, ((int32_t)il2cpp_codegen_add((int32_t)L_64, (int32_t)L_66)), ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_67, (int32_t)L_69)), (int32_t)L_71)), /*hidden argument*/NULL); NullCheck(L_61); List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A(L_61, L_72, /*hidden argument*/List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A_RuntimeMethod_var); } IL_0117: { Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_73 = V_0; NullCheck(L_73); int32_t L_74; L_74 = Capture_get_Index_m2CAB876E4DE6099F9696D76176BA7539FA0D5EE7_inline(L_73, /*hidden argument*/NULL); V_4 = L_74; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_75 = V_3; Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_76 = V_0; RegexReplacement_ReplacementImplRTL_m71F89242E5770437D6996723BED015BA05DD74A0(__this, L_75, L_76, /*hidden argument*/NULL); int32_t L_77 = ___count2; int32_t L_78 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_77, (int32_t)1)); ___count2 = L_78; if (!L_78) { goto IL_013e; } } { Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_79 = V_0; NullCheck(L_79); Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_80; L_80 = Match_NextMatch_m6C6550D7A4885CADF936BF856E0BDE28FAD77A63(L_79, /*hidden argument*/NULL); V_0 = L_80; Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_81 = V_0; NullCheck(L_81); bool L_82; L_82 = Group_get_Success_m917CA7077102642C3C24106F13B9F5F5D5130C1B(L_81, /*hidden argument*/NULL); if (L_82) { goto IL_00dd; } } IL_013e: { StringBuilder_t * L_83 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_83, /*hidden argument*/NULL); V_1 = L_83; int32_t L_84 = V_4; if ((((int32_t)L_84) <= ((int32_t)0))) { goto IL_0154; } } { StringBuilder_t * L_85 = V_1; String_t* L_86 = ___input1; int32_t L_87 = V_4; NullCheck(L_85); StringBuilder_t * L_88; L_88 = StringBuilder_Append_mB0253AA6494BFCC6EA6E5FA343D0DAE6F58CBD17(L_85, L_86, 0, L_87, /*hidden argument*/NULL); } IL_0154: { List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_89 = V_3; NullCheck(L_89); int32_t L_90; L_90 = List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_inline(L_89, /*hidden argument*/List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_RuntimeMethod_var); V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_90, (int32_t)1)); goto IL_0175; } IL_0160: { StringBuilder_t * L_91 = V_1; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_92 = V_3; int32_t L_93 = V_5; NullCheck(L_92); String_t* L_94; L_94 = List_1_get_Item_m3F624A80E7853289E4759DE8F16CF23B0958365B_inline(L_92, L_93, /*hidden argument*/List_1_get_Item_m3F624A80E7853289E4759DE8F16CF23B0958365B_RuntimeMethod_var); NullCheck(L_91); StringBuilder_t * L_95; L_95 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_91, L_94, /*hidden argument*/NULL); int32_t L_96 = V_5; V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_96, (int32_t)1)); } IL_0175: { int32_t L_97 = V_5; if ((((int32_t)L_97) >= ((int32_t)0))) { goto IL_0160; } } IL_017a: { StringBuilder_t * L_98 = V_1; NullCheck(L_98); String_t* L_99; L_99 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_98); return L_99; } } #ifdef __clang__ #pragma 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() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexRunner__ctor_m6925516B4C16AC95CFAAFCCDB5CFEAD505B7920B (RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__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) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * RegexRunner_Scan_m2ADEF871B8873041D1224B4FE362BD4A943AC536 (RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 * __this, Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * ___regex0, String_t* ___text1, int32_t ___textbeg2, int32_t ___textend3, int32_t ___textstart4, int32_t ___prevlen5, bool ___quick6, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___timeout7, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; bool V_2 = false; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 V_3; memset((&V_3), 0, sizeof(V_3)); RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 * G_B2_0 = NULL; RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 * G_B1_0 = NULL; int32_t G_B3_0 = 0; RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 * G_B3_1 = NULL; int32_t G_B6_0 = 0; int32_t G_B9_0 = 0; { V_2 = (bool)0; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = ___timeout7; IL2CPP_RUNTIME_CLASS_INIT(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); Regex_ValidateMatchTimeout_m4C1557E40D27540F8F9E8CDA35473D94F7B1B2F2(L_0, /*hidden argument*/NULL); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_1 = ((Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields*)il2cpp_codegen_static_fields_for(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var))->get_InfiniteMatchTimeout_4(); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_2 = ___timeout7; IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); bool L_3; L_3 = TimeSpan_op_Equality_m8229F4B63064E2D43B244C6E82D55CB2B0360BB1(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; L_5 = TimeSpan_get_TotalMilliseconds_m97368AE0609D865EB2A6BAE96AAA97AF8BDBF1C5((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)(&___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_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_6 = ((Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields*)il2cpp_codegen_static_fields_for(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var))->get_InfiniteMatchTimeout_4(); V_3 = L_6; double L_7; L_7 = TimeSpan_get_TotalMilliseconds_m97368AE0609D865EB2A6BAE96AAA97AF8BDBF1C5((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)(&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_t90F443D398F44965EA241A652ED75DF5BA072A1F * 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_t90F443D398F44965EA241A652ED75DF5BA072A1F * L_13 = __this->get_runregex_13(); NullCheck(L_13); bool L_14; L_14 = Regex_get_RightToLeft_m14807D1228A43D322B2F7E4D82613ADE0C2DCA77(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_t90F443D398F44965EA241A652ED75DF5BA072A1F * L_15 = __this->get_runregex_13(); NullCheck(L_15); bool L_16; L_16 = Regex_get_RightToLeft_m14807D1228A43D322B2F7E4D82613ADE0C2DCA77(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_t8CC0A47F766954F17AD4D1C1597754C8F576464B_il2cpp_TypeInfo_var); Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_23; L_23 = Match_get_Empty_mE05C90C7D155060839CC7D0C2EA04F8302EDFFC9_inline(/*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_m22AE778FF5C52047138151B3A61B118DC6E9B685(__this, /*hidden argument*/NULL); } IL_00cd: { bool L_26; L_26 = VirtualFuncInvoker0< bool >::Invoke(5 /* System.Boolean System.Text.RegularExpressions.RegexRunner::FindFirstChar() */, __this); if (!L_26) { goto IL_012f; } } { RegexRunner_CheckTimeout_mBE5718B5085C46A4B1B9498DE83B7C4D22E4C27C(__this, /*hidden argument*/NULL); bool L_27 = V_2; if (L_27) { goto IL_00e6; } } { RegexRunner_InitMatch_mAB83B2D2F56A1E5438AA6AF68F175F4E0DFE6346(__this, /*hidden argument*/NULL); V_2 = (bool)1; } IL_00e6: { VirtualActionInvoker0::Invoke(4 /* System.Void System.Text.RegularExpressions.RegexRunner::Go() */, __this); Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_28 = __this->get_runmatch_12(); NullCheck(L_28); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_29 = L_28->get__matchcount_16(); NullCheck(L_29); int32_t L_30 = 0; int32_t L_31 = (L_29)->GetAt(static_cast(L_30)); if ((((int32_t)L_31) <= ((int32_t)0))) { goto IL_0105; } } { bool L_32 = ___quick6; Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_33; L_33 = RegexRunner_TidyMatch_mC554804E829E5C96600A9FF3C0855FD1A48FE4FA(__this, L_32, /*hidden argument*/NULL); return L_33; } IL_0105: { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_34 = __this->get_runtrack_5(); NullCheck(L_34); __this->set_runtrackpos_6(((int32_t)((int32_t)(((RuntimeArray*)L_34)->max_length)))); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_35 = __this->get_runstack_7(); NullCheck(L_35); __this->set_runstackpos_8(((int32_t)((int32_t)(((RuntimeArray*)L_35)->max_length)))); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* 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; } } { Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_39; L_39 = RegexRunner_TidyMatch_mC554804E829E5C96600A9FF3C0855FD1A48FE4FA(__this, (bool)1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B_il2cpp_TypeInfo_var); Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_40; L_40 = Match_get_Empty_mE05C90C7D155060839CC7D0C2EA04F8302EDFFC9_inline(/*hidden argument*/NULL); return L_40; } IL_0146: { int32_t L_41 = __this->get_runtextpos_4(); int32_t L_42 = V_0; __this->set_runtextpos_4(((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)L_42))); goto IL_00cd; } } // System.Void System.Text.RegularExpressions.RegexRunner::StartTimeoutWatch() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexRunner_StartTimeoutWatch_m22AE778FF5C52047138151B3A61B118DC6E9B685 (RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_ignoreTimeout_15(); if (!L_0) { goto IL_0009; } } { return; } IL_0009: { __this->set_timeoutChecksToSkip_18(((int32_t)1000)); int32_t L_1; L_1 = Environment_get_TickCount_mBA4279B1C0BC197BF2121166E7C1F6A46D2B5D4E(/*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() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexRunner_CheckTimeout_mBE5718B5085C46A4B1B9498DE83B7C4D22E4C27C (RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 * __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_18(); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1)); int32_t L_2 = V_0; __this->set_timeoutChecksToSkip_18(L_2); int32_t L_3 = V_0; if (!L_3) { goto IL_001d; } } { return; } IL_001d: { __this->set_timeoutChecksToSkip_18(((int32_t)1000)); RegexRunner_DoCheckTimeout_mFA5F588F7FA54123CFDFF4C26562E05DADFB675F(__this, /*hidden argument*/NULL); return; } } // System.Void System.Text.RegularExpressions.RegexRunner::DoCheckTimeout() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexRunner_DoCheckTimeout_mFA5F588F7FA54123CFDFF4C26562E05DADFB675F (RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0; L_0 = Environment_get_TickCount_mBA4279B1C0BC197BF2121166E7C1F6A46D2B5D4E(/*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_t90F443D398F44965EA241A652ED75DF5BA072A1F * 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(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var))); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_9; L_9 = TimeSpan_FromMilliseconds_m12D90542B044C450FDFBCEA1CBC32369479483EC(((double)((double)L_8)), /*hidden argument*/NULL); RegexMatchTimeoutException_t8A80CA43E67CFD00C11CD0B4D65E08171577AB81 * L_10 = (RegexMatchTimeoutException_t8A80CA43E67CFD00C11CD0B4D65E08171577AB81 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RegexMatchTimeoutException_t8A80CA43E67CFD00C11CD0B4D65E08171577AB81_il2cpp_TypeInfo_var))); RegexMatchTimeoutException__ctor_m157F8CEF5FDAC71E58B04773B3169BA093423866(L_10, L_5, L_7, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RegexRunner_DoCheckTimeout_mFA5F588F7FA54123CFDFF4C26562E05DADFB675F_RuntimeMethod_var))); } } // System.Void System.Text.RegularExpressions.RegexRunner::InitMatch() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexRunner_InitMatch_mAB83B2D2F56A1E5438AA6AF68F175F4E0DFE6346 (RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MatchSparse_tF4A7983ADA82DB12269F4D384E7C2D15F0D32694_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_0 = __this->get_runmatch_12(); if (L_0) { goto IL_009d; } } { Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * L_1 = __this->get_runregex_13(); NullCheck(L_1); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_2 = L_1->get_caps_9(); if (!L_2) { goto IL_0060; } } { Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * L_3 = __this->get_runregex_13(); Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * L_4 = __this->get_runregex_13(); NullCheck(L_4); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_5 = L_4->get_caps_9(); Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * L_6 = __this->get_runregex_13(); NullCheck(L_6); int32_t L_7 = L_6->get_capsize_12(); 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_tF4A7983ADA82DB12269F4D384E7C2D15F0D32694 * L_13 = (MatchSparse_tF4A7983ADA82DB12269F4D384E7C2D15F0D32694 *)il2cpp_codegen_object_new(MatchSparse_tF4A7983ADA82DB12269F4D384E7C2D15F0D32694_il2cpp_TypeInfo_var); MatchSparse__ctor_mA6CA132A5DA7D9ADED1D0FF1D7AD786109D33624(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_t90F443D398F44965EA241A652ED75DF5BA072A1F * L_14 = __this->get_runregex_13(); Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * L_15 = __this->get_runregex_13(); NullCheck(L_15); int32_t L_16 = L_15->get_capsize_12(); 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_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_22 = (Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B *)il2cpp_codegen_object_new(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B_il2cpp_TypeInfo_var); Match__ctor_mB01F9576125C09E5DFAD425523FF0C0FF16000A5(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_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_23 = __this->get_runmatch_12(); Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * 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); VirtualActionInvoker5< Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F *, 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_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_29 = __this->get_runcrawl_9(); if (!L_29) { goto IL_00f9; } } { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_30 = __this->get_runtrack_5(); NullCheck(L_30); __this->set_runtrackpos_6(((int32_t)((int32_t)(((RuntimeArray*)L_30)->max_length)))); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_31 = __this->get_runstack_7(); NullCheck(L_31); __this->set_runstackpos_8(((int32_t)((int32_t)(((RuntimeArray*)L_31)->max_length)))); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* 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: { VirtualActionInvoker0::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_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_38 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_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_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_41 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_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_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_43 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_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) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * RegexRunner_TidyMatch_mC554804E829E5C96600A9FF3C0855FD1A48FE4FA (RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 * __this, bool ___quick0, const RuntimeMethod* method) { { bool L_0 = ___quick0; if (L_0) { goto IL_001d; } } { Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_1 = __this->get_runmatch_12(); __this->set_runmatch_12((Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B *)NULL); Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_2 = L_1; int32_t L_3 = __this->get_runtextpos_4(); NullCheck(L_2); VirtualActionInvoker1< int32_t >::Invoke(13 /* System.Void System.Text.RegularExpressions.Match::Tidy(System.Int32) */, L_2, L_3); return L_2; } IL_001d: { return (Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B *)NULL; } } // System.Void System.Text.RegularExpressions.RegexRunner::EnsureStorage() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexRunner_EnsureStorage_mA28C2C957E9C94A1EB89424D837A87114E38325E (RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 * __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_m6D5CD187C3C40D33AD36764202D810D3C354CB4B(__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_m4C316CA544695119D1DC025CD7C7E2E754F23A62(__this, /*hidden argument*/NULL); } IL_002c: { return; } } // System.Boolean System.Text.RegularExpressions.RegexRunner::IsBoundary(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexRunner_IsBoundary_mBC555EC9574974908A1B0CEA3D1853D54BD10D62 (RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 * __this, int32_t ___index0, int32_t ___startpos1, int32_t ___endpos2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); 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; L_4 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_2, ((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); bool L_5; L_5 = RegexCharClass_IsWordChar_mE33E6C5569AA1B920849CD5555DF3CE9A9C10440(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; L_10 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_8, L_9, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); bool L_11; L_11 = RegexCharClass_IsWordChar_mE33E6C5569AA1B920849CD5555DF3CE9A9C10440(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) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexRunner_IsECMABoundary_m151787CEE018DB6D42182AF4464485CDC4CEAFAB (RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 * __this, int32_t ___index0, int32_t ___startpos1, int32_t ___endpos2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); 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; L_4 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_2, ((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); bool L_5; L_5 = RegexCharClass_IsECMAWordChar_mA7325BA81D0699C24F5123956BD4927F1E3DE846(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; L_10 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_8, L_9, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); bool L_11; L_11 = RegexCharClass_IsECMAWordChar_mA7325BA81D0699C24F5123956BD4927F1E3DE846(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() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexRunner_DoubleTrack_m4C316CA544695119D1DC025CD7C7E2E754F23A62 (RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_0 = NULL; { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = __this->get_runtrack_5(); NullCheck(L_0); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_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_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2 = __this->get_runtrack_5(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_3 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_4 = __this->get_runtrack_5(); NullCheck(L_4); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_5 = __this->get_runtrack_5(); NullCheck(L_5); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((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_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* 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_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_8 = V_0; __this->set_runtrack_5(L_8); return; } } // System.Void System.Text.RegularExpressions.RegexRunner::DoubleStack() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexRunner_DoubleStack_m6D5CD187C3C40D33AD36764202D810D3C354CB4B (RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_0 = NULL; { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = __this->get_runstack_7(); NullCheck(L_0); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_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_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2 = __this->get_runstack_7(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_3 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_4 = __this->get_runstack_7(); NullCheck(L_4); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_5 = __this->get_runstack_7(); NullCheck(L_5); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((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_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* 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_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_8 = V_0; __this->set_runstack_7(L_8); return; } } // System.Void System.Text.RegularExpressions.RegexRunner::DoubleCrawl() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexRunner_DoubleCrawl_m562BC4766311883EF65FC3BC69C7555EF5C6A3D0 (RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_0 = NULL; { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = __this->get_runcrawl_9(); NullCheck(L_0); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_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_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2 = __this->get_runcrawl_9(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_3 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_4 = __this->get_runcrawl_9(); NullCheck(L_4); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_5 = __this->get_runcrawl_9(); NullCheck(L_5); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((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_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* 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_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_8 = V_0; __this->set_runcrawl_9(L_8); return; } } // System.Void System.Text.RegularExpressions.RegexRunner::Crawl(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexRunner_Crawl_mC989F917E324EBE03B0DBECC42531C9ADBF0C742 (RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 * __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_m562BC4766311883EF65FC3BC69C7555EF5C6A3D0(__this, /*hidden argument*/NULL); } IL_000e: { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* 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(L_4), (int32_t)L_5); return; } } // System.Int32 System.Text.RegularExpressions.RegexRunner::Popcrawl() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegexRunner_Popcrawl_mE325EFA925EE9D80AF98FD04ACE7050A9D4F8C21 (RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* 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(L_4)); return L_5; } } // System.Int32 System.Text.RegularExpressions.RegexRunner::Crawlpos() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegexRunner_Crawlpos_mBFE7A9D83990B8CF829D66CD088414F96A03B49F (RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 * __this, const RuntimeMethod* method) { { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* 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) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexRunner_Capture_mAC8B534A534941D5003730CA28B41F4082CF45C0 (RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 * __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_mC989F917E324EBE03B0DBECC42531C9ADBF0C742(__this, L_4, /*hidden argument*/NULL); Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * 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); VirtualActionInvoker3< int32_t, int32_t, int32_t >::Invoke(7 /* 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) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexRunner_TransferCapture_mBD3BA00B949753D1C0A142776C4EF3796DBC627B (RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 * __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; L_5 = RegexRunner_MatchIndex_m9FBD010C648C8BBD087FFF4C470FE82494A72ACB(__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; L_8 = RegexRunner_MatchLength_mE1EFA365EAA84B7CDC515A4DEC99CF6D8581A1E8(__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_mC989F917E324EBE03B0DBECC42531C9ADBF0C742(__this, L_22, /*hidden argument*/NULL); Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_23 = __this->get_runmatch_12(); int32_t L_24 = ___uncapnum1; NullCheck(L_23); VirtualActionInvoker1< int32_t >::Invoke(8 /* 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_mC989F917E324EBE03B0DBECC42531C9ADBF0C742(__this, L_26, /*hidden argument*/NULL); Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * 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); VirtualActionInvoker3< int32_t, int32_t, int32_t >::Invoke(7 /* 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() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexRunner_Uncapture_mAEA536C22A1DD0BCE123A04A4BCFD1A8BE8D1F7B (RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0; L_0 = RegexRunner_Popcrawl_mE325EFA925EE9D80AF98FD04ACE7050A9D4F8C21(__this, /*hidden argument*/NULL); V_0 = L_0; Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_1 = __this->get_runmatch_12(); int32_t L_2 = V_0; NullCheck(L_1); VirtualActionInvoker1< int32_t >::Invoke(9 /* System.Void System.Text.RegularExpressions.Match::RemoveMatch(System.Int32) */, L_1, L_2); return; } } // System.Boolean System.Text.RegularExpressions.RegexRunner::IsMatched(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexRunner_IsMatched_mCC5330346DACE22EAA86DD072CD36752023C66E9 (RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 * __this, int32_t ___cap0, const RuntimeMethod* method) { { Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_0 = __this->get_runmatch_12(); int32_t L_1 = ___cap0; NullCheck(L_0); bool L_2; L_2 = VirtualFuncInvoker1< bool, int32_t >::Invoke(10 /* 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) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegexRunner_MatchIndex_m9FBD010C648C8BBD087FFF4C470FE82494A72ACB (RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 * __this, int32_t ___cap0, const RuntimeMethod* method) { { Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_0 = __this->get_runmatch_12(); int32_t L_1 = ___cap0; NullCheck(L_0); int32_t L_2; L_2 = VirtualFuncInvoker1< int32_t, int32_t >::Invoke(11 /* 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) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegexRunner_MatchLength_mE1EFA365EAA84B7CDC515A4DEC99CF6D8581A1E8 (RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 * __this, int32_t ___cap0, const RuntimeMethod* method) { { Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_0 = __this->get_runmatch_12(); int32_t L_1 = ___cap0; NullCheck(L_0); int32_t L_2; L_2 = VirtualFuncInvoker1< int32_t, int32_t >::Invoke(12 /* 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) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexTree__ctor_m71E8231B91BF289104B933268B2CEF0AA02CF092 (RegexTree_t63A434601D42EC388D9B2DCA2913286CFC8811F3 * __this, RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * ___root0, Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___caps1, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___capnumlist2, int32_t ___captop3, Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___capnames4, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___capslist5, int32_t ___opts6, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_0 = ___root0; __this->set__root_0(L_0); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_1 = ___caps1; __this->set__caps_1(L_1); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2 = ___capnumlist2; __this->set__capnumlist_2(L_2); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_3 = ___capnames4; __this->set__capnames_3(L_3); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* 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) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * RegexWriter_Write_mDA5FFD555A690E124077AE4141C24C13EF9105DF (RegexTree_t63A434601D42EC388D9B2DCA2913286CFC8811F3 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexWriter_t958027B0548A09589F03657633037085BACFC7B5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RegexWriter_t958027B0548A09589F03657633037085BACFC7B5 * L_0 = (RegexWriter_t958027B0548A09589F03657633037085BACFC7B5 *)il2cpp_codegen_object_new(RegexWriter_t958027B0548A09589F03657633037085BACFC7B5_il2cpp_TypeInfo_var); RegexWriter__ctor_mC1384070ECBCB1A54E56F5460388E7C4CDC5856A(L_0, /*hidden argument*/NULL); RegexTree_t63A434601D42EC388D9B2DCA2913286CFC8811F3 * L_1 = ___t0; NullCheck(L_0); RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * L_2; L_2 = RegexWriter_RegexCodeFromRegexTree_mB8946AD1D077152C85D0D32CDABC5FBE37C80A80(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Void System.Text.RegularExpressions.RegexWriter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexWriter__ctor_mC1384070ECBCB1A54E56F5460388E7C4CDC5856A (RegexWriter_t958027B0548A09589F03657633037085BACFC7B5 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mE1EA1831B6EF3BA9C2F807622B58DA3A0605B912_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)((int32_t)32)); __this->set__intStack_0(L_0); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)((int32_t)32)); __this->set__emitted_2(L_1); Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * L_2 = (Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 *)il2cpp_codegen_object_new(Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162_il2cpp_TypeInfo_var); Dictionary_2__ctor_mE1EA1831B6EF3BA9C2F807622B58DA3A0605B912(L_2, /*hidden argument*/Dictionary_2__ctor_mE1EA1831B6EF3BA9C2F807622B58DA3A0605B912_RuntimeMethod_var); __this->set__stringhash_4(L_2); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_3 = (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *)il2cpp_codegen_object_new(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_il2cpp_TypeInfo_var); List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9(L_3, /*hidden argument*/List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9_RuntimeMethod_var); __this->set__stringtable_5(L_3); return; } } // System.Void System.Text.RegularExpressions.RegexWriter::PushInt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexWriter_PushInt_m82B0216AFF641DE9547BE17FA115C2CED44A840C (RegexWriter_t958027B0548A09589F03657633037085BACFC7B5 * __this, int32_t ___I0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_0 = NULL; int32_t V_1 = 0; { int32_t L_0 = __this->get__depth_1(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* 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_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_3 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_2, (int32_t)2))); V_0 = L_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_4 = __this->get__intStack_0(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_5 = V_0; int32_t L_6 = __this->get__depth_1(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_4, 0, (RuntimeArray *)(RuntimeArray *)L_5, 0, L_6, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_7 = V_0; __this->set__intStack_0(L_7); } IL_0039: { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* 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(L_11), (int32_t)L_12); return; } } // System.Boolean System.Text.RegularExpressions.RegexWriter::EmptyStack() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexWriter_EmptyStack_mE95F9FABB37AB87D28C240E3A9306BD6F188B00B (RegexWriter_t958027B0548A09589F03657633037085BACFC7B5 * __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() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegexWriter_PopInt_mB767C9611DB654060F684D5E09231CAEFFDF7551 (RegexWriter_t958027B0548A09589F03657633037085BACFC7B5 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* 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(L_4)); return L_5; } } // System.Int32 System.Text.RegularExpressions.RegexWriter::CurPos() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegexWriter_CurPos_m771D864668683B9DCF98150DBAEEBE17703C2E5D (RegexWriter_t958027B0548A09589F03657633037085BACFC7B5 * __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) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexWriter_PatchJump_m99AEA835C283697F20D7F9CC16E6371BF681B70B (RegexWriter_t958027B0548A09589F03657633037085BACFC7B5 * __this, int32_t ___Offset0, int32_t ___jumpDest1, const RuntimeMethod* method) { { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = __this->get__emitted_2(); int32_t L_1 = ___Offset0; int32_t L_2 = ___jumpDest1; NullCheck(L_0); (L_0)->SetAt(static_cast(((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) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexWriter_Emit_m0F2DFD7C6ED8AB199B3E8845A02A09F295A00E54 (RegexWriter_t958027B0548A09589F03657633037085BACFC7B5 * __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; L_3 = RegexCode_OpcodeBacktracks_m2A8CE4121EF7827E575F17B2D0DB7C009B6DD9FB(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_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* 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(L_8), (int32_t)L_9); return; } } // System.Void System.Text.RegularExpressions.RegexWriter::Emit(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexWriter_Emit_mDCE0A2DF541B5FC6554C965A1C799ADCF6B4C55F (RegexWriter_t958027B0548A09589F03657633037085BACFC7B5 * __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; L_3 = RegexCode_OpcodeBacktracks_m2A8CE4121EF7827E575F17B2D0DB7C009B6DD9FB(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_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* 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(L_8), (int32_t)L_9); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* 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(L_13), (int32_t)L_14); return; } } // System.Void System.Text.RegularExpressions.RegexWriter::Emit(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexWriter_Emit_m9360B7E84BA94A432C3C9AB5427A30D81E0B2739 (RegexWriter_t958027B0548A09589F03657633037085BACFC7B5 * __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; L_3 = RegexCode_OpcodeBacktracks_m2A8CE4121EF7827E575F17B2D0DB7C009B6DD9FB(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_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* 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(L_8), (int32_t)L_9); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* 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(L_13), (int32_t)L_14); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* 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(L_18), (int32_t)L_19); return; } } // System.Int32 System.Text.RegularExpressions.RegexWriter::StringCode(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegexWriter_StringCode_m10DB52A16488268DF01C52E8163E899FA568FBC9 (RegexWriter_t958027B0548A09589F03657633037085BACFC7B5 * __this, String_t* ___str0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m4B65B523A8B8FBB5274DC165F432DB4A76D64405_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_m9F29C6BC234F944AA5EAAF851E94B51D7ED045EE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m3546162A565F55B309A9FAB19BD271411D7DB75B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); 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_tC94E9875910491F8130C2DC8B11E4D1548A55162 * L_3 = __this->get__stringhash_4(); String_t* L_4 = ___str0; NullCheck(L_3); bool L_5; L_5 = Dictionary_2_ContainsKey_m4B65B523A8B8FBB5274DC165F432DB4A76D64405(L_3, L_4, /*hidden argument*/Dictionary_2_ContainsKey_m4B65B523A8B8FBB5274DC165F432DB4A76D64405_RuntimeMethod_var); if (!L_5) { goto IL_0031; } } { Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * L_6 = __this->get__stringhash_4(); String_t* L_7 = ___str0; NullCheck(L_6); int32_t L_8; L_8 = Dictionary_2_get_Item_m9F29C6BC234F944AA5EAAF851E94B51D7ED045EE(L_6, L_7, /*hidden argument*/Dictionary_2_get_Item_m9F29C6BC234F944AA5EAAF851E94B51D7ED045EE_RuntimeMethod_var); V_0 = L_8; goto IL_0056; } IL_0031: { List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_9 = __this->get__stringtable_5(); NullCheck(L_9); int32_t L_10; L_10 = List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_inline(L_9, /*hidden argument*/List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_RuntimeMethod_var); V_0 = L_10; Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * L_11 = __this->get__stringhash_4(); String_t* L_12 = ___str0; int32_t L_13 = V_0; NullCheck(L_11); Dictionary_2_set_Item_m3546162A565F55B309A9FAB19BD271411D7DB75B(L_11, L_12, L_13, /*hidden argument*/Dictionary_2_set_Item_m3546162A565F55B309A9FAB19BD271411D7DB75B_RuntimeMethod_var); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_14 = __this->get__stringtable_5(); String_t* L_15 = ___str0; NullCheck(L_14); List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A(L_14, L_15, /*hidden argument*/List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A_RuntimeMethod_var); } IL_0056: { int32_t L_16 = V_0; return L_16; } } // System.ArgumentException System.Text.RegularExpressions.RegexWriter::MakeException(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * RegexWriter_MakeException_mD2A13E8F5A67D36CAEE67D74C35A5D2B35111C26 (RegexWriter_t958027B0548A09589F03657633037085BACFC7B5 * __this, String_t* ___message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___message0; ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_1 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // System.Int32 System.Text.RegularExpressions.RegexWriter::MapCapnum(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegexWriter_MapCapnum_mEF8C8E6F9916122D0FAE18A7B560F65738D004E6 (RegexWriter_t958027B0548A09589F03657633037085BACFC7B5 * __this, int32_t ___capnum0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___capnum0; if ((!(((uint32_t)L_0) == ((uint32_t)(-1))))) { goto IL_0006; } } { return (-1); } IL_0006: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_1 = __this->get__caps_9(); if (!L_1) { goto IL_0025; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_2 = __this->get__caps_9(); int32_t L_3 = ___capnum0; int32_t L_4 = L_3; RuntimeObject * L_5 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_4); NullCheck(L_2); RuntimeObject * L_6; L_6 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_2, L_5); return ((*(int32_t*)((int32_t*)UnBox(L_6, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_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) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * RegexWriter_RegexCodeFromRegexTree_mB8946AD1D077152C85D0D32CDABC5FBE37C80A80 (RegexWriter_t958027B0548A09589F03657633037085BACFC7B5 * __this, RegexTree_t63A434601D42EC388D9B2DCA2913286CFC8811F3 * ___tree0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m3A81757FE0B3283CB292CA61894273AA7B5C97CD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m5EAE519410E7938505D4C8EA39FE36CE96D5C501_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301 * V_3 = NULL; RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301 * V_4 = NULL; int32_t V_5 = 0; RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2 * V_6 = NULL; bool V_7 = false; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * V_8 = NULL; int32_t V_9 = 0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * G_B21_0 = NULL; { RegexTree_t63A434601D42EC388D9B2DCA2913286CFC8811F3 * L_0 = ___tree0; NullCheck(L_0); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1 = L_0->get__capnumlist_2(); if (!L_1) { goto IL_0018; } } { RegexTree_t63A434601D42EC388D9B2DCA2913286CFC8811F3 * L_2 = ___tree0; NullCheck(L_2); int32_t L_3 = L_2->get__captop_6(); RegexTree_t63A434601D42EC388D9B2DCA2913286CFC8811F3 * L_4 = ___tree0; NullCheck(L_4); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* 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_t63A434601D42EC388D9B2DCA2913286CFC8811F3 * L_6 = ___tree0; NullCheck(L_6); int32_t L_7 = L_6->get__captop_6(); V_2 = L_7; __this->set__caps_9((Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)NULL); goto IL_0074; } IL_0028: { RegexTree_t63A434601D42EC388D9B2DCA2913286CFC8811F3 * L_8 = ___tree0; NullCheck(L_8); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_9 = L_8->get__capnumlist_2(); NullCheck(L_9); V_2 = ((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length))); RegexTree_t63A434601D42EC388D9B2DCA2913286CFC8811F3 * L_10 = ___tree0; NullCheck(L_10); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_11 = L_10->get__caps_1(); __this->set__caps_9(L_11); V_9 = 0; goto IL_0068; } IL_0042: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_12 = __this->get__caps_9(); RegexTree_t63A434601D42EC388D9B2DCA2913286CFC8811F3 * L_13 = ___tree0; NullCheck(L_13); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* 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(L_16)); int32_t L_18 = L_17; RuntimeObject * L_19 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_18); int32_t L_20 = V_9; int32_t L_21 = L_20; RuntimeObject * L_22 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_21); NullCheck(L_12); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* 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_t63A434601D42EC388D9B2DCA2913286CFC8811F3 * L_25 = ___tree0; NullCheck(L_25); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* 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_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_29 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)L_28); __this->set__emitted_2(L_29); } IL_0094: { RegexTree_t63A434601D42EC388D9B2DCA2913286CFC8811F3 * L_30 = ___tree0; NullCheck(L_30); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_31 = L_30->get__root_0(); V_0 = L_31; V_1 = 0; RegexWriter_Emit_mDCE0A2DF541B5FC6554C965A1C799ADCF6B4C55F(__this, ((int32_t)23), 0, /*hidden argument*/NULL); } IL_00a6: { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_32 = V_0; NullCheck(L_32); List_1_t692D260BEBA1E69864C98DEEDB3E9256C38CD9B9 * L_33 = L_32->get__children_1(); if (L_33) { goto IL_00be; } } { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_34 = V_0; NullCheck(L_34); int32_t L_35 = L_34->get__type_0(); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_36 = V_0; RegexWriter_EmitFragment_m7692CDAFDAC6BE7D8BB2DD1EC225B6456047DE0B(__this, L_35, L_36, 0, /*hidden argument*/NULL); goto IL_00f5; } IL_00be: { int32_t L_37 = V_1; RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_38 = V_0; NullCheck(L_38); List_1_t692D260BEBA1E69864C98DEEDB3E9256C38CD9B9 * L_39 = L_38->get__children_1(); NullCheck(L_39); int32_t L_40; L_40 = List_1_get_Count_m3A81757FE0B3283CB292CA61894273AA7B5C97CD_inline(L_39, /*hidden argument*/List_1_get_Count_m3A81757FE0B3283CB292CA61894273AA7B5C97CD_RuntimeMethod_var); if ((((int32_t)L_37) >= ((int32_t)L_40))) { goto IL_00f5; } } { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_41 = V_0; NullCheck(L_41); int32_t L_42 = L_41->get__type_0(); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_43 = V_0; int32_t L_44 = V_1; RegexWriter_EmitFragment_m7692CDAFDAC6BE7D8BB2DD1EC225B6456047DE0B(__this, ((int32_t)((int32_t)L_42|(int32_t)((int32_t)64))), L_43, L_44, /*hidden argument*/NULL); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_45 = V_0; NullCheck(L_45); List_1_t692D260BEBA1E69864C98DEEDB3E9256C38CD9B9 * L_46 = L_45->get__children_1(); int32_t L_47 = V_1; NullCheck(L_46); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_48; L_48 = List_1_get_Item_m5EAE519410E7938505D4C8EA39FE36CE96D5C501_inline(L_46, L_47, /*hidden argument*/List_1_get_Item_m5EAE519410E7938505D4C8EA39FE36CE96D5C501_RuntimeMethod_var); V_0 = L_48; int32_t L_49 = V_1; RegexWriter_PushInt_m82B0216AFF641DE9547BE17FA115C2CED44A840C(__this, L_49, /*hidden argument*/NULL); V_1 = 0; goto IL_00a6; } IL_00f5: { bool L_50; L_50 = RegexWriter_EmptyStack_mE95F9FABB37AB87D28C240E3A9306BD6F188B00B(__this, /*hidden argument*/NULL); if (L_50) { goto IL_0125; } } { int32_t L_51; L_51 = RegexWriter_PopInt_mB767C9611DB654060F684D5E09231CAEFFDF7551(__this, /*hidden argument*/NULL); V_1 = L_51; RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_52 = V_0; NullCheck(L_52); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_53 = L_52->get__next_7(); V_0 = L_53; RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_54 = V_0; NullCheck(L_54); int32_t L_55 = L_54->get__type_0(); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_56 = V_0; int32_t L_57 = V_1; RegexWriter_EmitFragment_m7692CDAFDAC6BE7D8BB2DD1EC225B6456047DE0B(__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; L_59 = RegexWriter_CurPos_m771D864668683B9DCF98150DBAEEBE17703C2E5D_inline(__this, /*hidden argument*/NULL); RegexWriter_PatchJump_m99AEA835C283697F20D7F9CC16E6371BF681B70B(__this, 0, L_59, /*hidden argument*/NULL); RegexWriter_Emit_m0F2DFD7C6ED8AB199B3E8845A02A09F295A00E54(__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_t63A434601D42EC388D9B2DCA2913286CFC8811F3 * L_61 = ___tree0; RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301 * L_62; L_62 = RegexFCD_FirstChars_m705EA84111ABE92AFC2ACD490AC26BC6400D75EA(L_61, /*hidden argument*/NULL); V_3 = L_62; RegexTree_t63A434601D42EC388D9B2DCA2913286CFC8811F3 * L_63 = ___tree0; RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301 * L_64; L_64 = RegexFCD_Prefix_m2D11D5E62E9F31984C40FDD6C0ED9860DF56DCF8(L_63, /*hidden argument*/NULL); V_4 = L_64; RegexTree_t63A434601D42EC388D9B2DCA2913286CFC8811F3 * 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_t63A434601D42EC388D9B2DCA2913286CFC8811F3 * 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_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_69; L_69 = CultureInfo_get_CurrentCulture_m99E5F5BD20445F2A73F7EA0014A4E783DF3840BB(/*hidden argument*/NULL); G_B21_0 = L_69; goto IL_0185; } IL_0180: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_70; L_70 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); G_B21_0 = L_70; } IL_0185: { V_8 = G_B21_0; RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301 * L_71 = V_4; if (!L_71) { goto IL_01b5; } } { RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301 * L_72 = V_4; NullCheck(L_72); String_t* L_73; L_73 = RegexPrefix_get_Prefix_m6806C1EEE5B8973606B320A9C4CD5A9E91466F34_inline(L_72, /*hidden argument*/NULL); NullCheck(L_73); int32_t L_74; L_74 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_73, /*hidden argument*/NULL); if ((((int32_t)L_74) <= ((int32_t)0))) { goto IL_01b5; } } { RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301 * L_75 = V_4; NullCheck(L_75); String_t* L_76; L_76 = RegexPrefix_get_Prefix_m6806C1EEE5B8973606B320A9C4CD5A9E91466F34_inline(L_75, /*hidden argument*/NULL); RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301 * L_77 = V_4; NullCheck(L_77); bool L_78; L_78 = RegexPrefix_get_CaseInsensitive_mB4CF8FBFABE26F206AF6324A0C87DFB34C051A95_inline(L_77, /*hidden argument*/NULL); bool L_79 = V_7; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_80 = V_8; RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2 * L_81 = (RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2 *)il2cpp_codegen_object_new(RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2_il2cpp_TypeInfo_var); RegexBoyerMoore__ctor_m7CFF1BFAA30CB9EC30B0E48B3321366E2C6EBE92(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_t43FE488EFF3EE20D1092216B7E62D954F78167D2 *)NULL; } IL_01b8: { RegexTree_t63A434601D42EC388D9B2DCA2913286CFC8811F3 * L_82 = ___tree0; int32_t L_83; L_83 = RegexFCD_Anchors_m4F3A11C644EC9B7B16CCCBD792A5E2FED2C22EA7(L_82, /*hidden argument*/NULL); V_5 = L_83; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_84 = __this->get__emitted_2(); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_85 = __this->get__stringtable_5(); int32_t L_86 = __this->get__trackcount_8(); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_87 = __this->get__caps_9(); int32_t L_88 = V_2; RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2 * L_89 = V_6; RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301 * L_90 = V_3; int32_t L_91 = V_5; bool L_92 = V_7; RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * L_93 = (RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 *)il2cpp_codegen_object_new(RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5_il2cpp_TypeInfo_var); RegexCode__ctor_mEFC64ECB52D0D2735F99AC16BD6355D3A59499CE(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) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexWriter_EmitFragment_m7692CDAFDAC6BE7D8BB2DD1EC225B6456047DE0B (RegexWriter_t958027B0548A09589F03657633037085BACFC7B5 * __this, int32_t ___nodetype0, RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * ___node1, int32_t ___CurIndex2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m3A81757FE0B3283CB292CA61894273AA7B5C97CD_RuntimeMethod_var); 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_t958027B0548A09589F03657633037085BACFC7B5 * G_B35_0 = NULL; RegexWriter_t958027B0548A09589F03657633037085BACFC7B5 * G_B34_0 = NULL; int32_t G_B36_0 = 0; RegexWriter_t958027B0548A09589F03657633037085BACFC7B5 * G_B36_1 = NULL; int32_t G_B38_0 = 0; RegexWriter_t958027B0548A09589F03657633037085BACFC7B5 * G_B38_1 = NULL; int32_t G_B37_0 = 0; RegexWriter_t958027B0548A09589F03657633037085BACFC7B5 * G_B37_1 = NULL; int32_t G_B39_0 = 0; int32_t G_B39_1 = 0; RegexWriter_t958027B0548A09589F03657633037085BACFC7B5 * G_B39_2 = NULL; RegexWriter_t958027B0548A09589F03657633037085BACFC7B5 * G_B42_0 = NULL; RegexWriter_t958027B0548A09589F03657633037085BACFC7B5 * G_B41_0 = NULL; int32_t G_B43_0 = 0; RegexWriter_t958027B0548A09589F03657633037085BACFC7B5 * G_B43_1 = NULL; int32_t G_B51_0 = 0; int32_t G_B51_1 = 0; RegexWriter_t958027B0548A09589F03657633037085BACFC7B5 * G_B51_2 = NULL; int32_t G_B50_0 = 0; int32_t G_B50_1 = 0; RegexWriter_t958027B0548A09589F03657633037085BACFC7B5 * G_B50_2 = NULL; int32_t G_B52_0 = 0; int32_t G_B52_1 = 0; int32_t G_B52_2 = 0; RegexWriter_t958027B0548A09589F03657633037085BACFC7B5 * G_B52_3 = NULL; RegexWriter_t958027B0548A09589F03657633037085BACFC7B5 * G_B69_0 = NULL; RegexWriter_t958027B0548A09589F03657633037085BACFC7B5 * G_B67_0 = NULL; RegexWriter_t958027B0548A09589F03657633037085BACFC7B5 * G_B68_0 = NULL; int32_t G_B70_0 = 0; RegexWriter_t958027B0548A09589F03657633037085BACFC7B5 * G_B70_1 = NULL; Il2CppChar G_B74_0 = 0x0; int32_t G_B74_1 = 0; RegexWriter_t958027B0548A09589F03657633037085BACFC7B5 * G_B74_2 = NULL; Il2CppChar G_B73_0 = 0x0; int32_t G_B73_1 = 0; RegexWriter_t958027B0548A09589F03657633037085BACFC7B5 * G_B73_2 = NULL; int32_t G_B75_0 = 0; Il2CppChar G_B75_1 = 0x0; int32_t G_B75_2 = 0; RegexWriter_t958027B0548A09589F03657633037085BACFC7B5 * G_B75_3 = NULL; int32_t G_B81_0 = 0; int32_t G_B81_1 = 0; RegexWriter_t958027B0548A09589F03657633037085BACFC7B5 * G_B81_2 = NULL; int32_t G_B80_0 = 0; int32_t G_B80_1 = 0; RegexWriter_t958027B0548A09589F03657633037085BACFC7B5 * G_B80_2 = NULL; int32_t G_B82_0 = 0; int32_t G_B82_1 = 0; int32_t G_B82_2 = 0; RegexWriter_t958027B0548A09589F03657633037085BACFC7B5 * 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_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_1 = ___node1; NullCheck(L_1); bool L_2; L_2 = RegexNode_UseOptionR_mBD8EBE8396F51A7DA491FFFAFDB09A148F62E484(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_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * 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_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_11 = ___node1; NullCheck(L_11); List_1_t692D260BEBA1E69864C98DEEDB3E9256C38CD9B9 * L_12 = L_11->get__children_1(); NullCheck(L_12); int32_t L_13; L_13 = List_1_get_Count_m3A81757FE0B3283CB292CA61894273AA7B5C97CD_inline(L_12, /*hidden argument*/List_1_get_Count_m3A81757FE0B3283CB292CA61894273AA7B5C97CD_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; L_14 = RegexWriter_CurPos_m771D864668683B9DCF98150DBAEEBE17703C2E5D_inline(__this, /*hidden argument*/NULL); RegexWriter_PushInt_m82B0216AFF641DE9547BE17FA115C2CED44A840C(__this, L_14, /*hidden argument*/NULL); RegexWriter_Emit_mDCE0A2DF541B5FC6554C965A1C799ADCF6B4C55F(__this, ((int32_t)23), 0, /*hidden argument*/NULL); return; } IL_0169: { int32_t L_15 = ___CurIndex2; RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_16 = ___node1; NullCheck(L_16); List_1_t692D260BEBA1E69864C98DEEDB3E9256C38CD9B9 * L_17 = L_16->get__children_1(); NullCheck(L_17); int32_t L_18; L_18 = List_1_get_Count_m3A81757FE0B3283CB292CA61894273AA7B5C97CD_inline(L_17, /*hidden argument*/List_1_get_Count_m3A81757FE0B3283CB292CA61894273AA7B5C97CD_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; L_19 = RegexWriter_PopInt_mB767C9611DB654060F684D5E09231CAEFFDF7551(__this, /*hidden argument*/NULL); V_1 = L_19; int32_t L_20; L_20 = RegexWriter_CurPos_m771D864668683B9DCF98150DBAEEBE17703C2E5D_inline(__this, /*hidden argument*/NULL); RegexWriter_PushInt_m82B0216AFF641DE9547BE17FA115C2CED44A840C(__this, L_20, /*hidden argument*/NULL); RegexWriter_Emit_mDCE0A2DF541B5FC6554C965A1C799ADCF6B4C55F(__this, ((int32_t)38), 0, /*hidden argument*/NULL); int32_t L_21 = V_1; int32_t L_22; L_22 = RegexWriter_CurPos_m771D864668683B9DCF98150DBAEEBE17703C2E5D_inline(__this, /*hidden argument*/NULL); RegexWriter_PatchJump_m99AEA835C283697F20D7F9CC16E6371BF681B70B(__this, L_21, L_22, /*hidden argument*/NULL); return; } IL_01a3: { V_2 = 0; goto IL_01bd; } IL_01a7: { int32_t L_23; L_23 = RegexWriter_PopInt_mB767C9611DB654060F684D5E09231CAEFFDF7551(__this, /*hidden argument*/NULL); int32_t L_24; L_24 = RegexWriter_CurPos_m771D864668683B9DCF98150DBAEEBE17703C2E5D_inline(__this, /*hidden argument*/NULL); RegexWriter_PatchJump_m99AEA835C283697F20D7F9CC16E6371BF681B70B(__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_m0F2DFD7C6ED8AB199B3E8845A02A09F295A00E54(__this, ((int32_t)34), /*hidden argument*/NULL); int32_t L_29; L_29 = RegexWriter_CurPos_m771D864668683B9DCF98150DBAEEBE17703C2E5D_inline(__this, /*hidden argument*/NULL); RegexWriter_PushInt_m82B0216AFF641DE9547BE17FA115C2CED44A840C(__this, L_29, /*hidden argument*/NULL); RegexWriter_Emit_mDCE0A2DF541B5FC6554C965A1C799ADCF6B4C55F(__this, ((int32_t)23), 0, /*hidden argument*/NULL); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_30 = ___node1; NullCheck(L_30); int32_t L_31 = L_30->get__m_4(); int32_t L_32; L_32 = RegexWriter_MapCapnum_mEF8C8E6F9916122D0FAE18A7B560F65738D004E6(__this, L_31, /*hidden argument*/NULL); RegexWriter_Emit_mDCE0A2DF541B5FC6554C965A1C799ADCF6B4C55F(__this, ((int32_t)37), L_32, /*hidden argument*/NULL); RegexWriter_Emit_m0F2DFD7C6ED8AB199B3E8845A02A09F295A00E54(__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; L_35 = RegexWriter_PopInt_mB767C9611DB654060F684D5E09231CAEFFDF7551(__this, /*hidden argument*/NULL); V_3 = L_35; int32_t L_36; L_36 = RegexWriter_CurPos_m771D864668683B9DCF98150DBAEEBE17703C2E5D_inline(__this, /*hidden argument*/NULL); RegexWriter_PushInt_m82B0216AFF641DE9547BE17FA115C2CED44A840C(__this, L_36, /*hidden argument*/NULL); RegexWriter_Emit_mDCE0A2DF541B5FC6554C965A1C799ADCF6B4C55F(__this, ((int32_t)38), 0, /*hidden argument*/NULL); int32_t L_37 = V_3; int32_t L_38; L_38 = RegexWriter_CurPos_m771D864668683B9DCF98150DBAEEBE17703C2E5D_inline(__this, /*hidden argument*/NULL); RegexWriter_PatchJump_m99AEA835C283697F20D7F9CC16E6371BF681B70B(__this, L_37, L_38, /*hidden argument*/NULL); RegexWriter_Emit_m0F2DFD7C6ED8AB199B3E8845A02A09F295A00E54(__this, ((int32_t)36), /*hidden argument*/NULL); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_39 = ___node1; NullCheck(L_39); List_1_t692D260BEBA1E69864C98DEEDB3E9256C38CD9B9 * L_40 = L_39->get__children_1(); NullCheck(L_40); int32_t L_41; L_41 = List_1_get_Count_m3A81757FE0B3283CB292CA61894273AA7B5C97CD_inline(L_40, /*hidden argument*/List_1_get_Count_m3A81757FE0B3283CB292CA61894273AA7B5C97CD_RuntimeMethod_var); if ((((int32_t)L_41) > ((int32_t)1))) { goto IL_0634; } } IL_024c: { int32_t L_42; L_42 = RegexWriter_PopInt_mB767C9611DB654060F684D5E09231CAEFFDF7551(__this, /*hidden argument*/NULL); int32_t L_43; L_43 = RegexWriter_CurPos_m771D864668683B9DCF98150DBAEEBE17703C2E5D_inline(__this, /*hidden argument*/NULL); RegexWriter_PatchJump_m99AEA835C283697F20D7F9CC16E6371BF681B70B(__this, L_42, L_43, /*hidden argument*/NULL); return; } IL_025f: { int32_t L_44 = ___CurIndex2; if (L_44) { goto IL_0634; } } { RegexWriter_Emit_m0F2DFD7C6ED8AB199B3E8845A02A09F295A00E54(__this, ((int32_t)34), /*hidden argument*/NULL); RegexWriter_Emit_m0F2DFD7C6ED8AB199B3E8845A02A09F295A00E54(__this, ((int32_t)31), /*hidden argument*/NULL); int32_t L_45; L_45 = RegexWriter_CurPos_m771D864668683B9DCF98150DBAEEBE17703C2E5D_inline(__this, /*hidden argument*/NULL); RegexWriter_PushInt_m82B0216AFF641DE9547BE17FA115C2CED44A840C(__this, L_45, /*hidden argument*/NULL); RegexWriter_Emit_mDCE0A2DF541B5FC6554C965A1C799ADCF6B4C55F(__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_m0F2DFD7C6ED8AB199B3E8845A02A09F295A00E54(__this, ((int32_t)33), /*hidden argument*/NULL); RegexWriter_Emit_m0F2DFD7C6ED8AB199B3E8845A02A09F295A00E54(__this, ((int32_t)36), /*hidden argument*/NULL); return; } IL_02af: { int32_t L_47; L_47 = RegexWriter_PopInt_mB767C9611DB654060F684D5E09231CAEFFDF7551(__this, /*hidden argument*/NULL); V_4 = L_47; int32_t L_48; L_48 = RegexWriter_CurPos_m771D864668683B9DCF98150DBAEEBE17703C2E5D_inline(__this, /*hidden argument*/NULL); RegexWriter_PushInt_m82B0216AFF641DE9547BE17FA115C2CED44A840C(__this, L_48, /*hidden argument*/NULL); RegexWriter_Emit_mDCE0A2DF541B5FC6554C965A1C799ADCF6B4C55F(__this, ((int32_t)38), 0, /*hidden argument*/NULL); int32_t L_49 = V_4; int32_t L_50; L_50 = RegexWriter_CurPos_m771D864668683B9DCF98150DBAEEBE17703C2E5D_inline(__this, /*hidden argument*/NULL); RegexWriter_PatchJump_m99AEA835C283697F20D7F9CC16E6371BF681B70B(__this, L_49, L_50, /*hidden argument*/NULL); RegexWriter_Emit_m0F2DFD7C6ED8AB199B3E8845A02A09F295A00E54(__this, ((int32_t)33), /*hidden argument*/NULL); RegexWriter_Emit_m0F2DFD7C6ED8AB199B3E8845A02A09F295A00E54(__this, ((int32_t)36), /*hidden argument*/NULL); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_51 = ___node1; NullCheck(L_51); List_1_t692D260BEBA1E69864C98DEEDB3E9256C38CD9B9 * L_52 = L_51->get__children_1(); NullCheck(L_52); int32_t L_53; L_53 = List_1_get_Count_m3A81757FE0B3283CB292CA61894273AA7B5C97CD_inline(L_52, /*hidden argument*/List_1_get_Count_m3A81757FE0B3283CB292CA61894273AA7B5C97CD_RuntimeMethod_var); if ((((int32_t)L_53) > ((int32_t)2))) { goto IL_0634; } } IL_02fb: { int32_t L_54; L_54 = RegexWriter_PopInt_mB767C9611DB654060F684D5E09231CAEFFDF7551(__this, /*hidden argument*/NULL); int32_t L_55; L_55 = RegexWriter_CurPos_m771D864668683B9DCF98150DBAEEBE17703C2E5D_inline(__this, /*hidden argument*/NULL); RegexWriter_PatchJump_m99AEA835C283697F20D7F9CC16E6371BF681B70B(__this, L_54, L_55, /*hidden argument*/NULL); return; } IL_030e: { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * 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_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * 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_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * 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_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * 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_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * 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_mDCE0A2DF541B5FC6554C965A1C799ADCF6B4C55F(G_B39_2, G_B39_1, G_B39_0, /*hidden argument*/NULL); goto IL_0361; } IL_034d: { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * 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_m0F2DFD7C6ED8AB199B3E8845A02A09F295A00E54(G_B43_1, G_B43_0, /*hidden argument*/NULL); } IL_0361: { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * 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; L_70 = RegexWriter_CurPos_m771D864668683B9DCF98150DBAEEBE17703C2E5D_inline(__this, /*hidden argument*/NULL); RegexWriter_PushInt_m82B0216AFF641DE9547BE17FA115C2CED44A840C(__this, L_70, /*hidden argument*/NULL); RegexWriter_Emit_mDCE0A2DF541B5FC6554C965A1C799ADCF6B4C55F(__this, ((int32_t)38), 0, /*hidden argument*/NULL); } IL_037e: { int32_t L_71; L_71 = RegexWriter_CurPos_m771D864668683B9DCF98150DBAEEBE17703C2E5D_inline(__this, /*hidden argument*/NULL); RegexWriter_PushInt_m82B0216AFF641DE9547BE17FA115C2CED44A840C(__this, L_71, /*hidden argument*/NULL); return; } IL_038b: { int32_t L_72; L_72 = RegexWriter_CurPos_m771D864668683B9DCF98150DBAEEBE17703C2E5D_inline(__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_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * 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_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * 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; L_79 = RegexWriter_PopInt_mB767C9611DB654060F684D5E09231CAEFFDF7551(__this, /*hidden argument*/NULL); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * 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_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_82 = ___node1; NullCheck(L_82); int32_t L_83 = L_82->get__n_5(); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * 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_m9360B7E84BA94A432C3C9AB5427A30D81E0B2739(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; L_87 = RegexWriter_PopInt_mB767C9611DB654060F684D5E09231CAEFFDF7551(__this, /*hidden argument*/NULL); RegexWriter_Emit_mDCE0A2DF541B5FC6554C965A1C799ADCF6B4C55F(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)24), (int32_t)L_86)), L_87, /*hidden argument*/NULL); } IL_03f7: { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * 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; L_90 = RegexWriter_PopInt_mB767C9611DB654060F684D5E09231CAEFFDF7551(__this, /*hidden argument*/NULL); int32_t L_91 = V_5; RegexWriter_PatchJump_m99AEA835C283697F20D7F9CC16E6371BF681B70B(__this, L_90, L_91, /*hidden argument*/NULL); return; } IL_0411: { RegexWriter_Emit_m0F2DFD7C6ED8AB199B3E8845A02A09F295A00E54(__this, ((int32_t)31), /*hidden argument*/NULL); return; } IL_041a: { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_92 = ___node1; NullCheck(L_92); int32_t L_93 = L_92->get__m_4(); int32_t L_94; L_94 = RegexWriter_MapCapnum_mEF8C8E6F9916122D0FAE18A7B560F65738D004E6(__this, L_93, /*hidden argument*/NULL); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_95 = ___node1; NullCheck(L_95); int32_t L_96 = L_95->get__n_5(); int32_t L_97; L_97 = RegexWriter_MapCapnum_mEF8C8E6F9916122D0FAE18A7B560F65738D004E6(__this, L_96, /*hidden argument*/NULL); RegexWriter_Emit_m9360B7E84BA94A432C3C9AB5427A30D81E0B2739(__this, ((int32_t)32), L_94, L_97, /*hidden argument*/NULL); return; } IL_043b: { RegexWriter_Emit_m0F2DFD7C6ED8AB199B3E8845A02A09F295A00E54(__this, ((int32_t)34), /*hidden argument*/NULL); RegexWriter_Emit_m0F2DFD7C6ED8AB199B3E8845A02A09F295A00E54(__this, ((int32_t)31), /*hidden argument*/NULL); return; } IL_044c: { RegexWriter_Emit_m0F2DFD7C6ED8AB199B3E8845A02A09F295A00E54(__this, ((int32_t)33), /*hidden argument*/NULL); RegexWriter_Emit_m0F2DFD7C6ED8AB199B3E8845A02A09F295A00E54(__this, ((int32_t)36), /*hidden argument*/NULL); return; } IL_045d: { RegexWriter_Emit_m0F2DFD7C6ED8AB199B3E8845A02A09F295A00E54(__this, ((int32_t)34), /*hidden argument*/NULL); int32_t L_98; L_98 = RegexWriter_CurPos_m771D864668683B9DCF98150DBAEEBE17703C2E5D_inline(__this, /*hidden argument*/NULL); RegexWriter_PushInt_m82B0216AFF641DE9547BE17FA115C2CED44A840C(__this, L_98, /*hidden argument*/NULL); RegexWriter_Emit_mDCE0A2DF541B5FC6554C965A1C799ADCF6B4C55F(__this, ((int32_t)23), 0, /*hidden argument*/NULL); return; } IL_047b: { RegexWriter_Emit_m0F2DFD7C6ED8AB199B3E8845A02A09F295A00E54(__this, ((int32_t)35), /*hidden argument*/NULL); int32_t L_99; L_99 = RegexWriter_PopInt_mB767C9611DB654060F684D5E09231CAEFFDF7551(__this, /*hidden argument*/NULL); int32_t L_100; L_100 = RegexWriter_CurPos_m771D864668683B9DCF98150DBAEEBE17703C2E5D_inline(__this, /*hidden argument*/NULL); RegexWriter_PatchJump_m99AEA835C283697F20D7F9CC16E6371BF681B70B(__this, L_99, L_100, /*hidden argument*/NULL); RegexWriter_Emit_m0F2DFD7C6ED8AB199B3E8845A02A09F295A00E54(__this, ((int32_t)36), /*hidden argument*/NULL); return; } IL_049e: { RegexWriter_Emit_m0F2DFD7C6ED8AB199B3E8845A02A09F295A00E54(__this, ((int32_t)34), /*hidden argument*/NULL); return; } IL_04a7: { RegexWriter_Emit_m0F2DFD7C6ED8AB199B3E8845A02A09F295A00E54(__this, ((int32_t)36), /*hidden argument*/NULL); return; } IL_04b0: { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_101 = ___node1; NullCheck(L_101); int32_t L_102 = L_101->get__type_0(); int32_t L_103 = V_0; RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_104 = ___node1; NullCheck(L_104); Il2CppChar L_105 = L_104->get__ch_3(); RegexWriter_Emit_mDCE0A2DF541B5FC6554C965A1C799ADCF6B4C55F(__this, ((int32_t)((int32_t)L_102|(int32_t)L_103)), L_105, /*hidden argument*/NULL); return; } IL_04c5: { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * 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_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * 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_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * 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_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_113 = ___node1; NullCheck(L_113); Il2CppChar L_114 = L_113->get__ch_3(); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_115 = ___node1; NullCheck(L_115); int32_t L_116 = L_115->get__m_4(); NullCheck(G_B70_1); RegexWriter_Emit_m9360B7E84BA94A432C3C9AB5427A30D81E0B2739(G_B70_1, ((int32_t)((int32_t)G_B70_0|(int32_t)L_112)), L_114, L_116, /*hidden argument*/NULL); } IL_04f8: { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_117 = ___node1; NullCheck(L_117); int32_t L_118 = L_117->get__n_5(); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * 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_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_121 = ___node1; NullCheck(L_121); int32_t L_122 = L_121->get__type_0(); int32_t L_123 = V_0; RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_124 = ___node1; NullCheck(L_124); Il2CppChar L_125 = L_124->get__ch_3(); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * 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_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_128 = ___node1; NullCheck(L_128); int32_t L_129 = L_128->get__n_5(); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * 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_m9360B7E84BA94A432C3C9AB5427A30D81E0B2739(G_B75_3, G_B75_2, G_B75_1, G_B75_0, /*hidden argument*/NULL); return; } IL_053f: { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * 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_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_135 = ___node1; NullCheck(L_135); String_t* L_136 = L_135->get__str_2(); int32_t L_137; L_137 = RegexWriter_StringCode_m10DB52A16488268DF01C52E8163E899FA568FBC9(__this, L_136, /*hidden argument*/NULL); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_138 = ___node1; NullCheck(L_138); int32_t L_139 = L_138->get__m_4(); RegexWriter_Emit_m9360B7E84BA94A432C3C9AB5427A30D81E0B2739(__this, ((int32_t)((int32_t)2|(int32_t)L_134)), L_137, L_139, /*hidden argument*/NULL); } IL_0563: { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_140 = ___node1; NullCheck(L_140); int32_t L_141 = L_140->get__n_5(); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * 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_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_144 = ___node1; NullCheck(L_144); int32_t L_145 = L_144->get__type_0(); int32_t L_146 = V_0; RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_147 = ___node1; NullCheck(L_147); String_t* L_148 = L_147->get__str_2(); int32_t L_149; L_149 = RegexWriter_StringCode_m10DB52A16488268DF01C52E8163E899FA568FBC9(__this, L_148, /*hidden argument*/NULL); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * 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_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_152 = ___node1; NullCheck(L_152); int32_t L_153 = L_152->get__n_5(); RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * 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_m9360B7E84BA94A432C3C9AB5427A30D81E0B2739(G_B82_3, G_B82_2, G_B82_1, G_B82_0, /*hidden argument*/NULL); return; } IL_05b0: { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_156 = ___node1; NullCheck(L_156); int32_t L_157 = L_156->get__type_0(); int32_t L_158 = V_0; RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_159 = ___node1; NullCheck(L_159); String_t* L_160 = L_159->get__str_2(); int32_t L_161; L_161 = RegexWriter_StringCode_m10DB52A16488268DF01C52E8163E899FA568FBC9(__this, L_160, /*hidden argument*/NULL); RegexWriter_Emit_mDCE0A2DF541B5FC6554C965A1C799ADCF6B4C55F(__this, ((int32_t)((int32_t)L_157|(int32_t)L_158)), L_161, /*hidden argument*/NULL); return; } IL_05cb: { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_162 = ___node1; NullCheck(L_162); int32_t L_163 = L_162->get__type_0(); int32_t L_164 = V_0; RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_165 = ___node1; NullCheck(L_165); String_t* L_166 = L_165->get__str_2(); int32_t L_167; L_167 = RegexWriter_StringCode_m10DB52A16488268DF01C52E8163E899FA568FBC9(__this, L_166, /*hidden argument*/NULL); RegexWriter_Emit_mDCE0A2DF541B5FC6554C965A1C799ADCF6B4C55F(__this, ((int32_t)((int32_t)L_163|(int32_t)L_164)), L_167, /*hidden argument*/NULL); return; } IL_05e6: { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_168 = ___node1; NullCheck(L_168); int32_t L_169 = L_168->get__type_0(); int32_t L_170 = V_0; RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_171 = ___node1; NullCheck(L_171); int32_t L_172 = L_171->get__m_4(); int32_t L_173; L_173 = RegexWriter_MapCapnum_mEF8C8E6F9916122D0FAE18A7B560F65738D004E6(__this, L_172, /*hidden argument*/NULL); RegexWriter_Emit_mDCE0A2DF541B5FC6554C965A1C799ADCF6B4C55F(__this, ((int32_t)((int32_t)L_169|(int32_t)L_170)), L_173, /*hidden argument*/NULL); return; } IL_0601: { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_174 = ___node1; NullCheck(L_174); int32_t L_175 = L_174->get__type_0(); RegexWriter_Emit_m0F2DFD7C6ED8AB199B3E8845A02A09F295A00E54(__this, L_175, /*hidden argument*/NULL); return; } IL_060e: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_176 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_177 = L_176; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_178; L_178 = CultureInfo_get_CurrentCulture_m99E5F5BD20445F2A73F7EA0014A4E783DF3840BB(/*hidden argument*/NULL); String_t* L_179; L_179 = Int32_ToString_m027A8C9419D2FE56ED5D2EE42A6F3B3CE0130471((int32_t*)(&___nodetype0), L_178, /*hidden argument*/NULL); NullCheck(L_177); ArrayElementTypeCheck (L_177, L_179); (L_177)->SetAt(static_cast(0), (RuntimeObject *)L_179); String_t* L_180; L_180 = SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1A521FB9CB5DD09DAE84196DD4656194D3654284)), L_177, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_181; L_181 = RegexWriter_MakeException_mD2A13E8F5A67D36CAEE67D74C35A5D2B35111C26(__this, L_180, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_181, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RegexWriter_EmitFragment_m7692CDAFDAC6BE7D8BB2DD1EC225B6456047DE0B_RuntimeMethod_var))); } IL_0634: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool RegexFC_IsCaseInsensitive_m522494DC3CF0587D7B65D57B4C14E1428A2E34CA_inline (RegexFC_t76D8E0886974788FD71BD44072ADAD5326475826 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get__caseInsensitive_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301 * RegexPrefix_get_Empty_m65C2AD019C414B97A57D5AA5B4B0DC331E011A8C_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301_il2cpp_TypeInfo_var); RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301 * L_0 = ((RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301_StaticFields*)il2cpp_codegen_static_fields_for(RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301_il2cpp_TypeInfo_var))->get__empty_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline (String_t* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_stringLength_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool RegexPrefix_get_CaseInsensitive_mB4CF8FBFABE26F206AF6324A0C87DFB34C051A95_inline (RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get__caseInsensitive_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* RegexPrefix_get_Prefix_m6806C1EEE5B8973606B320A9C4CD5A9E91466F34_inline (RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__prefix_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RegexInterpreter_Operator_m9C06EB53FFBB6722B2ACB95057BC30E0A9F05DFF_inline (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_runoperator_19(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RegexInterpreter_Textpos_mCCC8ABAE83D37BA6F060242E1ECAC7D91D8910F5_inline (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * __this, const RuntimeMethod* method) { { int32_t L_0 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runtextpos_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RegexInterpreter_Textto_m874B113DFF6381DFC1BF8A8F7E6D79B819CF06AE_inline (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * __this, int32_t ___newpos0, const RuntimeMethod* method) { { int32_t L_0 = ___newpos0; ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->set_runtextpos_4(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RegexInterpreter_Textstart_m635CAE9587982E8C88F98F7374460E742A7F5953_inline (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * __this, const RuntimeMethod* method) { { int32_t L_0 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)__this)->get_runtextstart_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t TimeSpan_get_Ticks_mE4C9E1F27DC794028CEDCF7CB5BD092D16DBACD4_inline (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * __this, const RuntimeMethod* method) { { int64_t L_0 = __this->get__ticks_22(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RegexNode_Type_m3C72321B307C77AF12F294F366D57D2C77832F27_inline (RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__type_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RegexParser_Textpos_m5A18C75CE7F3A5AE17373DA09A20070D988308C5_inline (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__currentPos_6(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * RegexParser_Unit_m88B751E79E4DE41D295805439EE6D1D5B7170D7F_inline (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, const RuntimeMethod* method) { { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_0 = __this->get__unit_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RegexParser_AddUnitNode_m84299A7BCF95B87B5B4672759DE2D8D863FA80E2_inline (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * ___node0, const RuntimeMethod* method) { { RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * L_0 = ___node0; __this->set__unit_4(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RegexParser_Textto_mE4BCC8608BF006D283A32F9C5811264467EEB806_inline (RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9 * __this, int32_t ___pos0, const RuntimeMethod* method) { { int32_t L_0 = ___pos0; __this->set__currentPos_6(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RegexCharClass_set_Negate_mC3CA41B098CF6B47BBF9101619F1AC4EAA3FD131_inline (RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set__negate_3(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RegexCharClass_AddSubtraction_m1FEE4A4FA29196BF22FBDD7EF3A263010E7661D9_inline (RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * __this, RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * ___sub0, const RuntimeMethod* method) { { RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * L_0 = ___sub0; __this->set__subtractor_4(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Capture_GetOriginalString_mBC838C19CCFF585AA3C797AEA21A51CE0911E8B3_inline (Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__text_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Capture_get_Index_m2CAB876E4DE6099F9696D76176BA7539FA0D5EE7_inline (Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__index_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Capture_get_Length_m3D1F26419BF69FEA9EE1AE0DB46069686C53A6DF_inline (Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__length_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * Match_get_Empty_mE05C90C7D155060839CC7D0C2EA04F8302EDFFC9_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B_il2cpp_TypeInfo_var); Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_0 = ((Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B_StaticFields*)il2cpp_codegen_static_fields_for(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B_il2cpp_TypeInfo_var))->get__empty_8(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RegexWriter_CurPos_m771D864668683B9DCF98150DBAEEBE17703C2E5D_inline (RegexWriter_t958027B0548A09589F03657633037085BACFC7B5 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__curpos_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__size_2(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__size_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowArgumentOutOfRangeException_m4841366ABC2B2AFA37C10900551D7E07522C0929(/*hidden argument*/NULL); } IL_000e: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get__items_1(); int32_t L_3 = ___index0; RuntimeObject * L_4; L_4 = IL2CPP_ARRAY_UNSAFE_LOAD((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_2, (int32_t)L_3); return (RuntimeObject *)L_4; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m3632094BEC4410A1022FD0293E7BA88FC3B811A8_gshared_inline (List_1_tD9A0DAE3CF1F9450036B041168264AE0CEF1737A * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__size_2(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Item_m2FB58E8D210A07EA67DBEA5086D620FED433B852_gshared_inline (List_1_tD9A0DAE3CF1F9450036B041168264AE0CEF1737A * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__size_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowArgumentOutOfRangeException_m4841366ABC2B2AFA37C10900551D7E07522C0929(/*hidden argument*/NULL); } IL_000e: { Int32EnumU5BU5D_t9327F857579EE00EB201E1913599094BF837D3CD* L_2 = (Int32EnumU5BU5D_t9327F857579EE00EB201E1913599094BF837D3CD*)__this->get__items_1(); int32_t L_3 = ___index0; int32_t L_4; L_4 = IL2CPP_ARRAY_UNSAFE_LOAD((Int32EnumU5BU5D_t9327F857579EE00EB201E1913599094BF837D3CD*)L_2, (int32_t)L_3); return (int32_t)L_4; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Item_mFB39A0DCA2ABE853826629710F00744838A06CC6_gshared_inline (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__size_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowArgumentOutOfRangeException_m4841366ABC2B2AFA37C10900551D7E07522C0929(/*hidden argument*/NULL); } IL_000e: { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)__this->get__items_1(); int32_t L_3 = ___index0; int32_t L_4; L_4 = IL2CPP_ARRAY_UNSAFE_LOAD((Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)L_2, (int32_t)L_3); return (int32_t)L_4; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m7FA90926D9267868473EF90941F6BF794EC87FF2_gshared_inline (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__size_2(); return (int32_t)L_0; } }