#include "il2cpp-config.h" #ifndef _MSC_VER # include #else # include #endif #include #include #include #include #include #include #include #include "il2cpp-class-internals.h" #include "codegen/il2cpp-codegen.h" #include "il2cpp-object-internals.h" template struct VirtFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; struct VirtActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct VirtFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct InterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; struct InterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceActionInvoker4 { typedef void (*Action)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct InterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct InterfaceActionInvoker5 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method); } }; template struct InterfaceActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct InterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; // System.Text.RegularExpressions.RxInterpreter struct RxInterpreter_t3591201055; // System.Byte[] struct ByteU5BU5D_t4116647657; // System.Text.RegularExpressions.EvalDelegate struct EvalDelegate_t1206020564; // System.Text.RegularExpressions.BaseMachine struct BaseMachine_t2554639499; // System.String struct String_t; // System.Text.RegularExpressions.Match struct Match_t3408321083; // System.Text.RegularExpressions.Regex struct Regex_t3657309853; // System.Text.RegularExpressions.Group struct Group_t2468205786; // System.Text.RegularExpressions.Capture struct Capture_t2232016050; // System.Text.RegularExpressions.CaptureCollection struct CaptureCollection_t1760593541; // System.Text.RegularExpressions.IMachine struct IMachine_t2106687985; // System.Text.RegularExpressions.GroupCollection struct GroupCollection_t69770484; // System.Object[] struct ObjectU5BU5D_t2843939325; // System.Text.RegularExpressions.RxInterpreter/RepeatContext struct RepeatContext_t2643093670; // System.Exception struct Exception_t; // System.NotSupportedException struct NotSupportedException_t1314879016; // System.SystemException struct SystemException_t176217640; // System.Text.RegularExpressions.RxInterpreterFactory struct RxInterpreterFactory_t3897605822; // System.Collections.IDictionary struct IDictionary_t1363984059; // System.String[] struct StringU5BU5D_t1281789340; // System.Text.RegularExpressions.RxLinkRef struct RxLinkRef_t3349372210; // System.Text.RegularExpressions.LinkRef struct LinkRef_t2971865410; // System.Text.RegularExpressions.Syntax.Alternation struct Alternation_t625481451; // System.Text.RegularExpressions.Syntax.CompositeExpression struct CompositeExpression_t1252229802; // System.Text.RegularExpressions.Syntax.ExpressionCollection struct ExpressionCollection_t1810289389; // System.Text.RegularExpressions.Syntax.Expression struct Expression_t2722445759; // System.Text.RegularExpressions.ICompiler struct ICompiler_t118549125; // System.Collections.CollectionBase struct CollectionBase_t2727926298; // System.Collections.IEnumerator struct IEnumerator_t1853284238; // System.Text.RegularExpressions.Syntax.AnchorInfo struct AnchorInfo_t3387011151; // System.Text.RegularExpressions.Syntax.Assertion struct Assertion_t3267412828; // System.Text.RegularExpressions.Syntax.BackslashNumber struct BackslashNumber_t3656518667; // System.Text.RegularExpressions.Syntax.Reference struct Reference_t1799410108; // System.Collections.Hashtable struct Hashtable_t1853889766; // System.Text.RegularExpressions.Syntax.CapturingGroup struct CapturingGroup_t751358689; // System.Text.RegularExpressions.Syntax.BalancingGroup struct BalancingGroup_t2395658894; // System.Text.RegularExpressions.Syntax.CaptureAssertion struct CaptureAssertion_t3786084589; // System.Text.RegularExpressions.Syntax.Literal struct Literal_t434143540; // System.Text.RegularExpressions.Syntax.ExpressionAssertion struct ExpressionAssertion_t1861210811; // System.Text.RegularExpressions.Syntax.Group struct Group_t1458537008; // System.Text.RegularExpressions.Syntax.CharacterClass struct CharacterClass_t839120860; // System.Text.RegularExpressions.IntervalCollection struct IntervalCollection_t2609070824; // System.Collections.BitArray struct BitArray_t4087883509; // System.Text.RegularExpressions.IntervalCollection/CostDelegate struct CostDelegate_t1722821004; // System.Collections.IList struct IList_t2094931216; // System.Collections.ArrayList struct ArrayList_t2718874744; // System.Text.StringBuilder struct StringBuilder_t; // System.IO.TextWriter struct TextWriter_t3478189236; // System.Text.RegularExpressions.Syntax.NonBacktrackingGroup struct NonBacktrackingGroup_t3074098547; // System.Text.RegularExpressions.Syntax.Parser struct Parser_t2430509383; // System.Text.RegularExpressions.Syntax.RegularExpression struct RegularExpression_t3834220169; // System.ArgumentException struct ArgumentException_t132251570; // System.Text.RegularExpressions.Syntax.PositionAssertion struct PositionAssertion_t3339288061; // System.Text.RegularExpressions.Syntax.Repetition struct Repetition_t2393242404; // System.Uri struct Uri_t100236324; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t950877179; // System.UriFormatException struct UriFormatException_t953270471; // System.ArgumentNullException struct ArgumentNullException_t1615371798; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_t777629997; // System.Char[] struct CharU5BU5D_t3528271667; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2736202052; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3384741; // System.Net.IPAddress struct IPAddress_t241777590; // System.Net.IPv6Address struct IPv6Address_t2709566769; // System.Globalization.CultureInfo struct CultureInfo_t4157843068; // System.Text.Encoding struct Encoding_t1523322056; // System.IFormatProvider struct IFormatProvider_t2518567562; // System.UriParser struct UriParser_t3890150400; // System.DefaultUriParser struct DefaultUriParser_t95882050; // System.IO.MemoryStream struct MemoryStream_t94973147; // System.InvalidOperationException struct InvalidOperationException_t56020091; // System.UriBuilder struct UriBuilder_t579353065; // System.FormatException struct FormatException_t154580423; // System.UriTypeConverter struct UriTypeConverter_t3695916615; // System.ComponentModel.TypeConverter struct TypeConverter_t2249118273; // System.Type struct Type_t; // System.ComponentModel.ITypeDescriptorContext struct ITypeDescriptorContext_t2998566513; // System.ComponentModel.Design.Serialization.InstanceDescriptor struct InstanceDescriptor_t657473484; // System.Reflection.ConstructorInfo struct ConstructorInfo_t5769829; // System.Type[] struct TypeU5BU5D_t3940880105; // System.Reflection.MemberInfo struct MemberInfo_t; // System.Collections.ICollection struct ICollection_t3904884886; // System.Runtime.Serialization.IFormatterConverter struct IFormatterConverter_t2171992254; // System.Uri/UriScheme[] struct UriSchemeU5BU5D_t2082808316; // System.Collections.Hashtable/Slot[] struct SlotU5BU5D_t2994659099; // System.Int32[] struct Int32U5BU5D_t385246372; // System.Collections.Hashtable/HashKeys struct HashKeys_t1568156503; // System.Collections.Hashtable/HashValues struct HashValues_t618387445; // System.Collections.IHashCodeProvider struct IHashCodeProvider_t267601189; // System.Collections.IComparer struct IComparer_t1540313114; // System.Collections.IEqualityComparer struct IEqualityComparer_t1493878338; // System.Collections.Generic.Link[] struct LinkU5BU5D_t964245573; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t3954782707; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t3530625384; // System.Runtime.Remoting.ServerIdentity struct ServerIdentity_t2342208608; // System.UInt16[] struct UInt16U5BU5D_t3326319531; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t435877138; // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_t2405853701; // System.Globalization.TextInfo struct TextInfo_t3810425522; // System.Globalization.CompareInfo struct CompareInfo_t1092934962; // System.Globalization.Calendar[] struct CalendarU5BU5D_t3985046076; // System.Globalization.Calendar struct Calendar_t1661121569; // System.Int32 struct Int32_t2950945753; // System.Void struct Void_t1185182177; // System.Text.DecoderFallback struct DecoderFallback_t3123823036; // System.Text.EncoderFallback struct EncoderFallback_t1188251036; // System.Reflection.Assembly struct Assembly_t; // System.Text.RegularExpressions.Group[] struct GroupU5BU5D_t1880820351; // System.Text.RegularExpressions.Capture[] struct CaptureU5BU5D_t183267399; // System.IntPtr[] struct IntPtrU5BU5D_t4013366056; // System.Byte struct Byte_t1134296376; // System.Double struct Double_t594665363; // System.UInt16 struct UInt16_t2177724958; // System.Text.RegularExpressions.Mark[] struct MarkU5BU5D_t3645422402; // System.Reflection.MethodInfo struct MethodInfo_t; // System.DelegateData struct DelegateData_t1677132599; // System.Text.RegularExpressions.FactoryCache struct FactoryCache_t2327118887; // System.Text.RegularExpressions.IMachineFactory struct IMachineFactory_t1209798546; // System.Reflection.MemberFilter struct MemberFilter_t426314064; // System.IAsyncResult struct IAsyncResult_t767004451; // System.AsyncCallback struct AsyncCallback_t3962456242; extern RuntimeClass* Int32U5BU5D_t385246372_il2cpp_TypeInfo_var; extern const uint32_t RxInterpreter__ctor_m3107783505_MetadataUsageId; extern RuntimeClass* RxInterpreter_t3591201055_il2cpp_TypeInfo_var; extern String_t* _stringLiteral165174867; extern const uint32_t RxInterpreter__cctor_m2476306538_MetadataUsageId; extern RuntimeClass* Match_t3408321083_il2cpp_TypeInfo_var; extern const uint32_t RxInterpreter_Scan_m2977178178_MetadataUsageId; extern RuntimeClass* MarkU5BU5D_t3645422402_il2cpp_TypeInfo_var; extern const uint32_t RxInterpreter_ResetGroups_m1997141380_MetadataUsageId; extern const uint32_t RxInterpreter_CreateMark_m3839747084_MetadataUsageId; extern RuntimeClass* Capture_t2232016050_il2cpp_TypeInfo_var; extern const uint32_t RxInterpreter_PopulateGroup_m1401437886_MetadataUsageId; extern RuntimeClass* Group_t2468205786_il2cpp_TypeInfo_var; extern const uint32_t RxInterpreter_GenerateMatch_m2154448285_MetadataUsageId; extern RuntimeClass* Char_t3634460470_il2cpp_TypeInfo_var; extern const uint32_t RxInterpreter_IsWordChar_m1358441835_MetadataUsageId; extern RuntimeClass* ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var; extern RuntimeClass* RxOp_t349969367_il2cpp_TypeInfo_var; extern RuntimeClass* Int32_t2950945753_il2cpp_TypeInfo_var; extern RuntimeClass* Console_t3208230065_il2cpp_TypeInfo_var; extern RuntimeClass* RepeatContext_t2643093670_il2cpp_TypeInfo_var; extern RuntimeClass* Exception_t_il2cpp_TypeInfo_var; extern RuntimeClass* NotSupportedException_t1314879016_il2cpp_TypeInfo_var; extern const RuntimeMethod* RxInterpreter_EvalByteCode_m4191728775_RuntimeMethod_var; extern String_t* _stringLiteral3411333175; extern String_t* _stringLiteral2225255375; extern String_t* _stringLiteral953520958; extern String_t* _stringLiteral2138130838; extern String_t* _stringLiteral1141440734; extern String_t* _stringLiteral619135951; extern String_t* _stringLiteral3555743436; extern const uint32_t RxInterpreter_EvalByteCode_m4191728775_MetadataUsageId; extern const uint32_t IntStack_t561212167_pinvoke_FromNativeMethodDefinition_MetadataUsageId; extern const uint32_t IntStack_t561212167_com_FromNativeMethodDefinition_MetadataUsageId; extern const uint32_t IntStack_Push_m1312878436_MetadataUsageId; extern RuntimeClass* SystemException_t176217640_il2cpp_TypeInfo_var; extern const RuntimeMethod* IntStack_set_Count_m1087380855_RuntimeMethod_var; extern String_t* _stringLiteral2154521533; extern const uint32_t IntStack_set_Count_m1087380855_MetadataUsageId; extern const uint32_t RxInterpreterFactory_NewInstance_m3881449278_MetadataUsageId; extern const uint32_t RxLinkRef__ctor_m2612927251_MetadataUsageId; extern const RuntimeMethod* RxLinkRef_PushInstructionBase_m124918531_RuntimeMethod_var; extern const uint32_t RxLinkRef_PushInstructionBase_m124918531_MetadataUsageId; extern const RuntimeMethod* RxLinkRef_PushOffsetPosition_m358341867_RuntimeMethod_var; extern const uint32_t RxLinkRef_PushOffsetPosition_m358341867_MetadataUsageId; extern RuntimeClass* ICompiler_t118549125_il2cpp_TypeInfo_var; extern RuntimeClass* IEnumerator_t1853284238_il2cpp_TypeInfo_var; extern RuntimeClass* Expression_t2722445759_il2cpp_TypeInfo_var; extern RuntimeClass* IDisposable_t3640265483_il2cpp_TypeInfo_var; extern const uint32_t Alternation_Compile_m944357616_MetadataUsageId; extern RuntimeClass* CapturingGroup_t751358689_il2cpp_TypeInfo_var; extern RuntimeClass* String_t_il2cpp_TypeInfo_var; extern const uint32_t BackslashNumber_ResolveReference_m4176908213_MetadataUsageId; extern const uint32_t BalancingGroup_Compile_m2575117193_MetadataUsageId; extern const uint32_t CaptureAssertion_Compile_m1815624462_MetadataUsageId; extern RuntimeClass* ExpressionAssertion_t1861210811_il2cpp_TypeInfo_var; extern const uint32_t CaptureAssertion_get_Alternate_m4172691807_MetadataUsageId; extern const uint32_t CapturingGroup_Compile_m1789150976_MetadataUsageId; extern const uint32_t CapturingGroup_CompareTo_m4265294460_MetadataUsageId; extern RuntimeClass* IntervalCollection_t2609070824_il2cpp_TypeInfo_var; extern RuntimeClass* BitArray_t4087883509_il2cpp_TypeInfo_var; extern const uint32_t CharacterClass__ctor_m1294707193_MetadataUsageId; extern RuntimeClass* CharacterClass_t839120860_il2cpp_TypeInfo_var; extern const uint32_t CharacterClass__cctor_m443084915_MetadataUsageId; extern const uint32_t CharacterClass_AddRange_m3500530626_MetadataUsageId; extern RuntimeClass* CostDelegate_t1722821004_il2cpp_TypeInfo_var; extern RuntimeClass* Interval_t1802865632_il2cpp_TypeInfo_var; extern const RuntimeMethod* CharacterClass_GetIntervalCost_m4036989868_RuntimeMethod_var; extern const uint32_t CharacterClass_Compile_m3296067317_MetadataUsageId; extern RuntimeClass* ExpressionCollection_t1810289389_il2cpp_TypeInfo_var; extern const uint32_t CompositeExpression__ctor_m2434860303_MetadataUsageId; extern const uint32_t CompositeExpression_IsComplex_m2236888323_MetadataUsageId; extern RuntimeClass* AnchorInfo_t3387011151_il2cpp_TypeInfo_var; extern const uint32_t Expression_GetAnchorInfo_m2996231682_MetadataUsageId; extern const uint32_t ExpressionAssertion_Compile_m2166597834_MetadataUsageId; extern RuntimeClass* IList_t2094931216_il2cpp_TypeInfo_var; extern const uint32_t ExpressionCollection_Add_m41125344_MetadataUsageId; extern const uint32_t ExpressionCollection_get_Item_m3510736379_MetadataUsageId; extern const uint32_t ExpressionCollection_set_Item_m2040804459_MetadataUsageId; extern const uint32_t Group_GetWidth_m3299755715_MetadataUsageId; extern RuntimeClass* ArrayList_t2718874744_il2cpp_TypeInfo_var; extern RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; extern const RuntimeMethod* Group_GetAnchorInfo_m3730312864_RuntimeMethod_var; extern String_t* _stringLiteral487807326; extern String_t* _stringLiteral3428092072; extern const uint32_t Group_GetAnchorInfo_m3730312864_MetadataUsageId; extern const uint32_t Literal_CompileLiteral_m4231400317_MetadataUsageId; extern const uint32_t Literal_GetAnchorInfo_m810577400_MetadataUsageId; extern const uint32_t NonBacktrackingGroup_Compile_m1731438724_MetadataUsageId; extern RuntimeClass* Hashtable_t1853889766_il2cpp_TypeInfo_var; extern const uint32_t Parser__ctor_m3200411199_MetadataUsageId; extern const uint32_t Parser_ParseName_m1814604608_MetadataUsageId; extern RuntimeClass* RegularExpression_t3834220169_il2cpp_TypeInfo_var; extern RuntimeClass* IndexOutOfRangeException_t1578797820_il2cpp_TypeInfo_var; extern const RuntimeMethod* Parser_ParseRegularExpression_m18398587_RuntimeMethod_var; extern String_t* _stringLiteral2207274588; extern const uint32_t Parser_ParseRegularExpression_m18398587_MetadataUsageId; extern const RuntimeMethod* Parser_GetMapping_m1792972121_RuntimeMethod_var; extern String_t* _stringLiteral3452614544; extern String_t* _stringLiteral862809193; extern const uint32_t Parser_GetMapping_m1792972121_MetadataUsageId; extern RuntimeClass* Group_t1458537008_il2cpp_TypeInfo_var; extern RuntimeClass* PositionAssertion_t3339288061_il2cpp_TypeInfo_var; extern RuntimeClass* Literal_t434143540_il2cpp_TypeInfo_var; extern RuntimeClass* Alternation_t625481451_il2cpp_TypeInfo_var; extern RuntimeClass* Repetition_t2393242404_il2cpp_TypeInfo_var; extern const RuntimeMethod* Parser_ParseGroup_m3186460488_RuntimeMethod_var; extern String_t* _stringLiteral3468339241; extern String_t* _stringLiteral1647812726; extern String_t* _stringLiteral2101878430; extern String_t* _stringLiteral1614945127; extern const uint32_t Parser_ParseGroup_m3186460488_MetadataUsageId; extern RuntimeClass* NonBacktrackingGroup_t3074098547_il2cpp_TypeInfo_var; extern RuntimeClass* BalancingGroup_t2395658894_il2cpp_TypeInfo_var; extern RuntimeClass* CaptureAssertion_t3786084589_il2cpp_TypeInfo_var; extern const RuntimeMethod* Parser_ParseGroupingConstruct_m263270497_RuntimeMethod_var; extern String_t* _stringLiteral2588154016; extern String_t* _stringLiteral2277614533; extern String_t* _stringLiteral120522028; extern String_t* _stringLiteral3630629770; extern String_t* _stringLiteral1656120387; extern String_t* _stringLiteral1834550004; extern const uint32_t Parser_ParseGroupingConstruct_m263270497_MetadataUsageId; extern const RuntimeMethod* Parser_ParseCharacterClass_m4285351396_RuntimeMethod_var; extern String_t* _stringLiteral3734162690; extern String_t* _stringLiteral3452614645; extern String_t* _stringLiteral3452614531; extern String_t* _stringLiteral3236293183; extern String_t* _stringLiteral732900926; extern const uint32_t Parser_ParseCharacterClass_m4285351396_MetadataUsageId; extern const RuntimeMethod* Parser_ParseRepetitionBounds_m1246581246_RuntimeMethod_var; extern String_t* _stringLiteral2309803280; extern String_t* _stringLiteral4003408753; extern const uint32_t Parser_ParseRepetitionBounds_m1246581246_MetadataUsageId; extern const RuntimeMethod* Parser_ParseUnicodeCategory_m100397645_RuntimeMethod_var; extern String_t* _stringLiteral2456521354; extern String_t* _stringLiteral3148420466; extern String_t* _stringLiteral3450648441; extern const uint32_t Parser_ParseUnicodeCategory_m100397645_MetadataUsageId; extern RuntimeClass* BackslashNumber_t3656518667_il2cpp_TypeInfo_var; extern RuntimeClass* Reference_t1799410108_il2cpp_TypeInfo_var; extern const RuntimeMethod* Parser_ParseSpecial_m1961501104_RuntimeMethod_var; extern String_t* _stringLiteral1143176817; extern const uint32_t Parser_ParseSpecial_m1961501104_MetadataUsageId; extern RuntimeClass* ArgumentException_t132251570_il2cpp_TypeInfo_var; extern const RuntimeMethod* Parser_ParseEscape_m956682155_RuntimeMethod_var; extern String_t* _stringLiteral2165167371; extern String_t* _stringLiteral2478166361; extern String_t* _stringLiteral907696535; extern const uint32_t Parser_ParseEscape_m956682155_MetadataUsageId; extern const uint32_t Parser_IsNameChar_m698176442_MetadataUsageId; extern const uint32_t Parser_ConsumeWhitespace_m3364496713_MetadataUsageId; extern RuntimeClass* IEnumerable_t1941168011_il2cpp_TypeInfo_var; extern const RuntimeMethod* Parser_ResolveReferences_m1518052352_RuntimeMethod_var; extern String_t* _stringLiteral610641166; extern String_t* _stringLiteral1791600218; extern String_t* _stringLiteral3163805105; extern const uint32_t Parser_ResolveReferences_m1518052352_MetadataUsageId; extern const uint32_t Parser_HandleExplicitNumericGroups_m1412234891_MetadataUsageId; extern String_t* _stringLiteral1897611823; extern String_t* _stringLiteral2366915319; extern const uint32_t Parser_NewParseException_m686511029_MetadataUsageId; extern const uint32_t PositionAssertion_Compile_m2500980346_MetadataUsageId; extern const uint32_t PositionAssertion_GetAnchorInfo_m32057718_MetadataUsageId; extern const uint32_t Reference_Compile_m4195878675_MetadataUsageId; extern const uint32_t RegularExpression_Compile_m2385682508_MetadataUsageId; extern const uint32_t Repetition_Compile_m988726715_MetadataUsageId; extern const uint32_t Repetition_GetAnchorInfo_m2615648496_MetadataUsageId; extern String_t* _stringLiteral1705674066; extern const uint32_t Uri__ctor_m3848281005_MetadataUsageId; extern RuntimeClass* UriFormatException_t953270471_il2cpp_TypeInfo_var; extern RuntimeClass* UriKind_t3816567336_il2cpp_TypeInfo_var; extern const RuntimeMethod* Uri__ctor_m391584135_RuntimeMethod_var; extern String_t* _stringLiteral1267661654; extern String_t* _stringLiteral3167450820; extern String_t* _stringLiteral2894849996; extern const uint32_t Uri__ctor_m391584135_MetadataUsageId; extern RuntimeClass* Uri_t100236324_il2cpp_TypeInfo_var; extern const uint32_t Uri__ctor_m253204164_MetadataUsageId; extern const RuntimeMethod* Uri__ctor_m3377055802_RuntimeMethod_var; extern String_t* _stringLiteral1833178994; extern const uint32_t Uri__ctor_m3377055802_MetadataUsageId; extern const uint32_t Uri__ctor_m279432735_MetadataUsageId; extern RuntimeClass* UriSchemeU5BU5D_t2082808316_il2cpp_TypeInfo_var; extern String_t* _stringLiteral598647136; extern String_t* _stringLiteral1057238085; extern String_t* _stringLiteral1629333464; extern String_t* _stringLiteral228733076; extern String_t* _stringLiteral2386815142; extern String_t* _stringLiteral3140485902; extern String_t* _stringLiteral1973861653; extern String_t* _stringLiteral416809914; extern String_t* _stringLiteral15098073; extern String_t* _stringLiteral3139830536; extern String_t* _stringLiteral3041793228; extern String_t* _stringLiteral1761547464; extern String_t* _stringLiteral3452614550; extern const uint32_t Uri__cctor_m38080231_MetadataUsageId; extern const uint32_t Uri_System_Runtime_Serialization_ISerializable_GetObjectData_m4023918416_MetadataUsageId; extern RuntimeClass* ArgumentNullException_t1615371798_il2cpp_TypeInfo_var; extern RuntimeClass* ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var; extern RuntimeClass* CharU5BU5D_t3528271667_il2cpp_TypeInfo_var; extern const RuntimeMethod* Uri_Merge_m76373955_RuntimeMethod_var; extern String_t* _stringLiteral4058229981; extern String_t* _stringLiteral3452614525; extern String_t* _stringLiteral3450582914; extern String_t* _stringLiteral3139614613; extern String_t* _stringLiteral3450648450; extern String_t* _stringLiteral2623387541; extern const uint32_t Uri_Merge_m76373955_MetadataUsageId; extern RuntimeClass* Dictionary_2_t2736202052_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m2392909825_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m282647386_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var; extern String_t* _stringLiteral3452614529; extern const uint32_t Uri_get_AbsolutePath_m2766409727_MetadataUsageId; extern const uint32_t Uri_get_AbsoluteUri_m637273031_MetadataUsageId; extern const uint32_t Uri_get_Authority_m3816772302_MetadataUsageId; extern const uint32_t Uri_get_HostNameType_m1143766868_MetadataUsageId; extern const uint32_t Uri_get_IsDefaultPort_m3984463462_MetadataUsageId; extern const uint32_t Uri_get_IsFile_m2450018824_MetadataUsageId; extern RuntimeClass* IPAddress_t241777590_il2cpp_TypeInfo_var; extern RuntimeClass* IPv6Address_t2709566769_il2cpp_TypeInfo_var; extern String_t* _stringLiteral405613428; extern String_t* _stringLiteral1305937687; extern const uint32_t Uri_get_IsLoopback_m2492530169_MetadataUsageId; extern RuntimeClass* Path_t1605229823_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3458119668; extern const uint32_t Uri_get_LocalPath_m3953298695_MetadataUsageId; extern const uint32_t Uri_get_PathAndQuery_m2396197970_MetadataUsageId; extern const uint32_t Uri_CheckHostName_m2213216182_MetadataUsageId; extern const uint32_t Uri_IsIPv4Address_m3535481943_MetadataUsageId; extern const uint32_t Uri_IsDomainAddress_m2867513594_MetadataUsageId; extern const uint32_t Uri_CheckSchemeName_m108657675_MetadataUsageId; extern const uint32_t Uri_Equals_m3263316701_MetadataUsageId; extern RuntimeClass* CultureInfo_t4157843068_il2cpp_TypeInfo_var; extern const uint32_t Uri_InternalEquals_m2029068366_MetadataUsageId; extern const uint32_t Uri_GetHashCode_m321999866_MetadataUsageId; extern const uint32_t Uri_GetLeftPart_m3979111399_MetadataUsageId; extern const RuntimeMethod* Uri_FromHex_m2610708947_RuntimeMethod_var; extern String_t* _stringLiteral2699191085; extern const uint32_t Uri_FromHex_m2610708947_MetadataUsageId; extern const RuntimeMethod* Uri_HexEscape_m1589417657_RuntimeMethod_var; extern String_t* _stringLiteral1776941794; extern String_t* _stringLiteral3452614523; extern const uint32_t Uri_HexEscape_m1589417657_MetadataUsageId; extern const uint32_t Uri_IsHexEncoding_m3290929897_MetadataUsageId; extern const uint32_t Uri_AppendQueryAndFragment_m3170766010_MetadataUsageId; extern const uint32_t Uri_ToString_m3742105950_MetadataUsageId; extern const uint32_t Uri_EscapeString_m2061933484_MetadataUsageId; extern RuntimeClass* Encoding_t1523322056_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1759775709; extern String_t* _stringLiteral259003225; extern const uint32_t Uri_EscapeString_m3864445955_MetadataUsageId; extern const uint32_t Uri_ParseUri_m2150795567_MetadataUsageId; extern const uint32_t Uri_Unescape_m3373094076_MetadataUsageId; extern String_t* _stringLiteral2671228134; extern String_t* _stringLiteral3834027548; extern String_t* _stringLiteral3000541767; extern const uint32_t Uri_Unescape_m910903869_MetadataUsageId; extern String_t* _stringLiteral3452614644; extern const uint32_t Uri_ParseAsWindowsUNC_m2348878458_MetadataUsageId; extern String_t* _stringLiteral796679200; extern const uint32_t Uri_ParseAsWindowsAbsoluteFilePath_m708354183_MetadataUsageId; extern const uint32_t Uri_ParseAsUnixAbsoluteFilePath_m1476768041_MetadataUsageId; extern const RuntimeMethod* Uri_Parse_m736300106_RuntimeMethod_var; extern String_t* _stringLiteral3582941166; extern const uint32_t Uri_Parse_m736300106_MetadataUsageId; extern RuntimeClass* DefaultUriParser_t95882050_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3313991234; extern String_t* _stringLiteral1563818855; extern String_t* _stringLiteral3874466473; extern String_t* _stringLiteral94042051; extern String_t* _stringLiteral1541500764; extern String_t* _stringLiteral2669708615; extern String_t* _stringLiteral3450582913; extern String_t* _stringLiteral4171376173; extern String_t* _stringLiteral3452614643; extern String_t* _stringLiteral833983382; extern String_t* _stringLiteral3452614535; extern const uint32_t Uri_ParseNoExceptions_m4274141693_MetadataUsageId; extern const uint32_t Uri_CompactEscaped_m2984961597_MetadataUsageId; extern String_t* _stringLiteral3452614530; extern const uint32_t Uri_Reduce_m3122437040_MetadataUsageId; extern RuntimeClass* ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var; extern const RuntimeMethod* Uri_HexUnescapeMultiByte_m332853996_RuntimeMethod_var; extern String_t* _stringLiteral2326546891; extern String_t* _stringLiteral797640427; extern const uint32_t Uri_HexUnescapeMultiByte_m332853996_MetadataUsageId; extern const uint32_t Uri_GetSchemeDelimiter_m2374610473_MetadataUsageId; extern RuntimeClass* UriParser_t3890150400_il2cpp_TypeInfo_var; extern const uint32_t Uri_GetDefaultPort_m2547653357_MetadataUsageId; extern const uint32_t Uri_GetOpaqueWiseSchemeDelimiter_m1909471550_MetadataUsageId; extern const uint32_t Uri_IsPredefinedScheme_m1188665625_MetadataUsageId; extern String_t* _stringLiteral3452614534; extern const uint32_t Uri_get_Parser_m3737125102_MetadataUsageId; extern RuntimeClass* MemoryStream_t94973147_il2cpp_TypeInfo_var; extern const RuntimeMethod* Uri_UnescapeDataString_m3282767665_RuntimeMethod_var; extern String_t* _stringLiteral682703636; extern const uint32_t Uri_UnescapeDataString_m3282767665_MetadataUsageId; extern const uint32_t Uri_GetChar_m2610276660_MetadataUsageId; extern RuntimeClass* InvalidOperationException_t56020091_il2cpp_TypeInfo_var; extern const RuntimeMethod* Uri_EnsureAbsoluteUri_m2231483494_RuntimeMethod_var; extern String_t* _stringLiteral2193443264; extern const uint32_t Uri_EnsureAbsoluteUri_m2231483494_MetadataUsageId; extern const uint32_t Uri_op_Inequality_m3504002810_MetadataUsageId; extern const uint32_t UriBuilder__ctor_m377291920_MetadataUsageId; extern const uint32_t UriBuilder_set_Host_m2493895927_MetadataUsageId; extern const uint32_t UriBuilder_get_Uri_m3514502640_MetadataUsageId; extern const uint32_t UriBuilder_ToString_m1259521445_MetadataUsageId; extern String_t* _stringLiteral2864059369; extern const uint32_t UriFormatException__ctor_m1115096473_MetadataUsageId; extern RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; extern RuntimeClass* Regex_t3657309853_il2cpp_TypeInfo_var; extern String_t* _stringLiteral528199797; extern String_t* _stringLiteral3698381084; extern const uint32_t UriParser__cctor_m3655686731_MetadataUsageId; extern String_t* _stringLiteral2140524769; extern const uint32_t UriParser_InitializeAndValidate_m2008117311_MetadataUsageId; extern String_t* _stringLiteral4255182569; extern const uint32_t UriParser_CreateDefaults_m404296154_MetadataUsageId; extern RuntimeClass* GenericUriParser_t1141496137_il2cpp_TypeInfo_var; extern const uint32_t UriParser_InternalRegister_m3643767086_MetadataUsageId; extern const uint32_t UriParser_GetParser_m544052729_MetadataUsageId; extern const RuntimeType* String_t_0_0_0_var; extern const RuntimeType* Uri_t100236324_0_0_0_var; extern const RuntimeType* InstanceDescriptor_t657473484_0_0_0_var; extern RuntimeClass* Type_t_il2cpp_TypeInfo_var; extern const uint32_t UriTypeConverter_CanConvert_m4004296934_MetadataUsageId; extern const RuntimeMethod* UriTypeConverter_CanConvertFrom_m3865653726_RuntimeMethod_var; extern String_t* _stringLiteral652524914; extern const uint32_t UriTypeConverter_CanConvertFrom_m3865653726_MetadataUsageId; extern RuntimeClass* InstanceDescriptor_t657473484_il2cpp_TypeInfo_var; extern const RuntimeMethod* UriTypeConverter_ConvertFrom_m3320288643_RuntimeMethod_var; extern String_t* _stringLiteral3493618073; extern String_t* _stringLiteral2299570518; extern const uint32_t UriTypeConverter_ConvertFrom_m3320288643_MetadataUsageId; extern const RuntimeType* UriKind_t3816567336_0_0_0_var; extern RuntimeClass* TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var; extern const RuntimeMethod* UriTypeConverter_ConvertTo_m3611054432_RuntimeMethod_var; extern String_t* _stringLiteral1835507732; extern const uint32_t UriTypeConverter_ConvertTo_m3611054432_MetadataUsageId; extern const uint32_t UriTypeConverter_IsValid_m124170761_MetadataUsageId; struct ByteU5BU5D_t4116647657; struct Int32U5BU5D_t385246372; struct MarkU5BU5D_t3645422402; struct ObjectU5BU5D_t2843939325; struct StringU5BU5D_t1281789340; struct UriSchemeU5BU5D_t2082808316; struct CharU5BU5D_t3528271667; struct TypeU5BU5D_t3940880105; #ifndef RUNTIMEOBJECT_H #define RUNTIMEOBJECT_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEOBJECT_H struct Il2CppArrayBounds; #ifndef RUNTIMEARRAY_H #define RUNTIMEARRAY_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Array #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEARRAY_H #ifndef SERIALIZATIONINFO_T950877179_H #define SERIALIZATIONINFO_T950877179_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t950877179 : public RuntimeObject { public: // System.Collections.Hashtable System.Runtime.Serialization.SerializationInfo::serialized Hashtable_t1853889766 * ___serialized_0; // System.Collections.ArrayList System.Runtime.Serialization.SerializationInfo::values ArrayList_t2718874744 * ___values_1; // System.String System.Runtime.Serialization.SerializationInfo::assemblyName String_t* ___assemblyName_2; // System.String System.Runtime.Serialization.SerializationInfo::fullTypeName String_t* ___fullTypeName_3; // System.Runtime.Serialization.IFormatterConverter System.Runtime.Serialization.SerializationInfo::converter RuntimeObject* ___converter_4; public: inline static int32_t get_offset_of_serialized_0() { return static_cast(offsetof(SerializationInfo_t950877179, ___serialized_0)); } inline Hashtable_t1853889766 * get_serialized_0() const { return ___serialized_0; } inline Hashtable_t1853889766 ** get_address_of_serialized_0() { return &___serialized_0; } inline void set_serialized_0(Hashtable_t1853889766 * value) { ___serialized_0 = value; Il2CppCodeGenWriteBarrier((&___serialized_0), value); } inline static int32_t get_offset_of_values_1() { return static_cast(offsetof(SerializationInfo_t950877179, ___values_1)); } inline ArrayList_t2718874744 * get_values_1() const { return ___values_1; } inline ArrayList_t2718874744 ** get_address_of_values_1() { return &___values_1; } inline void set_values_1(ArrayList_t2718874744 * value) { ___values_1 = value; Il2CppCodeGenWriteBarrier((&___values_1), value); } inline static int32_t get_offset_of_assemblyName_2() { return static_cast(offsetof(SerializationInfo_t950877179, ___assemblyName_2)); } inline String_t* get_assemblyName_2() const { return ___assemblyName_2; } inline String_t** get_address_of_assemblyName_2() { return &___assemblyName_2; } inline void set_assemblyName_2(String_t* value) { ___assemblyName_2 = value; Il2CppCodeGenWriteBarrier((&___assemblyName_2), value); } inline static int32_t get_offset_of_fullTypeName_3() { return static_cast(offsetof(SerializationInfo_t950877179, ___fullTypeName_3)); } inline String_t* get_fullTypeName_3() const { return ___fullTypeName_3; } inline String_t** get_address_of_fullTypeName_3() { return &___fullTypeName_3; } inline void set_fullTypeName_3(String_t* value) { ___fullTypeName_3 = value; Il2CppCodeGenWriteBarrier((&___fullTypeName_3), value); } inline static int32_t get_offset_of_converter_4() { return static_cast(offsetof(SerializationInfo_t950877179, ___converter_4)); } inline RuntimeObject* get_converter_4() const { return ___converter_4; } inline RuntimeObject** get_address_of_converter_4() { return &___converter_4; } inline void set_converter_4(RuntimeObject* value) { ___converter_4 = value; Il2CppCodeGenWriteBarrier((&___converter_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SERIALIZATIONINFO_T950877179_H #ifndef URI_T100236324_H #define URI_T100236324_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Uri struct Uri_t100236324 : public RuntimeObject { public: // System.Boolean System.Uri::isUnixFilePath bool ___isUnixFilePath_0; // System.String System.Uri::source String_t* ___source_1; // System.String System.Uri::scheme String_t* ___scheme_2; // System.String System.Uri::host String_t* ___host_3; // System.Int32 System.Uri::port int32_t ___port_4; // System.String System.Uri::path String_t* ___path_5; // System.String System.Uri::query String_t* ___query_6; // System.String System.Uri::fragment String_t* ___fragment_7; // System.String System.Uri::userinfo String_t* ___userinfo_8; // System.Boolean System.Uri::isUnc bool ___isUnc_9; // System.Boolean System.Uri::isOpaquePart bool ___isOpaquePart_10; // System.Boolean System.Uri::isAbsoluteUri bool ___isAbsoluteUri_11; // System.Boolean System.Uri::userEscaped bool ___userEscaped_12; // System.String System.Uri::cachedAbsoluteUri String_t* ___cachedAbsoluteUri_13; // System.String System.Uri::cachedToString String_t* ___cachedToString_14; // System.String System.Uri::cachedLocalPath String_t* ___cachedLocalPath_15; // System.Int32 System.Uri::cachedHashCode int32_t ___cachedHashCode_16; // System.UriParser System.Uri::parser UriParser_t3890150400 * ___parser_30; public: inline static int32_t get_offset_of_isUnixFilePath_0() { return static_cast(offsetof(Uri_t100236324, ___isUnixFilePath_0)); } inline bool get_isUnixFilePath_0() const { return ___isUnixFilePath_0; } inline bool* get_address_of_isUnixFilePath_0() { return &___isUnixFilePath_0; } inline void set_isUnixFilePath_0(bool value) { ___isUnixFilePath_0 = value; } inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(Uri_t100236324, ___source_1)); } inline String_t* get_source_1() const { return ___source_1; } inline String_t** get_address_of_source_1() { return &___source_1; } inline void set_source_1(String_t* value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((&___source_1), value); } inline static int32_t get_offset_of_scheme_2() { return static_cast(offsetof(Uri_t100236324, ___scheme_2)); } inline String_t* get_scheme_2() const { return ___scheme_2; } inline String_t** get_address_of_scheme_2() { return &___scheme_2; } inline void set_scheme_2(String_t* value) { ___scheme_2 = value; Il2CppCodeGenWriteBarrier((&___scheme_2), value); } inline static int32_t get_offset_of_host_3() { return static_cast(offsetof(Uri_t100236324, ___host_3)); } inline String_t* get_host_3() const { return ___host_3; } inline String_t** get_address_of_host_3() { return &___host_3; } inline void set_host_3(String_t* value) { ___host_3 = value; Il2CppCodeGenWriteBarrier((&___host_3), value); } inline static int32_t get_offset_of_port_4() { return static_cast(offsetof(Uri_t100236324, ___port_4)); } inline int32_t get_port_4() const { return ___port_4; } inline int32_t* get_address_of_port_4() { return &___port_4; } inline void set_port_4(int32_t value) { ___port_4 = value; } inline static int32_t get_offset_of_path_5() { return static_cast(offsetof(Uri_t100236324, ___path_5)); } inline String_t* get_path_5() const { return ___path_5; } inline String_t** get_address_of_path_5() { return &___path_5; } inline void set_path_5(String_t* value) { ___path_5 = value; Il2CppCodeGenWriteBarrier((&___path_5), value); } inline static int32_t get_offset_of_query_6() { return static_cast(offsetof(Uri_t100236324, ___query_6)); } inline String_t* get_query_6() const { return ___query_6; } inline String_t** get_address_of_query_6() { return &___query_6; } inline void set_query_6(String_t* value) { ___query_6 = value; Il2CppCodeGenWriteBarrier((&___query_6), value); } inline static int32_t get_offset_of_fragment_7() { return static_cast(offsetof(Uri_t100236324, ___fragment_7)); } inline String_t* get_fragment_7() const { return ___fragment_7; } inline String_t** get_address_of_fragment_7() { return &___fragment_7; } inline void set_fragment_7(String_t* value) { ___fragment_7 = value; Il2CppCodeGenWriteBarrier((&___fragment_7), value); } inline static int32_t get_offset_of_userinfo_8() { return static_cast(offsetof(Uri_t100236324, ___userinfo_8)); } inline String_t* get_userinfo_8() const { return ___userinfo_8; } inline String_t** get_address_of_userinfo_8() { return &___userinfo_8; } inline void set_userinfo_8(String_t* value) { ___userinfo_8 = value; Il2CppCodeGenWriteBarrier((&___userinfo_8), value); } inline static int32_t get_offset_of_isUnc_9() { return static_cast(offsetof(Uri_t100236324, ___isUnc_9)); } inline bool get_isUnc_9() const { return ___isUnc_9; } inline bool* get_address_of_isUnc_9() { return &___isUnc_9; } inline void set_isUnc_9(bool value) { ___isUnc_9 = value; } inline static int32_t get_offset_of_isOpaquePart_10() { return static_cast(offsetof(Uri_t100236324, ___isOpaquePart_10)); } inline bool get_isOpaquePart_10() const { return ___isOpaquePart_10; } inline bool* get_address_of_isOpaquePart_10() { return &___isOpaquePart_10; } inline void set_isOpaquePart_10(bool value) { ___isOpaquePart_10 = value; } inline static int32_t get_offset_of_isAbsoluteUri_11() { return static_cast(offsetof(Uri_t100236324, ___isAbsoluteUri_11)); } inline bool get_isAbsoluteUri_11() const { return ___isAbsoluteUri_11; } inline bool* get_address_of_isAbsoluteUri_11() { return &___isAbsoluteUri_11; } inline void set_isAbsoluteUri_11(bool value) { ___isAbsoluteUri_11 = value; } inline static int32_t get_offset_of_userEscaped_12() { return static_cast(offsetof(Uri_t100236324, ___userEscaped_12)); } inline bool get_userEscaped_12() const { return ___userEscaped_12; } inline bool* get_address_of_userEscaped_12() { return &___userEscaped_12; } inline void set_userEscaped_12(bool value) { ___userEscaped_12 = value; } inline static int32_t get_offset_of_cachedAbsoluteUri_13() { return static_cast(offsetof(Uri_t100236324, ___cachedAbsoluteUri_13)); } inline String_t* get_cachedAbsoluteUri_13() const { return ___cachedAbsoluteUri_13; } inline String_t** get_address_of_cachedAbsoluteUri_13() { return &___cachedAbsoluteUri_13; } inline void set_cachedAbsoluteUri_13(String_t* value) { ___cachedAbsoluteUri_13 = value; Il2CppCodeGenWriteBarrier((&___cachedAbsoluteUri_13), value); } inline static int32_t get_offset_of_cachedToString_14() { return static_cast(offsetof(Uri_t100236324, ___cachedToString_14)); } inline String_t* get_cachedToString_14() const { return ___cachedToString_14; } inline String_t** get_address_of_cachedToString_14() { return &___cachedToString_14; } inline void set_cachedToString_14(String_t* value) { ___cachedToString_14 = value; Il2CppCodeGenWriteBarrier((&___cachedToString_14), value); } inline static int32_t get_offset_of_cachedLocalPath_15() { return static_cast(offsetof(Uri_t100236324, ___cachedLocalPath_15)); } inline String_t* get_cachedLocalPath_15() const { return ___cachedLocalPath_15; } inline String_t** get_address_of_cachedLocalPath_15() { return &___cachedLocalPath_15; } inline void set_cachedLocalPath_15(String_t* value) { ___cachedLocalPath_15 = value; Il2CppCodeGenWriteBarrier((&___cachedLocalPath_15), value); } inline static int32_t get_offset_of_cachedHashCode_16() { return static_cast(offsetof(Uri_t100236324, ___cachedHashCode_16)); } inline int32_t get_cachedHashCode_16() const { return ___cachedHashCode_16; } inline int32_t* get_address_of_cachedHashCode_16() { return &___cachedHashCode_16; } inline void set_cachedHashCode_16(int32_t value) { ___cachedHashCode_16 = value; } inline static int32_t get_offset_of_parser_30() { return static_cast(offsetof(Uri_t100236324, ___parser_30)); } inline UriParser_t3890150400 * get_parser_30() const { return ___parser_30; } inline UriParser_t3890150400 ** get_address_of_parser_30() { return &___parser_30; } inline void set_parser_30(UriParser_t3890150400 * value) { ___parser_30 = value; Il2CppCodeGenWriteBarrier((&___parser_30), value); } }; struct Uri_t100236324_StaticFields { public: // System.String System.Uri::hexUpperChars String_t* ___hexUpperChars_17; // System.String System.Uri::SchemeDelimiter String_t* ___SchemeDelimiter_18; // System.String System.Uri::UriSchemeFile String_t* ___UriSchemeFile_19; // System.String System.Uri::UriSchemeFtp String_t* ___UriSchemeFtp_20; // System.String System.Uri::UriSchemeGopher String_t* ___UriSchemeGopher_21; // System.String System.Uri::UriSchemeHttp String_t* ___UriSchemeHttp_22; // System.String System.Uri::UriSchemeHttps String_t* ___UriSchemeHttps_23; // System.String System.Uri::UriSchemeMailto String_t* ___UriSchemeMailto_24; // System.String System.Uri::UriSchemeNews String_t* ___UriSchemeNews_25; // System.String System.Uri::UriSchemeNntp String_t* ___UriSchemeNntp_26; // System.String System.Uri::UriSchemeNetPipe String_t* ___UriSchemeNetPipe_27; // System.String System.Uri::UriSchemeNetTcp String_t* ___UriSchemeNetTcp_28; // System.Uri/UriScheme[] System.Uri::schemes UriSchemeU5BU5D_t2082808316* ___schemes_29; // System.Collections.Generic.Dictionary`2 System.Uri::<>f__switch$map1C Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map1C_31; // System.Collections.Generic.Dictionary`2 System.Uri::<>f__switch$map1D Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map1D_32; // System.Collections.Generic.Dictionary`2 System.Uri::<>f__switch$map1E Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map1E_33; // System.Collections.Generic.Dictionary`2 System.Uri::<>f__switch$map1F Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map1F_34; // System.Collections.Generic.Dictionary`2 System.Uri::<>f__switch$map20 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map20_35; public: inline static int32_t get_offset_of_hexUpperChars_17() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___hexUpperChars_17)); } inline String_t* get_hexUpperChars_17() const { return ___hexUpperChars_17; } inline String_t** get_address_of_hexUpperChars_17() { return &___hexUpperChars_17; } inline void set_hexUpperChars_17(String_t* value) { ___hexUpperChars_17 = value; Il2CppCodeGenWriteBarrier((&___hexUpperChars_17), value); } inline static int32_t get_offset_of_SchemeDelimiter_18() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___SchemeDelimiter_18)); } inline String_t* get_SchemeDelimiter_18() const { return ___SchemeDelimiter_18; } inline String_t** get_address_of_SchemeDelimiter_18() { return &___SchemeDelimiter_18; } inline void set_SchemeDelimiter_18(String_t* value) { ___SchemeDelimiter_18 = value; Il2CppCodeGenWriteBarrier((&___SchemeDelimiter_18), value); } inline static int32_t get_offset_of_UriSchemeFile_19() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___UriSchemeFile_19)); } inline String_t* get_UriSchemeFile_19() const { return ___UriSchemeFile_19; } inline String_t** get_address_of_UriSchemeFile_19() { return &___UriSchemeFile_19; } inline void set_UriSchemeFile_19(String_t* value) { ___UriSchemeFile_19 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeFile_19), value); } inline static int32_t get_offset_of_UriSchemeFtp_20() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___UriSchemeFtp_20)); } inline String_t* get_UriSchemeFtp_20() const { return ___UriSchemeFtp_20; } inline String_t** get_address_of_UriSchemeFtp_20() { return &___UriSchemeFtp_20; } inline void set_UriSchemeFtp_20(String_t* value) { ___UriSchemeFtp_20 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeFtp_20), value); } inline static int32_t get_offset_of_UriSchemeGopher_21() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___UriSchemeGopher_21)); } inline String_t* get_UriSchemeGopher_21() const { return ___UriSchemeGopher_21; } inline String_t** get_address_of_UriSchemeGopher_21() { return &___UriSchemeGopher_21; } inline void set_UriSchemeGopher_21(String_t* value) { ___UriSchemeGopher_21 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeGopher_21), value); } inline static int32_t get_offset_of_UriSchemeHttp_22() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___UriSchemeHttp_22)); } inline String_t* get_UriSchemeHttp_22() const { return ___UriSchemeHttp_22; } inline String_t** get_address_of_UriSchemeHttp_22() { return &___UriSchemeHttp_22; } inline void set_UriSchemeHttp_22(String_t* value) { ___UriSchemeHttp_22 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeHttp_22), value); } inline static int32_t get_offset_of_UriSchemeHttps_23() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___UriSchemeHttps_23)); } inline String_t* get_UriSchemeHttps_23() const { return ___UriSchemeHttps_23; } inline String_t** get_address_of_UriSchemeHttps_23() { return &___UriSchemeHttps_23; } inline void set_UriSchemeHttps_23(String_t* value) { ___UriSchemeHttps_23 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeHttps_23), value); } inline static int32_t get_offset_of_UriSchemeMailto_24() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___UriSchemeMailto_24)); } inline String_t* get_UriSchemeMailto_24() const { return ___UriSchemeMailto_24; } inline String_t** get_address_of_UriSchemeMailto_24() { return &___UriSchemeMailto_24; } inline void set_UriSchemeMailto_24(String_t* value) { ___UriSchemeMailto_24 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeMailto_24), value); } inline static int32_t get_offset_of_UriSchemeNews_25() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___UriSchemeNews_25)); } inline String_t* get_UriSchemeNews_25() const { return ___UriSchemeNews_25; } inline String_t** get_address_of_UriSchemeNews_25() { return &___UriSchemeNews_25; } inline void set_UriSchemeNews_25(String_t* value) { ___UriSchemeNews_25 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeNews_25), value); } inline static int32_t get_offset_of_UriSchemeNntp_26() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___UriSchemeNntp_26)); } inline String_t* get_UriSchemeNntp_26() const { return ___UriSchemeNntp_26; } inline String_t** get_address_of_UriSchemeNntp_26() { return &___UriSchemeNntp_26; } inline void set_UriSchemeNntp_26(String_t* value) { ___UriSchemeNntp_26 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeNntp_26), value); } inline static int32_t get_offset_of_UriSchemeNetPipe_27() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___UriSchemeNetPipe_27)); } inline String_t* get_UriSchemeNetPipe_27() const { return ___UriSchemeNetPipe_27; } inline String_t** get_address_of_UriSchemeNetPipe_27() { return &___UriSchemeNetPipe_27; } inline void set_UriSchemeNetPipe_27(String_t* value) { ___UriSchemeNetPipe_27 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeNetPipe_27), value); } inline static int32_t get_offset_of_UriSchemeNetTcp_28() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___UriSchemeNetTcp_28)); } inline String_t* get_UriSchemeNetTcp_28() const { return ___UriSchemeNetTcp_28; } inline String_t** get_address_of_UriSchemeNetTcp_28() { return &___UriSchemeNetTcp_28; } inline void set_UriSchemeNetTcp_28(String_t* value) { ___UriSchemeNetTcp_28 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeNetTcp_28), value); } inline static int32_t get_offset_of_schemes_29() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___schemes_29)); } inline UriSchemeU5BU5D_t2082808316* get_schemes_29() const { return ___schemes_29; } inline UriSchemeU5BU5D_t2082808316** get_address_of_schemes_29() { return &___schemes_29; } inline void set_schemes_29(UriSchemeU5BU5D_t2082808316* value) { ___schemes_29 = value; Il2CppCodeGenWriteBarrier((&___schemes_29), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map1C_31() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___U3CU3Ef__switchU24map1C_31)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map1C_31() const { return ___U3CU3Ef__switchU24map1C_31; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map1C_31() { return &___U3CU3Ef__switchU24map1C_31; } inline void set_U3CU3Ef__switchU24map1C_31(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map1C_31 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map1C_31), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map1D_32() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___U3CU3Ef__switchU24map1D_32)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map1D_32() const { return ___U3CU3Ef__switchU24map1D_32; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map1D_32() { return &___U3CU3Ef__switchU24map1D_32; } inline void set_U3CU3Ef__switchU24map1D_32(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map1D_32 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map1D_32), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map1E_33() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___U3CU3Ef__switchU24map1E_33)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map1E_33() const { return ___U3CU3Ef__switchU24map1E_33; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map1E_33() { return &___U3CU3Ef__switchU24map1E_33; } inline void set_U3CU3Ef__switchU24map1E_33(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map1E_33 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map1E_33), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map1F_34() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___U3CU3Ef__switchU24map1F_34)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map1F_34() const { return ___U3CU3Ef__switchU24map1F_34; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map1F_34() { return &___U3CU3Ef__switchU24map1F_34; } inline void set_U3CU3Ef__switchU24map1F_34(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map1F_34 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map1F_34), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map20_35() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___U3CU3Ef__switchU24map20_35)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map20_35() const { return ___U3CU3Ef__switchU24map20_35; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map20_35() { return &___U3CU3Ef__switchU24map20_35; } inline void set_U3CU3Ef__switchU24map20_35(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map20_35 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map20_35), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // URI_T100236324_H #ifndef PARSER_T2430509383_H #define PARSER_T2430509383_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.Syntax.Parser struct Parser_t2430509383 : public RuntimeObject { public: // System.String System.Text.RegularExpressions.Syntax.Parser::pattern String_t* ___pattern_0; // System.Int32 System.Text.RegularExpressions.Syntax.Parser::ptr int32_t ___ptr_1; // System.Collections.ArrayList System.Text.RegularExpressions.Syntax.Parser::caps ArrayList_t2718874744 * ___caps_2; // System.Collections.Hashtable System.Text.RegularExpressions.Syntax.Parser::refs Hashtable_t1853889766 * ___refs_3; // System.Int32 System.Text.RegularExpressions.Syntax.Parser::num_groups int32_t ___num_groups_4; // System.Int32 System.Text.RegularExpressions.Syntax.Parser::gap int32_t ___gap_5; public: inline static int32_t get_offset_of_pattern_0() { return static_cast(offsetof(Parser_t2430509383, ___pattern_0)); } inline String_t* get_pattern_0() const { return ___pattern_0; } inline String_t** get_address_of_pattern_0() { return &___pattern_0; } inline void set_pattern_0(String_t* value) { ___pattern_0 = value; Il2CppCodeGenWriteBarrier((&___pattern_0), value); } inline static int32_t get_offset_of_ptr_1() { return static_cast(offsetof(Parser_t2430509383, ___ptr_1)); } inline int32_t get_ptr_1() const { return ___ptr_1; } inline int32_t* get_address_of_ptr_1() { return &___ptr_1; } inline void set_ptr_1(int32_t value) { ___ptr_1 = value; } inline static int32_t get_offset_of_caps_2() { return static_cast(offsetof(Parser_t2430509383, ___caps_2)); } inline ArrayList_t2718874744 * get_caps_2() const { return ___caps_2; } inline ArrayList_t2718874744 ** get_address_of_caps_2() { return &___caps_2; } inline void set_caps_2(ArrayList_t2718874744 * value) { ___caps_2 = value; Il2CppCodeGenWriteBarrier((&___caps_2), value); } inline static int32_t get_offset_of_refs_3() { return static_cast(offsetof(Parser_t2430509383, ___refs_3)); } inline Hashtable_t1853889766 * get_refs_3() const { return ___refs_3; } inline Hashtable_t1853889766 ** get_address_of_refs_3() { return &___refs_3; } inline void set_refs_3(Hashtable_t1853889766 * value) { ___refs_3 = value; Il2CppCodeGenWriteBarrier((&___refs_3), value); } inline static int32_t get_offset_of_num_groups_4() { return static_cast(offsetof(Parser_t2430509383, ___num_groups_4)); } inline int32_t get_num_groups_4() const { return ___num_groups_4; } inline int32_t* get_address_of_num_groups_4() { return &___num_groups_4; } inline void set_num_groups_4(int32_t value) { ___num_groups_4 = value; } inline static int32_t get_offset_of_gap_5() { return static_cast(offsetof(Parser_t2430509383, ___gap_5)); } inline int32_t get_gap_5() const { return ___gap_5; } inline int32_t* get_address_of_gap_5() { return &___gap_5; } inline void set_gap_5(int32_t value) { ___gap_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PARSER_T2430509383_H #ifndef STRINGBUILDER_T_H #define STRINGBUILDER_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.StringBuilder struct StringBuilder_t : public RuntimeObject { public: // System.Int32 System.Text.StringBuilder::_length int32_t ____length_1; // System.String System.Text.StringBuilder::_str String_t* ____str_2; // System.String System.Text.StringBuilder::_cached_str String_t* ____cached_str_3; // System.Int32 System.Text.StringBuilder::_maxCapacity int32_t ____maxCapacity_4; public: inline static int32_t get_offset_of__length_1() { return static_cast(offsetof(StringBuilder_t, ____length_1)); } inline int32_t get__length_1() const { return ____length_1; } inline int32_t* get_address_of__length_1() { return &____length_1; } inline void set__length_1(int32_t value) { ____length_1 = value; } inline static int32_t get_offset_of__str_2() { return static_cast(offsetof(StringBuilder_t, ____str_2)); } inline String_t* get__str_2() const { return ____str_2; } inline String_t** get_address_of__str_2() { return &____str_2; } inline void set__str_2(String_t* value) { ____str_2 = value; Il2CppCodeGenWriteBarrier((&____str_2), value); } inline static int32_t get_offset_of__cached_str_3() { return static_cast(offsetof(StringBuilder_t, ____cached_str_3)); } inline String_t* get__cached_str_3() const { return ____cached_str_3; } inline String_t** get_address_of__cached_str_3() { return &____cached_str_3; } inline void set__cached_str_3(String_t* value) { ____cached_str_3 = value; Il2CppCodeGenWriteBarrier((&____cached_str_3), value); } inline static int32_t get_offset_of__maxCapacity_4() { return static_cast(offsetof(StringBuilder_t, ____maxCapacity_4)); } inline int32_t get__maxCapacity_4() const { return ____maxCapacity_4; } inline int32_t* get_address_of__maxCapacity_4() { return &____maxCapacity_4; } inline void set__maxCapacity_4(int32_t value) { ____maxCapacity_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRINGBUILDER_T_H #ifndef ARRAYLIST_T2718874744_H #define ARRAYLIST_T2718874744_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.ArrayList struct ArrayList_t2718874744 : public RuntimeObject { public: // System.Int32 System.Collections.ArrayList::_size int32_t ____size_1; // System.Object[] System.Collections.ArrayList::_items ObjectU5BU5D_t2843939325* ____items_2; // System.Int32 System.Collections.ArrayList::_version int32_t ____version_3; public: inline static int32_t get_offset_of__size_1() { return static_cast(offsetof(ArrayList_t2718874744, ____size_1)); } inline int32_t get__size_1() const { return ____size_1; } inline int32_t* get_address_of__size_1() { return &____size_1; } inline void set__size_1(int32_t value) { ____size_1 = value; } inline static int32_t get_offset_of__items_2() { return static_cast(offsetof(ArrayList_t2718874744, ____items_2)); } inline ObjectU5BU5D_t2843939325* get__items_2() const { return ____items_2; } inline ObjectU5BU5D_t2843939325** get_address_of__items_2() { return &____items_2; } inline void set__items_2(ObjectU5BU5D_t2843939325* value) { ____items_2 = value; Il2CppCodeGenWriteBarrier((&____items_2), value); } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(ArrayList_t2718874744, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } }; struct ArrayList_t2718874744_StaticFields { public: // System.Object[] System.Collections.ArrayList::EmptyArray ObjectU5BU5D_t2843939325* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(ArrayList_t2718874744_StaticFields, ___EmptyArray_4)); } inline ObjectU5BU5D_t2843939325* get_EmptyArray_4() const { return ___EmptyArray_4; } inline ObjectU5BU5D_t2843939325** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(ObjectU5BU5D_t2843939325* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARRAYLIST_T2718874744_H #ifndef LINKREF_T2971865410_H #define LINKREF_T2971865410_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.LinkRef struct LinkRef_t2971865410 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LINKREF_T2971865410_H #ifndef EXPRESSION_T2722445759_H #define EXPRESSION_T2722445759_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.Syntax.Expression struct Expression_t2722445759 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPRESSION_T2722445759_H #ifndef COLLECTIONBASE_T2727926298_H #define COLLECTIONBASE_T2727926298_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.CollectionBase struct CollectionBase_t2727926298 : public RuntimeObject { public: // System.Collections.ArrayList System.Collections.CollectionBase::list ArrayList_t2718874744 * ___list_0; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(CollectionBase_t2727926298, ___list_0)); } inline ArrayList_t2718874744 * get_list_0() const { return ___list_0; } inline ArrayList_t2718874744 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(ArrayList_t2718874744 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((&___list_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COLLECTIONBASE_T2727926298_H #ifndef HASHTABLE_T1853889766_H #define HASHTABLE_T1853889766_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Hashtable struct Hashtable_t1853889766 : public RuntimeObject { public: // System.Int32 System.Collections.Hashtable::inUse int32_t ___inUse_1; // System.Int32 System.Collections.Hashtable::modificationCount int32_t ___modificationCount_2; // System.Single System.Collections.Hashtable::loadFactor float ___loadFactor_3; // System.Collections.Hashtable/Slot[] System.Collections.Hashtable::table SlotU5BU5D_t2994659099* ___table_4; // System.Int32[] System.Collections.Hashtable::hashes Int32U5BU5D_t385246372* ___hashes_5; // System.Int32 System.Collections.Hashtable::threshold int32_t ___threshold_6; // System.Collections.Hashtable/HashKeys System.Collections.Hashtable::hashKeys HashKeys_t1568156503 * ___hashKeys_7; // System.Collections.Hashtable/HashValues System.Collections.Hashtable::hashValues HashValues_t618387445 * ___hashValues_8; // System.Collections.IHashCodeProvider System.Collections.Hashtable::hcpRef RuntimeObject* ___hcpRef_9; // System.Collections.IComparer System.Collections.Hashtable::comparerRef RuntimeObject* ___comparerRef_10; // System.Runtime.Serialization.SerializationInfo System.Collections.Hashtable::serializationInfo SerializationInfo_t950877179 * ___serializationInfo_11; // System.Collections.IEqualityComparer System.Collections.Hashtable::equalityComparer RuntimeObject* ___equalityComparer_12; public: inline static int32_t get_offset_of_inUse_1() { return static_cast(offsetof(Hashtable_t1853889766, ___inUse_1)); } inline int32_t get_inUse_1() const { return ___inUse_1; } inline int32_t* get_address_of_inUse_1() { return &___inUse_1; } inline void set_inUse_1(int32_t value) { ___inUse_1 = value; } inline static int32_t get_offset_of_modificationCount_2() { return static_cast(offsetof(Hashtable_t1853889766, ___modificationCount_2)); } inline int32_t get_modificationCount_2() const { return ___modificationCount_2; } inline int32_t* get_address_of_modificationCount_2() { return &___modificationCount_2; } inline void set_modificationCount_2(int32_t value) { ___modificationCount_2 = value; } inline static int32_t get_offset_of_loadFactor_3() { return static_cast(offsetof(Hashtable_t1853889766, ___loadFactor_3)); } inline float get_loadFactor_3() const { return ___loadFactor_3; } inline float* get_address_of_loadFactor_3() { return &___loadFactor_3; } inline void set_loadFactor_3(float value) { ___loadFactor_3 = value; } inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(Hashtable_t1853889766, ___table_4)); } inline SlotU5BU5D_t2994659099* get_table_4() const { return ___table_4; } inline SlotU5BU5D_t2994659099** get_address_of_table_4() { return &___table_4; } inline void set_table_4(SlotU5BU5D_t2994659099* value) { ___table_4 = value; Il2CppCodeGenWriteBarrier((&___table_4), value); } inline static int32_t get_offset_of_hashes_5() { return static_cast(offsetof(Hashtable_t1853889766, ___hashes_5)); } inline Int32U5BU5D_t385246372* get_hashes_5() const { return ___hashes_5; } inline Int32U5BU5D_t385246372** get_address_of_hashes_5() { return &___hashes_5; } inline void set_hashes_5(Int32U5BU5D_t385246372* value) { ___hashes_5 = value; Il2CppCodeGenWriteBarrier((&___hashes_5), value); } inline static int32_t get_offset_of_threshold_6() { return static_cast(offsetof(Hashtable_t1853889766, ___threshold_6)); } inline int32_t get_threshold_6() const { return ___threshold_6; } inline int32_t* get_address_of_threshold_6() { return &___threshold_6; } inline void set_threshold_6(int32_t value) { ___threshold_6 = value; } inline static int32_t get_offset_of_hashKeys_7() { return static_cast(offsetof(Hashtable_t1853889766, ___hashKeys_7)); } inline HashKeys_t1568156503 * get_hashKeys_7() const { return ___hashKeys_7; } inline HashKeys_t1568156503 ** get_address_of_hashKeys_7() { return &___hashKeys_7; } inline void set_hashKeys_7(HashKeys_t1568156503 * value) { ___hashKeys_7 = value; Il2CppCodeGenWriteBarrier((&___hashKeys_7), value); } inline static int32_t get_offset_of_hashValues_8() { return static_cast(offsetof(Hashtable_t1853889766, ___hashValues_8)); } inline HashValues_t618387445 * get_hashValues_8() const { return ___hashValues_8; } inline HashValues_t618387445 ** get_address_of_hashValues_8() { return &___hashValues_8; } inline void set_hashValues_8(HashValues_t618387445 * value) { ___hashValues_8 = value; Il2CppCodeGenWriteBarrier((&___hashValues_8), value); } inline static int32_t get_offset_of_hcpRef_9() { return static_cast(offsetof(Hashtable_t1853889766, ___hcpRef_9)); } inline RuntimeObject* get_hcpRef_9() const { return ___hcpRef_9; } inline RuntimeObject** get_address_of_hcpRef_9() { return &___hcpRef_9; } inline void set_hcpRef_9(RuntimeObject* value) { ___hcpRef_9 = value; Il2CppCodeGenWriteBarrier((&___hcpRef_9), value); } inline static int32_t get_offset_of_comparerRef_10() { return static_cast(offsetof(Hashtable_t1853889766, ___comparerRef_10)); } inline RuntimeObject* get_comparerRef_10() const { return ___comparerRef_10; } inline RuntimeObject** get_address_of_comparerRef_10() { return &___comparerRef_10; } inline void set_comparerRef_10(RuntimeObject* value) { ___comparerRef_10 = value; Il2CppCodeGenWriteBarrier((&___comparerRef_10), value); } inline static int32_t get_offset_of_serializationInfo_11() { return static_cast(offsetof(Hashtable_t1853889766, ___serializationInfo_11)); } inline SerializationInfo_t950877179 * get_serializationInfo_11() const { return ___serializationInfo_11; } inline SerializationInfo_t950877179 ** get_address_of_serializationInfo_11() { return &___serializationInfo_11; } inline void set_serializationInfo_11(SerializationInfo_t950877179 * value) { ___serializationInfo_11 = value; Il2CppCodeGenWriteBarrier((&___serializationInfo_11), value); } inline static int32_t get_offset_of_equalityComparer_12() { return static_cast(offsetof(Hashtable_t1853889766, ___equalityComparer_12)); } inline RuntimeObject* get_equalityComparer_12() const { return ___equalityComparer_12; } inline RuntimeObject** get_address_of_equalityComparer_12() { return &___equalityComparer_12; } inline void set_equalityComparer_12(RuntimeObject* value) { ___equalityComparer_12 = value; Il2CppCodeGenWriteBarrier((&___equalityComparer_12), value); } }; struct Hashtable_t1853889766_StaticFields { public: // System.Int32[] System.Collections.Hashtable::primeTbl Int32U5BU5D_t385246372* ___primeTbl_13; public: inline static int32_t get_offset_of_primeTbl_13() { return static_cast(offsetof(Hashtable_t1853889766_StaticFields, ___primeTbl_13)); } inline Int32U5BU5D_t385246372* get_primeTbl_13() const { return ___primeTbl_13; } inline Int32U5BU5D_t385246372** get_address_of_primeTbl_13() { return &___primeTbl_13; } inline void set_primeTbl_13(Int32U5BU5D_t385246372* value) { ___primeTbl_13 = value; Il2CppCodeGenWriteBarrier((&___primeTbl_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HASHTABLE_T1853889766_H #ifndef INTERVALCOLLECTION_T2609070824_H #define INTERVALCOLLECTION_T2609070824_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.IntervalCollection struct IntervalCollection_t2609070824 : public RuntimeObject { public: // System.Collections.ArrayList System.Text.RegularExpressions.IntervalCollection::intervals ArrayList_t2718874744 * ___intervals_0; public: inline static int32_t get_offset_of_intervals_0() { return static_cast(offsetof(IntervalCollection_t2609070824, ___intervals_0)); } inline ArrayList_t2718874744 * get_intervals_0() const { return ___intervals_0; } inline ArrayList_t2718874744 ** get_address_of_intervals_0() { return &___intervals_0; } inline void set_intervals_0(ArrayList_t2718874744 * value) { ___intervals_0 = value; Il2CppCodeGenWriteBarrier((&___intervals_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INTERVALCOLLECTION_T2609070824_H #ifndef BITARRAY_T4087883509_H #define BITARRAY_T4087883509_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.BitArray struct BitArray_t4087883509 : public RuntimeObject { public: // System.Int32[] System.Collections.BitArray::m_array Int32U5BU5D_t385246372* ___m_array_0; // System.Int32 System.Collections.BitArray::m_length int32_t ___m_length_1; // System.Int32 System.Collections.BitArray::_version int32_t ____version_2; public: inline static int32_t get_offset_of_m_array_0() { return static_cast(offsetof(BitArray_t4087883509, ___m_array_0)); } inline Int32U5BU5D_t385246372* get_m_array_0() const { return ___m_array_0; } inline Int32U5BU5D_t385246372** get_address_of_m_array_0() { return &___m_array_0; } inline void set_m_array_0(Int32U5BU5D_t385246372* value) { ___m_array_0 = value; Il2CppCodeGenWriteBarrier((&___m_array_0), value); } inline static int32_t get_offset_of_m_length_1() { return static_cast(offsetof(BitArray_t4087883509, ___m_length_1)); } inline int32_t get_m_length_1() const { return ___m_length_1; } inline int32_t* get_address_of_m_length_1() { return &___m_length_1; } inline void set_m_length_1(int32_t value) { ___m_length_1 = value; } inline static int32_t get_offset_of__version_2() { return static_cast(offsetof(BitArray_t4087883509, ____version_2)); } inline int32_t get__version_2() const { return ____version_2; } inline int32_t* get_address_of__version_2() { return &____version_2; } inline void set__version_2(int32_t value) { ____version_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BITARRAY_T4087883509_H #ifndef DICTIONARY_2_T2736202052_H #define DICTIONARY_2_T2736202052_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2736202052 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::table Int32U5BU5D_t385246372* ___table_4; // System.Collections.Generic.Link[] System.Collections.Generic.Dictionary`2::linkSlots LinkU5BU5D_t964245573* ___linkSlots_5; // TKey[] System.Collections.Generic.Dictionary`2::keySlots StringU5BU5D_t1281789340* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots Int32U5BU5D_t385246372* ___valueSlots_7; // System.Int32 System.Collections.Generic.Dictionary`2::touchedSlots int32_t ___touchedSlots_8; // System.Int32 System.Collections.Generic.Dictionary`2::emptySlot int32_t ___emptySlot_9; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_10; // System.Int32 System.Collections.Generic.Dictionary`2::threshold int32_t ___threshold_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::hcp RuntimeObject* ___hcp_12; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.Dictionary`2::serialization_info SerializationInfo_t950877179 * ___serialization_info_13; // System.Int32 System.Collections.Generic.Dictionary`2::generation int32_t ___generation_14; public: inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(Dictionary_2_t2736202052, ___table_4)); } inline Int32U5BU5D_t385246372* get_table_4() const { return ___table_4; } inline Int32U5BU5D_t385246372** get_address_of_table_4() { return &___table_4; } inline void set_table_4(Int32U5BU5D_t385246372* value) { ___table_4 = value; Il2CppCodeGenWriteBarrier((&___table_4), value); } inline static int32_t get_offset_of_linkSlots_5() { return static_cast(offsetof(Dictionary_2_t2736202052, ___linkSlots_5)); } inline LinkU5BU5D_t964245573* get_linkSlots_5() const { return ___linkSlots_5; } inline LinkU5BU5D_t964245573** get_address_of_linkSlots_5() { return &___linkSlots_5; } inline void set_linkSlots_5(LinkU5BU5D_t964245573* value) { ___linkSlots_5 = value; Il2CppCodeGenWriteBarrier((&___linkSlots_5), value); } inline static int32_t get_offset_of_keySlots_6() { return static_cast(offsetof(Dictionary_2_t2736202052, ___keySlots_6)); } inline StringU5BU5D_t1281789340* get_keySlots_6() const { return ___keySlots_6; } inline StringU5BU5D_t1281789340** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(StringU5BU5D_t1281789340* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t2736202052, ___valueSlots_7)); } inline Int32U5BU5D_t385246372* get_valueSlots_7() const { return ___valueSlots_7; } inline Int32U5BU5D_t385246372** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(Int32U5BU5D_t385246372* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t2736202052, ___touchedSlots_8)); } inline int32_t get_touchedSlots_8() const { return ___touchedSlots_8; } inline int32_t* get_address_of_touchedSlots_8() { return &___touchedSlots_8; } inline void set_touchedSlots_8(int32_t value) { ___touchedSlots_8 = value; } inline static int32_t get_offset_of_emptySlot_9() { return static_cast(offsetof(Dictionary_2_t2736202052, ___emptySlot_9)); } inline int32_t get_emptySlot_9() const { return ___emptySlot_9; } inline int32_t* get_address_of_emptySlot_9() { return &___emptySlot_9; } inline void set_emptySlot_9(int32_t value) { ___emptySlot_9 = value; } inline static int32_t get_offset_of_count_10() { return static_cast(offsetof(Dictionary_2_t2736202052, ___count_10)); } inline int32_t get_count_10() const { return ___count_10; } inline int32_t* get_address_of_count_10() { return &___count_10; } inline void set_count_10(int32_t value) { ___count_10 = value; } inline static int32_t get_offset_of_threshold_11() { return static_cast(offsetof(Dictionary_2_t2736202052, ___threshold_11)); } inline int32_t get_threshold_11() const { return ___threshold_11; } inline int32_t* get_address_of_threshold_11() { return &___threshold_11; } inline void set_threshold_11(int32_t value) { ___threshold_11 = value; } inline static int32_t get_offset_of_hcp_12() { return static_cast(offsetof(Dictionary_2_t2736202052, ___hcp_12)); } inline RuntimeObject* get_hcp_12() const { return ___hcp_12; } inline RuntimeObject** get_address_of_hcp_12() { return &___hcp_12; } inline void set_hcp_12(RuntimeObject* value) { ___hcp_12 = value; Il2CppCodeGenWriteBarrier((&___hcp_12), value); } inline static int32_t get_offset_of_serialization_info_13() { return static_cast(offsetof(Dictionary_2_t2736202052, ___serialization_info_13)); } inline SerializationInfo_t950877179 * get_serialization_info_13() const { return ___serialization_info_13; } inline SerializationInfo_t950877179 ** get_address_of_serialization_info_13() { return &___serialization_info_13; } inline void set_serialization_info_13(SerializationInfo_t950877179 * value) { ___serialization_info_13 = value; Il2CppCodeGenWriteBarrier((&___serialization_info_13), value); } inline static int32_t get_offset_of_generation_14() { return static_cast(offsetof(Dictionary_2_t2736202052, ___generation_14)); } inline int32_t get_generation_14() const { return ___generation_14; } inline int32_t* get_address_of_generation_14() { return &___generation_14; } inline void set_generation_14(int32_t value) { ___generation_14 = value; } }; struct Dictionary_2_t2736202052_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t3530625384 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t2736202052_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t3530625384 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t3530625384 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t3530625384 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T2736202052_H #ifndef EVENTARGS_T3591816995_H #define EVENTARGS_T3591816995_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.EventArgs struct EventArgs_t3591816995 : public RuntimeObject { public: public: }; struct EventArgs_t3591816995_StaticFields { public: // System.EventArgs System.EventArgs::Empty EventArgs_t3591816995 * ___Empty_0; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(EventArgs_t3591816995_StaticFields, ___Empty_0)); } inline EventArgs_t3591816995 * get_Empty_0() const { return ___Empty_0; } inline EventArgs_t3591816995 ** get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(EventArgs_t3591816995 * value) { ___Empty_0 = value; Il2CppCodeGenWriteBarrier((&___Empty_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EVENTARGS_T3591816995_H #ifndef MARSHALBYREFOBJECT_T2760389100_H #define MARSHALBYREFOBJECT_T2760389100_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.MarshalByRefObject struct MarshalByRefObject_t2760389100 : public RuntimeObject { public: // System.Runtime.Remoting.ServerIdentity System.MarshalByRefObject::_identity ServerIdentity_t2342208608 * ____identity_0; public: inline static int32_t get_offset_of__identity_0() { return static_cast(offsetof(MarshalByRefObject_t2760389100, ____identity_0)); } inline ServerIdentity_t2342208608 * get__identity_0() const { return ____identity_0; } inline ServerIdentity_t2342208608 ** get_address_of__identity_0() { return &____identity_0; } inline void set__identity_0(ServerIdentity_t2342208608 * value) { ____identity_0 = value; Il2CppCodeGenWriteBarrier((&____identity_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MARSHALBYREFOBJECT_T2760389100_H #ifndef VALUETYPE_T3640485471_H #define VALUETYPE_T3640485471_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ValueType struct ValueType_t3640485471 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_t3640485471_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_t3640485471_marshaled_com { }; #endif // VALUETYPE_T3640485471_H #ifndef MEMBERINFO_T_H #define MEMBERINFO_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MEMBERINFO_T_H #ifndef INSTANCEDESCRIPTOR_T657473484_H #define INSTANCEDESCRIPTOR_T657473484_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.Design.Serialization.InstanceDescriptor struct InstanceDescriptor_t657473484 : public RuntimeObject { public: // System.Reflection.MemberInfo System.ComponentModel.Design.Serialization.InstanceDescriptor::member MemberInfo_t * ___member_0; // System.Collections.ICollection System.ComponentModel.Design.Serialization.InstanceDescriptor::arguments RuntimeObject* ___arguments_1; // System.Boolean System.ComponentModel.Design.Serialization.InstanceDescriptor::isComplete bool ___isComplete_2; public: inline static int32_t get_offset_of_member_0() { return static_cast(offsetof(InstanceDescriptor_t657473484, ___member_0)); } inline MemberInfo_t * get_member_0() const { return ___member_0; } inline MemberInfo_t ** get_address_of_member_0() { return &___member_0; } inline void set_member_0(MemberInfo_t * value) { ___member_0 = value; Il2CppCodeGenWriteBarrier((&___member_0), value); } inline static int32_t get_offset_of_arguments_1() { return static_cast(offsetof(InstanceDescriptor_t657473484, ___arguments_1)); } inline RuntimeObject* get_arguments_1() const { return ___arguments_1; } inline RuntimeObject** get_address_of_arguments_1() { return &___arguments_1; } inline void set_arguments_1(RuntimeObject* value) { ___arguments_1 = value; Il2CppCodeGenWriteBarrier((&___arguments_1), value); } inline static int32_t get_offset_of_isComplete_2() { return static_cast(offsetof(InstanceDescriptor_t657473484, ___isComplete_2)); } inline bool get_isComplete_2() const { return ___isComplete_2; } inline bool* get_address_of_isComplete_2() { return &___isComplete_2; } inline void set_isComplete_2(bool value) { ___isComplete_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INSTANCEDESCRIPTOR_T657473484_H #ifndef TYPECONVERTER_T2249118273_H #define TYPECONVERTER_T2249118273_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.TypeConverter struct TypeConverter_t2249118273 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TYPECONVERTER_T2249118273_H #ifndef IPV6ADDRESS_T2709566769_H #define IPV6ADDRESS_T2709566769_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.IPv6Address struct IPv6Address_t2709566769 : public RuntimeObject { public: // System.UInt16[] System.Net.IPv6Address::address UInt16U5BU5D_t3326319531* ___address_0; // System.Int32 System.Net.IPv6Address::prefixLength int32_t ___prefixLength_1; // System.Int64 System.Net.IPv6Address::scopeId int64_t ___scopeId_2; public: inline static int32_t get_offset_of_address_0() { return static_cast(offsetof(IPv6Address_t2709566769, ___address_0)); } inline UInt16U5BU5D_t3326319531* get_address_0() const { return ___address_0; } inline UInt16U5BU5D_t3326319531** get_address_of_address_0() { return &___address_0; } inline void set_address_0(UInt16U5BU5D_t3326319531* value) { ___address_0 = value; Il2CppCodeGenWriteBarrier((&___address_0), value); } inline static int32_t get_offset_of_prefixLength_1() { return static_cast(offsetof(IPv6Address_t2709566769, ___prefixLength_1)); } inline int32_t get_prefixLength_1() const { return ___prefixLength_1; } inline int32_t* get_address_of_prefixLength_1() { return &___prefixLength_1; } inline void set_prefixLength_1(int32_t value) { ___prefixLength_1 = value; } inline static int32_t get_offset_of_scopeId_2() { return static_cast(offsetof(IPv6Address_t2709566769, ___scopeId_2)); } inline int64_t get_scopeId_2() const { return ___scopeId_2; } inline int64_t* get_address_of_scopeId_2() { return &___scopeId_2; } inline void set_scopeId_2(int64_t value) { ___scopeId_2 = value; } }; struct IPv6Address_t2709566769_StaticFields { public: // System.Net.IPv6Address System.Net.IPv6Address::Loopback IPv6Address_t2709566769 * ___Loopback_3; // System.Net.IPv6Address System.Net.IPv6Address::Unspecified IPv6Address_t2709566769 * ___Unspecified_4; public: inline static int32_t get_offset_of_Loopback_3() { return static_cast(offsetof(IPv6Address_t2709566769_StaticFields, ___Loopback_3)); } inline IPv6Address_t2709566769 * get_Loopback_3() const { return ___Loopback_3; } inline IPv6Address_t2709566769 ** get_address_of_Loopback_3() { return &___Loopback_3; } inline void set_Loopback_3(IPv6Address_t2709566769 * value) { ___Loopback_3 = value; Il2CppCodeGenWriteBarrier((&___Loopback_3), value); } inline static int32_t get_offset_of_Unspecified_4() { return static_cast(offsetof(IPv6Address_t2709566769_StaticFields, ___Unspecified_4)); } inline IPv6Address_t2709566769 * get_Unspecified_4() const { return ___Unspecified_4; } inline IPv6Address_t2709566769 ** get_address_of_Unspecified_4() { return &___Unspecified_4; } inline void set_Unspecified_4(IPv6Address_t2709566769 * value) { ___Unspecified_4 = value; Il2CppCodeGenWriteBarrier((&___Unspecified_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IPV6ADDRESS_T2709566769_H #ifndef PATH_T1605229823_H #define PATH_T1605229823_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.Path struct Path_t1605229823 : public RuntimeObject { public: public: }; struct Path_t1605229823_StaticFields { public: // System.Char[] System.IO.Path::InvalidPathChars CharU5BU5D_t3528271667* ___InvalidPathChars_0; // System.Char System.IO.Path::AltDirectorySeparatorChar Il2CppChar ___AltDirectorySeparatorChar_1; // System.Char System.IO.Path::DirectorySeparatorChar Il2CppChar ___DirectorySeparatorChar_2; // System.Char System.IO.Path::PathSeparator Il2CppChar ___PathSeparator_3; // System.String System.IO.Path::DirectorySeparatorStr String_t* ___DirectorySeparatorStr_4; // System.Char System.IO.Path::VolumeSeparatorChar Il2CppChar ___VolumeSeparatorChar_5; // System.Char[] System.IO.Path::PathSeparatorChars CharU5BU5D_t3528271667* ___PathSeparatorChars_6; // System.Boolean System.IO.Path::dirEqualsVolume bool ___dirEqualsVolume_7; public: inline static int32_t get_offset_of_InvalidPathChars_0() { return static_cast(offsetof(Path_t1605229823_StaticFields, ___InvalidPathChars_0)); } inline CharU5BU5D_t3528271667* get_InvalidPathChars_0() const { return ___InvalidPathChars_0; } inline CharU5BU5D_t3528271667** get_address_of_InvalidPathChars_0() { return &___InvalidPathChars_0; } inline void set_InvalidPathChars_0(CharU5BU5D_t3528271667* value) { ___InvalidPathChars_0 = value; Il2CppCodeGenWriteBarrier((&___InvalidPathChars_0), value); } inline static int32_t get_offset_of_AltDirectorySeparatorChar_1() { return static_cast(offsetof(Path_t1605229823_StaticFields, ___AltDirectorySeparatorChar_1)); } inline Il2CppChar get_AltDirectorySeparatorChar_1() const { return ___AltDirectorySeparatorChar_1; } inline Il2CppChar* get_address_of_AltDirectorySeparatorChar_1() { return &___AltDirectorySeparatorChar_1; } inline void set_AltDirectorySeparatorChar_1(Il2CppChar value) { ___AltDirectorySeparatorChar_1 = value; } inline static int32_t get_offset_of_DirectorySeparatorChar_2() { return static_cast(offsetof(Path_t1605229823_StaticFields, ___DirectorySeparatorChar_2)); } inline Il2CppChar get_DirectorySeparatorChar_2() const { return ___DirectorySeparatorChar_2; } inline Il2CppChar* get_address_of_DirectorySeparatorChar_2() { return &___DirectorySeparatorChar_2; } inline void set_DirectorySeparatorChar_2(Il2CppChar value) { ___DirectorySeparatorChar_2 = value; } inline static int32_t get_offset_of_PathSeparator_3() { return static_cast(offsetof(Path_t1605229823_StaticFields, ___PathSeparator_3)); } inline Il2CppChar get_PathSeparator_3() const { return ___PathSeparator_3; } inline Il2CppChar* get_address_of_PathSeparator_3() { return &___PathSeparator_3; } inline void set_PathSeparator_3(Il2CppChar value) { ___PathSeparator_3 = value; } inline static int32_t get_offset_of_DirectorySeparatorStr_4() { return static_cast(offsetof(Path_t1605229823_StaticFields, ___DirectorySeparatorStr_4)); } inline String_t* get_DirectorySeparatorStr_4() const { return ___DirectorySeparatorStr_4; } inline String_t** get_address_of_DirectorySeparatorStr_4() { return &___DirectorySeparatorStr_4; } inline void set_DirectorySeparatorStr_4(String_t* value) { ___DirectorySeparatorStr_4 = value; Il2CppCodeGenWriteBarrier((&___DirectorySeparatorStr_4), value); } inline static int32_t get_offset_of_VolumeSeparatorChar_5() { return static_cast(offsetof(Path_t1605229823_StaticFields, ___VolumeSeparatorChar_5)); } inline Il2CppChar get_VolumeSeparatorChar_5() const { return ___VolumeSeparatorChar_5; } inline Il2CppChar* get_address_of_VolumeSeparatorChar_5() { return &___VolumeSeparatorChar_5; } inline void set_VolumeSeparatorChar_5(Il2CppChar value) { ___VolumeSeparatorChar_5 = value; } inline static int32_t get_offset_of_PathSeparatorChars_6() { return static_cast(offsetof(Path_t1605229823_StaticFields, ___PathSeparatorChars_6)); } inline CharU5BU5D_t3528271667* get_PathSeparatorChars_6() const { return ___PathSeparatorChars_6; } inline CharU5BU5D_t3528271667** get_address_of_PathSeparatorChars_6() { return &___PathSeparatorChars_6; } inline void set_PathSeparatorChars_6(CharU5BU5D_t3528271667* value) { ___PathSeparatorChars_6 = value; Il2CppCodeGenWriteBarrier((&___PathSeparatorChars_6), value); } inline static int32_t get_offset_of_dirEqualsVolume_7() { return static_cast(offsetof(Path_t1605229823_StaticFields, ___dirEqualsVolume_7)); } inline bool get_dirEqualsVolume_7() const { return ___dirEqualsVolume_7; } inline bool* get_address_of_dirEqualsVolume_7() { return &___dirEqualsVolume_7; } inline void set_dirEqualsVolume_7(bool value) { ___dirEqualsVolume_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PATH_T1605229823_H #ifndef CULTUREINFO_T4157843068_H #define CULTUREINFO_T4157843068_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.CultureInfo struct CultureInfo_t4157843068 : public RuntimeObject { public: // System.Boolean System.Globalization.CultureInfo::m_isReadOnly bool ___m_isReadOnly_7; // System.Int32 System.Globalization.CultureInfo::cultureID int32_t ___cultureID_8; // System.Int32 System.Globalization.CultureInfo::parent_lcid int32_t ___parent_lcid_9; // System.Int32 System.Globalization.CultureInfo::specific_lcid int32_t ___specific_lcid_10; // System.Int32 System.Globalization.CultureInfo::datetime_index int32_t ___datetime_index_11; // System.Int32 System.Globalization.CultureInfo::number_index int32_t ___number_index_12; // System.Boolean System.Globalization.CultureInfo::m_useUserOverride bool ___m_useUserOverride_13; // System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::numInfo NumberFormatInfo_t435877138 * ___numInfo_14; // System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo DateTimeFormatInfo_t2405853701 * ___dateTimeInfo_15; // System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo TextInfo_t3810425522 * ___textInfo_16; // System.String System.Globalization.CultureInfo::m_name String_t* ___m_name_17; // System.String System.Globalization.CultureInfo::displayname String_t* ___displayname_18; // System.String System.Globalization.CultureInfo::englishname String_t* ___englishname_19; // System.String System.Globalization.CultureInfo::nativename String_t* ___nativename_20; // System.String System.Globalization.CultureInfo::iso3lang String_t* ___iso3lang_21; // System.String System.Globalization.CultureInfo::iso2lang String_t* ___iso2lang_22; // System.String System.Globalization.CultureInfo::icu_name String_t* ___icu_name_23; // System.String System.Globalization.CultureInfo::win3lang String_t* ___win3lang_24; // System.String System.Globalization.CultureInfo::territory String_t* ___territory_25; // System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo CompareInfo_t1092934962 * ___compareInfo_26; // System.Int32* System.Globalization.CultureInfo::calendar_data int32_t* ___calendar_data_27; // System.Void* System.Globalization.CultureInfo::textinfo_data void* ___textinfo_data_28; // System.Globalization.Calendar[] System.Globalization.CultureInfo::optional_calendars CalendarU5BU5D_t3985046076* ___optional_calendars_29; // System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture CultureInfo_t4157843068 * ___parent_culture_30; // System.Int32 System.Globalization.CultureInfo::m_dataItem int32_t ___m_dataItem_31; // System.Globalization.Calendar System.Globalization.CultureInfo::calendar Calendar_t1661121569 * ___calendar_32; // System.Boolean System.Globalization.CultureInfo::constructed bool ___constructed_33; // System.Byte[] System.Globalization.CultureInfo::cached_serialized_form ByteU5BU5D_t4116647657* ___cached_serialized_form_34; public: inline static int32_t get_offset_of_m_isReadOnly_7() { return static_cast(offsetof(CultureInfo_t4157843068, ___m_isReadOnly_7)); } inline bool get_m_isReadOnly_7() const { return ___m_isReadOnly_7; } inline bool* get_address_of_m_isReadOnly_7() { return &___m_isReadOnly_7; } inline void set_m_isReadOnly_7(bool value) { ___m_isReadOnly_7 = value; } inline static int32_t get_offset_of_cultureID_8() { return static_cast(offsetof(CultureInfo_t4157843068, ___cultureID_8)); } inline int32_t get_cultureID_8() const { return ___cultureID_8; } inline int32_t* get_address_of_cultureID_8() { return &___cultureID_8; } inline void set_cultureID_8(int32_t value) { ___cultureID_8 = value; } inline static int32_t get_offset_of_parent_lcid_9() { return static_cast(offsetof(CultureInfo_t4157843068, ___parent_lcid_9)); } inline int32_t get_parent_lcid_9() const { return ___parent_lcid_9; } inline int32_t* get_address_of_parent_lcid_9() { return &___parent_lcid_9; } inline void set_parent_lcid_9(int32_t value) { ___parent_lcid_9 = value; } inline static int32_t get_offset_of_specific_lcid_10() { return static_cast(offsetof(CultureInfo_t4157843068, ___specific_lcid_10)); } inline int32_t get_specific_lcid_10() const { return ___specific_lcid_10; } inline int32_t* get_address_of_specific_lcid_10() { return &___specific_lcid_10; } inline void set_specific_lcid_10(int32_t value) { ___specific_lcid_10 = value; } inline static int32_t get_offset_of_datetime_index_11() { return static_cast(offsetof(CultureInfo_t4157843068, ___datetime_index_11)); } inline int32_t get_datetime_index_11() const { return ___datetime_index_11; } inline int32_t* get_address_of_datetime_index_11() { return &___datetime_index_11; } inline void set_datetime_index_11(int32_t value) { ___datetime_index_11 = value; } inline static int32_t get_offset_of_number_index_12() { return static_cast(offsetof(CultureInfo_t4157843068, ___number_index_12)); } inline int32_t get_number_index_12() const { return ___number_index_12; } inline int32_t* get_address_of_number_index_12() { return &___number_index_12; } inline void set_number_index_12(int32_t value) { ___number_index_12 = value; } inline static int32_t get_offset_of_m_useUserOverride_13() { return static_cast(offsetof(CultureInfo_t4157843068, ___m_useUserOverride_13)); } inline bool get_m_useUserOverride_13() const { return ___m_useUserOverride_13; } inline bool* get_address_of_m_useUserOverride_13() { return &___m_useUserOverride_13; } inline void set_m_useUserOverride_13(bool value) { ___m_useUserOverride_13 = value; } inline static int32_t get_offset_of_numInfo_14() { return static_cast(offsetof(CultureInfo_t4157843068, ___numInfo_14)); } inline NumberFormatInfo_t435877138 * get_numInfo_14() const { return ___numInfo_14; } inline NumberFormatInfo_t435877138 ** get_address_of_numInfo_14() { return &___numInfo_14; } inline void set_numInfo_14(NumberFormatInfo_t435877138 * value) { ___numInfo_14 = value; Il2CppCodeGenWriteBarrier((&___numInfo_14), value); } inline static int32_t get_offset_of_dateTimeInfo_15() { return static_cast(offsetof(CultureInfo_t4157843068, ___dateTimeInfo_15)); } inline DateTimeFormatInfo_t2405853701 * get_dateTimeInfo_15() const { return ___dateTimeInfo_15; } inline DateTimeFormatInfo_t2405853701 ** get_address_of_dateTimeInfo_15() { return &___dateTimeInfo_15; } inline void set_dateTimeInfo_15(DateTimeFormatInfo_t2405853701 * value) { ___dateTimeInfo_15 = value; Il2CppCodeGenWriteBarrier((&___dateTimeInfo_15), value); } inline static int32_t get_offset_of_textInfo_16() { return static_cast(offsetof(CultureInfo_t4157843068, ___textInfo_16)); } inline TextInfo_t3810425522 * get_textInfo_16() const { return ___textInfo_16; } inline TextInfo_t3810425522 ** get_address_of_textInfo_16() { return &___textInfo_16; } inline void set_textInfo_16(TextInfo_t3810425522 * value) { ___textInfo_16 = value; Il2CppCodeGenWriteBarrier((&___textInfo_16), value); } inline static int32_t get_offset_of_m_name_17() { return static_cast(offsetof(CultureInfo_t4157843068, ___m_name_17)); } inline String_t* get_m_name_17() const { return ___m_name_17; } inline String_t** get_address_of_m_name_17() { return &___m_name_17; } inline void set_m_name_17(String_t* value) { ___m_name_17 = value; Il2CppCodeGenWriteBarrier((&___m_name_17), value); } inline static int32_t get_offset_of_displayname_18() { return static_cast(offsetof(CultureInfo_t4157843068, ___displayname_18)); } inline String_t* get_displayname_18() const { return ___displayname_18; } inline String_t** get_address_of_displayname_18() { return &___displayname_18; } inline void set_displayname_18(String_t* value) { ___displayname_18 = value; Il2CppCodeGenWriteBarrier((&___displayname_18), value); } inline static int32_t get_offset_of_englishname_19() { return static_cast(offsetof(CultureInfo_t4157843068, ___englishname_19)); } inline String_t* get_englishname_19() const { return ___englishname_19; } inline String_t** get_address_of_englishname_19() { return &___englishname_19; } inline void set_englishname_19(String_t* value) { ___englishname_19 = value; Il2CppCodeGenWriteBarrier((&___englishname_19), value); } inline static int32_t get_offset_of_nativename_20() { return static_cast(offsetof(CultureInfo_t4157843068, ___nativename_20)); } inline String_t* get_nativename_20() const { return ___nativename_20; } inline String_t** get_address_of_nativename_20() { return &___nativename_20; } inline void set_nativename_20(String_t* value) { ___nativename_20 = value; Il2CppCodeGenWriteBarrier((&___nativename_20), value); } inline static int32_t get_offset_of_iso3lang_21() { return static_cast(offsetof(CultureInfo_t4157843068, ___iso3lang_21)); } inline String_t* get_iso3lang_21() const { return ___iso3lang_21; } inline String_t** get_address_of_iso3lang_21() { return &___iso3lang_21; } inline void set_iso3lang_21(String_t* value) { ___iso3lang_21 = value; Il2CppCodeGenWriteBarrier((&___iso3lang_21), value); } inline static int32_t get_offset_of_iso2lang_22() { return static_cast(offsetof(CultureInfo_t4157843068, ___iso2lang_22)); } inline String_t* get_iso2lang_22() const { return ___iso2lang_22; } inline String_t** get_address_of_iso2lang_22() { return &___iso2lang_22; } inline void set_iso2lang_22(String_t* value) { ___iso2lang_22 = value; Il2CppCodeGenWriteBarrier((&___iso2lang_22), value); } inline static int32_t get_offset_of_icu_name_23() { return static_cast(offsetof(CultureInfo_t4157843068, ___icu_name_23)); } inline String_t* get_icu_name_23() const { return ___icu_name_23; } inline String_t** get_address_of_icu_name_23() { return &___icu_name_23; } inline void set_icu_name_23(String_t* value) { ___icu_name_23 = value; Il2CppCodeGenWriteBarrier((&___icu_name_23), value); } inline static int32_t get_offset_of_win3lang_24() { return static_cast(offsetof(CultureInfo_t4157843068, ___win3lang_24)); } inline String_t* get_win3lang_24() const { return ___win3lang_24; } inline String_t** get_address_of_win3lang_24() { return &___win3lang_24; } inline void set_win3lang_24(String_t* value) { ___win3lang_24 = value; Il2CppCodeGenWriteBarrier((&___win3lang_24), value); } inline static int32_t get_offset_of_territory_25() { return static_cast(offsetof(CultureInfo_t4157843068, ___territory_25)); } inline String_t* get_territory_25() const { return ___territory_25; } inline String_t** get_address_of_territory_25() { return &___territory_25; } inline void set_territory_25(String_t* value) { ___territory_25 = value; Il2CppCodeGenWriteBarrier((&___territory_25), value); } inline static int32_t get_offset_of_compareInfo_26() { return static_cast(offsetof(CultureInfo_t4157843068, ___compareInfo_26)); } inline CompareInfo_t1092934962 * get_compareInfo_26() const { return ___compareInfo_26; } inline CompareInfo_t1092934962 ** get_address_of_compareInfo_26() { return &___compareInfo_26; } inline void set_compareInfo_26(CompareInfo_t1092934962 * value) { ___compareInfo_26 = value; Il2CppCodeGenWriteBarrier((&___compareInfo_26), value); } inline static int32_t get_offset_of_calendar_data_27() { return static_cast(offsetof(CultureInfo_t4157843068, ___calendar_data_27)); } inline int32_t* get_calendar_data_27() const { return ___calendar_data_27; } inline int32_t** get_address_of_calendar_data_27() { return &___calendar_data_27; } inline void set_calendar_data_27(int32_t* value) { ___calendar_data_27 = value; } inline static int32_t get_offset_of_textinfo_data_28() { return static_cast(offsetof(CultureInfo_t4157843068, ___textinfo_data_28)); } inline void* get_textinfo_data_28() const { return ___textinfo_data_28; } inline void** get_address_of_textinfo_data_28() { return &___textinfo_data_28; } inline void set_textinfo_data_28(void* value) { ___textinfo_data_28 = value; } inline static int32_t get_offset_of_optional_calendars_29() { return static_cast(offsetof(CultureInfo_t4157843068, ___optional_calendars_29)); } inline CalendarU5BU5D_t3985046076* get_optional_calendars_29() const { return ___optional_calendars_29; } inline CalendarU5BU5D_t3985046076** get_address_of_optional_calendars_29() { return &___optional_calendars_29; } inline void set_optional_calendars_29(CalendarU5BU5D_t3985046076* value) { ___optional_calendars_29 = value; Il2CppCodeGenWriteBarrier((&___optional_calendars_29), value); } inline static int32_t get_offset_of_parent_culture_30() { return static_cast(offsetof(CultureInfo_t4157843068, ___parent_culture_30)); } inline CultureInfo_t4157843068 * get_parent_culture_30() const { return ___parent_culture_30; } inline CultureInfo_t4157843068 ** get_address_of_parent_culture_30() { return &___parent_culture_30; } inline void set_parent_culture_30(CultureInfo_t4157843068 * value) { ___parent_culture_30 = value; Il2CppCodeGenWriteBarrier((&___parent_culture_30), value); } inline static int32_t get_offset_of_m_dataItem_31() { return static_cast(offsetof(CultureInfo_t4157843068, ___m_dataItem_31)); } inline int32_t get_m_dataItem_31() const { return ___m_dataItem_31; } inline int32_t* get_address_of_m_dataItem_31() { return &___m_dataItem_31; } inline void set_m_dataItem_31(int32_t value) { ___m_dataItem_31 = value; } inline static int32_t get_offset_of_calendar_32() { return static_cast(offsetof(CultureInfo_t4157843068, ___calendar_32)); } inline Calendar_t1661121569 * get_calendar_32() const { return ___calendar_32; } inline Calendar_t1661121569 ** get_address_of_calendar_32() { return &___calendar_32; } inline void set_calendar_32(Calendar_t1661121569 * value) { ___calendar_32 = value; Il2CppCodeGenWriteBarrier((&___calendar_32), value); } inline static int32_t get_offset_of_constructed_33() { return static_cast(offsetof(CultureInfo_t4157843068, ___constructed_33)); } inline bool get_constructed_33() const { return ___constructed_33; } inline bool* get_address_of_constructed_33() { return &___constructed_33; } inline void set_constructed_33(bool value) { ___constructed_33 = value; } inline static int32_t get_offset_of_cached_serialized_form_34() { return static_cast(offsetof(CultureInfo_t4157843068, ___cached_serialized_form_34)); } inline ByteU5BU5D_t4116647657* get_cached_serialized_form_34() const { return ___cached_serialized_form_34; } inline ByteU5BU5D_t4116647657** get_address_of_cached_serialized_form_34() { return &___cached_serialized_form_34; } inline void set_cached_serialized_form_34(ByteU5BU5D_t4116647657* value) { ___cached_serialized_form_34 = value; Il2CppCodeGenWriteBarrier((&___cached_serialized_form_34), value); } }; struct CultureInfo_t4157843068_StaticFields { public: // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info CultureInfo_t4157843068 * ___invariant_culture_info_4; // System.Object System.Globalization.CultureInfo::shared_table_lock RuntimeObject * ___shared_table_lock_5; // System.Int32 System.Globalization.CultureInfo::BootstrapCultureID int32_t ___BootstrapCultureID_6; // System.String System.Globalization.CultureInfo::MSG_READONLY String_t* ___MSG_READONLY_35; // System.Collections.Hashtable System.Globalization.CultureInfo::shared_by_number Hashtable_t1853889766 * ___shared_by_number_36; // System.Collections.Hashtable System.Globalization.CultureInfo::shared_by_name Hashtable_t1853889766 * ___shared_by_name_37; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::<>f__switch$map19 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map19_38; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::<>f__switch$map1A Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map1A_39; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::<>f__switch$map1B Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map1B_40; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::<>f__switch$map1C Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map1C_41; public: inline static int32_t get_offset_of_invariant_culture_info_4() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___invariant_culture_info_4)); } inline CultureInfo_t4157843068 * get_invariant_culture_info_4() const { return ___invariant_culture_info_4; } inline CultureInfo_t4157843068 ** get_address_of_invariant_culture_info_4() { return &___invariant_culture_info_4; } inline void set_invariant_culture_info_4(CultureInfo_t4157843068 * value) { ___invariant_culture_info_4 = value; Il2CppCodeGenWriteBarrier((&___invariant_culture_info_4), value); } inline static int32_t get_offset_of_shared_table_lock_5() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___shared_table_lock_5)); } inline RuntimeObject * get_shared_table_lock_5() const { return ___shared_table_lock_5; } inline RuntimeObject ** get_address_of_shared_table_lock_5() { return &___shared_table_lock_5; } inline void set_shared_table_lock_5(RuntimeObject * value) { ___shared_table_lock_5 = value; Il2CppCodeGenWriteBarrier((&___shared_table_lock_5), value); } inline static int32_t get_offset_of_BootstrapCultureID_6() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___BootstrapCultureID_6)); } inline int32_t get_BootstrapCultureID_6() const { return ___BootstrapCultureID_6; } inline int32_t* get_address_of_BootstrapCultureID_6() { return &___BootstrapCultureID_6; } inline void set_BootstrapCultureID_6(int32_t value) { ___BootstrapCultureID_6 = value; } inline static int32_t get_offset_of_MSG_READONLY_35() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___MSG_READONLY_35)); } inline String_t* get_MSG_READONLY_35() const { return ___MSG_READONLY_35; } inline String_t** get_address_of_MSG_READONLY_35() { return &___MSG_READONLY_35; } inline void set_MSG_READONLY_35(String_t* value) { ___MSG_READONLY_35 = value; Il2CppCodeGenWriteBarrier((&___MSG_READONLY_35), value); } inline static int32_t get_offset_of_shared_by_number_36() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___shared_by_number_36)); } inline Hashtable_t1853889766 * get_shared_by_number_36() const { return ___shared_by_number_36; } inline Hashtable_t1853889766 ** get_address_of_shared_by_number_36() { return &___shared_by_number_36; } inline void set_shared_by_number_36(Hashtable_t1853889766 * value) { ___shared_by_number_36 = value; Il2CppCodeGenWriteBarrier((&___shared_by_number_36), value); } inline static int32_t get_offset_of_shared_by_name_37() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___shared_by_name_37)); } inline Hashtable_t1853889766 * get_shared_by_name_37() const { return ___shared_by_name_37; } inline Hashtable_t1853889766 ** get_address_of_shared_by_name_37() { return &___shared_by_name_37; } inline void set_shared_by_name_37(Hashtable_t1853889766 * value) { ___shared_by_name_37 = value; Il2CppCodeGenWriteBarrier((&___shared_by_name_37), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map19_38() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___U3CU3Ef__switchU24map19_38)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map19_38() const { return ___U3CU3Ef__switchU24map19_38; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map19_38() { return &___U3CU3Ef__switchU24map19_38; } inline void set_U3CU3Ef__switchU24map19_38(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map19_38 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map19_38), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map1A_39() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___U3CU3Ef__switchU24map1A_39)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map1A_39() const { return ___U3CU3Ef__switchU24map1A_39; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map1A_39() { return &___U3CU3Ef__switchU24map1A_39; } inline void set_U3CU3Ef__switchU24map1A_39(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map1A_39 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map1A_39), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map1B_40() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___U3CU3Ef__switchU24map1B_40)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map1B_40() const { return ___U3CU3Ef__switchU24map1B_40; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map1B_40() { return &___U3CU3Ef__switchU24map1B_40; } inline void set_U3CU3Ef__switchU24map1B_40(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map1B_40 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map1B_40), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map1C_41() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___U3CU3Ef__switchU24map1C_41)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map1C_41() const { return ___U3CU3Ef__switchU24map1C_41; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map1C_41() { return &___U3CU3Ef__switchU24map1C_41; } inline void set_U3CU3Ef__switchU24map1C_41(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map1C_41 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map1C_41), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CULTUREINFO_T4157843068_H #ifndef ENCODING_T1523322056_H #define ENCODING_T1523322056_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.Encoding struct Encoding_t1523322056 : public RuntimeObject { public: // System.Int32 System.Text.Encoding::codePage int32_t ___codePage_0; // System.Int32 System.Text.Encoding::windows_code_page int32_t ___windows_code_page_1; // System.Boolean System.Text.Encoding::is_readonly bool ___is_readonly_2; // System.Text.DecoderFallback System.Text.Encoding::decoder_fallback DecoderFallback_t3123823036 * ___decoder_fallback_3; // System.Text.EncoderFallback System.Text.Encoding::encoder_fallback EncoderFallback_t1188251036 * ___encoder_fallback_4; // System.String System.Text.Encoding::body_name String_t* ___body_name_8; // System.String System.Text.Encoding::encoding_name String_t* ___encoding_name_9; // System.String System.Text.Encoding::header_name String_t* ___header_name_10; // System.Boolean System.Text.Encoding::is_mail_news_display bool ___is_mail_news_display_11; // System.Boolean System.Text.Encoding::is_mail_news_save bool ___is_mail_news_save_12; // System.Boolean System.Text.Encoding::is_browser_save bool ___is_browser_save_13; // System.Boolean System.Text.Encoding::is_browser_display bool ___is_browser_display_14; // System.String System.Text.Encoding::web_name String_t* ___web_name_15; public: inline static int32_t get_offset_of_codePage_0() { return static_cast(offsetof(Encoding_t1523322056, ___codePage_0)); } inline int32_t get_codePage_0() const { return ___codePage_0; } inline int32_t* get_address_of_codePage_0() { return &___codePage_0; } inline void set_codePage_0(int32_t value) { ___codePage_0 = value; } inline static int32_t get_offset_of_windows_code_page_1() { return static_cast(offsetof(Encoding_t1523322056, ___windows_code_page_1)); } inline int32_t get_windows_code_page_1() const { return ___windows_code_page_1; } inline int32_t* get_address_of_windows_code_page_1() { return &___windows_code_page_1; } inline void set_windows_code_page_1(int32_t value) { ___windows_code_page_1 = value; } inline static int32_t get_offset_of_is_readonly_2() { return static_cast(offsetof(Encoding_t1523322056, ___is_readonly_2)); } inline bool get_is_readonly_2() const { return ___is_readonly_2; } inline bool* get_address_of_is_readonly_2() { return &___is_readonly_2; } inline void set_is_readonly_2(bool value) { ___is_readonly_2 = value; } inline static int32_t get_offset_of_decoder_fallback_3() { return static_cast(offsetof(Encoding_t1523322056, ___decoder_fallback_3)); } inline DecoderFallback_t3123823036 * get_decoder_fallback_3() const { return ___decoder_fallback_3; } inline DecoderFallback_t3123823036 ** get_address_of_decoder_fallback_3() { return &___decoder_fallback_3; } inline void set_decoder_fallback_3(DecoderFallback_t3123823036 * value) { ___decoder_fallback_3 = value; Il2CppCodeGenWriteBarrier((&___decoder_fallback_3), value); } inline static int32_t get_offset_of_encoder_fallback_4() { return static_cast(offsetof(Encoding_t1523322056, ___encoder_fallback_4)); } inline EncoderFallback_t1188251036 * get_encoder_fallback_4() const { return ___encoder_fallback_4; } inline EncoderFallback_t1188251036 ** get_address_of_encoder_fallback_4() { return &___encoder_fallback_4; } inline void set_encoder_fallback_4(EncoderFallback_t1188251036 * value) { ___encoder_fallback_4 = value; Il2CppCodeGenWriteBarrier((&___encoder_fallback_4), value); } inline static int32_t get_offset_of_body_name_8() { return static_cast(offsetof(Encoding_t1523322056, ___body_name_8)); } inline String_t* get_body_name_8() const { return ___body_name_8; } inline String_t** get_address_of_body_name_8() { return &___body_name_8; } inline void set_body_name_8(String_t* value) { ___body_name_8 = value; Il2CppCodeGenWriteBarrier((&___body_name_8), value); } inline static int32_t get_offset_of_encoding_name_9() { return static_cast(offsetof(Encoding_t1523322056, ___encoding_name_9)); } inline String_t* get_encoding_name_9() const { return ___encoding_name_9; } inline String_t** get_address_of_encoding_name_9() { return &___encoding_name_9; } inline void set_encoding_name_9(String_t* value) { ___encoding_name_9 = value; Il2CppCodeGenWriteBarrier((&___encoding_name_9), value); } inline static int32_t get_offset_of_header_name_10() { return static_cast(offsetof(Encoding_t1523322056, ___header_name_10)); } inline String_t* get_header_name_10() const { return ___header_name_10; } inline String_t** get_address_of_header_name_10() { return &___header_name_10; } inline void set_header_name_10(String_t* value) { ___header_name_10 = value; Il2CppCodeGenWriteBarrier((&___header_name_10), value); } inline static int32_t get_offset_of_is_mail_news_display_11() { return static_cast(offsetof(Encoding_t1523322056, ___is_mail_news_display_11)); } inline bool get_is_mail_news_display_11() const { return ___is_mail_news_display_11; } inline bool* get_address_of_is_mail_news_display_11() { return &___is_mail_news_display_11; } inline void set_is_mail_news_display_11(bool value) { ___is_mail_news_display_11 = value; } inline static int32_t get_offset_of_is_mail_news_save_12() { return static_cast(offsetof(Encoding_t1523322056, ___is_mail_news_save_12)); } inline bool get_is_mail_news_save_12() const { return ___is_mail_news_save_12; } inline bool* get_address_of_is_mail_news_save_12() { return &___is_mail_news_save_12; } inline void set_is_mail_news_save_12(bool value) { ___is_mail_news_save_12 = value; } inline static int32_t get_offset_of_is_browser_save_13() { return static_cast(offsetof(Encoding_t1523322056, ___is_browser_save_13)); } inline bool get_is_browser_save_13() const { return ___is_browser_save_13; } inline bool* get_address_of_is_browser_save_13() { return &___is_browser_save_13; } inline void set_is_browser_save_13(bool value) { ___is_browser_save_13 = value; } inline static int32_t get_offset_of_is_browser_display_14() { return static_cast(offsetof(Encoding_t1523322056, ___is_browser_display_14)); } inline bool get_is_browser_display_14() const { return ___is_browser_display_14; } inline bool* get_address_of_is_browser_display_14() { return &___is_browser_display_14; } inline void set_is_browser_display_14(bool value) { ___is_browser_display_14 = value; } inline static int32_t get_offset_of_web_name_15() { return static_cast(offsetof(Encoding_t1523322056, ___web_name_15)); } inline String_t* get_web_name_15() const { return ___web_name_15; } inline String_t** get_address_of_web_name_15() { return &___web_name_15; } inline void set_web_name_15(String_t* value) { ___web_name_15 = value; Il2CppCodeGenWriteBarrier((&___web_name_15), value); } }; struct Encoding_t1523322056_StaticFields { public: // System.Reflection.Assembly System.Text.Encoding::i18nAssembly Assembly_t * ___i18nAssembly_5; // System.Boolean System.Text.Encoding::i18nDisabled bool ___i18nDisabled_6; // System.Object[] System.Text.Encoding::encodings ObjectU5BU5D_t2843939325* ___encodings_7; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::asciiEncoding Encoding_t1523322056 * ___asciiEncoding_16; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianEncoding Encoding_t1523322056 * ___bigEndianEncoding_17; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::defaultEncoding Encoding_t1523322056 * ___defaultEncoding_18; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf7Encoding Encoding_t1523322056 * ___utf7Encoding_19; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8EncodingWithMarkers Encoding_t1523322056 * ___utf8EncodingWithMarkers_20; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8EncodingWithoutMarkers Encoding_t1523322056 * ___utf8EncodingWithoutMarkers_21; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::unicodeEncoding Encoding_t1523322056 * ___unicodeEncoding_22; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::isoLatin1Encoding Encoding_t1523322056 * ___isoLatin1Encoding_23; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8EncodingUnsafe Encoding_t1523322056 * ___utf8EncodingUnsafe_24; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf32Encoding Encoding_t1523322056 * ___utf32Encoding_25; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianUTF32Encoding Encoding_t1523322056 * ___bigEndianUTF32Encoding_26; // System.Object System.Text.Encoding::lockobj RuntimeObject * ___lockobj_27; public: inline static int32_t get_offset_of_i18nAssembly_5() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___i18nAssembly_5)); } inline Assembly_t * get_i18nAssembly_5() const { return ___i18nAssembly_5; } inline Assembly_t ** get_address_of_i18nAssembly_5() { return &___i18nAssembly_5; } inline void set_i18nAssembly_5(Assembly_t * value) { ___i18nAssembly_5 = value; Il2CppCodeGenWriteBarrier((&___i18nAssembly_5), value); } inline static int32_t get_offset_of_i18nDisabled_6() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___i18nDisabled_6)); } inline bool get_i18nDisabled_6() const { return ___i18nDisabled_6; } inline bool* get_address_of_i18nDisabled_6() { return &___i18nDisabled_6; } inline void set_i18nDisabled_6(bool value) { ___i18nDisabled_6 = value; } inline static int32_t get_offset_of_encodings_7() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___encodings_7)); } inline ObjectU5BU5D_t2843939325* get_encodings_7() const { return ___encodings_7; } inline ObjectU5BU5D_t2843939325** get_address_of_encodings_7() { return &___encodings_7; } inline void set_encodings_7(ObjectU5BU5D_t2843939325* value) { ___encodings_7 = value; Il2CppCodeGenWriteBarrier((&___encodings_7), value); } inline static int32_t get_offset_of_asciiEncoding_16() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___asciiEncoding_16)); } inline Encoding_t1523322056 * get_asciiEncoding_16() const { return ___asciiEncoding_16; } inline Encoding_t1523322056 ** get_address_of_asciiEncoding_16() { return &___asciiEncoding_16; } inline void set_asciiEncoding_16(Encoding_t1523322056 * value) { ___asciiEncoding_16 = value; Il2CppCodeGenWriteBarrier((&___asciiEncoding_16), value); } inline static int32_t get_offset_of_bigEndianEncoding_17() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___bigEndianEncoding_17)); } inline Encoding_t1523322056 * get_bigEndianEncoding_17() const { return ___bigEndianEncoding_17; } inline Encoding_t1523322056 ** get_address_of_bigEndianEncoding_17() { return &___bigEndianEncoding_17; } inline void set_bigEndianEncoding_17(Encoding_t1523322056 * value) { ___bigEndianEncoding_17 = value; Il2CppCodeGenWriteBarrier((&___bigEndianEncoding_17), value); } inline static int32_t get_offset_of_defaultEncoding_18() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___defaultEncoding_18)); } inline Encoding_t1523322056 * get_defaultEncoding_18() const { return ___defaultEncoding_18; } inline Encoding_t1523322056 ** get_address_of_defaultEncoding_18() { return &___defaultEncoding_18; } inline void set_defaultEncoding_18(Encoding_t1523322056 * value) { ___defaultEncoding_18 = value; Il2CppCodeGenWriteBarrier((&___defaultEncoding_18), value); } inline static int32_t get_offset_of_utf7Encoding_19() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf7Encoding_19)); } inline Encoding_t1523322056 * get_utf7Encoding_19() const { return ___utf7Encoding_19; } inline Encoding_t1523322056 ** get_address_of_utf7Encoding_19() { return &___utf7Encoding_19; } inline void set_utf7Encoding_19(Encoding_t1523322056 * value) { ___utf7Encoding_19 = value; Il2CppCodeGenWriteBarrier((&___utf7Encoding_19), value); } inline static int32_t get_offset_of_utf8EncodingWithMarkers_20() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf8EncodingWithMarkers_20)); } inline Encoding_t1523322056 * get_utf8EncodingWithMarkers_20() const { return ___utf8EncodingWithMarkers_20; } inline Encoding_t1523322056 ** get_address_of_utf8EncodingWithMarkers_20() { return &___utf8EncodingWithMarkers_20; } inline void set_utf8EncodingWithMarkers_20(Encoding_t1523322056 * value) { ___utf8EncodingWithMarkers_20 = value; Il2CppCodeGenWriteBarrier((&___utf8EncodingWithMarkers_20), value); } inline static int32_t get_offset_of_utf8EncodingWithoutMarkers_21() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf8EncodingWithoutMarkers_21)); } inline Encoding_t1523322056 * get_utf8EncodingWithoutMarkers_21() const { return ___utf8EncodingWithoutMarkers_21; } inline Encoding_t1523322056 ** get_address_of_utf8EncodingWithoutMarkers_21() { return &___utf8EncodingWithoutMarkers_21; } inline void set_utf8EncodingWithoutMarkers_21(Encoding_t1523322056 * value) { ___utf8EncodingWithoutMarkers_21 = value; Il2CppCodeGenWriteBarrier((&___utf8EncodingWithoutMarkers_21), value); } inline static int32_t get_offset_of_unicodeEncoding_22() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___unicodeEncoding_22)); } inline Encoding_t1523322056 * get_unicodeEncoding_22() const { return ___unicodeEncoding_22; } inline Encoding_t1523322056 ** get_address_of_unicodeEncoding_22() { return &___unicodeEncoding_22; } inline void set_unicodeEncoding_22(Encoding_t1523322056 * value) { ___unicodeEncoding_22 = value; Il2CppCodeGenWriteBarrier((&___unicodeEncoding_22), value); } inline static int32_t get_offset_of_isoLatin1Encoding_23() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___isoLatin1Encoding_23)); } inline Encoding_t1523322056 * get_isoLatin1Encoding_23() const { return ___isoLatin1Encoding_23; } inline Encoding_t1523322056 ** get_address_of_isoLatin1Encoding_23() { return &___isoLatin1Encoding_23; } inline void set_isoLatin1Encoding_23(Encoding_t1523322056 * value) { ___isoLatin1Encoding_23 = value; Il2CppCodeGenWriteBarrier((&___isoLatin1Encoding_23), value); } inline static int32_t get_offset_of_utf8EncodingUnsafe_24() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf8EncodingUnsafe_24)); } inline Encoding_t1523322056 * get_utf8EncodingUnsafe_24() const { return ___utf8EncodingUnsafe_24; } inline Encoding_t1523322056 ** get_address_of_utf8EncodingUnsafe_24() { return &___utf8EncodingUnsafe_24; } inline void set_utf8EncodingUnsafe_24(Encoding_t1523322056 * value) { ___utf8EncodingUnsafe_24 = value; Il2CppCodeGenWriteBarrier((&___utf8EncodingUnsafe_24), value); } inline static int32_t get_offset_of_utf32Encoding_25() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf32Encoding_25)); } inline Encoding_t1523322056 * get_utf32Encoding_25() const { return ___utf32Encoding_25; } inline Encoding_t1523322056 ** get_address_of_utf32Encoding_25() { return &___utf32Encoding_25; } inline void set_utf32Encoding_25(Encoding_t1523322056 * value) { ___utf32Encoding_25 = value; Il2CppCodeGenWriteBarrier((&___utf32Encoding_25), value); } inline static int32_t get_offset_of_bigEndianUTF32Encoding_26() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___bigEndianUTF32Encoding_26)); } inline Encoding_t1523322056 * get_bigEndianUTF32Encoding_26() const { return ___bigEndianUTF32Encoding_26; } inline Encoding_t1523322056 ** get_address_of_bigEndianUTF32Encoding_26() { return &___bigEndianUTF32Encoding_26; } inline void set_bigEndianUTF32Encoding_26(Encoding_t1523322056 * value) { ___bigEndianUTF32Encoding_26 = value; Il2CppCodeGenWriteBarrier((&___bigEndianUTF32Encoding_26), value); } inline static int32_t get_offset_of_lockobj_27() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___lockobj_27)); } inline RuntimeObject * get_lockobj_27() const { return ___lockobj_27; } inline RuntimeObject ** get_address_of_lockobj_27() { return &___lockobj_27; } inline void set_lockobj_27(RuntimeObject * value) { ___lockobj_27 = value; Il2CppCodeGenWriteBarrier((&___lockobj_27), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENCODING_T1523322056_H #ifndef URIPARSER_T3890150400_H #define URIPARSER_T3890150400_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UriParser struct UriParser_t3890150400 : public RuntimeObject { public: // System.String System.UriParser::scheme_name String_t* ___scheme_name_2; // System.Int32 System.UriParser::default_port int32_t ___default_port_3; public: inline static int32_t get_offset_of_scheme_name_2() { return static_cast(offsetof(UriParser_t3890150400, ___scheme_name_2)); } inline String_t* get_scheme_name_2() const { return ___scheme_name_2; } inline String_t** get_address_of_scheme_name_2() { return &___scheme_name_2; } inline void set_scheme_name_2(String_t* value) { ___scheme_name_2 = value; Il2CppCodeGenWriteBarrier((&___scheme_name_2), value); } inline static int32_t get_offset_of_default_port_3() { return static_cast(offsetof(UriParser_t3890150400, ___default_port_3)); } inline int32_t get_default_port_3() const { return ___default_port_3; } inline int32_t* get_address_of_default_port_3() { return &___default_port_3; } inline void set_default_port_3(int32_t value) { ___default_port_3 = value; } }; struct UriParser_t3890150400_StaticFields { public: // System.Object System.UriParser::lock_object RuntimeObject * ___lock_object_0; // System.Collections.Hashtable System.UriParser::table Hashtable_t1853889766 * ___table_1; // System.Text.RegularExpressions.Regex System.UriParser::uri_regex Regex_t3657309853 * ___uri_regex_4; // System.Text.RegularExpressions.Regex System.UriParser::auth_regex Regex_t3657309853 * ___auth_regex_5; public: inline static int32_t get_offset_of_lock_object_0() { return static_cast(offsetof(UriParser_t3890150400_StaticFields, ___lock_object_0)); } inline RuntimeObject * get_lock_object_0() const { return ___lock_object_0; } inline RuntimeObject ** get_address_of_lock_object_0() { return &___lock_object_0; } inline void set_lock_object_0(RuntimeObject * value) { ___lock_object_0 = value; Il2CppCodeGenWriteBarrier((&___lock_object_0), value); } inline static int32_t get_offset_of_table_1() { return static_cast(offsetof(UriParser_t3890150400_StaticFields, ___table_1)); } inline Hashtable_t1853889766 * get_table_1() const { return ___table_1; } inline Hashtable_t1853889766 ** get_address_of_table_1() { return &___table_1; } inline void set_table_1(Hashtable_t1853889766 * value) { ___table_1 = value; Il2CppCodeGenWriteBarrier((&___table_1), value); } inline static int32_t get_offset_of_uri_regex_4() { return static_cast(offsetof(UriParser_t3890150400_StaticFields, ___uri_regex_4)); } inline Regex_t3657309853 * get_uri_regex_4() const { return ___uri_regex_4; } inline Regex_t3657309853 ** get_address_of_uri_regex_4() { return &___uri_regex_4; } inline void set_uri_regex_4(Regex_t3657309853 * value) { ___uri_regex_4 = value; Il2CppCodeGenWriteBarrier((&___uri_regex_4), value); } inline static int32_t get_offset_of_auth_regex_5() { return static_cast(offsetof(UriParser_t3890150400_StaticFields, ___auth_regex_5)); } inline Regex_t3657309853 * get_auth_regex_5() const { return ___auth_regex_5; } inline Regex_t3657309853 ** get_address_of_auth_regex_5() { return &___auth_regex_5; } inline void set_auth_regex_5(Regex_t3657309853 * value) { ___auth_regex_5 = value; Il2CppCodeGenWriteBarrier((&___auth_regex_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // URIPARSER_T3890150400_H #ifndef URIBUILDER_T579353065_H #define URIBUILDER_T579353065_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UriBuilder struct UriBuilder_t579353065 : public RuntimeObject { public: // System.String System.UriBuilder::scheme String_t* ___scheme_0; // System.String System.UriBuilder::host String_t* ___host_1; // System.Int32 System.UriBuilder::port int32_t ___port_2; // System.String System.UriBuilder::path String_t* ___path_3; // System.String System.UriBuilder::query String_t* ___query_4; // System.String System.UriBuilder::fragment String_t* ___fragment_5; // System.String System.UriBuilder::username String_t* ___username_6; // System.String System.UriBuilder::password String_t* ___password_7; // System.Uri System.UriBuilder::uri Uri_t100236324 * ___uri_8; // System.Boolean System.UriBuilder::modified bool ___modified_9; public: inline static int32_t get_offset_of_scheme_0() { return static_cast(offsetof(UriBuilder_t579353065, ___scheme_0)); } inline String_t* get_scheme_0() const { return ___scheme_0; } inline String_t** get_address_of_scheme_0() { return &___scheme_0; } inline void set_scheme_0(String_t* value) { ___scheme_0 = value; Il2CppCodeGenWriteBarrier((&___scheme_0), value); } inline static int32_t get_offset_of_host_1() { return static_cast(offsetof(UriBuilder_t579353065, ___host_1)); } inline String_t* get_host_1() const { return ___host_1; } inline String_t** get_address_of_host_1() { return &___host_1; } inline void set_host_1(String_t* value) { ___host_1 = value; Il2CppCodeGenWriteBarrier((&___host_1), value); } inline static int32_t get_offset_of_port_2() { return static_cast(offsetof(UriBuilder_t579353065, ___port_2)); } inline int32_t get_port_2() const { return ___port_2; } inline int32_t* get_address_of_port_2() { return &___port_2; } inline void set_port_2(int32_t value) { ___port_2 = value; } inline static int32_t get_offset_of_path_3() { return static_cast(offsetof(UriBuilder_t579353065, ___path_3)); } inline String_t* get_path_3() const { return ___path_3; } inline String_t** get_address_of_path_3() { return &___path_3; } inline void set_path_3(String_t* value) { ___path_3 = value; Il2CppCodeGenWriteBarrier((&___path_3), value); } inline static int32_t get_offset_of_query_4() { return static_cast(offsetof(UriBuilder_t579353065, ___query_4)); } inline String_t* get_query_4() const { return ___query_4; } inline String_t** get_address_of_query_4() { return &___query_4; } inline void set_query_4(String_t* value) { ___query_4 = value; Il2CppCodeGenWriteBarrier((&___query_4), value); } inline static int32_t get_offset_of_fragment_5() { return static_cast(offsetof(UriBuilder_t579353065, ___fragment_5)); } inline String_t* get_fragment_5() const { return ___fragment_5; } inline String_t** get_address_of_fragment_5() { return &___fragment_5; } inline void set_fragment_5(String_t* value) { ___fragment_5 = value; Il2CppCodeGenWriteBarrier((&___fragment_5), value); } inline static int32_t get_offset_of_username_6() { return static_cast(offsetof(UriBuilder_t579353065, ___username_6)); } inline String_t* get_username_6() const { return ___username_6; } inline String_t** get_address_of_username_6() { return &___username_6; } inline void set_username_6(String_t* value) { ___username_6 = value; Il2CppCodeGenWriteBarrier((&___username_6), value); } inline static int32_t get_offset_of_password_7() { return static_cast(offsetof(UriBuilder_t579353065, ___password_7)); } inline String_t* get_password_7() const { return ___password_7; } inline String_t** get_address_of_password_7() { return &___password_7; } inline void set_password_7(String_t* value) { ___password_7 = value; Il2CppCodeGenWriteBarrier((&___password_7), value); } inline static int32_t get_offset_of_uri_8() { return static_cast(offsetof(UriBuilder_t579353065, ___uri_8)); } inline Uri_t100236324 * get_uri_8() const { return ___uri_8; } inline Uri_t100236324 ** get_address_of_uri_8() { return &___uri_8; } inline void set_uri_8(Uri_t100236324 * value) { ___uri_8 = value; Il2CppCodeGenWriteBarrier((&___uri_8), value); } inline static int32_t get_offset_of_modified_9() { return static_cast(offsetof(UriBuilder_t579353065, ___modified_9)); } inline bool get_modified_9() const { return ___modified_9; } inline bool* get_address_of_modified_9() { return &___modified_9; } inline void set_modified_9(bool value) { ___modified_9 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // URIBUILDER_T579353065_H #ifndef RXINTERPRETERFACTORY_T3897605822_H #define RXINTERPRETERFACTORY_T3897605822_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.RxInterpreterFactory struct RxInterpreterFactory_t3897605822 : public RuntimeObject { public: // System.Collections.IDictionary System.Text.RegularExpressions.RxInterpreterFactory::mapping RuntimeObject* ___mapping_0; // System.Byte[] System.Text.RegularExpressions.RxInterpreterFactory::program ByteU5BU5D_t4116647657* ___program_1; // System.Text.RegularExpressions.EvalDelegate System.Text.RegularExpressions.RxInterpreterFactory::eval_del EvalDelegate_t1206020564 * ___eval_del_2; // System.String[] System.Text.RegularExpressions.RxInterpreterFactory::namesMapping StringU5BU5D_t1281789340* ___namesMapping_3; // System.Int32 System.Text.RegularExpressions.RxInterpreterFactory::gap int32_t ___gap_4; public: inline static int32_t get_offset_of_mapping_0() { return static_cast(offsetof(RxInterpreterFactory_t3897605822, ___mapping_0)); } inline RuntimeObject* get_mapping_0() const { return ___mapping_0; } inline RuntimeObject** get_address_of_mapping_0() { return &___mapping_0; } inline void set_mapping_0(RuntimeObject* value) { ___mapping_0 = value; Il2CppCodeGenWriteBarrier((&___mapping_0), value); } inline static int32_t get_offset_of_program_1() { return static_cast(offsetof(RxInterpreterFactory_t3897605822, ___program_1)); } inline ByteU5BU5D_t4116647657* get_program_1() const { return ___program_1; } inline ByteU5BU5D_t4116647657** get_address_of_program_1() { return &___program_1; } inline void set_program_1(ByteU5BU5D_t4116647657* value) { ___program_1 = value; Il2CppCodeGenWriteBarrier((&___program_1), value); } inline static int32_t get_offset_of_eval_del_2() { return static_cast(offsetof(RxInterpreterFactory_t3897605822, ___eval_del_2)); } inline EvalDelegate_t1206020564 * get_eval_del_2() const { return ___eval_del_2; } inline EvalDelegate_t1206020564 ** get_address_of_eval_del_2() { return &___eval_del_2; } inline void set_eval_del_2(EvalDelegate_t1206020564 * value) { ___eval_del_2 = value; Il2CppCodeGenWriteBarrier((&___eval_del_2), value); } inline static int32_t get_offset_of_namesMapping_3() { return static_cast(offsetof(RxInterpreterFactory_t3897605822, ___namesMapping_3)); } inline StringU5BU5D_t1281789340* get_namesMapping_3() const { return ___namesMapping_3; } inline StringU5BU5D_t1281789340** get_address_of_namesMapping_3() { return &___namesMapping_3; } inline void set_namesMapping_3(StringU5BU5D_t1281789340* value) { ___namesMapping_3 = value; Il2CppCodeGenWriteBarrier((&___namesMapping_3), value); } inline static int32_t get_offset_of_gap_4() { return static_cast(offsetof(RxInterpreterFactory_t3897605822, ___gap_4)); } inline int32_t get_gap_4() const { return ___gap_4; } inline int32_t* get_address_of_gap_4() { return &___gap_4; } inline void set_gap_4(int32_t value) { ___gap_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RXINTERPRETERFACTORY_T3897605822_H #ifndef BASEMACHINE_T2554639499_H #define BASEMACHINE_T2554639499_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.BaseMachine struct BaseMachine_t2554639499 : public RuntimeObject { public: // System.Boolean System.Text.RegularExpressions.BaseMachine::needs_groups_or_captures bool ___needs_groups_or_captures_0; public: inline static int32_t get_offset_of_needs_groups_or_captures_0() { return static_cast(offsetof(BaseMachine_t2554639499, ___needs_groups_or_captures_0)); } inline bool get_needs_groups_or_captures_0() const { return ___needs_groups_or_captures_0; } inline bool* get_address_of_needs_groups_or_captures_0() { return &___needs_groups_or_captures_0; } inline void set_needs_groups_or_captures_0(bool value) { ___needs_groups_or_captures_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BASEMACHINE_T2554639499_H #ifndef GROUPCOLLECTION_T69770484_H #define GROUPCOLLECTION_T69770484_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.GroupCollection struct GroupCollection_t69770484 : public RuntimeObject { public: // System.Text.RegularExpressions.Group[] System.Text.RegularExpressions.GroupCollection::list GroupU5BU5D_t1880820351* ___list_0; // System.Int32 System.Text.RegularExpressions.GroupCollection::gap int32_t ___gap_1; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(GroupCollection_t69770484, ___list_0)); } inline GroupU5BU5D_t1880820351* get_list_0() const { return ___list_0; } inline GroupU5BU5D_t1880820351** get_address_of_list_0() { return &___list_0; } inline void set_list_0(GroupU5BU5D_t1880820351* value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((&___list_0), value); } inline static int32_t get_offset_of_gap_1() { return static_cast(offsetof(GroupCollection_t69770484, ___gap_1)); } inline int32_t get_gap_1() const { return ___gap_1; } inline int32_t* get_address_of_gap_1() { return &___gap_1; } inline void set_gap_1(int32_t value) { ___gap_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GROUPCOLLECTION_T69770484_H #ifndef REPEATCONTEXT_T2643093670_H #define REPEATCONTEXT_T2643093670_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.RxInterpreter/RepeatContext struct RepeatContext_t2643093670 : public RuntimeObject { public: // System.Int32 System.Text.RegularExpressions.RxInterpreter/RepeatContext::start int32_t ___start_0; // System.Int32 System.Text.RegularExpressions.RxInterpreter/RepeatContext::min int32_t ___min_1; // System.Int32 System.Text.RegularExpressions.RxInterpreter/RepeatContext::max int32_t ___max_2; // System.Boolean System.Text.RegularExpressions.RxInterpreter/RepeatContext::lazy bool ___lazy_3; // System.Int32 System.Text.RegularExpressions.RxInterpreter/RepeatContext::expr_pc int32_t ___expr_pc_4; // System.Text.RegularExpressions.RxInterpreter/RepeatContext System.Text.RegularExpressions.RxInterpreter/RepeatContext::previous RepeatContext_t2643093670 * ___previous_5; // System.Int32 System.Text.RegularExpressions.RxInterpreter/RepeatContext::count int32_t ___count_6; public: inline static int32_t get_offset_of_start_0() { return static_cast(offsetof(RepeatContext_t2643093670, ___start_0)); } inline int32_t get_start_0() const { return ___start_0; } inline int32_t* get_address_of_start_0() { return &___start_0; } inline void set_start_0(int32_t value) { ___start_0 = value; } inline static int32_t get_offset_of_min_1() { return static_cast(offsetof(RepeatContext_t2643093670, ___min_1)); } inline int32_t get_min_1() const { return ___min_1; } inline int32_t* get_address_of_min_1() { return &___min_1; } inline void set_min_1(int32_t value) { ___min_1 = value; } inline static int32_t get_offset_of_max_2() { return static_cast(offsetof(RepeatContext_t2643093670, ___max_2)); } inline int32_t get_max_2() const { return ___max_2; } inline int32_t* get_address_of_max_2() { return &___max_2; } inline void set_max_2(int32_t value) { ___max_2 = value; } inline static int32_t get_offset_of_lazy_3() { return static_cast(offsetof(RepeatContext_t2643093670, ___lazy_3)); } inline bool get_lazy_3() const { return ___lazy_3; } inline bool* get_address_of_lazy_3() { return &___lazy_3; } inline void set_lazy_3(bool value) { ___lazy_3 = value; } inline static int32_t get_offset_of_expr_pc_4() { return static_cast(offsetof(RepeatContext_t2643093670, ___expr_pc_4)); } inline int32_t get_expr_pc_4() const { return ___expr_pc_4; } inline int32_t* get_address_of_expr_pc_4() { return &___expr_pc_4; } inline void set_expr_pc_4(int32_t value) { ___expr_pc_4 = value; } inline static int32_t get_offset_of_previous_5() { return static_cast(offsetof(RepeatContext_t2643093670, ___previous_5)); } inline RepeatContext_t2643093670 * get_previous_5() const { return ___previous_5; } inline RepeatContext_t2643093670 ** get_address_of_previous_5() { return &___previous_5; } inline void set_previous_5(RepeatContext_t2643093670 * value) { ___previous_5 = value; Il2CppCodeGenWriteBarrier((&___previous_5), value); } inline static int32_t get_offset_of_count_6() { return static_cast(offsetof(RepeatContext_t2643093670, ___count_6)); } inline int32_t get_count_6() const { return ___count_6; } inline int32_t* get_address_of_count_6() { return &___count_6; } inline void set_count_6(int32_t value) { ___count_6 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REPEATCONTEXT_T2643093670_H #ifndef STRING_T_H #define STRING_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String struct String_t : public RuntimeObject { public: // System.Int32 System.String::length int32_t ___length_0; // System.Char System.String::start_char Il2CppChar ___start_char_1; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(String_t, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_start_char_1() { return static_cast(offsetof(String_t, ___start_char_1)); } inline Il2CppChar get_start_char_1() const { return ___start_char_1; } inline Il2CppChar* get_address_of_start_char_1() { return &___start_char_1; } inline void set_start_char_1(Il2CppChar value) { ___start_char_1 = value; } }; struct String_t_StaticFields { public: // System.String System.String::Empty String_t* ___Empty_2; // System.Char[] System.String::WhiteChars CharU5BU5D_t3528271667* ___WhiteChars_3; public: inline static int32_t get_offset_of_Empty_2() { return static_cast(offsetof(String_t_StaticFields, ___Empty_2)); } inline String_t* get_Empty_2() const { return ___Empty_2; } inline String_t** get_address_of_Empty_2() { return &___Empty_2; } inline void set_Empty_2(String_t* value) { ___Empty_2 = value; Il2CppCodeGenWriteBarrier((&___Empty_2), value); } inline static int32_t get_offset_of_WhiteChars_3() { return static_cast(offsetof(String_t_StaticFields, ___WhiteChars_3)); } inline CharU5BU5D_t3528271667* get_WhiteChars_3() const { return ___WhiteChars_3; } inline CharU5BU5D_t3528271667** get_address_of_WhiteChars_3() { return &___WhiteChars_3; } inline void set_WhiteChars_3(CharU5BU5D_t3528271667* value) { ___WhiteChars_3 = value; Il2CppCodeGenWriteBarrier((&___WhiteChars_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRING_T_H #ifndef CAPTURECOLLECTION_T1760593541_H #define CAPTURECOLLECTION_T1760593541_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.CaptureCollection struct CaptureCollection_t1760593541 : public RuntimeObject { public: // System.Text.RegularExpressions.Capture[] System.Text.RegularExpressions.CaptureCollection::list CaptureU5BU5D_t183267399* ___list_0; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(CaptureCollection_t1760593541, ___list_0)); } inline CaptureU5BU5D_t183267399* get_list_0() const { return ___list_0; } inline CaptureU5BU5D_t183267399** get_address_of_list_0() { return &___list_0; } inline void set_list_0(CaptureU5BU5D_t183267399* value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((&___list_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CAPTURECOLLECTION_T1760593541_H #ifndef EXCEPTION_T_H #define EXCEPTION_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Exception struct Exception_t : public RuntimeObject { public: // System.IntPtr[] System.Exception::trace_ips IntPtrU5BU5D_t4013366056* ___trace_ips_0; // System.Exception System.Exception::inner_exception Exception_t * ___inner_exception_1; // System.String System.Exception::message String_t* ___message_2; // System.String System.Exception::help_link String_t* ___help_link_3; // System.String System.Exception::class_name String_t* ___class_name_4; // System.String System.Exception::stack_trace String_t* ___stack_trace_5; // System.String System.Exception::_remoteStackTraceString String_t* ____remoteStackTraceString_6; // System.Int32 System.Exception::remote_stack_index int32_t ___remote_stack_index_7; // System.Int32 System.Exception::hresult int32_t ___hresult_8; // System.String System.Exception::source String_t* ___source_9; // System.Collections.IDictionary System.Exception::_data RuntimeObject* ____data_10; public: inline static int32_t get_offset_of_trace_ips_0() { return static_cast(offsetof(Exception_t, ___trace_ips_0)); } inline IntPtrU5BU5D_t4013366056* get_trace_ips_0() const { return ___trace_ips_0; } inline IntPtrU5BU5D_t4013366056** get_address_of_trace_ips_0() { return &___trace_ips_0; } inline void set_trace_ips_0(IntPtrU5BU5D_t4013366056* value) { ___trace_ips_0 = value; Il2CppCodeGenWriteBarrier((&___trace_ips_0), value); } inline static int32_t get_offset_of_inner_exception_1() { return static_cast(offsetof(Exception_t, ___inner_exception_1)); } inline Exception_t * get_inner_exception_1() const { return ___inner_exception_1; } inline Exception_t ** get_address_of_inner_exception_1() { return &___inner_exception_1; } inline void set_inner_exception_1(Exception_t * value) { ___inner_exception_1 = value; Il2CppCodeGenWriteBarrier((&___inner_exception_1), value); } inline static int32_t get_offset_of_message_2() { return static_cast(offsetof(Exception_t, ___message_2)); } inline String_t* get_message_2() const { return ___message_2; } inline String_t** get_address_of_message_2() { return &___message_2; } inline void set_message_2(String_t* value) { ___message_2 = value; Il2CppCodeGenWriteBarrier((&___message_2), value); } inline static int32_t get_offset_of_help_link_3() { return static_cast(offsetof(Exception_t, ___help_link_3)); } inline String_t* get_help_link_3() const { return ___help_link_3; } inline String_t** get_address_of_help_link_3() { return &___help_link_3; } inline void set_help_link_3(String_t* value) { ___help_link_3 = value; Il2CppCodeGenWriteBarrier((&___help_link_3), value); } inline static int32_t get_offset_of_class_name_4() { return static_cast(offsetof(Exception_t, ___class_name_4)); } inline String_t* get_class_name_4() const { return ___class_name_4; } inline String_t** get_address_of_class_name_4() { return &___class_name_4; } inline void set_class_name_4(String_t* value) { ___class_name_4 = value; Il2CppCodeGenWriteBarrier((&___class_name_4), value); } inline static int32_t get_offset_of_stack_trace_5() { return static_cast(offsetof(Exception_t, ___stack_trace_5)); } inline String_t* get_stack_trace_5() const { return ___stack_trace_5; } inline String_t** get_address_of_stack_trace_5() { return &___stack_trace_5; } inline void set_stack_trace_5(String_t* value) { ___stack_trace_5 = value; Il2CppCodeGenWriteBarrier((&___stack_trace_5), value); } inline static int32_t get_offset_of__remoteStackTraceString_6() { return static_cast(offsetof(Exception_t, ____remoteStackTraceString_6)); } inline String_t* get__remoteStackTraceString_6() const { return ____remoteStackTraceString_6; } inline String_t** get_address_of__remoteStackTraceString_6() { return &____remoteStackTraceString_6; } inline void set__remoteStackTraceString_6(String_t* value) { ____remoteStackTraceString_6 = value; Il2CppCodeGenWriteBarrier((&____remoteStackTraceString_6), value); } inline static int32_t get_offset_of_remote_stack_index_7() { return static_cast(offsetof(Exception_t, ___remote_stack_index_7)); } inline int32_t get_remote_stack_index_7() const { return ___remote_stack_index_7; } inline int32_t* get_address_of_remote_stack_index_7() { return &___remote_stack_index_7; } inline void set_remote_stack_index_7(int32_t value) { ___remote_stack_index_7 = value; } inline static int32_t get_offset_of_hresult_8() { return static_cast(offsetof(Exception_t, ___hresult_8)); } inline int32_t get_hresult_8() const { return ___hresult_8; } inline int32_t* get_address_of_hresult_8() { return &___hresult_8; } inline void set_hresult_8(int32_t value) { ___hresult_8 = value; } inline static int32_t get_offset_of_source_9() { return static_cast(offsetof(Exception_t, ___source_9)); } inline String_t* get_source_9() const { return ___source_9; } inline String_t** get_address_of_source_9() { return &___source_9; } inline void set_source_9(String_t* value) { ___source_9 = value; Il2CppCodeGenWriteBarrier((&___source_9), value); } inline static int32_t get_offset_of__data_10() { return static_cast(offsetof(Exception_t, ____data_10)); } inline RuntimeObject* get__data_10() const { return ____data_10; } inline RuntimeObject** get_address_of__data_10() { return &____data_10; } inline void set__data_10(RuntimeObject* value) { ____data_10 = value; Il2CppCodeGenWriteBarrier((&____data_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXCEPTION_T_H #ifndef CAPTURE_T2232016050_H #define CAPTURE_T2232016050_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.Capture struct Capture_t2232016050 : public RuntimeObject { public: // System.Int32 System.Text.RegularExpressions.Capture::index int32_t ___index_0; // System.Int32 System.Text.RegularExpressions.Capture::length int32_t ___length_1; // System.String System.Text.RegularExpressions.Capture::text String_t* ___text_2; public: inline static int32_t get_offset_of_index_0() { return static_cast(offsetof(Capture_t2232016050, ___index_0)); } inline int32_t get_index_0() const { return ___index_0; } inline int32_t* get_address_of_index_0() { return &___index_0; } inline void set_index_0(int32_t value) { ___index_0 = value; } inline static int32_t get_offset_of_length_1() { return static_cast(offsetof(Capture_t2232016050, ___length_1)); } inline int32_t get_length_1() const { return ___length_1; } inline int32_t* get_address_of_length_1() { return &___length_1; } inline void set_length_1(int32_t value) { ___length_1 = value; } inline static int32_t get_offset_of_text_2() { return static_cast(offsetof(Capture_t2232016050, ___text_2)); } inline String_t* get_text_2() const { return ___text_2; } inline String_t** get_address_of_text_2() { return &___text_2; } inline void set_text_2(String_t* value) { ___text_2 = value; Il2CppCodeGenWriteBarrier((&___text_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CAPTURE_T2232016050_H #ifndef CHAR_T3634460470_H #define CHAR_T3634460470_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Char struct Char_t3634460470 { public: // System.Char System.Char::m_value Il2CppChar ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Char_t3634460470, ___m_value_2)); } inline Il2CppChar get_m_value_2() const { return ___m_value_2; } inline Il2CppChar* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(Il2CppChar value) { ___m_value_2 = value; } }; struct Char_t3634460470_StaticFields { public: // System.Byte* System.Char::category_data uint8_t* ___category_data_3; // System.Byte* System.Char::numeric_data uint8_t* ___numeric_data_4; // System.Double* System.Char::numeric_data_values double* ___numeric_data_values_5; // System.UInt16* System.Char::to_lower_data_low uint16_t* ___to_lower_data_low_6; // System.UInt16* System.Char::to_lower_data_high uint16_t* ___to_lower_data_high_7; // System.UInt16* System.Char::to_upper_data_low uint16_t* ___to_upper_data_low_8; // System.UInt16* System.Char::to_upper_data_high uint16_t* ___to_upper_data_high_9; public: inline static int32_t get_offset_of_category_data_3() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___category_data_3)); } inline uint8_t* get_category_data_3() const { return ___category_data_3; } inline uint8_t** get_address_of_category_data_3() { return &___category_data_3; } inline void set_category_data_3(uint8_t* value) { ___category_data_3 = value; } inline static int32_t get_offset_of_numeric_data_4() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___numeric_data_4)); } inline uint8_t* get_numeric_data_4() const { return ___numeric_data_4; } inline uint8_t** get_address_of_numeric_data_4() { return &___numeric_data_4; } inline void set_numeric_data_4(uint8_t* value) { ___numeric_data_4 = value; } inline static int32_t get_offset_of_numeric_data_values_5() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___numeric_data_values_5)); } inline double* get_numeric_data_values_5() const { return ___numeric_data_values_5; } inline double** get_address_of_numeric_data_values_5() { return &___numeric_data_values_5; } inline void set_numeric_data_values_5(double* value) { ___numeric_data_values_5 = value; } inline static int32_t get_offset_of_to_lower_data_low_6() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_lower_data_low_6)); } inline uint16_t* get_to_lower_data_low_6() const { return ___to_lower_data_low_6; } inline uint16_t** get_address_of_to_lower_data_low_6() { return &___to_lower_data_low_6; } inline void set_to_lower_data_low_6(uint16_t* value) { ___to_lower_data_low_6 = value; } inline static int32_t get_offset_of_to_lower_data_high_7() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_lower_data_high_7)); } inline uint16_t* get_to_lower_data_high_7() const { return ___to_lower_data_high_7; } inline uint16_t** get_address_of_to_lower_data_high_7() { return &___to_lower_data_high_7; } inline void set_to_lower_data_high_7(uint16_t* value) { ___to_lower_data_high_7 = value; } inline static int32_t get_offset_of_to_upper_data_low_8() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_upper_data_low_8)); } inline uint16_t* get_to_upper_data_low_8() const { return ___to_upper_data_low_8; } inline uint16_t** get_address_of_to_upper_data_low_8() { return &___to_upper_data_low_8; } inline void set_to_upper_data_low_8(uint16_t* value) { ___to_upper_data_low_8 = value; } inline static int32_t get_offset_of_to_upper_data_high_9() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_upper_data_high_9)); } inline uint16_t* get_to_upper_data_high_9() const { return ___to_upper_data_high_9; } inline uint16_t** get_address_of_to_upper_data_high_9() { return &___to_upper_data_high_9; } inline void set_to_upper_data_high_9(uint16_t* value) { ___to_upper_data_high_9 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CHAR_T3634460470_H #ifndef DOUBLE_T594665363_H #define DOUBLE_T594665363_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Double struct Double_t594665363 { public: // System.Double System.Double::m_value double ___m_value_13; public: inline static int32_t get_offset_of_m_value_13() { return static_cast(offsetof(Double_t594665363, ___m_value_13)); } inline double get_m_value_13() const { return ___m_value_13; } inline double* get_address_of_m_value_13() { return &___m_value_13; } inline void set_m_value_13(double value) { ___m_value_13 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DOUBLE_T594665363_H #ifndef GENERICURIPARSER_T1141496137_H #define GENERICURIPARSER_T1141496137_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.GenericUriParser struct GenericUriParser_t1141496137 : public UriParser_t3890150400 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GENERICURIPARSER_T1141496137_H #ifndef INTPTR_T_H #define INTPTR_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IntPtr struct IntPtr_t { public: // System.Void* System.IntPtr::m_value void* ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INTPTR_T_H #ifndef URITYPECONVERTER_T3695916615_H #define URITYPECONVERTER_T3695916615_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UriTypeConverter struct UriTypeConverter_t3695916615 : public TypeConverter_t2249118273 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // URITYPECONVERTER_T3695916615_H #ifndef GROUP_T2468205786_H #define GROUP_T2468205786_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.Group struct Group_t2468205786 : public Capture_t2232016050 { public: // System.Boolean System.Text.RegularExpressions.Group::success bool ___success_4; // System.Text.RegularExpressions.CaptureCollection System.Text.RegularExpressions.Group::captures CaptureCollection_t1760593541 * ___captures_5; public: inline static int32_t get_offset_of_success_4() { return static_cast(offsetof(Group_t2468205786, ___success_4)); } inline bool get_success_4() const { return ___success_4; } inline bool* get_address_of_success_4() { return &___success_4; } inline void set_success_4(bool value) { ___success_4 = value; } inline static int32_t get_offset_of_captures_5() { return static_cast(offsetof(Group_t2468205786, ___captures_5)); } inline CaptureCollection_t1760593541 * get_captures_5() const { return ___captures_5; } inline CaptureCollection_t1760593541 ** get_address_of_captures_5() { return &___captures_5; } inline void set_captures_5(CaptureCollection_t1760593541 * value) { ___captures_5 = value; Il2CppCodeGenWriteBarrier((&___captures_5), value); } }; struct Group_t2468205786_StaticFields { public: // System.Text.RegularExpressions.Group System.Text.RegularExpressions.Group::Fail Group_t2468205786 * ___Fail_3; public: inline static int32_t get_offset_of_Fail_3() { return static_cast(offsetof(Group_t2468205786_StaticFields, ___Fail_3)); } inline Group_t2468205786 * get_Fail_3() const { return ___Fail_3; } inline Group_t2468205786 ** get_address_of_Fail_3() { return &___Fail_3; } inline void set_Fail_3(Group_t2468205786 * value) { ___Fail_3 = value; Il2CppCodeGenWriteBarrier((&___Fail_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GROUP_T2468205786_H #ifndef TEXTWRITER_T3478189236_H #define TEXTWRITER_T3478189236_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.TextWriter struct TextWriter_t3478189236 : public MarshalByRefObject_t2760389100 { public: // System.Char[] System.IO.TextWriter::CoreNewLine CharU5BU5D_t3528271667* ___CoreNewLine_1; // System.IFormatProvider System.IO.TextWriter::internalFormatProvider RuntimeObject* ___internalFormatProvider_2; public: inline static int32_t get_offset_of_CoreNewLine_1() { return static_cast(offsetof(TextWriter_t3478189236, ___CoreNewLine_1)); } inline CharU5BU5D_t3528271667* get_CoreNewLine_1() const { return ___CoreNewLine_1; } inline CharU5BU5D_t3528271667** get_address_of_CoreNewLine_1() { return &___CoreNewLine_1; } inline void set_CoreNewLine_1(CharU5BU5D_t3528271667* value) { ___CoreNewLine_1 = value; Il2CppCodeGenWriteBarrier((&___CoreNewLine_1), value); } inline static int32_t get_offset_of_internalFormatProvider_2() { return static_cast(offsetof(TextWriter_t3478189236, ___internalFormatProvider_2)); } inline RuntimeObject* get_internalFormatProvider_2() const { return ___internalFormatProvider_2; } inline RuntimeObject** get_address_of_internalFormatProvider_2() { return &___internalFormatProvider_2; } inline void set_internalFormatProvider_2(RuntimeObject* value) { ___internalFormatProvider_2 = value; Il2CppCodeGenWriteBarrier((&___internalFormatProvider_2), value); } }; struct TextWriter_t3478189236_StaticFields { public: // System.IO.TextWriter System.IO.TextWriter::Null TextWriter_t3478189236 * ___Null_3; public: inline static int32_t get_offset_of_Null_3() { return static_cast(offsetof(TextWriter_t3478189236_StaticFields, ___Null_3)); } inline TextWriter_t3478189236 * get_Null_3() const { return ___Null_3; } inline TextWriter_t3478189236 ** get_address_of_Null_3() { return &___Null_3; } inline void set_Null_3(TextWriter_t3478189236 * value) { ___Null_3 = value; Il2CppCodeGenWriteBarrier((&___Null_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TEXTWRITER_T3478189236_H #ifndef BOOLEAN_T97287965_H #define BOOLEAN_T97287965_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean struct Boolean_t97287965 { public: // System.Boolean System.Boolean::m_value bool ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Boolean_t97287965, ___m_value_2)); } inline bool get_m_value_2() const { return ___m_value_2; } inline bool* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(bool value) { ___m_value_2 = value; } }; struct Boolean_t97287965_StaticFields { public: // System.String System.Boolean::FalseString String_t* ___FalseString_0; // System.String System.Boolean::TrueString String_t* ___TrueString_1; public: inline static int32_t get_offset_of_FalseString_0() { return static_cast(offsetof(Boolean_t97287965_StaticFields, ___FalseString_0)); } inline String_t* get_FalseString_0() const { return ___FalseString_0; } inline String_t** get_address_of_FalseString_0() { return &___FalseString_0; } inline void set_FalseString_0(String_t* value) { ___FalseString_0 = value; Il2CppCodeGenWriteBarrier((&___FalseString_0), value); } inline static int32_t get_offset_of_TrueString_1() { return static_cast(offsetof(Boolean_t97287965_StaticFields, ___TrueString_1)); } inline String_t* get_TrueString_1() const { return ___TrueString_1; } inline String_t** get_address_of_TrueString_1() { return &___TrueString_1; } inline void set_TrueString_1(String_t* value) { ___TrueString_1 = value; Il2CppCodeGenWriteBarrier((&___TrueString_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BOOLEAN_T97287965_H #ifndef ELAPSEDEVENTARGS_T3048571484_H #define ELAPSEDEVENTARGS_T3048571484_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Timers.ElapsedEventArgs struct ElapsedEventArgs_t3048571484 : public EventArgs_t3591816995 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ELAPSEDEVENTARGS_T3048571484_H #ifndef UINT32_T2560061978_H #define UINT32_T2560061978_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UInt32 struct UInt32_t2560061978 { public: // System.UInt32 System.UInt32::m_value uint32_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(UInt32_t2560061978, ___m_value_2)); } inline uint32_t get_m_value_2() const { return ___m_value_2; } inline uint32_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(uint32_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UINT32_T2560061978_H #ifndef URISCHEME_T722425697_H #define URISCHEME_T722425697_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Uri/UriScheme struct UriScheme_t722425697 { public: // System.String System.Uri/UriScheme::scheme String_t* ___scheme_0; // System.String System.Uri/UriScheme::delimiter String_t* ___delimiter_1; // System.Int32 System.Uri/UriScheme::defaultPort int32_t ___defaultPort_2; public: inline static int32_t get_offset_of_scheme_0() { return static_cast(offsetof(UriScheme_t722425697, ___scheme_0)); } inline String_t* get_scheme_0() const { return ___scheme_0; } inline String_t** get_address_of_scheme_0() { return &___scheme_0; } inline void set_scheme_0(String_t* value) { ___scheme_0 = value; Il2CppCodeGenWriteBarrier((&___scheme_0), value); } inline static int32_t get_offset_of_delimiter_1() { return static_cast(offsetof(UriScheme_t722425697, ___delimiter_1)); } inline String_t* get_delimiter_1() const { return ___delimiter_1; } inline String_t** get_address_of_delimiter_1() { return &___delimiter_1; } inline void set_delimiter_1(String_t* value) { ___delimiter_1 = value; Il2CppCodeGenWriteBarrier((&___delimiter_1), value); } inline static int32_t get_offset_of_defaultPort_2() { return static_cast(offsetof(UriScheme_t722425697, ___defaultPort_2)); } inline int32_t get_defaultPort_2() const { return ___defaultPort_2; } inline int32_t* get_address_of_defaultPort_2() { return &___defaultPort_2; } inline void set_defaultPort_2(int32_t value) { ___defaultPort_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Uri/UriScheme struct UriScheme_t722425697_marshaled_pinvoke { char* ___scheme_0; char* ___delimiter_1; int32_t ___defaultPort_2; }; // Native definition for COM marshalling of System.Uri/UriScheme struct UriScheme_t722425697_marshaled_com { Il2CppChar* ___scheme_0; Il2CppChar* ___delimiter_1; int32_t ___defaultPort_2; }; #endif // URISCHEME_T722425697_H #ifndef INT64_T3736567304_H #define INT64_T3736567304_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int64 struct Int64_t3736567304 { public: // System.Int64 System.Int64::m_value int64_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Int64_t3736567304, ___m_value_2)); } inline int64_t get_m_value_2() const { return ___m_value_2; } inline int64_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(int64_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INT64_T3736567304_H #ifndef MARK_T3471605523_H #define MARK_T3471605523_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.Mark struct Mark_t3471605523 { public: // System.Int32 System.Text.RegularExpressions.Mark::Start int32_t ___Start_0; // System.Int32 System.Text.RegularExpressions.Mark::End int32_t ___End_1; // System.Int32 System.Text.RegularExpressions.Mark::Previous int32_t ___Previous_2; public: inline static int32_t get_offset_of_Start_0() { return static_cast(offsetof(Mark_t3471605523, ___Start_0)); } inline int32_t get_Start_0() const { return ___Start_0; } inline int32_t* get_address_of_Start_0() { return &___Start_0; } inline void set_Start_0(int32_t value) { ___Start_0 = value; } inline static int32_t get_offset_of_End_1() { return static_cast(offsetof(Mark_t3471605523, ___End_1)); } inline int32_t get_End_1() const { return ___End_1; } inline int32_t* get_address_of_End_1() { return &___End_1; } inline void set_End_1(int32_t value) { ___End_1 = value; } inline static int32_t get_offset_of_Previous_2() { return static_cast(offsetof(Mark_t3471605523, ___Previous_2)); } inline int32_t get_Previous_2() const { return ___Previous_2; } inline int32_t* get_address_of_Previous_2() { return &___Previous_2; } inline void set_Previous_2(int32_t value) { ___Previous_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MARK_T3471605523_H #ifndef INT32_T2950945753_H #define INT32_T2950945753_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 struct Int32_t2950945753 { public: // System.Int32 System.Int32::m_value int32_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Int32_t2950945753, ___m_value_2)); } inline int32_t get_m_value_2() const { return ___m_value_2; } inline int32_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(int32_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INT32_T2950945753_H #ifndef DEFAULTURIPARSER_T95882050_H #define DEFAULTURIPARSER_T95882050_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.DefaultUriParser struct DefaultUriParser_t95882050 : public UriParser_t3890150400 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DEFAULTURIPARSER_T95882050_H #ifndef ENUM_T4135868527_H #define ENUM_T4135868527_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Enum struct Enum_t4135868527 : public ValueType_t3640485471 { public: public: }; struct Enum_t4135868527_StaticFields { public: // System.Char[] System.Enum::split_char CharU5BU5D_t3528271667* ___split_char_0; public: inline static int32_t get_offset_of_split_char_0() { return static_cast(offsetof(Enum_t4135868527_StaticFields, ___split_char_0)); } inline CharU5BU5D_t3528271667* get_split_char_0() const { return ___split_char_0; } inline CharU5BU5D_t3528271667** get_address_of_split_char_0() { return &___split_char_0; } inline void set_split_char_0(CharU5BU5D_t3528271667* value) { ___split_char_0 = value; Il2CppCodeGenWriteBarrier((&___split_char_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Enum struct Enum_t4135868527_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t4135868527_marshaled_com { }; #endif // ENUM_T4135868527_H #ifndef REFERENCE_T1799410108_H #define REFERENCE_T1799410108_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.Syntax.Reference struct Reference_t1799410108 : public Expression_t2722445759 { public: // System.Text.RegularExpressions.Syntax.CapturingGroup System.Text.RegularExpressions.Syntax.Reference::group CapturingGroup_t751358689 * ___group_0; // System.Boolean System.Text.RegularExpressions.Syntax.Reference::ignore bool ___ignore_1; public: inline static int32_t get_offset_of_group_0() { return static_cast(offsetof(Reference_t1799410108, ___group_0)); } inline CapturingGroup_t751358689 * get_group_0() const { return ___group_0; } inline CapturingGroup_t751358689 ** get_address_of_group_0() { return &___group_0; } inline void set_group_0(CapturingGroup_t751358689 * value) { ___group_0 = value; Il2CppCodeGenWriteBarrier((&___group_0), value); } inline static int32_t get_offset_of_ignore_1() { return static_cast(offsetof(Reference_t1799410108, ___ignore_1)); } inline bool get_ignore_1() const { return ___ignore_1; } inline bool* get_address_of_ignore_1() { return &___ignore_1; } inline void set_ignore_1(bool value) { ___ignore_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REFERENCE_T1799410108_H #ifndef METHODBASE_T_H #define METHODBASE_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MethodBase struct MethodBase_t : public MemberInfo_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // METHODBASE_T_H #ifndef COMPOSITEEXPRESSION_T1252229802_H #define COMPOSITEEXPRESSION_T1252229802_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.Syntax.CompositeExpression struct CompositeExpression_t1252229802 : public Expression_t2722445759 { public: // System.Text.RegularExpressions.Syntax.ExpressionCollection System.Text.RegularExpressions.Syntax.CompositeExpression::expressions ExpressionCollection_t1810289389 * ___expressions_0; public: inline static int32_t get_offset_of_expressions_0() { return static_cast(offsetof(CompositeExpression_t1252229802, ___expressions_0)); } inline ExpressionCollection_t1810289389 * get_expressions_0() const { return ___expressions_0; } inline ExpressionCollection_t1810289389 ** get_address_of_expressions_0() { return &___expressions_0; } inline void set_expressions_0(ExpressionCollection_t1810289389 * value) { ___expressions_0 = value; Il2CppCodeGenWriteBarrier((&___expressions_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPOSITEEXPRESSION_T1252229802_H #ifndef EXPRESSIONCOLLECTION_T1810289389_H #define EXPRESSIONCOLLECTION_T1810289389_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.Syntax.ExpressionCollection struct ExpressionCollection_t1810289389 : public CollectionBase_t2727926298 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPRESSIONCOLLECTION_T1810289389_H #ifndef INTERVAL_T1802865632_H #define INTERVAL_T1802865632_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.Interval struct Interval_t1802865632 { public: // System.Int32 System.Text.RegularExpressions.Interval::low int32_t ___low_0; // System.Int32 System.Text.RegularExpressions.Interval::high int32_t ___high_1; // System.Boolean System.Text.RegularExpressions.Interval::contiguous bool ___contiguous_2; public: inline static int32_t get_offset_of_low_0() { return static_cast(offsetof(Interval_t1802865632, ___low_0)); } inline int32_t get_low_0() const { return ___low_0; } inline int32_t* get_address_of_low_0() { return &___low_0; } inline void set_low_0(int32_t value) { ___low_0 = value; } inline static int32_t get_offset_of_high_1() { return static_cast(offsetof(Interval_t1802865632, ___high_1)); } inline int32_t get_high_1() const { return ___high_1; } inline int32_t* get_address_of_high_1() { return &___high_1; } inline void set_high_1(int32_t value) { ___high_1 = value; } inline static int32_t get_offset_of_contiguous_2() { return static_cast(offsetof(Interval_t1802865632, ___contiguous_2)); } inline bool get_contiguous_2() const { return ___contiguous_2; } inline bool* get_address_of_contiguous_2() { return &___contiguous_2; } inline void set_contiguous_2(bool value) { ___contiguous_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Text.RegularExpressions.Interval struct Interval_t1802865632_marshaled_pinvoke { int32_t ___low_0; int32_t ___high_1; int32_t ___contiguous_2; }; // Native definition for COM marshalling of System.Text.RegularExpressions.Interval struct Interval_t1802865632_marshaled_com { int32_t ___low_0; int32_t ___high_1; int32_t ___contiguous_2; }; #endif // INTERVAL_T1802865632_H #ifndef VOID_T1185182177_H #define VOID_T1185182177_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void struct Void_t1185182177 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VOID_T1185182177_H #ifndef RXLINKREF_T3349372210_H #define RXLINKREF_T3349372210_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.RxLinkRef struct RxLinkRef_t3349372210 : public LinkRef_t2971865410 { public: // System.Int32[] System.Text.RegularExpressions.RxLinkRef::offsets Int32U5BU5D_t385246372* ___offsets_0; // System.Int32 System.Text.RegularExpressions.RxLinkRef::current int32_t ___current_1; public: inline static int32_t get_offset_of_offsets_0() { return static_cast(offsetof(RxLinkRef_t3349372210, ___offsets_0)); } inline Int32U5BU5D_t385246372* get_offsets_0() const { return ___offsets_0; } inline Int32U5BU5D_t385246372** get_address_of_offsets_0() { return &___offsets_0; } inline void set_offsets_0(Int32U5BU5D_t385246372* value) { ___offsets_0 = value; Il2CppCodeGenWriteBarrier((&___offsets_0), value); } inline static int32_t get_offset_of_current_1() { return static_cast(offsetof(RxLinkRef_t3349372210, ___current_1)); } inline int32_t get_current_1() const { return ___current_1; } inline int32_t* get_address_of_current_1() { return &___current_1; } inline void set_current_1(int32_t value) { ___current_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RXLINKREF_T3349372210_H #ifndef INTSTACK_T561212167_H #define INTSTACK_T561212167_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.RxInterpreter/IntStack struct IntStack_t561212167 { public: // System.Int32[] System.Text.RegularExpressions.RxInterpreter/IntStack::values Int32U5BU5D_t385246372* ___values_0; // System.Int32 System.Text.RegularExpressions.RxInterpreter/IntStack::count int32_t ___count_1; public: inline static int32_t get_offset_of_values_0() { return static_cast(offsetof(IntStack_t561212167, ___values_0)); } inline Int32U5BU5D_t385246372* get_values_0() const { return ___values_0; } inline Int32U5BU5D_t385246372** get_address_of_values_0() { return &___values_0; } inline void set_values_0(Int32U5BU5D_t385246372* value) { ___values_0 = value; Il2CppCodeGenWriteBarrier((&___values_0), value); } inline static int32_t get_offset_of_count_1() { return static_cast(offsetof(IntStack_t561212167, ___count_1)); } inline int32_t get_count_1() const { return ___count_1; } inline int32_t* get_address_of_count_1() { return &___count_1; } inline void set_count_1(int32_t value) { ___count_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Text.RegularExpressions.RxInterpreter/IntStack struct IntStack_t561212167_marshaled_pinvoke { int32_t* ___values_0; int32_t ___count_1; }; // Native definition for COM marshalling of System.Text.RegularExpressions.RxInterpreter/IntStack struct IntStack_t561212167_marshaled_com { int32_t* ___values_0; int32_t ___count_1; }; #endif // INTSTACK_T561212167_H #ifndef LITERAL_T434143540_H #define LITERAL_T434143540_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.Syntax.Literal struct Literal_t434143540 : public Expression_t2722445759 { public: // System.String System.Text.RegularExpressions.Syntax.Literal::str String_t* ___str_0; // System.Boolean System.Text.RegularExpressions.Syntax.Literal::ignore bool ___ignore_1; public: inline static int32_t get_offset_of_str_0() { return static_cast(offsetof(Literal_t434143540, ___str_0)); } inline String_t* get_str_0() const { return ___str_0; } inline String_t** get_address_of_str_0() { return &___str_0; } inline void set_str_0(String_t* value) { ___str_0 = value; Il2CppCodeGenWriteBarrier((&___str_0), value); } inline static int32_t get_offset_of_ignore_1() { return static_cast(offsetof(Literal_t434143540, ___ignore_1)); } inline bool get_ignore_1() const { return ___ignore_1; } inline bool* get_address_of_ignore_1() { return &___ignore_1; } inline void set_ignore_1(bool value) { ___ignore_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LITERAL_T434143540_H #ifndef STREAM_T1273022909_H #define STREAM_T1273022909_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.Stream struct Stream_t1273022909 : public MarshalByRefObject_t2760389100 { public: public: }; struct Stream_t1273022909_StaticFields { public: // System.IO.Stream System.IO.Stream::Null Stream_t1273022909 * ___Null_1; public: inline static int32_t get_offset_of_Null_1() { return static_cast(offsetof(Stream_t1273022909_StaticFields, ___Null_1)); } inline Stream_t1273022909 * get_Null_1() const { return ___Null_1; } inline Stream_t1273022909 ** get_address_of_Null_1() { return &___Null_1; } inline void set_Null_1(Stream_t1273022909 * value) { ___Null_1 = value; Il2CppCodeGenWriteBarrier((&___Null_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STREAM_T1273022909_H #ifndef BYTE_T1134296376_H #define BYTE_T1134296376_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Byte struct Byte_t1134296376 { public: // System.Byte System.Byte::m_value uint8_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Byte_t1134296376, ___m_value_2)); } inline uint8_t get_m_value_2() const { return ___m_value_2; } inline uint8_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(uint8_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BYTE_T1134296376_H #ifndef SYSTEMEXCEPTION_T176217640_H #define SYSTEMEXCEPTION_T176217640_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.SystemException struct SystemException_t176217640 : public Exception_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SYSTEMEXCEPTION_T176217640_H #ifndef URIHOSTNAMETYPE_T881866241_H #define URIHOSTNAMETYPE_T881866241_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UriHostNameType struct UriHostNameType_t881866241 { public: // System.Int32 System.UriHostNameType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(UriHostNameType_t881866241, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // URIHOSTNAMETYPE_T881866241_H #ifndef BINDINGFLAGS_T2721792723_H #define BINDINGFLAGS_T2721792723_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.BindingFlags struct BindingFlags_t2721792723 { public: // System.Int32 System.Reflection.BindingFlags::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(BindingFlags_t2721792723, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BINDINGFLAGS_T2721792723_H #ifndef MATCH_T3408321083_H #define MATCH_T3408321083_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.Match struct Match_t3408321083 : public Group_t2468205786 { public: // System.Text.RegularExpressions.Regex System.Text.RegularExpressions.Match::regex Regex_t3657309853 * ___regex_6; // System.Text.RegularExpressions.IMachine System.Text.RegularExpressions.Match::machine RuntimeObject* ___machine_7; // System.Int32 System.Text.RegularExpressions.Match::text_length int32_t ___text_length_8; // System.Text.RegularExpressions.GroupCollection System.Text.RegularExpressions.Match::groups GroupCollection_t69770484 * ___groups_9; public: inline static int32_t get_offset_of_regex_6() { return static_cast(offsetof(Match_t3408321083, ___regex_6)); } inline Regex_t3657309853 * get_regex_6() const { return ___regex_6; } inline Regex_t3657309853 ** get_address_of_regex_6() { return &___regex_6; } inline void set_regex_6(Regex_t3657309853 * value) { ___regex_6 = value; Il2CppCodeGenWriteBarrier((&___regex_6), value); } inline static int32_t get_offset_of_machine_7() { return static_cast(offsetof(Match_t3408321083, ___machine_7)); } inline RuntimeObject* get_machine_7() const { return ___machine_7; } inline RuntimeObject** get_address_of_machine_7() { return &___machine_7; } inline void set_machine_7(RuntimeObject* value) { ___machine_7 = value; Il2CppCodeGenWriteBarrier((&___machine_7), value); } inline static int32_t get_offset_of_text_length_8() { return static_cast(offsetof(Match_t3408321083, ___text_length_8)); } inline int32_t get_text_length_8() const { return ___text_length_8; } inline int32_t* get_address_of_text_length_8() { return &___text_length_8; } inline void set_text_length_8(int32_t value) { ___text_length_8 = value; } inline static int32_t get_offset_of_groups_9() { return static_cast(offsetof(Match_t3408321083, ___groups_9)); } inline GroupCollection_t69770484 * get_groups_9() const { return ___groups_9; } inline GroupCollection_t69770484 ** get_address_of_groups_9() { return &___groups_9; } inline void set_groups_9(GroupCollection_t69770484 * value) { ___groups_9 = value; Il2CppCodeGenWriteBarrier((&___groups_9), value); } }; struct Match_t3408321083_StaticFields { public: // System.Text.RegularExpressions.Match System.Text.RegularExpressions.Match::empty Match_t3408321083 * ___empty_10; public: inline static int32_t get_offset_of_empty_10() { return static_cast(offsetof(Match_t3408321083_StaticFields, ___empty_10)); } inline Match_t3408321083 * get_empty_10() const { return ___empty_10; } inline Match_t3408321083 ** get_address_of_empty_10() { return &___empty_10; } inline void set_empty_10(Match_t3408321083 * value) { ___empty_10 = value; Il2CppCodeGenWriteBarrier((&___empty_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MATCH_T3408321083_H #ifndef RUNTIMETYPEHANDLE_T3027515415_H #define RUNTIMETYPEHANDLE_T3027515415_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.RuntimeTypeHandle struct RuntimeTypeHandle_t3027515415 { public: // System.IntPtr System.RuntimeTypeHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeTypeHandle_t3027515415, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMETYPEHANDLE_T3027515415_H #ifndef FORMATEXCEPTION_T154580423_H #define FORMATEXCEPTION_T154580423_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.FormatException struct FormatException_t154580423 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FORMATEXCEPTION_T154580423_H #ifndef CONSTRUCTORINFO_T5769829_H #define CONSTRUCTORINFO_T5769829_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.ConstructorInfo struct ConstructorInfo_t5769829 : public MethodBase_t { public: public: }; struct ConstructorInfo_t5769829_StaticFields { public: // System.String System.Reflection.ConstructorInfo::ConstructorName String_t* ___ConstructorName_0; // System.String System.Reflection.ConstructorInfo::TypeConstructorName String_t* ___TypeConstructorName_1; public: inline static int32_t get_offset_of_ConstructorName_0() { return static_cast(offsetof(ConstructorInfo_t5769829_StaticFields, ___ConstructorName_0)); } inline String_t* get_ConstructorName_0() const { return ___ConstructorName_0; } inline String_t** get_address_of_ConstructorName_0() { return &___ConstructorName_0; } inline void set_ConstructorName_0(String_t* value) { ___ConstructorName_0 = value; Il2CppCodeGenWriteBarrier((&___ConstructorName_0), value); } inline static int32_t get_offset_of_TypeConstructorName_1() { return static_cast(offsetof(ConstructorInfo_t5769829_StaticFields, ___TypeConstructorName_1)); } inline String_t* get_TypeConstructorName_1() const { return ___TypeConstructorName_1; } inline String_t** get_address_of_TypeConstructorName_1() { return &___TypeConstructorName_1; } inline void set_TypeConstructorName_1(String_t* value) { ___TypeConstructorName_1 = value; Il2CppCodeGenWriteBarrier((&___TypeConstructorName_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONSTRUCTORINFO_T5769829_H #ifndef INVALIDOPERATIONEXCEPTION_T56020091_H #define INVALIDOPERATIONEXCEPTION_T56020091_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.InvalidOperationException struct InvalidOperationException_t56020091 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INVALIDOPERATIONEXCEPTION_T56020091_H #ifndef RXINTERPRETER_T3591201055_H #define RXINTERPRETER_T3591201055_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.RxInterpreter struct RxInterpreter_t3591201055 : public BaseMachine_t2554639499 { public: // System.Byte[] System.Text.RegularExpressions.RxInterpreter::program ByteU5BU5D_t4116647657* ___program_1; // System.String System.Text.RegularExpressions.RxInterpreter::str String_t* ___str_2; // System.Int32 System.Text.RegularExpressions.RxInterpreter::string_start int32_t ___string_start_3; // System.Int32 System.Text.RegularExpressions.RxInterpreter::string_end int32_t ___string_end_4; // System.Int32 System.Text.RegularExpressions.RxInterpreter::group_count int32_t ___group_count_5; // System.Int32[] System.Text.RegularExpressions.RxInterpreter::groups Int32U5BU5D_t385246372* ___groups_6; // System.Text.RegularExpressions.EvalDelegate System.Text.RegularExpressions.RxInterpreter::eval_del EvalDelegate_t1206020564 * ___eval_del_7; // System.Text.RegularExpressions.Mark[] System.Text.RegularExpressions.RxInterpreter::marks MarkU5BU5D_t3645422402* ___marks_8; // System.Int32 System.Text.RegularExpressions.RxInterpreter::mark_start int32_t ___mark_start_9; // System.Int32 System.Text.RegularExpressions.RxInterpreter::mark_end int32_t ___mark_end_10; // System.Text.RegularExpressions.RxInterpreter/IntStack System.Text.RegularExpressions.RxInterpreter::stack IntStack_t561212167 ___stack_11; // System.Text.RegularExpressions.RxInterpreter/RepeatContext System.Text.RegularExpressions.RxInterpreter::repeat RepeatContext_t2643093670 * ___repeat_12; // System.Text.RegularExpressions.RxInterpreter/RepeatContext System.Text.RegularExpressions.RxInterpreter::deep RepeatContext_t2643093670 * ___deep_13; public: inline static int32_t get_offset_of_program_1() { return static_cast(offsetof(RxInterpreter_t3591201055, ___program_1)); } inline ByteU5BU5D_t4116647657* get_program_1() const { return ___program_1; } inline ByteU5BU5D_t4116647657** get_address_of_program_1() { return &___program_1; } inline void set_program_1(ByteU5BU5D_t4116647657* value) { ___program_1 = value; Il2CppCodeGenWriteBarrier((&___program_1), value); } inline static int32_t get_offset_of_str_2() { return static_cast(offsetof(RxInterpreter_t3591201055, ___str_2)); } inline String_t* get_str_2() const { return ___str_2; } inline String_t** get_address_of_str_2() { return &___str_2; } inline void set_str_2(String_t* value) { ___str_2 = value; Il2CppCodeGenWriteBarrier((&___str_2), value); } inline static int32_t get_offset_of_string_start_3() { return static_cast(offsetof(RxInterpreter_t3591201055, ___string_start_3)); } inline int32_t get_string_start_3() const { return ___string_start_3; } inline int32_t* get_address_of_string_start_3() { return &___string_start_3; } inline void set_string_start_3(int32_t value) { ___string_start_3 = value; } inline static int32_t get_offset_of_string_end_4() { return static_cast(offsetof(RxInterpreter_t3591201055, ___string_end_4)); } inline int32_t get_string_end_4() const { return ___string_end_4; } inline int32_t* get_address_of_string_end_4() { return &___string_end_4; } inline void set_string_end_4(int32_t value) { ___string_end_4 = value; } inline static int32_t get_offset_of_group_count_5() { return static_cast(offsetof(RxInterpreter_t3591201055, ___group_count_5)); } inline int32_t get_group_count_5() const { return ___group_count_5; } inline int32_t* get_address_of_group_count_5() { return &___group_count_5; } inline void set_group_count_5(int32_t value) { ___group_count_5 = value; } inline static int32_t get_offset_of_groups_6() { return static_cast(offsetof(RxInterpreter_t3591201055, ___groups_6)); } inline Int32U5BU5D_t385246372* get_groups_6() const { return ___groups_6; } inline Int32U5BU5D_t385246372** get_address_of_groups_6() { return &___groups_6; } inline void set_groups_6(Int32U5BU5D_t385246372* value) { ___groups_6 = value; Il2CppCodeGenWriteBarrier((&___groups_6), value); } inline static int32_t get_offset_of_eval_del_7() { return static_cast(offsetof(RxInterpreter_t3591201055, ___eval_del_7)); } inline EvalDelegate_t1206020564 * get_eval_del_7() const { return ___eval_del_7; } inline EvalDelegate_t1206020564 ** get_address_of_eval_del_7() { return &___eval_del_7; } inline void set_eval_del_7(EvalDelegate_t1206020564 * value) { ___eval_del_7 = value; Il2CppCodeGenWriteBarrier((&___eval_del_7), value); } inline static int32_t get_offset_of_marks_8() { return static_cast(offsetof(RxInterpreter_t3591201055, ___marks_8)); } inline MarkU5BU5D_t3645422402* get_marks_8() const { return ___marks_8; } inline MarkU5BU5D_t3645422402** get_address_of_marks_8() { return &___marks_8; } inline void set_marks_8(MarkU5BU5D_t3645422402* value) { ___marks_8 = value; Il2CppCodeGenWriteBarrier((&___marks_8), value); } inline static int32_t get_offset_of_mark_start_9() { return static_cast(offsetof(RxInterpreter_t3591201055, ___mark_start_9)); } inline int32_t get_mark_start_9() const { return ___mark_start_9; } inline int32_t* get_address_of_mark_start_9() { return &___mark_start_9; } inline void set_mark_start_9(int32_t value) { ___mark_start_9 = value; } inline static int32_t get_offset_of_mark_end_10() { return static_cast(offsetof(RxInterpreter_t3591201055, ___mark_end_10)); } inline int32_t get_mark_end_10() const { return ___mark_end_10; } inline int32_t* get_address_of_mark_end_10() { return &___mark_end_10; } inline void set_mark_end_10(int32_t value) { ___mark_end_10 = value; } inline static int32_t get_offset_of_stack_11() { return static_cast(offsetof(RxInterpreter_t3591201055, ___stack_11)); } inline IntStack_t561212167 get_stack_11() const { return ___stack_11; } inline IntStack_t561212167 * get_address_of_stack_11() { return &___stack_11; } inline void set_stack_11(IntStack_t561212167 value) { ___stack_11 = value; } inline static int32_t get_offset_of_repeat_12() { return static_cast(offsetof(RxInterpreter_t3591201055, ___repeat_12)); } inline RepeatContext_t2643093670 * get_repeat_12() const { return ___repeat_12; } inline RepeatContext_t2643093670 ** get_address_of_repeat_12() { return &___repeat_12; } inline void set_repeat_12(RepeatContext_t2643093670 * value) { ___repeat_12 = value; Il2CppCodeGenWriteBarrier((&___repeat_12), value); } inline static int32_t get_offset_of_deep_13() { return static_cast(offsetof(RxInterpreter_t3591201055, ___deep_13)); } inline RepeatContext_t2643093670 * get_deep_13() const { return ___deep_13; } inline RepeatContext_t2643093670 ** get_address_of_deep_13() { return &___deep_13; } inline void set_deep_13(RepeatContext_t2643093670 * value) { ___deep_13 = value; Il2CppCodeGenWriteBarrier((&___deep_13), value); } }; struct RxInterpreter_t3591201055_StaticFields { public: // System.Boolean System.Text.RegularExpressions.RxInterpreter::trace_rx bool ___trace_rx_14; public: inline static int32_t get_offset_of_trace_rx_14() { return static_cast(offsetof(RxInterpreter_t3591201055_StaticFields, ___trace_rx_14)); } inline bool get_trace_rx_14() const { return ___trace_rx_14; } inline bool* get_address_of_trace_rx_14() { return &___trace_rx_14; } inline void set_trace_rx_14(bool value) { ___trace_rx_14 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RXINTERPRETER_T3591201055_H #ifndef MEMORYSTREAM_T94973147_H #define MEMORYSTREAM_T94973147_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.MemoryStream struct MemoryStream_t94973147 : public Stream_t1273022909 { public: // System.Boolean System.IO.MemoryStream::canWrite bool ___canWrite_2; // System.Boolean System.IO.MemoryStream::allowGetBuffer bool ___allowGetBuffer_3; // System.Int32 System.IO.MemoryStream::capacity int32_t ___capacity_4; // System.Int32 System.IO.MemoryStream::length int32_t ___length_5; // System.Byte[] System.IO.MemoryStream::internalBuffer ByteU5BU5D_t4116647657* ___internalBuffer_6; // System.Int32 System.IO.MemoryStream::initialIndex int32_t ___initialIndex_7; // System.Boolean System.IO.MemoryStream::expandable bool ___expandable_8; // System.Boolean System.IO.MemoryStream::streamClosed bool ___streamClosed_9; // System.Int32 System.IO.MemoryStream::position int32_t ___position_10; // System.Int32 System.IO.MemoryStream::dirty_bytes int32_t ___dirty_bytes_11; public: inline static int32_t get_offset_of_canWrite_2() { return static_cast(offsetof(MemoryStream_t94973147, ___canWrite_2)); } inline bool get_canWrite_2() const { return ___canWrite_2; } inline bool* get_address_of_canWrite_2() { return &___canWrite_2; } inline void set_canWrite_2(bool value) { ___canWrite_2 = value; } inline static int32_t get_offset_of_allowGetBuffer_3() { return static_cast(offsetof(MemoryStream_t94973147, ___allowGetBuffer_3)); } inline bool get_allowGetBuffer_3() const { return ___allowGetBuffer_3; } inline bool* get_address_of_allowGetBuffer_3() { return &___allowGetBuffer_3; } inline void set_allowGetBuffer_3(bool value) { ___allowGetBuffer_3 = value; } inline static int32_t get_offset_of_capacity_4() { return static_cast(offsetof(MemoryStream_t94973147, ___capacity_4)); } inline int32_t get_capacity_4() const { return ___capacity_4; } inline int32_t* get_address_of_capacity_4() { return &___capacity_4; } inline void set_capacity_4(int32_t value) { ___capacity_4 = value; } inline static int32_t get_offset_of_length_5() { return static_cast(offsetof(MemoryStream_t94973147, ___length_5)); } inline int32_t get_length_5() const { return ___length_5; } inline int32_t* get_address_of_length_5() { return &___length_5; } inline void set_length_5(int32_t value) { ___length_5 = value; } inline static int32_t get_offset_of_internalBuffer_6() { return static_cast(offsetof(MemoryStream_t94973147, ___internalBuffer_6)); } inline ByteU5BU5D_t4116647657* get_internalBuffer_6() const { return ___internalBuffer_6; } inline ByteU5BU5D_t4116647657** get_address_of_internalBuffer_6() { return &___internalBuffer_6; } inline void set_internalBuffer_6(ByteU5BU5D_t4116647657* value) { ___internalBuffer_6 = value; Il2CppCodeGenWriteBarrier((&___internalBuffer_6), value); } inline static int32_t get_offset_of_initialIndex_7() { return static_cast(offsetof(MemoryStream_t94973147, ___initialIndex_7)); } inline int32_t get_initialIndex_7() const { return ___initialIndex_7; } inline int32_t* get_address_of_initialIndex_7() { return &___initialIndex_7; } inline void set_initialIndex_7(int32_t value) { ___initialIndex_7 = value; } inline static int32_t get_offset_of_expandable_8() { return static_cast(offsetof(MemoryStream_t94973147, ___expandable_8)); } inline bool get_expandable_8() const { return ___expandable_8; } inline bool* get_address_of_expandable_8() { return &___expandable_8; } inline void set_expandable_8(bool value) { ___expandable_8 = value; } inline static int32_t get_offset_of_streamClosed_9() { return static_cast(offsetof(MemoryStream_t94973147, ___streamClosed_9)); } inline bool get_streamClosed_9() const { return ___streamClosed_9; } inline bool* get_address_of_streamClosed_9() { return &___streamClosed_9; } inline void set_streamClosed_9(bool value) { ___streamClosed_9 = value; } inline static int32_t get_offset_of_position_10() { return static_cast(offsetof(MemoryStream_t94973147, ___position_10)); } inline int32_t get_position_10() const { return ___position_10; } inline int32_t* get_address_of_position_10() { return &___position_10; } inline void set_position_10(int32_t value) { ___position_10 = value; } inline static int32_t get_offset_of_dirty_bytes_11() { return static_cast(offsetof(MemoryStream_t94973147, ___dirty_bytes_11)); } inline int32_t get_dirty_bytes_11() const { return ___dirty_bytes_11; } inline int32_t* get_address_of_dirty_bytes_11() { return &___dirty_bytes_11; } inline void set_dirty_bytes_11(int32_t value) { ___dirty_bytes_11 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MEMORYSTREAM_T94973147_H #ifndef STREAMINGCONTEXTSTATES_T3580100459_H #define STREAMINGCONTEXTSTATES_T3580100459_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.StreamingContextStates struct StreamingContextStates_t3580100459 { public: // System.Int32 System.Runtime.Serialization.StreamingContextStates::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(StreamingContextStates_t3580100459, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STREAMINGCONTEXTSTATES_T3580100459_H #ifndef NUMBERSTYLES_T617258130_H #define NUMBERSTYLES_T617258130_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.NumberStyles struct NumberStyles_t617258130 { public: // System.Int32 System.Globalization.NumberStyles::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(NumberStyles_t617258130, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NUMBERSTYLES_T617258130_H #ifndef ADDRESSFAMILY_T2612549059_H #define ADDRESSFAMILY_T2612549059_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Sockets.AddressFamily struct AddressFamily_t2612549059 { public: // System.Int32 System.Net.Sockets.AddressFamily::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(AddressFamily_t2612549059, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ADDRESSFAMILY_T2612549059_H #ifndef URIPARTIAL_T1736313903_H #define URIPARTIAL_T1736313903_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UriPartial struct UriPartial_t1736313903 { public: // System.Int32 System.UriPartial::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(UriPartial_t1736313903, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // URIPARTIAL_T1736313903_H #ifndef REGEXOPTIONS_T92845595_H #define REGEXOPTIONS_T92845595_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.RegexOptions struct RegexOptions_t92845595 { public: // System.Int32 System.Text.RegularExpressions.RegexOptions::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(RegexOptions_t92845595, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REGEXOPTIONS_T92845595_H #ifndef UNICODECATEGORY_T3356078642_H #define UNICODECATEGORY_T3356078642_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.UnicodeCategory struct UnicodeCategory_t3356078642 { public: // System.Int32 System.Globalization.UnicodeCategory::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(UnicodeCategory_t3356078642, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNICODECATEGORY_T3356078642_H #ifndef CATEGORY_T1200126069_H #define CATEGORY_T1200126069_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.Category struct Category_t1200126069 { public: // System.UInt16 System.Text.RegularExpressions.Category::value__ uint16_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Category_t1200126069, ___value___1)); } inline uint16_t get_value___1() const { return ___value___1; } inline uint16_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(uint16_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CATEGORY_T1200126069_H #ifndef CHARACTERCLASS_T839120860_H #define CHARACTERCLASS_T839120860_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.Syntax.CharacterClass struct CharacterClass_t839120860 : public Expression_t2722445759 { public: // System.Boolean System.Text.RegularExpressions.Syntax.CharacterClass::negate bool ___negate_1; // System.Boolean System.Text.RegularExpressions.Syntax.CharacterClass::ignore bool ___ignore_2; // System.Collections.BitArray System.Text.RegularExpressions.Syntax.CharacterClass::pos_cats BitArray_t4087883509 * ___pos_cats_3; // System.Collections.BitArray System.Text.RegularExpressions.Syntax.CharacterClass::neg_cats BitArray_t4087883509 * ___neg_cats_4; // System.Text.RegularExpressions.IntervalCollection System.Text.RegularExpressions.Syntax.CharacterClass::intervals IntervalCollection_t2609070824 * ___intervals_5; public: inline static int32_t get_offset_of_negate_1() { return static_cast(offsetof(CharacterClass_t839120860, ___negate_1)); } inline bool get_negate_1() const { return ___negate_1; } inline bool* get_address_of_negate_1() { return &___negate_1; } inline void set_negate_1(bool value) { ___negate_1 = value; } inline static int32_t get_offset_of_ignore_2() { return static_cast(offsetof(CharacterClass_t839120860, ___ignore_2)); } inline bool get_ignore_2() const { return ___ignore_2; } inline bool* get_address_of_ignore_2() { return &___ignore_2; } inline void set_ignore_2(bool value) { ___ignore_2 = value; } inline static int32_t get_offset_of_pos_cats_3() { return static_cast(offsetof(CharacterClass_t839120860, ___pos_cats_3)); } inline BitArray_t4087883509 * get_pos_cats_3() const { return ___pos_cats_3; } inline BitArray_t4087883509 ** get_address_of_pos_cats_3() { return &___pos_cats_3; } inline void set_pos_cats_3(BitArray_t4087883509 * value) { ___pos_cats_3 = value; Il2CppCodeGenWriteBarrier((&___pos_cats_3), value); } inline static int32_t get_offset_of_neg_cats_4() { return static_cast(offsetof(CharacterClass_t839120860, ___neg_cats_4)); } inline BitArray_t4087883509 * get_neg_cats_4() const { return ___neg_cats_4; } inline BitArray_t4087883509 ** get_address_of_neg_cats_4() { return &___neg_cats_4; } inline void set_neg_cats_4(BitArray_t4087883509 * value) { ___neg_cats_4 = value; Il2CppCodeGenWriteBarrier((&___neg_cats_4), value); } inline static int32_t get_offset_of_intervals_5() { return static_cast(offsetof(CharacterClass_t839120860, ___intervals_5)); } inline IntervalCollection_t2609070824 * get_intervals_5() const { return ___intervals_5; } inline IntervalCollection_t2609070824 ** get_address_of_intervals_5() { return &___intervals_5; } inline void set_intervals_5(IntervalCollection_t2609070824 * value) { ___intervals_5 = value; Il2CppCodeGenWriteBarrier((&___intervals_5), value); } }; struct CharacterClass_t839120860_StaticFields { public: // System.Text.RegularExpressions.Interval System.Text.RegularExpressions.Syntax.CharacterClass::upper_case_characters Interval_t1802865632 ___upper_case_characters_0; public: inline static int32_t get_offset_of_upper_case_characters_0() { return static_cast(offsetof(CharacterClass_t839120860_StaticFields, ___upper_case_characters_0)); } inline Interval_t1802865632 get_upper_case_characters_0() const { return ___upper_case_characters_0; } inline Interval_t1802865632 * get_address_of_upper_case_characters_0() { return &___upper_case_characters_0; } inline void set_upper_case_characters_0(Interval_t1802865632 value) { ___upper_case_characters_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CHARACTERCLASS_T839120860_H #ifndef GROUP_T1458537008_H #define GROUP_T1458537008_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.Syntax.Group struct Group_t1458537008 : public CompositeExpression_t1252229802 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GROUP_T1458537008_H #ifndef RXOP_T349969367_H #define RXOP_T349969367_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.RxOp struct RxOp_t349969367 { public: // System.Byte System.Text.RegularExpressions.RxOp::value__ uint8_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(RxOp_t349969367, ___value___1)); } inline uint8_t get_value___1() const { return ___value___1; } inline uint8_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(uint8_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RXOP_T349969367_H #ifndef BACKSLASHNUMBER_T3656518667_H #define BACKSLASHNUMBER_T3656518667_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.Syntax.BackslashNumber struct BackslashNumber_t3656518667 : public Reference_t1799410108 { public: // System.String System.Text.RegularExpressions.Syntax.BackslashNumber::literal String_t* ___literal_2; // System.Boolean System.Text.RegularExpressions.Syntax.BackslashNumber::ecma bool ___ecma_3; public: inline static int32_t get_offset_of_literal_2() { return static_cast(offsetof(BackslashNumber_t3656518667, ___literal_2)); } inline String_t* get_literal_2() const { return ___literal_2; } inline String_t** get_address_of_literal_2() { return &___literal_2; } inline void set_literal_2(String_t* value) { ___literal_2 = value; Il2CppCodeGenWriteBarrier((&___literal_2), value); } inline static int32_t get_offset_of_ecma_3() { return static_cast(offsetof(BackslashNumber_t3656518667, ___ecma_3)); } inline bool get_ecma_3() const { return ___ecma_3; } inline bool* get_address_of_ecma_3() { return &___ecma_3; } inline void set_ecma_3(bool value) { ___ecma_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BACKSLASHNUMBER_T3656518667_H #ifndef ASSERTION_T3267412828_H #define ASSERTION_T3267412828_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.Syntax.Assertion struct Assertion_t3267412828 : public CompositeExpression_t1252229802 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASSERTION_T3267412828_H #ifndef POSITION_T2536274344_H #define POSITION_T2536274344_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.Position struct Position_t2536274344 { public: // System.UInt16 System.Text.RegularExpressions.Position::value__ uint16_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Position_t2536274344, ___value___1)); } inline uint16_t get_value___1() const { return ___value___1; } inline uint16_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(uint16_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // POSITION_T2536274344_H #ifndef NOTSUPPORTEDEXCEPTION_T1314879016_H #define NOTSUPPORTEDEXCEPTION_T1314879016_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.NotSupportedException struct NotSupportedException_t1314879016 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NOTSUPPORTEDEXCEPTION_T1314879016_H #ifndef ALTERNATION_T625481451_H #define ALTERNATION_T625481451_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.Syntax.Alternation struct Alternation_t625481451 : public CompositeExpression_t1252229802 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ALTERNATION_T625481451_H #ifndef ARGUMENTEXCEPTION_T132251570_H #define ARGUMENTEXCEPTION_T132251570_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ArgumentException struct ArgumentException_t132251570 : public SystemException_t176217640 { public: // System.String System.ArgumentException::param_name String_t* ___param_name_12; public: inline static int32_t get_offset_of_param_name_12() { return static_cast(offsetof(ArgumentException_t132251570, ___param_name_12)); } inline String_t* get_param_name_12() const { return ___param_name_12; } inline String_t** get_address_of_param_name_12() { return &___param_name_12; } inline void set_param_name_12(String_t* value) { ___param_name_12 = value; Il2CppCodeGenWriteBarrier((&___param_name_12), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARGUMENTEXCEPTION_T132251570_H #ifndef REPETITION_T2393242404_H #define REPETITION_T2393242404_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.Syntax.Repetition struct Repetition_t2393242404 : public CompositeExpression_t1252229802 { public: // System.Int32 System.Text.RegularExpressions.Syntax.Repetition::min int32_t ___min_1; // System.Int32 System.Text.RegularExpressions.Syntax.Repetition::max int32_t ___max_2; // System.Boolean System.Text.RegularExpressions.Syntax.Repetition::lazy bool ___lazy_3; public: inline static int32_t get_offset_of_min_1() { return static_cast(offsetof(Repetition_t2393242404, ___min_1)); } inline int32_t get_min_1() const { return ___min_1; } inline int32_t* get_address_of_min_1() { return &___min_1; } inline void set_min_1(int32_t value) { ___min_1 = value; } inline static int32_t get_offset_of_max_2() { return static_cast(offsetof(Repetition_t2393242404, ___max_2)); } inline int32_t get_max_2() const { return ___max_2; } inline int32_t* get_address_of_max_2() { return &___max_2; } inline void set_max_2(int32_t value) { ___max_2 = value; } inline static int32_t get_offset_of_lazy_3() { return static_cast(offsetof(Repetition_t2393242404, ___lazy_3)); } inline bool get_lazy_3() const { return ___lazy_3; } inline bool* get_address_of_lazy_3() { return &___lazy_3; } inline void set_lazy_3(bool value) { ___lazy_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REPETITION_T2393242404_H #ifndef URIKIND_T3816567336_H #define URIKIND_T3816567336_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UriKind struct UriKind_t3816567336 { public: // System.Int32 System.UriKind::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(UriKind_t3816567336, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // URIKIND_T3816567336_H #ifndef DELEGATE_T1188392813_H #define DELEGATE_T1188392813_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Delegate struct Delegate_t1188392813 : public RuntimeObject { public: // System.IntPtr System.Delegate::method_ptr Il2CppMethodPointer ___method_ptr_0; // System.IntPtr System.Delegate::invoke_impl intptr_t ___invoke_impl_1; // System.Object System.Delegate::m_target RuntimeObject * ___m_target_2; // System.IntPtr System.Delegate::method intptr_t ___method_3; // System.IntPtr System.Delegate::delegate_trampoline intptr_t ___delegate_trampoline_4; // System.IntPtr System.Delegate::method_code intptr_t ___method_code_5; // System.Reflection.MethodInfo System.Delegate::method_info MethodInfo_t * ___method_info_6; // System.Reflection.MethodInfo System.Delegate::original_method_info MethodInfo_t * ___original_method_info_7; // System.DelegateData System.Delegate::data DelegateData_t1677132599 * ___data_8; public: inline static int32_t get_offset_of_method_ptr_0() { return static_cast(offsetof(Delegate_t1188392813, ___method_ptr_0)); } inline Il2CppMethodPointer get_method_ptr_0() const { return ___method_ptr_0; } inline Il2CppMethodPointer* get_address_of_method_ptr_0() { return &___method_ptr_0; } inline void set_method_ptr_0(Il2CppMethodPointer value) { ___method_ptr_0 = value; } inline static int32_t get_offset_of_invoke_impl_1() { return static_cast(offsetof(Delegate_t1188392813, ___invoke_impl_1)); } inline intptr_t get_invoke_impl_1() const { return ___invoke_impl_1; } inline intptr_t* get_address_of_invoke_impl_1() { return &___invoke_impl_1; } inline void set_invoke_impl_1(intptr_t value) { ___invoke_impl_1 = value; } inline static int32_t get_offset_of_m_target_2() { return static_cast(offsetof(Delegate_t1188392813, ___m_target_2)); } inline RuntimeObject * get_m_target_2() const { return ___m_target_2; } inline RuntimeObject ** get_address_of_m_target_2() { return &___m_target_2; } inline void set_m_target_2(RuntimeObject * value) { ___m_target_2 = value; Il2CppCodeGenWriteBarrier((&___m_target_2), value); } inline static int32_t get_offset_of_method_3() { return static_cast(offsetof(Delegate_t1188392813, ___method_3)); } inline intptr_t get_method_3() const { return ___method_3; } inline intptr_t* get_address_of_method_3() { return &___method_3; } inline void set_method_3(intptr_t value) { ___method_3 = value; } inline static int32_t get_offset_of_delegate_trampoline_4() { return static_cast(offsetof(Delegate_t1188392813, ___delegate_trampoline_4)); } inline intptr_t get_delegate_trampoline_4() const { return ___delegate_trampoline_4; } inline intptr_t* get_address_of_delegate_trampoline_4() { return &___delegate_trampoline_4; } inline void set_delegate_trampoline_4(intptr_t value) { ___delegate_trampoline_4 = value; } inline static int32_t get_offset_of_method_code_5() { return static_cast(offsetof(Delegate_t1188392813, ___method_code_5)); } inline intptr_t get_method_code_5() const { return ___method_code_5; } inline intptr_t* get_address_of_method_code_5() { return &___method_code_5; } inline void set_method_code_5(intptr_t value) { ___method_code_5 = value; } inline static int32_t get_offset_of_method_info_6() { return static_cast(offsetof(Delegate_t1188392813, ___method_info_6)); } inline MethodInfo_t * get_method_info_6() const { return ___method_info_6; } inline MethodInfo_t ** get_address_of_method_info_6() { return &___method_info_6; } inline void set_method_info_6(MethodInfo_t * value) { ___method_info_6 = value; Il2CppCodeGenWriteBarrier((&___method_info_6), value); } inline static int32_t get_offset_of_original_method_info_7() { return static_cast(offsetof(Delegate_t1188392813, ___original_method_info_7)); } inline MethodInfo_t * get_original_method_info_7() const { return ___original_method_info_7; } inline MethodInfo_t ** get_address_of_original_method_info_7() { return &___original_method_info_7; } inline void set_original_method_info_7(MethodInfo_t * value) { ___original_method_info_7 = value; Il2CppCodeGenWriteBarrier((&___original_method_info_7), value); } inline static int32_t get_offset_of_data_8() { return static_cast(offsetof(Delegate_t1188392813, ___data_8)); } inline DelegateData_t1677132599 * get_data_8() const { return ___data_8; } inline DelegateData_t1677132599 ** get_address_of_data_8() { return &___data_8; } inline void set_data_8(DelegateData_t1677132599 * value) { ___data_8 = value; Il2CppCodeGenWriteBarrier((&___data_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DELEGATE_T1188392813_H #ifndef INDEXOUTOFRANGEEXCEPTION_T1578797820_H #define INDEXOUTOFRANGEEXCEPTION_T1578797820_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IndexOutOfRangeException struct IndexOutOfRangeException_t1578797820 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INDEXOUTOFRANGEEXCEPTION_T1578797820_H #ifndef REGEX_T3657309853_H #define REGEX_T3657309853_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.Regex struct Regex_t3657309853 : public RuntimeObject { public: // System.Text.RegularExpressions.IMachineFactory System.Text.RegularExpressions.Regex::machineFactory RuntimeObject* ___machineFactory_2; // System.Collections.IDictionary System.Text.RegularExpressions.Regex::mapping RuntimeObject* ___mapping_3; // System.Int32 System.Text.RegularExpressions.Regex::group_count int32_t ___group_count_4; // System.Int32 System.Text.RegularExpressions.Regex::gap int32_t ___gap_5; // System.String[] System.Text.RegularExpressions.Regex::group_names StringU5BU5D_t1281789340* ___group_names_6; // System.Int32[] System.Text.RegularExpressions.Regex::group_numbers Int32U5BU5D_t385246372* ___group_numbers_7; // System.String System.Text.RegularExpressions.Regex::pattern String_t* ___pattern_8; // System.Text.RegularExpressions.RegexOptions System.Text.RegularExpressions.Regex::roptions int32_t ___roptions_9; public: inline static int32_t get_offset_of_machineFactory_2() { return static_cast(offsetof(Regex_t3657309853, ___machineFactory_2)); } inline RuntimeObject* get_machineFactory_2() const { return ___machineFactory_2; } inline RuntimeObject** get_address_of_machineFactory_2() { return &___machineFactory_2; } inline void set_machineFactory_2(RuntimeObject* value) { ___machineFactory_2 = value; Il2CppCodeGenWriteBarrier((&___machineFactory_2), value); } inline static int32_t get_offset_of_mapping_3() { return static_cast(offsetof(Regex_t3657309853, ___mapping_3)); } inline RuntimeObject* get_mapping_3() const { return ___mapping_3; } inline RuntimeObject** get_address_of_mapping_3() { return &___mapping_3; } inline void set_mapping_3(RuntimeObject* value) { ___mapping_3 = value; Il2CppCodeGenWriteBarrier((&___mapping_3), value); } inline static int32_t get_offset_of_group_count_4() { return static_cast(offsetof(Regex_t3657309853, ___group_count_4)); } inline int32_t get_group_count_4() const { return ___group_count_4; } inline int32_t* get_address_of_group_count_4() { return &___group_count_4; } inline void set_group_count_4(int32_t value) { ___group_count_4 = value; } inline static int32_t get_offset_of_gap_5() { return static_cast(offsetof(Regex_t3657309853, ___gap_5)); } inline int32_t get_gap_5() const { return ___gap_5; } inline int32_t* get_address_of_gap_5() { return &___gap_5; } inline void set_gap_5(int32_t value) { ___gap_5 = value; } inline static int32_t get_offset_of_group_names_6() { return static_cast(offsetof(Regex_t3657309853, ___group_names_6)); } inline StringU5BU5D_t1281789340* get_group_names_6() const { return ___group_names_6; } inline StringU5BU5D_t1281789340** get_address_of_group_names_6() { return &___group_names_6; } inline void set_group_names_6(StringU5BU5D_t1281789340* value) { ___group_names_6 = value; Il2CppCodeGenWriteBarrier((&___group_names_6), value); } inline static int32_t get_offset_of_group_numbers_7() { return static_cast(offsetof(Regex_t3657309853, ___group_numbers_7)); } inline Int32U5BU5D_t385246372* get_group_numbers_7() const { return ___group_numbers_7; } inline Int32U5BU5D_t385246372** get_address_of_group_numbers_7() { return &___group_numbers_7; } inline void set_group_numbers_7(Int32U5BU5D_t385246372* value) { ___group_numbers_7 = value; Il2CppCodeGenWriteBarrier((&___group_numbers_7), value); } inline static int32_t get_offset_of_pattern_8() { return static_cast(offsetof(Regex_t3657309853, ___pattern_8)); } inline String_t* get_pattern_8() const { return ___pattern_8; } inline String_t** get_address_of_pattern_8() { return &___pattern_8; } inline void set_pattern_8(String_t* value) { ___pattern_8 = value; Il2CppCodeGenWriteBarrier((&___pattern_8), value); } inline static int32_t get_offset_of_roptions_9() { return static_cast(offsetof(Regex_t3657309853, ___roptions_9)); } inline int32_t get_roptions_9() const { return ___roptions_9; } inline int32_t* get_address_of_roptions_9() { return &___roptions_9; } inline void set_roptions_9(int32_t value) { ___roptions_9 = value; } }; struct Regex_t3657309853_StaticFields { public: // System.Text.RegularExpressions.FactoryCache System.Text.RegularExpressions.Regex::cache FactoryCache_t2327118887 * ___cache_0; // System.Boolean System.Text.RegularExpressions.Regex::old_rx bool ___old_rx_1; public: inline static int32_t get_offset_of_cache_0() { return static_cast(offsetof(Regex_t3657309853_StaticFields, ___cache_0)); } inline FactoryCache_t2327118887 * get_cache_0() const { return ___cache_0; } inline FactoryCache_t2327118887 ** get_address_of_cache_0() { return &___cache_0; } inline void set_cache_0(FactoryCache_t2327118887 * value) { ___cache_0 = value; Il2CppCodeGenWriteBarrier((&___cache_0), value); } inline static int32_t get_offset_of_old_rx_1() { return static_cast(offsetof(Regex_t3657309853_StaticFields, ___old_rx_1)); } inline bool get_old_rx_1() const { return ___old_rx_1; } inline bool* get_address_of_old_rx_1() { return &___old_rx_1; } inline void set_old_rx_1(bool value) { ___old_rx_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REGEX_T3657309853_H #ifndef URIFORMATEXCEPTION_T953270471_H #define URIFORMATEXCEPTION_T953270471_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UriFormatException struct UriFormatException_t953270471 : public FormatException_t154580423 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // URIFORMATEXCEPTION_T953270471_H #ifndef REGULAREXPRESSION_T3834220169_H #define REGULAREXPRESSION_T3834220169_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.Syntax.RegularExpression struct RegularExpression_t3834220169 : public Group_t1458537008 { public: // System.Int32 System.Text.RegularExpressions.Syntax.RegularExpression::group_count int32_t ___group_count_1; public: inline static int32_t get_offset_of_group_count_1() { return static_cast(offsetof(RegularExpression_t3834220169, ___group_count_1)); } inline int32_t get_group_count_1() const { return ___group_count_1; } inline int32_t* get_address_of_group_count_1() { return &___group_count_1; } inline void set_group_count_1(int32_t value) { ___group_count_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REGULAREXPRESSION_T3834220169_H #ifndef ARGUMENTNULLEXCEPTION_T1615371798_H #define ARGUMENTNULLEXCEPTION_T1615371798_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ArgumentNullException struct ArgumentNullException_t1615371798 : public ArgumentException_t132251570 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARGUMENTNULLEXCEPTION_T1615371798_H #ifndef ANCHORINFO_T3387011151_H #define ANCHORINFO_T3387011151_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.Syntax.AnchorInfo struct AnchorInfo_t3387011151 : public RuntimeObject { public: // System.Text.RegularExpressions.Syntax.Expression System.Text.RegularExpressions.Syntax.AnchorInfo::expr Expression_t2722445759 * ___expr_0; // System.Text.RegularExpressions.Position System.Text.RegularExpressions.Syntax.AnchorInfo::pos uint16_t ___pos_1; // System.Int32 System.Text.RegularExpressions.Syntax.AnchorInfo::offset int32_t ___offset_2; // System.String System.Text.RegularExpressions.Syntax.AnchorInfo::str String_t* ___str_3; // System.Int32 System.Text.RegularExpressions.Syntax.AnchorInfo::width int32_t ___width_4; // System.Boolean System.Text.RegularExpressions.Syntax.AnchorInfo::ignore bool ___ignore_5; public: inline static int32_t get_offset_of_expr_0() { return static_cast(offsetof(AnchorInfo_t3387011151, ___expr_0)); } inline Expression_t2722445759 * get_expr_0() const { return ___expr_0; } inline Expression_t2722445759 ** get_address_of_expr_0() { return &___expr_0; } inline void set_expr_0(Expression_t2722445759 * value) { ___expr_0 = value; Il2CppCodeGenWriteBarrier((&___expr_0), value); } inline static int32_t get_offset_of_pos_1() { return static_cast(offsetof(AnchorInfo_t3387011151, ___pos_1)); } inline uint16_t get_pos_1() const { return ___pos_1; } inline uint16_t* get_address_of_pos_1() { return &___pos_1; } inline void set_pos_1(uint16_t value) { ___pos_1 = value; } inline static int32_t get_offset_of_offset_2() { return static_cast(offsetof(AnchorInfo_t3387011151, ___offset_2)); } inline int32_t get_offset_2() const { return ___offset_2; } inline int32_t* get_address_of_offset_2() { return &___offset_2; } inline void set_offset_2(int32_t value) { ___offset_2 = value; } inline static int32_t get_offset_of_str_3() { return static_cast(offsetof(AnchorInfo_t3387011151, ___str_3)); } inline String_t* get_str_3() const { return ___str_3; } inline String_t** get_address_of_str_3() { return &___str_3; } inline void set_str_3(String_t* value) { ___str_3 = value; Il2CppCodeGenWriteBarrier((&___str_3), value); } inline static int32_t get_offset_of_width_4() { return static_cast(offsetof(AnchorInfo_t3387011151, ___width_4)); } inline int32_t get_width_4() const { return ___width_4; } inline int32_t* get_address_of_width_4() { return &___width_4; } inline void set_width_4(int32_t value) { ___width_4 = value; } inline static int32_t get_offset_of_ignore_5() { return static_cast(offsetof(AnchorInfo_t3387011151, ___ignore_5)); } inline bool get_ignore_5() const { return ___ignore_5; } inline bool* get_address_of_ignore_5() { return &___ignore_5; } inline void set_ignore_5(bool value) { ___ignore_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ANCHORINFO_T3387011151_H #ifndef IPADDRESS_T241777590_H #define IPADDRESS_T241777590_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.IPAddress struct IPAddress_t241777590 : public RuntimeObject { public: // System.Int64 System.Net.IPAddress::m_Address int64_t ___m_Address_0; // System.Net.Sockets.AddressFamily System.Net.IPAddress::m_Family int32_t ___m_Family_1; // System.UInt16[] System.Net.IPAddress::m_Numbers UInt16U5BU5D_t3326319531* ___m_Numbers_2; // System.Int64 System.Net.IPAddress::m_ScopeId int64_t ___m_ScopeId_3; // System.Int32 System.Net.IPAddress::m_HashCode int32_t ___m_HashCode_11; public: inline static int32_t get_offset_of_m_Address_0() { return static_cast(offsetof(IPAddress_t241777590, ___m_Address_0)); } inline int64_t get_m_Address_0() const { return ___m_Address_0; } inline int64_t* get_address_of_m_Address_0() { return &___m_Address_0; } inline void set_m_Address_0(int64_t value) { ___m_Address_0 = value; } inline static int32_t get_offset_of_m_Family_1() { return static_cast(offsetof(IPAddress_t241777590, ___m_Family_1)); } inline int32_t get_m_Family_1() const { return ___m_Family_1; } inline int32_t* get_address_of_m_Family_1() { return &___m_Family_1; } inline void set_m_Family_1(int32_t value) { ___m_Family_1 = value; } inline static int32_t get_offset_of_m_Numbers_2() { return static_cast(offsetof(IPAddress_t241777590, ___m_Numbers_2)); } inline UInt16U5BU5D_t3326319531* get_m_Numbers_2() const { return ___m_Numbers_2; } inline UInt16U5BU5D_t3326319531** get_address_of_m_Numbers_2() { return &___m_Numbers_2; } inline void set_m_Numbers_2(UInt16U5BU5D_t3326319531* value) { ___m_Numbers_2 = value; Il2CppCodeGenWriteBarrier((&___m_Numbers_2), value); } inline static int32_t get_offset_of_m_ScopeId_3() { return static_cast(offsetof(IPAddress_t241777590, ___m_ScopeId_3)); } inline int64_t get_m_ScopeId_3() const { return ___m_ScopeId_3; } inline int64_t* get_address_of_m_ScopeId_3() { return &___m_ScopeId_3; } inline void set_m_ScopeId_3(int64_t value) { ___m_ScopeId_3 = value; } inline static int32_t get_offset_of_m_HashCode_11() { return static_cast(offsetof(IPAddress_t241777590, ___m_HashCode_11)); } inline int32_t get_m_HashCode_11() const { return ___m_HashCode_11; } inline int32_t* get_address_of_m_HashCode_11() { return &___m_HashCode_11; } inline void set_m_HashCode_11(int32_t value) { ___m_HashCode_11 = value; } }; struct IPAddress_t241777590_StaticFields { public: // System.Net.IPAddress System.Net.IPAddress::Any IPAddress_t241777590 * ___Any_4; // System.Net.IPAddress System.Net.IPAddress::Broadcast IPAddress_t241777590 * ___Broadcast_5; // System.Net.IPAddress System.Net.IPAddress::Loopback IPAddress_t241777590 * ___Loopback_6; // System.Net.IPAddress System.Net.IPAddress::None IPAddress_t241777590 * ___None_7; // System.Net.IPAddress System.Net.IPAddress::IPv6Any IPAddress_t241777590 * ___IPv6Any_8; // System.Net.IPAddress System.Net.IPAddress::IPv6Loopback IPAddress_t241777590 * ___IPv6Loopback_9; // System.Net.IPAddress System.Net.IPAddress::IPv6None IPAddress_t241777590 * ___IPv6None_10; public: inline static int32_t get_offset_of_Any_4() { return static_cast(offsetof(IPAddress_t241777590_StaticFields, ___Any_4)); } inline IPAddress_t241777590 * get_Any_4() const { return ___Any_4; } inline IPAddress_t241777590 ** get_address_of_Any_4() { return &___Any_4; } inline void set_Any_4(IPAddress_t241777590 * value) { ___Any_4 = value; Il2CppCodeGenWriteBarrier((&___Any_4), value); } inline static int32_t get_offset_of_Broadcast_5() { return static_cast(offsetof(IPAddress_t241777590_StaticFields, ___Broadcast_5)); } inline IPAddress_t241777590 * get_Broadcast_5() const { return ___Broadcast_5; } inline IPAddress_t241777590 ** get_address_of_Broadcast_5() { return &___Broadcast_5; } inline void set_Broadcast_5(IPAddress_t241777590 * value) { ___Broadcast_5 = value; Il2CppCodeGenWriteBarrier((&___Broadcast_5), value); } inline static int32_t get_offset_of_Loopback_6() { return static_cast(offsetof(IPAddress_t241777590_StaticFields, ___Loopback_6)); } inline IPAddress_t241777590 * get_Loopback_6() const { return ___Loopback_6; } inline IPAddress_t241777590 ** get_address_of_Loopback_6() { return &___Loopback_6; } inline void set_Loopback_6(IPAddress_t241777590 * value) { ___Loopback_6 = value; Il2CppCodeGenWriteBarrier((&___Loopback_6), value); } inline static int32_t get_offset_of_None_7() { return static_cast(offsetof(IPAddress_t241777590_StaticFields, ___None_7)); } inline IPAddress_t241777590 * get_None_7() const { return ___None_7; } inline IPAddress_t241777590 ** get_address_of_None_7() { return &___None_7; } inline void set_None_7(IPAddress_t241777590 * value) { ___None_7 = value; Il2CppCodeGenWriteBarrier((&___None_7), value); } inline static int32_t get_offset_of_IPv6Any_8() { return static_cast(offsetof(IPAddress_t241777590_StaticFields, ___IPv6Any_8)); } inline IPAddress_t241777590 * get_IPv6Any_8() const { return ___IPv6Any_8; } inline IPAddress_t241777590 ** get_address_of_IPv6Any_8() { return &___IPv6Any_8; } inline void set_IPv6Any_8(IPAddress_t241777590 * value) { ___IPv6Any_8 = value; Il2CppCodeGenWriteBarrier((&___IPv6Any_8), value); } inline static int32_t get_offset_of_IPv6Loopback_9() { return static_cast(offsetof(IPAddress_t241777590_StaticFields, ___IPv6Loopback_9)); } inline IPAddress_t241777590 * get_IPv6Loopback_9() const { return ___IPv6Loopback_9; } inline IPAddress_t241777590 ** get_address_of_IPv6Loopback_9() { return &___IPv6Loopback_9; } inline void set_IPv6Loopback_9(IPAddress_t241777590 * value) { ___IPv6Loopback_9 = value; Il2CppCodeGenWriteBarrier((&___IPv6Loopback_9), value); } inline static int32_t get_offset_of_IPv6None_10() { return static_cast(offsetof(IPAddress_t241777590_StaticFields, ___IPv6None_10)); } inline IPAddress_t241777590 * get_IPv6None_10() const { return ___IPv6None_10; } inline IPAddress_t241777590 ** get_address_of_IPv6None_10() { return &___IPv6None_10; } inline void set_IPv6None_10(IPAddress_t241777590 * value) { ___IPv6None_10 = value; Il2CppCodeGenWriteBarrier((&___IPv6None_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IPADDRESS_T241777590_H #ifndef ARGUMENTOUTOFRANGEEXCEPTION_T777629997_H #define ARGUMENTOUTOFRANGEEXCEPTION_T777629997_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_t777629997 : public ArgumentException_t132251570 { public: // System.Object System.ArgumentOutOfRangeException::actual_value RuntimeObject * ___actual_value_13; public: inline static int32_t get_offset_of_actual_value_13() { return static_cast(offsetof(ArgumentOutOfRangeException_t777629997, ___actual_value_13)); } inline RuntimeObject * get_actual_value_13() const { return ___actual_value_13; } inline RuntimeObject ** get_address_of_actual_value_13() { return &___actual_value_13; } inline void set_actual_value_13(RuntimeObject * value) { ___actual_value_13 = value; Il2CppCodeGenWriteBarrier((&___actual_value_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARGUMENTOUTOFRANGEEXCEPTION_T777629997_H #ifndef CAPTURINGGROUP_T751358689_H #define CAPTURINGGROUP_T751358689_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.Syntax.CapturingGroup struct CapturingGroup_t751358689 : public Group_t1458537008 { public: // System.Int32 System.Text.RegularExpressions.Syntax.CapturingGroup::gid int32_t ___gid_1; // System.String System.Text.RegularExpressions.Syntax.CapturingGroup::name String_t* ___name_2; public: inline static int32_t get_offset_of_gid_1() { return static_cast(offsetof(CapturingGroup_t751358689, ___gid_1)); } inline int32_t get_gid_1() const { return ___gid_1; } inline int32_t* get_address_of_gid_1() { return &___gid_1; } inline void set_gid_1(int32_t value) { ___gid_1 = value; } inline static int32_t get_offset_of_name_2() { return static_cast(offsetof(CapturingGroup_t751358689, ___name_2)); } inline String_t* get_name_2() const { return ___name_2; } inline String_t** get_address_of_name_2() { return &___name_2; } inline void set_name_2(String_t* value) { ___name_2 = value; Il2CppCodeGenWriteBarrier((&___name_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CAPTURINGGROUP_T751358689_H #ifndef NONBACKTRACKINGGROUP_T3074098547_H #define NONBACKTRACKINGGROUP_T3074098547_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.Syntax.NonBacktrackingGroup struct NonBacktrackingGroup_t3074098547 : public Group_t1458537008 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NONBACKTRACKINGGROUP_T3074098547_H #ifndef POSITIONASSERTION_T3339288061_H #define POSITIONASSERTION_T3339288061_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.Syntax.PositionAssertion struct PositionAssertion_t3339288061 : public Expression_t2722445759 { public: // System.Text.RegularExpressions.Position System.Text.RegularExpressions.Syntax.PositionAssertion::pos uint16_t ___pos_0; public: inline static int32_t get_offset_of_pos_0() { return static_cast(offsetof(PositionAssertion_t3339288061, ___pos_0)); } inline uint16_t get_pos_0() const { return ___pos_0; } inline uint16_t* get_address_of_pos_0() { return &___pos_0; } inline void set_pos_0(uint16_t value) { ___pos_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // POSITIONASSERTION_T3339288061_H #ifndef TYPE_T_H #define TYPE_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Type struct Type_t : public MemberInfo_t { public: // System.RuntimeTypeHandle System.Type::_impl RuntimeTypeHandle_t3027515415 ____impl_1; public: inline static int32_t get_offset_of__impl_1() { return static_cast(offsetof(Type_t, ____impl_1)); } inline RuntimeTypeHandle_t3027515415 get__impl_1() const { return ____impl_1; } inline RuntimeTypeHandle_t3027515415 * get_address_of__impl_1() { return &____impl_1; } inline void set__impl_1(RuntimeTypeHandle_t3027515415 value) { ____impl_1 = value; } }; struct Type_t_StaticFields { public: // System.Char System.Type::Delimiter Il2CppChar ___Delimiter_2; // System.Type[] System.Type::EmptyTypes TypeU5BU5D_t3940880105* ___EmptyTypes_3; // System.Reflection.MemberFilter System.Type::FilterAttribute MemberFilter_t426314064 * ___FilterAttribute_4; // System.Reflection.MemberFilter System.Type::FilterName MemberFilter_t426314064 * ___FilterName_5; // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase MemberFilter_t426314064 * ___FilterNameIgnoreCase_6; // System.Object System.Type::Missing RuntimeObject * ___Missing_7; public: inline static int32_t get_offset_of_Delimiter_2() { return static_cast(offsetof(Type_t_StaticFields, ___Delimiter_2)); } inline Il2CppChar get_Delimiter_2() const { return ___Delimiter_2; } inline Il2CppChar* get_address_of_Delimiter_2() { return &___Delimiter_2; } inline void set_Delimiter_2(Il2CppChar value) { ___Delimiter_2 = value; } inline static int32_t get_offset_of_EmptyTypes_3() { return static_cast(offsetof(Type_t_StaticFields, ___EmptyTypes_3)); } inline TypeU5BU5D_t3940880105* get_EmptyTypes_3() const { return ___EmptyTypes_3; } inline TypeU5BU5D_t3940880105** get_address_of_EmptyTypes_3() { return &___EmptyTypes_3; } inline void set_EmptyTypes_3(TypeU5BU5D_t3940880105* value) { ___EmptyTypes_3 = value; Il2CppCodeGenWriteBarrier((&___EmptyTypes_3), value); } inline static int32_t get_offset_of_FilterAttribute_4() { return static_cast(offsetof(Type_t_StaticFields, ___FilterAttribute_4)); } inline MemberFilter_t426314064 * get_FilterAttribute_4() const { return ___FilterAttribute_4; } inline MemberFilter_t426314064 ** get_address_of_FilterAttribute_4() { return &___FilterAttribute_4; } inline void set_FilterAttribute_4(MemberFilter_t426314064 * value) { ___FilterAttribute_4 = value; Il2CppCodeGenWriteBarrier((&___FilterAttribute_4), value); } inline static int32_t get_offset_of_FilterName_5() { return static_cast(offsetof(Type_t_StaticFields, ___FilterName_5)); } inline MemberFilter_t426314064 * get_FilterName_5() const { return ___FilterName_5; } inline MemberFilter_t426314064 ** get_address_of_FilterName_5() { return &___FilterName_5; } inline void set_FilterName_5(MemberFilter_t426314064 * value) { ___FilterName_5 = value; Il2CppCodeGenWriteBarrier((&___FilterName_5), value); } inline static int32_t get_offset_of_FilterNameIgnoreCase_6() { return static_cast(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_6)); } inline MemberFilter_t426314064 * get_FilterNameIgnoreCase_6() const { return ___FilterNameIgnoreCase_6; } inline MemberFilter_t426314064 ** get_address_of_FilterNameIgnoreCase_6() { return &___FilterNameIgnoreCase_6; } inline void set_FilterNameIgnoreCase_6(MemberFilter_t426314064 * value) { ___FilterNameIgnoreCase_6 = value; Il2CppCodeGenWriteBarrier((&___FilterNameIgnoreCase_6), value); } inline static int32_t get_offset_of_Missing_7() { return static_cast(offsetof(Type_t_StaticFields, ___Missing_7)); } inline RuntimeObject * get_Missing_7() const { return ___Missing_7; } inline RuntimeObject ** get_address_of_Missing_7() { return &___Missing_7; } inline void set_Missing_7(RuntimeObject * value) { ___Missing_7 = value; Il2CppCodeGenWriteBarrier((&___Missing_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TYPE_T_H #ifndef EXPRESSIONASSERTION_T1861210811_H #define EXPRESSIONASSERTION_T1861210811_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.Syntax.ExpressionAssertion struct ExpressionAssertion_t1861210811 : public Assertion_t3267412828 { public: // System.Boolean System.Text.RegularExpressions.Syntax.ExpressionAssertion::reverse bool ___reverse_1; // System.Boolean System.Text.RegularExpressions.Syntax.ExpressionAssertion::negate bool ___negate_2; public: inline static int32_t get_offset_of_reverse_1() { return static_cast(offsetof(ExpressionAssertion_t1861210811, ___reverse_1)); } inline bool get_reverse_1() const { return ___reverse_1; } inline bool* get_address_of_reverse_1() { return &___reverse_1; } inline void set_reverse_1(bool value) { ___reverse_1 = value; } inline static int32_t get_offset_of_negate_2() { return static_cast(offsetof(ExpressionAssertion_t1861210811, ___negate_2)); } inline bool get_negate_2() const { return ___negate_2; } inline bool* get_address_of_negate_2() { return &___negate_2; } inline void set_negate_2(bool value) { ___negate_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPRESSIONASSERTION_T1861210811_H #ifndef CAPTUREASSERTION_T3786084589_H #define CAPTUREASSERTION_T3786084589_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.Syntax.CaptureAssertion struct CaptureAssertion_t3786084589 : public Assertion_t3267412828 { public: // System.Text.RegularExpressions.Syntax.ExpressionAssertion System.Text.RegularExpressions.Syntax.CaptureAssertion::alternate ExpressionAssertion_t1861210811 * ___alternate_1; // System.Text.RegularExpressions.Syntax.CapturingGroup System.Text.RegularExpressions.Syntax.CaptureAssertion::group CapturingGroup_t751358689 * ___group_2; // System.Text.RegularExpressions.Syntax.Literal System.Text.RegularExpressions.Syntax.CaptureAssertion::literal Literal_t434143540 * ___literal_3; public: inline static int32_t get_offset_of_alternate_1() { return static_cast(offsetof(CaptureAssertion_t3786084589, ___alternate_1)); } inline ExpressionAssertion_t1861210811 * get_alternate_1() const { return ___alternate_1; } inline ExpressionAssertion_t1861210811 ** get_address_of_alternate_1() { return &___alternate_1; } inline void set_alternate_1(ExpressionAssertion_t1861210811 * value) { ___alternate_1 = value; Il2CppCodeGenWriteBarrier((&___alternate_1), value); } inline static int32_t get_offset_of_group_2() { return static_cast(offsetof(CaptureAssertion_t3786084589, ___group_2)); } inline CapturingGroup_t751358689 * get_group_2() const { return ___group_2; } inline CapturingGroup_t751358689 ** get_address_of_group_2() { return &___group_2; } inline void set_group_2(CapturingGroup_t751358689 * value) { ___group_2 = value; Il2CppCodeGenWriteBarrier((&___group_2), value); } inline static int32_t get_offset_of_literal_3() { return static_cast(offsetof(CaptureAssertion_t3786084589, ___literal_3)); } inline Literal_t434143540 * get_literal_3() const { return ___literal_3; } inline Literal_t434143540 ** get_address_of_literal_3() { return &___literal_3; } inline void set_literal_3(Literal_t434143540 * value) { ___literal_3 = value; Il2CppCodeGenWriteBarrier((&___literal_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CAPTUREASSERTION_T3786084589_H #ifndef STREAMINGCONTEXT_T3711869237_H #define STREAMINGCONTEXT_T3711869237_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.StreamingContext struct StreamingContext_t3711869237 { public: // System.Runtime.Serialization.StreamingContextStates System.Runtime.Serialization.StreamingContext::state int32_t ___state_0; // System.Object System.Runtime.Serialization.StreamingContext::additional RuntimeObject * ___additional_1; public: inline static int32_t get_offset_of_state_0() { return static_cast(offsetof(StreamingContext_t3711869237, ___state_0)); } inline int32_t get_state_0() const { return ___state_0; } inline int32_t* get_address_of_state_0() { return &___state_0; } inline void set_state_0(int32_t value) { ___state_0 = value; } inline static int32_t get_offset_of_additional_1() { return static_cast(offsetof(StreamingContext_t3711869237, ___additional_1)); } inline RuntimeObject * get_additional_1() const { return ___additional_1; } inline RuntimeObject ** get_address_of_additional_1() { return &___additional_1; } inline void set_additional_1(RuntimeObject * value) { ___additional_1 = value; Il2CppCodeGenWriteBarrier((&___additional_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Runtime.Serialization.StreamingContext struct StreamingContext_t3711869237_marshaled_pinvoke { int32_t ___state_0; Il2CppIUnknown* ___additional_1; }; // Native definition for COM marshalling of System.Runtime.Serialization.StreamingContext struct StreamingContext_t3711869237_marshaled_com { int32_t ___state_0; Il2CppIUnknown* ___additional_1; }; #endif // STREAMINGCONTEXT_T3711869237_H #ifndef MULTICASTDELEGATE_T_H #define MULTICASTDELEGATE_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.MulticastDelegate struct MulticastDelegate_t : public Delegate_t1188392813 { public: // System.MulticastDelegate System.MulticastDelegate::prev MulticastDelegate_t * ___prev_9; // System.MulticastDelegate System.MulticastDelegate::kpm_next MulticastDelegate_t * ___kpm_next_10; public: inline static int32_t get_offset_of_prev_9() { return static_cast(offsetof(MulticastDelegate_t, ___prev_9)); } inline MulticastDelegate_t * get_prev_9() const { return ___prev_9; } inline MulticastDelegate_t ** get_address_of_prev_9() { return &___prev_9; } inline void set_prev_9(MulticastDelegate_t * value) { ___prev_9 = value; Il2CppCodeGenWriteBarrier((&___prev_9), value); } inline static int32_t get_offset_of_kpm_next_10() { return static_cast(offsetof(MulticastDelegate_t, ___kpm_next_10)); } inline MulticastDelegate_t * get_kpm_next_10() const { return ___kpm_next_10; } inline MulticastDelegate_t ** get_address_of_kpm_next_10() { return &___kpm_next_10; } inline void set_kpm_next_10(MulticastDelegate_t * value) { ___kpm_next_10 = value; Il2CppCodeGenWriteBarrier((&___kpm_next_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MULTICASTDELEGATE_T_H #ifndef EVALDELEGATE_T1206020564_H #define EVALDELEGATE_T1206020564_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.EvalDelegate struct EvalDelegate_t1206020564 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EVALDELEGATE_T1206020564_H #ifndef COSTDELEGATE_T1722821004_H #define COSTDELEGATE_T1722821004_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.IntervalCollection/CostDelegate struct CostDelegate_t1722821004 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COSTDELEGATE_T1722821004_H #ifndef BALANCINGGROUP_T2395658894_H #define BALANCINGGROUP_T2395658894_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.Syntax.BalancingGroup struct BalancingGroup_t2395658894 : public CapturingGroup_t751358689 { public: // System.Text.RegularExpressions.Syntax.CapturingGroup System.Text.RegularExpressions.Syntax.BalancingGroup::balance CapturingGroup_t751358689 * ___balance_3; public: inline static int32_t get_offset_of_balance_3() { return static_cast(offsetof(BalancingGroup_t2395658894, ___balance_3)); } inline CapturingGroup_t751358689 * get_balance_3() const { return ___balance_3; } inline CapturingGroup_t751358689 ** get_address_of_balance_3() { return &___balance_3; } inline void set_balance_3(CapturingGroup_t751358689 * value) { ___balance_3 = value; Il2CppCodeGenWriteBarrier((&___balance_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BALANCINGGROUP_T2395658894_H // System.Byte[] struct ByteU5BU5D_t4116647657 : public RuntimeArray { public: ALIGN_FIELD (8) uint8_t m_Items[1]; public: inline uint8_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint8_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint8_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value) { m_Items[index] = value; } }; // System.Int32[] struct Int32U5BU5D_t385246372 : public RuntimeArray { public: ALIGN_FIELD (8) int32_t m_Items[1]; public: inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; // System.Text.RegularExpressions.Mark[] struct MarkU5BU5D_t3645422402 : public RuntimeArray { public: ALIGN_FIELD (8) Mark_t3471605523 m_Items[1]; public: inline Mark_t3471605523 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Mark_t3471605523 * 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, Mark_t3471605523 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Mark_t3471605523 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Mark_t3471605523 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Mark_t3471605523 value) { m_Items[index] = value; } }; // System.Object[] struct ObjectU5BU5D_t2843939325 : public RuntimeArray { public: ALIGN_FIELD (8) RuntimeObject * m_Items[1]; public: inline RuntimeObject * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.String[] struct StringU5BU5D_t1281789340 : public RuntimeArray { public: ALIGN_FIELD (8) String_t* m_Items[1]; public: inline String_t* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline String_t** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, String_t* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Uri/UriScheme[] struct UriSchemeU5BU5D_t2082808316 : public RuntimeArray { public: ALIGN_FIELD (8) UriScheme_t722425697 m_Items[1]; public: inline UriScheme_t722425697 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline UriScheme_t722425697 * 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, UriScheme_t722425697 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline UriScheme_t722425697 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline UriScheme_t722425697 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, UriScheme_t722425697 value) { m_Items[index] = value; } }; // System.Char[] struct CharU5BU5D_t3528271667 : public RuntimeArray { public: ALIGN_FIELD (8) Il2CppChar m_Items[1]; public: inline Il2CppChar GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Il2CppChar* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Il2CppChar value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Il2CppChar GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Il2CppChar* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Il2CppChar value) { m_Items[index] = value; } }; // System.Type[] struct TypeU5BU5D_t3940880105 : public RuntimeArray { public: ALIGN_FIELD (8) Type_t * m_Items[1]; public: inline Type_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Type_t ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Type_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline Type_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Type_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Type_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Void System.Collections.Generic.Dictionary`2::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m182537451_gshared (Dictionary_2_t3384741 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Add_m1279427033_gshared (Dictionary_2_t3384741 * __this, RuntimeObject * p0, int32_t p1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m3959998165_gshared (Dictionary_2_t3384741 * __this, RuntimeObject * p0, int32_t* p1, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.BaseMachine::.ctor() extern "C" IL2CPP_METHOD_ATTR void BaseMachine__ctor_m1534760230 (BaseMachine_t2554639499 * __this, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RxInterpreter::ResetGroups() extern "C" IL2CPP_METHOD_ATTR void RxInterpreter_ResetGroups_m1997141380 (RxInterpreter_t3591201055 * __this, const RuntimeMethod* method); // System.String System.Environment::GetEnvironmentVariable(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Environment_GetEnvironmentVariable_m394552009 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.EvalDelegate::Invoke(System.Text.RegularExpressions.RxInterpreter,System.Int32,System.Int32&) extern "C" IL2CPP_METHOD_ATTR bool EvalDelegate_Invoke_m4090404736 (EvalDelegate_t1206020564 * __this, RxInterpreter_t3591201055 * ___interp0, int32_t ___strpos1, int32_t* ___strpos_result2, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.RxInterpreter::EvalByteCode(System.Int32,System.Int32,System.Int32&) extern "C" IL2CPP_METHOD_ATTR bool RxInterpreter_EvalByteCode_m4191728775 (RxInterpreter_t3591201055 * __this, int32_t ___pc0, int32_t ___strpos1, int32_t* ___strpos_result2, const RuntimeMethod* method); // System.Text.RegularExpressions.Match System.Text.RegularExpressions.RxInterpreter::GenerateMatch(System.Text.RegularExpressions.Regex) extern "C" IL2CPP_METHOD_ATTR Match_t3408321083 * RxInterpreter_GenerateMatch_m2154448285 (RxInterpreter_t3591201055 * __this, Regex_t3657309853 * ___regex0, const RuntimeMethod* method); // System.Text.RegularExpressions.Match System.Text.RegularExpressions.Match::get_Empty() extern "C" IL2CPP_METHOD_ATTR Match_t3408321083 * Match_get_Empty_m2060287462 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.Mark::get_IsDefined() extern "C" IL2CPP_METHOD_ATTR bool Mark_get_IsDefined_m2539660708 (Mark_t3471605523 * __this, const RuntimeMethod* method); // System.Int32 System.Text.RegularExpressions.RxInterpreter::CreateMark(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t RxInterpreter_CreateMark_m3839747084 (RxInterpreter_t3591201055 * __this, int32_t ___previous0, const RuntimeMethod* method); // System.Int32 System.Text.RegularExpressions.Mark::get_Index() extern "C" IL2CPP_METHOD_ATTR int32_t Mark_get_Index_m3048692661 (Mark_t3471605523 * __this, const RuntimeMethod* method); // System.Int32 System.Text.RegularExpressions.Mark::get_Length() extern "C" IL2CPP_METHOD_ATTR int32_t Mark_get_Length_m2532192442 (Mark_t3471605523 * __this, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RxInterpreter::Open(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void RxInterpreter_Open_m3279604415 (RxInterpreter_t3591201055 * __this, int32_t ___gid0, int32_t ___ptr1, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RxInterpreter::Close(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void RxInterpreter_Close_m480354517 (RxInterpreter_t3591201055 * __this, int32_t ___gid0, int32_t ___ptr1, const RuntimeMethod* method); // System.Void System.Array::CopyTo(System.Array,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_CopyTo_m225704097 (RuntimeArray * __this, RuntimeArray * p0, int32_t p1, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Capture::.ctor(System.String,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Capture__ctor_m539415522 (Capture_t2232016050 * __this, String_t* ___text0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method); // System.Text.RegularExpressions.CaptureCollection System.Text.RegularExpressions.Group::get_Captures() extern "C" IL2CPP_METHOD_ATTR CaptureCollection_t1760593541 * Group_get_Captures_m1655762411 (Group_t2468205786 * __this, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.CaptureCollection::SetValue(System.Text.RegularExpressions.Capture,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CaptureCollection_SetValue_m89830704 (CaptureCollection_t1760593541 * __this, Capture_t2232016050 * ___cap0, int32_t ___i1, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RxInterpreter::GetGroupInfo(System.Int32,System.Int32&,System.Int32&) extern "C" IL2CPP_METHOD_ATTR void RxInterpreter_GetGroupInfo_m2431803602 (RxInterpreter_t3591201055 * __this, int32_t ___gid0, int32_t* ___first_mark_index1, int32_t* ___n_caps2, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Match::.ctor(System.Text.RegularExpressions.Regex,System.Text.RegularExpressions.IMachine,System.String,System.Int32,System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Match__ctor_m2464595873 (Match_t3408321083 * __this, Regex_t3657309853 * ___regex0, RuntimeObject* ___machine1, String_t* ___text2, int32_t ___text_length3, int32_t ___n_groups4, int32_t ___index5, int32_t ___length6, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Match::.ctor(System.Text.RegularExpressions.Regex,System.Text.RegularExpressions.IMachine,System.String,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Match__ctor_m2425511580 (Match_t3408321083 * __this, Regex_t3657309853 * ___regex0, RuntimeObject* ___machine1, String_t* ___text2, int32_t ___text_length3, int32_t ___n_groups4, int32_t ___index5, int32_t ___length6, int32_t ___n_caps7, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RxInterpreter::PopulateGroup(System.Text.RegularExpressions.Group,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void RxInterpreter_PopulateGroup_m1401437886 (RxInterpreter_t3591201055 * __this, Group_t2468205786 * ___g0, int32_t ___first_mark_index1, int32_t ___n_caps2, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Group::.ctor(System.String,System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Group__ctor_m2243671333 (Group_t2468205786 * __this, String_t* ___text0, int32_t ___index1, int32_t ___length2, int32_t ___n_caps3, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.GroupCollection::SetValue(System.Text.RegularExpressions.Group,System.Int32) extern "C" IL2CPP_METHOD_ATTR void GroupCollection_SetValue_m2707160733 (GroupCollection_t69770484 * __this, Group_t2468205786 * ___g0, int32_t ___i1, const RuntimeMethod* method); // System.Boolean System.Char::IsLetterOrDigit(System.Char) extern "C" IL2CPP_METHOD_ATTR bool Char_IsLetterOrDigit_m3494175785 (RuntimeObject * __this /* static, unused */, Il2CppChar p0, const RuntimeMethod* method); // System.Globalization.UnicodeCategory System.Char::GetUnicodeCategory(System.Char) extern "C" IL2CPP_METHOD_ATTR int32_t Char_GetUnicodeCategory_m57882613 (RuntimeObject * __this /* static, unused */, Il2CppChar p0, const RuntimeMethod* method); // System.Void System.Console::WriteLine(System.String,System.Object[]) extern "C" IL2CPP_METHOD_ATTR void Console_WriteLine_m3098077803 (RuntimeObject * __this /* static, unused */, String_t* p0, ObjectU5BU5D_t2843939325* p1, const RuntimeMethod* method); // System.Char System.String::get_Chars(System.Int32) extern "C" IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m2986988803 (String_t* __this, int32_t p0, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.RxInterpreter::IsWordChar(System.Char) extern "C" IL2CPP_METHOD_ATTR bool RxInterpreter_IsWordChar_m1358441835 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, const RuntimeMethod* method); // System.Void System.Console::WriteLine(System.String,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR void Console_WriteLine_m398426893 (RuntimeObject * __this /* static, unused */, String_t* p0, RuntimeObject * p1, RuntimeObject * p2, const RuntimeMethod* method); // System.Int32 System.Text.RegularExpressions.RxInterpreter::GetLastDefined(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t RxInterpreter_GetLastDefined_m1892187359 (RxInterpreter_t3591201055 * __this, int32_t ___gid0, const RuntimeMethod* method); // System.Char System.Char::ToLower(System.Char) extern "C" IL2CPP_METHOD_ATTR Il2CppChar Char_ToLower_m844856331 (RuntimeObject * __this /* static, unused */, Il2CppChar p0, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.RxInterpreter::Balance(System.Int32,System.Int32,System.Boolean,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool RxInterpreter_Balance_m3615509356 (RxInterpreter_t3591201055 * __this, int32_t ___gid0, int32_t ___balance_gid1, bool ___capture2, int32_t ___ptr3, const RuntimeMethod* method); // System.Boolean System.Char::IsDigit(System.Char) extern "C" IL2CPP_METHOD_ATTR bool Char_IsDigit_m3646673943 (RuntimeObject * __this /* static, unused */, Il2CppChar p0, const RuntimeMethod* method); // System.Boolean System.Char::IsWhiteSpace(System.Char) extern "C" IL2CPP_METHOD_ATTR bool Char_IsWhiteSpace_m2148390798 (RuntimeObject * __this /* static, unused */, Il2CppChar p0, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.CategoryUtils::IsCategory(System.Text.RegularExpressions.Category,System.Char) extern "C" IL2CPP_METHOD_ATTR bool CategoryUtils_IsCategory_m278753792 (RuntimeObject * __this /* static, unused */, uint16_t ___cat0, Il2CppChar ___c1, const RuntimeMethod* method); // System.Int32 System.Text.RegularExpressions.RxInterpreter::ReadInt(System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t RxInterpreter_ReadInt_m1222413749 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___code0, int32_t ___pc1, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RxInterpreter/RepeatContext::.ctor(System.Text.RegularExpressions.RxInterpreter/RepeatContext,System.Int32,System.Int32,System.Boolean,System.Int32) extern "C" IL2CPP_METHOD_ATTR void RepeatContext__ctor_m1902105768 (RepeatContext_t2643093670 * __this, RepeatContext_t2643093670 * ___previous0, int32_t ___min1, int32_t ___max2, bool ___lazy3, int32_t ___expr_pc4, const RuntimeMethod* method); // System.Text.RegularExpressions.RxInterpreter/RepeatContext System.Text.RegularExpressions.RxInterpreter/RepeatContext::get_Previous() extern "C" IL2CPP_METHOD_ATTR RepeatContext_t2643093670 * RepeatContext_get_Previous_m1523272420 (RepeatContext_t2643093670 * __this, const RuntimeMethod* method); // System.Int32 System.Text.RegularExpressions.RxInterpreter/RepeatContext::get_Start() extern "C" IL2CPP_METHOD_ATTR int32_t RepeatContext_get_Start_m4287323211 (RepeatContext_t2643093670 * __this, const RuntimeMethod* method); // System.Int32 System.Text.RegularExpressions.RxInterpreter/RepeatContext::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t RepeatContext_get_Count_m1269420855 (RepeatContext_t2643093670 * __this, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RxInterpreter/RepeatContext::set_Count(System.Int32) extern "C" IL2CPP_METHOD_ATTR void RepeatContext_set_Count_m2456420754 (RepeatContext_t2643093670 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RxInterpreter/RepeatContext::set_Start(System.Int32) extern "C" IL2CPP_METHOD_ATTR void RepeatContext_set_Start_m2802461639 (RepeatContext_t2643093670 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Int32 System.Text.RegularExpressions.RxInterpreter/RepeatContext::get_Expression() extern "C" IL2CPP_METHOD_ATTR int32_t RepeatContext_get_Expression_m808208760 (RepeatContext_t2643093670 * __this, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.RxInterpreter/RepeatContext::get_IsMinimum() extern "C" IL2CPP_METHOD_ATTR bool RepeatContext_get_IsMinimum_m4075534409 (RepeatContext_t2643093670 * __this, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.RxInterpreter/RepeatContext::get_IsLazy() extern "C" IL2CPP_METHOD_ATTR bool RepeatContext_get_IsLazy_m2481438702 (RepeatContext_t2643093670 * __this, const RuntimeMethod* method); // System.Int32 System.Text.RegularExpressions.RxInterpreter::Checkpoint() extern "C" IL2CPP_METHOD_ATTR int32_t RxInterpreter_Checkpoint_m3813622657 (RxInterpreter_t3591201055 * __this, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RxInterpreter::Backtrack(System.Int32) extern "C" IL2CPP_METHOD_ATTR void RxInterpreter_Backtrack_m1663655568 (RxInterpreter_t3591201055 * __this, int32_t ___cp0, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.RxInterpreter/RepeatContext::get_IsMaximum() extern "C" IL2CPP_METHOD_ATTR bool RepeatContext_get_IsMaximum_m2502195335 (RepeatContext_t2643093670 * __this, const RuntimeMethod* method); // System.Int32 System.Text.RegularExpressions.RxInterpreter/IntStack::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t IntStack_get_Count_m1029519407 (IntStack_t561212167 * __this, const RuntimeMethod* method); // System.Void System.Console::WriteLine(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR void Console_WriteLine_m2778709202 (RuntimeObject * __this /* static, unused */, String_t* p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RxInterpreter/IntStack::set_Count(System.Int32) extern "C" IL2CPP_METHOD_ATTR void IntStack_set_Count_m1087380855 (IntStack_t561212167 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RxInterpreter/IntStack::Push(System.Int32) extern "C" IL2CPP_METHOD_ATTR void IntStack_Push_m1312878436 (IntStack_t561212167 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Int32 System.Text.RegularExpressions.RxInterpreter/IntStack::Pop() extern "C" IL2CPP_METHOD_ATTR int32_t IntStack_Pop_m1434987809 (IntStack_t561212167 * __this, const RuntimeMethod* method); // System.Void System.Console::WriteLine(System.String,System.Object,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR void Console_WriteLine_m2144370159 (RuntimeObject * __this /* static, unused */, String_t* p0, RuntimeObject * p1, RuntimeObject * p2, RuntimeObject * p3, const RuntimeMethod* method); // System.Void System.Exception::.ctor() extern "C" IL2CPP_METHOD_ATTR void Exception__ctor_m213470898 (Exception_t * __this, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor() extern "C" IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m2730133172 (NotSupportedException_t1314879016 * __this, const RuntimeMethod* method); // System.Void System.SystemException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void SystemException__ctor_m3298527747 (SystemException_t176217640 * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.Object::.ctor() extern "C" IL2CPP_METHOD_ATTR void Object__ctor_m297566312 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RxInterpreter::.ctor(System.Byte[],System.Text.RegularExpressions.EvalDelegate) extern "C" IL2CPP_METHOD_ATTR void RxInterpreter__ctor_m3107783505 (RxInterpreter_t3591201055 * __this, ByteU5BU5D_t4116647657* ___program0, EvalDelegate_t1206020564 * ___eval_del1, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.LinkRef::.ctor() extern "C" IL2CPP_METHOD_ATTR void LinkRef__ctor_m3071983504 (LinkRef_t2971865410 * __this, const RuntimeMethod* method); // System.Void System.Array::Copy(System.Array,System.Array,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_Copy_m1988217701 (RuntimeObject * __this /* static, unused */, RuntimeArray * p0, RuntimeArray * p1, int32_t p2, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Syntax.CompositeExpression::.ctor() extern "C" IL2CPP_METHOD_ATTR void CompositeExpression__ctor_m2434860303 (CompositeExpression_t1252229802 * __this, const RuntimeMethod* method); // System.Text.RegularExpressions.Syntax.ExpressionCollection System.Text.RegularExpressions.Syntax.CompositeExpression::get_Expressions() extern "C" IL2CPP_METHOD_ATTR ExpressionCollection_t1810289389 * CompositeExpression_get_Expressions_m2951105322 (CompositeExpression_t1252229802 * __this, const RuntimeMethod* method); // System.Text.RegularExpressions.Syntax.ExpressionCollection System.Text.RegularExpressions.Syntax.Alternation::get_Alternatives() extern "C" IL2CPP_METHOD_ATTR ExpressionCollection_t1810289389 * Alternation_get_Alternatives_m1978796879 (Alternation_t625481451 * __this, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Syntax.ExpressionCollection::Add(System.Text.RegularExpressions.Syntax.Expression) extern "C" IL2CPP_METHOD_ATTR void ExpressionCollection_Add_m41125344 (ExpressionCollection_t1810289389 * __this, Expression_t2722445759 * ___e0, const RuntimeMethod* method); // System.Collections.IEnumerator System.Collections.CollectionBase::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* CollectionBase_GetEnumerator_m654829872 (CollectionBase_t2727926298 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.CollectionBase::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t CollectionBase_get_Count_m1708965601 (CollectionBase_t2727926298 * __this, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Syntax.CompositeExpression::GetWidth(System.Int32&,System.Int32&,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CompositeExpression_GetWidth_m936348716 (CompositeExpression_t1252229802 * __this, int32_t* ___min0, int32_t* ___max1, int32_t ___count2, const RuntimeMethod* method); // System.String System.String::ToLower() extern "C" IL2CPP_METHOD_ATTR String_t* String_ToLower_m2029374922 (String_t* __this, const RuntimeMethod* method); // System.Int32 System.String::get_Length() extern "C" IL2CPP_METHOD_ATTR int32_t String_get_Length_m3847582255 (String_t* __this, const RuntimeMethod* method); // System.Int32 System.Text.RegularExpressions.Syntax.AnchorInfo::get_Length() extern "C" IL2CPP_METHOD_ATTR int32_t AnchorInfo_get_Length_m1361685865 (AnchorInfo_t3387011151 * __this, const RuntimeMethod* method); // System.Int32 System.Text.RegularExpressions.Syntax.AnchorInfo::get_Width() extern "C" IL2CPP_METHOD_ATTR int32_t AnchorInfo_get_Width_m3579824419 (AnchorInfo_t3387011151 * __this, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.Syntax.AnchorInfo::get_IsSubstring() extern "C" IL2CPP_METHOD_ATTR bool AnchorInfo_get_IsSubstring_m1536110387 (AnchorInfo_t3387011151 * __this, const RuntimeMethod* method); // System.Text.RegularExpressions.Interval System.Text.RegularExpressions.Interval::get_Empty() extern "C" IL2CPP_METHOD_ATTR Interval_t1802865632 Interval_get_Empty_m3617514670 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 System.Text.RegularExpressions.Syntax.AnchorInfo::get_Offset() extern "C" IL2CPP_METHOD_ATTR int32_t AnchorInfo_get_Offset_m2045445765 (AnchorInfo_t3387011151 * __this, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Interval::.ctor(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Interval__ctor_m4022869013 (Interval_t1802865632 * __this, int32_t ___low0, int32_t ___high1, const RuntimeMethod* method); // System.Text.RegularExpressions.Syntax.Expression System.Text.RegularExpressions.Syntax.ExpressionCollection::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR Expression_t2722445759 * ExpressionCollection_get_Item_m3510736379 (ExpressionCollection_t1810289389 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Syntax.ExpressionCollection::set_Item(System.Int32,System.Text.RegularExpressions.Syntax.Expression) extern "C" IL2CPP_METHOD_ATTR void ExpressionCollection_set_Item_m2040804459 (ExpressionCollection_t1810289389 * __this, int32_t ___i0, Expression_t2722445759 * ___value1, const RuntimeMethod* method); // System.Text.RegularExpressions.Syntax.Expression System.Text.RegularExpressions.Syntax.Assertion::get_TrueExpression() extern "C" IL2CPP_METHOD_ATTR Expression_t2722445759 * Assertion_get_TrueExpression_m2743006331 (Assertion_t3267412828 * __this, const RuntimeMethod* method); // System.Text.RegularExpressions.Syntax.Expression System.Text.RegularExpressions.Syntax.Assertion::get_FalseExpression() extern "C" IL2CPP_METHOD_ATTR Expression_t2722445759 * Assertion_get_FalseExpression_m2609188285 (Assertion_t3267412828 * __this, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Syntax.Reference::.ctor(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Reference__ctor_m1870245246 (Reference_t1799410108 * __this, bool ___ignore0, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_Substring_m1610150815 (String_t* __this, int32_t p0, int32_t p1, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Syntax.Reference::set_CapturingGroup(System.Text.RegularExpressions.Syntax.CapturingGroup) extern "C" IL2CPP_METHOD_ATTR void Reference_set_CapturingGroup_m1130974240 (Reference_t1799410108 * __this, CapturingGroup_t751358689 * ___value0, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_Substring_m2848979100 (String_t* __this, int32_t p0, const RuntimeMethod* method); // System.Int32 System.Text.RegularExpressions.Syntax.Parser::ParseOctal(System.String,System.Int32&) extern "C" IL2CPP_METHOD_ATTR int32_t Parser_ParseOctal_m1193445574 (RuntimeObject * __this /* static, unused */, String_t* ___str0, int32_t* ___ptr1, const RuntimeMethod* method); // System.String System.String::Concat(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m904156431 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Text.RegularExpressions.Syntax.CapturingGroup System.Text.RegularExpressions.Syntax.Reference::get_CapturingGroup() extern "C" IL2CPP_METHOD_ATTR CapturingGroup_t751358689 * Reference_get_CapturingGroup_m3861468528 (Reference_t1799410108 * __this, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Syntax.Reference::Compile(System.Text.RegularExpressions.ICompiler,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Reference_Compile_m4195878675 (Reference_t1799410108 * __this, RuntimeObject* ___cmp0, bool ___reverse1, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.Syntax.Reference::get_IgnoreCase() extern "C" IL2CPP_METHOD_ATTR bool Reference_get_IgnoreCase_m241264953 (Reference_t1799410108 * __this, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Syntax.Literal::CompileLiteral(System.String,System.Text.RegularExpressions.ICompiler,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Literal_CompileLiteral_m4231400317 (RuntimeObject * __this /* static, unused */, String_t* ___str0, RuntimeObject* ___cmp1, bool ___ignore2, bool ___reverse3, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Syntax.CapturingGroup::.ctor() extern "C" IL2CPP_METHOD_ATTR void CapturingGroup__ctor_m1932199154 (CapturingGroup_t751358689 * __this, const RuntimeMethod* method); // System.Int32 System.Text.RegularExpressions.Syntax.CapturingGroup::get_Index() extern "C" IL2CPP_METHOD_ATTR int32_t CapturingGroup_get_Index_m3406974370 (CapturingGroup_t751358689 * __this, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.Syntax.CapturingGroup::get_IsNamed() extern "C" IL2CPP_METHOD_ATTR bool CapturingGroup_get_IsNamed_m570289083 (CapturingGroup_t751358689 * __this, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Syntax.Assertion::.ctor() extern "C" IL2CPP_METHOD_ATTR void Assertion__ctor_m2128950829 (Assertion_t3267412828 * __this, const RuntimeMethod* method); // System.Text.RegularExpressions.Syntax.ExpressionAssertion System.Text.RegularExpressions.Syntax.CaptureAssertion::get_Alternate() extern "C" IL2CPP_METHOD_ATTR ExpressionAssertion_t1861210811 * CaptureAssertion_get_Alternate_m4172691807 (CaptureAssertion_t3786084589 * __this, const RuntimeMethod* method); // System.Int32 System.Text.RegularExpressions.Syntax.Expression::GetFixedWidth() extern "C" IL2CPP_METHOD_ATTR int32_t Expression_GetFixedWidth_m945658 (Expression_t2722445759 * __this, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Syntax.ExpressionAssertion::.ctor() extern "C" IL2CPP_METHOD_ATTR void ExpressionAssertion__ctor_m2554412824 (ExpressionAssertion_t1861210811 * __this, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Syntax.Assertion::set_TrueExpression(System.Text.RegularExpressions.Syntax.Expression) extern "C" IL2CPP_METHOD_ATTR void Assertion_set_TrueExpression_m530142558 (Assertion_t3267412828 * __this, Expression_t2722445759 * ___value0, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Syntax.Assertion::set_FalseExpression(System.Text.RegularExpressions.Syntax.Expression) extern "C" IL2CPP_METHOD_ATTR void Assertion_set_FalseExpression_m468310168 (Assertion_t3267412828 * __this, Expression_t2722445759 * ___value0, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Syntax.ExpressionAssertion::set_TestExpression(System.Text.RegularExpressions.Syntax.Expression) extern "C" IL2CPP_METHOD_ATTR void ExpressionAssertion_set_TestExpression_m3544634251 (ExpressionAssertion_t1861210811 * __this, Expression_t2722445759 * ___value0, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Syntax.Group::.ctor() extern "C" IL2CPP_METHOD_ATTR void Group__ctor_m2980794822 (Group_t1458537008 * __this, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Syntax.Group::Compile(System.Text.RegularExpressions.ICompiler,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Group_Compile_m3355488790 (Group_t1458537008 * __this, RuntimeObject* ___cmp0, bool ___reverse1, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Syntax.Expression::.ctor() extern "C" IL2CPP_METHOD_ATTR void Expression__ctor_m1600460087 (Expression_t2722445759 * __this, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.IntervalCollection::.ctor() extern "C" IL2CPP_METHOD_ATTR void IntervalCollection__ctor_m758349803 (IntervalCollection_t2609070824 * __this, const RuntimeMethod* method); // System.Void System.Collections.BitArray::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void BitArray__ctor_m52841262 (BitArray_t4087883509 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Syntax.CharacterClass::.ctor(System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CharacterClass__ctor_m1294707193 (CharacterClass_t839120860 * __this, bool ___negate0, bool ___ignore1, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Syntax.CharacterClass::AddCategory(System.Text.RegularExpressions.Category,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CharacterClass_AddCategory_m3505628817 (CharacterClass_t839120860 * __this, uint16_t ___cat0, bool ___negate1, const RuntimeMethod* method); // System.Void System.Collections.BitArray::set_Item(System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void BitArray_set_Item_m3453667491 (BitArray_t4087883509 * __this, int32_t p0, bool p1, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Syntax.CharacterClass::AddRange(System.Char,System.Char) extern "C" IL2CPP_METHOD_ATTR void CharacterClass_AddRange_m3500530626 (CharacterClass_t839120860 * __this, Il2CppChar ___lo0, Il2CppChar ___hi1, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.Interval::Intersects(System.Text.RegularExpressions.Interval) extern "C" IL2CPP_METHOD_ATTR bool Interval_Intersects_m525534288 (Interval_t1802865632 * __this, Interval_t1802865632 ___i0, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.IntervalCollection::Add(System.Text.RegularExpressions.Interval) extern "C" IL2CPP_METHOD_ATTR void IntervalCollection_Add_m2115898256 (IntervalCollection_t2609070824 * __this, Interval_t1802865632 ___i0, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.Interval::Contains(System.Text.RegularExpressions.Interval) extern "C" IL2CPP_METHOD_ATTR bool Interval_Contains_m1454846757 (Interval_t1802865632 * __this, Interval_t1802865632 ___i0, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.IntervalCollection/CostDelegate::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void CostDelegate__ctor_m4027655829 (CostDelegate_t1722821004 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Text.RegularExpressions.IntervalCollection System.Text.RegularExpressions.IntervalCollection::GetMetaCollection(System.Text.RegularExpressions.IntervalCollection/CostDelegate) extern "C" IL2CPP_METHOD_ATTR IntervalCollection_t2609070824 * IntervalCollection_GetMetaCollection_m4029522214 (IntervalCollection_t2609070824 * __this, CostDelegate_t1722821004 * ___cost_del0, const RuntimeMethod* method); // System.Int32 System.Text.RegularExpressions.IntervalCollection::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t IntervalCollection_get_Count_m3041256718 (IntervalCollection_t2609070824 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.BitArray::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool BitArray_get_Item_m2970562587 (BitArray_t4087883509 * __this, int32_t p0, const RuntimeMethod* method); // System.Int32 System.Collections.BitArray::get_Length() extern "C" IL2CPP_METHOD_ATTR int32_t BitArray_get_Length_m3181964206 (BitArray_t4087883509 * __this, const RuntimeMethod* method); // System.Collections.IEnumerator System.Text.RegularExpressions.IntervalCollection::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* IntervalCollection_GetEnumerator_m3422445219 (IntervalCollection_t2609070824 * __this, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.Interval::get_IsDiscontiguous() extern "C" IL2CPP_METHOD_ATTR bool Interval_get_IsDiscontiguous_m3016063288 (Interval_t1802865632 * __this, const RuntimeMethod* method); // System.Int32 System.Text.RegularExpressions.Interval::get_Size() extern "C" IL2CPP_METHOD_ATTR int32_t Interval_get_Size_m4163671410 (Interval_t1802865632 * __this, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.Interval::get_IsSingleton() extern "C" IL2CPP_METHOD_ATTR bool Interval_get_IsSingleton_m3386290029 (Interval_t1802865632 * __this, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Syntax.ExpressionCollection::.ctor() extern "C" IL2CPP_METHOD_ATTR void ExpressionCollection__ctor_m2806571689 (ExpressionCollection_t1810289389 * __this, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Syntax.AnchorInfo::.ctor(System.Text.RegularExpressions.Syntax.Expression,System.Int32) extern "C" IL2CPP_METHOD_ATTR void AnchorInfo__ctor_m3523994803 (AnchorInfo_t3387011151 * __this, Expression_t2722445759 * ___expr0, int32_t ___width1, const RuntimeMethod* method); // System.Text.RegularExpressions.Syntax.Expression System.Text.RegularExpressions.Syntax.ExpressionAssertion::get_TestExpression() extern "C" IL2CPP_METHOD_ATTR Expression_t2722445759 * ExpressionAssertion_get_TestExpression_m727356674 (ExpressionAssertion_t1861210811 * __this, const RuntimeMethod* method); // System.Void System.Collections.CollectionBase::.ctor() extern "C" IL2CPP_METHOD_ATTR void CollectionBase__ctor_m3343513710 (CollectionBase_t2727926298 * __this, const RuntimeMethod* method); // System.Collections.IList System.Collections.CollectionBase::get_List() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* CollectionBase_get_List_m490744407 (CollectionBase_t2727926298 * __this, const RuntimeMethod* method); // System.Void System.Collections.ArrayList::.ctor() extern "C" IL2CPP_METHOD_ATTR void ArrayList__ctor_m4254721275 (ArrayList_t2718874744 * __this, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.Syntax.AnchorInfo::get_IsPosition() extern "C" IL2CPP_METHOD_ATTR bool AnchorInfo_get_IsPosition_m2100552190 (AnchorInfo_t3387011151 * __this, const RuntimeMethod* method); // System.Text.RegularExpressions.Position System.Text.RegularExpressions.Syntax.AnchorInfo::get_Position() extern "C" IL2CPP_METHOD_ATTR uint16_t AnchorInfo_get_Position_m1133366486 (AnchorInfo_t3387011151 * __this, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Syntax.AnchorInfo::.ctor(System.Text.RegularExpressions.Syntax.Expression,System.Int32,System.Int32,System.Text.RegularExpressions.Position) extern "C" IL2CPP_METHOD_ATTR void AnchorInfo__ctor_m46784903 (AnchorInfo_t3387011151 * __this, Expression_t2722445759 * ___expr0, int32_t ___offset1, int32_t ___width2, uint16_t ___pos3, const RuntimeMethod* method); // System.Text.RegularExpressions.Interval System.Text.RegularExpressions.Syntax.AnchorInfo::GetInterval(System.Int32) extern "C" IL2CPP_METHOD_ATTR Interval_t1802865632 AnchorInfo_GetInterval_m2808989035 (AnchorInfo_t3387011151 * __this, int32_t ___start0, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.Syntax.AnchorInfo::get_IsUnknownWidth() extern "C" IL2CPP_METHOD_ATTR bool AnchorInfo_get_IsUnknownWidth_m830883035 (AnchorInfo_t3387011151 * __this, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.IntervalCollection::Normalize() extern "C" IL2CPP_METHOD_ATTR void IntervalCollection_Normalize_m1934892959 (IntervalCollection_t2609070824 * __this, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.Interval::get_IsEmpty() extern "C" IL2CPP_METHOD_ATTR bool Interval_get_IsEmpty_m2731597232 (Interval_t1802865632 * __this, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.Syntax.AnchorInfo::get_IgnoreCase() extern "C" IL2CPP_METHOD_ATTR bool AnchorInfo_get_IgnoreCase_m4084905689 (AnchorInfo_t3387011151 * __this, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor() extern "C" IL2CPP_METHOD_ATTR void StringBuilder__ctor_m3121283359 (StringBuilder_t * __this, const RuntimeMethod* method); // System.String System.Text.RegularExpressions.Syntax.AnchorInfo::get_Substring() extern "C" IL2CPP_METHOD_ATTR String_t* AnchorInfo_get_Substring_m1799385132 (AnchorInfo_t3387011151 * __this, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.String) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m1965104174 (StringBuilder_t * __this, String_t* p0, const RuntimeMethod* method); // System.Int32 System.Text.StringBuilder::get_Length() extern "C" IL2CPP_METHOD_ATTR int32_t StringBuilder_get_Length_m3238060835 (StringBuilder_t * __this, const RuntimeMethod* method); // System.String System.Text.StringBuilder::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* StringBuilder_ToString_m3317489284 (StringBuilder_t * __this, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Syntax.AnchorInfo::.ctor(System.Text.RegularExpressions.Syntax.Expression,System.Int32,System.Int32,System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void AnchorInfo__ctor_m3869855453 (AnchorInfo_t3387011151 * __this, Expression_t2722445759 * ___expr0, int32_t ___offset1, int32_t ___width2, String_t* ___str3, bool ___ignore4, const RuntimeMethod* method); // System.IO.TextWriter System.Console::get_Error() extern "C" IL2CPP_METHOD_ATTR TextWriter_t3478189236 * Console_get_Error_m1839879495 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Collections.Hashtable::.ctor() extern "C" IL2CPP_METHOD_ATTR void Hashtable__ctor_m1815022027 (Hashtable_t1853889766 * __this, const RuntimeMethod* method); // System.Int32 System.Text.RegularExpressions.Syntax.Parser::ParseNumber(System.String,System.Int32&,System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Parser_ParseNumber_m2114552835 (RuntimeObject * __this /* static, unused */, String_t* ___str0, int32_t* ___ptr1, int32_t ___b2, int32_t ___min3, int32_t ___max4, const RuntimeMethod* method); // System.Int32 System.Text.RegularExpressions.Syntax.Parser::ParseDigit(System.Char,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Parser_ParseDigit_m2336300552 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, int32_t ___b1, int32_t ___n2, const RuntimeMethod* method); // System.String System.Int32::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Int32_ToString_m141394615 (int32_t* __this, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.Syntax.Parser::IsNameChar(System.Char) extern "C" IL2CPP_METHOD_ATTR bool Parser_IsNameChar_m698176442 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Syntax.RegularExpression::.ctor() extern "C" IL2CPP_METHOD_ATTR void RegularExpression__ctor_m119502265 (RegularExpression_t3834220169 * __this, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Syntax.Parser::ParseGroup(System.Text.RegularExpressions.Syntax.Group,System.Text.RegularExpressions.RegexOptions,System.Text.RegularExpressions.Syntax.Assertion) extern "C" IL2CPP_METHOD_ATTR void Parser_ParseGroup_m3186460488 (Parser_t2430509383 * __this, Group_t1458537008 * ___group0, int32_t ___options1, Assertion_t3267412828 * ___assertion2, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Syntax.Parser::ResolveReferences() extern "C" IL2CPP_METHOD_ATTR void Parser_ResolveReferences_m1518052352 (Parser_t2430509383 * __this, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Syntax.RegularExpression::set_GroupCount(System.Int32) extern "C" IL2CPP_METHOD_ATTR void RegularExpression_set_GroupCount_m3908887512 (RegularExpression_t3834220169 * __this, int32_t ___value0, const RuntimeMethod* method); // System.ArgumentException System.Text.RegularExpressions.Syntax.Parser::NewParseException(System.String) extern "C" IL2CPP_METHOD_ATTR ArgumentException_t132251570 * Parser_NewParseException_m686511029 (Parser_t2430509383 * __this, String_t* ___msg0, const RuntimeMethod* method); // System.String System.Text.RegularExpressions.Syntax.CapturingGroup::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* CapturingGroup_get_Name_m3747712535 (CapturingGroup_t751358689 * __this, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.Syntax.Parser::IsIgnorePatternWhitespace(System.Text.RegularExpressions.RegexOptions) extern "C" IL2CPP_METHOD_ATTR bool Parser_IsIgnorePatternWhitespace_m2107132682 (RuntimeObject * __this /* static, unused */, int32_t ___options0, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Syntax.Parser::ConsumeWhitespace(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Parser_ConsumeWhitespace_m3364496713 (Parser_t2430509383 * __this, bool ___ignore0, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.Syntax.Parser::IsMultiline(System.Text.RegularExpressions.RegexOptions) extern "C" IL2CPP_METHOD_ATTR bool Parser_IsMultiline_m3953355516 (RuntimeObject * __this /* static, unused */, int32_t ___options0, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Syntax.PositionAssertion::.ctor(System.Text.RegularExpressions.Position) extern "C" IL2CPP_METHOD_ATTR void PositionAssertion__ctor_m569003936 (PositionAssertion_t3339288061 * __this, uint16_t ___pos0, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.Syntax.Parser::IsSingleline(System.Text.RegularExpressions.RegexOptions) extern "C" IL2CPP_METHOD_ATTR bool Parser_IsSingleline_m326238187 (RuntimeObject * __this /* static, unused */, int32_t ___options0, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Syntax.CharacterClass::.ctor(System.Text.RegularExpressions.Category,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CharacterClass__ctor_m2417156412 (CharacterClass_t839120860 * __this, uint16_t ___cat0, bool ___negate1, const RuntimeMethod* method); // System.Int32 System.Text.RegularExpressions.Syntax.Parser::ParseEscape() extern "C" IL2CPP_METHOD_ATTR int32_t Parser_ParseEscape_m956682155 (Parser_t2430509383 * __this, const RuntimeMethod* method); // System.Text.RegularExpressions.Syntax.Expression System.Text.RegularExpressions.Syntax.Parser::ParseSpecial(System.Text.RegularExpressions.RegexOptions) extern "C" IL2CPP_METHOD_ATTR Expression_t2722445759 * Parser_ParseSpecial_m1961501104 (Parser_t2430509383 * __this, int32_t ___options0, const RuntimeMethod* method); // System.Text.RegularExpressions.Syntax.Expression System.Text.RegularExpressions.Syntax.Parser::ParseCharacterClass(System.Text.RegularExpressions.RegexOptions) extern "C" IL2CPP_METHOD_ATTR Expression_t2722445759 * Parser_ParseCharacterClass_m4285351396 (Parser_t2430509383 * __this, int32_t ___options0, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.Syntax.Parser::IsIgnoreCase(System.Text.RegularExpressions.RegexOptions) extern "C" IL2CPP_METHOD_ATTR bool Parser_IsIgnoreCase_m2210120858 (RuntimeObject * __this /* static, unused */, int32_t ___options0, const RuntimeMethod* method); // System.Text.RegularExpressions.Syntax.Expression System.Text.RegularExpressions.Syntax.Parser::ParseGroupingConstruct(System.Text.RegularExpressions.RegexOptions&) extern "C" IL2CPP_METHOD_ATTR Expression_t2722445759 * Parser_ParseGroupingConstruct_m263270497 (Parser_t2430509383 * __this, int32_t* ___options0, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Syntax.Literal::.ctor(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Literal__ctor_m1697110877 (Literal_t434143540 * __this, String_t* ___str0, bool ___ignore1, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Syntax.Group::AppendExpression(System.Text.RegularExpressions.Syntax.Expression) extern "C" IL2CPP_METHOD_ATTR void Group_AppendExpression_m1633560475 (Group_t1458537008 * __this, Expression_t2722445759 * ___e0, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Syntax.Alternation::.ctor() extern "C" IL2CPP_METHOD_ATTR void Alternation__ctor_m1629257642 (Alternation_t625481451 * __this, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Syntax.Alternation::AddAlternative(System.Text.RegularExpressions.Syntax.Expression) extern "C" IL2CPP_METHOD_ATTR void Alternation_AddAlternative_m3625038910 (Alternation_t625481451 * __this, Expression_t2722445759 * ___e0, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.Syntax.Parser::ParseRepetitionBounds(System.Int32&,System.Int32&,System.Text.RegularExpressions.RegexOptions) extern "C" IL2CPP_METHOD_ATTR bool Parser_ParseRepetitionBounds_m1246581246 (Parser_t2430509383 * __this, int32_t* ___min0, int32_t* ___max1, int32_t ___options2, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Syntax.Repetition::.ctor(System.Int32,System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Repetition__ctor_m1672362629 (Repetition_t2393242404 * __this, int32_t ___min0, int32_t ___max1, bool ___lazy2, const RuntimeMethod* method); // System.String System.Char::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Char_ToString_m3588025615 (Il2CppChar* __this, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Syntax.Repetition::set_Expression(System.Text.RegularExpressions.Syntax.Expression) extern "C" IL2CPP_METHOD_ATTR void Repetition_set_Expression_m1234887071 (Repetition_t2393242404 * __this, Expression_t2722445759 * ___value0, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.Syntax.Parser::IsExplicitCapture(System.Text.RegularExpressions.RegexOptions) extern "C" IL2CPP_METHOD_ATTR bool Parser_IsExplicitCapture_m2741347241 (RuntimeObject * __this /* static, unused */, int32_t ___options0, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Syntax.NonBacktrackingGroup::.ctor() extern "C" IL2CPP_METHOD_ATTR void NonBacktrackingGroup__ctor_m2332797184 (NonBacktrackingGroup_t3074098547 * __this, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Syntax.Parser::ParseOptions(System.Text.RegularExpressions.RegexOptions&,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Parser_ParseOptions_m2606822689 (Parser_t2430509383 * __this, int32_t* ___options0, bool ___negate1, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.Syntax.Parser::ParseAssertionType(System.Text.RegularExpressions.Syntax.ExpressionAssertion) extern "C" IL2CPP_METHOD_ATTR bool Parser_ParseAssertionType_m2403454228 (Parser_t2430509383 * __this, ExpressionAssertion_t1861210811 * ___assertion0, const RuntimeMethod* method); // System.String System.Text.RegularExpressions.Syntax.Parser::ParseName() extern "C" IL2CPP_METHOD_ATTR String_t* Parser_ParseName_m2057792975 (Parser_t2430509383 * __this, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Syntax.CapturingGroup::set_Name(System.String) extern "C" IL2CPP_METHOD_ATTR void CapturingGroup_set_Name_m3031988208 (CapturingGroup_t751358689 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Syntax.BalancingGroup::.ctor() extern "C" IL2CPP_METHOD_ATTR void BalancingGroup__ctor_m2760700418 (BalancingGroup_t2395658894 * __this, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Syntax.ExpressionAssertion::set_Negate(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ExpressionAssertion_set_Negate_m1236561973 (ExpressionAssertion_t1861210811 * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Syntax.ExpressionAssertion::set_Reverse(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ExpressionAssertion_set_Reverse_m4141031406 (ExpressionAssertion_t1861210811 * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Syntax.CaptureAssertion::.ctor(System.Text.RegularExpressions.Syntax.Literal) extern "C" IL2CPP_METHOD_ATTR void CaptureAssertion__ctor_m1422197394 (CaptureAssertion_t3786084589 * __this, Literal_t434143540 * ___l0, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.Syntax.Parser::IsECMAScript(System.Text.RegularExpressions.RegexOptions) extern "C" IL2CPP_METHOD_ATTR bool Parser_IsECMAScript_m674158805 (RuntimeObject * __this /* static, unused */, int32_t ___options0, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Syntax.CharacterClass::AddCharacter(System.Char) extern "C" IL2CPP_METHOD_ATTR void CharacterClass_AddCharacter_m2370152363 (CharacterClass_t839120860 * __this, Il2CppChar ___c0, const RuntimeMethod* method); // System.Text.RegularExpressions.Category System.Text.RegularExpressions.Syntax.Parser::ParseUnicodeCategory() extern "C" IL2CPP_METHOD_ATTR uint16_t Parser_ParseUnicodeCategory_m100397645 (Parser_t2430509383 * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.Object[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m2971454694 (RuntimeObject * __this /* static, unused */, ObjectU5BU5D_t2843939325* p0, const RuntimeMethod* method); // System.Int32 System.Text.RegularExpressions.Syntax.Parser::ParseNumber(System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Parser_ParseNumber_m3464424197 (Parser_t2430509383 * __this, int32_t ___b0, int32_t ___min1, int32_t ___max2, const RuntimeMethod* method); // System.String System.Text.RegularExpressions.Syntax.Parser::ParseName(System.String,System.Int32&) extern "C" IL2CPP_METHOD_ATTR String_t* Parser_ParseName_m1814604608 (RuntimeObject * __this /* static, unused */, String_t* ___str0, int32_t* ___ptr1, const RuntimeMethod* method); // System.Text.RegularExpressions.Category System.Text.RegularExpressions.CategoryUtils::CategoryFromName(System.String) extern "C" IL2CPP_METHOD_ATTR uint16_t CategoryUtils_CategoryFromName_m1352081402 (RuntimeObject * __this /* static, unused */, String_t* ___name0, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m3755062657 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, String_t* p2, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Syntax.BackslashNumber::.ctor(System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void BackslashNumber__ctor_m3802423446 (BackslashNumber_t3656518667 * __this, bool ___ignore0, bool ___ecma1, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m2844511972 (RuntimeObject * __this /* static, unused */, String_t* p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentException__ctor_m1216717135 (ArgumentException_t132251570 * __this, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Int32 System.Text.RegularExpressions.Syntax.Parser::ParseHex(System.String,System.Int32&,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Parser_ParseHex_m3698548444 (RuntimeObject * __this /* static, unused */, String_t* ___str0, int32_t* ___ptr1, int32_t ___digits2, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Syntax.CapturingGroup::set_Index(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CapturingGroup_set_Index_m1113018009 (CapturingGroup_t751358689 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Int32 System.Text.RegularExpressions.Syntax.Parser::ParseDecimal(System.String,System.Int32&) extern "C" IL2CPP_METHOD_ATTR int32_t Parser_ParseDecimal_m245094461 (RuntimeObject * __this /* static, unused */, String_t* ___str0, int32_t* ___ptr1, const RuntimeMethod* method); // System.Void System.Collections.ArrayList::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ArrayList__ctor_m3828927650 (ArrayList_t2718874744 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Syntax.Parser::HandleExplicitNumericGroups(System.Collections.ArrayList) extern "C" IL2CPP_METHOD_ATTR void Parser_HandleExplicitNumericGroups_m1412234891 (Parser_t2430509383 * __this, ArrayList_t2718874744 * ___explicit_numeric_groups0, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.Syntax.BackslashNumber::ResolveReference(System.String,System.Collections.Hashtable) extern "C" IL2CPP_METHOD_ATTR bool BackslashNumber_ResolveReference_m4176908213 (BackslashNumber_t3656518667 * __this, String_t* ___num_str0, Hashtable_t1853889766 * ___groups1, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Syntax.CaptureAssertion::set_CapturingGroup(System.Text.RegularExpressions.Syntax.CapturingGroup) extern "C" IL2CPP_METHOD_ATTR void CaptureAssertion_set_CapturingGroup_m2003123956 (CaptureAssertion_t3786084589 * __this, CapturingGroup_t751358689 * ___value0, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Syntax.BalancingGroup::set_Balance(System.Text.RegularExpressions.Syntax.CapturingGroup) extern "C" IL2CPP_METHOD_ATTR void BalancingGroup_set_Balance_m3289053627 (BalancingGroup_t2395658894 * __this, CapturingGroup_t751358689 * ___value0, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m2163913788 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, String_t* p2, String_t* p3, const RuntimeMethod* method); // System.Text.RegularExpressions.Syntax.Expression System.Text.RegularExpressions.Syntax.Repetition::get_Expression() extern "C" IL2CPP_METHOD_ATTR Expression_t2722445759 * Repetition_get_Expression_m2673886232 (Repetition_t2393242404 * __this, const RuntimeMethod* method); // System.Int32 System.Text.RegularExpressions.Syntax.Repetition::get_Minimum() extern "C" IL2CPP_METHOD_ATTR int32_t Repetition_get_Minimum_m2550947568 (Repetition_t2393242404 * __this, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.Syntax.AnchorInfo::get_IsComplete() extern "C" IL2CPP_METHOD_ATTR bool AnchorInfo_get_IsComplete_m4053892818 (AnchorInfo_t3387011151 * __this, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void StringBuilder__ctor_m2989139009 (StringBuilder_t * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.Uri::.ctor(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Uri__ctor_m3377055802 (Uri_t100236324 * __this, String_t* ___uriString0, bool ___dontEscape1, const RuntimeMethod* method); // System.String System.Runtime.Serialization.SerializationInfo::GetString(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* SerializationInfo_GetString_m3155282843 (SerializationInfo_t950877179 * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.Uri::ParseUri(System.UriKind) extern "C" IL2CPP_METHOD_ATTR void Uri_ParseUri_m2150795567 (Uri_t100236324 * __this, int32_t ___kind0, const RuntimeMethod* method); // System.Boolean System.Uri::get_IsAbsoluteUri() extern "C" IL2CPP_METHOD_ATTR bool Uri_get_IsAbsoluteUri_m3834080655 (Uri_t100236324 * __this, const RuntimeMethod* method); // System.Void System.UriFormatException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void UriFormatException__ctor_m3083316541 (UriFormatException_t953270471 * __this, String_t* ___message0, const RuntimeMethod* method); // System.String Locale::GetText(System.String,System.Object[]) extern "C" IL2CPP_METHOD_ATTR String_t* Locale_GetText_m2640320736 (RuntimeObject * __this /* static, unused */, String_t* ___fmt0, ObjectU5BU5D_t2843939325* ___args1, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentException__ctor_m1312628991 (ArgumentException_t132251570 * __this, String_t* p0, const RuntimeMethod* method); // System.Boolean System.Uri::op_Equality(System.Uri,System.Uri) extern "C" IL2CPP_METHOD_ATTR bool Uri_op_Equality_m2988156441 (RuntimeObject * __this /* static, unused */, Uri_t100236324 * ___u10, Uri_t100236324 * ___u21, const RuntimeMethod* method); // System.String System.Uri::get_OriginalString() extern "C" IL2CPP_METHOD_ATTR String_t* Uri_get_OriginalString_m2551181575 (Uri_t100236324 * __this, const RuntimeMethod* method); // System.Void System.Uri::Merge(System.Uri,System.String) extern "C" IL2CPP_METHOD_ATTR void Uri_Merge_m76373955 (Uri_t100236324 * __this, Uri_t100236324 * ___baseUri0, String_t* ___relativeUri1, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m3937257545 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Void System.Uri/UriScheme::.ctor(System.String,System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR void UriScheme__ctor_m1399779782 (UriScheme_t722425697 * __this, String_t* ___s0, String_t* ___d1, int32_t ___p2, const RuntimeMethod* method); // System.String System.Uri::get_AbsoluteUri() extern "C" IL2CPP_METHOD_ATTR String_t* Uri_get_AbsoluteUri_m637273031 (Uri_t100236324 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m2872281893 (SerializationInfo_t950877179 * __this, String_t* p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m1170824041 (ArgumentNullException_t1615371798 * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m3628145864 (ArgumentOutOfRangeException_t777629997 * __this, String_t* p0, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.Char) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOf_m363431711 (String_t* __this, Il2CppChar p0, const RuntimeMethod* method); // System.Int32 System.String::IndexOfAny(System.Char[]) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOfAny_m4159774896 (String_t* __this, CharU5BU5D_t3528271667* p0, const RuntimeMethod* method); // System.String System.Uri::get_Scheme() extern "C" IL2CPP_METHOD_ATTR String_t* Uri_get_Scheme_m1686732325 (Uri_t100236324 * __this, const RuntimeMethod* method); // System.Int32 System.String::CompareOrdinal(System.String,System.Int32,System.String,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t String_CompareOrdinal_m1012192092 (RuntimeObject * __this /* static, unused */, String_t* p0, int32_t p1, String_t* p2, int32_t p3, int32_t p4, const RuntimeMethod* method); // System.Boolean System.Uri::IsPredefinedScheme(System.String) extern "C" IL2CPP_METHOD_ATTR bool Uri_IsPredefinedScheme_m1188665625 (RuntimeObject * __this /* static, unused */, String_t* ___scheme0, const RuntimeMethod* method); // System.Boolean System.String::op_Equality(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool String_op_Equality_m920492651 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.String System.Uri::EscapeString(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Uri_EscapeString_m2061933484 (RuntimeObject * __this /* static, unused */, String_t* ___str0, const RuntimeMethod* method); // System.String System.String::Concat(System.Object,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m1715369213 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, RuntimeObject * p1, RuntimeObject * p2, const RuntimeMethod* method); // System.Int32 System.String::LastIndexOf(System.Char) extern "C" IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_m3451222878 (String_t* __this, Il2CppChar p0, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOf_m3406607758 (String_t* __this, String_t* p0, int32_t p1, const RuntimeMethod* method); // System.String System.String::Remove(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_Remove_m562998446 (String_t* __this, int32_t p0, int32_t p1, const RuntimeMethod* method); // System.Int32 System.String::LastIndexOf(System.Char,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_m578673845 (String_t* __this, Il2CppChar p0, int32_t p1, const RuntimeMethod* method); // System.Boolean System.String::op_Inequality(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool String_op_Inequality_m215368492 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Boolean System.String::EndsWith(System.String) extern "C" IL2CPP_METHOD_ATTR bool String_EndsWith_m1901926500 (String_t* __this, String_t* p0, const RuntimeMethod* method); // System.Void System.Uri::EnsureAbsoluteUri() extern "C" IL2CPP_METHOD_ATTR void Uri_EnsureAbsoluteUri_m2231483494 (Uri_t100236324 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor(System.Int32) #define Dictionary_2__ctor_m2392909825(__this, p0, method) (( void (*) (Dictionary_2_t2736202052 *, int32_t, const RuntimeMethod*))Dictionary_2__ctor_m182537451_gshared)(__this, p0, method) // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m282647386(__this, p0, p1, method) (( void (*) (Dictionary_2_t2736202052 *, String_t*, int32_t, const RuntimeMethod*))Dictionary_2_Add_m1279427033_gshared)(__this, p0, p1, method) // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m1013208020(__this, p0, p1, method) (( bool (*) (Dictionary_2_t2736202052 *, String_t*, int32_t*, const RuntimeMethod*))Dictionary_2_TryGetValue_m3959998165_gshared)(__this, p0, p1, method) // System.Boolean System.String::StartsWith(System.String) extern "C" IL2CPP_METHOD_ATTR bool String_StartsWith_m1759067526 (String_t* __this, String_t* p0, const RuntimeMethod* method); // System.String System.Uri::GetLeftPart(System.UriPartial) extern "C" IL2CPP_METHOD_ATTR String_t* Uri_GetLeftPart_m3979111399 (Uri_t100236324 * __this, int32_t ___part0, const RuntimeMethod* method); // System.Int32 System.Uri::GetDefaultPort(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t Uri_GetDefaultPort_m2547653357 (RuntimeObject * __this /* static, unused */, String_t* ___scheme0, const RuntimeMethod* method); // System.String System.Uri::get_Host() extern "C" IL2CPP_METHOD_ATTR String_t* Uri_get_Host_m255565830 (Uri_t100236324 * __this, const RuntimeMethod* method); // System.UriHostNameType System.Uri::CheckHostName(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t Uri_CheckHostName_m2213216182 (RuntimeObject * __this /* static, unused */, String_t* ___name0, const RuntimeMethod* method); // System.Boolean System.Uri::get_IsFile() extern "C" IL2CPP_METHOD_ATTR bool Uri_get_IsFile_m2450018824 (Uri_t100236324 * __this, const RuntimeMethod* method); // System.Boolean System.Net.IPAddress::TryParse(System.String,System.Net.IPAddress&) extern "C" IL2CPP_METHOD_ATTR bool IPAddress_TryParse_m2320149543 (RuntimeObject * __this /* static, unused */, String_t* ___ipString0, IPAddress_t241777590 ** ___address1, const RuntimeMethod* method); // System.Boolean System.Net.IPv6Address::TryParse(System.String,System.Net.IPv6Address&) extern "C" IL2CPP_METHOD_ATTR bool IPv6Address_TryParse_m2586816298 (RuntimeObject * __this /* static, unused */, String_t* ___ipString0, IPv6Address_t2709566769 ** ___result1, const RuntimeMethod* method); // System.Boolean System.Net.IPv6Address::IsLoopback(System.Net.IPv6Address) extern "C" IL2CPP_METHOD_ATTR bool IPv6Address_IsLoopback_m3712926451 (RuntimeObject * __this /* static, unused */, IPv6Address_t2709566769 * ___addr0, const RuntimeMethod* method); // System.String System.Uri::get_AbsolutePath() extern "C" IL2CPP_METHOD_ATTR String_t* Uri_get_AbsolutePath_m2766409727 (Uri_t100236324 * __this, const RuntimeMethod* method); // System.Boolean System.Uri::get_IsUnc() extern "C" IL2CPP_METHOD_ATTR bool Uri_get_IsUnc_m2977972311 (Uri_t100236324 * __this, const RuntimeMethod* method); // System.String System.String::Replace(System.Char,System.Char) extern "C" IL2CPP_METHOD_ATTR String_t* String_Replace_m3726209165 (String_t* __this, Il2CppChar p0, Il2CppChar p1, const RuntimeMethod* method); // System.String System.Uri::get_Query() extern "C" IL2CPP_METHOD_ATTR String_t* Uri_get_Query_m2772518875 (Uri_t100236324 * __this, const RuntimeMethod* method); // System.Boolean System.Uri::IsIPv4Address(System.String) extern "C" IL2CPP_METHOD_ATTR bool Uri_IsIPv4Address_m3535481943 (RuntimeObject * __this /* static, unused */, String_t* ___name0, const RuntimeMethod* method); // System.Boolean System.Uri::IsDomainAddress(System.String) extern "C" IL2CPP_METHOD_ATTR bool Uri_IsDomainAddress_m2867513594 (RuntimeObject * __this /* static, unused */, String_t* ___name0, const RuntimeMethod* method); // System.String[] System.String::Split(System.Char[]) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* String_Split_m3646115398 (String_t* __this, CharU5BU5D_t3528271667* p0, const RuntimeMethod* method); // System.Boolean System.UInt32::TryParse(System.String,System.UInt32&) extern "C" IL2CPP_METHOD_ATTR bool UInt32_TryParse_m2819179361 (RuntimeObject * __this /* static, unused */, String_t* p0, uint32_t* p1, const RuntimeMethod* method); // System.Boolean System.Uri::IsAlpha(System.Char) extern "C" IL2CPP_METHOD_ATTR bool Uri_IsAlpha_m1282293464 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, const RuntimeMethod* method); // System.Void System.Uri::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void Uri__ctor_m1474792120 (Uri_t100236324 * __this, String_t* ___uriString0, const RuntimeMethod* method); // System.Boolean System.Uri::InternalEquals(System.Uri) extern "C" IL2CPP_METHOD_ATTR bool Uri_InternalEquals_m2029068366 (Uri_t100236324 * __this, Uri_t100236324 * ___uri0, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture() extern "C" IL2CPP_METHOD_ATTR CultureInfo_t4157843068 * CultureInfo_get_InvariantCulture_m3532445182 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String System.String::ToLower(System.Globalization.CultureInfo) extern "C" IL2CPP_METHOD_ATTR String_t* String_ToLower_m3490221821 (String_t* __this, CultureInfo_t4157843068 * p0, const RuntimeMethod* method); // System.Int32 System.String::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t String_GetHashCode_m1906374149 (String_t* __this, const RuntimeMethod* method); // System.String System.Uri::GetOpaqueWiseSchemeDelimiter() extern "C" IL2CPP_METHOD_ATTR String_t* Uri_GetOpaqueWiseSchemeDelimiter_m1909471550 (Uri_t100236324 * __this, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m2383614642 (StringBuilder_t * __this, Il2CppChar p0, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Int32) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m890240332 (StringBuilder_t * __this, int32_t p0, const RuntimeMethod* method); // System.Boolean System.Uri::CompactEscaped(System.String) extern "C" IL2CPP_METHOD_ATTR bool Uri_CompactEscaped_m2984961597 (RuntimeObject * __this /* static, unused */, String_t* ___scheme0, const RuntimeMethod* method); // System.String System.Uri::Reduce(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* Uri_Reduce_m3122437040 (RuntimeObject * __this /* static, unused */, String_t* ___path0, bool ___compact_escaped1, const RuntimeMethod* method); // System.Boolean System.Uri::IsHexDigit(System.Char) extern "C" IL2CPP_METHOD_ATTR bool Uri_IsHexDigit_m3389749670 (RuntimeObject * __this /* static, unused */, Il2CppChar ___digit0, const RuntimeMethod* method); // System.String System.Uri::Unescape(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* Uri_Unescape_m910903869 (RuntimeObject * __this /* static, unused */, String_t* ___str0, bool ___excludeSpecial1, const RuntimeMethod* method); // System.Void System.Uri::AppendQueryAndFragment(System.String&) extern "C" IL2CPP_METHOD_ATTR void Uri_AppendQueryAndFragment_m3170766010 (Uri_t100236324 * __this, String_t** ___result0, const RuntimeMethod* method); // System.String System.Uri::EscapeString(System.String,System.Boolean,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* Uri_EscapeString_m3864445955 (RuntimeObject * __this /* static, unused */, String_t* ___str0, bool ___escapeReserved1, bool ___escapeHex2, bool ___escapeBrackets3, const RuntimeMethod* method); // System.Boolean System.Uri::IsHexEncoding(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool Uri_IsHexEncoding_m3290929897 (RuntimeObject * __this /* static, unused */, String_t* ___pattern0, int32_t ___index1, const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::get_UTF8() extern "C" IL2CPP_METHOD_ATTR Encoding_t1523322056 * Encoding_get_UTF8_m1008486739 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String System.Uri::HexEscape(System.Char) extern "C" IL2CPP_METHOD_ATTR String_t* Uri_HexEscape_m1589417657 (RuntimeObject * __this /* static, unused */, Il2CppChar ___character0, const RuntimeMethod* method); // System.Void System.Uri::Parse(System.UriKind,System.String) extern "C" IL2CPP_METHOD_ATTR void Uri_Parse_m736300106 (Uri_t100236324 * __this, int32_t ___kind0, String_t* ___uriString1, const RuntimeMethod* method); // System.Char System.Uri::HexUnescapeMultiByte(System.String,System.Int32&,System.Char&) extern "C" IL2CPP_METHOD_ATTR Il2CppChar Uri_HexUnescapeMultiByte_m332853996 (RuntimeObject * __this /* static, unused */, String_t* ___pattern0, int32_t* ___index1, Il2CppChar* ___surrogate2, const RuntimeMethod* method); // System.String System.String::TrimStart(System.Char[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_TrimStart_m1431283012 (String_t* __this, CharU5BU5D_t3528271667* p0, const RuntimeMethod* method); // System.String System.String::Replace(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Replace_m1273907647 (String_t* __this, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.String System.Uri::ParseNoExceptions(System.UriKind,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Uri_ParseNoExceptions_m4274141693 (Uri_t100236324 * __this, int32_t ___kind0, String_t* ___uriString1, const RuntimeMethod* method); // System.String System.String::Trim() extern "C" IL2CPP_METHOD_ATTR String_t* String_Trim_m923598732 (String_t* __this, const RuntimeMethod* method); // System.Void System.Uri::ParseAsUnixAbsoluteFilePath(System.String) extern "C" IL2CPP_METHOD_ATTR void Uri_ParseAsUnixAbsoluteFilePath_m1476768041 (Uri_t100236324 * __this, String_t* ___uriString0, const RuntimeMethod* method); // System.Void System.Uri::ParseAsWindowsUNC(System.String) extern "C" IL2CPP_METHOD_ATTR void Uri_ParseAsWindowsUNC_m2348878458 (Uri_t100236324 * __this, String_t* ___uriString0, const RuntimeMethod* method); // System.String System.Uri::ParseAsWindowsAbsoluteFilePath(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Uri_ParseAsWindowsAbsoluteFilePath_m708354183 (Uri_t100236324 * __this, String_t* ___uriString0, const RuntimeMethod* method); // System.Boolean System.Uri::CheckSchemeName(System.String) extern "C" IL2CPP_METHOD_ATTR bool Uri_CheckSchemeName_m108657675 (RuntimeObject * __this /* static, unused */, String_t* ___schemeName0, const RuntimeMethod* method); // System.String Locale::GetText(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Locale_GetText_m3875126938 (RuntimeObject * __this /* static, unused */, String_t* ___msg0, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.Char,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOf_m2466398549 (String_t* __this, Il2CppChar p0, int32_t p1, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.Char,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOf_m1248948328 (String_t* __this, Il2CppChar p0, int32_t p1, int32_t p2, const RuntimeMethod* method); // System.Int32 System.String::LastIndexOf(System.Char,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_m3228770703 (String_t* __this, Il2CppChar p0, int32_t p1, int32_t p2, const RuntimeMethod* method); // System.Boolean System.Int32::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Int32&) extern "C" IL2CPP_METHOD_ATTR bool Int32_TryParse_m135955795 (RuntimeObject * __this /* static, unused */, String_t* p0, int32_t p1, RuntimeObject* p2, int32_t* p3, const RuntimeMethod* method); // System.String System.Net.IPv6Address::ToString(System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* IPv6Address_ToString_m3978087033 (IPv6Address_t2709566769 * __this, bool ___fullLength0, const RuntimeMethod* method); // System.UriParser System.Uri::get_Parser() extern "C" IL2CPP_METHOD_ATTR UriParser_t3890150400 * Uri_get_Parser_m3737125102 (Uri_t100236324 * __this, const RuntimeMethod* method); // System.Char System.Char::ToUpper(System.Char) extern "C" IL2CPP_METHOD_ATTR Il2CppChar Char_ToUpper_m3999570441 (RuntimeObject * __this /* static, unused */, Il2CppChar p0, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::set_Length(System.Int32) extern "C" IL2CPP_METHOD_ATTR void StringBuilder_set_Length_m1410065908 (StringBuilder_t * __this, int32_t p0, const RuntimeMethod* method); // System.Int32 System.Uri::FromHex(System.Char) extern "C" IL2CPP_METHOD_ATTR int32_t Uri_FromHex_m2610708947 (RuntimeObject * __this /* static, unused */, Il2CppChar ___digit0, const RuntimeMethod* method); // System.UriParser System.UriParser::GetParser(System.String) extern "C" IL2CPP_METHOD_ATTR UriParser_t3890150400 * UriParser_GetParser_m544052729 (RuntimeObject * __this /* static, unused */, String_t* ___schemeName0, const RuntimeMethod* method); // System.Int32 System.UriParser::get_DefaultPort() extern "C" IL2CPP_METHOD_ATTR int32_t UriParser_get_DefaultPort_m2544851211 (UriParser_t3890150400 * __this, const RuntimeMethod* method); // System.String System.Uri::GetSchemeDelimiter(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Uri_GetSchemeDelimiter_m2374610473 (RuntimeObject * __this /* static, unused */, String_t* ___scheme0, const RuntimeMethod* method); // System.Void System.DefaultUriParser::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void DefaultUriParser__ctor_m2634681684 (DefaultUriParser_t95882050 * __this, String_t* ___scheme0, const RuntimeMethod* method); // System.Void System.IO.MemoryStream::.ctor() extern "C" IL2CPP_METHOD_ATTR void MemoryStream__ctor_m2678285228 (MemoryStream_t94973147 * __this, const RuntimeMethod* method); // System.Char[] System.Uri::GetChars(System.IO.MemoryStream,System.Text.Encoding) extern "C" IL2CPP_METHOD_ATTR CharU5BU5D_t3528271667* Uri_GetChars_m3587178967 (RuntimeObject * __this /* static, unused */, MemoryStream_t94973147 * ___b0, Encoding_t1523322056 * ___e1, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char[]) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m168475016 (StringBuilder_t * __this, CharU5BU5D_t3528271667* p0, const RuntimeMethod* method); // System.Int32 System.Uri::GetChar(System.String,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Uri_GetChar_m2610276660 (RuntimeObject * __this /* static, unused */, String_t* ___str0, int32_t ___offset1, int32_t ___length2, const RuntimeMethod* method); // System.Int32 System.Uri::GetInt(System.Byte) extern "C" IL2CPP_METHOD_ATTR int32_t Uri_GetInt_m3269354035 (RuntimeObject * __this /* static, unused */, uint8_t ___b0, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m237278729 (InvalidOperationException_t56020091 * __this, String_t* p0, const RuntimeMethod* method); // System.Boolean System.Object::Equals(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR bool Object_Equals_m1397037629 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Int32 System.Uri::get_Port() extern "C" IL2CPP_METHOD_ATTR int32_t Uri_get_Port_m184067428 (Uri_t100236324 * __this, const RuntimeMethod* method); // System.String System.Uri::get_Fragment() extern "C" IL2CPP_METHOD_ATTR String_t* Uri_get_Fragment_m575158891 (Uri_t100236324 * __this, const RuntimeMethod* method); // System.String System.Uri::get_UserInfo() extern "C" IL2CPP_METHOD_ATTR String_t* Uri_get_UserInfo_m1985954539 (Uri_t100236324 * __this, const RuntimeMethod* method); // System.Uri System.UriBuilder::get_Uri() extern "C" IL2CPP_METHOD_ATTR Uri_t100236324 * UriBuilder_get_Uri_m3514502640 (UriBuilder_t579353065 * __this, const RuntimeMethod* method); // System.Char System.Text.StringBuilder::get_Chars(System.Int32) extern "C" IL2CPP_METHOD_ATTR Il2CppChar StringBuilder_get_Chars_m1819843468 (StringBuilder_t * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.FormatException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void FormatException__ctor_m4049685996 (FormatException_t154580423 * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.FormatException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void FormatException__ctor_m3747066592 (FormatException_t154580423 * __this, SerializationInfo_t950877179 * p0, StreamingContext_t3711869237 p1, const RuntimeMethod* method); // System.Void System.Exception::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void Exception_GetObjectData_m1103241326 (Exception_t * __this, SerializationInfo_t950877179 * p0, StreamingContext_t3711869237 p1, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Regex::.ctor(System.String,System.Text.RegularExpressions.RegexOptions) extern "C" IL2CPP_METHOD_ATTR void Regex__ctor_m1728442805 (Regex_t3657309853 * __this, String_t* ___pattern0, int32_t ___options1, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Regex::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void Regex__ctor_m897876424 (Regex_t3657309853 * __this, String_t* ___pattern0, const RuntimeMethod* method); // System.Void System.DefaultUriParser::.ctor() extern "C" IL2CPP_METHOD_ATTR void DefaultUriParser__ctor_m2377995797 (DefaultUriParser_t95882050 * __this, const RuntimeMethod* method); // System.Void System.UriParser::InternalRegister(System.Collections.Hashtable,System.UriParser,System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR void UriParser_InternalRegister_m3643767086 (RuntimeObject * __this /* static, unused */, Hashtable_t1853889766 * ___table0, UriParser_t3890150400 * ___uriParser1, String_t* ___schemeName2, int32_t ___defaultPort3, const RuntimeMethod* method); // System.Void System.Threading.Monitor::Enter(System.Object) extern "C" IL2CPP_METHOD_ATTR void Monitor_Enter_m2249409497 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, const RuntimeMethod* method); // System.Void System.Threading.Monitor::Exit(System.Object) extern "C" IL2CPP_METHOD_ATTR void Monitor_Exit_m3585316909 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, const RuntimeMethod* method); // System.Void System.UriParser::set_SchemeName(System.String) extern "C" IL2CPP_METHOD_ATTR void UriParser_set_SchemeName_m266448765 (UriParser_t3890150400 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.UriParser::set_DefaultPort(System.Int32) extern "C" IL2CPP_METHOD_ATTR void UriParser_set_DefaultPort_m4007715058 (UriParser_t3890150400 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.UriParser::CreateDefaults() extern "C" IL2CPP_METHOD_ATTR void UriParser_CreateDefaults_m404296154 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.ComponentModel.TypeConverter::.ctor() extern "C" IL2CPP_METHOD_ATTR void TypeConverter__ctor_m2146026630 (TypeConverter_t2249118273 * __this, const RuntimeMethod* method); // System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) extern "C" IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m1620074514 (RuntimeObject * __this /* static, unused */, RuntimeTypeHandle_t3027515415 p0, const RuntimeMethod* method); // System.Boolean System.UriTypeConverter::CanConvert(System.Type) extern "C" IL2CPP_METHOD_ATTR bool UriTypeConverter_CanConvert_m4004296934 (UriTypeConverter_t3695916615 * __this, Type_t * ___type0, const RuntimeMethod* method); // System.Type System.Object::GetType() extern "C" IL2CPP_METHOD_ATTR Type_t * Object_GetType_m88164663 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m2494070935 (NotSupportedException_t1314879016 * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.Uri::.ctor(System.String,System.UriKind) extern "C" IL2CPP_METHOD_ATTR void Uri__ctor_m391584135 (Uri_t100236324 * __this, String_t* ___uriString0, int32_t ___uriKind1, const RuntimeMethod* method); // System.Object System.ComponentModel.Design.Serialization.InstanceDescriptor::Invoke() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * InstanceDescriptor_Invoke_m2192227030 (InstanceDescriptor_t657473484 * __this, const RuntimeMethod* method); // System.Object System.ComponentModel.TypeConverter::ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * TypeConverter_ConvertFrom_m1024238132 (TypeConverter_t2249118273 * __this, RuntimeObject* ___context0, CultureInfo_t4157843068 * ___culture1, RuntimeObject * ___value2, const RuntimeMethod* method); // System.Boolean System.Uri::op_Inequality(System.Uri,System.Uri) extern "C" IL2CPP_METHOD_ATTR bool Uri_op_Inequality_m3504002810 (RuntimeObject * __this /* static, unused */, Uri_t100236324 * ___u10, Uri_t100236324 * ___u21, const RuntimeMethod* method); // System.Reflection.ConstructorInfo System.Type::GetConstructor(System.Type[]) extern "C" IL2CPP_METHOD_ATTR ConstructorInfo_t5769829 * Type_GetConstructor_m2219014380 (Type_t * __this, TypeU5BU5D_t3940880105* p0, const RuntimeMethod* method); // System.Void System.ComponentModel.Design.Serialization.InstanceDescriptor::.ctor(System.Reflection.MemberInfo,System.Collections.ICollection) extern "C" IL2CPP_METHOD_ATTR void InstanceDescriptor__ctor_m1302935062 (InstanceDescriptor_t657473484 * __this, MemberInfo_t * ___member0, RuntimeObject* ___arguments1, const RuntimeMethod* method); // System.Object System.ComponentModel.TypeConverter::ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * TypeConverter_ConvertTo_m3165899902 (TypeConverter_t2249118273 * __this, RuntimeObject* ___context0, CultureInfo_t4157843068 * ___culture1, RuntimeObject * ___value2, Type_t * ___destinationType3, 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.RxInterpreter::.ctor(System.Byte[],System.Text.RegularExpressions.EvalDelegate) extern "C" IL2CPP_METHOD_ATTR void RxInterpreter__ctor_m3107783505 (RxInterpreter_t3591201055 * __this, ByteU5BU5D_t4116647657* ___program0, EvalDelegate_t1206020564 * ___eval_del1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RxInterpreter__ctor_m3107783505_MetadataUsageId); s_Il2CppMethodInitialized = true; } IntStack_t561212167 V_0; memset(&V_0, 0, sizeof(V_0)); { BaseMachine__ctor_m1534760230(__this, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_0 = ___program0; __this->set_program_1(L_0); EvalDelegate_t1206020564 * L_1 = ___eval_del1; __this->set_eval_del_7(L_1); ByteU5BU5D_t4116647657* L_2 = ___program0; NullCheck(L_2); int32_t L_3 = 1; uint8_t L_4 = (L_2)->GetAt(static_cast(L_3)); ByteU5BU5D_t4116647657* L_5 = ___program0; NullCheck(L_5); int32_t L_6 = 2; uint8_t L_7 = (L_5)->GetAt(static_cast(L_6)); __this->set_group_count_5(((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)((int32_t)((int32_t)L_4|(int32_t)((int32_t)((int32_t)L_7<<(int32_t)8))))))); int32_t L_8 = __this->get_group_count_5(); __this->set_groups_6(((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)L_8))); il2cpp_codegen_initobj((&V_0), sizeof(IntStack_t561212167 )); IntStack_t561212167 L_9 = V_0; __this->set_stack_11(L_9); RxInterpreter_ResetGroups_m1997141380(__this, /*hidden argument*/NULL); return; } } // System.Void System.Text.RegularExpressions.RxInterpreter::.cctor() extern "C" IL2CPP_METHOD_ATTR void RxInterpreter__cctor_m2476306538 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RxInterpreter__cctor_m2476306538_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Environment_GetEnvironmentVariable_m394552009(NULL /*static, unused*/, _stringLiteral165174867, /*hidden argument*/NULL); ((RxInterpreter_t3591201055_StaticFields*)il2cpp_codegen_static_fields_for(RxInterpreter_t3591201055_il2cpp_TypeInfo_var))->set_trace_rx_14((bool)((((int32_t)((((RuntimeObject*)(String_t*)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)) == ((int32_t)0))? 1 : 0)); return; } } // System.Int32 System.Text.RegularExpressions.RxInterpreter::ReadInt(System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t RxInterpreter_ReadInt_m1222413749 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___code0, int32_t ___pc1, const RuntimeMethod* method) { int32_t V_0 = 0; { ByteU5BU5D_t4116647657* L_0 = ___code0; int32_t L_1 = ___pc1; NullCheck(L_0); int32_t L_2 = L_1; uint8_t L_3 = (L_0)->GetAt(static_cast(L_2)); V_0 = L_3; int32_t L_4 = V_0; ByteU5BU5D_t4116647657* L_5 = ___code0; int32_t L_6 = ___pc1; NullCheck(L_5); int32_t L_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); uint8_t L_8 = (L_5)->GetAt(static_cast(L_7)); V_0 = ((int32_t)((int32_t)L_4|(int32_t)((int32_t)((int32_t)L_8<<(int32_t)8)))); int32_t L_9 = V_0; ByteU5BU5D_t4116647657* L_10 = ___code0; int32_t L_11 = ___pc1; NullCheck(L_10); int32_t L_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)2)); uint8_t L_13 = (L_10)->GetAt(static_cast(L_12)); V_0 = ((int32_t)((int32_t)L_9|(int32_t)((int32_t)((int32_t)L_13<<(int32_t)((int32_t)16))))); int32_t L_14 = V_0; ByteU5BU5D_t4116647657* L_15 = ___code0; int32_t L_16 = ___pc1; NullCheck(L_15); int32_t L_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)3)); uint8_t L_18 = (L_15)->GetAt(static_cast(L_17)); V_0 = ((int32_t)((int32_t)L_14|(int32_t)((int32_t)((int32_t)L_18<<(int32_t)((int32_t)24))))); int32_t L_19 = V_0; return L_19; } } // System.Text.RegularExpressions.Match System.Text.RegularExpressions.RxInterpreter::Scan(System.Text.RegularExpressions.Regex,System.String,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR Match_t3408321083 * RxInterpreter_Scan_m2977178178 (RxInterpreter_t3591201055 * __this, Regex_t3657309853 * ___regex0, String_t* ___text1, int32_t ___start2, int32_t ___end3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RxInterpreter_Scan_m2977178178_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; { String_t* L_0 = ___text1; __this->set_str_2(L_0); int32_t L_1 = ___start2; __this->set_string_start_3(L_1); int32_t L_2 = ___end3; __this->set_string_end_4(L_2); V_0 = 0; EvalDelegate_t1206020564 * L_3 = __this->get_eval_del_7(); if (!L_3) { goto IL_0038; } } { EvalDelegate_t1206020564 * L_4 = __this->get_eval_del_7(); int32_t L_5 = ___start2; NullCheck(L_4); bool L_6 = EvalDelegate_Invoke_m4090404736(L_4, __this, L_5, (&V_0), /*hidden argument*/NULL); V_1 = L_6; goto IL_0044; } IL_0038: { int32_t L_7 = ___start2; bool L_8 = RxInterpreter_EvalByteCode_m4191728775(__this, ((int32_t)11), L_7, (&V_0), /*hidden argument*/NULL); V_1 = L_8; } IL_0044: { MarkU5BU5D_t3645422402* L_9 = __this->get_marks_8(); Int32U5BU5D_t385246372* L_10 = __this->get_groups_6(); NullCheck(L_10); int32_t L_11 = 0; int32_t L_12 = (L_10)->GetAt(static_cast(L_11)); NullCheck(L_9); int32_t L_13 = V_0; ((L_9)->GetAddressAt(static_cast(L_12)))->set_End_1(L_13); bool L_14 = V_1; if (!L_14) { goto IL_006b; } } { Regex_t3657309853 * L_15 = ___regex0; Match_t3408321083 * L_16 = RxInterpreter_GenerateMatch_m2154448285(__this, L_15, /*hidden argument*/NULL); return L_16; } IL_006b: { IL2CPP_RUNTIME_CLASS_INIT(Match_t3408321083_il2cpp_TypeInfo_var); Match_t3408321083 * L_17 = Match_get_Empty_m2060287462(NULL /*static, unused*/, /*hidden argument*/NULL); return L_17; } } // System.Void System.Text.RegularExpressions.RxInterpreter::Open(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void RxInterpreter_Open_m3279604415 (RxInterpreter_t3591201055 * __this, int32_t ___gid0, int32_t ___ptr1, const RuntimeMethod* method) { int32_t V_0 = 0; { Int32U5BU5D_t385246372* L_0 = __this->get_groups_6(); int32_t L_1 = ___gid0; NullCheck(L_0); int32_t L_2 = L_1; int32_t L_3 = (L_0)->GetAt(static_cast(L_2)); V_0 = L_3; int32_t L_4 = V_0; int32_t L_5 = __this->get_mark_start_9(); if ((((int32_t)L_4) < ((int32_t)L_5))) { goto IL_002b; } } { MarkU5BU5D_t3645422402* L_6 = __this->get_marks_8(); int32_t L_7 = V_0; NullCheck(L_6); bool L_8 = Mark_get_IsDefined_m2539660708(((L_6)->GetAddressAt(static_cast(L_7))), /*hidden argument*/NULL); if (!L_8) { goto IL_003c; } } IL_002b: { int32_t L_9 = V_0; int32_t L_10 = RxInterpreter_CreateMark_m3839747084(__this, L_9, /*hidden argument*/NULL); V_0 = L_10; Int32U5BU5D_t385246372* L_11 = __this->get_groups_6(); int32_t L_12 = ___gid0; int32_t L_13 = V_0; NullCheck(L_11); (L_11)->SetAt(static_cast(L_12), (int32_t)L_13); } IL_003c: { MarkU5BU5D_t3645422402* L_14 = __this->get_marks_8(); int32_t L_15 = V_0; NullCheck(L_14); int32_t L_16 = ___ptr1; ((L_14)->GetAddressAt(static_cast(L_15)))->set_Start_0(L_16); return; } } // System.Void System.Text.RegularExpressions.RxInterpreter::Close(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void RxInterpreter_Close_m480354517 (RxInterpreter_t3591201055 * __this, int32_t ___gid0, int32_t ___ptr1, const RuntimeMethod* method) { { MarkU5BU5D_t3645422402* L_0 = __this->get_marks_8(); Int32U5BU5D_t385246372* L_1 = __this->get_groups_6(); int32_t L_2 = ___gid0; NullCheck(L_1); int32_t L_3 = L_2; int32_t L_4 = (L_1)->GetAt(static_cast(L_3)); NullCheck(L_0); int32_t L_5 = ___ptr1; ((L_0)->GetAddressAt(static_cast(L_4)))->set_End_1(L_5); return; } } // System.Boolean System.Text.RegularExpressions.RxInterpreter::Balance(System.Int32,System.Int32,System.Boolean,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool RxInterpreter_Balance_m3615509356 (RxInterpreter_t3591201055 * __this, int32_t ___gid0, int32_t ___balance_gid1, bool ___capture2, int32_t ___ptr3, const RuntimeMethod* method) { int32_t V_0 = 0; { Int32U5BU5D_t385246372* L_0 = __this->get_groups_6(); int32_t L_1 = ___balance_gid1; NullCheck(L_0); int32_t L_2 = L_1; int32_t L_3 = (L_0)->GetAt(static_cast(L_2)); V_0 = L_3; int32_t L_4 = V_0; if ((((int32_t)L_4) == ((int32_t)(-1)))) { goto IL_0027; } } { MarkU5BU5D_t3645422402* L_5 = __this->get_marks_8(); int32_t L_6 = V_0; NullCheck(L_5); int32_t L_7 = Mark_get_Index_m3048692661(((L_5)->GetAddressAt(static_cast(L_6))), /*hidden argument*/NULL); if ((((int32_t)L_7) >= ((int32_t)0))) { goto IL_0029; } } IL_0027: { return (bool)0; } IL_0029: { int32_t L_8 = ___gid0; if ((((int32_t)L_8) <= ((int32_t)0))) { goto IL_0069; } } { bool L_9 = ___capture2; if (!L_9) { goto IL_0069; } } { int32_t L_10 = ___gid0; MarkU5BU5D_t3645422402* L_11 = __this->get_marks_8(); int32_t L_12 = V_0; NullCheck(L_11); int32_t L_13 = Mark_get_Index_m3048692661(((L_11)->GetAddressAt(static_cast(L_12))), /*hidden argument*/NULL); MarkU5BU5D_t3645422402* L_14 = __this->get_marks_8(); int32_t L_15 = V_0; NullCheck(L_14); int32_t L_16 = Mark_get_Length_m2532192442(((L_14)->GetAddressAt(static_cast(L_15))), /*hidden argument*/NULL); RxInterpreter_Open_m3279604415(__this, L_10, ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)L_16)), /*hidden argument*/NULL); int32_t L_17 = ___gid0; int32_t L_18 = ___ptr3; RxInterpreter_Close_m480354517(__this, L_17, L_18, /*hidden argument*/NULL); } IL_0069: { Int32U5BU5D_t385246372* L_19 = __this->get_groups_6(); int32_t L_20 = ___balance_gid1; MarkU5BU5D_t3645422402* L_21 = __this->get_marks_8(); int32_t L_22 = V_0; NullCheck(L_21); int32_t L_23 = ((L_21)->GetAddressAt(static_cast(L_22)))->get_Previous_2(); NullCheck(L_19); (L_19)->SetAt(static_cast(L_20), (int32_t)L_23); return (bool)1; } } // System.Int32 System.Text.RegularExpressions.RxInterpreter::Checkpoint() extern "C" IL2CPP_METHOD_ATTR int32_t RxInterpreter_Checkpoint_m3813622657 (RxInterpreter_t3591201055 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_mark_end_10(); __this->set_mark_start_9(L_0); int32_t L_1 = __this->get_mark_start_9(); return L_1; } } // System.Void System.Text.RegularExpressions.RxInterpreter::Backtrack(System.Int32) extern "C" IL2CPP_METHOD_ATTR void RxInterpreter_Backtrack_m1663655568 (RxInterpreter_t3591201055 * __this, int32_t ___cp0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { V_0 = 0; goto IL_003b; } IL_0007: { Int32U5BU5D_t385246372* L_0 = __this->get_groups_6(); int32_t L_1 = V_0; NullCheck(L_0); int32_t L_2 = L_1; int32_t L_3 = (L_0)->GetAt(static_cast(L_2)); V_1 = L_3; goto IL_0027; } IL_0015: { MarkU5BU5D_t3645422402* L_4 = __this->get_marks_8(); int32_t L_5 = V_1; NullCheck(L_4); int32_t L_6 = ((L_4)->GetAddressAt(static_cast(L_5)))->get_Previous_2(); V_1 = L_6; } IL_0027: { int32_t L_7 = ___cp0; int32_t L_8 = V_1; if ((((int32_t)L_7) <= ((int32_t)L_8))) { goto IL_0015; } } { Int32U5BU5D_t385246372* L_9 = __this->get_groups_6(); int32_t L_10 = V_0; int32_t L_11 = V_1; NullCheck(L_9); (L_9)->SetAt(static_cast(L_10), (int32_t)L_11); int32_t L_12 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_003b: { int32_t L_13 = V_0; Int32U5BU5D_t385246372* L_14 = __this->get_groups_6(); NullCheck(L_14); if ((((int32_t)L_13) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_14)->max_length))))))) { goto IL_0007; } } { return; } } // System.Void System.Text.RegularExpressions.RxInterpreter::ResetGroups() extern "C" IL2CPP_METHOD_ATTR void RxInterpreter_ResetGroups_m1997141380 (RxInterpreter_t3591201055 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RxInterpreter_ResetGroups_m1997141380_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { Int32U5BU5D_t385246372* L_0 = __this->get_groups_6(); NullCheck(L_0); V_0 = (((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length)))); MarkU5BU5D_t3645422402* L_1 = __this->get_marks_8(); if (L_1) { goto IL_0020; } } { int32_t L_2 = V_0; __this->set_marks_8(((MarkU5BU5D_t3645422402*)SZArrayNew(MarkU5BU5D_t3645422402_il2cpp_TypeInfo_var, (uint32_t)L_2))); } IL_0020: { V_1 = 0; goto IL_006a; } IL_0027: { Int32U5BU5D_t385246372* L_3 = __this->get_groups_6(); int32_t L_4 = V_1; int32_t L_5 = V_1; NullCheck(L_3); (L_3)->SetAt(static_cast(L_4), (int32_t)L_5); MarkU5BU5D_t3645422402* L_6 = __this->get_marks_8(); int32_t L_7 = V_1; NullCheck(L_6); ((L_6)->GetAddressAt(static_cast(L_7)))->set_Start_0((-1)); MarkU5BU5D_t3645422402* L_8 = __this->get_marks_8(); int32_t L_9 = V_1; NullCheck(L_8); ((L_8)->GetAddressAt(static_cast(L_9)))->set_End_1((-1)); MarkU5BU5D_t3645422402* L_10 = __this->get_marks_8(); int32_t L_11 = V_1; NullCheck(L_10); ((L_10)->GetAddressAt(static_cast(L_11)))->set_Previous_2((-1)); int32_t L_12 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006a: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0027; } } { __this->set_mark_start_9(0); int32_t L_15 = V_0; __this->set_mark_end_10(L_15); return; } } // System.Int32 System.Text.RegularExpressions.RxInterpreter::GetLastDefined(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t RxInterpreter_GetLastDefined_m1892187359 (RxInterpreter_t3591201055 * __this, int32_t ___gid0, const RuntimeMethod* method) { int32_t V_0 = 0; { Int32U5BU5D_t385246372* L_0 = __this->get_groups_6(); int32_t L_1 = ___gid0; NullCheck(L_0); int32_t L_2 = L_1; int32_t L_3 = (L_0)->GetAt(static_cast(L_2)); V_0 = L_3; goto IL_0020; } IL_000e: { MarkU5BU5D_t3645422402* L_4 = __this->get_marks_8(); int32_t L_5 = V_0; NullCheck(L_4); int32_t L_6 = ((L_4)->GetAddressAt(static_cast(L_5)))->get_Previous_2(); V_0 = L_6; } IL_0020: { int32_t L_7 = V_0; if ((((int32_t)L_7) < ((int32_t)0))) { goto IL_003d; } } { MarkU5BU5D_t3645422402* L_8 = __this->get_marks_8(); int32_t L_9 = V_0; NullCheck(L_8); bool L_10 = Mark_get_IsDefined_m2539660708(((L_8)->GetAddressAt(static_cast(L_9))), /*hidden argument*/NULL); if (!L_10) { goto IL_000e; } } IL_003d: { int32_t L_11 = V_0; return L_11; } } // System.Int32 System.Text.RegularExpressions.RxInterpreter::CreateMark(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t RxInterpreter_CreateMark_m3839747084 (RxInterpreter_t3591201055 * __this, int32_t ___previous0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RxInterpreter_CreateMark_m3839747084_MetadataUsageId); s_Il2CppMethodInitialized = true; } MarkU5BU5D_t3645422402* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; { int32_t L_0 = __this->get_mark_end_10(); MarkU5BU5D_t3645422402* L_1 = __this->get_marks_8(); NullCheck(L_1); if ((!(((uint32_t)L_0) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length)))))))) { goto IL_0037; } } { MarkU5BU5D_t3645422402* L_2 = __this->get_marks_8(); NullCheck(L_2); V_0 = ((MarkU5BU5D_t3645422402*)SZArrayNew(MarkU5BU5D_t3645422402_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))), (int32_t)2)))); MarkU5BU5D_t3645422402* L_3 = __this->get_marks_8(); MarkU5BU5D_t3645422402* L_4 = V_0; NullCheck((RuntimeArray *)(RuntimeArray *)L_3); Array_CopyTo_m225704097((RuntimeArray *)(RuntimeArray *)L_3, (RuntimeArray *)(RuntimeArray *)L_4, 0, /*hidden argument*/NULL); MarkU5BU5D_t3645422402* L_5 = V_0; __this->set_marks_8(L_5); } IL_0037: { int32_t L_6 = __this->get_mark_end_10(); int32_t L_7 = L_6; V_2 = L_7; __this->set_mark_end_10(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))); int32_t L_8 = V_2; V_1 = L_8; MarkU5BU5D_t3645422402* L_9 = __this->get_marks_8(); int32_t L_10 = V_1; NullCheck(L_9); MarkU5BU5D_t3645422402* L_11 = __this->get_marks_8(); int32_t L_12 = V_1; NullCheck(L_11); int32_t L_13 = (-1); V_2 = L_13; ((L_11)->GetAddressAt(static_cast(L_12)))->set_End_1(L_13); int32_t L_14 = V_2; ((L_9)->GetAddressAt(static_cast(L_10)))->set_Start_0(L_14); MarkU5BU5D_t3645422402* L_15 = __this->get_marks_8(); int32_t L_16 = V_1; NullCheck(L_15); int32_t L_17 = ___previous0; ((L_15)->GetAddressAt(static_cast(L_16)))->set_Previous_2(L_17); int32_t L_18 = V_1; return L_18; } } // System.Void System.Text.RegularExpressions.RxInterpreter::GetGroupInfo(System.Int32,System.Int32&,System.Int32&) extern "C" IL2CPP_METHOD_ATTR void RxInterpreter_GetGroupInfo_m2431803602 (RxInterpreter_t3591201055 * __this, int32_t ___gid0, int32_t* ___first_mark_index1, int32_t* ___n_caps2, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t* L_0 = ___first_mark_index1; *((int32_t*)(L_0)) = (int32_t)(-1); int32_t* L_1 = ___n_caps2; *((int32_t*)(L_1)) = (int32_t)0; Int32U5BU5D_t385246372* L_2 = __this->get_groups_6(); int32_t L_3 = ___gid0; NullCheck(L_2); int32_t L_4 = L_3; int32_t L_5 = (L_2)->GetAt(static_cast(L_4)); V_0 = L_5; goto IL_0052; } IL_0014: { MarkU5BU5D_t3645422402* L_6 = __this->get_marks_8(); int32_t L_7 = V_0; NullCheck(L_6); bool L_8 = Mark_get_IsDefined_m2539660708(((L_6)->GetAddressAt(static_cast(L_7))), /*hidden argument*/NULL); if (L_8) { goto IL_002f; } } { goto IL_0040; } IL_002f: { int32_t* L_9 = ___first_mark_index1; if ((((int32_t)(*((int32_t*)L_9))) >= ((int32_t)0))) { goto IL_003a; } } { int32_t* L_10 = ___first_mark_index1; int32_t L_11 = V_0; *((int32_t*)(L_10)) = (int32_t)L_11; } IL_003a: { int32_t* L_12 = ___n_caps2; int32_t* L_13 = ___n_caps2; *((int32_t*)(L_12)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_13)), (int32_t)1)); } IL_0040: { MarkU5BU5D_t3645422402* L_14 = __this->get_marks_8(); int32_t L_15 = V_0; NullCheck(L_14); int32_t L_16 = ((L_14)->GetAddressAt(static_cast(L_15)))->get_Previous_2(); V_0 = L_16; } IL_0052: { int32_t L_17 = V_0; if ((((int32_t)L_17) >= ((int32_t)0))) { goto IL_0014; } } { return; } } // System.Void System.Text.RegularExpressions.RxInterpreter::PopulateGroup(System.Text.RegularExpressions.Group,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void RxInterpreter_PopulateGroup_m1401437886 (RxInterpreter_t3591201055 * __this, Group_t2468205786 * ___g0, int32_t ___first_mark_index1, int32_t ___n_caps2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RxInterpreter_PopulateGroup_m1401437886_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Capture_t2232016050 * V_2 = NULL; { V_0 = 1; MarkU5BU5D_t3645422402* L_0 = __this->get_marks_8(); int32_t L_1 = ___first_mark_index1; NullCheck(L_0); int32_t L_2 = ((L_0)->GetAddressAt(static_cast(L_1)))->get_Previous_2(); V_1 = L_2; goto IL_0089; } IL_0019: { MarkU5BU5D_t3645422402* L_3 = __this->get_marks_8(); int32_t L_4 = V_1; NullCheck(L_3); bool L_5 = Mark_get_IsDefined_m2539660708(((L_3)->GetAddressAt(static_cast(L_4))), /*hidden argument*/NULL); if (L_5) { goto IL_0034; } } { goto IL_0077; } IL_0034: { String_t* L_6 = __this->get_str_2(); MarkU5BU5D_t3645422402* L_7 = __this->get_marks_8(); int32_t L_8 = V_1; NullCheck(L_7); int32_t L_9 = Mark_get_Index_m3048692661(((L_7)->GetAddressAt(static_cast(L_8))), /*hidden argument*/NULL); MarkU5BU5D_t3645422402* L_10 = __this->get_marks_8(); int32_t L_11 = V_1; NullCheck(L_10); int32_t L_12 = Mark_get_Length_m2532192442(((L_10)->GetAddressAt(static_cast(L_11))), /*hidden argument*/NULL); Capture_t2232016050 * L_13 = (Capture_t2232016050 *)il2cpp_codegen_object_new(Capture_t2232016050_il2cpp_TypeInfo_var); Capture__ctor_m539415522(L_13, L_6, L_9, L_12, /*hidden argument*/NULL); V_2 = L_13; Group_t2468205786 * L_14 = ___g0; NullCheck(L_14); CaptureCollection_t1760593541 * L_15 = Group_get_Captures_m1655762411(L_14, /*hidden argument*/NULL); Capture_t2232016050 * L_16 = V_2; int32_t L_17 = ___n_caps2; int32_t L_18 = V_0; NullCheck(L_15); CaptureCollection_SetValue_m89830704(L_15, L_16, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)1)), (int32_t)L_18)), /*hidden argument*/NULL); int32_t L_19 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_0077: { MarkU5BU5D_t3645422402* L_20 = __this->get_marks_8(); int32_t L_21 = V_1; NullCheck(L_20); int32_t L_22 = ((L_20)->GetAddressAt(static_cast(L_21)))->get_Previous_2(); V_1 = L_22; } IL_0089: { int32_t L_23 = V_1; if ((((int32_t)L_23) >= ((int32_t)0))) { goto IL_0019; } } { return; } } // System.Text.RegularExpressions.Match System.Text.RegularExpressions.RxInterpreter::GenerateMatch(System.Text.RegularExpressions.Regex) extern "C" IL2CPP_METHOD_ATTR Match_t3408321083 * RxInterpreter_GenerateMatch_m2154448285 (RxInterpreter_t3591201055 * __this, Regex_t3657309853 * ___regex0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RxInterpreter_GenerateMatch_m2154448285_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Group_t2468205786 * V_2 = NULL; Match_t3408321083 * V_3 = NULL; int32_t V_4 = 0; { RxInterpreter_GetGroupInfo_m2431803602(__this, 0, (&V_1), (&V_0), /*hidden argument*/NULL); bool L_0 = ((BaseMachine_t2554639499 *)__this)->get_needs_groups_or_captures_0(); if (L_0) { goto IL_004d; } } { Regex_t3657309853 * L_1 = ___regex0; String_t* L_2 = __this->get_str_2(); int32_t L_3 = __this->get_string_end_4(); MarkU5BU5D_t3645422402* L_4 = __this->get_marks_8(); int32_t L_5 = V_1; NullCheck(L_4); int32_t L_6 = Mark_get_Index_m3048692661(((L_4)->GetAddressAt(static_cast(L_5))), /*hidden argument*/NULL); MarkU5BU5D_t3645422402* L_7 = __this->get_marks_8(); int32_t L_8 = V_1; NullCheck(L_7); int32_t L_9 = Mark_get_Length_m2532192442(((L_7)->GetAddressAt(static_cast(L_8))), /*hidden argument*/NULL); Match_t3408321083 * L_10 = (Match_t3408321083 *)il2cpp_codegen_object_new(Match_t3408321083_il2cpp_TypeInfo_var); Match__ctor_m2464595873(L_10, L_1, __this, L_2, L_3, 0, L_6, L_9, /*hidden argument*/NULL); return L_10; } IL_004d: { Regex_t3657309853 * L_11 = ___regex0; String_t* L_12 = __this->get_str_2(); int32_t L_13 = __this->get_string_end_4(); Int32U5BU5D_t385246372* L_14 = __this->get_groups_6(); NullCheck(L_14); MarkU5BU5D_t3645422402* L_15 = __this->get_marks_8(); int32_t L_16 = V_1; NullCheck(L_15); int32_t L_17 = Mark_get_Index_m3048692661(((L_15)->GetAddressAt(static_cast(L_16))), /*hidden argument*/NULL); MarkU5BU5D_t3645422402* L_18 = __this->get_marks_8(); int32_t L_19 = V_1; NullCheck(L_18); int32_t L_20 = Mark_get_Length_m2532192442(((L_18)->GetAddressAt(static_cast(L_19))), /*hidden argument*/NULL); int32_t L_21 = V_0; Match_t3408321083 * L_22 = (Match_t3408321083 *)il2cpp_codegen_object_new(Match_t3408321083_il2cpp_TypeInfo_var); Match__ctor_m2425511580(L_22, L_11, __this, L_12, L_13, (((int32_t)((int32_t)(((RuntimeArray *)L_14)->max_length)))), L_17, L_20, L_21, /*hidden argument*/NULL); V_3 = L_22; Match_t3408321083 * L_23 = V_3; int32_t L_24 = V_1; int32_t L_25 = V_0; RxInterpreter_PopulateGroup_m1401437886(__this, L_23, L_24, L_25, /*hidden argument*/NULL); V_4 = 1; goto IL_0107; } IL_009d: { int32_t L_26 = V_4; RxInterpreter_GetGroupInfo_m2431803602(__this, L_26, (&V_1), (&V_0), /*hidden argument*/NULL); int32_t L_27 = V_1; if ((((int32_t)L_27) >= ((int32_t)0))) { goto IL_00bb; } } { IL2CPP_RUNTIME_CLASS_INIT(Group_t2468205786_il2cpp_TypeInfo_var); Group_t2468205786 * L_28 = ((Group_t2468205786_StaticFields*)il2cpp_codegen_static_fields_for(Group_t2468205786_il2cpp_TypeInfo_var))->get_Fail_3(); V_2 = L_28; goto IL_00f3; } IL_00bb: { String_t* L_29 = __this->get_str_2(); MarkU5BU5D_t3645422402* L_30 = __this->get_marks_8(); int32_t L_31 = V_1; NullCheck(L_30); int32_t L_32 = Mark_get_Index_m3048692661(((L_30)->GetAddressAt(static_cast(L_31))), /*hidden argument*/NULL); MarkU5BU5D_t3645422402* L_33 = __this->get_marks_8(); int32_t L_34 = V_1; NullCheck(L_33); int32_t L_35 = Mark_get_Length_m2532192442(((L_33)->GetAddressAt(static_cast(L_34))), /*hidden argument*/NULL); int32_t L_36 = V_0; Group_t2468205786 * L_37 = (Group_t2468205786 *)il2cpp_codegen_object_new(Group_t2468205786_il2cpp_TypeInfo_var); Group__ctor_m2243671333(L_37, L_29, L_32, L_35, L_36, /*hidden argument*/NULL); V_2 = L_37; Group_t2468205786 * L_38 = V_2; int32_t L_39 = V_1; int32_t L_40 = V_0; RxInterpreter_PopulateGroup_m1401437886(__this, L_38, L_39, L_40, /*hidden argument*/NULL); } IL_00f3: { Match_t3408321083 * L_41 = V_3; NullCheck(L_41); GroupCollection_t69770484 * L_42 = VirtFuncInvoker0< GroupCollection_t69770484 * >::Invoke(4 /* System.Text.RegularExpressions.GroupCollection System.Text.RegularExpressions.Match::get_Groups() */, L_41); Group_t2468205786 * L_43 = V_2; int32_t L_44 = V_4; NullCheck(L_42); GroupCollection_SetValue_m2707160733(L_42, L_43, L_44, /*hidden argument*/NULL); int32_t L_45 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)1)); } IL_0107: { int32_t L_46 = V_4; Int32U5BU5D_t385246372* L_47 = __this->get_groups_6(); NullCheck(L_47); if ((((int32_t)L_46) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_47)->max_length))))))) { goto IL_009d; } } { Match_t3408321083 * L_48 = V_3; return L_48; } } // System.Boolean System.Text.RegularExpressions.RxInterpreter::IsWordChar(System.Char) extern "C" IL2CPP_METHOD_ATTR bool RxInterpreter_IsWordChar_m1358441835 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RxInterpreter_IsWordChar_m1358441835_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B3_0 = 0; { Il2CppChar L_0 = ___c0; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_1 = Char_IsLetterOrDigit_m3494175785(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0017; } } { Il2CppChar L_2 = ___c0; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); int32_t L_3 = Char_GetUnicodeCategory_m57882613(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); G_B3_0 = ((((int32_t)L_3) == ((int32_t)((int32_t)18)))? 1 : 0); goto IL_0018; } IL_0017: { G_B3_0 = 1; } IL_0018: { return (bool)G_B3_0; } } // System.Boolean System.Text.RegularExpressions.RxInterpreter::EvalByteCode(System.Int32,System.Int32,System.Int32&) extern "C" IL2CPP_METHOD_ATTR bool RxInterpreter_EvalByteCode_m4191728775 (RxInterpreter_t3591201055 * __this, int32_t ___pc0, int32_t ___strpos1, int32_t* ___strpos_result2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RxInterpreter_EvalByteCode_m4191728775_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; uint8_t V_7 = 0; bool V_8 = false; int32_t V_9 = 0; int32_t V_10 = 0; int32_t V_11 = 0; int32_t V_12 = 0; int32_t V_13 = 0; int32_t V_14 = 0; int32_t V_15 = 0; int32_t V_16 = 0; int32_t V_17 = 0; int32_t V_18 = 0; bool V_19 = false; int32_t V_20 = 0; int32_t V_21 = 0; int32_t V_22 = 0; int32_t V_23 = 0; int32_t V_24 = 0; int32_t V_25 = 0; int32_t V_26 = 0; int32_t V_27 = 0; Il2CppChar V_28 = 0x0; Il2CppChar V_29 = 0x0; Il2CppChar V_30 = 0x0; Il2CppChar V_31 = 0x0; Il2CppChar V_32 = 0x0; Il2CppChar V_33 = 0x0; Il2CppChar V_34 = 0x0; Il2CppChar V_35 = 0x0; Il2CppChar V_36 = 0x0; Il2CppChar V_37 = 0x0; Il2CppChar V_38 = 0x0; Il2CppChar V_39 = 0x0; Il2CppChar V_40 = 0x0; Il2CppChar V_41 = 0x0; Il2CppChar V_42 = 0x0; int32_t V_43 = 0; Il2CppChar V_44 = 0x0; int32_t V_45 = 0; Il2CppChar V_46 = 0x0; Il2CppChar V_47 = 0x0; Il2CppChar V_48 = 0x0; Il2CppChar V_49 = 0x0; Il2CppChar V_50 = 0x0; int32_t V_51 = 0; Il2CppChar V_52 = 0x0; int32_t V_53 = 0; Il2CppChar V_54 = 0x0; Il2CppChar V_55 = 0x0; Il2CppChar V_56 = 0x0; Il2CppChar V_57 = 0x0; Il2CppChar V_58 = 0x0; Il2CppChar V_59 = 0x0; Il2CppChar V_60 = 0x0; Il2CppChar V_61 = 0x0; Il2CppChar V_62 = 0x0; Il2CppChar V_63 = 0x0; Il2CppChar V_64 = 0x0; Il2CppChar V_65 = 0x0; Il2CppChar V_66 = 0x0; Il2CppChar V_67 = 0x0; Il2CppChar V_68 = 0x0; int32_t V_69 = 0; Il2CppChar V_70 = 0x0; int32_t V_71 = 0; Il2CppChar V_72 = 0x0; Il2CppChar V_73 = 0x0; Il2CppChar V_74 = 0x0; Il2CppChar V_75 = 0x0; Il2CppChar V_76 = 0x0; int32_t V_77 = 0; Il2CppChar V_78 = 0x0; int32_t V_79 = 0; Il2CppChar V_80 = 0x0; Il2CppChar V_81 = 0x0; Il2CppChar V_82 = 0x0; Il2CppChar V_83 = 0x0; Il2CppChar V_84 = 0x0; Il2CppChar V_85 = 0x0; Il2CppChar V_86 = 0x0; Il2CppChar V_87 = 0x0; Il2CppChar V_88 = 0x0; Il2CppChar V_89 = 0x0; Il2CppChar V_90 = 0x0; Il2CppChar V_91 = 0x0; Il2CppChar V_92 = 0x0; Il2CppChar V_93 = 0x0; Il2CppChar V_94 = 0x0; int32_t V_95 = 0; Il2CppChar V_96 = 0x0; int32_t V_97 = 0; Il2CppChar V_98 = 0x0; Il2CppChar V_99 = 0x0; Il2CppChar V_100 = 0x0; Il2CppChar V_101 = 0x0; Il2CppChar V_102 = 0x0; int32_t V_103 = 0; Il2CppChar V_104 = 0x0; int32_t V_105 = 0; Il2CppChar V_106 = 0x0; Il2CppChar V_107 = 0x0; Il2CppChar V_108 = 0x0; Il2CppChar V_109 = 0x0; Il2CppChar V_110 = 0x0; Il2CppChar V_111 = 0x0; Il2CppChar V_112 = 0x0; Il2CppChar V_113 = 0x0; Il2CppChar V_114 = 0x0; Il2CppChar V_115 = 0x0; Il2CppChar V_116 = 0x0; Il2CppChar V_117 = 0x0; Il2CppChar V_118 = 0x0; Il2CppChar V_119 = 0x0; Il2CppChar V_120 = 0x0; int32_t V_121 = 0; Il2CppChar V_122 = 0x0; int32_t V_123 = 0; Il2CppChar V_124 = 0x0; Il2CppChar V_125 = 0x0; Il2CppChar V_126 = 0x0; Il2CppChar V_127 = 0x0; Il2CppChar V_128 = 0x0; int32_t V_129 = 0; Il2CppChar V_130 = 0x0; int32_t V_131 = 0; int32_t V_132 = 0; int32_t V_133 = 0; int32_t V_134 = 0; RepeatContext_t2643093670 * V_135 = NULL; int32_t V_136 = 0; int32_t V_137 = 0; int32_t V_138 = 0; int32_t V_139 = 0; int32_t V_140 = 0; int32_t V_141 = 0; int32_t V_142 = 0; bool V_143 = false; int32_t V_144 = 0; int32_t V_145 = 0; int32_t V_146 = 0; int32_t V_147 = 0; int32_t V_148 = 0; uint8_t V_149 = 0; { V_0 = 0; } IL_0002: { IL2CPP_RUNTIME_CLASS_INIT(RxInterpreter_t3591201055_il2cpp_TypeInfo_var); bool L_0 = ((RxInterpreter_t3591201055_StaticFields*)il2cpp_codegen_static_fields_for(RxInterpreter_t3591201055_il2cpp_TypeInfo_var))->get_trace_rx_14(); if (!L_0) { goto IL_0047; } } { ObjectU5BU5D_t2843939325* L_1 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4)); ByteU5BU5D_t4116647657* L_2 = __this->get_program_1(); int32_t L_3 = ___pc0; NullCheck(L_2); int32_t L_4 = L_3; uint8_t L_5 = (L_2)->GetAt(static_cast(L_4)); uint8_t L_6 = ((uint8_t)L_5); RuntimeObject * L_7 = Box(RxOp_t349969367_il2cpp_TypeInfo_var, &L_6); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_7); (L_1)->SetAt(static_cast(0), (RuntimeObject *)L_7); ObjectU5BU5D_t2843939325* L_8 = L_1; int32_t L_9 = ___pc0; int32_t L_10 = L_9; RuntimeObject * L_11 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_10); NullCheck(L_8); ArrayElementTypeCheck (L_8, L_11); (L_8)->SetAt(static_cast(1), (RuntimeObject *)L_11); ObjectU5BU5D_t2843939325* L_12 = L_8; int32_t L_13 = ___strpos1; int32_t L_14 = L_13; RuntimeObject * L_15 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_14); NullCheck(L_12); ArrayElementTypeCheck (L_12, L_15); (L_12)->SetAt(static_cast(2), (RuntimeObject *)L_15); ObjectU5BU5D_t2843939325* L_16 = L_12; int32_t L_17 = V_0; int32_t L_18 = L_17; RuntimeObject * L_19 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_18); NullCheck(L_16); ArrayElementTypeCheck (L_16, L_19); (L_16)->SetAt(static_cast(3), (RuntimeObject *)L_19); IL2CPP_RUNTIME_CLASS_INIT(Console_t3208230065_il2cpp_TypeInfo_var); Console_WriteLine_m3098077803(NULL /*static, unused*/, _stringLiteral3411333175, L_16, /*hidden argument*/NULL); } IL_0047: { ByteU5BU5D_t4116647657* L_20 = __this->get_program_1(); int32_t L_21 = ___pc0; NullCheck(L_20); int32_t L_22 = L_21; uint8_t L_23 = (L_20)->GetAt(static_cast(L_22)); V_149 = L_23; uint8_t L_24 = V_149; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)1))) { case 0: { goto IL_02e4; } case 1: { goto IL_02cf; } case 2: { goto IL_02e6; } case 3: { goto IL_02f0; } case 4: { goto IL_0302; } case 5: { goto IL_0329; } case 6: { goto IL_037a; } case 7: { goto IL_0392; } case 8: { goto IL_0341; } case 9: { goto IL_03bd; } case 10: { goto IL_045d; } case 11: { goto IL_0bf6; } case 12: { goto IL_0c51; } case 13: { goto IL_0cca; } case 14: { goto IL_0d2a; } case 15: { goto IL_0da9; } case 16: { goto IL_0e24; } case 17: { goto IL_0eb7; } case 18: { goto IL_0f37; } case 19: { goto IL_0fd0; } case 20: { goto IL_1a10; } case 21: { goto IL_16c5; } case 22: { goto IL_20d6; } case 23: { goto IL_240a; } case 24: { goto IL_2e08; } case 25: { goto IL_2acf; } case 26: { goto IL_349e; } case 27: { goto IL_1027; } case 28: { goto IL_1a69; } case 29: { goto IL_1721; } case 30: { goto IL_2134; } case 31: { goto IL_245e; } case 32: { goto IL_2e5e; } case 33: { goto IL_2b28; } case 34: { goto IL_34f9; } case 35: { goto IL_153d; } case 36: { goto IL_1f6d; } case 37: { goto IL_187e; } case 38: { goto IL_2297; } case 39: { goto IL_294d; } case 40: { goto IL_333b; } case 41: { goto IL_2c7c; } case 42: { goto IL_3653; } case 43: { goto IL_1111; } case 44: { goto IL_1b57; } case 45: { goto IL_1815; } case 46: { goto IL_222c; } case 47: { goto IL_2542; } case 48: { goto IL_2f46; } case 49: { goto IL_2c16; } case 50: { goto IL_35eb; } case 51: { goto IL_108f; } case 52: { goto IL_1ad3; } case 53: { goto IL_178e; } case 54: { goto IL_21a3; } case 55: { goto IL_24c3; } case 56: { goto IL_2ec5; } case 57: { goto IL_2b92; } case 58: { goto IL_3565; } case 59: { goto IL_15e7; } case 60: { goto IL_200e; } case 61: { goto IL_192d; } case 62: { goto IL_233d; } case 63: { goto IL_29f4; } case 64: { goto IL_33d9; } case 65: { goto IL_2d28; } case 66: { goto IL_36f6; } case 67: { goto IL_1175; } case 68: { goto IL_1bbd; } case 69: { goto IL_25a3; } case 70: { goto IL_2fa9; } case 71: { goto IL_11c4; } case 72: { goto IL_1c0e; } case 73: { goto IL_25ef; } case 74: { goto IL_2ff7; } case 75: { goto IL_126a; } case 76: { goto IL_1c8c; } case 77: { goto IL_268f; } case 78: { goto IL_306f; } case 79: { goto IL_120a; } case 80: { goto IL_1c2a; } case 81: { goto IL_2632; } case 82: { goto IL_3010; } case 83: { goto IL_12bc; } case 84: { goto IL_1ce0; } case 85: { goto IL_26de; } case 86: { goto IL_30c0; } case 87: { goto IL_130e; } case 88: { goto IL_1d34; } case 89: { goto IL_272d; } case 90: { goto IL_3111; } case 91: { goto IL_1393; } case 92: { goto IL_1dbb; } case 93: { goto IL_27af; } case 94: { goto IL_3195; } case 95: { goto IL_1485; } case 96: { goto IL_1eb1; } case 97: { goto IL_289b; } case 98: { goto IL_3285; } case 99: { goto IL_3de6; } case 100: { goto IL_3de6; } case 101: { goto IL_3de6; } case 102: { goto IL_3de6; } case 103: { goto IL_3de6; } case 104: { goto IL_3de6; } case 105: { goto IL_3de6; } case 106: { goto IL_3de6; } case 107: { goto IL_3de6; } case 108: { goto IL_3de6; } case 109: { goto IL_3de6; } case 110: { goto IL_3de6; } case 111: { goto IL_3de6; } case 112: { goto IL_3de6; } case 113: { goto IL_3de6; } case 114: { goto IL_3de6; } case 115: { goto IL_3de6; } case 116: { goto IL_3de6; } case 117: { goto IL_3de6; } case 118: { goto IL_3de6; } case 119: { goto IL_3de6; } case 120: { goto IL_3de6; } case 121: { goto IL_3de6; } case 122: { goto IL_3de6; } case 123: { goto IL_140f; } case 124: { goto IL_1e39; } case 125: { goto IL_2828; } case 126: { goto IL_3210; } case 127: { goto IL_3de6; } case 128: { goto IL_3de6; } case 129: { goto IL_3de6; } case 130: { goto IL_3de6; } case 131: { goto IL_14e1; } case 132: { goto IL_1f0f; } case 133: { goto IL_28f4; } case 134: { goto IL_32e0; } case 135: { goto IL_07e8; } case 136: { goto IL_0885; } case 137: { goto IL_0949; } case 138: { goto IL_3de6; } case 139: { goto IL_0ac8; } case 140: { goto IL_0af0; } case 141: { goto IL_0b18; } case 142: { goto IL_0bad; } case 143: { goto IL_09ed; } case 144: { goto IL_0bb2; } case 145: { goto IL_0a3a; } case 146: { goto IL_0a74; } case 147: { goto IL_37c0; } case 148: { goto IL_0bd2; } case 149: { goto IL_04fd; } case 150: { goto IL_071a; } case 151: { goto IL_37fa; } case 152: { goto IL_37fa; } case 153: { goto IL_3884; } case 154: { goto IL_3c23; } case 155: { goto IL_3c23; } } } { goto IL_3de6; } IL_02cf: { int32_t L_25 = V_0; if (!L_25) { goto IL_02df; } } { int32_t L_26 = V_0; ___pc0 = L_26; V_0 = 0; goto IL_0002; } IL_02df: { int32_t* L_27 = ___strpos_result2; int32_t L_28 = ___strpos1; *((int32_t*)(L_27)) = (int32_t)L_28; return (bool)1; } IL_02e4: { return (bool)0; } IL_02e6: { int32_t L_29 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); goto IL_0002; } IL_02f0: { int32_t L_30 = ___strpos1; if (!L_30) { goto IL_02f8; } } { return (bool)0; } IL_02f8: { int32_t L_31 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); goto IL_0002; } IL_0302: { int32_t L_32 = ___strpos1; if (!L_32) { goto IL_031d; } } { String_t* L_33 = __this->get_str_2(); int32_t L_34 = ___strpos1; NullCheck(L_33); Il2CppChar L_35 = String_get_Chars_m2986988803(L_33, ((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)1)), /*hidden argument*/NULL); if ((!(((uint32_t)L_35) == ((uint32_t)((int32_t)10))))) { goto IL_0327; } } IL_031d: { int32_t L_36 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1)); goto IL_0002; } IL_0327: { return (bool)0; } IL_0329: { int32_t L_37 = ___strpos1; int32_t L_38 = __this->get_string_start_3(); if ((((int32_t)L_37) == ((int32_t)L_38))) { goto IL_0337; } } { return (bool)0; } IL_0337: { int32_t L_39 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1)); goto IL_0002; } IL_0341: { int32_t L_40 = ___strpos1; int32_t L_41 = __this->get_string_end_4(); if ((((int32_t)L_40) == ((int32_t)L_41))) { goto IL_036e; } } { int32_t L_42 = ___strpos1; int32_t L_43 = __this->get_string_end_4(); if ((!(((uint32_t)L_42) == ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_43, (int32_t)1)))))) { goto IL_0378; } } { String_t* L_44 = __this->get_str_2(); int32_t L_45 = ___strpos1; NullCheck(L_44); Il2CppChar L_46 = String_get_Chars_m2986988803(L_44, L_45, /*hidden argument*/NULL); if ((!(((uint32_t)L_46) == ((uint32_t)((int32_t)10))))) { goto IL_0378; } } IL_036e: { int32_t L_47 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)1)); goto IL_0002; } IL_0378: { return (bool)0; } IL_037a: { int32_t L_48 = ___strpos1; int32_t L_49 = __this->get_string_end_4(); if ((((int32_t)L_48) == ((int32_t)L_49))) { goto IL_0388; } } { return (bool)0; } IL_0388: { int32_t L_50 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)1)); goto IL_0002; } IL_0392: { int32_t L_51 = ___strpos1; int32_t L_52 = __this->get_string_end_4(); if ((((int32_t)L_51) == ((int32_t)L_52))) { goto IL_03b1; } } { String_t* L_53 = __this->get_str_2(); int32_t L_54 = ___strpos1; NullCheck(L_53); Il2CppChar L_55 = String_get_Chars_m2986988803(L_53, L_54, /*hidden argument*/NULL); if ((!(((uint32_t)L_55) == ((uint32_t)((int32_t)10))))) { goto IL_03bb; } } IL_03b1: { int32_t L_56 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1)); goto IL_0002; } IL_03bb: { return (bool)0; } IL_03bd: { int32_t L_57 = __this->get_string_end_4(); if (L_57) { goto IL_03ca; } } { return (bool)0; } IL_03ca: { int32_t L_58 = ___strpos1; if (L_58) { goto IL_03f5; } } { String_t* L_59 = __this->get_str_2(); int32_t L_60 = ___strpos1; NullCheck(L_59); Il2CppChar L_61 = String_get_Chars_m2986988803(L_59, L_60, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(RxInterpreter_t3591201055_il2cpp_TypeInfo_var); bool L_62 = RxInterpreter_IsWordChar_m1358441835(NULL /*static, unused*/, L_61, /*hidden argument*/NULL); if (!L_62) { goto IL_03f0; } } { int32_t L_63 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_63, (int32_t)1)); goto IL_0002; } IL_03f0: { goto IL_045b; } IL_03f5: { int32_t L_64 = ___strpos1; int32_t L_65 = __this->get_string_end_4(); if ((!(((uint32_t)L_64) == ((uint32_t)L_65)))) { goto IL_0428; } } { String_t* L_66 = __this->get_str_2(); int32_t L_67 = ___strpos1; NullCheck(L_66); Il2CppChar L_68 = String_get_Chars_m2986988803(L_66, ((int32_t)il2cpp_codegen_subtract((int32_t)L_67, (int32_t)1)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(RxInterpreter_t3591201055_il2cpp_TypeInfo_var); bool L_69 = RxInterpreter_IsWordChar_m1358441835(NULL /*static, unused*/, L_68, /*hidden argument*/NULL); if (!L_69) { goto IL_0423; } } { int32_t L_70 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_70, (int32_t)1)); goto IL_0002; } IL_0423: { goto IL_045b; } IL_0428: { String_t* L_71 = __this->get_str_2(); int32_t L_72 = ___strpos1; NullCheck(L_71); Il2CppChar L_73 = String_get_Chars_m2986988803(L_71, L_72, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(RxInterpreter_t3591201055_il2cpp_TypeInfo_var); bool L_74 = RxInterpreter_IsWordChar_m1358441835(NULL /*static, unused*/, L_73, /*hidden argument*/NULL); String_t* L_75 = __this->get_str_2(); int32_t L_76 = ___strpos1; NullCheck(L_75); Il2CppChar L_77 = String_get_Chars_m2986988803(L_75, ((int32_t)il2cpp_codegen_subtract((int32_t)L_76, (int32_t)1)), /*hidden argument*/NULL); bool L_78 = RxInterpreter_IsWordChar_m1358441835(NULL /*static, unused*/, L_77, /*hidden argument*/NULL); if ((((int32_t)L_74) == ((int32_t)L_78))) { goto IL_045b; } } { int32_t L_79 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_79, (int32_t)1)); goto IL_0002; } IL_045b: { return (bool)0; } IL_045d: { int32_t L_80 = __this->get_string_end_4(); if (L_80) { goto IL_046a; } } { return (bool)0; } IL_046a: { int32_t L_81 = ___strpos1; if (L_81) { goto IL_0495; } } { String_t* L_82 = __this->get_str_2(); int32_t L_83 = ___strpos1; NullCheck(L_82); Il2CppChar L_84 = String_get_Chars_m2986988803(L_82, L_83, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(RxInterpreter_t3591201055_il2cpp_TypeInfo_var); bool L_85 = RxInterpreter_IsWordChar_m1358441835(NULL /*static, unused*/, L_84, /*hidden argument*/NULL); if (L_85) { goto IL_0490; } } { int32_t L_86 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_86, (int32_t)1)); goto IL_0002; } IL_0490: { goto IL_04fb; } IL_0495: { int32_t L_87 = ___strpos1; int32_t L_88 = __this->get_string_end_4(); if ((!(((uint32_t)L_87) == ((uint32_t)L_88)))) { goto IL_04c8; } } { String_t* L_89 = __this->get_str_2(); int32_t L_90 = ___strpos1; NullCheck(L_89); Il2CppChar L_91 = String_get_Chars_m2986988803(L_89, ((int32_t)il2cpp_codegen_subtract((int32_t)L_90, (int32_t)1)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(RxInterpreter_t3591201055_il2cpp_TypeInfo_var); bool L_92 = RxInterpreter_IsWordChar_m1358441835(NULL /*static, unused*/, L_91, /*hidden argument*/NULL); if (L_92) { goto IL_04c3; } } { int32_t L_93 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_93, (int32_t)1)); goto IL_0002; } IL_04c3: { goto IL_04fb; } IL_04c8: { String_t* L_94 = __this->get_str_2(); int32_t L_95 = ___strpos1; NullCheck(L_94); Il2CppChar L_96 = String_get_Chars_m2986988803(L_94, L_95, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(RxInterpreter_t3591201055_il2cpp_TypeInfo_var); bool L_97 = RxInterpreter_IsWordChar_m1358441835(NULL /*static, unused*/, L_96, /*hidden argument*/NULL); String_t* L_98 = __this->get_str_2(); int32_t L_99 = ___strpos1; NullCheck(L_98); Il2CppChar L_100 = String_get_Chars_m2986988803(L_98, ((int32_t)il2cpp_codegen_subtract((int32_t)L_99, (int32_t)1)), /*hidden argument*/NULL); bool L_101 = RxInterpreter_IsWordChar_m1358441835(NULL /*static, unused*/, L_100, /*hidden argument*/NULL); if ((!(((uint32_t)L_97) == ((uint32_t)L_101)))) { goto IL_04fb; } } { int32_t L_102 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_102, (int32_t)1)); goto IL_0002; } IL_04fb: { return (bool)0; } IL_04fd: { ByteU5BU5D_t4116647657* L_103 = __this->get_program_1(); int32_t L_104 = ___pc0; NullCheck(L_103); int32_t L_105 = ((int32_t)il2cpp_codegen_add((int32_t)L_104, (int32_t)1)); uint8_t L_106 = (L_103)->GetAt(static_cast(L_105)); ByteU5BU5D_t4116647657* L_107 = __this->get_program_1(); int32_t L_108 = ___pc0; NullCheck(L_107); int32_t L_109 = ((int32_t)il2cpp_codegen_add((int32_t)L_108, (int32_t)2)); uint8_t L_110 = (L_107)->GetAt(static_cast(L_109)); V_4 = ((int32_t)((int32_t)L_106|(int32_t)((int32_t)((int32_t)L_110<<(int32_t)8)))); ByteU5BU5D_t4116647657* L_111 = __this->get_program_1(); int32_t L_112 = ___pc0; NullCheck(L_111); int32_t L_113 = ((int32_t)il2cpp_codegen_add((int32_t)L_112, (int32_t)3)); uint8_t L_114 = (L_111)->GetAt(static_cast(L_113)); ByteU5BU5D_t4116647657* L_115 = __this->get_program_1(); int32_t L_116 = ___pc0; NullCheck(L_115); int32_t L_117 = ((int32_t)il2cpp_codegen_add((int32_t)L_116, (int32_t)4)); uint8_t L_118 = (L_115)->GetAt(static_cast(L_117)); V_5 = ((int32_t)((int32_t)L_114|(int32_t)((int32_t)((int32_t)L_118<<(int32_t)8)))); int32_t L_119 = ___pc0; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_119, (int32_t)5)); ByteU5BU5D_t4116647657* L_120 = __this->get_program_1(); int32_t L_121 = V_6; NullCheck(L_120); int32_t L_122 = L_121; uint8_t L_123 = (L_120)->GetAt(static_cast(L_122)); V_7 = (((int32_t)((uint8_t)((int32_t)((int32_t)L_123&(int32_t)((int32_t)255)))))); V_8 = (bool)0; uint8_t L_124 = V_7; if ((((int32_t)L_124) == ((int32_t)((int32_t)12)))) { goto IL_055b; } } { uint8_t L_125 = V_7; if ((!(((uint32_t)L_125) == ((uint32_t)((int32_t)13))))) { goto IL_059b; } } IL_055b: { int32_t L_126 = ___pc0; int32_t L_127 = V_4; int32_t L_128 = V_6; ByteU5BU5D_t4116647657* L_129 = __this->get_program_1(); int32_t L_130 = V_6; NullCheck(L_129); int32_t L_131 = ((int32_t)il2cpp_codegen_add((int32_t)L_130, (int32_t)1)); uint8_t L_132 = (L_129)->GetAt(static_cast(L_131)); if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_126, (int32_t)L_127))) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_128, (int32_t)2)), (int32_t)L_132)), (int32_t)1)))))) { goto IL_059b; } } { V_8 = (bool)1; IL2CPP_RUNTIME_CLASS_INIT(RxInterpreter_t3591201055_il2cpp_TypeInfo_var); bool L_133 = ((RxInterpreter_t3591201055_StaticFields*)il2cpp_codegen_static_fields_for(RxInterpreter_t3591201055_il2cpp_TypeInfo_var))->get_trace_rx_14(); if (!L_133) { goto IL_059b; } } { int32_t L_134 = V_6; int32_t L_135 = L_134; RuntimeObject * L_136 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_135); int32_t L_137 = V_5; int32_t L_138 = L_137; RuntimeObject * L_139 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_138); IL2CPP_RUNTIME_CLASS_INIT(Console_t3208230065_il2cpp_TypeInfo_var); Console_WriteLine_m398426893(NULL /*static, unused*/, _stringLiteral2225255375, L_136, L_139, /*hidden argument*/NULL); } IL_059b: { int32_t L_140 = ___pc0; int32_t L_141 = V_4; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_140, (int32_t)L_141)); ByteU5BU5D_t4116647657* L_142 = __this->get_program_1(); int32_t L_143 = ___pc0; NullCheck(L_142); int32_t L_144 = L_143; uint8_t L_145 = (L_142)->GetAt(static_cast(L_144)); if ((!(((uint32_t)L_145) == ((uint32_t)4)))) { goto IL_063f; } } { int32_t L_146 = ___strpos1; if (L_146) { goto IL_063d; } } { int32_t L_147 = ___strpos1; V_9 = L_147; Int32U5BU5D_t385246372* L_148 = __this->get_groups_6(); NullCheck(L_148); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_148)->max_length))))) <= ((int32_t)1))) { goto IL_05e5; } } { RxInterpreter_ResetGroups_m1997141380(__this, /*hidden argument*/NULL); MarkU5BU5D_t3645422402* L_149 = __this->get_marks_8(); Int32U5BU5D_t385246372* L_150 = __this->get_groups_6(); NullCheck(L_150); int32_t L_151 = 0; int32_t L_152 = (L_150)->GetAt(static_cast(L_151)); NullCheck(L_149); int32_t L_153 = ___strpos1; ((L_149)->GetAddressAt(static_cast(L_152)))->set_Start_0(L_153); } IL_05e5: { int32_t L_154 = ___pc0; int32_t L_155 = ___strpos1; bool L_156 = RxInterpreter_EvalByteCode_m4191728775(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_154, (int32_t)1)), L_155, (&V_9), /*hidden argument*/NULL); if (!L_156) { goto IL_063d; } } { MarkU5BU5D_t3645422402* L_157 = __this->get_marks_8(); Int32U5BU5D_t385246372* L_158 = __this->get_groups_6(); NullCheck(L_158); int32_t L_159 = 0; int32_t L_160 = (L_158)->GetAt(static_cast(L_159)); NullCheck(L_157); int32_t L_161 = ___strpos1; ((L_157)->GetAddressAt(static_cast(L_160)))->set_Start_0(L_161); Int32U5BU5D_t385246372* L_162 = __this->get_groups_6(); NullCheck(L_162); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_162)->max_length))))) <= ((int32_t)1))) { goto IL_0637; } } { MarkU5BU5D_t3645422402* L_163 = __this->get_marks_8(); Int32U5BU5D_t385246372* L_164 = __this->get_groups_6(); NullCheck(L_164); int32_t L_165 = 0; int32_t L_166 = (L_164)->GetAt(static_cast(L_165)); NullCheck(L_163); int32_t L_167 = V_9; ((L_163)->GetAddressAt(static_cast(L_166)))->set_End_1(L_167); } IL_0637: { int32_t* L_168 = ___strpos_result2; int32_t L_169 = V_9; *((int32_t*)(L_168)) = (int32_t)L_169; return (bool)1; } IL_063d: { return (bool)0; } IL_063f: { int32_t L_170 = __this->get_string_end_4(); V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_170, (int32_t)1)); goto IL_0711; } IL_064d: { bool L_171 = V_8; if (!L_171) { goto IL_0686; } } { uint8_t L_172 = V_7; if ((((int32_t)L_172) == ((int32_t)((int32_t)12)))) { goto IL_0666; } } { uint8_t L_173 = V_7; if ((!(((uint32_t)L_173) == ((uint32_t)((int32_t)13))))) { goto IL_0686; } } IL_0666: { int32_t L_174 = ___strpos1; V_10 = L_174; int32_t L_175 = V_6; int32_t L_176 = ___strpos1; int32_t L_177 = V_5; bool L_178 = RxInterpreter_EvalByteCode_m4191728775(__this, L_175, ((int32_t)il2cpp_codegen_add((int32_t)L_176, (int32_t)L_177)), (&V_10), /*hidden argument*/NULL); if (L_178) { goto IL_0686; } } { int32_t L_179 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_179, (int32_t)1)); goto IL_0711; } IL_0686: { int32_t L_180 = ___strpos1; V_11 = L_180; Int32U5BU5D_t385246372* L_181 = __this->get_groups_6(); NullCheck(L_181); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_181)->max_length))))) <= ((int32_t)1))) { goto IL_06b6; } } { RxInterpreter_ResetGroups_m1997141380(__this, /*hidden argument*/NULL); MarkU5BU5D_t3645422402* L_182 = __this->get_marks_8(); Int32U5BU5D_t385246372* L_183 = __this->get_groups_6(); NullCheck(L_183); int32_t L_184 = 0; int32_t L_185 = (L_183)->GetAt(static_cast(L_184)); NullCheck(L_182); int32_t L_186 = ___strpos1; ((L_182)->GetAddressAt(static_cast(L_185)))->set_Start_0(L_186); } IL_06b6: { int32_t L_187 = ___pc0; int32_t L_188 = ___strpos1; bool L_189 = RxInterpreter_EvalByteCode_m4191728775(__this, L_187, L_188, (&V_11), /*hidden argument*/NULL); if (!L_189) { goto IL_070c; } } { MarkU5BU5D_t3645422402* L_190 = __this->get_marks_8(); Int32U5BU5D_t385246372* L_191 = __this->get_groups_6(); NullCheck(L_191); int32_t L_192 = 0; int32_t L_193 = (L_191)->GetAt(static_cast(L_192)); NullCheck(L_190); int32_t L_194 = ___strpos1; ((L_190)->GetAddressAt(static_cast(L_193)))->set_Start_0(L_194); Int32U5BU5D_t385246372* L_195 = __this->get_groups_6(); NullCheck(L_195); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_195)->max_length))))) <= ((int32_t)1))) { goto IL_0706; } } { MarkU5BU5D_t3645422402* L_196 = __this->get_marks_8(); Int32U5BU5D_t385246372* L_197 = __this->get_groups_6(); NullCheck(L_197); int32_t L_198 = 0; int32_t L_199 = (L_197)->GetAt(static_cast(L_198)); NullCheck(L_196); int32_t L_200 = V_11; ((L_196)->GetAddressAt(static_cast(L_199)))->set_End_1(L_200); } IL_0706: { int32_t* L_201 = ___strpos_result2; int32_t L_202 = V_11; *((int32_t*)(L_201)) = (int32_t)L_202; return (bool)1; } IL_070c: { int32_t L_203 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_203, (int32_t)1)); } IL_0711: { int32_t L_204 = ___strpos1; int32_t L_205 = V_3; if ((((int32_t)L_204) < ((int32_t)L_205))) { goto IL_064d; } } { return (bool)0; } IL_071a: { ByteU5BU5D_t4116647657* L_206 = __this->get_program_1(); int32_t L_207 = ___pc0; NullCheck(L_206); int32_t L_208 = ((int32_t)il2cpp_codegen_add((int32_t)L_207, (int32_t)3)); uint8_t L_209 = (L_206)->GetAt(static_cast(L_208)); ByteU5BU5D_t4116647657* L_210 = __this->get_program_1(); int32_t L_211 = ___pc0; NullCheck(L_210); int32_t L_212 = ((int32_t)il2cpp_codegen_add((int32_t)L_211, (int32_t)4)); uint8_t L_213 = (L_210)->GetAt(static_cast(L_212)); V_1 = ((int32_t)((int32_t)L_209|(int32_t)((int32_t)((int32_t)L_213<<(int32_t)8)))); int32_t L_214 = ___pc0; ByteU5BU5D_t4116647657* L_215 = __this->get_program_1(); int32_t L_216 = ___pc0; NullCheck(L_215); int32_t L_217 = ((int32_t)il2cpp_codegen_add((int32_t)L_216, (int32_t)1)); uint8_t L_218 = (L_215)->GetAt(static_cast(L_217)); ByteU5BU5D_t4116647657* L_219 = __this->get_program_1(); int32_t L_220 = ___pc0; NullCheck(L_219); int32_t L_221 = ((int32_t)il2cpp_codegen_add((int32_t)L_220, (int32_t)2)); uint8_t L_222 = (L_219)->GetAt(static_cast(L_221)); ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_214, (int32_t)((int32_t)((int32_t)L_218|(int32_t)((int32_t)((int32_t)L_222<<(int32_t)8)))))); V_3 = 0; goto IL_07df; } IL_0754: { int32_t L_223 = ___strpos1; V_12 = L_223; Int32U5BU5D_t385246372* L_224 = __this->get_groups_6(); NullCheck(L_224); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_224)->max_length))))) <= ((int32_t)1))) { goto IL_0784; } } { RxInterpreter_ResetGroups_m1997141380(__this, /*hidden argument*/NULL); MarkU5BU5D_t3645422402* L_225 = __this->get_marks_8(); Int32U5BU5D_t385246372* L_226 = __this->get_groups_6(); NullCheck(L_226); int32_t L_227 = 0; int32_t L_228 = (L_226)->GetAt(static_cast(L_227)); NullCheck(L_225); int32_t L_229 = ___strpos1; ((L_225)->GetAddressAt(static_cast(L_228)))->set_Start_0(L_229); } IL_0784: { int32_t L_230 = ___pc0; int32_t L_231 = ___strpos1; bool L_232 = RxInterpreter_EvalByteCode_m4191728775(__this, L_230, L_231, (&V_12), /*hidden argument*/NULL); if (!L_232) { goto IL_07da; } } { MarkU5BU5D_t3645422402* L_233 = __this->get_marks_8(); Int32U5BU5D_t385246372* L_234 = __this->get_groups_6(); NullCheck(L_234); int32_t L_235 = 0; int32_t L_236 = (L_234)->GetAt(static_cast(L_235)); NullCheck(L_233); int32_t L_237 = ___strpos1; ((L_233)->GetAddressAt(static_cast(L_236)))->set_Start_0(L_237); Int32U5BU5D_t385246372* L_238 = __this->get_groups_6(); NullCheck(L_238); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_238)->max_length))))) <= ((int32_t)1))) { goto IL_07d4; } } { MarkU5BU5D_t3645422402* L_239 = __this->get_marks_8(); Int32U5BU5D_t385246372* L_240 = __this->get_groups_6(); NullCheck(L_240); int32_t L_241 = 0; int32_t L_242 = (L_240)->GetAt(static_cast(L_241)); NullCheck(L_239); int32_t L_243 = V_12; ((L_239)->GetAddressAt(static_cast(L_242)))->set_End_1(L_243); } IL_07d4: { int32_t* L_244 = ___strpos_result2; int32_t L_245 = V_12; *((int32_t*)(L_244)) = (int32_t)L_245; return (bool)1; } IL_07da: { int32_t L_246 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_246, (int32_t)1)); } IL_07df: { int32_t L_247 = ___strpos1; if ((((int32_t)L_247) >= ((int32_t)0))) { goto IL_0754; } } { return (bool)0; } IL_07e8: { ByteU5BU5D_t4116647657* L_248 = __this->get_program_1(); int32_t L_249 = ___pc0; NullCheck(L_248); int32_t L_250 = ((int32_t)il2cpp_codegen_add((int32_t)L_249, (int32_t)1)); uint8_t L_251 = (L_248)->GetAt(static_cast(L_250)); ByteU5BU5D_t4116647657* L_252 = __this->get_program_1(); int32_t L_253 = ___pc0; NullCheck(L_252); int32_t L_254 = ((int32_t)il2cpp_codegen_add((int32_t)L_253, (int32_t)2)); uint8_t L_255 = (L_252)->GetAt(static_cast(L_254)); int32_t L_256 = RxInterpreter_GetLastDefined_m1892187359(__this, ((int32_t)((int32_t)L_251|(int32_t)((int32_t)((int32_t)L_255<<(int32_t)8)))), /*hidden argument*/NULL); V_1 = L_256; int32_t L_257 = V_1; if ((((int32_t)L_257) >= ((int32_t)0))) { goto IL_080f; } } { return (bool)0; } IL_080f: { MarkU5BU5D_t3645422402* L_258 = __this->get_marks_8(); int32_t L_259 = V_1; NullCheck(L_258); int32_t L_260 = Mark_get_Index_m3048692661(((L_258)->GetAddressAt(static_cast(L_259))), /*hidden argument*/NULL); V_2 = L_260; MarkU5BU5D_t3645422402* L_261 = __this->get_marks_8(); int32_t L_262 = V_1; NullCheck(L_261); int32_t L_263 = Mark_get_Length_m2532192442(((L_261)->GetAddressAt(static_cast(L_262))), /*hidden argument*/NULL); V_1 = L_263; int32_t L_264 = ___strpos1; int32_t L_265 = V_1; int32_t L_266 = __this->get_string_end_4(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_264, (int32_t)L_265))) <= ((int32_t)L_266))) { goto IL_0843; } } { return (bool)0; } IL_0843: { int32_t L_267 = V_2; int32_t L_268 = V_1; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_267, (int32_t)L_268)); goto IL_0874; } IL_084c: { String_t* L_269 = __this->get_str_2(); int32_t L_270 = ___strpos1; NullCheck(L_269); Il2CppChar L_271 = String_get_Chars_m2986988803(L_269, L_270, /*hidden argument*/NULL); String_t* L_272 = __this->get_str_2(); int32_t L_273 = V_2; NullCheck(L_272); Il2CppChar L_274 = String_get_Chars_m2986988803(L_272, L_273, /*hidden argument*/NULL); if ((((int32_t)L_271) == ((int32_t)L_274))) { goto IL_086b; } } { return (bool)0; } IL_086b: { int32_t L_275 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_275, (int32_t)1)); int32_t L_276 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_276, (int32_t)1)); } IL_0874: { int32_t L_277 = V_2; int32_t L_278 = V_3; if ((((int32_t)L_277) < ((int32_t)L_278))) { goto IL_084c; } } { int32_t L_279 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_279, (int32_t)3)); goto IL_0002; } IL_0885: { ByteU5BU5D_t4116647657* L_280 = __this->get_program_1(); int32_t L_281 = ___pc0; NullCheck(L_280); int32_t L_282 = ((int32_t)il2cpp_codegen_add((int32_t)L_281, (int32_t)1)); uint8_t L_283 = (L_280)->GetAt(static_cast(L_282)); ByteU5BU5D_t4116647657* L_284 = __this->get_program_1(); int32_t L_285 = ___pc0; NullCheck(L_284); int32_t L_286 = ((int32_t)il2cpp_codegen_add((int32_t)L_285, (int32_t)2)); uint8_t L_287 = (L_284)->GetAt(static_cast(L_286)); int32_t L_288 = RxInterpreter_GetLastDefined_m1892187359(__this, ((int32_t)((int32_t)L_283|(int32_t)((int32_t)((int32_t)L_287<<(int32_t)8)))), /*hidden argument*/NULL); V_1 = L_288; int32_t L_289 = V_1; if ((((int32_t)L_289) >= ((int32_t)0))) { goto IL_08ac; } } { return (bool)0; } IL_08ac: { MarkU5BU5D_t3645422402* L_290 = __this->get_marks_8(); int32_t L_291 = V_1; NullCheck(L_290); int32_t L_292 = Mark_get_Index_m3048692661(((L_290)->GetAddressAt(static_cast(L_291))), /*hidden argument*/NULL); V_2 = L_292; MarkU5BU5D_t3645422402* L_293 = __this->get_marks_8(); int32_t L_294 = V_1; NullCheck(L_293); int32_t L_295 = Mark_get_Length_m2532192442(((L_293)->GetAddressAt(static_cast(L_294))), /*hidden argument*/NULL); V_1 = L_295; int32_t L_296 = ___strpos1; int32_t L_297 = V_1; int32_t L_298 = __this->get_string_end_4(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_296, (int32_t)L_297))) <= ((int32_t)L_298))) { goto IL_08e0; } } { return (bool)0; } IL_08e0: { int32_t L_299 = V_2; int32_t L_300 = V_1; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_299, (int32_t)L_300)); goto IL_0938; } IL_08e9: { String_t* L_301 = __this->get_str_2(); int32_t L_302 = ___strpos1; NullCheck(L_301); Il2CppChar L_303 = String_get_Chars_m2986988803(L_301, L_302, /*hidden argument*/NULL); String_t* L_304 = __this->get_str_2(); int32_t L_305 = V_2; NullCheck(L_304); Il2CppChar L_306 = String_get_Chars_m2986988803(L_304, L_305, /*hidden argument*/NULL); if ((((int32_t)L_303) == ((int32_t)L_306))) { goto IL_092f; } } { String_t* L_307 = __this->get_str_2(); int32_t L_308 = ___strpos1; NullCheck(L_307); Il2CppChar L_309 = String_get_Chars_m2986988803(L_307, L_308, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); Il2CppChar L_310 = Char_ToLower_m844856331(NULL /*static, unused*/, L_309, /*hidden argument*/NULL); String_t* L_311 = __this->get_str_2(); int32_t L_312 = V_2; NullCheck(L_311); Il2CppChar L_313 = String_get_Chars_m2986988803(L_311, L_312, /*hidden argument*/NULL); Il2CppChar L_314 = Char_ToLower_m844856331(NULL /*static, unused*/, L_313, /*hidden argument*/NULL); if ((((int32_t)L_310) == ((int32_t)L_314))) { goto IL_092f; } } { return (bool)0; } IL_092f: { int32_t L_315 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_315, (int32_t)1)); int32_t L_316 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_316, (int32_t)1)); } IL_0938: { int32_t L_317 = V_2; int32_t L_318 = V_3; if ((((int32_t)L_317) < ((int32_t)L_318))) { goto IL_08e9; } } { int32_t L_319 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_319, (int32_t)3)); goto IL_0002; } IL_0949: { ByteU5BU5D_t4116647657* L_320 = __this->get_program_1(); int32_t L_321 = ___pc0; NullCheck(L_320); int32_t L_322 = ((int32_t)il2cpp_codegen_add((int32_t)L_321, (int32_t)1)); uint8_t L_323 = (L_320)->GetAt(static_cast(L_322)); ByteU5BU5D_t4116647657* L_324 = __this->get_program_1(); int32_t L_325 = ___pc0; NullCheck(L_324); int32_t L_326 = ((int32_t)il2cpp_codegen_add((int32_t)L_325, (int32_t)2)); uint8_t L_327 = (L_324)->GetAt(static_cast(L_326)); int32_t L_328 = RxInterpreter_GetLastDefined_m1892187359(__this, ((int32_t)((int32_t)L_323|(int32_t)((int32_t)((int32_t)L_327<<(int32_t)8)))), /*hidden argument*/NULL); V_1 = L_328; int32_t L_329 = V_1; if ((((int32_t)L_329) >= ((int32_t)0))) { goto IL_0970; } } { return (bool)0; } IL_0970: { MarkU5BU5D_t3645422402* L_330 = __this->get_marks_8(); int32_t L_331 = V_1; NullCheck(L_330); int32_t L_332 = Mark_get_Index_m3048692661(((L_330)->GetAddressAt(static_cast(L_331))), /*hidden argument*/NULL); V_2 = L_332; MarkU5BU5D_t3645422402* L_333 = __this->get_marks_8(); int32_t L_334 = V_1; NullCheck(L_333); int32_t L_335 = Mark_get_Length_m2532192442(((L_333)->GetAddressAt(static_cast(L_334))), /*hidden argument*/NULL); V_1 = L_335; int32_t L_336 = ___strpos1; int32_t L_337 = V_1; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_336, (int32_t)L_337))) >= ((int32_t)0))) { goto IL_099f; } } { return (bool)0; } IL_099f: { int32_t L_338 = ___strpos1; int32_t L_339 = V_1; V_13 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_338, (int32_t)L_339)); int32_t L_340 = V_2; int32_t L_341 = V_1; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_340, (int32_t)L_341)); goto IL_09d7; } IL_09ad: { String_t* L_342 = __this->get_str_2(); int32_t L_343 = V_13; NullCheck(L_342); Il2CppChar L_344 = String_get_Chars_m2986988803(L_342, L_343, /*hidden argument*/NULL); String_t* L_345 = __this->get_str_2(); int32_t L_346 = V_2; NullCheck(L_345); Il2CppChar L_347 = String_get_Chars_m2986988803(L_345, L_346, /*hidden argument*/NULL); if ((((int32_t)L_344) == ((int32_t)L_347))) { goto IL_09cd; } } { return (bool)0; } IL_09cd: { int32_t L_348 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_348, (int32_t)1)); int32_t L_349 = V_13; V_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_349, (int32_t)1)); } IL_09d7: { int32_t L_350 = V_2; int32_t L_351 = V_3; if ((((int32_t)L_350) < ((int32_t)L_351))) { goto IL_09ad; } } { int32_t L_352 = ___strpos1; int32_t L_353 = V_1; ___strpos1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_352, (int32_t)L_353)); int32_t L_354 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_354, (int32_t)3)); goto IL_0002; } IL_09ed: { ByteU5BU5D_t4116647657* L_355 = __this->get_program_1(); int32_t L_356 = ___pc0; NullCheck(L_355); int32_t L_357 = ((int32_t)il2cpp_codegen_add((int32_t)L_356, (int32_t)3)); uint8_t L_358 = (L_355)->GetAt(static_cast(L_357)); ByteU5BU5D_t4116647657* L_359 = __this->get_program_1(); int32_t L_360 = ___pc0; NullCheck(L_359); int32_t L_361 = ((int32_t)il2cpp_codegen_add((int32_t)L_360, (int32_t)4)); uint8_t L_362 = (L_359)->GetAt(static_cast(L_361)); int32_t L_363 = RxInterpreter_GetLastDefined_m1892187359(__this, ((int32_t)((int32_t)L_358|(int32_t)((int32_t)((int32_t)L_362<<(int32_t)8)))), /*hidden argument*/NULL); if ((((int32_t)L_363) < ((int32_t)0))) { goto IL_0a1a; } } { int32_t L_364 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_364, (int32_t)5)); goto IL_0a35; } IL_0a1a: { int32_t L_365 = ___pc0; ByteU5BU5D_t4116647657* L_366 = __this->get_program_1(); int32_t L_367 = ___pc0; NullCheck(L_366); int32_t L_368 = ((int32_t)il2cpp_codegen_add((int32_t)L_367, (int32_t)1)); uint8_t L_369 = (L_366)->GetAt(static_cast(L_368)); ByteU5BU5D_t4116647657* L_370 = __this->get_program_1(); int32_t L_371 = ___pc0; NullCheck(L_370); int32_t L_372 = ((int32_t)il2cpp_codegen_add((int32_t)L_371, (int32_t)2)); uint8_t L_373 = (L_370)->GetAt(static_cast(L_372)); ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_365, (int32_t)((int32_t)((int32_t)L_369|(int32_t)((int32_t)((int32_t)L_373<<(int32_t)8)))))); } IL_0a35: { goto IL_0002; } IL_0a3a: { V_14 = 0; int32_t L_374 = ___pc0; int32_t L_375 = ___strpos1; bool L_376 = RxInterpreter_EvalByteCode_m4191728775(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_374, (int32_t)3)), L_375, (&V_14), /*hidden argument*/NULL); if (!L_376) { goto IL_0a72; } } { int32_t L_377 = ___pc0; ByteU5BU5D_t4116647657* L_378 = __this->get_program_1(); int32_t L_379 = ___pc0; NullCheck(L_378); int32_t L_380 = ((int32_t)il2cpp_codegen_add((int32_t)L_379, (int32_t)1)); uint8_t L_381 = (L_378)->GetAt(static_cast(L_380)); ByteU5BU5D_t4116647657* L_382 = __this->get_program_1(); int32_t L_383 = ___pc0; NullCheck(L_382); int32_t L_384 = ((int32_t)il2cpp_codegen_add((int32_t)L_383, (int32_t)2)); uint8_t L_385 = (L_382)->GetAt(static_cast(L_384)); ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_377, (int32_t)((int32_t)((int32_t)L_381|(int32_t)((int32_t)((int32_t)L_385<<(int32_t)8)))))); int32_t L_386 = V_14; ___strpos1 = L_386; goto IL_0002; } IL_0a72: { return (bool)0; } IL_0a74: { V_15 = 0; int32_t L_387 = ___pc0; int32_t L_388 = ___strpos1; bool L_389 = RxInterpreter_EvalByteCode_m4191728775(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_387, (int32_t)5)), L_388, (&V_15), /*hidden argument*/NULL); if (!L_389) { goto IL_0aa8; } } { int32_t L_390 = ___pc0; ByteU5BU5D_t4116647657* L_391 = __this->get_program_1(); int32_t L_392 = ___pc0; NullCheck(L_391); int32_t L_393 = ((int32_t)il2cpp_codegen_add((int32_t)L_392, (int32_t)1)); uint8_t L_394 = (L_391)->GetAt(static_cast(L_393)); ByteU5BU5D_t4116647657* L_395 = __this->get_program_1(); int32_t L_396 = ___pc0; NullCheck(L_395); int32_t L_397 = ((int32_t)il2cpp_codegen_add((int32_t)L_396, (int32_t)2)); uint8_t L_398 = (L_395)->GetAt(static_cast(L_397)); ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_390, (int32_t)((int32_t)((int32_t)L_394|(int32_t)((int32_t)((int32_t)L_398<<(int32_t)8)))))); goto IL_0ac3; } IL_0aa8: { int32_t L_399 = ___pc0; ByteU5BU5D_t4116647657* L_400 = __this->get_program_1(); int32_t L_401 = ___pc0; NullCheck(L_400); int32_t L_402 = ((int32_t)il2cpp_codegen_add((int32_t)L_401, (int32_t)3)); uint8_t L_403 = (L_400)->GetAt(static_cast(L_402)); ByteU5BU5D_t4116647657* L_404 = __this->get_program_1(); int32_t L_405 = ___pc0; NullCheck(L_404); int32_t L_406 = ((int32_t)il2cpp_codegen_add((int32_t)L_405, (int32_t)4)); uint8_t L_407 = (L_404)->GetAt(static_cast(L_406)); ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_399, (int32_t)((int32_t)((int32_t)L_403|(int32_t)((int32_t)((int32_t)L_407<<(int32_t)8)))))); } IL_0ac3: { goto IL_0002; } IL_0ac8: { ByteU5BU5D_t4116647657* L_408 = __this->get_program_1(); int32_t L_409 = ___pc0; NullCheck(L_408); int32_t L_410 = ((int32_t)il2cpp_codegen_add((int32_t)L_409, (int32_t)1)); uint8_t L_411 = (L_408)->GetAt(static_cast(L_410)); ByteU5BU5D_t4116647657* L_412 = __this->get_program_1(); int32_t L_413 = ___pc0; NullCheck(L_412); int32_t L_414 = ((int32_t)il2cpp_codegen_add((int32_t)L_413, (int32_t)2)); uint8_t L_415 = (L_412)->GetAt(static_cast(L_414)); int32_t L_416 = ___strpos1; RxInterpreter_Open_m3279604415(__this, ((int32_t)((int32_t)L_411|(int32_t)((int32_t)((int32_t)L_415<<(int32_t)8)))), L_416, /*hidden argument*/NULL); int32_t L_417 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_417, (int32_t)3)); goto IL_0002; } IL_0af0: { ByteU5BU5D_t4116647657* L_418 = __this->get_program_1(); int32_t L_419 = ___pc0; NullCheck(L_418); int32_t L_420 = ((int32_t)il2cpp_codegen_add((int32_t)L_419, (int32_t)1)); uint8_t L_421 = (L_418)->GetAt(static_cast(L_420)); ByteU5BU5D_t4116647657* L_422 = __this->get_program_1(); int32_t L_423 = ___pc0; NullCheck(L_422); int32_t L_424 = ((int32_t)il2cpp_codegen_add((int32_t)L_423, (int32_t)2)); uint8_t L_425 = (L_422)->GetAt(static_cast(L_424)); int32_t L_426 = ___strpos1; RxInterpreter_Close_m480354517(__this, ((int32_t)((int32_t)L_421|(int32_t)((int32_t)((int32_t)L_425<<(int32_t)8)))), L_426, /*hidden argument*/NULL); int32_t L_427 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_427, (int32_t)3)); goto IL_0002; } IL_0b18: { V_16 = 0; int32_t L_428 = ___pc0; int32_t L_429 = ___strpos1; bool L_430 = RxInterpreter_EvalByteCode_m4191728775(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_428, (int32_t)8)), L_429, (&V_16), /*hidden argument*/NULL); if (L_430) { goto IL_0b31; } } { goto IL_3e19; } IL_0b31: { ByteU5BU5D_t4116647657* L_431 = __this->get_program_1(); int32_t L_432 = ___pc0; NullCheck(L_431); int32_t L_433 = ((int32_t)il2cpp_codegen_add((int32_t)L_432, (int32_t)1)); uint8_t L_434 = (L_431)->GetAt(static_cast(L_433)); ByteU5BU5D_t4116647657* L_435 = __this->get_program_1(); int32_t L_436 = ___pc0; NullCheck(L_435); int32_t L_437 = ((int32_t)il2cpp_codegen_add((int32_t)L_436, (int32_t)2)); uint8_t L_438 = (L_435)->GetAt(static_cast(L_437)); V_17 = ((int32_t)((int32_t)L_434|(int32_t)((int32_t)((int32_t)L_438<<(int32_t)8)))); ByteU5BU5D_t4116647657* L_439 = __this->get_program_1(); int32_t L_440 = ___pc0; NullCheck(L_439); int32_t L_441 = ((int32_t)il2cpp_codegen_add((int32_t)L_440, (int32_t)3)); uint8_t L_442 = (L_439)->GetAt(static_cast(L_441)); ByteU5BU5D_t4116647657* L_443 = __this->get_program_1(); int32_t L_444 = ___pc0; NullCheck(L_443); int32_t L_445 = ((int32_t)il2cpp_codegen_add((int32_t)L_444, (int32_t)4)); uint8_t L_446 = (L_443)->GetAt(static_cast(L_445)); V_18 = ((int32_t)((int32_t)L_442|(int32_t)((int32_t)((int32_t)L_446<<(int32_t)8)))); ByteU5BU5D_t4116647657* L_447 = __this->get_program_1(); int32_t L_448 = ___pc0; NullCheck(L_447); int32_t L_449 = ((int32_t)il2cpp_codegen_add((int32_t)L_448, (int32_t)5)); uint8_t L_450 = (L_447)->GetAt(static_cast(L_449)); V_19 = (bool)((((int32_t)L_450) > ((int32_t)0))? 1 : 0); int32_t L_451 = V_17; int32_t L_452 = V_18; bool L_453 = V_19; int32_t L_454 = ___strpos1; bool L_455 = RxInterpreter_Balance_m3615509356(__this, L_451, L_452, L_453, L_454, /*hidden argument*/NULL); if (L_455) { goto IL_0b89; } } { goto IL_3e19; } IL_0b89: { int32_t L_456 = V_16; ___strpos1 = L_456; int32_t L_457 = ___pc0; ByteU5BU5D_t4116647657* L_458 = __this->get_program_1(); int32_t L_459 = ___pc0; NullCheck(L_458); int32_t L_460 = ((int32_t)il2cpp_codegen_add((int32_t)L_459, (int32_t)6)); uint8_t L_461 = (L_458)->GetAt(static_cast(L_460)); ByteU5BU5D_t4116647657* L_462 = __this->get_program_1(); int32_t L_463 = ___pc0; NullCheck(L_462); int32_t L_464 = ((int32_t)il2cpp_codegen_add((int32_t)L_463, (int32_t)7)); uint8_t L_465 = (L_462)->GetAt(static_cast(L_464)); ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_457, (int32_t)((int32_t)((int32_t)L_461|(int32_t)((int32_t)((int32_t)L_465<<(int32_t)8)))))); goto IL_3e0f; } IL_0bad: { goto IL_3e14; } IL_0bb2: { int32_t L_466 = ___pc0; ByteU5BU5D_t4116647657* L_467 = __this->get_program_1(); int32_t L_468 = ___pc0; NullCheck(L_467); int32_t L_469 = ((int32_t)il2cpp_codegen_add((int32_t)L_468, (int32_t)1)); uint8_t L_470 = (L_467)->GetAt(static_cast(L_469)); ByteU5BU5D_t4116647657* L_471 = __this->get_program_1(); int32_t L_472 = ___pc0; NullCheck(L_471); int32_t L_473 = ((int32_t)il2cpp_codegen_add((int32_t)L_472, (int32_t)2)); uint8_t L_474 = (L_471)->GetAt(static_cast(L_473)); ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_466, (int32_t)((int32_t)((int32_t)L_470|(int32_t)((int32_t)((int32_t)L_474<<(int32_t)8)))))); goto IL_0002; } IL_0bd2: { int32_t L_475 = ___pc0; ByteU5BU5D_t4116647657* L_476 = __this->get_program_1(); int32_t L_477 = ___pc0; NullCheck(L_476); int32_t L_478 = ((int32_t)il2cpp_codegen_add((int32_t)L_477, (int32_t)1)); uint8_t L_479 = (L_476)->GetAt(static_cast(L_478)); ByteU5BU5D_t4116647657* L_480 = __this->get_program_1(); int32_t L_481 = ___pc0; NullCheck(L_480); int32_t L_482 = ((int32_t)il2cpp_codegen_add((int32_t)L_481, (int32_t)2)); uint8_t L_483 = (L_480)->GetAt(static_cast(L_482)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_475, (int32_t)((int32_t)((int32_t)L_479|(int32_t)((int32_t)((int32_t)L_483<<(int32_t)8)))))); int32_t L_484 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_484, (int32_t)3)); goto IL_0002; } IL_0bf6: { int32_t L_485 = ___pc0; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_485, (int32_t)2)); ByteU5BU5D_t4116647657* L_486 = __this->get_program_1(); int32_t L_487 = ___pc0; NullCheck(L_486); int32_t L_488 = ((int32_t)il2cpp_codegen_add((int32_t)L_487, (int32_t)1)); uint8_t L_489 = (L_486)->GetAt(static_cast(L_488)); V_1 = L_489; int32_t L_490 = ___strpos1; int32_t L_491 = V_1; int32_t L_492 = __this->get_string_end_4(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_490, (int32_t)L_491))) <= ((int32_t)L_492))) { goto IL_0c15; } } { return (bool)0; } IL_0c15: { int32_t L_493 = V_2; int32_t L_494 = V_1; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_493, (int32_t)L_494)); goto IL_0c42; } IL_0c1e: { String_t* L_495 = __this->get_str_2(); int32_t L_496 = ___strpos1; NullCheck(L_495); Il2CppChar L_497 = String_get_Chars_m2986988803(L_495, L_496, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_498 = __this->get_program_1(); int32_t L_499 = V_2; NullCheck(L_498); int32_t L_500 = L_499; uint8_t L_501 = (L_498)->GetAt(static_cast(L_500)); if ((((int32_t)L_497) == ((int32_t)L_501))) { goto IL_0c39; } } { return (bool)0; } IL_0c39: { int32_t L_502 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_502, (int32_t)1)); int32_t L_503 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_503, (int32_t)1)); } IL_0c42: { int32_t L_504 = V_2; int32_t L_505 = V_3; if ((((int32_t)L_504) < ((int32_t)L_505))) { goto IL_0c1e; } } { int32_t L_506 = V_3; ___pc0 = L_506; goto IL_0002; } IL_0c51: { int32_t L_507 = ___pc0; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_507, (int32_t)2)); ByteU5BU5D_t4116647657* L_508 = __this->get_program_1(); int32_t L_509 = ___pc0; NullCheck(L_508); int32_t L_510 = ((int32_t)il2cpp_codegen_add((int32_t)L_509, (int32_t)1)); uint8_t L_511 = (L_508)->GetAt(static_cast(L_510)); V_1 = L_511; int32_t L_512 = ___strpos1; int32_t L_513 = V_1; int32_t L_514 = __this->get_string_end_4(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_512, (int32_t)L_513))) <= ((int32_t)L_514))) { goto IL_0c70; } } { return (bool)0; } IL_0c70: { int32_t L_515 = V_2; int32_t L_516 = V_1; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_515, (int32_t)L_516)); goto IL_0cbb; } IL_0c79: { String_t* L_517 = __this->get_str_2(); int32_t L_518 = ___strpos1; NullCheck(L_517); Il2CppChar L_519 = String_get_Chars_m2986988803(L_517, L_518, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_520 = __this->get_program_1(); int32_t L_521 = V_2; NullCheck(L_520); int32_t L_522 = L_521; uint8_t L_523 = (L_520)->GetAt(static_cast(L_522)); if ((((int32_t)L_519) == ((int32_t)L_523))) { goto IL_0cb2; } } { String_t* L_524 = __this->get_str_2(); int32_t L_525 = ___strpos1; NullCheck(L_524); Il2CppChar L_526 = String_get_Chars_m2986988803(L_524, L_525, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); Il2CppChar L_527 = Char_ToLower_m844856331(NULL /*static, unused*/, L_526, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_528 = __this->get_program_1(); int32_t L_529 = V_2; NullCheck(L_528); int32_t L_530 = L_529; uint8_t L_531 = (L_528)->GetAt(static_cast(L_530)); if ((((int32_t)L_527) == ((int32_t)L_531))) { goto IL_0cb2; } } { return (bool)0; } IL_0cb2: { int32_t L_532 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_532, (int32_t)1)); int32_t L_533 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_533, (int32_t)1)); } IL_0cbb: { int32_t L_534 = V_2; int32_t L_535 = V_3; if ((((int32_t)L_534) < ((int32_t)L_535))) { goto IL_0c79; } } { int32_t L_536 = V_3; ___pc0 = L_536; goto IL_0002; } IL_0cca: { int32_t L_537 = ___pc0; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_537, (int32_t)2)); ByteU5BU5D_t4116647657* L_538 = __this->get_program_1(); int32_t L_539 = ___pc0; NullCheck(L_538); int32_t L_540 = ((int32_t)il2cpp_codegen_add((int32_t)L_539, (int32_t)1)); uint8_t L_541 = (L_538)->GetAt(static_cast(L_540)); V_1 = L_541; int32_t L_542 = ___strpos1; int32_t L_543 = V_1; if ((((int32_t)L_542) >= ((int32_t)L_543))) { goto IL_0ce2; } } { return (bool)0; } IL_0ce2: { int32_t L_544 = ___strpos1; int32_t L_545 = V_1; V_20 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_544, (int32_t)L_545)); int32_t L_546 = V_2; int32_t L_547 = V_1; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_546, (int32_t)L_547)); goto IL_0d16; } IL_0cf0: { String_t* L_548 = __this->get_str_2(); int32_t L_549 = V_20; NullCheck(L_548); Il2CppChar L_550 = String_get_Chars_m2986988803(L_548, L_549, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_551 = __this->get_program_1(); int32_t L_552 = V_2; NullCheck(L_551); int32_t L_553 = L_552; uint8_t L_554 = (L_551)->GetAt(static_cast(L_553)); if ((((int32_t)L_550) == ((int32_t)L_554))) { goto IL_0d0c; } } { return (bool)0; } IL_0d0c: { int32_t L_555 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_555, (int32_t)1)); int32_t L_556 = V_20; V_20 = ((int32_t)il2cpp_codegen_add((int32_t)L_556, (int32_t)1)); } IL_0d16: { int32_t L_557 = V_2; int32_t L_558 = V_3; if ((((int32_t)L_557) < ((int32_t)L_558))) { goto IL_0cf0; } } { int32_t L_559 = ___strpos1; int32_t L_560 = V_1; ___strpos1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_559, (int32_t)L_560)); int32_t L_561 = V_3; ___pc0 = L_561; goto IL_0002; } IL_0d2a: { int32_t L_562 = ___pc0; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_562, (int32_t)2)); ByteU5BU5D_t4116647657* L_563 = __this->get_program_1(); int32_t L_564 = ___pc0; NullCheck(L_563); int32_t L_565 = ((int32_t)il2cpp_codegen_add((int32_t)L_564, (int32_t)1)); uint8_t L_566 = (L_563)->GetAt(static_cast(L_565)); V_1 = L_566; int32_t L_567 = ___strpos1; int32_t L_568 = V_1; if ((((int32_t)L_567) >= ((int32_t)L_568))) { goto IL_0d42; } } { return (bool)0; } IL_0d42: { int32_t L_569 = ___strpos1; int32_t L_570 = V_1; V_21 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_569, (int32_t)L_570)); int32_t L_571 = V_2; int32_t L_572 = V_1; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_571, (int32_t)L_572)); goto IL_0d95; } IL_0d50: { String_t* L_573 = __this->get_str_2(); int32_t L_574 = V_21; NullCheck(L_573); Il2CppChar L_575 = String_get_Chars_m2986988803(L_573, L_574, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_576 = __this->get_program_1(); int32_t L_577 = V_2; NullCheck(L_576); int32_t L_578 = L_577; uint8_t L_579 = (L_576)->GetAt(static_cast(L_578)); if ((((int32_t)L_575) == ((int32_t)L_579))) { goto IL_0d8b; } } { String_t* L_580 = __this->get_str_2(); int32_t L_581 = V_21; NullCheck(L_580); Il2CppChar L_582 = String_get_Chars_m2986988803(L_580, L_581, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); Il2CppChar L_583 = Char_ToLower_m844856331(NULL /*static, unused*/, L_582, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_584 = __this->get_program_1(); int32_t L_585 = V_2; NullCheck(L_584); int32_t L_586 = L_585; uint8_t L_587 = (L_584)->GetAt(static_cast(L_586)); if ((((int32_t)L_583) == ((int32_t)L_587))) { goto IL_0d8b; } } { return (bool)0; } IL_0d8b: { int32_t L_588 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_588, (int32_t)1)); int32_t L_589 = V_21; V_21 = ((int32_t)il2cpp_codegen_add((int32_t)L_589, (int32_t)1)); } IL_0d95: { int32_t L_590 = V_2; int32_t L_591 = V_3; if ((((int32_t)L_590) < ((int32_t)L_591))) { goto IL_0d50; } } { int32_t L_592 = ___strpos1; int32_t L_593 = V_1; ___strpos1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_592, (int32_t)L_593)); int32_t L_594 = V_3; ___pc0 = L_594; goto IL_0002; } IL_0da9: { int32_t L_595 = ___pc0; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_595, (int32_t)3)); ByteU5BU5D_t4116647657* L_596 = __this->get_program_1(); int32_t L_597 = ___pc0; NullCheck(L_596); int32_t L_598 = ((int32_t)il2cpp_codegen_add((int32_t)L_597, (int32_t)1)); uint8_t L_599 = (L_596)->GetAt(static_cast(L_598)); ByteU5BU5D_t4116647657* L_600 = __this->get_program_1(); int32_t L_601 = ___pc0; NullCheck(L_600); int32_t L_602 = ((int32_t)il2cpp_codegen_add((int32_t)L_601, (int32_t)2)); uint8_t L_603 = (L_600)->GetAt(static_cast(L_602)); V_1 = ((int32_t)((int32_t)L_599|(int32_t)((int32_t)((int32_t)L_603<<(int32_t)8)))); int32_t L_604 = ___strpos1; int32_t L_605 = V_1; int32_t L_606 = __this->get_string_end_4(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_604, (int32_t)L_605))) <= ((int32_t)L_606))) { goto IL_0dd5; } } { return (bool)0; } IL_0dd5: { int32_t L_607 = V_2; int32_t L_608 = V_1; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_607, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_608, (int32_t)2)))); goto IL_0e15; } IL_0de0: { ByteU5BU5D_t4116647657* L_609 = __this->get_program_1(); int32_t L_610 = V_2; NullCheck(L_609); int32_t L_611 = L_610; uint8_t L_612 = (L_609)->GetAt(static_cast(L_611)); ByteU5BU5D_t4116647657* L_613 = __this->get_program_1(); int32_t L_614 = V_2; NullCheck(L_613); int32_t L_615 = ((int32_t)il2cpp_codegen_add((int32_t)L_614, (int32_t)1)); uint8_t L_616 = (L_613)->GetAt(static_cast(L_615)); V_22 = ((int32_t)((int32_t)L_612|(int32_t)((int32_t)((int32_t)L_616<<(int32_t)8)))); String_t* L_617 = __this->get_str_2(); int32_t L_618 = ___strpos1; NullCheck(L_617); Il2CppChar L_619 = String_get_Chars_m2986988803(L_617, L_618, /*hidden argument*/NULL); int32_t L_620 = V_22; if ((((int32_t)L_619) == ((int32_t)L_620))) { goto IL_0e0c; } } { return (bool)0; } IL_0e0c: { int32_t L_621 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_621, (int32_t)1)); int32_t L_622 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_622, (int32_t)2)); } IL_0e15: { int32_t L_623 = V_2; int32_t L_624 = V_3; if ((((int32_t)L_623) < ((int32_t)L_624))) { goto IL_0de0; } } { int32_t L_625 = V_3; ___pc0 = L_625; goto IL_0002; } IL_0e24: { int32_t L_626 = ___pc0; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_626, (int32_t)3)); ByteU5BU5D_t4116647657* L_627 = __this->get_program_1(); int32_t L_628 = ___pc0; NullCheck(L_627); int32_t L_629 = ((int32_t)il2cpp_codegen_add((int32_t)L_628, (int32_t)1)); uint8_t L_630 = (L_627)->GetAt(static_cast(L_629)); ByteU5BU5D_t4116647657* L_631 = __this->get_program_1(); int32_t L_632 = ___pc0; NullCheck(L_631); int32_t L_633 = ((int32_t)il2cpp_codegen_add((int32_t)L_632, (int32_t)2)); uint8_t L_634 = (L_631)->GetAt(static_cast(L_633)); V_1 = ((int32_t)((int32_t)L_630|(int32_t)((int32_t)((int32_t)L_634<<(int32_t)8)))); int32_t L_635 = ___strpos1; int32_t L_636 = V_1; int32_t L_637 = __this->get_string_end_4(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_635, (int32_t)L_636))) <= ((int32_t)L_637))) { goto IL_0e50; } } { return (bool)0; } IL_0e50: { int32_t L_638 = V_2; int32_t L_639 = V_1; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_638, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_639, (int32_t)2)))); goto IL_0ea8; } IL_0e5b: { ByteU5BU5D_t4116647657* L_640 = __this->get_program_1(); int32_t L_641 = V_2; NullCheck(L_640); int32_t L_642 = L_641; uint8_t L_643 = (L_640)->GetAt(static_cast(L_642)); ByteU5BU5D_t4116647657* L_644 = __this->get_program_1(); int32_t L_645 = V_2; NullCheck(L_644); int32_t L_646 = ((int32_t)il2cpp_codegen_add((int32_t)L_645, (int32_t)1)); uint8_t L_647 = (L_644)->GetAt(static_cast(L_646)); V_23 = ((int32_t)((int32_t)L_643|(int32_t)((int32_t)((int32_t)L_647<<(int32_t)8)))); String_t* L_648 = __this->get_str_2(); int32_t L_649 = ___strpos1; NullCheck(L_648); Il2CppChar L_650 = String_get_Chars_m2986988803(L_648, L_649, /*hidden argument*/NULL); int32_t L_651 = V_23; if ((((int32_t)L_650) == ((int32_t)L_651))) { goto IL_0e9f; } } { String_t* L_652 = __this->get_str_2(); int32_t L_653 = ___strpos1; NullCheck(L_652); Il2CppChar L_654 = String_get_Chars_m2986988803(L_652, L_653, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); Il2CppChar L_655 = Char_ToLower_m844856331(NULL /*static, unused*/, L_654, /*hidden argument*/NULL); int32_t L_656 = V_23; if ((((int32_t)L_655) == ((int32_t)L_656))) { goto IL_0e9f; } } { return (bool)0; } IL_0e9f: { int32_t L_657 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_657, (int32_t)1)); int32_t L_658 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_658, (int32_t)2)); } IL_0ea8: { int32_t L_659 = V_2; int32_t L_660 = V_3; if ((((int32_t)L_659) < ((int32_t)L_660))) { goto IL_0e5b; } } { int32_t L_661 = V_3; ___pc0 = L_661; goto IL_0002; } IL_0eb7: { int32_t L_662 = ___pc0; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_662, (int32_t)3)); ByteU5BU5D_t4116647657* L_663 = __this->get_program_1(); int32_t L_664 = ___pc0; NullCheck(L_663); int32_t L_665 = ((int32_t)il2cpp_codegen_add((int32_t)L_664, (int32_t)1)); uint8_t L_666 = (L_663)->GetAt(static_cast(L_665)); ByteU5BU5D_t4116647657* L_667 = __this->get_program_1(); int32_t L_668 = ___pc0; NullCheck(L_667); int32_t L_669 = ((int32_t)il2cpp_codegen_add((int32_t)L_668, (int32_t)2)); uint8_t L_670 = (L_667)->GetAt(static_cast(L_669)); V_1 = ((int32_t)((int32_t)L_666|(int32_t)((int32_t)((int32_t)L_670<<(int32_t)8)))); int32_t L_671 = ___strpos1; int32_t L_672 = V_1; if ((((int32_t)L_671) >= ((int32_t)L_672))) { goto IL_0edc; } } { return (bool)0; } IL_0edc: { int32_t L_673 = ___strpos1; int32_t L_674 = V_1; V_24 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_673, (int32_t)L_674)); int32_t L_675 = V_2; int32_t L_676 = V_1; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_675, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_676, (int32_t)2)))); goto IL_0f23; } IL_0eec: { ByteU5BU5D_t4116647657* L_677 = __this->get_program_1(); int32_t L_678 = V_2; NullCheck(L_677); int32_t L_679 = L_678; uint8_t L_680 = (L_677)->GetAt(static_cast(L_679)); ByteU5BU5D_t4116647657* L_681 = __this->get_program_1(); int32_t L_682 = V_2; NullCheck(L_681); int32_t L_683 = ((int32_t)il2cpp_codegen_add((int32_t)L_682, (int32_t)1)); uint8_t L_684 = (L_681)->GetAt(static_cast(L_683)); V_25 = ((int32_t)((int32_t)L_680|(int32_t)((int32_t)((int32_t)L_684<<(int32_t)8)))); String_t* L_685 = __this->get_str_2(); int32_t L_686 = V_24; NullCheck(L_685); Il2CppChar L_687 = String_get_Chars_m2986988803(L_685, L_686, /*hidden argument*/NULL); int32_t L_688 = V_25; if ((((int32_t)L_687) == ((int32_t)L_688))) { goto IL_0f19; } } { return (bool)0; } IL_0f19: { int32_t L_689 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_689, (int32_t)2)); int32_t L_690 = V_24; V_24 = ((int32_t)il2cpp_codegen_add((int32_t)L_690, (int32_t)2)); } IL_0f23: { int32_t L_691 = V_2; int32_t L_692 = V_3; if ((((int32_t)L_691) < ((int32_t)L_692))) { goto IL_0eec; } } { int32_t L_693 = ___strpos1; int32_t L_694 = V_1; ___strpos1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_693, (int32_t)L_694)); int32_t L_695 = V_3; ___pc0 = L_695; goto IL_0002; } IL_0f37: { int32_t L_696 = ___pc0; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_696, (int32_t)3)); ByteU5BU5D_t4116647657* L_697 = __this->get_program_1(); int32_t L_698 = ___pc0; NullCheck(L_697); int32_t L_699 = ((int32_t)il2cpp_codegen_add((int32_t)L_698, (int32_t)1)); uint8_t L_700 = (L_697)->GetAt(static_cast(L_699)); ByteU5BU5D_t4116647657* L_701 = __this->get_program_1(); int32_t L_702 = ___pc0; NullCheck(L_701); int32_t L_703 = ((int32_t)il2cpp_codegen_add((int32_t)L_702, (int32_t)2)); uint8_t L_704 = (L_701)->GetAt(static_cast(L_703)); V_1 = ((int32_t)((int32_t)L_700|(int32_t)((int32_t)((int32_t)L_704<<(int32_t)8)))); int32_t L_705 = ___strpos1; int32_t L_706 = V_1; if ((((int32_t)L_705) >= ((int32_t)L_706))) { goto IL_0f5c; } } { return (bool)0; } IL_0f5c: { int32_t L_707 = ___strpos1; int32_t L_708 = V_1; V_26 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_707, (int32_t)L_708)); int32_t L_709 = V_2; int32_t L_710 = V_1; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_709, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_710, (int32_t)2)))); goto IL_0fbc; } IL_0f6c: { ByteU5BU5D_t4116647657* L_711 = __this->get_program_1(); int32_t L_712 = V_2; NullCheck(L_711); int32_t L_713 = L_712; uint8_t L_714 = (L_711)->GetAt(static_cast(L_713)); ByteU5BU5D_t4116647657* L_715 = __this->get_program_1(); int32_t L_716 = V_2; NullCheck(L_715); int32_t L_717 = ((int32_t)il2cpp_codegen_add((int32_t)L_716, (int32_t)1)); uint8_t L_718 = (L_715)->GetAt(static_cast(L_717)); V_27 = ((int32_t)((int32_t)L_714|(int32_t)((int32_t)((int32_t)L_718<<(int32_t)8)))); String_t* L_719 = __this->get_str_2(); int32_t L_720 = V_26; NullCheck(L_719); Il2CppChar L_721 = String_get_Chars_m2986988803(L_719, L_720, /*hidden argument*/NULL); int32_t L_722 = V_27; if ((((int32_t)L_721) == ((int32_t)L_722))) { goto IL_0fb2; } } { String_t* L_723 = __this->get_str_2(); int32_t L_724 = V_26; NullCheck(L_723); Il2CppChar L_725 = String_get_Chars_m2986988803(L_723, L_724, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); Il2CppChar L_726 = Char_ToLower_m844856331(NULL /*static, unused*/, L_725, /*hidden argument*/NULL); int32_t L_727 = V_27; if ((((int32_t)L_726) == ((int32_t)L_727))) { goto IL_0fb2; } } { return (bool)0; } IL_0fb2: { int32_t L_728 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_728, (int32_t)2)); int32_t L_729 = V_26; V_26 = ((int32_t)il2cpp_codegen_add((int32_t)L_729, (int32_t)2)); } IL_0fbc: { int32_t L_730 = V_2; int32_t L_731 = V_3; if ((((int32_t)L_730) < ((int32_t)L_731))) { goto IL_0f6c; } } { int32_t L_732 = ___strpos1; int32_t L_733 = V_1; ___strpos1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_732, (int32_t)L_733)); int32_t L_734 = V_3; ___pc0 = L_734; goto IL_0002; } IL_0fd0: { int32_t L_735 = ___strpos1; int32_t L_736 = __this->get_string_end_4(); if ((((int32_t)L_735) >= ((int32_t)L_736))) { goto IL_1015; } } { String_t* L_737 = __this->get_str_2(); int32_t L_738 = ___strpos1; NullCheck(L_737); Il2CppChar L_739 = String_get_Chars_m2986988803(L_737, L_738, /*hidden argument*/NULL); V_28 = L_739; Il2CppChar L_740 = V_28; ByteU5BU5D_t4116647657* L_741 = __this->get_program_1(); int32_t L_742 = ___pc0; NullCheck(L_741); int32_t L_743 = ((int32_t)il2cpp_codegen_add((int32_t)L_742, (int32_t)1)); uint8_t L_744 = (L_741)->GetAt(static_cast(L_743)); if ((!(((uint32_t)L_740) == ((uint32_t)L_744)))) { goto IL_1015; } } { int32_t L_745 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_745, (int32_t)1)); int32_t L_746 = V_0; if (!L_746) { goto IL_100b; } } { goto IL_3e1b; } IL_100b: { int32_t L_747 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_747, (int32_t)2)); goto IL_0002; } IL_1015: { int32_t L_748 = V_0; if (L_748) { goto IL_101d; } } { return (bool)0; } IL_101d: { int32_t L_749 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_749, (int32_t)2)); goto IL_0002; } IL_1027: { int32_t L_750 = ___strpos1; int32_t L_751 = __this->get_string_end_4(); if ((((int32_t)L_750) >= ((int32_t)L_751))) { goto IL_107d; } } { String_t* L_752 = __this->get_str_2(); int32_t L_753 = ___strpos1; NullCheck(L_752); Il2CppChar L_754 = String_get_Chars_m2986988803(L_752, L_753, /*hidden argument*/NULL); V_29 = L_754; Il2CppChar L_755 = V_29; ByteU5BU5D_t4116647657* L_756 = __this->get_program_1(); int32_t L_757 = ___pc0; NullCheck(L_756); int32_t L_758 = ((int32_t)il2cpp_codegen_add((int32_t)L_757, (int32_t)1)); uint8_t L_759 = (L_756)->GetAt(static_cast(L_758)); if ((((int32_t)L_755) < ((int32_t)L_759))) { goto IL_107d; } } { Il2CppChar L_760 = V_29; ByteU5BU5D_t4116647657* L_761 = __this->get_program_1(); int32_t L_762 = ___pc0; NullCheck(L_761); int32_t L_763 = ((int32_t)il2cpp_codegen_add((int32_t)L_762, (int32_t)2)); uint8_t L_764 = (L_761)->GetAt(static_cast(L_763)); if ((((int32_t)L_760) > ((int32_t)L_764))) { goto IL_107d; } } { int32_t L_765 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_765, (int32_t)1)); int32_t L_766 = V_0; if (!L_766) { goto IL_1073; } } { goto IL_3e1b; } IL_1073: { int32_t L_767 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_767, (int32_t)3)); goto IL_0002; } IL_107d: { int32_t L_768 = V_0; if (L_768) { goto IL_1085; } } { return (bool)0; } IL_1085: { int32_t L_769 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_769, (int32_t)3)); goto IL_0002; } IL_108f: { int32_t L_770 = ___strpos1; int32_t L_771 = __this->get_string_end_4(); if ((((int32_t)L_770) >= ((int32_t)L_771))) { goto IL_10ff; } } { String_t* L_772 = __this->get_str_2(); int32_t L_773 = ___strpos1; NullCheck(L_772); Il2CppChar L_774 = String_get_Chars_m2986988803(L_772, L_773, /*hidden argument*/NULL); V_30 = L_774; Il2CppChar L_775 = V_30; ByteU5BU5D_t4116647657* L_776 = __this->get_program_1(); int32_t L_777 = ___pc0; NullCheck(L_776); int32_t L_778 = ((int32_t)il2cpp_codegen_add((int32_t)L_777, (int32_t)1)); uint8_t L_779 = (L_776)->GetAt(static_cast(L_778)); ByteU5BU5D_t4116647657* L_780 = __this->get_program_1(); int32_t L_781 = ___pc0; NullCheck(L_780); int32_t L_782 = ((int32_t)il2cpp_codegen_add((int32_t)L_781, (int32_t)2)); uint8_t L_783 = (L_780)->GetAt(static_cast(L_782)); if ((((int32_t)L_775) < ((int32_t)((int32_t)((int32_t)L_779|(int32_t)((int32_t)((int32_t)L_783<<(int32_t)8))))))) { goto IL_10ff; } } { Il2CppChar L_784 = V_30; ByteU5BU5D_t4116647657* L_785 = __this->get_program_1(); int32_t L_786 = ___pc0; NullCheck(L_785); int32_t L_787 = ((int32_t)il2cpp_codegen_add((int32_t)L_786, (int32_t)3)); uint8_t L_788 = (L_785)->GetAt(static_cast(L_787)); ByteU5BU5D_t4116647657* L_789 = __this->get_program_1(); int32_t L_790 = ___pc0; NullCheck(L_789); int32_t L_791 = ((int32_t)il2cpp_codegen_add((int32_t)L_790, (int32_t)4)); uint8_t L_792 = (L_789)->GetAt(static_cast(L_791)); if ((((int32_t)L_784) > ((int32_t)((int32_t)((int32_t)L_788|(int32_t)((int32_t)((int32_t)L_792<<(int32_t)8))))))) { goto IL_10ff; } } { int32_t L_793 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_793, (int32_t)1)); int32_t L_794 = V_0; if (!L_794) { goto IL_10f5; } } { goto IL_3e1b; } IL_10f5: { int32_t L_795 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_795, (int32_t)5)); goto IL_0002; } IL_10ff: { int32_t L_796 = V_0; if (L_796) { goto IL_1107; } } { return (bool)0; } IL_1107: { int32_t L_797 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_797, (int32_t)5)); goto IL_0002; } IL_1111: { int32_t L_798 = ___strpos1; int32_t L_799 = __this->get_string_end_4(); if ((((int32_t)L_798) >= ((int32_t)L_799))) { goto IL_1163; } } { String_t* L_800 = __this->get_str_2(); int32_t L_801 = ___strpos1; NullCheck(L_800); Il2CppChar L_802 = String_get_Chars_m2986988803(L_800, L_801, /*hidden argument*/NULL); V_31 = L_802; Il2CppChar L_803 = V_31; ByteU5BU5D_t4116647657* L_804 = __this->get_program_1(); int32_t L_805 = ___pc0; NullCheck(L_804); int32_t L_806 = ((int32_t)il2cpp_codegen_add((int32_t)L_805, (int32_t)1)); uint8_t L_807 = (L_804)->GetAt(static_cast(L_806)); ByteU5BU5D_t4116647657* L_808 = __this->get_program_1(); int32_t L_809 = ___pc0; NullCheck(L_808); int32_t L_810 = ((int32_t)il2cpp_codegen_add((int32_t)L_809, (int32_t)2)); uint8_t L_811 = (L_808)->GetAt(static_cast(L_810)); if ((!(((uint32_t)L_803) == ((uint32_t)((int32_t)((int32_t)L_807|(int32_t)((int32_t)((int32_t)L_811<<(int32_t)8)))))))) { goto IL_1163; } } { int32_t L_812 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_812, (int32_t)1)); int32_t L_813 = V_0; if (!L_813) { goto IL_1159; } } { goto IL_3e1b; } IL_1159: { int32_t L_814 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_814, (int32_t)3)); goto IL_0002; } IL_1163: { int32_t L_815 = V_0; if (L_815) { goto IL_116b; } } { return (bool)0; } IL_116b: { int32_t L_816 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_816, (int32_t)3)); goto IL_0002; } IL_1175: { int32_t L_817 = ___strpos1; int32_t L_818 = __this->get_string_end_4(); if ((((int32_t)L_817) >= ((int32_t)L_818))) { goto IL_11b2; } } { String_t* L_819 = __this->get_str_2(); int32_t L_820 = ___strpos1; NullCheck(L_819); Il2CppChar L_821 = String_get_Chars_m2986988803(L_819, L_820, /*hidden argument*/NULL); V_32 = L_821; Il2CppChar L_822 = V_32; if ((((int32_t)L_822) == ((int32_t)((int32_t)10)))) { goto IL_11b2; } } { int32_t L_823 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_823, (int32_t)1)); int32_t L_824 = V_0; if (!L_824) { goto IL_11a8; } } { goto IL_3e1b; } IL_11a8: { int32_t L_825 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_825, (int32_t)1)); goto IL_0002; } IL_11b2: { int32_t L_826 = V_0; if (L_826) { goto IL_11ba; } } { return (bool)0; } IL_11ba: { int32_t L_827 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_827, (int32_t)1)); goto IL_0002; } IL_11c4: { int32_t L_828 = ___strpos1; int32_t L_829 = __this->get_string_end_4(); if ((((int32_t)L_828) >= ((int32_t)L_829))) { goto IL_11f8; } } { String_t* L_830 = __this->get_str_2(); int32_t L_831 = ___strpos1; NullCheck(L_830); Il2CppChar L_832 = String_get_Chars_m2986988803(L_830, L_831, /*hidden argument*/NULL); V_33 = L_832; int32_t L_833 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_833, (int32_t)1)); int32_t L_834 = V_0; if (!L_834) { goto IL_11ee; } } { goto IL_3e1b; } IL_11ee: { int32_t L_835 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_835, (int32_t)1)); goto IL_0002; } IL_11f8: { int32_t L_836 = V_0; if (L_836) { goto IL_1200; } } { return (bool)0; } IL_1200: { int32_t L_837 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_837, (int32_t)1)); goto IL_0002; } IL_120a: { int32_t L_838 = ___strpos1; int32_t L_839 = __this->get_string_end_4(); if ((((int32_t)L_838) >= ((int32_t)L_839))) { goto IL_1258; } } { String_t* L_840 = __this->get_str_2(); int32_t L_841 = ___strpos1; NullCheck(L_840); Il2CppChar L_842 = String_get_Chars_m2986988803(L_840, L_841, /*hidden argument*/NULL); V_34 = L_842; Il2CppChar L_843 = V_34; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_844 = Char_IsLetterOrDigit_m3494175785(NULL /*static, unused*/, L_843, /*hidden argument*/NULL); if (L_844) { goto IL_123e; } } { Il2CppChar L_845 = V_34; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); int32_t L_846 = Char_GetUnicodeCategory_m57882613(NULL /*static, unused*/, L_845, /*hidden argument*/NULL); if ((!(((uint32_t)L_846) == ((uint32_t)((int32_t)18))))) { goto IL_1258; } } IL_123e: { int32_t L_847 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_847, (int32_t)1)); int32_t L_848 = V_0; if (!L_848) { goto IL_124e; } } { goto IL_3e1b; } IL_124e: { int32_t L_849 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_849, (int32_t)1)); goto IL_0002; } IL_1258: { int32_t L_850 = V_0; if (L_850) { goto IL_1260; } } { return (bool)0; } IL_1260: { int32_t L_851 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_851, (int32_t)1)); goto IL_0002; } IL_126a: { int32_t L_852 = ___strpos1; int32_t L_853 = __this->get_string_end_4(); if ((((int32_t)L_852) >= ((int32_t)L_853))) { goto IL_12aa; } } { String_t* L_854 = __this->get_str_2(); int32_t L_855 = ___strpos1; NullCheck(L_854); Il2CppChar L_856 = String_get_Chars_m2986988803(L_854, L_855, /*hidden argument*/NULL); V_35 = L_856; Il2CppChar L_857 = V_35; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_858 = Char_IsDigit_m3646673943(NULL /*static, unused*/, L_857, /*hidden argument*/NULL); if (!L_858) { goto IL_12aa; } } { int32_t L_859 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_859, (int32_t)1)); int32_t L_860 = V_0; if (!L_860) { goto IL_12a0; } } { goto IL_3e1b; } IL_12a0: { int32_t L_861 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_861, (int32_t)1)); goto IL_0002; } IL_12aa: { int32_t L_862 = V_0; if (L_862) { goto IL_12b2; } } { return (bool)0; } IL_12b2: { int32_t L_863 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_863, (int32_t)1)); goto IL_0002; } IL_12bc: { int32_t L_864 = ___strpos1; int32_t L_865 = __this->get_string_end_4(); if ((((int32_t)L_864) >= ((int32_t)L_865))) { goto IL_12fc; } } { String_t* L_866 = __this->get_str_2(); int32_t L_867 = ___strpos1; NullCheck(L_866); Il2CppChar L_868 = String_get_Chars_m2986988803(L_866, L_867, /*hidden argument*/NULL); V_36 = L_868; Il2CppChar L_869 = V_36; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_870 = Char_IsWhiteSpace_m2148390798(NULL /*static, unused*/, L_869, /*hidden argument*/NULL); if (!L_870) { goto IL_12fc; } } { int32_t L_871 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_871, (int32_t)1)); int32_t L_872 = V_0; if (!L_872) { goto IL_12f2; } } { goto IL_3e1b; } IL_12f2: { int32_t L_873 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_873, (int32_t)1)); goto IL_0002; } IL_12fc: { int32_t L_874 = V_0; if (L_874) { goto IL_1304; } } { return (bool)0; } IL_1304: { int32_t L_875 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_875, (int32_t)1)); goto IL_0002; } IL_130e: { int32_t L_876 = ___strpos1; int32_t L_877 = __this->get_string_end_4(); if ((((int32_t)L_876) >= ((int32_t)L_877))) { goto IL_1381; } } { String_t* L_878 = __this->get_str_2(); int32_t L_879 = ___strpos1; NullCheck(L_878); Il2CppChar L_880 = String_get_Chars_m2986988803(L_878, L_879, /*hidden argument*/NULL); V_37 = L_880; Il2CppChar L_881 = V_37; if ((((int32_t)((int32_t)97)) > ((int32_t)L_881))) { goto IL_133a; } } { Il2CppChar L_882 = V_37; if ((((int32_t)L_882) <= ((int32_t)((int32_t)122)))) { goto IL_1367; } } IL_133a: { Il2CppChar L_883 = V_37; if ((((int32_t)((int32_t)65)) > ((int32_t)L_883))) { goto IL_134c; } } { Il2CppChar L_884 = V_37; if ((((int32_t)L_884) <= ((int32_t)((int32_t)90)))) { goto IL_1367; } } IL_134c: { Il2CppChar L_885 = V_37; if ((((int32_t)((int32_t)48)) > ((int32_t)L_885))) { goto IL_135e; } } { Il2CppChar L_886 = V_37; if ((((int32_t)L_886) <= ((int32_t)((int32_t)57)))) { goto IL_1367; } } IL_135e: { Il2CppChar L_887 = V_37; if ((!(((uint32_t)L_887) == ((uint32_t)((int32_t)95))))) { goto IL_1381; } } IL_1367: { int32_t L_888 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_888, (int32_t)1)); int32_t L_889 = V_0; if (!L_889) { goto IL_1377; } } { goto IL_3e1b; } IL_1377: { int32_t L_890 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_890, (int32_t)1)); goto IL_0002; } IL_1381: { int32_t L_891 = V_0; if (L_891) { goto IL_1389; } } { return (bool)0; } IL_1389: { int32_t L_892 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_892, (int32_t)1)); goto IL_0002; } IL_1393: { int32_t L_893 = ___strpos1; int32_t L_894 = __this->get_string_end_4(); if ((((int32_t)L_893) >= ((int32_t)L_894))) { goto IL_13fd; } } { String_t* L_895 = __this->get_str_2(); int32_t L_896 = ___strpos1; NullCheck(L_895); Il2CppChar L_897 = String_get_Chars_m2986988803(L_895, L_896, /*hidden argument*/NULL); V_38 = L_897; Il2CppChar L_898 = V_38; if ((((int32_t)L_898) == ((int32_t)((int32_t)32)))) { goto IL_13e3; } } { Il2CppChar L_899 = V_38; if ((((int32_t)L_899) == ((int32_t)((int32_t)9)))) { goto IL_13e3; } } { Il2CppChar L_900 = V_38; if ((((int32_t)L_900) == ((int32_t)((int32_t)10)))) { goto IL_13e3; } } { Il2CppChar L_901 = V_38; if ((((int32_t)L_901) == ((int32_t)((int32_t)13)))) { goto IL_13e3; } } { Il2CppChar L_902 = V_38; if ((((int32_t)L_902) == ((int32_t)((int32_t)12)))) { goto IL_13e3; } } { Il2CppChar L_903 = V_38; if ((!(((uint32_t)L_903) == ((uint32_t)((int32_t)11))))) { goto IL_13fd; } } IL_13e3: { int32_t L_904 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_904, (int32_t)1)); int32_t L_905 = V_0; if (!L_905) { goto IL_13f3; } } { goto IL_3e1b; } IL_13f3: { int32_t L_906 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_906, (int32_t)1)); goto IL_0002; } IL_13fd: { int32_t L_907 = V_0; if (L_907) { goto IL_1405; } } { return (bool)0; } IL_1405: { int32_t L_908 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_908, (int32_t)1)); goto IL_0002; } IL_140f: { int32_t L_909 = ___strpos1; int32_t L_910 = __this->get_string_end_4(); if ((((int32_t)L_909) >= ((int32_t)L_910))) { goto IL_1473; } } { String_t* L_911 = __this->get_str_2(); int32_t L_912 = ___strpos1; NullCheck(L_911); Il2CppChar L_913 = String_get_Chars_m2986988803(L_911, L_912, /*hidden argument*/NULL); V_39 = L_913; Il2CppChar L_914 = V_39; if ((((int32_t)((int32_t)65279)) > ((int32_t)L_914))) { goto IL_1441; } } { Il2CppChar L_915 = V_39; if ((((int32_t)L_915) <= ((int32_t)((int32_t)65279)))) { goto IL_1459; } } IL_1441: { Il2CppChar L_916 = V_39; if ((((int32_t)((int32_t)65520)) > ((int32_t)L_916))) { goto IL_1473; } } { Il2CppChar L_917 = V_39; if ((((int32_t)L_917) > ((int32_t)((int32_t)65533)))) { goto IL_1473; } } IL_1459: { int32_t L_918 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_918, (int32_t)1)); int32_t L_919 = V_0; if (!L_919) { goto IL_1469; } } { goto IL_3e1b; } IL_1469: { int32_t L_920 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_920, (int32_t)1)); goto IL_0002; } IL_1473: { int32_t L_921 = V_0; if (L_921) { goto IL_147b; } } { return (bool)0; } IL_147b: { int32_t L_922 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_922, (int32_t)1)); goto IL_0002; } IL_1485: { int32_t L_923 = ___strpos1; int32_t L_924 = __this->get_string_end_4(); if ((((int32_t)L_923) >= ((int32_t)L_924))) { goto IL_14cf; } } { String_t* L_925 = __this->get_str_2(); int32_t L_926 = ___strpos1; NullCheck(L_925); Il2CppChar L_927 = String_get_Chars_m2986988803(L_925, L_926, /*hidden argument*/NULL); V_40 = L_927; Il2CppChar L_928 = V_40; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); int32_t L_929 = Char_GetUnicodeCategory_m57882613(NULL /*static, unused*/, L_928, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_930 = __this->get_program_1(); int32_t L_931 = ___pc0; NullCheck(L_930); int32_t L_932 = ((int32_t)il2cpp_codegen_add((int32_t)L_931, (int32_t)1)); uint8_t L_933 = (L_930)->GetAt(static_cast(L_932)); if ((!(((uint32_t)L_929) == ((uint32_t)L_933)))) { goto IL_14cf; } } { int32_t L_934 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_934, (int32_t)1)); int32_t L_935 = V_0; if (!L_935) { goto IL_14c5; } } { goto IL_3e1b; } IL_14c5: { int32_t L_936 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_936, (int32_t)2)); goto IL_0002; } IL_14cf: { int32_t L_937 = V_0; if (L_937) { goto IL_14d7; } } { return (bool)0; } IL_14d7: { int32_t L_938 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_938, (int32_t)2)); goto IL_0002; } IL_14e1: { int32_t L_939 = ___strpos1; int32_t L_940 = __this->get_string_end_4(); if ((((int32_t)L_939) >= ((int32_t)L_940))) { goto IL_152b; } } { String_t* L_941 = __this->get_str_2(); int32_t L_942 = ___strpos1; NullCheck(L_941); Il2CppChar L_943 = String_get_Chars_m2986988803(L_941, L_942, /*hidden argument*/NULL); V_41 = L_943; ByteU5BU5D_t4116647657* L_944 = __this->get_program_1(); int32_t L_945 = ___pc0; NullCheck(L_944); int32_t L_946 = ((int32_t)il2cpp_codegen_add((int32_t)L_945, (int32_t)1)); uint8_t L_947 = (L_944)->GetAt(static_cast(L_946)); Il2CppChar L_948 = V_41; bool L_949 = CategoryUtils_IsCategory_m278753792(NULL /*static, unused*/, L_947, L_948, /*hidden argument*/NULL); if (!L_949) { goto IL_152b; } } { int32_t L_950 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_950, (int32_t)1)); int32_t L_951 = V_0; if (!L_951) { goto IL_1521; } } { goto IL_3e1b; } IL_1521: { int32_t L_952 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_952, (int32_t)2)); goto IL_0002; } IL_152b: { int32_t L_953 = V_0; if (L_953) { goto IL_1533; } } { return (bool)0; } IL_1533: { int32_t L_954 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_954, (int32_t)2)); goto IL_0002; } IL_153d: { int32_t L_955 = ___strpos1; int32_t L_956 = __this->get_string_end_4(); if ((((int32_t)L_955) >= ((int32_t)L_956))) { goto IL_15ca; } } { String_t* L_957 = __this->get_str_2(); int32_t L_958 = ___strpos1; NullCheck(L_957); Il2CppChar L_959 = String_get_Chars_m2986988803(L_957, L_958, /*hidden argument*/NULL); V_42 = L_959; Il2CppChar L_960 = V_42; V_43 = L_960; int32_t L_961 = V_43; ByteU5BU5D_t4116647657* L_962 = __this->get_program_1(); int32_t L_963 = ___pc0; NullCheck(L_962); int32_t L_964 = ((int32_t)il2cpp_codegen_add((int32_t)L_963, (int32_t)1)); uint8_t L_965 = (L_962)->GetAt(static_cast(L_964)); V_43 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_961, (int32_t)L_965)); ByteU5BU5D_t4116647657* L_966 = __this->get_program_1(); int32_t L_967 = ___pc0; NullCheck(L_966); int32_t L_968 = ((int32_t)il2cpp_codegen_add((int32_t)L_967, (int32_t)2)); uint8_t L_969 = (L_966)->GetAt(static_cast(L_968)); V_1 = L_969; int32_t L_970 = V_43; if ((((int32_t)L_970) < ((int32_t)0))) { goto IL_15ca; } } { int32_t L_971 = V_43; int32_t L_972 = V_1; if ((((int32_t)L_971) >= ((int32_t)((int32_t)((int32_t)L_972<<(int32_t)3))))) { goto IL_15ca; } } { ByteU5BU5D_t4116647657* L_973 = __this->get_program_1(); int32_t L_974 = ___pc0; int32_t L_975 = V_43; NullCheck(L_973); int32_t L_976 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_974, (int32_t)3)), (int32_t)((int32_t)((int32_t)L_975>>(int32_t)3)))); uint8_t L_977 = (L_973)->GetAt(static_cast(L_976)); int32_t L_978 = V_43; if (!((int32_t)((int32_t)L_977&(int32_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_978&(int32_t)7))&(int32_t)((int32_t)31)))))))) { goto IL_15ca; } } { int32_t L_979 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_979, (int32_t)1)); int32_t L_980 = V_0; if (!L_980) { goto IL_15b5; } } { goto IL_3e1b; } IL_15b5: { int32_t L_981 = ___pc0; ByteU5BU5D_t4116647657* L_982 = __this->get_program_1(); int32_t L_983 = ___pc0; NullCheck(L_982); int32_t L_984 = ((int32_t)il2cpp_codegen_add((int32_t)L_983, (int32_t)2)); uint8_t L_985 = (L_982)->GetAt(static_cast(L_984)); ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_981, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_985)))); goto IL_0002; } IL_15ca: { int32_t L_986 = V_0; if (L_986) { goto IL_15d2; } } { return (bool)0; } IL_15d2: { int32_t L_987 = ___pc0; ByteU5BU5D_t4116647657* L_988 = __this->get_program_1(); int32_t L_989 = ___pc0; NullCheck(L_988); int32_t L_990 = ((int32_t)il2cpp_codegen_add((int32_t)L_989, (int32_t)2)); uint8_t L_991 = (L_988)->GetAt(static_cast(L_990)); ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_987, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_991)))); goto IL_0002; } IL_15e7: { int32_t L_992 = ___strpos1; int32_t L_993 = __this->get_string_end_4(); if ((((int32_t)L_992) >= ((int32_t)L_993))) { goto IL_169b; } } { String_t* L_994 = __this->get_str_2(); int32_t L_995 = ___strpos1; NullCheck(L_994); Il2CppChar L_996 = String_get_Chars_m2986988803(L_994, L_995, /*hidden argument*/NULL); V_44 = L_996; Il2CppChar L_997 = V_44; V_45 = L_997; int32_t L_998 = V_45; ByteU5BU5D_t4116647657* L_999 = __this->get_program_1(); int32_t L_1000 = ___pc0; NullCheck(L_999); int32_t L_1001 = ((int32_t)il2cpp_codegen_add((int32_t)L_1000, (int32_t)1)); uint8_t L_1002 = (L_999)->GetAt(static_cast(L_1001)); ByteU5BU5D_t4116647657* L_1003 = __this->get_program_1(); int32_t L_1004 = ___pc0; NullCheck(L_1003); int32_t L_1005 = ((int32_t)il2cpp_codegen_add((int32_t)L_1004, (int32_t)2)); uint8_t L_1006 = (L_1003)->GetAt(static_cast(L_1005)); V_45 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_998, (int32_t)((int32_t)((int32_t)L_1002|(int32_t)((int32_t)((int32_t)L_1006<<(int32_t)8)))))); ByteU5BU5D_t4116647657* L_1007 = __this->get_program_1(); int32_t L_1008 = ___pc0; NullCheck(L_1007); int32_t L_1009 = ((int32_t)il2cpp_codegen_add((int32_t)L_1008, (int32_t)3)); uint8_t L_1010 = (L_1007)->GetAt(static_cast(L_1009)); ByteU5BU5D_t4116647657* L_1011 = __this->get_program_1(); int32_t L_1012 = ___pc0; NullCheck(L_1011); int32_t L_1013 = ((int32_t)il2cpp_codegen_add((int32_t)L_1012, (int32_t)4)); uint8_t L_1014 = (L_1011)->GetAt(static_cast(L_1013)); V_1 = ((int32_t)((int32_t)L_1010|(int32_t)((int32_t)((int32_t)L_1014<<(int32_t)8)))); int32_t L_1015 = V_45; if ((((int32_t)L_1015) < ((int32_t)0))) { goto IL_169b; } } { int32_t L_1016 = V_45; int32_t L_1017 = V_1; if ((((int32_t)L_1016) >= ((int32_t)((int32_t)((int32_t)L_1017<<(int32_t)3))))) { goto IL_169b; } } { ByteU5BU5D_t4116647657* L_1018 = __this->get_program_1(); int32_t L_1019 = ___pc0; int32_t L_1020 = V_45; NullCheck(L_1018); int32_t L_1021 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1019, (int32_t)5)), (int32_t)((int32_t)((int32_t)L_1020>>(int32_t)3)))); uint8_t L_1022 = (L_1018)->GetAt(static_cast(L_1021)); int32_t L_1023 = V_45; if (!((int32_t)((int32_t)L_1022&(int32_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1023&(int32_t)7))&(int32_t)((int32_t)31)))))))) { goto IL_169b; } } { int32_t L_1024 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_1024, (int32_t)1)); int32_t L_1025 = V_0; if (!L_1025) { goto IL_1679; } } { goto IL_3e1b; } IL_1679: { int32_t L_1026 = ___pc0; ByteU5BU5D_t4116647657* L_1027 = __this->get_program_1(); int32_t L_1028 = ___pc0; NullCheck(L_1027); int32_t L_1029 = ((int32_t)il2cpp_codegen_add((int32_t)L_1028, (int32_t)3)); uint8_t L_1030 = (L_1027)->GetAt(static_cast(L_1029)); ByteU5BU5D_t4116647657* L_1031 = __this->get_program_1(); int32_t L_1032 = ___pc0; NullCheck(L_1031); int32_t L_1033 = ((int32_t)il2cpp_codegen_add((int32_t)L_1032, (int32_t)4)); uint8_t L_1034 = (L_1031)->GetAt(static_cast(L_1033)); ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1026, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)5, (int32_t)((int32_t)((int32_t)L_1030|(int32_t)((int32_t)((int32_t)L_1034<<(int32_t)8)))))))); goto IL_0002; } IL_169b: { int32_t L_1035 = V_0; if (L_1035) { goto IL_16a3; } } { return (bool)0; } IL_16a3: { int32_t L_1036 = ___pc0; ByteU5BU5D_t4116647657* L_1037 = __this->get_program_1(); int32_t L_1038 = ___pc0; NullCheck(L_1037); int32_t L_1039 = ((int32_t)il2cpp_codegen_add((int32_t)L_1038, (int32_t)3)); uint8_t L_1040 = (L_1037)->GetAt(static_cast(L_1039)); ByteU5BU5D_t4116647657* L_1041 = __this->get_program_1(); int32_t L_1042 = ___pc0; NullCheck(L_1041); int32_t L_1043 = ((int32_t)il2cpp_codegen_add((int32_t)L_1042, (int32_t)4)); uint8_t L_1044 = (L_1041)->GetAt(static_cast(L_1043)); ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1036, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)5, (int32_t)((int32_t)((int32_t)L_1040|(int32_t)((int32_t)((int32_t)L_1044<<(int32_t)8)))))))); goto IL_0002; } IL_16c5: { int32_t L_1045 = ___strpos1; int32_t L_1046 = __this->get_string_end_4(); if ((((int32_t)L_1045) >= ((int32_t)L_1046))) { goto IL_170f; } } { String_t* L_1047 = __this->get_str_2(); int32_t L_1048 = ___strpos1; NullCheck(L_1047); Il2CppChar L_1049 = String_get_Chars_m2986988803(L_1047, L_1048, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); Il2CppChar L_1050 = Char_ToLower_m844856331(NULL /*static, unused*/, L_1049, /*hidden argument*/NULL); V_46 = L_1050; Il2CppChar L_1051 = V_46; ByteU5BU5D_t4116647657* L_1052 = __this->get_program_1(); int32_t L_1053 = ___pc0; NullCheck(L_1052); int32_t L_1054 = ((int32_t)il2cpp_codegen_add((int32_t)L_1053, (int32_t)1)); uint8_t L_1055 = (L_1052)->GetAt(static_cast(L_1054)); if ((!(((uint32_t)L_1051) == ((uint32_t)L_1055)))) { goto IL_170f; } } { int32_t L_1056 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_1056, (int32_t)1)); int32_t L_1057 = V_0; if (!L_1057) { goto IL_1705; } } { goto IL_3e1b; } IL_1705: { int32_t L_1058 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1058, (int32_t)2)); goto IL_0002; } IL_170f: { int32_t L_1059 = V_0; if (L_1059) { goto IL_1717; } } { return (bool)0; } IL_1717: { int32_t L_1060 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1060, (int32_t)2)); goto IL_0002; } IL_1721: { int32_t L_1061 = ___strpos1; int32_t L_1062 = __this->get_string_end_4(); if ((((int32_t)L_1061) >= ((int32_t)L_1062))) { goto IL_177c; } } { String_t* L_1063 = __this->get_str_2(); int32_t L_1064 = ___strpos1; NullCheck(L_1063); Il2CppChar L_1065 = String_get_Chars_m2986988803(L_1063, L_1064, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); Il2CppChar L_1066 = Char_ToLower_m844856331(NULL /*static, unused*/, L_1065, /*hidden argument*/NULL); V_47 = L_1066; Il2CppChar L_1067 = V_47; ByteU5BU5D_t4116647657* L_1068 = __this->get_program_1(); int32_t L_1069 = ___pc0; NullCheck(L_1068); int32_t L_1070 = ((int32_t)il2cpp_codegen_add((int32_t)L_1069, (int32_t)1)); uint8_t L_1071 = (L_1068)->GetAt(static_cast(L_1070)); if ((((int32_t)L_1067) < ((int32_t)L_1071))) { goto IL_177c; } } { Il2CppChar L_1072 = V_47; ByteU5BU5D_t4116647657* L_1073 = __this->get_program_1(); int32_t L_1074 = ___pc0; NullCheck(L_1073); int32_t L_1075 = ((int32_t)il2cpp_codegen_add((int32_t)L_1074, (int32_t)2)); uint8_t L_1076 = (L_1073)->GetAt(static_cast(L_1075)); if ((((int32_t)L_1072) > ((int32_t)L_1076))) { goto IL_177c; } } { int32_t L_1077 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_1077, (int32_t)1)); int32_t L_1078 = V_0; if (!L_1078) { goto IL_1772; } } { goto IL_3e1b; } IL_1772: { int32_t L_1079 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1079, (int32_t)3)); goto IL_0002; } IL_177c: { int32_t L_1080 = V_0; if (L_1080) { goto IL_1784; } } { return (bool)0; } IL_1784: { int32_t L_1081 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1081, (int32_t)3)); goto IL_0002; } IL_178e: { int32_t L_1082 = ___strpos1; int32_t L_1083 = __this->get_string_end_4(); if ((((int32_t)L_1082) >= ((int32_t)L_1083))) { goto IL_1803; } } { String_t* L_1084 = __this->get_str_2(); int32_t L_1085 = ___strpos1; NullCheck(L_1084); Il2CppChar L_1086 = String_get_Chars_m2986988803(L_1084, L_1085, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); Il2CppChar L_1087 = Char_ToLower_m844856331(NULL /*static, unused*/, L_1086, /*hidden argument*/NULL); V_48 = L_1087; Il2CppChar L_1088 = V_48; ByteU5BU5D_t4116647657* L_1089 = __this->get_program_1(); int32_t L_1090 = ___pc0; NullCheck(L_1089); int32_t L_1091 = ((int32_t)il2cpp_codegen_add((int32_t)L_1090, (int32_t)1)); uint8_t L_1092 = (L_1089)->GetAt(static_cast(L_1091)); ByteU5BU5D_t4116647657* L_1093 = __this->get_program_1(); int32_t L_1094 = ___pc0; NullCheck(L_1093); int32_t L_1095 = ((int32_t)il2cpp_codegen_add((int32_t)L_1094, (int32_t)2)); uint8_t L_1096 = (L_1093)->GetAt(static_cast(L_1095)); if ((((int32_t)L_1088) < ((int32_t)((int32_t)((int32_t)L_1092|(int32_t)((int32_t)((int32_t)L_1096<<(int32_t)8))))))) { goto IL_1803; } } { Il2CppChar L_1097 = V_48; ByteU5BU5D_t4116647657* L_1098 = __this->get_program_1(); int32_t L_1099 = ___pc0; NullCheck(L_1098); int32_t L_1100 = ((int32_t)il2cpp_codegen_add((int32_t)L_1099, (int32_t)3)); uint8_t L_1101 = (L_1098)->GetAt(static_cast(L_1100)); ByteU5BU5D_t4116647657* L_1102 = __this->get_program_1(); int32_t L_1103 = ___pc0; NullCheck(L_1102); int32_t L_1104 = ((int32_t)il2cpp_codegen_add((int32_t)L_1103, (int32_t)4)); uint8_t L_1105 = (L_1102)->GetAt(static_cast(L_1104)); if ((((int32_t)L_1097) > ((int32_t)((int32_t)((int32_t)L_1101|(int32_t)((int32_t)((int32_t)L_1105<<(int32_t)8))))))) { goto IL_1803; } } { int32_t L_1106 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_1106, (int32_t)1)); int32_t L_1107 = V_0; if (!L_1107) { goto IL_17f9; } } { goto IL_3e1b; } IL_17f9: { int32_t L_1108 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1108, (int32_t)5)); goto IL_0002; } IL_1803: { int32_t L_1109 = V_0; if (L_1109) { goto IL_180b; } } { return (bool)0; } IL_180b: { int32_t L_1110 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1110, (int32_t)5)); goto IL_0002; } IL_1815: { int32_t L_1111 = ___strpos1; int32_t L_1112 = __this->get_string_end_4(); if ((((int32_t)L_1111) >= ((int32_t)L_1112))) { goto IL_186c; } } { String_t* L_1113 = __this->get_str_2(); int32_t L_1114 = ___strpos1; NullCheck(L_1113); Il2CppChar L_1115 = String_get_Chars_m2986988803(L_1113, L_1114, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); Il2CppChar L_1116 = Char_ToLower_m844856331(NULL /*static, unused*/, L_1115, /*hidden argument*/NULL); V_49 = L_1116; Il2CppChar L_1117 = V_49; ByteU5BU5D_t4116647657* L_1118 = __this->get_program_1(); int32_t L_1119 = ___pc0; NullCheck(L_1118); int32_t L_1120 = ((int32_t)il2cpp_codegen_add((int32_t)L_1119, (int32_t)1)); uint8_t L_1121 = (L_1118)->GetAt(static_cast(L_1120)); ByteU5BU5D_t4116647657* L_1122 = __this->get_program_1(); int32_t L_1123 = ___pc0; NullCheck(L_1122); int32_t L_1124 = ((int32_t)il2cpp_codegen_add((int32_t)L_1123, (int32_t)2)); uint8_t L_1125 = (L_1122)->GetAt(static_cast(L_1124)); if ((!(((uint32_t)L_1117) == ((uint32_t)((int32_t)((int32_t)L_1121|(int32_t)((int32_t)((int32_t)L_1125<<(int32_t)8)))))))) { goto IL_186c; } } { int32_t L_1126 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_1126, (int32_t)1)); int32_t L_1127 = V_0; if (!L_1127) { goto IL_1862; } } { goto IL_3e1b; } IL_1862: { int32_t L_1128 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1128, (int32_t)3)); goto IL_0002; } IL_186c: { int32_t L_1129 = V_0; if (L_1129) { goto IL_1874; } } { return (bool)0; } IL_1874: { int32_t L_1130 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1130, (int32_t)3)); goto IL_0002; } IL_187e: { int32_t L_1131 = ___strpos1; int32_t L_1132 = __this->get_string_end_4(); if ((((int32_t)L_1131) >= ((int32_t)L_1132))) { goto IL_1910; } } { String_t* L_1133 = __this->get_str_2(); int32_t L_1134 = ___strpos1; NullCheck(L_1133); Il2CppChar L_1135 = String_get_Chars_m2986988803(L_1133, L_1134, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); Il2CppChar L_1136 = Char_ToLower_m844856331(NULL /*static, unused*/, L_1135, /*hidden argument*/NULL); V_50 = L_1136; Il2CppChar L_1137 = V_50; V_51 = L_1137; int32_t L_1138 = V_51; ByteU5BU5D_t4116647657* L_1139 = __this->get_program_1(); int32_t L_1140 = ___pc0; NullCheck(L_1139); int32_t L_1141 = ((int32_t)il2cpp_codegen_add((int32_t)L_1140, (int32_t)1)); uint8_t L_1142 = (L_1139)->GetAt(static_cast(L_1141)); V_51 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1138, (int32_t)L_1142)); ByteU5BU5D_t4116647657* L_1143 = __this->get_program_1(); int32_t L_1144 = ___pc0; NullCheck(L_1143); int32_t L_1145 = ((int32_t)il2cpp_codegen_add((int32_t)L_1144, (int32_t)2)); uint8_t L_1146 = (L_1143)->GetAt(static_cast(L_1145)); V_1 = L_1146; int32_t L_1147 = V_51; if ((((int32_t)L_1147) < ((int32_t)0))) { goto IL_1910; } } { int32_t L_1148 = V_51; int32_t L_1149 = V_1; if ((((int32_t)L_1148) >= ((int32_t)((int32_t)((int32_t)L_1149<<(int32_t)3))))) { goto IL_1910; } } { ByteU5BU5D_t4116647657* L_1150 = __this->get_program_1(); int32_t L_1151 = ___pc0; int32_t L_1152 = V_51; NullCheck(L_1150); int32_t L_1153 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1151, (int32_t)3)), (int32_t)((int32_t)((int32_t)L_1152>>(int32_t)3)))); uint8_t L_1154 = (L_1150)->GetAt(static_cast(L_1153)); int32_t L_1155 = V_51; if (!((int32_t)((int32_t)L_1154&(int32_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1155&(int32_t)7))&(int32_t)((int32_t)31)))))))) { goto IL_1910; } } { int32_t L_1156 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_1156, (int32_t)1)); int32_t L_1157 = V_0; if (!L_1157) { goto IL_18fb; } } { goto IL_3e1b; } IL_18fb: { int32_t L_1158 = ___pc0; ByteU5BU5D_t4116647657* L_1159 = __this->get_program_1(); int32_t L_1160 = ___pc0; NullCheck(L_1159); int32_t L_1161 = ((int32_t)il2cpp_codegen_add((int32_t)L_1160, (int32_t)2)); uint8_t L_1162 = (L_1159)->GetAt(static_cast(L_1161)); ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1158, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_1162)))); goto IL_0002; } IL_1910: { int32_t L_1163 = V_0; if (L_1163) { goto IL_1918; } } { return (bool)0; } IL_1918: { int32_t L_1164 = ___pc0; ByteU5BU5D_t4116647657* L_1165 = __this->get_program_1(); int32_t L_1166 = ___pc0; NullCheck(L_1165); int32_t L_1167 = ((int32_t)il2cpp_codegen_add((int32_t)L_1166, (int32_t)2)); uint8_t L_1168 = (L_1165)->GetAt(static_cast(L_1167)); ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1164, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_1168)))); goto IL_0002; } IL_192d: { int32_t L_1169 = ___strpos1; int32_t L_1170 = __this->get_string_end_4(); if ((((int32_t)L_1169) >= ((int32_t)L_1170))) { goto IL_19e6; } } { String_t* L_1171 = __this->get_str_2(); int32_t L_1172 = ___strpos1; NullCheck(L_1171); Il2CppChar L_1173 = String_get_Chars_m2986988803(L_1171, L_1172, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); Il2CppChar L_1174 = Char_ToLower_m844856331(NULL /*static, unused*/, L_1173, /*hidden argument*/NULL); V_52 = L_1174; Il2CppChar L_1175 = V_52; V_53 = L_1175; int32_t L_1176 = V_53; ByteU5BU5D_t4116647657* L_1177 = __this->get_program_1(); int32_t L_1178 = ___pc0; NullCheck(L_1177); int32_t L_1179 = ((int32_t)il2cpp_codegen_add((int32_t)L_1178, (int32_t)1)); uint8_t L_1180 = (L_1177)->GetAt(static_cast(L_1179)); ByteU5BU5D_t4116647657* L_1181 = __this->get_program_1(); int32_t L_1182 = ___pc0; NullCheck(L_1181); int32_t L_1183 = ((int32_t)il2cpp_codegen_add((int32_t)L_1182, (int32_t)2)); uint8_t L_1184 = (L_1181)->GetAt(static_cast(L_1183)); V_53 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1176, (int32_t)((int32_t)((int32_t)L_1180|(int32_t)((int32_t)((int32_t)L_1184<<(int32_t)8)))))); ByteU5BU5D_t4116647657* L_1185 = __this->get_program_1(); int32_t L_1186 = ___pc0; NullCheck(L_1185); int32_t L_1187 = ((int32_t)il2cpp_codegen_add((int32_t)L_1186, (int32_t)3)); uint8_t L_1188 = (L_1185)->GetAt(static_cast(L_1187)); ByteU5BU5D_t4116647657* L_1189 = __this->get_program_1(); int32_t L_1190 = ___pc0; NullCheck(L_1189); int32_t L_1191 = ((int32_t)il2cpp_codegen_add((int32_t)L_1190, (int32_t)4)); uint8_t L_1192 = (L_1189)->GetAt(static_cast(L_1191)); V_1 = ((int32_t)((int32_t)L_1188|(int32_t)((int32_t)((int32_t)L_1192<<(int32_t)8)))); int32_t L_1193 = V_53; if ((((int32_t)L_1193) < ((int32_t)0))) { goto IL_19e6; } } { int32_t L_1194 = V_53; int32_t L_1195 = V_1; if ((((int32_t)L_1194) >= ((int32_t)((int32_t)((int32_t)L_1195<<(int32_t)3))))) { goto IL_19e6; } } { ByteU5BU5D_t4116647657* L_1196 = __this->get_program_1(); int32_t L_1197 = ___pc0; int32_t L_1198 = V_53; NullCheck(L_1196); int32_t L_1199 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1197, (int32_t)5)), (int32_t)((int32_t)((int32_t)L_1198>>(int32_t)3)))); uint8_t L_1200 = (L_1196)->GetAt(static_cast(L_1199)); int32_t L_1201 = V_53; if (!((int32_t)((int32_t)L_1200&(int32_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1201&(int32_t)7))&(int32_t)((int32_t)31)))))))) { goto IL_19e6; } } { int32_t L_1202 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_1202, (int32_t)1)); int32_t L_1203 = V_0; if (!L_1203) { goto IL_19c4; } } { goto IL_3e1b; } IL_19c4: { int32_t L_1204 = ___pc0; ByteU5BU5D_t4116647657* L_1205 = __this->get_program_1(); int32_t L_1206 = ___pc0; NullCheck(L_1205); int32_t L_1207 = ((int32_t)il2cpp_codegen_add((int32_t)L_1206, (int32_t)3)); uint8_t L_1208 = (L_1205)->GetAt(static_cast(L_1207)); ByteU5BU5D_t4116647657* L_1209 = __this->get_program_1(); int32_t L_1210 = ___pc0; NullCheck(L_1209); int32_t L_1211 = ((int32_t)il2cpp_codegen_add((int32_t)L_1210, (int32_t)4)); uint8_t L_1212 = (L_1209)->GetAt(static_cast(L_1211)); ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1204, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)5, (int32_t)((int32_t)((int32_t)L_1208|(int32_t)((int32_t)((int32_t)L_1212<<(int32_t)8)))))))); goto IL_0002; } IL_19e6: { int32_t L_1213 = V_0; if (L_1213) { goto IL_19ee; } } { return (bool)0; } IL_19ee: { int32_t L_1214 = ___pc0; ByteU5BU5D_t4116647657* L_1215 = __this->get_program_1(); int32_t L_1216 = ___pc0; NullCheck(L_1215); int32_t L_1217 = ((int32_t)il2cpp_codegen_add((int32_t)L_1216, (int32_t)3)); uint8_t L_1218 = (L_1215)->GetAt(static_cast(L_1217)); ByteU5BU5D_t4116647657* L_1219 = __this->get_program_1(); int32_t L_1220 = ___pc0; NullCheck(L_1219); int32_t L_1221 = ((int32_t)il2cpp_codegen_add((int32_t)L_1220, (int32_t)4)); uint8_t L_1222 = (L_1219)->GetAt(static_cast(L_1221)); ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1214, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)5, (int32_t)((int32_t)((int32_t)L_1218|(int32_t)((int32_t)((int32_t)L_1222<<(int32_t)8)))))))); goto IL_0002; } IL_1a10: { int32_t L_1223 = ___strpos1; int32_t L_1224 = __this->get_string_end_4(); if ((((int32_t)L_1223) >= ((int32_t)L_1224))) { goto IL_1a67; } } { String_t* L_1225 = __this->get_str_2(); int32_t L_1226 = ___strpos1; NullCheck(L_1225); Il2CppChar L_1227 = String_get_Chars_m2986988803(L_1225, L_1226, /*hidden argument*/NULL); V_54 = L_1227; Il2CppChar L_1228 = V_54; ByteU5BU5D_t4116647657* L_1229 = __this->get_program_1(); int32_t L_1230 = ___pc0; NullCheck(L_1229); int32_t L_1231 = ((int32_t)il2cpp_codegen_add((int32_t)L_1230, (int32_t)1)); uint8_t L_1232 = (L_1229)->GetAt(static_cast(L_1231)); if ((((int32_t)L_1228) == ((int32_t)L_1232))) { goto IL_1a67; } } { int32_t L_1233 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1233, (int32_t)2)); int32_t L_1234 = V_0; if (!L_1234) { goto IL_1a4f; } } { int32_t L_1235 = ___pc0; int32_t L_1236 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1235, (int32_t)1))) == ((uint32_t)L_1236)))) { goto IL_1a62; } } IL_1a4f: { int32_t L_1237 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_1237, (int32_t)1)); int32_t L_1238 = ___pc0; int32_t L_1239 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1238, (int32_t)1))) == ((uint32_t)L_1239)))) { goto IL_1a62; } } { goto IL_3e1b; } IL_1a62: { goto IL_0002; } IL_1a67: { return (bool)0; } IL_1a69: { int32_t L_1240 = ___strpos1; int32_t L_1241 = __this->get_string_end_4(); if ((((int32_t)L_1240) >= ((int32_t)L_1241))) { goto IL_1ad1; } } { String_t* L_1242 = __this->get_str_2(); int32_t L_1243 = ___strpos1; NullCheck(L_1242); Il2CppChar L_1244 = String_get_Chars_m2986988803(L_1242, L_1243, /*hidden argument*/NULL); V_55 = L_1244; Il2CppChar L_1245 = V_55; ByteU5BU5D_t4116647657* L_1246 = __this->get_program_1(); int32_t L_1247 = ___pc0; NullCheck(L_1246); int32_t L_1248 = ((int32_t)il2cpp_codegen_add((int32_t)L_1247, (int32_t)1)); uint8_t L_1249 = (L_1246)->GetAt(static_cast(L_1248)); if ((((int32_t)L_1245) < ((int32_t)L_1249))) { goto IL_1aa5; } } { Il2CppChar L_1250 = V_55; ByteU5BU5D_t4116647657* L_1251 = __this->get_program_1(); int32_t L_1252 = ___pc0; NullCheck(L_1251); int32_t L_1253 = ((int32_t)il2cpp_codegen_add((int32_t)L_1252, (int32_t)2)); uint8_t L_1254 = (L_1251)->GetAt(static_cast(L_1253)); if ((((int32_t)L_1250) <= ((int32_t)L_1254))) { goto IL_1ad1; } } IL_1aa5: { int32_t L_1255 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1255, (int32_t)3)); int32_t L_1256 = V_0; if (!L_1256) { goto IL_1ab9; } } { int32_t L_1257 = ___pc0; int32_t L_1258 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1257, (int32_t)1))) == ((uint32_t)L_1258)))) { goto IL_1acc; } } IL_1ab9: { int32_t L_1259 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_1259, (int32_t)1)); int32_t L_1260 = ___pc0; int32_t L_1261 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1260, (int32_t)1))) == ((uint32_t)L_1261)))) { goto IL_1acc; } } { goto IL_3e1b; } IL_1acc: { goto IL_0002; } IL_1ad1: { return (bool)0; } IL_1ad3: { int32_t L_1262 = ___strpos1; int32_t L_1263 = __this->get_string_end_4(); if ((((int32_t)L_1262) >= ((int32_t)L_1263))) { goto IL_1b55; } } { String_t* L_1264 = __this->get_str_2(); int32_t L_1265 = ___strpos1; NullCheck(L_1264); Il2CppChar L_1266 = String_get_Chars_m2986988803(L_1264, L_1265, /*hidden argument*/NULL); V_56 = L_1266; Il2CppChar L_1267 = V_56; ByteU5BU5D_t4116647657* L_1268 = __this->get_program_1(); int32_t L_1269 = ___pc0; NullCheck(L_1268); int32_t L_1270 = ((int32_t)il2cpp_codegen_add((int32_t)L_1269, (int32_t)1)); uint8_t L_1271 = (L_1268)->GetAt(static_cast(L_1270)); ByteU5BU5D_t4116647657* L_1272 = __this->get_program_1(); int32_t L_1273 = ___pc0; NullCheck(L_1272); int32_t L_1274 = ((int32_t)il2cpp_codegen_add((int32_t)L_1273, (int32_t)2)); uint8_t L_1275 = (L_1272)->GetAt(static_cast(L_1274)); if ((((int32_t)L_1267) < ((int32_t)((int32_t)((int32_t)L_1271|(int32_t)((int32_t)((int32_t)L_1275<<(int32_t)8))))))) { goto IL_1b29; } } { Il2CppChar L_1276 = V_56; ByteU5BU5D_t4116647657* L_1277 = __this->get_program_1(); int32_t L_1278 = ___pc0; NullCheck(L_1277); int32_t L_1279 = ((int32_t)il2cpp_codegen_add((int32_t)L_1278, (int32_t)3)); uint8_t L_1280 = (L_1277)->GetAt(static_cast(L_1279)); ByteU5BU5D_t4116647657* L_1281 = __this->get_program_1(); int32_t L_1282 = ___pc0; NullCheck(L_1281); int32_t L_1283 = ((int32_t)il2cpp_codegen_add((int32_t)L_1282, (int32_t)4)); uint8_t L_1284 = (L_1281)->GetAt(static_cast(L_1283)); if ((((int32_t)L_1276) <= ((int32_t)((int32_t)((int32_t)L_1280|(int32_t)((int32_t)((int32_t)L_1284<<(int32_t)8))))))) { goto IL_1b55; } } IL_1b29: { int32_t L_1285 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1285, (int32_t)5)); int32_t L_1286 = V_0; if (!L_1286) { goto IL_1b3d; } } { int32_t L_1287 = ___pc0; int32_t L_1288 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1287, (int32_t)1))) == ((uint32_t)L_1288)))) { goto IL_1b50; } } IL_1b3d: { int32_t L_1289 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_1289, (int32_t)1)); int32_t L_1290 = ___pc0; int32_t L_1291 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1290, (int32_t)1))) == ((uint32_t)L_1291)))) { goto IL_1b50; } } { goto IL_3e1b; } IL_1b50: { goto IL_0002; } IL_1b55: { return (bool)0; } IL_1b57: { int32_t L_1292 = ___strpos1; int32_t L_1293 = __this->get_string_end_4(); if ((((int32_t)L_1292) >= ((int32_t)L_1293))) { goto IL_1bbb; } } { String_t* L_1294 = __this->get_str_2(); int32_t L_1295 = ___strpos1; NullCheck(L_1294); Il2CppChar L_1296 = String_get_Chars_m2986988803(L_1294, L_1295, /*hidden argument*/NULL); V_57 = L_1296; Il2CppChar L_1297 = V_57; ByteU5BU5D_t4116647657* L_1298 = __this->get_program_1(); int32_t L_1299 = ___pc0; NullCheck(L_1298); int32_t L_1300 = ((int32_t)il2cpp_codegen_add((int32_t)L_1299, (int32_t)1)); uint8_t L_1301 = (L_1298)->GetAt(static_cast(L_1300)); ByteU5BU5D_t4116647657* L_1302 = __this->get_program_1(); int32_t L_1303 = ___pc0; NullCheck(L_1302); int32_t L_1304 = ((int32_t)il2cpp_codegen_add((int32_t)L_1303, (int32_t)2)); uint8_t L_1305 = (L_1302)->GetAt(static_cast(L_1304)); if ((((int32_t)L_1297) == ((int32_t)((int32_t)((int32_t)L_1301|(int32_t)((int32_t)((int32_t)L_1305<<(int32_t)8))))))) { goto IL_1bbb; } } { int32_t L_1306 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1306, (int32_t)3)); int32_t L_1307 = V_0; if (!L_1307) { goto IL_1ba3; } } { int32_t L_1308 = ___pc0; int32_t L_1309 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1308, (int32_t)1))) == ((uint32_t)L_1309)))) { goto IL_1bb6; } } IL_1ba3: { int32_t L_1310 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_1310, (int32_t)1)); int32_t L_1311 = ___pc0; int32_t L_1312 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1311, (int32_t)1))) == ((uint32_t)L_1312)))) { goto IL_1bb6; } } { goto IL_3e1b; } IL_1bb6: { goto IL_0002; } IL_1bbb: { return (bool)0; } IL_1bbd: { int32_t L_1313 = ___strpos1; int32_t L_1314 = __this->get_string_end_4(); if ((((int32_t)L_1313) >= ((int32_t)L_1314))) { goto IL_1c0c; } } { String_t* L_1315 = __this->get_str_2(); int32_t L_1316 = ___strpos1; NullCheck(L_1315); Il2CppChar L_1317 = String_get_Chars_m2986988803(L_1315, L_1316, /*hidden argument*/NULL); V_58 = L_1317; Il2CppChar L_1318 = V_58; if ((!(((uint32_t)L_1318) == ((uint32_t)((int32_t)10))))) { goto IL_1c0c; } } { int32_t L_1319 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1319, (int32_t)1)); int32_t L_1320 = V_0; if (!L_1320) { goto IL_1bf4; } } { int32_t L_1321 = ___pc0; int32_t L_1322 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1321, (int32_t)1))) == ((uint32_t)L_1322)))) { goto IL_1c07; } } IL_1bf4: { int32_t L_1323 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_1323, (int32_t)1)); int32_t L_1324 = ___pc0; int32_t L_1325 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1324, (int32_t)1))) == ((uint32_t)L_1325)))) { goto IL_1c07; } } { goto IL_3e1b; } IL_1c07: { goto IL_0002; } IL_1c0c: { return (bool)0; } IL_1c0e: { int32_t L_1326 = ___strpos1; int32_t L_1327 = __this->get_string_end_4(); if ((((int32_t)L_1326) >= ((int32_t)L_1327))) { goto IL_1c28; } } { String_t* L_1328 = __this->get_str_2(); int32_t L_1329 = ___strpos1; NullCheck(L_1328); Il2CppChar L_1330 = String_get_Chars_m2986988803(L_1328, L_1329, /*hidden argument*/NULL); V_59 = L_1330; } IL_1c28: { return (bool)0; } IL_1c2a: { int32_t L_1331 = ___strpos1; int32_t L_1332 = __this->get_string_end_4(); if ((((int32_t)L_1331) >= ((int32_t)L_1332))) { goto IL_1c8a; } } { String_t* L_1333 = __this->get_str_2(); int32_t L_1334 = ___strpos1; NullCheck(L_1333); Il2CppChar L_1335 = String_get_Chars_m2986988803(L_1333, L_1334, /*hidden argument*/NULL); V_60 = L_1335; Il2CppChar L_1336 = V_60; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_1337 = Char_IsLetterOrDigit_m3494175785(NULL /*static, unused*/, L_1336, /*hidden argument*/NULL); if (L_1337) { goto IL_1c8a; } } { Il2CppChar L_1338 = V_60; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); int32_t L_1339 = Char_GetUnicodeCategory_m57882613(NULL /*static, unused*/, L_1338, /*hidden argument*/NULL); if ((((int32_t)L_1339) == ((int32_t)((int32_t)18)))) { goto IL_1c8a; } } { int32_t L_1340 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1340, (int32_t)1)); int32_t L_1341 = V_0; if (!L_1341) { goto IL_1c72; } } { int32_t L_1342 = ___pc0; int32_t L_1343 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1342, (int32_t)1))) == ((uint32_t)L_1343)))) { goto IL_1c85; } } IL_1c72: { int32_t L_1344 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_1344, (int32_t)1)); int32_t L_1345 = ___pc0; int32_t L_1346 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1345, (int32_t)1))) == ((uint32_t)L_1346)))) { goto IL_1c85; } } { goto IL_3e1b; } IL_1c85: { goto IL_0002; } IL_1c8a: { return (bool)0; } IL_1c8c: { int32_t L_1347 = ___strpos1; int32_t L_1348 = __this->get_string_end_4(); if ((((int32_t)L_1347) >= ((int32_t)L_1348))) { goto IL_1cde; } } { String_t* L_1349 = __this->get_str_2(); int32_t L_1350 = ___strpos1; NullCheck(L_1349); Il2CppChar L_1351 = String_get_Chars_m2986988803(L_1349, L_1350, /*hidden argument*/NULL); V_61 = L_1351; Il2CppChar L_1352 = V_61; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_1353 = Char_IsDigit_m3646673943(NULL /*static, unused*/, L_1352, /*hidden argument*/NULL); if (L_1353) { goto IL_1cde; } } { int32_t L_1354 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1354, (int32_t)1)); int32_t L_1355 = V_0; if (!L_1355) { goto IL_1cc6; } } { int32_t L_1356 = ___pc0; int32_t L_1357 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1356, (int32_t)1))) == ((uint32_t)L_1357)))) { goto IL_1cd9; } } IL_1cc6: { int32_t L_1358 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_1358, (int32_t)1)); int32_t L_1359 = ___pc0; int32_t L_1360 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1359, (int32_t)1))) == ((uint32_t)L_1360)))) { goto IL_1cd9; } } { goto IL_3e1b; } IL_1cd9: { goto IL_0002; } IL_1cde: { return (bool)0; } IL_1ce0: { int32_t L_1361 = ___strpos1; int32_t L_1362 = __this->get_string_end_4(); if ((((int32_t)L_1361) >= ((int32_t)L_1362))) { goto IL_1d32; } } { String_t* L_1363 = __this->get_str_2(); int32_t L_1364 = ___strpos1; NullCheck(L_1363); Il2CppChar L_1365 = String_get_Chars_m2986988803(L_1363, L_1364, /*hidden argument*/NULL); V_62 = L_1365; Il2CppChar L_1366 = V_62; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_1367 = Char_IsWhiteSpace_m2148390798(NULL /*static, unused*/, L_1366, /*hidden argument*/NULL); if (L_1367) { goto IL_1d32; } } { int32_t L_1368 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1368, (int32_t)1)); int32_t L_1369 = V_0; if (!L_1369) { goto IL_1d1a; } } { int32_t L_1370 = ___pc0; int32_t L_1371 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1370, (int32_t)1))) == ((uint32_t)L_1371)))) { goto IL_1d2d; } } IL_1d1a: { int32_t L_1372 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_1372, (int32_t)1)); int32_t L_1373 = ___pc0; int32_t L_1374 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1373, (int32_t)1))) == ((uint32_t)L_1374)))) { goto IL_1d2d; } } { goto IL_3e1b; } IL_1d2d: { goto IL_0002; } IL_1d32: { return (bool)0; } IL_1d34: { int32_t L_1375 = ___strpos1; int32_t L_1376 = __this->get_string_end_4(); if ((((int32_t)L_1375) >= ((int32_t)L_1376))) { goto IL_1db9; } } { String_t* L_1377 = __this->get_str_2(); int32_t L_1378 = ___strpos1; NullCheck(L_1377); Il2CppChar L_1379 = String_get_Chars_m2986988803(L_1377, L_1378, /*hidden argument*/NULL); V_63 = L_1379; Il2CppChar L_1380 = V_63; if ((((int32_t)((int32_t)97)) > ((int32_t)L_1380))) { goto IL_1d60; } } { Il2CppChar L_1381 = V_63; if ((((int32_t)L_1381) <= ((int32_t)((int32_t)122)))) { goto IL_1db9; } } IL_1d60: { Il2CppChar L_1382 = V_63; if ((((int32_t)((int32_t)65)) > ((int32_t)L_1382))) { goto IL_1d72; } } { Il2CppChar L_1383 = V_63; if ((((int32_t)L_1383) <= ((int32_t)((int32_t)90)))) { goto IL_1db9; } } IL_1d72: { Il2CppChar L_1384 = V_63; if ((((int32_t)((int32_t)48)) > ((int32_t)L_1384))) { goto IL_1d84; } } { Il2CppChar L_1385 = V_63; if ((((int32_t)L_1385) <= ((int32_t)((int32_t)57)))) { goto IL_1db9; } } IL_1d84: { Il2CppChar L_1386 = V_63; if ((((int32_t)L_1386) == ((int32_t)((int32_t)95)))) { goto IL_1db9; } } { int32_t L_1387 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1387, (int32_t)1)); int32_t L_1388 = V_0; if (!L_1388) { goto IL_1da1; } } { int32_t L_1389 = ___pc0; int32_t L_1390 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1389, (int32_t)1))) == ((uint32_t)L_1390)))) { goto IL_1db4; } } IL_1da1: { int32_t L_1391 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_1391, (int32_t)1)); int32_t L_1392 = ___pc0; int32_t L_1393 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1392, (int32_t)1))) == ((uint32_t)L_1393)))) { goto IL_1db4; } } { goto IL_3e1b; } IL_1db4: { goto IL_0002; } IL_1db9: { return (bool)0; } IL_1dbb: { int32_t L_1394 = ___strpos1; int32_t L_1395 = __this->get_string_end_4(); if ((((int32_t)L_1394) >= ((int32_t)L_1395))) { goto IL_1e37; } } { String_t* L_1396 = __this->get_str_2(); int32_t L_1397 = ___strpos1; NullCheck(L_1396); Il2CppChar L_1398 = String_get_Chars_m2986988803(L_1396, L_1397, /*hidden argument*/NULL); V_64 = L_1398; Il2CppChar L_1399 = V_64; if ((((int32_t)L_1399) == ((int32_t)((int32_t)32)))) { goto IL_1e37; } } { Il2CppChar L_1400 = V_64; if ((((int32_t)L_1400) == ((int32_t)((int32_t)9)))) { goto IL_1e37; } } { Il2CppChar L_1401 = V_64; if ((((int32_t)L_1401) == ((int32_t)((int32_t)10)))) { goto IL_1e37; } } { Il2CppChar L_1402 = V_64; if ((((int32_t)L_1402) == ((int32_t)((int32_t)13)))) { goto IL_1e37; } } { Il2CppChar L_1403 = V_64; if ((((int32_t)L_1403) == ((int32_t)((int32_t)12)))) { goto IL_1e37; } } { Il2CppChar L_1404 = V_64; if ((((int32_t)L_1404) == ((int32_t)((int32_t)11)))) { goto IL_1e37; } } { int32_t L_1405 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1405, (int32_t)1)); int32_t L_1406 = V_0; if (!L_1406) { goto IL_1e1f; } } { int32_t L_1407 = ___pc0; int32_t L_1408 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1407, (int32_t)1))) == ((uint32_t)L_1408)))) { goto IL_1e32; } } IL_1e1f: { int32_t L_1409 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_1409, (int32_t)1)); int32_t L_1410 = ___pc0; int32_t L_1411 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1410, (int32_t)1))) == ((uint32_t)L_1411)))) { goto IL_1e32; } } { goto IL_3e1b; } IL_1e32: { goto IL_0002; } IL_1e37: { return (bool)0; } IL_1e39: { int32_t L_1412 = ___strpos1; int32_t L_1413 = __this->get_string_end_4(); if ((((int32_t)L_1412) >= ((int32_t)L_1413))) { goto IL_1eaf; } } { String_t* L_1414 = __this->get_str_2(); int32_t L_1415 = ___strpos1; NullCheck(L_1414); Il2CppChar L_1416 = String_get_Chars_m2986988803(L_1414, L_1415, /*hidden argument*/NULL); V_65 = L_1416; Il2CppChar L_1417 = V_65; if ((((int32_t)((int32_t)65279)) > ((int32_t)L_1417))) { goto IL_1e6b; } } { Il2CppChar L_1418 = V_65; if ((((int32_t)L_1418) <= ((int32_t)((int32_t)65279)))) { goto IL_1eaf; } } IL_1e6b: { Il2CppChar L_1419 = V_65; if ((((int32_t)((int32_t)65520)) > ((int32_t)L_1419))) { goto IL_1e83; } } { Il2CppChar L_1420 = V_65; if ((((int32_t)L_1420) <= ((int32_t)((int32_t)65533)))) { goto IL_1eaf; } } IL_1e83: { int32_t L_1421 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1421, (int32_t)1)); int32_t L_1422 = V_0; if (!L_1422) { goto IL_1e97; } } { int32_t L_1423 = ___pc0; int32_t L_1424 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1423, (int32_t)1))) == ((uint32_t)L_1424)))) { goto IL_1eaa; } } IL_1e97: { int32_t L_1425 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_1425, (int32_t)1)); int32_t L_1426 = ___pc0; int32_t L_1427 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1426, (int32_t)1))) == ((uint32_t)L_1427)))) { goto IL_1eaa; } } { goto IL_3e1b; } IL_1eaa: { goto IL_0002; } IL_1eaf: { return (bool)0; } IL_1eb1: { int32_t L_1428 = ___strpos1; int32_t L_1429 = __this->get_string_end_4(); if ((((int32_t)L_1428) >= ((int32_t)L_1429))) { goto IL_1f0d; } } { String_t* L_1430 = __this->get_str_2(); int32_t L_1431 = ___strpos1; NullCheck(L_1430); Il2CppChar L_1432 = String_get_Chars_m2986988803(L_1430, L_1431, /*hidden argument*/NULL); V_66 = L_1432; Il2CppChar L_1433 = V_66; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); int32_t L_1434 = Char_GetUnicodeCategory_m57882613(NULL /*static, unused*/, L_1433, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_1435 = __this->get_program_1(); int32_t L_1436 = ___pc0; NullCheck(L_1435); int32_t L_1437 = ((int32_t)il2cpp_codegen_add((int32_t)L_1436, (int32_t)1)); uint8_t L_1438 = (L_1435)->GetAt(static_cast(L_1437)); if ((((int32_t)L_1434) == ((int32_t)L_1438))) { goto IL_1f0d; } } { int32_t L_1439 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1439, (int32_t)2)); int32_t L_1440 = V_0; if (!L_1440) { goto IL_1ef5; } } { int32_t L_1441 = ___pc0; int32_t L_1442 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1441, (int32_t)1))) == ((uint32_t)L_1442)))) { goto IL_1f08; } } IL_1ef5: { int32_t L_1443 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_1443, (int32_t)1)); int32_t L_1444 = ___pc0; int32_t L_1445 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1444, (int32_t)1))) == ((uint32_t)L_1445)))) { goto IL_1f08; } } { goto IL_3e1b; } IL_1f08: { goto IL_0002; } IL_1f0d: { return (bool)0; } IL_1f0f: { int32_t L_1446 = ___strpos1; int32_t L_1447 = __this->get_string_end_4(); if ((((int32_t)L_1446) >= ((int32_t)L_1447))) { goto IL_1f6b; } } { String_t* L_1448 = __this->get_str_2(); int32_t L_1449 = ___strpos1; NullCheck(L_1448); Il2CppChar L_1450 = String_get_Chars_m2986988803(L_1448, L_1449, /*hidden argument*/NULL); V_67 = L_1450; ByteU5BU5D_t4116647657* L_1451 = __this->get_program_1(); int32_t L_1452 = ___pc0; NullCheck(L_1451); int32_t L_1453 = ((int32_t)il2cpp_codegen_add((int32_t)L_1452, (int32_t)1)); uint8_t L_1454 = (L_1451)->GetAt(static_cast(L_1453)); Il2CppChar L_1455 = V_67; bool L_1456 = CategoryUtils_IsCategory_m278753792(NULL /*static, unused*/, L_1454, L_1455, /*hidden argument*/NULL); if (L_1456) { goto IL_1f6b; } } { int32_t L_1457 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1457, (int32_t)2)); int32_t L_1458 = V_0; if (!L_1458) { goto IL_1f53; } } { int32_t L_1459 = ___pc0; int32_t L_1460 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1459, (int32_t)1))) == ((uint32_t)L_1460)))) { goto IL_1f66; } } IL_1f53: { int32_t L_1461 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_1461, (int32_t)1)); int32_t L_1462 = ___pc0; int32_t L_1463 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1462, (int32_t)1))) == ((uint32_t)L_1463)))) { goto IL_1f66; } } { goto IL_3e1b; } IL_1f66: { goto IL_0002; } IL_1f6b: { return (bool)0; } IL_1f6d: { int32_t L_1464 = ___strpos1; int32_t L_1465 = __this->get_string_end_4(); if ((((int32_t)L_1464) >= ((int32_t)L_1465))) { goto IL_200c; } } { String_t* L_1466 = __this->get_str_2(); int32_t L_1467 = ___strpos1; NullCheck(L_1466); Il2CppChar L_1468 = String_get_Chars_m2986988803(L_1466, L_1467, /*hidden argument*/NULL); V_68 = L_1468; Il2CppChar L_1469 = V_68; V_69 = L_1469; int32_t L_1470 = V_69; ByteU5BU5D_t4116647657* L_1471 = __this->get_program_1(); int32_t L_1472 = ___pc0; NullCheck(L_1471); int32_t L_1473 = ((int32_t)il2cpp_codegen_add((int32_t)L_1472, (int32_t)1)); uint8_t L_1474 = (L_1471)->GetAt(static_cast(L_1473)); V_69 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1470, (int32_t)L_1474)); ByteU5BU5D_t4116647657* L_1475 = __this->get_program_1(); int32_t L_1476 = ___pc0; NullCheck(L_1475); int32_t L_1477 = ((int32_t)il2cpp_codegen_add((int32_t)L_1476, (int32_t)2)); uint8_t L_1478 = (L_1475)->GetAt(static_cast(L_1477)); V_1 = L_1478; int32_t L_1479 = V_69; if ((((int32_t)L_1479) < ((int32_t)0))) { goto IL_1fd5; } } { int32_t L_1480 = V_69; int32_t L_1481 = V_1; if ((((int32_t)L_1480) >= ((int32_t)((int32_t)((int32_t)L_1481<<(int32_t)3))))) { goto IL_1fd5; } } { ByteU5BU5D_t4116647657* L_1482 = __this->get_program_1(); int32_t L_1483 = ___pc0; int32_t L_1484 = V_69; NullCheck(L_1482); int32_t L_1485 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1483, (int32_t)3)), (int32_t)((int32_t)((int32_t)L_1484>>(int32_t)3)))); uint8_t L_1486 = (L_1482)->GetAt(static_cast(L_1485)); int32_t L_1487 = V_69; if (((int32_t)((int32_t)L_1486&(int32_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1487&(int32_t)7))&(int32_t)((int32_t)31)))))))) { goto IL_200c; } } IL_1fd5: { int32_t L_1488 = ___pc0; ByteU5BU5D_t4116647657* L_1489 = __this->get_program_1(); int32_t L_1490 = ___pc0; NullCheck(L_1489); int32_t L_1491 = ((int32_t)il2cpp_codegen_add((int32_t)L_1490, (int32_t)2)); uint8_t L_1492 = (L_1489)->GetAt(static_cast(L_1491)); ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1488, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_1492)))); int32_t L_1493 = V_0; if (!L_1493) { goto IL_1ff4; } } { int32_t L_1494 = ___pc0; int32_t L_1495 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1494, (int32_t)1))) == ((uint32_t)L_1495)))) { goto IL_2007; } } IL_1ff4: { int32_t L_1496 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_1496, (int32_t)1)); int32_t L_1497 = ___pc0; int32_t L_1498 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1497, (int32_t)1))) == ((uint32_t)L_1498)))) { goto IL_2007; } } { goto IL_3e1b; } IL_2007: { goto IL_0002; } IL_200c: { return (bool)0; } IL_200e: { int32_t L_1499 = ___strpos1; int32_t L_1500 = __this->get_string_end_4(); if ((((int32_t)L_1499) >= ((int32_t)L_1500))) { goto IL_20d4; } } { String_t* L_1501 = __this->get_str_2(); int32_t L_1502 = ___strpos1; NullCheck(L_1501); Il2CppChar L_1503 = String_get_Chars_m2986988803(L_1501, L_1502, /*hidden argument*/NULL); V_70 = L_1503; Il2CppChar L_1504 = V_70; V_71 = L_1504; int32_t L_1505 = V_71; ByteU5BU5D_t4116647657* L_1506 = __this->get_program_1(); int32_t L_1507 = ___pc0; NullCheck(L_1506); int32_t L_1508 = ((int32_t)il2cpp_codegen_add((int32_t)L_1507, (int32_t)1)); uint8_t L_1509 = (L_1506)->GetAt(static_cast(L_1508)); ByteU5BU5D_t4116647657* L_1510 = __this->get_program_1(); int32_t L_1511 = ___pc0; NullCheck(L_1510); int32_t L_1512 = ((int32_t)il2cpp_codegen_add((int32_t)L_1511, (int32_t)2)); uint8_t L_1513 = (L_1510)->GetAt(static_cast(L_1512)); V_71 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1505, (int32_t)((int32_t)((int32_t)L_1509|(int32_t)((int32_t)((int32_t)L_1513<<(int32_t)8)))))); ByteU5BU5D_t4116647657* L_1514 = __this->get_program_1(); int32_t L_1515 = ___pc0; NullCheck(L_1514); int32_t L_1516 = ((int32_t)il2cpp_codegen_add((int32_t)L_1515, (int32_t)3)); uint8_t L_1517 = (L_1514)->GetAt(static_cast(L_1516)); ByteU5BU5D_t4116647657* L_1518 = __this->get_program_1(); int32_t L_1519 = ___pc0; NullCheck(L_1518); int32_t L_1520 = ((int32_t)il2cpp_codegen_add((int32_t)L_1519, (int32_t)4)); uint8_t L_1521 = (L_1518)->GetAt(static_cast(L_1520)); V_1 = ((int32_t)((int32_t)L_1517|(int32_t)((int32_t)((int32_t)L_1521<<(int32_t)8)))); int32_t L_1522 = V_71; if ((((int32_t)L_1522) < ((int32_t)0))) { goto IL_2090; } } { int32_t L_1523 = V_71; int32_t L_1524 = V_1; if ((((int32_t)L_1523) >= ((int32_t)((int32_t)((int32_t)L_1524<<(int32_t)3))))) { goto IL_2090; } } { ByteU5BU5D_t4116647657* L_1525 = __this->get_program_1(); int32_t L_1526 = ___pc0; int32_t L_1527 = V_71; NullCheck(L_1525); int32_t L_1528 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1526, (int32_t)5)), (int32_t)((int32_t)((int32_t)L_1527>>(int32_t)3)))); uint8_t L_1529 = (L_1525)->GetAt(static_cast(L_1528)); int32_t L_1530 = V_71; if (((int32_t)((int32_t)L_1529&(int32_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1530&(int32_t)7))&(int32_t)((int32_t)31)))))))) { goto IL_20d4; } } IL_2090: { int32_t L_1531 = ___pc0; ByteU5BU5D_t4116647657* L_1532 = __this->get_program_1(); int32_t L_1533 = ___pc0; NullCheck(L_1532); int32_t L_1534 = ((int32_t)il2cpp_codegen_add((int32_t)L_1533, (int32_t)3)); uint8_t L_1535 = (L_1532)->GetAt(static_cast(L_1534)); ByteU5BU5D_t4116647657* L_1536 = __this->get_program_1(); int32_t L_1537 = ___pc0; NullCheck(L_1536); int32_t L_1538 = ((int32_t)il2cpp_codegen_add((int32_t)L_1537, (int32_t)4)); uint8_t L_1539 = (L_1536)->GetAt(static_cast(L_1538)); ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1531, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)5, (int32_t)((int32_t)((int32_t)L_1535|(int32_t)((int32_t)((int32_t)L_1539<<(int32_t)8)))))))); int32_t L_1540 = V_0; if (!L_1540) { goto IL_20bc; } } { int32_t L_1541 = ___pc0; int32_t L_1542 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1541, (int32_t)1))) == ((uint32_t)L_1542)))) { goto IL_20cf; } } IL_20bc: { int32_t L_1543 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_1543, (int32_t)1)); int32_t L_1544 = ___pc0; int32_t L_1545 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1544, (int32_t)1))) == ((uint32_t)L_1545)))) { goto IL_20cf; } } { goto IL_3e1b; } IL_20cf: { goto IL_0002; } IL_20d4: { return (bool)0; } IL_20d6: { int32_t L_1546 = ___strpos1; int32_t L_1547 = __this->get_string_end_4(); if ((((int32_t)L_1546) >= ((int32_t)L_1547))) { goto IL_2132; } } { String_t* L_1548 = __this->get_str_2(); int32_t L_1549 = ___strpos1; NullCheck(L_1548); Il2CppChar L_1550 = String_get_Chars_m2986988803(L_1548, L_1549, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); Il2CppChar L_1551 = Char_ToLower_m844856331(NULL /*static, unused*/, L_1550, /*hidden argument*/NULL); V_72 = L_1551; Il2CppChar L_1552 = V_72; ByteU5BU5D_t4116647657* L_1553 = __this->get_program_1(); int32_t L_1554 = ___pc0; NullCheck(L_1553); int32_t L_1555 = ((int32_t)il2cpp_codegen_add((int32_t)L_1554, (int32_t)1)); uint8_t L_1556 = (L_1553)->GetAt(static_cast(L_1555)); if ((((int32_t)L_1552) == ((int32_t)L_1556))) { goto IL_2132; } } { int32_t L_1557 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1557, (int32_t)2)); int32_t L_1558 = V_0; if (!L_1558) { goto IL_211a; } } { int32_t L_1559 = ___pc0; int32_t L_1560 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1559, (int32_t)1))) == ((uint32_t)L_1560)))) { goto IL_212d; } } IL_211a: { int32_t L_1561 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_1561, (int32_t)1)); int32_t L_1562 = ___pc0; int32_t L_1563 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1562, (int32_t)1))) == ((uint32_t)L_1563)))) { goto IL_212d; } } { goto IL_3e1b; } IL_212d: { goto IL_0002; } IL_2132: { return (bool)0; } IL_2134: { int32_t L_1564 = ___strpos1; int32_t L_1565 = __this->get_string_end_4(); if ((((int32_t)L_1564) >= ((int32_t)L_1565))) { goto IL_21a1; } } { String_t* L_1566 = __this->get_str_2(); int32_t L_1567 = ___strpos1; NullCheck(L_1566); Il2CppChar L_1568 = String_get_Chars_m2986988803(L_1566, L_1567, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); Il2CppChar L_1569 = Char_ToLower_m844856331(NULL /*static, unused*/, L_1568, /*hidden argument*/NULL); V_73 = L_1569; Il2CppChar L_1570 = V_73; ByteU5BU5D_t4116647657* L_1571 = __this->get_program_1(); int32_t L_1572 = ___pc0; NullCheck(L_1571); int32_t L_1573 = ((int32_t)il2cpp_codegen_add((int32_t)L_1572, (int32_t)1)); uint8_t L_1574 = (L_1571)->GetAt(static_cast(L_1573)); if ((((int32_t)L_1570) < ((int32_t)L_1574))) { goto IL_2175; } } { Il2CppChar L_1575 = V_73; ByteU5BU5D_t4116647657* L_1576 = __this->get_program_1(); int32_t L_1577 = ___pc0; NullCheck(L_1576); int32_t L_1578 = ((int32_t)il2cpp_codegen_add((int32_t)L_1577, (int32_t)2)); uint8_t L_1579 = (L_1576)->GetAt(static_cast(L_1578)); if ((((int32_t)L_1575) <= ((int32_t)L_1579))) { goto IL_21a1; } } IL_2175: { int32_t L_1580 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1580, (int32_t)3)); int32_t L_1581 = V_0; if (!L_1581) { goto IL_2189; } } { int32_t L_1582 = ___pc0; int32_t L_1583 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1582, (int32_t)1))) == ((uint32_t)L_1583)))) { goto IL_219c; } } IL_2189: { int32_t L_1584 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_1584, (int32_t)1)); int32_t L_1585 = ___pc0; int32_t L_1586 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1585, (int32_t)1))) == ((uint32_t)L_1586)))) { goto IL_219c; } } { goto IL_3e1b; } IL_219c: { goto IL_0002; } IL_21a1: { return (bool)0; } IL_21a3: { int32_t L_1587 = ___strpos1; int32_t L_1588 = __this->get_string_end_4(); if ((((int32_t)L_1587) >= ((int32_t)L_1588))) { goto IL_222a; } } { String_t* L_1589 = __this->get_str_2(); int32_t L_1590 = ___strpos1; NullCheck(L_1589); Il2CppChar L_1591 = String_get_Chars_m2986988803(L_1589, L_1590, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); Il2CppChar L_1592 = Char_ToLower_m844856331(NULL /*static, unused*/, L_1591, /*hidden argument*/NULL); V_74 = L_1592; Il2CppChar L_1593 = V_74; ByteU5BU5D_t4116647657* L_1594 = __this->get_program_1(); int32_t L_1595 = ___pc0; NullCheck(L_1594); int32_t L_1596 = ((int32_t)il2cpp_codegen_add((int32_t)L_1595, (int32_t)1)); uint8_t L_1597 = (L_1594)->GetAt(static_cast(L_1596)); ByteU5BU5D_t4116647657* L_1598 = __this->get_program_1(); int32_t L_1599 = ___pc0; NullCheck(L_1598); int32_t L_1600 = ((int32_t)il2cpp_codegen_add((int32_t)L_1599, (int32_t)2)); uint8_t L_1601 = (L_1598)->GetAt(static_cast(L_1600)); if ((((int32_t)L_1593) < ((int32_t)((int32_t)((int32_t)L_1597|(int32_t)((int32_t)((int32_t)L_1601<<(int32_t)8))))))) { goto IL_21fe; } } { Il2CppChar L_1602 = V_74; ByteU5BU5D_t4116647657* L_1603 = __this->get_program_1(); int32_t L_1604 = ___pc0; NullCheck(L_1603); int32_t L_1605 = ((int32_t)il2cpp_codegen_add((int32_t)L_1604, (int32_t)3)); uint8_t L_1606 = (L_1603)->GetAt(static_cast(L_1605)); ByteU5BU5D_t4116647657* L_1607 = __this->get_program_1(); int32_t L_1608 = ___pc0; NullCheck(L_1607); int32_t L_1609 = ((int32_t)il2cpp_codegen_add((int32_t)L_1608, (int32_t)4)); uint8_t L_1610 = (L_1607)->GetAt(static_cast(L_1609)); if ((((int32_t)L_1602) <= ((int32_t)((int32_t)((int32_t)L_1606|(int32_t)((int32_t)((int32_t)L_1610<<(int32_t)8))))))) { goto IL_222a; } } IL_21fe: { int32_t L_1611 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1611, (int32_t)5)); int32_t L_1612 = V_0; if (!L_1612) { goto IL_2212; } } { int32_t L_1613 = ___pc0; int32_t L_1614 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1613, (int32_t)1))) == ((uint32_t)L_1614)))) { goto IL_2225; } } IL_2212: { int32_t L_1615 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_1615, (int32_t)1)); int32_t L_1616 = ___pc0; int32_t L_1617 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1616, (int32_t)1))) == ((uint32_t)L_1617)))) { goto IL_2225; } } { goto IL_3e1b; } IL_2225: { goto IL_0002; } IL_222a: { return (bool)0; } IL_222c: { int32_t L_1618 = ___strpos1; int32_t L_1619 = __this->get_string_end_4(); if ((((int32_t)L_1618) >= ((int32_t)L_1619))) { goto IL_2295; } } { String_t* L_1620 = __this->get_str_2(); int32_t L_1621 = ___strpos1; NullCheck(L_1620); Il2CppChar L_1622 = String_get_Chars_m2986988803(L_1620, L_1621, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); Il2CppChar L_1623 = Char_ToLower_m844856331(NULL /*static, unused*/, L_1622, /*hidden argument*/NULL); V_75 = L_1623; Il2CppChar L_1624 = V_75; ByteU5BU5D_t4116647657* L_1625 = __this->get_program_1(); int32_t L_1626 = ___pc0; NullCheck(L_1625); int32_t L_1627 = ((int32_t)il2cpp_codegen_add((int32_t)L_1626, (int32_t)1)); uint8_t L_1628 = (L_1625)->GetAt(static_cast(L_1627)); ByteU5BU5D_t4116647657* L_1629 = __this->get_program_1(); int32_t L_1630 = ___pc0; NullCheck(L_1629); int32_t L_1631 = ((int32_t)il2cpp_codegen_add((int32_t)L_1630, (int32_t)2)); uint8_t L_1632 = (L_1629)->GetAt(static_cast(L_1631)); if ((((int32_t)L_1624) == ((int32_t)((int32_t)((int32_t)L_1628|(int32_t)((int32_t)((int32_t)L_1632<<(int32_t)8))))))) { goto IL_2295; } } { int32_t L_1633 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1633, (int32_t)3)); int32_t L_1634 = V_0; if (!L_1634) { goto IL_227d; } } { int32_t L_1635 = ___pc0; int32_t L_1636 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1635, (int32_t)1))) == ((uint32_t)L_1636)))) { goto IL_2290; } } IL_227d: { int32_t L_1637 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_1637, (int32_t)1)); int32_t L_1638 = ___pc0; int32_t L_1639 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1638, (int32_t)1))) == ((uint32_t)L_1639)))) { goto IL_2290; } } { goto IL_3e1b; } IL_2290: { goto IL_0002; } IL_2295: { return (bool)0; } IL_2297: { int32_t L_1640 = ___strpos1; int32_t L_1641 = __this->get_string_end_4(); if ((((int32_t)L_1640) >= ((int32_t)L_1641))) { goto IL_233b; } } { String_t* L_1642 = __this->get_str_2(); int32_t L_1643 = ___strpos1; NullCheck(L_1642); Il2CppChar L_1644 = String_get_Chars_m2986988803(L_1642, L_1643, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); Il2CppChar L_1645 = Char_ToLower_m844856331(NULL /*static, unused*/, L_1644, /*hidden argument*/NULL); V_76 = L_1645; Il2CppChar L_1646 = V_76; V_77 = L_1646; int32_t L_1647 = V_77; ByteU5BU5D_t4116647657* L_1648 = __this->get_program_1(); int32_t L_1649 = ___pc0; NullCheck(L_1648); int32_t L_1650 = ((int32_t)il2cpp_codegen_add((int32_t)L_1649, (int32_t)1)); uint8_t L_1651 = (L_1648)->GetAt(static_cast(L_1650)); V_77 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1647, (int32_t)L_1651)); ByteU5BU5D_t4116647657* L_1652 = __this->get_program_1(); int32_t L_1653 = ___pc0; NullCheck(L_1652); int32_t L_1654 = ((int32_t)il2cpp_codegen_add((int32_t)L_1653, (int32_t)2)); uint8_t L_1655 = (L_1652)->GetAt(static_cast(L_1654)); V_1 = L_1655; int32_t L_1656 = V_77; if ((((int32_t)L_1656) < ((int32_t)0))) { goto IL_2304; } } { int32_t L_1657 = V_77; int32_t L_1658 = V_1; if ((((int32_t)L_1657) >= ((int32_t)((int32_t)((int32_t)L_1658<<(int32_t)3))))) { goto IL_2304; } } { ByteU5BU5D_t4116647657* L_1659 = __this->get_program_1(); int32_t L_1660 = ___pc0; int32_t L_1661 = V_77; NullCheck(L_1659); int32_t L_1662 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1660, (int32_t)3)), (int32_t)((int32_t)((int32_t)L_1661>>(int32_t)3)))); uint8_t L_1663 = (L_1659)->GetAt(static_cast(L_1662)); int32_t L_1664 = V_77; if (((int32_t)((int32_t)L_1663&(int32_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1664&(int32_t)7))&(int32_t)((int32_t)31)))))))) { goto IL_233b; } } IL_2304: { int32_t L_1665 = ___pc0; ByteU5BU5D_t4116647657* L_1666 = __this->get_program_1(); int32_t L_1667 = ___pc0; NullCheck(L_1666); int32_t L_1668 = ((int32_t)il2cpp_codegen_add((int32_t)L_1667, (int32_t)2)); uint8_t L_1669 = (L_1666)->GetAt(static_cast(L_1668)); ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1665, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_1669)))); int32_t L_1670 = V_0; if (!L_1670) { goto IL_2323; } } { int32_t L_1671 = ___pc0; int32_t L_1672 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1671, (int32_t)1))) == ((uint32_t)L_1672)))) { goto IL_2336; } } IL_2323: { int32_t L_1673 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_1673, (int32_t)1)); int32_t L_1674 = ___pc0; int32_t L_1675 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1674, (int32_t)1))) == ((uint32_t)L_1675)))) { goto IL_2336; } } { goto IL_3e1b; } IL_2336: { goto IL_0002; } IL_233b: { return (bool)0; } IL_233d: { int32_t L_1676 = ___strpos1; int32_t L_1677 = __this->get_string_end_4(); if ((((int32_t)L_1676) >= ((int32_t)L_1677))) { goto IL_2408; } } { String_t* L_1678 = __this->get_str_2(); int32_t L_1679 = ___strpos1; NullCheck(L_1678); Il2CppChar L_1680 = String_get_Chars_m2986988803(L_1678, L_1679, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); Il2CppChar L_1681 = Char_ToLower_m844856331(NULL /*static, unused*/, L_1680, /*hidden argument*/NULL); V_78 = L_1681; Il2CppChar L_1682 = V_78; V_79 = L_1682; int32_t L_1683 = V_79; ByteU5BU5D_t4116647657* L_1684 = __this->get_program_1(); int32_t L_1685 = ___pc0; NullCheck(L_1684); int32_t L_1686 = ((int32_t)il2cpp_codegen_add((int32_t)L_1685, (int32_t)1)); uint8_t L_1687 = (L_1684)->GetAt(static_cast(L_1686)); ByteU5BU5D_t4116647657* L_1688 = __this->get_program_1(); int32_t L_1689 = ___pc0; NullCheck(L_1688); int32_t L_1690 = ((int32_t)il2cpp_codegen_add((int32_t)L_1689, (int32_t)2)); uint8_t L_1691 = (L_1688)->GetAt(static_cast(L_1690)); V_79 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1683, (int32_t)((int32_t)((int32_t)L_1687|(int32_t)((int32_t)((int32_t)L_1691<<(int32_t)8)))))); ByteU5BU5D_t4116647657* L_1692 = __this->get_program_1(); int32_t L_1693 = ___pc0; NullCheck(L_1692); int32_t L_1694 = ((int32_t)il2cpp_codegen_add((int32_t)L_1693, (int32_t)3)); uint8_t L_1695 = (L_1692)->GetAt(static_cast(L_1694)); ByteU5BU5D_t4116647657* L_1696 = __this->get_program_1(); int32_t L_1697 = ___pc0; NullCheck(L_1696); int32_t L_1698 = ((int32_t)il2cpp_codegen_add((int32_t)L_1697, (int32_t)4)); uint8_t L_1699 = (L_1696)->GetAt(static_cast(L_1698)); V_1 = ((int32_t)((int32_t)L_1695|(int32_t)((int32_t)((int32_t)L_1699<<(int32_t)8)))); int32_t L_1700 = V_79; if ((((int32_t)L_1700) < ((int32_t)0))) { goto IL_23c4; } } { int32_t L_1701 = V_79; int32_t L_1702 = V_1; if ((((int32_t)L_1701) >= ((int32_t)((int32_t)((int32_t)L_1702<<(int32_t)3))))) { goto IL_23c4; } } { ByteU5BU5D_t4116647657* L_1703 = __this->get_program_1(); int32_t L_1704 = ___pc0; int32_t L_1705 = V_79; NullCheck(L_1703); int32_t L_1706 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1704, (int32_t)5)), (int32_t)((int32_t)((int32_t)L_1705>>(int32_t)3)))); uint8_t L_1707 = (L_1703)->GetAt(static_cast(L_1706)); int32_t L_1708 = V_79; if (((int32_t)((int32_t)L_1707&(int32_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1708&(int32_t)7))&(int32_t)((int32_t)31)))))))) { goto IL_2408; } } IL_23c4: { int32_t L_1709 = ___pc0; ByteU5BU5D_t4116647657* L_1710 = __this->get_program_1(); int32_t L_1711 = ___pc0; NullCheck(L_1710); int32_t L_1712 = ((int32_t)il2cpp_codegen_add((int32_t)L_1711, (int32_t)3)); uint8_t L_1713 = (L_1710)->GetAt(static_cast(L_1712)); ByteU5BU5D_t4116647657* L_1714 = __this->get_program_1(); int32_t L_1715 = ___pc0; NullCheck(L_1714); int32_t L_1716 = ((int32_t)il2cpp_codegen_add((int32_t)L_1715, (int32_t)4)); uint8_t L_1717 = (L_1714)->GetAt(static_cast(L_1716)); ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1709, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)5, (int32_t)((int32_t)((int32_t)L_1713|(int32_t)((int32_t)((int32_t)L_1717<<(int32_t)8)))))))); int32_t L_1718 = V_0; if (!L_1718) { goto IL_23f0; } } { int32_t L_1719 = ___pc0; int32_t L_1720 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1719, (int32_t)1))) == ((uint32_t)L_1720)))) { goto IL_2403; } } IL_23f0: { int32_t L_1721 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_1721, (int32_t)1)); int32_t L_1722 = ___pc0; int32_t L_1723 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1722, (int32_t)1))) == ((uint32_t)L_1723)))) { goto IL_2403; } } { goto IL_3e1b; } IL_2403: { goto IL_0002; } IL_2408: { return (bool)0; } IL_240a: { int32_t L_1724 = ___strpos1; if ((((int32_t)L_1724) <= ((int32_t)0))) { goto IL_244c; } } { String_t* L_1725 = __this->get_str_2(); int32_t L_1726 = ___strpos1; NullCheck(L_1725); Il2CppChar L_1727 = String_get_Chars_m2986988803(L_1725, ((int32_t)il2cpp_codegen_subtract((int32_t)L_1726, (int32_t)1)), /*hidden argument*/NULL); V_80 = L_1727; Il2CppChar L_1728 = V_80; ByteU5BU5D_t4116647657* L_1729 = __this->get_program_1(); int32_t L_1730 = ___pc0; NullCheck(L_1729); int32_t L_1731 = ((int32_t)il2cpp_codegen_add((int32_t)L_1730, (int32_t)1)); uint8_t L_1732 = (L_1729)->GetAt(static_cast(L_1731)); if ((!(((uint32_t)L_1728) == ((uint32_t)L_1732)))) { goto IL_244c; } } { int32_t L_1733 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1733, (int32_t)1)); int32_t L_1734 = V_0; if (!L_1734) { goto IL_2442; } } { goto IL_3e1b; } IL_2442: { int32_t L_1735 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1735, (int32_t)2)); goto IL_0002; } IL_244c: { int32_t L_1736 = V_0; if (L_1736) { goto IL_2454; } } { return (bool)0; } IL_2454: { int32_t L_1737 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1737, (int32_t)2)); goto IL_0002; } IL_245e: { int32_t L_1738 = ___strpos1; if ((((int32_t)L_1738) <= ((int32_t)0))) { goto IL_24b1; } } { String_t* L_1739 = __this->get_str_2(); int32_t L_1740 = ___strpos1; NullCheck(L_1739); Il2CppChar L_1741 = String_get_Chars_m2986988803(L_1739, ((int32_t)il2cpp_codegen_subtract((int32_t)L_1740, (int32_t)1)), /*hidden argument*/NULL); V_81 = L_1741; Il2CppChar L_1742 = V_81; ByteU5BU5D_t4116647657* L_1743 = __this->get_program_1(); int32_t L_1744 = ___pc0; NullCheck(L_1743); int32_t L_1745 = ((int32_t)il2cpp_codegen_add((int32_t)L_1744, (int32_t)1)); uint8_t L_1746 = (L_1743)->GetAt(static_cast(L_1745)); if ((((int32_t)L_1742) < ((int32_t)L_1746))) { goto IL_24b1; } } { Il2CppChar L_1747 = V_81; ByteU5BU5D_t4116647657* L_1748 = __this->get_program_1(); int32_t L_1749 = ___pc0; NullCheck(L_1748); int32_t L_1750 = ((int32_t)il2cpp_codegen_add((int32_t)L_1749, (int32_t)2)); uint8_t L_1751 = (L_1748)->GetAt(static_cast(L_1750)); if ((((int32_t)L_1747) > ((int32_t)L_1751))) { goto IL_24b1; } } { int32_t L_1752 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1752, (int32_t)1)); int32_t L_1753 = V_0; if (!L_1753) { goto IL_24a7; } } { goto IL_3e1b; } IL_24a7: { int32_t L_1754 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1754, (int32_t)3)); goto IL_0002; } IL_24b1: { int32_t L_1755 = V_0; if (L_1755) { goto IL_24b9; } } { return (bool)0; } IL_24b9: { int32_t L_1756 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1756, (int32_t)3)); goto IL_0002; } IL_24c3: { int32_t L_1757 = ___strpos1; if ((((int32_t)L_1757) <= ((int32_t)0))) { goto IL_2530; } } { String_t* L_1758 = __this->get_str_2(); int32_t L_1759 = ___strpos1; NullCheck(L_1758); Il2CppChar L_1760 = String_get_Chars_m2986988803(L_1758, ((int32_t)il2cpp_codegen_subtract((int32_t)L_1759, (int32_t)1)), /*hidden argument*/NULL); V_82 = L_1760; Il2CppChar L_1761 = V_82; ByteU5BU5D_t4116647657* L_1762 = __this->get_program_1(); int32_t L_1763 = ___pc0; NullCheck(L_1762); int32_t L_1764 = ((int32_t)il2cpp_codegen_add((int32_t)L_1763, (int32_t)1)); uint8_t L_1765 = (L_1762)->GetAt(static_cast(L_1764)); ByteU5BU5D_t4116647657* L_1766 = __this->get_program_1(); int32_t L_1767 = ___pc0; NullCheck(L_1766); int32_t L_1768 = ((int32_t)il2cpp_codegen_add((int32_t)L_1767, (int32_t)2)); uint8_t L_1769 = (L_1766)->GetAt(static_cast(L_1768)); if ((((int32_t)L_1761) < ((int32_t)((int32_t)((int32_t)L_1765|(int32_t)((int32_t)((int32_t)L_1769<<(int32_t)8))))))) { goto IL_2530; } } { Il2CppChar L_1770 = V_82; ByteU5BU5D_t4116647657* L_1771 = __this->get_program_1(); int32_t L_1772 = ___pc0; NullCheck(L_1771); int32_t L_1773 = ((int32_t)il2cpp_codegen_add((int32_t)L_1772, (int32_t)3)); uint8_t L_1774 = (L_1771)->GetAt(static_cast(L_1773)); ByteU5BU5D_t4116647657* L_1775 = __this->get_program_1(); int32_t L_1776 = ___pc0; NullCheck(L_1775); int32_t L_1777 = ((int32_t)il2cpp_codegen_add((int32_t)L_1776, (int32_t)4)); uint8_t L_1778 = (L_1775)->GetAt(static_cast(L_1777)); if ((((int32_t)L_1770) > ((int32_t)((int32_t)((int32_t)L_1774|(int32_t)((int32_t)((int32_t)L_1778<<(int32_t)8))))))) { goto IL_2530; } } { int32_t L_1779 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1779, (int32_t)1)); int32_t L_1780 = V_0; if (!L_1780) { goto IL_2526; } } { goto IL_3e1b; } IL_2526: { int32_t L_1781 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1781, (int32_t)5)); goto IL_0002; } IL_2530: { int32_t L_1782 = V_0; if (L_1782) { goto IL_2538; } } { return (bool)0; } IL_2538: { int32_t L_1783 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1783, (int32_t)5)); goto IL_0002; } IL_2542: { int32_t L_1784 = ___strpos1; if ((((int32_t)L_1784) <= ((int32_t)0))) { goto IL_2591; } } { String_t* L_1785 = __this->get_str_2(); int32_t L_1786 = ___strpos1; NullCheck(L_1785); Il2CppChar L_1787 = String_get_Chars_m2986988803(L_1785, ((int32_t)il2cpp_codegen_subtract((int32_t)L_1786, (int32_t)1)), /*hidden argument*/NULL); V_83 = L_1787; Il2CppChar L_1788 = V_83; ByteU5BU5D_t4116647657* L_1789 = __this->get_program_1(); int32_t L_1790 = ___pc0; NullCheck(L_1789); int32_t L_1791 = ((int32_t)il2cpp_codegen_add((int32_t)L_1790, (int32_t)1)); uint8_t L_1792 = (L_1789)->GetAt(static_cast(L_1791)); ByteU5BU5D_t4116647657* L_1793 = __this->get_program_1(); int32_t L_1794 = ___pc0; NullCheck(L_1793); int32_t L_1795 = ((int32_t)il2cpp_codegen_add((int32_t)L_1794, (int32_t)2)); uint8_t L_1796 = (L_1793)->GetAt(static_cast(L_1795)); if ((!(((uint32_t)L_1788) == ((uint32_t)((int32_t)((int32_t)L_1792|(int32_t)((int32_t)((int32_t)L_1796<<(int32_t)8)))))))) { goto IL_2591; } } { int32_t L_1797 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1797, (int32_t)1)); int32_t L_1798 = V_0; if (!L_1798) { goto IL_2587; } } { goto IL_3e1b; } IL_2587: { int32_t L_1799 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1799, (int32_t)3)); goto IL_0002; } IL_2591: { int32_t L_1800 = V_0; if (L_1800) { goto IL_2599; } } { return (bool)0; } IL_2599: { int32_t L_1801 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1801, (int32_t)3)); goto IL_0002; } IL_25a3: { int32_t L_1802 = ___strpos1; if ((((int32_t)L_1802) <= ((int32_t)0))) { goto IL_25dd; } } { String_t* L_1803 = __this->get_str_2(); int32_t L_1804 = ___strpos1; NullCheck(L_1803); Il2CppChar L_1805 = String_get_Chars_m2986988803(L_1803, ((int32_t)il2cpp_codegen_subtract((int32_t)L_1804, (int32_t)1)), /*hidden argument*/NULL); V_84 = L_1805; Il2CppChar L_1806 = V_84; if ((((int32_t)L_1806) == ((int32_t)((int32_t)10)))) { goto IL_25dd; } } { int32_t L_1807 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1807, (int32_t)1)); int32_t L_1808 = V_0; if (!L_1808) { goto IL_25d3; } } { goto IL_3e1b; } IL_25d3: { int32_t L_1809 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1809, (int32_t)1)); goto IL_0002; } IL_25dd: { int32_t L_1810 = V_0; if (L_1810) { goto IL_25e5; } } { return (bool)0; } IL_25e5: { int32_t L_1811 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1811, (int32_t)1)); goto IL_0002; } IL_25ef: { int32_t L_1812 = ___strpos1; if ((((int32_t)L_1812) <= ((int32_t)0))) { goto IL_2620; } } { String_t* L_1813 = __this->get_str_2(); int32_t L_1814 = ___strpos1; NullCheck(L_1813); Il2CppChar L_1815 = String_get_Chars_m2986988803(L_1813, ((int32_t)il2cpp_codegen_subtract((int32_t)L_1814, (int32_t)1)), /*hidden argument*/NULL); V_85 = L_1815; int32_t L_1816 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1816, (int32_t)1)); int32_t L_1817 = V_0; if (!L_1817) { goto IL_2616; } } { goto IL_3e1b; } IL_2616: { int32_t L_1818 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1818, (int32_t)1)); goto IL_0002; } IL_2620: { int32_t L_1819 = V_0; if (L_1819) { goto IL_2628; } } { return (bool)0; } IL_2628: { int32_t L_1820 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1820, (int32_t)1)); goto IL_0002; } IL_2632: { int32_t L_1821 = ___strpos1; if ((((int32_t)L_1821) <= ((int32_t)0))) { goto IL_267d; } } { String_t* L_1822 = __this->get_str_2(); int32_t L_1823 = ___strpos1; NullCheck(L_1822); Il2CppChar L_1824 = String_get_Chars_m2986988803(L_1822, ((int32_t)il2cpp_codegen_subtract((int32_t)L_1823, (int32_t)1)), /*hidden argument*/NULL); V_86 = L_1824; Il2CppChar L_1825 = V_86; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_1826 = Char_IsLetterOrDigit_m3494175785(NULL /*static, unused*/, L_1825, /*hidden argument*/NULL); if (L_1826) { goto IL_2663; } } { Il2CppChar L_1827 = V_86; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); int32_t L_1828 = Char_GetUnicodeCategory_m57882613(NULL /*static, unused*/, L_1827, /*hidden argument*/NULL); if ((!(((uint32_t)L_1828) == ((uint32_t)((int32_t)18))))) { goto IL_267d; } } IL_2663: { int32_t L_1829 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1829, (int32_t)1)); int32_t L_1830 = V_0; if (!L_1830) { goto IL_2673; } } { goto IL_3e1b; } IL_2673: { int32_t L_1831 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1831, (int32_t)1)); goto IL_0002; } IL_267d: { int32_t L_1832 = V_0; if (L_1832) { goto IL_2685; } } { return (bool)0; } IL_2685: { int32_t L_1833 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1833, (int32_t)1)); goto IL_0002; } IL_268f: { int32_t L_1834 = ___strpos1; if ((((int32_t)L_1834) <= ((int32_t)0))) { goto IL_26cc; } } { String_t* L_1835 = __this->get_str_2(); int32_t L_1836 = ___strpos1; NullCheck(L_1835); Il2CppChar L_1837 = String_get_Chars_m2986988803(L_1835, ((int32_t)il2cpp_codegen_subtract((int32_t)L_1836, (int32_t)1)), /*hidden argument*/NULL); V_87 = L_1837; Il2CppChar L_1838 = V_87; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_1839 = Char_IsDigit_m3646673943(NULL /*static, unused*/, L_1838, /*hidden argument*/NULL); if (!L_1839) { goto IL_26cc; } } { int32_t L_1840 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1840, (int32_t)1)); int32_t L_1841 = V_0; if (!L_1841) { goto IL_26c2; } } { goto IL_3e1b; } IL_26c2: { int32_t L_1842 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1842, (int32_t)1)); goto IL_0002; } IL_26cc: { int32_t L_1843 = V_0; if (L_1843) { goto IL_26d4; } } { return (bool)0; } IL_26d4: { int32_t L_1844 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1844, (int32_t)1)); goto IL_0002; } IL_26de: { int32_t L_1845 = ___strpos1; if ((((int32_t)L_1845) <= ((int32_t)0))) { goto IL_271b; } } { String_t* L_1846 = __this->get_str_2(); int32_t L_1847 = ___strpos1; NullCheck(L_1846); Il2CppChar L_1848 = String_get_Chars_m2986988803(L_1846, ((int32_t)il2cpp_codegen_subtract((int32_t)L_1847, (int32_t)1)), /*hidden argument*/NULL); V_88 = L_1848; Il2CppChar L_1849 = V_88; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_1850 = Char_IsWhiteSpace_m2148390798(NULL /*static, unused*/, L_1849, /*hidden argument*/NULL); if (!L_1850) { goto IL_271b; } } { int32_t L_1851 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1851, (int32_t)1)); int32_t L_1852 = V_0; if (!L_1852) { goto IL_2711; } } { goto IL_3e1b; } IL_2711: { int32_t L_1853 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1853, (int32_t)1)); goto IL_0002; } IL_271b: { int32_t L_1854 = V_0; if (L_1854) { goto IL_2723; } } { return (bool)0; } IL_2723: { int32_t L_1855 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1855, (int32_t)1)); goto IL_0002; } IL_272d: { int32_t L_1856 = ___strpos1; if ((((int32_t)L_1856) <= ((int32_t)0))) { goto IL_279d; } } { String_t* L_1857 = __this->get_str_2(); int32_t L_1858 = ___strpos1; NullCheck(L_1857); Il2CppChar L_1859 = String_get_Chars_m2986988803(L_1857, ((int32_t)il2cpp_codegen_subtract((int32_t)L_1858, (int32_t)1)), /*hidden argument*/NULL); V_89 = L_1859; Il2CppChar L_1860 = V_89; if ((((int32_t)((int32_t)97)) > ((int32_t)L_1860))) { goto IL_2756; } } { Il2CppChar L_1861 = V_89; if ((((int32_t)L_1861) <= ((int32_t)((int32_t)122)))) { goto IL_2783; } } IL_2756: { Il2CppChar L_1862 = V_89; if ((((int32_t)((int32_t)65)) > ((int32_t)L_1862))) { goto IL_2768; } } { Il2CppChar L_1863 = V_89; if ((((int32_t)L_1863) <= ((int32_t)((int32_t)90)))) { goto IL_2783; } } IL_2768: { Il2CppChar L_1864 = V_89; if ((((int32_t)((int32_t)48)) > ((int32_t)L_1864))) { goto IL_277a; } } { Il2CppChar L_1865 = V_89; if ((((int32_t)L_1865) <= ((int32_t)((int32_t)57)))) { goto IL_2783; } } IL_277a: { Il2CppChar L_1866 = V_89; if ((!(((uint32_t)L_1866) == ((uint32_t)((int32_t)95))))) { goto IL_279d; } } IL_2783: { int32_t L_1867 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1867, (int32_t)1)); int32_t L_1868 = V_0; if (!L_1868) { goto IL_2793; } } { goto IL_3e1b; } IL_2793: { int32_t L_1869 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1869, (int32_t)1)); goto IL_0002; } IL_279d: { int32_t L_1870 = V_0; if (L_1870) { goto IL_27a5; } } { return (bool)0; } IL_27a5: { int32_t L_1871 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1871, (int32_t)1)); goto IL_0002; } IL_27af: { int32_t L_1872 = ___strpos1; if ((((int32_t)L_1872) <= ((int32_t)0))) { goto IL_2816; } } { String_t* L_1873 = __this->get_str_2(); int32_t L_1874 = ___strpos1; NullCheck(L_1873); Il2CppChar L_1875 = String_get_Chars_m2986988803(L_1873, ((int32_t)il2cpp_codegen_subtract((int32_t)L_1874, (int32_t)1)), /*hidden argument*/NULL); V_90 = L_1875; Il2CppChar L_1876 = V_90; if ((((int32_t)L_1876) == ((int32_t)((int32_t)32)))) { goto IL_27fc; } } { Il2CppChar L_1877 = V_90; if ((((int32_t)L_1877) == ((int32_t)((int32_t)9)))) { goto IL_27fc; } } { Il2CppChar L_1878 = V_90; if ((((int32_t)L_1878) == ((int32_t)((int32_t)10)))) { goto IL_27fc; } } { Il2CppChar L_1879 = V_90; if ((((int32_t)L_1879) == ((int32_t)((int32_t)13)))) { goto IL_27fc; } } { Il2CppChar L_1880 = V_90; if ((((int32_t)L_1880) == ((int32_t)((int32_t)12)))) { goto IL_27fc; } } { Il2CppChar L_1881 = V_90; if ((!(((uint32_t)L_1881) == ((uint32_t)((int32_t)11))))) { goto IL_2816; } } IL_27fc: { int32_t L_1882 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1882, (int32_t)1)); int32_t L_1883 = V_0; if (!L_1883) { goto IL_280c; } } { goto IL_3e1b; } IL_280c: { int32_t L_1884 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1884, (int32_t)1)); goto IL_0002; } IL_2816: { int32_t L_1885 = V_0; if (L_1885) { goto IL_281e; } } { return (bool)0; } IL_281e: { int32_t L_1886 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1886, (int32_t)1)); goto IL_0002; } IL_2828: { int32_t L_1887 = ___strpos1; if ((((int32_t)L_1887) <= ((int32_t)0))) { goto IL_2889; } } { String_t* L_1888 = __this->get_str_2(); int32_t L_1889 = ___strpos1; NullCheck(L_1888); Il2CppChar L_1890 = String_get_Chars_m2986988803(L_1888, ((int32_t)il2cpp_codegen_subtract((int32_t)L_1889, (int32_t)1)), /*hidden argument*/NULL); V_91 = L_1890; Il2CppChar L_1891 = V_91; if ((((int32_t)((int32_t)65279)) > ((int32_t)L_1891))) { goto IL_2857; } } { Il2CppChar L_1892 = V_91; if ((((int32_t)L_1892) <= ((int32_t)((int32_t)65279)))) { goto IL_286f; } } IL_2857: { Il2CppChar L_1893 = V_91; if ((((int32_t)((int32_t)65520)) > ((int32_t)L_1893))) { goto IL_2889; } } { Il2CppChar L_1894 = V_91; if ((((int32_t)L_1894) > ((int32_t)((int32_t)65533)))) { goto IL_2889; } } IL_286f: { int32_t L_1895 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1895, (int32_t)1)); int32_t L_1896 = V_0; if (!L_1896) { goto IL_287f; } } { goto IL_3e1b; } IL_287f: { int32_t L_1897 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1897, (int32_t)1)); goto IL_0002; } IL_2889: { int32_t L_1898 = V_0; if (L_1898) { goto IL_2891; } } { return (bool)0; } IL_2891: { int32_t L_1899 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1899, (int32_t)1)); goto IL_0002; } IL_289b: { int32_t L_1900 = ___strpos1; if ((((int32_t)L_1900) <= ((int32_t)0))) { goto IL_28e2; } } { String_t* L_1901 = __this->get_str_2(); int32_t L_1902 = ___strpos1; NullCheck(L_1901); Il2CppChar L_1903 = String_get_Chars_m2986988803(L_1901, ((int32_t)il2cpp_codegen_subtract((int32_t)L_1902, (int32_t)1)), /*hidden argument*/NULL); V_92 = L_1903; Il2CppChar L_1904 = V_92; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); int32_t L_1905 = Char_GetUnicodeCategory_m57882613(NULL /*static, unused*/, L_1904, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_1906 = __this->get_program_1(); int32_t L_1907 = ___pc0; NullCheck(L_1906); int32_t L_1908 = ((int32_t)il2cpp_codegen_add((int32_t)L_1907, (int32_t)1)); uint8_t L_1909 = (L_1906)->GetAt(static_cast(L_1908)); if ((!(((uint32_t)L_1905) == ((uint32_t)L_1909)))) { goto IL_28e2; } } { int32_t L_1910 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1910, (int32_t)1)); int32_t L_1911 = V_0; if (!L_1911) { goto IL_28d8; } } { goto IL_3e1b; } IL_28d8: { int32_t L_1912 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1912, (int32_t)2)); goto IL_0002; } IL_28e2: { int32_t L_1913 = V_0; if (L_1913) { goto IL_28ea; } } { return (bool)0; } IL_28ea: { int32_t L_1914 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1914, (int32_t)2)); goto IL_0002; } IL_28f4: { int32_t L_1915 = ___strpos1; if ((((int32_t)L_1915) <= ((int32_t)0))) { goto IL_293b; } } { String_t* L_1916 = __this->get_str_2(); int32_t L_1917 = ___strpos1; NullCheck(L_1916); Il2CppChar L_1918 = String_get_Chars_m2986988803(L_1916, ((int32_t)il2cpp_codegen_subtract((int32_t)L_1917, (int32_t)1)), /*hidden argument*/NULL); V_93 = L_1918; ByteU5BU5D_t4116647657* L_1919 = __this->get_program_1(); int32_t L_1920 = ___pc0; NullCheck(L_1919); int32_t L_1921 = ((int32_t)il2cpp_codegen_add((int32_t)L_1920, (int32_t)1)); uint8_t L_1922 = (L_1919)->GetAt(static_cast(L_1921)); Il2CppChar L_1923 = V_93; bool L_1924 = CategoryUtils_IsCategory_m278753792(NULL /*static, unused*/, L_1922, L_1923, /*hidden argument*/NULL); if (!L_1924) { goto IL_293b; } } { int32_t L_1925 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1925, (int32_t)1)); int32_t L_1926 = V_0; if (!L_1926) { goto IL_2931; } } { goto IL_3e1b; } IL_2931: { int32_t L_1927 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1927, (int32_t)2)); goto IL_0002; } IL_293b: { int32_t L_1928 = V_0; if (L_1928) { goto IL_2943; } } { return (bool)0; } IL_2943: { int32_t L_1929 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1929, (int32_t)2)); goto IL_0002; } IL_294d: { int32_t L_1930 = ___strpos1; if ((((int32_t)L_1930) <= ((int32_t)0))) { goto IL_29d7; } } { String_t* L_1931 = __this->get_str_2(); int32_t L_1932 = ___strpos1; NullCheck(L_1931); Il2CppChar L_1933 = String_get_Chars_m2986988803(L_1931, ((int32_t)il2cpp_codegen_subtract((int32_t)L_1932, (int32_t)1)), /*hidden argument*/NULL); V_94 = L_1933; Il2CppChar L_1934 = V_94; V_95 = L_1934; int32_t L_1935 = V_95; ByteU5BU5D_t4116647657* L_1936 = __this->get_program_1(); int32_t L_1937 = ___pc0; NullCheck(L_1936); int32_t L_1938 = ((int32_t)il2cpp_codegen_add((int32_t)L_1937, (int32_t)1)); uint8_t L_1939 = (L_1936)->GetAt(static_cast(L_1938)); V_95 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1935, (int32_t)L_1939)); ByteU5BU5D_t4116647657* L_1940 = __this->get_program_1(); int32_t L_1941 = ___pc0; NullCheck(L_1940); int32_t L_1942 = ((int32_t)il2cpp_codegen_add((int32_t)L_1941, (int32_t)2)); uint8_t L_1943 = (L_1940)->GetAt(static_cast(L_1942)); V_1 = L_1943; int32_t L_1944 = V_95; if ((((int32_t)L_1944) < ((int32_t)0))) { goto IL_29d7; } } { int32_t L_1945 = V_95; int32_t L_1946 = V_1; if ((((int32_t)L_1945) >= ((int32_t)((int32_t)((int32_t)L_1946<<(int32_t)3))))) { goto IL_29d7; } } { ByteU5BU5D_t4116647657* L_1947 = __this->get_program_1(); int32_t L_1948 = ___pc0; int32_t L_1949 = V_95; NullCheck(L_1947); int32_t L_1950 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1948, (int32_t)3)), (int32_t)((int32_t)((int32_t)L_1949>>(int32_t)3)))); uint8_t L_1951 = (L_1947)->GetAt(static_cast(L_1950)); int32_t L_1952 = V_95; if (!((int32_t)((int32_t)L_1951&(int32_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1952&(int32_t)7))&(int32_t)((int32_t)31)))))))) { goto IL_29d7; } } { int32_t L_1953 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1953, (int32_t)1)); int32_t L_1954 = V_0; if (!L_1954) { goto IL_29c2; } } { goto IL_3e1b; } IL_29c2: { int32_t L_1955 = ___pc0; ByteU5BU5D_t4116647657* L_1956 = __this->get_program_1(); int32_t L_1957 = ___pc0; NullCheck(L_1956); int32_t L_1958 = ((int32_t)il2cpp_codegen_add((int32_t)L_1957, (int32_t)2)); uint8_t L_1959 = (L_1956)->GetAt(static_cast(L_1958)); ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1955, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_1959)))); goto IL_0002; } IL_29d7: { int32_t L_1960 = V_0; if (L_1960) { goto IL_29df; } } { return (bool)0; } IL_29df: { int32_t L_1961 = ___pc0; ByteU5BU5D_t4116647657* L_1962 = __this->get_program_1(); int32_t L_1963 = ___pc0; NullCheck(L_1962); int32_t L_1964 = ((int32_t)il2cpp_codegen_add((int32_t)L_1963, (int32_t)2)); uint8_t L_1965 = (L_1962)->GetAt(static_cast(L_1964)); ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1961, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_1965)))); goto IL_0002; } IL_29f4: { int32_t L_1966 = ___strpos1; if ((((int32_t)L_1966) <= ((int32_t)0))) { goto IL_2aa5; } } { String_t* L_1967 = __this->get_str_2(); int32_t L_1968 = ___strpos1; NullCheck(L_1967); Il2CppChar L_1969 = String_get_Chars_m2986988803(L_1967, ((int32_t)il2cpp_codegen_subtract((int32_t)L_1968, (int32_t)1)), /*hidden argument*/NULL); V_96 = L_1969; Il2CppChar L_1970 = V_96; V_97 = L_1970; int32_t L_1971 = V_97; ByteU5BU5D_t4116647657* L_1972 = __this->get_program_1(); int32_t L_1973 = ___pc0; NullCheck(L_1972); int32_t L_1974 = ((int32_t)il2cpp_codegen_add((int32_t)L_1973, (int32_t)1)); uint8_t L_1975 = (L_1972)->GetAt(static_cast(L_1974)); ByteU5BU5D_t4116647657* L_1976 = __this->get_program_1(); int32_t L_1977 = ___pc0; NullCheck(L_1976); int32_t L_1978 = ((int32_t)il2cpp_codegen_add((int32_t)L_1977, (int32_t)2)); uint8_t L_1979 = (L_1976)->GetAt(static_cast(L_1978)); V_97 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1971, (int32_t)((int32_t)((int32_t)L_1975|(int32_t)((int32_t)((int32_t)L_1979<<(int32_t)8)))))); ByteU5BU5D_t4116647657* L_1980 = __this->get_program_1(); int32_t L_1981 = ___pc0; NullCheck(L_1980); int32_t L_1982 = ((int32_t)il2cpp_codegen_add((int32_t)L_1981, (int32_t)3)); uint8_t L_1983 = (L_1980)->GetAt(static_cast(L_1982)); ByteU5BU5D_t4116647657* L_1984 = __this->get_program_1(); int32_t L_1985 = ___pc0; NullCheck(L_1984); int32_t L_1986 = ((int32_t)il2cpp_codegen_add((int32_t)L_1985, (int32_t)4)); uint8_t L_1987 = (L_1984)->GetAt(static_cast(L_1986)); V_1 = ((int32_t)((int32_t)L_1983|(int32_t)((int32_t)((int32_t)L_1987<<(int32_t)8)))); int32_t L_1988 = V_97; if ((((int32_t)L_1988) < ((int32_t)0))) { goto IL_2aa5; } } { int32_t L_1989 = V_97; int32_t L_1990 = V_1; if ((((int32_t)L_1989) >= ((int32_t)((int32_t)((int32_t)L_1990<<(int32_t)3))))) { goto IL_2aa5; } } { ByteU5BU5D_t4116647657* L_1991 = __this->get_program_1(); int32_t L_1992 = ___pc0; int32_t L_1993 = V_97; NullCheck(L_1991); int32_t L_1994 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1992, (int32_t)5)), (int32_t)((int32_t)((int32_t)L_1993>>(int32_t)3)))); uint8_t L_1995 = (L_1991)->GetAt(static_cast(L_1994)); int32_t L_1996 = V_97; if (!((int32_t)((int32_t)L_1995&(int32_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1996&(int32_t)7))&(int32_t)((int32_t)31)))))))) { goto IL_2aa5; } } { int32_t L_1997 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1997, (int32_t)1)); int32_t L_1998 = V_0; if (!L_1998) { goto IL_2a83; } } { goto IL_3e1b; } IL_2a83: { int32_t L_1999 = ___pc0; ByteU5BU5D_t4116647657* L_2000 = __this->get_program_1(); int32_t L_2001 = ___pc0; NullCheck(L_2000); int32_t L_2002 = ((int32_t)il2cpp_codegen_add((int32_t)L_2001, (int32_t)3)); uint8_t L_2003 = (L_2000)->GetAt(static_cast(L_2002)); ByteU5BU5D_t4116647657* L_2004 = __this->get_program_1(); int32_t L_2005 = ___pc0; NullCheck(L_2004); int32_t L_2006 = ((int32_t)il2cpp_codegen_add((int32_t)L_2005, (int32_t)4)); uint8_t L_2007 = (L_2004)->GetAt(static_cast(L_2006)); ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1999, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)5, (int32_t)((int32_t)((int32_t)L_2003|(int32_t)((int32_t)((int32_t)L_2007<<(int32_t)8)))))))); goto IL_0002; } IL_2aa5: { int32_t L_2008 = V_0; if (L_2008) { goto IL_2aad; } } { return (bool)0; } IL_2aad: { int32_t L_2009 = ___pc0; ByteU5BU5D_t4116647657* L_2010 = __this->get_program_1(); int32_t L_2011 = ___pc0; NullCheck(L_2010); int32_t L_2012 = ((int32_t)il2cpp_codegen_add((int32_t)L_2011, (int32_t)3)); uint8_t L_2013 = (L_2010)->GetAt(static_cast(L_2012)); ByteU5BU5D_t4116647657* L_2014 = __this->get_program_1(); int32_t L_2015 = ___pc0; NullCheck(L_2014); int32_t L_2016 = ((int32_t)il2cpp_codegen_add((int32_t)L_2015, (int32_t)4)); uint8_t L_2017 = (L_2014)->GetAt(static_cast(L_2016)); ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2009, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)5, (int32_t)((int32_t)((int32_t)L_2013|(int32_t)((int32_t)((int32_t)L_2017<<(int32_t)8)))))))); goto IL_0002; } IL_2acf: { int32_t L_2018 = ___strpos1; if ((((int32_t)L_2018) <= ((int32_t)0))) { goto IL_2b16; } } { String_t* L_2019 = __this->get_str_2(); int32_t L_2020 = ___strpos1; NullCheck(L_2019); Il2CppChar L_2021 = String_get_Chars_m2986988803(L_2019, ((int32_t)il2cpp_codegen_subtract((int32_t)L_2020, (int32_t)1)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); Il2CppChar L_2022 = Char_ToLower_m844856331(NULL /*static, unused*/, L_2021, /*hidden argument*/NULL); V_98 = L_2022; Il2CppChar L_2023 = V_98; ByteU5BU5D_t4116647657* L_2024 = __this->get_program_1(); int32_t L_2025 = ___pc0; NullCheck(L_2024); int32_t L_2026 = ((int32_t)il2cpp_codegen_add((int32_t)L_2025, (int32_t)1)); uint8_t L_2027 = (L_2024)->GetAt(static_cast(L_2026)); if ((!(((uint32_t)L_2023) == ((uint32_t)L_2027)))) { goto IL_2b16; } } { int32_t L_2028 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2028, (int32_t)1)); int32_t L_2029 = V_0; if (!L_2029) { goto IL_2b0c; } } { goto IL_3e1b; } IL_2b0c: { int32_t L_2030 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2030, (int32_t)2)); goto IL_0002; } IL_2b16: { int32_t L_2031 = V_0; if (L_2031) { goto IL_2b1e; } } { return (bool)0; } IL_2b1e: { int32_t L_2032 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2032, (int32_t)2)); goto IL_0002; } IL_2b28: { int32_t L_2033 = ___strpos1; if ((((int32_t)L_2033) <= ((int32_t)0))) { goto IL_2b80; } } { String_t* L_2034 = __this->get_str_2(); int32_t L_2035 = ___strpos1; NullCheck(L_2034); Il2CppChar L_2036 = String_get_Chars_m2986988803(L_2034, ((int32_t)il2cpp_codegen_subtract((int32_t)L_2035, (int32_t)1)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); Il2CppChar L_2037 = Char_ToLower_m844856331(NULL /*static, unused*/, L_2036, /*hidden argument*/NULL); V_99 = L_2037; Il2CppChar L_2038 = V_99; ByteU5BU5D_t4116647657* L_2039 = __this->get_program_1(); int32_t L_2040 = ___pc0; NullCheck(L_2039); int32_t L_2041 = ((int32_t)il2cpp_codegen_add((int32_t)L_2040, (int32_t)1)); uint8_t L_2042 = (L_2039)->GetAt(static_cast(L_2041)); if ((((int32_t)L_2038) < ((int32_t)L_2042))) { goto IL_2b80; } } { Il2CppChar L_2043 = V_99; ByteU5BU5D_t4116647657* L_2044 = __this->get_program_1(); int32_t L_2045 = ___pc0; NullCheck(L_2044); int32_t L_2046 = ((int32_t)il2cpp_codegen_add((int32_t)L_2045, (int32_t)2)); uint8_t L_2047 = (L_2044)->GetAt(static_cast(L_2046)); if ((((int32_t)L_2043) > ((int32_t)L_2047))) { goto IL_2b80; } } { int32_t L_2048 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2048, (int32_t)1)); int32_t L_2049 = V_0; if (!L_2049) { goto IL_2b76; } } { goto IL_3e1b; } IL_2b76: { int32_t L_2050 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2050, (int32_t)3)); goto IL_0002; } IL_2b80: { int32_t L_2051 = V_0; if (L_2051) { goto IL_2b88; } } { return (bool)0; } IL_2b88: { int32_t L_2052 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2052, (int32_t)3)); goto IL_0002; } IL_2b92: { int32_t L_2053 = ___strpos1; if ((((int32_t)L_2053) <= ((int32_t)0))) { goto IL_2c04; } } { String_t* L_2054 = __this->get_str_2(); int32_t L_2055 = ___strpos1; NullCheck(L_2054); Il2CppChar L_2056 = String_get_Chars_m2986988803(L_2054, ((int32_t)il2cpp_codegen_subtract((int32_t)L_2055, (int32_t)1)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); Il2CppChar L_2057 = Char_ToLower_m844856331(NULL /*static, unused*/, L_2056, /*hidden argument*/NULL); V_100 = L_2057; Il2CppChar L_2058 = V_100; ByteU5BU5D_t4116647657* L_2059 = __this->get_program_1(); int32_t L_2060 = ___pc0; NullCheck(L_2059); int32_t L_2061 = ((int32_t)il2cpp_codegen_add((int32_t)L_2060, (int32_t)1)); uint8_t L_2062 = (L_2059)->GetAt(static_cast(L_2061)); ByteU5BU5D_t4116647657* L_2063 = __this->get_program_1(); int32_t L_2064 = ___pc0; NullCheck(L_2063); int32_t L_2065 = ((int32_t)il2cpp_codegen_add((int32_t)L_2064, (int32_t)2)); uint8_t L_2066 = (L_2063)->GetAt(static_cast(L_2065)); if ((((int32_t)L_2058) < ((int32_t)((int32_t)((int32_t)L_2062|(int32_t)((int32_t)((int32_t)L_2066<<(int32_t)8))))))) { goto IL_2c04; } } { Il2CppChar L_2067 = V_100; ByteU5BU5D_t4116647657* L_2068 = __this->get_program_1(); int32_t L_2069 = ___pc0; NullCheck(L_2068); int32_t L_2070 = ((int32_t)il2cpp_codegen_add((int32_t)L_2069, (int32_t)3)); uint8_t L_2071 = (L_2068)->GetAt(static_cast(L_2070)); ByteU5BU5D_t4116647657* L_2072 = __this->get_program_1(); int32_t L_2073 = ___pc0; NullCheck(L_2072); int32_t L_2074 = ((int32_t)il2cpp_codegen_add((int32_t)L_2073, (int32_t)4)); uint8_t L_2075 = (L_2072)->GetAt(static_cast(L_2074)); if ((((int32_t)L_2067) > ((int32_t)((int32_t)((int32_t)L_2071|(int32_t)((int32_t)((int32_t)L_2075<<(int32_t)8))))))) { goto IL_2c04; } } { int32_t L_2076 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2076, (int32_t)1)); int32_t L_2077 = V_0; if (!L_2077) { goto IL_2bfa; } } { goto IL_3e1b; } IL_2bfa: { int32_t L_2078 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2078, (int32_t)5)); goto IL_0002; } IL_2c04: { int32_t L_2079 = V_0; if (L_2079) { goto IL_2c0c; } } { return (bool)0; } IL_2c0c: { int32_t L_2080 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2080, (int32_t)5)); goto IL_0002; } IL_2c16: { int32_t L_2081 = ___strpos1; if ((((int32_t)L_2081) <= ((int32_t)0))) { goto IL_2c6a; } } { String_t* L_2082 = __this->get_str_2(); int32_t L_2083 = ___strpos1; NullCheck(L_2082); Il2CppChar L_2084 = String_get_Chars_m2986988803(L_2082, ((int32_t)il2cpp_codegen_subtract((int32_t)L_2083, (int32_t)1)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); Il2CppChar L_2085 = Char_ToLower_m844856331(NULL /*static, unused*/, L_2084, /*hidden argument*/NULL); V_101 = L_2085; Il2CppChar L_2086 = V_101; ByteU5BU5D_t4116647657* L_2087 = __this->get_program_1(); int32_t L_2088 = ___pc0; NullCheck(L_2087); int32_t L_2089 = ((int32_t)il2cpp_codegen_add((int32_t)L_2088, (int32_t)1)); uint8_t L_2090 = (L_2087)->GetAt(static_cast(L_2089)); ByteU5BU5D_t4116647657* L_2091 = __this->get_program_1(); int32_t L_2092 = ___pc0; NullCheck(L_2091); int32_t L_2093 = ((int32_t)il2cpp_codegen_add((int32_t)L_2092, (int32_t)2)); uint8_t L_2094 = (L_2091)->GetAt(static_cast(L_2093)); if ((!(((uint32_t)L_2086) == ((uint32_t)((int32_t)((int32_t)L_2090|(int32_t)((int32_t)((int32_t)L_2094<<(int32_t)8)))))))) { goto IL_2c6a; } } { int32_t L_2095 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2095, (int32_t)1)); int32_t L_2096 = V_0; if (!L_2096) { goto IL_2c60; } } { goto IL_3e1b; } IL_2c60: { int32_t L_2097 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2097, (int32_t)3)); goto IL_0002; } IL_2c6a: { int32_t L_2098 = V_0; if (L_2098) { goto IL_2c72; } } { return (bool)0; } IL_2c72: { int32_t L_2099 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2099, (int32_t)3)); goto IL_0002; } IL_2c7c: { int32_t L_2100 = ___strpos1; if ((((int32_t)L_2100) <= ((int32_t)0))) { goto IL_2d0b; } } { String_t* L_2101 = __this->get_str_2(); int32_t L_2102 = ___strpos1; NullCheck(L_2101); Il2CppChar L_2103 = String_get_Chars_m2986988803(L_2101, ((int32_t)il2cpp_codegen_subtract((int32_t)L_2102, (int32_t)1)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); Il2CppChar L_2104 = Char_ToLower_m844856331(NULL /*static, unused*/, L_2103, /*hidden argument*/NULL); V_102 = L_2104; Il2CppChar L_2105 = V_102; V_103 = L_2105; int32_t L_2106 = V_103; ByteU5BU5D_t4116647657* L_2107 = __this->get_program_1(); int32_t L_2108 = ___pc0; NullCheck(L_2107); int32_t L_2109 = ((int32_t)il2cpp_codegen_add((int32_t)L_2108, (int32_t)1)); uint8_t L_2110 = (L_2107)->GetAt(static_cast(L_2109)); V_103 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2106, (int32_t)L_2110)); ByteU5BU5D_t4116647657* L_2111 = __this->get_program_1(); int32_t L_2112 = ___pc0; NullCheck(L_2111); int32_t L_2113 = ((int32_t)il2cpp_codegen_add((int32_t)L_2112, (int32_t)2)); uint8_t L_2114 = (L_2111)->GetAt(static_cast(L_2113)); V_1 = L_2114; int32_t L_2115 = V_103; if ((((int32_t)L_2115) < ((int32_t)0))) { goto IL_2d0b; } } { int32_t L_2116 = V_103; int32_t L_2117 = V_1; if ((((int32_t)L_2116) >= ((int32_t)((int32_t)((int32_t)L_2117<<(int32_t)3))))) { goto IL_2d0b; } } { ByteU5BU5D_t4116647657* L_2118 = __this->get_program_1(); int32_t L_2119 = ___pc0; int32_t L_2120 = V_103; NullCheck(L_2118); int32_t L_2121 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2119, (int32_t)3)), (int32_t)((int32_t)((int32_t)L_2120>>(int32_t)3)))); uint8_t L_2122 = (L_2118)->GetAt(static_cast(L_2121)); int32_t L_2123 = V_103; if (!((int32_t)((int32_t)L_2122&(int32_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_2123&(int32_t)7))&(int32_t)((int32_t)31)))))))) { goto IL_2d0b; } } { int32_t L_2124 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2124, (int32_t)1)); int32_t L_2125 = V_0; if (!L_2125) { goto IL_2cf6; } } { goto IL_3e1b; } IL_2cf6: { int32_t L_2126 = ___pc0; ByteU5BU5D_t4116647657* L_2127 = __this->get_program_1(); int32_t L_2128 = ___pc0; NullCheck(L_2127); int32_t L_2129 = ((int32_t)il2cpp_codegen_add((int32_t)L_2128, (int32_t)2)); uint8_t L_2130 = (L_2127)->GetAt(static_cast(L_2129)); ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2126, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_2130)))); goto IL_0002; } IL_2d0b: { int32_t L_2131 = V_0; if (L_2131) { goto IL_2d13; } } { return (bool)0; } IL_2d13: { int32_t L_2132 = ___pc0; ByteU5BU5D_t4116647657* L_2133 = __this->get_program_1(); int32_t L_2134 = ___pc0; NullCheck(L_2133); int32_t L_2135 = ((int32_t)il2cpp_codegen_add((int32_t)L_2134, (int32_t)2)); uint8_t L_2136 = (L_2133)->GetAt(static_cast(L_2135)); ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2132, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_2136)))); goto IL_0002; } IL_2d28: { int32_t L_2137 = ___strpos1; if ((((int32_t)L_2137) <= ((int32_t)0))) { goto IL_2dde; } } { String_t* L_2138 = __this->get_str_2(); int32_t L_2139 = ___strpos1; NullCheck(L_2138); Il2CppChar L_2140 = String_get_Chars_m2986988803(L_2138, ((int32_t)il2cpp_codegen_subtract((int32_t)L_2139, (int32_t)1)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); Il2CppChar L_2141 = Char_ToLower_m844856331(NULL /*static, unused*/, L_2140, /*hidden argument*/NULL); V_104 = L_2141; Il2CppChar L_2142 = V_104; V_105 = L_2142; int32_t L_2143 = V_105; ByteU5BU5D_t4116647657* L_2144 = __this->get_program_1(); int32_t L_2145 = ___pc0; NullCheck(L_2144); int32_t L_2146 = ((int32_t)il2cpp_codegen_add((int32_t)L_2145, (int32_t)1)); uint8_t L_2147 = (L_2144)->GetAt(static_cast(L_2146)); ByteU5BU5D_t4116647657* L_2148 = __this->get_program_1(); int32_t L_2149 = ___pc0; NullCheck(L_2148); int32_t L_2150 = ((int32_t)il2cpp_codegen_add((int32_t)L_2149, (int32_t)2)); uint8_t L_2151 = (L_2148)->GetAt(static_cast(L_2150)); V_105 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2143, (int32_t)((int32_t)((int32_t)L_2147|(int32_t)((int32_t)((int32_t)L_2151<<(int32_t)8)))))); ByteU5BU5D_t4116647657* L_2152 = __this->get_program_1(); int32_t L_2153 = ___pc0; NullCheck(L_2152); int32_t L_2154 = ((int32_t)il2cpp_codegen_add((int32_t)L_2153, (int32_t)3)); uint8_t L_2155 = (L_2152)->GetAt(static_cast(L_2154)); ByteU5BU5D_t4116647657* L_2156 = __this->get_program_1(); int32_t L_2157 = ___pc0; NullCheck(L_2156); int32_t L_2158 = ((int32_t)il2cpp_codegen_add((int32_t)L_2157, (int32_t)4)); uint8_t L_2159 = (L_2156)->GetAt(static_cast(L_2158)); V_1 = ((int32_t)((int32_t)L_2155|(int32_t)((int32_t)((int32_t)L_2159<<(int32_t)8)))); int32_t L_2160 = V_105; if ((((int32_t)L_2160) < ((int32_t)0))) { goto IL_2dde; } } { int32_t L_2161 = V_105; int32_t L_2162 = V_1; if ((((int32_t)L_2161) >= ((int32_t)((int32_t)((int32_t)L_2162<<(int32_t)3))))) { goto IL_2dde; } } { ByteU5BU5D_t4116647657* L_2163 = __this->get_program_1(); int32_t L_2164 = ___pc0; int32_t L_2165 = V_105; NullCheck(L_2163); int32_t L_2166 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2164, (int32_t)5)), (int32_t)((int32_t)((int32_t)L_2165>>(int32_t)3)))); uint8_t L_2167 = (L_2163)->GetAt(static_cast(L_2166)); int32_t L_2168 = V_105; if (!((int32_t)((int32_t)L_2167&(int32_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_2168&(int32_t)7))&(int32_t)((int32_t)31)))))))) { goto IL_2dde; } } { int32_t L_2169 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2169, (int32_t)1)); int32_t L_2170 = V_0; if (!L_2170) { goto IL_2dbc; } } { goto IL_3e1b; } IL_2dbc: { int32_t L_2171 = ___pc0; ByteU5BU5D_t4116647657* L_2172 = __this->get_program_1(); int32_t L_2173 = ___pc0; NullCheck(L_2172); int32_t L_2174 = ((int32_t)il2cpp_codegen_add((int32_t)L_2173, (int32_t)3)); uint8_t L_2175 = (L_2172)->GetAt(static_cast(L_2174)); ByteU5BU5D_t4116647657* L_2176 = __this->get_program_1(); int32_t L_2177 = ___pc0; NullCheck(L_2176); int32_t L_2178 = ((int32_t)il2cpp_codegen_add((int32_t)L_2177, (int32_t)4)); uint8_t L_2179 = (L_2176)->GetAt(static_cast(L_2178)); ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2171, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)5, (int32_t)((int32_t)((int32_t)L_2175|(int32_t)((int32_t)((int32_t)L_2179<<(int32_t)8)))))))); goto IL_0002; } IL_2dde: { int32_t L_2180 = V_0; if (L_2180) { goto IL_2de6; } } { return (bool)0; } IL_2de6: { int32_t L_2181 = ___pc0; ByteU5BU5D_t4116647657* L_2182 = __this->get_program_1(); int32_t L_2183 = ___pc0; NullCheck(L_2182); int32_t L_2184 = ((int32_t)il2cpp_codegen_add((int32_t)L_2183, (int32_t)3)); uint8_t L_2185 = (L_2182)->GetAt(static_cast(L_2184)); ByteU5BU5D_t4116647657* L_2186 = __this->get_program_1(); int32_t L_2187 = ___pc0; NullCheck(L_2186); int32_t L_2188 = ((int32_t)il2cpp_codegen_add((int32_t)L_2187, (int32_t)4)); uint8_t L_2189 = (L_2186)->GetAt(static_cast(L_2188)); ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2181, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)5, (int32_t)((int32_t)((int32_t)L_2185|(int32_t)((int32_t)((int32_t)L_2189<<(int32_t)8)))))))); goto IL_0002; } IL_2e08: { int32_t L_2190 = ___strpos1; if ((((int32_t)L_2190) <= ((int32_t)0))) { goto IL_2e5c; } } { String_t* L_2191 = __this->get_str_2(); int32_t L_2192 = ___strpos1; NullCheck(L_2191); Il2CppChar L_2193 = String_get_Chars_m2986988803(L_2191, ((int32_t)il2cpp_codegen_subtract((int32_t)L_2192, (int32_t)1)), /*hidden argument*/NULL); V_106 = L_2193; Il2CppChar L_2194 = V_106; ByteU5BU5D_t4116647657* L_2195 = __this->get_program_1(); int32_t L_2196 = ___pc0; NullCheck(L_2195); int32_t L_2197 = ((int32_t)il2cpp_codegen_add((int32_t)L_2196, (int32_t)1)); uint8_t L_2198 = (L_2195)->GetAt(static_cast(L_2197)); if ((((int32_t)L_2194) == ((int32_t)L_2198))) { goto IL_2e5c; } } { int32_t L_2199 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2199, (int32_t)2)); int32_t L_2200 = V_0; if (!L_2200) { goto IL_2e44; } } { int32_t L_2201 = ___pc0; int32_t L_2202 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2201, (int32_t)1))) == ((uint32_t)L_2202)))) { goto IL_2e57; } } IL_2e44: { int32_t L_2203 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2203, (int32_t)1)); int32_t L_2204 = ___pc0; int32_t L_2205 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2204, (int32_t)1))) == ((uint32_t)L_2205)))) { goto IL_2e57; } } { goto IL_3e1b; } IL_2e57: { goto IL_0002; } IL_2e5c: { return (bool)0; } IL_2e5e: { int32_t L_2206 = ___strpos1; if ((((int32_t)L_2206) <= ((int32_t)0))) { goto IL_2ec3; } } { String_t* L_2207 = __this->get_str_2(); int32_t L_2208 = ___strpos1; NullCheck(L_2207); Il2CppChar L_2209 = String_get_Chars_m2986988803(L_2207, ((int32_t)il2cpp_codegen_subtract((int32_t)L_2208, (int32_t)1)), /*hidden argument*/NULL); V_107 = L_2209; Il2CppChar L_2210 = V_107; ByteU5BU5D_t4116647657* L_2211 = __this->get_program_1(); int32_t L_2212 = ___pc0; NullCheck(L_2211); int32_t L_2213 = ((int32_t)il2cpp_codegen_add((int32_t)L_2212, (int32_t)1)); uint8_t L_2214 = (L_2211)->GetAt(static_cast(L_2213)); if ((((int32_t)L_2210) < ((int32_t)L_2214))) { goto IL_2e97; } } { Il2CppChar L_2215 = V_107; ByteU5BU5D_t4116647657* L_2216 = __this->get_program_1(); int32_t L_2217 = ___pc0; NullCheck(L_2216); int32_t L_2218 = ((int32_t)il2cpp_codegen_add((int32_t)L_2217, (int32_t)2)); uint8_t L_2219 = (L_2216)->GetAt(static_cast(L_2218)); if ((((int32_t)L_2215) <= ((int32_t)L_2219))) { goto IL_2ec3; } } IL_2e97: { int32_t L_2220 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2220, (int32_t)3)); int32_t L_2221 = V_0; if (!L_2221) { goto IL_2eab; } } { int32_t L_2222 = ___pc0; int32_t L_2223 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2222, (int32_t)1))) == ((uint32_t)L_2223)))) { goto IL_2ebe; } } IL_2eab: { int32_t L_2224 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2224, (int32_t)1)); int32_t L_2225 = ___pc0; int32_t L_2226 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2225, (int32_t)1))) == ((uint32_t)L_2226)))) { goto IL_2ebe; } } { goto IL_3e1b; } IL_2ebe: { goto IL_0002; } IL_2ec3: { return (bool)0; } IL_2ec5: { int32_t L_2227 = ___strpos1; if ((((int32_t)L_2227) <= ((int32_t)0))) { goto IL_2f44; } } { String_t* L_2228 = __this->get_str_2(); int32_t L_2229 = ___strpos1; NullCheck(L_2228); Il2CppChar L_2230 = String_get_Chars_m2986988803(L_2228, ((int32_t)il2cpp_codegen_subtract((int32_t)L_2229, (int32_t)1)), /*hidden argument*/NULL); V_108 = L_2230; Il2CppChar L_2231 = V_108; ByteU5BU5D_t4116647657* L_2232 = __this->get_program_1(); int32_t L_2233 = ___pc0; NullCheck(L_2232); int32_t L_2234 = ((int32_t)il2cpp_codegen_add((int32_t)L_2233, (int32_t)1)); uint8_t L_2235 = (L_2232)->GetAt(static_cast(L_2234)); ByteU5BU5D_t4116647657* L_2236 = __this->get_program_1(); int32_t L_2237 = ___pc0; NullCheck(L_2236); int32_t L_2238 = ((int32_t)il2cpp_codegen_add((int32_t)L_2237, (int32_t)2)); uint8_t L_2239 = (L_2236)->GetAt(static_cast(L_2238)); if ((((int32_t)L_2231) < ((int32_t)((int32_t)((int32_t)L_2235|(int32_t)((int32_t)((int32_t)L_2239<<(int32_t)8))))))) { goto IL_2f18; } } { Il2CppChar L_2240 = V_108; ByteU5BU5D_t4116647657* L_2241 = __this->get_program_1(); int32_t L_2242 = ___pc0; NullCheck(L_2241); int32_t L_2243 = ((int32_t)il2cpp_codegen_add((int32_t)L_2242, (int32_t)3)); uint8_t L_2244 = (L_2241)->GetAt(static_cast(L_2243)); ByteU5BU5D_t4116647657* L_2245 = __this->get_program_1(); int32_t L_2246 = ___pc0; NullCheck(L_2245); int32_t L_2247 = ((int32_t)il2cpp_codegen_add((int32_t)L_2246, (int32_t)4)); uint8_t L_2248 = (L_2245)->GetAt(static_cast(L_2247)); if ((((int32_t)L_2240) <= ((int32_t)((int32_t)((int32_t)L_2244|(int32_t)((int32_t)((int32_t)L_2248<<(int32_t)8))))))) { goto IL_2f44; } } IL_2f18: { int32_t L_2249 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2249, (int32_t)5)); int32_t L_2250 = V_0; if (!L_2250) { goto IL_2f2c; } } { int32_t L_2251 = ___pc0; int32_t L_2252 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2251, (int32_t)1))) == ((uint32_t)L_2252)))) { goto IL_2f3f; } } IL_2f2c: { int32_t L_2253 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2253, (int32_t)1)); int32_t L_2254 = ___pc0; int32_t L_2255 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2254, (int32_t)1))) == ((uint32_t)L_2255)))) { goto IL_2f3f; } } { goto IL_3e1b; } IL_2f3f: { goto IL_0002; } IL_2f44: { return (bool)0; } IL_2f46: { int32_t L_2256 = ___strpos1; if ((((int32_t)L_2256) <= ((int32_t)0))) { goto IL_2fa7; } } { String_t* L_2257 = __this->get_str_2(); int32_t L_2258 = ___strpos1; NullCheck(L_2257); Il2CppChar L_2259 = String_get_Chars_m2986988803(L_2257, ((int32_t)il2cpp_codegen_subtract((int32_t)L_2258, (int32_t)1)), /*hidden argument*/NULL); V_109 = L_2259; Il2CppChar L_2260 = V_109; ByteU5BU5D_t4116647657* L_2261 = __this->get_program_1(); int32_t L_2262 = ___pc0; NullCheck(L_2261); int32_t L_2263 = ((int32_t)il2cpp_codegen_add((int32_t)L_2262, (int32_t)1)); uint8_t L_2264 = (L_2261)->GetAt(static_cast(L_2263)); ByteU5BU5D_t4116647657* L_2265 = __this->get_program_1(); int32_t L_2266 = ___pc0; NullCheck(L_2265); int32_t L_2267 = ((int32_t)il2cpp_codegen_add((int32_t)L_2266, (int32_t)2)); uint8_t L_2268 = (L_2265)->GetAt(static_cast(L_2267)); if ((((int32_t)L_2260) == ((int32_t)((int32_t)((int32_t)L_2264|(int32_t)((int32_t)((int32_t)L_2268<<(int32_t)8))))))) { goto IL_2fa7; } } { int32_t L_2269 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2269, (int32_t)3)); int32_t L_2270 = V_0; if (!L_2270) { goto IL_2f8f; } } { int32_t L_2271 = ___pc0; int32_t L_2272 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2271, (int32_t)1))) == ((uint32_t)L_2272)))) { goto IL_2fa2; } } IL_2f8f: { int32_t L_2273 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2273, (int32_t)1)); int32_t L_2274 = ___pc0; int32_t L_2275 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2274, (int32_t)1))) == ((uint32_t)L_2275)))) { goto IL_2fa2; } } { goto IL_3e1b; } IL_2fa2: { goto IL_0002; } IL_2fa7: { return (bool)0; } IL_2fa9: { int32_t L_2276 = ___strpos1; if ((((int32_t)L_2276) <= ((int32_t)0))) { goto IL_2ff5; } } { String_t* L_2277 = __this->get_str_2(); int32_t L_2278 = ___strpos1; NullCheck(L_2277); Il2CppChar L_2279 = String_get_Chars_m2986988803(L_2277, ((int32_t)il2cpp_codegen_subtract((int32_t)L_2278, (int32_t)1)), /*hidden argument*/NULL); V_110 = L_2279; Il2CppChar L_2280 = V_110; if ((!(((uint32_t)L_2280) == ((uint32_t)((int32_t)10))))) { goto IL_2ff5; } } { int32_t L_2281 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2281, (int32_t)1)); int32_t L_2282 = V_0; if (!L_2282) { goto IL_2fdd; } } { int32_t L_2283 = ___pc0; int32_t L_2284 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2283, (int32_t)1))) == ((uint32_t)L_2284)))) { goto IL_2ff0; } } IL_2fdd: { int32_t L_2285 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2285, (int32_t)1)); int32_t L_2286 = ___pc0; int32_t L_2287 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2286, (int32_t)1))) == ((uint32_t)L_2287)))) { goto IL_2ff0; } } { goto IL_3e1b; } IL_2ff0: { goto IL_0002; } IL_2ff5: { return (bool)0; } IL_2ff7: { int32_t L_2288 = ___strpos1; if ((((int32_t)L_2288) <= ((int32_t)0))) { goto IL_300e; } } { String_t* L_2289 = __this->get_str_2(); int32_t L_2290 = ___strpos1; NullCheck(L_2289); Il2CppChar L_2291 = String_get_Chars_m2986988803(L_2289, ((int32_t)il2cpp_codegen_subtract((int32_t)L_2290, (int32_t)1)), /*hidden argument*/NULL); V_111 = L_2291; } IL_300e: { return (bool)0; } IL_3010: { int32_t L_2292 = ___strpos1; if ((((int32_t)L_2292) <= ((int32_t)0))) { goto IL_306d; } } { String_t* L_2293 = __this->get_str_2(); int32_t L_2294 = ___strpos1; NullCheck(L_2293); Il2CppChar L_2295 = String_get_Chars_m2986988803(L_2293, ((int32_t)il2cpp_codegen_subtract((int32_t)L_2294, (int32_t)1)), /*hidden argument*/NULL); V_112 = L_2295; Il2CppChar L_2296 = V_112; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_2297 = Char_IsLetterOrDigit_m3494175785(NULL /*static, unused*/, L_2296, /*hidden argument*/NULL); if (L_2297) { goto IL_306d; } } { Il2CppChar L_2298 = V_112; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); int32_t L_2299 = Char_GetUnicodeCategory_m57882613(NULL /*static, unused*/, L_2298, /*hidden argument*/NULL); if ((((int32_t)L_2299) == ((int32_t)((int32_t)18)))) { goto IL_306d; } } { int32_t L_2300 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2300, (int32_t)1)); int32_t L_2301 = V_0; if (!L_2301) { goto IL_3055; } } { int32_t L_2302 = ___pc0; int32_t L_2303 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2302, (int32_t)1))) == ((uint32_t)L_2303)))) { goto IL_3068; } } IL_3055: { int32_t L_2304 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2304, (int32_t)1)); int32_t L_2305 = ___pc0; int32_t L_2306 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2305, (int32_t)1))) == ((uint32_t)L_2306)))) { goto IL_3068; } } { goto IL_3e1b; } IL_3068: { goto IL_0002; } IL_306d: { return (bool)0; } IL_306f: { int32_t L_2307 = ___strpos1; if ((((int32_t)L_2307) <= ((int32_t)0))) { goto IL_30be; } } { String_t* L_2308 = __this->get_str_2(); int32_t L_2309 = ___strpos1; NullCheck(L_2308); Il2CppChar L_2310 = String_get_Chars_m2986988803(L_2308, ((int32_t)il2cpp_codegen_subtract((int32_t)L_2309, (int32_t)1)), /*hidden argument*/NULL); V_113 = L_2310; Il2CppChar L_2311 = V_113; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_2312 = Char_IsDigit_m3646673943(NULL /*static, unused*/, L_2311, /*hidden argument*/NULL); if (L_2312) { goto IL_30be; } } { int32_t L_2313 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2313, (int32_t)1)); int32_t L_2314 = V_0; if (!L_2314) { goto IL_30a6; } } { int32_t L_2315 = ___pc0; int32_t L_2316 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2315, (int32_t)1))) == ((uint32_t)L_2316)))) { goto IL_30b9; } } IL_30a6: { int32_t L_2317 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2317, (int32_t)1)); int32_t L_2318 = ___pc0; int32_t L_2319 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2318, (int32_t)1))) == ((uint32_t)L_2319)))) { goto IL_30b9; } } { goto IL_3e1b; } IL_30b9: { goto IL_0002; } IL_30be: { return (bool)0; } IL_30c0: { int32_t L_2320 = ___strpos1; if ((((int32_t)L_2320) <= ((int32_t)0))) { goto IL_310f; } } { String_t* L_2321 = __this->get_str_2(); int32_t L_2322 = ___strpos1; NullCheck(L_2321); Il2CppChar L_2323 = String_get_Chars_m2986988803(L_2321, ((int32_t)il2cpp_codegen_subtract((int32_t)L_2322, (int32_t)1)), /*hidden argument*/NULL); V_114 = L_2323; Il2CppChar L_2324 = V_114; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_2325 = Char_IsWhiteSpace_m2148390798(NULL /*static, unused*/, L_2324, /*hidden argument*/NULL); if (L_2325) { goto IL_310f; } } { int32_t L_2326 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2326, (int32_t)1)); int32_t L_2327 = V_0; if (!L_2327) { goto IL_30f7; } } { int32_t L_2328 = ___pc0; int32_t L_2329 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2328, (int32_t)1))) == ((uint32_t)L_2329)))) { goto IL_310a; } } IL_30f7: { int32_t L_2330 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2330, (int32_t)1)); int32_t L_2331 = ___pc0; int32_t L_2332 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2331, (int32_t)1))) == ((uint32_t)L_2332)))) { goto IL_310a; } } { goto IL_3e1b; } IL_310a: { goto IL_0002; } IL_310f: { return (bool)0; } IL_3111: { int32_t L_2333 = ___strpos1; if ((((int32_t)L_2333) <= ((int32_t)0))) { goto IL_3193; } } { String_t* L_2334 = __this->get_str_2(); int32_t L_2335 = ___strpos1; NullCheck(L_2334); Il2CppChar L_2336 = String_get_Chars_m2986988803(L_2334, ((int32_t)il2cpp_codegen_subtract((int32_t)L_2335, (int32_t)1)), /*hidden argument*/NULL); V_115 = L_2336; Il2CppChar L_2337 = V_115; if ((((int32_t)((int32_t)97)) > ((int32_t)L_2337))) { goto IL_313a; } } { Il2CppChar L_2338 = V_115; if ((((int32_t)L_2338) <= ((int32_t)((int32_t)122)))) { goto IL_3193; } } IL_313a: { Il2CppChar L_2339 = V_115; if ((((int32_t)((int32_t)65)) > ((int32_t)L_2339))) { goto IL_314c; } } { Il2CppChar L_2340 = V_115; if ((((int32_t)L_2340) <= ((int32_t)((int32_t)90)))) { goto IL_3193; } } IL_314c: { Il2CppChar L_2341 = V_115; if ((((int32_t)((int32_t)48)) > ((int32_t)L_2341))) { goto IL_315e; } } { Il2CppChar L_2342 = V_115; if ((((int32_t)L_2342) <= ((int32_t)((int32_t)57)))) { goto IL_3193; } } IL_315e: { Il2CppChar L_2343 = V_115; if ((((int32_t)L_2343) == ((int32_t)((int32_t)95)))) { goto IL_3193; } } { int32_t L_2344 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2344, (int32_t)1)); int32_t L_2345 = V_0; if (!L_2345) { goto IL_317b; } } { int32_t L_2346 = ___pc0; int32_t L_2347 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2346, (int32_t)1))) == ((uint32_t)L_2347)))) { goto IL_318e; } } IL_317b: { int32_t L_2348 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2348, (int32_t)1)); int32_t L_2349 = ___pc0; int32_t L_2350 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2349, (int32_t)1))) == ((uint32_t)L_2350)))) { goto IL_318e; } } { goto IL_3e1b; } IL_318e: { goto IL_0002; } IL_3193: { return (bool)0; } IL_3195: { int32_t L_2351 = ___strpos1; if ((((int32_t)L_2351) <= ((int32_t)0))) { goto IL_320e; } } { String_t* L_2352 = __this->get_str_2(); int32_t L_2353 = ___strpos1; NullCheck(L_2352); Il2CppChar L_2354 = String_get_Chars_m2986988803(L_2352, ((int32_t)il2cpp_codegen_subtract((int32_t)L_2353, (int32_t)1)), /*hidden argument*/NULL); V_116 = L_2354; Il2CppChar L_2355 = V_116; if ((((int32_t)L_2355) == ((int32_t)((int32_t)32)))) { goto IL_320e; } } { Il2CppChar L_2356 = V_116; if ((((int32_t)L_2356) == ((int32_t)((int32_t)9)))) { goto IL_320e; } } { Il2CppChar L_2357 = V_116; if ((((int32_t)L_2357) == ((int32_t)((int32_t)10)))) { goto IL_320e; } } { Il2CppChar L_2358 = V_116; if ((((int32_t)L_2358) == ((int32_t)((int32_t)13)))) { goto IL_320e; } } { Il2CppChar L_2359 = V_116; if ((((int32_t)L_2359) == ((int32_t)((int32_t)12)))) { goto IL_320e; } } { Il2CppChar L_2360 = V_116; if ((((int32_t)L_2360) == ((int32_t)((int32_t)11)))) { goto IL_320e; } } { int32_t L_2361 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2361, (int32_t)1)); int32_t L_2362 = V_0; if (!L_2362) { goto IL_31f6; } } { int32_t L_2363 = ___pc0; int32_t L_2364 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2363, (int32_t)1))) == ((uint32_t)L_2364)))) { goto IL_3209; } } IL_31f6: { int32_t L_2365 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2365, (int32_t)1)); int32_t L_2366 = ___pc0; int32_t L_2367 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2366, (int32_t)1))) == ((uint32_t)L_2367)))) { goto IL_3209; } } { goto IL_3e1b; } IL_3209: { goto IL_0002; } IL_320e: { return (bool)0; } IL_3210: { int32_t L_2368 = ___strpos1; if ((((int32_t)L_2368) <= ((int32_t)0))) { goto IL_3283; } } { String_t* L_2369 = __this->get_str_2(); int32_t L_2370 = ___strpos1; NullCheck(L_2369); Il2CppChar L_2371 = String_get_Chars_m2986988803(L_2369, ((int32_t)il2cpp_codegen_subtract((int32_t)L_2370, (int32_t)1)), /*hidden argument*/NULL); V_117 = L_2371; Il2CppChar L_2372 = V_117; if ((((int32_t)((int32_t)65279)) > ((int32_t)L_2372))) { goto IL_323f; } } { Il2CppChar L_2373 = V_117; if ((((int32_t)L_2373) <= ((int32_t)((int32_t)65279)))) { goto IL_3283; } } IL_323f: { Il2CppChar L_2374 = V_117; if ((((int32_t)((int32_t)65520)) > ((int32_t)L_2374))) { goto IL_3257; } } { Il2CppChar L_2375 = V_117; if ((((int32_t)L_2375) <= ((int32_t)((int32_t)65533)))) { goto IL_3283; } } IL_3257: { int32_t L_2376 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2376, (int32_t)1)); int32_t L_2377 = V_0; if (!L_2377) { goto IL_326b; } } { int32_t L_2378 = ___pc0; int32_t L_2379 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2378, (int32_t)1))) == ((uint32_t)L_2379)))) { goto IL_327e; } } IL_326b: { int32_t L_2380 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2380, (int32_t)1)); int32_t L_2381 = ___pc0; int32_t L_2382 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2381, (int32_t)1))) == ((uint32_t)L_2382)))) { goto IL_327e; } } { goto IL_3e1b; } IL_327e: { goto IL_0002; } IL_3283: { return (bool)0; } IL_3285: { int32_t L_2383 = ___strpos1; if ((((int32_t)L_2383) <= ((int32_t)0))) { goto IL_32de; } } { String_t* L_2384 = __this->get_str_2(); int32_t L_2385 = ___strpos1; NullCheck(L_2384); Il2CppChar L_2386 = String_get_Chars_m2986988803(L_2384, ((int32_t)il2cpp_codegen_subtract((int32_t)L_2385, (int32_t)1)), /*hidden argument*/NULL); V_118 = L_2386; Il2CppChar L_2387 = V_118; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); int32_t L_2388 = Char_GetUnicodeCategory_m57882613(NULL /*static, unused*/, L_2387, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_2389 = __this->get_program_1(); int32_t L_2390 = ___pc0; NullCheck(L_2389); int32_t L_2391 = ((int32_t)il2cpp_codegen_add((int32_t)L_2390, (int32_t)1)); uint8_t L_2392 = (L_2389)->GetAt(static_cast(L_2391)); if ((((int32_t)L_2388) == ((int32_t)L_2392))) { goto IL_32de; } } { int32_t L_2393 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2393, (int32_t)2)); int32_t L_2394 = V_0; if (!L_2394) { goto IL_32c6; } } { int32_t L_2395 = ___pc0; int32_t L_2396 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2395, (int32_t)1))) == ((uint32_t)L_2396)))) { goto IL_32d9; } } IL_32c6: { int32_t L_2397 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2397, (int32_t)1)); int32_t L_2398 = ___pc0; int32_t L_2399 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2398, (int32_t)1))) == ((uint32_t)L_2399)))) { goto IL_32d9; } } { goto IL_3e1b; } IL_32d9: { goto IL_0002; } IL_32de: { return (bool)0; } IL_32e0: { int32_t L_2400 = ___strpos1; if ((((int32_t)L_2400) <= ((int32_t)0))) { goto IL_3339; } } { String_t* L_2401 = __this->get_str_2(); int32_t L_2402 = ___strpos1; NullCheck(L_2401); Il2CppChar L_2403 = String_get_Chars_m2986988803(L_2401, ((int32_t)il2cpp_codegen_subtract((int32_t)L_2402, (int32_t)1)), /*hidden argument*/NULL); V_119 = L_2403; ByteU5BU5D_t4116647657* L_2404 = __this->get_program_1(); int32_t L_2405 = ___pc0; NullCheck(L_2404); int32_t L_2406 = ((int32_t)il2cpp_codegen_add((int32_t)L_2405, (int32_t)1)); uint8_t L_2407 = (L_2404)->GetAt(static_cast(L_2406)); Il2CppChar L_2408 = V_119; bool L_2409 = CategoryUtils_IsCategory_m278753792(NULL /*static, unused*/, L_2407, L_2408, /*hidden argument*/NULL); if (L_2409) { goto IL_3339; } } { int32_t L_2410 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2410, (int32_t)2)); int32_t L_2411 = V_0; if (!L_2411) { goto IL_3321; } } { int32_t L_2412 = ___pc0; int32_t L_2413 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2412, (int32_t)1))) == ((uint32_t)L_2413)))) { goto IL_3334; } } IL_3321: { int32_t L_2414 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2414, (int32_t)1)); int32_t L_2415 = ___pc0; int32_t L_2416 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2415, (int32_t)1))) == ((uint32_t)L_2416)))) { goto IL_3334; } } { goto IL_3e1b; } IL_3334: { goto IL_0002; } IL_3339: { return (bool)0; } IL_333b: { int32_t L_2417 = ___strpos1; if ((((int32_t)L_2417) <= ((int32_t)0))) { goto IL_33d7; } } { String_t* L_2418 = __this->get_str_2(); int32_t L_2419 = ___strpos1; NullCheck(L_2418); Il2CppChar L_2420 = String_get_Chars_m2986988803(L_2418, ((int32_t)il2cpp_codegen_subtract((int32_t)L_2419, (int32_t)1)), /*hidden argument*/NULL); V_120 = L_2420; Il2CppChar L_2421 = V_120; V_121 = L_2421; int32_t L_2422 = V_121; ByteU5BU5D_t4116647657* L_2423 = __this->get_program_1(); int32_t L_2424 = ___pc0; NullCheck(L_2423); int32_t L_2425 = ((int32_t)il2cpp_codegen_add((int32_t)L_2424, (int32_t)1)); uint8_t L_2426 = (L_2423)->GetAt(static_cast(L_2425)); V_121 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2422, (int32_t)L_2426)); ByteU5BU5D_t4116647657* L_2427 = __this->get_program_1(); int32_t L_2428 = ___pc0; NullCheck(L_2427); int32_t L_2429 = ((int32_t)il2cpp_codegen_add((int32_t)L_2428, (int32_t)2)); uint8_t L_2430 = (L_2427)->GetAt(static_cast(L_2429)); V_1 = L_2430; int32_t L_2431 = V_121; if ((((int32_t)L_2431) < ((int32_t)0))) { goto IL_33a0; } } { int32_t L_2432 = V_121; int32_t L_2433 = V_1; if ((((int32_t)L_2432) >= ((int32_t)((int32_t)((int32_t)L_2433<<(int32_t)3))))) { goto IL_33a0; } } { ByteU5BU5D_t4116647657* L_2434 = __this->get_program_1(); int32_t L_2435 = ___pc0; int32_t L_2436 = V_121; NullCheck(L_2434); int32_t L_2437 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2435, (int32_t)3)), (int32_t)((int32_t)((int32_t)L_2436>>(int32_t)3)))); uint8_t L_2438 = (L_2434)->GetAt(static_cast(L_2437)); int32_t L_2439 = V_121; if (((int32_t)((int32_t)L_2438&(int32_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_2439&(int32_t)7))&(int32_t)((int32_t)31)))))))) { goto IL_33d7; } } IL_33a0: { int32_t L_2440 = ___pc0; ByteU5BU5D_t4116647657* L_2441 = __this->get_program_1(); int32_t L_2442 = ___pc0; NullCheck(L_2441); int32_t L_2443 = ((int32_t)il2cpp_codegen_add((int32_t)L_2442, (int32_t)2)); uint8_t L_2444 = (L_2441)->GetAt(static_cast(L_2443)); ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2440, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_2444)))); int32_t L_2445 = V_0; if (!L_2445) { goto IL_33bf; } } { int32_t L_2446 = ___pc0; int32_t L_2447 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2446, (int32_t)1))) == ((uint32_t)L_2447)))) { goto IL_33d2; } } IL_33bf: { int32_t L_2448 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2448, (int32_t)1)); int32_t L_2449 = ___pc0; int32_t L_2450 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2449, (int32_t)1))) == ((uint32_t)L_2450)))) { goto IL_33d2; } } { goto IL_3e1b; } IL_33d2: { goto IL_0002; } IL_33d7: { return (bool)0; } IL_33d9: { int32_t L_2451 = ___strpos1; if ((((int32_t)L_2451) <= ((int32_t)0))) { goto IL_349c; } } { String_t* L_2452 = __this->get_str_2(); int32_t L_2453 = ___strpos1; NullCheck(L_2452); Il2CppChar L_2454 = String_get_Chars_m2986988803(L_2452, ((int32_t)il2cpp_codegen_subtract((int32_t)L_2453, (int32_t)1)), /*hidden argument*/NULL); V_122 = L_2454; Il2CppChar L_2455 = V_122; V_123 = L_2455; int32_t L_2456 = V_123; ByteU5BU5D_t4116647657* L_2457 = __this->get_program_1(); int32_t L_2458 = ___pc0; NullCheck(L_2457); int32_t L_2459 = ((int32_t)il2cpp_codegen_add((int32_t)L_2458, (int32_t)1)); uint8_t L_2460 = (L_2457)->GetAt(static_cast(L_2459)); ByteU5BU5D_t4116647657* L_2461 = __this->get_program_1(); int32_t L_2462 = ___pc0; NullCheck(L_2461); int32_t L_2463 = ((int32_t)il2cpp_codegen_add((int32_t)L_2462, (int32_t)2)); uint8_t L_2464 = (L_2461)->GetAt(static_cast(L_2463)); V_123 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2456, (int32_t)((int32_t)((int32_t)L_2460|(int32_t)((int32_t)((int32_t)L_2464<<(int32_t)8)))))); ByteU5BU5D_t4116647657* L_2465 = __this->get_program_1(); int32_t L_2466 = ___pc0; NullCheck(L_2465); int32_t L_2467 = ((int32_t)il2cpp_codegen_add((int32_t)L_2466, (int32_t)3)); uint8_t L_2468 = (L_2465)->GetAt(static_cast(L_2467)); ByteU5BU5D_t4116647657* L_2469 = __this->get_program_1(); int32_t L_2470 = ___pc0; NullCheck(L_2469); int32_t L_2471 = ((int32_t)il2cpp_codegen_add((int32_t)L_2470, (int32_t)4)); uint8_t L_2472 = (L_2469)->GetAt(static_cast(L_2471)); V_1 = ((int32_t)((int32_t)L_2468|(int32_t)((int32_t)((int32_t)L_2472<<(int32_t)8)))); int32_t L_2473 = V_123; if ((((int32_t)L_2473) < ((int32_t)0))) { goto IL_3458; } } { int32_t L_2474 = V_123; int32_t L_2475 = V_1; if ((((int32_t)L_2474) >= ((int32_t)((int32_t)((int32_t)L_2475<<(int32_t)3))))) { goto IL_3458; } } { ByteU5BU5D_t4116647657* L_2476 = __this->get_program_1(); int32_t L_2477 = ___pc0; int32_t L_2478 = V_123; NullCheck(L_2476); int32_t L_2479 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2477, (int32_t)5)), (int32_t)((int32_t)((int32_t)L_2478>>(int32_t)3)))); uint8_t L_2480 = (L_2476)->GetAt(static_cast(L_2479)); int32_t L_2481 = V_123; if (((int32_t)((int32_t)L_2480&(int32_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_2481&(int32_t)7))&(int32_t)((int32_t)31)))))))) { goto IL_349c; } } IL_3458: { int32_t L_2482 = ___pc0; ByteU5BU5D_t4116647657* L_2483 = __this->get_program_1(); int32_t L_2484 = ___pc0; NullCheck(L_2483); int32_t L_2485 = ((int32_t)il2cpp_codegen_add((int32_t)L_2484, (int32_t)3)); uint8_t L_2486 = (L_2483)->GetAt(static_cast(L_2485)); ByteU5BU5D_t4116647657* L_2487 = __this->get_program_1(); int32_t L_2488 = ___pc0; NullCheck(L_2487); int32_t L_2489 = ((int32_t)il2cpp_codegen_add((int32_t)L_2488, (int32_t)4)); uint8_t L_2490 = (L_2487)->GetAt(static_cast(L_2489)); ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2482, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)5, (int32_t)((int32_t)((int32_t)L_2486|(int32_t)((int32_t)((int32_t)L_2490<<(int32_t)8)))))))); int32_t L_2491 = V_0; if (!L_2491) { goto IL_3484; } } { int32_t L_2492 = ___pc0; int32_t L_2493 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2492, (int32_t)1))) == ((uint32_t)L_2493)))) { goto IL_3497; } } IL_3484: { int32_t L_2494 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2494, (int32_t)1)); int32_t L_2495 = ___pc0; int32_t L_2496 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2495, (int32_t)1))) == ((uint32_t)L_2496)))) { goto IL_3497; } } { goto IL_3e1b; } IL_3497: { goto IL_0002; } IL_349c: { return (bool)0; } IL_349e: { int32_t L_2497 = ___strpos1; if ((((int32_t)L_2497) <= ((int32_t)0))) { goto IL_34f7; } } { String_t* L_2498 = __this->get_str_2(); int32_t L_2499 = ___strpos1; NullCheck(L_2498); Il2CppChar L_2500 = String_get_Chars_m2986988803(L_2498, ((int32_t)il2cpp_codegen_subtract((int32_t)L_2499, (int32_t)1)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); Il2CppChar L_2501 = Char_ToLower_m844856331(NULL /*static, unused*/, L_2500, /*hidden argument*/NULL); V_124 = L_2501; Il2CppChar L_2502 = V_124; ByteU5BU5D_t4116647657* L_2503 = __this->get_program_1(); int32_t L_2504 = ___pc0; NullCheck(L_2503); int32_t L_2505 = ((int32_t)il2cpp_codegen_add((int32_t)L_2504, (int32_t)1)); uint8_t L_2506 = (L_2503)->GetAt(static_cast(L_2505)); if ((((int32_t)L_2502) == ((int32_t)L_2506))) { goto IL_34f7; } } { int32_t L_2507 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2507, (int32_t)2)); int32_t L_2508 = V_0; if (!L_2508) { goto IL_34df; } } { int32_t L_2509 = ___pc0; int32_t L_2510 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2509, (int32_t)1))) == ((uint32_t)L_2510)))) { goto IL_34f2; } } IL_34df: { int32_t L_2511 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2511, (int32_t)1)); int32_t L_2512 = ___pc0; int32_t L_2513 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2512, (int32_t)1))) == ((uint32_t)L_2513)))) { goto IL_34f2; } } { goto IL_3e1b; } IL_34f2: { goto IL_0002; } IL_34f7: { return (bool)0; } IL_34f9: { int32_t L_2514 = ___strpos1; if ((((int32_t)L_2514) <= ((int32_t)0))) { goto IL_3563; } } { String_t* L_2515 = __this->get_str_2(); int32_t L_2516 = ___strpos1; NullCheck(L_2515); Il2CppChar L_2517 = String_get_Chars_m2986988803(L_2515, ((int32_t)il2cpp_codegen_subtract((int32_t)L_2516, (int32_t)1)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); Il2CppChar L_2518 = Char_ToLower_m844856331(NULL /*static, unused*/, L_2517, /*hidden argument*/NULL); V_125 = L_2518; Il2CppChar L_2519 = V_125; ByteU5BU5D_t4116647657* L_2520 = __this->get_program_1(); int32_t L_2521 = ___pc0; NullCheck(L_2520); int32_t L_2522 = ((int32_t)il2cpp_codegen_add((int32_t)L_2521, (int32_t)1)); uint8_t L_2523 = (L_2520)->GetAt(static_cast(L_2522)); if ((((int32_t)L_2519) < ((int32_t)L_2523))) { goto IL_3537; } } { Il2CppChar L_2524 = V_125; ByteU5BU5D_t4116647657* L_2525 = __this->get_program_1(); int32_t L_2526 = ___pc0; NullCheck(L_2525); int32_t L_2527 = ((int32_t)il2cpp_codegen_add((int32_t)L_2526, (int32_t)2)); uint8_t L_2528 = (L_2525)->GetAt(static_cast(L_2527)); if ((((int32_t)L_2524) <= ((int32_t)L_2528))) { goto IL_3563; } } IL_3537: { int32_t L_2529 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2529, (int32_t)3)); int32_t L_2530 = V_0; if (!L_2530) { goto IL_354b; } } { int32_t L_2531 = ___pc0; int32_t L_2532 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2531, (int32_t)1))) == ((uint32_t)L_2532)))) { goto IL_355e; } } IL_354b: { int32_t L_2533 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2533, (int32_t)1)); int32_t L_2534 = ___pc0; int32_t L_2535 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2534, (int32_t)1))) == ((uint32_t)L_2535)))) { goto IL_355e; } } { goto IL_3e1b; } IL_355e: { goto IL_0002; } IL_3563: { return (bool)0; } IL_3565: { int32_t L_2536 = ___strpos1; if ((((int32_t)L_2536) <= ((int32_t)0))) { goto IL_35e9; } } { String_t* L_2537 = __this->get_str_2(); int32_t L_2538 = ___strpos1; NullCheck(L_2537); Il2CppChar L_2539 = String_get_Chars_m2986988803(L_2537, ((int32_t)il2cpp_codegen_subtract((int32_t)L_2538, (int32_t)1)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); Il2CppChar L_2540 = Char_ToLower_m844856331(NULL /*static, unused*/, L_2539, /*hidden argument*/NULL); V_126 = L_2540; Il2CppChar L_2541 = V_126; ByteU5BU5D_t4116647657* L_2542 = __this->get_program_1(); int32_t L_2543 = ___pc0; NullCheck(L_2542); int32_t L_2544 = ((int32_t)il2cpp_codegen_add((int32_t)L_2543, (int32_t)1)); uint8_t L_2545 = (L_2542)->GetAt(static_cast(L_2544)); ByteU5BU5D_t4116647657* L_2546 = __this->get_program_1(); int32_t L_2547 = ___pc0; NullCheck(L_2546); int32_t L_2548 = ((int32_t)il2cpp_codegen_add((int32_t)L_2547, (int32_t)2)); uint8_t L_2549 = (L_2546)->GetAt(static_cast(L_2548)); if ((((int32_t)L_2541) < ((int32_t)((int32_t)((int32_t)L_2545|(int32_t)((int32_t)((int32_t)L_2549<<(int32_t)8))))))) { goto IL_35bd; } } { Il2CppChar L_2550 = V_126; ByteU5BU5D_t4116647657* L_2551 = __this->get_program_1(); int32_t L_2552 = ___pc0; NullCheck(L_2551); int32_t L_2553 = ((int32_t)il2cpp_codegen_add((int32_t)L_2552, (int32_t)3)); uint8_t L_2554 = (L_2551)->GetAt(static_cast(L_2553)); ByteU5BU5D_t4116647657* L_2555 = __this->get_program_1(); int32_t L_2556 = ___pc0; NullCheck(L_2555); int32_t L_2557 = ((int32_t)il2cpp_codegen_add((int32_t)L_2556, (int32_t)4)); uint8_t L_2558 = (L_2555)->GetAt(static_cast(L_2557)); if ((((int32_t)L_2550) <= ((int32_t)((int32_t)((int32_t)L_2554|(int32_t)((int32_t)((int32_t)L_2558<<(int32_t)8))))))) { goto IL_35e9; } } IL_35bd: { int32_t L_2559 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2559, (int32_t)5)); int32_t L_2560 = V_0; if (!L_2560) { goto IL_35d1; } } { int32_t L_2561 = ___pc0; int32_t L_2562 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2561, (int32_t)1))) == ((uint32_t)L_2562)))) { goto IL_35e4; } } IL_35d1: { int32_t L_2563 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2563, (int32_t)1)); int32_t L_2564 = ___pc0; int32_t L_2565 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2564, (int32_t)1))) == ((uint32_t)L_2565)))) { goto IL_35e4; } } { goto IL_3e1b; } IL_35e4: { goto IL_0002; } IL_35e9: { return (bool)0; } IL_35eb: { int32_t L_2566 = ___strpos1; if ((((int32_t)L_2566) <= ((int32_t)0))) { goto IL_3651; } } { String_t* L_2567 = __this->get_str_2(); int32_t L_2568 = ___strpos1; NullCheck(L_2567); Il2CppChar L_2569 = String_get_Chars_m2986988803(L_2567, ((int32_t)il2cpp_codegen_subtract((int32_t)L_2568, (int32_t)1)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); Il2CppChar L_2570 = Char_ToLower_m844856331(NULL /*static, unused*/, L_2569, /*hidden argument*/NULL); V_127 = L_2570; Il2CppChar L_2571 = V_127; ByteU5BU5D_t4116647657* L_2572 = __this->get_program_1(); int32_t L_2573 = ___pc0; NullCheck(L_2572); int32_t L_2574 = ((int32_t)il2cpp_codegen_add((int32_t)L_2573, (int32_t)1)); uint8_t L_2575 = (L_2572)->GetAt(static_cast(L_2574)); ByteU5BU5D_t4116647657* L_2576 = __this->get_program_1(); int32_t L_2577 = ___pc0; NullCheck(L_2576); int32_t L_2578 = ((int32_t)il2cpp_codegen_add((int32_t)L_2577, (int32_t)2)); uint8_t L_2579 = (L_2576)->GetAt(static_cast(L_2578)); if ((((int32_t)L_2571) == ((int32_t)((int32_t)((int32_t)L_2575|(int32_t)((int32_t)((int32_t)L_2579<<(int32_t)8))))))) { goto IL_3651; } } { int32_t L_2580 = ___pc0; ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2580, (int32_t)3)); int32_t L_2581 = V_0; if (!L_2581) { goto IL_3639; } } { int32_t L_2582 = ___pc0; int32_t L_2583 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2582, (int32_t)1))) == ((uint32_t)L_2583)))) { goto IL_364c; } } IL_3639: { int32_t L_2584 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2584, (int32_t)1)); int32_t L_2585 = ___pc0; int32_t L_2586 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2585, (int32_t)1))) == ((uint32_t)L_2586)))) { goto IL_364c; } } { goto IL_3e1b; } IL_364c: { goto IL_0002; } IL_3651: { return (bool)0; } IL_3653: { int32_t L_2587 = ___strpos1; if ((((int32_t)L_2587) <= ((int32_t)0))) { goto IL_36f4; } } { String_t* L_2588 = __this->get_str_2(); int32_t L_2589 = ___strpos1; NullCheck(L_2588); Il2CppChar L_2590 = String_get_Chars_m2986988803(L_2588, ((int32_t)il2cpp_codegen_subtract((int32_t)L_2589, (int32_t)1)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); Il2CppChar L_2591 = Char_ToLower_m844856331(NULL /*static, unused*/, L_2590, /*hidden argument*/NULL); V_128 = L_2591; Il2CppChar L_2592 = V_128; V_129 = L_2592; int32_t L_2593 = V_129; ByteU5BU5D_t4116647657* L_2594 = __this->get_program_1(); int32_t L_2595 = ___pc0; NullCheck(L_2594); int32_t L_2596 = ((int32_t)il2cpp_codegen_add((int32_t)L_2595, (int32_t)1)); uint8_t L_2597 = (L_2594)->GetAt(static_cast(L_2596)); V_129 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2593, (int32_t)L_2597)); ByteU5BU5D_t4116647657* L_2598 = __this->get_program_1(); int32_t L_2599 = ___pc0; NullCheck(L_2598); int32_t L_2600 = ((int32_t)il2cpp_codegen_add((int32_t)L_2599, (int32_t)2)); uint8_t L_2601 = (L_2598)->GetAt(static_cast(L_2600)); V_1 = L_2601; int32_t L_2602 = V_129; if ((((int32_t)L_2602) < ((int32_t)0))) { goto IL_36bd; } } { int32_t L_2603 = V_129; int32_t L_2604 = V_1; if ((((int32_t)L_2603) >= ((int32_t)((int32_t)((int32_t)L_2604<<(int32_t)3))))) { goto IL_36bd; } } { ByteU5BU5D_t4116647657* L_2605 = __this->get_program_1(); int32_t L_2606 = ___pc0; int32_t L_2607 = V_129; NullCheck(L_2605); int32_t L_2608 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2606, (int32_t)3)), (int32_t)((int32_t)((int32_t)L_2607>>(int32_t)3)))); uint8_t L_2609 = (L_2605)->GetAt(static_cast(L_2608)); int32_t L_2610 = V_129; if (((int32_t)((int32_t)L_2609&(int32_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_2610&(int32_t)7))&(int32_t)((int32_t)31)))))))) { goto IL_36f4; } } IL_36bd: { int32_t L_2611 = ___pc0; ByteU5BU5D_t4116647657* L_2612 = __this->get_program_1(); int32_t L_2613 = ___pc0; NullCheck(L_2612); int32_t L_2614 = ((int32_t)il2cpp_codegen_add((int32_t)L_2613, (int32_t)2)); uint8_t L_2615 = (L_2612)->GetAt(static_cast(L_2614)); ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2611, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_2615)))); int32_t L_2616 = V_0; if (!L_2616) { goto IL_36dc; } } { int32_t L_2617 = ___pc0; int32_t L_2618 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2617, (int32_t)1))) == ((uint32_t)L_2618)))) { goto IL_36ef; } } IL_36dc: { int32_t L_2619 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2619, (int32_t)1)); int32_t L_2620 = ___pc0; int32_t L_2621 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2620, (int32_t)1))) == ((uint32_t)L_2621)))) { goto IL_36ef; } } { goto IL_3e1b; } IL_36ef: { goto IL_0002; } IL_36f4: { return (bool)0; } IL_36f6: { int32_t L_2622 = ___strpos1; if ((((int32_t)L_2622) <= ((int32_t)0))) { goto IL_37be; } } { String_t* L_2623 = __this->get_str_2(); int32_t L_2624 = ___strpos1; NullCheck(L_2623); Il2CppChar L_2625 = String_get_Chars_m2986988803(L_2623, ((int32_t)il2cpp_codegen_subtract((int32_t)L_2624, (int32_t)1)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); Il2CppChar L_2626 = Char_ToLower_m844856331(NULL /*static, unused*/, L_2625, /*hidden argument*/NULL); V_130 = L_2626; Il2CppChar L_2627 = V_130; V_131 = L_2627; int32_t L_2628 = V_131; ByteU5BU5D_t4116647657* L_2629 = __this->get_program_1(); int32_t L_2630 = ___pc0; NullCheck(L_2629); int32_t L_2631 = ((int32_t)il2cpp_codegen_add((int32_t)L_2630, (int32_t)1)); uint8_t L_2632 = (L_2629)->GetAt(static_cast(L_2631)); ByteU5BU5D_t4116647657* L_2633 = __this->get_program_1(); int32_t L_2634 = ___pc0; NullCheck(L_2633); int32_t L_2635 = ((int32_t)il2cpp_codegen_add((int32_t)L_2634, (int32_t)2)); uint8_t L_2636 = (L_2633)->GetAt(static_cast(L_2635)); V_131 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2628, (int32_t)((int32_t)((int32_t)L_2632|(int32_t)((int32_t)((int32_t)L_2636<<(int32_t)8)))))); ByteU5BU5D_t4116647657* L_2637 = __this->get_program_1(); int32_t L_2638 = ___pc0; NullCheck(L_2637); int32_t L_2639 = ((int32_t)il2cpp_codegen_add((int32_t)L_2638, (int32_t)3)); uint8_t L_2640 = (L_2637)->GetAt(static_cast(L_2639)); ByteU5BU5D_t4116647657* L_2641 = __this->get_program_1(); int32_t L_2642 = ___pc0; NullCheck(L_2641); int32_t L_2643 = ((int32_t)il2cpp_codegen_add((int32_t)L_2642, (int32_t)4)); uint8_t L_2644 = (L_2641)->GetAt(static_cast(L_2643)); V_1 = ((int32_t)((int32_t)L_2640|(int32_t)((int32_t)((int32_t)L_2644<<(int32_t)8)))); int32_t L_2645 = V_131; if ((((int32_t)L_2645) < ((int32_t)0))) { goto IL_377a; } } { int32_t L_2646 = V_131; int32_t L_2647 = V_1; if ((((int32_t)L_2646) >= ((int32_t)((int32_t)((int32_t)L_2647<<(int32_t)3))))) { goto IL_377a; } } { ByteU5BU5D_t4116647657* L_2648 = __this->get_program_1(); int32_t L_2649 = ___pc0; int32_t L_2650 = V_131; NullCheck(L_2648); int32_t L_2651 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2649, (int32_t)5)), (int32_t)((int32_t)((int32_t)L_2650>>(int32_t)3)))); uint8_t L_2652 = (L_2648)->GetAt(static_cast(L_2651)); int32_t L_2653 = V_131; if (((int32_t)((int32_t)L_2652&(int32_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_2653&(int32_t)7))&(int32_t)((int32_t)31)))))))) { goto IL_37be; } } IL_377a: { int32_t L_2654 = ___pc0; ByteU5BU5D_t4116647657* L_2655 = __this->get_program_1(); int32_t L_2656 = ___pc0; NullCheck(L_2655); int32_t L_2657 = ((int32_t)il2cpp_codegen_add((int32_t)L_2656, (int32_t)3)); uint8_t L_2658 = (L_2655)->GetAt(static_cast(L_2657)); ByteU5BU5D_t4116647657* L_2659 = __this->get_program_1(); int32_t L_2660 = ___pc0; NullCheck(L_2659); int32_t L_2661 = ((int32_t)il2cpp_codegen_add((int32_t)L_2660, (int32_t)4)); uint8_t L_2662 = (L_2659)->GetAt(static_cast(L_2661)); ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2654, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)5, (int32_t)((int32_t)((int32_t)L_2658|(int32_t)((int32_t)((int32_t)L_2662<<(int32_t)8)))))))); int32_t L_2663 = V_0; if (!L_2663) { goto IL_37a6; } } { int32_t L_2664 = ___pc0; int32_t L_2665 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2664, (int32_t)1))) == ((uint32_t)L_2665)))) { goto IL_37b9; } } IL_37a6: { int32_t L_2666 = ___strpos1; ___strpos1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2666, (int32_t)1)); int32_t L_2667 = ___pc0; int32_t L_2668 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2667, (int32_t)1))) == ((uint32_t)L_2668)))) { goto IL_37b9; } } { goto IL_3e1b; } IL_37b9: { goto IL_0002; } IL_37be: { return (bool)0; } IL_37c0: { V_132 = 0; int32_t L_2669 = ___pc0; int32_t L_2670 = ___strpos1; bool L_2671 = RxInterpreter_EvalByteCode_m4191728775(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_2669, (int32_t)3)), L_2670, (&V_132), /*hidden argument*/NULL); if (!L_2671) { goto IL_37da; } } { int32_t* L_2672 = ___strpos_result2; int32_t L_2673 = V_132; *((int32_t*)(L_2672)) = (int32_t)L_2673; return (bool)1; } IL_37da: { int32_t L_2674 = ___pc0; ByteU5BU5D_t4116647657* L_2675 = __this->get_program_1(); int32_t L_2676 = ___pc0; NullCheck(L_2675); int32_t L_2677 = ((int32_t)il2cpp_codegen_add((int32_t)L_2676, (int32_t)1)); uint8_t L_2678 = (L_2675)->GetAt(static_cast(L_2677)); ByteU5BU5D_t4116647657* L_2679 = __this->get_program_1(); int32_t L_2680 = ___pc0; NullCheck(L_2679); int32_t L_2681 = ((int32_t)il2cpp_codegen_add((int32_t)L_2680, (int32_t)2)); uint8_t L_2682 = (L_2679)->GetAt(static_cast(L_2681)); ___pc0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2674, (int32_t)((int32_t)((int32_t)L_2678|(int32_t)((int32_t)((int32_t)L_2682<<(int32_t)8)))))); goto IL_0002; } IL_37fa: { V_133 = 0; RepeatContext_t2643093670 * L_2683 = __this->get_repeat_12(); ByteU5BU5D_t4116647657* L_2684 = __this->get_program_1(); int32_t L_2685 = ___pc0; IL2CPP_RUNTIME_CLASS_INIT(RxInterpreter_t3591201055_il2cpp_TypeInfo_var); int32_t L_2686 = RxInterpreter_ReadInt_m1222413749(NULL /*static, unused*/, L_2684, ((int32_t)il2cpp_codegen_add((int32_t)L_2685, (int32_t)3)), /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_2687 = __this->get_program_1(); int32_t L_2688 = ___pc0; int32_t L_2689 = RxInterpreter_ReadInt_m1222413749(NULL /*static, unused*/, L_2687, ((int32_t)il2cpp_codegen_add((int32_t)L_2688, (int32_t)7)), /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_2690 = __this->get_program_1(); int32_t L_2691 = ___pc0; NullCheck(L_2690); int32_t L_2692 = L_2691; uint8_t L_2693 = (L_2690)->GetAt(static_cast(L_2692)); int32_t L_2694 = ___pc0; RepeatContext_t2643093670 * L_2695 = (RepeatContext_t2643093670 *)il2cpp_codegen_object_new(RepeatContext_t2643093670_il2cpp_TypeInfo_var); RepeatContext__ctor_m1902105768(L_2695, L_2683, L_2686, L_2689, (bool)((((int32_t)L_2693) == ((int32_t)((int32_t)153)))? 1 : 0), ((int32_t)il2cpp_codegen_add((int32_t)L_2694, (int32_t)((int32_t)11))), /*hidden argument*/NULL); __this->set_repeat_12(L_2695); int32_t L_2696 = ___pc0; ByteU5BU5D_t4116647657* L_2697 = __this->get_program_1(); int32_t L_2698 = ___pc0; NullCheck(L_2697); int32_t L_2699 = ((int32_t)il2cpp_codegen_add((int32_t)L_2698, (int32_t)1)); uint8_t L_2700 = (L_2697)->GetAt(static_cast(L_2699)); ByteU5BU5D_t4116647657* L_2701 = __this->get_program_1(); int32_t L_2702 = ___pc0; NullCheck(L_2701); int32_t L_2703 = ((int32_t)il2cpp_codegen_add((int32_t)L_2702, (int32_t)2)); uint8_t L_2704 = (L_2701)->GetAt(static_cast(L_2703)); V_134 = ((int32_t)il2cpp_codegen_add((int32_t)L_2696, (int32_t)((int32_t)((int32_t)L_2700|(int32_t)((int32_t)((int32_t)L_2704<<(int32_t)8)))))); int32_t L_2705 = V_134; int32_t L_2706 = ___strpos1; bool L_2707 = RxInterpreter_EvalByteCode_m4191728775(__this, L_2705, L_2706, (&V_133), /*hidden argument*/NULL); if (L_2707) { goto IL_387b; } } { RepeatContext_t2643093670 * L_2708 = __this->get_repeat_12(); NullCheck(L_2708); RepeatContext_t2643093670 * L_2709 = RepeatContext_get_Previous_m1523272420(L_2708, /*hidden argument*/NULL); __this->set_repeat_12(L_2709); return (bool)0; } IL_387b: { int32_t L_2710 = V_133; ___strpos1 = L_2710; int32_t* L_2711 = ___strpos_result2; int32_t L_2712 = ___strpos1; *((int32_t*)(L_2711)) = (int32_t)L_2712; return (bool)1; } IL_3884: { RepeatContext_t2643093670 * L_2713 = __this->get_repeat_12(); V_135 = L_2713; V_136 = 0; RepeatContext_t2643093670 * L_2714 = __this->get_deep_13(); RepeatContext_t2643093670 * L_2715 = V_135; if ((!(((RuntimeObject*)(RepeatContext_t2643093670 *)L_2714) == ((RuntimeObject*)(RepeatContext_t2643093670 *)L_2715)))) { goto IL_38a1; } } { goto IL_3e14; } IL_38a1: { RepeatContext_t2643093670 * L_2716 = V_135; NullCheck(L_2716); int32_t L_2717 = RepeatContext_get_Start_m4287323211(L_2716, /*hidden argument*/NULL); V_2 = L_2717; RepeatContext_t2643093670 * L_2718 = V_135; NullCheck(L_2718); int32_t L_2719 = RepeatContext_get_Count_m1269420855(L_2718, /*hidden argument*/NULL); V_137 = L_2719; goto IL_3917; } IL_38b7: { RepeatContext_t2643093670 * L_2720 = V_135; RepeatContext_t2643093670 * L_2721 = L_2720; NullCheck(L_2721); int32_t L_2722 = RepeatContext_get_Count_m1269420855(L_2721, /*hidden argument*/NULL); NullCheck(L_2721); RepeatContext_set_Count_m2456420754(L_2721, ((int32_t)il2cpp_codegen_add((int32_t)L_2722, (int32_t)1)), /*hidden argument*/NULL); RepeatContext_t2643093670 * L_2723 = V_135; int32_t L_2724 = ___strpos1; NullCheck(L_2723); RepeatContext_set_Start_m2802461639(L_2723, L_2724, /*hidden argument*/NULL); RepeatContext_t2643093670 * L_2725 = V_135; __this->set_deep_13(L_2725); RepeatContext_t2643093670 * L_2726 = V_135; NullCheck(L_2726); int32_t L_2727 = RepeatContext_get_Expression_m808208760(L_2726, /*hidden argument*/NULL); int32_t L_2728 = ___strpos1; bool L_2729 = RxInterpreter_EvalByteCode_m4191728775(__this, L_2727, L_2728, (&V_136), /*hidden argument*/NULL); if (L_2729) { goto IL_3901; } } { RepeatContext_t2643093670 * L_2730 = V_135; int32_t L_2731 = V_2; NullCheck(L_2730); RepeatContext_set_Start_m2802461639(L_2730, L_2731, /*hidden argument*/NULL); RepeatContext_t2643093670 * L_2732 = V_135; int32_t L_2733 = V_137; NullCheck(L_2732); RepeatContext_set_Count_m2456420754(L_2732, L_2733, /*hidden argument*/NULL); goto IL_3e19; } IL_3901: { int32_t L_2734 = V_136; ___strpos1 = L_2734; RepeatContext_t2643093670 * L_2735 = __this->get_deep_13(); RepeatContext_t2643093670 * L_2736 = V_135; if ((((RuntimeObject*)(RepeatContext_t2643093670 *)L_2735) == ((RuntimeObject*)(RepeatContext_t2643093670 *)L_2736))) { goto IL_3917; } } { goto IL_3e14; } IL_3917: { RepeatContext_t2643093670 * L_2737 = V_135; NullCheck(L_2737); bool L_2738 = RepeatContext_get_IsMinimum_m4075534409(L_2737, /*hidden argument*/NULL); if (!L_2738) { goto IL_38b7; } } { int32_t L_2739 = ___strpos1; RepeatContext_t2643093670 * L_2740 = V_135; NullCheck(L_2740); int32_t L_2741 = RepeatContext_get_Start_m4287323211(L_2740, /*hidden argument*/NULL); if ((!(((uint32_t)L_2739) == ((uint32_t)L_2741)))) { goto IL_396b; } } { RepeatContext_t2643093670 * L_2742 = V_135; NullCheck(L_2742); RepeatContext_t2643093670 * L_2743 = RepeatContext_get_Previous_m1523272420(L_2742, /*hidden argument*/NULL); __this->set_repeat_12(L_2743); __this->set_deep_13((RepeatContext_t2643093670 *)NULL); int32_t L_2744 = ___pc0; int32_t L_2745 = ___strpos1; bool L_2746 = RxInterpreter_EvalByteCode_m4191728775(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_2744, (int32_t)1)), L_2745, (&V_136), /*hidden argument*/NULL); if (!L_2746) { goto IL_395e; } } { int32_t L_2747 = V_136; ___strpos1 = L_2747; goto IL_3e14; } IL_395e: { RepeatContext_t2643093670 * L_2748 = V_135; __this->set_repeat_12(L_2748); goto IL_3e19; } IL_396b: { RepeatContext_t2643093670 * L_2749 = V_135; NullCheck(L_2749); bool L_2750 = RepeatContext_get_IsLazy_m2481438702(L_2749, /*hidden argument*/NULL); if (!L_2750) { goto IL_3a4a; } } { goto IL_3a45; } IL_397c: { RepeatContext_t2643093670 * L_2751 = V_135; NullCheck(L_2751); RepeatContext_t2643093670 * L_2752 = RepeatContext_get_Previous_m1523272420(L_2751, /*hidden argument*/NULL); __this->set_repeat_12(L_2752); __this->set_deep_13((RepeatContext_t2643093670 *)NULL); int32_t L_2753 = RxInterpreter_Checkpoint_m3813622657(__this, /*hidden argument*/NULL); V_138 = L_2753; int32_t L_2754 = ___pc0; int32_t L_2755 = ___strpos1; bool L_2756 = RxInterpreter_EvalByteCode_m4191728775(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_2754, (int32_t)1)), L_2755, (&V_136), /*hidden argument*/NULL); if (!L_2756) { goto IL_39b2; } } { int32_t L_2757 = V_136; ___strpos1 = L_2757; goto IL_3e14; } IL_39b2: { int32_t L_2758 = V_138; RxInterpreter_Backtrack_m1663655568(__this, L_2758, /*hidden argument*/NULL); RepeatContext_t2643093670 * L_2759 = V_135; __this->set_repeat_12(L_2759); RepeatContext_t2643093670 * L_2760 = V_135; NullCheck(L_2760); bool L_2761 = RepeatContext_get_IsMaximum_m2502195335(L_2760, /*hidden argument*/NULL); if (!L_2761) { goto IL_39d3; } } { goto IL_3e19; } IL_39d3: { RepeatContext_t2643093670 * L_2762 = V_135; RepeatContext_t2643093670 * L_2763 = L_2762; NullCheck(L_2763); int32_t L_2764 = RepeatContext_get_Count_m1269420855(L_2763, /*hidden argument*/NULL); NullCheck(L_2763); RepeatContext_set_Count_m2456420754(L_2763, ((int32_t)il2cpp_codegen_add((int32_t)L_2764, (int32_t)1)), /*hidden argument*/NULL); RepeatContext_t2643093670 * L_2765 = V_135; int32_t L_2766 = ___strpos1; NullCheck(L_2765); RepeatContext_set_Start_m2802461639(L_2765, L_2766, /*hidden argument*/NULL); RepeatContext_t2643093670 * L_2767 = V_135; __this->set_deep_13(L_2767); RepeatContext_t2643093670 * L_2768 = V_135; NullCheck(L_2768); int32_t L_2769 = RepeatContext_get_Expression_m808208760(L_2768, /*hidden argument*/NULL); int32_t L_2770 = ___strpos1; bool L_2771 = RxInterpreter_EvalByteCode_m4191728775(__this, L_2769, L_2770, (&V_136), /*hidden argument*/NULL); if (L_2771) { goto IL_3a1d; } } { RepeatContext_t2643093670 * L_2772 = V_135; int32_t L_2773 = V_2; NullCheck(L_2772); RepeatContext_set_Start_m2802461639(L_2772, L_2773, /*hidden argument*/NULL); RepeatContext_t2643093670 * L_2774 = V_135; int32_t L_2775 = V_137; NullCheck(L_2774); RepeatContext_set_Count_m2456420754(L_2774, L_2775, /*hidden argument*/NULL); goto IL_3e19; } IL_3a1d: { int32_t L_2776 = V_136; ___strpos1 = L_2776; RepeatContext_t2643093670 * L_2777 = __this->get_deep_13(); RepeatContext_t2643093670 * L_2778 = V_135; if ((((RuntimeObject*)(RepeatContext_t2643093670 *)L_2777) == ((RuntimeObject*)(RepeatContext_t2643093670 *)L_2778))) { goto IL_3a33; } } { goto IL_3e14; } IL_3a33: { int32_t L_2779 = ___strpos1; RepeatContext_t2643093670 * L_2780 = V_135; NullCheck(L_2780); int32_t L_2781 = RepeatContext_get_Start_m4287323211(L_2780, /*hidden argument*/NULL); if ((!(((uint32_t)L_2779) == ((uint32_t)L_2781)))) { goto IL_3a45; } } { goto IL_3e19; } IL_3a45: { goto IL_397c; } IL_3a4a: { IntStack_t561212167 * L_2782 = __this->get_address_of_stack_11(); int32_t L_2783 = IntStack_get_Count_m1029519407(L_2782, /*hidden argument*/NULL); V_139 = L_2783; goto IL_3b38; } IL_3a5c: { int32_t L_2784 = RxInterpreter_Checkpoint_m3813622657(__this, /*hidden argument*/NULL); V_140 = L_2784; int32_t L_2785 = ___strpos1; V_141 = L_2785; RepeatContext_t2643093670 * L_2786 = V_135; NullCheck(L_2786); int32_t L_2787 = RepeatContext_get_Start_m4287323211(L_2786, /*hidden argument*/NULL); V_142 = L_2787; RepeatContext_t2643093670 * L_2788 = V_135; RepeatContext_t2643093670 * L_2789 = L_2788; NullCheck(L_2789); int32_t L_2790 = RepeatContext_get_Count_m1269420855(L_2789, /*hidden argument*/NULL); NullCheck(L_2789); RepeatContext_set_Count_m2456420754(L_2789, ((int32_t)il2cpp_codegen_add((int32_t)L_2790, (int32_t)1)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(RxInterpreter_t3591201055_il2cpp_TypeInfo_var); bool L_2791 = ((RxInterpreter_t3591201055_StaticFields*)il2cpp_codegen_static_fields_for(RxInterpreter_t3591201055_il2cpp_TypeInfo_var))->get_trace_rx_14(); if (!L_2791) { goto IL_3a9f; } } { RepeatContext_t2643093670 * L_2792 = V_135; NullCheck(L_2792); int32_t L_2793 = RepeatContext_get_Count_m1269420855(L_2792, /*hidden argument*/NULL); int32_t L_2794 = L_2793; RuntimeObject * L_2795 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_2794); IL2CPP_RUNTIME_CLASS_INIT(Console_t3208230065_il2cpp_TypeInfo_var); Console_WriteLine_m2778709202(NULL /*static, unused*/, _stringLiteral953520958, L_2795, /*hidden argument*/NULL); } IL_3a9f: { RepeatContext_t2643093670 * L_2796 = V_135; int32_t L_2797 = ___strpos1; NullCheck(L_2796); RepeatContext_set_Start_m2802461639(L_2796, L_2797, /*hidden argument*/NULL); RepeatContext_t2643093670 * L_2798 = V_135; __this->set_deep_13(L_2798); RepeatContext_t2643093670 * L_2799 = V_135; NullCheck(L_2799); int32_t L_2800 = RepeatContext_get_Expression_m808208760(L_2799, /*hidden argument*/NULL); int32_t L_2801 = ___strpos1; bool L_2802 = RxInterpreter_EvalByteCode_m4191728775(__this, L_2800, L_2801, (&V_136), /*hidden argument*/NULL); if (L_2802) { goto IL_3ae9; } } { RepeatContext_t2643093670 * L_2803 = V_135; RepeatContext_t2643093670 * L_2804 = L_2803; NullCheck(L_2804); int32_t L_2805 = RepeatContext_get_Count_m1269420855(L_2804, /*hidden argument*/NULL); NullCheck(L_2804); RepeatContext_set_Count_m2456420754(L_2804, ((int32_t)il2cpp_codegen_subtract((int32_t)L_2805, (int32_t)1)), /*hidden argument*/NULL); RepeatContext_t2643093670 * L_2806 = V_135; int32_t L_2807 = V_142; NullCheck(L_2806); RepeatContext_set_Start_m2802461639(L_2806, L_2807, /*hidden argument*/NULL); int32_t L_2808 = V_140; RxInterpreter_Backtrack_m1663655568(__this, L_2808, /*hidden argument*/NULL); goto IL_3b44; } IL_3ae9: { int32_t L_2809 = V_136; ___strpos1 = L_2809; RepeatContext_t2643093670 * L_2810 = __this->get_deep_13(); RepeatContext_t2643093670 * L_2811 = V_135; if ((((RuntimeObject*)(RepeatContext_t2643093670 *)L_2810) == ((RuntimeObject*)(RepeatContext_t2643093670 *)L_2811))) { goto IL_3b0c; } } { IntStack_t561212167 * L_2812 = __this->get_address_of_stack_11(); int32_t L_2813 = V_139; IntStack_set_Count_m1087380855(L_2812, L_2813, /*hidden argument*/NULL); goto IL_3e14; } IL_3b0c: { IntStack_t561212167 * L_2814 = __this->get_address_of_stack_11(); int32_t L_2815 = V_140; IntStack_Push_m1312878436(L_2814, L_2815, /*hidden argument*/NULL); IntStack_t561212167 * L_2816 = __this->get_address_of_stack_11(); int32_t L_2817 = V_141; IntStack_Push_m1312878436(L_2816, L_2817, /*hidden argument*/NULL); int32_t L_2818 = ___strpos1; RepeatContext_t2643093670 * L_2819 = V_135; NullCheck(L_2819); int32_t L_2820 = RepeatContext_get_Start_m4287323211(L_2819, /*hidden argument*/NULL); if ((!(((uint32_t)L_2818) == ((uint32_t)L_2820)))) { goto IL_3b38; } } { goto IL_3b44; } IL_3b38: { RepeatContext_t2643093670 * L_2821 = V_135; NullCheck(L_2821); bool L_2822 = RepeatContext_get_IsMaximum_m2502195335(L_2821, /*hidden argument*/NULL); if (!L_2822) { goto IL_3a5c; } } IL_3b44: { IL2CPP_RUNTIME_CLASS_INIT(RxInterpreter_t3591201055_il2cpp_TypeInfo_var); bool L_2823 = ((RxInterpreter_t3591201055_StaticFields*)il2cpp_codegen_static_fields_for(RxInterpreter_t3591201055_il2cpp_TypeInfo_var))->get_trace_rx_14(); if (!L_2823) { goto IL_3b66; } } { int32_t L_2824 = ___strpos1; int32_t L_2825 = L_2824; RuntimeObject * L_2826 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_2825); int32_t L_2827 = ___pc0; int32_t L_2828 = ((int32_t)il2cpp_codegen_add((int32_t)L_2827, (int32_t)1)); RuntimeObject * L_2829 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_2828); IL2CPP_RUNTIME_CLASS_INIT(Console_t3208230065_il2cpp_TypeInfo_var); Console_WriteLine_m398426893(NULL /*static, unused*/, _stringLiteral2138130838, L_2826, L_2829, /*hidden argument*/NULL); } IL_3b66: { RepeatContext_t2643093670 * L_2830 = V_135; NullCheck(L_2830); RepeatContext_t2643093670 * L_2831 = RepeatContext_get_Previous_m1523272420(L_2830, /*hidden argument*/NULL); __this->set_repeat_12(L_2831); goto IL_3c1e; } IL_3b78: { __this->set_deep_13((RepeatContext_t2643093670 *)NULL); int32_t L_2832 = ___pc0; int32_t L_2833 = ___strpos1; bool L_2834 = RxInterpreter_EvalByteCode_m4191728775(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_2832, (int32_t)1)), L_2833, (&V_136), /*hidden argument*/NULL); if (!L_2834) { goto IL_3ba6; } } { int32_t L_2835 = V_136; ___strpos1 = L_2835; IntStack_t561212167 * L_2836 = __this->get_address_of_stack_11(); int32_t L_2837 = V_139; IntStack_set_Count_m1087380855(L_2836, L_2837, /*hidden argument*/NULL); goto IL_3e14; } IL_3ba6: { IntStack_t561212167 * L_2838 = __this->get_address_of_stack_11(); int32_t L_2839 = IntStack_get_Count_m1029519407(L_2838, /*hidden argument*/NULL); int32_t L_2840 = V_139; if ((!(((uint32_t)L_2839) == ((uint32_t)L_2840)))) { goto IL_3bc5; } } { RepeatContext_t2643093670 * L_2841 = V_135; __this->set_repeat_12(L_2841); goto IL_3e19; } IL_3bc5: { RepeatContext_t2643093670 * L_2842 = V_135; RepeatContext_t2643093670 * L_2843 = L_2842; NullCheck(L_2843); int32_t L_2844 = RepeatContext_get_Count_m1269420855(L_2843, /*hidden argument*/NULL); NullCheck(L_2843); RepeatContext_set_Count_m2456420754(L_2843, ((int32_t)il2cpp_codegen_subtract((int32_t)L_2844, (int32_t)1)), /*hidden argument*/NULL); IntStack_t561212167 * L_2845 = __this->get_address_of_stack_11(); int32_t L_2846 = IntStack_Pop_m1434987809(L_2845, /*hidden argument*/NULL); ___strpos1 = L_2846; IntStack_t561212167 * L_2847 = __this->get_address_of_stack_11(); int32_t L_2848 = IntStack_Pop_m1434987809(L_2847, /*hidden argument*/NULL); RxInterpreter_Backtrack_m1663655568(__this, L_2848, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(RxInterpreter_t3591201055_il2cpp_TypeInfo_var); bool L_2849 = ((RxInterpreter_t3591201055_StaticFields*)il2cpp_codegen_static_fields_for(RxInterpreter_t3591201055_il2cpp_TypeInfo_var))->get_trace_rx_14(); if (!L_2849) { goto IL_3c1e; } } { int32_t L_2850 = ___strpos1; int32_t L_2851 = L_2850; RuntimeObject * L_2852 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_2851); RepeatContext_t2643093670 * L_2853 = V_135; NullCheck(L_2853); int32_t L_2854 = RepeatContext_get_Expression_m808208760(L_2853, /*hidden argument*/NULL); int32_t L_2855 = L_2854; RuntimeObject * L_2856 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_2855); int32_t L_2857 = ___pc0; int32_t L_2858 = L_2857; RuntimeObject * L_2859 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_2858); IL2CPP_RUNTIME_CLASS_INIT(Console_t3208230065_il2cpp_TypeInfo_var); Console_WriteLine_m2144370159(NULL /*static, unused*/, _stringLiteral1141440734, L_2852, L_2856, L_2859, /*hidden argument*/NULL); } IL_3c1e: { goto IL_3b78; } IL_3c23: { ByteU5BU5D_t4116647657* L_2860 = __this->get_program_1(); int32_t L_2861 = ___pc0; NullCheck(L_2860); int32_t L_2862 = L_2861; uint8_t L_2863 = (L_2860)->GetAt(static_cast(L_2862)); V_143 = (bool)((((int32_t)L_2863) == ((int32_t)((int32_t)156)))? 1 : 0); V_144 = 0; int32_t L_2864 = ___pc0; ByteU5BU5D_t4116647657* L_2865 = __this->get_program_1(); int32_t L_2866 = ___pc0; NullCheck(L_2865); int32_t L_2867 = ((int32_t)il2cpp_codegen_add((int32_t)L_2866, (int32_t)1)); uint8_t L_2868 = (L_2865)->GetAt(static_cast(L_2867)); ByteU5BU5D_t4116647657* L_2869 = __this->get_program_1(); int32_t L_2870 = ___pc0; NullCheck(L_2869); int32_t L_2871 = ((int32_t)il2cpp_codegen_add((int32_t)L_2870, (int32_t)2)); uint8_t L_2872 = (L_2869)->GetAt(static_cast(L_2871)); V_145 = ((int32_t)il2cpp_codegen_add((int32_t)L_2864, (int32_t)((int32_t)((int32_t)L_2868|(int32_t)((int32_t)((int32_t)L_2872<<(int32_t)8)))))); ByteU5BU5D_t4116647657* L_2873 = __this->get_program_1(); int32_t L_2874 = ___pc0; IL2CPP_RUNTIME_CLASS_INIT(RxInterpreter_t3591201055_il2cpp_TypeInfo_var); int32_t L_2875 = RxInterpreter_ReadInt_m1222413749(NULL /*static, unused*/, L_2873, ((int32_t)il2cpp_codegen_add((int32_t)L_2874, (int32_t)3)), /*hidden argument*/NULL); V_2 = L_2875; ByteU5BU5D_t4116647657* L_2876 = __this->get_program_1(); int32_t L_2877 = ___pc0; int32_t L_2878 = RxInterpreter_ReadInt_m1222413749(NULL /*static, unused*/, L_2876, ((int32_t)il2cpp_codegen_add((int32_t)L_2877, (int32_t)7)), /*hidden argument*/NULL); V_3 = L_2878; V_1 = 0; __this->set_deep_13((RepeatContext_t2643093670 *)NULL); goto IL_3c9a; } IL_3c7e: { int32_t L_2879 = ___pc0; int32_t L_2880 = ___strpos1; bool L_2881 = RxInterpreter_EvalByteCode_m4191728775(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_2879, (int32_t)((int32_t)11))), L_2880, (&V_144), /*hidden argument*/NULL); if (L_2881) { goto IL_3c92; } } { return (bool)0; } IL_3c92: { int32_t L_2882 = V_144; ___strpos1 = L_2882; int32_t L_2883 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_2883, (int32_t)1)); } IL_3c9a: { int32_t L_2884 = V_1; int32_t L_2885 = V_2; if ((((int32_t)L_2884) < ((int32_t)L_2885))) { goto IL_3c7e; } } { bool L_2886 = V_143; if (!L_2886) { goto IL_3cfb; } } IL_3ca8: { int32_t L_2887 = RxInterpreter_Checkpoint_m3813622657(__this, /*hidden argument*/NULL); V_146 = L_2887; int32_t L_2888 = V_145; int32_t L_2889 = ___strpos1; bool L_2890 = RxInterpreter_EvalByteCode_m4191728775(__this, L_2888, L_2889, (&V_144), /*hidden argument*/NULL); if (!L_2890) { goto IL_3cc9; } } { int32_t L_2891 = V_144; ___strpos1 = L_2891; goto IL_3de1; } IL_3cc9: { int32_t L_2892 = V_146; RxInterpreter_Backtrack_m1663655568(__this, L_2892, /*hidden argument*/NULL); int32_t L_2893 = V_1; int32_t L_2894 = V_3; if ((((int32_t)L_2893) < ((int32_t)L_2894))) { goto IL_3cda; } } { return (bool)0; } IL_3cda: { int32_t L_2895 = ___pc0; int32_t L_2896 = ___strpos1; bool L_2897 = RxInterpreter_EvalByteCode_m4191728775(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_2895, (int32_t)((int32_t)11))), L_2896, (&V_144), /*hidden argument*/NULL); if (L_2897) { goto IL_3cee; } } { return (bool)0; } IL_3cee: { int32_t L_2898 = V_144; ___strpos1 = L_2898; int32_t L_2899 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_2899, (int32_t)1)); goto IL_3ca8; } IL_3cfb: { IntStack_t561212167 * L_2900 = __this->get_address_of_stack_11(); int32_t L_2901 = IntStack_get_Count_m1029519407(L_2900, /*hidden argument*/NULL); V_147 = L_2901; goto IL_3d55; } IL_3d0d: { int32_t L_2902 = RxInterpreter_Checkpoint_m3813622657(__this, /*hidden argument*/NULL); V_148 = L_2902; int32_t L_2903 = ___pc0; int32_t L_2904 = ___strpos1; bool L_2905 = RxInterpreter_EvalByteCode_m4191728775(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_2903, (int32_t)((int32_t)11))), L_2904, (&V_144), /*hidden argument*/NULL); if (L_2905) { goto IL_3d34; } } { int32_t L_2906 = V_148; RxInterpreter_Backtrack_m1663655568(__this, L_2906, /*hidden argument*/NULL); goto IL_3d5c; } IL_3d34: { IntStack_t561212167 * L_2907 = __this->get_address_of_stack_11(); int32_t L_2908 = V_148; IntStack_Push_m1312878436(L_2907, L_2908, /*hidden argument*/NULL); IntStack_t561212167 * L_2909 = __this->get_address_of_stack_11(); int32_t L_2910 = ___strpos1; IntStack_Push_m1312878436(L_2909, L_2910, /*hidden argument*/NULL); int32_t L_2911 = V_144; ___strpos1 = L_2911; int32_t L_2912 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_2912, (int32_t)1)); } IL_3d55: { int32_t L_2913 = V_1; int32_t L_2914 = V_3; if ((((int32_t)L_2913) < ((int32_t)L_2914))) { goto IL_3d0d; } } IL_3d5c: { int32_t L_2915 = V_145; int32_t L_2916 = ___pc0; if ((((int32_t)L_2915) > ((int32_t)L_2916))) { goto IL_3d6a; } } { Exception_t * L_2917 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m213470898(L_2917, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2917,RxInterpreter_EvalByteCode_m4191728775_RuntimeMethod_var); } IL_3d6a: { int32_t L_2918 = V_145; int32_t L_2919 = ___strpos1; bool L_2920 = RxInterpreter_EvalByteCode_m4191728775(__this, L_2918, L_2919, (&V_144), /*hidden argument*/NULL); if (!L_2920) { goto IL_3d90; } } { int32_t L_2921 = V_144; ___strpos1 = L_2921; IntStack_t561212167 * L_2922 = __this->get_address_of_stack_11(); int32_t L_2923 = V_147; IntStack_set_Count_m1087380855(L_2922, L_2923, /*hidden argument*/NULL); goto IL_3de1; } IL_3d90: { IntStack_t561212167 * L_2924 = __this->get_address_of_stack_11(); int32_t L_2925 = IntStack_get_Count_m1029519407(L_2924, /*hidden argument*/NULL); int32_t L_2926 = V_147; if ((!(((uint32_t)L_2925) == ((uint32_t)L_2926)))) { goto IL_3da4; } } { return (bool)0; } IL_3da4: { IntStack_t561212167 * L_2927 = __this->get_address_of_stack_11(); int32_t L_2928 = IntStack_Pop_m1434987809(L_2927, /*hidden argument*/NULL); ___strpos1 = L_2928; IntStack_t561212167 * L_2929 = __this->get_address_of_stack_11(); int32_t L_2930 = IntStack_Pop_m1434987809(L_2929, /*hidden argument*/NULL); RxInterpreter_Backtrack_m1663655568(__this, L_2930, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(RxInterpreter_t3591201055_il2cpp_TypeInfo_var); bool L_2931 = ((RxInterpreter_t3591201055_StaticFields*)il2cpp_codegen_static_fields_for(RxInterpreter_t3591201055_il2cpp_TypeInfo_var))->get_trace_rx_14(); if (!L_2931) { goto IL_3ddc; } } { int32_t L_2932 = ___strpos1; int32_t L_2933 = L_2932; RuntimeObject * L_2934 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_2933); IL2CPP_RUNTIME_CLASS_INIT(Console_t3208230065_il2cpp_TypeInfo_var); Console_WriteLine_m2778709202(NULL /*static, unused*/, _stringLiteral619135951, L_2934, /*hidden argument*/NULL); } IL_3ddc: { goto IL_3d6a; } IL_3de1: { goto IL_3e14; } IL_3de6: { ByteU5BU5D_t4116647657* L_2935 = __this->get_program_1(); int32_t L_2936 = ___pc0; NullCheck(L_2935); int32_t L_2937 = L_2936; uint8_t L_2938 = (L_2935)->GetAt(static_cast(L_2937)); uint8_t L_2939 = ((uint8_t)L_2938); RuntimeObject * L_2940 = Box(RxOp_t349969367_il2cpp_TypeInfo_var, &L_2939); int32_t L_2941 = ___pc0; int32_t L_2942 = L_2941; RuntimeObject * L_2943 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_2942); int32_t L_2944 = ___strpos1; int32_t L_2945 = L_2944; RuntimeObject * L_2946 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_2945); IL2CPP_RUNTIME_CLASS_INIT(Console_t3208230065_il2cpp_TypeInfo_var); Console_WriteLine_m2144370159(NULL /*static, unused*/, _stringLiteral3555743436, L_2940, L_2943, L_2946, /*hidden argument*/NULL); NotSupportedException_t1314879016 * L_2947 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_2947, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2947,RxInterpreter_EvalByteCode_m4191728775_RuntimeMethod_var); } IL_3e0f: { goto IL_0002; } IL_3e14: { int32_t* L_2948 = ___strpos_result2; int32_t L_2949 = ___strpos1; *((int32_t*)(L_2948)) = (int32_t)L_2949; return (bool)1; } IL_3e19: { return (bool)0; } IL_3e1b: { int32_t L_2950 = V_0; ___pc0 = L_2950; V_0 = 0; goto IL_0002; } // Dead block : IL_3e25: br IL_0002 } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: System.Text.RegularExpressions.RxInterpreter/IntStack extern "C" void IntStack_t561212167_marshal_pinvoke(const IntStack_t561212167& unmarshaled, IntStack_t561212167_marshaled_pinvoke& marshaled) { if (unmarshaled.get_values_0() != NULL) { il2cpp_array_size_t _unmarshaled_values_Length = (unmarshaled.get_values_0())->max_length; marshaled.___values_0 = il2cpp_codegen_marshal_allocate_array(_unmarshaled_values_Length); for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaled_values_Length); i++) { (marshaled.___values_0)[i] = (unmarshaled.get_values_0())->GetAtUnchecked(static_cast(i)); } } else { marshaled.___values_0 = NULL; } marshaled.___count_1 = unmarshaled.get_count_1(); } extern "C" void IntStack_t561212167_marshal_pinvoke_back(const IntStack_t561212167_marshaled_pinvoke& marshaled, IntStack_t561212167& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IntStack_t561212167_pinvoke_FromNativeMethodDefinition_MetadataUsageId); s_Il2CppMethodInitialized = true; } if (marshaled.___values_0 != NULL) { if (unmarshaled.get_values_0() == NULL) { unmarshaled.set_values_0(reinterpret_cast(SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, 1))); } il2cpp_array_size_t _arrayLength = (unmarshaled.get_values_0())->max_length; for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++) { (unmarshaled.get_values_0())->SetAtUnchecked(static_cast(i), (marshaled.___values_0)[i]); } } int32_t unmarshaled_count_temp_1 = 0; unmarshaled_count_temp_1 = marshaled.___count_1; unmarshaled.set_count_1(unmarshaled_count_temp_1); } // Conversion method for clean up from marshalling of: System.Text.RegularExpressions.RxInterpreter/IntStack extern "C" void IntStack_t561212167_marshal_pinvoke_cleanup(IntStack_t561212167_marshaled_pinvoke& marshaled) { if (marshaled.___values_0 != NULL) { il2cpp_codegen_marshal_free(marshaled.___values_0); marshaled.___values_0 = NULL; } } // Conversion methods for marshalling of: System.Text.RegularExpressions.RxInterpreter/IntStack extern "C" void IntStack_t561212167_marshal_com(const IntStack_t561212167& unmarshaled, IntStack_t561212167_marshaled_com& marshaled) { if (unmarshaled.get_values_0() != NULL) { il2cpp_array_size_t _unmarshaled_values_Length = (unmarshaled.get_values_0())->max_length; marshaled.___values_0 = il2cpp_codegen_marshal_allocate_array(_unmarshaled_values_Length); for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaled_values_Length); i++) { (marshaled.___values_0)[i] = (unmarshaled.get_values_0())->GetAtUnchecked(static_cast(i)); } } else { marshaled.___values_0 = NULL; } marshaled.___count_1 = unmarshaled.get_count_1(); } extern "C" void IntStack_t561212167_marshal_com_back(const IntStack_t561212167_marshaled_com& marshaled, IntStack_t561212167& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IntStack_t561212167_com_FromNativeMethodDefinition_MetadataUsageId); s_Il2CppMethodInitialized = true; } if (marshaled.___values_0 != NULL) { if (unmarshaled.get_values_0() == NULL) { unmarshaled.set_values_0(reinterpret_cast(SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, 1))); } il2cpp_array_size_t _arrayLength = (unmarshaled.get_values_0())->max_length; for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++) { (unmarshaled.get_values_0())->SetAtUnchecked(static_cast(i), (marshaled.___values_0)[i]); } } int32_t unmarshaled_count_temp_1 = 0; unmarshaled_count_temp_1 = marshaled.___count_1; unmarshaled.set_count_1(unmarshaled_count_temp_1); } // Conversion method for clean up from marshalling of: System.Text.RegularExpressions.RxInterpreter/IntStack extern "C" void IntStack_t561212167_marshal_com_cleanup(IntStack_t561212167_marshaled_com& marshaled) { if (marshaled.___values_0 != NULL) { il2cpp_codegen_marshal_free(marshaled.___values_0); marshaled.___values_0 = NULL; } } // System.Int32 System.Text.RegularExpressions.RxInterpreter/IntStack::Pop() extern "C" IL2CPP_METHOD_ATTR int32_t IntStack_Pop_m1434987809 (IntStack_t561212167 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { Int32U5BU5D_t385246372* L_0 = __this->get_values_0(); int32_t L_1 = __this->get_count_1(); int32_t L_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1)); V_0 = L_2; __this->set_count_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; } } extern "C" int32_t IntStack_Pop_m1434987809_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { IntStack_t561212167 * _thisAdjusted = reinterpret_cast(__this + 1); return IntStack_Pop_m1434987809(_thisAdjusted, method); } // System.Void System.Text.RegularExpressions.RxInterpreter/IntStack::Push(System.Int32) extern "C" IL2CPP_METHOD_ATTR void IntStack_Push_m1312878436 (IntStack_t561212167 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IntStack_Push_m1312878436_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Int32U5BU5D_t385246372* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; { Int32U5BU5D_t385246372* L_0 = __this->get_values_0(); if (L_0) { goto IL_001c; } } { __this->set_values_0(((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)8))); goto IL_006e; } IL_001c: { int32_t L_1 = __this->get_count_1(); Int32U5BU5D_t385246372* L_2 = __this->get_values_0(); NullCheck(L_2); if ((!(((uint32_t)L_1) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))))))) { goto IL_006e; } } { Int32U5BU5D_t385246372* L_3 = __this->get_values_0(); NullCheck(L_3); V_0 = (((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length)))); int32_t L_4 = V_0; int32_t L_5 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)((int32_t)((int32_t)L_5>>(int32_t)1)))); int32_t L_6 = V_0; V_1 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)L_6)); V_2 = 0; goto IL_005b; } IL_004c: { Int32U5BU5D_t385246372* L_7 = V_1; int32_t L_8 = V_2; Int32U5BU5D_t385246372* L_9 = __this->get_values_0(); int32_t L_10 = V_2; NullCheck(L_9); int32_t L_11 = L_10; int32_t L_12 = (L_9)->GetAt(static_cast(L_11)); NullCheck(L_7); (L_7)->SetAt(static_cast(L_8), (int32_t)L_12); int32_t L_13 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_005b: { int32_t L_14 = V_2; int32_t L_15 = __this->get_count_1(); if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_004c; } } { Int32U5BU5D_t385246372* L_16 = V_1; __this->set_values_0(L_16); } IL_006e: { Int32U5BU5D_t385246372* L_17 = __this->get_values_0(); int32_t L_18 = __this->get_count_1(); int32_t L_19 = L_18; V_3 = L_19; __this->set_count_1(((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1))); int32_t L_20 = V_3; int32_t L_21 = ___value0; NullCheck(L_17); (L_17)->SetAt(static_cast(L_20), (int32_t)L_21); return; } } extern "C" void IntStack_Push_m1312878436_AdjustorThunk (RuntimeObject * __this, int32_t ___value0, const RuntimeMethod* method) { IntStack_t561212167 * _thisAdjusted = reinterpret_cast(__this + 1); IntStack_Push_m1312878436(_thisAdjusted, ___value0, method); } // System.Int32 System.Text.RegularExpressions.RxInterpreter/IntStack::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t IntStack_get_Count_m1029519407 (IntStack_t561212167 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_count_1(); return L_0; } } extern "C" int32_t IntStack_get_Count_m1029519407_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { IntStack_t561212167 * _thisAdjusted = reinterpret_cast(__this + 1); return IntStack_get_Count_m1029519407(_thisAdjusted, method); } // System.Void System.Text.RegularExpressions.RxInterpreter/IntStack::set_Count(System.Int32) extern "C" IL2CPP_METHOD_ATTR void IntStack_set_Count_m1087380855 (IntStack_t561212167 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IntStack_set_Count_m1087380855_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___value0; int32_t L_1 = __this->get_count_1(); if ((((int32_t)L_0) <= ((int32_t)L_1))) { goto IL_0017; } } { SystemException_t176217640 * L_2 = (SystemException_t176217640 *)il2cpp_codegen_object_new(SystemException_t176217640_il2cpp_TypeInfo_var); SystemException__ctor_m3298527747(L_2, _stringLiteral2154521533, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,IntStack_set_Count_m1087380855_RuntimeMethod_var); } IL_0017: { int32_t L_3 = ___value0; __this->set_count_1(L_3); return; } } extern "C" void IntStack_set_Count_m1087380855_AdjustorThunk (RuntimeObject * __this, int32_t ___value0, const RuntimeMethod* method) { IntStack_t561212167 * _thisAdjusted = reinterpret_cast(__this + 1); IntStack_set_Count_m1087380855(_thisAdjusted, ___value0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Text.RegularExpressions.RxInterpreter/RepeatContext::.ctor(System.Text.RegularExpressions.RxInterpreter/RepeatContext,System.Int32,System.Int32,System.Boolean,System.Int32) extern "C" IL2CPP_METHOD_ATTR void RepeatContext__ctor_m1902105768 (RepeatContext_t2643093670 * __this, RepeatContext_t2643093670 * ___previous0, int32_t ___min1, int32_t ___max2, bool ___lazy3, int32_t ___expr_pc4, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); RepeatContext_t2643093670 * L_0 = ___previous0; __this->set_previous_5(L_0); int32_t L_1 = ___min1; __this->set_min_1(L_1); int32_t L_2 = ___max2; __this->set_max_2(L_2); bool L_3 = ___lazy3; __this->set_lazy_3(L_3); int32_t L_4 = ___expr_pc4; __this->set_expr_pc_4(L_4); __this->set_start_0((-1)); __this->set_count_6(0); return; } } // System.Int32 System.Text.RegularExpressions.RxInterpreter/RepeatContext::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t RepeatContext_get_Count_m1269420855 (RepeatContext_t2643093670 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_count_6(); return L_0; } } // System.Void System.Text.RegularExpressions.RxInterpreter/RepeatContext::set_Count(System.Int32) extern "C" IL2CPP_METHOD_ATTR void RepeatContext_set_Count_m2456420754 (RepeatContext_t2643093670 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_count_6(L_0); return; } } // System.Int32 System.Text.RegularExpressions.RxInterpreter/RepeatContext::get_Start() extern "C" IL2CPP_METHOD_ATTR int32_t RepeatContext_get_Start_m4287323211 (RepeatContext_t2643093670 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_start_0(); return L_0; } } // System.Void System.Text.RegularExpressions.RxInterpreter/RepeatContext::set_Start(System.Int32) extern "C" IL2CPP_METHOD_ATTR void RepeatContext_set_Start_m2802461639 (RepeatContext_t2643093670 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_start_0(L_0); return; } } // System.Boolean System.Text.RegularExpressions.RxInterpreter/RepeatContext::get_IsMinimum() extern "C" IL2CPP_METHOD_ATTR bool RepeatContext_get_IsMinimum_m4075534409 (RepeatContext_t2643093670 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_min_1(); int32_t L_1 = __this->get_count_6(); return (bool)((((int32_t)((((int32_t)L_0) > ((int32_t)L_1))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Boolean System.Text.RegularExpressions.RxInterpreter/RepeatContext::get_IsMaximum() extern "C" IL2CPP_METHOD_ATTR bool RepeatContext_get_IsMaximum_m2502195335 (RepeatContext_t2643093670 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_max_2(); int32_t L_1 = __this->get_count_6(); return (bool)((((int32_t)((((int32_t)L_0) > ((int32_t)L_1))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Boolean System.Text.RegularExpressions.RxInterpreter/RepeatContext::get_IsLazy() extern "C" IL2CPP_METHOD_ATTR bool RepeatContext_get_IsLazy_m2481438702 (RepeatContext_t2643093670 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_lazy_3(); return L_0; } } // System.Int32 System.Text.RegularExpressions.RxInterpreter/RepeatContext::get_Expression() extern "C" IL2CPP_METHOD_ATTR int32_t RepeatContext_get_Expression_m808208760 (RepeatContext_t2643093670 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_expr_pc_4(); return L_0; } } // System.Text.RegularExpressions.RxInterpreter/RepeatContext System.Text.RegularExpressions.RxInterpreter/RepeatContext::get_Previous() extern "C" IL2CPP_METHOD_ATTR RepeatContext_t2643093670 * RepeatContext_get_Previous_m1523272420 (RepeatContext_t2643093670 * __this, const RuntimeMethod* method) { { RepeatContext_t2643093670 * L_0 = __this->get_previous_5(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Text.RegularExpressions.RxInterpreterFactory::.ctor(System.Byte[],System.Text.RegularExpressions.EvalDelegate) extern "C" IL2CPP_METHOD_ATTR void RxInterpreterFactory__ctor_m1761248169 (RxInterpreterFactory_t3897605822 * __this, ByteU5BU5D_t4116647657* ___program0, EvalDelegate_t1206020564 * ___eval_del1, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_0 = ___program0; __this->set_program_1(L_0); EvalDelegate_t1206020564 * L_1 = ___eval_del1; __this->set_eval_del_2(L_1); return; } } // System.Text.RegularExpressions.IMachine System.Text.RegularExpressions.RxInterpreterFactory::NewInstance() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* RxInterpreterFactory_NewInstance_m3881449278 (RxInterpreterFactory_t3897605822 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RxInterpreterFactory_NewInstance_m3881449278_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_t4116647657* L_0 = __this->get_program_1(); EvalDelegate_t1206020564 * L_1 = __this->get_eval_del_2(); RxInterpreter_t3591201055 * L_2 = (RxInterpreter_t3591201055 *)il2cpp_codegen_object_new(RxInterpreter_t3591201055_il2cpp_TypeInfo_var); RxInterpreter__ctor_m3107783505(L_2, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Int32 System.Text.RegularExpressions.RxInterpreterFactory::get_GroupCount() extern "C" IL2CPP_METHOD_ATTR int32_t RxInterpreterFactory_get_GroupCount_m4177423442 (RxInterpreterFactory_t3897605822 * __this, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = __this->get_program_1(); NullCheck(L_0); int32_t L_1 = 1; uint8_t L_2 = (L_0)->GetAt(static_cast(L_1)); ByteU5BU5D_t4116647657* L_3 = __this->get_program_1(); NullCheck(L_3); int32_t L_4 = 2; uint8_t L_5 = (L_3)->GetAt(static_cast(L_4)); return ((int32_t)((int32_t)L_2|(int32_t)((int32_t)((int32_t)L_5<<(int32_t)8)))); } } // System.Int32 System.Text.RegularExpressions.RxInterpreterFactory::get_Gap() extern "C" IL2CPP_METHOD_ATTR int32_t RxInterpreterFactory_get_Gap_m456164863 (RxInterpreterFactory_t3897605822 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_gap_4(); return L_0; } } // System.Void System.Text.RegularExpressions.RxInterpreterFactory::set_Gap(System.Int32) extern "C" IL2CPP_METHOD_ATTR void RxInterpreterFactory_set_Gap_m4133474430 (RxInterpreterFactory_t3897605822 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_gap_4(L_0); return; } } // System.Collections.IDictionary System.Text.RegularExpressions.RxInterpreterFactory::get_Mapping() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* RxInterpreterFactory_get_Mapping_m2285895584 (RxInterpreterFactory_t3897605822 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get_mapping_0(); return L_0; } } // System.Void System.Text.RegularExpressions.RxInterpreterFactory::set_Mapping(System.Collections.IDictionary) extern "C" IL2CPP_METHOD_ATTR void RxInterpreterFactory_set_Mapping_m2940868064 (RxInterpreterFactory_t3897605822 * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___value0; __this->set_mapping_0(L_0); return; } } // System.String[] System.Text.RegularExpressions.RxInterpreterFactory::get_NamesMapping() extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* RxInterpreterFactory_get_NamesMapping_m859506973 (RxInterpreterFactory_t3897605822 * __this, const RuntimeMethod* method) { { StringU5BU5D_t1281789340* L_0 = __this->get_namesMapping_3(); return L_0; } } // System.Void System.Text.RegularExpressions.RxInterpreterFactory::set_NamesMapping(System.String[]) extern "C" IL2CPP_METHOD_ATTR void RxInterpreterFactory_set_NamesMapping_m1261323212 (RxInterpreterFactory_t3897605822 * __this, StringU5BU5D_t1281789340* ___value0, const RuntimeMethod* method) { { StringU5BU5D_t1281789340* L_0 = ___value0; __this->set_namesMapping_3(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Text.RegularExpressions.RxLinkRef::.ctor() extern "C" IL2CPP_METHOD_ATTR void RxLinkRef__ctor_m2612927251 (RxLinkRef_t3349372210 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RxLinkRef__ctor_m2612927251_MetadataUsageId); s_Il2CppMethodInitialized = true; } { LinkRef__ctor_m3071983504(__this, /*hidden argument*/NULL); __this->set_offsets_0(((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)8))); return; } } // System.Void System.Text.RegularExpressions.RxLinkRef::PushInstructionBase(System.Int32) extern "C" IL2CPP_METHOD_ATTR void RxLinkRef_PushInstructionBase_m124918531 (RxLinkRef_t3349372210 * __this, int32_t ___offset0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RxLinkRef_PushInstructionBase_m124918531_MetadataUsageId); s_Il2CppMethodInitialized = true; } Int32U5BU5D_t385246372* V_0 = NULL; int32_t V_1 = 0; { int32_t L_0 = __this->get_current_1(); if (!((int32_t)((int32_t)L_0&(int32_t)1))) { goto IL_0013; } } { Exception_t * L_1 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m213470898(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,RxLinkRef_PushInstructionBase_m124918531_RuntimeMethod_var); } IL_0013: { int32_t L_2 = __this->get_current_1(); Int32U5BU5D_t385246372* L_3 = __this->get_offsets_0(); NullCheck(L_3); if ((!(((uint32_t)L_2) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length)))))))) { goto IL_0051; } } { Int32U5BU5D_t385246372* L_4 = __this->get_offsets_0(); NullCheck(L_4); V_0 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length)))), (int32_t)2)))); Int32U5BU5D_t385246372* L_5 = __this->get_offsets_0(); Int32U5BU5D_t385246372* L_6 = V_0; Int32U5BU5D_t385246372* L_7 = __this->get_offsets_0(); NullCheck(L_7); Array_Copy_m1988217701(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_5, (RuntimeArray *)(RuntimeArray *)L_6, (((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length)))), /*hidden argument*/NULL); Int32U5BU5D_t385246372* L_8 = V_0; __this->set_offsets_0(L_8); } IL_0051: { Int32U5BU5D_t385246372* L_9 = __this->get_offsets_0(); int32_t L_10 = __this->get_current_1(); int32_t L_11 = L_10; V_1 = L_11; __this->set_current_1(((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1))); int32_t L_12 = V_1; int32_t L_13 = ___offset0; NullCheck(L_9); (L_9)->SetAt(static_cast(L_12), (int32_t)L_13); return; } } // System.Void System.Text.RegularExpressions.RxLinkRef::PushOffsetPosition(System.Int32) extern "C" IL2CPP_METHOD_ATTR void RxLinkRef_PushOffsetPosition_m358341867 (RxLinkRef_t3349372210 * __this, int32_t ___offset0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RxLinkRef_PushOffsetPosition_m358341867_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = __this->get_current_1(); if (((int32_t)((int32_t)L_0&(int32_t)1))) { goto IL_0013; } } { Exception_t * L_1 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m213470898(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,RxLinkRef_PushOffsetPosition_m358341867_RuntimeMethod_var); } IL_0013: { Int32U5BU5D_t385246372* L_2 = __this->get_offsets_0(); int32_t L_3 = __this->get_current_1(); int32_t L_4 = L_3; V_0 = L_4; __this->set_current_1(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1))); int32_t L_5 = V_0; int32_t L_6 = ___offset0; NullCheck(L_2); (L_2)->SetAt(static_cast(L_5), (int32_t)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 #ifdef __clang__ #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.Syntax.Alternation::.ctor() extern "C" IL2CPP_METHOD_ATTR void Alternation__ctor_m1629257642 (Alternation_t625481451 * __this, const RuntimeMethod* method) { { CompositeExpression__ctor_m2434860303(__this, /*hidden argument*/NULL); return; } } // System.Text.RegularExpressions.Syntax.ExpressionCollection System.Text.RegularExpressions.Syntax.Alternation::get_Alternatives() extern "C" IL2CPP_METHOD_ATTR ExpressionCollection_t1810289389 * Alternation_get_Alternatives_m1978796879 (Alternation_t625481451 * __this, const RuntimeMethod* method) { { ExpressionCollection_t1810289389 * L_0 = CompositeExpression_get_Expressions_m2951105322(__this, /*hidden argument*/NULL); return L_0; } } // System.Void System.Text.RegularExpressions.Syntax.Alternation::AddAlternative(System.Text.RegularExpressions.Syntax.Expression) extern "C" IL2CPP_METHOD_ATTR void Alternation_AddAlternative_m3625038910 (Alternation_t625481451 * __this, Expression_t2722445759 * ___e0, const RuntimeMethod* method) { { ExpressionCollection_t1810289389 * L_0 = Alternation_get_Alternatives_m1978796879(__this, /*hidden argument*/NULL); Expression_t2722445759 * L_1 = ___e0; NullCheck(L_0); ExpressionCollection_Add_m41125344(L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Text.RegularExpressions.Syntax.Alternation::Compile(System.Text.RegularExpressions.ICompiler,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Alternation_Compile_m944357616 (Alternation_t625481451 * __this, RuntimeObject* ___cmp0, bool ___reverse1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Alternation_Compile_m944357616_MetadataUsageId); s_Il2CppMethodInitialized = true; } LinkRef_t2971865410 * V_0 = NULL; Expression_t2722445759 * V_1 = NULL; RuntimeObject* V_2 = NULL; LinkRef_t2971865410 * V_3 = NULL; RuntimeObject* V_4 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { RuntimeObject* L_0 = ___cmp0; NullCheck(L_0); LinkRef_t2971865410 * L_1 = InterfaceFuncInvoker0< LinkRef_t2971865410 * >::Invoke(28 /* System.Text.RegularExpressions.LinkRef System.Text.RegularExpressions.ICompiler::NewLink() */, ICompiler_t118549125_il2cpp_TypeInfo_var, L_0); V_0 = L_1; ExpressionCollection_t1810289389 * L_2 = Alternation_get_Alternatives_m1978796879(__this, /*hidden argument*/NULL); NullCheck(L_2); RuntimeObject* L_3 = CollectionBase_GetEnumerator_m654829872(L_2, /*hidden argument*/NULL); V_2 = L_3; } IL_0013: try { // begin try (depth: 1) { goto IL_004e; } IL_0018: { RuntimeObject* L_4 = V_2; NullCheck(L_4); RuntimeObject * L_5 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_4); V_1 = ((Expression_t2722445759 *)CastclassClass((RuntimeObject*)L_5, Expression_t2722445759_il2cpp_TypeInfo_var)); RuntimeObject* L_6 = ___cmp0; NullCheck(L_6); LinkRef_t2971865410 * L_7 = InterfaceFuncInvoker0< LinkRef_t2971865410 * >::Invoke(28 /* System.Text.RegularExpressions.LinkRef System.Text.RegularExpressions.ICompiler::NewLink() */, ICompiler_t118549125_il2cpp_TypeInfo_var, L_6); V_3 = L_7; RuntimeObject* L_8 = ___cmp0; LinkRef_t2971865410 * L_9 = V_3; NullCheck(L_8); InterfaceActionInvoker1< LinkRef_t2971865410 * >::Invoke(18 /* System.Void System.Text.RegularExpressions.ICompiler::EmitBranch(System.Text.RegularExpressions.LinkRef) */, ICompiler_t118549125_il2cpp_TypeInfo_var, L_8, L_9); Expression_t2722445759 * L_10 = V_1; RuntimeObject* L_11 = ___cmp0; bool L_12 = ___reverse1; NullCheck(L_10); VirtActionInvoker2< RuntimeObject*, bool >::Invoke(4 /* System.Void System.Text.RegularExpressions.Syntax.Expression::Compile(System.Text.RegularExpressions.ICompiler,System.Boolean) */, L_10, L_11, L_12); RuntimeObject* L_13 = ___cmp0; LinkRef_t2971865410 * L_14 = V_0; NullCheck(L_13); InterfaceActionInvoker1< LinkRef_t2971865410 * >::Invoke(19 /* System.Void System.Text.RegularExpressions.ICompiler::EmitJump(System.Text.RegularExpressions.LinkRef) */, ICompiler_t118549125_il2cpp_TypeInfo_var, L_13, L_14); RuntimeObject* L_15 = ___cmp0; LinkRef_t2971865410 * L_16 = V_3; NullCheck(L_15); InterfaceActionInvoker1< LinkRef_t2971865410 * >::Invoke(29 /* System.Void System.Text.RegularExpressions.ICompiler::ResolveLink(System.Text.RegularExpressions.LinkRef) */, ICompiler_t118549125_il2cpp_TypeInfo_var, L_15, L_16); RuntimeObject* L_17 = ___cmp0; NullCheck(L_17); InterfaceActionInvoker0::Invoke(26 /* System.Void System.Text.RegularExpressions.ICompiler::EmitBranchEnd() */, ICompiler_t118549125_il2cpp_TypeInfo_var, L_17); } IL_004e: { RuntimeObject* L_18 = V_2; NullCheck(L_18); bool L_19 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_18); if (L_19) { goto IL_0018; } } IL_0059: { IL2CPP_LEAVE(0x73, FINALLY_005e); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_005e; } FINALLY_005e: { // begin finally (depth: 1) { RuntimeObject* L_20 = V_2; V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_20, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_21 = V_4; if (L_21) { goto IL_006b; } } IL_006a: { IL2CPP_END_FINALLY(94) } IL_006b: { RuntimeObject* L_22 = V_4; NullCheck(L_22); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_22); IL2CPP_END_FINALLY(94) } } // end finally (depth: 1) IL2CPP_CLEANUP(94) { IL2CPP_JUMP_TBL(0x73, IL_0073) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0073: { RuntimeObject* L_23 = ___cmp0; NullCheck(L_23); InterfaceActionInvoker0::Invoke(1 /* System.Void System.Text.RegularExpressions.ICompiler::EmitFalse() */, ICompiler_t118549125_il2cpp_TypeInfo_var, L_23); RuntimeObject* L_24 = ___cmp0; LinkRef_t2971865410 * L_25 = V_0; NullCheck(L_24); InterfaceActionInvoker1< LinkRef_t2971865410 * >::Invoke(29 /* System.Void System.Text.RegularExpressions.ICompiler::ResolveLink(System.Text.RegularExpressions.LinkRef) */, ICompiler_t118549125_il2cpp_TypeInfo_var, L_24, L_25); RuntimeObject* L_26 = ___cmp0; NullCheck(L_26); InterfaceActionInvoker0::Invoke(27 /* System.Void System.Text.RegularExpressions.ICompiler::EmitAlternationEnd() */, ICompiler_t118549125_il2cpp_TypeInfo_var, L_26); return; } } // System.Void System.Text.RegularExpressions.Syntax.Alternation::GetWidth(System.Int32&,System.Int32&) extern "C" IL2CPP_METHOD_ATTR void Alternation_GetWidth_m2955030832 (Alternation_t625481451 * __this, int32_t* ___min0, int32_t* ___max1, const RuntimeMethod* method) { { int32_t* L_0 = ___min0; int32_t* L_1 = ___max1; ExpressionCollection_t1810289389 * L_2 = Alternation_get_Alternatives_m1978796879(__this, /*hidden argument*/NULL); NullCheck(L_2); int32_t L_3 = CollectionBase_get_Count_m1708965601(L_2, /*hidden argument*/NULL); CompositeExpression_GetWidth_m936348716(__this, L_0, L_1, L_3, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Text.RegularExpressions.Syntax.AnchorInfo::.ctor(System.Text.RegularExpressions.Syntax.Expression,System.Int32) extern "C" IL2CPP_METHOD_ATTR void AnchorInfo__ctor_m3523994803 (AnchorInfo_t3387011151 * __this, Expression_t2722445759 * ___expr0, int32_t ___width1, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); Expression_t2722445759 * L_0 = ___expr0; __this->set_expr_0(L_0); __this->set_offset_2(0); int32_t L_1 = ___width1; __this->set_width_4(L_1); __this->set_str_3((String_t*)NULL); __this->set_ignore_5((bool)0); __this->set_pos_1(0); return; } } // System.Void System.Text.RegularExpressions.Syntax.AnchorInfo::.ctor(System.Text.RegularExpressions.Syntax.Expression,System.Int32,System.Int32,System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void AnchorInfo__ctor_m3869855453 (AnchorInfo_t3387011151 * __this, Expression_t2722445759 * ___expr0, int32_t ___offset1, int32_t ___width2, String_t* ___str3, bool ___ignore4, const RuntimeMethod* method) { AnchorInfo_t3387011151 * G_B2_0 = NULL; AnchorInfo_t3387011151 * G_B1_0 = NULL; String_t* G_B3_0 = NULL; AnchorInfo_t3387011151 * G_B3_1 = NULL; { Object__ctor_m297566312(__this, /*hidden argument*/NULL); Expression_t2722445759 * L_0 = ___expr0; __this->set_expr_0(L_0); int32_t L_1 = ___offset1; __this->set_offset_2(L_1); int32_t L_2 = ___width2; __this->set_width_4(L_2); bool L_3 = ___ignore4; G_B1_0 = __this; if (!L_3) { G_B2_0 = __this; goto IL_002f; } } { String_t* L_4 = ___str3; NullCheck(L_4); String_t* L_5 = String_ToLower_m2029374922(L_4, /*hidden argument*/NULL); G_B3_0 = L_5; G_B3_1 = G_B1_0; goto IL_0031; } IL_002f: { String_t* L_6 = ___str3; G_B3_0 = L_6; G_B3_1 = G_B2_0; } IL_0031: { NullCheck(G_B3_1); G_B3_1->set_str_3(G_B3_0); bool L_7 = ___ignore4; __this->set_ignore_5(L_7); __this->set_pos_1(0); return; } } // System.Void System.Text.RegularExpressions.Syntax.AnchorInfo::.ctor(System.Text.RegularExpressions.Syntax.Expression,System.Int32,System.Int32,System.Text.RegularExpressions.Position) extern "C" IL2CPP_METHOD_ATTR void AnchorInfo__ctor_m46784903 (AnchorInfo_t3387011151 * __this, Expression_t2722445759 * ___expr0, int32_t ___offset1, int32_t ___width2, uint16_t ___pos3, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); Expression_t2722445759 * L_0 = ___expr0; __this->set_expr_0(L_0); int32_t L_1 = ___offset1; __this->set_offset_2(L_1); int32_t L_2 = ___width2; __this->set_width_4(L_2); uint16_t L_3 = ___pos3; __this->set_pos_1(L_3); __this->set_str_3((String_t*)NULL); __this->set_ignore_5((bool)0); return; } } // System.Int32 System.Text.RegularExpressions.Syntax.AnchorInfo::get_Offset() extern "C" IL2CPP_METHOD_ATTR int32_t AnchorInfo_get_Offset_m2045445765 (AnchorInfo_t3387011151 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_offset_2(); return L_0; } } // System.Int32 System.Text.RegularExpressions.Syntax.AnchorInfo::get_Width() extern "C" IL2CPP_METHOD_ATTR int32_t AnchorInfo_get_Width_m3579824419 (AnchorInfo_t3387011151 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_width_4(); return L_0; } } // System.Int32 System.Text.RegularExpressions.Syntax.AnchorInfo::get_Length() extern "C" IL2CPP_METHOD_ATTR int32_t AnchorInfo_get_Length_m1361685865 (AnchorInfo_t3387011151 * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { String_t* L_0 = __this->get_str_3(); if (!L_0) { goto IL_001b; } } { String_t* L_1 = __this->get_str_3(); NullCheck(L_1); int32_t L_2 = String_get_Length_m3847582255(L_1, /*hidden argument*/NULL); G_B3_0 = L_2; goto IL_001c; } IL_001b: { G_B3_0 = 0; } IL_001c: { return G_B3_0; } } // System.Boolean System.Text.RegularExpressions.Syntax.AnchorInfo::get_IsUnknownWidth() extern "C" IL2CPP_METHOD_ATTR bool AnchorInfo_get_IsUnknownWidth_m830883035 (AnchorInfo_t3387011151 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_width_4(); return (bool)((((int32_t)L_0) < ((int32_t)0))? 1 : 0); } } // System.Boolean System.Text.RegularExpressions.Syntax.AnchorInfo::get_IsComplete() extern "C" IL2CPP_METHOD_ATTR bool AnchorInfo_get_IsComplete_m4053892818 (AnchorInfo_t3387011151 * __this, const RuntimeMethod* method) { { int32_t L_0 = AnchorInfo_get_Length_m1361685865(__this, /*hidden argument*/NULL); int32_t L_1 = AnchorInfo_get_Width_m3579824419(__this, /*hidden argument*/NULL); return (bool)((((int32_t)L_0) == ((int32_t)L_1))? 1 : 0); } } // System.String System.Text.RegularExpressions.Syntax.AnchorInfo::get_Substring() extern "C" IL2CPP_METHOD_ATTR String_t* AnchorInfo_get_Substring_m1799385132 (AnchorInfo_t3387011151 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_str_3(); return L_0; } } // System.Boolean System.Text.RegularExpressions.Syntax.AnchorInfo::get_IgnoreCase() extern "C" IL2CPP_METHOD_ATTR bool AnchorInfo_get_IgnoreCase_m4084905689 (AnchorInfo_t3387011151 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_ignore_5(); return L_0; } } // System.Text.RegularExpressions.Position System.Text.RegularExpressions.Syntax.AnchorInfo::get_Position() extern "C" IL2CPP_METHOD_ATTR uint16_t AnchorInfo_get_Position_m1133366486 (AnchorInfo_t3387011151 * __this, const RuntimeMethod* method) { { uint16_t L_0 = __this->get_pos_1(); return L_0; } } // System.Boolean System.Text.RegularExpressions.Syntax.AnchorInfo::get_IsSubstring() extern "C" IL2CPP_METHOD_ATTR bool AnchorInfo_get_IsSubstring_m1536110387 (AnchorInfo_t3387011151 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_str_3(); return (bool)((((int32_t)((((RuntimeObject*)(String_t*)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Boolean System.Text.RegularExpressions.Syntax.AnchorInfo::get_IsPosition() extern "C" IL2CPP_METHOD_ATTR bool AnchorInfo_get_IsPosition_m2100552190 (AnchorInfo_t3387011151 * __this, const RuntimeMethod* method) { { uint16_t L_0 = __this->get_pos_1(); return (bool)((((int32_t)((((int32_t)L_0) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Text.RegularExpressions.Interval System.Text.RegularExpressions.Syntax.AnchorInfo::GetInterval(System.Int32) extern "C" IL2CPP_METHOD_ATTR Interval_t1802865632 AnchorInfo_GetInterval_m2808989035 (AnchorInfo_t3387011151 * __this, int32_t ___start0, const RuntimeMethod* method) { { bool L_0 = AnchorInfo_get_IsSubstring_m1536110387(__this, /*hidden argument*/NULL); if (L_0) { goto IL_0011; } } { Interval_t1802865632 L_1 = Interval_get_Empty_m3617514670(NULL /*static, unused*/, /*hidden argument*/NULL); return L_1; } IL_0011: { int32_t L_2 = ___start0; int32_t L_3 = AnchorInfo_get_Offset_m2045445765(__this, /*hidden argument*/NULL); int32_t L_4 = ___start0; int32_t L_5 = AnchorInfo_get_Offset_m2045445765(__this, /*hidden argument*/NULL); int32_t L_6 = AnchorInfo_get_Length_m1361685865(__this, /*hidden argument*/NULL); Interval_t1802865632 L_7; memset(&L_7, 0, sizeof(L_7)); Interval__ctor_m4022869013((&L_7), ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)L_3)), ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_5)), (int32_t)L_6)), (int32_t)1)), /*hidden argument*/NULL); return L_7; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Text.RegularExpressions.Syntax.Assertion::.ctor() extern "C" IL2CPP_METHOD_ATTR void Assertion__ctor_m2128950829 (Assertion_t3267412828 * __this, const RuntimeMethod* method) { { CompositeExpression__ctor_m2434860303(__this, /*hidden argument*/NULL); ExpressionCollection_t1810289389 * L_0 = CompositeExpression_get_Expressions_m2951105322(__this, /*hidden argument*/NULL); NullCheck(L_0); ExpressionCollection_Add_m41125344(L_0, (Expression_t2722445759 *)NULL, /*hidden argument*/NULL); ExpressionCollection_t1810289389 * L_1 = CompositeExpression_get_Expressions_m2951105322(__this, /*hidden argument*/NULL); NullCheck(L_1); ExpressionCollection_Add_m41125344(L_1, (Expression_t2722445759 *)NULL, /*hidden argument*/NULL); return; } } // System.Text.RegularExpressions.Syntax.Expression System.Text.RegularExpressions.Syntax.Assertion::get_TrueExpression() extern "C" IL2CPP_METHOD_ATTR Expression_t2722445759 * Assertion_get_TrueExpression_m2743006331 (Assertion_t3267412828 * __this, const RuntimeMethod* method) { { ExpressionCollection_t1810289389 * L_0 = CompositeExpression_get_Expressions_m2951105322(__this, /*hidden argument*/NULL); NullCheck(L_0); Expression_t2722445759 * L_1 = ExpressionCollection_get_Item_m3510736379(L_0, 0, /*hidden argument*/NULL); return L_1; } } // System.Void System.Text.RegularExpressions.Syntax.Assertion::set_TrueExpression(System.Text.RegularExpressions.Syntax.Expression) extern "C" IL2CPP_METHOD_ATTR void Assertion_set_TrueExpression_m530142558 (Assertion_t3267412828 * __this, Expression_t2722445759 * ___value0, const RuntimeMethod* method) { { ExpressionCollection_t1810289389 * L_0 = CompositeExpression_get_Expressions_m2951105322(__this, /*hidden argument*/NULL); Expression_t2722445759 * L_1 = ___value0; NullCheck(L_0); ExpressionCollection_set_Item_m2040804459(L_0, 0, L_1, /*hidden argument*/NULL); return; } } // System.Text.RegularExpressions.Syntax.Expression System.Text.RegularExpressions.Syntax.Assertion::get_FalseExpression() extern "C" IL2CPP_METHOD_ATTR Expression_t2722445759 * Assertion_get_FalseExpression_m2609188285 (Assertion_t3267412828 * __this, const RuntimeMethod* method) { { ExpressionCollection_t1810289389 * L_0 = CompositeExpression_get_Expressions_m2951105322(__this, /*hidden argument*/NULL); NullCheck(L_0); Expression_t2722445759 * L_1 = ExpressionCollection_get_Item_m3510736379(L_0, 1, /*hidden argument*/NULL); return L_1; } } // System.Void System.Text.RegularExpressions.Syntax.Assertion::set_FalseExpression(System.Text.RegularExpressions.Syntax.Expression) extern "C" IL2CPP_METHOD_ATTR void Assertion_set_FalseExpression_m468310168 (Assertion_t3267412828 * __this, Expression_t2722445759 * ___value0, const RuntimeMethod* method) { { ExpressionCollection_t1810289389 * L_0 = CompositeExpression_get_Expressions_m2951105322(__this, /*hidden argument*/NULL); Expression_t2722445759 * L_1 = ___value0; NullCheck(L_0); ExpressionCollection_set_Item_m2040804459(L_0, 1, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Text.RegularExpressions.Syntax.Assertion::GetWidth(System.Int32&,System.Int32&) extern "C" IL2CPP_METHOD_ATTR void Assertion_GetWidth_m3431863255 (Assertion_t3267412828 * __this, int32_t* ___min0, int32_t* ___max1, const RuntimeMethod* method) { { int32_t* L_0 = ___min0; int32_t* L_1 = ___max1; CompositeExpression_GetWidth_m936348716(__this, L_0, L_1, 2, /*hidden argument*/NULL); Expression_t2722445759 * L_2 = Assertion_get_TrueExpression_m2743006331(__this, /*hidden argument*/NULL); if (!L_2) { goto IL_001f; } } { Expression_t2722445759 * L_3 = Assertion_get_FalseExpression_m2609188285(__this, /*hidden argument*/NULL); if (L_3) { goto IL_0022; } } IL_001f: { int32_t* L_4 = ___min0; *((int32_t*)(L_4)) = (int32_t)0; } IL_0022: { 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.Syntax.BackslashNumber::.ctor(System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void BackslashNumber__ctor_m3802423446 (BackslashNumber_t3656518667 * __this, bool ___ignore0, bool ___ecma1, const RuntimeMethod* method) { { bool L_0 = ___ignore0; Reference__ctor_m1870245246(__this, L_0, /*hidden argument*/NULL); bool L_1 = ___ecma1; __this->set_ecma_3(L_1); return; } } // System.Boolean System.Text.RegularExpressions.Syntax.BackslashNumber::ResolveReference(System.String,System.Collections.Hashtable) extern "C" IL2CPP_METHOD_ATTR bool BackslashNumber_ResolveReference_m4176908213 (BackslashNumber_t3656518667 * __this, String_t* ___num_str0, Hashtable_t1853889766 * ___groups1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BackslashNumber_ResolveReference_m4176908213_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { bool L_0 = __this->get_ecma_3(); if (!L_0) { goto IL_006c; } } { V_0 = 0; V_1 = 1; goto IL_002d; } IL_0014: { Hashtable_t1853889766 * L_1 = ___groups1; String_t* L_2 = ___num_str0; int32_t L_3 = V_1; NullCheck(L_2); String_t* L_4 = String_Substring_m1610150815(L_2, 0, L_3, /*hidden argument*/NULL); NullCheck(L_1); RuntimeObject * L_5 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_1, L_4); if (!L_5) { goto IL_0029; } } { int32_t L_6 = V_1; V_0 = L_6; } IL_0029: { int32_t L_7 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_002d: { int32_t L_8 = V_1; String_t* L_9 = ___num_str0; NullCheck(L_9); int32_t L_10 = String_get_Length_m3847582255(L_9, /*hidden argument*/NULL); if ((((int32_t)L_8) < ((int32_t)L_10))) { goto IL_0014; } } { int32_t L_11 = V_0; if (!L_11) { goto IL_0067; } } { Hashtable_t1853889766 * L_12 = ___groups1; String_t* L_13 = ___num_str0; int32_t L_14 = V_0; NullCheck(L_13); String_t* L_15 = String_Substring_m1610150815(L_13, 0, L_14, /*hidden argument*/NULL); NullCheck(L_12); RuntimeObject * L_16 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_12, L_15); Reference_set_CapturingGroup_m1130974240(__this, ((CapturingGroup_t751358689 *)CastclassClass((RuntimeObject*)L_16, CapturingGroup_t751358689_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); String_t* L_17 = ___num_str0; int32_t L_18 = V_0; NullCheck(L_17); String_t* L_19 = String_Substring_m2848979100(L_17, L_18, /*hidden argument*/NULL); __this->set_literal_2(L_19); return (bool)1; } IL_0067: { goto IL_007a; } IL_006c: { String_t* L_20 = ___num_str0; NullCheck(L_20); int32_t L_21 = String_get_Length_m3847582255(L_20, /*hidden argument*/NULL); if ((!(((uint32_t)L_21) == ((uint32_t)1)))) { goto IL_007a; } } { return (bool)0; } IL_007a: { V_2 = 0; String_t* L_22 = ___num_str0; int32_t L_23 = Parser_ParseOctal_m1193445574(NULL /*static, unused*/, L_22, (&V_2), /*hidden argument*/NULL); V_3 = L_23; int32_t L_24 = V_3; if ((!(((uint32_t)L_24) == ((uint32_t)(-1))))) { goto IL_008e; } } { return (bool)0; } IL_008e: { int32_t L_25 = V_3; if ((((int32_t)L_25) <= ((int32_t)((int32_t)255)))) { goto IL_00ac; } } { bool L_26 = __this->get_ecma_3(); if (!L_26) { goto IL_00ac; } } { int32_t L_27 = V_3; V_3 = ((int32_t)((int32_t)L_27/(int32_t)8)); int32_t L_28 = V_2; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_28, (int32_t)1)); } IL_00ac: { int32_t L_29 = V_3; V_3 = ((int32_t)((int32_t)L_29&(int32_t)((int32_t)255))); int32_t L_30 = V_3; Il2CppChar L_31 = ((Il2CppChar)(((int32_t)((uint16_t)L_30)))); RuntimeObject * L_32 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_31); String_t* L_33 = ___num_str0; int32_t L_34 = V_2; NullCheck(L_33); String_t* L_35 = String_Substring_m2848979100(L_33, L_34, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_36 = String_Concat_m904156431(NULL /*static, unused*/, L_32, L_35, /*hidden argument*/NULL); __this->set_literal_2(L_36); return (bool)1; } } // System.Void System.Text.RegularExpressions.Syntax.BackslashNumber::Compile(System.Text.RegularExpressions.ICompiler,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void BackslashNumber_Compile_m1825066804 (BackslashNumber_t3656518667 * __this, RuntimeObject* ___cmp0, bool ___reverse1, const RuntimeMethod* method) { { CapturingGroup_t751358689 * L_0 = Reference_get_CapturingGroup_m3861468528(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0013; } } { RuntimeObject* L_1 = ___cmp0; bool L_2 = ___reverse1; Reference_Compile_m4195878675(__this, L_1, L_2, /*hidden argument*/NULL); } IL_0013: { String_t* L_3 = __this->get_literal_2(); if (!L_3) { goto IL_0031; } } { String_t* L_4 = __this->get_literal_2(); RuntimeObject* L_5 = ___cmp0; bool L_6 = Reference_get_IgnoreCase_m241264953(__this, /*hidden argument*/NULL); bool L_7 = ___reverse1; Literal_CompileLiteral_m4231400317(NULL /*static, unused*/, L_4, L_5, L_6, L_7, /*hidden argument*/NULL); } IL_0031: { 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.Syntax.BalancingGroup::.ctor() extern "C" IL2CPP_METHOD_ATTR void BalancingGroup__ctor_m2760700418 (BalancingGroup_t2395658894 * __this, const RuntimeMethod* method) { { CapturingGroup__ctor_m1932199154(__this, /*hidden argument*/NULL); __this->set_balance_3((CapturingGroup_t751358689 *)NULL); return; } } // System.Void System.Text.RegularExpressions.Syntax.BalancingGroup::set_Balance(System.Text.RegularExpressions.Syntax.CapturingGroup) extern "C" IL2CPP_METHOD_ATTR void BalancingGroup_set_Balance_m3289053627 (BalancingGroup_t2395658894 * __this, CapturingGroup_t751358689 * ___value0, const RuntimeMethod* method) { { CapturingGroup_t751358689 * L_0 = ___value0; __this->set_balance_3(L_0); return; } } // System.Void System.Text.RegularExpressions.Syntax.BalancingGroup::Compile(System.Text.RegularExpressions.ICompiler,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void BalancingGroup_Compile_m2575117193 (BalancingGroup_t2395658894 * __this, RuntimeObject* ___cmp0, bool ___reverse1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BalancingGroup_Compile_m2575117193_MetadataUsageId); s_Il2CppMethodInitialized = true; } LinkRef_t2971865410 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; Expression_t2722445759 * V_3 = NULL; { RuntimeObject* L_0 = ___cmp0; NullCheck(L_0); LinkRef_t2971865410 * L_1 = InterfaceFuncInvoker0< LinkRef_t2971865410 * >::Invoke(28 /* System.Text.RegularExpressions.LinkRef System.Text.RegularExpressions.ICompiler::NewLink() */, ICompiler_t118549125_il2cpp_TypeInfo_var, L_0); V_0 = L_1; RuntimeObject* L_2 = ___cmp0; int32_t L_3 = CapturingGroup_get_Index_m3406974370(__this, /*hidden argument*/NULL); CapturingGroup_t751358689 * L_4 = __this->get_balance_3(); NullCheck(L_4); int32_t L_5 = CapturingGroup_get_Index_m3406974370(L_4, /*hidden argument*/NULL); bool L_6 = CapturingGroup_get_IsNamed_m570289083(__this, /*hidden argument*/NULL); LinkRef_t2971865410 * L_7 = V_0; NullCheck(L_2); InterfaceActionInvoker4< int32_t, int32_t, bool, LinkRef_t2971865410 * >::Invoke(12 /* System.Void System.Text.RegularExpressions.ICompiler::EmitBalanceStart(System.Int32,System.Int32,System.Boolean,System.Text.RegularExpressions.LinkRef) */, ICompiler_t118549125_il2cpp_TypeInfo_var, L_2, L_3, L_5, L_6, L_7); ExpressionCollection_t1810289389 * L_8 = CompositeExpression_get_Expressions_m2951105322(__this, /*hidden argument*/NULL); NullCheck(L_8); int32_t L_9 = CollectionBase_get_Count_m1708965601(L_8, /*hidden argument*/NULL); V_1 = L_9; V_2 = 0; goto IL_006d; } IL_0038: { bool L_10 = ___reverse1; if (!L_10) { goto IL_0054; } } { ExpressionCollection_t1810289389 * L_11 = CompositeExpression_get_Expressions_m2951105322(__this, /*hidden argument*/NULL); int32_t L_12 = V_1; int32_t L_13 = V_2; NullCheck(L_11); Expression_t2722445759 * L_14 = ExpressionCollection_get_Item_m3510736379(L_11, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)L_13)), (int32_t)1)), /*hidden argument*/NULL); V_3 = L_14; goto IL_0061; } IL_0054: { ExpressionCollection_t1810289389 * L_15 = CompositeExpression_get_Expressions_m2951105322(__this, /*hidden argument*/NULL); int32_t L_16 = V_2; NullCheck(L_15); Expression_t2722445759 * L_17 = ExpressionCollection_get_Item_m3510736379(L_15, L_16, /*hidden argument*/NULL); V_3 = L_17; } IL_0061: { Expression_t2722445759 * L_18 = V_3; RuntimeObject* L_19 = ___cmp0; bool L_20 = ___reverse1; NullCheck(L_18); VirtActionInvoker2< RuntimeObject*, bool >::Invoke(4 /* System.Void System.Text.RegularExpressions.Syntax.Expression::Compile(System.Text.RegularExpressions.ICompiler,System.Boolean) */, L_18, L_19, L_20); int32_t L_21 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); } IL_006d: { int32_t L_22 = V_2; int32_t L_23 = V_1; if ((((int32_t)L_22) < ((int32_t)L_23))) { goto IL_0038; } } { RuntimeObject* L_24 = ___cmp0; NullCheck(L_24); InterfaceActionInvoker0::Invoke(13 /* System.Void System.Text.RegularExpressions.ICompiler::EmitBalance() */, ICompiler_t118549125_il2cpp_TypeInfo_var, L_24); RuntimeObject* L_25 = ___cmp0; LinkRef_t2971865410 * L_26 = V_0; NullCheck(L_25); InterfaceActionInvoker1< LinkRef_t2971865410 * >::Invoke(29 /* System.Void System.Text.RegularExpressions.ICompiler::ResolveLink(System.Text.RegularExpressions.LinkRef) */, ICompiler_t118549125_il2cpp_TypeInfo_var, L_25, L_26); 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.Syntax.CaptureAssertion::.ctor(System.Text.RegularExpressions.Syntax.Literal) extern "C" IL2CPP_METHOD_ATTR void CaptureAssertion__ctor_m1422197394 (CaptureAssertion_t3786084589 * __this, Literal_t434143540 * ___l0, const RuntimeMethod* method) { { Assertion__ctor_m2128950829(__this, /*hidden argument*/NULL); Literal_t434143540 * L_0 = ___l0; __this->set_literal_3(L_0); return; } } // System.Void System.Text.RegularExpressions.Syntax.CaptureAssertion::set_CapturingGroup(System.Text.RegularExpressions.Syntax.CapturingGroup) extern "C" IL2CPP_METHOD_ATTR void CaptureAssertion_set_CapturingGroup_m2003123956 (CaptureAssertion_t3786084589 * __this, CapturingGroup_t751358689 * ___value0, const RuntimeMethod* method) { { CapturingGroup_t751358689 * L_0 = ___value0; __this->set_group_2(L_0); return; } } // System.Void System.Text.RegularExpressions.Syntax.CaptureAssertion::Compile(System.Text.RegularExpressions.ICompiler,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CaptureAssertion_Compile_m1815624462 (CaptureAssertion_t3786084589 * __this, RuntimeObject* ___cmp0, bool ___reverse1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CaptureAssertion_Compile_m1815624462_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; LinkRef_t2971865410 * V_1 = NULL; LinkRef_t2971865410 * V_2 = NULL; { CapturingGroup_t751358689 * L_0 = __this->get_group_2(); if (L_0) { goto IL_0019; } } { ExpressionAssertion_t1861210811 * L_1 = CaptureAssertion_get_Alternate_m4172691807(__this, /*hidden argument*/NULL); RuntimeObject* L_2 = ___cmp0; bool L_3 = ___reverse1; NullCheck(L_1); VirtActionInvoker2< RuntimeObject*, bool >::Invoke(4 /* System.Void System.Text.RegularExpressions.Syntax.ExpressionAssertion::Compile(System.Text.RegularExpressions.ICompiler,System.Boolean) */, L_1, L_2, L_3); return; } IL_0019: { CapturingGroup_t751358689 * L_4 = __this->get_group_2(); NullCheck(L_4); int32_t L_5 = CapturingGroup_get_Index_m3406974370(L_4, /*hidden argument*/NULL); V_0 = L_5; RuntimeObject* L_6 = ___cmp0; NullCheck(L_6); LinkRef_t2971865410 * L_7 = InterfaceFuncInvoker0< LinkRef_t2971865410 * >::Invoke(28 /* System.Text.RegularExpressions.LinkRef System.Text.RegularExpressions.ICompiler::NewLink() */, ICompiler_t118549125_il2cpp_TypeInfo_var, L_6); V_1 = L_7; Expression_t2722445759 * L_8 = Assertion_get_FalseExpression_m2609188285(__this, /*hidden argument*/NULL); if (L_8) { goto IL_0051; } } { RuntimeObject* L_9 = ___cmp0; int32_t L_10 = V_0; LinkRef_t2971865410 * L_11 = V_1; NullCheck(L_9); InterfaceActionInvoker2< int32_t, LinkRef_t2971865410 * >::Invoke(15 /* System.Void System.Text.RegularExpressions.ICompiler::EmitIfDefined(System.Int32,System.Text.RegularExpressions.LinkRef) */, ICompiler_t118549125_il2cpp_TypeInfo_var, L_9, L_10, L_11); Expression_t2722445759 * L_12 = Assertion_get_TrueExpression_m2743006331(__this, /*hidden argument*/NULL); RuntimeObject* L_13 = ___cmp0; bool L_14 = ___reverse1; NullCheck(L_12); VirtActionInvoker2< RuntimeObject*, bool >::Invoke(4 /* System.Void System.Text.RegularExpressions.Syntax.Expression::Compile(System.Text.RegularExpressions.ICompiler,System.Boolean) */, L_12, L_13, L_14); goto IL_0088; } IL_0051: { RuntimeObject* L_15 = ___cmp0; NullCheck(L_15); LinkRef_t2971865410 * L_16 = InterfaceFuncInvoker0< LinkRef_t2971865410 * >::Invoke(28 /* System.Text.RegularExpressions.LinkRef System.Text.RegularExpressions.ICompiler::NewLink() */, ICompiler_t118549125_il2cpp_TypeInfo_var, L_15); V_2 = L_16; RuntimeObject* L_17 = ___cmp0; int32_t L_18 = V_0; LinkRef_t2971865410 * L_19 = V_2; NullCheck(L_17); InterfaceActionInvoker2< int32_t, LinkRef_t2971865410 * >::Invoke(15 /* System.Void System.Text.RegularExpressions.ICompiler::EmitIfDefined(System.Int32,System.Text.RegularExpressions.LinkRef) */, ICompiler_t118549125_il2cpp_TypeInfo_var, L_17, L_18, L_19); Expression_t2722445759 * L_20 = Assertion_get_TrueExpression_m2743006331(__this, /*hidden argument*/NULL); RuntimeObject* L_21 = ___cmp0; bool L_22 = ___reverse1; NullCheck(L_20); VirtActionInvoker2< RuntimeObject*, bool >::Invoke(4 /* System.Void System.Text.RegularExpressions.Syntax.Expression::Compile(System.Text.RegularExpressions.ICompiler,System.Boolean) */, L_20, L_21, L_22); RuntimeObject* L_23 = ___cmp0; LinkRef_t2971865410 * L_24 = V_1; NullCheck(L_23); InterfaceActionInvoker1< LinkRef_t2971865410 * >::Invoke(19 /* System.Void System.Text.RegularExpressions.ICompiler::EmitJump(System.Text.RegularExpressions.LinkRef) */, ICompiler_t118549125_il2cpp_TypeInfo_var, L_23, L_24); RuntimeObject* L_25 = ___cmp0; LinkRef_t2971865410 * L_26 = V_2; NullCheck(L_25); InterfaceActionInvoker1< LinkRef_t2971865410 * >::Invoke(29 /* System.Void System.Text.RegularExpressions.ICompiler::ResolveLink(System.Text.RegularExpressions.LinkRef) */, ICompiler_t118549125_il2cpp_TypeInfo_var, L_25, L_26); Expression_t2722445759 * L_27 = Assertion_get_FalseExpression_m2609188285(__this, /*hidden argument*/NULL); RuntimeObject* L_28 = ___cmp0; bool L_29 = ___reverse1; NullCheck(L_27); VirtActionInvoker2< RuntimeObject*, bool >::Invoke(4 /* System.Void System.Text.RegularExpressions.Syntax.Expression::Compile(System.Text.RegularExpressions.ICompiler,System.Boolean) */, L_27, L_28, L_29); } IL_0088: { RuntimeObject* L_30 = ___cmp0; LinkRef_t2971865410 * L_31 = V_1; NullCheck(L_30); InterfaceActionInvoker1< LinkRef_t2971865410 * >::Invoke(29 /* System.Void System.Text.RegularExpressions.ICompiler::ResolveLink(System.Text.RegularExpressions.LinkRef) */, ICompiler_t118549125_il2cpp_TypeInfo_var, L_30, L_31); return; } } // System.Boolean System.Text.RegularExpressions.Syntax.CaptureAssertion::IsComplex() extern "C" IL2CPP_METHOD_ATTR bool CaptureAssertion_IsComplex_m237493585 (CaptureAssertion_t3786084589 * __this, const RuntimeMethod* method) { { CapturingGroup_t751358689 * L_0 = __this->get_group_2(); if (L_0) { goto IL_0017; } } { ExpressionAssertion_t1861210811 * L_1 = CaptureAssertion_get_Alternate_m4172691807(__this, /*hidden argument*/NULL); NullCheck(L_1); bool L_2 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.Text.RegularExpressions.Syntax.ExpressionAssertion::IsComplex() */, L_1); return L_2; } IL_0017: { Expression_t2722445759 * L_3 = Assertion_get_TrueExpression_m2743006331(__this, /*hidden argument*/NULL); if (!L_3) { goto IL_0034; } } { Expression_t2722445759 * L_4 = Assertion_get_TrueExpression_m2743006331(__this, /*hidden argument*/NULL); NullCheck(L_4); bool L_5 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.Text.RegularExpressions.Syntax.Expression::IsComplex() */, L_4); if (!L_5) { goto IL_0034; } } { return (bool)1; } IL_0034: { Expression_t2722445759 * L_6 = Assertion_get_FalseExpression_m2609188285(__this, /*hidden argument*/NULL); if (!L_6) { goto IL_0051; } } { Expression_t2722445759 * L_7 = Assertion_get_FalseExpression_m2609188285(__this, /*hidden argument*/NULL); NullCheck(L_7); bool L_8 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.Text.RegularExpressions.Syntax.Expression::IsComplex() */, L_7); if (!L_8) { goto IL_0051; } } { return (bool)1; } IL_0051: { int32_t L_9 = Expression_GetFixedWidth_m945658(__this, /*hidden argument*/NULL); return (bool)((((int32_t)((((int32_t)L_9) > ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Text.RegularExpressions.Syntax.ExpressionAssertion System.Text.RegularExpressions.Syntax.CaptureAssertion::get_Alternate() extern "C" IL2CPP_METHOD_ATTR ExpressionAssertion_t1861210811 * CaptureAssertion_get_Alternate_m4172691807 (CaptureAssertion_t3786084589 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CaptureAssertion_get_Alternate_m4172691807_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ExpressionAssertion_t1861210811 * L_0 = __this->get_alternate_1(); if (L_0) { goto IL_0049; } } { ExpressionAssertion_t1861210811 * L_1 = (ExpressionAssertion_t1861210811 *)il2cpp_codegen_object_new(ExpressionAssertion_t1861210811_il2cpp_TypeInfo_var); ExpressionAssertion__ctor_m2554412824(L_1, /*hidden argument*/NULL); __this->set_alternate_1(L_1); ExpressionAssertion_t1861210811 * L_2 = __this->get_alternate_1(); Expression_t2722445759 * L_3 = Assertion_get_TrueExpression_m2743006331(__this, /*hidden argument*/NULL); NullCheck(L_2); Assertion_set_TrueExpression_m530142558(L_2, L_3, /*hidden argument*/NULL); ExpressionAssertion_t1861210811 * L_4 = __this->get_alternate_1(); Expression_t2722445759 * L_5 = Assertion_get_FalseExpression_m2609188285(__this, /*hidden argument*/NULL); NullCheck(L_4); Assertion_set_FalseExpression_m468310168(L_4, L_5, /*hidden argument*/NULL); ExpressionAssertion_t1861210811 * L_6 = __this->get_alternate_1(); Literal_t434143540 * L_7 = __this->get_literal_3(); NullCheck(L_6); ExpressionAssertion_set_TestExpression_m3544634251(L_6, L_7, /*hidden argument*/NULL); } IL_0049: { ExpressionAssertion_t1861210811 * L_8 = __this->get_alternate_1(); return L_8; } } #ifdef __clang__ #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.Syntax.CapturingGroup::.ctor() extern "C" IL2CPP_METHOD_ATTR void CapturingGroup__ctor_m1932199154 (CapturingGroup_t751358689 * __this, const RuntimeMethod* method) { { Group__ctor_m2980794822(__this, /*hidden argument*/NULL); __this->set_gid_1(0); __this->set_name_2((String_t*)NULL); return; } } // System.Int32 System.Text.RegularExpressions.Syntax.CapturingGroup::get_Index() extern "C" IL2CPP_METHOD_ATTR int32_t CapturingGroup_get_Index_m3406974370 (CapturingGroup_t751358689 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_gid_1(); return L_0; } } // System.Void System.Text.RegularExpressions.Syntax.CapturingGroup::set_Index(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CapturingGroup_set_Index_m1113018009 (CapturingGroup_t751358689 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_gid_1(L_0); return; } } // System.String System.Text.RegularExpressions.Syntax.CapturingGroup::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* CapturingGroup_get_Name_m3747712535 (CapturingGroup_t751358689 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_2(); return L_0; } } // System.Void System.Text.RegularExpressions.Syntax.CapturingGroup::set_Name(System.String) extern "C" IL2CPP_METHOD_ATTR void CapturingGroup_set_Name_m3031988208 (CapturingGroup_t751358689 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_name_2(L_0); return; } } // System.Boolean System.Text.RegularExpressions.Syntax.CapturingGroup::get_IsNamed() extern "C" IL2CPP_METHOD_ATTR bool CapturingGroup_get_IsNamed_m570289083 (CapturingGroup_t751358689 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_2(); return (bool)((((int32_t)((((RuntimeObject*)(String_t*)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Void System.Text.RegularExpressions.Syntax.CapturingGroup::Compile(System.Text.RegularExpressions.ICompiler,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CapturingGroup_Compile_m1789150976 (CapturingGroup_t751358689 * __this, RuntimeObject* ___cmp0, bool ___reverse1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CapturingGroup_Compile_m1789150976_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___cmp0; int32_t L_1 = __this->get_gid_1(); NullCheck(L_0); InterfaceActionInvoker1< int32_t >::Invoke(10 /* System.Void System.Text.RegularExpressions.ICompiler::EmitOpen(System.Int32) */, ICompiler_t118549125_il2cpp_TypeInfo_var, L_0, L_1); RuntimeObject* L_2 = ___cmp0; bool L_3 = ___reverse1; Group_Compile_m3355488790(__this, L_2, L_3, /*hidden argument*/NULL); RuntimeObject* L_4 = ___cmp0; int32_t L_5 = __this->get_gid_1(); NullCheck(L_4); InterfaceActionInvoker1< int32_t >::Invoke(11 /* System.Void System.Text.RegularExpressions.ICompiler::EmitClose(System.Int32) */, ICompiler_t118549125_il2cpp_TypeInfo_var, L_4, L_5); return; } } // System.Boolean System.Text.RegularExpressions.Syntax.CapturingGroup::IsComplex() extern "C" IL2CPP_METHOD_ATTR bool CapturingGroup_IsComplex_m4061114763 (CapturingGroup_t751358689 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Int32 System.Text.RegularExpressions.Syntax.CapturingGroup::CompareTo(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t CapturingGroup_CompareTo_m4265294460 (CapturingGroup_t751358689 * __this, RuntimeObject * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CapturingGroup_CompareTo_m4265294460_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_gid_1(); RuntimeObject * L_1 = ___other0; NullCheck(((CapturingGroup_t751358689 *)CastclassClass((RuntimeObject*)L_1, CapturingGroup_t751358689_il2cpp_TypeInfo_var))); int32_t L_2 = ((CapturingGroup_t751358689 *)CastclassClass((RuntimeObject*)L_1, CapturingGroup_t751358689_il2cpp_TypeInfo_var))->get_gid_1(); return ((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)L_2)); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Text.RegularExpressions.Syntax.CharacterClass::.ctor(System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CharacterClass__ctor_m1294707193 (CharacterClass_t839120860 * __this, bool ___negate0, bool ___ignore1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CharacterClass__ctor_m1294707193_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { Expression__ctor_m1600460087(__this, /*hidden argument*/NULL); bool L_0 = ___negate0; __this->set_negate_1(L_0); bool L_1 = ___ignore1; __this->set_ignore_2(L_1); IntervalCollection_t2609070824 * L_2 = (IntervalCollection_t2609070824 *)il2cpp_codegen_object_new(IntervalCollection_t2609070824_il2cpp_TypeInfo_var); IntervalCollection__ctor_m758349803(L_2, /*hidden argument*/NULL); __this->set_intervals_5(L_2); V_0 = ((int32_t)144); int32_t L_3 = V_0; BitArray_t4087883509 * L_4 = (BitArray_t4087883509 *)il2cpp_codegen_object_new(BitArray_t4087883509_il2cpp_TypeInfo_var); BitArray__ctor_m52841262(L_4, L_3, /*hidden argument*/NULL); __this->set_pos_cats_3(L_4); int32_t L_5 = V_0; BitArray_t4087883509 * L_6 = (BitArray_t4087883509 *)il2cpp_codegen_object_new(BitArray_t4087883509_il2cpp_TypeInfo_var); BitArray__ctor_m52841262(L_6, L_5, /*hidden argument*/NULL); __this->set_neg_cats_4(L_6); return; } } // System.Void System.Text.RegularExpressions.Syntax.CharacterClass::.ctor(System.Text.RegularExpressions.Category,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CharacterClass__ctor_m2417156412 (CharacterClass_t839120860 * __this, uint16_t ___cat0, bool ___negate1, const RuntimeMethod* method) { { CharacterClass__ctor_m1294707193(__this, (bool)0, (bool)0, /*hidden argument*/NULL); uint16_t L_0 = ___cat0; bool L_1 = ___negate1; CharacterClass_AddCategory_m3505628817(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Text.RegularExpressions.Syntax.CharacterClass::.cctor() extern "C" IL2CPP_METHOD_ATTR void CharacterClass__cctor_m443084915 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CharacterClass__cctor_m443084915_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Interval_t1802865632 L_0; memset(&L_0, 0, sizeof(L_0)); Interval__ctor_m4022869013((&L_0), ((int32_t)65), ((int32_t)90), /*hidden argument*/NULL); ((CharacterClass_t839120860_StaticFields*)il2cpp_codegen_static_fields_for(CharacterClass_t839120860_il2cpp_TypeInfo_var))->set_upper_case_characters_0(L_0); return; } } // System.Void System.Text.RegularExpressions.Syntax.CharacterClass::AddCategory(System.Text.RegularExpressions.Category,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CharacterClass_AddCategory_m3505628817 (CharacterClass_t839120860 * __this, uint16_t ___cat0, bool ___negate1, const RuntimeMethod* method) { int32_t V_0 = 0; { uint16_t L_0 = ___cat0; V_0 = L_0; bool L_1 = ___negate1; if (!L_1) { goto IL_001a; } } { BitArray_t4087883509 * L_2 = __this->get_neg_cats_4(); int32_t L_3 = V_0; NullCheck(L_2); BitArray_set_Item_m3453667491(L_2, L_3, (bool)1, /*hidden argument*/NULL); goto IL_0027; } IL_001a: { BitArray_t4087883509 * L_4 = __this->get_pos_cats_3(); int32_t L_5 = V_0; NullCheck(L_4); BitArray_set_Item_m3453667491(L_4, L_5, (bool)1, /*hidden argument*/NULL); } IL_0027: { return; } } // System.Void System.Text.RegularExpressions.Syntax.CharacterClass::AddCharacter(System.Char) extern "C" IL2CPP_METHOD_ATTR void CharacterClass_AddCharacter_m2370152363 (CharacterClass_t839120860 * __this, Il2CppChar ___c0, const RuntimeMethod* method) { { Il2CppChar L_0 = ___c0; Il2CppChar L_1 = ___c0; CharacterClass_AddRange_m3500530626(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Text.RegularExpressions.Syntax.CharacterClass::AddRange(System.Char,System.Char) extern "C" IL2CPP_METHOD_ATTR void CharacterClass_AddRange_m3500530626 (CharacterClass_t839120860 * __this, Il2CppChar ___lo0, Il2CppChar ___hi1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CharacterClass_AddRange_m3500530626_MetadataUsageId); s_Il2CppMethodInitialized = true; } Interval_t1802865632 V_0; memset(&V_0, 0, sizeof(V_0)); Interval_t1802865632 V_1; memset(&V_1, 0, sizeof(V_1)); { Il2CppChar L_0 = ___lo0; Il2CppChar L_1 = ___hi1; Interval__ctor_m4022869013((&V_0), L_0, L_1, /*hidden argument*/NULL); bool L_2 = __this->get_ignore_2(); if (!L_2) { goto IL_00e2; } } { IL2CPP_RUNTIME_CLASS_INIT(CharacterClass_t839120860_il2cpp_TypeInfo_var); Interval_t1802865632 L_3 = V_0; bool L_4 = Interval_Intersects_m525534288((((CharacterClass_t839120860_StaticFields*)il2cpp_codegen_static_fields_for(CharacterClass_t839120860_il2cpp_TypeInfo_var))->get_address_of_upper_case_characters_0()), L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_00b2; } } { int32_t L_5 = (&V_0)->get_low_0(); IL2CPP_RUNTIME_CLASS_INIT(CharacterClass_t839120860_il2cpp_TypeInfo_var); int32_t L_6 = (((CharacterClass_t839120860_StaticFields*)il2cpp_codegen_static_fields_for(CharacterClass_t839120860_il2cpp_TypeInfo_var))->get_address_of_upper_case_characters_0())->get_low_0(); if ((((int32_t)L_5) >= ((int32_t)L_6))) { goto IL_0070; } } { IL2CPP_RUNTIME_CLASS_INIT(CharacterClass_t839120860_il2cpp_TypeInfo_var); int32_t L_7 = (((CharacterClass_t839120860_StaticFields*)il2cpp_codegen_static_fields_for(CharacterClass_t839120860_il2cpp_TypeInfo_var))->get_address_of_upper_case_characters_0())->get_low_0(); int32_t L_8 = (&V_0)->get_high_1(); Interval__ctor_m4022869013((&V_1), ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)((int32_t)32))), ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)((int32_t)32))), /*hidden argument*/NULL); int32_t L_9 = (((CharacterClass_t839120860_StaticFields*)il2cpp_codegen_static_fields_for(CharacterClass_t839120860_il2cpp_TypeInfo_var))->get_address_of_upper_case_characters_0())->get_low_0(); (&V_0)->set_high_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1))); goto IL_00a1; } IL_0070: { int32_t L_10 = (&V_0)->get_low_0(); IL2CPP_RUNTIME_CLASS_INIT(CharacterClass_t839120860_il2cpp_TypeInfo_var); int32_t L_11 = (((CharacterClass_t839120860_StaticFields*)il2cpp_codegen_static_fields_for(CharacterClass_t839120860_il2cpp_TypeInfo_var))->get_address_of_upper_case_characters_0())->get_high_1(); Interval__ctor_m4022869013((&V_1), ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)((int32_t)32))), ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)((int32_t)32))), /*hidden argument*/NULL); int32_t L_12 = (((CharacterClass_t839120860_StaticFields*)il2cpp_codegen_static_fields_for(CharacterClass_t839120860_il2cpp_TypeInfo_var))->get_address_of_upper_case_characters_0())->get_high_1(); (&V_0)->set_low_0(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))); } IL_00a1: { IntervalCollection_t2609070824 * L_13 = __this->get_intervals_5(); Interval_t1802865632 L_14 = V_1; NullCheck(L_13); IntervalCollection_Add_m2115898256(L_13, L_14, /*hidden argument*/NULL); goto IL_00e2; } IL_00b2: { IL2CPP_RUNTIME_CLASS_INIT(CharacterClass_t839120860_il2cpp_TypeInfo_var); Interval_t1802865632 L_15 = V_0; bool L_16 = Interval_Contains_m1454846757((((CharacterClass_t839120860_StaticFields*)il2cpp_codegen_static_fields_for(CharacterClass_t839120860_il2cpp_TypeInfo_var))->get_address_of_upper_case_characters_0()), L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_00e2; } } { Interval_t1802865632 * L_17 = (&V_0); int32_t L_18 = L_17->get_high_1(); L_17->set_high_1(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)((int32_t)32)))); Interval_t1802865632 * L_19 = (&V_0); int32_t L_20 = L_19->get_low_0(); L_19->set_low_0(((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)((int32_t)32)))); } IL_00e2: { IntervalCollection_t2609070824 * L_21 = __this->get_intervals_5(); Interval_t1802865632 L_22 = V_0; NullCheck(L_21); IntervalCollection_Add_m2115898256(L_21, L_22, /*hidden argument*/NULL); return; } } // System.Void System.Text.RegularExpressions.Syntax.CharacterClass::Compile(System.Text.RegularExpressions.ICompiler,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CharacterClass_Compile_m3296067317 (CharacterClass_t839120860 * __this, RuntimeObject* ___cmp0, bool ___reverse1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CharacterClass_Compile_m3296067317_MetadataUsageId); s_Il2CppMethodInitialized = true; } IntervalCollection_t2609070824 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; LinkRef_t2971865410 * V_3 = NULL; Interval_t1802865632 V_4; memset(&V_4, 0, sizeof(V_4)); RuntimeObject* V_5 = NULL; BitArray_t4087883509 * V_6 = NULL; Interval_t1802865632 V_7; memset(&V_7, 0, sizeof(V_7)); RuntimeObject* V_8 = NULL; int32_t V_9 = 0; int32_t V_10 = 0; RuntimeObject* V_11 = NULL; RuntimeObject* V_12 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { IntervalCollection_t2609070824 * L_0 = __this->get_intervals_5(); intptr_t L_1 = (intptr_t)CharacterClass_GetIntervalCost_m4036989868_RuntimeMethod_var; CostDelegate_t1722821004 * L_2 = (CostDelegate_t1722821004 *)il2cpp_codegen_object_new(CostDelegate_t1722821004_il2cpp_TypeInfo_var); CostDelegate__ctor_m4027655829(L_2, NULL, L_1, /*hidden argument*/NULL); NullCheck(L_0); IntervalCollection_t2609070824 * L_3 = IntervalCollection_GetMetaCollection_m4029522214(L_0, L_2, /*hidden argument*/NULL); V_0 = L_3; IntervalCollection_t2609070824 * L_4 = V_0; NullCheck(L_4); int32_t L_5 = IntervalCollection_get_Count_m3041256718(L_4, /*hidden argument*/NULL); V_1 = L_5; V_2 = 0; goto IL_0050; } IL_0026: { BitArray_t4087883509 * L_6 = __this->get_pos_cats_3(); int32_t L_7 = V_2; NullCheck(L_6); bool L_8 = BitArray_get_Item_m2970562587(L_6, L_7, /*hidden argument*/NULL); if (L_8) { goto IL_0048; } } { BitArray_t4087883509 * L_9 = __this->get_neg_cats_4(); int32_t L_10 = V_2; NullCheck(L_9); bool L_11 = BitArray_get_Item_m2970562587(L_9, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_004c; } } IL_0048: { int32_t L_12 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_004c: { int32_t L_13 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_0050: { int32_t L_14 = V_2; BitArray_t4087883509 * L_15 = __this->get_pos_cats_3(); NullCheck(L_15); int32_t L_16 = BitArray_get_Length_m3181964206(L_15, /*hidden argument*/NULL); if ((((int32_t)L_14) < ((int32_t)L_16))) { goto IL_0026; } } { int32_t L_17 = V_1; if (L_17) { goto IL_0068; } } { return; } IL_0068: { RuntimeObject* L_18 = ___cmp0; NullCheck(L_18); LinkRef_t2971865410 * L_19 = InterfaceFuncInvoker0< LinkRef_t2971865410 * >::Invoke(28 /* System.Text.RegularExpressions.LinkRef System.Text.RegularExpressions.ICompiler::NewLink() */, ICompiler_t118549125_il2cpp_TypeInfo_var, L_18); V_3 = L_19; int32_t L_20 = V_1; if ((((int32_t)L_20) <= ((int32_t)1))) { goto IL_007d; } } { RuntimeObject* L_21 = ___cmp0; LinkRef_t2971865410 * L_22 = V_3; NullCheck(L_21); InterfaceActionInvoker1< LinkRef_t2971865410 * >::Invoke(22 /* System.Void System.Text.RegularExpressions.ICompiler::EmitIn(System.Text.RegularExpressions.LinkRef) */, ICompiler_t118549125_il2cpp_TypeInfo_var, L_21, L_22); } IL_007d: { IntervalCollection_t2609070824 * L_23 = V_0; NullCheck(L_23); RuntimeObject* L_24 = IntervalCollection_GetEnumerator_m3422445219(L_23, /*hidden argument*/NULL); V_5 = L_24; } IL_0085: try { // begin try (depth: 1) { goto IL_01ac; } IL_008a: { RuntimeObject* L_25 = V_5; NullCheck(L_25); RuntimeObject * L_26 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_25); V_4 = ((*(Interval_t1802865632 *)((Interval_t1802865632 *)UnBox(L_26, Interval_t1802865632_il2cpp_TypeInfo_var)))); bool L_27 = Interval_get_IsDiscontiguous_m3016063288((&V_4), /*hidden argument*/NULL); if (!L_27) { goto IL_015d; } } IL_00a4: { int32_t L_28 = Interval_get_Size_m4163671410((&V_4), /*hidden argument*/NULL); BitArray_t4087883509 * L_29 = (BitArray_t4087883509 *)il2cpp_codegen_object_new(BitArray_t4087883509_il2cpp_TypeInfo_var); BitArray__ctor_m52841262(L_29, L_28, /*hidden argument*/NULL); V_6 = L_29; IntervalCollection_t2609070824 * L_30 = __this->get_intervals_5(); NullCheck(L_30); RuntimeObject* L_31 = IntervalCollection_GetEnumerator_m3422445219(L_30, /*hidden argument*/NULL); V_8 = L_31; } IL_00bf: try { // begin try (depth: 2) { goto IL_0114; } IL_00c4: { RuntimeObject* L_32 = V_8; NullCheck(L_32); RuntimeObject * L_33 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_32); V_7 = ((*(Interval_t1802865632 *)((Interval_t1802865632 *)UnBox(L_33, Interval_t1802865632_il2cpp_TypeInfo_var)))); Interval_t1802865632 L_34 = V_7; bool L_35 = Interval_Contains_m1454846757((&V_4), L_34, /*hidden argument*/NULL); if (!L_35) { goto IL_0114; } } IL_00e0: { int32_t L_36 = (&V_7)->get_low_0(); V_9 = L_36; goto IL_0106; } IL_00ee: { BitArray_t4087883509 * L_37 = V_6; int32_t L_38 = V_9; int32_t L_39 = (&V_4)->get_low_0(); NullCheck(L_37); BitArray_set_Item_m3453667491(L_37, ((int32_t)il2cpp_codegen_subtract((int32_t)L_38, (int32_t)L_39)), (bool)1, /*hidden argument*/NULL); int32_t L_40 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); } IL_0106: { int32_t L_41 = V_9; int32_t L_42 = (&V_7)->get_high_1(); if ((((int32_t)L_41) <= ((int32_t)L_42))) { goto IL_00ee; } } IL_0114: { RuntimeObject* L_43 = V_8; NullCheck(L_43); bool L_44 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_43); if (L_44) { goto IL_00c4; } } IL_0120: { IL2CPP_LEAVE(0x13B, FINALLY_0125); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0125; } FINALLY_0125: { // begin finally (depth: 2) { RuntimeObject* L_45 = V_8; V_11 = ((RuntimeObject*)IsInst((RuntimeObject*)L_45, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_46 = V_11; if (L_46) { goto IL_0133; } } IL_0132: { IL2CPP_END_FINALLY(293) } IL_0133: { RuntimeObject* L_47 = V_11; NullCheck(L_47); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_47); IL2CPP_END_FINALLY(293) } } // end finally (depth: 2) IL2CPP_CLEANUP(293) { IL2CPP_JUMP_TBL(0x13B, IL_013b) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_013b: { RuntimeObject* L_48 = ___cmp0; int32_t L_49 = (&V_4)->get_low_0(); BitArray_t4087883509 * L_50 = V_6; bool L_51 = __this->get_negate_1(); bool L_52 = __this->get_ignore_2(); bool L_53 = ___reverse1; NullCheck(L_48); InterfaceActionInvoker5< Il2CppChar, BitArray_t4087883509 *, bool, bool, bool >::Invoke(7 /* System.Void System.Text.RegularExpressions.ICompiler::EmitSet(System.Char,System.Collections.BitArray,System.Boolean,System.Boolean,System.Boolean) */, ICompiler_t118549125_il2cpp_TypeInfo_var, L_48, (((int32_t)((uint16_t)L_49))), L_50, L_51, L_52, L_53); goto IL_01ac; } IL_015d: { bool L_54 = Interval_get_IsSingleton_m3386290029((&V_4), /*hidden argument*/NULL); if (!L_54) { goto IL_0189; } } IL_0169: { RuntimeObject* L_55 = ___cmp0; int32_t L_56 = (&V_4)->get_low_0(); bool L_57 = __this->get_negate_1(); bool L_58 = __this->get_ignore_2(); bool L_59 = ___reverse1; NullCheck(L_55); InterfaceActionInvoker4< Il2CppChar, bool, bool, bool >::Invoke(3 /* System.Void System.Text.RegularExpressions.ICompiler::EmitCharacter(System.Char,System.Boolean,System.Boolean,System.Boolean) */, ICompiler_t118549125_il2cpp_TypeInfo_var, L_55, (((int32_t)((uint16_t)L_56))), L_57, L_58, L_59); goto IL_01ac; } IL_0189: { RuntimeObject* L_60 = ___cmp0; int32_t L_61 = (&V_4)->get_low_0(); int32_t L_62 = (&V_4)->get_high_1(); bool L_63 = __this->get_negate_1(); bool L_64 = __this->get_ignore_2(); bool L_65 = ___reverse1; NullCheck(L_60); InterfaceActionInvoker5< Il2CppChar, Il2CppChar, bool, bool, bool >::Invoke(6 /* System.Void System.Text.RegularExpressions.ICompiler::EmitRange(System.Char,System.Char,System.Boolean,System.Boolean,System.Boolean) */, ICompiler_t118549125_il2cpp_TypeInfo_var, L_60, (((int32_t)((uint16_t)L_61))), (((int32_t)((uint16_t)L_62))), L_63, L_64, L_65); } IL_01ac: { RuntimeObject* L_66 = V_5; NullCheck(L_66); bool L_67 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_66); if (L_67) { goto IL_008a; } } IL_01b8: { IL2CPP_LEAVE(0x1D3, FINALLY_01bd); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_01bd; } FINALLY_01bd: { // begin finally (depth: 1) { RuntimeObject* L_68 = V_5; V_12 = ((RuntimeObject*)IsInst((RuntimeObject*)L_68, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_69 = V_12; if (L_69) { goto IL_01cb; } } IL_01ca: { IL2CPP_END_FINALLY(445) } IL_01cb: { RuntimeObject* L_70 = V_12; NullCheck(L_70); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_70); IL2CPP_END_FINALLY(445) } } // end finally (depth: 1) IL2CPP_CLEANUP(445) { IL2CPP_JUMP_TBL(0x1D3, IL_01d3) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_01d3: { V_10 = 0; goto IL_024f; } IL_01db: { BitArray_t4087883509 * L_71 = __this->get_pos_cats_3(); int32_t L_72 = V_10; NullCheck(L_71); bool L_73 = BitArray_get_Item_m2970562587(L_71, L_72, /*hidden argument*/NULL); if (!L_73) { goto IL_0227; } } { BitArray_t4087883509 * L_74 = __this->get_neg_cats_4(); int32_t L_75 = V_10; NullCheck(L_74); bool L_76 = BitArray_get_Item_m2970562587(L_74, L_75, /*hidden argument*/NULL); if (!L_76) { goto IL_0212; } } { RuntimeObject* L_77 = ___cmp0; bool L_78 = __this->get_negate_1(); bool L_79 = ___reverse1; NullCheck(L_77); InterfaceActionInvoker3< uint16_t, bool, bool >::Invoke(4 /* System.Void System.Text.RegularExpressions.ICompiler::EmitCategory(System.Text.RegularExpressions.Category,System.Boolean,System.Boolean) */, ICompiler_t118549125_il2cpp_TypeInfo_var, L_77, 2, L_78, L_79); goto IL_0222; } IL_0212: { RuntimeObject* L_80 = ___cmp0; int32_t L_81 = V_10; bool L_82 = __this->get_negate_1(); bool L_83 = ___reverse1; NullCheck(L_80); InterfaceActionInvoker3< uint16_t, bool, bool >::Invoke(4 /* System.Void System.Text.RegularExpressions.ICompiler::EmitCategory(System.Text.RegularExpressions.Category,System.Boolean,System.Boolean) */, ICompiler_t118549125_il2cpp_TypeInfo_var, L_80, (((int32_t)((uint16_t)L_81))), L_82, L_83); } IL_0222: { goto IL_0249; } IL_0227: { BitArray_t4087883509 * L_84 = __this->get_neg_cats_4(); int32_t L_85 = V_10; NullCheck(L_84); bool L_86 = BitArray_get_Item_m2970562587(L_84, L_85, /*hidden argument*/NULL); if (!L_86) { goto IL_0249; } } { RuntimeObject* L_87 = ___cmp0; int32_t L_88 = V_10; bool L_89 = __this->get_negate_1(); bool L_90 = ___reverse1; NullCheck(L_87); InterfaceActionInvoker3< uint16_t, bool, bool >::Invoke(5 /* System.Void System.Text.RegularExpressions.ICompiler::EmitNotCategory(System.Text.RegularExpressions.Category,System.Boolean,System.Boolean) */, ICompiler_t118549125_il2cpp_TypeInfo_var, L_87, (((int32_t)((uint16_t)L_88))), L_89, L_90); } IL_0249: { int32_t L_91 = V_10; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_91, (int32_t)1)); } IL_024f: { int32_t L_92 = V_10; BitArray_t4087883509 * L_93 = __this->get_pos_cats_3(); NullCheck(L_93); int32_t L_94 = BitArray_get_Length_m3181964206(L_93, /*hidden argument*/NULL); if ((((int32_t)L_92) < ((int32_t)L_94))) { goto IL_01db; } } { int32_t L_95 = V_1; if ((((int32_t)L_95) <= ((int32_t)1))) { goto IL_028b; } } { bool L_96 = __this->get_negate_1(); if (!L_96) { goto IL_027e; } } { RuntimeObject* L_97 = ___cmp0; NullCheck(L_97); InterfaceActionInvoker0::Invoke(2 /* System.Void System.Text.RegularExpressions.ICompiler::EmitTrue() */, ICompiler_t118549125_il2cpp_TypeInfo_var, L_97); goto IL_0284; } IL_027e: { RuntimeObject* L_98 = ___cmp0; NullCheck(L_98); InterfaceActionInvoker0::Invoke(1 /* System.Void System.Text.RegularExpressions.ICompiler::EmitFalse() */, ICompiler_t118549125_il2cpp_TypeInfo_var, L_98); } IL_0284: { RuntimeObject* L_99 = ___cmp0; LinkRef_t2971865410 * L_100 = V_3; NullCheck(L_99); InterfaceActionInvoker1< LinkRef_t2971865410 * >::Invoke(29 /* System.Void System.Text.RegularExpressions.ICompiler::ResolveLink(System.Text.RegularExpressions.LinkRef) */, ICompiler_t118549125_il2cpp_TypeInfo_var, L_99, L_100); } IL_028b: { return; } } // System.Void System.Text.RegularExpressions.Syntax.CharacterClass::GetWidth(System.Int32&,System.Int32&) extern "C" IL2CPP_METHOD_ATTR void CharacterClass_GetWidth_m2503189403 (CharacterClass_t839120860 * __this, int32_t* ___min0, int32_t* ___max1, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t* L_0 = ___min0; int32_t* L_1 = ___max1; int32_t L_2 = 1; V_0 = L_2; *((int32_t*)(L_1)) = (int32_t)L_2; int32_t L_3 = V_0; *((int32_t*)(L_0)) = (int32_t)L_3; return; } } // System.Boolean System.Text.RegularExpressions.Syntax.CharacterClass::IsComplex() extern "C" IL2CPP_METHOD_ATTR bool CharacterClass_IsComplex_m1490839133 (CharacterClass_t839120860 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Double System.Text.RegularExpressions.Syntax.CharacterClass::GetIntervalCost(System.Text.RegularExpressions.Interval) extern "C" IL2CPP_METHOD_ATTR double CharacterClass_GetIntervalCost_m4036989868 (RuntimeObject * __this /* static, unused */, Interval_t1802865632 ___i0, const RuntimeMethod* method) { { bool L_0 = Interval_get_IsDiscontiguous_m3016063288((&___i0), /*hidden argument*/NULL); if (!L_0) { goto IL_001c; } } { int32_t L_1 = Interval_get_Size_m4163671410((&___i0), /*hidden argument*/NULL); return (((double)((double)((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)((int32_t)15)))>>(int32_t)4))))))); } IL_001c: { bool L_2 = Interval_get_IsSingleton_m3386290029((&___i0), /*hidden argument*/NULL); if (!L_2) { goto IL_0032; } } { return (2.0); } IL_0032: { return (3.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.Syntax.CompositeExpression::.ctor() extern "C" IL2CPP_METHOD_ATTR void CompositeExpression__ctor_m2434860303 (CompositeExpression_t1252229802 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CompositeExpression__ctor_m2434860303_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Expression__ctor_m1600460087(__this, /*hidden argument*/NULL); ExpressionCollection_t1810289389 * L_0 = (ExpressionCollection_t1810289389 *)il2cpp_codegen_object_new(ExpressionCollection_t1810289389_il2cpp_TypeInfo_var); ExpressionCollection__ctor_m2806571689(L_0, /*hidden argument*/NULL); __this->set_expressions_0(L_0); return; } } // System.Text.RegularExpressions.Syntax.ExpressionCollection System.Text.RegularExpressions.Syntax.CompositeExpression::get_Expressions() extern "C" IL2CPP_METHOD_ATTR ExpressionCollection_t1810289389 * CompositeExpression_get_Expressions_m2951105322 (CompositeExpression_t1252229802 * __this, const RuntimeMethod* method) { { ExpressionCollection_t1810289389 * L_0 = __this->get_expressions_0(); return L_0; } } // System.Void System.Text.RegularExpressions.Syntax.CompositeExpression::GetWidth(System.Int32&,System.Int32&,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CompositeExpression_GetWidth_m936348716 (CompositeExpression_t1252229802 * __this, int32_t* ___min0, int32_t* ___max1, int32_t ___count2, const RuntimeMethod* method) { bool V_0 = false; int32_t V_1 = 0; Expression_t2722445759 * V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; { int32_t* L_0 = ___min0; *((int32_t*)(L_0)) = (int32_t)((int32_t)2147483647LL); int32_t* L_1 = ___max1; *((int32_t*)(L_1)) = (int32_t)0; V_0 = (bool)1; V_1 = 0; goto IL_0053; } IL_0013: { ExpressionCollection_t1810289389 * L_2 = CompositeExpression_get_Expressions_m2951105322(__this, /*hidden argument*/NULL); int32_t L_3 = V_1; NullCheck(L_2); Expression_t2722445759 * L_4 = ExpressionCollection_get_Item_m3510736379(L_2, L_3, /*hidden argument*/NULL); V_2 = L_4; Expression_t2722445759 * L_5 = V_2; if (L_5) { goto IL_002b; } } { goto IL_004f; } IL_002b: { V_0 = (bool)0; Expression_t2722445759 * L_6 = V_2; NullCheck(L_6); VirtActionInvoker2< int32_t*, int32_t* >::Invoke(5 /* System.Void System.Text.RegularExpressions.Syntax.Expression::GetWidth(System.Int32&,System.Int32&) */, L_6, (&V_3), (&V_4)); int32_t L_7 = V_3; int32_t* L_8 = ___min0; if ((((int32_t)L_7) >= ((int32_t)(*((int32_t*)L_8))))) { goto IL_0042; } } { int32_t* L_9 = ___min0; int32_t L_10 = V_3; *((int32_t*)(L_9)) = (int32_t)L_10; } IL_0042: { int32_t L_11 = V_4; int32_t* L_12 = ___max1; if ((((int32_t)L_11) <= ((int32_t)(*((int32_t*)L_12))))) { goto IL_004f; } } { int32_t* L_13 = ___max1; int32_t L_14 = V_4; *((int32_t*)(L_13)) = (int32_t)L_14; } IL_004f: { int32_t L_15 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_0053: { int32_t L_16 = V_1; int32_t L_17 = ___count2; if ((((int32_t)L_16) < ((int32_t)L_17))) { goto IL_0013; } } { bool L_18 = V_0; if (!L_18) { goto IL_006a; } } { int32_t* L_19 = ___min0; int32_t* L_20 = ___max1; int32_t L_21 = 0; V_5 = L_21; *((int32_t*)(L_20)) = (int32_t)L_21; int32_t L_22 = V_5; *((int32_t*)(L_19)) = (int32_t)L_22; } IL_006a: { return; } } // System.Boolean System.Text.RegularExpressions.Syntax.CompositeExpression::IsComplex() extern "C" IL2CPP_METHOD_ATTR bool CompositeExpression_IsComplex_m2236888323 (CompositeExpression_t1252229802 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CompositeExpression_IsComplex_m2236888323_MetadataUsageId); s_Il2CppMethodInitialized = true; } Expression_t2722445759 * V_0 = NULL; RuntimeObject* V_1 = NULL; bool V_2 = false; RuntimeObject* V_3 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { ExpressionCollection_t1810289389 * L_0 = CompositeExpression_get_Expressions_m2951105322(__this, /*hidden argument*/NULL); NullCheck(L_0); RuntimeObject* L_1 = CollectionBase_GetEnumerator_m654829872(L_0, /*hidden argument*/NULL); V_1 = L_1; } IL_000c: try { // begin try (depth: 1) { goto IL_002f; } IL_0011: { RuntimeObject* L_2 = V_1; NullCheck(L_2); RuntimeObject * L_3 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_2); V_0 = ((Expression_t2722445759 *)CastclassClass((RuntimeObject*)L_3, Expression_t2722445759_il2cpp_TypeInfo_var)); Expression_t2722445759 * L_4 = V_0; NullCheck(L_4); bool L_5 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.Text.RegularExpressions.Syntax.Expression::IsComplex() */, L_4); if (!L_5) { goto IL_002f; } } IL_0028: { V_2 = (bool)1; IL2CPP_LEAVE(0x5E, FINALLY_003f); } IL_002f: { RuntimeObject* L_6 = V_1; NullCheck(L_6); bool L_7 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_6); if (L_7) { goto IL_0011; } } IL_003a: { IL2CPP_LEAVE(0x51, FINALLY_003f); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003f; } FINALLY_003f: { // begin finally (depth: 1) { RuntimeObject* L_8 = V_1; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_8, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_9 = V_3; if (L_9) { goto IL_004a; } } IL_0049: { IL2CPP_END_FINALLY(63) } IL_004a: { RuntimeObject* L_10 = V_3; NullCheck(L_10); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_10); IL2CPP_END_FINALLY(63) } } // end finally (depth: 1) IL2CPP_CLEANUP(63) { IL2CPP_JUMP_TBL(0x5E, IL_005e) IL2CPP_JUMP_TBL(0x51, IL_0051) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0051: { int32_t L_11 = Expression_GetFixedWidth_m945658(__this, /*hidden argument*/NULL); return (bool)((((int32_t)((((int32_t)L_11) > ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_005e: { bool L_12 = V_2; return L_12; } } #ifdef __clang__ #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.Syntax.Expression::.ctor() extern "C" IL2CPP_METHOD_ATTR void Expression__ctor_m1600460087 (Expression_t2722445759 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Int32 System.Text.RegularExpressions.Syntax.Expression::GetFixedWidth() extern "C" IL2CPP_METHOD_ATTR int32_t Expression_GetFixedWidth_m945658 (Expression_t2722445759 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { VirtActionInvoker2< int32_t*, int32_t* >::Invoke(5 /* System.Void System.Text.RegularExpressions.Syntax.Expression::GetWidth(System.Int32&,System.Int32&) */, __this, (&V_0), (&V_1)); int32_t L_0 = V_0; int32_t L_1 = V_1; if ((!(((uint32_t)L_0) == ((uint32_t)L_1)))) { goto IL_0013; } } { int32_t L_2 = V_0; return L_2; } IL_0013: { return (-1); } } // System.Text.RegularExpressions.Syntax.AnchorInfo System.Text.RegularExpressions.Syntax.Expression::GetAnchorInfo(System.Boolean) extern "C" IL2CPP_METHOD_ATTR AnchorInfo_t3387011151 * Expression_GetAnchorInfo_m2996231682 (Expression_t2722445759 * __this, bool ___reverse0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Expression_GetAnchorInfo_m2996231682_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = Expression_GetFixedWidth_m945658(__this, /*hidden argument*/NULL); AnchorInfo_t3387011151 * L_1 = (AnchorInfo_t3387011151 *)il2cpp_codegen_object_new(AnchorInfo_t3387011151_il2cpp_TypeInfo_var); AnchorInfo__ctor_m3523994803(L_1, __this, L_0, /*hidden argument*/NULL); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Text.RegularExpressions.Syntax.ExpressionAssertion::.ctor() extern "C" IL2CPP_METHOD_ATTR void ExpressionAssertion__ctor_m2554412824 (ExpressionAssertion_t1861210811 * __this, const RuntimeMethod* method) { { Assertion__ctor_m2128950829(__this, /*hidden argument*/NULL); ExpressionCollection_t1810289389 * L_0 = CompositeExpression_get_Expressions_m2951105322(__this, /*hidden argument*/NULL); NullCheck(L_0); ExpressionCollection_Add_m41125344(L_0, (Expression_t2722445759 *)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Text.RegularExpressions.Syntax.ExpressionAssertion::set_Reverse(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ExpressionAssertion_set_Reverse_m4141031406 (ExpressionAssertion_t1861210811 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_reverse_1(L_0); return; } } // System.Void System.Text.RegularExpressions.Syntax.ExpressionAssertion::set_Negate(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ExpressionAssertion_set_Negate_m1236561973 (ExpressionAssertion_t1861210811 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_negate_2(L_0); return; } } // System.Text.RegularExpressions.Syntax.Expression System.Text.RegularExpressions.Syntax.ExpressionAssertion::get_TestExpression() extern "C" IL2CPP_METHOD_ATTR Expression_t2722445759 * ExpressionAssertion_get_TestExpression_m727356674 (ExpressionAssertion_t1861210811 * __this, const RuntimeMethod* method) { { ExpressionCollection_t1810289389 * L_0 = CompositeExpression_get_Expressions_m2951105322(__this, /*hidden argument*/NULL); NullCheck(L_0); Expression_t2722445759 * L_1 = ExpressionCollection_get_Item_m3510736379(L_0, 2, /*hidden argument*/NULL); return L_1; } } // System.Void System.Text.RegularExpressions.Syntax.ExpressionAssertion::set_TestExpression(System.Text.RegularExpressions.Syntax.Expression) extern "C" IL2CPP_METHOD_ATTR void ExpressionAssertion_set_TestExpression_m3544634251 (ExpressionAssertion_t1861210811 * __this, Expression_t2722445759 * ___value0, const RuntimeMethod* method) { { ExpressionCollection_t1810289389 * L_0 = CompositeExpression_get_Expressions_m2951105322(__this, /*hidden argument*/NULL); Expression_t2722445759 * L_1 = ___value0; NullCheck(L_0); ExpressionCollection_set_Item_m2040804459(L_0, 2, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Text.RegularExpressions.Syntax.ExpressionAssertion::Compile(System.Text.RegularExpressions.ICompiler,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ExpressionAssertion_Compile_m2166597834 (ExpressionAssertion_t1861210811 * __this, RuntimeObject* ___cmp0, bool ___reverse1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExpressionAssertion_Compile_m2166597834_MetadataUsageId); s_Il2CppMethodInitialized = true; } LinkRef_t2971865410 * V_0 = NULL; LinkRef_t2971865410 * V_1 = NULL; LinkRef_t2971865410 * V_2 = NULL; { RuntimeObject* L_0 = ___cmp0; NullCheck(L_0); LinkRef_t2971865410 * L_1 = InterfaceFuncInvoker0< LinkRef_t2971865410 * >::Invoke(28 /* System.Text.RegularExpressions.LinkRef System.Text.RegularExpressions.ICompiler::NewLink() */, ICompiler_t118549125_il2cpp_TypeInfo_var, L_0); V_0 = L_1; RuntimeObject* L_2 = ___cmp0; NullCheck(L_2); LinkRef_t2971865410 * L_3 = InterfaceFuncInvoker0< LinkRef_t2971865410 * >::Invoke(28 /* System.Text.RegularExpressions.LinkRef System.Text.RegularExpressions.ICompiler::NewLink() */, ICompiler_t118549125_il2cpp_TypeInfo_var, L_2); V_1 = L_3; bool L_4 = __this->get_negate_2(); if (L_4) { goto IL_0026; } } { RuntimeObject* L_5 = ___cmp0; LinkRef_t2971865410 * L_6 = V_0; LinkRef_t2971865410 * L_7 = V_1; NullCheck(L_5); InterfaceActionInvoker2< LinkRef_t2971865410 *, LinkRef_t2971865410 * >::Invoke(17 /* System.Void System.Text.RegularExpressions.ICompiler::EmitTest(System.Text.RegularExpressions.LinkRef,System.Text.RegularExpressions.LinkRef) */, ICompiler_t118549125_il2cpp_TypeInfo_var, L_5, L_6, L_7); goto IL_002e; } IL_0026: { RuntimeObject* L_8 = ___cmp0; LinkRef_t2971865410 * L_9 = V_1; LinkRef_t2971865410 * L_10 = V_0; NullCheck(L_8); InterfaceActionInvoker2< LinkRef_t2971865410 *, LinkRef_t2971865410 * >::Invoke(17 /* System.Void System.Text.RegularExpressions.ICompiler::EmitTest(System.Text.RegularExpressions.LinkRef,System.Text.RegularExpressions.LinkRef) */, ICompiler_t118549125_il2cpp_TypeInfo_var, L_8, L_9, L_10); } IL_002e: { Expression_t2722445759 * L_11 = ExpressionAssertion_get_TestExpression_m727356674(__this, /*hidden argument*/NULL); RuntimeObject* L_12 = ___cmp0; bool L_13 = __this->get_reverse_1(); NullCheck(L_11); VirtActionInvoker2< RuntimeObject*, bool >::Invoke(4 /* System.Void System.Text.RegularExpressions.Syntax.Expression::Compile(System.Text.RegularExpressions.ICompiler,System.Boolean) */, L_11, L_12, L_13); RuntimeObject* L_14 = ___cmp0; NullCheck(L_14); InterfaceActionInvoker0::Invoke(2 /* System.Void System.Text.RegularExpressions.ICompiler::EmitTrue() */, ICompiler_t118549125_il2cpp_TypeInfo_var, L_14); Expression_t2722445759 * L_15 = Assertion_get_TrueExpression_m2743006331(__this, /*hidden argument*/NULL); if (L_15) { goto IL_006a; } } { RuntimeObject* L_16 = ___cmp0; LinkRef_t2971865410 * L_17 = V_1; NullCheck(L_16); InterfaceActionInvoker1< LinkRef_t2971865410 * >::Invoke(29 /* System.Void System.Text.RegularExpressions.ICompiler::ResolveLink(System.Text.RegularExpressions.LinkRef) */, ICompiler_t118549125_il2cpp_TypeInfo_var, L_16, L_17); RuntimeObject* L_18 = ___cmp0; NullCheck(L_18); InterfaceActionInvoker0::Invoke(1 /* System.Void System.Text.RegularExpressions.ICompiler::EmitFalse() */, ICompiler_t118549125_il2cpp_TypeInfo_var, L_18); RuntimeObject* L_19 = ___cmp0; LinkRef_t2971865410 * L_20 = V_0; NullCheck(L_19); InterfaceActionInvoker1< LinkRef_t2971865410 * >::Invoke(29 /* System.Void System.Text.RegularExpressions.ICompiler::ResolveLink(System.Text.RegularExpressions.LinkRef) */, ICompiler_t118549125_il2cpp_TypeInfo_var, L_19, L_20); goto IL_00be; } IL_006a: { RuntimeObject* L_21 = ___cmp0; LinkRef_t2971865410 * L_22 = V_0; NullCheck(L_21); InterfaceActionInvoker1< LinkRef_t2971865410 * >::Invoke(29 /* System.Void System.Text.RegularExpressions.ICompiler::ResolveLink(System.Text.RegularExpressions.LinkRef) */, ICompiler_t118549125_il2cpp_TypeInfo_var, L_21, L_22); Expression_t2722445759 * L_23 = Assertion_get_TrueExpression_m2743006331(__this, /*hidden argument*/NULL); RuntimeObject* L_24 = ___cmp0; bool L_25 = ___reverse1; NullCheck(L_23); VirtActionInvoker2< RuntimeObject*, bool >::Invoke(4 /* System.Void System.Text.RegularExpressions.Syntax.Expression::Compile(System.Text.RegularExpressions.ICompiler,System.Boolean) */, L_23, L_24, L_25); Expression_t2722445759 * L_26 = Assertion_get_FalseExpression_m2609188285(__this, /*hidden argument*/NULL); if (L_26) { goto IL_0095; } } { RuntimeObject* L_27 = ___cmp0; LinkRef_t2971865410 * L_28 = V_1; NullCheck(L_27); InterfaceActionInvoker1< LinkRef_t2971865410 * >::Invoke(29 /* System.Void System.Text.RegularExpressions.ICompiler::ResolveLink(System.Text.RegularExpressions.LinkRef) */, ICompiler_t118549125_il2cpp_TypeInfo_var, L_27, L_28); goto IL_00be; } IL_0095: { RuntimeObject* L_29 = ___cmp0; NullCheck(L_29); LinkRef_t2971865410 * L_30 = InterfaceFuncInvoker0< LinkRef_t2971865410 * >::Invoke(28 /* System.Text.RegularExpressions.LinkRef System.Text.RegularExpressions.ICompiler::NewLink() */, ICompiler_t118549125_il2cpp_TypeInfo_var, L_29); V_2 = L_30; RuntimeObject* L_31 = ___cmp0; LinkRef_t2971865410 * L_32 = V_2; NullCheck(L_31); InterfaceActionInvoker1< LinkRef_t2971865410 * >::Invoke(19 /* System.Void System.Text.RegularExpressions.ICompiler::EmitJump(System.Text.RegularExpressions.LinkRef) */, ICompiler_t118549125_il2cpp_TypeInfo_var, L_31, L_32); RuntimeObject* L_33 = ___cmp0; LinkRef_t2971865410 * L_34 = V_1; NullCheck(L_33); InterfaceActionInvoker1< LinkRef_t2971865410 * >::Invoke(29 /* System.Void System.Text.RegularExpressions.ICompiler::ResolveLink(System.Text.RegularExpressions.LinkRef) */, ICompiler_t118549125_il2cpp_TypeInfo_var, L_33, L_34); Expression_t2722445759 * L_35 = Assertion_get_FalseExpression_m2609188285(__this, /*hidden argument*/NULL); RuntimeObject* L_36 = ___cmp0; bool L_37 = ___reverse1; NullCheck(L_35); VirtActionInvoker2< RuntimeObject*, bool >::Invoke(4 /* System.Void System.Text.RegularExpressions.Syntax.Expression::Compile(System.Text.RegularExpressions.ICompiler,System.Boolean) */, L_35, L_36, L_37); RuntimeObject* L_38 = ___cmp0; LinkRef_t2971865410 * L_39 = V_2; NullCheck(L_38); InterfaceActionInvoker1< LinkRef_t2971865410 * >::Invoke(29 /* System.Void System.Text.RegularExpressions.ICompiler::ResolveLink(System.Text.RegularExpressions.LinkRef) */, ICompiler_t118549125_il2cpp_TypeInfo_var, L_38, L_39); } IL_00be: { return; } } // System.Boolean System.Text.RegularExpressions.Syntax.ExpressionAssertion::IsComplex() extern "C" IL2CPP_METHOD_ATTR bool ExpressionAssertion_IsComplex_m2085675212 (ExpressionAssertion_t1861210811 * __this, const RuntimeMethod* method) { { return (bool)1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Text.RegularExpressions.Syntax.ExpressionCollection::.ctor() extern "C" IL2CPP_METHOD_ATTR void ExpressionCollection__ctor_m2806571689 (ExpressionCollection_t1810289389 * __this, const RuntimeMethod* method) { { CollectionBase__ctor_m3343513710(__this, /*hidden argument*/NULL); return; } } // System.Void System.Text.RegularExpressions.Syntax.ExpressionCollection::Add(System.Text.RegularExpressions.Syntax.Expression) extern "C" IL2CPP_METHOD_ATTR void ExpressionCollection_Add_m41125344 (ExpressionCollection_t1810289389 * __this, Expression_t2722445759 * ___e0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExpressionCollection_Add_m41125344_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = CollectionBase_get_List_m490744407(__this, /*hidden argument*/NULL); Expression_t2722445759 * L_1 = ___e0; NullCheck(L_0); InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(4 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_t2094931216_il2cpp_TypeInfo_var, L_0, L_1); return; } } // System.Text.RegularExpressions.Syntax.Expression System.Text.RegularExpressions.Syntax.ExpressionCollection::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR Expression_t2722445759 * ExpressionCollection_get_Item_m3510736379 (ExpressionCollection_t1810289389 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExpressionCollection_get_Item_m3510736379_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = CollectionBase_get_List_m490744407(__this, /*hidden argument*/NULL); int32_t L_1 = ___i0; NullCheck(L_0); RuntimeObject * L_2 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(2 /* System.Object System.Collections.IList::get_Item(System.Int32) */, IList_t2094931216_il2cpp_TypeInfo_var, L_0, L_1); return ((Expression_t2722445759 *)CastclassClass((RuntimeObject*)L_2, Expression_t2722445759_il2cpp_TypeInfo_var)); } } // System.Void System.Text.RegularExpressions.Syntax.ExpressionCollection::set_Item(System.Int32,System.Text.RegularExpressions.Syntax.Expression) extern "C" IL2CPP_METHOD_ATTR void ExpressionCollection_set_Item_m2040804459 (ExpressionCollection_t1810289389 * __this, int32_t ___i0, Expression_t2722445759 * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExpressionCollection_set_Item_m2040804459_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = CollectionBase_get_List_m490744407(__this, /*hidden argument*/NULL); int32_t L_1 = ___i0; Expression_t2722445759 * L_2 = ___value1; NullCheck(L_0); InterfaceActionInvoker2< int32_t, RuntimeObject * >::Invoke(3 /* System.Void System.Collections.IList::set_Item(System.Int32,System.Object) */, IList_t2094931216_il2cpp_TypeInfo_var, L_0, L_1, L_2); return; } } // System.Void System.Text.RegularExpressions.Syntax.ExpressionCollection::OnValidate(System.Object) extern "C" IL2CPP_METHOD_ATTR void ExpressionCollection_OnValidate_m3555775570 (ExpressionCollection_t1810289389 * __this, RuntimeObject * ___o0, const RuntimeMethod* method) { { 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.Syntax.Group::.ctor() extern "C" IL2CPP_METHOD_ATTR void Group__ctor_m2980794822 (Group_t1458537008 * __this, const RuntimeMethod* method) { { CompositeExpression__ctor_m2434860303(__this, /*hidden argument*/NULL); return; } } // System.Void System.Text.RegularExpressions.Syntax.Group::AppendExpression(System.Text.RegularExpressions.Syntax.Expression) extern "C" IL2CPP_METHOD_ATTR void Group_AppendExpression_m1633560475 (Group_t1458537008 * __this, Expression_t2722445759 * ___e0, const RuntimeMethod* method) { { ExpressionCollection_t1810289389 * L_0 = CompositeExpression_get_Expressions_m2951105322(__this, /*hidden argument*/NULL); Expression_t2722445759 * L_1 = ___e0; NullCheck(L_0); ExpressionCollection_Add_m41125344(L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Text.RegularExpressions.Syntax.Group::Compile(System.Text.RegularExpressions.ICompiler,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Group_Compile_m3355488790 (Group_t1458537008 * __this, RuntimeObject* ___cmp0, bool ___reverse1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; Expression_t2722445759 * V_2 = NULL; { ExpressionCollection_t1810289389 * L_0 = CompositeExpression_get_Expressions_m2951105322(__this, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = CollectionBase_get_Count_m1708965601(L_0, /*hidden argument*/NULL); V_0 = L_1; V_1 = 0; goto IL_0048; } IL_0013: { bool L_2 = ___reverse1; if (!L_2) { goto IL_002f; } } { ExpressionCollection_t1810289389 * L_3 = CompositeExpression_get_Expressions_m2951105322(__this, /*hidden argument*/NULL); int32_t L_4 = V_0; int32_t L_5 = V_1; NullCheck(L_3); Expression_t2722445759 * L_6 = ExpressionCollection_get_Item_m3510736379(L_3, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)L_5)), (int32_t)1)), /*hidden argument*/NULL); V_2 = L_6; goto IL_003c; } IL_002f: { ExpressionCollection_t1810289389 * L_7 = CompositeExpression_get_Expressions_m2951105322(__this, /*hidden argument*/NULL); int32_t L_8 = V_1; NullCheck(L_7); Expression_t2722445759 * L_9 = ExpressionCollection_get_Item_m3510736379(L_7, L_8, /*hidden argument*/NULL); V_2 = L_9; } IL_003c: { Expression_t2722445759 * L_10 = V_2; RuntimeObject* L_11 = ___cmp0; bool L_12 = ___reverse1; NullCheck(L_10); VirtActionInvoker2< RuntimeObject*, bool >::Invoke(4 /* System.Void System.Text.RegularExpressions.Syntax.Expression::Compile(System.Text.RegularExpressions.ICompiler,System.Boolean) */, L_10, L_11, L_12); int32_t L_13 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_0048: { int32_t L_14 = V_1; int32_t L_15 = V_0; if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0013; } } { return; } } // System.Void System.Text.RegularExpressions.Syntax.Group::GetWidth(System.Int32&,System.Int32&) extern "C" IL2CPP_METHOD_ATTR void Group_GetWidth_m3299755715 (Group_t1458537008 * __this, int32_t* ___min0, int32_t* ___max1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Group_GetWidth_m3299755715_MetadataUsageId); s_Il2CppMethodInitialized = true; } Expression_t2722445759 * V_0 = NULL; RuntimeObject* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; RuntimeObject* V_4 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { int32_t* L_0 = ___min0; *((int32_t*)(L_0)) = (int32_t)0; int32_t* L_1 = ___max1; *((int32_t*)(L_1)) = (int32_t)0; ExpressionCollection_t1810289389 * L_2 = CompositeExpression_get_Expressions_m2951105322(__this, /*hidden argument*/NULL); NullCheck(L_2); RuntimeObject* L_3 = CollectionBase_GetEnumerator_m654829872(L_2, /*hidden argument*/NULL); V_1 = L_3; } IL_0012: try { // begin try (depth: 1) { goto IL_005c; } IL_0017: { RuntimeObject* L_4 = V_1; NullCheck(L_4); RuntimeObject * L_5 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_4); V_0 = ((Expression_t2722445759 *)CastclassClass((RuntimeObject*)L_5, Expression_t2722445759_il2cpp_TypeInfo_var)); Expression_t2722445759 * L_6 = V_0; NullCheck(L_6); VirtActionInvoker2< int32_t*, int32_t* >::Invoke(5 /* System.Void System.Text.RegularExpressions.Syntax.Expression::GetWidth(System.Int32&,System.Int32&) */, L_6, (&V_2), (&V_3)); int32_t* L_7 = ___min0; int32_t* L_8 = ___min0; int32_t L_9 = V_2; *((int32_t*)(L_7)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_8)), (int32_t)L_9)); int32_t* L_10 = ___max1; if ((((int32_t)(*((int32_t*)L_10))) == ((int32_t)((int32_t)2147483647LL)))) { goto IL_004a; } } IL_003f: { int32_t L_11 = V_3; if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)2147483647LL))))) { goto IL_0056; } } IL_004a: { int32_t* L_12 = ___max1; *((int32_t*)(L_12)) = (int32_t)((int32_t)2147483647LL); goto IL_005c; } IL_0056: { int32_t* L_13 = ___max1; int32_t* L_14 = ___max1; int32_t L_15 = V_3; *((int32_t*)(L_13)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_14)), (int32_t)L_15)); } IL_005c: { RuntimeObject* L_16 = V_1; NullCheck(L_16); bool L_17 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_16); if (L_17) { goto IL_0017; } } IL_0067: { IL2CPP_LEAVE(0x81, FINALLY_006c); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_006c; } FINALLY_006c: { // begin finally (depth: 1) { RuntimeObject* L_18 = V_1; V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_18, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_19 = V_4; if (L_19) { goto IL_0079; } } IL_0078: { IL2CPP_END_FINALLY(108) } IL_0079: { RuntimeObject* L_20 = V_4; NullCheck(L_20); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_20); IL2CPP_END_FINALLY(108) } } // end finally (depth: 1) IL2CPP_CLEANUP(108) { IL2CPP_JUMP_TBL(0x81, IL_0081) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0081: { return; } } // System.Text.RegularExpressions.Syntax.AnchorInfo System.Text.RegularExpressions.Syntax.Group::GetAnchorInfo(System.Boolean) extern "C" IL2CPP_METHOD_ATTR AnchorInfo_t3387011151 * Group_GetAnchorInfo_m3730312864 (Group_t1458537008 * __this, bool ___reverse0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Group_GetAnchorInfo_m3730312864_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; ArrayList_t2718874744 * V_2 = NULL; IntervalCollection_t2609070824 * V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; Expression_t2722445759 * V_6 = NULL; AnchorInfo_t3387011151 * V_7 = NULL; Interval_t1802865632 V_8; memset(&V_8, 0, sizeof(V_8)); Interval_t1802865632 V_9; memset(&V_9, 0, sizeof(V_9)); RuntimeObject* V_10 = NULL; bool V_11 = false; int32_t V_12 = 0; int32_t V_13 = 0; AnchorInfo_t3387011151 * V_14 = NULL; StringBuilder_t * V_15 = NULL; int32_t V_16 = 0; AnchorInfo_t3387011151 * V_17 = NULL; RuntimeObject* V_18 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { int32_t L_0 = Expression_GetFixedWidth_m945658(__this, /*hidden argument*/NULL); V_1 = L_0; ArrayList_t2718874744 * L_1 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_1, /*hidden argument*/NULL); V_2 = L_1; IntervalCollection_t2609070824 * L_2 = (IntervalCollection_t2609070824 *)il2cpp_codegen_object_new(IntervalCollection_t2609070824_il2cpp_TypeInfo_var); IntervalCollection__ctor_m758349803(L_2, /*hidden argument*/NULL); V_3 = L_2; V_0 = 0; ExpressionCollection_t1810289389 * L_3 = CompositeExpression_get_Expressions_m2951105322(__this, /*hidden argument*/NULL); NullCheck(L_3); int32_t L_4 = CollectionBase_get_Count_m1708965601(L_3, /*hidden argument*/NULL); V_4 = L_4; V_5 = 0; goto IL_00ca; } IL_002a: { bool L_5 = ___reverse0; if (!L_5) { goto IL_0049; } } { ExpressionCollection_t1810289389 * L_6 = CompositeExpression_get_Expressions_m2951105322(__this, /*hidden argument*/NULL); int32_t L_7 = V_4; int32_t L_8 = V_5; NullCheck(L_6); Expression_t2722445759 * L_9 = ExpressionCollection_get_Item_m3510736379(L_6, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)L_8)), (int32_t)1)), /*hidden argument*/NULL); V_6 = L_9; goto IL_0058; } IL_0049: { ExpressionCollection_t1810289389 * L_10 = CompositeExpression_get_Expressions_m2951105322(__this, /*hidden argument*/NULL); int32_t L_11 = V_5; NullCheck(L_10); Expression_t2722445759 * L_12 = ExpressionCollection_get_Item_m3510736379(L_10, L_11, /*hidden argument*/NULL); V_6 = L_12; } IL_0058: { Expression_t2722445759 * L_13 = V_6; bool L_14 = ___reverse0; NullCheck(L_13); AnchorInfo_t3387011151 * L_15 = VirtFuncInvoker1< AnchorInfo_t3387011151 *, bool >::Invoke(6 /* System.Text.RegularExpressions.Syntax.AnchorInfo System.Text.RegularExpressions.Syntax.Expression::GetAnchorInfo(System.Boolean) */, L_13, L_14); V_7 = L_15; ArrayList_t2718874744 * L_16 = V_2; AnchorInfo_t3387011151 * L_17 = V_7; NullCheck(L_16); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_16, L_17); AnchorInfo_t3387011151 * L_18 = V_7; NullCheck(L_18); bool L_19 = AnchorInfo_get_IsPosition_m2100552190(L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_008f; } } { int32_t L_20 = V_0; AnchorInfo_t3387011151 * L_21 = V_7; NullCheck(L_21); int32_t L_22 = AnchorInfo_get_Offset_m2045445765(L_21, /*hidden argument*/NULL); int32_t L_23 = V_1; AnchorInfo_t3387011151 * L_24 = V_7; NullCheck(L_24); uint16_t L_25 = AnchorInfo_get_Position_m1133366486(L_24, /*hidden argument*/NULL); AnchorInfo_t3387011151 * L_26 = (AnchorInfo_t3387011151 *)il2cpp_codegen_object_new(AnchorInfo_t3387011151_il2cpp_TypeInfo_var); AnchorInfo__ctor_m46784903(L_26, __this, ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)L_22)), L_23, L_25, /*hidden argument*/NULL); return L_26; } IL_008f: { AnchorInfo_t3387011151 * L_27 = V_7; NullCheck(L_27); bool L_28 = AnchorInfo_get_IsSubstring_m1536110387(L_27, /*hidden argument*/NULL); if (!L_28) { goto IL_00a9; } } { IntervalCollection_t2609070824 * L_29 = V_3; AnchorInfo_t3387011151 * L_30 = V_7; int32_t L_31 = V_0; NullCheck(L_30); Interval_t1802865632 L_32 = AnchorInfo_GetInterval_m2808989035(L_30, L_31, /*hidden argument*/NULL); NullCheck(L_29); IntervalCollection_Add_m2115898256(L_29, L_32, /*hidden argument*/NULL); } IL_00a9: { AnchorInfo_t3387011151 * L_33 = V_7; NullCheck(L_33); bool L_34 = AnchorInfo_get_IsUnknownWidth_m830883035(L_33, /*hidden argument*/NULL); if (!L_34) { goto IL_00ba; } } { goto IL_00d3; } IL_00ba: { int32_t L_35 = V_0; AnchorInfo_t3387011151 * L_36 = V_7; NullCheck(L_36); int32_t L_37 = AnchorInfo_get_Width_m3579824419(L_36, /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)L_37)); int32_t L_38 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)); } IL_00ca: { int32_t L_39 = V_5; int32_t L_40 = V_4; if ((((int32_t)L_39) < ((int32_t)L_40))) { goto IL_002a; } } IL_00d3: { IntervalCollection_t2609070824 * L_41 = V_3; NullCheck(L_41); IntervalCollection_Normalize_m1934892959(L_41, /*hidden argument*/NULL); Interval_t1802865632 L_42 = Interval_get_Empty_m3617514670(NULL /*static, unused*/, /*hidden argument*/NULL); V_8 = L_42; IntervalCollection_t2609070824 * L_43 = V_3; NullCheck(L_43); RuntimeObject* L_44 = IntervalCollection_GetEnumerator_m3422445219(L_43, /*hidden argument*/NULL); V_10 = L_44; } IL_00e8: try { // begin try (depth: 1) { goto IL_0112; } IL_00ed: { RuntimeObject* L_45 = V_10; NullCheck(L_45); RuntimeObject * L_46 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_45); V_9 = ((*(Interval_t1802865632 *)((Interval_t1802865632 *)UnBox(L_46, Interval_t1802865632_il2cpp_TypeInfo_var)))); int32_t L_47 = Interval_get_Size_m4163671410((&V_9), /*hidden argument*/NULL); int32_t L_48 = Interval_get_Size_m4163671410((&V_8), /*hidden argument*/NULL); if ((((int32_t)L_47) <= ((int32_t)L_48))) { goto IL_0112; } } IL_010e: { Interval_t1802865632 L_49 = V_9; V_8 = L_49; } IL_0112: { RuntimeObject* L_50 = V_10; NullCheck(L_50); bool L_51 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_50); if (L_51) { goto IL_00ed; } } IL_011e: { IL2CPP_LEAVE(0x139, FINALLY_0123); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0123; } FINALLY_0123: { // begin finally (depth: 1) { RuntimeObject* L_52 = V_10; V_18 = ((RuntimeObject*)IsInst((RuntimeObject*)L_52, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_53 = V_18; if (L_53) { goto IL_0131; } } IL_0130: { IL2CPP_END_FINALLY(291) } IL_0131: { RuntimeObject* L_54 = V_18; NullCheck(L_54); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_54); IL2CPP_END_FINALLY(291) } } // end finally (depth: 1) IL2CPP_CLEANUP(291) { IL2CPP_JUMP_TBL(0x139, IL_0139) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0139: { bool L_55 = Interval_get_IsEmpty_m2731597232((&V_8), /*hidden argument*/NULL); if (!L_55) { goto IL_014d; } } { int32_t L_56 = V_1; AnchorInfo_t3387011151 * L_57 = (AnchorInfo_t3387011151 *)il2cpp_codegen_object_new(AnchorInfo_t3387011151_il2cpp_TypeInfo_var); AnchorInfo__ctor_m3523994803(L_57, __this, L_56, /*hidden argument*/NULL); return L_57; } IL_014d: { V_11 = (bool)0; V_12 = 0; V_0 = 0; V_13 = 0; goto IL_01c8; } IL_015d: { ArrayList_t2718874744 * L_58 = V_2; int32_t L_59 = V_13; NullCheck(L_58); RuntimeObject * L_60 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_58, L_59); V_14 = ((AnchorInfo_t3387011151 *)CastclassClass((RuntimeObject*)L_60, AnchorInfo_t3387011151_il2cpp_TypeInfo_var)); AnchorInfo_t3387011151 * L_61 = V_14; NullCheck(L_61); bool L_62 = AnchorInfo_get_IsSubstring_m1536110387(L_61, /*hidden argument*/NULL); if (!L_62) { goto IL_01a7; } } { AnchorInfo_t3387011151 * L_63 = V_14; int32_t L_64 = V_0; NullCheck(L_63); Interval_t1802865632 L_65 = AnchorInfo_GetInterval_m2808989035(L_63, L_64, /*hidden argument*/NULL); bool L_66 = Interval_Contains_m1454846757((&V_8), L_65, /*hidden argument*/NULL); if (!L_66) { goto IL_01a7; } } { bool L_67 = V_11; AnchorInfo_t3387011151 * L_68 = V_14; NullCheck(L_68); bool L_69 = AnchorInfo_get_IgnoreCase_m4084905689(L_68, /*hidden argument*/NULL); V_11 = (bool)((int32_t)((int32_t)L_67|(int32_t)L_69)); ArrayList_t2718874744 * L_70 = V_2; int32_t L_71 = V_12; int32_t L_72 = L_71; V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_72, (int32_t)1)); AnchorInfo_t3387011151 * L_73 = V_14; NullCheck(L_70); VirtActionInvoker2< int32_t, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.ArrayList::set_Item(System.Int32,System.Object) */, L_70, L_72, L_73); } IL_01a7: { AnchorInfo_t3387011151 * L_74 = V_14; NullCheck(L_74); bool L_75 = AnchorInfo_get_IsUnknownWidth_m830883035(L_74, /*hidden argument*/NULL); if (!L_75) { goto IL_01b8; } } { goto IL_01d5; } IL_01b8: { int32_t L_76 = V_0; AnchorInfo_t3387011151 * L_77 = V_14; NullCheck(L_77); int32_t L_78 = AnchorInfo_get_Width_m3579824419(L_77, /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_76, (int32_t)L_78)); int32_t L_79 = V_13; V_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_79, (int32_t)1)); } IL_01c8: { int32_t L_80 = V_13; ArrayList_t2718874744 * L_81 = V_2; NullCheck(L_81); int32_t L_82 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_81); if ((((int32_t)L_80) < ((int32_t)L_82))) { goto IL_015d; } } IL_01d5: { StringBuilder_t * L_83 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_83, /*hidden argument*/NULL); V_15 = L_83; V_16 = 0; goto IL_0227; } IL_01e4: { bool L_84 = ___reverse0; if (!L_84) { goto IL_0203; } } { ArrayList_t2718874744 * L_85 = V_2; int32_t L_86 = V_12; int32_t L_87 = V_16; NullCheck(L_85); RuntimeObject * L_88 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_85, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_86, (int32_t)L_87)), (int32_t)1))); V_17 = ((AnchorInfo_t3387011151 *)CastclassClass((RuntimeObject*)L_88, AnchorInfo_t3387011151_il2cpp_TypeInfo_var)); goto IL_0212; } IL_0203: { ArrayList_t2718874744 * L_89 = V_2; int32_t L_90 = V_16; NullCheck(L_89); RuntimeObject * L_91 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_89, L_90); V_17 = ((AnchorInfo_t3387011151 *)CastclassClass((RuntimeObject*)L_91, AnchorInfo_t3387011151_il2cpp_TypeInfo_var)); } IL_0212: { StringBuilder_t * L_92 = V_15; AnchorInfo_t3387011151 * L_93 = V_17; NullCheck(L_93); String_t* L_94 = AnchorInfo_get_Substring_m1799385132(L_93, /*hidden argument*/NULL); NullCheck(L_92); StringBuilder_Append_m1965104174(L_92, L_94, /*hidden argument*/NULL); int32_t L_95 = V_16; V_16 = ((int32_t)il2cpp_codegen_add((int32_t)L_95, (int32_t)1)); } IL_0227: { int32_t L_96 = V_16; int32_t L_97 = V_12; if ((((int32_t)L_96) < ((int32_t)L_97))) { goto IL_01e4; } } { StringBuilder_t * L_98 = V_15; NullCheck(L_98); int32_t L_99 = StringBuilder_get_Length_m3238060835(L_98, /*hidden argument*/NULL); int32_t L_100 = Interval_get_Size_m4163671410((&V_8), /*hidden argument*/NULL); if ((!(((uint32_t)L_99) == ((uint32_t)L_100)))) { goto IL_025b; } } { int32_t L_101 = (&V_8)->get_low_0(); int32_t L_102 = V_1; StringBuilder_t * L_103 = V_15; NullCheck(L_103); String_t* L_104 = StringBuilder_ToString_m3317489284(L_103, /*hidden argument*/NULL); bool L_105 = V_11; AnchorInfo_t3387011151 * L_106 = (AnchorInfo_t3387011151 *)il2cpp_codegen_object_new(AnchorInfo_t3387011151_il2cpp_TypeInfo_var); AnchorInfo__ctor_m3869855453(L_106, __this, L_101, L_102, L_104, L_105, /*hidden argument*/NULL); return L_106; } IL_025b: { StringBuilder_t * L_107 = V_15; NullCheck(L_107); int32_t L_108 = StringBuilder_get_Length_m3238060835(L_107, /*hidden argument*/NULL); int32_t L_109 = Interval_get_Size_m4163671410((&V_8), /*hidden argument*/NULL); if ((((int32_t)L_108) <= ((int32_t)L_109))) { goto IL_0285; } } { IL2CPP_RUNTIME_CLASS_INIT(Console_t3208230065_il2cpp_TypeInfo_var); TextWriter_t3478189236 * L_110 = Console_get_Error_m1839879495(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_110); VirtActionInvoker1< String_t* >::Invoke(21 /* System.Void System.IO.TextWriter::WriteLine(System.String) */, L_110, _stringLiteral487807326); int32_t L_111 = V_1; AnchorInfo_t3387011151 * L_112 = (AnchorInfo_t3387011151 *)il2cpp_codegen_object_new(AnchorInfo_t3387011151_il2cpp_TypeInfo_var); AnchorInfo__ctor_m3523994803(L_112, __this, L_111, /*hidden argument*/NULL); return L_112; } IL_0285: { SystemException_t176217640 * L_113 = (SystemException_t176217640 *)il2cpp_codegen_object_new(SystemException_t176217640_il2cpp_TypeInfo_var); SystemException__ctor_m3298527747(L_113, _stringLiteral3428092072, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_113,Group_GetAnchorInfo_m3730312864_RuntimeMethod_var); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Text.RegularExpressions.Syntax.Literal::.ctor(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Literal__ctor_m1697110877 (Literal_t434143540 * __this, String_t* ___str0, bool ___ignore1, const RuntimeMethod* method) { { Expression__ctor_m1600460087(__this, /*hidden argument*/NULL); String_t* L_0 = ___str0; __this->set_str_0(L_0); bool L_1 = ___ignore1; __this->set_ignore_1(L_1); return; } } // System.Void System.Text.RegularExpressions.Syntax.Literal::CompileLiteral(System.String,System.Text.RegularExpressions.ICompiler,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Literal_CompileLiteral_m4231400317 (RuntimeObject * __this /* static, unused */, String_t* ___str0, RuntimeObject* ___cmp1, bool ___ignore2, bool ___reverse3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Literal_CompileLiteral_m4231400317_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___str0; NullCheck(L_0); int32_t L_1 = String_get_Length_m3847582255(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_000c; } } { return; } IL_000c: { String_t* L_2 = ___str0; NullCheck(L_2); int32_t L_3 = String_get_Length_m3847582255(L_2, /*hidden argument*/NULL); if ((!(((uint32_t)L_3) == ((uint32_t)1)))) { goto IL_002d; } } { RuntimeObject* L_4 = ___cmp1; String_t* L_5 = ___str0; NullCheck(L_5); Il2CppChar L_6 = String_get_Chars_m2986988803(L_5, 0, /*hidden argument*/NULL); bool L_7 = ___ignore2; bool L_8 = ___reverse3; NullCheck(L_4); InterfaceActionInvoker4< Il2CppChar, bool, bool, bool >::Invoke(3 /* System.Void System.Text.RegularExpressions.ICompiler::EmitCharacter(System.Char,System.Boolean,System.Boolean,System.Boolean) */, ICompiler_t118549125_il2cpp_TypeInfo_var, L_4, L_6, (bool)0, L_7, L_8); goto IL_0036; } IL_002d: { RuntimeObject* L_9 = ___cmp1; String_t* L_10 = ___str0; bool L_11 = ___ignore2; bool L_12 = ___reverse3; NullCheck(L_9); InterfaceActionInvoker3< String_t*, bool, bool >::Invoke(8 /* System.Void System.Text.RegularExpressions.ICompiler::EmitString(System.String,System.Boolean,System.Boolean) */, ICompiler_t118549125_il2cpp_TypeInfo_var, L_9, L_10, L_11, L_12); } IL_0036: { return; } } // System.Void System.Text.RegularExpressions.Syntax.Literal::Compile(System.Text.RegularExpressions.ICompiler,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Literal_Compile_m2228022079 (Literal_t434143540 * __this, RuntimeObject* ___cmp0, bool ___reverse1, const RuntimeMethod* method) { { String_t* L_0 = __this->get_str_0(); RuntimeObject* L_1 = ___cmp0; bool L_2 = __this->get_ignore_1(); bool L_3 = ___reverse1; Literal_CompileLiteral_m4231400317(NULL /*static, unused*/, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return; } } // System.Void System.Text.RegularExpressions.Syntax.Literal::GetWidth(System.Int32&,System.Int32&) extern "C" IL2CPP_METHOD_ATTR void Literal_GetWidth_m2673961846 (Literal_t434143540 * __this, int32_t* ___min0, int32_t* ___max1, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t* L_0 = ___min0; int32_t* L_1 = ___max1; String_t* L_2 = __this->get_str_0(); NullCheck(L_2); int32_t L_3 = String_get_Length_m3847582255(L_2, /*hidden argument*/NULL); int32_t L_4 = L_3; V_0 = L_4; *((int32_t*)(L_1)) = (int32_t)L_4; int32_t L_5 = V_0; *((int32_t*)(L_0)) = (int32_t)L_5; return; } } // System.Text.RegularExpressions.Syntax.AnchorInfo System.Text.RegularExpressions.Syntax.Literal::GetAnchorInfo(System.Boolean) extern "C" IL2CPP_METHOD_ATTR AnchorInfo_t3387011151 * Literal_GetAnchorInfo_m810577400 (Literal_t434143540 * __this, bool ___reverse0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Literal_GetAnchorInfo_m810577400_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = __this->get_str_0(); NullCheck(L_0); int32_t L_1 = String_get_Length_m3847582255(L_0, /*hidden argument*/NULL); String_t* L_2 = __this->get_str_0(); bool L_3 = __this->get_ignore_1(); AnchorInfo_t3387011151 * L_4 = (AnchorInfo_t3387011151 *)il2cpp_codegen_object_new(AnchorInfo_t3387011151_il2cpp_TypeInfo_var); AnchorInfo__ctor_m3869855453(L_4, __this, 0, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.Boolean System.Text.RegularExpressions.Syntax.Literal::IsComplex() extern "C" IL2CPP_METHOD_ATTR bool Literal_IsComplex_m4067122560 (Literal_t434143540 * __this, const RuntimeMethod* method) { { 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.Syntax.NonBacktrackingGroup::.ctor() extern "C" IL2CPP_METHOD_ATTR void NonBacktrackingGroup__ctor_m2332797184 (NonBacktrackingGroup_t3074098547 * __this, const RuntimeMethod* method) { { Group__ctor_m2980794822(__this, /*hidden argument*/NULL); return; } } // System.Void System.Text.RegularExpressions.Syntax.NonBacktrackingGroup::Compile(System.Text.RegularExpressions.ICompiler,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void NonBacktrackingGroup_Compile_m1731438724 (NonBacktrackingGroup_t3074098547 * __this, RuntimeObject* ___cmp0, bool ___reverse1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NonBacktrackingGroup_Compile_m1731438724_MetadataUsageId); s_Il2CppMethodInitialized = true; } LinkRef_t2971865410 * V_0 = NULL; { RuntimeObject* L_0 = ___cmp0; NullCheck(L_0); LinkRef_t2971865410 * L_1 = InterfaceFuncInvoker0< LinkRef_t2971865410 * >::Invoke(28 /* System.Text.RegularExpressions.LinkRef System.Text.RegularExpressions.ICompiler::NewLink() */, ICompiler_t118549125_il2cpp_TypeInfo_var, L_0); V_0 = L_1; RuntimeObject* L_2 = ___cmp0; LinkRef_t2971865410 * L_3 = V_0; NullCheck(L_2); InterfaceActionInvoker1< LinkRef_t2971865410 * >::Invoke(16 /* System.Void System.Text.RegularExpressions.ICompiler::EmitSub(System.Text.RegularExpressions.LinkRef) */, ICompiler_t118549125_il2cpp_TypeInfo_var, L_2, L_3); RuntimeObject* L_4 = ___cmp0; bool L_5 = ___reverse1; Group_Compile_m3355488790(__this, L_4, L_5, /*hidden argument*/NULL); RuntimeObject* L_6 = ___cmp0; NullCheck(L_6); InterfaceActionInvoker0::Invoke(2 /* System.Void System.Text.RegularExpressions.ICompiler::EmitTrue() */, ICompiler_t118549125_il2cpp_TypeInfo_var, L_6); RuntimeObject* L_7 = ___cmp0; LinkRef_t2971865410 * L_8 = V_0; NullCheck(L_7); InterfaceActionInvoker1< LinkRef_t2971865410 * >::Invoke(29 /* System.Void System.Text.RegularExpressions.ICompiler::ResolveLink(System.Text.RegularExpressions.LinkRef) */, ICompiler_t118549125_il2cpp_TypeInfo_var, L_7, L_8); return; } } // System.Boolean System.Text.RegularExpressions.Syntax.NonBacktrackingGroup::IsComplex() extern "C" IL2CPP_METHOD_ATTR bool NonBacktrackingGroup_IsComplex_m823336948 (NonBacktrackingGroup_t3074098547 * __this, const RuntimeMethod* method) { { return (bool)1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Text.RegularExpressions.Syntax.Parser::.ctor() extern "C" IL2CPP_METHOD_ATTR void Parser__ctor_m3200411199 (Parser_t2430509383 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Parser__ctor_m3200411199_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); ArrayList_t2718874744 * L_0 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_0, /*hidden argument*/NULL); __this->set_caps_2(L_0); Hashtable_t1853889766 * L_1 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m1815022027(L_1, /*hidden argument*/NULL); __this->set_refs_3(L_1); return; } } // System.Int32 System.Text.RegularExpressions.Syntax.Parser::ParseDecimal(System.String,System.Int32&) extern "C" IL2CPP_METHOD_ATTR int32_t Parser_ParseDecimal_m245094461 (RuntimeObject * __this /* static, unused */, String_t* ___str0, int32_t* ___ptr1, const RuntimeMethod* method) { { String_t* L_0 = ___str0; int32_t* L_1 = ___ptr1; int32_t L_2 = Parser_ParseNumber_m2114552835(NULL /*static, unused*/, L_0, L_1, ((int32_t)10), 1, ((int32_t)2147483647LL), /*hidden argument*/NULL); return L_2; } } // System.Int32 System.Text.RegularExpressions.Syntax.Parser::ParseOctal(System.String,System.Int32&) extern "C" IL2CPP_METHOD_ATTR int32_t Parser_ParseOctal_m1193445574 (RuntimeObject * __this /* static, unused */, String_t* ___str0, int32_t* ___ptr1, const RuntimeMethod* method) { { String_t* L_0 = ___str0; int32_t* L_1 = ___ptr1; int32_t L_2 = Parser_ParseNumber_m2114552835(NULL /*static, unused*/, L_0, L_1, 8, 1, 3, /*hidden argument*/NULL); return L_2; } } // System.Int32 System.Text.RegularExpressions.Syntax.Parser::ParseHex(System.String,System.Int32&,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Parser_ParseHex_m3698548444 (RuntimeObject * __this /* static, unused */, String_t* ___str0, int32_t* ___ptr1, int32_t ___digits2, const RuntimeMethod* method) { { String_t* L_0 = ___str0; int32_t* L_1 = ___ptr1; int32_t L_2 = ___digits2; int32_t L_3 = ___digits2; int32_t L_4 = Parser_ParseNumber_m2114552835(NULL /*static, unused*/, L_0, L_1, ((int32_t)16), L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.Int32 System.Text.RegularExpressions.Syntax.Parser::ParseNumber(System.String,System.Int32&,System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Parser_ParseNumber_m2114552835 (RuntimeObject * __this /* static, unused */, String_t* ___str0, int32_t* ___ptr1, int32_t ___b2, int32_t ___min3, int32_t ___max4, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { int32_t* L_0 = ___ptr1; V_0 = (*((int32_t*)L_0)); V_1 = 0; V_2 = 0; int32_t L_1 = ___max4; int32_t L_2 = ___min3; if ((((int32_t)L_1) >= ((int32_t)L_2))) { goto IL_0016; } } { ___max4 = ((int32_t)2147483647LL); } IL_0016: { goto IL_0048; } IL_001b: { String_t* L_3 = ___str0; int32_t L_4 = V_0; int32_t L_5 = L_4; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); NullCheck(L_3); Il2CppChar L_6 = String_get_Chars_m2986988803(L_3, L_5, /*hidden argument*/NULL); int32_t L_7 = ___b2; int32_t L_8 = V_2; int32_t L_9 = Parser_ParseDigit_m2336300552(NULL /*static, unused*/, L_6, L_7, L_8, /*hidden argument*/NULL); V_3 = L_9; int32_t L_10 = V_3; if ((((int32_t)L_10) >= ((int32_t)0))) { goto IL_003e; } } { int32_t L_11 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1)); goto IL_005c; } IL_003e: { int32_t L_12 = V_1; int32_t L_13 = ___b2; int32_t L_14 = V_3; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_12, (int32_t)L_13)), (int32_t)L_14)); int32_t L_15 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_0048: { int32_t L_16 = V_2; int32_t L_17 = ___max4; if ((((int32_t)L_16) >= ((int32_t)L_17))) { goto IL_005c; } } { int32_t L_18 = V_0; String_t* L_19 = ___str0; NullCheck(L_19); int32_t L_20 = String_get_Length_m3847582255(L_19, /*hidden argument*/NULL); if ((((int32_t)L_18) < ((int32_t)L_20))) { goto IL_001b; } } IL_005c: { int32_t L_21 = V_2; int32_t L_22 = ___min3; if ((((int32_t)L_21) >= ((int32_t)L_22))) { goto IL_0065; } } { return (-1); } IL_0065: { int32_t* L_23 = ___ptr1; int32_t L_24 = V_0; *((int32_t*)(L_23)) = (int32_t)L_24; int32_t L_25 = V_1; return L_25; } } // System.String System.Text.RegularExpressions.Syntax.Parser::ParseName(System.String,System.Int32&) extern "C" IL2CPP_METHOD_ATTR String_t* Parser_ParseName_m1814604608 (RuntimeObject * __this /* static, unused */, String_t* ___str0, int32_t* ___ptr1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Parser_ParseName_m1814604608_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { String_t* L_0 = ___str0; int32_t* L_1 = ___ptr1; NullCheck(L_0); Il2CppChar L_2 = String_get_Chars_m2986988803(L_0, (*((int32_t*)L_1)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_3 = Char_IsDigit_m3646673943(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_002f; } } { String_t* L_4 = ___str0; int32_t* L_5 = ___ptr1; int32_t L_6 = Parser_ParseNumber_m2114552835(NULL /*static, unused*/, L_4, L_5, ((int32_t)10), 1, 0, /*hidden argument*/NULL); V_0 = L_6; int32_t L_7 = V_0; if ((((int32_t)L_7) <= ((int32_t)0))) { goto IL_002d; } } { String_t* L_8 = Int32_ToString_m141394615((&V_0), /*hidden argument*/NULL); return L_8; } IL_002d: { return (String_t*)NULL; } IL_002f: { int32_t* L_9 = ___ptr1; V_1 = (*((int32_t*)L_9)); goto IL_0054; } IL_0037: { String_t* L_10 = ___str0; int32_t* L_11 = ___ptr1; NullCheck(L_10); Il2CppChar L_12 = String_get_Chars_m2986988803(L_10, (*((int32_t*)L_11)), /*hidden argument*/NULL); bool L_13 = Parser_IsNameChar_m698176442(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); if (L_13) { goto IL_004e; } } { goto IL_0059; } IL_004e: { int32_t* L_14 = ___ptr1; int32_t* L_15 = ___ptr1; *((int32_t*)(L_14)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_15)), (int32_t)1)); } IL_0054: { goto IL_0037; } IL_0059: { int32_t* L_16 = ___ptr1; int32_t L_17 = V_1; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(*((int32_t*)L_16)), (int32_t)L_17))) <= ((int32_t)0))) { goto IL_006f; } } { String_t* L_18 = ___str0; int32_t L_19 = V_1; int32_t* L_20 = ___ptr1; int32_t L_21 = V_1; NullCheck(L_18); String_t* L_22 = String_Substring_m1610150815(L_18, L_19, ((int32_t)il2cpp_codegen_subtract((int32_t)(*((int32_t*)L_20)), (int32_t)L_21)), /*hidden argument*/NULL); return L_22; } IL_006f: { return (String_t*)NULL; } } // System.Text.RegularExpressions.Syntax.RegularExpression System.Text.RegularExpressions.Syntax.Parser::ParseRegularExpression(System.String,System.Text.RegularExpressions.RegexOptions) extern "C" IL2CPP_METHOD_ATTR RegularExpression_t3834220169 * Parser_ParseRegularExpression_m18398587 (Parser_t2430509383 * __this, String_t* ___pattern0, int32_t ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Parser_ParseRegularExpression_m18398587_MetadataUsageId); s_Il2CppMethodInitialized = true; } RegularExpression_t3834220169 * V_0 = NULL; RegularExpression_t3834220169 * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { String_t* L_0 = ___pattern0; __this->set_pattern_0(L_0); __this->set_ptr_1(0); ArrayList_t2718874744 * L_1 = __this->get_caps_2(); NullCheck(L_1); VirtActionInvoker0::Invoke(31 /* System.Void System.Collections.ArrayList::Clear() */, L_1); Hashtable_t1853889766 * L_2 = __this->get_refs_3(); NullCheck(L_2); VirtActionInvoker0::Invoke(34 /* System.Void System.Collections.Hashtable::Clear() */, L_2); __this->set_num_groups_4(0); } IL_002b: try { // begin try (depth: 1) { RegularExpression_t3834220169 * L_3 = (RegularExpression_t3834220169 *)il2cpp_codegen_object_new(RegularExpression_t3834220169_il2cpp_TypeInfo_var); RegularExpression__ctor_m119502265(L_3, /*hidden argument*/NULL); V_0 = L_3; RegularExpression_t3834220169 * L_4 = V_0; int32_t L_5 = ___options1; Parser_ParseGroup_m3186460488(__this, L_4, L_5, (Assertion_t3267412828 *)NULL, /*hidden argument*/NULL); Parser_ResolveReferences_m1518052352(__this, /*hidden argument*/NULL); RegularExpression_t3834220169 * L_6 = V_0; int32_t L_7 = __this->get_num_groups_4(); NullCheck(L_6); RegularExpression_set_GroupCount_m3908887512(L_6, L_7, /*hidden argument*/NULL); RegularExpression_t3834220169 * L_8 = V_0; V_1 = L_8; goto IL_006a; } IL_0053: { ; // IL_0053: leave IL_006a } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (IndexOutOfRangeException_t1578797820_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0058; throw e; } CATCH_0058: { // begin catch(System.IndexOutOfRangeException) { ArgumentException_t132251570 * L_9 = Parser_NewParseException_m686511029(__this, _stringLiteral2207274588, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,Parser_ParseRegularExpression_m18398587_RuntimeMethod_var); } IL_0065: { goto IL_006a; } } // end catch (depth: 1) IL_006a: { RegularExpression_t3834220169 * L_10 = V_1; return L_10; } } // System.Int32 System.Text.RegularExpressions.Syntax.Parser::GetMapping(System.Collections.Hashtable) extern "C" IL2CPP_METHOD_ATTR int32_t Parser_GetMapping_m1792972121 (Parser_t2430509383 * __this, Hashtable_t1853889766 * ___mapping0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Parser_GetMapping_m1792972121_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; CapturingGroup_t751358689 * V_2 = NULL; String_t* V_3 = NULL; int32_t V_4 = 0; String_t* G_B4_0 = NULL; { ArrayList_t2718874744 * L_0 = __this->get_caps_2(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_0); V_0 = L_1; Hashtable_t1853889766 * L_2 = ___mapping0; int32_t L_3 = 0; RuntimeObject * L_4 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_3); NullCheck(L_2); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_2, _stringLiteral3452614544, L_4); V_1 = 0; goto IL_00a5; } IL_0024: { ArrayList_t2718874744 * L_5 = __this->get_caps_2(); int32_t L_6 = V_1; NullCheck(L_5); RuntimeObject * L_7 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_5, L_6); V_2 = ((CapturingGroup_t751358689 *)CastclassClass((RuntimeObject*)L_7, CapturingGroup_t751358689_il2cpp_TypeInfo_var)); CapturingGroup_t751358689 * L_8 = V_2; NullCheck(L_8); String_t* L_9 = CapturingGroup_get_Name_m3747712535(L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_004c; } } { CapturingGroup_t751358689 * L_10 = V_2; NullCheck(L_10); String_t* L_11 = CapturingGroup_get_Name_m3747712535(L_10, /*hidden argument*/NULL); G_B4_0 = L_11; goto IL_005b; } IL_004c: { CapturingGroup_t751358689 * L_12 = V_2; NullCheck(L_12); int32_t L_13 = CapturingGroup_get_Index_m3406974370(L_12, /*hidden argument*/NULL); V_4 = L_13; String_t* L_14 = Int32_ToString_m141394615((&V_4), /*hidden argument*/NULL); G_B4_0 = L_14; } IL_005b: { V_3 = G_B4_0; Hashtable_t1853889766 * L_15 = ___mapping0; String_t* L_16 = V_3; NullCheck(L_15); bool L_17 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(35 /* System.Boolean System.Collections.Hashtable::Contains(System.Object) */, L_15, L_16); if (!L_17) { goto IL_008f; } } { Hashtable_t1853889766 * L_18 = ___mapping0; String_t* L_19 = V_3; NullCheck(L_18); RuntimeObject * L_20 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_18, L_19); CapturingGroup_t751358689 * L_21 = V_2; NullCheck(L_21); int32_t L_22 = CapturingGroup_get_Index_m3406974370(L_21, /*hidden argument*/NULL); if ((((int32_t)((*(int32_t*)((int32_t*)UnBox(L_20, Int32_t2950945753_il2cpp_TypeInfo_var))))) == ((int32_t)L_22))) { goto IL_008a; } } { SystemException_t176217640 * L_23 = (SystemException_t176217640 *)il2cpp_codegen_object_new(SystemException_t176217640_il2cpp_TypeInfo_var); SystemException__ctor_m3298527747(L_23, _stringLiteral862809193, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23,Parser_GetMapping_m1792972121_RuntimeMethod_var); } IL_008a: { goto IL_00a1; } IL_008f: { Hashtable_t1853889766 * L_24 = ___mapping0; String_t* L_25 = V_3; CapturingGroup_t751358689 * L_26 = V_2; NullCheck(L_26); int32_t L_27 = CapturingGroup_get_Index_m3406974370(L_26, /*hidden argument*/NULL); int32_t L_28 = L_27; RuntimeObject * L_29 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_28); NullCheck(L_24); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_24, L_25, L_29); } IL_00a1: { int32_t L_30 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); } IL_00a5: { int32_t L_31 = V_1; int32_t L_32 = V_0; if ((((int32_t)L_31) < ((int32_t)L_32))) { goto IL_0024; } } { int32_t L_33 = __this->get_gap_5(); return L_33; } } // System.Void System.Text.RegularExpressions.Syntax.Parser::ParseGroup(System.Text.RegularExpressions.Syntax.Group,System.Text.RegularExpressions.RegexOptions,System.Text.RegularExpressions.Syntax.Assertion) extern "C" IL2CPP_METHOD_ATTR void Parser_ParseGroup_m3186460488 (Parser_t2430509383 * __this, Group_t1458537008 * ___group0, int32_t ___options1, Assertion_t3267412828 * ___assertion2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Parser_ParseGroup_m3186460488_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; Alternation_t625481451 * V_1 = NULL; String_t* V_2 = NULL; Group_t1458537008 * V_3 = NULL; Expression_t2722445759 * V_4 = NULL; bool V_5 = false; Il2CppChar V_6 = 0x0; uint16_t V_7 = 0; uint16_t V_8 = 0; uint16_t V_9 = 0; int32_t V_10 = 0; bool V_11 = false; Il2CppChar V_12 = 0x0; int32_t V_13 = 0; int32_t V_14 = 0; bool V_15 = false; bool V_16 = false; int32_t V_17 = 0; Repetition_t2393242404 * V_18 = NULL; int32_t V_19 = 0; Il2CppChar V_20 = 0x0; int32_t G_B11_0 = 0; int32_t G_B15_0 = 0; int32_t G_B19_0 = 0; { Group_t1458537008 * L_0 = ___group0; V_0 = (bool)((!(((RuntimeObject*)(RegularExpression_t3834220169 *)((RegularExpression_t3834220169 *)IsInstClass((RuntimeObject*)L_0, RegularExpression_t3834220169_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); V_1 = (Alternation_t625481451 *)NULL; V_2 = (String_t*)NULL; Group_t1458537008 * L_1 = (Group_t1458537008 *)il2cpp_codegen_object_new(Group_t1458537008_il2cpp_TypeInfo_var); Group__ctor_m2980794822(L_1, /*hidden argument*/NULL); V_3 = L_1; V_4 = (Expression_t2722445759 *)NULL; V_5 = (bool)0; } IL_001a: { int32_t L_2 = ___options1; bool L_3 = Parser_IsIgnorePatternWhitespace_m2107132682(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); Parser_ConsumeWhitespace_m3364496713(__this, L_3, /*hidden argument*/NULL); int32_t L_4 = __this->get_ptr_1(); String_t* L_5 = __this->get_pattern_0(); NullCheck(L_5); int32_t L_6 = String_get_Length_m3847582255(L_5, /*hidden argument*/NULL); if ((((int32_t)L_4) < ((int32_t)L_6))) { goto IL_0041; } } { goto IL_0484; } IL_0041: { String_t* L_7 = __this->get_pattern_0(); int32_t L_8 = __this->get_ptr_1(); int32_t L_9 = L_8; V_19 = L_9; __this->set_ptr_1(((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1))); int32_t L_10 = V_19; NullCheck(L_7); Il2CppChar L_11 = String_get_Chars_m2986988803(L_7, L_10, /*hidden argument*/NULL); V_6 = L_11; Il2CppChar L_12 = V_6; V_20 = L_12; Il2CppChar L_13 = V_20; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)((int32_t)36)))) { case 0: { goto IL_00ee; } case 1: { goto IL_009b; } case 2: { goto IL_009b; } case 3: { goto IL_009b; } case 4: { goto IL_0190; } case 5: { goto IL_01da; } case 6: { goto IL_025f; } case 7: { goto IL_025f; } case 8: { goto IL_009b; } case 9: { goto IL_009b; } case 10: { goto IL_0110; } } } IL_009b: { Il2CppChar L_14 = V_20; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)((int32_t)91)))) { case 0: { goto IL_0182; } case 1: { goto IL_0133; } case 2: { goto IL_00b5; } case 3: { goto IL_00cc; } } } IL_00b5: { Il2CppChar L_15 = V_20; if ((((int32_t)L_15) == ((int32_t)((int32_t)63)))) { goto IL_025f; } } { Il2CppChar L_16 = V_20; if ((((int32_t)L_16) == ((int32_t)((int32_t)124)))) { goto IL_01e2; } } { goto IL_026b; } IL_00cc: { int32_t L_17 = ___options1; bool L_18 = Parser_IsMultiline_m3953355516(NULL /*static, unused*/, L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_00dd; } } { G_B11_0 = 3; goto IL_00de; } IL_00dd: { G_B11_0 = 1; } IL_00de: { V_7 = G_B11_0; uint16_t L_19 = V_7; PositionAssertion_t3339288061 * L_20 = (PositionAssertion_t3339288061 *)il2cpp_codegen_object_new(PositionAssertion_t3339288061_il2cpp_TypeInfo_var); PositionAssertion__ctor_m569003936(L_20, L_19, /*hidden argument*/NULL); V_4 = L_20; goto IL_0270; } IL_00ee: { int32_t L_21 = ___options1; bool L_22 = Parser_IsMultiline_m3953355516(NULL /*static, unused*/, L_21, /*hidden argument*/NULL); if (!L_22) { goto IL_00ff; } } { G_B15_0 = 7; goto IL_0100; } IL_00ff: { G_B15_0 = 5; } IL_0100: { V_8 = G_B15_0; uint16_t L_23 = V_8; PositionAssertion_t3339288061 * L_24 = (PositionAssertion_t3339288061 *)il2cpp_codegen_object_new(PositionAssertion_t3339288061_il2cpp_TypeInfo_var); PositionAssertion__ctor_m569003936(L_24, L_23, /*hidden argument*/NULL); V_4 = L_24; goto IL_0270; } IL_0110: { int32_t L_25 = ___options1; bool L_26 = Parser_IsSingleline_m326238187(NULL /*static, unused*/, L_25, /*hidden argument*/NULL); if (!L_26) { goto IL_0121; } } { G_B19_0 = 2; goto IL_0122; } IL_0121: { G_B19_0 = 1; } IL_0122: { V_9 = G_B19_0; uint16_t L_27 = V_9; CharacterClass_t839120860 * L_28 = (CharacterClass_t839120860 *)il2cpp_codegen_object_new(CharacterClass_t839120860_il2cpp_TypeInfo_var); CharacterClass__ctor_m2417156412(L_28, L_27, (bool)0, /*hidden argument*/NULL); V_4 = L_28; goto IL_0270; } IL_0133: { int32_t L_29 = Parser_ParseEscape_m956682155(__this, /*hidden argument*/NULL); V_10 = L_29; int32_t L_30 = V_10; if ((((int32_t)L_30) < ((int32_t)0))) { goto IL_014d; } } { int32_t L_31 = V_10; V_6 = (((int32_t)((uint16_t)L_31))); goto IL_017d; } IL_014d: { int32_t L_32 = ___options1; Expression_t2722445759 * L_33 = Parser_ParseSpecial_m1961501104(__this, L_32, /*hidden argument*/NULL); V_4 = L_33; Expression_t2722445759 * L_34 = V_4; if (L_34) { goto IL_017d; } } { String_t* L_35 = __this->get_pattern_0(); int32_t L_36 = __this->get_ptr_1(); int32_t L_37 = L_36; V_19 = L_37; __this->set_ptr_1(((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1))); int32_t L_38 = V_19; NullCheck(L_35); Il2CppChar L_39 = String_get_Chars_m2986988803(L_35, L_38, /*hidden argument*/NULL); V_6 = L_39; } IL_017d: { goto IL_0270; } IL_0182: { int32_t L_40 = ___options1; Expression_t2722445759 * L_41 = Parser_ParseCharacterClass_m4285351396(__this, L_40, /*hidden argument*/NULL); V_4 = L_41; goto IL_0270; } IL_0190: { int32_t L_42 = ___options1; bool L_43 = Parser_IsIgnoreCase_m2210120858(NULL /*static, unused*/, L_42, /*hidden argument*/NULL); V_11 = L_43; Expression_t2722445759 * L_44 = Parser_ParseGroupingConstruct_m263270497(__this, (&___options1), /*hidden argument*/NULL); V_4 = L_44; Expression_t2722445759 * L_45 = V_4; if (L_45) { goto IL_01d5; } } { String_t* L_46 = V_2; if (!L_46) { goto IL_01d0; } } { int32_t L_47 = ___options1; bool L_48 = Parser_IsIgnoreCase_m2210120858(NULL /*static, unused*/, L_47, /*hidden argument*/NULL); bool L_49 = V_11; if ((((int32_t)L_48) == ((int32_t)L_49))) { goto IL_01d0; } } { Group_t1458537008 * L_50 = V_3; String_t* L_51 = V_2; int32_t L_52 = ___options1; bool L_53 = Parser_IsIgnoreCase_m2210120858(NULL /*static, unused*/, L_52, /*hidden argument*/NULL); Literal_t434143540 * L_54 = (Literal_t434143540 *)il2cpp_codegen_object_new(Literal_t434143540_il2cpp_TypeInfo_var); Literal__ctor_m1697110877(L_54, L_51, L_53, /*hidden argument*/NULL); NullCheck(L_50); Group_AppendExpression_m1633560475(L_50, L_54, /*hidden argument*/NULL); V_2 = (String_t*)NULL; } IL_01d0: { goto IL_001a; } IL_01d5: { goto IL_0270; } IL_01da: { V_5 = (bool)1; goto IL_0484; } IL_01e2: { String_t* L_55 = V_2; if (!L_55) { goto IL_01fc; } } { Group_t1458537008 * L_56 = V_3; String_t* L_57 = V_2; int32_t L_58 = ___options1; bool L_59 = Parser_IsIgnoreCase_m2210120858(NULL /*static, unused*/, L_58, /*hidden argument*/NULL); Literal_t434143540 * L_60 = (Literal_t434143540 *)il2cpp_codegen_object_new(Literal_t434143540_il2cpp_TypeInfo_var); Literal__ctor_m1697110877(L_60, L_57, L_59, /*hidden argument*/NULL); NullCheck(L_56); Group_AppendExpression_m1633560475(L_56, L_60, /*hidden argument*/NULL); V_2 = (String_t*)NULL; } IL_01fc: { Assertion_t3267412828 * L_61 = ___assertion2; if (!L_61) { goto IL_0241; } } { Assertion_t3267412828 * L_62 = ___assertion2; NullCheck(L_62); Expression_t2722445759 * L_63 = Assertion_get_TrueExpression_m2743006331(L_62, /*hidden argument*/NULL); if (L_63) { goto IL_0219; } } { Assertion_t3267412828 * L_64 = ___assertion2; Group_t1458537008 * L_65 = V_3; NullCheck(L_64); Assertion_set_TrueExpression_m530142558(L_64, L_65, /*hidden argument*/NULL); goto IL_023c; } IL_0219: { Assertion_t3267412828 * L_66 = ___assertion2; NullCheck(L_66); Expression_t2722445759 * L_67 = Assertion_get_FalseExpression_m2609188285(L_66, /*hidden argument*/NULL); if (L_67) { goto IL_0230; } } { Assertion_t3267412828 * L_68 = ___assertion2; Group_t1458537008 * L_69 = V_3; NullCheck(L_68); Assertion_set_FalseExpression_m468310168(L_68, L_69, /*hidden argument*/NULL); goto IL_023c; } IL_0230: { ArgumentException_t132251570 * L_70 = Parser_NewParseException_m686511029(__this, _stringLiteral3468339241, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_70,Parser_ParseGroup_m3186460488_RuntimeMethod_var); } IL_023c: { goto IL_0254; } IL_0241: { Alternation_t625481451 * L_71 = V_1; if (L_71) { goto IL_024d; } } { Alternation_t625481451 * L_72 = (Alternation_t625481451 *)il2cpp_codegen_object_new(Alternation_t625481451_il2cpp_TypeInfo_var); Alternation__ctor_m1629257642(L_72, /*hidden argument*/NULL); V_1 = L_72; } IL_024d: { Alternation_t625481451 * L_73 = V_1; Group_t1458537008 * L_74 = V_3; NullCheck(L_73); Alternation_AddAlternative_m3625038910(L_73, L_74, /*hidden argument*/NULL); } IL_0254: { Group_t1458537008 * L_75 = (Group_t1458537008 *)il2cpp_codegen_object_new(Group_t1458537008_il2cpp_TypeInfo_var); Group__ctor_m2980794822(L_75, /*hidden argument*/NULL); V_3 = L_75; goto IL_001a; } IL_025f: { ArgumentException_t132251570 * L_76 = Parser_NewParseException_m686511029(__this, _stringLiteral1647812726, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_76,Parser_ParseGroup_m3186460488_RuntimeMethod_var); } IL_026b: { goto IL_0270; } IL_0270: { int32_t L_77 = ___options1; bool L_78 = Parser_IsIgnorePatternWhitespace_m2107132682(NULL /*static, unused*/, L_77, /*hidden argument*/NULL); Parser_ConsumeWhitespace_m3364496713(__this, L_78, /*hidden argument*/NULL); int32_t L_79 = __this->get_ptr_1(); String_t* L_80 = __this->get_pattern_0(); NullCheck(L_80); int32_t L_81 = String_get_Length_m3847582255(L_80, /*hidden argument*/NULL); if ((((int32_t)L_79) >= ((int32_t)L_81))) { goto IL_0413; } } { String_t* L_82 = __this->get_pattern_0(); int32_t L_83 = __this->get_ptr_1(); NullCheck(L_82); Il2CppChar L_84 = String_get_Chars_m2986988803(L_82, L_83, /*hidden argument*/NULL); V_12 = L_84; V_13 = 0; V_14 = 0; V_15 = (bool)0; V_16 = (bool)0; Il2CppChar L_85 = V_12; if ((((int32_t)L_85) == ((int32_t)((int32_t)63)))) { goto IL_02cc; } } { Il2CppChar L_86 = V_12; if ((((int32_t)L_86) == ((int32_t)((int32_t)42)))) { goto IL_02cc; } } { Il2CppChar L_87 = V_12; if ((!(((uint32_t)L_87) == ((uint32_t)((int32_t)43))))) { goto IL_032f; } } IL_02cc: { int32_t L_88 = __this->get_ptr_1(); __this->set_ptr_1(((int32_t)il2cpp_codegen_add((int32_t)L_88, (int32_t)1))); V_16 = (bool)1; Il2CppChar L_89 = V_12; V_20 = L_89; Il2CppChar L_90 = V_20; if ((((int32_t)L_90) == ((int32_t)((int32_t)42)))) { goto IL_030c; } } { Il2CppChar L_91 = V_20; if ((((int32_t)L_91) == ((int32_t)((int32_t)43)))) { goto IL_031b; } } { Il2CppChar L_92 = V_20; if ((((int32_t)L_92) == ((int32_t)((int32_t)63)))) { goto IL_0301; } } { goto IL_032a; } IL_0301: { V_13 = 0; V_14 = 1; goto IL_032a; } IL_030c: { V_13 = 0; V_14 = ((int32_t)2147483647LL); goto IL_032a; } IL_031b: { V_13 = 1; V_14 = ((int32_t)2147483647LL); goto IL_032a; } IL_032a: { goto IL_0382; } IL_032f: { Il2CppChar L_93 = V_12; if ((!(((uint32_t)L_93) == ((uint32_t)((int32_t)123))))) { goto IL_0382; } } { int32_t L_94 = __this->get_ptr_1(); String_t* L_95 = __this->get_pattern_0(); NullCheck(L_95); int32_t L_96 = String_get_Length_m3847582255(L_95, /*hidden argument*/NULL); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_94, (int32_t)1))) >= ((int32_t)L_96))) { goto IL_0382; } } { int32_t L_97 = __this->get_ptr_1(); V_17 = L_97; int32_t L_98 = __this->get_ptr_1(); __this->set_ptr_1(((int32_t)il2cpp_codegen_add((int32_t)L_98, (int32_t)1))); int32_t L_99 = ___options1; bool L_100 = Parser_ParseRepetitionBounds_m1246581246(__this, (&V_13), (&V_14), L_99, /*hidden argument*/NULL); V_16 = L_100; bool L_101 = V_16; if (L_101) { goto IL_0382; } } { int32_t L_102 = V_17; __this->set_ptr_1(L_102); } IL_0382: { bool L_103 = V_16; if (!L_103) { goto IL_0413; } } { int32_t L_104 = ___options1; bool L_105 = Parser_IsIgnorePatternWhitespace_m2107132682(NULL /*static, unused*/, L_104, /*hidden argument*/NULL); Parser_ConsumeWhitespace_m3364496713(__this, L_105, /*hidden argument*/NULL); int32_t L_106 = __this->get_ptr_1(); String_t* L_107 = __this->get_pattern_0(); NullCheck(L_107); int32_t L_108 = String_get_Length_m3847582255(L_107, /*hidden argument*/NULL); if ((((int32_t)L_106) >= ((int32_t)L_108))) { goto IL_03d4; } } { String_t* L_109 = __this->get_pattern_0(); int32_t L_110 = __this->get_ptr_1(); NullCheck(L_109); Il2CppChar L_111 = String_get_Chars_m2986988803(L_109, L_110, /*hidden argument*/NULL); if ((!(((uint32_t)L_111) == ((uint32_t)((int32_t)63))))) { goto IL_03d4; } } { int32_t L_112 = __this->get_ptr_1(); __this->set_ptr_1(((int32_t)il2cpp_codegen_add((int32_t)L_112, (int32_t)1))); V_15 = (bool)1; } IL_03d4: { int32_t L_113 = V_13; int32_t L_114 = V_14; bool L_115 = V_15; Repetition_t2393242404 * L_116 = (Repetition_t2393242404 *)il2cpp_codegen_object_new(Repetition_t2393242404_il2cpp_TypeInfo_var); Repetition__ctor_m1672362629(L_116, L_113, L_114, L_115, /*hidden argument*/NULL); V_18 = L_116; Expression_t2722445759 * L_117 = V_4; if (L_117) { goto IL_0406; } } { Repetition_t2393242404 * L_118 = V_18; String_t* L_119 = Char_ToString_m3588025615((&V_6), /*hidden argument*/NULL); int32_t L_120 = ___options1; bool L_121 = Parser_IsIgnoreCase_m2210120858(NULL /*static, unused*/, L_120, /*hidden argument*/NULL); Literal_t434143540 * L_122 = (Literal_t434143540 *)il2cpp_codegen_object_new(Literal_t434143540_il2cpp_TypeInfo_var); Literal__ctor_m1697110877(L_122, L_119, L_121, /*hidden argument*/NULL); NullCheck(L_118); Repetition_set_Expression_m1234887071(L_118, L_122, /*hidden argument*/NULL); goto IL_040f; } IL_0406: { Repetition_t2393242404 * L_123 = V_18; Expression_t2722445759 * L_124 = V_4; NullCheck(L_123); Repetition_set_Expression_m1234887071(L_123, L_124, /*hidden argument*/NULL); } IL_040f: { Repetition_t2393242404 * L_125 = V_18; V_4 = L_125; } IL_0413: { Expression_t2722445759 * L_126 = V_4; if (L_126) { goto IL_0439; } } { String_t* L_127 = V_2; if (L_127) { goto IL_0426; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_128 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_2 = L_128; } IL_0426: { String_t* L_129 = V_2; Il2CppChar L_130 = V_6; Il2CppChar L_131 = L_130; RuntimeObject * L_132 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_131); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_133 = String_Concat_m904156431(NULL /*static, unused*/, L_129, L_132, /*hidden argument*/NULL); V_2 = L_133; goto IL_045e; } IL_0439: { String_t* L_134 = V_2; if (!L_134) { goto IL_0453; } } { Group_t1458537008 * L_135 = V_3; String_t* L_136 = V_2; int32_t L_137 = ___options1; bool L_138 = Parser_IsIgnoreCase_m2210120858(NULL /*static, unused*/, L_137, /*hidden argument*/NULL); Literal_t434143540 * L_139 = (Literal_t434143540 *)il2cpp_codegen_object_new(Literal_t434143540_il2cpp_TypeInfo_var); Literal__ctor_m1697110877(L_139, L_136, L_138, /*hidden argument*/NULL); NullCheck(L_135); Group_AppendExpression_m1633560475(L_135, L_139, /*hidden argument*/NULL); V_2 = (String_t*)NULL; } IL_0453: { Group_t1458537008 * L_140 = V_3; Expression_t2722445759 * L_141 = V_4; NullCheck(L_140); Group_AppendExpression_m1633560475(L_140, L_141, /*hidden argument*/NULL); V_4 = (Expression_t2722445759 *)NULL; } IL_045e: { bool L_142 = V_0; if (!L_142) { goto IL_047f; } } { int32_t L_143 = __this->get_ptr_1(); String_t* L_144 = __this->get_pattern_0(); NullCheck(L_144); int32_t L_145 = String_get_Length_m3847582255(L_144, /*hidden argument*/NULL); if ((((int32_t)L_143) < ((int32_t)L_145))) { goto IL_047f; } } { goto IL_0484; } IL_047f: { goto IL_001a; } IL_0484: { bool L_146 = V_0; if (!L_146) { goto IL_049d; } } { bool L_147 = V_5; if (!L_147) { goto IL_049d; } } { ArgumentException_t132251570 * L_148 = Parser_NewParseException_m686511029(__this, _stringLiteral2101878430, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_148,Parser_ParseGroup_m3186460488_RuntimeMethod_var); } IL_049d: { bool L_149 = V_0; if (L_149) { goto IL_04b6; } } { bool L_150 = V_5; if (L_150) { goto IL_04b6; } } { ArgumentException_t132251570 * L_151 = Parser_NewParseException_m686511029(__this, _stringLiteral1614945127, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_151,Parser_ParseGroup_m3186460488_RuntimeMethod_var); } IL_04b6: { String_t* L_152 = V_2; if (!L_152) { goto IL_04ce; } } { Group_t1458537008 * L_153 = V_3; String_t* L_154 = V_2; int32_t L_155 = ___options1; bool L_156 = Parser_IsIgnoreCase_m2210120858(NULL /*static, unused*/, L_155, /*hidden argument*/NULL); Literal_t434143540 * L_157 = (Literal_t434143540 *)il2cpp_codegen_object_new(Literal_t434143540_il2cpp_TypeInfo_var); Literal__ctor_m1697110877(L_157, L_154, L_156, /*hidden argument*/NULL); NullCheck(L_153); Group_AppendExpression_m1633560475(L_153, L_157, /*hidden argument*/NULL); } IL_04ce: { Assertion_t3267412828 * L_158 = ___assertion2; if (!L_158) { goto IL_04fe; } } { Assertion_t3267412828 * L_159 = ___assertion2; NullCheck(L_159); Expression_t2722445759 * L_160 = Assertion_get_TrueExpression_m2743006331(L_159, /*hidden argument*/NULL); if (L_160) { goto IL_04eb; } } { Assertion_t3267412828 * L_161 = ___assertion2; Group_t1458537008 * L_162 = V_3; NullCheck(L_161); Assertion_set_TrueExpression_m530142558(L_161, L_162, /*hidden argument*/NULL); goto IL_04f2; } IL_04eb: { Assertion_t3267412828 * L_163 = ___assertion2; Group_t1458537008 * L_164 = V_3; NullCheck(L_163); Assertion_set_FalseExpression_m468310168(L_163, L_164, /*hidden argument*/NULL); } IL_04f2: { Group_t1458537008 * L_165 = ___group0; Assertion_t3267412828 * L_166 = ___assertion2; NullCheck(L_165); Group_AppendExpression_m1633560475(L_165, L_166, /*hidden argument*/NULL); goto IL_051e; } IL_04fe: { Alternation_t625481451 * L_167 = V_1; if (!L_167) { goto IL_0517; } } { Alternation_t625481451 * L_168 = V_1; Group_t1458537008 * L_169 = V_3; NullCheck(L_168); Alternation_AddAlternative_m3625038910(L_168, L_169, /*hidden argument*/NULL); Group_t1458537008 * L_170 = ___group0; Alternation_t625481451 * L_171 = V_1; NullCheck(L_170); Group_AppendExpression_m1633560475(L_170, L_171, /*hidden argument*/NULL); goto IL_051e; } IL_0517: { Group_t1458537008 * L_172 = ___group0; Group_t1458537008 * L_173 = V_3; NullCheck(L_172); Group_AppendExpression_m1633560475(L_172, L_173, /*hidden argument*/NULL); } IL_051e: { return; } } // System.Text.RegularExpressions.Syntax.Expression System.Text.RegularExpressions.Syntax.Parser::ParseGroupingConstruct(System.Text.RegularExpressions.RegexOptions&) extern "C" IL2CPP_METHOD_ATTR Expression_t2722445759 * Parser_ParseGroupingConstruct_m263270497 (Parser_t2430509383 * __this, int32_t* ___options0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Parser_ParseGroupingConstruct_m263270497_MetadataUsageId); s_Il2CppMethodInitialized = true; } Group_t1458537008 * V_0 = NULL; Group_t1458537008 * V_1 = NULL; Group_t1458537008 * V_2 = NULL; int32_t V_3 = 0; Group_t1458537008 * V_4 = NULL; ExpressionAssertion_t1861210811 * V_5 = NULL; Group_t1458537008 * V_6 = NULL; Il2CppChar V_7 = 0x0; String_t* V_8 = NULL; CapturingGroup_t751358689 * V_9 = NULL; String_t* V_10 = NULL; BalancingGroup_t2395658894 * V_11 = NULL; Assertion_t3267412828 * V_12 = NULL; int32_t V_13 = 0; String_t* V_14 = NULL; ExpressionAssertion_t1861210811 * V_15 = NULL; Group_t1458537008 * V_16 = NULL; Group_t1458537008 * V_17 = NULL; Il2CppChar V_18 = 0x0; int32_t V_19 = 0; { String_t* L_0 = __this->get_pattern_0(); int32_t L_1 = __this->get_ptr_1(); NullCheck(L_0); Il2CppChar L_2 = String_get_Chars_m2986988803(L_0, L_1, /*hidden argument*/NULL); if ((((int32_t)L_2) == ((int32_t)((int32_t)63)))) { goto IL_004e; } } { int32_t* L_3 = ___options0; bool L_4 = Parser_IsExplicitCapture_m2741347241(NULL /*static, unused*/, (*((int32_t*)L_3)), /*hidden argument*/NULL); if (!L_4) { goto IL_002f; } } { Group_t1458537008 * L_5 = (Group_t1458537008 *)il2cpp_codegen_object_new(Group_t1458537008_il2cpp_TypeInfo_var); Group__ctor_m2980794822(L_5, /*hidden argument*/NULL); V_0 = L_5; goto IL_0042; } IL_002f: { CapturingGroup_t751358689 * L_6 = (CapturingGroup_t751358689 *)il2cpp_codegen_object_new(CapturingGroup_t751358689_il2cpp_TypeInfo_var); CapturingGroup__ctor_m1932199154(L_6, /*hidden argument*/NULL); V_0 = L_6; ArrayList_t2718874744 * L_7 = __this->get_caps_2(); Group_t1458537008 * L_8 = V_0; NullCheck(L_7); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_7, L_8); } IL_0042: { Group_t1458537008 * L_9 = V_0; int32_t* L_10 = ___options0; Parser_ParseGroup_m3186460488(__this, L_9, (*((int32_t*)L_10)), (Assertion_t3267412828 *)NULL, /*hidden argument*/NULL); Group_t1458537008 * L_11 = V_0; return L_11; } IL_004e: { int32_t L_12 = __this->get_ptr_1(); __this->set_ptr_1(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))); String_t* L_13 = __this->get_pattern_0(); int32_t L_14 = __this->get_ptr_1(); NullCheck(L_13); Il2CppChar L_15 = String_get_Chars_m2986988803(L_13, L_14, /*hidden argument*/NULL); V_18 = L_15; Il2CppChar L_16 = V_18; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)((int32_t)33)))) { case 0: { goto IL_01e5; } case 1: { goto IL_0099; } case 2: { goto IL_0482; } case 3: { goto IL_0099; } case 4: { goto IL_0099; } case 5: { goto IL_0099; } case 6: { goto IL_021c; } case 7: { goto IL_0376; } } } IL_0099: { Il2CppChar L_17 = V_18; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)((int32_t)105)))) { case 0: { goto IL_0139; } case 1: { goto IL_00bb; } case 2: { goto IL_00bb; } case 3: { goto IL_00bb; } case 4: { goto IL_0139; } case 5: { goto IL_0139; } } } IL_00bb: { Il2CppChar L_18 = V_18; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)((int32_t)58)))) { case 0: { goto IL_00f9; } case 1: { goto IL_00d9; } case 2: { goto IL_01e5; } case 3: { goto IL_01e5; } case 4: { goto IL_0119; } } } IL_00d9: { Il2CppChar L_19 = V_18; if ((((int32_t)L_19) == ((int32_t)((int32_t)45)))) { goto IL_0139; } } { Il2CppChar L_20 = V_18; if ((((int32_t)L_20) == ((int32_t)((int32_t)115)))) { goto IL_0139; } } { Il2CppChar L_21 = V_18; if ((((int32_t)L_21) == ((int32_t)((int32_t)120)))) { goto IL_0139; } } { goto IL_04de; } IL_00f9: { int32_t L_22 = __this->get_ptr_1(); __this->set_ptr_1(((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1))); Group_t1458537008 * L_23 = (Group_t1458537008 *)il2cpp_codegen_object_new(Group_t1458537008_il2cpp_TypeInfo_var); Group__ctor_m2980794822(L_23, /*hidden argument*/NULL); V_1 = L_23; Group_t1458537008 * L_24 = V_1; int32_t* L_25 = ___options0; Parser_ParseGroup_m3186460488(__this, L_24, (*((int32_t*)L_25)), (Assertion_t3267412828 *)NULL, /*hidden argument*/NULL); Group_t1458537008 * L_26 = V_1; return L_26; } IL_0119: { int32_t L_27 = __this->get_ptr_1(); __this->set_ptr_1(((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1))); NonBacktrackingGroup_t3074098547 * L_28 = (NonBacktrackingGroup_t3074098547 *)il2cpp_codegen_object_new(NonBacktrackingGroup_t3074098547_il2cpp_TypeInfo_var); NonBacktrackingGroup__ctor_m2332797184(L_28, /*hidden argument*/NULL); V_2 = L_28; Group_t1458537008 * L_29 = V_2; int32_t* L_30 = ___options0; Parser_ParseGroup_m3186460488(__this, L_29, (*((int32_t*)L_30)), (Assertion_t3267412828 *)NULL, /*hidden argument*/NULL); Group_t1458537008 * L_31 = V_2; return L_31; } IL_0139: { int32_t* L_32 = ___options0; V_3 = (*((int32_t*)L_32)); Parser_ParseOptions_m2606822689(__this, (&V_3), (bool)0, /*hidden argument*/NULL); String_t* L_33 = __this->get_pattern_0(); int32_t L_34 = __this->get_ptr_1(); NullCheck(L_33); Il2CppChar L_35 = String_get_Chars_m2986988803(L_33, L_34, /*hidden argument*/NULL); if ((!(((uint32_t)L_35) == ((uint32_t)((int32_t)45))))) { goto IL_0174; } } { int32_t L_36 = __this->get_ptr_1(); __this->set_ptr_1(((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1))); Parser_ParseOptions_m2606822689(__this, (&V_3), (bool)1, /*hidden argument*/NULL); } IL_0174: { String_t* L_37 = __this->get_pattern_0(); int32_t L_38 = __this->get_ptr_1(); NullCheck(L_37); Il2CppChar L_39 = String_get_Chars_m2986988803(L_37, L_38, /*hidden argument*/NULL); if ((!(((uint32_t)L_39) == ((uint32_t)((int32_t)58))))) { goto IL_01ae; } } { int32_t L_40 = __this->get_ptr_1(); __this->set_ptr_1(((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1))); Group_t1458537008 * L_41 = (Group_t1458537008 *)il2cpp_codegen_object_new(Group_t1458537008_il2cpp_TypeInfo_var); Group__ctor_m2980794822(L_41, /*hidden argument*/NULL); V_4 = L_41; Group_t1458537008 * L_42 = V_4; int32_t L_43 = V_3; Parser_ParseGroup_m3186460488(__this, L_42, L_43, (Assertion_t3267412828 *)NULL, /*hidden argument*/NULL); Group_t1458537008 * L_44 = V_4; return L_44; } IL_01ae: { String_t* L_45 = __this->get_pattern_0(); int32_t L_46 = __this->get_ptr_1(); NullCheck(L_45); Il2CppChar L_47 = String_get_Chars_m2986988803(L_45, L_46, /*hidden argument*/NULL); if ((!(((uint32_t)L_47) == ((uint32_t)((int32_t)41))))) { goto IL_01d9; } } { int32_t L_48 = __this->get_ptr_1(); __this->set_ptr_1(((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)1))); int32_t* L_49 = ___options0; int32_t L_50 = V_3; *((int32_t*)(L_49)) = (int32_t)L_50; return (Expression_t2722445759 *)NULL; } IL_01d9: { ArgumentException_t132251570 * L_51 = Parser_NewParseException_m686511029(__this, _stringLiteral2588154016, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_51,Parser_ParseGroupingConstruct_m263270497_RuntimeMethod_var); } IL_01e5: { ExpressionAssertion_t1861210811 * L_52 = (ExpressionAssertion_t1861210811 *)il2cpp_codegen_object_new(ExpressionAssertion_t1861210811_il2cpp_TypeInfo_var); ExpressionAssertion__ctor_m2554412824(L_52, /*hidden argument*/NULL); V_5 = L_52; ExpressionAssertion_t1861210811 * L_53 = V_5; bool L_54 = Parser_ParseAssertionType_m2403454228(__this, L_53, /*hidden argument*/NULL); if (L_54) { goto IL_01fe; } } { goto IL_021c; } IL_01fe: { Group_t1458537008 * L_55 = (Group_t1458537008 *)il2cpp_codegen_object_new(Group_t1458537008_il2cpp_TypeInfo_var); Group__ctor_m2980794822(L_55, /*hidden argument*/NULL); V_6 = L_55; Group_t1458537008 * L_56 = V_6; int32_t* L_57 = ___options0; Parser_ParseGroup_m3186460488(__this, L_56, (*((int32_t*)L_57)), (Assertion_t3267412828 *)NULL, /*hidden argument*/NULL); ExpressionAssertion_t1861210811 * L_58 = V_5; Group_t1458537008 * L_59 = V_6; NullCheck(L_58); ExpressionAssertion_set_TestExpression_m3544634251(L_58, L_59, /*hidden argument*/NULL); ExpressionAssertion_t1861210811 * L_60 = V_5; return L_60; } IL_021c: { String_t* L_61 = __this->get_pattern_0(); int32_t L_62 = __this->get_ptr_1(); NullCheck(L_61); Il2CppChar L_63 = String_get_Chars_m2986988803(L_61, L_62, /*hidden argument*/NULL); if ((!(((uint32_t)L_63) == ((uint32_t)((int32_t)60))))) { goto IL_023d; } } { V_7 = ((int32_t)62); goto IL_0241; } IL_023d: { V_7 = ((int32_t)39); } IL_0241: { int32_t L_64 = __this->get_ptr_1(); __this->set_ptr_1(((int32_t)il2cpp_codegen_add((int32_t)L_64, (int32_t)1))); String_t* L_65 = Parser_ParseName_m2057792975(__this, /*hidden argument*/NULL); V_8 = L_65; String_t* L_66 = __this->get_pattern_0(); int32_t L_67 = __this->get_ptr_1(); NullCheck(L_66); Il2CppChar L_68 = String_get_Chars_m2986988803(L_66, L_67, /*hidden argument*/NULL); Il2CppChar L_69 = V_7; if ((!(((uint32_t)L_68) == ((uint32_t)L_69)))) { goto IL_02bc; } } { String_t* L_70 = V_8; if (L_70) { goto IL_0282; } } { ArgumentException_t132251570 * L_71 = Parser_NewParseException_m686511029(__this, _stringLiteral2277614533, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_71,Parser_ParseGroupingConstruct_m263270497_RuntimeMethod_var); } IL_0282: { int32_t L_72 = __this->get_ptr_1(); __this->set_ptr_1(((int32_t)il2cpp_codegen_add((int32_t)L_72, (int32_t)1))); CapturingGroup_t751358689 * L_73 = (CapturingGroup_t751358689 *)il2cpp_codegen_object_new(CapturingGroup_t751358689_il2cpp_TypeInfo_var); CapturingGroup__ctor_m1932199154(L_73, /*hidden argument*/NULL); V_9 = L_73; CapturingGroup_t751358689 * L_74 = V_9; String_t* L_75 = V_8; NullCheck(L_74); CapturingGroup_set_Name_m3031988208(L_74, L_75, /*hidden argument*/NULL); ArrayList_t2718874744 * L_76 = __this->get_caps_2(); CapturingGroup_t751358689 * L_77 = V_9; NullCheck(L_76); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_76, L_77); CapturingGroup_t751358689 * L_78 = V_9; int32_t* L_79 = ___options0; Parser_ParseGroup_m3186460488(__this, L_78, (*((int32_t*)L_79)), (Assertion_t3267412828 *)NULL, /*hidden argument*/NULL); CapturingGroup_t751358689 * L_80 = V_9; return L_80; } IL_02bc: { String_t* L_81 = __this->get_pattern_0(); int32_t L_82 = __this->get_ptr_1(); NullCheck(L_81); Il2CppChar L_83 = String_get_Chars_m2986988803(L_81, L_82, /*hidden argument*/NULL); if ((!(((uint32_t)L_83) == ((uint32_t)((int32_t)45))))) { goto IL_036a; } } { int32_t L_84 = __this->get_ptr_1(); __this->set_ptr_1(((int32_t)il2cpp_codegen_add((int32_t)L_84, (int32_t)1))); String_t* L_85 = Parser_ParseName_m2057792975(__this, /*hidden argument*/NULL); V_10 = L_85; String_t* L_86 = V_10; if (!L_86) { goto IL_0309; } } { String_t* L_87 = __this->get_pattern_0(); int32_t L_88 = __this->get_ptr_1(); NullCheck(L_87); Il2CppChar L_89 = String_get_Chars_m2986988803(L_87, L_88, /*hidden argument*/NULL); Il2CppChar L_90 = V_7; if ((((int32_t)L_89) == ((int32_t)L_90))) { goto IL_0315; } } IL_0309: { ArgumentException_t132251570 * L_91 = Parser_NewParseException_m686511029(__this, _stringLiteral120522028, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_91,Parser_ParseGroupingConstruct_m263270497_RuntimeMethod_var); } IL_0315: { int32_t L_92 = __this->get_ptr_1(); __this->set_ptr_1(((int32_t)il2cpp_codegen_add((int32_t)L_92, (int32_t)1))); BalancingGroup_t2395658894 * L_93 = (BalancingGroup_t2395658894 *)il2cpp_codegen_object_new(BalancingGroup_t2395658894_il2cpp_TypeInfo_var); BalancingGroup__ctor_m2760700418(L_93, /*hidden argument*/NULL); V_11 = L_93; BalancingGroup_t2395658894 * L_94 = V_11; String_t* L_95 = V_8; NullCheck(L_94); CapturingGroup_set_Name_m3031988208(L_94, L_95, /*hidden argument*/NULL); BalancingGroup_t2395658894 * L_96 = V_11; NullCheck(L_96); bool L_97 = CapturingGroup_get_IsNamed_m570289083(L_96, /*hidden argument*/NULL); if (!L_97) { goto IL_034d; } } { ArrayList_t2718874744 * L_98 = __this->get_caps_2(); BalancingGroup_t2395658894 * L_99 = V_11; NullCheck(L_98); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_98, L_99); } IL_034d: { Hashtable_t1853889766 * L_100 = __this->get_refs_3(); BalancingGroup_t2395658894 * L_101 = V_11; String_t* L_102 = V_10; NullCheck(L_100); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_100, L_101, L_102); BalancingGroup_t2395658894 * L_103 = V_11; int32_t* L_104 = ___options0; Parser_ParseGroup_m3186460488(__this, L_103, (*((int32_t*)L_104)), (Assertion_t3267412828 *)NULL, /*hidden argument*/NULL); BalancingGroup_t2395658894 * L_105 = V_11; return L_105; } IL_036a: { ArgumentException_t132251570 * L_106 = Parser_NewParseException_m686511029(__this, _stringLiteral2277614533, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_106,Parser_ParseGroupingConstruct_m263270497_RuntimeMethod_var); } IL_0376: { int32_t L_107 = __this->get_ptr_1(); __this->set_ptr_1(((int32_t)il2cpp_codegen_add((int32_t)L_107, (int32_t)1))); int32_t L_108 = __this->get_ptr_1(); V_13 = L_108; String_t* L_109 = Parser_ParseName_m2057792975(__this, /*hidden argument*/NULL); V_14 = L_109; String_t* L_110 = V_14; if (!L_110) { goto IL_03b3; } } { String_t* L_111 = __this->get_pattern_0(); int32_t L_112 = __this->get_ptr_1(); NullCheck(L_111); Il2CppChar L_113 = String_get_Chars_m2986988803(L_111, L_112, /*hidden argument*/NULL); if ((((int32_t)L_113) == ((int32_t)((int32_t)41)))) { goto IL_043a; } } IL_03b3: { int32_t L_114 = V_13; __this->set_ptr_1(L_114); ExpressionAssertion_t1861210811 * L_115 = (ExpressionAssertion_t1861210811 *)il2cpp_codegen_object_new(ExpressionAssertion_t1861210811_il2cpp_TypeInfo_var); ExpressionAssertion__ctor_m2554412824(L_115, /*hidden argument*/NULL); V_15 = L_115; String_t* L_116 = __this->get_pattern_0(); int32_t L_117 = __this->get_ptr_1(); NullCheck(L_116); Il2CppChar L_118 = String_get_Chars_m2986988803(L_116, L_117, /*hidden argument*/NULL); if ((!(((uint32_t)L_118) == ((uint32_t)((int32_t)63))))) { goto IL_0406; } } { int32_t L_119 = __this->get_ptr_1(); __this->set_ptr_1(((int32_t)il2cpp_codegen_add((int32_t)L_119, (int32_t)1))); ExpressionAssertion_t1861210811 * L_120 = V_15; bool L_121 = Parser_ParseAssertionType_m2403454228(__this, L_120, /*hidden argument*/NULL); if (L_121) { goto IL_0401; } } { ArgumentException_t132251570 * L_122 = Parser_NewParseException_m686511029(__this, _stringLiteral3630629770, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_122,Parser_ParseGroupingConstruct_m263270497_RuntimeMethod_var); } IL_0401: { goto IL_0416; } IL_0406: { ExpressionAssertion_t1861210811 * L_123 = V_15; NullCheck(L_123); ExpressionAssertion_set_Negate_m1236561973(L_123, (bool)0, /*hidden argument*/NULL); ExpressionAssertion_t1861210811 * L_124 = V_15; NullCheck(L_124); ExpressionAssertion_set_Reverse_m4141031406(L_124, (bool)0, /*hidden argument*/NULL); } IL_0416: { Group_t1458537008 * L_125 = (Group_t1458537008 *)il2cpp_codegen_object_new(Group_t1458537008_il2cpp_TypeInfo_var); Group__ctor_m2980794822(L_125, /*hidden argument*/NULL); V_16 = L_125; Group_t1458537008 * L_126 = V_16; int32_t* L_127 = ___options0; Parser_ParseGroup_m3186460488(__this, L_126, (*((int32_t*)L_127)), (Assertion_t3267412828 *)NULL, /*hidden argument*/NULL); ExpressionAssertion_t1861210811 * L_128 = V_15; Group_t1458537008 * L_129 = V_16; NullCheck(L_128); ExpressionAssertion_set_TestExpression_m3544634251(L_128, L_129, /*hidden argument*/NULL); ExpressionAssertion_t1861210811 * L_130 = V_15; V_12 = L_130; goto IL_046c; } IL_043a: { int32_t L_131 = __this->get_ptr_1(); __this->set_ptr_1(((int32_t)il2cpp_codegen_add((int32_t)L_131, (int32_t)1))); String_t* L_132 = V_14; int32_t* L_133 = ___options0; bool L_134 = Parser_IsIgnoreCase_m2210120858(NULL /*static, unused*/, (*((int32_t*)L_133)), /*hidden argument*/NULL); Literal_t434143540 * L_135 = (Literal_t434143540 *)il2cpp_codegen_object_new(Literal_t434143540_il2cpp_TypeInfo_var); Literal__ctor_m1697110877(L_135, L_132, L_134, /*hidden argument*/NULL); CaptureAssertion_t3786084589 * L_136 = (CaptureAssertion_t3786084589 *)il2cpp_codegen_object_new(CaptureAssertion_t3786084589_il2cpp_TypeInfo_var); CaptureAssertion__ctor_m1422197394(L_136, L_135, /*hidden argument*/NULL); V_12 = L_136; Hashtable_t1853889766 * L_137 = __this->get_refs_3(); Assertion_t3267412828 * L_138 = V_12; String_t* L_139 = V_14; NullCheck(L_137); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_137, L_138, L_139); } IL_046c: { Group_t1458537008 * L_140 = (Group_t1458537008 *)il2cpp_codegen_object_new(Group_t1458537008_il2cpp_TypeInfo_var); Group__ctor_m2980794822(L_140, /*hidden argument*/NULL); V_17 = L_140; Group_t1458537008 * L_141 = V_17; int32_t* L_142 = ___options0; Assertion_t3267412828 * L_143 = V_12; Parser_ParseGroup_m3186460488(__this, L_141, (*((int32_t*)L_142)), L_143, /*hidden argument*/NULL); Group_t1458537008 * L_144 = V_17; return L_144; } IL_0482: { int32_t L_145 = __this->get_ptr_1(); __this->set_ptr_1(((int32_t)il2cpp_codegen_add((int32_t)L_145, (int32_t)1))); goto IL_04b7; } IL_0495: { int32_t L_146 = __this->get_ptr_1(); String_t* L_147 = __this->get_pattern_0(); NullCheck(L_147); int32_t L_148 = String_get_Length_m3847582255(L_147, /*hidden argument*/NULL); if ((((int32_t)L_146) < ((int32_t)L_148))) { goto IL_04b7; } } { ArgumentException_t132251570 * L_149 = Parser_NewParseException_m686511029(__this, _stringLiteral1656120387, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_149,Parser_ParseGroupingConstruct_m263270497_RuntimeMethod_var); } IL_04b7: { String_t* L_150 = __this->get_pattern_0(); int32_t L_151 = __this->get_ptr_1(); int32_t L_152 = L_151; V_19 = L_152; __this->set_ptr_1(((int32_t)il2cpp_codegen_add((int32_t)L_152, (int32_t)1))); int32_t L_153 = V_19; NullCheck(L_150); Il2CppChar L_154 = String_get_Chars_m2986988803(L_150, L_153, /*hidden argument*/NULL); if ((!(((uint32_t)L_154) == ((uint32_t)((int32_t)41))))) { goto IL_0495; } } { return (Expression_t2722445759 *)NULL; } IL_04de: { ArgumentException_t132251570 * L_155 = Parser_NewParseException_m686511029(__this, _stringLiteral1834550004, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_155,Parser_ParseGroupingConstruct_m263270497_RuntimeMethod_var); } } // System.Boolean System.Text.RegularExpressions.Syntax.Parser::ParseAssertionType(System.Text.RegularExpressions.Syntax.ExpressionAssertion) extern "C" IL2CPP_METHOD_ATTR bool Parser_ParseAssertionType_m2403454228 (Parser_t2430509383 * __this, ExpressionAssertion_t1861210811 * ___assertion0, const RuntimeMethod* method) { Il2CppChar V_0 = 0x0; { String_t* L_0 = __this->get_pattern_0(); int32_t L_1 = __this->get_ptr_1(); NullCheck(L_0); Il2CppChar L_2 = String_get_Chars_m2986988803(L_0, L_1, /*hidden argument*/NULL); if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)60))))) { goto IL_0075; } } { String_t* L_3 = __this->get_pattern_0(); int32_t L_4 = __this->get_ptr_1(); NullCheck(L_3); Il2CppChar L_5 = String_get_Chars_m2986988803(L_3, ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)), /*hidden argument*/NULL); V_0 = L_5; Il2CppChar L_6 = V_0; if ((((int32_t)L_6) == ((int32_t)((int32_t)33)))) { goto IL_004d; } } { Il2CppChar L_7 = V_0; if ((((int32_t)L_7) == ((int32_t)((int32_t)61)))) { goto IL_0041; } } { goto IL_0059; } IL_0041: { ExpressionAssertion_t1861210811 * L_8 = ___assertion0; NullCheck(L_8); ExpressionAssertion_set_Negate_m1236561973(L_8, (bool)0, /*hidden argument*/NULL); goto IL_005b; } IL_004d: { ExpressionAssertion_t1861210811 * L_9 = ___assertion0; NullCheck(L_9); ExpressionAssertion_set_Negate_m1236561973(L_9, (bool)1, /*hidden argument*/NULL); goto IL_005b; } IL_0059: { return (bool)0; } IL_005b: { ExpressionAssertion_t1861210811 * L_10 = ___assertion0; NullCheck(L_10); ExpressionAssertion_set_Reverse_m4141031406(L_10, (bool)1, /*hidden argument*/NULL); int32_t L_11 = __this->get_ptr_1(); __this->set_ptr_1(((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)2))); goto IL_00cb; } IL_0075: { String_t* L_12 = __this->get_pattern_0(); int32_t L_13 = __this->get_ptr_1(); NullCheck(L_12); Il2CppChar L_14 = String_get_Chars_m2986988803(L_12, L_13, /*hidden argument*/NULL); V_0 = L_14; Il2CppChar L_15 = V_0; if ((((int32_t)L_15) == ((int32_t)((int32_t)33)))) { goto IL_00a8; } } { Il2CppChar L_16 = V_0; if ((((int32_t)L_16) == ((int32_t)((int32_t)61)))) { goto IL_009c; } } { goto IL_00b4; } IL_009c: { ExpressionAssertion_t1861210811 * L_17 = ___assertion0; NullCheck(L_17); ExpressionAssertion_set_Negate_m1236561973(L_17, (bool)0, /*hidden argument*/NULL); goto IL_00b6; } IL_00a8: { ExpressionAssertion_t1861210811 * L_18 = ___assertion0; NullCheck(L_18); ExpressionAssertion_set_Negate_m1236561973(L_18, (bool)1, /*hidden argument*/NULL); goto IL_00b6; } IL_00b4: { return (bool)0; } IL_00b6: { ExpressionAssertion_t1861210811 * L_19 = ___assertion0; NullCheck(L_19); ExpressionAssertion_set_Reverse_m4141031406(L_19, (bool)0, /*hidden argument*/NULL); int32_t L_20 = __this->get_ptr_1(); __this->set_ptr_1(((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1))); } IL_00cb: { return (bool)1; } } // System.Void System.Text.RegularExpressions.Syntax.Parser::ParseOptions(System.Text.RegularExpressions.RegexOptions&,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Parser_ParseOptions_m2606822689 (Parser_t2430509383 * __this, int32_t* ___options0, bool ___negate1, const RuntimeMethod* method) { Il2CppChar V_0 = 0x0; { goto IL_00ef; } IL_0005: { String_t* L_0 = __this->get_pattern_0(); int32_t L_1 = __this->get_ptr_1(); NullCheck(L_0); Il2CppChar L_2 = String_get_Chars_m2986988803(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; Il2CppChar L_3 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)((int32_t)105)))) { case 0: { goto IL_004d; } case 1: { goto IL_0038; } case 2: { goto IL_0038; } case 3: { goto IL_0038; } case 4: { goto IL_006a; } case 5: { goto IL_0087; } } } IL_0038: { Il2CppChar L_4 = V_0; if ((((int32_t)L_4) == ((int32_t)((int32_t)115)))) { goto IL_00a4; } } { Il2CppChar L_5 = V_0; if ((((int32_t)L_5) == ((int32_t)((int32_t)120)))) { goto IL_00c2; } } { goto IL_00e0; } IL_004d: { bool L_6 = ___negate1; if (!L_6) { goto IL_005f; } } { int32_t* L_7 = ___options0; int32_t* L_8 = ___options0; *((int32_t*)(L_7)) = (int32_t)((int32_t)((int32_t)(*((int32_t*)L_8))&(int32_t)((int32_t)-2))); goto IL_0065; } IL_005f: { int32_t* L_9 = ___options0; int32_t* L_10 = ___options0; *((int32_t*)(L_9)) = (int32_t)((int32_t)((int32_t)(*((int32_t*)L_10))|(int32_t)1)); } IL_0065: { goto IL_00e1; } IL_006a: { bool L_11 = ___negate1; if (!L_11) { goto IL_007c; } } { int32_t* L_12 = ___options0; int32_t* L_13 = ___options0; *((int32_t*)(L_12)) = (int32_t)((int32_t)((int32_t)(*((int32_t*)L_13))&(int32_t)((int32_t)-3))); goto IL_0082; } IL_007c: { int32_t* L_14 = ___options0; int32_t* L_15 = ___options0; *((int32_t*)(L_14)) = (int32_t)((int32_t)((int32_t)(*((int32_t*)L_15))|(int32_t)2)); } IL_0082: { goto IL_00e1; } IL_0087: { bool L_16 = ___negate1; if (!L_16) { goto IL_0099; } } { int32_t* L_17 = ___options0; int32_t* L_18 = ___options0; *((int32_t*)(L_17)) = (int32_t)((int32_t)((int32_t)(*((int32_t*)L_18))&(int32_t)((int32_t)-5))); goto IL_009f; } IL_0099: { int32_t* L_19 = ___options0; int32_t* L_20 = ___options0; *((int32_t*)(L_19)) = (int32_t)((int32_t)((int32_t)(*((int32_t*)L_20))|(int32_t)4)); } IL_009f: { goto IL_00e1; } IL_00a4: { bool L_21 = ___negate1; if (!L_21) { goto IL_00b6; } } { int32_t* L_22 = ___options0; int32_t* L_23 = ___options0; *((int32_t*)(L_22)) = (int32_t)((int32_t)((int32_t)(*((int32_t*)L_23))&(int32_t)((int32_t)-17))); goto IL_00bd; } IL_00b6: { int32_t* L_24 = ___options0; int32_t* L_25 = ___options0; *((int32_t*)(L_24)) = (int32_t)((int32_t)((int32_t)(*((int32_t*)L_25))|(int32_t)((int32_t)16))); } IL_00bd: { goto IL_00e1; } IL_00c2: { bool L_26 = ___negate1; if (!L_26) { goto IL_00d4; } } { int32_t* L_27 = ___options0; int32_t* L_28 = ___options0; *((int32_t*)(L_27)) = (int32_t)((int32_t)((int32_t)(*((int32_t*)L_28))&(int32_t)((int32_t)-33))); goto IL_00db; } IL_00d4: { int32_t* L_29 = ___options0; int32_t* L_30 = ___options0; *((int32_t*)(L_29)) = (int32_t)((int32_t)((int32_t)(*((int32_t*)L_30))|(int32_t)((int32_t)32))); } IL_00db: { goto IL_00e1; } IL_00e0: { return; } IL_00e1: { int32_t L_31 = __this->get_ptr_1(); __this->set_ptr_1(((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1))); } IL_00ef: { goto IL_0005; } } // System.Text.RegularExpressions.Syntax.Expression System.Text.RegularExpressions.Syntax.Parser::ParseCharacterClass(System.Text.RegularExpressions.RegexOptions) extern "C" IL2CPP_METHOD_ATTR Expression_t2722445759 * Parser_ParseCharacterClass_m4285351396 (Parser_t2430509383 * __this, int32_t ___options0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Parser_ParseCharacterClass_m4285351396_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; CharacterClass_t839120860 * V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; bool V_5 = false; bool V_6 = false; int32_t V_7 = 0; CharacterClass_t839120860 * G_B24_0 = NULL; CharacterClass_t839120860 * G_B23_0 = NULL; int32_t G_B25_0 = 0; CharacterClass_t839120860 * G_B25_1 = NULL; CharacterClass_t839120860 * G_B28_0 = NULL; CharacterClass_t839120860 * G_B27_0 = NULL; int32_t G_B29_0 = 0; CharacterClass_t839120860 * G_B29_1 = NULL; CharacterClass_t839120860 * G_B32_0 = NULL; CharacterClass_t839120860 * G_B31_0 = NULL; int32_t G_B33_0 = 0; CharacterClass_t839120860 * G_B33_1 = NULL; { V_0 = (bool)0; String_t* L_0 = __this->get_pattern_0(); int32_t L_1 = __this->get_ptr_1(); NullCheck(L_0); Il2CppChar L_2 = String_get_Chars_m2986988803(L_0, L_1, /*hidden argument*/NULL); if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)94))))) { goto IL_002a; } } { V_0 = (bool)1; int32_t L_3 = __this->get_ptr_1(); __this->set_ptr_1(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))); } IL_002a: { int32_t L_4 = ___options0; bool L_5 = Parser_IsECMAScript_m674158805(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); V_1 = L_5; bool L_6 = V_0; int32_t L_7 = ___options0; bool L_8 = Parser_IsIgnoreCase_m2210120858(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); CharacterClass_t839120860 * L_9 = (CharacterClass_t839120860 *)il2cpp_codegen_object_new(CharacterClass_t839120860_il2cpp_TypeInfo_var); CharacterClass__ctor_m1294707193(L_9, L_6, L_8, /*hidden argument*/NULL); V_2 = L_9; String_t* L_10 = __this->get_pattern_0(); int32_t L_11 = __this->get_ptr_1(); NullCheck(L_10); Il2CppChar L_12 = String_get_Chars_m2986988803(L_10, L_11, /*hidden argument*/NULL); if ((!(((uint32_t)L_12) == ((uint32_t)((int32_t)93))))) { goto IL_006c; } } { CharacterClass_t839120860 * L_13 = V_2; NullCheck(L_13); CharacterClass_AddCharacter_m2370152363(L_13, ((int32_t)93), /*hidden argument*/NULL); int32_t L_14 = __this->get_ptr_1(); __this->set_ptr_1(((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1))); } IL_006c: { V_3 = (-1); V_4 = (-1); V_5 = (bool)0; V_6 = (bool)0; goto IL_027f; } IL_007c: { String_t* L_15 = __this->get_pattern_0(); int32_t L_16 = __this->get_ptr_1(); int32_t L_17 = L_16; V_7 = L_17; __this->set_ptr_1(((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1))); int32_t L_18 = V_7; NullCheck(L_15); Il2CppChar L_19 = String_get_Chars_m2986988803(L_15, L_18, /*hidden argument*/NULL); V_3 = L_19; int32_t L_20 = V_3; if ((!(((uint32_t)L_20) == ((uint32_t)((int32_t)93))))) { goto IL_00ab; } } { V_6 = (bool)1; goto IL_0295; } IL_00ab: { int32_t L_21 = V_3; if ((!(((uint32_t)L_21) == ((uint32_t)((int32_t)45))))) { goto IL_00ca; } } { int32_t L_22 = V_4; if ((((int32_t)L_22) < ((int32_t)0))) { goto IL_00ca; } } { bool L_23 = V_5; if (L_23) { goto IL_00ca; } } { V_5 = (bool)1; goto IL_027f; } IL_00ca: { int32_t L_24 = V_3; if ((!(((uint32_t)L_24) == ((uint32_t)((int32_t)92))))) { goto IL_0212; } } { int32_t L_25 = Parser_ParseEscape_m956682155(__this, /*hidden argument*/NULL); V_3 = L_25; int32_t L_26 = V_3; if ((((int32_t)L_26) < ((int32_t)0))) { goto IL_00e5; } } { goto IL_0212; } IL_00e5: { String_t* L_27 = __this->get_pattern_0(); int32_t L_28 = __this->get_ptr_1(); int32_t L_29 = L_28; V_7 = L_29; __this->set_ptr_1(((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1))); int32_t L_30 = V_7; NullCheck(L_27); Il2CppChar L_31 = String_get_Chars_m2986988803(L_27, L_30, /*hidden argument*/NULL); V_3 = L_31; int32_t L_32 = V_3; V_7 = L_32; int32_t L_33 = V_7; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_33, (int32_t)((int32_t)80)))) { case 0: { goto IL_01d1; } case 1: { goto IL_0121; } case 2: { goto IL_0121; } case 3: { goto IL_01b3; } } } IL_0121: { int32_t L_34 = V_7; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)((int32_t)112)))) { case 0: { goto IL_01d1; } case 1: { goto IL_013b; } case 2: { goto IL_013b; } case 3: { goto IL_01b3; } } } IL_013b: { int32_t L_35 = V_7; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_35, (int32_t)((int32_t)98)))) { case 0: { goto IL_0171; } case 1: { goto IL_0151; } case 2: { goto IL_0178; } } } IL_0151: { int32_t L_36 = V_7; if ((((int32_t)L_36) == ((int32_t)((int32_t)68)))) { goto IL_0178; } } { int32_t L_37 = V_7; if ((((int32_t)L_37) == ((int32_t)((int32_t)87)))) { goto IL_0196; } } { int32_t L_38 = V_7; if ((((int32_t)L_38) == ((int32_t)((int32_t)119)))) { goto IL_0196; } } { goto IL_01e7; } IL_0171: { V_3 = 8; goto IL_0212; } IL_0178: { CharacterClass_t839120860 * L_39 = V_2; bool L_40 = V_1; G_B23_0 = L_39; if (!L_40) { G_B24_0 = L_39; goto IL_0186; } } { G_B25_0 = ((int32_t)9); G_B25_1 = G_B23_0; goto IL_0187; } IL_0186: { G_B25_0 = 4; G_B25_1 = G_B24_0; } IL_0187: { int32_t L_41 = V_3; NullCheck(G_B25_1); CharacterClass_AddCategory_m3505628817(G_B25_1, G_B25_0, (bool)((((int32_t)L_41) == ((int32_t)((int32_t)68)))? 1 : 0), /*hidden argument*/NULL); goto IL_01ec; } IL_0196: { CharacterClass_t839120860 * L_42 = V_2; bool L_43 = V_1; G_B27_0 = L_42; if (!L_43) { G_B28_0 = L_42; goto IL_01a3; } } { G_B29_0 = 8; G_B29_1 = G_B27_0; goto IL_01a4; } IL_01a3: { G_B29_0 = 3; G_B29_1 = G_B28_0; } IL_01a4: { int32_t L_44 = V_3; NullCheck(G_B29_1); CharacterClass_AddCategory_m3505628817(G_B29_1, G_B29_0, (bool)((((int32_t)L_44) == ((int32_t)((int32_t)87)))? 1 : 0), /*hidden argument*/NULL); goto IL_01ec; } IL_01b3: { CharacterClass_t839120860 * L_45 = V_2; bool L_46 = V_1; G_B31_0 = L_45; if (!L_46) { G_B32_0 = L_45; goto IL_01c1; } } { G_B33_0 = ((int32_t)10); G_B33_1 = G_B31_0; goto IL_01c2; } IL_01c1: { G_B33_0 = 5; G_B33_1 = G_B32_0; } IL_01c2: { int32_t L_47 = V_3; NullCheck(G_B33_1); CharacterClass_AddCategory_m3505628817(G_B33_1, G_B33_0, (bool)((((int32_t)L_47) == ((int32_t)((int32_t)83)))? 1 : 0), /*hidden argument*/NULL); goto IL_01ec; } IL_01d1: { CharacterClass_t839120860 * L_48 = V_2; uint16_t L_49 = Parser_ParseUnicodeCategory_m100397645(__this, /*hidden argument*/NULL); int32_t L_50 = V_3; NullCheck(L_48); CharacterClass_AddCategory_m3505628817(L_48, L_49, (bool)((((int32_t)L_50) == ((int32_t)((int32_t)80)))? 1 : 0), /*hidden argument*/NULL); goto IL_01ec; } IL_01e7: { goto IL_0212; } IL_01ec: { bool L_51 = V_5; if (!L_51) { goto IL_020a; } } { int32_t L_52 = V_3; int32_t L_53 = L_52; RuntimeObject * L_54 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_53); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_55 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3734162690, L_54, /*hidden argument*/NULL); ArgumentException_t132251570 * L_56 = Parser_NewParseException_m686511029(__this, L_55, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_56,Parser_ParseCharacterClass_m4285351396_RuntimeMethod_var); } IL_020a: { V_4 = (-1); goto IL_027f; } IL_0212: { bool L_57 = V_5; if (!L_57) { goto IL_0274; } } { int32_t L_58 = V_3; int32_t L_59 = V_4; if ((((int32_t)L_58) >= ((int32_t)L_59))) { goto IL_025e; } } { ObjectU5BU5D_t2843939325* L_60 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_60); ArrayElementTypeCheck (L_60, _stringLiteral3452614645); (L_60)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral3452614645); ObjectU5BU5D_t2843939325* L_61 = L_60; int32_t L_62 = V_4; int32_t L_63 = L_62; RuntimeObject * L_64 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_63); NullCheck(L_61); ArrayElementTypeCheck (L_61, L_64); (L_61)->SetAt(static_cast(1), (RuntimeObject *)L_64); ObjectU5BU5D_t2843939325* L_65 = L_61; NullCheck(L_65); ArrayElementTypeCheck (L_65, _stringLiteral3452614531); (L_65)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral3452614531); ObjectU5BU5D_t2843939325* L_66 = L_65; int32_t L_67 = V_3; int32_t L_68 = L_67; RuntimeObject * L_69 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_68); NullCheck(L_66); ArrayElementTypeCheck (L_66, L_69); (L_66)->SetAt(static_cast(3), (RuntimeObject *)L_69); ObjectU5BU5D_t2843939325* L_70 = L_66; NullCheck(L_70); ArrayElementTypeCheck (L_70, _stringLiteral3236293183); (L_70)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3236293183); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_71 = String_Concat_m2971454694(NULL /*static, unused*/, L_70, /*hidden argument*/NULL); ArgumentException_t132251570 * L_72 = Parser_NewParseException_m686511029(__this, L_71, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_72,Parser_ParseCharacterClass_m4285351396_RuntimeMethod_var); } IL_025e: { CharacterClass_t839120860 * L_73 = V_2; int32_t L_74 = V_4; int32_t L_75 = V_3; NullCheck(L_73); CharacterClass_AddRange_m3500530626(L_73, (((int32_t)((uint16_t)L_74))), (((int32_t)((uint16_t)L_75))), /*hidden argument*/NULL); V_4 = (-1); V_5 = (bool)0; goto IL_027f; } IL_0274: { CharacterClass_t839120860 * L_76 = V_2; int32_t L_77 = V_3; NullCheck(L_76); CharacterClass_AddCharacter_m2370152363(L_76, (((int32_t)((uint16_t)L_77))), /*hidden argument*/NULL); int32_t L_78 = V_3; V_4 = L_78; } IL_027f: { int32_t L_79 = __this->get_ptr_1(); String_t* L_80 = __this->get_pattern_0(); NullCheck(L_80); int32_t L_81 = String_get_Length_m3847582255(L_80, /*hidden argument*/NULL); if ((((int32_t)L_79) < ((int32_t)L_81))) { goto IL_007c; } } IL_0295: { bool L_82 = V_6; if (L_82) { goto IL_02a8; } } { ArgumentException_t132251570 * L_83 = Parser_NewParseException_m686511029(__this, _stringLiteral732900926, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_83,Parser_ParseCharacterClass_m4285351396_RuntimeMethod_var); } IL_02a8: { bool L_84 = V_5; if (!L_84) { goto IL_02b7; } } { CharacterClass_t839120860 * L_85 = V_2; NullCheck(L_85); CharacterClass_AddCharacter_m2370152363(L_85, ((int32_t)45), /*hidden argument*/NULL); } IL_02b7: { CharacterClass_t839120860 * L_86 = V_2; return L_86; } } // System.Boolean System.Text.RegularExpressions.Syntax.Parser::ParseRepetitionBounds(System.Int32&,System.Int32&,System.Text.RegularExpressions.RegexOptions) extern "C" IL2CPP_METHOD_ATTR bool Parser_ParseRepetitionBounds_m1246581246 (Parser_t2430509383 * __this, int32_t* ___min0, int32_t* ___max1, int32_t ___options2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Parser_ParseRepetitionBounds_m1246581246_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; Il2CppChar V_3 = 0x0; { int32_t* L_0 = ___min0; int32_t* L_1 = ___max1; int32_t L_2 = 0; V_2 = L_2; *((int32_t*)(L_1)) = (int32_t)L_2; int32_t L_3 = V_2; *((int32_t*)(L_0)) = (int32_t)L_3; int32_t L_4 = ___options2; bool L_5 = Parser_IsIgnorePatternWhitespace_m2107132682(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); Parser_ConsumeWhitespace_m3364496713(__this, L_5, /*hidden argument*/NULL); String_t* L_6 = __this->get_pattern_0(); int32_t L_7 = __this->get_ptr_1(); NullCheck(L_6); Il2CppChar L_8 = String_get_Chars_m2986988803(L_6, L_7, /*hidden argument*/NULL); if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)44))))) { goto IL_0033; } } { V_0 = (-1); goto IL_004a; } IL_0033: { int32_t L_9 = Parser_ParseNumber_m3464424197(__this, ((int32_t)10), 1, 0, /*hidden argument*/NULL); V_0 = L_9; int32_t L_10 = ___options2; bool L_11 = Parser_IsIgnorePatternWhitespace_m2107132682(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); Parser_ConsumeWhitespace_m3364496713(__this, L_11, /*hidden argument*/NULL); } IL_004a: { String_t* L_12 = __this->get_pattern_0(); int32_t L_13 = __this->get_ptr_1(); int32_t L_14 = L_13; V_2 = L_14; __this->set_ptr_1(((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1))); int32_t L_15 = V_2; NullCheck(L_12); Il2CppChar L_16 = String_get_Chars_m2986988803(L_12, L_15, /*hidden argument*/NULL); V_3 = L_16; Il2CppChar L_17 = V_3; if ((((int32_t)L_17) == ((int32_t)((int32_t)44)))) { goto IL_0083; } } { Il2CppChar L_18 = V_3; if ((((int32_t)L_18) == ((int32_t)((int32_t)125)))) { goto IL_007c; } } { goto IL_00d0; } IL_007c: { int32_t L_19 = V_0; V_1 = L_19; goto IL_00d2; } IL_0083: { int32_t L_20 = ___options2; bool L_21 = Parser_IsIgnorePatternWhitespace_m2107132682(NULL /*static, unused*/, L_20, /*hidden argument*/NULL); Parser_ConsumeWhitespace_m3364496713(__this, L_21, /*hidden argument*/NULL); int32_t L_22 = Parser_ParseNumber_m3464424197(__this, ((int32_t)10), 1, 0, /*hidden argument*/NULL); V_1 = L_22; int32_t L_23 = ___options2; bool L_24 = Parser_IsIgnorePatternWhitespace_m2107132682(NULL /*static, unused*/, L_23, /*hidden argument*/NULL); Parser_ConsumeWhitespace_m3364496713(__this, L_24, /*hidden argument*/NULL); String_t* L_25 = __this->get_pattern_0(); int32_t L_26 = __this->get_ptr_1(); int32_t L_27 = L_26; V_2 = L_27; __this->set_ptr_1(((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1))); int32_t L_28 = V_2; NullCheck(L_25); Il2CppChar L_29 = String_get_Chars_m2986988803(L_25, L_28, /*hidden argument*/NULL); if ((((int32_t)L_29) == ((int32_t)((int32_t)125)))) { goto IL_00cb; } } { return (bool)0; } IL_00cb: { goto IL_00d2; } IL_00d0: { return (bool)0; } IL_00d2: { int32_t L_30 = V_0; if ((((int32_t)L_30) > ((int32_t)((int32_t)2147483647LL)))) { goto IL_00e8; } } { int32_t L_31 = V_1; if ((((int32_t)L_31) <= ((int32_t)((int32_t)2147483647LL)))) { goto IL_00f4; } } IL_00e8: { ArgumentException_t132251570 * L_32 = Parser_NewParseException_m686511029(__this, _stringLiteral2309803280, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_32,Parser_ParseRepetitionBounds_m1246581246_RuntimeMethod_var); } IL_00f4: { int32_t L_33 = V_1; if ((((int32_t)L_33) < ((int32_t)0))) { goto IL_010e; } } { int32_t L_34 = V_1; int32_t L_35 = V_0; if ((((int32_t)L_34) >= ((int32_t)L_35))) { goto IL_010e; } } { ArgumentException_t132251570 * L_36 = Parser_NewParseException_m686511029(__this, _stringLiteral4003408753, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_36,Parser_ParseRepetitionBounds_m1246581246_RuntimeMethod_var); } IL_010e: { int32_t* L_37 = ___min0; int32_t L_38 = V_0; *((int32_t*)(L_37)) = (int32_t)L_38; int32_t L_39 = V_1; if ((((int32_t)L_39) <= ((int32_t)0))) { goto IL_0120; } } { int32_t* L_40 = ___max1; int32_t L_41 = V_1; *((int32_t*)(L_40)) = (int32_t)L_41; goto IL_0127; } IL_0120: { int32_t* L_42 = ___max1; *((int32_t*)(L_42)) = (int32_t)((int32_t)2147483647LL); } IL_0127: { return (bool)1; } } // System.Text.RegularExpressions.Category System.Text.RegularExpressions.Syntax.Parser::ParseUnicodeCategory() extern "C" IL2CPP_METHOD_ATTR uint16_t Parser_ParseUnicodeCategory_m100397645 (Parser_t2430509383 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Parser_ParseUnicodeCategory_m100397645_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; uint16_t V_1 = 0; int32_t V_2 = 0; { String_t* L_0 = __this->get_pattern_0(); int32_t L_1 = __this->get_ptr_1(); int32_t L_2 = L_1; V_2 = L_2; __this->set_ptr_1(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1))); int32_t L_3 = V_2; NullCheck(L_0); Il2CppChar L_4 = String_get_Chars_m2986988803(L_0, L_3, /*hidden argument*/NULL); if ((((int32_t)L_4) == ((int32_t)((int32_t)123)))) { goto IL_002f; } } { ArgumentException_t132251570 * L_5 = Parser_NewParseException_m686511029(__this, _stringLiteral2456521354, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,Parser_ParseUnicodeCategory_m100397645_RuntimeMethod_var); } IL_002f: { String_t* L_6 = __this->get_pattern_0(); int32_t* L_7 = __this->get_address_of_ptr_1(); String_t* L_8 = Parser_ParseName_m1814604608(NULL /*static, unused*/, L_6, L_7, /*hidden argument*/NULL); V_0 = L_8; String_t* L_9 = V_0; if (L_9) { goto IL_0053; } } { ArgumentException_t132251570 * L_10 = Parser_NewParseException_m686511029(__this, _stringLiteral2456521354, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,Parser_ParseUnicodeCategory_m100397645_RuntimeMethod_var); } IL_0053: { String_t* L_11 = V_0; uint16_t L_12 = CategoryUtils_CategoryFromName_m1352081402(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); V_1 = L_12; uint16_t L_13 = V_1; if (L_13) { goto IL_0077; } } { String_t* L_14 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_15 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral3148420466, L_14, _stringLiteral3450648441, /*hidden argument*/NULL); ArgumentException_t132251570 * L_16 = Parser_NewParseException_m686511029(__this, L_15, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16,Parser_ParseUnicodeCategory_m100397645_RuntimeMethod_var); } IL_0077: { String_t* L_17 = __this->get_pattern_0(); int32_t L_18 = __this->get_ptr_1(); int32_t L_19 = L_18; V_2 = L_19; __this->set_ptr_1(((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1))); int32_t L_20 = V_2; NullCheck(L_17); Il2CppChar L_21 = String_get_Chars_m2986988803(L_17, L_20, /*hidden argument*/NULL); if ((((int32_t)L_21) == ((int32_t)((int32_t)125)))) { goto IL_00a6; } } { ArgumentException_t132251570 * L_22 = Parser_NewParseException_m686511029(__this, _stringLiteral2456521354, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_22,Parser_ParseUnicodeCategory_m100397645_RuntimeMethod_var); } IL_00a6: { uint16_t L_23 = V_1; return L_23; } } // System.Text.RegularExpressions.Syntax.Expression System.Text.RegularExpressions.Syntax.Parser::ParseSpecial(System.Text.RegularExpressions.RegexOptions) extern "C" IL2CPP_METHOD_ATTR Expression_t2722445759 * Parser_ParseSpecial_m1961501104 (Parser_t2430509383 * __this, int32_t ___options0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Parser_ParseSpecial_m1961501104_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; Expression_t2722445759 * V_2 = NULL; int32_t V_3 = 0; Reference_t1799410108 * V_4 = NULL; Il2CppChar V_5 = 0x0; String_t* V_6 = NULL; Reference_t1799410108 * V_7 = NULL; int32_t V_8 = 0; Il2CppChar V_9 = 0x0; int32_t G_B11_0 = 0; int32_t G_B15_0 = 0; int32_t G_B19_0 = 0; int32_t G_B24_0 = 0; int32_t G_B28_0 = 0; int32_t G_B32_0 = 0; { int32_t L_0 = __this->get_ptr_1(); V_0 = L_0; int32_t L_1 = ___options0; bool L_2 = Parser_IsECMAScript_m674158805(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); V_1 = L_2; V_2 = (Expression_t2722445759 *)NULL; String_t* L_3 = __this->get_pattern_0(); int32_t L_4 = __this->get_ptr_1(); int32_t L_5 = L_4; V_8 = L_5; __this->set_ptr_1(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))); int32_t L_6 = V_8; NullCheck(L_3); Il2CppChar L_7 = String_get_Chars_m2986988803(L_3, L_6, /*hidden argument*/NULL); V_9 = L_7; Il2CppChar L_8 = V_9; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)((int32_t)49)))) { case 0: { goto IL_0229; } case 1: { goto IL_0229; } case 2: { goto IL_0229; } case 3: { goto IL_0229; } case 4: { goto IL_0229; } case 5: { goto IL_0229; } case 6: { goto IL_0229; } case 7: { goto IL_0229; } case 8: { goto IL_0229; } case 9: { goto IL_0096; } case 10: { goto IL_0096; } case 11: { goto IL_0096; } case 12: { goto IL_0096; } case 13: { goto IL_0096; } case 14: { goto IL_0096; } case 15: { goto IL_0096; } case 16: { goto IL_01e0; } case 17: { goto IL_021c; } case 18: { goto IL_0096; } case 19: { goto IL_0181; } case 20: { goto IL_0096; } case 21: { goto IL_0096; } case 22: { goto IL_0204; } } } IL_0096: { Il2CppChar L_9 = V_9; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)((int32_t)80)))) { case 0: { goto IL_01ce; } case 1: { goto IL_00b0; } case 2: { goto IL_00b0; } case 3: { goto IL_01b4; } } } IL_00b0: { Il2CppChar L_10 = V_9; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)((int32_t)87)))) { case 0: { goto IL_019b; } case 1: { goto IL_00ca; } case 2: { goto IL_00ca; } case 3: { goto IL_01ec; } } } IL_00ca: { Il2CppChar L_11 = V_9; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)((int32_t)112)))) { case 0: { goto IL_016f; } case 1: { goto IL_00e4; } case 2: { goto IL_00e4; } case 3: { goto IL_0155; } } } IL_00e4: { Il2CppChar L_12 = V_9; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)((int32_t)119)))) { case 0: { goto IL_013c; } case 1: { goto IL_00fe; } case 2: { goto IL_00fe; } case 3: { goto IL_01f8; } } } IL_00fe: { Il2CppChar L_13 = V_9; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)((int32_t)98)))) { case 0: { goto IL_0210; } case 1: { goto IL_0114; } case 2: { goto IL_0122; } } } IL_0114: { Il2CppChar L_14 = V_9; if ((((int32_t)L_14) == ((int32_t)((int32_t)107)))) { goto IL_027c; } } { goto IL_0328; } IL_0122: { bool L_15 = V_1; if (!L_15) { goto IL_012f; } } { G_B11_0 = ((int32_t)9); goto IL_0130; } IL_012f: { G_B11_0 = 4; } IL_0130: { CharacterClass_t839120860 * L_16 = (CharacterClass_t839120860 *)il2cpp_codegen_object_new(CharacterClass_t839120860_il2cpp_TypeInfo_var); CharacterClass__ctor_m2417156412(L_16, G_B11_0, (bool)0, /*hidden argument*/NULL); V_2 = L_16; goto IL_032f; } IL_013c: { bool L_17 = V_1; if (!L_17) { goto IL_0148; } } { G_B15_0 = 8; goto IL_0149; } IL_0148: { G_B15_0 = 3; } IL_0149: { CharacterClass_t839120860 * L_18 = (CharacterClass_t839120860 *)il2cpp_codegen_object_new(CharacterClass_t839120860_il2cpp_TypeInfo_var); CharacterClass__ctor_m2417156412(L_18, G_B15_0, (bool)0, /*hidden argument*/NULL); V_2 = L_18; goto IL_032f; } IL_0155: { bool L_19 = V_1; if (!L_19) { goto IL_0162; } } { G_B19_0 = ((int32_t)10); goto IL_0163; } IL_0162: { G_B19_0 = 5; } IL_0163: { CharacterClass_t839120860 * L_20 = (CharacterClass_t839120860 *)il2cpp_codegen_object_new(CharacterClass_t839120860_il2cpp_TypeInfo_var); CharacterClass__ctor_m2417156412(L_20, G_B19_0, (bool)0, /*hidden argument*/NULL); V_2 = L_20; goto IL_032f; } IL_016f: { uint16_t L_21 = Parser_ParseUnicodeCategory_m100397645(__this, /*hidden argument*/NULL); CharacterClass_t839120860 * L_22 = (CharacterClass_t839120860 *)il2cpp_codegen_object_new(CharacterClass_t839120860_il2cpp_TypeInfo_var); CharacterClass__ctor_m2417156412(L_22, L_21, (bool)0, /*hidden argument*/NULL); V_2 = L_22; goto IL_032f; } IL_0181: { bool L_23 = V_1; if (!L_23) { goto IL_018e; } } { G_B24_0 = ((int32_t)9); goto IL_018f; } IL_018e: { G_B24_0 = 4; } IL_018f: { CharacterClass_t839120860 * L_24 = (CharacterClass_t839120860 *)il2cpp_codegen_object_new(CharacterClass_t839120860_il2cpp_TypeInfo_var); CharacterClass__ctor_m2417156412(L_24, G_B24_0, (bool)1, /*hidden argument*/NULL); V_2 = L_24; goto IL_032f; } IL_019b: { bool L_25 = V_1; if (!L_25) { goto IL_01a7; } } { G_B28_0 = 8; goto IL_01a8; } IL_01a7: { G_B28_0 = 3; } IL_01a8: { CharacterClass_t839120860 * L_26 = (CharacterClass_t839120860 *)il2cpp_codegen_object_new(CharacterClass_t839120860_il2cpp_TypeInfo_var); CharacterClass__ctor_m2417156412(L_26, G_B28_0, (bool)1, /*hidden argument*/NULL); V_2 = L_26; goto IL_032f; } IL_01b4: { bool L_27 = V_1; if (!L_27) { goto IL_01c1; } } { G_B32_0 = ((int32_t)10); goto IL_01c2; } IL_01c1: { G_B32_0 = 5; } IL_01c2: { CharacterClass_t839120860 * L_28 = (CharacterClass_t839120860 *)il2cpp_codegen_object_new(CharacterClass_t839120860_il2cpp_TypeInfo_var); CharacterClass__ctor_m2417156412(L_28, G_B32_0, (bool)1, /*hidden argument*/NULL); V_2 = L_28; goto IL_032f; } IL_01ce: { uint16_t L_29 = Parser_ParseUnicodeCategory_m100397645(__this, /*hidden argument*/NULL); CharacterClass_t839120860 * L_30 = (CharacterClass_t839120860 *)il2cpp_codegen_object_new(CharacterClass_t839120860_il2cpp_TypeInfo_var); CharacterClass__ctor_m2417156412(L_30, L_29, (bool)1, /*hidden argument*/NULL); V_2 = L_30; goto IL_032f; } IL_01e0: { PositionAssertion_t3339288061 * L_31 = (PositionAssertion_t3339288061 *)il2cpp_codegen_object_new(PositionAssertion_t3339288061_il2cpp_TypeInfo_var); PositionAssertion__ctor_m569003936(L_31, 2, /*hidden argument*/NULL); V_2 = L_31; goto IL_032f; } IL_01ec: { PositionAssertion_t3339288061 * L_32 = (PositionAssertion_t3339288061 *)il2cpp_codegen_object_new(PositionAssertion_t3339288061_il2cpp_TypeInfo_var); PositionAssertion__ctor_m569003936(L_32, 5, /*hidden argument*/NULL); V_2 = L_32; goto IL_032f; } IL_01f8: { PositionAssertion_t3339288061 * L_33 = (PositionAssertion_t3339288061 *)il2cpp_codegen_object_new(PositionAssertion_t3339288061_il2cpp_TypeInfo_var); PositionAssertion__ctor_m569003936(L_33, 6, /*hidden argument*/NULL); V_2 = L_33; goto IL_032f; } IL_0204: { PositionAssertion_t3339288061 * L_34 = (PositionAssertion_t3339288061 *)il2cpp_codegen_object_new(PositionAssertion_t3339288061_il2cpp_TypeInfo_var); PositionAssertion__ctor_m569003936(L_34, 4, /*hidden argument*/NULL); V_2 = L_34; goto IL_032f; } IL_0210: { PositionAssertion_t3339288061 * L_35 = (PositionAssertion_t3339288061 *)il2cpp_codegen_object_new(PositionAssertion_t3339288061_il2cpp_TypeInfo_var); PositionAssertion__ctor_m569003936(L_35, 8, /*hidden argument*/NULL); V_2 = L_35; goto IL_032f; } IL_021c: { PositionAssertion_t3339288061 * L_36 = (PositionAssertion_t3339288061 *)il2cpp_codegen_object_new(PositionAssertion_t3339288061_il2cpp_TypeInfo_var); PositionAssertion__ctor_m569003936(L_36, ((int32_t)9), /*hidden argument*/NULL); V_2 = L_36; goto IL_032f; } IL_0229: { int32_t L_37 = __this->get_ptr_1(); __this->set_ptr_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_37, (int32_t)1))); int32_t L_38 = Parser_ParseNumber_m3464424197(__this, ((int32_t)10), 1, 0, /*hidden argument*/NULL); V_3 = L_38; int32_t L_39 = V_3; if ((((int32_t)L_39) >= ((int32_t)0))) { goto IL_0252; } } { int32_t L_40 = V_0; __this->set_ptr_1(L_40); return (Expression_t2722445759 *)NULL; } IL_0252: { int32_t L_41 = ___options0; bool L_42 = Parser_IsIgnoreCase_m2210120858(NULL /*static, unused*/, L_41, /*hidden argument*/NULL); bool L_43 = V_1; BackslashNumber_t3656518667 * L_44 = (BackslashNumber_t3656518667 *)il2cpp_codegen_object_new(BackslashNumber_t3656518667_il2cpp_TypeInfo_var); BackslashNumber__ctor_m3802423446(L_44, L_42, L_43, /*hidden argument*/NULL); V_4 = L_44; Hashtable_t1853889766 * L_45 = __this->get_refs_3(); Reference_t1799410108 * L_46 = V_4; String_t* L_47 = Int32_ToString_m141394615((&V_3), /*hidden argument*/NULL); NullCheck(L_45); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_45, L_46, L_47); Reference_t1799410108 * L_48 = V_4; V_2 = L_48; goto IL_032f; } IL_027c: { String_t* L_49 = __this->get_pattern_0(); int32_t L_50 = __this->get_ptr_1(); int32_t L_51 = L_50; V_8 = L_51; __this->set_ptr_1(((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)1))); int32_t L_52 = V_8; NullCheck(L_49); Il2CppChar L_53 = String_get_Chars_m2986988803(L_49, L_52, /*hidden argument*/NULL); V_5 = L_53; Il2CppChar L_54 = V_5; if ((!(((uint32_t)L_54) == ((uint32_t)((int32_t)60))))) { goto IL_02ae; } } { V_5 = ((int32_t)62); goto IL_02c3; } IL_02ae: { Il2CppChar L_55 = V_5; if ((((int32_t)L_55) == ((int32_t)((int32_t)39)))) { goto IL_02c3; } } { ArgumentException_t132251570 * L_56 = Parser_NewParseException_m686511029(__this, _stringLiteral1143176817, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_56,Parser_ParseSpecial_m1961501104_RuntimeMethod_var); } IL_02c3: { String_t* L_57 = Parser_ParseName_m2057792975(__this, /*hidden argument*/NULL); V_6 = L_57; String_t* L_58 = V_6; if (!L_58) { goto IL_02ea; } } { String_t* L_59 = __this->get_pattern_0(); int32_t L_60 = __this->get_ptr_1(); NullCheck(L_59); Il2CppChar L_61 = String_get_Chars_m2986988803(L_59, L_60, /*hidden argument*/NULL); Il2CppChar L_62 = V_5; if ((((int32_t)L_61) == ((int32_t)L_62))) { goto IL_02f6; } } IL_02ea: { ArgumentException_t132251570 * L_63 = Parser_NewParseException_m686511029(__this, _stringLiteral1143176817, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_63,Parser_ParseSpecial_m1961501104_RuntimeMethod_var); } IL_02f6: { int32_t L_64 = __this->get_ptr_1(); __this->set_ptr_1(((int32_t)il2cpp_codegen_add((int32_t)L_64, (int32_t)1))); int32_t L_65 = ___options0; bool L_66 = Parser_IsIgnoreCase_m2210120858(NULL /*static, unused*/, L_65, /*hidden argument*/NULL); Reference_t1799410108 * L_67 = (Reference_t1799410108 *)il2cpp_codegen_object_new(Reference_t1799410108_il2cpp_TypeInfo_var); Reference__ctor_m1870245246(L_67, L_66, /*hidden argument*/NULL); V_7 = L_67; Hashtable_t1853889766 * L_68 = __this->get_refs_3(); Reference_t1799410108 * L_69 = V_7; String_t* L_70 = V_6; NullCheck(L_68); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_68, L_69, L_70); Reference_t1799410108 * L_71 = V_7; V_2 = L_71; goto IL_032f; } IL_0328: { V_2 = (Expression_t2722445759 *)NULL; goto IL_032f; } IL_032f: { Expression_t2722445759 * L_72 = V_2; if (L_72) { goto IL_033c; } } { int32_t L_73 = V_0; __this->set_ptr_1(L_73); } IL_033c: { Expression_t2722445759 * L_74 = V_2; return L_74; } } // System.Int32 System.Text.RegularExpressions.Syntax.Parser::ParseEscape() extern "C" IL2CPP_METHOD_ATTR int32_t Parser_ParseEscape_m956682155 (Parser_t2430509383 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Parser_ParseEscape_m956682155_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; Il2CppChar V_5 = 0x0; { int32_t L_0 = __this->get_ptr_1(); V_0 = L_0; int32_t L_1 = V_0; String_t* L_2 = __this->get_pattern_0(); NullCheck(L_2); int32_t L_3 = String_get_Length_m3847582255(L_2, /*hidden argument*/NULL); if ((((int32_t)L_1) < ((int32_t)L_3))) { goto IL_0034; } } { String_t* L_4 = __this->get_pattern_0(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_5 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral2165167371, L_4, /*hidden argument*/NULL); String_t* L_6 = __this->get_pattern_0(); ArgumentException_t132251570 * L_7 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_7, L_5, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,Parser_ParseEscape_m956682155_RuntimeMethod_var); } IL_0034: { String_t* L_8 = __this->get_pattern_0(); int32_t L_9 = __this->get_ptr_1(); int32_t L_10 = L_9; V_4 = L_10; __this->set_ptr_1(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1))); int32_t L_11 = V_4; NullCheck(L_8); Il2CppChar L_12 = String_get_Chars_m2986988803(L_8, L_11, /*hidden argument*/NULL); V_5 = L_12; Il2CppChar L_13 = V_5; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)((int32_t)110)))) { case 0: { goto IL_00d1; } case 1: { goto IL_008a; } case 2: { goto IL_008a; } case 3: { goto IL_008a; } case 4: { goto IL_00c8; } case 5: { goto IL_008a; } case 6: { goto IL_00c5; } case 7: { goto IL_0140; } case 8: { goto IL_00cb; } case 9: { goto IL_008a; } case 10: { goto IL_0118; } } } IL_008a: { Il2CppChar L_14 = V_5; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)((int32_t)97)))) { case 0: { goto IL_00c3; } case 1: { goto IL_00ac; } case 2: { goto IL_0168; } case 3: { goto IL_00ac; } case 4: { goto IL_00d4; } case 5: { goto IL_00ce; } } } IL_00ac: { Il2CppChar L_15 = V_5; if ((((int32_t)L_15) == ((int32_t)((int32_t)48)))) { goto IL_00da; } } { Il2CppChar L_16 = V_5; if ((((int32_t)L_16) == ((int32_t)((int32_t)92)))) { goto IL_00d7; } } { goto IL_01a8; } IL_00c3: { return 7; } IL_00c5: { return ((int32_t)9); } IL_00c8: { return ((int32_t)13); } IL_00cb: { return ((int32_t)11); } IL_00ce: { return ((int32_t)12); } IL_00d1: { return ((int32_t)10); } IL_00d4: { return ((int32_t)27); } IL_00d7: { return ((int32_t)92); } IL_00da: { int32_t L_17 = __this->get_ptr_1(); __this->set_ptr_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)1))); int32_t L_18 = __this->get_ptr_1(); V_2 = L_18; String_t* L_19 = __this->get_pattern_0(); int32_t* L_20 = __this->get_address_of_ptr_1(); int32_t L_21 = Parser_ParseOctal_m1193445574(NULL /*static, unused*/, L_19, L_20, /*hidden argument*/NULL); V_3 = L_21; int32_t L_22 = V_3; if ((!(((uint32_t)L_22) == ((uint32_t)(-1))))) { goto IL_0116; } } { int32_t L_23 = V_2; int32_t L_24 = __this->get_ptr_1(); if ((!(((uint32_t)L_23) == ((uint32_t)L_24)))) { goto IL_0116; } } { return 0; } IL_0116: { int32_t L_25 = V_3; return L_25; } IL_0118: { String_t* L_26 = __this->get_pattern_0(); int32_t* L_27 = __this->get_address_of_ptr_1(); int32_t L_28 = Parser_ParseHex_m3698548444(NULL /*static, unused*/, L_26, L_27, 2, /*hidden argument*/NULL); V_1 = L_28; int32_t L_29 = V_1; if ((((int32_t)L_29) >= ((int32_t)0))) { goto IL_013e; } } { ArgumentException_t132251570 * L_30 = Parser_NewParseException_m686511029(__this, _stringLiteral2478166361, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_30,Parser_ParseEscape_m956682155_RuntimeMethod_var); } IL_013e: { int32_t L_31 = V_1; return L_31; } IL_0140: { String_t* L_32 = __this->get_pattern_0(); int32_t* L_33 = __this->get_address_of_ptr_1(); int32_t L_34 = Parser_ParseHex_m3698548444(NULL /*static, unused*/, L_32, L_33, 4, /*hidden argument*/NULL); V_1 = L_34; int32_t L_35 = V_1; if ((((int32_t)L_35) >= ((int32_t)0))) { goto IL_0166; } } { ArgumentException_t132251570 * L_36 = Parser_NewParseException_m686511029(__this, _stringLiteral2478166361, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_36,Parser_ParseEscape_m956682155_RuntimeMethod_var); } IL_0166: { int32_t L_37 = V_1; return L_37; } IL_0168: { String_t* L_38 = __this->get_pattern_0(); int32_t L_39 = __this->get_ptr_1(); int32_t L_40 = L_39; V_4 = L_40; __this->set_ptr_1(((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1))); int32_t L_41 = V_4; NullCheck(L_38); Il2CppChar L_42 = String_get_Chars_m2986988803(L_38, L_41, /*hidden argument*/NULL); V_1 = L_42; int32_t L_43 = V_1; if ((((int32_t)L_43) < ((int32_t)((int32_t)64)))) { goto IL_019c; } } { int32_t L_44 = V_1; if ((((int32_t)L_44) > ((int32_t)((int32_t)95)))) { goto IL_019c; } } { int32_t L_45 = V_1; return ((int32_t)il2cpp_codegen_subtract((int32_t)L_45, (int32_t)((int32_t)64))); } IL_019c: { ArgumentException_t132251570 * L_46 = Parser_NewParseException_m686511029(__this, _stringLiteral907696535, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_46,Parser_ParseEscape_m956682155_RuntimeMethod_var); } IL_01a8: { int32_t L_47 = V_0; __this->set_ptr_1(L_47); return (-1); } } // System.String System.Text.RegularExpressions.Syntax.Parser::ParseName() extern "C" IL2CPP_METHOD_ATTR String_t* Parser_ParseName_m2057792975 (Parser_t2430509383 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_pattern_0(); int32_t* L_1 = __this->get_address_of_ptr_1(); String_t* L_2 = Parser_ParseName_m1814604608(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Boolean System.Text.RegularExpressions.Syntax.Parser::IsNameChar(System.Char) extern "C" IL2CPP_METHOD_ATTR bool Parser_IsNameChar_m698176442 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Parser_IsNameChar_m698176442_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { Il2CppChar L_0 = ___c0; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); int32_t L_1 = Char_GetUnicodeCategory_m57882613(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if ((!(((uint32_t)L_2) == ((uint32_t)3)))) { goto IL_0010; } } { return (bool)0; } IL_0010: { int32_t L_3 = V_0; if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)18))))) { goto IL_001a; } } { return (bool)1; } IL_001a: { Il2CppChar L_4 = ___c0; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_5 = Char_IsLetterOrDigit_m3494175785(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); return L_5; } } // System.Int32 System.Text.RegularExpressions.Syntax.Parser::ParseNumber(System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Parser_ParseNumber_m3464424197 (Parser_t2430509383 * __this, int32_t ___b0, int32_t ___min1, int32_t ___max2, const RuntimeMethod* method) { { String_t* L_0 = __this->get_pattern_0(); int32_t* L_1 = __this->get_address_of_ptr_1(); int32_t L_2 = ___b0; int32_t L_3 = ___min1; int32_t L_4 = ___max2; int32_t L_5 = Parser_ParseNumber_m2114552835(NULL /*static, unused*/, L_0, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); return L_5; } } // System.Int32 System.Text.RegularExpressions.Syntax.Parser::ParseDigit(System.Char,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Parser_ParseDigit_m2336300552 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, int32_t ___b1, int32_t ___n2, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = ___b1; V_0 = L_0; int32_t L_1 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)8))) { case 0: { goto IL_0023; } case 1: { goto IL_0016; } case 2: { goto IL_003a; } } } IL_0016: { int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)((int32_t)16)))) { goto IL_0051; } } { goto IL_0098; } IL_0023: { Il2CppChar L_3 = ___c0; if ((((int32_t)L_3) < ((int32_t)((int32_t)48)))) { goto IL_0038; } } { Il2CppChar L_4 = ___c0; if ((((int32_t)L_4) > ((int32_t)((int32_t)55)))) { goto IL_0038; } } { Il2CppChar L_5 = ___c0; return ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)((int32_t)48))); } IL_0038: { return (-1); } IL_003a: { Il2CppChar L_6 = ___c0; if ((((int32_t)L_6) < ((int32_t)((int32_t)48)))) { goto IL_004f; } } { Il2CppChar L_7 = ___c0; if ((((int32_t)L_7) > ((int32_t)((int32_t)57)))) { goto IL_004f; } } { Il2CppChar L_8 = ___c0; return ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)((int32_t)48))); } IL_004f: { return (-1); } IL_0051: { Il2CppChar L_9 = ___c0; if ((((int32_t)L_9) < ((int32_t)((int32_t)48)))) { goto IL_0066; } } { Il2CppChar L_10 = ___c0; if ((((int32_t)L_10) > ((int32_t)((int32_t)57)))) { goto IL_0066; } } { Il2CppChar L_11 = ___c0; return ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)((int32_t)48))); } IL_0066: { Il2CppChar L_12 = ___c0; if ((((int32_t)L_12) < ((int32_t)((int32_t)97)))) { goto IL_007e; } } { Il2CppChar L_13 = ___c0; if ((((int32_t)L_13) > ((int32_t)((int32_t)102)))) { goto IL_007e; } } { Il2CppChar L_14 = ___c0; return ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)10), (int32_t)L_14)), (int32_t)((int32_t)97))); } IL_007e: { Il2CppChar L_15 = ___c0; if ((((int32_t)L_15) < ((int32_t)((int32_t)65)))) { goto IL_0096; } } { Il2CppChar L_16 = ___c0; if ((((int32_t)L_16) > ((int32_t)((int32_t)70)))) { goto IL_0096; } } { Il2CppChar L_17 = ___c0; return ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)10), (int32_t)L_17)), (int32_t)((int32_t)65))); } IL_0096: { return (-1); } IL_0098: { return (-1); } } // System.Void System.Text.RegularExpressions.Syntax.Parser::ConsumeWhitespace(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Parser_ConsumeWhitespace_m3364496713 (Parser_t2430509383 * __this, bool ___ignore0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Parser_ConsumeWhitespace_m3364496713_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { goto IL_0188; } IL_0005: { String_t* L_0 = __this->get_pattern_0(); int32_t L_1 = __this->get_ptr_1(); NullCheck(L_0); Il2CppChar L_2 = String_get_Chars_m2986988803(L_0, L_1, /*hidden argument*/NULL); if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)40))))) { goto IL_00bc; } } { int32_t L_3 = __this->get_ptr_1(); String_t* L_4 = __this->get_pattern_0(); NullCheck(L_4); int32_t L_5 = String_get_Length_m3847582255(L_4, /*hidden argument*/NULL); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)3))) < ((int32_t)L_5))) { goto IL_0036; } } { return; } IL_0036: { String_t* L_6 = __this->get_pattern_0(); int32_t L_7 = __this->get_ptr_1(); NullCheck(L_6); Il2CppChar L_8 = String_get_Chars_m2986988803(L_6, ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)), /*hidden argument*/NULL); if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)63))))) { goto IL_006a; } } { String_t* L_9 = __this->get_pattern_0(); int32_t L_10 = __this->get_ptr_1(); NullCheck(L_9); Il2CppChar L_11 = String_get_Chars_m2986988803(L_9, ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)2)), /*hidden argument*/NULL); if ((((int32_t)L_11) == ((int32_t)((int32_t)35)))) { goto IL_006b; } } IL_006a: { return; } IL_006b: { int32_t L_12 = __this->get_ptr_1(); __this->set_ptr_1(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)3))); goto IL_007e; } IL_007e: { int32_t L_13 = __this->get_ptr_1(); String_t* L_14 = __this->get_pattern_0(); NullCheck(L_14); int32_t L_15 = String_get_Length_m3847582255(L_14, /*hidden argument*/NULL); if ((((int32_t)L_13) >= ((int32_t)L_15))) { goto IL_00b7; } } { String_t* L_16 = __this->get_pattern_0(); int32_t L_17 = __this->get_ptr_1(); int32_t L_18 = L_17; V_0 = L_18; __this->set_ptr_1(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1))); int32_t L_19 = V_0; NullCheck(L_16); Il2CppChar L_20 = String_get_Chars_m2986988803(L_16, L_19, /*hidden argument*/NULL); if ((!(((uint32_t)L_20) == ((uint32_t)((int32_t)41))))) { goto IL_007e; } } IL_00b7: { goto IL_0188; } IL_00bc: { bool L_21 = ___ignore0; if (!L_21) { goto IL_011d; } } { String_t* L_22 = __this->get_pattern_0(); int32_t L_23 = __this->get_ptr_1(); NullCheck(L_22); Il2CppChar L_24 = String_get_Chars_m2986988803(L_22, L_23, /*hidden argument*/NULL); if ((!(((uint32_t)L_24) == ((uint32_t)((int32_t)35))))) { goto IL_011d; } } { goto IL_00df; } IL_00df: { int32_t L_25 = __this->get_ptr_1(); String_t* L_26 = __this->get_pattern_0(); NullCheck(L_26); int32_t L_27 = String_get_Length_m3847582255(L_26, /*hidden argument*/NULL); if ((((int32_t)L_25) >= ((int32_t)L_27))) { goto IL_0118; } } { String_t* L_28 = __this->get_pattern_0(); int32_t L_29 = __this->get_ptr_1(); int32_t L_30 = L_29; V_0 = L_30; __this->set_ptr_1(((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1))); int32_t L_31 = V_0; NullCheck(L_28); Il2CppChar L_32 = String_get_Chars_m2986988803(L_28, L_31, /*hidden argument*/NULL); if ((!(((uint32_t)L_32) == ((uint32_t)((int32_t)10))))) { goto IL_00df; } } IL_0118: { goto IL_0188; } IL_011d: { bool L_33 = ___ignore0; if (!L_33) { goto IL_0187; } } { String_t* L_34 = __this->get_pattern_0(); int32_t L_35 = __this->get_ptr_1(); NullCheck(L_34); Il2CppChar L_36 = String_get_Chars_m2986988803(L_34, L_35, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_37 = Char_IsWhiteSpace_m2148390798(NULL /*static, unused*/, L_36, /*hidden argument*/NULL); if (!L_37) { goto IL_0187; } } { goto IL_0151; } IL_0143: { int32_t L_38 = __this->get_ptr_1(); __this->set_ptr_1(((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1))); } IL_0151: { int32_t L_39 = __this->get_ptr_1(); String_t* L_40 = __this->get_pattern_0(); NullCheck(L_40); int32_t L_41 = String_get_Length_m3847582255(L_40, /*hidden argument*/NULL); if ((((int32_t)L_39) >= ((int32_t)L_41))) { goto IL_0182; } } { String_t* L_42 = __this->get_pattern_0(); int32_t L_43 = __this->get_ptr_1(); NullCheck(L_42); Il2CppChar L_44 = String_get_Chars_m2986988803(L_42, L_43, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_45 = Char_IsWhiteSpace_m2148390798(NULL /*static, unused*/, L_44, /*hidden argument*/NULL); if (L_45) { goto IL_0143; } } IL_0182: { goto IL_0188; } IL_0187: { return; } IL_0188: { int32_t L_46 = __this->get_ptr_1(); String_t* L_47 = __this->get_pattern_0(); NullCheck(L_47); int32_t L_48 = String_get_Length_m3847582255(L_47, /*hidden argument*/NULL); if ((((int32_t)L_46) < ((int32_t)L_48))) { goto IL_0005; } } { return; } } // System.Void System.Text.RegularExpressions.Syntax.Parser::ResolveReferences() extern "C" IL2CPP_METHOD_ATTR void Parser_ResolveReferences_m1518052352 (Parser_t2430509383 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Parser_ResolveReferences_m1518052352_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Hashtable_t1853889766 * V_1 = NULL; ArrayList_t2718874744 * V_2 = NULL; CapturingGroup_t751358689 * V_3 = NULL; RuntimeObject* V_4 = NULL; CapturingGroup_t751358689 * V_5 = NULL; RuntimeObject* V_6 = NULL; CapturingGroup_t751358689 * V_7 = NULL; int32_t V_8 = 0; int32_t V_9 = 0; String_t* V_10 = NULL; Expression_t2722445759 * V_11 = NULL; RuntimeObject* V_12 = NULL; String_t* V_13 = NULL; BackslashNumber_t3656518667 * V_14 = NULL; CapturingGroup_t751358689 * V_15 = NULL; RuntimeObject* V_16 = NULL; int32_t V_17 = 0; RuntimeObject* V_18 = NULL; RuntimeObject* V_19 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); String_t* G_B50_0 = NULL; Parser_t2430509383 * G_B50_1 = NULL; String_t* G_B49_0 = NULL; Parser_t2430509383 * G_B49_1 = NULL; String_t* G_B51_0 = NULL; String_t* G_B51_1 = NULL; Parser_t2430509383 * G_B51_2 = NULL; { V_0 = 1; Hashtable_t1853889766 * L_0 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m1815022027(L_0, /*hidden argument*/NULL); V_1 = L_0; V_2 = (ArrayList_t2718874744 *)NULL; ArrayList_t2718874744 * L_1 = __this->get_caps_2(); NullCheck(L_1); RuntimeObject* L_2 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_1); V_4 = L_2; } IL_0017: try { // begin try (depth: 1) { goto IL_0060; } IL_001c: { RuntimeObject* L_3 = V_4; NullCheck(L_3); RuntimeObject * L_4 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_3); V_3 = ((CapturingGroup_t751358689 *)CastclassClass((RuntimeObject*)L_4, CapturingGroup_t751358689_il2cpp_TypeInfo_var)); CapturingGroup_t751358689 * L_5 = V_3; NullCheck(L_5); String_t* L_6 = CapturingGroup_get_Name_m3747712535(L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0039; } } IL_0034: { goto IL_0060; } IL_0039: { Hashtable_t1853889766 * L_7 = V_1; String_t* L_8 = Int32_ToString_m141394615((&V_0), /*hidden argument*/NULL); CapturingGroup_t751358689 * L_9 = V_3; NullCheck(L_7); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_7, L_8, L_9); CapturingGroup_t751358689 * L_10 = V_3; int32_t L_11 = V_0; int32_t L_12 = L_11; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); NullCheck(L_10); CapturingGroup_set_Index_m1113018009(L_10, L_12, /*hidden argument*/NULL); int32_t L_13 = __this->get_num_groups_4(); __this->set_num_groups_4(((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1))); } IL_0060: { RuntimeObject* L_14 = V_4; NullCheck(L_14); bool L_15 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_14); if (L_15) { goto IL_001c; } } IL_006c: { IL2CPP_LEAVE(0x87, FINALLY_0071); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0071; } FINALLY_0071: { // begin finally (depth: 1) { RuntimeObject* L_16 = V_4; V_16 = ((RuntimeObject*)IsInst((RuntimeObject*)L_16, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_17 = V_16; if (L_17) { goto IL_007f; } } IL_007e: { IL2CPP_END_FINALLY(113) } IL_007f: { RuntimeObject* L_18 = V_16; NullCheck(L_18); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_18); IL2CPP_END_FINALLY(113) } } // end finally (depth: 1) IL2CPP_CLEANUP(113) { IL2CPP_JUMP_TBL(0x87, IL_0087) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0087: { ArrayList_t2718874744 * L_19 = __this->get_caps_2(); NullCheck(L_19); RuntimeObject* L_20 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_19); V_6 = L_20; } IL_0094: try { // begin try (depth: 1) { goto IL_020a; } IL_0099: { RuntimeObject* L_21 = V_6; NullCheck(L_21); RuntimeObject * L_22 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_21); V_5 = ((CapturingGroup_t751358689 *)CastclassClass((RuntimeObject*)L_22, CapturingGroup_t751358689_il2cpp_TypeInfo_var)); CapturingGroup_t751358689 * L_23 = V_5; NullCheck(L_23); String_t* L_24 = CapturingGroup_get_Name_m3747712535(L_23, /*hidden argument*/NULL); if (L_24) { goto IL_00b8; } } IL_00b3: { goto IL_020a; } IL_00b8: { Hashtable_t1853889766 * L_25 = V_1; CapturingGroup_t751358689 * L_26 = V_5; NullCheck(L_26); String_t* L_27 = CapturingGroup_get_Name_m3747712535(L_26, /*hidden argument*/NULL); NullCheck(L_25); bool L_28 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(35 /* System.Boolean System.Collections.Hashtable::Contains(System.Object) */, L_25, L_27); if (!L_28) { goto IL_011d; } } IL_00ca: { Hashtable_t1853889766 * L_29 = V_1; CapturingGroup_t751358689 * L_30 = V_5; NullCheck(L_30); String_t* L_31 = CapturingGroup_get_Name_m3747712535(L_30, /*hidden argument*/NULL); NullCheck(L_29); RuntimeObject * L_32 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_29, L_31); V_7 = ((CapturingGroup_t751358689 *)CastclassClass((RuntimeObject*)L_32, CapturingGroup_t751358689_il2cpp_TypeInfo_var)); CapturingGroup_t751358689 * L_33 = V_5; CapturingGroup_t751358689 * L_34 = V_7; NullCheck(L_34); int32_t L_35 = CapturingGroup_get_Index_m3406974370(L_34, /*hidden argument*/NULL); NullCheck(L_33); CapturingGroup_set_Index_m1113018009(L_33, L_35, /*hidden argument*/NULL); CapturingGroup_t751358689 * L_36 = V_5; NullCheck(L_36); int32_t L_37 = CapturingGroup_get_Index_m3406974370(L_36, /*hidden argument*/NULL); int32_t L_38 = V_0; if ((!(((uint32_t)L_37) == ((uint32_t)L_38)))) { goto IL_0102; } } IL_00f9: { int32_t L_39 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1)); goto IL_0118; } IL_0102: { CapturingGroup_t751358689 * L_40 = V_5; NullCheck(L_40); int32_t L_41 = CapturingGroup_get_Index_m3406974370(L_40, /*hidden argument*/NULL); int32_t L_42 = V_0; if ((((int32_t)L_41) <= ((int32_t)L_42))) { goto IL_0118; } } IL_010f: { ArrayList_t2718874744 * L_43 = V_2; CapturingGroup_t751358689 * L_44 = V_5; NullCheck(L_43); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_43, L_44); } IL_0118: { goto IL_020a; } IL_011d: { CapturingGroup_t751358689 * L_45 = V_5; NullCheck(L_45); String_t* L_46 = CapturingGroup_get_Name_m3747712535(L_45, /*hidden argument*/NULL); NullCheck(L_46); Il2CppChar L_47 = String_get_Chars_m2986988803(L_46, 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_48 = Char_IsDigit_m3646673943(NULL /*static, unused*/, L_47, /*hidden argument*/NULL); if (!L_48) { goto IL_01ac; } } IL_0134: { V_8 = 0; CapturingGroup_t751358689 * L_49 = V_5; NullCheck(L_49); String_t* L_50 = CapturingGroup_get_Name_m3747712535(L_49, /*hidden argument*/NULL); int32_t L_51 = Parser_ParseDecimal_m245094461(NULL /*static, unused*/, L_50, (&V_8), /*hidden argument*/NULL); V_9 = L_51; int32_t L_52 = V_8; CapturingGroup_t751358689 * L_53 = V_5; NullCheck(L_53); String_t* L_54 = CapturingGroup_get_Name_m3747712535(L_53, /*hidden argument*/NULL); NullCheck(L_54); int32_t L_55 = String_get_Length_m3847582255(L_54, /*hidden argument*/NULL); if ((!(((uint32_t)L_52) == ((uint32_t)L_55)))) { goto IL_01ac; } } IL_015a: { CapturingGroup_t751358689 * L_56 = V_5; int32_t L_57 = V_9; NullCheck(L_56); CapturingGroup_set_Index_m1113018009(L_56, L_57, /*hidden argument*/NULL); Hashtable_t1853889766 * L_58 = V_1; CapturingGroup_t751358689 * L_59 = V_5; NullCheck(L_59); String_t* L_60 = CapturingGroup_get_Name_m3747712535(L_59, /*hidden argument*/NULL); CapturingGroup_t751358689 * L_61 = V_5; NullCheck(L_58); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_58, L_60, L_61); int32_t L_62 = __this->get_num_groups_4(); __this->set_num_groups_4(((int32_t)il2cpp_codegen_add((int32_t)L_62, (int32_t)1))); int32_t L_63 = V_9; int32_t L_64 = V_0; if ((!(((uint32_t)L_63) == ((uint32_t)L_64)))) { goto IL_0191; } } IL_0188: { int32_t L_65 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_65, (int32_t)1)); goto IL_01a7; } IL_0191: { ArrayList_t2718874744 * L_66 = V_2; if (L_66) { goto IL_019e; } } IL_0197: { ArrayList_t2718874744 * L_67 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m3828927650(L_67, 4, /*hidden argument*/NULL); V_2 = L_67; } IL_019e: { ArrayList_t2718874744 * L_68 = V_2; CapturingGroup_t751358689 * L_69 = V_5; NullCheck(L_68); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_68, L_69); } IL_01a7: { goto IL_020a; } IL_01ac: { String_t* L_70 = Int32_ToString_m141394615((&V_0), /*hidden argument*/NULL); V_10 = L_70; goto IL_01ca; } IL_01ba: { int32_t L_71 = V_0; int32_t L_72 = ((int32_t)il2cpp_codegen_add((int32_t)L_71, (int32_t)1)); V_0 = L_72; V_17 = L_72; String_t* L_73 = Int32_ToString_m141394615((&V_17), /*hidden argument*/NULL); V_10 = L_73; } IL_01ca: { Hashtable_t1853889766 * L_74 = V_1; String_t* L_75 = V_10; NullCheck(L_74); bool L_76 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(35 /* System.Boolean System.Collections.Hashtable::Contains(System.Object) */, L_74, L_75); if (L_76) { goto IL_01ba; } } IL_01d7: { Hashtable_t1853889766 * L_77 = V_1; String_t* L_78 = V_10; CapturingGroup_t751358689 * L_79 = V_5; NullCheck(L_77); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_77, L_78, L_79); Hashtable_t1853889766 * L_80 = V_1; CapturingGroup_t751358689 * L_81 = V_5; NullCheck(L_81); String_t* L_82 = CapturingGroup_get_Name_m3747712535(L_81, /*hidden argument*/NULL); CapturingGroup_t751358689 * L_83 = V_5; NullCheck(L_80); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_80, L_82, L_83); CapturingGroup_t751358689 * L_84 = V_5; int32_t L_85 = V_0; int32_t L_86 = L_85; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_86, (int32_t)1)); NullCheck(L_84); CapturingGroup_set_Index_m1113018009(L_84, L_86, /*hidden argument*/NULL); int32_t L_87 = __this->get_num_groups_4(); __this->set_num_groups_4(((int32_t)il2cpp_codegen_add((int32_t)L_87, (int32_t)1))); } IL_020a: { RuntimeObject* L_88 = V_6; NullCheck(L_88); bool L_89 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_88); if (L_89) { goto IL_0099; } } IL_0216: { IL2CPP_LEAVE(0x231, FINALLY_021b); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_021b; } FINALLY_021b: { // begin finally (depth: 1) { RuntimeObject* L_90 = V_6; V_18 = ((RuntimeObject*)IsInst((RuntimeObject*)L_90, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_91 = V_18; if (L_91) { goto IL_0229; } } IL_0228: { IL2CPP_END_FINALLY(539) } IL_0229: { RuntimeObject* L_92 = V_18; NullCheck(L_92); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_92); IL2CPP_END_FINALLY(539) } } // end finally (depth: 1) IL2CPP_CLEANUP(539) { IL2CPP_JUMP_TBL(0x231, IL_0231) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0231: { int32_t L_93 = V_0; __this->set_gap_5(L_93); ArrayList_t2718874744 * L_94 = V_2; if (!L_94) { goto IL_0245; } } { ArrayList_t2718874744 * L_95 = V_2; Parser_HandleExplicitNumericGroups_m1412234891(__this, L_95, /*hidden argument*/NULL); } IL_0245: { Hashtable_t1853889766 * L_96 = __this->get_refs_3(); NullCheck(L_96); RuntimeObject* L_97 = VirtFuncInvoker0< RuntimeObject* >::Invoke(28 /* System.Collections.ICollection System.Collections.Hashtable::get_Keys() */, L_96); NullCheck(L_97); RuntimeObject* L_98 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t1941168011_il2cpp_TypeInfo_var, L_97); V_12 = L_98; } IL_0257: try { // begin try (depth: 1) { goto IL_036d; } IL_025c: { RuntimeObject* L_99 = V_12; NullCheck(L_99); RuntimeObject * L_100 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_99); V_11 = ((Expression_t2722445759 *)CastclassClass((RuntimeObject*)L_100, Expression_t2722445759_il2cpp_TypeInfo_var)); Hashtable_t1853889766 * L_101 = __this->get_refs_3(); Expression_t2722445759 * L_102 = V_11; NullCheck(L_101); RuntimeObject * L_103 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_101, L_102); V_13 = ((String_t*)CastclassSealed((RuntimeObject*)L_103, String_t_il2cpp_TypeInfo_var)); Hashtable_t1853889766 * L_104 = V_1; String_t* L_105 = V_13; NullCheck(L_104); bool L_106 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(35 /* System.Boolean System.Collections.Hashtable::Contains(System.Object) */, L_104, L_105); if (L_106) { goto IL_0306; } } IL_028b: { Expression_t2722445759 * L_107 = V_11; if (!((CaptureAssertion_t3786084589 *)IsInstClass((RuntimeObject*)L_107, CaptureAssertion_t3786084589_il2cpp_TypeInfo_var))) { goto IL_02ae; } } IL_0297: { String_t* L_108 = V_13; NullCheck(L_108); Il2CppChar L_109 = String_get_Chars_m2986988803(L_108, 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_110 = Char_IsDigit_m3646673943(NULL /*static, unused*/, L_109, /*hidden argument*/NULL); if (L_110) { goto IL_02ae; } } IL_02a9: { goto IL_036d; } IL_02ae: { Expression_t2722445759 * L_111 = V_11; V_14 = ((BackslashNumber_t3656518667 *)IsInstClass((RuntimeObject*)L_111, BackslashNumber_t3656518667_il2cpp_TypeInfo_var)); BackslashNumber_t3656518667 * L_112 = V_14; if (!L_112) { goto IL_02d2; } } IL_02be: { BackslashNumber_t3656518667 * L_113 = V_14; String_t* L_114 = V_13; Hashtable_t1853889766 * L_115 = V_1; NullCheck(L_113); bool L_116 = BackslashNumber_ResolveReference_m4176908213(L_113, L_114, L_115, /*hidden argument*/NULL); if (!L_116) { goto IL_02d2; } } IL_02cd: { goto IL_036d; } IL_02d2: { String_t* L_117 = V_13; NullCheck(L_117); Il2CppChar L_118 = String_get_Chars_m2986988803(L_117, 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_119 = Char_IsDigit_m3646673943(NULL /*static, unused*/, L_118, /*hidden argument*/NULL); G_B49_0 = _stringLiteral610641166; G_B49_1 = __this; if (!L_119) { G_B50_0 = _stringLiteral610641166; G_B50_1 = __this; goto IL_02f4; } } IL_02ea: { G_B51_0 = _stringLiteral1791600218; G_B51_1 = G_B49_0; G_B51_2 = G_B49_1; goto IL_02f9; } IL_02f4: { G_B51_0 = _stringLiteral3163805105; G_B51_1 = G_B50_0; G_B51_2 = G_B50_1; } IL_02f9: { String_t* L_120 = V_13; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_121 = String_Concat_m3755062657(NULL /*static, unused*/, G_B51_1, G_B51_0, L_120, /*hidden argument*/NULL); NullCheck(G_B51_2); ArgumentException_t132251570 * L_122 = Parser_NewParseException_m686511029(G_B51_2, L_121, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_122,Parser_ResolveReferences_m1518052352_RuntimeMethod_var); } IL_0306: { Hashtable_t1853889766 * L_123 = V_1; String_t* L_124 = V_13; NullCheck(L_123); RuntimeObject * L_125 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_123, L_124); V_15 = ((CapturingGroup_t751358689 *)CastclassClass((RuntimeObject*)L_125, CapturingGroup_t751358689_il2cpp_TypeInfo_var)); Expression_t2722445759 * L_126 = V_11; if (!((Reference_t1799410108 *)IsInstClass((RuntimeObject*)L_126, Reference_t1799410108_il2cpp_TypeInfo_var))) { goto IL_0334; } } IL_0321: { Expression_t2722445759 * L_127 = V_11; CapturingGroup_t751358689 * L_128 = V_15; NullCheck(((Reference_t1799410108 *)CastclassClass((RuntimeObject*)L_127, Reference_t1799410108_il2cpp_TypeInfo_var))); Reference_set_CapturingGroup_m1130974240(((Reference_t1799410108 *)CastclassClass((RuntimeObject*)L_127, Reference_t1799410108_il2cpp_TypeInfo_var)), L_128, /*hidden argument*/NULL); goto IL_036d; } IL_0334: { Expression_t2722445759 * L_129 = V_11; if (!((CaptureAssertion_t3786084589 *)IsInstClass((RuntimeObject*)L_129, CaptureAssertion_t3786084589_il2cpp_TypeInfo_var))) { goto IL_0353; } } IL_0340: { Expression_t2722445759 * L_130 = V_11; CapturingGroup_t751358689 * L_131 = V_15; NullCheck(((CaptureAssertion_t3786084589 *)CastclassClass((RuntimeObject*)L_130, CaptureAssertion_t3786084589_il2cpp_TypeInfo_var))); CaptureAssertion_set_CapturingGroup_m2003123956(((CaptureAssertion_t3786084589 *)CastclassClass((RuntimeObject*)L_130, CaptureAssertion_t3786084589_il2cpp_TypeInfo_var)), L_131, /*hidden argument*/NULL); goto IL_036d; } IL_0353: { Expression_t2722445759 * L_132 = V_11; if (!((BalancingGroup_t2395658894 *)IsInstClass((RuntimeObject*)L_132, BalancingGroup_t2395658894_il2cpp_TypeInfo_var))) { goto IL_036d; } } IL_035f: { Expression_t2722445759 * L_133 = V_11; CapturingGroup_t751358689 * L_134 = V_15; NullCheck(((BalancingGroup_t2395658894 *)CastclassClass((RuntimeObject*)L_133, BalancingGroup_t2395658894_il2cpp_TypeInfo_var))); BalancingGroup_set_Balance_m3289053627(((BalancingGroup_t2395658894 *)CastclassClass((RuntimeObject*)L_133, BalancingGroup_t2395658894_il2cpp_TypeInfo_var)), L_134, /*hidden argument*/NULL); } IL_036d: { RuntimeObject* L_135 = V_12; NullCheck(L_135); bool L_136 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_135); if (L_136) { goto IL_025c; } } IL_0379: { IL2CPP_LEAVE(0x394, FINALLY_037e); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_037e; } FINALLY_037e: { // begin finally (depth: 1) { RuntimeObject* L_137 = V_12; V_19 = ((RuntimeObject*)IsInst((RuntimeObject*)L_137, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_138 = V_19; if (L_138) { goto IL_038c; } } IL_038b: { IL2CPP_END_FINALLY(894) } IL_038c: { RuntimeObject* L_139 = V_19; NullCheck(L_139); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_139); IL2CPP_END_FINALLY(894) } } // end finally (depth: 1) IL2CPP_CLEANUP(894) { IL2CPP_JUMP_TBL(0x394, IL_0394) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0394: { return; } } // System.Void System.Text.RegularExpressions.Syntax.Parser::HandleExplicitNumericGroups(System.Collections.ArrayList) extern "C" IL2CPP_METHOD_ATTR void Parser_HandleExplicitNumericGroups_m1412234891 (Parser_t2430509383 * __this, ArrayList_t2718874744 * ___explicit_numeric_groups0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Parser_HandleExplicitNumericGroups_m1412234891_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; CapturingGroup_t751358689 * V_3 = NULL; int32_t V_4 = 0; CapturingGroup_t751358689 * V_5 = NULL; { int32_t L_0 = __this->get_gap_5(); V_0 = L_0; V_1 = 0; ArrayList_t2718874744 * L_1 = ___explicit_numeric_groups0; NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_1); V_2 = L_2; ArrayList_t2718874744 * L_3 = ___explicit_numeric_groups0; NullCheck(L_3); VirtActionInvoker0::Invoke(45 /* System.Void System.Collections.ArrayList::Sort() */, L_3); goto IL_004d; } IL_001b: { ArrayList_t2718874744 * L_4 = ___explicit_numeric_groups0; int32_t L_5 = V_1; NullCheck(L_4); RuntimeObject * L_6 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_4, L_5); V_3 = ((CapturingGroup_t751358689 *)CastclassClass((RuntimeObject*)L_6, CapturingGroup_t751358689_il2cpp_TypeInfo_var)); CapturingGroup_t751358689 * L_7 = V_3; NullCheck(L_7); int32_t L_8 = CapturingGroup_get_Index_m3406974370(L_7, /*hidden argument*/NULL); int32_t L_9 = V_0; if ((((int32_t)L_8) <= ((int32_t)L_9))) { goto IL_0039; } } { goto IL_0054; } IL_0039: { CapturingGroup_t751358689 * L_10 = V_3; NullCheck(L_10); int32_t L_11 = CapturingGroup_get_Index_m3406974370(L_10, /*hidden argument*/NULL); int32_t L_12 = V_0; if ((!(((uint32_t)L_11) == ((uint32_t)L_12)))) { goto IL_0049; } } { int32_t L_13 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_0049: { int32_t L_14 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_004d: { int32_t L_15 = V_1; int32_t L_16 = V_2; if ((((int32_t)L_15) < ((int32_t)L_16))) { goto IL_001b; } } IL_0054: { int32_t L_17 = V_0; __this->set_gap_5(L_17); int32_t L_18 = V_0; V_4 = L_18; goto IL_00a7; } IL_0063: { ArrayList_t2718874744 * L_19 = ___explicit_numeric_groups0; int32_t L_20 = V_1; NullCheck(L_19); RuntimeObject * L_21 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_19, L_20); V_5 = ((CapturingGroup_t751358689 *)CastclassClass((RuntimeObject*)L_21, CapturingGroup_t751358689_il2cpp_TypeInfo_var)); CapturingGroup_t751358689 * L_22 = V_5; NullCheck(L_22); int32_t L_23 = CapturingGroup_get_Index_m3406974370(L_22, /*hidden argument*/NULL); int32_t L_24 = V_4; if ((!(((uint32_t)L_23) == ((uint32_t)L_24)))) { goto IL_008e; } } { CapturingGroup_t751358689 * L_25 = V_5; int32_t L_26 = V_0; NullCheck(L_25); CapturingGroup_set_Index_m1113018009(L_25, ((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)1)), /*hidden argument*/NULL); goto IL_00a3; } IL_008e: { CapturingGroup_t751358689 * L_27 = V_5; NullCheck(L_27); int32_t L_28 = CapturingGroup_get_Index_m3406974370(L_27, /*hidden argument*/NULL); V_4 = L_28; CapturingGroup_t751358689 * L_29 = V_5; int32_t L_30 = V_0; int32_t L_31 = L_30; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); NullCheck(L_29); CapturingGroup_set_Index_m1113018009(L_29, L_31, /*hidden argument*/NULL); } IL_00a3: { int32_t L_32 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); } IL_00a7: { int32_t L_33 = V_1; int32_t L_34 = V_2; if ((((int32_t)L_33) < ((int32_t)L_34))) { goto IL_0063; } } { return; } } // System.Boolean System.Text.RegularExpressions.Syntax.Parser::IsIgnoreCase(System.Text.RegularExpressions.RegexOptions) extern "C" IL2CPP_METHOD_ATTR bool Parser_IsIgnoreCase_m2210120858 (RuntimeObject * __this /* static, unused */, int32_t ___options0, const RuntimeMethod* method) { { int32_t L_0 = ___options0; return (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_0&(int32_t)1))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Boolean System.Text.RegularExpressions.Syntax.Parser::IsMultiline(System.Text.RegularExpressions.RegexOptions) extern "C" IL2CPP_METHOD_ATTR bool Parser_IsMultiline_m3953355516 (RuntimeObject * __this /* static, unused */, int32_t ___options0, const RuntimeMethod* method) { { int32_t L_0 = ___options0; return (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_0&(int32_t)2))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Boolean System.Text.RegularExpressions.Syntax.Parser::IsExplicitCapture(System.Text.RegularExpressions.RegexOptions) extern "C" IL2CPP_METHOD_ATTR bool Parser_IsExplicitCapture_m2741347241 (RuntimeObject * __this /* static, unused */, int32_t ___options0, const RuntimeMethod* method) { { int32_t L_0 = ___options0; return (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_0&(int32_t)4))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Boolean System.Text.RegularExpressions.Syntax.Parser::IsSingleline(System.Text.RegularExpressions.RegexOptions) extern "C" IL2CPP_METHOD_ATTR bool Parser_IsSingleline_m326238187 (RuntimeObject * __this /* static, unused */, int32_t ___options0, const RuntimeMethod* method) { { int32_t L_0 = ___options0; return (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)16)))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Boolean System.Text.RegularExpressions.Syntax.Parser::IsIgnorePatternWhitespace(System.Text.RegularExpressions.RegexOptions) extern "C" IL2CPP_METHOD_ATTR bool Parser_IsIgnorePatternWhitespace_m2107132682 (RuntimeObject * __this /* static, unused */, int32_t ___options0, const RuntimeMethod* method) { { int32_t L_0 = ___options0; return (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)32)))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Boolean System.Text.RegularExpressions.Syntax.Parser::IsECMAScript(System.Text.RegularExpressions.RegexOptions) extern "C" IL2CPP_METHOD_ATTR bool Parser_IsECMAScript_m674158805 (RuntimeObject * __this /* static, unused */, int32_t ___options0, const RuntimeMethod* method) { { int32_t L_0 = ___options0; return (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)256)))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.ArgumentException System.Text.RegularExpressions.Syntax.Parser::NewParseException(System.String) extern "C" IL2CPP_METHOD_ATTR ArgumentException_t132251570 * Parser_NewParseException_m686511029 (Parser_t2430509383 * __this, String_t* ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Parser_NewParseException_m686511029_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = __this->get_pattern_0(); String_t* L_1 = ___msg0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = String_Concat_m2163913788(NULL /*static, unused*/, _stringLiteral1897611823, L_0, _stringLiteral2366915319, L_1, /*hidden argument*/NULL); ___msg0 = L_2; String_t* L_3 = ___msg0; String_t* L_4 = __this->get_pattern_0(); ArgumentException_t132251570 * L_5 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_5, L_3, L_4, /*hidden argument*/NULL); return L_5; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Text.RegularExpressions.Syntax.PositionAssertion::.ctor(System.Text.RegularExpressions.Position) extern "C" IL2CPP_METHOD_ATTR void PositionAssertion__ctor_m569003936 (PositionAssertion_t3339288061 * __this, uint16_t ___pos0, const RuntimeMethod* method) { { Expression__ctor_m1600460087(__this, /*hidden argument*/NULL); uint16_t L_0 = ___pos0; __this->set_pos_0(L_0); return; } } // System.Void System.Text.RegularExpressions.Syntax.PositionAssertion::Compile(System.Text.RegularExpressions.ICompiler,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void PositionAssertion_Compile_m2500980346 (PositionAssertion_t3339288061 * __this, RuntimeObject* ___cmp0, bool ___reverse1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PositionAssertion_Compile_m2500980346_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___cmp0; uint16_t L_1 = __this->get_pos_0(); NullCheck(L_0); InterfaceActionInvoker1< uint16_t >::Invoke(9 /* System.Void System.Text.RegularExpressions.ICompiler::EmitPosition(System.Text.RegularExpressions.Position) */, ICompiler_t118549125_il2cpp_TypeInfo_var, L_0, L_1); return; } } // System.Void System.Text.RegularExpressions.Syntax.PositionAssertion::GetWidth(System.Int32&,System.Int32&) extern "C" IL2CPP_METHOD_ATTR void PositionAssertion_GetWidth_m856687117 (PositionAssertion_t3339288061 * __this, int32_t* ___min0, int32_t* ___max1, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t* L_0 = ___min0; int32_t* L_1 = ___max1; int32_t L_2 = 0; V_0 = L_2; *((int32_t*)(L_1)) = (int32_t)L_2; int32_t L_3 = V_0; *((int32_t*)(L_0)) = (int32_t)L_3; return; } } // System.Boolean System.Text.RegularExpressions.Syntax.PositionAssertion::IsComplex() extern "C" IL2CPP_METHOD_ATTR bool PositionAssertion_IsComplex_m3339056668 (PositionAssertion_t3339288061 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Text.RegularExpressions.Syntax.AnchorInfo System.Text.RegularExpressions.Syntax.PositionAssertion::GetAnchorInfo(System.Boolean) extern "C" IL2CPP_METHOD_ATTR AnchorInfo_t3387011151 * PositionAssertion_GetAnchorInfo_m32057718 (PositionAssertion_t3339288061 * __this, bool ___revers0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PositionAssertion_GetAnchorInfo_m32057718_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint16_t V_0 = 0; { uint16_t L_0 = __this->get_pos_0(); V_0 = L_0; uint16_t L_1 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)2))) { case 0: { goto IL_0020; } case 1: { goto IL_0020; } case 2: { goto IL_0020; } } } { goto IL_002f; } IL_0020: { uint16_t L_2 = __this->get_pos_0(); AnchorInfo_t3387011151 * L_3 = (AnchorInfo_t3387011151 *)il2cpp_codegen_object_new(AnchorInfo_t3387011151_il2cpp_TypeInfo_var); AnchorInfo__ctor_m46784903(L_3, __this, 0, 0, L_2, /*hidden argument*/NULL); return L_3; } IL_002f: { AnchorInfo_t3387011151 * L_4 = (AnchorInfo_t3387011151 *)il2cpp_codegen_object_new(AnchorInfo_t3387011151_il2cpp_TypeInfo_var); AnchorInfo__ctor_m3523994803(L_4, __this, 0, /*hidden argument*/NULL); return L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Text.RegularExpressions.Syntax.Reference::.ctor(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Reference__ctor_m1870245246 (Reference_t1799410108 * __this, bool ___ignore0, const RuntimeMethod* method) { { Expression__ctor_m1600460087(__this, /*hidden argument*/NULL); bool L_0 = ___ignore0; __this->set_ignore_1(L_0); return; } } // System.Text.RegularExpressions.Syntax.CapturingGroup System.Text.RegularExpressions.Syntax.Reference::get_CapturingGroup() extern "C" IL2CPP_METHOD_ATTR CapturingGroup_t751358689 * Reference_get_CapturingGroup_m3861468528 (Reference_t1799410108 * __this, const RuntimeMethod* method) { { CapturingGroup_t751358689 * L_0 = __this->get_group_0(); return L_0; } } // System.Void System.Text.RegularExpressions.Syntax.Reference::set_CapturingGroup(System.Text.RegularExpressions.Syntax.CapturingGroup) extern "C" IL2CPP_METHOD_ATTR void Reference_set_CapturingGroup_m1130974240 (Reference_t1799410108 * __this, CapturingGroup_t751358689 * ___value0, const RuntimeMethod* method) { { CapturingGroup_t751358689 * L_0 = ___value0; __this->set_group_0(L_0); return; } } // System.Boolean System.Text.RegularExpressions.Syntax.Reference::get_IgnoreCase() extern "C" IL2CPP_METHOD_ATTR bool Reference_get_IgnoreCase_m241264953 (Reference_t1799410108 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_ignore_1(); return L_0; } } // System.Void System.Text.RegularExpressions.Syntax.Reference::Compile(System.Text.RegularExpressions.ICompiler,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Reference_Compile_m4195878675 (Reference_t1799410108 * __this, RuntimeObject* ___cmp0, bool ___reverse1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Reference_Compile_m4195878675_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___cmp0; CapturingGroup_t751358689 * L_1 = __this->get_group_0(); NullCheck(L_1); int32_t L_2 = CapturingGroup_get_Index_m3406974370(L_1, /*hidden argument*/NULL); bool L_3 = __this->get_ignore_1(); bool L_4 = ___reverse1; NullCheck(L_0); InterfaceActionInvoker3< int32_t, bool, bool >::Invoke(14 /* System.Void System.Text.RegularExpressions.ICompiler::EmitReference(System.Int32,System.Boolean,System.Boolean) */, ICompiler_t118549125_il2cpp_TypeInfo_var, L_0, L_2, L_3, L_4); return; } } // System.Void System.Text.RegularExpressions.Syntax.Reference::GetWidth(System.Int32&,System.Int32&) extern "C" IL2CPP_METHOD_ATTR void Reference_GetWidth_m3130781491 (Reference_t1799410108 * __this, int32_t* ___min0, int32_t* ___max1, const RuntimeMethod* method) { { int32_t* L_0 = ___min0; *((int32_t*)(L_0)) = (int32_t)0; int32_t* L_1 = ___max1; *((int32_t*)(L_1)) = (int32_t)((int32_t)2147483647LL); return; } } // System.Boolean System.Text.RegularExpressions.Syntax.Reference::IsComplex() extern "C" IL2CPP_METHOD_ATTR bool Reference_IsComplex_m3000063927 (Reference_t1799410108 * __this, const RuntimeMethod* method) { { return (bool)1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Text.RegularExpressions.Syntax.RegularExpression::.ctor() extern "C" IL2CPP_METHOD_ATTR void RegularExpression__ctor_m119502265 (RegularExpression_t3834220169 * __this, const RuntimeMethod* method) { { Group__ctor_m2980794822(__this, /*hidden argument*/NULL); __this->set_group_count_1(0); return; } } // System.Void System.Text.RegularExpressions.Syntax.RegularExpression::set_GroupCount(System.Int32) extern "C" IL2CPP_METHOD_ATTR void RegularExpression_set_GroupCount_m3908887512 (RegularExpression_t3834220169 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_group_count_1(L_0); return; } } // System.Void System.Text.RegularExpressions.Syntax.RegularExpression::Compile(System.Text.RegularExpressions.ICompiler,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void RegularExpression_Compile_m2385682508 (RegularExpression_t3834220169 * __this, RuntimeObject* ___cmp0, bool ___reverse1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RegularExpression_Compile_m2385682508_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; AnchorInfo_t3387011151 * V_2 = NULL; LinkRef_t2971865410 * V_3 = NULL; { VirtActionInvoker2< int32_t*, int32_t* >::Invoke(5 /* System.Void System.Text.RegularExpressions.Syntax.Group::GetWidth(System.Int32&,System.Int32&) */, __this, (&V_0), (&V_1)); RuntimeObject* L_0 = ___cmp0; int32_t L_1 = __this->get_group_count_1(); int32_t L_2 = V_0; int32_t L_3 = V_1; NullCheck(L_0); InterfaceActionInvoker3< int32_t, int32_t, int32_t >::Invoke(23 /* System.Void System.Text.RegularExpressions.ICompiler::EmitInfo(System.Int32,System.Int32,System.Int32) */, ICompiler_t118549125_il2cpp_TypeInfo_var, L_0, L_1, L_2, L_3); bool L_4 = ___reverse1; AnchorInfo_t3387011151 * L_5 = VirtFuncInvoker1< AnchorInfo_t3387011151 *, bool >::Invoke(6 /* System.Text.RegularExpressions.Syntax.AnchorInfo System.Text.RegularExpressions.Syntax.Group::GetAnchorInfo(System.Boolean) */, __this, L_4); V_2 = L_5; RuntimeObject* L_6 = ___cmp0; NullCheck(L_6); LinkRef_t2971865410 * L_7 = InterfaceFuncInvoker0< LinkRef_t2971865410 * >::Invoke(28 /* System.Text.RegularExpressions.LinkRef System.Text.RegularExpressions.ICompiler::NewLink() */, ICompiler_t118549125_il2cpp_TypeInfo_var, L_6); V_3 = L_7; RuntimeObject* L_8 = ___cmp0; bool L_9 = ___reverse1; AnchorInfo_t3387011151 * L_10 = V_2; NullCheck(L_10); int32_t L_11 = AnchorInfo_get_Offset_m2045445765(L_10, /*hidden argument*/NULL); LinkRef_t2971865410 * L_12 = V_3; NullCheck(L_8); InterfaceActionInvoker3< bool, int32_t, LinkRef_t2971865410 * >::Invoke(25 /* System.Void System.Text.RegularExpressions.ICompiler::EmitAnchor(System.Boolean,System.Int32,System.Text.RegularExpressions.LinkRef) */, ICompiler_t118549125_il2cpp_TypeInfo_var, L_8, L_9, L_11, L_12); AnchorInfo_t3387011151 * L_13 = V_2; NullCheck(L_13); bool L_14 = AnchorInfo_get_IsPosition_m2100552190(L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_0051; } } { RuntimeObject* L_15 = ___cmp0; AnchorInfo_t3387011151 * L_16 = V_2; NullCheck(L_16); uint16_t L_17 = AnchorInfo_get_Position_m1133366486(L_16, /*hidden argument*/NULL); NullCheck(L_15); InterfaceActionInvoker1< uint16_t >::Invoke(9 /* System.Void System.Text.RegularExpressions.ICompiler::EmitPosition(System.Text.RegularExpressions.Position) */, ICompiler_t118549125_il2cpp_TypeInfo_var, L_15, L_17); goto IL_006f; } IL_0051: { AnchorInfo_t3387011151 * L_18 = V_2; NullCheck(L_18); bool L_19 = AnchorInfo_get_IsSubstring_m1536110387(L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_006f; } } { RuntimeObject* L_20 = ___cmp0; AnchorInfo_t3387011151 * L_21 = V_2; NullCheck(L_21); String_t* L_22 = AnchorInfo_get_Substring_m1799385132(L_21, /*hidden argument*/NULL); AnchorInfo_t3387011151 * L_23 = V_2; NullCheck(L_23); bool L_24 = AnchorInfo_get_IgnoreCase_m4084905689(L_23, /*hidden argument*/NULL); bool L_25 = ___reverse1; NullCheck(L_20); InterfaceActionInvoker3< String_t*, bool, bool >::Invoke(8 /* System.Void System.Text.RegularExpressions.ICompiler::EmitString(System.String,System.Boolean,System.Boolean) */, ICompiler_t118549125_il2cpp_TypeInfo_var, L_20, L_22, L_24, L_25); } IL_006f: { RuntimeObject* L_26 = ___cmp0; NullCheck(L_26); InterfaceActionInvoker0::Invoke(2 /* System.Void System.Text.RegularExpressions.ICompiler::EmitTrue() */, ICompiler_t118549125_il2cpp_TypeInfo_var, L_26); RuntimeObject* L_27 = ___cmp0; LinkRef_t2971865410 * L_28 = V_3; NullCheck(L_27); InterfaceActionInvoker1< LinkRef_t2971865410 * >::Invoke(29 /* System.Void System.Text.RegularExpressions.ICompiler::ResolveLink(System.Text.RegularExpressions.LinkRef) */, ICompiler_t118549125_il2cpp_TypeInfo_var, L_27, L_28); RuntimeObject* L_29 = ___cmp0; bool L_30 = ___reverse1; Group_Compile_m3355488790(__this, L_29, L_30, /*hidden argument*/NULL); RuntimeObject* L_31 = ___cmp0; NullCheck(L_31); InterfaceActionInvoker0::Invoke(2 /* System.Void System.Text.RegularExpressions.ICompiler::EmitTrue() */, ICompiler_t118549125_il2cpp_TypeInfo_var, L_31); 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.Syntax.Repetition::.ctor(System.Int32,System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Repetition__ctor_m1672362629 (Repetition_t2393242404 * __this, int32_t ___min0, int32_t ___max1, bool ___lazy2, const RuntimeMethod* method) { { CompositeExpression__ctor_m2434860303(__this, /*hidden argument*/NULL); ExpressionCollection_t1810289389 * L_0 = CompositeExpression_get_Expressions_m2951105322(__this, /*hidden argument*/NULL); NullCheck(L_0); ExpressionCollection_Add_m41125344(L_0, (Expression_t2722445759 *)NULL, /*hidden argument*/NULL); int32_t L_1 = ___min0; __this->set_min_1(L_1); int32_t L_2 = ___max1; __this->set_max_2(L_2); bool L_3 = ___lazy2; __this->set_lazy_3(L_3); return; } } // System.Text.RegularExpressions.Syntax.Expression System.Text.RegularExpressions.Syntax.Repetition::get_Expression() extern "C" IL2CPP_METHOD_ATTR Expression_t2722445759 * Repetition_get_Expression_m2673886232 (Repetition_t2393242404 * __this, const RuntimeMethod* method) { { ExpressionCollection_t1810289389 * L_0 = CompositeExpression_get_Expressions_m2951105322(__this, /*hidden argument*/NULL); NullCheck(L_0); Expression_t2722445759 * L_1 = ExpressionCollection_get_Item_m3510736379(L_0, 0, /*hidden argument*/NULL); return L_1; } } // System.Void System.Text.RegularExpressions.Syntax.Repetition::set_Expression(System.Text.RegularExpressions.Syntax.Expression) extern "C" IL2CPP_METHOD_ATTR void Repetition_set_Expression_m1234887071 (Repetition_t2393242404 * __this, Expression_t2722445759 * ___value0, const RuntimeMethod* method) { { ExpressionCollection_t1810289389 * L_0 = CompositeExpression_get_Expressions_m2951105322(__this, /*hidden argument*/NULL); Expression_t2722445759 * L_1 = ___value0; NullCheck(L_0); ExpressionCollection_set_Item_m2040804459(L_0, 0, L_1, /*hidden argument*/NULL); return; } } // System.Int32 System.Text.RegularExpressions.Syntax.Repetition::get_Minimum() extern "C" IL2CPP_METHOD_ATTR int32_t Repetition_get_Minimum_m2550947568 (Repetition_t2393242404 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_min_1(); return L_0; } } // System.Void System.Text.RegularExpressions.Syntax.Repetition::Compile(System.Text.RegularExpressions.ICompiler,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Repetition_Compile_m988726715 (Repetition_t2393242404 * __this, RuntimeObject* ___cmp0, bool ___reverse1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Repetition_Compile_m988726715_MetadataUsageId); s_Il2CppMethodInitialized = true; } LinkRef_t2971865410 * V_0 = NULL; LinkRef_t2971865410 * V_1 = NULL; { Expression_t2722445759 * L_0 = Repetition_get_Expression_m2673886232(__this, /*hidden argument*/NULL); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.Text.RegularExpressions.Syntax.Expression::IsComplex() */, L_0); if (!L_1) { goto IL_0049; } } { RuntimeObject* L_2 = ___cmp0; NullCheck(L_2); LinkRef_t2971865410 * L_3 = InterfaceFuncInvoker0< LinkRef_t2971865410 * >::Invoke(28 /* System.Text.RegularExpressions.LinkRef System.Text.RegularExpressions.ICompiler::NewLink() */, ICompiler_t118549125_il2cpp_TypeInfo_var, L_2); V_0 = L_3; RuntimeObject* L_4 = ___cmp0; int32_t L_5 = __this->get_min_1(); int32_t L_6 = __this->get_max_2(); bool L_7 = __this->get_lazy_3(); LinkRef_t2971865410 * L_8 = V_0; NullCheck(L_4); InterfaceActionInvoker4< int32_t, int32_t, bool, LinkRef_t2971865410 * >::Invoke(20 /* System.Void System.Text.RegularExpressions.ICompiler::EmitRepeat(System.Int32,System.Int32,System.Boolean,System.Text.RegularExpressions.LinkRef) */, ICompiler_t118549125_il2cpp_TypeInfo_var, L_4, L_5, L_6, L_7, L_8); Expression_t2722445759 * L_9 = Repetition_get_Expression_m2673886232(__this, /*hidden argument*/NULL); RuntimeObject* L_10 = ___cmp0; bool L_11 = ___reverse1; NullCheck(L_9); VirtActionInvoker2< RuntimeObject*, bool >::Invoke(4 /* System.Void System.Text.RegularExpressions.Syntax.Expression::Compile(System.Text.RegularExpressions.ICompiler,System.Boolean) */, L_9, L_10, L_11); RuntimeObject* L_12 = ___cmp0; LinkRef_t2971865410 * L_13 = V_0; NullCheck(L_12); InterfaceActionInvoker1< LinkRef_t2971865410 * >::Invoke(21 /* System.Void System.Text.RegularExpressions.ICompiler::EmitUntil(System.Text.RegularExpressions.LinkRef) */, ICompiler_t118549125_il2cpp_TypeInfo_var, L_12, L_13); goto IL_0083; } IL_0049: { RuntimeObject* L_14 = ___cmp0; NullCheck(L_14); LinkRef_t2971865410 * L_15 = InterfaceFuncInvoker0< LinkRef_t2971865410 * >::Invoke(28 /* System.Text.RegularExpressions.LinkRef System.Text.RegularExpressions.ICompiler::NewLink() */, ICompiler_t118549125_il2cpp_TypeInfo_var, L_14); V_1 = L_15; RuntimeObject* L_16 = ___cmp0; int32_t L_17 = __this->get_min_1(); int32_t L_18 = __this->get_max_2(); bool L_19 = __this->get_lazy_3(); LinkRef_t2971865410 * L_20 = V_1; NullCheck(L_16); InterfaceActionInvoker4< int32_t, int32_t, bool, LinkRef_t2971865410 * >::Invoke(24 /* System.Void System.Text.RegularExpressions.ICompiler::EmitFastRepeat(System.Int32,System.Int32,System.Boolean,System.Text.RegularExpressions.LinkRef) */, ICompiler_t118549125_il2cpp_TypeInfo_var, L_16, L_17, L_18, L_19, L_20); Expression_t2722445759 * L_21 = Repetition_get_Expression_m2673886232(__this, /*hidden argument*/NULL); RuntimeObject* L_22 = ___cmp0; bool L_23 = ___reverse1; NullCheck(L_21); VirtActionInvoker2< RuntimeObject*, bool >::Invoke(4 /* System.Void System.Text.RegularExpressions.Syntax.Expression::Compile(System.Text.RegularExpressions.ICompiler,System.Boolean) */, L_21, L_22, L_23); RuntimeObject* L_24 = ___cmp0; NullCheck(L_24); InterfaceActionInvoker0::Invoke(2 /* System.Void System.Text.RegularExpressions.ICompiler::EmitTrue() */, ICompiler_t118549125_il2cpp_TypeInfo_var, L_24); RuntimeObject* L_25 = ___cmp0; LinkRef_t2971865410 * L_26 = V_1; NullCheck(L_25); InterfaceActionInvoker1< LinkRef_t2971865410 * >::Invoke(29 /* System.Void System.Text.RegularExpressions.ICompiler::ResolveLink(System.Text.RegularExpressions.LinkRef) */, ICompiler_t118549125_il2cpp_TypeInfo_var, L_25, L_26); } IL_0083: { return; } } // System.Void System.Text.RegularExpressions.Syntax.Repetition::GetWidth(System.Int32&,System.Int32&) extern "C" IL2CPP_METHOD_ATTR void Repetition_GetWidth_m1827161831 (Repetition_t2393242404 * __this, int32_t* ___min0, int32_t* ___max1, const RuntimeMethod* method) { { Expression_t2722445759 * L_0 = Repetition_get_Expression_m2673886232(__this, /*hidden argument*/NULL); int32_t* L_1 = ___min0; int32_t* L_2 = ___max1; NullCheck(L_0); VirtActionInvoker2< int32_t*, int32_t* >::Invoke(5 /* System.Void System.Text.RegularExpressions.Syntax.Expression::GetWidth(System.Int32&,System.Int32&) */, L_0, L_1, L_2); int32_t* L_3 = ___min0; int32_t* L_4 = ___min0; int32_t L_5 = __this->get_min_1(); *((int32_t*)(L_3)) = (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)(*((int32_t*)L_4)), (int32_t)L_5)); int32_t* L_6 = ___max1; if ((((int32_t)(*((int32_t*)L_6))) == ((int32_t)((int32_t)2147483647LL)))) { goto IL_0034; } } { int32_t L_7 = __this->get_max_2(); if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)65535))))) { goto IL_0040; } } IL_0034: { int32_t* L_8 = ___max1; *((int32_t*)(L_8)) = (int32_t)((int32_t)2147483647LL); goto IL_004b; } IL_0040: { int32_t* L_9 = ___max1; int32_t* L_10 = ___max1; int32_t L_11 = __this->get_max_2(); *((int32_t*)(L_9)) = (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)(*((int32_t*)L_10)), (int32_t)L_11)); } IL_004b: { return; } } // System.Text.RegularExpressions.Syntax.AnchorInfo System.Text.RegularExpressions.Syntax.Repetition::GetAnchorInfo(System.Boolean) extern "C" IL2CPP_METHOD_ATTR AnchorInfo_t3387011151 * Repetition_GetAnchorInfo_m2615648496 (Repetition_t2393242404 * __this, bool ___reverse0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Repetition_GetAnchorInfo_m2615648496_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; AnchorInfo_t3387011151 * V_1 = NULL; String_t* V_2 = NULL; StringBuilder_t * V_3 = NULL; int32_t V_4 = 0; { int32_t L_0 = Expression_GetFixedWidth_m945658(__this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = Repetition_get_Minimum_m2550947568(__this, /*hidden argument*/NULL); if (L_1) { goto IL_001a; } } { int32_t L_2 = V_0; AnchorInfo_t3387011151 * L_3 = (AnchorInfo_t3387011151 *)il2cpp_codegen_object_new(AnchorInfo_t3387011151_il2cpp_TypeInfo_var); AnchorInfo__ctor_m3523994803(L_3, __this, L_2, /*hidden argument*/NULL); return L_3; } IL_001a: { Expression_t2722445759 * L_4 = Repetition_get_Expression_m2673886232(__this, /*hidden argument*/NULL); bool L_5 = ___reverse0; NullCheck(L_4); AnchorInfo_t3387011151 * L_6 = VirtFuncInvoker1< AnchorInfo_t3387011151 *, bool >::Invoke(6 /* System.Text.RegularExpressions.Syntax.AnchorInfo System.Text.RegularExpressions.Syntax.Expression::GetAnchorInfo(System.Boolean) */, L_4, L_5); V_1 = L_6; AnchorInfo_t3387011151 * L_7 = V_1; NullCheck(L_7); bool L_8 = AnchorInfo_get_IsPosition_m2100552190(L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0046; } } { AnchorInfo_t3387011151 * L_9 = V_1; NullCheck(L_9); int32_t L_10 = AnchorInfo_get_Offset_m2045445765(L_9, /*hidden argument*/NULL); int32_t L_11 = V_0; AnchorInfo_t3387011151 * L_12 = V_1; NullCheck(L_12); uint16_t L_13 = AnchorInfo_get_Position_m1133366486(L_12, /*hidden argument*/NULL); AnchorInfo_t3387011151 * L_14 = (AnchorInfo_t3387011151 *)il2cpp_codegen_object_new(AnchorInfo_t3387011151_il2cpp_TypeInfo_var); AnchorInfo__ctor_m46784903(L_14, __this, L_10, L_11, L_13, /*hidden argument*/NULL); return L_14; } IL_0046: { AnchorInfo_t3387011151 * L_15 = V_1; NullCheck(L_15); bool L_16 = AnchorInfo_get_IsSubstring_m1536110387(L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_00bc; } } { AnchorInfo_t3387011151 * L_17 = V_1; NullCheck(L_17); bool L_18 = AnchorInfo_get_IsComplete_m4053892818(L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_00a2; } } { AnchorInfo_t3387011151 * L_19 = V_1; NullCheck(L_19); String_t* L_20 = AnchorInfo_get_Substring_m1799385132(L_19, /*hidden argument*/NULL); V_2 = L_20; String_t* L_21 = V_2; StringBuilder_t * L_22 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m2989139009(L_22, L_21, /*hidden argument*/NULL); V_3 = L_22; V_4 = 1; goto IL_0080; } IL_0072: { StringBuilder_t * L_23 = V_3; String_t* L_24 = V_2; NullCheck(L_23); StringBuilder_Append_m1965104174(L_23, L_24, /*hidden argument*/NULL); int32_t L_25 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); } IL_0080: { int32_t L_26 = V_4; int32_t L_27 = Repetition_get_Minimum_m2550947568(__this, /*hidden argument*/NULL); if ((((int32_t)L_26) < ((int32_t)L_27))) { goto IL_0072; } } { int32_t L_28 = V_0; StringBuilder_t * L_29 = V_3; NullCheck(L_29); String_t* L_30 = StringBuilder_ToString_m3317489284(L_29, /*hidden argument*/NULL); AnchorInfo_t3387011151 * L_31 = V_1; NullCheck(L_31); bool L_32 = AnchorInfo_get_IgnoreCase_m4084905689(L_31, /*hidden argument*/NULL); AnchorInfo_t3387011151 * L_33 = (AnchorInfo_t3387011151 *)il2cpp_codegen_object_new(AnchorInfo_t3387011151_il2cpp_TypeInfo_var); AnchorInfo__ctor_m3869855453(L_33, __this, 0, L_28, L_30, L_32, /*hidden argument*/NULL); return L_33; } IL_00a2: { AnchorInfo_t3387011151 * L_34 = V_1; NullCheck(L_34); int32_t L_35 = AnchorInfo_get_Offset_m2045445765(L_34, /*hidden argument*/NULL); int32_t L_36 = V_0; AnchorInfo_t3387011151 * L_37 = V_1; NullCheck(L_37); String_t* L_38 = AnchorInfo_get_Substring_m1799385132(L_37, /*hidden argument*/NULL); AnchorInfo_t3387011151 * L_39 = V_1; NullCheck(L_39); bool L_40 = AnchorInfo_get_IgnoreCase_m4084905689(L_39, /*hidden argument*/NULL); AnchorInfo_t3387011151 * L_41 = (AnchorInfo_t3387011151 *)il2cpp_codegen_object_new(AnchorInfo_t3387011151_il2cpp_TypeInfo_var); AnchorInfo__ctor_m3869855453(L_41, __this, L_35, L_36, L_38, L_40, /*hidden argument*/NULL); return L_41; } IL_00bc: { int32_t L_42 = V_0; AnchorInfo_t3387011151 * L_43 = (AnchorInfo_t3387011151 *)il2cpp_codegen_object_new(AnchorInfo_t3387011151_il2cpp_TypeInfo_var); AnchorInfo__ctor_m3523994803(L_43, __this, L_42, /*hidden argument*/NULL); return L_43; } } #ifdef __clang__ #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.Uri::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void Uri__ctor_m1474792120 (Uri_t100236324 * __this, String_t* ___uriString0, const RuntimeMethod* method) { { String_t* L_0 = ___uriString0; Uri__ctor_m3377055802(__this, L_0, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.Uri::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void Uri__ctor_m3848281005 (Uri_t100236324 * __this, SerializationInfo_t950877179 * ___serializationInfo0, StreamingContext_t3711869237 ___streamingContext1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Uri__ctor_m3848281005_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SerializationInfo_t950877179 * L_0 = ___serializationInfo0; NullCheck(L_0); String_t* L_1 = SerializationInfo_GetString_m3155282843(L_0, _stringLiteral1705674066, /*hidden argument*/NULL); Uri__ctor_m3377055802(__this, L_1, (bool)1, /*hidden argument*/NULL); return; } } // System.Void System.Uri::.ctor(System.String,System.UriKind) extern "C" IL2CPP_METHOD_ATTR void Uri__ctor_m391584135 (Uri_t100236324 * __this, String_t* ___uriString0, int32_t ___uriKind1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Uri__ctor_m391584135_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_scheme_2(L_0); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_host_3(L_1); __this->set_port_4((-1)); String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_path_5(L_2); String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_query_6(L_3); String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_fragment_7(L_4); String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_userinfo_8(L_5); __this->set_isAbsoluteUri_11((bool)1); Object__ctor_m297566312(__this, /*hidden argument*/NULL); String_t* L_6 = ___uriString0; __this->set_source_1(L_6); int32_t L_7 = ___uriKind1; Uri_ParseUri_m2150795567(__this, L_7, /*hidden argument*/NULL); int32_t L_8 = ___uriKind1; V_1 = L_8; int32_t L_9 = V_1; switch (L_9) { case 0: { goto IL_00b3; } case 1: { goto IL_007d; } case 2: { goto IL_0098; } } } { goto IL_00b8; } IL_007d: { bool L_10 = Uri_get_IsAbsoluteUri_m3834080655(__this, /*hidden argument*/NULL); if (L_10) { goto IL_0093; } } { UriFormatException_t953270471 * L_11 = (UriFormatException_t953270471 *)il2cpp_codegen_object_new(UriFormatException_t953270471_il2cpp_TypeInfo_var); UriFormatException__ctor_m3083316541(L_11, _stringLiteral1267661654, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,Uri__ctor_m391584135_RuntimeMethod_var); } IL_0093: { goto IL_00d9; } IL_0098: { bool L_12 = Uri_get_IsAbsoluteUri_m3834080655(__this, /*hidden argument*/NULL); if (!L_12) { goto IL_00ae; } } { UriFormatException_t953270471 * L_13 = (UriFormatException_t953270471 *)il2cpp_codegen_object_new(UriFormatException_t953270471_il2cpp_TypeInfo_var); UriFormatException__ctor_m3083316541(L_13, _stringLiteral3167450820, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13,Uri__ctor_m391584135_RuntimeMethod_var); } IL_00ae: { goto IL_00d9; } IL_00b3: { goto IL_00d9; } IL_00b8: { ObjectU5BU5D_t2843939325* L_14 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); int32_t L_15 = ___uriKind1; int32_t L_16 = L_15; RuntimeObject * L_17 = Box(UriKind_t3816567336_il2cpp_TypeInfo_var, &L_16); NullCheck(L_14); ArrayElementTypeCheck (L_14, L_17); (L_14)->SetAt(static_cast(0), (RuntimeObject *)L_17); String_t* L_18 = Locale_GetText_m2640320736(NULL /*static, unused*/, _stringLiteral2894849996, L_14, /*hidden argument*/NULL); V_0 = L_18; String_t* L_19 = V_0; ArgumentException_t132251570 * L_20 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_20, L_19, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_20,Uri__ctor_m391584135_RuntimeMethod_var); } IL_00d9: { return; } } // System.Void System.Uri::.ctor(System.Uri,System.Uri) extern "C" IL2CPP_METHOD_ATTR void Uri__ctor_m253204164 (Uri_t100236324 * __this, Uri_t100236324 * ___baseUri0, Uri_t100236324 * ___relativeUri1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Uri__ctor_m253204164_MetadataUsageId); s_Il2CppMethodInitialized = true; } Uri_t100236324 * G_B2_0 = NULL; Uri_t100236324 * G_B2_1 = NULL; Uri_t100236324 * G_B1_0 = NULL; Uri_t100236324 * G_B1_1 = NULL; String_t* G_B3_0 = NULL; Uri_t100236324 * G_B3_1 = NULL; Uri_t100236324 * G_B3_2 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_scheme_2(L_0); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_host_3(L_1); __this->set_port_4((-1)); String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_path_5(L_2); String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_query_6(L_3); String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_fragment_7(L_4); String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_userinfo_8(L_5); __this->set_isAbsoluteUri_11((bool)1); Object__ctor_m297566312(__this, /*hidden argument*/NULL); Uri_t100236324 * L_6 = ___baseUri0; Uri_t100236324 * L_7 = ___relativeUri1; IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); bool L_8 = Uri_op_Equality_m2988156441(NULL /*static, unused*/, L_7, (Uri_t100236324 *)NULL, /*hidden argument*/NULL); G_B1_0 = L_6; G_B1_1 = __this; if (!L_8) { G_B2_0 = L_6; G_B2_1 = __this; goto IL_006e; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_9 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); G_B3_0 = L_9; G_B3_1 = G_B1_0; G_B3_2 = G_B1_1; goto IL_0074; } IL_006e: { Uri_t100236324 * L_10 = ___relativeUri1; NullCheck(L_10); String_t* L_11 = Uri_get_OriginalString_m2551181575(L_10, /*hidden argument*/NULL); G_B3_0 = L_11; G_B3_1 = G_B2_0; G_B3_2 = G_B2_1; } IL_0074: { NullCheck(G_B3_2); Uri_Merge_m76373955(G_B3_2, G_B3_1, G_B3_0, /*hidden argument*/NULL); return; } } // System.Void System.Uri::.ctor(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Uri__ctor_m3377055802 (Uri_t100236324 * __this, String_t* ___uriString0, bool ___dontEscape1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Uri__ctor_m3377055802_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_scheme_2(L_0); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_host_3(L_1); __this->set_port_4((-1)); String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_path_5(L_2); String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_query_6(L_3); String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_fragment_7(L_4); String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_userinfo_8(L_5); __this->set_isAbsoluteUri_11((bool)1); Object__ctor_m297566312(__this, /*hidden argument*/NULL); bool L_6 = ___dontEscape1; __this->set_userEscaped_12(L_6); String_t* L_7 = ___uriString0; __this->set_source_1(L_7); Uri_ParseUri_m2150795567(__this, 1, /*hidden argument*/NULL); bool L_8 = __this->get_isAbsoluteUri_11(); if (L_8) { goto IL_0087; } } { String_t* L_9 = ___uriString0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_10 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral1833178994, L_9, /*hidden argument*/NULL); UriFormatException_t953270471 * L_11 = (UriFormatException_t953270471 *)il2cpp_codegen_object_new(UriFormatException_t953270471_il2cpp_TypeInfo_var); UriFormatException__ctor_m3083316541(L_11, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,Uri__ctor_m3377055802_RuntimeMethod_var); } IL_0087: { return; } } // System.Void System.Uri::.ctor(System.Uri,System.String) extern "C" IL2CPP_METHOD_ATTR void Uri__ctor_m279432735 (Uri_t100236324 * __this, Uri_t100236324 * ___baseUri0, String_t* ___relativeUri1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Uri__ctor_m279432735_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_scheme_2(L_0); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_host_3(L_1); __this->set_port_4((-1)); String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_path_5(L_2); String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_query_6(L_3); String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_fragment_7(L_4); String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_userinfo_8(L_5); __this->set_isAbsoluteUri_11((bool)1); Object__ctor_m297566312(__this, /*hidden argument*/NULL); Uri_t100236324 * L_6 = ___baseUri0; String_t* L_7 = ___relativeUri1; Uri_Merge_m76373955(__this, L_6, L_7, /*hidden argument*/NULL); return; } } // System.Void System.Uri::.cctor() extern "C" IL2CPP_METHOD_ATTR void Uri__cctor_m38080231 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Uri__cctor_m38080231_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->set_hexUpperChars_17(_stringLiteral598647136); ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->set_SchemeDelimiter_18(_stringLiteral1057238085); ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->set_UriSchemeFile_19(_stringLiteral1629333464); ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->set_UriSchemeFtp_20(_stringLiteral228733076); ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->set_UriSchemeGopher_21(_stringLiteral2386815142); ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->set_UriSchemeHttp_22(_stringLiteral3140485902); ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->set_UriSchemeHttps_23(_stringLiteral1973861653); ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->set_UriSchemeMailto_24(_stringLiteral416809914); ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->set_UriSchemeNews_25(_stringLiteral15098073); ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->set_UriSchemeNntp_26(_stringLiteral3139830536); ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->set_UriSchemeNetPipe_27(_stringLiteral3041793228); ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->set_UriSchemeNetTcp_28(_stringLiteral1761547464); UriSchemeU5BU5D_t2082808316* L_0 = ((UriSchemeU5BU5D_t2082808316*)SZArrayNew(UriSchemeU5BU5D_t2082808316_il2cpp_TypeInfo_var, (uint32_t)8)); NullCheck(L_0); String_t* L_1 = ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->get_UriSchemeHttp_22(); String_t* L_2 = ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->get_SchemeDelimiter_18(); UriScheme_t722425697 L_3; memset(&L_3, 0, sizeof(L_3)); UriScheme__ctor_m1399779782((&L_3), L_1, L_2, ((int32_t)80), /*hidden argument*/NULL); *(UriScheme_t722425697 *)((L_0)->GetAddressAt(static_cast(0))) = L_3; UriSchemeU5BU5D_t2082808316* L_4 = L_0; NullCheck(L_4); String_t* L_5 = ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->get_UriSchemeHttps_23(); String_t* L_6 = ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->get_SchemeDelimiter_18(); UriScheme_t722425697 L_7; memset(&L_7, 0, sizeof(L_7)); UriScheme__ctor_m1399779782((&L_7), L_5, L_6, ((int32_t)443), /*hidden argument*/NULL); *(UriScheme_t722425697 *)((L_4)->GetAddressAt(static_cast(1))) = L_7; UriSchemeU5BU5D_t2082808316* L_8 = L_4; NullCheck(L_8); String_t* L_9 = ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->get_UriSchemeFtp_20(); String_t* L_10 = ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->get_SchemeDelimiter_18(); UriScheme_t722425697 L_11; memset(&L_11, 0, sizeof(L_11)); UriScheme__ctor_m1399779782((&L_11), L_9, L_10, ((int32_t)21), /*hidden argument*/NULL); *(UriScheme_t722425697 *)((L_8)->GetAddressAt(static_cast(2))) = L_11; UriSchemeU5BU5D_t2082808316* L_12 = L_8; NullCheck(L_12); String_t* L_13 = ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->get_UriSchemeFile_19(); String_t* L_14 = ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->get_SchemeDelimiter_18(); UriScheme_t722425697 L_15; memset(&L_15, 0, sizeof(L_15)); UriScheme__ctor_m1399779782((&L_15), L_13, L_14, (-1), /*hidden argument*/NULL); *(UriScheme_t722425697 *)((L_12)->GetAddressAt(static_cast(3))) = L_15; UriSchemeU5BU5D_t2082808316* L_16 = L_12; NullCheck(L_16); String_t* L_17 = ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->get_UriSchemeMailto_24(); UriScheme_t722425697 L_18; memset(&L_18, 0, sizeof(L_18)); UriScheme__ctor_m1399779782((&L_18), L_17, _stringLiteral3452614550, ((int32_t)25), /*hidden argument*/NULL); *(UriScheme_t722425697 *)((L_16)->GetAddressAt(static_cast(4))) = L_18; UriSchemeU5BU5D_t2082808316* L_19 = L_16; NullCheck(L_19); String_t* L_20 = ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->get_UriSchemeNews_25(); UriScheme_t722425697 L_21; memset(&L_21, 0, sizeof(L_21)); UriScheme__ctor_m1399779782((&L_21), L_20, _stringLiteral3452614550, ((int32_t)119), /*hidden argument*/NULL); *(UriScheme_t722425697 *)((L_19)->GetAddressAt(static_cast(5))) = L_21; UriSchemeU5BU5D_t2082808316* L_22 = L_19; NullCheck(L_22); String_t* L_23 = ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->get_UriSchemeNntp_26(); String_t* L_24 = ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->get_SchemeDelimiter_18(); UriScheme_t722425697 L_25; memset(&L_25, 0, sizeof(L_25)); UriScheme__ctor_m1399779782((&L_25), L_23, L_24, ((int32_t)119), /*hidden argument*/NULL); *(UriScheme_t722425697 *)((L_22)->GetAddressAt(static_cast(6))) = L_25; UriSchemeU5BU5D_t2082808316* L_26 = L_22; NullCheck(L_26); String_t* L_27 = ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->get_UriSchemeGopher_21(); String_t* L_28 = ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->get_SchemeDelimiter_18(); UriScheme_t722425697 L_29; memset(&L_29, 0, sizeof(L_29)); UriScheme__ctor_m1399779782((&L_29), L_27, L_28, ((int32_t)70), /*hidden argument*/NULL); *(UriScheme_t722425697 *)((L_26)->GetAddressAt(static_cast(7))) = L_29; ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->set_schemes_29(L_26); return; } } // System.Void System.Uri::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void Uri_System_Runtime_Serialization_ISerializable_GetObjectData_m4023918416 (Uri_t100236324 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Uri_System_Runtime_Serialization_ISerializable_GetObjectData_m4023918416_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SerializationInfo_t950877179 * L_0 = ___info0; String_t* L_1 = Uri_get_AbsoluteUri_m637273031(__this, /*hidden argument*/NULL); NullCheck(L_0); SerializationInfo_AddValue_m2872281893(L_0, _stringLiteral1705674066, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Uri::Merge(System.Uri,System.String) extern "C" IL2CPP_METHOD_ATTR void Uri_Merge_m76373955 (Uri_t100236324 * __this, Uri_t100236324 * ___baseUri0, String_t* ___relativeUri1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Uri_Merge_m76373955_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Uri_t100236324 * L_0 = ___baseUri0; IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); bool L_1 = Uri_op_Equality_m2988156441(NULL /*static, unused*/, L_0, (Uri_t100236324 *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0017; } } { ArgumentNullException_t1615371798 * L_2 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_2, _stringLiteral4058229981, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Uri_Merge_m76373955_RuntimeMethod_var); } IL_0017: { Uri_t100236324 * L_3 = ___baseUri0; NullCheck(L_3); bool L_4 = Uri_get_IsAbsoluteUri_m3834080655(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_002d; } } { ArgumentOutOfRangeException_t777629997 * L_5 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_5, _stringLiteral4058229981, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,Uri_Merge_m76373955_RuntimeMethod_var); } IL_002d: { String_t* L_6 = ___relativeUri1; if (L_6) { goto IL_003a; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); ___relativeUri1 = L_7; } IL_003a: { String_t* L_8 = ___relativeUri1; NullCheck(L_8); int32_t L_9 = String_get_Length_m3847582255(L_8, /*hidden argument*/NULL); if ((((int32_t)L_9) < ((int32_t)2))) { goto IL_0071; } } { String_t* L_10 = ___relativeUri1; NullCheck(L_10); Il2CppChar L_11 = String_get_Chars_m2986988803(L_10, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)92))))) { goto IL_0071; } } { String_t* L_12 = ___relativeUri1; NullCheck(L_12); Il2CppChar L_13 = String_get_Chars_m2986988803(L_12, 1, /*hidden argument*/NULL); if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)92))))) { goto IL_0071; } } { String_t* L_14 = ___relativeUri1; __this->set_source_1(L_14); Uri_ParseUri_m2150795567(__this, 1, /*hidden argument*/NULL); return; } IL_0071: { String_t* L_15 = ___relativeUri1; NullCheck(L_15); int32_t L_16 = String_IndexOf_m363431711(L_15, ((int32_t)58), /*hidden argument*/NULL); V_0 = L_16; int32_t L_17 = V_0; if ((((int32_t)L_17) == ((int32_t)(-1)))) { goto IL_0107; } } { String_t* L_18 = ___relativeUri1; CharU5BU5D_t3528271667* L_19 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)3)); NullCheck(L_19); (L_19)->SetAt(static_cast(0), (Il2CppChar)((int32_t)47)); CharU5BU5D_t3528271667* L_20 = L_19; NullCheck(L_20); (L_20)->SetAt(static_cast(1), (Il2CppChar)((int32_t)92)); CharU5BU5D_t3528271667* L_21 = L_20; NullCheck(L_21); (L_21)->SetAt(static_cast(2), (Il2CppChar)((int32_t)63)); NullCheck(L_18); int32_t L_22 = String_IndexOfAny_m4159774896(L_18, L_21, /*hidden argument*/NULL); V_1 = L_22; int32_t L_23 = V_1; int32_t L_24 = V_0; if ((((int32_t)L_23) > ((int32_t)L_24))) { goto IL_00ab; } } { int32_t L_25 = V_1; if ((((int32_t)L_25) >= ((int32_t)0))) { goto IL_0107; } } IL_00ab: { Uri_t100236324 * L_26 = ___baseUri0; NullCheck(L_26); String_t* L_27 = Uri_get_Scheme_m1686732325(L_26, /*hidden argument*/NULL); String_t* L_28 = ___relativeUri1; int32_t L_29 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_30 = String_CompareOrdinal_m1012192092(NULL /*static, unused*/, L_27, 0, L_28, 0, L_29, /*hidden argument*/NULL); if (L_30) { goto IL_00ed; } } { Uri_t100236324 * L_31 = ___baseUri0; NullCheck(L_31); String_t* L_32 = Uri_get_Scheme_m1686732325(L_31, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); bool L_33 = Uri_IsPredefinedScheme_m1188665625(NULL /*static, unused*/, L_32, /*hidden argument*/NULL); if (!L_33) { goto IL_00ed; } } { String_t* L_34 = ___relativeUri1; NullCheck(L_34); int32_t L_35 = String_get_Length_m3847582255(L_34, /*hidden argument*/NULL); int32_t L_36 = V_0; if ((((int32_t)L_35) <= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1))))) { goto IL_00fc; } } { String_t* L_37 = ___relativeUri1; int32_t L_38 = V_0; NullCheck(L_37); Il2CppChar L_39 = String_get_Chars_m2986988803(L_37, ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)), /*hidden argument*/NULL); if ((!(((uint32_t)L_39) == ((uint32_t)((int32_t)47))))) { goto IL_00fc; } } IL_00ed: { String_t* L_40 = ___relativeUri1; __this->set_source_1(L_40); Uri_ParseUri_m2150795567(__this, 1, /*hidden argument*/NULL); return; } IL_00fc: { String_t* L_41 = ___relativeUri1; int32_t L_42 = V_0; NullCheck(L_41); String_t* L_43 = String_Substring_m2848979100(L_41, ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1)), /*hidden argument*/NULL); ___relativeUri1 = L_43; } IL_0107: { Uri_t100236324 * L_44 = ___baseUri0; NullCheck(L_44); String_t* L_45 = L_44->get_scheme_2(); __this->set_scheme_2(L_45); Uri_t100236324 * L_46 = ___baseUri0; NullCheck(L_46); String_t* L_47 = L_46->get_host_3(); __this->set_host_3(L_47); Uri_t100236324 * L_48 = ___baseUri0; NullCheck(L_48); int32_t L_49 = L_48->get_port_4(); __this->set_port_4(L_49); Uri_t100236324 * L_50 = ___baseUri0; NullCheck(L_50); String_t* L_51 = L_50->get_userinfo_8(); __this->set_userinfo_8(L_51); Uri_t100236324 * L_52 = ___baseUri0; NullCheck(L_52); bool L_53 = L_52->get_isUnc_9(); __this->set_isUnc_9(L_53); Uri_t100236324 * L_54 = ___baseUri0; NullCheck(L_54); bool L_55 = L_54->get_isUnixFilePath_0(); __this->set_isUnixFilePath_0(L_55); Uri_t100236324 * L_56 = ___baseUri0; NullCheck(L_56); bool L_57 = L_56->get_isOpaquePart_10(); __this->set_isOpaquePart_10(L_57); String_t* L_58 = ___relativeUri1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_59 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_60 = String_op_Equality_m920492651(NULL /*static, unused*/, L_58, L_59, /*hidden argument*/NULL); if (!L_60) { goto IL_0190; } } { Uri_t100236324 * L_61 = ___baseUri0; NullCheck(L_61); String_t* L_62 = L_61->get_path_5(); __this->set_path_5(L_62); Uri_t100236324 * L_63 = ___baseUri0; NullCheck(L_63); String_t* L_64 = L_63->get_query_6(); __this->set_query_6(L_64); Uri_t100236324 * L_65 = ___baseUri0; NullCheck(L_65); String_t* L_66 = L_65->get_fragment_7(); __this->set_fragment_7(L_66); return; } IL_0190: { String_t* L_67 = ___relativeUri1; NullCheck(L_67); int32_t L_68 = String_IndexOf_m363431711(L_67, ((int32_t)35), /*hidden argument*/NULL); V_0 = L_68; int32_t L_69 = V_0; if ((((int32_t)L_69) == ((int32_t)(-1)))) { goto IL_01e5; } } { bool L_70 = __this->get_userEscaped_12(); if (!L_70) { goto IL_01bd; } } { String_t* L_71 = ___relativeUri1; int32_t L_72 = V_0; NullCheck(L_71); String_t* L_73 = String_Substring_m2848979100(L_71, L_72, /*hidden argument*/NULL); __this->set_fragment_7(L_73); goto IL_01db; } IL_01bd: { String_t* L_74 = ___relativeUri1; int32_t L_75 = V_0; NullCheck(L_74); String_t* L_76 = String_Substring_m2848979100(L_74, ((int32_t)il2cpp_codegen_add((int32_t)L_75, (int32_t)1)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); String_t* L_77 = Uri_EscapeString_m2061933484(NULL /*static, unused*/, L_76, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_78 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3452614525, L_77, /*hidden argument*/NULL); __this->set_fragment_7(L_78); } IL_01db: { String_t* L_79 = ___relativeUri1; int32_t L_80 = V_0; NullCheck(L_79); String_t* L_81 = String_Substring_m1610150815(L_79, 0, L_80, /*hidden argument*/NULL); ___relativeUri1 = L_81; } IL_01e5: { String_t* L_82 = ___relativeUri1; NullCheck(L_82); int32_t L_83 = String_IndexOf_m363431711(L_82, ((int32_t)63), /*hidden argument*/NULL); V_0 = L_83; int32_t L_84 = V_0; if ((((int32_t)L_84) == ((int32_t)(-1)))) { goto IL_0228; } } { String_t* L_85 = ___relativeUri1; int32_t L_86 = V_0; NullCheck(L_85); String_t* L_87 = String_Substring_m2848979100(L_85, L_86, /*hidden argument*/NULL); __this->set_query_6(L_87); bool L_88 = __this->get_userEscaped_12(); if (L_88) { goto IL_021e; } } { String_t* L_89 = __this->get_query_6(); IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); String_t* L_90 = Uri_EscapeString_m2061933484(NULL /*static, unused*/, L_89, /*hidden argument*/NULL); __this->set_query_6(L_90); } IL_021e: { String_t* L_91 = ___relativeUri1; int32_t L_92 = V_0; NullCheck(L_91); String_t* L_93 = String_Substring_m1610150815(L_91, 0, L_92, /*hidden argument*/NULL); ___relativeUri1 = L_93; } IL_0228: { String_t* L_94 = ___relativeUri1; NullCheck(L_94); int32_t L_95 = String_get_Length_m3847582255(L_94, /*hidden argument*/NULL); if ((((int32_t)L_95) <= ((int32_t)0))) { goto IL_02a1; } } { String_t* L_96 = ___relativeUri1; NullCheck(L_96); Il2CppChar L_97 = String_get_Chars_m2986988803(L_96, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_97) == ((uint32_t)((int32_t)47))))) { goto IL_02a1; } } { String_t* L_98 = ___relativeUri1; NullCheck(L_98); int32_t L_99 = String_get_Length_m3847582255(L_98, /*hidden argument*/NULL); if ((((int32_t)L_99) <= ((int32_t)1))) { goto IL_027d; } } { String_t* L_100 = ___relativeUri1; NullCheck(L_100); Il2CppChar L_101 = String_get_Chars_m2986988803(L_100, 1, /*hidden argument*/NULL); if ((!(((uint32_t)L_101) == ((uint32_t)((int32_t)47))))) { goto IL_027d; } } { String_t* L_102 = __this->get_scheme_2(); Il2CppChar L_103 = ((Il2CppChar)((int32_t)58)); RuntimeObject * L_104 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_103); String_t* L_105 = ___relativeUri1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_106 = String_Concat_m1715369213(NULL /*static, unused*/, L_102, L_104, L_105, /*hidden argument*/NULL); __this->set_source_1(L_106); Uri_ParseUri_m2150795567(__this, 1, /*hidden argument*/NULL); return; } IL_027d: { String_t* L_107 = ___relativeUri1; __this->set_path_5(L_107); bool L_108 = __this->get_userEscaped_12(); if (L_108) { goto IL_02a0; } } { String_t* L_109 = __this->get_path_5(); IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); String_t* L_110 = Uri_EscapeString_m2061933484(NULL /*static, unused*/, L_109, /*hidden argument*/NULL); __this->set_path_5(L_110); } IL_02a0: { return; } IL_02a1: { Uri_t100236324 * L_111 = ___baseUri0; NullCheck(L_111); String_t* L_112 = L_111->get_path_5(); __this->set_path_5(L_112); String_t* L_113 = ___relativeUri1; NullCheck(L_113); int32_t L_114 = String_get_Length_m3847582255(L_113, /*hidden argument*/NULL); if ((((int32_t)L_114) > ((int32_t)0))) { goto IL_02ca; } } { String_t* L_115 = __this->get_query_6(); NullCheck(L_115); int32_t L_116 = String_get_Length_m3847582255(L_115, /*hidden argument*/NULL); if ((((int32_t)L_116) <= ((int32_t)0))) { goto IL_02f4; } } IL_02ca: { String_t* L_117 = __this->get_path_5(); NullCheck(L_117); int32_t L_118 = String_LastIndexOf_m3451222878(L_117, ((int32_t)47), /*hidden argument*/NULL); V_0 = L_118; int32_t L_119 = V_0; if ((((int32_t)L_119) < ((int32_t)0))) { goto IL_02f4; } } { String_t* L_120 = __this->get_path_5(); int32_t L_121 = V_0; NullCheck(L_120); String_t* L_122 = String_Substring_m1610150815(L_120, 0, ((int32_t)il2cpp_codegen_add((int32_t)L_121, (int32_t)1)), /*hidden argument*/NULL); __this->set_path_5(L_122); } IL_02f4: { String_t* L_123 = ___relativeUri1; NullCheck(L_123); int32_t L_124 = String_get_Length_m3847582255(L_123, /*hidden argument*/NULL); if (L_124) { goto IL_0300; } } { return; } IL_0300: { String_t* L_125 = __this->get_path_5(); String_t* L_126 = ___relativeUri1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_127 = String_Concat_m3937257545(NULL /*static, unused*/, L_125, L_126, /*hidden argument*/NULL); __this->set_path_5(L_127); V_2 = 0; } IL_0314: { String_t* L_128 = __this->get_path_5(); int32_t L_129 = V_2; NullCheck(L_128); int32_t L_130 = String_IndexOf_m3406607758(L_128, _stringLiteral3450582914, L_129, /*hidden argument*/NULL); V_0 = L_130; int32_t L_131 = V_0; if ((!(((uint32_t)L_131) == ((uint32_t)(-1))))) { goto IL_0332; } } { goto IL_0386; } IL_0332: { int32_t L_132 = V_0; if (L_132) { goto IL_0350; } } { String_t* L_133 = __this->get_path_5(); NullCheck(L_133); String_t* L_134 = String_Remove_m562998446(L_133, 0, 2, /*hidden argument*/NULL); __this->set_path_5(L_134); goto IL_0381; } IL_0350: { String_t* L_135 = __this->get_path_5(); int32_t L_136 = V_0; NullCheck(L_135); Il2CppChar L_137 = String_get_Chars_m2986988803(L_135, ((int32_t)il2cpp_codegen_subtract((int32_t)L_136, (int32_t)1)), /*hidden argument*/NULL); if ((((int32_t)L_137) == ((int32_t)((int32_t)46)))) { goto IL_037d; } } { String_t* L_138 = __this->get_path_5(); int32_t L_139 = V_0; NullCheck(L_138); String_t* L_140 = String_Remove_m562998446(L_138, L_139, 2, /*hidden argument*/NULL); __this->set_path_5(L_140); goto IL_0381; } IL_037d: { int32_t L_141 = V_0; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_141, (int32_t)1)); } IL_0381: { goto IL_0314; } IL_0386: { String_t* L_142 = __this->get_path_5(); NullCheck(L_142); int32_t L_143 = String_get_Length_m3847582255(L_142, /*hidden argument*/NULL); if ((((int32_t)L_143) <= ((int32_t)1))) { goto IL_03f4; } } { String_t* L_144 = __this->get_path_5(); String_t* L_145 = __this->get_path_5(); NullCheck(L_145); int32_t L_146 = String_get_Length_m3847582255(L_145, /*hidden argument*/NULL); NullCheck(L_144); Il2CppChar L_147 = String_get_Chars_m2986988803(L_144, ((int32_t)il2cpp_codegen_subtract((int32_t)L_146, (int32_t)1)), /*hidden argument*/NULL); if ((!(((uint32_t)L_147) == ((uint32_t)((int32_t)46))))) { goto IL_03f4; } } { String_t* L_148 = __this->get_path_5(); String_t* L_149 = __this->get_path_5(); NullCheck(L_149); int32_t L_150 = String_get_Length_m3847582255(L_149, /*hidden argument*/NULL); NullCheck(L_148); Il2CppChar L_151 = String_get_Chars_m2986988803(L_148, ((int32_t)il2cpp_codegen_subtract((int32_t)L_150, (int32_t)2)), /*hidden argument*/NULL); if ((!(((uint32_t)L_151) == ((uint32_t)((int32_t)47))))) { goto IL_03f4; } } { String_t* L_152 = __this->get_path_5(); String_t* L_153 = __this->get_path_5(); NullCheck(L_153); int32_t L_154 = String_get_Length_m3847582255(L_153, /*hidden argument*/NULL); NullCheck(L_152); String_t* L_155 = String_Remove_m562998446(L_152, ((int32_t)il2cpp_codegen_subtract((int32_t)L_154, (int32_t)1)), 1, /*hidden argument*/NULL); __this->set_path_5(L_155); } IL_03f4: { V_2 = 0; } IL_03f6: { String_t* L_156 = __this->get_path_5(); int32_t L_157 = V_2; NullCheck(L_156); int32_t L_158 = String_IndexOf_m3406607758(L_156, _stringLiteral3139614613, L_157, /*hidden argument*/NULL); V_0 = L_158; int32_t L_159 = V_0; if ((!(((uint32_t)L_159) == ((uint32_t)(-1))))) { goto IL_0414; } } { goto IL_048b; } IL_0414: { int32_t L_160 = V_0; if (L_160) { goto IL_0421; } } { V_2 = 3; goto IL_03f6; } IL_0421: { String_t* L_161 = __this->get_path_5(); int32_t L_162 = V_0; NullCheck(L_161); int32_t L_163 = String_LastIndexOf_m578673845(L_161, ((int32_t)47), ((int32_t)il2cpp_codegen_subtract((int32_t)L_162, (int32_t)1)), /*hidden argument*/NULL); V_3 = L_163; int32_t L_164 = V_3; if ((!(((uint32_t)L_164) == ((uint32_t)(-1))))) { goto IL_0442; } } { int32_t L_165 = V_0; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_165, (int32_t)1)); goto IL_0486; } IL_0442: { String_t* L_166 = __this->get_path_5(); int32_t L_167 = V_3; int32_t L_168 = V_0; int32_t L_169 = V_3; NullCheck(L_166); String_t* L_170 = String_Substring_m1610150815(L_166, ((int32_t)il2cpp_codegen_add((int32_t)L_167, (int32_t)1)), ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_168, (int32_t)L_169)), (int32_t)1)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_171 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_170, _stringLiteral3450648450, /*hidden argument*/NULL); if (!L_171) { goto IL_0482; } } { String_t* L_172 = __this->get_path_5(); int32_t L_173 = V_3; int32_t L_174 = V_0; int32_t L_175 = V_3; NullCheck(L_172); String_t* L_176 = String_Remove_m562998446(L_172, ((int32_t)il2cpp_codegen_add((int32_t)L_173, (int32_t)1)), ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_174, (int32_t)L_175)), (int32_t)3)), /*hidden argument*/NULL); __this->set_path_5(L_176); goto IL_0486; } IL_0482: { int32_t L_177 = V_0; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_177, (int32_t)1)); } IL_0486: { goto IL_03f6; } IL_048b: { String_t* L_178 = __this->get_path_5(); NullCheck(L_178); int32_t L_179 = String_get_Length_m3847582255(L_178, /*hidden argument*/NULL); if ((((int32_t)L_179) <= ((int32_t)3))) { goto IL_0522; } } { String_t* L_180 = __this->get_path_5(); NullCheck(L_180); bool L_181 = String_EndsWith_m1901926500(L_180, _stringLiteral2623387541, /*hidden argument*/NULL); if (!L_181) { goto IL_0522; } } { String_t* L_182 = __this->get_path_5(); String_t* L_183 = __this->get_path_5(); NullCheck(L_183); int32_t L_184 = String_get_Length_m3847582255(L_183, /*hidden argument*/NULL); NullCheck(L_182); int32_t L_185 = String_LastIndexOf_m578673845(L_182, ((int32_t)47), ((int32_t)il2cpp_codegen_subtract((int32_t)L_184, (int32_t)4)), /*hidden argument*/NULL); V_0 = L_185; int32_t L_186 = V_0; if ((((int32_t)L_186) == ((int32_t)(-1)))) { goto IL_0522; } } { String_t* L_187 = __this->get_path_5(); int32_t L_188 = V_0; String_t* L_189 = __this->get_path_5(); NullCheck(L_189); int32_t L_190 = String_get_Length_m3847582255(L_189, /*hidden argument*/NULL); int32_t L_191 = V_0; NullCheck(L_187); String_t* L_192 = String_Substring_m1610150815(L_187, ((int32_t)il2cpp_codegen_add((int32_t)L_188, (int32_t)1)), ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_190, (int32_t)L_191)), (int32_t)4)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_193 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_192, _stringLiteral3450648450, /*hidden argument*/NULL); if (!L_193) { goto IL_0522; } } { String_t* L_194 = __this->get_path_5(); int32_t L_195 = V_0; String_t* L_196 = __this->get_path_5(); NullCheck(L_196); int32_t L_197 = String_get_Length_m3847582255(L_196, /*hidden argument*/NULL); int32_t L_198 = V_0; NullCheck(L_194); String_t* L_199 = String_Remove_m562998446(L_194, ((int32_t)il2cpp_codegen_add((int32_t)L_195, (int32_t)1)), ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_197, (int32_t)L_198)), (int32_t)1)), /*hidden argument*/NULL); __this->set_path_5(L_199); } IL_0522: { bool L_200 = __this->get_userEscaped_12(); if (L_200) { goto IL_053e; } } { String_t* L_201 = __this->get_path_5(); IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); String_t* L_202 = Uri_EscapeString_m2061933484(NULL /*static, unused*/, L_201, /*hidden argument*/NULL); __this->set_path_5(L_202); } IL_053e: { return; } } // System.String System.Uri::get_AbsolutePath() extern "C" IL2CPP_METHOD_ATTR String_t* Uri_get_AbsolutePath_m2766409727 (Uri_t100236324 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Uri_get_AbsolutePath_m2766409727_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; Dictionary_2_t2736202052 * V_2 = NULL; int32_t V_3 = 0; { Uri_EnsureAbsoluteUri_m2231483494(__this, /*hidden argument*/NULL); String_t* L_0 = Uri_get_Scheme_m1686732325(__this, /*hidden argument*/NULL); V_1 = L_0; String_t* L_1 = V_1; if (!L_1) { goto IL_0066; } } { IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); Dictionary_2_t2736202052 * L_2 = ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map1C_31(); if (L_2) { goto IL_0042; } } { Dictionary_2_t2736202052 * L_3 = (Dictionary_2_t2736202052 *)il2cpp_codegen_object_new(Dictionary_2_t2736202052_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2392909825(L_3, 2, /*hidden argument*/Dictionary_2__ctor_m2392909825_RuntimeMethod_var); V_2 = L_3; Dictionary_2_t2736202052 * L_4 = V_2; NullCheck(L_4); Dictionary_2_Add_m282647386(L_4, _stringLiteral416809914, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_5 = V_2; NullCheck(L_5); Dictionary_2_Add_m282647386(L_5, _stringLiteral1629333464, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_6 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->set_U3CU3Ef__switchU24map1C_31(L_6); } IL_0042: { IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); Dictionary_2_t2736202052 * L_7 = ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map1C_31(); String_t* L_8 = V_1; NullCheck(L_7); bool L_9 = Dictionary_2_TryGetValue_m1013208020(L_7, L_8, (&V_3), /*hidden argument*/Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var); if (!L_9) { goto IL_0066; } } { int32_t L_10 = V_3; if (!L_10) { goto IL_005f; } } { goto IL_0066; } IL_005f: { String_t* L_11 = __this->get_path_5(); return L_11; } IL_0066: { String_t* L_12 = __this->get_path_5(); NullCheck(L_12); int32_t L_13 = String_get_Length_m3847582255(L_12, /*hidden argument*/NULL); if (L_13) { goto IL_00a4; } } { String_t* L_14 = Uri_get_Scheme_m1686732325(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); String_t* L_15 = ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->get_SchemeDelimiter_18(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_16 = String_Concat_m3937257545(NULL /*static, unused*/, L_14, L_15, /*hidden argument*/NULL); V_0 = L_16; String_t* L_17 = __this->get_path_5(); String_t* L_18 = V_0; NullCheck(L_17); bool L_19 = String_StartsWith_m1759067526(L_17, L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_009e; } } { return _stringLiteral3452614529; } IL_009e: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_20 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_20; } IL_00a4: { String_t* L_21 = __this->get_path_5(); return L_21; } } // System.String System.Uri::get_AbsoluteUri() extern "C" IL2CPP_METHOD_ATTR String_t* Uri_get_AbsoluteUri_m637273031 (Uri_t100236324 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Uri_get_AbsoluteUri_m637273031_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Uri_EnsureAbsoluteUri_m2231483494(__this, /*hidden argument*/NULL); String_t* L_0 = __this->get_cachedAbsoluteUri_13(); if (L_0) { goto IL_006e; } } { String_t* L_1 = Uri_GetLeftPart_m3979111399(__this, 2, /*hidden argument*/NULL); __this->set_cachedAbsoluteUri_13(L_1); String_t* L_2 = __this->get_query_6(); NullCheck(L_2); int32_t L_3 = String_get_Length_m3847582255(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) <= ((int32_t)0))) { goto IL_0046; } } { String_t* L_4 = __this->get_cachedAbsoluteUri_13(); String_t* L_5 = __this->get_query_6(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = String_Concat_m3937257545(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/NULL); __this->set_cachedAbsoluteUri_13(L_6); } IL_0046: { String_t* L_7 = __this->get_fragment_7(); NullCheck(L_7); int32_t L_8 = String_get_Length_m3847582255(L_7, /*hidden argument*/NULL); if ((((int32_t)L_8) <= ((int32_t)0))) { goto IL_006e; } } { String_t* L_9 = __this->get_cachedAbsoluteUri_13(); String_t* L_10 = __this->get_fragment_7(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_11 = String_Concat_m3937257545(NULL /*static, unused*/, L_9, L_10, /*hidden argument*/NULL); __this->set_cachedAbsoluteUri_13(L_11); } IL_006e: { String_t* L_12 = __this->get_cachedAbsoluteUri_13(); return L_12; } } // System.String System.Uri::get_Authority() extern "C" IL2CPP_METHOD_ATTR String_t* Uri_get_Authority_m3816772302 (Uri_t100236324 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Uri_get_Authority_m3816772302_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* G_B3_0 = NULL; { Uri_EnsureAbsoluteUri_m2231483494(__this, /*hidden argument*/NULL); String_t* L_0 = Uri_get_Scheme_m1686732325(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); int32_t L_1 = Uri_GetDefaultPort_m2547653357(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); int32_t L_2 = __this->get_port_4(); if ((!(((uint32_t)L_1) == ((uint32_t)L_2)))) { goto IL_0027; } } { String_t* L_3 = __this->get_host_3(); G_B3_0 = L_3; goto IL_0042; } IL_0027: { String_t* L_4 = __this->get_host_3(); int32_t L_5 = __this->get_port_4(); int32_t L_6 = L_5; RuntimeObject * L_7 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_6); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_8 = String_Concat_m1715369213(NULL /*static, unused*/, L_4, _stringLiteral3452614550, L_7, /*hidden argument*/NULL); G_B3_0 = L_8; } IL_0042: { return G_B3_0; } } // System.String System.Uri::get_Fragment() extern "C" IL2CPP_METHOD_ATTR String_t* Uri_get_Fragment_m575158891 (Uri_t100236324 * __this, const RuntimeMethod* method) { { Uri_EnsureAbsoluteUri_m2231483494(__this, /*hidden argument*/NULL); String_t* L_0 = __this->get_fragment_7(); return L_0; } } // System.String System.Uri::get_Host() extern "C" IL2CPP_METHOD_ATTR String_t* Uri_get_Host_m255565830 (Uri_t100236324 * __this, const RuntimeMethod* method) { { Uri_EnsureAbsoluteUri_m2231483494(__this, /*hidden argument*/NULL); String_t* L_0 = __this->get_host_3(); return L_0; } } // System.UriHostNameType System.Uri::get_HostNameType() extern "C" IL2CPP_METHOD_ATTR int32_t Uri_get_HostNameType_m1143766868 (Uri_t100236324 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Uri_get_HostNameType_m1143766868_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; Dictionary_2_t2736202052 * V_2 = NULL; int32_t V_3 = 0; int32_t G_B12_0 = 0; { Uri_EnsureAbsoluteUri_m2231483494(__this, /*hidden argument*/NULL); String_t* L_0 = Uri_get_Host_m255565830(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); int32_t L_1 = Uri_CheckHostName_m2213216182(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_001a; } } { int32_t L_3 = V_0; return L_3; } IL_001a: { String_t* L_4 = Uri_get_Scheme_m1686732325(__this, /*hidden argument*/NULL); V_1 = L_4; String_t* L_5 = V_1; if (!L_5) { goto IL_0069; } } { IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); Dictionary_2_t2736202052 * L_6 = ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map1D_32(); if (L_6) { goto IL_004a; } } { Dictionary_2_t2736202052 * L_7 = (Dictionary_2_t2736202052 *)il2cpp_codegen_object_new(Dictionary_2_t2736202052_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2392909825(L_7, 1, /*hidden argument*/Dictionary_2__ctor_m2392909825_RuntimeMethod_var); V_2 = L_7; Dictionary_2_t2736202052 * L_8 = V_2; NullCheck(L_8); Dictionary_2_Add_m282647386(L_8, _stringLiteral416809914, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_9 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->set_U3CU3Ef__switchU24map1D_32(L_9); } IL_004a: { IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); Dictionary_2_t2736202052 * L_10 = ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map1D_32(); String_t* L_11 = V_1; NullCheck(L_10); bool L_12 = Dictionary_2_TryGetValue_m1013208020(L_10, L_11, (&V_3), /*hidden argument*/Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var); if (!L_12) { goto IL_0069; } } { int32_t L_13 = V_3; if (!L_13) { goto IL_0067; } } { goto IL_0069; } IL_0067: { return (int32_t)(1); } IL_0069: { bool L_14 = Uri_get_IsFile_m2450018824(__this, /*hidden argument*/NULL); if (!L_14) { goto IL_007a; } } { G_B12_0 = 1; goto IL_007b; } IL_007a: { int32_t L_15 = V_0; G_B12_0 = ((int32_t)(L_15)); } IL_007b: { return (int32_t)(G_B12_0); } } // System.Boolean System.Uri::get_IsDefaultPort() extern "C" IL2CPP_METHOD_ATTR bool Uri_get_IsDefaultPort_m3984463462 (Uri_t100236324 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Uri_get_IsDefaultPort_m3984463462_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Uri_EnsureAbsoluteUri_m2231483494(__this, /*hidden argument*/NULL); String_t* L_0 = Uri_get_Scheme_m1686732325(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); int32_t L_1 = Uri_GetDefaultPort_m2547653357(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); int32_t L_2 = __this->get_port_4(); return (bool)((((int32_t)L_1) == ((int32_t)L_2))? 1 : 0); } } // System.Boolean System.Uri::get_IsFile() extern "C" IL2CPP_METHOD_ATTR bool Uri_get_IsFile_m2450018824 (Uri_t100236324 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Uri_get_IsFile_m2450018824_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Uri_EnsureAbsoluteUri_m2231483494(__this, /*hidden argument*/NULL); String_t* L_0 = Uri_get_Scheme_m1686732325(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); String_t* L_1 = ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->get_UriSchemeFile_19(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_2 = String_op_Equality_m920492651(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Boolean System.Uri::get_IsLoopback() extern "C" IL2CPP_METHOD_ATTR bool Uri_get_IsLoopback_m2492530169 (Uri_t100236324 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Uri_get_IsLoopback_m2492530169_MetadataUsageId); s_Il2CppMethodInitialized = true; } IPAddress_t241777590 * V_0 = NULL; IPv6Address_t2709566769 * V_1 = NULL; { Uri_EnsureAbsoluteUri_m2231483494(__this, /*hidden argument*/NULL); String_t* L_0 = Uri_get_Host_m255565830(__this, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = String_get_Length_m3847582255(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_001d; } } { bool L_2 = Uri_get_IsFile_m2450018824(__this, /*hidden argument*/NULL); return L_2; } IL_001d: { String_t* L_3 = __this->get_host_3(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_4 = String_op_Equality_m920492651(NULL /*static, unused*/, L_3, _stringLiteral405613428, /*hidden argument*/NULL); if (L_4) { goto IL_0047; } } { String_t* L_5 = __this->get_host_3(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_6 = String_op_Equality_m920492651(NULL /*static, unused*/, L_5, _stringLiteral1305937687, /*hidden argument*/NULL); if (!L_6) { goto IL_0049; } } IL_0047: { return (bool)1; } IL_0049: { String_t* L_7 = __this->get_host_3(); IL2CPP_RUNTIME_CLASS_INIT(IPAddress_t241777590_il2cpp_TypeInfo_var); bool L_8 = IPAddress_TryParse_m2320149543(NULL /*static, unused*/, L_7, (&V_0), /*hidden argument*/NULL); if (!L_8) { goto IL_006d; } } { IL2CPP_RUNTIME_CLASS_INIT(IPAddress_t241777590_il2cpp_TypeInfo_var); IPAddress_t241777590 * L_9 = ((IPAddress_t241777590_StaticFields*)il2cpp_codegen_static_fields_for(IPAddress_t241777590_il2cpp_TypeInfo_var))->get_Loopback_6(); IPAddress_t241777590 * L_10 = V_0; NullCheck(L_9); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Net.IPAddress::Equals(System.Object) */, L_9, L_10); if (!L_11) { goto IL_006d; } } { return (bool)1; } IL_006d: { String_t* L_12 = __this->get_host_3(); IL2CPP_RUNTIME_CLASS_INIT(IPv6Address_t2709566769_il2cpp_TypeInfo_var); bool L_13 = IPv6Address_TryParse_m2586816298(NULL /*static, unused*/, L_12, (&V_1), /*hidden argument*/NULL); if (!L_13) { goto IL_008c; } } { IPv6Address_t2709566769 * L_14 = V_1; IL2CPP_RUNTIME_CLASS_INIT(IPv6Address_t2709566769_il2cpp_TypeInfo_var); bool L_15 = IPv6Address_IsLoopback_m3712926451(NULL /*static, unused*/, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_008c; } } { return (bool)1; } IL_008c: { return (bool)0; } } // System.Boolean System.Uri::get_IsUnc() extern "C" IL2CPP_METHOD_ATTR bool Uri_get_IsUnc_m2977972311 (Uri_t100236324 * __this, const RuntimeMethod* method) { { Uri_EnsureAbsoluteUri_m2231483494(__this, /*hidden argument*/NULL); bool L_0 = __this->get_isUnc_9(); return L_0; } } // System.String System.Uri::get_LocalPath() extern "C" IL2CPP_METHOD_ATTR String_t* Uri_get_LocalPath_m3953298695 (Uri_t100236324 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Uri_get_LocalPath_m3953298695_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; String_t* V_1 = NULL; bool V_2 = false; String_t* V_3 = NULL; Il2CppChar V_4 = 0x0; int32_t G_B9_0 = 0; int32_t G_B11_0 = 0; { Uri_EnsureAbsoluteUri_m2231483494(__this, /*hidden argument*/NULL); String_t* L_0 = __this->get_cachedLocalPath_15(); if (!L_0) { goto IL_0018; } } { String_t* L_1 = __this->get_cachedLocalPath_15(); return L_1; } IL_0018: { bool L_2 = Uri_get_IsFile_m2450018824(__this, /*hidden argument*/NULL); if (L_2) { goto IL_002a; } } { String_t* L_3 = Uri_get_AbsolutePath_m2766409727(__this, /*hidden argument*/NULL); return L_3; } IL_002a: { String_t* L_4 = __this->get_path_5(); NullCheck(L_4); int32_t L_5 = String_get_Length_m3847582255(L_4, /*hidden argument*/NULL); if ((((int32_t)L_5) <= ((int32_t)3))) { goto IL_0076; } } { String_t* L_6 = __this->get_path_5(); NullCheck(L_6); Il2CppChar L_7 = String_get_Chars_m2986988803(L_6, 1, /*hidden argument*/NULL); if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)58))))) { goto IL_0076; } } { String_t* L_8 = __this->get_path_5(); NullCheck(L_8); Il2CppChar L_9 = String_get_Chars_m2986988803(L_8, 2, /*hidden argument*/NULL); if ((((int32_t)L_9) == ((int32_t)((int32_t)92)))) { goto IL_0073; } } { String_t* L_10 = __this->get_path_5(); NullCheck(L_10); Il2CppChar L_11 = String_get_Chars_m2986988803(L_10, 2, /*hidden argument*/NULL); G_B9_0 = ((((int32_t)L_11) == ((int32_t)((int32_t)47)))? 1 : 0); goto IL_0074; } IL_0073: { G_B9_0 = 1; } IL_0074: { G_B11_0 = G_B9_0; goto IL_0077; } IL_0076: { G_B11_0 = 0; } IL_0077: { V_0 = (bool)G_B11_0; bool L_12 = Uri_get_IsUnc_m2977972311(__this, /*hidden argument*/NULL); if (L_12) { goto IL_00b9; } } { String_t* L_13 = __this->get_path_5(); String_t* L_14 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(5 /* System.String System.Uri::Unescape(System.String) */, __this, L_13); V_1 = L_14; bool L_15 = V_0; V_2 = L_15; bool L_16 = V_2; if (!L_16) { goto IL_00ad; } } { String_t* L_17 = V_1; NullCheck(L_17); String_t* L_18 = String_Replace_m3726209165(L_17, ((int32_t)47), ((int32_t)92), /*hidden argument*/NULL); __this->set_cachedLocalPath_15(L_18); goto IL_00b4; } IL_00ad: { String_t* L_19 = V_1; __this->set_cachedLocalPath_15(L_19); } IL_00b4: { goto IL_018f; } IL_00b9: { String_t* L_20 = __this->get_path_5(); NullCheck(L_20); int32_t L_21 = String_get_Length_m3847582255(L_20, /*hidden argument*/NULL); if ((((int32_t)L_21) <= ((int32_t)1))) { goto IL_0103; } } { String_t* L_22 = __this->get_path_5(); NullCheck(L_22); Il2CppChar L_23 = String_get_Chars_m2986988803(L_22, 1, /*hidden argument*/NULL); if ((!(((uint32_t)L_23) == ((uint32_t)((int32_t)58))))) { goto IL_0103; } } { String_t* L_24 = __this->get_path_5(); IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); Il2CppChar L_25 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_AltDirectorySeparatorChar_1(); Il2CppChar L_26 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2(); NullCheck(L_24); String_t* L_27 = String_Replace_m3726209165(L_24, L_25, L_26, /*hidden argument*/NULL); String_t* L_28 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(5 /* System.String System.Uri::Unescape(System.String) */, __this, L_27); __this->set_cachedLocalPath_15(L_28); goto IL_018f; } IL_0103: { IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); Il2CppChar L_29 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2(); if ((!(((uint32_t)L_29) == ((uint32_t)((int32_t)92))))) { goto IL_017d; } } { String_t* L_30 = __this->get_host_3(); V_3 = L_30; String_t* L_31 = __this->get_path_5(); NullCheck(L_31); int32_t L_32 = String_get_Length_m3847582255(L_31, /*hidden argument*/NULL); if ((((int32_t)L_32) <= ((int32_t)0))) { goto IL_0161; } } { String_t* L_33 = __this->get_path_5(); NullCheck(L_33); int32_t L_34 = String_get_Length_m3847582255(L_33, /*hidden argument*/NULL); if ((((int32_t)L_34) > ((int32_t)1))) { goto IL_014b; } } { String_t* L_35 = __this->get_path_5(); NullCheck(L_35); Il2CppChar L_36 = String_get_Chars_m2986988803(L_35, 0, /*hidden argument*/NULL); if ((((int32_t)L_36) == ((int32_t)((int32_t)47)))) { goto IL_0161; } } IL_014b: { String_t* L_37 = V_3; String_t* L_38 = __this->get_path_5(); NullCheck(L_38); String_t* L_39 = String_Replace_m3726209165(L_38, ((int32_t)47), ((int32_t)92), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_40 = String_Concat_m3937257545(NULL /*static, unused*/, L_37, L_39, /*hidden argument*/NULL); V_3 = L_40; } IL_0161: { String_t* L_41 = V_3; String_t* L_42 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(5 /* System.String System.Uri::Unescape(System.String) */, __this, L_41); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_43 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3458119668, L_42, /*hidden argument*/NULL); __this->set_cachedLocalPath_15(L_43); goto IL_018f; } IL_017d: { String_t* L_44 = __this->get_path_5(); String_t* L_45 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(5 /* System.String System.Uri::Unescape(System.String) */, __this, L_44); __this->set_cachedLocalPath_15(L_45); } IL_018f: { String_t* L_46 = __this->get_cachedLocalPath_15(); NullCheck(L_46); int32_t L_47 = String_get_Length_m3847582255(L_46, /*hidden argument*/NULL); if (L_47) { goto IL_01b3; } } { IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); Il2CppChar L_48 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2(); V_4 = L_48; String_t* L_49 = Char_ToString_m3588025615((&V_4), /*hidden argument*/NULL); __this->set_cachedLocalPath_15(L_49); } IL_01b3: { String_t* L_50 = __this->get_cachedLocalPath_15(); return L_50; } } // System.String System.Uri::get_PathAndQuery() extern "C" IL2CPP_METHOD_ATTR String_t* Uri_get_PathAndQuery_m2396197970 (Uri_t100236324 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Uri_get_PathAndQuery_m2396197970_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Uri_EnsureAbsoluteUri_m2231483494(__this, /*hidden argument*/NULL); String_t* L_0 = __this->get_path_5(); String_t* L_1 = Uri_get_Query_m2772518875(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = String_Concat_m3937257545(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Int32 System.Uri::get_Port() extern "C" IL2CPP_METHOD_ATTR int32_t Uri_get_Port_m184067428 (Uri_t100236324 * __this, const RuntimeMethod* method) { { Uri_EnsureAbsoluteUri_m2231483494(__this, /*hidden argument*/NULL); int32_t L_0 = __this->get_port_4(); return L_0; } } // System.String System.Uri::get_Query() extern "C" IL2CPP_METHOD_ATTR String_t* Uri_get_Query_m2772518875 (Uri_t100236324 * __this, const RuntimeMethod* method) { { Uri_EnsureAbsoluteUri_m2231483494(__this, /*hidden argument*/NULL); String_t* L_0 = __this->get_query_6(); return L_0; } } // System.String System.Uri::get_Scheme() extern "C" IL2CPP_METHOD_ATTR String_t* Uri_get_Scheme_m1686732325 (Uri_t100236324 * __this, const RuntimeMethod* method) { { Uri_EnsureAbsoluteUri_m2231483494(__this, /*hidden argument*/NULL); String_t* L_0 = __this->get_scheme_2(); return L_0; } } // System.String System.Uri::get_UserInfo() extern "C" IL2CPP_METHOD_ATTR String_t* Uri_get_UserInfo_m1985954539 (Uri_t100236324 * __this, const RuntimeMethod* method) { { Uri_EnsureAbsoluteUri_m2231483494(__this, /*hidden argument*/NULL); String_t* L_0 = __this->get_userinfo_8(); return L_0; } } // System.Boolean System.Uri::get_IsAbsoluteUri() extern "C" IL2CPP_METHOD_ATTR bool Uri_get_IsAbsoluteUri_m3834080655 (Uri_t100236324 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isAbsoluteUri_11(); return L_0; } } // System.String System.Uri::get_OriginalString() extern "C" IL2CPP_METHOD_ATTR String_t* Uri_get_OriginalString_m2551181575 (Uri_t100236324 * __this, const RuntimeMethod* method) { String_t* G_B3_0 = NULL; { String_t* L_0 = __this->get_source_1(); if (!L_0) { goto IL_0016; } } { String_t* L_1 = __this->get_source_1(); G_B3_0 = L_1; goto IL_001c; } IL_0016: { String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Uri::ToString() */, __this); G_B3_0 = L_2; } IL_001c: { return G_B3_0; } } // System.UriHostNameType System.Uri::CheckHostName(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t Uri_CheckHostName_m2213216182 (RuntimeObject * __this /* static, unused */, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Uri_CheckHostName_m2213216182_MetadataUsageId); s_Il2CppMethodInitialized = true; } IPv6Address_t2709566769 * V_0 = NULL; { String_t* L_0 = ___name0; if (!L_0) { goto IL_0011; } } { String_t* L_1 = ___name0; NullCheck(L_1); int32_t L_2 = String_get_Length_m3847582255(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0013; } } IL_0011: { return (int32_t)(0); } IL_0013: { String_t* L_3 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); bool L_4 = Uri_IsIPv4Address_m3535481943(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0020; } } { return (int32_t)(3); } IL_0020: { String_t* L_5 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); bool L_6 = Uri_IsDomainAddress_m2867513594(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_002d; } } { return (int32_t)(2); } IL_002d: { String_t* L_7 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(IPv6Address_t2709566769_il2cpp_TypeInfo_var); bool L_8 = IPv6Address_TryParse_m2586816298(NULL /*static, unused*/, L_7, (&V_0), /*hidden argument*/NULL); if (!L_8) { goto IL_003c; } } { return (int32_t)(4); } IL_003c: { return (int32_t)(0); } } // System.Boolean System.Uri::IsIPv4Address(System.String) extern "C" IL2CPP_METHOD_ATTR bool Uri_IsIPv4Address_m3535481943 (RuntimeObject * __this /* static, unused */, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Uri_IsIPv4Address_m3535481943_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringU5BU5D_t1281789340* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; uint32_t V_3 = 0; { String_t* L_0 = ___name0; CharU5BU5D_t3528271667* L_1 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_1); (L_1)->SetAt(static_cast(0), (Il2CppChar)((int32_t)46)); NullCheck(L_0); StringU5BU5D_t1281789340* L_2 = String_Split_m3646115398(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; StringU5BU5D_t1281789340* L_3 = V_0; NullCheck(L_3); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length))))) == ((int32_t)4))) { goto IL_001d; } } { return (bool)0; } IL_001d: { V_1 = 0; goto IL_0057; } IL_0024: { StringU5BU5D_t1281789340* L_4 = V_0; int32_t L_5 = V_1; NullCheck(L_4); int32_t L_6 = L_5; String_t* L_7 = (L_4)->GetAt(static_cast(L_6)); NullCheck(L_7); int32_t L_8 = String_get_Length_m3847582255(L_7, /*hidden argument*/NULL); V_2 = L_8; int32_t L_9 = V_2; if (L_9) { goto IL_0035; } } { return (bool)0; } IL_0035: { StringU5BU5D_t1281789340* L_10 = V_0; int32_t L_11 = V_1; NullCheck(L_10); int32_t L_12 = L_11; String_t* L_13 = (L_10)->GetAt(static_cast(L_12)); bool L_14 = UInt32_TryParse_m2819179361(NULL /*static, unused*/, L_13, (&V_3), /*hidden argument*/NULL); if (L_14) { goto IL_0046; } } { return (bool)0; } IL_0046: { uint32_t L_15 = V_3; if ((!(((uint32_t)L_15) > ((uint32_t)((int32_t)255))))) { goto IL_0053; } } { return (bool)0; } IL_0053: { int32_t L_16 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_0057: { int32_t L_17 = V_1; if ((((int32_t)L_17) < ((int32_t)4))) { goto IL_0024; } } { return (bool)1; } } // System.Boolean System.Uri::IsDomainAddress(System.String) extern "C" IL2CPP_METHOD_ATTR bool Uri_IsDomainAddress_m2867513594 (RuntimeObject * __this /* static, unused */, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Uri_IsDomainAddress_m2867513594_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; Il2CppChar V_3 = 0x0; { String_t* L_0 = ___name0; NullCheck(L_0); int32_t L_1 = String_get_Length_m3847582255(L_0, /*hidden argument*/NULL); V_0 = L_1; V_1 = 0; V_2 = 0; goto IL_006e; } IL_0010: { String_t* L_2 = ___name0; int32_t L_3 = V_2; NullCheck(L_2); Il2CppChar L_4 = String_get_Chars_m2986988803(L_2, L_3, /*hidden argument*/NULL); V_3 = L_4; int32_t L_5 = V_1; if (L_5) { goto IL_0030; } } { Il2CppChar L_6 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_7 = Char_IsLetterOrDigit_m3494175785(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); if (L_7) { goto IL_002b; } } { return (bool)0; } IL_002b: { goto IL_005c; } IL_0030: { Il2CppChar L_8 = V_3; if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)46))))) { goto IL_003f; } } { V_1 = 0; goto IL_005c; } IL_003f: { Il2CppChar L_9 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_10 = Char_IsLetterOrDigit_m3494175785(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); if (L_10) { goto IL_005c; } } { Il2CppChar L_11 = V_3; if ((((int32_t)L_11) == ((int32_t)((int32_t)45)))) { goto IL_005c; } } { Il2CppChar L_12 = V_3; if ((((int32_t)L_12) == ((int32_t)((int32_t)95)))) { goto IL_005c; } } { return (bool)0; } IL_005c: { int32_t L_13 = V_1; int32_t L_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); V_1 = L_14; if ((!(((uint32_t)L_14) == ((uint32_t)((int32_t)64))))) { goto IL_006a; } } { return (bool)0; } IL_006a: { int32_t L_15 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_006e: { int32_t L_16 = V_2; int32_t L_17 = V_0; if ((((int32_t)L_16) < ((int32_t)L_17))) { goto IL_0010; } } { return (bool)1; } } // System.Boolean System.Uri::CheckSchemeName(System.String) extern "C" IL2CPP_METHOD_ATTR bool Uri_CheckSchemeName_m108657675 (RuntimeObject * __this /* static, unused */, String_t* ___schemeName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Uri_CheckSchemeName_m108657675_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Il2CppChar V_2 = 0x0; { String_t* L_0 = ___schemeName0; if (!L_0) { goto IL_0011; } } { String_t* L_1 = ___schemeName0; NullCheck(L_1); int32_t L_2 = String_get_Length_m3847582255(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0013; } } IL_0011: { return (bool)0; } IL_0013: { String_t* L_3 = ___schemeName0; NullCheck(L_3); Il2CppChar L_4 = String_get_Chars_m2986988803(L_3, 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); bool L_5 = Uri_IsAlpha_m1282293464(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0026; } } { return (bool)0; } IL_0026: { String_t* L_6 = ___schemeName0; NullCheck(L_6); int32_t L_7 = String_get_Length_m3847582255(L_6, /*hidden argument*/NULL); V_0 = L_7; V_1 = 1; goto IL_0070; } IL_0034: { String_t* L_8 = ___schemeName0; int32_t L_9 = V_1; NullCheck(L_8); Il2CppChar L_10 = String_get_Chars_m2986988803(L_8, L_9, /*hidden argument*/NULL); V_2 = L_10; Il2CppChar L_11 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_12 = Char_IsDigit_m3646673943(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); if (L_12) { goto IL_006c; } } { Il2CppChar L_13 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); bool L_14 = Uri_IsAlpha_m1282293464(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); if (L_14) { goto IL_006c; } } { Il2CppChar L_15 = V_2; if ((((int32_t)L_15) == ((int32_t)((int32_t)46)))) { goto IL_006c; } } { Il2CppChar L_16 = V_2; if ((((int32_t)L_16) == ((int32_t)((int32_t)43)))) { goto IL_006c; } } { Il2CppChar L_17 = V_2; if ((((int32_t)L_17) == ((int32_t)((int32_t)45)))) { goto IL_006c; } } { return (bool)0; } IL_006c: { int32_t L_18 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0070: { int32_t L_19 = V_1; int32_t L_20 = V_0; if ((((int32_t)L_19) < ((int32_t)L_20))) { goto IL_0034; } } { return (bool)1; } } // System.Boolean System.Uri::IsAlpha(System.Char) extern "C" IL2CPP_METHOD_ATTR bool Uri_IsAlpha_m1282293464 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B5_0 = 0; int32_t G_B7_0 = 0; { Il2CppChar L_0 = ___c0; V_0 = L_0; int32_t L_1 = V_0; if ((((int32_t)L_1) < ((int32_t)((int32_t)65)))) { goto IL_0012; } } { int32_t L_2 = V_0; if ((((int32_t)L_2) <= ((int32_t)((int32_t)90)))) { goto IL_0027; } } IL_0012: { int32_t L_3 = V_0; if ((((int32_t)L_3) < ((int32_t)((int32_t)97)))) { goto IL_0024; } } { int32_t L_4 = V_0; G_B5_0 = ((((int32_t)((((int32_t)L_4) > ((int32_t)((int32_t)122)))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0025; } IL_0024: { G_B5_0 = 0; } IL_0025: { G_B7_0 = G_B5_0; goto IL_0028; } IL_0027: { G_B7_0 = 1; } IL_0028: { return (bool)G_B7_0; } } // System.Boolean System.Uri::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Uri_Equals_m3263316701 (Uri_t100236324 * __this, RuntimeObject * ___comparant0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Uri_Equals_m3263316701_MetadataUsageId); s_Il2CppMethodInitialized = true; } Uri_t100236324 * V_0 = NULL; String_t* V_1 = NULL; { RuntimeObject * L_0 = ___comparant0; if (L_0) { goto IL_0008; } } { return (bool)0; } IL_0008: { RuntimeObject * L_1 = ___comparant0; V_0 = ((Uri_t100236324 *)IsInstClass((RuntimeObject*)L_1, Uri_t100236324_il2cpp_TypeInfo_var)); Uri_t100236324 * L_2 = V_0; if (L_2) { goto IL_002b; } } { RuntimeObject * L_3 = ___comparant0; V_1 = ((String_t*)IsInstSealed((RuntimeObject*)L_3, String_t_il2cpp_TypeInfo_var)); String_t* L_4 = V_1; if (L_4) { goto IL_0024; } } { return (bool)0; } IL_0024: { String_t* L_5 = V_1; Uri_t100236324 * L_6 = (Uri_t100236324 *)il2cpp_codegen_object_new(Uri_t100236324_il2cpp_TypeInfo_var); Uri__ctor_m1474792120(L_6, L_5, /*hidden argument*/NULL); V_0 = L_6; } IL_002b: { Uri_t100236324 * L_7 = V_0; bool L_8 = Uri_InternalEquals_m2029068366(__this, L_7, /*hidden argument*/NULL); return L_8; } } // System.Boolean System.Uri::InternalEquals(System.Uri) extern "C" IL2CPP_METHOD_ATTR bool Uri_InternalEquals_m2029068366 (Uri_t100236324 * __this, Uri_t100236324 * ___uri0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Uri_InternalEquals_m2029068366_MetadataUsageId); s_Il2CppMethodInitialized = true; } CultureInfo_t4157843068 * V_0 = NULL; int32_t G_B10_0 = 0; { bool L_0 = __this->get_isAbsoluteUri_11(); Uri_t100236324 * L_1 = ___uri0; NullCheck(L_1); bool L_2 = L_1->get_isAbsoluteUri_11(); if ((((int32_t)L_0) == ((int32_t)L_2))) { goto IL_0013; } } { return (bool)0; } IL_0013: { bool L_3 = __this->get_isAbsoluteUri_11(); if (L_3) { goto IL_0030; } } { String_t* L_4 = __this->get_source_1(); Uri_t100236324 * L_5 = ___uri0; NullCheck(L_5); String_t* L_6 = L_5->get_source_1(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_7 = String_op_Equality_m920492651(NULL /*static, unused*/, L_4, L_6, /*hidden argument*/NULL); return L_7; } IL_0030: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_8 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_8; String_t* L_9 = __this->get_scheme_2(); CultureInfo_t4157843068 * L_10 = V_0; NullCheck(L_9); String_t* L_11 = String_ToLower_m3490221821(L_9, L_10, /*hidden argument*/NULL); Uri_t100236324 * L_12 = ___uri0; NullCheck(L_12); String_t* L_13 = L_12->get_scheme_2(); CultureInfo_t4157843068 * L_14 = V_0; NullCheck(L_13); String_t* L_15 = String_ToLower_m3490221821(L_13, L_14, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_16 = String_op_Equality_m920492651(NULL /*static, unused*/, L_11, L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_00b4; } } { String_t* L_17 = __this->get_host_3(); CultureInfo_t4157843068 * L_18 = V_0; NullCheck(L_17); String_t* L_19 = String_ToLower_m3490221821(L_17, L_18, /*hidden argument*/NULL); Uri_t100236324 * L_20 = ___uri0; NullCheck(L_20); String_t* L_21 = L_20->get_host_3(); CultureInfo_t4157843068 * L_22 = V_0; NullCheck(L_21); String_t* L_23 = String_ToLower_m3490221821(L_21, L_22, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_24 = String_op_Equality_m920492651(NULL /*static, unused*/, L_19, L_23, /*hidden argument*/NULL); if (!L_24) { goto IL_00b4; } } { int32_t L_25 = __this->get_port_4(); Uri_t100236324 * L_26 = ___uri0; NullCheck(L_26); int32_t L_27 = L_26->get_port_4(); if ((!(((uint32_t)L_25) == ((uint32_t)L_27)))) { goto IL_00b4; } } { String_t* L_28 = __this->get_query_6(); Uri_t100236324 * L_29 = ___uri0; NullCheck(L_29); String_t* L_30 = L_29->get_query_6(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_31 = String_op_Equality_m920492651(NULL /*static, unused*/, L_28, L_30, /*hidden argument*/NULL); if (!L_31) { goto IL_00b4; } } { String_t* L_32 = __this->get_path_5(); Uri_t100236324 * L_33 = ___uri0; NullCheck(L_33); String_t* L_34 = L_33->get_path_5(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_35 = String_op_Equality_m920492651(NULL /*static, unused*/, L_32, L_34, /*hidden argument*/NULL); G_B10_0 = ((int32_t)(L_35)); goto IL_00b5; } IL_00b4: { G_B10_0 = 0; } IL_00b5: { return (bool)G_B10_0; } } // System.Int32 System.Uri::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Uri_GetHashCode_m321999866 (Uri_t100236324 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Uri_GetHashCode_m321999866_MetadataUsageId); s_Il2CppMethodInitialized = true; } CultureInfo_t4157843068 * V_0 = NULL; { int32_t L_0 = __this->get_cachedHashCode_16(); if (L_0) { goto IL_007a; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_1 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_1; bool L_2 = __this->get_isAbsoluteUri_11(); if (!L_2) { goto IL_0069; } } { String_t* L_3 = __this->get_scheme_2(); CultureInfo_t4157843068 * L_4 = V_0; NullCheck(L_3); String_t* L_5 = String_ToLower_m3490221821(L_3, L_4, /*hidden argument*/NULL); NullCheck(L_5); int32_t L_6 = String_GetHashCode_m1906374149(L_5, /*hidden argument*/NULL); String_t* L_7 = __this->get_host_3(); CultureInfo_t4157843068 * L_8 = V_0; NullCheck(L_7); String_t* L_9 = String_ToLower_m3490221821(L_7, L_8, /*hidden argument*/NULL); NullCheck(L_9); int32_t L_10 = String_GetHashCode_m1906374149(L_9, /*hidden argument*/NULL); int32_t L_11 = __this->get_port_4(); String_t* L_12 = __this->get_query_6(); NullCheck(L_12); int32_t L_13 = String_GetHashCode_m1906374149(L_12, /*hidden argument*/NULL); String_t* L_14 = __this->get_path_5(); NullCheck(L_14); int32_t L_15 = String_GetHashCode_m1906374149(L_14, /*hidden argument*/NULL); __this->set_cachedHashCode_16(((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_6^(int32_t)L_10))^(int32_t)L_11))^(int32_t)L_13))^(int32_t)L_15))); goto IL_007a; } IL_0069: { String_t* L_16 = __this->get_source_1(); NullCheck(L_16); int32_t L_17 = String_GetHashCode_m1906374149(L_16, /*hidden argument*/NULL); __this->set_cachedHashCode_16(L_17); } IL_007a: { int32_t L_18 = __this->get_cachedHashCode_16(); return L_18; } } // System.String System.Uri::GetLeftPart(System.UriPartial) extern "C" IL2CPP_METHOD_ATTR String_t* Uri_GetLeftPart_m3979111399 (Uri_t100236324 * __this, int32_t ___part0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Uri_GetLeftPart_m3979111399_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; StringBuilder_t * V_1 = NULL; StringBuilder_t * V_2 = NULL; int32_t V_3 = 0; String_t* V_4 = NULL; Dictionary_2_t2736202052 * V_5 = NULL; int32_t V_6 = 0; { Uri_EnsureAbsoluteUri_m2231483494(__this, /*hidden argument*/NULL); int32_t L_0 = ___part0; V_3 = L_0; int32_t L_1 = V_3; switch (L_1) { case 0: { goto IL_001f; } case 1: { goto IL_0031; } case 2: { goto IL_0134; } } } { goto IL_02ad; } IL_001f: { String_t* L_2 = __this->get_scheme_2(); String_t* L_3 = Uri_GetOpaqueWiseSchemeDelimiter_m1909471550(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = String_Concat_m3937257545(NULL /*static, unused*/, L_2, L_3, /*hidden argument*/NULL); return L_4; } IL_0031: { String_t* L_5 = __this->get_scheme_2(); IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); String_t* L_6 = ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->get_UriSchemeMailto_24(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_7 = String_op_Equality_m920492651(NULL /*static, unused*/, L_5, L_6, /*hidden argument*/NULL); if (L_7) { goto IL_005b; } } { String_t* L_8 = __this->get_scheme_2(); IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); String_t* L_9 = ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->get_UriSchemeNews_25(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_10 = String_op_Equality_m920492651(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0061; } } IL_005b: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_11 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_11; } IL_0061: { StringBuilder_t * L_12 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_12, /*hidden argument*/NULL); V_1 = L_12; StringBuilder_t * L_13 = V_1; String_t* L_14 = __this->get_scheme_2(); NullCheck(L_13); StringBuilder_Append_m1965104174(L_13, L_14, /*hidden argument*/NULL); StringBuilder_t * L_15 = V_1; String_t* L_16 = Uri_GetOpaqueWiseSchemeDelimiter_m1909471550(__this, /*hidden argument*/NULL); NullCheck(L_15); StringBuilder_Append_m1965104174(L_15, L_16, /*hidden argument*/NULL); String_t* L_17 = __this->get_path_5(); NullCheck(L_17); int32_t L_18 = String_get_Length_m3847582255(L_17, /*hidden argument*/NULL); if ((((int32_t)L_18) <= ((int32_t)1))) { goto IL_00c3; } } { String_t* L_19 = __this->get_path_5(); NullCheck(L_19); Il2CppChar L_20 = String_get_Chars_m2986988803(L_19, 1, /*hidden argument*/NULL); if ((!(((uint32_t)L_20) == ((uint32_t)((int32_t)58))))) { goto IL_00c3; } } { IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); String_t* L_21 = ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->get_UriSchemeFile_19(); String_t* L_22 = __this->get_scheme_2(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_23 = String_op_Equality_m920492651(NULL /*static, unused*/, L_21, L_22, /*hidden argument*/NULL); if (!L_23) { goto IL_00c3; } } { StringBuilder_t * L_24 = V_1; NullCheck(L_24); StringBuilder_Append_m2383614642(L_24, ((int32_t)47), /*hidden argument*/NULL); } IL_00c3: { String_t* L_25 = __this->get_userinfo_8(); NullCheck(L_25); int32_t L_26 = String_get_Length_m3847582255(L_25, /*hidden argument*/NULL); if ((((int32_t)L_26) <= ((int32_t)0))) { goto IL_00e8; } } { StringBuilder_t * L_27 = V_1; String_t* L_28 = __this->get_userinfo_8(); NullCheck(L_27); StringBuilder_t * L_29 = StringBuilder_Append_m1965104174(L_27, L_28, /*hidden argument*/NULL); NullCheck(L_29); StringBuilder_Append_m2383614642(L_29, ((int32_t)64), /*hidden argument*/NULL); } IL_00e8: { StringBuilder_t * L_30 = V_1; String_t* L_31 = __this->get_host_3(); NullCheck(L_30); StringBuilder_Append_m1965104174(L_30, L_31, /*hidden argument*/NULL); String_t* L_32 = __this->get_scheme_2(); IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); int32_t L_33 = Uri_GetDefaultPort_m2547653357(NULL /*static, unused*/, L_32, /*hidden argument*/NULL); V_0 = L_33; int32_t L_34 = __this->get_port_4(); if ((((int32_t)L_34) == ((int32_t)(-1)))) { goto IL_012d; } } { int32_t L_35 = __this->get_port_4(); int32_t L_36 = V_0; if ((((int32_t)L_35) == ((int32_t)L_36))) { goto IL_012d; } } { StringBuilder_t * L_37 = V_1; NullCheck(L_37); StringBuilder_t * L_38 = StringBuilder_Append_m2383614642(L_37, ((int32_t)58), /*hidden argument*/NULL); int32_t L_39 = __this->get_port_4(); NullCheck(L_38); StringBuilder_Append_m890240332(L_38, L_39, /*hidden argument*/NULL); } IL_012d: { StringBuilder_t * L_40 = V_1; NullCheck(L_40); String_t* L_41 = StringBuilder_ToString_m3317489284(L_40, /*hidden argument*/NULL); return L_41; } IL_0134: { StringBuilder_t * L_42 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_42, /*hidden argument*/NULL); V_2 = L_42; StringBuilder_t * L_43 = V_2; String_t* L_44 = __this->get_scheme_2(); NullCheck(L_43); StringBuilder_Append_m1965104174(L_43, L_44, /*hidden argument*/NULL); StringBuilder_t * L_45 = V_2; String_t* L_46 = Uri_GetOpaqueWiseSchemeDelimiter_m1909471550(__this, /*hidden argument*/NULL); NullCheck(L_45); StringBuilder_Append_m1965104174(L_45, L_46, /*hidden argument*/NULL); String_t* L_47 = __this->get_path_5(); NullCheck(L_47); int32_t L_48 = String_get_Length_m3847582255(L_47, /*hidden argument*/NULL); if ((((int32_t)L_48) <= ((int32_t)1))) { goto IL_0196; } } { String_t* L_49 = __this->get_path_5(); NullCheck(L_49); Il2CppChar L_50 = String_get_Chars_m2986988803(L_49, 1, /*hidden argument*/NULL); if ((!(((uint32_t)L_50) == ((uint32_t)((int32_t)58))))) { goto IL_0196; } } { IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); String_t* L_51 = ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->get_UriSchemeFile_19(); String_t* L_52 = __this->get_scheme_2(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_53 = String_op_Equality_m920492651(NULL /*static, unused*/, L_51, L_52, /*hidden argument*/NULL); if (!L_53) { goto IL_0196; } } { StringBuilder_t * L_54 = V_2; NullCheck(L_54); StringBuilder_Append_m2383614642(L_54, ((int32_t)47), /*hidden argument*/NULL); } IL_0196: { String_t* L_55 = __this->get_userinfo_8(); NullCheck(L_55); int32_t L_56 = String_get_Length_m3847582255(L_55, /*hidden argument*/NULL); if ((((int32_t)L_56) <= ((int32_t)0))) { goto IL_01bb; } } { StringBuilder_t * L_57 = V_2; String_t* L_58 = __this->get_userinfo_8(); NullCheck(L_57); StringBuilder_t * L_59 = StringBuilder_Append_m1965104174(L_57, L_58, /*hidden argument*/NULL); NullCheck(L_59); StringBuilder_Append_m2383614642(L_59, ((int32_t)64), /*hidden argument*/NULL); } IL_01bb: { StringBuilder_t * L_60 = V_2; String_t* L_61 = __this->get_host_3(); NullCheck(L_60); StringBuilder_Append_m1965104174(L_60, L_61, /*hidden argument*/NULL); String_t* L_62 = __this->get_scheme_2(); IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); int32_t L_63 = Uri_GetDefaultPort_m2547653357(NULL /*static, unused*/, L_62, /*hidden argument*/NULL); V_0 = L_63; int32_t L_64 = __this->get_port_4(); if ((((int32_t)L_64) == ((int32_t)(-1)))) { goto IL_0200; } } { int32_t L_65 = __this->get_port_4(); int32_t L_66 = V_0; if ((((int32_t)L_65) == ((int32_t)L_66))) { goto IL_0200; } } { StringBuilder_t * L_67 = V_2; NullCheck(L_67); StringBuilder_t * L_68 = StringBuilder_Append_m2383614642(L_67, ((int32_t)58), /*hidden argument*/NULL); int32_t L_69 = __this->get_port_4(); NullCheck(L_68); StringBuilder_Append_m890240332(L_68, L_69, /*hidden argument*/NULL); } IL_0200: { String_t* L_70 = __this->get_path_5(); NullCheck(L_70); int32_t L_71 = String_get_Length_m3847582255(L_70, /*hidden argument*/NULL); if ((((int32_t)L_71) <= ((int32_t)0))) { goto IL_02a6; } } { String_t* L_72 = Uri_get_Scheme_m1686732325(__this, /*hidden argument*/NULL); V_4 = L_72; String_t* L_73 = V_4; if (!L_73) { goto IL_0284; } } { IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); Dictionary_2_t2736202052 * L_74 = ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map1E_33(); if (L_74) { goto IL_0253; } } { Dictionary_2_t2736202052 * L_75 = (Dictionary_2_t2736202052 *)il2cpp_codegen_object_new(Dictionary_2_t2736202052_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2392909825(L_75, 2, /*hidden argument*/Dictionary_2__ctor_m2392909825_RuntimeMethod_var); V_5 = L_75; Dictionary_2_t2736202052 * L_76 = V_5; NullCheck(L_76); Dictionary_2_Add_m282647386(L_76, _stringLiteral416809914, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_77 = V_5; NullCheck(L_77); Dictionary_2_Add_m282647386(L_77, _stringLiteral15098073, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_78 = V_5; IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->set_U3CU3Ef__switchU24map1E_33(L_78); } IL_0253: { IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); Dictionary_2_t2736202052 * L_79 = ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map1E_33(); String_t* L_80 = V_4; NullCheck(L_79); bool L_81 = Dictionary_2_TryGetValue_m1013208020(L_79, L_80, (&V_6), /*hidden argument*/Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var); if (!L_81) { goto IL_0284; } } { int32_t L_82 = V_6; if (!L_82) { goto IL_0272; } } { goto IL_0284; } IL_0272: { StringBuilder_t * L_83 = V_2; String_t* L_84 = __this->get_path_5(); NullCheck(L_83); StringBuilder_Append_m1965104174(L_83, L_84, /*hidden argument*/NULL); goto IL_02a6; } IL_0284: { StringBuilder_t * L_85 = V_2; String_t* L_86 = __this->get_path_5(); String_t* L_87 = Uri_get_Scheme_m1686732325(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); bool L_88 = Uri_CompactEscaped_m2984961597(NULL /*static, unused*/, L_87, /*hidden argument*/NULL); String_t* L_89 = Uri_Reduce_m3122437040(NULL /*static, unused*/, L_86, L_88, /*hidden argument*/NULL); NullCheck(L_85); StringBuilder_Append_m1965104174(L_85, L_89, /*hidden argument*/NULL); goto IL_02a6; } IL_02a6: { StringBuilder_t * L_90 = V_2; NullCheck(L_90); String_t* L_91 = StringBuilder_ToString_m3317489284(L_90, /*hidden argument*/NULL); return L_91; } IL_02ad: { return (String_t*)NULL; } } // System.Int32 System.Uri::FromHex(System.Char) extern "C" IL2CPP_METHOD_ATTR int32_t Uri_FromHex_m2610708947 (RuntimeObject * __this /* static, unused */, Il2CppChar ___digit0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Uri_FromHex_m2610708947_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Il2CppChar L_0 = ___digit0; if ((((int32_t)((int32_t)48)) > ((int32_t)L_0))) { goto IL_0015; } } { Il2CppChar L_1 = ___digit0; if ((((int32_t)L_1) > ((int32_t)((int32_t)57)))) { goto IL_0015; } } { Il2CppChar L_2 = ___digit0; return ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)((int32_t)48))); } IL_0015: { Il2CppChar L_3 = ___digit0; if ((((int32_t)((int32_t)97)) > ((int32_t)L_3))) { goto IL_002d; } } { Il2CppChar L_4 = ___digit0; if ((((int32_t)L_4) > ((int32_t)((int32_t)102)))) { goto IL_002d; } } { Il2CppChar L_5 = ___digit0; return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)((int32_t)97))), (int32_t)((int32_t)10))); } IL_002d: { Il2CppChar L_6 = ___digit0; if ((((int32_t)((int32_t)65)) > ((int32_t)L_6))) { goto IL_0045; } } { Il2CppChar L_7 = ___digit0; if ((((int32_t)L_7) > ((int32_t)((int32_t)70)))) { goto IL_0045; } } { Il2CppChar L_8 = ___digit0; return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)((int32_t)65))), (int32_t)((int32_t)10))); } IL_0045: { ArgumentException_t132251570 * L_9 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_9, _stringLiteral2699191085, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,Uri_FromHex_m2610708947_RuntimeMethod_var); } } // System.String System.Uri::HexEscape(System.Char) extern "C" IL2CPP_METHOD_ATTR String_t* Uri_HexEscape_m1589417657 (RuntimeObject * __this /* static, unused */, Il2CppChar ___character0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Uri_HexEscape_m1589417657_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Il2CppChar L_0 = ___character0; if ((((int32_t)L_0) <= ((int32_t)((int32_t)255)))) { goto IL_0016; } } { ArgumentOutOfRangeException_t777629997 * L_1 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_1, _stringLiteral1776941794, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Uri_HexEscape_m1589417657_RuntimeMethod_var); } IL_0016: { IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); String_t* L_2 = ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->get_hexUpperChars_17(); Il2CppChar L_3 = ___character0; NullCheck(L_2); Il2CppChar L_4 = String_get_Chars_m2986988803(L_2, ((int32_t)((int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)240)))>>(int32_t)4)), /*hidden argument*/NULL); Il2CppChar L_5 = L_4; RuntimeObject * L_6 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_5); String_t* L_7 = ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->get_hexUpperChars_17(); Il2CppChar L_8 = ___character0; NullCheck(L_7); Il2CppChar L_9 = String_get_Chars_m2986988803(L_7, ((int32_t)((int32_t)L_8&(int32_t)((int32_t)15))), /*hidden argument*/NULL); Il2CppChar L_10 = L_9; RuntimeObject * L_11 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_10); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_12 = String_Concat_m1715369213(NULL /*static, unused*/, _stringLiteral3452614523, L_6, L_11, /*hidden argument*/NULL); return L_12; } } // System.Boolean System.Uri::IsHexDigit(System.Char) extern "C" IL2CPP_METHOD_ATTR bool Uri_IsHexDigit_m3389749670 (RuntimeObject * __this /* static, unused */, Il2CppChar ___digit0, const RuntimeMethod* method) { int32_t G_B7_0 = 0; int32_t G_B9_0 = 0; { Il2CppChar L_0 = ___digit0; if ((((int32_t)((int32_t)48)) > ((int32_t)L_0))) { goto IL_0010; } } { Il2CppChar L_1 = ___digit0; if ((((int32_t)L_1) <= ((int32_t)((int32_t)57)))) { goto IL_0035; } } IL_0010: { Il2CppChar L_2 = ___digit0; if ((((int32_t)((int32_t)97)) > ((int32_t)L_2))) { goto IL_0020; } } { Il2CppChar L_3 = ___digit0; if ((((int32_t)L_3) <= ((int32_t)((int32_t)102)))) { goto IL_0035; } } IL_0020: { Il2CppChar L_4 = ___digit0; if ((((int32_t)((int32_t)65)) > ((int32_t)L_4))) { goto IL_0032; } } { Il2CppChar L_5 = ___digit0; G_B7_0 = ((((int32_t)((((int32_t)L_5) > ((int32_t)((int32_t)70)))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0033; } IL_0032: { G_B7_0 = 0; } IL_0033: { G_B9_0 = G_B7_0; goto IL_0036; } IL_0035: { G_B9_0 = 1; } IL_0036: { return (bool)G_B9_0; } } // System.Boolean System.Uri::IsHexEncoding(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool Uri_IsHexEncoding_m3290929897 (RuntimeObject * __this /* static, unused */, String_t* ___pattern0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Uri_IsHexEncoding_m3290929897_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B6_0 = 0; { int32_t L_0 = ___index1; String_t* L_1 = ___pattern0; NullCheck(L_1); int32_t L_2 = String_get_Length_m3847582255(L_1, /*hidden argument*/NULL); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)3))) <= ((int32_t)L_2))) { goto IL_0010; } } { return (bool)0; } IL_0010: { String_t* L_3 = ___pattern0; int32_t L_4 = ___index1; int32_t L_5 = L_4; ___index1 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); NullCheck(L_3); Il2CppChar L_6 = String_get_Chars_m2986988803(L_3, L_5, /*hidden argument*/NULL); if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)37))))) { goto IL_0047; } } { String_t* L_7 = ___pattern0; int32_t L_8 = ___index1; int32_t L_9 = L_8; ___index1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); NullCheck(L_7); Il2CppChar L_10 = String_get_Chars_m2986988803(L_7, L_9, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); bool L_11 = Uri_IsHexDigit_m3389749670(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0047; } } { String_t* L_12 = ___pattern0; int32_t L_13 = ___index1; NullCheck(L_12); Il2CppChar L_14 = String_get_Chars_m2986988803(L_12, L_13, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); bool L_15 = Uri_IsHexDigit_m3389749670(NULL /*static, unused*/, L_14, /*hidden argument*/NULL); G_B6_0 = ((int32_t)(L_15)); goto IL_0048; } IL_0047: { G_B6_0 = 0; } IL_0048: { return (bool)G_B6_0; } } // System.Void System.Uri::AppendQueryAndFragment(System.String&) extern "C" IL2CPP_METHOD_ATTR void Uri_AppendQueryAndFragment_m3170766010 (Uri_t100236324 * __this, String_t** ___result0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Uri_AppendQueryAndFragment_m3170766010_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* G_B4_0 = NULL; { String_t* L_0 = __this->get_query_6(); NullCheck(L_0); int32_t L_1 = String_get_Length_m3847582255(L_0, /*hidden argument*/NULL); if ((((int32_t)L_1) <= ((int32_t)0))) { goto IL_005e; } } { String_t* L_2 = __this->get_query_6(); NullCheck(L_2); Il2CppChar L_3 = String_get_Chars_m2986988803(L_2, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)63))))) { goto IL_0047; } } { Il2CppChar L_4 = ((Il2CppChar)((int32_t)63)); RuntimeObject * L_5 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_4); String_t* L_6 = __this->get_query_6(); NullCheck(L_6); String_t* L_7 = String_Substring_m2848979100(L_6, 1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); String_t* L_8 = Uri_Unescape_m910903869(NULL /*static, unused*/, L_7, (bool)0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_9 = String_Concat_m904156431(NULL /*static, unused*/, L_5, L_8, /*hidden argument*/NULL); G_B4_0 = L_9; goto IL_0053; } IL_0047: { String_t* L_10 = __this->get_query_6(); IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); String_t* L_11 = Uri_Unescape_m910903869(NULL /*static, unused*/, L_10, (bool)0, /*hidden argument*/NULL); G_B4_0 = L_11; } IL_0053: { V_0 = G_B4_0; String_t** L_12 = ___result0; String_t** L_13 = ___result0; String_t* L_14 = *((String_t**)L_13); String_t* L_15 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_16 = String_Concat_m3937257545(NULL /*static, unused*/, L_14, L_15, /*hidden argument*/NULL); *((RuntimeObject **)(L_12)) = (RuntimeObject *)L_16; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_12), (RuntimeObject *)L_16); } IL_005e: { String_t* L_17 = __this->get_fragment_7(); NullCheck(L_17); int32_t L_18 = String_get_Length_m3847582255(L_17, /*hidden argument*/NULL); if ((((int32_t)L_18) <= ((int32_t)0))) { goto IL_007e; } } { String_t** L_19 = ___result0; String_t** L_20 = ___result0; String_t* L_21 = *((String_t**)L_20); String_t* L_22 = __this->get_fragment_7(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_23 = String_Concat_m3937257545(NULL /*static, unused*/, L_21, L_22, /*hidden argument*/NULL); *((RuntimeObject **)(L_19)) = (RuntimeObject *)L_23; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_19), (RuntimeObject *)L_23); } IL_007e: { return; } } // System.String System.Uri::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Uri_ToString_m3742105950 (Uri_t100236324 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Uri_ToString_m3742105950_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = __this->get_cachedToString_14(); if (!L_0) { goto IL_0012; } } { String_t* L_1 = __this->get_cachedToString_14(); return L_1; } IL_0012: { bool L_2 = __this->get_isAbsoluteUri_11(); if (!L_2) { goto IL_0035; } } { String_t* L_3 = Uri_GetLeftPart_m3979111399(__this, 2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); String_t* L_4 = Uri_Unescape_m910903869(NULL /*static, unused*/, L_3, (bool)1, /*hidden argument*/NULL); __this->set_cachedToString_14(L_4); goto IL_0047; } IL_0035: { String_t* L_5 = __this->get_path_5(); String_t* L_6 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(5 /* System.String System.Uri::Unescape(System.String) */, __this, L_5); __this->set_cachedToString_14(L_6); } IL_0047: { String_t** L_7 = __this->get_address_of_cachedToString_14(); Uri_AppendQueryAndFragment_m3170766010(__this, L_7, /*hidden argument*/NULL); String_t* L_8 = __this->get_cachedToString_14(); return L_8; } } // System.String System.Uri::EscapeString(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Uri_EscapeString_m2061933484 (RuntimeObject * __this /* static, unused */, String_t* ___str0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Uri_EscapeString_m2061933484_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___str0; IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); String_t* L_1 = Uri_EscapeString_m3864445955(NULL /*static, unused*/, L_0, (bool)0, (bool)1, (bool)1, /*hidden argument*/NULL); return L_1; } } // System.String System.Uri::EscapeString(System.String,System.Boolean,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* Uri_EscapeString_m3864445955 (RuntimeObject * __this /* static, unused */, String_t* ___str0, bool ___escapeReserved1, bool ___escapeHex2, bool ___escapeBrackets3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Uri_EscapeString_m3864445955_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; ByteU5BU5D_t4116647657* V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; Il2CppChar V_6 = 0x0; { String_t* L_0 = ___str0; if (L_0) { goto IL_000c; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_1; } IL_000c: { StringBuilder_t * L_2 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_2, /*hidden argument*/NULL); V_0 = L_2; String_t* L_3 = ___str0; NullCheck(L_3); int32_t L_4 = String_get_Length_m3847582255(L_3, /*hidden argument*/NULL); V_1 = L_4; V_2 = 0; goto IL_0105; } IL_0020: { String_t* L_5 = ___str0; int32_t L_6 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); bool L_7 = Uri_IsHexEncoding_m3290929897(NULL /*static, unused*/, L_5, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0044; } } { StringBuilder_t * L_8 = V_0; String_t* L_9 = ___str0; int32_t L_10 = V_2; NullCheck(L_9); String_t* L_11 = String_Substring_m1610150815(L_9, L_10, 3, /*hidden argument*/NULL); NullCheck(L_8); StringBuilder_Append_m1965104174(L_8, L_11, /*hidden argument*/NULL); int32_t L_12 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)2)); goto IL_0101; } IL_0044: { IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_13 = Encoding_get_UTF8_m1008486739(NULL /*static, unused*/, /*hidden argument*/NULL); CharU5BU5D_t3528271667* L_14 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); String_t* L_15 = ___str0; int32_t L_16 = V_2; NullCheck(L_15); Il2CppChar L_17 = String_get_Chars_m2986988803(L_15, L_16, /*hidden argument*/NULL); NullCheck(L_14); (L_14)->SetAt(static_cast(0), (Il2CppChar)L_17); NullCheck(L_13); ByteU5BU5D_t4116647657* L_18 = VirtFuncInvoker1< ByteU5BU5D_t4116647657*, CharU5BU5D_t3528271667* >::Invoke(12 /* System.Byte[] System.Text.Encoding::GetBytes(System.Char[]) */, L_13, L_14); V_3 = L_18; ByteU5BU5D_t4116647657* L_19 = V_3; NullCheck(L_19); V_4 = (((int32_t)((int32_t)(((RuntimeArray *)L_19)->max_length)))); V_5 = 0; goto IL_00f8; } IL_006c: { ByteU5BU5D_t4116647657* L_20 = V_3; int32_t L_21 = V_5; NullCheck(L_20); int32_t L_22 = L_21; uint8_t L_23 = (L_20)->GetAt(static_cast(L_22)); V_6 = (((int32_t)((uint16_t)L_23))); Il2CppChar L_24 = V_6; if ((((int32_t)L_24) <= ((int32_t)((int32_t)32)))) { goto IL_00d6; } } { Il2CppChar L_25 = V_6; if ((((int32_t)L_25) >= ((int32_t)((int32_t)127)))) { goto IL_00d6; } } { Il2CppChar L_26 = V_6; NullCheck(_stringLiteral1759775709); int32_t L_27 = String_IndexOf_m363431711(_stringLiteral1759775709, L_26, /*hidden argument*/NULL); if ((!(((uint32_t)L_27) == ((uint32_t)(-1))))) { goto IL_00d6; } } { bool L_28 = ___escapeHex2; if (!L_28) { goto IL_00a6; } } { Il2CppChar L_29 = V_6; if ((((int32_t)L_29) == ((int32_t)((int32_t)35)))) { goto IL_00d6; } } IL_00a6: { bool L_30 = ___escapeBrackets3; if (!L_30) { goto IL_00be; } } { Il2CppChar L_31 = V_6; if ((((int32_t)L_31) == ((int32_t)((int32_t)91)))) { goto IL_00d6; } } { Il2CppChar L_32 = V_6; if ((((int32_t)L_32) == ((int32_t)((int32_t)93)))) { goto IL_00d6; } } IL_00be: { bool L_33 = ___escapeReserved1; if (!L_33) { goto IL_00e9; } } { Il2CppChar L_34 = V_6; NullCheck(_stringLiteral259003225); int32_t L_35 = String_IndexOf_m363431711(_stringLiteral259003225, L_34, /*hidden argument*/NULL); if ((((int32_t)L_35) == ((int32_t)(-1)))) { goto IL_00e9; } } IL_00d6: { StringBuilder_t * L_36 = V_0; Il2CppChar L_37 = V_6; IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); String_t* L_38 = Uri_HexEscape_m1589417657(NULL /*static, unused*/, L_37, /*hidden argument*/NULL); NullCheck(L_36); StringBuilder_Append_m1965104174(L_36, L_38, /*hidden argument*/NULL); goto IL_00f2; } IL_00e9: { StringBuilder_t * L_39 = V_0; Il2CppChar L_40 = V_6; NullCheck(L_39); StringBuilder_Append_m2383614642(L_39, L_40, /*hidden argument*/NULL); } IL_00f2: { int32_t L_41 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)); } IL_00f8: { int32_t L_42 = V_5; int32_t L_43 = V_4; if ((((int32_t)L_42) < ((int32_t)L_43))) { goto IL_006c; } } IL_0101: { int32_t L_44 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1)); } IL_0105: { int32_t L_45 = V_2; int32_t L_46 = V_1; if ((((int32_t)L_45) < ((int32_t)L_46))) { goto IL_0020; } } { StringBuilder_t * L_47 = V_0; NullCheck(L_47); String_t* L_48 = StringBuilder_ToString_m3317489284(L_47, /*hidden argument*/NULL); return L_48; } } // System.Void System.Uri::ParseUri(System.UriKind) extern "C" IL2CPP_METHOD_ATTR void Uri_ParseUri_m2150795567 (Uri_t100236324 * __this, int32_t ___kind0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Uri_ParseUri_m2150795567_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___kind0; String_t* L_1 = __this->get_source_1(); Uri_Parse_m736300106(__this, L_0, L_1, /*hidden argument*/NULL); bool L_2 = __this->get_userEscaped_12(); if (!L_2) { goto IL_0019; } } { return; } IL_0019: { String_t* L_3 = __this->get_host_3(); IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); String_t* L_4 = Uri_EscapeString_m3864445955(NULL /*static, unused*/, L_3, (bool)0, (bool)1, (bool)0, /*hidden argument*/NULL); __this->set_host_3(L_4); String_t* L_5 = __this->get_host_3(); NullCheck(L_5); int32_t L_6 = String_get_Length_m3847582255(L_5, /*hidden argument*/NULL); if ((((int32_t)L_6) <= ((int32_t)1))) { goto IL_0086; } } { String_t* L_7 = __this->get_host_3(); NullCheck(L_7); Il2CppChar L_8 = String_get_Chars_m2986988803(L_7, 0, /*hidden argument*/NULL); if ((((int32_t)L_8) == ((int32_t)((int32_t)91)))) { goto IL_0086; } } { String_t* L_9 = __this->get_host_3(); String_t* L_10 = __this->get_host_3(); NullCheck(L_10); int32_t L_11 = String_get_Length_m3847582255(L_10, /*hidden argument*/NULL); NullCheck(L_9); Il2CppChar L_12 = String_get_Chars_m2986988803(L_9, ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1)), /*hidden argument*/NULL); if ((((int32_t)L_12) == ((int32_t)((int32_t)93)))) { goto IL_0086; } } { String_t* L_13 = __this->get_host_3(); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_14 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_13); String_t* L_15 = String_ToLower_m3490221821(L_13, L_14, /*hidden argument*/NULL); __this->set_host_3(L_15); } IL_0086: { String_t* L_16 = __this->get_path_5(); NullCheck(L_16); int32_t L_17 = String_get_Length_m3847582255(L_16, /*hidden argument*/NULL); if ((((int32_t)L_17) <= ((int32_t)0))) { goto IL_00a8; } } { String_t* L_18 = __this->get_path_5(); IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); String_t* L_19 = Uri_EscapeString_m2061933484(NULL /*static, unused*/, L_18, /*hidden argument*/NULL); __this->set_path_5(L_19); } IL_00a8: { return; } } // System.String System.Uri::Unescape(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Uri_Unescape_m3373094076 (Uri_t100236324 * __this, String_t* ___str0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Uri_Unescape_m3373094076_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___str0; IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); String_t* L_1 = Uri_Unescape_m910903869(NULL /*static, unused*/, L_0, (bool)0, /*hidden argument*/NULL); return L_1; } } // System.String System.Uri::Unescape(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* Uri_Unescape_m910903869 (RuntimeObject * __this /* static, unused */, String_t* ___str0, bool ___excludeSpecial1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Uri_Unescape_m910903869_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; Il2CppChar V_3 = 0x0; Il2CppChar V_4 = 0x0; Il2CppChar V_5 = 0x0; { String_t* L_0 = ___str0; if (L_0) { goto IL_000c; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_1; } IL_000c: { StringBuilder_t * L_2 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_2, /*hidden argument*/NULL); V_0 = L_2; String_t* L_3 = ___str0; NullCheck(L_3); int32_t L_4 = String_get_Length_m3847582255(L_3, /*hidden argument*/NULL); V_1 = L_4; V_2 = 0; goto IL_00ca; } IL_0020: { String_t* L_5 = ___str0; int32_t L_6 = V_2; NullCheck(L_5); Il2CppChar L_7 = String_get_Chars_m2986988803(L_5, L_6, /*hidden argument*/NULL); V_3 = L_7; Il2CppChar L_8 = V_3; if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)37))))) { goto IL_00be; } } { String_t* L_9 = ___str0; IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); Il2CppChar L_10 = Uri_HexUnescapeMultiByte_m332853996(NULL /*static, unused*/, L_9, (&V_2), (&V_4), /*hidden argument*/NULL); V_5 = L_10; bool L_11 = ___excludeSpecial1; if (!L_11) { goto IL_005c; } } { Il2CppChar L_12 = V_5; if ((!(((uint32_t)L_12) == ((uint32_t)((int32_t)35))))) { goto IL_005c; } } { StringBuilder_t * L_13 = V_0; NullCheck(L_13); StringBuilder_Append_m1965104174(L_13, _stringLiteral2671228134, /*hidden argument*/NULL); goto IL_00b5; } IL_005c: { bool L_14 = ___excludeSpecial1; if (!L_14) { goto IL_007c; } } { Il2CppChar L_15 = V_5; if ((!(((uint32_t)L_15) == ((uint32_t)((int32_t)37))))) { goto IL_007c; } } { StringBuilder_t * L_16 = V_0; NullCheck(L_16); StringBuilder_Append_m1965104174(L_16, _stringLiteral3834027548, /*hidden argument*/NULL); goto IL_00b5; } IL_007c: { bool L_17 = ___excludeSpecial1; if (!L_17) { goto IL_009c; } } { Il2CppChar L_18 = V_5; if ((!(((uint32_t)L_18) == ((uint32_t)((int32_t)63))))) { goto IL_009c; } } { StringBuilder_t * L_19 = V_0; NullCheck(L_19); StringBuilder_Append_m1965104174(L_19, _stringLiteral3000541767, /*hidden argument*/NULL); goto IL_00b5; } IL_009c: { StringBuilder_t * L_20 = V_0; Il2CppChar L_21 = V_5; NullCheck(L_20); StringBuilder_Append_m2383614642(L_20, L_21, /*hidden argument*/NULL); Il2CppChar L_22 = V_4; if (!L_22) { goto IL_00b5; } } { StringBuilder_t * L_23 = V_0; Il2CppChar L_24 = V_4; NullCheck(L_23); StringBuilder_Append_m2383614642(L_23, L_24, /*hidden argument*/NULL); } IL_00b5: { int32_t L_25 = V_2; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)1)); goto IL_00c6; } IL_00be: { StringBuilder_t * L_26 = V_0; Il2CppChar L_27 = V_3; NullCheck(L_26); StringBuilder_Append_m2383614642(L_26, L_27, /*hidden argument*/NULL); } IL_00c6: { int32_t L_28 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); } IL_00ca: { int32_t L_29 = V_2; int32_t L_30 = V_1; if ((((int32_t)L_29) < ((int32_t)L_30))) { goto IL_0020; } } { StringBuilder_t * L_31 = V_0; NullCheck(L_31); String_t* L_32 = StringBuilder_ToString_m3317489284(L_31, /*hidden argument*/NULL); return L_32; } } // System.Void System.Uri::ParseAsWindowsUNC(System.String) extern "C" IL2CPP_METHOD_ATTR void Uri_ParseAsWindowsUNC_m2348878458 (Uri_t100236324 * __this, String_t* ___uriString0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Uri_ParseAsWindowsUNC_m2348878458_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); String_t* L_0 = ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->get_UriSchemeFile_19(); __this->set_scheme_2(L_0); __this->set_port_4((-1)); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_fragment_7(L_1); String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_query_6(L_2); __this->set_isUnc_9((bool)1); String_t* L_3 = ___uriString0; CharU5BU5D_t3528271667* L_4 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_4); (L_4)->SetAt(static_cast(0), (Il2CppChar)((int32_t)92)); NullCheck(L_3); String_t* L_5 = String_TrimStart_m1431283012(L_3, L_4, /*hidden argument*/NULL); ___uriString0 = L_5; String_t* L_6 = ___uriString0; NullCheck(L_6); int32_t L_7 = String_IndexOf_m363431711(L_6, ((int32_t)92), /*hidden argument*/NULL); V_0 = L_7; int32_t L_8 = V_0; if ((((int32_t)L_8) <= ((int32_t)0))) { goto IL_0072; } } { String_t* L_9 = ___uriString0; int32_t L_10 = V_0; NullCheck(L_9); String_t* L_11 = String_Substring_m2848979100(L_9, L_10, /*hidden argument*/NULL); __this->set_path_5(L_11); String_t* L_12 = ___uriString0; int32_t L_13 = V_0; NullCheck(L_12); String_t* L_14 = String_Substring_m1610150815(L_12, 0, L_13, /*hidden argument*/NULL); __this->set_host_3(L_14); goto IL_0084; } IL_0072: { String_t* L_15 = ___uriString0; __this->set_host_3(L_15); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_16 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_path_5(L_16); } IL_0084: { String_t* L_17 = __this->get_path_5(); NullCheck(L_17); String_t* L_18 = String_Replace_m1273907647(L_17, _stringLiteral3452614644, _stringLiteral3452614529, /*hidden argument*/NULL); __this->set_path_5(L_18); return; } } // System.String System.Uri::ParseAsWindowsAbsoluteFilePath(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Uri_ParseAsWindowsAbsoluteFilePath_m708354183 (Uri_t100236324 * __this, String_t* ___uriString0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Uri_ParseAsWindowsAbsoluteFilePath_m708354183_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___uriString0; NullCheck(L_0); int32_t L_1 = String_get_Length_m3847582255(L_0, /*hidden argument*/NULL); if ((((int32_t)L_1) <= ((int32_t)2))) { goto IL_002e; } } { String_t* L_2 = ___uriString0; NullCheck(L_2); Il2CppChar L_3 = String_get_Chars_m2986988803(L_2, 2, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)((int32_t)92)))) { goto IL_002e; } } { String_t* L_4 = ___uriString0; NullCheck(L_4); Il2CppChar L_5 = String_get_Chars_m2986988803(L_4, 2, /*hidden argument*/NULL); if ((((int32_t)L_5) == ((int32_t)((int32_t)47)))) { goto IL_002e; } } { return _stringLiteral796679200; } IL_002e: { IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); String_t* L_6 = ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->get_UriSchemeFile_19(); __this->set_scheme_2(L_6); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_host_3(L_7); __this->set_port_4((-1)); String_t* L_8 = ___uriString0; NullCheck(L_8); String_t* L_9 = String_Replace_m1273907647(L_8, _stringLiteral3452614644, _stringLiteral3452614529, /*hidden argument*/NULL); __this->set_path_5(L_9); String_t* L_10 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_fragment_7(L_10); String_t* L_11 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_query_6(L_11); return (String_t*)NULL; } } // System.Void System.Uri::ParseAsUnixAbsoluteFilePath(System.String) extern "C" IL2CPP_METHOD_ATTR void Uri_ParseAsUnixAbsoluteFilePath_m1476768041 (Uri_t100236324 * __this, String_t* ___uriString0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Uri_ParseAsUnixAbsoluteFilePath_m1476768041_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_isUnixFilePath_0((bool)1); IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); String_t* L_0 = ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->get_UriSchemeFile_19(); __this->set_scheme_2(L_0); __this->set_port_4((-1)); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_fragment_7(L_1); String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_query_6(L_2); String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_host_3(L_3); __this->set_path_5((String_t*)NULL); String_t* L_4 = ___uriString0; NullCheck(L_4); int32_t L_5 = String_get_Length_m3847582255(L_4, /*hidden argument*/NULL); if ((((int32_t)L_5) < ((int32_t)2))) { goto IL_008f; } } { String_t* L_6 = ___uriString0; NullCheck(L_6); Il2CppChar L_7 = String_get_Chars_m2986988803(L_6, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)47))))) { goto IL_008f; } } { String_t* L_8 = ___uriString0; NullCheck(L_8); Il2CppChar L_9 = String_get_Chars_m2986988803(L_8, 1, /*hidden argument*/NULL); if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)47))))) { goto IL_008f; } } { String_t* L_10 = ___uriString0; CharU5BU5D_t3528271667* L_11 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_11); (L_11)->SetAt(static_cast(0), (Il2CppChar)((int32_t)47)); NullCheck(L_10); String_t* L_12 = String_TrimStart_m1431283012(L_10, L_11, /*hidden argument*/NULL); ___uriString0 = L_12; Il2CppChar L_13 = ((Il2CppChar)((int32_t)47)); RuntimeObject * L_14 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_13); String_t* L_15 = ___uriString0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_16 = String_Concat_m904156431(NULL /*static, unused*/, L_14, L_15, /*hidden argument*/NULL); __this->set_path_5(L_16); } IL_008f: { String_t* L_17 = __this->get_path_5(); if (L_17) { goto IL_00a1; } } { String_t* L_18 = ___uriString0; __this->set_path_5(L_18); } IL_00a1: { return; } } // System.Void System.Uri::Parse(System.UriKind,System.String) extern "C" IL2CPP_METHOD_ATTR void Uri_Parse_m736300106 (Uri_t100236324 * __this, int32_t ___kind0, String_t* ___uriString1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Uri_Parse_m736300106_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { String_t* L_0 = ___uriString1; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3582941166, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Uri_Parse_m736300106_RuntimeMethod_var); } IL_0011: { int32_t L_2 = ___kind0; String_t* L_3 = ___uriString1; String_t* L_4 = Uri_ParseNoExceptions_m4274141693(__this, L_2, L_3, /*hidden argument*/NULL); V_0 = L_4; String_t* L_5 = V_0; if (!L_5) { goto IL_0027; } } { String_t* L_6 = V_0; UriFormatException_t953270471 * L_7 = (UriFormatException_t953270471 *)il2cpp_codegen_object_new(UriFormatException_t953270471_il2cpp_TypeInfo_var); UriFormatException__ctor_m3083316541(L_7, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,Uri_Parse_m736300106_RuntimeMethod_var); } IL_0027: { return; } } // System.String System.Uri::ParseNoExceptions(System.UriKind,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Uri_ParseNoExceptions_m4274141693 (Uri_t100236324 * __this, int32_t ___kind0, String_t* ___uriString1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Uri_ParseNoExceptions_m4274141693_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; String_t* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; bool V_5 = false; bool V_6 = false; bool V_7 = false; int32_t V_8 = 0; int32_t V_9 = 0; String_t* V_10 = NULL; bool V_11 = false; IPv6Address_t2709566769 * V_12 = NULL; UriFormatException_t953270471 * V_13 = NULL; int32_t G_B50_0 = 0; int32_t G_B55_0 = 0; int32_t G_B57_0 = 0; int32_t G_B139_0 = 0; { String_t* L_0 = ___uriString1; NullCheck(L_0); String_t* L_1 = String_Trim_m923598732(L_0, /*hidden argument*/NULL); ___uriString1 = L_1; String_t* L_2 = ___uriString1; NullCheck(L_2); int32_t L_3 = String_get_Length_m3847582255(L_2, /*hidden argument*/NULL); V_0 = L_3; int32_t L_4 = V_0; if (L_4) { goto IL_002b; } } { int32_t L_5 = ___kind0; if ((((int32_t)L_5) == ((int32_t)2))) { goto IL_0022; } } { int32_t L_6 = ___kind0; if (L_6) { goto IL_002b; } } IL_0022: { __this->set_isAbsoluteUri_11((bool)0); return (String_t*)NULL; } IL_002b: { int32_t L_7 = V_0; if ((((int32_t)L_7) > ((int32_t)1))) { goto IL_003f; } } { int32_t L_8 = ___kind0; if ((((int32_t)L_8) == ((int32_t)2))) { goto IL_003f; } } { return _stringLiteral3313991234; } IL_003f: { V_1 = 0; String_t* L_9 = ___uriString1; NullCheck(L_9); int32_t L_10 = String_IndexOf_m363431711(L_9, ((int32_t)58), /*hidden argument*/NULL); V_1 = L_10; int32_t L_11 = V_1; if (L_11) { goto IL_0056; } } { return _stringLiteral1267661654; } IL_0056: { int32_t L_12 = V_1; if ((((int32_t)L_12) >= ((int32_t)0))) { goto IL_00d5; } } { String_t* L_13 = ___uriString1; NullCheck(L_13); Il2CppChar L_14 = String_get_Chars_m2986988803(L_13, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_14) == ((uint32_t)((int32_t)47))))) { goto IL_0091; } } { IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); Il2CppChar L_15 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2(); if ((!(((uint32_t)L_15) == ((uint32_t)((int32_t)47))))) { goto IL_0091; } } { String_t* L_16 = ___uriString1; Uri_ParseAsUnixAbsoluteFilePath_m1476768041(__this, L_16, /*hidden argument*/NULL); int32_t L_17 = ___kind0; if ((!(((uint32_t)L_17) == ((uint32_t)2)))) { goto IL_008c; } } { __this->set_isAbsoluteUri_11((bool)0); } IL_008c: { goto IL_00d3; } IL_0091: { String_t* L_18 = ___uriString1; NullCheck(L_18); int32_t L_19 = String_get_Length_m3847582255(L_18, /*hidden argument*/NULL); if ((((int32_t)L_19) < ((int32_t)2))) { goto IL_00c5; } } { String_t* L_20 = ___uriString1; NullCheck(L_20); Il2CppChar L_21 = String_get_Chars_m2986988803(L_20, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_21) == ((uint32_t)((int32_t)92))))) { goto IL_00c5; } } { String_t* L_22 = ___uriString1; NullCheck(L_22); Il2CppChar L_23 = String_get_Chars_m2986988803(L_22, 1, /*hidden argument*/NULL); if ((!(((uint32_t)L_23) == ((uint32_t)((int32_t)92))))) { goto IL_00c5; } } { String_t* L_24 = ___uriString1; Uri_ParseAsWindowsUNC_m2348878458(__this, L_24, /*hidden argument*/NULL); goto IL_00d3; } IL_00c5: { __this->set_isAbsoluteUri_11((bool)0); String_t* L_25 = ___uriString1; __this->set_path_5(L_25); } IL_00d3: { return (String_t*)NULL; } IL_00d5: { int32_t L_26 = V_1; if ((!(((uint32_t)L_26) == ((uint32_t)1)))) { goto IL_0105; } } { String_t* L_27 = ___uriString1; NullCheck(L_27); Il2CppChar L_28 = String_get_Chars_m2986988803(L_27, 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); bool L_29 = Uri_IsAlpha_m1282293464(NULL /*static, unused*/, L_28, /*hidden argument*/NULL); if (L_29) { goto IL_00f3; } } { return _stringLiteral1563818855; } IL_00f3: { String_t* L_30 = ___uriString1; String_t* L_31 = Uri_ParseAsWindowsAbsoluteFilePath_m708354183(__this, L_30, /*hidden argument*/NULL); V_2 = L_31; String_t* L_32 = V_2; if (!L_32) { goto IL_0103; } } { String_t* L_33 = V_2; return L_33; } IL_0103: { return (String_t*)NULL; } IL_0105: { String_t* L_34 = ___uriString1; int32_t L_35 = V_1; NullCheck(L_34); String_t* L_36 = String_Substring_m1610150815(L_34, 0, L_35, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_37 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_36); String_t* L_38 = String_ToLower_m3490221821(L_36, L_37, /*hidden argument*/NULL); __this->set_scheme_2(L_38); String_t* L_39 = __this->get_scheme_2(); IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); bool L_40 = Uri_CheckSchemeName_m108657675(NULL /*static, unused*/, L_39, /*hidden argument*/NULL); if (L_40) { goto IL_0138; } } { String_t* L_41 = Locale_GetText_m3875126938(NULL /*static, unused*/, _stringLiteral3874466473, /*hidden argument*/NULL); return L_41; } IL_0138: { int32_t L_42 = V_1; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1)); String_t* L_43 = ___uriString1; NullCheck(L_43); int32_t L_44 = String_get_Length_m3847582255(L_43, /*hidden argument*/NULL); V_4 = L_44; String_t* L_45 = ___uriString1; int32_t L_46 = V_3; NullCheck(L_45); int32_t L_47 = String_IndexOf_m2466398549(L_45, ((int32_t)35), L_46, /*hidden argument*/NULL); V_1 = L_47; bool L_48 = Uri_get_IsUnc_m2977972311(__this, /*hidden argument*/NULL); if (L_48) { goto IL_019e; } } { int32_t L_49 = V_1; if ((((int32_t)L_49) == ((int32_t)(-1)))) { goto IL_019e; } } { bool L_50 = __this->get_userEscaped_12(); if (!L_50) { goto IL_017d; } } { String_t* L_51 = ___uriString1; int32_t L_52 = V_1; NullCheck(L_51); String_t* L_53 = String_Substring_m2848979100(L_51, L_52, /*hidden argument*/NULL); __this->set_fragment_7(L_53); goto IL_019b; } IL_017d: { String_t* L_54 = ___uriString1; int32_t L_55 = V_1; NullCheck(L_54); String_t* L_56 = String_Substring_m2848979100(L_54, ((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)1)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); String_t* L_57 = Uri_EscapeString_m2061933484(NULL /*static, unused*/, L_56, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_58 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3452614525, L_57, /*hidden argument*/NULL); __this->set_fragment_7(L_58); } IL_019b: { int32_t L_59 = V_1; V_4 = L_59; } IL_019e: { String_t* L_60 = ___uriString1; int32_t L_61 = V_3; int32_t L_62 = V_4; int32_t L_63 = V_3; NullCheck(L_60); int32_t L_64 = String_IndexOf_m1248948328(L_60, ((int32_t)63), L_61, ((int32_t)il2cpp_codegen_subtract((int32_t)L_62, (int32_t)L_63)), /*hidden argument*/NULL); V_1 = L_64; int32_t L_65 = V_1; if ((((int32_t)L_65) == ((int32_t)(-1)))) { goto IL_01e3; } } { String_t* L_66 = ___uriString1; int32_t L_67 = V_1; int32_t L_68 = V_4; int32_t L_69 = V_1; NullCheck(L_66); String_t* L_70 = String_Substring_m1610150815(L_66, L_67, ((int32_t)il2cpp_codegen_subtract((int32_t)L_68, (int32_t)L_69)), /*hidden argument*/NULL); __this->set_query_6(L_70); int32_t L_71 = V_1; V_4 = L_71; bool L_72 = __this->get_userEscaped_12(); if (L_72) { goto IL_01e3; } } { String_t* L_73 = __this->get_query_6(); IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); String_t* L_74 = Uri_EscapeString_m2061933484(NULL /*static, unused*/, L_73, /*hidden argument*/NULL); __this->set_query_6(L_74); } IL_01e3: { String_t* L_75 = __this->get_scheme_2(); IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); bool L_76 = Uri_IsPredefinedScheme_m1188665625(NULL /*static, unused*/, L_75, /*hidden argument*/NULL); if (!L_76) { goto IL_0255; } } { String_t* L_77 = __this->get_scheme_2(); IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); String_t* L_78 = ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->get_UriSchemeMailto_24(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_79 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_77, L_78, /*hidden argument*/NULL); if (!L_79) { goto IL_0255; } } { String_t* L_80 = __this->get_scheme_2(); IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); String_t* L_81 = ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->get_UriSchemeNews_25(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_82 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_80, L_81, /*hidden argument*/NULL); if (!L_82) { goto IL_0255; } } { int32_t L_83 = V_4; int32_t L_84 = V_3; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_83, (int32_t)L_84))) < ((int32_t)2))) { goto IL_024f; } } { int32_t L_85 = V_4; int32_t L_86 = V_3; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_85, (int32_t)L_86))) < ((int32_t)2))) { goto IL_0255; } } { String_t* L_87 = ___uriString1; int32_t L_88 = V_3; NullCheck(L_87); Il2CppChar L_89 = String_get_Chars_m2986988803(L_87, L_88, /*hidden argument*/NULL); if ((!(((uint32_t)L_89) == ((uint32_t)((int32_t)47))))) { goto IL_0255; } } { String_t* L_90 = ___uriString1; int32_t L_91 = V_3; NullCheck(L_90); Il2CppChar L_92 = String_get_Chars_m2986988803(L_90, ((int32_t)il2cpp_codegen_add((int32_t)L_91, (int32_t)1)), /*hidden argument*/NULL); if ((((int32_t)L_92) == ((int32_t)((int32_t)47)))) { goto IL_0255; } } IL_024f: { return _stringLiteral94042051; } IL_0255: { int32_t L_93 = V_4; int32_t L_94 = V_3; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_93, (int32_t)L_94))) < ((int32_t)2))) { goto IL_027c; } } { String_t* L_95 = ___uriString1; int32_t L_96 = V_3; NullCheck(L_95); Il2CppChar L_97 = String_get_Chars_m2986988803(L_95, L_96, /*hidden argument*/NULL); if ((!(((uint32_t)L_97) == ((uint32_t)((int32_t)47))))) { goto IL_027c; } } { String_t* L_98 = ___uriString1; int32_t L_99 = V_3; NullCheck(L_98); Il2CppChar L_100 = String_get_Chars_m2986988803(L_98, ((int32_t)il2cpp_codegen_add((int32_t)L_99, (int32_t)1)), /*hidden argument*/NULL); G_B50_0 = ((((int32_t)L_100) == ((int32_t)((int32_t)47)))? 1 : 0); goto IL_027d; } IL_027c: { G_B50_0 = 0; } IL_027d: { V_5 = (bool)G_B50_0; String_t* L_101 = __this->get_scheme_2(); IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); String_t* L_102 = ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->get_UriSchemeFile_19(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_103 = String_op_Equality_m920492651(NULL /*static, unused*/, L_101, L_102, /*hidden argument*/NULL); if (!L_103) { goto IL_02b7; } } { bool L_104 = V_5; if (!L_104) { goto IL_02b7; } } { int32_t L_105 = V_4; int32_t L_106 = V_3; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_105, (int32_t)L_106))) == ((int32_t)2))) { goto IL_02b4; } } { String_t* L_107 = ___uriString1; int32_t L_108 = V_3; NullCheck(L_107); Il2CppChar L_109 = String_get_Chars_m2986988803(L_107, ((int32_t)il2cpp_codegen_add((int32_t)L_108, (int32_t)2)), /*hidden argument*/NULL); G_B55_0 = ((((int32_t)L_109) == ((int32_t)((int32_t)47)))? 1 : 0); goto IL_02b5; } IL_02b4: { G_B55_0 = 1; } IL_02b5: { G_B57_0 = G_B55_0; goto IL_02b8; } IL_02b7: { G_B57_0 = 0; } IL_02b8: { V_6 = (bool)G_B57_0; V_7 = (bool)0; bool L_110 = V_5; if (!L_110) { goto IL_03a8; } } { int32_t L_111 = ___kind0; if ((!(((uint32_t)L_111) == ((uint32_t)2)))) { goto IL_02d1; } } { return _stringLiteral1541500764; } IL_02d1: { String_t* L_112 = __this->get_scheme_2(); IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); String_t* L_113 = ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->get_UriSchemeMailto_24(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_114 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_112, L_113, /*hidden argument*/NULL); if (!L_114) { goto IL_02ff; } } { String_t* L_115 = __this->get_scheme_2(); IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); String_t* L_116 = ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->get_UriSchemeNews_25(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_117 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_115, L_116, /*hidden argument*/NULL); if (!L_117) { goto IL_02ff; } } { int32_t L_118 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_118, (int32_t)2)); } IL_02ff: { String_t* L_119 = __this->get_scheme_2(); IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); String_t* L_120 = ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->get_UriSchemeFile_19(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_121 = String_op_Equality_m920492651(NULL /*static, unused*/, L_119, L_120, /*hidden argument*/NULL); if (!L_121) { goto IL_0383; } } { V_8 = 2; int32_t L_122 = V_3; V_9 = L_122; goto IL_033f; } IL_031f: { String_t* L_123 = ___uriString1; int32_t L_124 = V_9; NullCheck(L_123); Il2CppChar L_125 = String_get_Chars_m2986988803(L_123, L_124, /*hidden argument*/NULL); if ((((int32_t)L_125) == ((int32_t)((int32_t)47)))) { goto IL_0333; } } { goto IL_0348; } IL_0333: { int32_t L_126 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_126, (int32_t)1)); int32_t L_127 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_127, (int32_t)1)); } IL_033f: { int32_t L_128 = V_9; int32_t L_129 = V_4; if ((((int32_t)L_128) < ((int32_t)L_129))) { goto IL_031f; } } IL_0348: { int32_t L_130 = V_8; if ((((int32_t)L_130) < ((int32_t)4))) { goto IL_0377; } } { V_6 = (bool)0; goto IL_035c; } IL_0358: { int32_t L_131 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_131, (int32_t)1)); } IL_035c: { int32_t L_132 = V_3; int32_t L_133 = V_4; if ((((int32_t)L_132) >= ((int32_t)L_133))) { goto IL_0372; } } { String_t* L_134 = ___uriString1; int32_t L_135 = V_3; NullCheck(L_134); Il2CppChar L_136 = String_get_Chars_m2986988803(L_134, L_135, /*hidden argument*/NULL); if ((((int32_t)L_136) == ((int32_t)((int32_t)47)))) { goto IL_0358; } } IL_0372: { goto IL_0383; } IL_0377: { int32_t L_137 = V_8; if ((((int32_t)L_137) < ((int32_t)3))) { goto IL_0383; } } { int32_t L_138 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_138, (int32_t)1)); } IL_0383: { int32_t L_139 = V_4; int32_t L_140 = V_3; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_139, (int32_t)L_140))) <= ((int32_t)1))) { goto IL_03a3; } } { String_t* L_141 = ___uriString1; int32_t L_142 = V_3; NullCheck(L_141); Il2CppChar L_143 = String_get_Chars_m2986988803(L_141, ((int32_t)il2cpp_codegen_add((int32_t)L_142, (int32_t)1)), /*hidden argument*/NULL); if ((!(((uint32_t)L_143) == ((uint32_t)((int32_t)58))))) { goto IL_03a3; } } { V_6 = (bool)0; V_7 = (bool)1; } IL_03a3: { goto IL_03d2; } IL_03a8: { String_t* L_144 = __this->get_scheme_2(); IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); bool L_145 = Uri_IsPredefinedScheme_m1188665625(NULL /*static, unused*/, L_144, /*hidden argument*/NULL); if (L_145) { goto IL_03d2; } } { String_t* L_146 = ___uriString1; int32_t L_147 = V_3; int32_t L_148 = V_4; int32_t L_149 = V_3; NullCheck(L_146); String_t* L_150 = String_Substring_m1610150815(L_146, L_147, ((int32_t)il2cpp_codegen_subtract((int32_t)L_148, (int32_t)L_149)), /*hidden argument*/NULL); __this->set_path_5(L_150); __this->set_isOpaquePart_10((bool)1); return (String_t*)NULL; } IL_03d2: { bool L_151 = V_6; if (!L_151) { goto IL_03e0; } } { V_1 = (-1); goto IL_040a; } IL_03e0: { String_t* L_152 = ___uriString1; int32_t L_153 = V_3; int32_t L_154 = V_4; int32_t L_155 = V_3; NullCheck(L_152); int32_t L_156 = String_IndexOf_m1248948328(L_152, ((int32_t)47), L_153, ((int32_t)il2cpp_codegen_subtract((int32_t)L_154, (int32_t)L_155)), /*hidden argument*/NULL); V_1 = L_156; int32_t L_157 = V_1; if ((!(((uint32_t)L_157) == ((uint32_t)(-1))))) { goto IL_040a; } } { bool L_158 = V_7; if (!L_158) { goto IL_040a; } } { String_t* L_159 = ___uriString1; int32_t L_160 = V_3; int32_t L_161 = V_4; int32_t L_162 = V_3; NullCheck(L_159); int32_t L_163 = String_IndexOf_m1248948328(L_159, ((int32_t)92), L_160, ((int32_t)il2cpp_codegen_subtract((int32_t)L_161, (int32_t)L_162)), /*hidden argument*/NULL); V_1 = L_163; } IL_040a: { int32_t L_164 = V_1; if ((!(((uint32_t)L_164) == ((uint32_t)(-1))))) { goto IL_044b; } } { String_t* L_165 = __this->get_scheme_2(); IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); String_t* L_166 = ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->get_UriSchemeMailto_24(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_167 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_165, L_166, /*hidden argument*/NULL); if (!L_167) { goto IL_0446; } } { String_t* L_168 = __this->get_scheme_2(); IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); String_t* L_169 = ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->get_UriSchemeNews_25(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_170 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_168, L_169, /*hidden argument*/NULL); if (!L_170) { goto IL_0446; } } { __this->set_path_5(_stringLiteral3452614529); } IL_0446: { goto IL_045f; } IL_044b: { String_t* L_171 = ___uriString1; int32_t L_172 = V_1; int32_t L_173 = V_4; int32_t L_174 = V_1; NullCheck(L_171); String_t* L_175 = String_Substring_m1610150815(L_171, L_172, ((int32_t)il2cpp_codegen_subtract((int32_t)L_173, (int32_t)L_174)), /*hidden argument*/NULL); __this->set_path_5(L_175); int32_t L_176 = V_1; V_4 = L_176; } IL_045f: { bool L_177 = V_6; if (!L_177) { goto IL_046d; } } { V_1 = (-1); goto IL_047b; } IL_046d: { String_t* L_178 = ___uriString1; int32_t L_179 = V_3; int32_t L_180 = V_4; int32_t L_181 = V_3; NullCheck(L_178); int32_t L_182 = String_IndexOf_m1248948328(L_178, ((int32_t)64), L_179, ((int32_t)il2cpp_codegen_subtract((int32_t)L_180, (int32_t)L_181)), /*hidden argument*/NULL); V_1 = L_182; } IL_047b: { int32_t L_183 = V_1; if ((((int32_t)L_183) == ((int32_t)(-1)))) { goto IL_0496; } } { String_t* L_184 = ___uriString1; int32_t L_185 = V_3; int32_t L_186 = V_1; int32_t L_187 = V_3; NullCheck(L_184); String_t* L_188 = String_Substring_m1610150815(L_184, L_185, ((int32_t)il2cpp_codegen_subtract((int32_t)L_186, (int32_t)L_187)), /*hidden argument*/NULL); __this->set_userinfo_8(L_188); int32_t L_189 = V_1; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_189, (int32_t)1)); } IL_0496: { __this->set_port_4((-1)); bool L_190 = V_6; if (!L_190) { goto IL_04ab; } } { V_1 = (-1); goto IL_04bc; } IL_04ab: { String_t* L_191 = ___uriString1; int32_t L_192 = V_4; int32_t L_193 = V_4; int32_t L_194 = V_3; NullCheck(L_191); int32_t L_195 = String_LastIndexOf_m3228770703(L_191, ((int32_t)58), ((int32_t)il2cpp_codegen_subtract((int32_t)L_192, (int32_t)1)), ((int32_t)il2cpp_codegen_subtract((int32_t)L_193, (int32_t)L_194)), /*hidden argument*/NULL); V_1 = L_195; } IL_04bc: { int32_t L_196 = V_1; if ((((int32_t)L_196) == ((int32_t)(-1)))) { goto IL_0566; } } { int32_t L_197 = V_1; int32_t L_198 = V_4; if ((((int32_t)L_197) == ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_198, (int32_t)1))))) { goto IL_0566; } } { String_t* L_199 = ___uriString1; int32_t L_200 = V_1; int32_t L_201 = V_4; int32_t L_202 = V_1; NullCheck(L_199); String_t* L_203 = String_Substring_m1610150815(L_199, ((int32_t)il2cpp_codegen_add((int32_t)L_200, (int32_t)1)), ((int32_t)il2cpp_codegen_subtract((int32_t)L_201, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_202, (int32_t)1)))), /*hidden argument*/NULL); V_10 = L_203; String_t* L_204 = V_10; NullCheck(L_204); int32_t L_205 = String_get_Length_m3847582255(L_204, /*hidden argument*/NULL); if ((((int32_t)L_205) <= ((int32_t)0))) { goto IL_0544; } } { String_t* L_206 = V_10; String_t* L_207 = V_10; NullCheck(L_207); int32_t L_208 = String_get_Length_m3847582255(L_207, /*hidden argument*/NULL); NullCheck(L_206); Il2CppChar L_209 = String_get_Chars_m2986988803(L_206, ((int32_t)il2cpp_codegen_subtract((int32_t)L_208, (int32_t)1)), /*hidden argument*/NULL); if ((((int32_t)L_209) == ((int32_t)((int32_t)93)))) { goto IL_0544; } } { String_t* L_210 = V_10; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_211 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t* L_212 = __this->get_address_of_port_4(); bool L_213 = Int32_TryParse_m135955795(NULL /*static, unused*/, L_210, 7, L_211, L_212, /*hidden argument*/NULL); if (!L_213) { goto IL_0536; } } { int32_t L_214 = __this->get_port_4(); if ((((int32_t)L_214) < ((int32_t)0))) { goto IL_0536; } } { int32_t L_215 = __this->get_port_4(); if ((((int32_t)L_215) <= ((int32_t)((int32_t)65535)))) { goto IL_053c; } } IL_0536: { return _stringLiteral2669708615; } IL_053c: { int32_t L_216 = V_1; V_4 = L_216; goto IL_0561; } IL_0544: { int32_t L_217 = __this->get_port_4(); if ((!(((uint32_t)L_217) == ((uint32_t)(-1))))) { goto IL_0561; } } { String_t* L_218 = __this->get_scheme_2(); IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); int32_t L_219 = Uri_GetDefaultPort_m2547653357(NULL /*static, unused*/, L_218, /*hidden argument*/NULL); __this->set_port_4(L_219); } IL_0561: { goto IL_0583; } IL_0566: { int32_t L_220 = __this->get_port_4(); if ((!(((uint32_t)L_220) == ((uint32_t)(-1))))) { goto IL_0583; } } { String_t* L_221 = __this->get_scheme_2(); IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); int32_t L_222 = Uri_GetDefaultPort_m2547653357(NULL /*static, unused*/, L_221, /*hidden argument*/NULL); __this->set_port_4(L_222); } IL_0583: { String_t* L_223 = ___uriString1; int32_t L_224 = V_3; int32_t L_225 = V_4; int32_t L_226 = V_3; NullCheck(L_223); String_t* L_227 = String_Substring_m1610150815(L_223, L_224, ((int32_t)il2cpp_codegen_subtract((int32_t)L_225, (int32_t)L_226)), /*hidden argument*/NULL); ___uriString1 = L_227; String_t* L_228 = ___uriString1; __this->set_host_3(L_228); bool L_229 = V_6; if (!L_229) { goto IL_05c7; } } { Il2CppChar L_230 = ((Il2CppChar)((int32_t)47)); RuntimeObject * L_231 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_230); String_t* L_232 = ___uriString1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_233 = String_Concat_m904156431(NULL /*static, unused*/, L_231, L_232, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); String_t* L_234 = Uri_Reduce_m3122437040(NULL /*static, unused*/, L_233, (bool)1, /*hidden argument*/NULL); __this->set_path_5(L_234); String_t* L_235 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_host_3(L_235); goto IL_071c; } IL_05c7: { String_t* L_236 = __this->get_host_3(); NullCheck(L_236); int32_t L_237 = String_get_Length_m3847582255(L_236, /*hidden argument*/NULL); if ((!(((uint32_t)L_237) == ((uint32_t)2)))) { goto IL_0612; } } { String_t* L_238 = __this->get_host_3(); NullCheck(L_238); Il2CppChar L_239 = String_get_Chars_m2986988803(L_238, 1, /*hidden argument*/NULL); if ((!(((uint32_t)L_239) == ((uint32_t)((int32_t)58))))) { goto IL_0612; } } { String_t* L_240 = __this->get_host_3(); String_t* L_241 = __this->get_path_5(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_242 = String_Concat_m3937257545(NULL /*static, unused*/, L_240, L_241, /*hidden argument*/NULL); __this->set_path_5(L_242); String_t* L_243 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_host_3(L_243); goto IL_071c; } IL_0612: { bool L_244 = __this->get_isUnixFilePath_0(); if (!L_244) { goto IL_063a; } } { String_t* L_245 = ___uriString1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_246 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3450582913, L_245, /*hidden argument*/NULL); ___uriString1 = L_246; String_t* L_247 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_host_3(L_247); goto IL_071c; } IL_063a: { String_t* L_248 = __this->get_scheme_2(); IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); String_t* L_249 = ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->get_UriSchemeFile_19(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_250 = String_op_Equality_m920492651(NULL /*static, unused*/, L_248, L_249, /*hidden argument*/NULL); if (!L_250) { goto IL_065b; } } { __this->set_isUnc_9((bool)1); goto IL_071c; } IL_065b: { String_t* L_251 = __this->get_scheme_2(); IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); String_t* L_252 = ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->get_UriSchemeNews_25(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_253 = String_op_Equality_m920492651(NULL /*static, unused*/, L_251, L_252, /*hidden argument*/NULL); if (!L_253) { goto IL_069d; } } { String_t* L_254 = __this->get_host_3(); NullCheck(L_254); int32_t L_255 = String_get_Length_m3847582255(L_254, /*hidden argument*/NULL); if ((((int32_t)L_255) <= ((int32_t)0))) { goto IL_0698; } } { String_t* L_256 = __this->get_host_3(); __this->set_path_5(L_256); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_257 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_host_3(L_257); } IL_0698: { goto IL_071c; } IL_069d: { String_t* L_258 = __this->get_host_3(); NullCheck(L_258); int32_t L_259 = String_get_Length_m3847582255(L_258, /*hidden argument*/NULL); if (L_259) { goto IL_071c; } } { String_t* L_260 = __this->get_scheme_2(); IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); String_t* L_261 = ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->get_UriSchemeHttp_22(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_262 = String_op_Equality_m920492651(NULL /*static, unused*/, L_260, L_261, /*hidden argument*/NULL); if (L_262) { goto IL_0716; } } { String_t* L_263 = __this->get_scheme_2(); IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); String_t* L_264 = ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->get_UriSchemeGopher_21(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_265 = String_op_Equality_m920492651(NULL /*static, unused*/, L_263, L_264, /*hidden argument*/NULL); if (L_265) { goto IL_0716; } } { String_t* L_266 = __this->get_scheme_2(); IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); String_t* L_267 = ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->get_UriSchemeNntp_26(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_268 = String_op_Equality_m920492651(NULL /*static, unused*/, L_266, L_267, /*hidden argument*/NULL); if (L_268) { goto IL_0716; } } { String_t* L_269 = __this->get_scheme_2(); IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); String_t* L_270 = ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->get_UriSchemeHttps_23(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_271 = String_op_Equality_m920492651(NULL /*static, unused*/, L_269, L_270, /*hidden argument*/NULL); if (L_271) { goto IL_0716; } } { String_t* L_272 = __this->get_scheme_2(); IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); String_t* L_273 = ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->get_UriSchemeFtp_20(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_274 = String_op_Equality_m920492651(NULL /*static, unused*/, L_272, L_273, /*hidden argument*/NULL); if (!L_274) { goto IL_071c; } } IL_0716: { return _stringLiteral4171376173; } IL_071c: { String_t* L_275 = __this->get_host_3(); NullCheck(L_275); int32_t L_276 = String_get_Length_m3847582255(L_275, /*hidden argument*/NULL); if ((((int32_t)L_276) <= ((int32_t)0))) { goto IL_073d; } } { String_t* L_277 = __this->get_host_3(); IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); int32_t L_278 = Uri_CheckHostName_m2213216182(NULL /*static, unused*/, L_277, /*hidden argument*/NULL); G_B139_0 = ((((int32_t)L_278) == ((int32_t)0))? 1 : 0); goto IL_073e; } IL_073d: { G_B139_0 = 0; } IL_073e: { V_11 = (bool)G_B139_0; bool L_279 = V_11; if (L_279) { goto IL_07c1; } } { String_t* L_280 = __this->get_host_3(); NullCheck(L_280); int32_t L_281 = String_get_Length_m3847582255(L_280, /*hidden argument*/NULL); if ((((int32_t)L_281) <= ((int32_t)1))) { goto IL_07c1; } } { String_t* L_282 = __this->get_host_3(); NullCheck(L_282); Il2CppChar L_283 = String_get_Chars_m2986988803(L_282, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_283) == ((uint32_t)((int32_t)91))))) { goto IL_07c1; } } { String_t* L_284 = __this->get_host_3(); String_t* L_285 = __this->get_host_3(); NullCheck(L_285); int32_t L_286 = String_get_Length_m3847582255(L_285, /*hidden argument*/NULL); NullCheck(L_284); Il2CppChar L_287 = String_get_Chars_m2986988803(L_284, ((int32_t)il2cpp_codegen_subtract((int32_t)L_286, (int32_t)1)), /*hidden argument*/NULL); if ((!(((uint32_t)L_287) == ((uint32_t)((int32_t)93))))) { goto IL_07c1; } } { String_t* L_288 = __this->get_host_3(); IL2CPP_RUNTIME_CLASS_INIT(IPv6Address_t2709566769_il2cpp_TypeInfo_var); bool L_289 = IPv6Address_TryParse_m2586816298(NULL /*static, unused*/, L_288, (&V_12), /*hidden argument*/NULL); if (!L_289) { goto IL_07be; } } { IPv6Address_t2709566769 * L_290 = V_12; NullCheck(L_290); String_t* L_291 = IPv6Address_ToString_m3978087033(L_290, (bool)1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_292 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral3452614645, L_291, _stringLiteral3452614643, /*hidden argument*/NULL); __this->set_host_3(L_292); goto IL_07c1; } IL_07be: { V_11 = (bool)1; } IL_07c1: { bool L_293 = V_11; if (!L_293) { goto IL_07fe; } } { UriParser_t3890150400 * L_294 = Uri_get_Parser_m3737125102(__this, /*hidden argument*/NULL); if (((DefaultUriParser_t95882050 *)IsInstClass((RuntimeObject*)L_294, DefaultUriParser_t95882050_il2cpp_TypeInfo_var))) { goto IL_07e3; } } { UriParser_t3890150400 * L_295 = Uri_get_Parser_m3737125102(__this, /*hidden argument*/NULL); if (L_295) { goto IL_07fe; } } IL_07e3: { String_t* L_296 = __this->get_host_3(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_297 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral833983382, L_296, _stringLiteral3452614535, /*hidden argument*/NULL); String_t* L_298 = Locale_GetText_m3875126938(NULL /*static, unused*/, L_297, /*hidden argument*/NULL); return L_298; } IL_07fe: { V_13 = (UriFormatException_t953270471 *)NULL; UriParser_t3890150400 * L_299 = Uri_get_Parser_m3737125102(__this, /*hidden argument*/NULL); if (!L_299) { goto IL_081a; } } { UriParser_t3890150400 * L_300 = Uri_get_Parser_m3737125102(__this, /*hidden argument*/NULL); NullCheck(L_300); VirtActionInvoker2< Uri_t100236324 *, UriFormatException_t953270471 ** >::Invoke(4 /* System.Void System.UriParser::InitializeAndValidate(System.Uri,System.UriFormatException&) */, L_300, __this, (&V_13)); } IL_081a: { UriFormatException_t953270471 * L_301 = V_13; if (!L_301) { goto IL_0829; } } { UriFormatException_t953270471 * L_302 = V_13; NullCheck(L_302); String_t* L_303 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, L_302); return L_303; } IL_0829: { String_t* L_304 = __this->get_scheme_2(); IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); String_t* L_305 = ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->get_UriSchemeMailto_24(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_306 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_304, L_305, /*hidden argument*/NULL); if (!L_306) { goto IL_0884; } } { String_t* L_307 = __this->get_scheme_2(); IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); String_t* L_308 = ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->get_UriSchemeNews_25(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_309 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_307, L_308, /*hidden argument*/NULL); if (!L_309) { goto IL_0884; } } { String_t* L_310 = __this->get_scheme_2(); IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); String_t* L_311 = ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->get_UriSchemeFile_19(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_312 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_310, L_311, /*hidden argument*/NULL); if (!L_312) { goto IL_0884; } } { String_t* L_313 = __this->get_path_5(); String_t* L_314 = __this->get_scheme_2(); IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); bool L_315 = Uri_CompactEscaped_m2984961597(NULL /*static, unused*/, L_314, /*hidden argument*/NULL); String_t* L_316 = Uri_Reduce_m3122437040(NULL /*static, unused*/, L_313, L_315, /*hidden argument*/NULL); __this->set_path_5(L_316); } IL_0884: { return (String_t*)NULL; } } // System.Boolean System.Uri::CompactEscaped(System.String) extern "C" IL2CPP_METHOD_ATTR bool Uri_CompactEscaped_m2984961597 (RuntimeObject * __this /* static, unused */, String_t* ___scheme0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Uri_CompactEscaped_m2984961597_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Dictionary_2_t2736202052 * V_1 = NULL; int32_t V_2 = 0; { String_t* L_0 = ___scheme0; V_0 = L_0; String_t* L_1 = V_0; if (!L_1) { goto IL_007a; } } { IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); Dictionary_2_t2736202052 * L_2 = ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map1F_34(); if (L_2) { goto IL_005b; } } { Dictionary_2_t2736202052 * L_3 = (Dictionary_2_t2736202052 *)il2cpp_codegen_object_new(Dictionary_2_t2736202052_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2392909825(L_3, 5, /*hidden argument*/Dictionary_2__ctor_m2392909825_RuntimeMethod_var); V_1 = L_3; Dictionary_2_t2736202052 * L_4 = V_1; NullCheck(L_4); Dictionary_2_Add_m282647386(L_4, _stringLiteral1629333464, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_5 = V_1; NullCheck(L_5); Dictionary_2_Add_m282647386(L_5, _stringLiteral3140485902, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_6 = V_1; NullCheck(L_6); Dictionary_2_Add_m282647386(L_6, _stringLiteral1973861653, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_7 = V_1; NullCheck(L_7); Dictionary_2_Add_m282647386(L_7, _stringLiteral3041793228, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_8 = V_1; NullCheck(L_8); Dictionary_2_Add_m282647386(L_8, _stringLiteral1761547464, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_9 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->set_U3CU3Ef__switchU24map1F_34(L_9); } IL_005b: { IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); Dictionary_2_t2736202052 * L_10 = ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map1F_34(); String_t* L_11 = V_0; NullCheck(L_10); bool L_12 = Dictionary_2_TryGetValue_m1013208020(L_10, L_11, (&V_2), /*hidden argument*/Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var); if (!L_12) { goto IL_007a; } } { int32_t L_13 = V_2; if (!L_13) { goto IL_0078; } } { goto IL_007a; } IL_0078: { return (bool)1; } IL_007a: { return (bool)0; } } // System.String System.Uri::Reduce(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* Uri_Reduce_m3122437040 (RuntimeObject * __this /* static, unused */, String_t* ___path0, bool ___compact_escaped1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Uri_Reduce_m3122437040_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; int32_t V_1 = 0; Il2CppChar V_2 = 0x0; Il2CppChar V_3 = 0x0; Il2CppChar V_4 = 0x0; ArrayList_t2718874744 * V_5 = NULL; int32_t V_6 = 0; int32_t V_7 = 0; String_t* V_8 = NULL; int32_t V_9 = 0; bool V_10 = false; String_t* V_11 = NULL; RuntimeObject* V_12 = NULL; Il2CppChar V_13 = 0x0; RuntimeObject* V_14 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { String_t* L_0 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_1 = String_op_Equality_m920492651(NULL /*static, unused*/, L_0, _stringLiteral3452614529, /*hidden argument*/NULL); if (!L_1) { goto IL_0012; } } { String_t* L_2 = ___path0; return L_2; } IL_0012: { StringBuilder_t * L_3 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_3, /*hidden argument*/NULL); V_0 = L_3; bool L_4 = ___compact_escaped1; if (!L_4) { goto IL_00f5; } } { V_1 = 0; goto IL_00dc; } IL_0025: { String_t* L_5 = ___path0; int32_t L_6 = V_1; NullCheck(L_5); Il2CppChar L_7 = String_get_Chars_m2986988803(L_5, L_6, /*hidden argument*/NULL); V_2 = L_7; Il2CppChar L_8 = V_2; V_13 = L_8; Il2CppChar L_9 = V_13; if ((((int32_t)L_9) == ((int32_t)((int32_t)37)))) { goto IL_0055; } } { Il2CppChar L_10 = V_13; if ((((int32_t)L_10) == ((int32_t)((int32_t)92)))) { goto IL_0047; } } { goto IL_00cb; } IL_0047: { StringBuilder_t * L_11 = V_0; NullCheck(L_11); StringBuilder_Append_m2383614642(L_11, ((int32_t)47), /*hidden argument*/NULL); goto IL_00d8; } IL_0055: { int32_t L_12 = V_1; String_t* L_13 = ___path0; NullCheck(L_13); int32_t L_14 = String_get_Length_m3847582255(L_13, /*hidden argument*/NULL); if ((((int32_t)L_12) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)2))))) { goto IL_00be; } } { String_t* L_15 = ___path0; int32_t L_16 = V_1; NullCheck(L_15); Il2CppChar L_17 = String_get_Chars_m2986988803(L_15, ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)), /*hidden argument*/NULL); V_3 = L_17; String_t* L_18 = ___path0; int32_t L_19 = V_1; NullCheck(L_18); Il2CppChar L_20 = String_get_Chars_m2986988803(L_18, ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)2)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); Il2CppChar L_21 = Char_ToUpper_m3999570441(NULL /*static, unused*/, L_20, /*hidden argument*/NULL); V_4 = L_21; Il2CppChar L_22 = V_3; if ((!(((uint32_t)L_22) == ((uint32_t)((int32_t)50))))) { goto IL_008e; } } { Il2CppChar L_23 = V_4; if ((((int32_t)L_23) == ((int32_t)((int32_t)70)))) { goto IL_009f; } } IL_008e: { Il2CppChar L_24 = V_3; if ((!(((uint32_t)L_24) == ((uint32_t)((int32_t)53))))) { goto IL_00b1; } } { Il2CppChar L_25 = V_4; if ((!(((uint32_t)L_25) == ((uint32_t)((int32_t)67))))) { goto IL_00b1; } } IL_009f: { StringBuilder_t * L_26 = V_0; NullCheck(L_26); StringBuilder_Append_m2383614642(L_26, ((int32_t)47), /*hidden argument*/NULL); int32_t L_27 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)2)); goto IL_00b9; } IL_00b1: { StringBuilder_t * L_28 = V_0; Il2CppChar L_29 = V_2; NullCheck(L_28); StringBuilder_Append_m2383614642(L_28, L_29, /*hidden argument*/NULL); } IL_00b9: { goto IL_00c6; } IL_00be: { StringBuilder_t * L_30 = V_0; Il2CppChar L_31 = V_2; NullCheck(L_30); StringBuilder_Append_m2383614642(L_30, L_31, /*hidden argument*/NULL); } IL_00c6: { goto IL_00d8; } IL_00cb: { StringBuilder_t * L_32 = V_0; Il2CppChar L_33 = V_2; NullCheck(L_32); StringBuilder_Append_m2383614642(L_32, L_33, /*hidden argument*/NULL); goto IL_00d8; } IL_00d8: { int32_t L_34 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); } IL_00dc: { int32_t L_35 = V_1; String_t* L_36 = ___path0; NullCheck(L_36); int32_t L_37 = String_get_Length_m3847582255(L_36, /*hidden argument*/NULL); if ((((int32_t)L_35) < ((int32_t)L_37))) { goto IL_0025; } } { StringBuilder_t * L_38 = V_0; NullCheck(L_38); String_t* L_39 = StringBuilder_ToString_m3317489284(L_38, /*hidden argument*/NULL); ___path0 = L_39; goto IL_0101; } IL_00f5: { String_t* L_40 = ___path0; NullCheck(L_40); String_t* L_41 = String_Replace_m3726209165(L_40, ((int32_t)92), ((int32_t)47), /*hidden argument*/NULL); ___path0 = L_41; } IL_0101: { ArrayList_t2718874744 * L_42 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_42, /*hidden argument*/NULL); V_5 = L_42; V_6 = 0; goto IL_01a3; } IL_0110: { String_t* L_43 = ___path0; int32_t L_44 = V_6; NullCheck(L_43); int32_t L_45 = String_IndexOf_m2466398549(L_43, ((int32_t)47), L_44, /*hidden argument*/NULL); V_7 = L_45; int32_t L_46 = V_7; if ((!(((uint32_t)L_46) == ((uint32_t)(-1))))) { goto IL_012c; } } { String_t* L_47 = ___path0; NullCheck(L_47); int32_t L_48 = String_get_Length_m3847582255(L_47, /*hidden argument*/NULL); V_7 = L_48; } IL_012c: { String_t* L_49 = ___path0; int32_t L_50 = V_6; int32_t L_51 = V_7; int32_t L_52 = V_6; NullCheck(L_49); String_t* L_53 = String_Substring_m1610150815(L_49, L_50, ((int32_t)il2cpp_codegen_subtract((int32_t)L_51, (int32_t)L_52)), /*hidden argument*/NULL); V_8 = L_53; int32_t L_54 = V_7; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)1)); String_t* L_55 = V_8; NullCheck(L_55); int32_t L_56 = String_get_Length_m3847582255(L_55, /*hidden argument*/NULL); if (!L_56) { goto IL_015e; } } { String_t* L_57 = V_8; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_58 = String_op_Equality_m920492651(NULL /*static, unused*/, L_57, _stringLiteral3452614530, /*hidden argument*/NULL); if (!L_58) { goto IL_0163; } } IL_015e: { goto IL_01a3; } IL_0163: { String_t* L_59 = V_8; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_60 = String_op_Equality_m920492651(NULL /*static, unused*/, L_59, _stringLiteral3450648450, /*hidden argument*/NULL); if (!L_60) { goto IL_0199; } } { ArrayList_t2718874744 * L_61 = V_5; NullCheck(L_61); int32_t L_62 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_61); V_9 = L_62; int32_t L_63 = V_9; if (L_63) { goto IL_0189; } } { goto IL_01a3; } IL_0189: { ArrayList_t2718874744 * L_64 = V_5; int32_t L_65 = V_9; NullCheck(L_64); VirtActionInvoker1< int32_t >::Invoke(39 /* System.Void System.Collections.ArrayList::RemoveAt(System.Int32) */, L_64, ((int32_t)il2cpp_codegen_subtract((int32_t)L_65, (int32_t)1))); goto IL_01a3; } IL_0199: { ArrayList_t2718874744 * L_66 = V_5; String_t* L_67 = V_8; NullCheck(L_66); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_66, L_67); } IL_01a3: { int32_t L_68 = V_6; String_t* L_69 = ___path0; NullCheck(L_69); int32_t L_70 = String_get_Length_m3847582255(L_69, /*hidden argument*/NULL); if ((((int32_t)L_68) < ((int32_t)L_70))) { goto IL_0110; } } { ArrayList_t2718874744 * L_71 = V_5; NullCheck(L_71); int32_t L_72 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_71); if (L_72) { goto IL_01c2; } } { return _stringLiteral3452614529; } IL_01c2: { StringBuilder_t * L_73 = V_0; NullCheck(L_73); StringBuilder_set_Length_m1410065908(L_73, 0, /*hidden argument*/NULL); String_t* L_74 = ___path0; NullCheck(L_74); Il2CppChar L_75 = String_get_Chars_m2986988803(L_74, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_75) == ((uint32_t)((int32_t)47))))) { goto IL_01e0; } } { StringBuilder_t * L_76 = V_0; NullCheck(L_76); StringBuilder_Append_m2383614642(L_76, ((int32_t)47), /*hidden argument*/NULL); } IL_01e0: { V_10 = (bool)1; ArrayList_t2718874744 * L_77 = V_5; NullCheck(L_77); RuntimeObject* L_78 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_77); V_12 = L_78; } IL_01ec: try { // begin try (depth: 1) { goto IL_0220; } IL_01f1: { RuntimeObject* L_79 = V_12; NullCheck(L_79); RuntimeObject * L_80 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_79); V_11 = ((String_t*)CastclassSealed((RuntimeObject*)L_80, String_t_il2cpp_TypeInfo_var)); bool L_81 = V_10; if (!L_81) { goto IL_020e; } } IL_0206: { V_10 = (bool)0; goto IL_0217; } IL_020e: { StringBuilder_t * L_82 = V_0; NullCheck(L_82); StringBuilder_Append_m2383614642(L_82, ((int32_t)47), /*hidden argument*/NULL); } IL_0217: { StringBuilder_t * L_83 = V_0; String_t* L_84 = V_11; NullCheck(L_83); StringBuilder_Append_m1965104174(L_83, L_84, /*hidden argument*/NULL); } IL_0220: { RuntimeObject* L_85 = V_12; NullCheck(L_85); bool L_86 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_85); if (L_86) { goto IL_01f1; } } IL_022c: { IL2CPP_LEAVE(0x247, FINALLY_0231); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0231; } FINALLY_0231: { // begin finally (depth: 1) { RuntimeObject* L_87 = V_12; V_14 = ((RuntimeObject*)IsInst((RuntimeObject*)L_87, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_88 = V_14; if (L_88) { goto IL_023f; } } IL_023e: { IL2CPP_END_FINALLY(561) } IL_023f: { RuntimeObject* L_89 = V_14; NullCheck(L_89); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_89); IL2CPP_END_FINALLY(561) } } // end finally (depth: 1) IL2CPP_CLEANUP(561) { IL2CPP_JUMP_TBL(0x247, IL_0247) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0247: { String_t* L_90 = ___path0; NullCheck(L_90); bool L_91 = String_EndsWith_m1901926500(L_90, _stringLiteral3452614529, /*hidden argument*/NULL); if (!L_91) { goto IL_0260; } } { StringBuilder_t * L_92 = V_0; NullCheck(L_92); StringBuilder_Append_m2383614642(L_92, ((int32_t)47), /*hidden argument*/NULL); } IL_0260: { StringBuilder_t * L_93 = V_0; NullCheck(L_93); String_t* L_94 = StringBuilder_ToString_m3317489284(L_93, /*hidden argument*/NULL); return L_94; } } // System.Char System.Uri::HexUnescapeMultiByte(System.String,System.Int32&,System.Char&) extern "C" IL2CPP_METHOD_ATTR Il2CppChar Uri_HexUnescapeMultiByte_m332853996 (RuntimeObject * __this /* static, unused */, String_t* ___pattern0, int32_t* ___index1, Il2CppChar* ___surrogate2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Uri_HexUnescapeMultiByte_m332853996_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; ByteU5BU5D_t4116647657* V_5 = NULL; bool V_6 = false; int32_t V_7 = 0; int32_t V_8 = 0; int32_t V_9 = 0; uint8_t V_10 = 0x0; int32_t V_11 = 0; int32_t V_12 = 0; int32_t V_13 = 0; { Il2CppChar* L_0 = ___surrogate2; *((int16_t*)(L_0)) = (int16_t)0; String_t* L_1 = ___pattern0; if (L_1) { goto IL_0014; } } { ArgumentException_t132251570 * L_2 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_2, _stringLiteral2326546891, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Uri_HexUnescapeMultiByte_m332853996_RuntimeMethod_var); } IL_0014: { int32_t* L_3 = ___index1; if ((((int32_t)(*((int32_t*)L_3))) < ((int32_t)0))) { goto IL_0029; } } { int32_t* L_4 = ___index1; String_t* L_5 = ___pattern0; NullCheck(L_5); int32_t L_6 = String_get_Length_m3847582255(L_5, /*hidden argument*/NULL); if ((((int32_t)(*((int32_t*)L_4))) < ((int32_t)L_6))) { goto IL_0034; } } IL_0029: { ArgumentOutOfRangeException_t777629997 * L_7 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_7, _stringLiteral797640427, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,Uri_HexUnescapeMultiByte_m332853996_RuntimeMethod_var); } IL_0034: { String_t* L_8 = ___pattern0; int32_t* L_9 = ___index1; IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); bool L_10 = Uri_IsHexEncoding_m3290929897(NULL /*static, unused*/, L_8, (*((int32_t*)L_9)), /*hidden argument*/NULL); if (L_10) { goto IL_0053; } } { String_t* L_11 = ___pattern0; int32_t* L_12 = ___index1; int32_t* L_13 = ___index1; int32_t L_14 = (*((int32_t*)L_13)); V_13 = L_14; *((int32_t*)(L_12)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); int32_t L_15 = V_13; NullCheck(L_11); Il2CppChar L_16 = String_get_Chars_m2986988803(L_11, L_15, /*hidden argument*/NULL); return L_16; } IL_0053: { int32_t* L_17 = ___index1; int32_t* L_18 = ___index1; int32_t L_19 = (*((int32_t*)L_18)); V_13 = L_19; *((int32_t*)(L_17)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); int32_t L_20 = V_13; V_0 = L_20; String_t* L_21 = ___pattern0; int32_t* L_22 = ___index1; int32_t* L_23 = ___index1; int32_t L_24 = (*((int32_t*)L_23)); V_13 = L_24; *((int32_t*)(L_22)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); int32_t L_25 = V_13; NullCheck(L_21); Il2CppChar L_26 = String_get_Chars_m2986988803(L_21, L_25, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); int32_t L_27 = Uri_FromHex_m2610708947(NULL /*static, unused*/, L_26, /*hidden argument*/NULL); V_1 = L_27; String_t* L_28 = ___pattern0; int32_t* L_29 = ___index1; int32_t* L_30 = ___index1; int32_t L_31 = (*((int32_t*)L_30)); V_13 = L_31; *((int32_t*)(L_29)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); int32_t L_32 = V_13; NullCheck(L_28); Il2CppChar L_33 = String_get_Chars_m2986988803(L_28, L_32, /*hidden argument*/NULL); int32_t L_34 = Uri_FromHex_m2610708947(NULL /*static, unused*/, L_33, /*hidden argument*/NULL); V_2 = L_34; int32_t L_35 = V_1; V_3 = L_35; V_4 = 0; goto IL_00a1; } IL_0097: { int32_t L_36 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1)); int32_t L_37 = V_3; V_3 = ((int32_t)((int32_t)L_37<<(int32_t)1)); } IL_00a1: { int32_t L_38 = V_3; if ((((int32_t)((int32_t)((int32_t)L_38&(int32_t)8))) == ((int32_t)8))) { goto IL_0097; } } { int32_t L_39 = V_4; if ((((int32_t)L_39) > ((int32_t)1))) { goto IL_00b9; } } { int32_t L_40 = V_1; int32_t L_41 = V_2; return (((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)((int32_t)L_40<<(int32_t)4))|(int32_t)L_41))))); } IL_00b9: { int32_t L_42 = V_4; V_5 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_42)); V_6 = (bool)0; ByteU5BU5D_t4116647657* L_43 = V_5; int32_t L_44 = V_1; int32_t L_45 = V_2; NullCheck(L_43); (L_43)->SetAt(static_cast(0), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((int32_t)L_44<<(int32_t)4))|(int32_t)L_45)))))); V_7 = 1; goto IL_014b; } IL_00d7: { String_t* L_46 = ___pattern0; int32_t* L_47 = ___index1; int32_t* L_48 = ___index1; int32_t L_49 = (*((int32_t*)L_48)); V_13 = L_49; *((int32_t*)(L_47)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)1)); int32_t L_50 = V_13; IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); bool L_51 = Uri_IsHexEncoding_m3290929897(NULL /*static, unused*/, L_46, L_50, /*hidden argument*/NULL); if (L_51) { goto IL_00f5; } } { V_6 = (bool)1; goto IL_0154; } IL_00f5: { String_t* L_52 = ___pattern0; int32_t* L_53 = ___index1; int32_t* L_54 = ___index1; int32_t L_55 = (*((int32_t*)L_54)); V_13 = L_55; *((int32_t*)(L_53)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)1)); int32_t L_56 = V_13; NullCheck(L_52); Il2CppChar L_57 = String_get_Chars_m2986988803(L_52, L_56, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); int32_t L_58 = Uri_FromHex_m2610708947(NULL /*static, unused*/, L_57, /*hidden argument*/NULL); V_8 = L_58; int32_t L_59 = V_8; if ((((int32_t)((int32_t)((int32_t)L_59&(int32_t)((int32_t)12)))) == ((int32_t)8))) { goto IL_0120; } } { V_6 = (bool)1; goto IL_0154; } IL_0120: { String_t* L_60 = ___pattern0; int32_t* L_61 = ___index1; int32_t* L_62 = ___index1; int32_t L_63 = (*((int32_t*)L_62)); V_13 = L_63; *((int32_t*)(L_61)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_63, (int32_t)1)); int32_t L_64 = V_13; NullCheck(L_60); Il2CppChar L_65 = String_get_Chars_m2986988803(L_60, L_64, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); int32_t L_66 = Uri_FromHex_m2610708947(NULL /*static, unused*/, L_65, /*hidden argument*/NULL); V_9 = L_66; ByteU5BU5D_t4116647657* L_67 = V_5; int32_t L_68 = V_7; int32_t L_69 = V_8; int32_t L_70 = V_9; NullCheck(L_67); (L_67)->SetAt(static_cast(L_68), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((int32_t)L_69<<(int32_t)4))|(int32_t)L_70)))))); int32_t L_71 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_71, (int32_t)1)); } IL_014b: { int32_t L_72 = V_7; int32_t L_73 = V_4; if ((((int32_t)L_72) < ((int32_t)L_73))) { goto IL_00d7; } } IL_0154: { bool L_74 = V_6; if (!L_74) { goto IL_0166; } } { int32_t* L_75 = ___index1; int32_t L_76 = V_0; *((int32_t*)(L_75)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_76, (int32_t)3)); ByteU5BU5D_t4116647657* L_77 = V_5; NullCheck(L_77); int32_t L_78 = 0; uint8_t L_79 = (L_77)->GetAt(static_cast(L_78)); return (((int32_t)((uint16_t)L_79))); } IL_0166: { V_10 = (uint8_t)((int32_t)255); uint8_t L_80 = V_10; int32_t L_81 = V_4; V_10 = (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_80>>(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_81, (int32_t)1))&(int32_t)((int32_t)31)))))))); ByteU5BU5D_t4116647657* L_82 = V_5; NullCheck(L_82); int32_t L_83 = 0; uint8_t L_84 = (L_82)->GetAt(static_cast(L_83)); uint8_t L_85 = V_10; V_11 = ((int32_t)((int32_t)L_84&(int32_t)L_85)); V_12 = 1; goto IL_01a4; } IL_018b: { int32_t L_86 = V_11; V_11 = ((int32_t)((int32_t)L_86<<(int32_t)6)); int32_t L_87 = V_11; ByteU5BU5D_t4116647657* L_88 = V_5; int32_t L_89 = V_12; NullCheck(L_88); int32_t L_90 = L_89; uint8_t L_91 = (L_88)->GetAt(static_cast(L_90)); V_11 = ((int32_t)((int32_t)L_87|(int32_t)((int32_t)((int32_t)L_91&(int32_t)((int32_t)63))))); int32_t L_92 = V_12; V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_92, (int32_t)1)); } IL_01a4: { int32_t L_93 = V_12; int32_t L_94 = V_4; if ((((int32_t)L_93) < ((int32_t)L_94))) { goto IL_018b; } } { int32_t L_95 = V_11; if ((((int32_t)L_95) > ((int32_t)((int32_t)65535)))) { goto IL_01bd; } } { int32_t L_96 = V_11; return (((int32_t)((uint16_t)L_96))); } IL_01bd: { int32_t L_97 = V_11; V_11 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_97, (int32_t)((int32_t)65536))); Il2CppChar* L_98 = ___surrogate2; int32_t L_99 = V_11; *((int16_t*)(L_98)) = (int16_t)(((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)((int32_t)L_99&(int32_t)((int32_t)1023)))|(int32_t)((int32_t)56320)))))); int32_t L_100 = V_11; return (((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)((int32_t)L_100>>(int32_t)((int32_t)10)))|(int32_t)((int32_t)55296)))))); } } // System.String System.Uri::GetSchemeDelimiter(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Uri_GetSchemeDelimiter_m2374610473 (RuntimeObject * __this /* static, unused */, String_t* ___scheme0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Uri_GetSchemeDelimiter_m2374610473_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = 0; goto IL_0037; } IL_0007: { IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); UriSchemeU5BU5D_t2082808316* L_0 = ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->get_schemes_29(); int32_t L_1 = V_0; NullCheck(L_0); String_t* L_2 = ((L_0)->GetAddressAt(static_cast(L_1)))->get_scheme_0(); String_t* L_3 = ___scheme0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_4 = String_op_Equality_m920492651(NULL /*static, unused*/, L_2, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0033; } } { IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); UriSchemeU5BU5D_t2082808316* L_5 = ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->get_schemes_29(); int32_t L_6 = V_0; NullCheck(L_5); String_t* L_7 = ((L_5)->GetAddressAt(static_cast(L_6)))->get_delimiter_1(); return L_7; } IL_0033: { int32_t L_8 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_0037: { int32_t L_9 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); UriSchemeU5BU5D_t2082808316* L_10 = ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->get_schemes_29(); NullCheck(L_10); if ((((int32_t)L_9) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_10)->max_length))))))) { goto IL_0007; } } { IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); String_t* L_11 = ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->get_SchemeDelimiter_18(); return L_11; } } // System.Int32 System.Uri::GetDefaultPort(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t Uri_GetDefaultPort_m2547653357 (RuntimeObject * __this /* static, unused */, String_t* ___scheme0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Uri_GetDefaultPort_m2547653357_MetadataUsageId); s_Il2CppMethodInitialized = true; } UriParser_t3890150400 * V_0 = NULL; { String_t* L_0 = ___scheme0; IL2CPP_RUNTIME_CLASS_INIT(UriParser_t3890150400_il2cpp_TypeInfo_var); UriParser_t3890150400 * L_1 = UriParser_GetParser_m544052729(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; UriParser_t3890150400 * L_2 = V_0; if (L_2) { goto IL_000f; } } { return (-1); } IL_000f: { UriParser_t3890150400 * L_3 = V_0; NullCheck(L_3); int32_t L_4 = UriParser_get_DefaultPort_m2544851211(L_3, /*hidden argument*/NULL); return L_4; } } // System.String System.Uri::GetOpaqueWiseSchemeDelimiter() extern "C" IL2CPP_METHOD_ATTR String_t* Uri_GetOpaqueWiseSchemeDelimiter_m1909471550 (Uri_t100236324 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Uri_GetOpaqueWiseSchemeDelimiter_m1909471550_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_isOpaquePart_10(); if (!L_0) { goto IL_0011; } } { return _stringLiteral3452614550; } IL_0011: { String_t* L_1 = __this->get_scheme_2(); IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); String_t* L_2 = Uri_GetSchemeDelimiter_m2374610473(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); return L_2; } } // System.Boolean System.Uri::IsPredefinedScheme(System.String) extern "C" IL2CPP_METHOD_ATTR bool Uri_IsPredefinedScheme_m1188665625 (RuntimeObject * __this /* static, unused */, String_t* ___scheme0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Uri_IsPredefinedScheme_m1188665625_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Dictionary_2_t2736202052 * V_1 = NULL; int32_t V_2 = 0; { String_t* L_0 = ___scheme0; V_0 = L_0; String_t* L_1 = V_0; if (!L_1) { goto IL_00b7; } } { IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); Dictionary_2_t2736202052 * L_2 = ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map20_35(); if (L_2) { goto IL_0098; } } { Dictionary_2_t2736202052 * L_3 = (Dictionary_2_t2736202052 *)il2cpp_codegen_object_new(Dictionary_2_t2736202052_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2392909825(L_3, ((int32_t)10), /*hidden argument*/Dictionary_2__ctor_m2392909825_RuntimeMethod_var); V_1 = L_3; Dictionary_2_t2736202052 * L_4 = V_1; NullCheck(L_4); Dictionary_2_Add_m282647386(L_4, _stringLiteral3140485902, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_5 = V_1; NullCheck(L_5); Dictionary_2_Add_m282647386(L_5, _stringLiteral1973861653, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_6 = V_1; NullCheck(L_6); Dictionary_2_Add_m282647386(L_6, _stringLiteral1629333464, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_7 = V_1; NullCheck(L_7); Dictionary_2_Add_m282647386(L_7, _stringLiteral228733076, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_8 = V_1; NullCheck(L_8); Dictionary_2_Add_m282647386(L_8, _stringLiteral3139830536, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_9 = V_1; NullCheck(L_9); Dictionary_2_Add_m282647386(L_9, _stringLiteral2386815142, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_10 = V_1; NullCheck(L_10); Dictionary_2_Add_m282647386(L_10, _stringLiteral416809914, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_11 = V_1; NullCheck(L_11); Dictionary_2_Add_m282647386(L_11, _stringLiteral15098073, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_12 = V_1; NullCheck(L_12); Dictionary_2_Add_m282647386(L_12, _stringLiteral3041793228, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_13 = V_1; NullCheck(L_13); Dictionary_2_Add_m282647386(L_13, _stringLiteral1761547464, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_14 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->set_U3CU3Ef__switchU24map20_35(L_14); } IL_0098: { IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); Dictionary_2_t2736202052 * L_15 = ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map20_35(); String_t* L_16 = V_0; NullCheck(L_15); bool L_17 = Dictionary_2_TryGetValue_m1013208020(L_15, L_16, (&V_2), /*hidden argument*/Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var); if (!L_17) { goto IL_00b7; } } { int32_t L_18 = V_2; if (!L_18) { goto IL_00b5; } } { goto IL_00b7; } IL_00b5: { return (bool)1; } IL_00b7: { return (bool)0; } } // System.UriParser System.Uri::get_Parser() extern "C" IL2CPP_METHOD_ATTR UriParser_t3890150400 * Uri_get_Parser_m3737125102 (Uri_t100236324 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Uri_get_Parser_m3737125102_MetadataUsageId); s_Il2CppMethodInitialized = true; } { UriParser_t3890150400 * L_0 = __this->get_parser_30(); if (L_0) { goto IL_0037; } } { String_t* L_1 = Uri_get_Scheme_m1686732325(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(UriParser_t3890150400_il2cpp_TypeInfo_var); UriParser_t3890150400 * L_2 = UriParser_GetParser_m544052729(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); __this->set_parser_30(L_2); UriParser_t3890150400 * L_3 = __this->get_parser_30(); if (L_3) { goto IL_0037; } } { DefaultUriParser_t95882050 * L_4 = (DefaultUriParser_t95882050 *)il2cpp_codegen_object_new(DefaultUriParser_t95882050_il2cpp_TypeInfo_var); DefaultUriParser__ctor_m2634681684(L_4, _stringLiteral3452614534, /*hidden argument*/NULL); __this->set_parser_30(L_4); } IL_0037: { UriParser_t3890150400 * L_5 = __this->get_parser_30(); return L_5; } } // System.String System.Uri::UnescapeDataString(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Uri_UnescapeDataString_m3282767665 (RuntimeObject * __this /* static, unused */, String_t* ___stringToUnescape0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Uri_UnescapeDataString_m3282767665_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; int64_t V_1 = 0; MemoryStream_t94973147 * V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; { String_t* L_0 = ___stringToUnescape0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral682703636, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Uri_UnescapeDataString_m3282767665_RuntimeMethod_var); } IL_0011: { String_t* L_2 = ___stringToUnescape0; NullCheck(L_2); int32_t L_3 = String_IndexOf_m363431711(L_2, ((int32_t)37), /*hidden argument*/NULL); if ((!(((uint32_t)L_3) == ((uint32_t)(-1))))) { goto IL_002f; } } { String_t* L_4 = ___stringToUnescape0; NullCheck(L_4); int32_t L_5 = String_IndexOf_m363431711(L_4, ((int32_t)43), /*hidden argument*/NULL); if ((!(((uint32_t)L_5) == ((uint32_t)(-1))))) { goto IL_002f; } } { String_t* L_6 = ___stringToUnescape0; return L_6; } IL_002f: { StringBuilder_t * L_7 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_7, /*hidden argument*/NULL); V_0 = L_7; String_t* L_8 = ___stringToUnescape0; NullCheck(L_8); int32_t L_9 = String_get_Length_m3847582255(L_8, /*hidden argument*/NULL); V_1 = (((int64_t)((int64_t)L_9))); MemoryStream_t94973147 * L_10 = (MemoryStream_t94973147 *)il2cpp_codegen_object_new(MemoryStream_t94973147_il2cpp_TypeInfo_var); MemoryStream__ctor_m2678285228(L_10, /*hidden argument*/NULL); V_2 = L_10; V_4 = 0; goto IL_015e; } IL_004b: { String_t* L_11 = ___stringToUnescape0; int32_t L_12 = V_4; NullCheck(L_11); Il2CppChar L_13 = String_get_Chars_m2986988803(L_11, L_12, /*hidden argument*/NULL); if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)37))))) { goto IL_0122; } } { int32_t L_14 = V_4; int64_t L_15 = V_1; if ((((int64_t)(((int64_t)((int64_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)2)))))) >= ((int64_t)L_15))) { goto IL_0122; } } { String_t* L_16 = ___stringToUnescape0; int32_t L_17 = V_4; NullCheck(L_16); Il2CppChar L_18 = String_get_Chars_m2986988803(L_16, ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)), /*hidden argument*/NULL); if ((((int32_t)L_18) == ((int32_t)((int32_t)37)))) { goto IL_0122; } } { String_t* L_19 = ___stringToUnescape0; int32_t L_20 = V_4; NullCheck(L_19); Il2CppChar L_21 = String_get_Chars_m2986988803(L_19, ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)), /*hidden argument*/NULL); if ((!(((uint32_t)L_21) == ((uint32_t)((int32_t)117))))) { goto IL_00ee; } } { int32_t L_22 = V_4; int64_t L_23 = V_1; if ((((int64_t)(((int64_t)((int64_t)((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)5)))))) >= ((int64_t)L_23))) { goto IL_00ee; } } { MemoryStream_t94973147 * L_24 = V_2; NullCheck(L_24); int64_t L_25 = VirtFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.MemoryStream::get_Length() */, L_24); if ((((int64_t)L_25) <= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_00b9; } } { StringBuilder_t * L_26 = V_0; MemoryStream_t94973147 * L_27 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_28 = Encoding_get_UTF8_m1008486739(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); CharU5BU5D_t3528271667* L_29 = Uri_GetChars_m3587178967(NULL /*static, unused*/, L_27, L_28, /*hidden argument*/NULL); NullCheck(L_26); StringBuilder_Append_m168475016(L_26, L_29, /*hidden argument*/NULL); MemoryStream_t94973147 * L_30 = V_2; NullCheck(L_30); VirtActionInvoker1< int64_t >::Invoke(21 /* System.Void System.IO.MemoryStream::SetLength(System.Int64) */, L_30, (((int64_t)((int64_t)0)))); } IL_00b9: { String_t* L_31 = ___stringToUnescape0; int32_t L_32 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); int32_t L_33 = Uri_GetChar_m2610276660(NULL /*static, unused*/, L_31, ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)2)), 4, /*hidden argument*/NULL); V_3 = L_33; int32_t L_34 = V_3; if ((((int32_t)L_34) == ((int32_t)(-1)))) { goto IL_00e0; } } { StringBuilder_t * L_35 = V_0; int32_t L_36 = V_3; NullCheck(L_35); StringBuilder_Append_m2383614642(L_35, (((int32_t)((uint16_t)L_36))), /*hidden argument*/NULL); int32_t L_37 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)5)); goto IL_00e9; } IL_00e0: { StringBuilder_t * L_38 = V_0; NullCheck(L_38); StringBuilder_Append_m2383614642(L_38, ((int32_t)37), /*hidden argument*/NULL); } IL_00e9: { goto IL_011d; } IL_00ee: { String_t* L_39 = ___stringToUnescape0; int32_t L_40 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); int32_t L_41 = Uri_GetChar_m2610276660(NULL /*static, unused*/, L_39, ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)), 2, /*hidden argument*/NULL); int32_t L_42 = L_41; V_3 = L_42; if ((((int32_t)L_42) == ((int32_t)(-1)))) { goto IL_0114; } } { MemoryStream_t94973147 * L_43 = V_2; int32_t L_44 = V_3; NullCheck(L_43); VirtActionInvoker1< uint8_t >::Invoke(23 /* System.Void System.IO.MemoryStream::WriteByte(System.Byte) */, L_43, (uint8_t)(((int32_t)((uint8_t)L_44)))); int32_t L_45 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)2)); goto IL_011d; } IL_0114: { StringBuilder_t * L_46 = V_0; NullCheck(L_46); StringBuilder_Append_m2383614642(L_46, ((int32_t)37), /*hidden argument*/NULL); } IL_011d: { goto IL_0158; } IL_0122: { MemoryStream_t94973147 * L_47 = V_2; NullCheck(L_47); int64_t L_48 = VirtFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.MemoryStream::get_Length() */, L_47); if ((((int64_t)L_48) <= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0149; } } { StringBuilder_t * L_49 = V_0; MemoryStream_t94973147 * L_50 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_51 = Encoding_get_UTF8_m1008486739(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); CharU5BU5D_t3528271667* L_52 = Uri_GetChars_m3587178967(NULL /*static, unused*/, L_50, L_51, /*hidden argument*/NULL); NullCheck(L_49); StringBuilder_Append_m168475016(L_49, L_52, /*hidden argument*/NULL); MemoryStream_t94973147 * L_53 = V_2; NullCheck(L_53); VirtActionInvoker1< int64_t >::Invoke(21 /* System.Void System.IO.MemoryStream::SetLength(System.Int64) */, L_53, (((int64_t)((int64_t)0)))); } IL_0149: { StringBuilder_t * L_54 = V_0; String_t* L_55 = ___stringToUnescape0; int32_t L_56 = V_4; NullCheck(L_55); Il2CppChar L_57 = String_get_Chars_m2986988803(L_55, L_56, /*hidden argument*/NULL); NullCheck(L_54); StringBuilder_Append_m2383614642(L_54, L_57, /*hidden argument*/NULL); } IL_0158: { int32_t L_58 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)1)); } IL_015e: { int32_t L_59 = V_4; int64_t L_60 = V_1; if ((((int64_t)(((int64_t)((int64_t)L_59)))) < ((int64_t)L_60))) { goto IL_004b; } } { MemoryStream_t94973147 * L_61 = V_2; NullCheck(L_61); int64_t L_62 = VirtFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.MemoryStream::get_Length() */, L_61); if ((((int64_t)L_62) <= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0186; } } { StringBuilder_t * L_63 = V_0; MemoryStream_t94973147 * L_64 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_65 = Encoding_get_UTF8_m1008486739(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); CharU5BU5D_t3528271667* L_66 = Uri_GetChars_m3587178967(NULL /*static, unused*/, L_64, L_65, /*hidden argument*/NULL); NullCheck(L_63); StringBuilder_Append_m168475016(L_63, L_66, /*hidden argument*/NULL); } IL_0186: { V_2 = (MemoryStream_t94973147 *)NULL; StringBuilder_t * L_67 = V_0; NullCheck(L_67); String_t* L_68 = StringBuilder_ToString_m3317489284(L_67, /*hidden argument*/NULL); return L_68; } } // System.Int32 System.Uri::GetInt(System.Byte) extern "C" IL2CPP_METHOD_ATTR int32_t Uri_GetInt_m3269354035 (RuntimeObject * __this /* static, unused */, uint8_t ___b0, const RuntimeMethod* method) { Il2CppChar V_0 = 0x0; { uint8_t L_0 = ___b0; V_0 = (((int32_t)((uint16_t)L_0))); Il2CppChar L_1 = V_0; if ((((int32_t)L_1) < ((int32_t)((int32_t)48)))) { goto IL_0018; } } { Il2CppChar L_2 = V_0; if ((((int32_t)L_2) > ((int32_t)((int32_t)57)))) { goto IL_0018; } } { Il2CppChar L_3 = V_0; return ((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)((int32_t)48))); } IL_0018: { Il2CppChar L_4 = V_0; if ((((int32_t)L_4) < ((int32_t)((int32_t)97)))) { goto IL_0030; } } { Il2CppChar L_5 = V_0; if ((((int32_t)L_5) > ((int32_t)((int32_t)102)))) { goto IL_0030; } } { Il2CppChar L_6 = V_0; return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)((int32_t)97))), (int32_t)((int32_t)10))); } IL_0030: { Il2CppChar L_7 = V_0; if ((((int32_t)L_7) < ((int32_t)((int32_t)65)))) { goto IL_0048; } } { Il2CppChar L_8 = V_0; if ((((int32_t)L_8) > ((int32_t)((int32_t)70)))) { goto IL_0048; } } { Il2CppChar L_9 = V_0; return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)((int32_t)65))), (int32_t)((int32_t)10))); } IL_0048: { return (-1); } } // System.Int32 System.Uri::GetChar(System.String,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Uri_GetChar_m2610276660 (RuntimeObject * __this /* static, unused */, String_t* ___str0, int32_t ___offset1, int32_t ___length2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Uri_GetChar_m2610276660_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; Il2CppChar V_3 = 0x0; int32_t V_4 = 0; { V_0 = 0; int32_t L_0 = ___length2; int32_t L_1 = ___offset1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1)); int32_t L_2 = ___offset1; V_2 = L_2; goto IL_003d; } IL_000d: { String_t* L_3 = ___str0; int32_t L_4 = V_2; NullCheck(L_3); Il2CppChar L_5 = String_get_Chars_m2986988803(L_3, L_4, /*hidden argument*/NULL); V_3 = L_5; Il2CppChar L_6 = V_3; if ((((int32_t)L_6) <= ((int32_t)((int32_t)127)))) { goto IL_001f; } } { return (-1); } IL_001f: { Il2CppChar L_7 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); int32_t L_8 = Uri_GetInt_m3269354035(NULL /*static, unused*/, (uint8_t)(((int32_t)((uint8_t)L_7))), /*hidden argument*/NULL); V_4 = L_8; int32_t L_9 = V_4; if ((!(((uint32_t)L_9) == ((uint32_t)(-1))))) { goto IL_0032; } } { return (-1); } IL_0032: { int32_t L_10 = V_0; int32_t L_11 = V_4; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_10<<(int32_t)4)), (int32_t)L_11)); int32_t L_12 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_003d: { int32_t L_13 = V_2; int32_t L_14 = V_1; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_000d; } } { int32_t L_15 = V_0; return L_15; } } // System.Char[] System.Uri::GetChars(System.IO.MemoryStream,System.Text.Encoding) extern "C" IL2CPP_METHOD_ATTR CharU5BU5D_t3528271667* Uri_GetChars_m3587178967 (RuntimeObject * __this /* static, unused */, MemoryStream_t94973147 * ___b0, Encoding_t1523322056 * ___e1, const RuntimeMethod* method) { { Encoding_t1523322056 * L_0 = ___e1; MemoryStream_t94973147 * L_1 = ___b0; NullCheck(L_1); ByteU5BU5D_t4116647657* L_2 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(29 /* System.Byte[] System.IO.MemoryStream::GetBuffer() */, L_1); MemoryStream_t94973147 * L_3 = ___b0; NullCheck(L_3); int64_t L_4 = VirtFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.MemoryStream::get_Length() */, L_3); NullCheck(L_0); CharU5BU5D_t3528271667* L_5 = VirtFuncInvoker3< CharU5BU5D_t3528271667*, ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(15 /* System.Char[] System.Text.Encoding::GetChars(System.Byte[],System.Int32,System.Int32) */, L_0, L_2, 0, (((int32_t)((int32_t)L_4)))); return L_5; } } // System.Void System.Uri::EnsureAbsoluteUri() extern "C" IL2CPP_METHOD_ATTR void Uri_EnsureAbsoluteUri_m2231483494 (Uri_t100236324 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Uri_EnsureAbsoluteUri_m2231483494_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = Uri_get_IsAbsoluteUri_m3834080655(__this, /*hidden argument*/NULL); if (L_0) { goto IL_0016; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, _stringLiteral2193443264, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Uri_EnsureAbsoluteUri_m2231483494_RuntimeMethod_var); } IL_0016: { return; } } // System.Boolean System.Uri::op_Equality(System.Uri,System.Uri) extern "C" IL2CPP_METHOD_ATTR bool Uri_op_Equality_m2988156441 (RuntimeObject * __this /* static, unused */, Uri_t100236324 * ___u10, Uri_t100236324 * ___u21, const RuntimeMethod* method) { { Uri_t100236324 * L_0 = ___u10; Uri_t100236324 * L_1 = ___u21; bool L_2 = Object_Equals_m1397037629(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Boolean System.Uri::op_Inequality(System.Uri,System.Uri) extern "C" IL2CPP_METHOD_ATTR bool Uri_op_Inequality_m3504002810 (RuntimeObject * __this /* static, unused */, Uri_t100236324 * ___u10, Uri_t100236324 * ___u21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Uri_op_Inequality_m3504002810_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Uri_t100236324 * L_0 = ___u10; Uri_t100236324 * L_1 = ___u21; IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); bool L_2 = Uri_op_Equality_m2988156441(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: System.Uri/UriScheme extern "C" void UriScheme_t722425697_marshal_pinvoke(const UriScheme_t722425697& unmarshaled, UriScheme_t722425697_marshaled_pinvoke& marshaled) { marshaled.___scheme_0 = il2cpp_codegen_marshal_string(unmarshaled.get_scheme_0()); marshaled.___delimiter_1 = il2cpp_codegen_marshal_string(unmarshaled.get_delimiter_1()); marshaled.___defaultPort_2 = unmarshaled.get_defaultPort_2(); } extern "C" void UriScheme_t722425697_marshal_pinvoke_back(const UriScheme_t722425697_marshaled_pinvoke& marshaled, UriScheme_t722425697& unmarshaled) { unmarshaled.set_scheme_0(il2cpp_codegen_marshal_string_result(marshaled.___scheme_0)); unmarshaled.set_delimiter_1(il2cpp_codegen_marshal_string_result(marshaled.___delimiter_1)); int32_t unmarshaled_defaultPort_temp_2 = 0; unmarshaled_defaultPort_temp_2 = marshaled.___defaultPort_2; unmarshaled.set_defaultPort_2(unmarshaled_defaultPort_temp_2); } // Conversion method for clean up from marshalling of: System.Uri/UriScheme extern "C" void UriScheme_t722425697_marshal_pinvoke_cleanup(UriScheme_t722425697_marshaled_pinvoke& marshaled) { il2cpp_codegen_marshal_free(marshaled.___scheme_0); marshaled.___scheme_0 = NULL; il2cpp_codegen_marshal_free(marshaled.___delimiter_1); marshaled.___delimiter_1 = NULL; } // Conversion methods for marshalling of: System.Uri/UriScheme extern "C" void UriScheme_t722425697_marshal_com(const UriScheme_t722425697& unmarshaled, UriScheme_t722425697_marshaled_com& marshaled) { marshaled.___scheme_0 = il2cpp_codegen_marshal_bstring(unmarshaled.get_scheme_0()); marshaled.___delimiter_1 = il2cpp_codegen_marshal_bstring(unmarshaled.get_delimiter_1()); marshaled.___defaultPort_2 = unmarshaled.get_defaultPort_2(); } extern "C" void UriScheme_t722425697_marshal_com_back(const UriScheme_t722425697_marshaled_com& marshaled, UriScheme_t722425697& unmarshaled) { unmarshaled.set_scheme_0(il2cpp_codegen_marshal_bstring_result(marshaled.___scheme_0)); unmarshaled.set_delimiter_1(il2cpp_codegen_marshal_bstring_result(marshaled.___delimiter_1)); int32_t unmarshaled_defaultPort_temp_2 = 0; unmarshaled_defaultPort_temp_2 = marshaled.___defaultPort_2; unmarshaled.set_defaultPort_2(unmarshaled_defaultPort_temp_2); } // Conversion method for clean up from marshalling of: System.Uri/UriScheme extern "C" void UriScheme_t722425697_marshal_com_cleanup(UriScheme_t722425697_marshaled_com& marshaled) { il2cpp_codegen_marshal_free_bstring(marshaled.___scheme_0); marshaled.___scheme_0 = NULL; il2cpp_codegen_marshal_free_bstring(marshaled.___delimiter_1); marshaled.___delimiter_1 = NULL; } // System.Void System.Uri/UriScheme::.ctor(System.String,System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR void UriScheme__ctor_m1399779782 (UriScheme_t722425697 * __this, String_t* ___s0, String_t* ___d1, int32_t ___p2, const RuntimeMethod* method) { { String_t* L_0 = ___s0; __this->set_scheme_0(L_0); String_t* L_1 = ___d1; __this->set_delimiter_1(L_1); int32_t L_2 = ___p2; __this->set_defaultPort_2(L_2); return; } } extern "C" void UriScheme__ctor_m1399779782_AdjustorThunk (RuntimeObject * __this, String_t* ___s0, String_t* ___d1, int32_t ___p2, const RuntimeMethod* method) { UriScheme_t722425697 * _thisAdjusted = reinterpret_cast(__this + 1); UriScheme__ctor_m1399779782(_thisAdjusted, ___s0, ___d1, ___p2, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.UriBuilder::.ctor(System.Uri) extern "C" IL2CPP_METHOD_ATTR void UriBuilder__ctor_m377291920 (UriBuilder_t579353065 * __this, Uri_t100236324 * ___uri0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UriBuilder__ctor_m377291920_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { Object__ctor_m297566312(__this, /*hidden argument*/NULL); Uri_t100236324 * L_0 = ___uri0; NullCheck(L_0); String_t* L_1 = Uri_get_Scheme_m1686732325(L_0, /*hidden argument*/NULL); __this->set_scheme_0(L_1); Uri_t100236324 * L_2 = ___uri0; NullCheck(L_2); String_t* L_3 = Uri_get_Host_m255565830(L_2, /*hidden argument*/NULL); __this->set_host_1(L_3); Uri_t100236324 * L_4 = ___uri0; NullCheck(L_4); int32_t L_5 = Uri_get_Port_m184067428(L_4, /*hidden argument*/NULL); __this->set_port_2(L_5); Uri_t100236324 * L_6 = ___uri0; NullCheck(L_6); String_t* L_7 = Uri_get_AbsolutePath_m2766409727(L_6, /*hidden argument*/NULL); __this->set_path_3(L_7); Uri_t100236324 * L_8 = ___uri0; NullCheck(L_8); String_t* L_9 = Uri_get_Query_m2772518875(L_8, /*hidden argument*/NULL); __this->set_query_4(L_9); Uri_t100236324 * L_10 = ___uri0; NullCheck(L_10); String_t* L_11 = Uri_get_Fragment_m575158891(L_10, /*hidden argument*/NULL); __this->set_fragment_5(L_11); Uri_t100236324 * L_12 = ___uri0; NullCheck(L_12); String_t* L_13 = Uri_get_UserInfo_m1985954539(L_12, /*hidden argument*/NULL); __this->set_username_6(L_13); String_t* L_14 = __this->get_username_6(); NullCheck(L_14); int32_t L_15 = String_IndexOf_m363431711(L_14, ((int32_t)58), /*hidden argument*/NULL); V_0 = L_15; int32_t L_16 = V_0; if ((((int32_t)L_16) == ((int32_t)(-1)))) { goto IL_009b; } } { String_t* L_17 = __this->get_username_6(); int32_t L_18 = V_0; NullCheck(L_17); String_t* L_19 = String_Substring_m2848979100(L_17, ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)), /*hidden argument*/NULL); __this->set_password_7(L_19); String_t* L_20 = __this->get_username_6(); int32_t L_21 = V_0; NullCheck(L_20); String_t* L_22 = String_Substring_m1610150815(L_20, 0, L_21, /*hidden argument*/NULL); __this->set_username_6(L_22); goto IL_00a6; } IL_009b: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_23 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_password_7(L_23); } IL_00a6: { __this->set_modified_9((bool)1); return; } } // System.Void System.UriBuilder::set_Host(System.String) extern "C" IL2CPP_METHOD_ATTR void UriBuilder_set_Host_m2493895927 (UriBuilder_t579353065 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UriBuilder_set_Host_m2493895927_MetadataUsageId); s_Il2CppMethodInitialized = true; } UriBuilder_t579353065 * G_B2_0 = NULL; UriBuilder_t579353065 * G_B1_0 = NULL; String_t* G_B3_0 = NULL; UriBuilder_t579353065 * G_B3_1 = NULL; { String_t* L_0 = ___value0; G_B1_0 = __this; if (L_0) { G_B2_0 = __this; goto IL_0011; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); G_B3_0 = L_1; G_B3_1 = G_B1_0; goto IL_0012; } IL_0011: { String_t* L_2 = ___value0; G_B3_0 = L_2; G_B3_1 = G_B2_0; } IL_0012: { NullCheck(G_B3_1); G_B3_1->set_host_1(G_B3_0); __this->set_modified_9((bool)1); return; } } // System.Uri System.UriBuilder::get_Uri() extern "C" IL2CPP_METHOD_ATTR Uri_t100236324 * UriBuilder_get_Uri_m3514502640 (UriBuilder_t579353065 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UriBuilder_get_Uri_m3514502640_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_modified_9(); if (L_0) { goto IL_0012; } } { Uri_t100236324 * L_1 = __this->get_uri_8(); return L_1; } IL_0012: { String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.UriBuilder::ToString() */, __this); Uri_t100236324 * L_3 = (Uri_t100236324 *)il2cpp_codegen_object_new(Uri_t100236324_il2cpp_TypeInfo_var); Uri__ctor_m3377055802(L_3, L_2, (bool)1, /*hidden argument*/NULL); __this->set_uri_8(L_3); __this->set_modified_9((bool)0); Uri_t100236324 * L_4 = __this->get_uri_8(); return L_4; } } // System.Boolean System.UriBuilder::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool UriBuilder_Equals_m3500940484 (UriBuilder_t579353065 * __this, RuntimeObject * ___rparam0, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { RuntimeObject * L_0 = ___rparam0; if (L_0) { goto IL_000c; } } { G_B3_0 = 0; goto IL_001d; } IL_000c: { Uri_t100236324 * L_1 = UriBuilder_get_Uri_m3514502640(__this, /*hidden argument*/NULL); RuntimeObject * L_2 = ___rparam0; NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_2); NullCheck(L_1); bool L_4 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Uri::Equals(System.Object) */, L_1, L_3); G_B3_0 = ((int32_t)(L_4)); } IL_001d: { return (bool)G_B3_0; } } // System.Int32 System.UriBuilder::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t UriBuilder_GetHashCode_m2450580240 (UriBuilder_t579353065 * __this, const RuntimeMethod* method) { { Uri_t100236324 * L_0 = UriBuilder_get_Uri_m3514502640(__this, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Uri::GetHashCode() */, L_0); return L_1; } } // System.String System.UriBuilder::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* UriBuilder_ToString_m1259521445 (UriBuilder_t579353065 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UriBuilder_ToString_m1259521445_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; { StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_0, /*hidden argument*/NULL); V_0 = L_0; StringBuilder_t * L_1 = V_0; String_t* L_2 = __this->get_scheme_0(); NullCheck(L_1); StringBuilder_Append_m1965104174(L_1, L_2, /*hidden argument*/NULL); StringBuilder_t * L_3 = V_0; NullCheck(L_3); StringBuilder_Append_m1965104174(L_3, _stringLiteral1057238085, /*hidden argument*/NULL); String_t* L_4 = __this->get_username_6(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_6 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0076; } } { StringBuilder_t * L_7 = V_0; String_t* L_8 = __this->get_username_6(); NullCheck(L_7); StringBuilder_Append_m1965104174(L_7, L_8, /*hidden argument*/NULL); String_t* L_9 = __this->get_password_7(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_10 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_11 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_9, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_006d; } } { StringBuilder_t * L_12 = V_0; String_t* L_13 = __this->get_password_7(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3452614550, L_13, /*hidden argument*/NULL); NullCheck(L_12); StringBuilder_Append_m1965104174(L_12, L_14, /*hidden argument*/NULL); } IL_006d: { StringBuilder_t * L_15 = V_0; NullCheck(L_15); StringBuilder_Append_m2383614642(L_15, ((int32_t)64), /*hidden argument*/NULL); } IL_0076: { StringBuilder_t * L_16 = V_0; String_t* L_17 = __this->get_host_1(); NullCheck(L_16); StringBuilder_Append_m1965104174(L_16, L_17, /*hidden argument*/NULL); int32_t L_18 = __this->get_port_2(); if ((((int32_t)L_18) <= ((int32_t)0))) { goto IL_00ab; } } { StringBuilder_t * L_19 = V_0; int32_t L_20 = __this->get_port_2(); int32_t L_21 = L_20; RuntimeObject * L_22 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_21); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_23 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3452614550, L_22, /*hidden argument*/NULL); NullCheck(L_19); StringBuilder_Append_m1965104174(L_19, L_23, /*hidden argument*/NULL); } IL_00ab: { String_t* L_24 = __this->get_path_3(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_25 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_26 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_24, L_25, /*hidden argument*/NULL); if (!L_26) { goto IL_0102; } } { StringBuilder_t * L_27 = V_0; StringBuilder_t * L_28 = V_0; NullCheck(L_28); int32_t L_29 = StringBuilder_get_Length_m3238060835(L_28, /*hidden argument*/NULL); NullCheck(L_27); Il2CppChar L_30 = StringBuilder_get_Chars_m1819843468(L_27, ((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)1)), /*hidden argument*/NULL); if ((((int32_t)L_30) == ((int32_t)((int32_t)47)))) { goto IL_0102; } } { String_t* L_31 = __this->get_path_3(); NullCheck(L_31); int32_t L_32 = String_get_Length_m3847582255(L_31, /*hidden argument*/NULL); if ((((int32_t)L_32) <= ((int32_t)0))) { goto IL_0102; } } { String_t* L_33 = __this->get_path_3(); NullCheck(L_33); Il2CppChar L_34 = String_get_Chars_m2986988803(L_33, 0, /*hidden argument*/NULL); if ((((int32_t)L_34) == ((int32_t)((int32_t)47)))) { goto IL_0102; } } { StringBuilder_t * L_35 = V_0; NullCheck(L_35); StringBuilder_Append_m2383614642(L_35, ((int32_t)47), /*hidden argument*/NULL); } IL_0102: { StringBuilder_t * L_36 = V_0; String_t* L_37 = __this->get_path_3(); NullCheck(L_36); StringBuilder_Append_m1965104174(L_36, L_37, /*hidden argument*/NULL); StringBuilder_t * L_38 = V_0; String_t* L_39 = __this->get_query_4(); NullCheck(L_38); StringBuilder_Append_m1965104174(L_38, L_39, /*hidden argument*/NULL); StringBuilder_t * L_40 = V_0; String_t* L_41 = __this->get_fragment_5(); NullCheck(L_40); StringBuilder_Append_m1965104174(L_40, L_41, /*hidden argument*/NULL); StringBuilder_t * L_42 = V_0; NullCheck(L_42); String_t* L_43 = StringBuilder_ToString_m3317489284(L_42, /*hidden argument*/NULL); return L_43; } } #ifdef __clang__ #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.UriFormatException::.ctor() extern "C" IL2CPP_METHOD_ATTR void UriFormatException__ctor_m1115096473 (UriFormatException_t953270471 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UriFormatException__ctor_m1115096473_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Locale_GetText_m3875126938(NULL /*static, unused*/, _stringLiteral2864059369, /*hidden argument*/NULL); FormatException__ctor_m4049685996(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.UriFormatException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void UriFormatException__ctor_m3083316541 (UriFormatException_t953270471 * __this, String_t* ___message0, const RuntimeMethod* method) { { String_t* L_0 = ___message0; FormatException__ctor_m4049685996(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.UriFormatException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void UriFormatException__ctor_m3466512970 (UriFormatException_t953270471 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { { SerializationInfo_t950877179 * L_0 = ___info0; StreamingContext_t3711869237 L_1 = ___context1; FormatException__ctor_m3747066592(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.UriFormatException::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void UriFormatException_System_Runtime_Serialization_ISerializable_GetObjectData_m3030326401 (UriFormatException_t953270471 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { { SerializationInfo_t950877179 * L_0 = ___info0; StreamingContext_t3711869237 L_1 = ___context1; Exception_GetObjectData_m1103241326(__this, L_0, L_1, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #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.UriParser::.ctor() extern "C" IL2CPP_METHOD_ATTR void UriParser__ctor_m2454688443 (UriParser_t3890150400 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void System.UriParser::.cctor() extern "C" IL2CPP_METHOD_ATTR void UriParser__cctor_m3655686731 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UriParser__cctor_m3655686731_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m297566312(L_0, /*hidden argument*/NULL); ((UriParser_t3890150400_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t3890150400_il2cpp_TypeInfo_var))->set_lock_object_0(L_0); Regex_t3657309853 * L_1 = (Regex_t3657309853 *)il2cpp_codegen_object_new(Regex_t3657309853_il2cpp_TypeInfo_var); Regex__ctor_m1728442805(L_1, _stringLiteral528199797, 8, /*hidden argument*/NULL); ((UriParser_t3890150400_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t3890150400_il2cpp_TypeInfo_var))->set_uri_regex_4(L_1); Regex_t3657309853 * L_2 = (Regex_t3657309853 *)il2cpp_codegen_object_new(Regex_t3657309853_il2cpp_TypeInfo_var); Regex__ctor_m897876424(L_2, _stringLiteral3698381084, /*hidden argument*/NULL); ((UriParser_t3890150400_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t3890150400_il2cpp_TypeInfo_var))->set_auth_regex_5(L_2); return; } } // System.Void System.UriParser::InitializeAndValidate(System.Uri,System.UriFormatException&) extern "C" IL2CPP_METHOD_ATTR void UriParser_InitializeAndValidate_m2008117311 (UriParser_t3890150400 * __this, Uri_t100236324 * ___uri0, UriFormatException_t953270471 ** ___parsingError1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UriParser_InitializeAndValidate_m2008117311_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Uri_t100236324 * L_0 = ___uri0; NullCheck(L_0); String_t* L_1 = Uri_get_Scheme_m1686732325(L_0, /*hidden argument*/NULL); String_t* L_2 = __this->get_scheme_name_2(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_3 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_003c; } } { String_t* L_4 = __this->get_scheme_name_2(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_5 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_4, _stringLiteral3452614534, /*hidden argument*/NULL); if (!L_5) { goto IL_003c; } } { UriFormatException_t953270471 ** L_6 = ___parsingError1; UriFormatException_t953270471 * L_7 = (UriFormatException_t953270471 *)il2cpp_codegen_object_new(UriFormatException_t953270471_il2cpp_TypeInfo_var); UriFormatException__ctor_m3083316541(L_7, _stringLiteral2140524769, /*hidden argument*/NULL); *((RuntimeObject **)(L_6)) = (RuntimeObject *)L_7; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_6), (RuntimeObject *)L_7); goto IL_003f; } IL_003c: { UriFormatException_t953270471 ** L_8 = ___parsingError1; *((RuntimeObject **)(L_8)) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_8), (RuntimeObject *)NULL); } IL_003f: { return; } } // System.Void System.UriParser::OnRegister(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR void UriParser_OnRegister_m3283921560 (UriParser_t3890150400 * __this, String_t* ___schemeName0, int32_t ___defaultPort1, const RuntimeMethod* method) { { return; } } // System.Void System.UriParser::set_SchemeName(System.String) extern "C" IL2CPP_METHOD_ATTR void UriParser_set_SchemeName_m266448765 (UriParser_t3890150400 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_scheme_name_2(L_0); return; } } // System.Int32 System.UriParser::get_DefaultPort() extern "C" IL2CPP_METHOD_ATTR int32_t UriParser_get_DefaultPort_m2544851211 (UriParser_t3890150400 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_default_port_3(); return L_0; } } // System.Void System.UriParser::set_DefaultPort(System.Int32) extern "C" IL2CPP_METHOD_ATTR void UriParser_set_DefaultPort_m4007715058 (UriParser_t3890150400 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_default_port_3(L_0); return; } } // System.Void System.UriParser::CreateDefaults() extern "C" IL2CPP_METHOD_ATTR void UriParser_CreateDefaults_m404296154 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UriParser_CreateDefaults_m404296154_MetadataUsageId); s_Il2CppMethodInitialized = true; } Hashtable_t1853889766 * V_0 = NULL; RuntimeObject * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { IL2CPP_RUNTIME_CLASS_INIT(UriParser_t3890150400_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_0 = ((UriParser_t3890150400_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t3890150400_il2cpp_TypeInfo_var))->get_table_1(); if (!L_0) { goto IL_000b; } } { return; } IL_000b: { Hashtable_t1853889766 * L_1 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m1815022027(L_1, /*hidden argument*/NULL); V_0 = L_1; Hashtable_t1853889766 * L_2 = V_0; DefaultUriParser_t95882050 * L_3 = (DefaultUriParser_t95882050 *)il2cpp_codegen_object_new(DefaultUriParser_t95882050_il2cpp_TypeInfo_var); DefaultUriParser__ctor_m2377995797(L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); String_t* L_4 = ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->get_UriSchemeFile_19(); IL2CPP_RUNTIME_CLASS_INIT(UriParser_t3890150400_il2cpp_TypeInfo_var); UriParser_InternalRegister_m3643767086(NULL /*static, unused*/, L_2, L_3, L_4, (-1), /*hidden argument*/NULL); Hashtable_t1853889766 * L_5 = V_0; DefaultUriParser_t95882050 * L_6 = (DefaultUriParser_t95882050 *)il2cpp_codegen_object_new(DefaultUriParser_t95882050_il2cpp_TypeInfo_var); DefaultUriParser__ctor_m2377995797(L_6, /*hidden argument*/NULL); String_t* L_7 = ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->get_UriSchemeFtp_20(); UriParser_InternalRegister_m3643767086(NULL /*static, unused*/, L_5, L_6, L_7, ((int32_t)21), /*hidden argument*/NULL); Hashtable_t1853889766 * L_8 = V_0; DefaultUriParser_t95882050 * L_9 = (DefaultUriParser_t95882050 *)il2cpp_codegen_object_new(DefaultUriParser_t95882050_il2cpp_TypeInfo_var); DefaultUriParser__ctor_m2377995797(L_9, /*hidden argument*/NULL); String_t* L_10 = ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->get_UriSchemeGopher_21(); UriParser_InternalRegister_m3643767086(NULL /*static, unused*/, L_8, L_9, L_10, ((int32_t)70), /*hidden argument*/NULL); Hashtable_t1853889766 * L_11 = V_0; DefaultUriParser_t95882050 * L_12 = (DefaultUriParser_t95882050 *)il2cpp_codegen_object_new(DefaultUriParser_t95882050_il2cpp_TypeInfo_var); DefaultUriParser__ctor_m2377995797(L_12, /*hidden argument*/NULL); String_t* L_13 = ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->get_UriSchemeHttp_22(); UriParser_InternalRegister_m3643767086(NULL /*static, unused*/, L_11, L_12, L_13, ((int32_t)80), /*hidden argument*/NULL); Hashtable_t1853889766 * L_14 = V_0; DefaultUriParser_t95882050 * L_15 = (DefaultUriParser_t95882050 *)il2cpp_codegen_object_new(DefaultUriParser_t95882050_il2cpp_TypeInfo_var); DefaultUriParser__ctor_m2377995797(L_15, /*hidden argument*/NULL); String_t* L_16 = ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->get_UriSchemeHttps_23(); UriParser_InternalRegister_m3643767086(NULL /*static, unused*/, L_14, L_15, L_16, ((int32_t)443), /*hidden argument*/NULL); Hashtable_t1853889766 * L_17 = V_0; DefaultUriParser_t95882050 * L_18 = (DefaultUriParser_t95882050 *)il2cpp_codegen_object_new(DefaultUriParser_t95882050_il2cpp_TypeInfo_var); DefaultUriParser__ctor_m2377995797(L_18, /*hidden argument*/NULL); String_t* L_19 = ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->get_UriSchemeMailto_24(); UriParser_InternalRegister_m3643767086(NULL /*static, unused*/, L_17, L_18, L_19, ((int32_t)25), /*hidden argument*/NULL); Hashtable_t1853889766 * L_20 = V_0; DefaultUriParser_t95882050 * L_21 = (DefaultUriParser_t95882050 *)il2cpp_codegen_object_new(DefaultUriParser_t95882050_il2cpp_TypeInfo_var); DefaultUriParser__ctor_m2377995797(L_21, /*hidden argument*/NULL); String_t* L_22 = ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->get_UriSchemeNetPipe_27(); UriParser_InternalRegister_m3643767086(NULL /*static, unused*/, L_20, L_21, L_22, (-1), /*hidden argument*/NULL); Hashtable_t1853889766 * L_23 = V_0; DefaultUriParser_t95882050 * L_24 = (DefaultUriParser_t95882050 *)il2cpp_codegen_object_new(DefaultUriParser_t95882050_il2cpp_TypeInfo_var); DefaultUriParser__ctor_m2377995797(L_24, /*hidden argument*/NULL); String_t* L_25 = ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->get_UriSchemeNetTcp_28(); UriParser_InternalRegister_m3643767086(NULL /*static, unused*/, L_23, L_24, L_25, (-1), /*hidden argument*/NULL); Hashtable_t1853889766 * L_26 = V_0; DefaultUriParser_t95882050 * L_27 = (DefaultUriParser_t95882050 *)il2cpp_codegen_object_new(DefaultUriParser_t95882050_il2cpp_TypeInfo_var); DefaultUriParser__ctor_m2377995797(L_27, /*hidden argument*/NULL); String_t* L_28 = ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->get_UriSchemeNews_25(); UriParser_InternalRegister_m3643767086(NULL /*static, unused*/, L_26, L_27, L_28, ((int32_t)119), /*hidden argument*/NULL); Hashtable_t1853889766 * L_29 = V_0; DefaultUriParser_t95882050 * L_30 = (DefaultUriParser_t95882050 *)il2cpp_codegen_object_new(DefaultUriParser_t95882050_il2cpp_TypeInfo_var); DefaultUriParser__ctor_m2377995797(L_30, /*hidden argument*/NULL); String_t* L_31 = ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->get_UriSchemeNntp_26(); UriParser_InternalRegister_m3643767086(NULL /*static, unused*/, L_29, L_30, L_31, ((int32_t)119), /*hidden argument*/NULL); Hashtable_t1853889766 * L_32 = V_0; DefaultUriParser_t95882050 * L_33 = (DefaultUriParser_t95882050 *)il2cpp_codegen_object_new(DefaultUriParser_t95882050_il2cpp_TypeInfo_var); DefaultUriParser__ctor_m2377995797(L_33, /*hidden argument*/NULL); UriParser_InternalRegister_m3643767086(NULL /*static, unused*/, L_32, L_33, _stringLiteral4255182569, ((int32_t)389), /*hidden argument*/NULL); RuntimeObject * L_34 = ((UriParser_t3890150400_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t3890150400_il2cpp_TypeInfo_var))->get_lock_object_0(); V_1 = L_34; RuntimeObject * L_35 = V_1; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_35, /*hidden argument*/NULL); } IL_00e6: try { // begin try (depth: 1) { IL2CPP_RUNTIME_CLASS_INIT(UriParser_t3890150400_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_36 = ((UriParser_t3890150400_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t3890150400_il2cpp_TypeInfo_var))->get_table_1(); if (L_36) { goto IL_00fb; } } IL_00f0: { Hashtable_t1853889766 * L_37 = V_0; IL2CPP_RUNTIME_CLASS_INIT(UriParser_t3890150400_il2cpp_TypeInfo_var); ((UriParser_t3890150400_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t3890150400_il2cpp_TypeInfo_var))->set_table_1(L_37); goto IL_00fd; } IL_00fb: { V_0 = (Hashtable_t1853889766 *)NULL; } IL_00fd: { IL2CPP_LEAVE(0x109, FINALLY_0102); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0102; } FINALLY_0102: { // begin finally (depth: 1) RuntimeObject * L_38 = V_1; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_38, /*hidden argument*/NULL); IL2CPP_END_FINALLY(258) } // end finally (depth: 1) IL2CPP_CLEANUP(258) { IL2CPP_JUMP_TBL(0x109, IL_0109) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0109: { return; } } // System.Void System.UriParser::InternalRegister(System.Collections.Hashtable,System.UriParser,System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR void UriParser_InternalRegister_m3643767086 (RuntimeObject * __this /* static, unused */, Hashtable_t1853889766 * ___table0, UriParser_t3890150400 * ___uriParser1, String_t* ___schemeName2, int32_t ___defaultPort3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UriParser_InternalRegister_m3643767086_MetadataUsageId); s_Il2CppMethodInitialized = true; } DefaultUriParser_t95882050 * V_0 = NULL; { UriParser_t3890150400 * L_0 = ___uriParser1; String_t* L_1 = ___schemeName2; NullCheck(L_0); UriParser_set_SchemeName_m266448765(L_0, L_1, /*hidden argument*/NULL); UriParser_t3890150400 * L_2 = ___uriParser1; int32_t L_3 = ___defaultPort3; NullCheck(L_2); UriParser_set_DefaultPort_m4007715058(L_2, L_3, /*hidden argument*/NULL); UriParser_t3890150400 * L_4 = ___uriParser1; if (!((GenericUriParser_t1141496137 *)IsInstClass((RuntimeObject*)L_4, GenericUriParser_t1141496137_il2cpp_TypeInfo_var))) { goto IL_0026; } } { Hashtable_t1853889766 * L_5 = ___table0; String_t* L_6 = ___schemeName2; UriParser_t3890150400 * L_7 = ___uriParser1; NullCheck(L_5); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_5, L_6, L_7); goto IL_0042; } IL_0026: { DefaultUriParser_t95882050 * L_8 = (DefaultUriParser_t95882050 *)il2cpp_codegen_object_new(DefaultUriParser_t95882050_il2cpp_TypeInfo_var); DefaultUriParser__ctor_m2377995797(L_8, /*hidden argument*/NULL); V_0 = L_8; DefaultUriParser_t95882050 * L_9 = V_0; String_t* L_10 = ___schemeName2; NullCheck(L_9); UriParser_set_SchemeName_m266448765(L_9, L_10, /*hidden argument*/NULL); DefaultUriParser_t95882050 * L_11 = V_0; int32_t L_12 = ___defaultPort3; NullCheck(L_11); UriParser_set_DefaultPort_m4007715058(L_11, L_12, /*hidden argument*/NULL); Hashtable_t1853889766 * L_13 = ___table0; String_t* L_14 = ___schemeName2; DefaultUriParser_t95882050 * L_15 = V_0; NullCheck(L_13); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_13, L_14, L_15); } IL_0042: { UriParser_t3890150400 * L_16 = ___uriParser1; String_t* L_17 = ___schemeName2; int32_t L_18 = ___defaultPort3; NullCheck(L_16); VirtActionInvoker2< String_t*, int32_t >::Invoke(5 /* System.Void System.UriParser::OnRegister(System.String,System.Int32) */, L_16, L_17, L_18); return; } } // System.UriParser System.UriParser::GetParser(System.String) extern "C" IL2CPP_METHOD_ATTR UriParser_t3890150400 * UriParser_GetParser_m544052729 (RuntimeObject * __this /* static, unused */, String_t* ___schemeName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UriParser_GetParser_m544052729_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { String_t* L_0 = ___schemeName0; if (L_0) { goto IL_0008; } } { return (UriParser_t3890150400 *)NULL; } IL_0008: { IL2CPP_RUNTIME_CLASS_INIT(UriParser_t3890150400_il2cpp_TypeInfo_var); UriParser_CreateDefaults_m404296154(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_1 = ___schemeName0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_2 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_3 = String_ToLower_m3490221821(L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; Hashtable_t1853889766 * L_4 = ((UriParser_t3890150400_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t3890150400_il2cpp_TypeInfo_var))->get_table_1(); String_t* L_5 = V_0; NullCheck(L_4); RuntimeObject * L_6 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_4, L_5); return ((UriParser_t3890150400 *)CastclassClass((RuntimeObject*)L_6, UriParser_t3890150400_il2cpp_TypeInfo_var)); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #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.UriTypeConverter::.ctor() extern "C" IL2CPP_METHOD_ATTR void UriTypeConverter__ctor_m148525934 (UriTypeConverter_t3695916615 * __this, const RuntimeMethod* method) { { TypeConverter__ctor_m2146026630(__this, /*hidden argument*/NULL); return; } } // System.Boolean System.UriTypeConverter::CanConvert(System.Type) extern "C" IL2CPP_METHOD_ATTR bool UriTypeConverter_CanConvert_m4004296934 (UriTypeConverter_t3695916615 * __this, Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UriTypeConverter_CanConvert_m4004296934_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___type0; RuntimeTypeHandle_t3027515415 L_1 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_0) == ((RuntimeObject*)(Type_t *)L_2)))) { goto IL_0012; } } { return (bool)1; } IL_0012: { Type_t * L_3 = ___type0; RuntimeTypeHandle_t3027515415 L_4 = { reinterpret_cast (Uri_t100236324_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_5 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_3) == ((RuntimeObject*)(Type_t *)L_5)))) { goto IL_0024; } } { return (bool)1; } IL_0024: { Type_t * L_6 = ___type0; RuntimeTypeHandle_t3027515415 L_7 = { reinterpret_cast (InstanceDescriptor_t657473484_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); return (bool)((((RuntimeObject*)(Type_t *)L_6) == ((RuntimeObject*)(Type_t *)L_8))? 1 : 0); } } // System.Boolean System.UriTypeConverter::CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type) extern "C" IL2CPP_METHOD_ATTR bool UriTypeConverter_CanConvertFrom_m3865653726 (UriTypeConverter_t3695916615 * __this, RuntimeObject* ___context0, Type_t * ___sourceType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UriTypeConverter_CanConvertFrom_m3865653726_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___sourceType1; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral652524914, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,UriTypeConverter_CanConvertFrom_m3865653726_RuntimeMethod_var); } IL_0011: { Type_t * L_2 = ___sourceType1; bool L_3 = UriTypeConverter_CanConvert_m4004296934(__this, L_2, /*hidden argument*/NULL); return L_3; } } // System.Boolean System.UriTypeConverter::CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type) extern "C" IL2CPP_METHOD_ATTR bool UriTypeConverter_CanConvertTo_m3367801835 (UriTypeConverter_t3695916615 * __this, RuntimeObject* ___context0, Type_t * ___destinationType1, const RuntimeMethod* method) { { Type_t * L_0 = ___destinationType1; if (L_0) { goto IL_0008; } } { return (bool)0; } IL_0008: { Type_t * L_1 = ___destinationType1; bool L_2 = UriTypeConverter_CanConvert_m4004296934(__this, L_1, /*hidden argument*/NULL); return L_2; } } // System.Object System.UriTypeConverter::ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * UriTypeConverter_ConvertFrom_m3320288643 (UriTypeConverter_t3695916615 * __this, RuntimeObject* ___context0, CultureInfo_t4157843068 * ___culture1, RuntimeObject * ___value2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UriTypeConverter_ConvertFrom_m3320288643_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; InstanceDescriptor_t657473484 * V_1 = NULL; { RuntimeObject * L_0 = ___value2; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3493618073, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,UriTypeConverter_ConvertFrom_m3320288643_RuntimeMethod_var); } IL_0011: { RuntimeObject* L_2 = ___context0; RuntimeObject * L_3 = ___value2; NullCheck(L_3); Type_t * L_4 = Object_GetType_m88164663(L_3, /*hidden argument*/NULL); bool L_5 = VirtFuncInvoker2< bool, RuntimeObject*, Type_t * >::Invoke(4 /* System.Boolean System.UriTypeConverter::CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type) */, __this, L_2, L_4); if (L_5) { goto IL_0033; } } { String_t* L_6 = Locale_GetText_m3875126938(NULL /*static, unused*/, _stringLiteral2299570518, /*hidden argument*/NULL); NotSupportedException_t1314879016 * L_7 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_7, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,UriTypeConverter_ConvertFrom_m3320288643_RuntimeMethod_var); } IL_0033: { RuntimeObject * L_8 = ___value2; if (!((Uri_t100236324 *)IsInstClass((RuntimeObject*)L_8, Uri_t100236324_il2cpp_TypeInfo_var))) { goto IL_0040; } } { RuntimeObject * L_9 = ___value2; return L_9; } IL_0040: { RuntimeObject * L_10 = ___value2; V_0 = ((String_t*)IsInstSealed((RuntimeObject*)L_10, String_t_il2cpp_TypeInfo_var)); String_t* L_11 = V_0; if (!L_11) { goto IL_0055; } } { String_t* L_12 = V_0; Uri_t100236324 * L_13 = (Uri_t100236324 *)il2cpp_codegen_object_new(Uri_t100236324_il2cpp_TypeInfo_var); Uri__ctor_m391584135(L_13, L_12, 0, /*hidden argument*/NULL); return L_13; } IL_0055: { RuntimeObject * L_14 = ___value2; V_1 = ((InstanceDescriptor_t657473484 *)IsInstSealed((RuntimeObject*)L_14, InstanceDescriptor_t657473484_il2cpp_TypeInfo_var)); InstanceDescriptor_t657473484 * L_15 = V_1; if (!L_15) { goto IL_0069; } } { InstanceDescriptor_t657473484 * L_16 = V_1; NullCheck(L_16); RuntimeObject * L_17 = InstanceDescriptor_Invoke_m2192227030(L_16, /*hidden argument*/NULL); return L_17; } IL_0069: { RuntimeObject* L_18 = ___context0; CultureInfo_t4157843068 * L_19 = ___culture1; RuntimeObject * L_20 = ___value2; RuntimeObject * L_21 = TypeConverter_ConvertFrom_m1024238132(__this, L_18, L_19, L_20, /*hidden argument*/NULL); return L_21; } } // System.Object System.UriTypeConverter::ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * UriTypeConverter_ConvertTo_m3611054432 (UriTypeConverter_t3695916615 * __this, RuntimeObject* ___context0, CultureInfo_t4157843068 * ___culture1, RuntimeObject * ___value2, Type_t * ___destinationType3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UriTypeConverter_ConvertTo_m3611054432_MetadataUsageId); s_Il2CppMethodInitialized = true; } Uri_t100236324 * V_0 = NULL; ConstructorInfo_t5769829 * V_1 = NULL; int32_t G_B10_0 = 0; ObjectU5BU5D_t2843939325* G_B10_1 = NULL; ObjectU5BU5D_t2843939325* G_B10_2 = NULL; ConstructorInfo_t5769829 * G_B10_3 = NULL; int32_t G_B9_0 = 0; ObjectU5BU5D_t2843939325* G_B9_1 = NULL; ObjectU5BU5D_t2843939325* G_B9_2 = NULL; ConstructorInfo_t5769829 * G_B9_3 = NULL; int32_t G_B11_0 = 0; int32_t G_B11_1 = 0; ObjectU5BU5D_t2843939325* G_B11_2 = NULL; ObjectU5BU5D_t2843939325* G_B11_3 = NULL; ConstructorInfo_t5769829 * G_B11_4 = NULL; { RuntimeObject* L_0 = ___context0; Type_t * L_1 = ___destinationType3; bool L_2 = VirtFuncInvoker2< bool, RuntimeObject*, Type_t * >::Invoke(5 /* System.Boolean System.UriTypeConverter::CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type) */, __this, L_0, L_1); if (L_2) { goto IL_001e; } } { String_t* L_3 = Locale_GetText_m3875126938(NULL /*static, unused*/, _stringLiteral1835507732, /*hidden argument*/NULL); NotSupportedException_t1314879016 * L_4 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,UriTypeConverter_ConvertTo_m3611054432_RuntimeMethod_var); } IL_001e: { RuntimeObject * L_5 = ___value2; V_0 = ((Uri_t100236324 *)IsInstClass((RuntimeObject*)L_5, Uri_t100236324_il2cpp_TypeInfo_var)); Uri_t100236324 * L_6 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); bool L_7 = Uri_op_Inequality_m3504002810(NULL /*static, unused*/, L_6, (Uri_t100236324 *)NULL, /*hidden argument*/NULL); if (!L_7) { goto IL_00cd; } } { Type_t * L_8 = ___destinationType3; RuntimeTypeHandle_t3027515415 L_9 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_10 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_8) == ((RuntimeObject*)(Type_t *)L_10)))) { goto IL_0049; } } { Uri_t100236324 * L_11 = V_0; NullCheck(L_11); String_t* L_12 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Uri::ToString() */, L_11); return L_12; } IL_0049: { Type_t * L_13 = ___destinationType3; RuntimeTypeHandle_t3027515415 L_14 = { reinterpret_cast (Uri_t100236324_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_14, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_13) == ((RuntimeObject*)(Type_t *)L_15)))) { goto IL_005c; } } { Uri_t100236324 * L_16 = V_0; return L_16; } IL_005c: { Type_t * L_17 = ___destinationType3; RuntimeTypeHandle_t3027515415 L_18 = { reinterpret_cast (InstanceDescriptor_t657473484_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_19 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_18, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_17) == ((RuntimeObject*)(Type_t *)L_19)))) { goto IL_00cd; } } { RuntimeTypeHandle_t3027515415 L_20 = { reinterpret_cast (Uri_t100236324_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_21 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_20, /*hidden argument*/NULL); TypeU5BU5D_t3940880105* L_22 = ((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)2)); RuntimeTypeHandle_t3027515415 L_23 = { reinterpret_cast (String_t_0_0_0_var) }; Type_t * L_24 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_23, /*hidden argument*/NULL); NullCheck(L_22); ArrayElementTypeCheck (L_22, L_24); (L_22)->SetAt(static_cast(0), (Type_t *)L_24); TypeU5BU5D_t3940880105* L_25 = L_22; RuntimeTypeHandle_t3027515415 L_26 = { reinterpret_cast (UriKind_t3816567336_0_0_0_var) }; Type_t * L_27 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_26, /*hidden argument*/NULL); NullCheck(L_25); ArrayElementTypeCheck (L_25, L_27); (L_25)->SetAt(static_cast(1), (Type_t *)L_27); NullCheck(L_21); ConstructorInfo_t5769829 * L_28 = Type_GetConstructor_m2219014380(L_21, L_25, /*hidden argument*/NULL); V_1 = L_28; ConstructorInfo_t5769829 * L_29 = V_1; ObjectU5BU5D_t2843939325* L_30 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)2)); Uri_t100236324 * L_31 = V_0; NullCheck(L_31); String_t* L_32 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Uri::ToString() */, L_31); NullCheck(L_30); ArrayElementTypeCheck (L_30, L_32); (L_30)->SetAt(static_cast(0), (RuntimeObject *)L_32); ObjectU5BU5D_t2843939325* L_33 = L_30; Uri_t100236324 * L_34 = V_0; NullCheck(L_34); bool L_35 = Uri_get_IsAbsoluteUri_m3834080655(L_34, /*hidden argument*/NULL); G_B9_0 = 1; G_B9_1 = L_33; G_B9_2 = L_33; G_B9_3 = L_29; if (!L_35) { G_B10_0 = 1; G_B10_1 = L_33; G_B10_2 = L_33; G_B10_3 = L_29; goto IL_00c0; } } { G_B11_0 = 1; G_B11_1 = G_B9_0; G_B11_2 = G_B9_1; G_B11_3 = G_B9_2; G_B11_4 = G_B9_3; goto IL_00c1; } IL_00c0: { G_B11_0 = 2; G_B11_1 = G_B10_0; G_B11_2 = G_B10_1; G_B11_3 = G_B10_2; G_B11_4 = G_B10_3; } IL_00c1: { int32_t L_36 = ((int32_t)G_B11_0); RuntimeObject * L_37 = Box(UriKind_t3816567336_il2cpp_TypeInfo_var, &L_36); NullCheck(G_B11_2); ArrayElementTypeCheck (G_B11_2, L_37); (G_B11_2)->SetAt(static_cast(G_B11_1), (RuntimeObject *)L_37); InstanceDescriptor_t657473484 * L_38 = (InstanceDescriptor_t657473484 *)il2cpp_codegen_object_new(InstanceDescriptor_t657473484_il2cpp_TypeInfo_var); InstanceDescriptor__ctor_m1302935062(L_38, G_B11_4, (RuntimeObject*)(RuntimeObject*)G_B11_3, /*hidden argument*/NULL); return L_38; } IL_00cd: { RuntimeObject* L_39 = ___context0; CultureInfo_t4157843068 * L_40 = ___culture1; RuntimeObject * L_41 = ___value2; Type_t * L_42 = ___destinationType3; RuntimeObject * L_43 = TypeConverter_ConvertTo_m3165899902(__this, L_39, L_40, L_41, L_42, /*hidden argument*/NULL); return L_43; } } // System.Boolean System.UriTypeConverter::IsValid(System.ComponentModel.ITypeDescriptorContext,System.Object) extern "C" IL2CPP_METHOD_ATTR bool UriTypeConverter_IsValid_m124170761 (UriTypeConverter_t3695916615 * __this, RuntimeObject* ___context0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UriTypeConverter_IsValid_m124170761_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B5_0 = 0; { RuntimeObject * L_0 = ___value1; if (L_0) { goto IL_0008; } } { return (bool)0; } IL_0008: { RuntimeObject * L_1 = ___value1; if (((String_t*)IsInstSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var))) { goto IL_001e; } } { RuntimeObject * L_2 = ___value1; G_B5_0 = ((!(((RuntimeObject*)(Uri_t100236324 *)((Uri_t100236324 *)IsInstClass((RuntimeObject*)L_2, Uri_t100236324_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); goto IL_001f; } IL_001e: { G_B5_0 = 1; } IL_001f: { return (bool)G_B5_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif