40426 lines
1.5 MiB
40426 lines
1.5 MiB
#include "il2cpp-config.h"
|
|
|
|
#ifndef _MSC_VER
|
|
# include <alloca.h>
|
|
#else
|
|
# include <malloc.h>
|
|
#endif
|
|
|
|
|
|
#include <cstring>
|
|
#include <string.h>
|
|
#include <stdio.h>
|
|
#include <cmath>
|
|
#include <limits>
|
|
#include <assert.h>
|
|
#include <stdint.h>
|
|
|
|
#include "codegen/il2cpp-codegen.h"
|
|
#include "il2cpp-object-internals.h"
|
|
|
|
template <typename R>
|
|
struct VirtFuncInvoker0
|
|
{
|
|
typedef R (*Func)(void*, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
|
|
}
|
|
};
|
|
struct VirtActionInvoker0
|
|
{
|
|
typedef void (*Action)(void*, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
((Action)invokeData.methodPtr)(obj, invokeData.method);
|
|
}
|
|
};
|
|
template <typename T1, typename T2, typename T3, typename T4, typename T5>
|
|
struct VirtActionInvoker5
|
|
{
|
|
typedef void (*Action)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method);
|
|
}
|
|
};
|
|
template <typename T1>
|
|
struct VirtActionInvoker1
|
|
{
|
|
typedef void (*Action)(void*, T1, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
|
|
}
|
|
};
|
|
template <typename T1, typename T2, typename T3>
|
|
struct VirtActionInvoker3
|
|
{
|
|
typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1>
|
|
struct VirtFuncInvoker1
|
|
{
|
|
typedef R (*Func)(void*, T1, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method);
|
|
}
|
|
};
|
|
template <typename T1, typename T2>
|
|
struct VirtActionInvoker2
|
|
{
|
|
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1, typename T2, typename T3, typename T4>
|
|
struct VirtFuncInvoker4
|
|
{
|
|
typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1, typename T2, typename T3, typename T4, typename T5>
|
|
struct VirtFuncInvoker5
|
|
{
|
|
typedef R (*Func)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1, typename T2, typename T3>
|
|
struct VirtFuncInvoker3
|
|
{
|
|
typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
|
|
}
|
|
};
|
|
template <typename T1>
|
|
struct GenericVirtActionInvoker1
|
|
{
|
|
typedef void (*Action)(void*, T1, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1)
|
|
{
|
|
VirtualInvokeData invokeData;
|
|
il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData);
|
|
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
|
|
}
|
|
};
|
|
template <typename T1, typename T2>
|
|
struct GenericVirtActionInvoker2
|
|
{
|
|
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2)
|
|
{
|
|
VirtualInvokeData invokeData;
|
|
il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData);
|
|
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
|
|
}
|
|
};
|
|
template <typename T1>
|
|
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);
|
|
}
|
|
};
|
|
template <typename T1, typename T2>
|
|
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 <typename R>
|
|
struct InterfaceFuncInvoker0
|
|
{
|
|
typedef R (*Func)(void*, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
|
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1, typename T2>
|
|
struct InterfaceFuncInvoker2
|
|
{
|
|
typedef R (*Func)(void*, T1, T2, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
|
|
}
|
|
};
|
|
template <typename T1>
|
|
struct GenericInterfaceActionInvoker1
|
|
{
|
|
typedef void (*Action)(void*, T1, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1)
|
|
{
|
|
VirtualInvokeData invokeData;
|
|
il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData);
|
|
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
|
|
}
|
|
};
|
|
template <typename T1, typename T2>
|
|
struct GenericInterfaceActionInvoker2
|
|
{
|
|
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2)
|
|
{
|
|
VirtualInvokeData invokeData;
|
|
il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData);
|
|
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
|
|
}
|
|
};
|
|
|
|
// System.ArgumentException
|
|
struct ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1;
|
|
// System.ArgumentNullException
|
|
struct ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD;
|
|
// System.ArgumentOutOfRangeException
|
|
struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA;
|
|
// System.AsyncCallback
|
|
struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4;
|
|
// System.Byte[]
|
|
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821;
|
|
// System.Char[]
|
|
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2;
|
|
// System.Collections.ArrayList
|
|
struct ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4;
|
|
// System.Collections.Generic.Dictionary`2/Entry<System.String,System.Int32>[]
|
|
struct EntryU5BU5D_tAD4FDE2B2578C6625A7296B1C46DCB06DCB45186;
|
|
// System.Collections.Generic.Dictionary`2/Entry<System.String,System.UriParser>[]
|
|
struct EntryU5BU5D_t78690744AC973DECF2010068DBDBD973FD216AAF;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<System.String,System.Int32>
|
|
struct KeyCollection_t666396E67E50284D48938851873CE562083D67F2;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<System.String,System.UriParser>
|
|
struct KeyCollection_t0A494A02669573F9DB0645810A3CE95699AF12CF;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<System.String,System.Int32>
|
|
struct ValueCollection_t532E2FD863D0D47B87202BE6B4F7C7EDB5DD7CBF;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<System.String,System.UriParser>
|
|
struct ValueCollection_tB32C5B99C1808F9DF958AF03D289C64F31A50E38;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo>
|
|
struct Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B;
|
|
// System.Collections.Generic.Dictionary`2<System.Object,System.Int32>
|
|
struct Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A;
|
|
// System.Collections.Generic.Dictionary`2<System.Object,System.Object>
|
|
struct Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA;
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Globalization.CultureInfo>
|
|
struct Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25;
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Int32>
|
|
struct Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB;
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.UriParser>
|
|
struct Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE;
|
|
// System.Collections.Generic.IEqualityComparer`1<System.String>
|
|
struct IEqualityComparer_1_t1F07EAC22CC1D4F279164B144240E4718BD7E7A9;
|
|
// System.Collections.Generic.LinkedList`1<System.Text.RegularExpressions.CachedCodeEntry>
|
|
struct LinkedList_1_t44CA4EB2162DC04F96F29C8A68A05D05166137F7;
|
|
// System.Collections.Generic.List`1<System.Object>
|
|
struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D;
|
|
// System.Collections.Generic.List`1<System.String>
|
|
struct List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3;
|
|
// System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexNode>
|
|
struct List_1_tA5CDE89671B691180A7422F86077A0D047AD4059;
|
|
// System.Collections.Hashtable
|
|
struct Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9;
|
|
// System.Collections.Hashtable/bucket[]
|
|
struct bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A;
|
|
// System.Collections.ICollection
|
|
struct ICollection_tA3BAB2482E28132A7CA9E0E21393027353C28B54;
|
|
// System.Collections.IDictionary
|
|
struct IDictionary_t1BD5C1546718A374EA8122FBD6C6EE45331E8CE7;
|
|
// System.Collections.IEqualityComparer
|
|
struct IEqualityComparer_t3102D0F5BABD60224F6DFF4815BCA1045831FB7C;
|
|
// System.ComponentModel.Component
|
|
struct Component_t7AEFE153F6778CF52E1981BC3E811A9604B29473;
|
|
// System.ComponentModel.DescriptionAttribute
|
|
struct DescriptionAttribute_t112C5FEAA03342D05BF40C1713ABF1C1848DEE75;
|
|
// System.ComponentModel.EventHandlerList
|
|
struct EventHandlerList_tFE9EF79E85419EBB2C206CF475E29A9960699BE4;
|
|
// System.ComponentModel.ISite
|
|
struct ISite_t6804B48BC23ABB5F4141903F878589BCEF6097A2;
|
|
// System.ComponentModel.ISynchronizeInvoke
|
|
struct ISynchronizeInvoke_t7A89CE9A5D792F694D7A5C33B2716937C39E783A;
|
|
// System.Delegate
|
|
struct Delegate_t;
|
|
// System.DelegateData
|
|
struct DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE;
|
|
// System.Delegate[]
|
|
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86;
|
|
// System.Diagnostics.StackTrace[]
|
|
struct StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196;
|
|
// System.EventArgs
|
|
struct EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E;
|
|
// System.Exception
|
|
struct Exception_t;
|
|
// System.FormatException
|
|
struct FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC;
|
|
// System.Globalization.Calendar
|
|
struct Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5;
|
|
// System.Globalization.CodePageDataItem
|
|
struct CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB;
|
|
// System.Globalization.CompareInfo
|
|
struct CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1;
|
|
// System.Globalization.CultureData
|
|
struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD;
|
|
// System.Globalization.CultureInfo
|
|
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F;
|
|
// System.Globalization.DateTimeFormatInfo
|
|
struct DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F;
|
|
// System.Globalization.NumberFormatInfo
|
|
struct NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8;
|
|
// System.Globalization.TextInfo
|
|
struct TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8;
|
|
// System.IAsyncResult
|
|
struct IAsyncResult_t8E194308510B375B42432981AE5E7488C458D598;
|
|
// System.IFormatProvider
|
|
struct IFormatProvider_t4247E13AE2D97A079B88D594B7ABABF313259901;
|
|
// System.Int32[]
|
|
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83;
|
|
// System.Int32[][]
|
|
struct Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43;
|
|
// System.IntPtr[]
|
|
struct IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD;
|
|
// System.InvalidOperationException
|
|
struct InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1;
|
|
// System.ObjectDisposedException
|
|
struct ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A;
|
|
// System.Object[]
|
|
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
|
|
// System.Reflection.Binder
|
|
struct Binder_t4D5CB06963501D32847C057B57157D6DC49CA759;
|
|
// System.Reflection.MemberFilter
|
|
struct MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381;
|
|
// System.Reflection.MethodInfo
|
|
struct MethodInfo_t;
|
|
// System.Runtime.Serialization.IFormatterConverter
|
|
struct IFormatterConverter_tC3280D64D358F47EA4DAF1A65609BA0FC081888A;
|
|
// System.Runtime.Serialization.SafeSerializationManager
|
|
struct SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770;
|
|
// System.Runtime.Serialization.SerializationInfo
|
|
struct SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26;
|
|
// System.String
|
|
struct String_t;
|
|
// System.StringComparer
|
|
struct StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE;
|
|
// System.String[]
|
|
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E;
|
|
// System.Text.DecoderFallback
|
|
struct DecoderFallback_t128445EB7676870485230893338EF044F6B72F60;
|
|
// System.Text.DecoderReplacementFallback
|
|
struct DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742;
|
|
// System.Text.EncoderFallback
|
|
struct EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63;
|
|
// System.Text.EncoderReplacementFallback
|
|
struct EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998;
|
|
// System.Text.Encoding
|
|
struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4;
|
|
// System.Text.RegularExpressions.ExclusiveReference
|
|
struct ExclusiveReference_t39E202CDB13A1E6EBA4CE0C7548B192CEB5C64DB;
|
|
// System.Text.RegularExpressions.GroupCollection
|
|
struct GroupCollection_tD9051ED1A991E3666439262B517FDD2F968C064F;
|
|
// System.Text.RegularExpressions.Match
|
|
struct Match_tE447871AB59EED3642F31EB9559D162C2977EBB5;
|
|
// System.Text.RegularExpressions.MatchSparse
|
|
struct MatchSparse_t73BEE39B7EBE30B7460558DCA846B704C94B571C;
|
|
// System.Text.RegularExpressions.Regex
|
|
struct Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF;
|
|
// System.Text.RegularExpressions.RegexBoyerMoore
|
|
struct RegexBoyerMoore_t37ED99A3CC25068E4D3DE4517835CFFCCF2FA1EB;
|
|
// System.Text.RegularExpressions.RegexCode
|
|
struct RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA;
|
|
// System.Text.RegularExpressions.RegexMatchTimeoutException
|
|
struct RegexMatchTimeoutException_t78D3102CF3A9DEE18561827EDD878176482A6C7C;
|
|
// System.Text.RegularExpressions.RegexNode
|
|
struct RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75;
|
|
// System.Text.RegularExpressions.RegexNode[]
|
|
struct RegexNodeU5BU5D_tB18DB177D95C55B94FF9644849C7D38F5CD12CB8;
|
|
// System.Text.RegularExpressions.RegexPrefix
|
|
struct RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67;
|
|
// System.Text.RegularExpressions.RegexRunner
|
|
struct RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0;
|
|
// System.Text.RegularExpressions.RegexRunnerFactory
|
|
struct RegexRunnerFactory_t0703F390E2102623B0189DEC095DB182698E404B;
|
|
// System.Text.RegularExpressions.RegexTree
|
|
struct RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6;
|
|
// System.Text.RegularExpressions.RegexWriter
|
|
struct RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6;
|
|
// System.Text.RegularExpressions.SharedReference
|
|
struct SharedReference_t225BA5C249F9F1D6C959F151695BDF65EF2C92A5;
|
|
// System.Threading.Timer
|
|
struct Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553;
|
|
// System.Threading.Timer/Scheduler
|
|
struct Scheduler_t8BD442F4C8B5450A09F40CC3A68592601F96A9B9;
|
|
// System.Threading.TimerCallback
|
|
struct TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219;
|
|
// System.Timers.ElapsedEventArgs
|
|
struct ElapsedEventArgs_tF6ADBB84C7FB6277E68FA230DCAC41785E4950D6;
|
|
// System.Timers.ElapsedEventHandler
|
|
struct ElapsedEventHandler_t4EC687DBAA8EC75A58162EAF7E50D8F62ABDC91C;
|
|
// System.Timers.Timer
|
|
struct Timer_t238C45D8635596EEA04884048EF70F96775D5ADC;
|
|
// System.Timers.TimersDescriptionAttribute
|
|
struct TimersDescriptionAttribute_t2D22B9CC0568D8276BFBFABEFA59268FFC483650;
|
|
// System.Type
|
|
struct Type_t;
|
|
// System.Type[]
|
|
struct TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F;
|
|
// System.Uri
|
|
struct Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E;
|
|
// System.Uri/MoreInfo
|
|
struct MoreInfo_t83B9EC79244C26B468C115E54C0BEF09BB2E05B5;
|
|
// System.Uri/UriInfo
|
|
struct UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E;
|
|
// System.UriBuilder
|
|
struct UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905;
|
|
// System.UriFormatException
|
|
struct UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A;
|
|
// System.UriParser
|
|
struct UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC;
|
|
// System.UriParser/BuiltInUriParser
|
|
struct BuiltInUriParser_t5C00B9ABDAFDD2FFEAAA5C4A6FF01FF0BE58E57B;
|
|
// System.Void
|
|
struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017;
|
|
// System.WeakReference
|
|
struct WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D;
|
|
|
|
IL2CPP_EXTERN_C RuntimeClass* ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* BinaryCompatibility_t06B1B8D34764DB1710459778EB22433728A665A8_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* BuiltInUriParser_t5C00B9ABDAFDD2FFEAAA5C4A6FF01FF0BE58E57B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Component_t7AEFE153F6778CF52E1981BC3E811A9604B29473_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DescriptionAttribute_t112C5FEAA03342D05BF40C1713ABF1C1848DEE75_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ElapsedEventArgs_tF6ADBB84C7FB6277E68FA230DCAC41785E4950D6_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ElapsedEventHandler_t4EC687DBAA8EC75A58162EAF7E50D8F62ABDC91C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IDesignerHost_tCA513EB1D3737F4248D27D16475E00F8C561219E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ISynchronizeInvoke_t7A89CE9A5D792F694D7A5C33B2716937C39E783A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* MatchSparse_t73BEE39B7EBE30B7460558DCA846B704C94B571C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Match_tE447871AB59EED3642F31EB9559D162C2977EBB5_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* MoreInfo_t83B9EC79244C26B468C115E54C0BEF09BB2E05B5_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* RegexBoyerMoore_t37ED99A3CC25068E4D3DE4517835CFFCCF2FA1EB_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* RegexMatchTimeoutException_t78D3102CF3A9DEE18561827EDD878176482A6C7C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UriComponents_tE42D5229291668DE73323E1C519E4E1459A64CFF_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UriHelper_tA44F3057604BAA4E6EF06A8EE4E6825D471592DF_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UriKind_t26D0760DDF148ADC939FECD934C0B9FF5C71EA08_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291____53437C3B2572EDB9B8640C3195DF3BC2729C5EA1_5_FieldInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291____59F5BD34B6C013DEACC784F69C67E95150033A84_6_FieldInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291____C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_12_FieldInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291____E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_14_FieldInfo_var;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0765DEEFD5C1509444309BD8D09E7ACA927165F8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0EAAFADA8E6294CEEB14C8CE9FB4FA132AED824A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral12B6FF7C47BB4C2C973EF6E38B06B1AD0DACA96F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1457B75DC8C5500C0F1D4503CF801B60DEB045A4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral14B59763B6863A2760AE804CF988DFCF4258D9B0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral18EF3863E7945DCA2B147DB2D6546A4AB41977A7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1D503A3F2C0BD9B1A68494F1CDD08AF63EEA9C75;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1E5C2F367F02E47A8C160CDA1CD9D91DECBAC441;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1F4720FAD79F872C31915A9E641A32E766A2357D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1F8A1C4B94F61170B94E9FD827F36A60174238C7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2028E589D6BB0C12D880EFA6E4DAB4AF32821B19;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral22E9F56882C87C3DA193BE3FE6D8C77FFDAF27BC;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2B2243B6036E7AC7834F59C17B6FBD1E6AB6D2CF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2C6D680F5C570BA21D22697CD028F230E9F4CD56;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2EA9547ED477FB8B017296498D5832E1B7F49693;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral334389048B872A533002B34D73F8C29FD09EFC50;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral356AE2D3F4C0916F42E13D1AE27CA9905F414E91;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3AE3AD09884E848958DF67AFEC6B436733CEB84C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3C6BDCDDC94F64BF77DEB306AAE490A90A6FC300;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4188736A00FBFB506ACA06281ACF338290455C21;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral422C2FC455DA8AB1CCF099E014DADE733913E48A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral46BD334A9F8DD0AABC95E1EEEF233F0EB608CF2B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral48E3462CBEEDD9B70CED95702E2E262CEBA217DA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4931F5B26E4E3B67A69DCEAE7622810683E83201;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4C44B2AF1B92AB60120242108B3B6F58A3040E35;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4FF447B8EF42CA51FA6FB287BED8D40F49BE58F1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral54D90B67B847C24A45E877CE3D07C3B802158EEE;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral57E68B8AF3FD3A50C789D0A6C6B204E28654550B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5900F0482262F89324FD1D5199529E2C62C06DF4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5BAB61EB53176449E25C2C82F172B82CB13FFB9D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5D7FEFA52F916FB1F734F27D1226BA1556F23E16;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5E6A1BC91A4C36E5A0E45B3C8F8A2CF3F48785C5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5FFE533B830F08A0326348A9160AFAFC8ADA44DB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral61A135089EAC561A2FF7CEDEEFB03975BED000F8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral666948CC54CBC3FC2C70107A835E27C872F476E6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral66C24906295394F5508121B373CC06087E8B3BCA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral685AA46800DA1134A27CF09D92AB8FB9481ABE68;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral69F5FEBFF4A3CDF22B7A8C75C97F36B886C47D18;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7608E1FF0B8CFEF39D687771BAC4DCB767C2C102;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7616BB87BD05F6439E3672BA1B2BE55D5BEB68B3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral77B5F8E343A90F6F597751021FB8B7A08FE83083;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral785987648F85190CFDE9EADC69FC7C46FE8A7433;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7CB6EFB98BA5972A9B5090DC2E517FE14D12CB04;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7F3FCF1A5013858257C1B9FA458921FE236B6E21;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8313799DB2EC33E29A24C7AA3B2B19EE6B301F73;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral84F4675C98D93EDD17EC2F6ED54E9F3EE1086612;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8FC90120B68B6AF92231471C6919D9D7163A0AAD;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral915232329E5A427406D39231087FFD393B7C7441;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9548209E63822857C26213BDF63A49AC16763CEF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral971C419DD609331343DEE105FFFD0F4608DC0BF2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9A78211436F6D425EC38F5C4E02270801F3524F8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9E34862493A7AAAEEFC7F82B7DA9419CF9857A78;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9E94758983980504AF303EF297FD2BF9D9CEA063;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA5372B265A5CF6FA06EA06BFF1B7EC1F09B88D6F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA91E4897CA9F429677AFC57ED00D90DE8D3C7001;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBA2B0DD158763C472A7D7B22AEF6FF6571B9365C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC212F08ED1157AE268FD83D142AFD5CCD48664B2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC3437DBC7C1255D3A21D444D86EBF2E9234C22BD;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC70F179C2B536A394271A74735D82658C61B296C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCE99D95F1E4BAA4F4417D18FD42F407DA2C676F5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD0998110D4F271571EA799F05B153504A56056C0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDCB93BD72059500C1226AD16FDD58FFE25C9E0EA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE1522D7328E0BF25067DA5529C0C66FBDA2EA87E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE8D404D6AA19E033FC363F18B9850532E673E382;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE9AC165BF4329575F3917F792B929DD85EFAB371;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE9D8A16D020EE5D27D4439885C06B8A5060F1BE3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEE06D89F7FA9C0C3B7F0A0DB6DBFF1C30C6827DF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEF81042E1E86ACB765718EA37393A1292452BBCC;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFE710CD089CB0BA74F588270FE079A392B5E9810;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_m6DC4AF7F40FA029B9407E83E9EFD98FA5C3BA545_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mB7FEE5E187FD932CA98FA958AFCC096E123BCDC4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m20A5B6C6950ACF998FE28F7FACEA19C755593E62_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m9AA6FFC23A9032DF2BF483986951F06E722B3445_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Count_mEC5A51E9EC624CA697AFE307D4CD767026962AE3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_m8B16E8CBD6B9EE71984601DB60ADB40673ADD5CC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_mB84FA35EFF6271F4923FCAF307D576087CD554AB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_mDBA4C5D99B9605672D2F04AF3184C5E043D1BD3A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mA348FA1140766465189459D25B01EB179001DE83_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mDA22758D73530683C950C5CCF39BDB4E7E1F3F06_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mC6523733B48B0774D420C52AAB0D5951127CB49B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m0FFC6D8E8EF63D912869025D9A3ED65726581D11_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* RegexRunner_DoCheckTimeout_mCDAA40848A2F8AAD70928FFD8A6C08FF2D9E72A3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* RegexWriter_EmitFragment_mEFDD8EA3A65320222CF4EA8A52B33C687EE0C5AC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Timer_CalculateRoundedInterval_mAA1B19FF7E45D6D9E1EEA25F15B94F1DC317143A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Timer_MyTimerCallback_m6953F80FC6C0E076D05DC02467F91D274E27D636_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Timer_set_Enabled_mD57AF1A01AEFC5B67ED7545E0E1BD91D91DF1815_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Timer_set_Interval_m4E9D6DDA2489B502B6424BBB0EB40861D42C7FEC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UriBuilder_ToString_m5BF9ED358C61008561663680C0D843C22C25443D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UriBuilder__ctor_m1B050A706B91D8EDCF5DD4A98CA1F1A0FE6EA8AE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UriBuilder_set_Port_m14DBA6E597BED983B73F4AD7F1215C6E474DB6F3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UriBuilder_set_Scheme_mD20C10C2D43C0C2C96D9098BE4331D46FCC45921_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UriHelper_EscapeString_mF0077A016F05127923308DF7E7E99BD7B9837E8B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UriHelper_UnescapeString_mD4815AEAF34E25D31AA4BB4A76B88055F0A49E89_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UriParser_GetComponents_m8A226F43638FA7CD135A651CDE3D4E475E8FC181_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UriParser_Resolve_mF21D3AA42AB1EC2B173617D76E4041EB3481D979_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Uri_CreateHelper_m024137C47351CA9959E4AC66F9443AEEE87D89C0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Uri_CreateHostStringHelper_m6C5EEA8BD2CDBCDD8A63FB74D3B801329EDE7BDD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Uri_CreateThis_mCB3DC849A426498E9CCD249850CBC69C9D67D864_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Uri_CreateUri_m0A20410F2B8286AE6EDCD8B5AB3E104FA095808A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Uri_EscapeDataString_mE1095E7A694DF447B699676C651F5EA5D98A2925_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Uri_FromHex_m9EAC76A5DBFED86532FF7E1BBD809176337A227B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Uri_GetComponentsHelper_m28B0D80FD94A40685C0F70652AB26755C457B2D3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Uri_GetComponents_m0346CA8037531DE1FC630775E0BD1F5D1E7920B6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Uri_GetHostViaCustomSyntax_mD591A4A615803E70A03D7C75E7C114E4E460AED3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Uri_GetRelativeSerializationString_m5D0CD02E255BB96532F056BB382CF7D74D62BE58_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Uri_InternalIsWellFormedOriginalString_mC5B6EDD6C06519FC6E5176DB89237CCCFFE56CAB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Uri_ParseRemaining_mBAE0F9850CD84965B3793B17444C677D77D58774_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Uri_ParseSchemeCheckImplicitFile_m92A658AE6C04E038058AD8E9581A41B06B6D6243_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Uri_UnescapeDataString_mE1F40FC5CA3FF03DEE9EB01E3D8BD502D36A284D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Uri__ctor_m020E8051B3C0C9E60D8A868CBA0774B3FFB7C3FF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Uri__ctor_m41A759BF295FB902084DD289849793E01A65A14E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Uri__ctor_m42192656437FBEF1EEA8724D3EF2BB67DA0ED6BF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Uri__ctor_mA02DB222F4F35380DE2700D84F58EB42497FDDE4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Uri__ctor_mBA69907A1D799CD12ED44B611985B25FE4C626A2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Uri_get_AbsolutePath_mA9A825E2BBD0A43AD76EB9A9765E29E45FE32F31_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Uri_get_AbsoluteUri_m4326730E572E7E3874021E802813EB6F49F7F99E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Uri_get_Authority_m8C0B264FFF519F0D0C2CB3F9B6B0E87D2F3835C1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Uri_get_DnsSafeHost_mC2D93669288A9C05CC13EE5754CEBF2D74D04704_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Uri_get_Fragment_m111666DD668AC59B9F3C3D3CEEEC7F70F6904D41_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Uri_get_HostNameType_mA6C390F5A4A9F6B1AC652DE1EA38700B3F9F2FD1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Uri_get_Host_m2D942F397A36DBDA5E93452CBD983E0714018151_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Uri_get_IsDefaultPort_m610C804AFABCAEFA55A81753228D21EC87C4A304_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Uri_get_IsFile_m06AB5A15E2A34BBC5177C6E902C5C9D7E766A213_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Uri_get_IsLoopback_mCD7E1228C8296730CBD31C713B0A81B660D99BC4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Uri_get_IsUnc_m70B47E68BDAE06A7E5362DCE5AAD97C12119AB99_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Uri_get_LocalPath_mA82E33D3A3CC238669E0CE3B7AD298AA9C8695D0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Uri_get_PathAndQuery_mF079BA04B7A397B2729E5B5DEE72B3654A44E384_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Uri_get_Port_m4E64AB9B50CCC50E7B1F139D7AF1403FAF97147C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Uri_get_Query_m3F64514B4DB7C849C8255BA3FE08C6BE983D2D56_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Uri_get_Scheme_m14A8F0018D8AACADBEF39600A59944F33EE39187_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Uri_get_Segments_m8DC51AEEA9E2094C435896F4328A963927426AE2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Uri_get_UserInfo_m201C93A932C446805E9143EBE969048D7E75C71E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* IDesignerHost_tCA513EB1D3737F4248D27D16475E00F8C561219E_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* String_t_0_0_0_var;
|
|
IL2CPP_EXTERN_C const uint32_t ElapsedEventArgs__ctor_m22124B981EE3451DE67A79AF9FDCB81A6771517D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Match_get_Empty_m5D3AE3D0580F06ED901EE69FCCED6AF44715528FSystem9_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t RegexPrefix__cctor_mCDCE7EDB98AFB119EE0281D37F7BC019AD28773D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t RegexPrefix_get_Empty_mAD10DECDBC7C51F9ACF5C02E3191874252DF9B8B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t RegexRunner_DoCheckTimeout_mCDAA40848A2F8AAD70928FFD8A6C08FF2D9E72A3_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t RegexRunner_DoubleCrawl_mF0425849E5E3C2BA5E9009CED7DE245C8CA0F7CC_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t RegexRunner_DoubleStack_m8969F05F9E086EAA194DCBD2F137778239918925_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t RegexRunner_DoubleTrack_m057C14C51F137222469C6526406B0E1069747618_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t RegexRunner_InitMatch_mF9CD772D4A8E12F89B4785324CD6939ABAE89AD4_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t RegexRunner_IsBoundary_m6C846E11790EC61A9E75A24230E1477913DB3441_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t RegexRunner_IsECMABoundary_m35C5F5DDC7C2F0E57EBA2E9D9892A88EDAEE4B97_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t RegexRunner_Scan_m1C3B1B034601773D510A4D2DEC337635A540BE31_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t RegexWriter_EmitFragment_mEFDD8EA3A65320222CF4EA8A52B33C687EE0C5AC_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t RegexWriter_MakeException_m443C4CFA99AE06710D1E1BFA3D6EB9737AE70F17_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t RegexWriter_MapCapnum_m6AFE8BED80960BAA522EAA873D535C9D5AD4B811_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t RegexWriter_PushInt_mFBC85956A26FEBC66244C8DFC881106D85DD2C1D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t RegexWriter_RegexCodeFromRegexTree_mAC489A29C00688CA929661BC394F1C4CF997CFC5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t RegexWriter_StringCode_m6AA17FFEBDD5E155004F05A78CF13B0D8E901158_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t RegexWriter_Write_m57CF8209EF566CD40F9146C74DF889C8AA06E061_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t RegexWriter__ctor_m63A858FAE36A8640812DFF917751C1E215A2AE82_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t SharedReference__ctor_m48E749BC646BEC89282B8F336325D42DE48CFC81_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t StringComparer_get_InvariantCultureIgnoreCase_mC6DA70EBD0C00B02EC4BB5C24882F99984028DFCSystem9_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Timer_CalculateRoundedInterval_mAA1B19FF7E45D6D9E1EEA25F15B94F1DC317143A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Timer_MyTimerCallback_m6953F80FC6C0E076D05DC02467F91D274E27D636_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Timer__ctor_m974694D154959133B98B92340225155CD140F166_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Timer_add_Elapsed_m234717674180C61ADCD855EC75DDE17C34CA6148_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Timer_get_SynchronizingObject_m9637A3A210BE4A8660CAF10360D695CC739C3B66_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Timer_remove_Elapsed_mECD0907BEDE1F8ABADB79007F272D37700082D19_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Timer_set_Enabled_mD57AF1A01AEFC5B67ED7545E0E1BD91D91DF1815_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Timer_set_Interval_m4E9D6DDA2489B502B6424BBB0EB40861D42C7FEC_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TimersDescriptionAttribute__ctor_m0324CE8257C7E9BD9A4298B7038041A4E8BFCF01_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UncNameHelper_IsValid_m4055361D79684EE7B098C055B2E9068EE06F1EF6_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UriBuilder_Init_mB18B3A4578F102E7E99F18542236A6B5B6ABA174_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UriBuilder_SetFieldsFromUri_m54B4EB1ACEF01F2B0B11EC81768BB7D56245447F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UriBuilder_ToString_m5BF9ED358C61008561663680C0D843C22C25443D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UriBuilder__ctor_m1B050A706B91D8EDCF5DD4A98CA1F1A0FE6EA8AE_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UriBuilder__ctor_m7A9B7FFE61632B2181BBF326580950494257464F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UriBuilder__ctor_mFC8729DAB4291B5B6500207C85DCB3985B46BB52_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UriBuilder_get_Uri_mDCABA4CD1D05D4B9C4CBA063BC7CA94EE6CCC631_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UriBuilder_set_Host_m7213BE98F62DE6A099EA8EEFF479949C5F1EA680_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UriBuilder_set_Path_mB5E891CD6B419F1310178B20F5E47E49D0F828E8_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UriBuilder_set_Port_m14DBA6E597BED983B73F4AD7F1215C6E474DB6F3_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UriBuilder_set_Query_m392BC383004E6922D6B53870D2195E7F871FCEC8_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UriBuilder_set_Scheme_mD20C10C2D43C0C2C96D9098BE4331D46FCC45921_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UriHelper_EnsureDestinationSize_m64F4907D0411AAAD1C05E0AD0D2EB120DCBA9217_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UriHelper_EscapeAsciiChar_mFD7DE796BD53CBD2B1E73080FE0346D37F358902_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UriHelper_EscapeString_mF0077A016F05127923308DF7E7E99BD7B9837E8B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UriHelper_Is3986Unreserved_m3799F2ADA8C63DDB4995F82B974C8EC1DEEBA76A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UriHelper_IsReservedUnreservedOrHash_m3D7256DABA7F540F8D379FC1D1C54F1C63E46059_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UriHelper_IsUnreserved_mAADC7DCEEA864AFB49311696ABBDD76811FAAE48_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UriHelper_MatchUTF8Sequence_m4835D9BB77C2701643B14D6FFD3D7057F8C9007F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UriHelper_UnescapeString_mC172F713349E3D22985A92BC4F5B51D0BCEE61AF_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UriHelper_UnescapeString_mD4815AEAF34E25D31AA4BB4A76B88055F0A49E89_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UriHelper__cctor_m9537B8AAAA1D6EF77D29A179EC79F5511C662F27_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UriParser_FindOrFetchAsUnknownV1Syntax_m3A57CA15FE27DC7982F186E8321B810B56EBD9AD_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UriParser_GetComponents_m8A226F43638FA7CD135A651CDE3D4E475E8FC181_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UriParser_GetSyntax_mC2FEAF79ECEB6550573A1C0578141BB236F7EF16_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UriParser_Resolve_mF21D3AA42AB1EC2B173617D76E4041EB3481D979_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UriParser__cctor_m00C2855D5C8C07790C5627BBB90AC84A7E8B6BC2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UriParser__ctor_mAF168F2B88BC5301B722C1BAAD45E381FBA22E3D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UriParser_get_ShouldUseLegacyV2Quirks_mD4C8DF67677ACCCC3B5E026099ECC0BDA24D96DD_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Uri_AllowIdnStatic_mFABD19611F334DF87EC3FF2B9A1FA061CAE3A5C5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Uri_CalculateCaseInsensitiveHashCode_m634FFDF8FCD81DECCB87161B153D1093C0A6FCE4_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Uri_CheckAuthorityHelperHandleAnyHostIri_m76FEA31E3FEDF3D1614987C6484ECF15022AE9D8_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Uri_CheckAuthorityHelperHandleDnsIri_m366E36029D4C9A00C0F216055B15F5E4805AED28_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Uri_CheckAuthorityHelper_m5046CE781115A54CAE3ACD2C03987F526A761387_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Uri_CheckCanonical_mED3910E55213D1DFEAA5B33079E3A89D369B10B6_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Uri_CheckForColonInFirstPathSegment_m0CA1C6C6FD02FBDDDD64096E12156699BDA97308_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Uri_CheckForEscapedUnreserved_mFE708A44EC74C7E773B96B82CD9A5DF25EF97D4A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Uri_CheckForUnicode_m78E4938E82EE352BD5D8493AE0314224BC2543CD_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Uri_CheckKnownSchemes_mCA95AE251E7C9208570543B446385BCF2C727E8D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Uri_CheckSchemeName_m351E06F4546E0F84E2DDB286B531F39D379589BC_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Uri_CheckSchemeSyntax_m1181D9BEA35D9D22852FD2FE815CABB267BA5A8F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Uri_CombineUri_m77B7B8B856CF8100E51250247930963E7C544F91_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Uri_Compress_m02224082A9665F07D35AB6EB6E3198642F9E7BCF_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Uri_CreateHelper_m024137C47351CA9959E4AC66F9443AEEE87D89C0_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Uri_CreateHostStringHelper_m6C5EEA8BD2CDBCDD8A63FB74D3B801329EDE7BDD_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Uri_CreateHostString_m6FEC48641D3786D73B50D5DC792804C9A4D70C54_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Uri_CreateThis_mCB3DC849A426498E9CCD249850CBC69C9D67D864_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Uri_CreateUriInfo_mC112D6E7002CA014AB6BEA878A66ECC46340FAAF_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Uri_CreateUri_m0A20410F2B8286AE6EDCD8B5AB3E104FA095808A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Uri_Equals_m432A30F5E72A0F2B729AC051892BF9E1F4D26629_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Uri_EscapeDataString_mE1095E7A694DF447B699676C651F5EA5D98A2925_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Uri_FromHex_m9EAC76A5DBFED86532FF7E1BBD809176337A227B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Uri_GetCanonicalPath_mDE02BFA56EDD09479DDB2A5A50F6DF5210CA73F2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Uri_GetCombinedString_m7B95A90BC09E899CF41B0047E0B681FA7CEB8668_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Uri_GetComponentsHelper_m28B0D80FD94A40685C0F70652AB26755C457B2D3_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Uri_GetComponents_m0346CA8037531DE1FC630775E0BD1F5D1E7920B6_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Uri_GetException_m2E833A8358C84BCF0397341160FADB1164290164_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Uri_GetHashCode_m06066B9059649A690C5B4DE58D32DF227933F515_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Uri_GetHostViaCustomSyntax_mD591A4A615803E70A03D7C75E7C114E4E460AED3_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Uri_GetLocalPath_m0E14B876FC912A64FC37663FBB3F65234FD4146E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Uri_GetObjectData_mC8CCD55C21CB624E369258E27A89F363F8271E68_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Uri_GetRelativeSerializationString_m5D0CD02E255BB96532F056BB382CF7D74D62BE58_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Uri_GetUriPartsFromUserString_m95A7794F28625B6AFD514C08765C27CAAE4BD1B6_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Uri_InitializeUriConfig_m1B2F98DF0BB1A48FEB328E9D8BF3C23B32196FE2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Uri_InitializeUri_m5D99BD8533F3FAAD479B1193505B5B19B8C2F2DE_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Uri_InternalEscapeString_m4A79B5EFDD0254232524BA43FAC32297A825F873_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Uri_InternalIsWellFormedOriginalString_mC5B6EDD6C06519FC6E5176DB89237CCCFFE56CAB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Uri_IriParsingStatic_m39FC9677B4B9EFBADF814F2EEA58280F35A1D3E5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Uri_IsAsciiLetterOrDigit_mEBA81E735141504B5804F0B3C94EC39B24AF8661_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Uri_IsWellFormedUriString_m5731DF3A30779B3E4A491CE7CB11F2AAAA89AD3E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Uri_ParseMinimal_m35FCFE52F12315DA60733B807E7C0AB408C0A9CF_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Uri_ParseRemaining_mBAE0F9850CD84965B3793B17444C677D77D58774_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Uri_ParseSchemeCheckImplicitFile_m92A658AE6C04E038058AD8E9581A41B06B6D6243_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Uri_ParseScheme_m61CAE16F1EC76725E5E0B23B09577F91BB223884_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Uri_PrivateParseMinimal_mE1DA461DDA053787906BBEC2BC2B3046B1B329F0_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Uri_ReCreateParts_mF50263ABC7D750E939B57BF61FA48A8762144FD7_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Uri_ResolveHelper_mEDF1549C3E9AC1CF6177DCF93B17D574411916BC_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Uri_StripBidiControlCharacter_m49D782826401F99D943C1AD76A75125879FF332F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Uri_TryCreate_m316D4E583F6B9F2301013F71888B31391A2D6200_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Uri_TryCreate_mE8F008B45027E74D51E128580848C70C39480F05_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Uri_TryCreate_mEEB6736FEDAF52AAE36ACC1EA1EC8CEBB7C52DAB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Uri_UnescapeDataString_mE1F40FC5CA3FF03DEE9EB01E3D8BD502D36A284D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Uri_UnescapeOnly_mB8F87981CDD4CFBFCD97EE668FF281CE26453F21_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Uri__cctor_m2B8179039C09C64936CF8262E3EF4A7E7C2F90F2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Uri__ctor_m020E8051B3C0C9E60D8A868CBA0774B3FFB7C3FF_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Uri__ctor_m41A759BF295FB902084DD289849793E01A65A14E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Uri__ctor_m42192656437FBEF1EEA8724D3EF2BB67DA0ED6BF_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Uri__ctor_mA02DB222F4F35380DE2700D84F58EB42497FDDE4_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Uri__ctor_mBA69907A1D799CD12ED44B611985B25FE4C626A2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Uri_get_AbsolutePath_mA9A825E2BBD0A43AD76EB9A9765E29E45FE32F31_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Uri_get_AbsoluteUri_m4326730E572E7E3874021E802813EB6F49F7F99E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Uri_get_AllowIdn_mF1833CB700E04D746D75428948BEBC70536E1941_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Uri_get_Authority_m8C0B264FFF519F0D0C2CB3F9B6B0E87D2F3835C1_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Uri_get_DnsSafeHost_mC2D93669288A9C05CC13EE5754CEBF2D74D04704_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Uri_get_Fragment_m111666DD668AC59B9F3C3D3CEEEC7F70F6904D41_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Uri_get_HostNameType_mA6C390F5A4A9F6B1AC652DE1EA38700B3F9F2FD1_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Uri_get_Host_m2D942F397A36DBDA5E93452CBD983E0714018151_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Uri_get_InitializeLock_m45D6A11D14958E716715351E52207DCA808F00EE_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Uri_get_IsDefaultPort_m610C804AFABCAEFA55A81753228D21EC87C4A304_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Uri_get_IsFile_m06AB5A15E2A34BBC5177C6E902C5C9D7E766A213_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Uri_get_IsLoopback_mCD7E1228C8296730CBD31C713B0A81B660D99BC4_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Uri_get_IsUnc_m70B47E68BDAE06A7E5362DCE5AAD97C12119AB99_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Uri_get_LocalPath_mA82E33D3A3CC238669E0CE3B7AD298AA9C8695D0_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Uri_get_PathAndQuery_mF079BA04B7A397B2729E5B5DEE72B3654A44E384_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Uri_get_Port_m4E64AB9B50CCC50E7B1F139D7AF1403FAF97147C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Uri_get_PrivateAbsolutePath_mC1CDB66963BF6D6AEDE0713D3CF0CE0647A6A532_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Uri_get_Query_m3F64514B4DB7C849C8255BA3FE08C6BE983D2D56_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Uri_get_Scheme_m14A8F0018D8AACADBEF39600A59944F33EE39187_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Uri_get_Segments_m8DC51AEEA9E2094C435896F4328A963927426AE2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Uri_get_UserInfo_m201C93A932C446805E9143EBE969048D7E75C71E_MetadataUsageId;
|
|
struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_com;
|
|
struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_pinvoke;
|
|
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com;
|
|
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke;
|
|
struct Delegate_t_marshaled_com;
|
|
struct Delegate_t_marshaled_pinvoke;
|
|
struct Exception_t_marshaled_com;
|
|
struct Exception_t_marshaled_pinvoke;
|
|
|
|
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821;
|
|
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2;
|
|
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86;
|
|
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83;
|
|
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
|
|
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E;
|
|
|
|
IL2CPP_EXTERN_C_BEGIN
|
|
IL2CPP_EXTERN_C_END
|
|
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
|
|
// System.Object
|
|
|
|
struct Il2CppArrayBounds;
|
|
|
|
// System.Array
|
|
|
|
|
|
// System.Attribute
|
|
struct Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Collections.ArrayList
|
|
struct ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Object[] System.Collections.ArrayList::_items
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____items_0;
|
|
// System.Int32 System.Collections.ArrayList::_size
|
|
int32_t ____size_1;
|
|
// System.Int32 System.Collections.ArrayList::_version
|
|
int32_t ____version_2;
|
|
// System.Object System.Collections.ArrayList::_syncRoot
|
|
RuntimeObject * ____syncRoot_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__items_0() { return static_cast<int32_t>(offsetof(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4, ____items_0)); }
|
|
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__items_0() const { return ____items_0; }
|
|
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__items_0() { return &____items_0; }
|
|
inline void set__items_0(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
|
|
{
|
|
____items_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____items_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__size_1() { return static_cast<int32_t>(offsetof(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4, ____size_1)); }
|
|
inline int32_t get__size_1() const { return ____size_1; }
|
|
inline int32_t* get_address_of__size_1() { return &____size_1; }
|
|
inline void set__size_1(int32_t value)
|
|
{
|
|
____size_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__version_2() { return static_cast<int32_t>(offsetof(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4, ____version_2)); }
|
|
inline int32_t get__version_2() const { return ____version_2; }
|
|
inline int32_t* get_address_of__version_2() { return &____version_2; }
|
|
inline void set__version_2(int32_t value)
|
|
{
|
|
____version_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__syncRoot_3() { return static_cast<int32_t>(offsetof(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4, ____syncRoot_3)); }
|
|
inline RuntimeObject * get__syncRoot_3() const { return ____syncRoot_3; }
|
|
inline RuntimeObject ** get_address_of__syncRoot_3() { return &____syncRoot_3; }
|
|
inline void set__syncRoot_3(RuntimeObject * value)
|
|
{
|
|
____syncRoot_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_StaticFields
|
|
{
|
|
public:
|
|
// System.Object[] System.Collections.ArrayList::emptyArray
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___emptyArray_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_emptyArray_4() { return static_cast<int32_t>(offsetof(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_StaticFields, ___emptyArray_4)); }
|
|
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_emptyArray_4() const { return ___emptyArray_4; }
|
|
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_emptyArray_4() { return &___emptyArray_4; }
|
|
inline void set_emptyArray_4(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
|
|
{
|
|
___emptyArray_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___emptyArray_4), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Int32>
|
|
struct Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Int32[] System.Collections.Generic.Dictionary`2::buckets
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0;
|
|
// System.Collections.Generic.Dictionary`2_Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::entries
|
|
EntryU5BU5D_tAD4FDE2B2578C6625A7296B1C46DCB06DCB45186* ___entries_1;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::count
|
|
int32_t ___count_2;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::version
|
|
int32_t ___version_3;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::freeList
|
|
int32_t ___freeList_4;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::freeCount
|
|
int32_t ___freeCount_5;
|
|
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::comparer
|
|
RuntimeObject* ___comparer_6;
|
|
// System.Collections.Generic.Dictionary`2_KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::keys
|
|
KeyCollection_t666396E67E50284D48938851873CE562083D67F2 * ___keys_7;
|
|
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
|
|
ValueCollection_t532E2FD863D0D47B87202BE6B4F7C7EDB5DD7CBF * ___values_8;
|
|
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
|
|
RuntimeObject * ____syncRoot_9;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_buckets_0() { return static_cast<int32_t>(offsetof(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB, ___buckets_0)); }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; }
|
|
inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
|
|
{
|
|
___buckets_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_entries_1() { return static_cast<int32_t>(offsetof(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB, ___entries_1)); }
|
|
inline EntryU5BU5D_tAD4FDE2B2578C6625A7296B1C46DCB06DCB45186* get_entries_1() const { return ___entries_1; }
|
|
inline EntryU5BU5D_tAD4FDE2B2578C6625A7296B1C46DCB06DCB45186** get_address_of_entries_1() { return &___entries_1; }
|
|
inline void set_entries_1(EntryU5BU5D_tAD4FDE2B2578C6625A7296B1C46DCB06DCB45186* value)
|
|
{
|
|
___entries_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB, ___count_2)); }
|
|
inline int32_t get_count_2() const { return ___count_2; }
|
|
inline int32_t* get_address_of_count_2() { return &___count_2; }
|
|
inline void set_count_2(int32_t value)
|
|
{
|
|
___count_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_version_3() { return static_cast<int32_t>(offsetof(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB, ___version_3)); }
|
|
inline int32_t get_version_3() const { return ___version_3; }
|
|
inline int32_t* get_address_of_version_3() { return &___version_3; }
|
|
inline void set_version_3(int32_t value)
|
|
{
|
|
___version_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_freeList_4() { return static_cast<int32_t>(offsetof(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB, ___freeList_4)); }
|
|
inline int32_t get_freeList_4() const { return ___freeList_4; }
|
|
inline int32_t* get_address_of_freeList_4() { return &___freeList_4; }
|
|
inline void set_freeList_4(int32_t value)
|
|
{
|
|
___freeList_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_freeCount_5() { return static_cast<int32_t>(offsetof(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB, ___freeCount_5)); }
|
|
inline int32_t get_freeCount_5() const { return ___freeCount_5; }
|
|
inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; }
|
|
inline void set_freeCount_5(int32_t value)
|
|
{
|
|
___freeCount_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_comparer_6() { return static_cast<int32_t>(offsetof(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB, ___comparer_6)); }
|
|
inline RuntimeObject* get_comparer_6() const { return ___comparer_6; }
|
|
inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; }
|
|
inline void set_comparer_6(RuntimeObject* value)
|
|
{
|
|
___comparer_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_keys_7() { return static_cast<int32_t>(offsetof(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB, ___keys_7)); }
|
|
inline KeyCollection_t666396E67E50284D48938851873CE562083D67F2 * get_keys_7() const { return ___keys_7; }
|
|
inline KeyCollection_t666396E67E50284D48938851873CE562083D67F2 ** get_address_of_keys_7() { return &___keys_7; }
|
|
inline void set_keys_7(KeyCollection_t666396E67E50284D48938851873CE562083D67F2 * value)
|
|
{
|
|
___keys_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB, ___values_8)); }
|
|
inline ValueCollection_t532E2FD863D0D47B87202BE6B4F7C7EDB5DD7CBF * get_values_8() const { return ___values_8; }
|
|
inline ValueCollection_t532E2FD863D0D47B87202BE6B4F7C7EDB5DD7CBF ** get_address_of_values_8() { return &___values_8; }
|
|
inline void set_values_8(ValueCollection_t532E2FD863D0D47B87202BE6B4F7C7EDB5DD7CBF * value)
|
|
{
|
|
___values_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__syncRoot_9() { return static_cast<int32_t>(offsetof(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB, ____syncRoot_9)); }
|
|
inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; }
|
|
inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; }
|
|
inline void set__syncRoot_9(RuntimeObject * value)
|
|
{
|
|
____syncRoot_9 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.UriParser>
|
|
struct Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Int32[] System.Collections.Generic.Dictionary`2::buckets
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0;
|
|
// System.Collections.Generic.Dictionary`2_Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::entries
|
|
EntryU5BU5D_t78690744AC973DECF2010068DBDBD973FD216AAF* ___entries_1;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::count
|
|
int32_t ___count_2;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::version
|
|
int32_t ___version_3;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::freeList
|
|
int32_t ___freeList_4;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::freeCount
|
|
int32_t ___freeCount_5;
|
|
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::comparer
|
|
RuntimeObject* ___comparer_6;
|
|
// System.Collections.Generic.Dictionary`2_KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::keys
|
|
KeyCollection_t0A494A02669573F9DB0645810A3CE95699AF12CF * ___keys_7;
|
|
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
|
|
ValueCollection_tB32C5B99C1808F9DF958AF03D289C64F31A50E38 * ___values_8;
|
|
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
|
|
RuntimeObject * ____syncRoot_9;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_buckets_0() { return static_cast<int32_t>(offsetof(Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE, ___buckets_0)); }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; }
|
|
inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
|
|
{
|
|
___buckets_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_entries_1() { return static_cast<int32_t>(offsetof(Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE, ___entries_1)); }
|
|
inline EntryU5BU5D_t78690744AC973DECF2010068DBDBD973FD216AAF* get_entries_1() const { return ___entries_1; }
|
|
inline EntryU5BU5D_t78690744AC973DECF2010068DBDBD973FD216AAF** get_address_of_entries_1() { return &___entries_1; }
|
|
inline void set_entries_1(EntryU5BU5D_t78690744AC973DECF2010068DBDBD973FD216AAF* value)
|
|
{
|
|
___entries_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE, ___count_2)); }
|
|
inline int32_t get_count_2() const { return ___count_2; }
|
|
inline int32_t* get_address_of_count_2() { return &___count_2; }
|
|
inline void set_count_2(int32_t value)
|
|
{
|
|
___count_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_version_3() { return static_cast<int32_t>(offsetof(Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE, ___version_3)); }
|
|
inline int32_t get_version_3() const { return ___version_3; }
|
|
inline int32_t* get_address_of_version_3() { return &___version_3; }
|
|
inline void set_version_3(int32_t value)
|
|
{
|
|
___version_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_freeList_4() { return static_cast<int32_t>(offsetof(Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE, ___freeList_4)); }
|
|
inline int32_t get_freeList_4() const { return ___freeList_4; }
|
|
inline int32_t* get_address_of_freeList_4() { return &___freeList_4; }
|
|
inline void set_freeList_4(int32_t value)
|
|
{
|
|
___freeList_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_freeCount_5() { return static_cast<int32_t>(offsetof(Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE, ___freeCount_5)); }
|
|
inline int32_t get_freeCount_5() const { return ___freeCount_5; }
|
|
inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; }
|
|
inline void set_freeCount_5(int32_t value)
|
|
{
|
|
___freeCount_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_comparer_6() { return static_cast<int32_t>(offsetof(Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE, ___comparer_6)); }
|
|
inline RuntimeObject* get_comparer_6() const { return ___comparer_6; }
|
|
inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; }
|
|
inline void set_comparer_6(RuntimeObject* value)
|
|
{
|
|
___comparer_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_keys_7() { return static_cast<int32_t>(offsetof(Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE, ___keys_7)); }
|
|
inline KeyCollection_t0A494A02669573F9DB0645810A3CE95699AF12CF * get_keys_7() const { return ___keys_7; }
|
|
inline KeyCollection_t0A494A02669573F9DB0645810A3CE95699AF12CF ** get_address_of_keys_7() { return &___keys_7; }
|
|
inline void set_keys_7(KeyCollection_t0A494A02669573F9DB0645810A3CE95699AF12CF * value)
|
|
{
|
|
___keys_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE, ___values_8)); }
|
|
inline ValueCollection_tB32C5B99C1808F9DF958AF03D289C64F31A50E38 * get_values_8() const { return ___values_8; }
|
|
inline ValueCollection_tB32C5B99C1808F9DF958AF03D289C64F31A50E38 ** get_address_of_values_8() { return &___values_8; }
|
|
inline void set_values_8(ValueCollection_tB32C5B99C1808F9DF958AF03D289C64F31A50E38 * value)
|
|
{
|
|
___values_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__syncRoot_9() { return static_cast<int32_t>(offsetof(Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE, ____syncRoot_9)); }
|
|
inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; }
|
|
inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; }
|
|
inline void set__syncRoot_9(RuntimeObject * value)
|
|
{
|
|
____syncRoot_9 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.List`1<System.Object>
|
|
struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D : public RuntimeObject
|
|
{
|
|
public:
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____items_1;
|
|
// System.Int32 System.Collections.Generic.List`1::_size
|
|
int32_t ____size_2;
|
|
// System.Int32 System.Collections.Generic.List`1::_version
|
|
int32_t ____version_3;
|
|
// System.Object System.Collections.Generic.List`1::_syncRoot
|
|
RuntimeObject * ____syncRoot_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__items_1() { return static_cast<int32_t>(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____items_1)); }
|
|
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__items_1() const { return ____items_1; }
|
|
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__items_1() { return &____items_1; }
|
|
inline void set__items_1(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
|
|
{
|
|
____items_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____size_2)); }
|
|
inline int32_t get__size_2() const { return ____size_2; }
|
|
inline int32_t* get_address_of__size_2() { return &____size_2; }
|
|
inline void set__size_2(int32_t value)
|
|
{
|
|
____size_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__version_3() { return static_cast<int32_t>(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____version_3)); }
|
|
inline int32_t get__version_3() const { return ____version_3; }
|
|
inline int32_t* get_address_of__version_3() { return &____version_3; }
|
|
inline void set__version_3(int32_t value)
|
|
{
|
|
____version_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__syncRoot_4() { return static_cast<int32_t>(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____syncRoot_4)); }
|
|
inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; }
|
|
inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; }
|
|
inline void set__syncRoot_4(RuntimeObject * value)
|
|
{
|
|
____syncRoot_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D_StaticFields
|
|
{
|
|
public:
|
|
// T[] System.Collections.Generic.List`1::_emptyArray
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____emptyArray_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D_StaticFields, ____emptyArray_5)); }
|
|
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__emptyArray_5() const { return ____emptyArray_5; }
|
|
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__emptyArray_5() { return &____emptyArray_5; }
|
|
inline void set__emptyArray_5(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
|
|
{
|
|
____emptyArray_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.List`1<System.String>
|
|
struct List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 : public RuntimeObject
|
|
{
|
|
public:
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ____items_1;
|
|
// System.Int32 System.Collections.Generic.List`1::_size
|
|
int32_t ____size_2;
|
|
// System.Int32 System.Collections.Generic.List`1::_version
|
|
int32_t ____version_3;
|
|
// System.Object System.Collections.Generic.List`1::_syncRoot
|
|
RuntimeObject * ____syncRoot_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__items_1() { return static_cast<int32_t>(offsetof(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3, ____items_1)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get__items_1() const { return ____items_1; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of__items_1() { return &____items_1; }
|
|
inline void set__items_1(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|
{
|
|
____items_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3, ____size_2)); }
|
|
inline int32_t get__size_2() const { return ____size_2; }
|
|
inline int32_t* get_address_of__size_2() { return &____size_2; }
|
|
inline void set__size_2(int32_t value)
|
|
{
|
|
____size_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__version_3() { return static_cast<int32_t>(offsetof(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3, ____version_3)); }
|
|
inline int32_t get__version_3() const { return ____version_3; }
|
|
inline int32_t* get_address_of__version_3() { return &____version_3; }
|
|
inline void set__version_3(int32_t value)
|
|
{
|
|
____version_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__syncRoot_4() { return static_cast<int32_t>(offsetof(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3, ____syncRoot_4)); }
|
|
inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; }
|
|
inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; }
|
|
inline void set__syncRoot_4(RuntimeObject * value)
|
|
{
|
|
____syncRoot_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_StaticFields
|
|
{
|
|
public:
|
|
// T[] System.Collections.Generic.List`1::_emptyArray
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ____emptyArray_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_StaticFields, ____emptyArray_5)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get__emptyArray_5() const { return ____emptyArray_5; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of__emptyArray_5() { return &____emptyArray_5; }
|
|
inline void set__emptyArray_5(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|
{
|
|
____emptyArray_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexNode>
|
|
struct List_1_tA5CDE89671B691180A7422F86077A0D047AD4059 : public RuntimeObject
|
|
{
|
|
public:
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
RegexNodeU5BU5D_tB18DB177D95C55B94FF9644849C7D38F5CD12CB8* ____items_1;
|
|
// System.Int32 System.Collections.Generic.List`1::_size
|
|
int32_t ____size_2;
|
|
// System.Int32 System.Collections.Generic.List`1::_version
|
|
int32_t ____version_3;
|
|
// System.Object System.Collections.Generic.List`1::_syncRoot
|
|
RuntimeObject * ____syncRoot_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__items_1() { return static_cast<int32_t>(offsetof(List_1_tA5CDE89671B691180A7422F86077A0D047AD4059, ____items_1)); }
|
|
inline RegexNodeU5BU5D_tB18DB177D95C55B94FF9644849C7D38F5CD12CB8* get__items_1() const { return ____items_1; }
|
|
inline RegexNodeU5BU5D_tB18DB177D95C55B94FF9644849C7D38F5CD12CB8** get_address_of__items_1() { return &____items_1; }
|
|
inline void set__items_1(RegexNodeU5BU5D_tB18DB177D95C55B94FF9644849C7D38F5CD12CB8* value)
|
|
{
|
|
____items_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_tA5CDE89671B691180A7422F86077A0D047AD4059, ____size_2)); }
|
|
inline int32_t get__size_2() const { return ____size_2; }
|
|
inline int32_t* get_address_of__size_2() { return &____size_2; }
|
|
inline void set__size_2(int32_t value)
|
|
{
|
|
____size_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__version_3() { return static_cast<int32_t>(offsetof(List_1_tA5CDE89671B691180A7422F86077A0D047AD4059, ____version_3)); }
|
|
inline int32_t get__version_3() const { return ____version_3; }
|
|
inline int32_t* get_address_of__version_3() { return &____version_3; }
|
|
inline void set__version_3(int32_t value)
|
|
{
|
|
____version_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__syncRoot_4() { return static_cast<int32_t>(offsetof(List_1_tA5CDE89671B691180A7422F86077A0D047AD4059, ____syncRoot_4)); }
|
|
inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; }
|
|
inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; }
|
|
inline void set__syncRoot_4(RuntimeObject * value)
|
|
{
|
|
____syncRoot_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct List_1_tA5CDE89671B691180A7422F86077A0D047AD4059_StaticFields
|
|
{
|
|
public:
|
|
// T[] System.Collections.Generic.List`1::_emptyArray
|
|
RegexNodeU5BU5D_tB18DB177D95C55B94FF9644849C7D38F5CD12CB8* ____emptyArray_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_tA5CDE89671B691180A7422F86077A0D047AD4059_StaticFields, ____emptyArray_5)); }
|
|
inline RegexNodeU5BU5D_tB18DB177D95C55B94FF9644849C7D38F5CD12CB8* get__emptyArray_5() const { return ____emptyArray_5; }
|
|
inline RegexNodeU5BU5D_tB18DB177D95C55B94FF9644849C7D38F5CD12CB8** get_address_of__emptyArray_5() { return &____emptyArray_5; }
|
|
inline void set__emptyArray_5(RegexNodeU5BU5D_tB18DB177D95C55B94FF9644849C7D38F5CD12CB8* value)
|
|
{
|
|
____emptyArray_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.EventArgs
|
|
struct EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E_StaticFields
|
|
{
|
|
public:
|
|
// System.EventArgs System.EventArgs::Empty
|
|
EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * ___Empty_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Empty_0() { return static_cast<int32_t>(offsetof(EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E_StaticFields, ___Empty_0)); }
|
|
inline EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * get_Empty_0() const { return ___Empty_0; }
|
|
inline EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E ** get_address_of_Empty_0() { return &___Empty_0; }
|
|
inline void set_Empty_0(EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * value)
|
|
{
|
|
___Empty_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Empty_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Globalization.CultureInfo
|
|
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Boolean System.Globalization.CultureInfo::m_isReadOnly
|
|
bool ___m_isReadOnly_3;
|
|
// System.Int32 System.Globalization.CultureInfo::cultureID
|
|
int32_t ___cultureID_4;
|
|
// System.Int32 System.Globalization.CultureInfo::parent_lcid
|
|
int32_t ___parent_lcid_5;
|
|
// System.Int32 System.Globalization.CultureInfo::datetime_index
|
|
int32_t ___datetime_index_6;
|
|
// System.Int32 System.Globalization.CultureInfo::number_index
|
|
int32_t ___number_index_7;
|
|
// System.Int32 System.Globalization.CultureInfo::default_calendar_type
|
|
int32_t ___default_calendar_type_8;
|
|
// System.Boolean System.Globalization.CultureInfo::m_useUserOverride
|
|
bool ___m_useUserOverride_9;
|
|
// System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::numInfo
|
|
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numInfo_10;
|
|
// System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dateTimeInfo_11;
|
|
// System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo
|
|
TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___textInfo_12;
|
|
// System.String System.Globalization.CultureInfo::m_name
|
|
String_t* ___m_name_13;
|
|
// System.String System.Globalization.CultureInfo::englishname
|
|
String_t* ___englishname_14;
|
|
// System.String System.Globalization.CultureInfo::nativename
|
|
String_t* ___nativename_15;
|
|
// System.String System.Globalization.CultureInfo::iso3lang
|
|
String_t* ___iso3lang_16;
|
|
// System.String System.Globalization.CultureInfo::iso2lang
|
|
String_t* ___iso2lang_17;
|
|
// System.String System.Globalization.CultureInfo::win3lang
|
|
String_t* ___win3lang_18;
|
|
// System.String System.Globalization.CultureInfo::territory
|
|
String_t* ___territory_19;
|
|
// System.String[] System.Globalization.CultureInfo::native_calendar_names
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___native_calendar_names_20;
|
|
// System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo
|
|
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___compareInfo_21;
|
|
// System.Void* System.Globalization.CultureInfo::textinfo_data
|
|
void* ___textinfo_data_22;
|
|
// System.Int32 System.Globalization.CultureInfo::m_dataItem
|
|
int32_t ___m_dataItem_23;
|
|
// System.Globalization.Calendar System.Globalization.CultureInfo::calendar
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_24;
|
|
// System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___parent_culture_25;
|
|
// System.Boolean System.Globalization.CultureInfo::constructed
|
|
bool ___constructed_26;
|
|
// System.Byte[] System.Globalization.CultureInfo::cached_serialized_form
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___cached_serialized_form_27;
|
|
// System.Globalization.CultureData System.Globalization.CultureInfo::m_cultureData
|
|
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * ___m_cultureData_28;
|
|
// System.Boolean System.Globalization.CultureInfo::m_isInherited
|
|
bool ___m_isInherited_29;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_isReadOnly_3() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_isReadOnly_3)); }
|
|
inline bool get_m_isReadOnly_3() const { return ___m_isReadOnly_3; }
|
|
inline bool* get_address_of_m_isReadOnly_3() { return &___m_isReadOnly_3; }
|
|
inline void set_m_isReadOnly_3(bool value)
|
|
{
|
|
___m_isReadOnly_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_cultureID_4() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___cultureID_4)); }
|
|
inline int32_t get_cultureID_4() const { return ___cultureID_4; }
|
|
inline int32_t* get_address_of_cultureID_4() { return &___cultureID_4; }
|
|
inline void set_cultureID_4(int32_t value)
|
|
{
|
|
___cultureID_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_parent_lcid_5() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___parent_lcid_5)); }
|
|
inline int32_t get_parent_lcid_5() const { return ___parent_lcid_5; }
|
|
inline int32_t* get_address_of_parent_lcid_5() { return &___parent_lcid_5; }
|
|
inline void set_parent_lcid_5(int32_t value)
|
|
{
|
|
___parent_lcid_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_datetime_index_6() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___datetime_index_6)); }
|
|
inline int32_t get_datetime_index_6() const { return ___datetime_index_6; }
|
|
inline int32_t* get_address_of_datetime_index_6() { return &___datetime_index_6; }
|
|
inline void set_datetime_index_6(int32_t value)
|
|
{
|
|
___datetime_index_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_number_index_7() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___number_index_7)); }
|
|
inline int32_t get_number_index_7() const { return ___number_index_7; }
|
|
inline int32_t* get_address_of_number_index_7() { return &___number_index_7; }
|
|
inline void set_number_index_7(int32_t value)
|
|
{
|
|
___number_index_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_default_calendar_type_8() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___default_calendar_type_8)); }
|
|
inline int32_t get_default_calendar_type_8() const { return ___default_calendar_type_8; }
|
|
inline int32_t* get_address_of_default_calendar_type_8() { return &___default_calendar_type_8; }
|
|
inline void set_default_calendar_type_8(int32_t value)
|
|
{
|
|
___default_calendar_type_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_useUserOverride_9() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_useUserOverride_9)); }
|
|
inline bool get_m_useUserOverride_9() const { return ___m_useUserOverride_9; }
|
|
inline bool* get_address_of_m_useUserOverride_9() { return &___m_useUserOverride_9; }
|
|
inline void set_m_useUserOverride_9(bool value)
|
|
{
|
|
___m_useUserOverride_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_numInfo_10() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___numInfo_10)); }
|
|
inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * get_numInfo_10() const { return ___numInfo_10; }
|
|
inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 ** get_address_of_numInfo_10() { return &___numInfo_10; }
|
|
inline void set_numInfo_10(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * value)
|
|
{
|
|
___numInfo_10 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___numInfo_10), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_dateTimeInfo_11() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___dateTimeInfo_11)); }
|
|
inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * get_dateTimeInfo_11() const { return ___dateTimeInfo_11; }
|
|
inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** get_address_of_dateTimeInfo_11() { return &___dateTimeInfo_11; }
|
|
inline void set_dateTimeInfo_11(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * value)
|
|
{
|
|
___dateTimeInfo_11 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___dateTimeInfo_11), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_textInfo_12() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___textInfo_12)); }
|
|
inline TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * get_textInfo_12() const { return ___textInfo_12; }
|
|
inline TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 ** get_address_of_textInfo_12() { return &___textInfo_12; }
|
|
inline void set_textInfo_12(TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * value)
|
|
{
|
|
___textInfo_12 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___textInfo_12), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_name_13() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_name_13)); }
|
|
inline String_t* get_m_name_13() const { return ___m_name_13; }
|
|
inline String_t** get_address_of_m_name_13() { return &___m_name_13; }
|
|
inline void set_m_name_13(String_t* value)
|
|
{
|
|
___m_name_13 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_name_13), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_englishname_14() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___englishname_14)); }
|
|
inline String_t* get_englishname_14() const { return ___englishname_14; }
|
|
inline String_t** get_address_of_englishname_14() { return &___englishname_14; }
|
|
inline void set_englishname_14(String_t* value)
|
|
{
|
|
___englishname_14 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___englishname_14), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_nativename_15() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___nativename_15)); }
|
|
inline String_t* get_nativename_15() const { return ___nativename_15; }
|
|
inline String_t** get_address_of_nativename_15() { return &___nativename_15; }
|
|
inline void set_nativename_15(String_t* value)
|
|
{
|
|
___nativename_15 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___nativename_15), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_iso3lang_16() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___iso3lang_16)); }
|
|
inline String_t* get_iso3lang_16() const { return ___iso3lang_16; }
|
|
inline String_t** get_address_of_iso3lang_16() { return &___iso3lang_16; }
|
|
inline void set_iso3lang_16(String_t* value)
|
|
{
|
|
___iso3lang_16 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___iso3lang_16), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_iso2lang_17() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___iso2lang_17)); }
|
|
inline String_t* get_iso2lang_17() const { return ___iso2lang_17; }
|
|
inline String_t** get_address_of_iso2lang_17() { return &___iso2lang_17; }
|
|
inline void set_iso2lang_17(String_t* value)
|
|
{
|
|
___iso2lang_17 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___iso2lang_17), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_win3lang_18() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___win3lang_18)); }
|
|
inline String_t* get_win3lang_18() const { return ___win3lang_18; }
|
|
inline String_t** get_address_of_win3lang_18() { return &___win3lang_18; }
|
|
inline void set_win3lang_18(String_t* value)
|
|
{
|
|
___win3lang_18 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___win3lang_18), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_territory_19() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___territory_19)); }
|
|
inline String_t* get_territory_19() const { return ___territory_19; }
|
|
inline String_t** get_address_of_territory_19() { return &___territory_19; }
|
|
inline void set_territory_19(String_t* value)
|
|
{
|
|
___territory_19 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___territory_19), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_native_calendar_names_20() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___native_calendar_names_20)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_native_calendar_names_20() const { return ___native_calendar_names_20; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_native_calendar_names_20() { return &___native_calendar_names_20; }
|
|
inline void set_native_calendar_names_20(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|
{
|
|
___native_calendar_names_20 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___native_calendar_names_20), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_compareInfo_21() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___compareInfo_21)); }
|
|
inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * get_compareInfo_21() const { return ___compareInfo_21; }
|
|
inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 ** get_address_of_compareInfo_21() { return &___compareInfo_21; }
|
|
inline void set_compareInfo_21(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * value)
|
|
{
|
|
___compareInfo_21 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___compareInfo_21), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_textinfo_data_22() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___textinfo_data_22)); }
|
|
inline void* get_textinfo_data_22() const { return ___textinfo_data_22; }
|
|
inline void** get_address_of_textinfo_data_22() { return &___textinfo_data_22; }
|
|
inline void set_textinfo_data_22(void* value)
|
|
{
|
|
___textinfo_data_22 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_dataItem_23() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_dataItem_23)); }
|
|
inline int32_t get_m_dataItem_23() const { return ___m_dataItem_23; }
|
|
inline int32_t* get_address_of_m_dataItem_23() { return &___m_dataItem_23; }
|
|
inline void set_m_dataItem_23(int32_t value)
|
|
{
|
|
___m_dataItem_23 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_calendar_24() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___calendar_24)); }
|
|
inline Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * get_calendar_24() const { return ___calendar_24; }
|
|
inline Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 ** get_address_of_calendar_24() { return &___calendar_24; }
|
|
inline void set_calendar_24(Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * value)
|
|
{
|
|
___calendar_24 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___calendar_24), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_parent_culture_25() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___parent_culture_25)); }
|
|
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_parent_culture_25() const { return ___parent_culture_25; }
|
|
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_parent_culture_25() { return &___parent_culture_25; }
|
|
inline void set_parent_culture_25(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
|
|
{
|
|
___parent_culture_25 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___parent_culture_25), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_constructed_26() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___constructed_26)); }
|
|
inline bool get_constructed_26() const { return ___constructed_26; }
|
|
inline bool* get_address_of_constructed_26() { return &___constructed_26; }
|
|
inline void set_constructed_26(bool value)
|
|
{
|
|
___constructed_26 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_cached_serialized_form_27() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___cached_serialized_form_27)); }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_cached_serialized_form_27() const { return ___cached_serialized_form_27; }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_cached_serialized_form_27() { return &___cached_serialized_form_27; }
|
|
inline void set_cached_serialized_form_27(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
|
|
{
|
|
___cached_serialized_form_27 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___cached_serialized_form_27), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_cultureData_28() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_cultureData_28)); }
|
|
inline CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * get_m_cultureData_28() const { return ___m_cultureData_28; }
|
|
inline CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD ** get_address_of_m_cultureData_28() { return &___m_cultureData_28; }
|
|
inline void set_m_cultureData_28(CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * value)
|
|
{
|
|
___m_cultureData_28 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_cultureData_28), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_isInherited_29() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_isInherited_29)); }
|
|
inline bool get_m_isInherited_29() const { return ___m_isInherited_29; }
|
|
inline bool* get_address_of_m_isInherited_29() { return &___m_isInherited_29; }
|
|
inline void set_m_isInherited_29(bool value)
|
|
{
|
|
___m_isInherited_29 = value;
|
|
}
|
|
};
|
|
|
|
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields
|
|
{
|
|
public:
|
|
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___invariant_culture_info_0;
|
|
// System.Object System.Globalization.CultureInfo::shared_table_lock
|
|
RuntimeObject * ___shared_table_lock_1;
|
|
// System.Globalization.CultureInfo System.Globalization.CultureInfo::default_current_culture
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___default_current_culture_2;
|
|
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentUICulture
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___s_DefaultThreadCurrentUICulture_33;
|
|
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentCulture
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___s_DefaultThreadCurrentCulture_34;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo> System.Globalization.CultureInfo::shared_by_number
|
|
Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * ___shared_by_number_35;
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Globalization.CultureInfo> System.Globalization.CultureInfo::shared_by_name
|
|
Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * ___shared_by_name_36;
|
|
// System.Boolean System.Globalization.CultureInfo::IsTaiwanSku
|
|
bool ___IsTaiwanSku_37;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_invariant_culture_info_0() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___invariant_culture_info_0)); }
|
|
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_invariant_culture_info_0() const { return ___invariant_culture_info_0; }
|
|
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_invariant_culture_info_0() { return &___invariant_culture_info_0; }
|
|
inline void set_invariant_culture_info_0(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
|
|
{
|
|
___invariant_culture_info_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___invariant_culture_info_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_shared_table_lock_1() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___shared_table_lock_1)); }
|
|
inline RuntimeObject * get_shared_table_lock_1() const { return ___shared_table_lock_1; }
|
|
inline RuntimeObject ** get_address_of_shared_table_lock_1() { return &___shared_table_lock_1; }
|
|
inline void set_shared_table_lock_1(RuntimeObject * value)
|
|
{
|
|
___shared_table_lock_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___shared_table_lock_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_default_current_culture_2() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___default_current_culture_2)); }
|
|
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_default_current_culture_2() const { return ___default_current_culture_2; }
|
|
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_default_current_culture_2() { return &___default_current_culture_2; }
|
|
inline void set_default_current_culture_2(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
|
|
{
|
|
___default_current_culture_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___default_current_culture_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_DefaultThreadCurrentUICulture_33() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___s_DefaultThreadCurrentUICulture_33)); }
|
|
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_s_DefaultThreadCurrentUICulture_33() const { return ___s_DefaultThreadCurrentUICulture_33; }
|
|
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_s_DefaultThreadCurrentUICulture_33() { return &___s_DefaultThreadCurrentUICulture_33; }
|
|
inline void set_s_DefaultThreadCurrentUICulture_33(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
|
|
{
|
|
___s_DefaultThreadCurrentUICulture_33 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultThreadCurrentUICulture_33), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_DefaultThreadCurrentCulture_34() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___s_DefaultThreadCurrentCulture_34)); }
|
|
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_s_DefaultThreadCurrentCulture_34() const { return ___s_DefaultThreadCurrentCulture_34; }
|
|
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_s_DefaultThreadCurrentCulture_34() { return &___s_DefaultThreadCurrentCulture_34; }
|
|
inline void set_s_DefaultThreadCurrentCulture_34(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
|
|
{
|
|
___s_DefaultThreadCurrentCulture_34 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultThreadCurrentCulture_34), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_shared_by_number_35() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___shared_by_number_35)); }
|
|
inline Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * get_shared_by_number_35() const { return ___shared_by_number_35; }
|
|
inline Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B ** get_address_of_shared_by_number_35() { return &___shared_by_number_35; }
|
|
inline void set_shared_by_number_35(Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * value)
|
|
{
|
|
___shared_by_number_35 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___shared_by_number_35), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_shared_by_name_36() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___shared_by_name_36)); }
|
|
inline Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * get_shared_by_name_36() const { return ___shared_by_name_36; }
|
|
inline Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 ** get_address_of_shared_by_name_36() { return &___shared_by_name_36; }
|
|
inline void set_shared_by_name_36(Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * value)
|
|
{
|
|
___shared_by_name_36 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___shared_by_name_36), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IsTaiwanSku_37() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___IsTaiwanSku_37)); }
|
|
inline bool get_IsTaiwanSku_37() const { return ___IsTaiwanSku_37; }
|
|
inline bool* get_address_of_IsTaiwanSku_37() { return &___IsTaiwanSku_37; }
|
|
inline void set_IsTaiwanSku_37(bool value)
|
|
{
|
|
___IsTaiwanSku_37 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Globalization.CultureInfo
|
|
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke
|
|
{
|
|
int32_t ___m_isReadOnly_3;
|
|
int32_t ___cultureID_4;
|
|
int32_t ___parent_lcid_5;
|
|
int32_t ___datetime_index_6;
|
|
int32_t ___number_index_7;
|
|
int32_t ___default_calendar_type_8;
|
|
int32_t ___m_useUserOverride_9;
|
|
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numInfo_10;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dateTimeInfo_11;
|
|
TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___textInfo_12;
|
|
char* ___m_name_13;
|
|
char* ___englishname_14;
|
|
char* ___nativename_15;
|
|
char* ___iso3lang_16;
|
|
char* ___iso2lang_17;
|
|
char* ___win3lang_18;
|
|
char* ___territory_19;
|
|
char** ___native_calendar_names_20;
|
|
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___compareInfo_21;
|
|
void* ___textinfo_data_22;
|
|
int32_t ___m_dataItem_23;
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_24;
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke* ___parent_culture_25;
|
|
int32_t ___constructed_26;
|
|
Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27;
|
|
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_pinvoke* ___m_cultureData_28;
|
|
int32_t ___m_isInherited_29;
|
|
};
|
|
// Native definition for COM marshalling of System.Globalization.CultureInfo
|
|
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com
|
|
{
|
|
int32_t ___m_isReadOnly_3;
|
|
int32_t ___cultureID_4;
|
|
int32_t ___parent_lcid_5;
|
|
int32_t ___datetime_index_6;
|
|
int32_t ___number_index_7;
|
|
int32_t ___default_calendar_type_8;
|
|
int32_t ___m_useUserOverride_9;
|
|
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numInfo_10;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dateTimeInfo_11;
|
|
TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___textInfo_12;
|
|
Il2CppChar* ___m_name_13;
|
|
Il2CppChar* ___englishname_14;
|
|
Il2CppChar* ___nativename_15;
|
|
Il2CppChar* ___iso3lang_16;
|
|
Il2CppChar* ___iso2lang_17;
|
|
Il2CppChar* ___win3lang_18;
|
|
Il2CppChar* ___territory_19;
|
|
Il2CppChar** ___native_calendar_names_20;
|
|
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___compareInfo_21;
|
|
void* ___textinfo_data_22;
|
|
int32_t ___m_dataItem_23;
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_24;
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com* ___parent_culture_25;
|
|
int32_t ___constructed_26;
|
|
Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27;
|
|
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_com* ___m_cultureData_28;
|
|
int32_t ___m_isInherited_29;
|
|
};
|
|
|
|
// System.IO.Path
|
|
struct Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_StaticFields
|
|
{
|
|
public:
|
|
// System.Char[] System.IO.Path::InvalidPathChars
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___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_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___PathSeparatorChars_6;
|
|
// System.Boolean System.IO.Path::dirEqualsVolume
|
|
bool ___dirEqualsVolume_7;
|
|
// System.Char[] System.IO.Path::trimEndCharsWindows
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___trimEndCharsWindows_8;
|
|
// System.Char[] System.IO.Path::trimEndCharsUnix
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___trimEndCharsUnix_9;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_InvalidPathChars_0() { return static_cast<int32_t>(offsetof(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_StaticFields, ___InvalidPathChars_0)); }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_InvalidPathChars_0() const { return ___InvalidPathChars_0; }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_InvalidPathChars_0() { return &___InvalidPathChars_0; }
|
|
inline void set_InvalidPathChars_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
|
|
{
|
|
___InvalidPathChars_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___InvalidPathChars_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_AltDirectorySeparatorChar_1() { return static_cast<int32_t>(offsetof(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_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<int32_t>(offsetof(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_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<int32_t>(offsetof(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_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<int32_t>(offsetof(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_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((void**)(&___DirectorySeparatorStr_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_VolumeSeparatorChar_5() { return static_cast<int32_t>(offsetof(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_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<int32_t>(offsetof(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_StaticFields, ___PathSeparatorChars_6)); }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_PathSeparatorChars_6() const { return ___PathSeparatorChars_6; }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_PathSeparatorChars_6() { return &___PathSeparatorChars_6; }
|
|
inline void set_PathSeparatorChars_6(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
|
|
{
|
|
___PathSeparatorChars_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___PathSeparatorChars_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_dirEqualsVolume_7() { return static_cast<int32_t>(offsetof(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_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;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_trimEndCharsWindows_8() { return static_cast<int32_t>(offsetof(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_StaticFields, ___trimEndCharsWindows_8)); }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_trimEndCharsWindows_8() const { return ___trimEndCharsWindows_8; }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_trimEndCharsWindows_8() { return &___trimEndCharsWindows_8; }
|
|
inline void set_trimEndCharsWindows_8(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
|
|
{
|
|
___trimEndCharsWindows_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___trimEndCharsWindows_8), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_trimEndCharsUnix_9() { return static_cast<int32_t>(offsetof(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_StaticFields, ___trimEndCharsUnix_9)); }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_trimEndCharsUnix_9() const { return ___trimEndCharsUnix_9; }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_trimEndCharsUnix_9() { return &___trimEndCharsUnix_9; }
|
|
inline void set_trimEndCharsUnix_9(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
|
|
{
|
|
___trimEndCharsUnix_9 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___trimEndCharsUnix_9), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.MarshalByRefObject
|
|
struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Object System.MarshalByRefObject::_identity
|
|
RuntimeObject * ____identity_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__identity_0() { return static_cast<int32_t>(offsetof(MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF, ____identity_0)); }
|
|
inline RuntimeObject * get__identity_0() const { return ____identity_0; }
|
|
inline RuntimeObject ** get_address_of__identity_0() { return &____identity_0; }
|
|
inline void set__identity_0(RuntimeObject * value)
|
|
{
|
|
____identity_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____identity_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.MarshalByRefObject
|
|
struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_pinvoke
|
|
{
|
|
Il2CppIUnknown* ____identity_0;
|
|
};
|
|
// Native definition for COM marshalling of System.MarshalByRefObject
|
|
struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_com
|
|
{
|
|
Il2CppIUnknown* ____identity_0;
|
|
};
|
|
|
|
// System.Reflection.MemberInfo
|
|
struct MemberInfo_t : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Runtime.Serialization.SerializationInfo
|
|
struct SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.String[] System.Runtime.Serialization.SerializationInfo::m_members
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___m_members_3;
|
|
// System.Object[] System.Runtime.Serialization.SerializationInfo::m_data
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___m_data_4;
|
|
// System.Type[] System.Runtime.Serialization.SerializationInfo::m_types
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___m_types_5;
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Int32> System.Runtime.Serialization.SerializationInfo::m_nameToIndex
|
|
Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * ___m_nameToIndex_6;
|
|
// System.Int32 System.Runtime.Serialization.SerializationInfo::m_currMember
|
|
int32_t ___m_currMember_7;
|
|
// System.Runtime.Serialization.IFormatterConverter System.Runtime.Serialization.SerializationInfo::m_converter
|
|
RuntimeObject* ___m_converter_8;
|
|
// System.String System.Runtime.Serialization.SerializationInfo::m_fullTypeName
|
|
String_t* ___m_fullTypeName_9;
|
|
// System.String System.Runtime.Serialization.SerializationInfo::m_assemName
|
|
String_t* ___m_assemName_10;
|
|
// System.Type System.Runtime.Serialization.SerializationInfo::objectType
|
|
Type_t * ___objectType_11;
|
|
// System.Boolean System.Runtime.Serialization.SerializationInfo::isFullTypeNameSetExplicit
|
|
bool ___isFullTypeNameSetExplicit_12;
|
|
// System.Boolean System.Runtime.Serialization.SerializationInfo::isAssemblyNameSetExplicit
|
|
bool ___isAssemblyNameSetExplicit_13;
|
|
// System.Boolean System.Runtime.Serialization.SerializationInfo::requireSameTokenInPartialTrust
|
|
bool ___requireSameTokenInPartialTrust_14;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_members_3() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_members_3)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_m_members_3() const { return ___m_members_3; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_m_members_3() { return &___m_members_3; }
|
|
inline void set_m_members_3(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|
{
|
|
___m_members_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_members_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_data_4() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_data_4)); }
|
|
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_m_data_4() const { return ___m_data_4; }
|
|
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_m_data_4() { return &___m_data_4; }
|
|
inline void set_m_data_4(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
|
|
{
|
|
___m_data_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_data_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_types_5() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_types_5)); }
|
|
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_m_types_5() const { return ___m_types_5; }
|
|
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_m_types_5() { return &___m_types_5; }
|
|
inline void set_m_types_5(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
|
|
{
|
|
___m_types_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_types_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_nameToIndex_6() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_nameToIndex_6)); }
|
|
inline Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * get_m_nameToIndex_6() const { return ___m_nameToIndex_6; }
|
|
inline Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB ** get_address_of_m_nameToIndex_6() { return &___m_nameToIndex_6; }
|
|
inline void set_m_nameToIndex_6(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * value)
|
|
{
|
|
___m_nameToIndex_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_nameToIndex_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_currMember_7() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_currMember_7)); }
|
|
inline int32_t get_m_currMember_7() const { return ___m_currMember_7; }
|
|
inline int32_t* get_address_of_m_currMember_7() { return &___m_currMember_7; }
|
|
inline void set_m_currMember_7(int32_t value)
|
|
{
|
|
___m_currMember_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_converter_8() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_converter_8)); }
|
|
inline RuntimeObject* get_m_converter_8() const { return ___m_converter_8; }
|
|
inline RuntimeObject** get_address_of_m_converter_8() { return &___m_converter_8; }
|
|
inline void set_m_converter_8(RuntimeObject* value)
|
|
{
|
|
___m_converter_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_converter_8), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_fullTypeName_9() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_fullTypeName_9)); }
|
|
inline String_t* get_m_fullTypeName_9() const { return ___m_fullTypeName_9; }
|
|
inline String_t** get_address_of_m_fullTypeName_9() { return &___m_fullTypeName_9; }
|
|
inline void set_m_fullTypeName_9(String_t* value)
|
|
{
|
|
___m_fullTypeName_9 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_fullTypeName_9), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_assemName_10() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_assemName_10)); }
|
|
inline String_t* get_m_assemName_10() const { return ___m_assemName_10; }
|
|
inline String_t** get_address_of_m_assemName_10() { return &___m_assemName_10; }
|
|
inline void set_m_assemName_10(String_t* value)
|
|
{
|
|
___m_assemName_10 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_assemName_10), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_objectType_11() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___objectType_11)); }
|
|
inline Type_t * get_objectType_11() const { return ___objectType_11; }
|
|
inline Type_t ** get_address_of_objectType_11() { return &___objectType_11; }
|
|
inline void set_objectType_11(Type_t * value)
|
|
{
|
|
___objectType_11 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___objectType_11), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_isFullTypeNameSetExplicit_12() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___isFullTypeNameSetExplicit_12)); }
|
|
inline bool get_isFullTypeNameSetExplicit_12() const { return ___isFullTypeNameSetExplicit_12; }
|
|
inline bool* get_address_of_isFullTypeNameSetExplicit_12() { return &___isFullTypeNameSetExplicit_12; }
|
|
inline void set_isFullTypeNameSetExplicit_12(bool value)
|
|
{
|
|
___isFullTypeNameSetExplicit_12 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_isAssemblyNameSetExplicit_13() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___isAssemblyNameSetExplicit_13)); }
|
|
inline bool get_isAssemblyNameSetExplicit_13() const { return ___isAssemblyNameSetExplicit_13; }
|
|
inline bool* get_address_of_isAssemblyNameSetExplicit_13() { return &___isAssemblyNameSetExplicit_13; }
|
|
inline void set_isAssemblyNameSetExplicit_13(bool value)
|
|
{
|
|
___isAssemblyNameSetExplicit_13 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_requireSameTokenInPartialTrust_14() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___requireSameTokenInPartialTrust_14)); }
|
|
inline bool get_requireSameTokenInPartialTrust_14() const { return ___requireSameTokenInPartialTrust_14; }
|
|
inline bool* get_address_of_requireSameTokenInPartialTrust_14() { return &___requireSameTokenInPartialTrust_14; }
|
|
inline void set_requireSameTokenInPartialTrust_14(bool value)
|
|
{
|
|
___requireSameTokenInPartialTrust_14 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Runtime.Versioning.BinaryCompatibility
|
|
struct BinaryCompatibility_t06B1B8D34764DB1710459778EB22433728A665A8 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct BinaryCompatibility_t06B1B8D34764DB1710459778EB22433728A665A8_StaticFields
|
|
{
|
|
public:
|
|
// System.Boolean System.Runtime.Versioning.BinaryCompatibility::TargetsAtLeast_Desktop_V4_5
|
|
bool ___TargetsAtLeast_Desktop_V4_5_0;
|
|
// System.Boolean System.Runtime.Versioning.BinaryCompatibility::TargetsAtLeast_Desktop_V4_5_1
|
|
bool ___TargetsAtLeast_Desktop_V4_5_1_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_TargetsAtLeast_Desktop_V4_5_0() { return static_cast<int32_t>(offsetof(BinaryCompatibility_t06B1B8D34764DB1710459778EB22433728A665A8_StaticFields, ___TargetsAtLeast_Desktop_V4_5_0)); }
|
|
inline bool get_TargetsAtLeast_Desktop_V4_5_0() const { return ___TargetsAtLeast_Desktop_V4_5_0; }
|
|
inline bool* get_address_of_TargetsAtLeast_Desktop_V4_5_0() { return &___TargetsAtLeast_Desktop_V4_5_0; }
|
|
inline void set_TargetsAtLeast_Desktop_V4_5_0(bool value)
|
|
{
|
|
___TargetsAtLeast_Desktop_V4_5_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_TargetsAtLeast_Desktop_V4_5_1_1() { return static_cast<int32_t>(offsetof(BinaryCompatibility_t06B1B8D34764DB1710459778EB22433728A665A8_StaticFields, ___TargetsAtLeast_Desktop_V4_5_1_1)); }
|
|
inline bool get_TargetsAtLeast_Desktop_V4_5_1_1() const { return ___TargetsAtLeast_Desktop_V4_5_1_1; }
|
|
inline bool* get_address_of_TargetsAtLeast_Desktop_V4_5_1_1() { return &___TargetsAtLeast_Desktop_V4_5_1_1; }
|
|
inline void set_TargetsAtLeast_Desktop_V4_5_1_1(bool value)
|
|
{
|
|
___TargetsAtLeast_Desktop_V4_5_1_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.String
|
|
struct String_t : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Int32 System.String::m_stringLength
|
|
int32_t ___m_stringLength_0;
|
|
// System.Char System.String::m_firstChar
|
|
Il2CppChar ___m_firstChar_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_stringLength_0() { return static_cast<int32_t>(offsetof(String_t, ___m_stringLength_0)); }
|
|
inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; }
|
|
inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; }
|
|
inline void set_m_stringLength_0(int32_t value)
|
|
{
|
|
___m_stringLength_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_firstChar_1() { return static_cast<int32_t>(offsetof(String_t, ___m_firstChar_1)); }
|
|
inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; }
|
|
inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; }
|
|
inline void set_m_firstChar_1(Il2CppChar value)
|
|
{
|
|
___m_firstChar_1 = value;
|
|
}
|
|
};
|
|
|
|
struct String_t_StaticFields
|
|
{
|
|
public:
|
|
// System.String System.String::Empty
|
|
String_t* ___Empty_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Empty_5() { return static_cast<int32_t>(offsetof(String_t_StaticFields, ___Empty_5)); }
|
|
inline String_t* get_Empty_5() const { return ___Empty_5; }
|
|
inline String_t** get_address_of_Empty_5() { return &___Empty_5; }
|
|
inline void set_Empty_5(String_t* value)
|
|
{
|
|
___Empty_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Empty_5), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.StringComparer
|
|
struct StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields
|
|
{
|
|
public:
|
|
// System.StringComparer System.StringComparer::_invariantCulture
|
|
StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * ____invariantCulture_0;
|
|
// System.StringComparer System.StringComparer::_invariantCultureIgnoreCase
|
|
StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * ____invariantCultureIgnoreCase_1;
|
|
// System.StringComparer System.StringComparer::_ordinal
|
|
StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * ____ordinal_2;
|
|
// System.StringComparer System.StringComparer::_ordinalIgnoreCase
|
|
StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * ____ordinalIgnoreCase_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__invariantCulture_0() { return static_cast<int32_t>(offsetof(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields, ____invariantCulture_0)); }
|
|
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * get__invariantCulture_0() const { return ____invariantCulture_0; }
|
|
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE ** get_address_of__invariantCulture_0() { return &____invariantCulture_0; }
|
|
inline void set__invariantCulture_0(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * value)
|
|
{
|
|
____invariantCulture_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____invariantCulture_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__invariantCultureIgnoreCase_1() { return static_cast<int32_t>(offsetof(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields, ____invariantCultureIgnoreCase_1)); }
|
|
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * get__invariantCultureIgnoreCase_1() const { return ____invariantCultureIgnoreCase_1; }
|
|
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE ** get_address_of__invariantCultureIgnoreCase_1() { return &____invariantCultureIgnoreCase_1; }
|
|
inline void set__invariantCultureIgnoreCase_1(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * value)
|
|
{
|
|
____invariantCultureIgnoreCase_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____invariantCultureIgnoreCase_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__ordinal_2() { return static_cast<int32_t>(offsetof(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields, ____ordinal_2)); }
|
|
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * get__ordinal_2() const { return ____ordinal_2; }
|
|
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE ** get_address_of__ordinal_2() { return &____ordinal_2; }
|
|
inline void set__ordinal_2(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * value)
|
|
{
|
|
____ordinal_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____ordinal_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__ordinalIgnoreCase_3() { return static_cast<int32_t>(offsetof(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields, ____ordinalIgnoreCase_3)); }
|
|
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * get__ordinalIgnoreCase_3() const { return ____ordinalIgnoreCase_3; }
|
|
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE ** get_address_of__ordinalIgnoreCase_3() { return &____ordinalIgnoreCase_3; }
|
|
inline void set__ordinalIgnoreCase_3(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * value)
|
|
{
|
|
____ordinalIgnoreCase_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____ordinalIgnoreCase_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Text.DecoderFallback
|
|
struct DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Boolean System.Text.DecoderFallback::bIsMicrosoftBestFitFallback
|
|
bool ___bIsMicrosoftBestFitFallback_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_bIsMicrosoftBestFitFallback_0() { return static_cast<int32_t>(offsetof(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60, ___bIsMicrosoftBestFitFallback_0)); }
|
|
inline bool get_bIsMicrosoftBestFitFallback_0() const { return ___bIsMicrosoftBestFitFallback_0; }
|
|
inline bool* get_address_of_bIsMicrosoftBestFitFallback_0() { return &___bIsMicrosoftBestFitFallback_0; }
|
|
inline void set_bIsMicrosoftBestFitFallback_0(bool value)
|
|
{
|
|
___bIsMicrosoftBestFitFallback_0 = value;
|
|
}
|
|
};
|
|
|
|
struct DecoderFallback_t128445EB7676870485230893338EF044F6B72F60_StaticFields
|
|
{
|
|
public:
|
|
// System.Text.DecoderFallback modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.DecoderFallback::replacementFallback
|
|
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * ___replacementFallback_1;
|
|
// System.Text.DecoderFallback modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.DecoderFallback::exceptionFallback
|
|
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * ___exceptionFallback_2;
|
|
// System.Object System.Text.DecoderFallback::s_InternalSyncObject
|
|
RuntimeObject * ___s_InternalSyncObject_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_replacementFallback_1() { return static_cast<int32_t>(offsetof(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60_StaticFields, ___replacementFallback_1)); }
|
|
inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * get_replacementFallback_1() const { return ___replacementFallback_1; }
|
|
inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 ** get_address_of_replacementFallback_1() { return &___replacementFallback_1; }
|
|
inline void set_replacementFallback_1(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * value)
|
|
{
|
|
___replacementFallback_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___replacementFallback_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_exceptionFallback_2() { return static_cast<int32_t>(offsetof(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60_StaticFields, ___exceptionFallback_2)); }
|
|
inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * get_exceptionFallback_2() const { return ___exceptionFallback_2; }
|
|
inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 ** get_address_of_exceptionFallback_2() { return &___exceptionFallback_2; }
|
|
inline void set_exceptionFallback_2(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * value)
|
|
{
|
|
___exceptionFallback_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___exceptionFallback_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_InternalSyncObject_3() { return static_cast<int32_t>(offsetof(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60_StaticFields, ___s_InternalSyncObject_3)); }
|
|
inline RuntimeObject * get_s_InternalSyncObject_3() const { return ___s_InternalSyncObject_3; }
|
|
inline RuntimeObject ** get_address_of_s_InternalSyncObject_3() { return &___s_InternalSyncObject_3; }
|
|
inline void set_s_InternalSyncObject_3(RuntimeObject * value)
|
|
{
|
|
___s_InternalSyncObject_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_InternalSyncObject_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Text.EncoderFallback
|
|
struct EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Boolean System.Text.EncoderFallback::bIsMicrosoftBestFitFallback
|
|
bool ___bIsMicrosoftBestFitFallback_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_bIsMicrosoftBestFitFallback_0() { return static_cast<int32_t>(offsetof(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63, ___bIsMicrosoftBestFitFallback_0)); }
|
|
inline bool get_bIsMicrosoftBestFitFallback_0() const { return ___bIsMicrosoftBestFitFallback_0; }
|
|
inline bool* get_address_of_bIsMicrosoftBestFitFallback_0() { return &___bIsMicrosoftBestFitFallback_0; }
|
|
inline void set_bIsMicrosoftBestFitFallback_0(bool value)
|
|
{
|
|
___bIsMicrosoftBestFitFallback_0 = value;
|
|
}
|
|
};
|
|
|
|
struct EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63_StaticFields
|
|
{
|
|
public:
|
|
// System.Text.EncoderFallback modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.EncoderFallback::replacementFallback
|
|
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * ___replacementFallback_1;
|
|
// System.Text.EncoderFallback modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.EncoderFallback::exceptionFallback
|
|
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * ___exceptionFallback_2;
|
|
// System.Object System.Text.EncoderFallback::s_InternalSyncObject
|
|
RuntimeObject * ___s_InternalSyncObject_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_replacementFallback_1() { return static_cast<int32_t>(offsetof(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63_StaticFields, ___replacementFallback_1)); }
|
|
inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * get_replacementFallback_1() const { return ___replacementFallback_1; }
|
|
inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 ** get_address_of_replacementFallback_1() { return &___replacementFallback_1; }
|
|
inline void set_replacementFallback_1(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * value)
|
|
{
|
|
___replacementFallback_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___replacementFallback_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_exceptionFallback_2() { return static_cast<int32_t>(offsetof(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63_StaticFields, ___exceptionFallback_2)); }
|
|
inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * get_exceptionFallback_2() const { return ___exceptionFallback_2; }
|
|
inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 ** get_address_of_exceptionFallback_2() { return &___exceptionFallback_2; }
|
|
inline void set_exceptionFallback_2(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * value)
|
|
{
|
|
___exceptionFallback_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___exceptionFallback_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_InternalSyncObject_3() { return static_cast<int32_t>(offsetof(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63_StaticFields, ___s_InternalSyncObject_3)); }
|
|
inline RuntimeObject * get_s_InternalSyncObject_3() const { return ___s_InternalSyncObject_3; }
|
|
inline RuntimeObject ** get_address_of_s_InternalSyncObject_3() { return &___s_InternalSyncObject_3; }
|
|
inline void set_s_InternalSyncObject_3(RuntimeObject * value)
|
|
{
|
|
___s_InternalSyncObject_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_InternalSyncObject_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Text.Encoding
|
|
struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Int32 System.Text.Encoding::m_codePage
|
|
int32_t ___m_codePage_55;
|
|
// System.Globalization.CodePageDataItem System.Text.Encoding::dataItem
|
|
CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * ___dataItem_56;
|
|
// System.Boolean System.Text.Encoding::m_deserializedFromEverett
|
|
bool ___m_deserializedFromEverett_57;
|
|
// System.Boolean System.Text.Encoding::m_isReadOnly
|
|
bool ___m_isReadOnly_58;
|
|
// System.Text.EncoderFallback System.Text.Encoding::encoderFallback
|
|
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * ___encoderFallback_59;
|
|
// System.Text.DecoderFallback System.Text.Encoding::decoderFallback
|
|
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * ___decoderFallback_60;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_codePage_55() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___m_codePage_55)); }
|
|
inline int32_t get_m_codePage_55() const { return ___m_codePage_55; }
|
|
inline int32_t* get_address_of_m_codePage_55() { return &___m_codePage_55; }
|
|
inline void set_m_codePage_55(int32_t value)
|
|
{
|
|
___m_codePage_55 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_dataItem_56() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___dataItem_56)); }
|
|
inline CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * get_dataItem_56() const { return ___dataItem_56; }
|
|
inline CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB ** get_address_of_dataItem_56() { return &___dataItem_56; }
|
|
inline void set_dataItem_56(CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * value)
|
|
{
|
|
___dataItem_56 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___dataItem_56), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_deserializedFromEverett_57() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___m_deserializedFromEverett_57)); }
|
|
inline bool get_m_deserializedFromEverett_57() const { return ___m_deserializedFromEverett_57; }
|
|
inline bool* get_address_of_m_deserializedFromEverett_57() { return &___m_deserializedFromEverett_57; }
|
|
inline void set_m_deserializedFromEverett_57(bool value)
|
|
{
|
|
___m_deserializedFromEverett_57 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_isReadOnly_58() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___m_isReadOnly_58)); }
|
|
inline bool get_m_isReadOnly_58() const { return ___m_isReadOnly_58; }
|
|
inline bool* get_address_of_m_isReadOnly_58() { return &___m_isReadOnly_58; }
|
|
inline void set_m_isReadOnly_58(bool value)
|
|
{
|
|
___m_isReadOnly_58 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_encoderFallback_59() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___encoderFallback_59)); }
|
|
inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * get_encoderFallback_59() const { return ___encoderFallback_59; }
|
|
inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 ** get_address_of_encoderFallback_59() { return &___encoderFallback_59; }
|
|
inline void set_encoderFallback_59(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * value)
|
|
{
|
|
___encoderFallback_59 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___encoderFallback_59), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_decoderFallback_60() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___decoderFallback_60)); }
|
|
inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * get_decoderFallback_60() const { return ___decoderFallback_60; }
|
|
inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 ** get_address_of_decoderFallback_60() { return &___decoderFallback_60; }
|
|
inline void set_decoderFallback_60(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * value)
|
|
{
|
|
___decoderFallback_60 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___decoderFallback_60), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields
|
|
{
|
|
public:
|
|
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::defaultEncoding
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___defaultEncoding_0;
|
|
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::unicodeEncoding
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___unicodeEncoding_1;
|
|
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianUnicode
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___bigEndianUnicode_2;
|
|
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf7Encoding
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___utf7Encoding_3;
|
|
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8Encoding
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___utf8Encoding_4;
|
|
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf32Encoding
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___utf32Encoding_5;
|
|
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::asciiEncoding
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___asciiEncoding_6;
|
|
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::latin1Encoding
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___latin1Encoding_7;
|
|
// System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::encodings
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___encodings_8;
|
|
// System.Object System.Text.Encoding::s_InternalSyncObject
|
|
RuntimeObject * ___s_InternalSyncObject_61;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_defaultEncoding_0() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___defaultEncoding_0)); }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_defaultEncoding_0() const { return ___defaultEncoding_0; }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_defaultEncoding_0() { return &___defaultEncoding_0; }
|
|
inline void set_defaultEncoding_0(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
|
|
{
|
|
___defaultEncoding_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___defaultEncoding_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_unicodeEncoding_1() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___unicodeEncoding_1)); }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_unicodeEncoding_1() const { return ___unicodeEncoding_1; }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_unicodeEncoding_1() { return &___unicodeEncoding_1; }
|
|
inline void set_unicodeEncoding_1(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
|
|
{
|
|
___unicodeEncoding_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___unicodeEncoding_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_bigEndianUnicode_2() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___bigEndianUnicode_2)); }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_bigEndianUnicode_2() const { return ___bigEndianUnicode_2; }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_bigEndianUnicode_2() { return &___bigEndianUnicode_2; }
|
|
inline void set_bigEndianUnicode_2(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
|
|
{
|
|
___bigEndianUnicode_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___bigEndianUnicode_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_utf7Encoding_3() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___utf7Encoding_3)); }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_utf7Encoding_3() const { return ___utf7Encoding_3; }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_utf7Encoding_3() { return &___utf7Encoding_3; }
|
|
inline void set_utf7Encoding_3(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
|
|
{
|
|
___utf7Encoding_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___utf7Encoding_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_utf8Encoding_4() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___utf8Encoding_4)); }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_utf8Encoding_4() const { return ___utf8Encoding_4; }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_utf8Encoding_4() { return &___utf8Encoding_4; }
|
|
inline void set_utf8Encoding_4(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
|
|
{
|
|
___utf8Encoding_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___utf8Encoding_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_utf32Encoding_5() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___utf32Encoding_5)); }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_utf32Encoding_5() const { return ___utf32Encoding_5; }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_utf32Encoding_5() { return &___utf32Encoding_5; }
|
|
inline void set_utf32Encoding_5(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
|
|
{
|
|
___utf32Encoding_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___utf32Encoding_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_asciiEncoding_6() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___asciiEncoding_6)); }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_asciiEncoding_6() const { return ___asciiEncoding_6; }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_asciiEncoding_6() { return &___asciiEncoding_6; }
|
|
inline void set_asciiEncoding_6(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
|
|
{
|
|
___asciiEncoding_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___asciiEncoding_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_latin1Encoding_7() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___latin1Encoding_7)); }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_latin1Encoding_7() const { return ___latin1Encoding_7; }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_latin1Encoding_7() { return &___latin1Encoding_7; }
|
|
inline void set_latin1Encoding_7(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
|
|
{
|
|
___latin1Encoding_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___latin1Encoding_7), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_encodings_8() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___encodings_8)); }
|
|
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_encodings_8() const { return ___encodings_8; }
|
|
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_encodings_8() { return &___encodings_8; }
|
|
inline void set_encodings_8(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
|
|
{
|
|
___encodings_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___encodings_8), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_InternalSyncObject_61() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___s_InternalSyncObject_61)); }
|
|
inline RuntimeObject * get_s_InternalSyncObject_61() const { return ___s_InternalSyncObject_61; }
|
|
inline RuntimeObject ** get_address_of_s_InternalSyncObject_61() { return &___s_InternalSyncObject_61; }
|
|
inline void set_s_InternalSyncObject_61(RuntimeObject * value)
|
|
{
|
|
___s_InternalSyncObject_61 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_InternalSyncObject_61), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Text.RegularExpressions.Capture
|
|
struct Capture_tF4475248CCF3EFF914844BE2C993FC609D41DB73 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.String System.Text.RegularExpressions.Capture::_text
|
|
String_t* ____text_0;
|
|
// System.Int32 System.Text.RegularExpressions.Capture::_index
|
|
int32_t ____index_1;
|
|
// System.Int32 System.Text.RegularExpressions.Capture::_length
|
|
int32_t ____length_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__text_0() { return static_cast<int32_t>(offsetof(Capture_tF4475248CCF3EFF914844BE2C993FC609D41DB73, ____text_0)); }
|
|
inline String_t* get__text_0() const { return ____text_0; }
|
|
inline String_t** get_address_of__text_0() { return &____text_0; }
|
|
inline void set__text_0(String_t* value)
|
|
{
|
|
____text_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____text_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__index_1() { return static_cast<int32_t>(offsetof(Capture_tF4475248CCF3EFF914844BE2C993FC609D41DB73, ____index_1)); }
|
|
inline int32_t get__index_1() const { return ____index_1; }
|
|
inline int32_t* get_address_of__index_1() { return &____index_1; }
|
|
inline void set__index_1(int32_t value)
|
|
{
|
|
____index_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__length_2() { return static_cast<int32_t>(offsetof(Capture_tF4475248CCF3EFF914844BE2C993FC609D41DB73, ____length_2)); }
|
|
inline int32_t get__length_2() const { return ____length_2; }
|
|
inline int32_t* get_address_of__length_2() { return &____length_2; }
|
|
inline void set__length_2(int32_t value)
|
|
{
|
|
____length_2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Text.RegularExpressions.RegexBoyerMoore
|
|
struct RegexBoyerMoore_t37ED99A3CC25068E4D3DE4517835CFFCCF2FA1EB : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Int32[] System.Text.RegularExpressions.RegexBoyerMoore::_positive
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ____positive_0;
|
|
// System.Int32[] System.Text.RegularExpressions.RegexBoyerMoore::_negativeASCII
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ____negativeASCII_1;
|
|
// System.Int32[][] System.Text.RegularExpressions.RegexBoyerMoore::_negativeUnicode
|
|
Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* ____negativeUnicode_2;
|
|
// System.String System.Text.RegularExpressions.RegexBoyerMoore::_pattern
|
|
String_t* ____pattern_3;
|
|
// System.Int32 System.Text.RegularExpressions.RegexBoyerMoore::_lowASCII
|
|
int32_t ____lowASCII_4;
|
|
// System.Int32 System.Text.RegularExpressions.RegexBoyerMoore::_highASCII
|
|
int32_t ____highASCII_5;
|
|
// System.Boolean System.Text.RegularExpressions.RegexBoyerMoore::_rightToLeft
|
|
bool ____rightToLeft_6;
|
|
// System.Boolean System.Text.RegularExpressions.RegexBoyerMoore::_caseInsensitive
|
|
bool ____caseInsensitive_7;
|
|
// System.Globalization.CultureInfo System.Text.RegularExpressions.RegexBoyerMoore::_culture
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ____culture_8;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__positive_0() { return static_cast<int32_t>(offsetof(RegexBoyerMoore_t37ED99A3CC25068E4D3DE4517835CFFCCF2FA1EB, ____positive_0)); }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get__positive_0() const { return ____positive_0; }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of__positive_0() { return &____positive_0; }
|
|
inline void set__positive_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
|
|
{
|
|
____positive_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____positive_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__negativeASCII_1() { return static_cast<int32_t>(offsetof(RegexBoyerMoore_t37ED99A3CC25068E4D3DE4517835CFFCCF2FA1EB, ____negativeASCII_1)); }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get__negativeASCII_1() const { return ____negativeASCII_1; }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of__negativeASCII_1() { return &____negativeASCII_1; }
|
|
inline void set__negativeASCII_1(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
|
|
{
|
|
____negativeASCII_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____negativeASCII_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__negativeUnicode_2() { return static_cast<int32_t>(offsetof(RegexBoyerMoore_t37ED99A3CC25068E4D3DE4517835CFFCCF2FA1EB, ____negativeUnicode_2)); }
|
|
inline Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* get__negativeUnicode_2() const { return ____negativeUnicode_2; }
|
|
inline Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43** get_address_of__negativeUnicode_2() { return &____negativeUnicode_2; }
|
|
inline void set__negativeUnicode_2(Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* value)
|
|
{
|
|
____negativeUnicode_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____negativeUnicode_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__pattern_3() { return static_cast<int32_t>(offsetof(RegexBoyerMoore_t37ED99A3CC25068E4D3DE4517835CFFCCF2FA1EB, ____pattern_3)); }
|
|
inline String_t* get__pattern_3() const { return ____pattern_3; }
|
|
inline String_t** get_address_of__pattern_3() { return &____pattern_3; }
|
|
inline void set__pattern_3(String_t* value)
|
|
{
|
|
____pattern_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____pattern_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__lowASCII_4() { return static_cast<int32_t>(offsetof(RegexBoyerMoore_t37ED99A3CC25068E4D3DE4517835CFFCCF2FA1EB, ____lowASCII_4)); }
|
|
inline int32_t get__lowASCII_4() const { return ____lowASCII_4; }
|
|
inline int32_t* get_address_of__lowASCII_4() { return &____lowASCII_4; }
|
|
inline void set__lowASCII_4(int32_t value)
|
|
{
|
|
____lowASCII_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__highASCII_5() { return static_cast<int32_t>(offsetof(RegexBoyerMoore_t37ED99A3CC25068E4D3DE4517835CFFCCF2FA1EB, ____highASCII_5)); }
|
|
inline int32_t get__highASCII_5() const { return ____highASCII_5; }
|
|
inline int32_t* get_address_of__highASCII_5() { return &____highASCII_5; }
|
|
inline void set__highASCII_5(int32_t value)
|
|
{
|
|
____highASCII_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__rightToLeft_6() { return static_cast<int32_t>(offsetof(RegexBoyerMoore_t37ED99A3CC25068E4D3DE4517835CFFCCF2FA1EB, ____rightToLeft_6)); }
|
|
inline bool get__rightToLeft_6() const { return ____rightToLeft_6; }
|
|
inline bool* get_address_of__rightToLeft_6() { return &____rightToLeft_6; }
|
|
inline void set__rightToLeft_6(bool value)
|
|
{
|
|
____rightToLeft_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__caseInsensitive_7() { return static_cast<int32_t>(offsetof(RegexBoyerMoore_t37ED99A3CC25068E4D3DE4517835CFFCCF2FA1EB, ____caseInsensitive_7)); }
|
|
inline bool get__caseInsensitive_7() const { return ____caseInsensitive_7; }
|
|
inline bool* get_address_of__caseInsensitive_7() { return &____caseInsensitive_7; }
|
|
inline void set__caseInsensitive_7(bool value)
|
|
{
|
|
____caseInsensitive_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__culture_8() { return static_cast<int32_t>(offsetof(RegexBoyerMoore_t37ED99A3CC25068E4D3DE4517835CFFCCF2FA1EB, ____culture_8)); }
|
|
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get__culture_8() const { return ____culture_8; }
|
|
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of__culture_8() { return &____culture_8; }
|
|
inline void set__culture_8(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
|
|
{
|
|
____culture_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____culture_8), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Text.RegularExpressions.RegexCode
|
|
struct RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Int32[] System.Text.RegularExpressions.RegexCode::_codes
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ____codes_0;
|
|
// System.String[] System.Text.RegularExpressions.RegexCode::_strings
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ____strings_1;
|
|
// System.Int32 System.Text.RegularExpressions.RegexCode::_trackcount
|
|
int32_t ____trackcount_2;
|
|
// System.Collections.Hashtable System.Text.RegularExpressions.RegexCode::_caps
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ____caps_3;
|
|
// System.Int32 System.Text.RegularExpressions.RegexCode::_capsize
|
|
int32_t ____capsize_4;
|
|
// System.Text.RegularExpressions.RegexPrefix System.Text.RegularExpressions.RegexCode::_fcPrefix
|
|
RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 * ____fcPrefix_5;
|
|
// System.Text.RegularExpressions.RegexBoyerMoore System.Text.RegularExpressions.RegexCode::_bmPrefix
|
|
RegexBoyerMoore_t37ED99A3CC25068E4D3DE4517835CFFCCF2FA1EB * ____bmPrefix_6;
|
|
// System.Int32 System.Text.RegularExpressions.RegexCode::_anchors
|
|
int32_t ____anchors_7;
|
|
// System.Boolean System.Text.RegularExpressions.RegexCode::_rightToLeft
|
|
bool ____rightToLeft_8;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__codes_0() { return static_cast<int32_t>(offsetof(RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA, ____codes_0)); }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get__codes_0() const { return ____codes_0; }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of__codes_0() { return &____codes_0; }
|
|
inline void set__codes_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
|
|
{
|
|
____codes_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____codes_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__strings_1() { return static_cast<int32_t>(offsetof(RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA, ____strings_1)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get__strings_1() const { return ____strings_1; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of__strings_1() { return &____strings_1; }
|
|
inline void set__strings_1(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|
{
|
|
____strings_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____strings_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__trackcount_2() { return static_cast<int32_t>(offsetof(RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA, ____trackcount_2)); }
|
|
inline int32_t get__trackcount_2() const { return ____trackcount_2; }
|
|
inline int32_t* get_address_of__trackcount_2() { return &____trackcount_2; }
|
|
inline void set__trackcount_2(int32_t value)
|
|
{
|
|
____trackcount_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__caps_3() { return static_cast<int32_t>(offsetof(RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA, ____caps_3)); }
|
|
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get__caps_3() const { return ____caps_3; }
|
|
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of__caps_3() { return &____caps_3; }
|
|
inline void set__caps_3(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
|
|
{
|
|
____caps_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____caps_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__capsize_4() { return static_cast<int32_t>(offsetof(RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA, ____capsize_4)); }
|
|
inline int32_t get__capsize_4() const { return ____capsize_4; }
|
|
inline int32_t* get_address_of__capsize_4() { return &____capsize_4; }
|
|
inline void set__capsize_4(int32_t value)
|
|
{
|
|
____capsize_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__fcPrefix_5() { return static_cast<int32_t>(offsetof(RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA, ____fcPrefix_5)); }
|
|
inline RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 * get__fcPrefix_5() const { return ____fcPrefix_5; }
|
|
inline RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 ** get_address_of__fcPrefix_5() { return &____fcPrefix_5; }
|
|
inline void set__fcPrefix_5(RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 * value)
|
|
{
|
|
____fcPrefix_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____fcPrefix_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__bmPrefix_6() { return static_cast<int32_t>(offsetof(RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA, ____bmPrefix_6)); }
|
|
inline RegexBoyerMoore_t37ED99A3CC25068E4D3DE4517835CFFCCF2FA1EB * get__bmPrefix_6() const { return ____bmPrefix_6; }
|
|
inline RegexBoyerMoore_t37ED99A3CC25068E4D3DE4517835CFFCCF2FA1EB ** get_address_of__bmPrefix_6() { return &____bmPrefix_6; }
|
|
inline void set__bmPrefix_6(RegexBoyerMoore_t37ED99A3CC25068E4D3DE4517835CFFCCF2FA1EB * value)
|
|
{
|
|
____bmPrefix_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____bmPrefix_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__anchors_7() { return static_cast<int32_t>(offsetof(RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA, ____anchors_7)); }
|
|
inline int32_t get__anchors_7() const { return ____anchors_7; }
|
|
inline int32_t* get_address_of__anchors_7() { return &____anchors_7; }
|
|
inline void set__anchors_7(int32_t value)
|
|
{
|
|
____anchors_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__rightToLeft_8() { return static_cast<int32_t>(offsetof(RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA, ____rightToLeft_8)); }
|
|
inline bool get__rightToLeft_8() const { return ____rightToLeft_8; }
|
|
inline bool* get_address_of__rightToLeft_8() { return &____rightToLeft_8; }
|
|
inline void set__rightToLeft_8(bool value)
|
|
{
|
|
____rightToLeft_8 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Text.RegularExpressions.RegexPrefix
|
|
struct RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.String System.Text.RegularExpressions.RegexPrefix::_prefix
|
|
String_t* ____prefix_0;
|
|
// System.Boolean System.Text.RegularExpressions.RegexPrefix::_caseInsensitive
|
|
bool ____caseInsensitive_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__prefix_0() { return static_cast<int32_t>(offsetof(RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67, ____prefix_0)); }
|
|
inline String_t* get__prefix_0() const { return ____prefix_0; }
|
|
inline String_t** get_address_of__prefix_0() { return &____prefix_0; }
|
|
inline void set__prefix_0(String_t* value)
|
|
{
|
|
____prefix_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____prefix_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__caseInsensitive_1() { return static_cast<int32_t>(offsetof(RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67, ____caseInsensitive_1)); }
|
|
inline bool get__caseInsensitive_1() const { return ____caseInsensitive_1; }
|
|
inline bool* get_address_of__caseInsensitive_1() { return &____caseInsensitive_1; }
|
|
inline void set__caseInsensitive_1(bool value)
|
|
{
|
|
____caseInsensitive_1 = value;
|
|
}
|
|
};
|
|
|
|
struct RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67_StaticFields
|
|
{
|
|
public:
|
|
// System.Text.RegularExpressions.RegexPrefix System.Text.RegularExpressions.RegexPrefix::_empty
|
|
RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 * ____empty_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__empty_2() { return static_cast<int32_t>(offsetof(RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67_StaticFields, ____empty_2)); }
|
|
inline RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 * get__empty_2() const { return ____empty_2; }
|
|
inline RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 ** get_address_of__empty_2() { return &____empty_2; }
|
|
inline void set__empty_2(RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 * value)
|
|
{
|
|
____empty_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____empty_2), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Text.RegularExpressions.RegexRunner
|
|
struct RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Int32 System.Text.RegularExpressions.RegexRunner::runtextbeg
|
|
int32_t ___runtextbeg_0;
|
|
// System.Int32 System.Text.RegularExpressions.RegexRunner::runtextend
|
|
int32_t ___runtextend_1;
|
|
// System.Int32 System.Text.RegularExpressions.RegexRunner::runtextstart
|
|
int32_t ___runtextstart_2;
|
|
// System.String System.Text.RegularExpressions.RegexRunner::runtext
|
|
String_t* ___runtext_3;
|
|
// System.Int32 System.Text.RegularExpressions.RegexRunner::runtextpos
|
|
int32_t ___runtextpos_4;
|
|
// System.Int32[] System.Text.RegularExpressions.RegexRunner::runtrack
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___runtrack_5;
|
|
// System.Int32 System.Text.RegularExpressions.RegexRunner::runtrackpos
|
|
int32_t ___runtrackpos_6;
|
|
// System.Int32[] System.Text.RegularExpressions.RegexRunner::runstack
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___runstack_7;
|
|
// System.Int32 System.Text.RegularExpressions.RegexRunner::runstackpos
|
|
int32_t ___runstackpos_8;
|
|
// System.Int32[] System.Text.RegularExpressions.RegexRunner::runcrawl
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___runcrawl_9;
|
|
// System.Int32 System.Text.RegularExpressions.RegexRunner::runcrawlpos
|
|
int32_t ___runcrawlpos_10;
|
|
// System.Int32 System.Text.RegularExpressions.RegexRunner::runtrackcount
|
|
int32_t ___runtrackcount_11;
|
|
// System.Text.RegularExpressions.Match System.Text.RegularExpressions.RegexRunner::runmatch
|
|
Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * ___runmatch_12;
|
|
// System.Text.RegularExpressions.Regex System.Text.RegularExpressions.RegexRunner::runregex
|
|
Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * ___runregex_13;
|
|
// System.Int32 System.Text.RegularExpressions.RegexRunner::timeout
|
|
int32_t ___timeout_14;
|
|
// System.Boolean System.Text.RegularExpressions.RegexRunner::ignoreTimeout
|
|
bool ___ignoreTimeout_15;
|
|
// System.Int32 System.Text.RegularExpressions.RegexRunner::timeoutOccursAt
|
|
int32_t ___timeoutOccursAt_16;
|
|
// System.Int32 System.Text.RegularExpressions.RegexRunner::timeoutChecksToSkip
|
|
int32_t ___timeoutChecksToSkip_17;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_runtextbeg_0() { return static_cast<int32_t>(offsetof(RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0, ___runtextbeg_0)); }
|
|
inline int32_t get_runtextbeg_0() const { return ___runtextbeg_0; }
|
|
inline int32_t* get_address_of_runtextbeg_0() { return &___runtextbeg_0; }
|
|
inline void set_runtextbeg_0(int32_t value)
|
|
{
|
|
___runtextbeg_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_runtextend_1() { return static_cast<int32_t>(offsetof(RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0, ___runtextend_1)); }
|
|
inline int32_t get_runtextend_1() const { return ___runtextend_1; }
|
|
inline int32_t* get_address_of_runtextend_1() { return &___runtextend_1; }
|
|
inline void set_runtextend_1(int32_t value)
|
|
{
|
|
___runtextend_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_runtextstart_2() { return static_cast<int32_t>(offsetof(RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0, ___runtextstart_2)); }
|
|
inline int32_t get_runtextstart_2() const { return ___runtextstart_2; }
|
|
inline int32_t* get_address_of_runtextstart_2() { return &___runtextstart_2; }
|
|
inline void set_runtextstart_2(int32_t value)
|
|
{
|
|
___runtextstart_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_runtext_3() { return static_cast<int32_t>(offsetof(RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0, ___runtext_3)); }
|
|
inline String_t* get_runtext_3() const { return ___runtext_3; }
|
|
inline String_t** get_address_of_runtext_3() { return &___runtext_3; }
|
|
inline void set_runtext_3(String_t* value)
|
|
{
|
|
___runtext_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___runtext_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_runtextpos_4() { return static_cast<int32_t>(offsetof(RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0, ___runtextpos_4)); }
|
|
inline int32_t get_runtextpos_4() const { return ___runtextpos_4; }
|
|
inline int32_t* get_address_of_runtextpos_4() { return &___runtextpos_4; }
|
|
inline void set_runtextpos_4(int32_t value)
|
|
{
|
|
___runtextpos_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_runtrack_5() { return static_cast<int32_t>(offsetof(RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0, ___runtrack_5)); }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_runtrack_5() const { return ___runtrack_5; }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_runtrack_5() { return &___runtrack_5; }
|
|
inline void set_runtrack_5(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
|
|
{
|
|
___runtrack_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___runtrack_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_runtrackpos_6() { return static_cast<int32_t>(offsetof(RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0, ___runtrackpos_6)); }
|
|
inline int32_t get_runtrackpos_6() const { return ___runtrackpos_6; }
|
|
inline int32_t* get_address_of_runtrackpos_6() { return &___runtrackpos_6; }
|
|
inline void set_runtrackpos_6(int32_t value)
|
|
{
|
|
___runtrackpos_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_runstack_7() { return static_cast<int32_t>(offsetof(RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0, ___runstack_7)); }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_runstack_7() const { return ___runstack_7; }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_runstack_7() { return &___runstack_7; }
|
|
inline void set_runstack_7(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
|
|
{
|
|
___runstack_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___runstack_7), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_runstackpos_8() { return static_cast<int32_t>(offsetof(RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0, ___runstackpos_8)); }
|
|
inline int32_t get_runstackpos_8() const { return ___runstackpos_8; }
|
|
inline int32_t* get_address_of_runstackpos_8() { return &___runstackpos_8; }
|
|
inline void set_runstackpos_8(int32_t value)
|
|
{
|
|
___runstackpos_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_runcrawl_9() { return static_cast<int32_t>(offsetof(RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0, ___runcrawl_9)); }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_runcrawl_9() const { return ___runcrawl_9; }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_runcrawl_9() { return &___runcrawl_9; }
|
|
inline void set_runcrawl_9(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
|
|
{
|
|
___runcrawl_9 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___runcrawl_9), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_runcrawlpos_10() { return static_cast<int32_t>(offsetof(RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0, ___runcrawlpos_10)); }
|
|
inline int32_t get_runcrawlpos_10() const { return ___runcrawlpos_10; }
|
|
inline int32_t* get_address_of_runcrawlpos_10() { return &___runcrawlpos_10; }
|
|
inline void set_runcrawlpos_10(int32_t value)
|
|
{
|
|
___runcrawlpos_10 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_runtrackcount_11() { return static_cast<int32_t>(offsetof(RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0, ___runtrackcount_11)); }
|
|
inline int32_t get_runtrackcount_11() const { return ___runtrackcount_11; }
|
|
inline int32_t* get_address_of_runtrackcount_11() { return &___runtrackcount_11; }
|
|
inline void set_runtrackcount_11(int32_t value)
|
|
{
|
|
___runtrackcount_11 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_runmatch_12() { return static_cast<int32_t>(offsetof(RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0, ___runmatch_12)); }
|
|
inline Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * get_runmatch_12() const { return ___runmatch_12; }
|
|
inline Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 ** get_address_of_runmatch_12() { return &___runmatch_12; }
|
|
inline void set_runmatch_12(Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * value)
|
|
{
|
|
___runmatch_12 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___runmatch_12), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_runregex_13() { return static_cast<int32_t>(offsetof(RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0, ___runregex_13)); }
|
|
inline Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * get_runregex_13() const { return ___runregex_13; }
|
|
inline Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF ** get_address_of_runregex_13() { return &___runregex_13; }
|
|
inline void set_runregex_13(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * value)
|
|
{
|
|
___runregex_13 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___runregex_13), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_timeout_14() { return static_cast<int32_t>(offsetof(RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0, ___timeout_14)); }
|
|
inline int32_t get_timeout_14() const { return ___timeout_14; }
|
|
inline int32_t* get_address_of_timeout_14() { return &___timeout_14; }
|
|
inline void set_timeout_14(int32_t value)
|
|
{
|
|
___timeout_14 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_ignoreTimeout_15() { return static_cast<int32_t>(offsetof(RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0, ___ignoreTimeout_15)); }
|
|
inline bool get_ignoreTimeout_15() const { return ___ignoreTimeout_15; }
|
|
inline bool* get_address_of_ignoreTimeout_15() { return &___ignoreTimeout_15; }
|
|
inline void set_ignoreTimeout_15(bool value)
|
|
{
|
|
___ignoreTimeout_15 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_timeoutOccursAt_16() { return static_cast<int32_t>(offsetof(RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0, ___timeoutOccursAt_16)); }
|
|
inline int32_t get_timeoutOccursAt_16() const { return ___timeoutOccursAt_16; }
|
|
inline int32_t* get_address_of_timeoutOccursAt_16() { return &___timeoutOccursAt_16; }
|
|
inline void set_timeoutOccursAt_16(int32_t value)
|
|
{
|
|
___timeoutOccursAt_16 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_timeoutChecksToSkip_17() { return static_cast<int32_t>(offsetof(RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0, ___timeoutChecksToSkip_17)); }
|
|
inline int32_t get_timeoutChecksToSkip_17() const { return ___timeoutChecksToSkip_17; }
|
|
inline int32_t* get_address_of_timeoutChecksToSkip_17() { return &___timeoutChecksToSkip_17; }
|
|
inline void set_timeoutChecksToSkip_17(int32_t value)
|
|
{
|
|
___timeoutChecksToSkip_17 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Text.RegularExpressions.RegexRunnerFactory
|
|
struct RegexRunnerFactory_t0703F390E2102623B0189DEC095DB182698E404B : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Text.RegularExpressions.RegexWriter
|
|
struct RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Int32[] System.Text.RegularExpressions.RegexWriter::_intStack
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ____intStack_0;
|
|
// System.Int32 System.Text.RegularExpressions.RegexWriter::_depth
|
|
int32_t ____depth_1;
|
|
// System.Int32[] System.Text.RegularExpressions.RegexWriter::_emitted
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ____emitted_2;
|
|
// System.Int32 System.Text.RegularExpressions.RegexWriter::_curpos
|
|
int32_t ____curpos_3;
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Int32> System.Text.RegularExpressions.RegexWriter::_stringhash
|
|
Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * ____stringhash_4;
|
|
// System.Collections.Generic.List`1<System.String> System.Text.RegularExpressions.RegexWriter::_stringtable
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ____stringtable_5;
|
|
// System.Boolean System.Text.RegularExpressions.RegexWriter::_counting
|
|
bool ____counting_6;
|
|
// System.Int32 System.Text.RegularExpressions.RegexWriter::_count
|
|
int32_t ____count_7;
|
|
// System.Int32 System.Text.RegularExpressions.RegexWriter::_trackcount
|
|
int32_t ____trackcount_8;
|
|
// System.Collections.Hashtable System.Text.RegularExpressions.RegexWriter::_caps
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ____caps_9;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__intStack_0() { return static_cast<int32_t>(offsetof(RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6, ____intStack_0)); }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get__intStack_0() const { return ____intStack_0; }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of__intStack_0() { return &____intStack_0; }
|
|
inline void set__intStack_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
|
|
{
|
|
____intStack_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____intStack_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__depth_1() { return static_cast<int32_t>(offsetof(RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6, ____depth_1)); }
|
|
inline int32_t get__depth_1() const { return ____depth_1; }
|
|
inline int32_t* get_address_of__depth_1() { return &____depth_1; }
|
|
inline void set__depth_1(int32_t value)
|
|
{
|
|
____depth_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__emitted_2() { return static_cast<int32_t>(offsetof(RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6, ____emitted_2)); }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get__emitted_2() const { return ____emitted_2; }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of__emitted_2() { return &____emitted_2; }
|
|
inline void set__emitted_2(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
|
|
{
|
|
____emitted_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____emitted_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__curpos_3() { return static_cast<int32_t>(offsetof(RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6, ____curpos_3)); }
|
|
inline int32_t get__curpos_3() const { return ____curpos_3; }
|
|
inline int32_t* get_address_of__curpos_3() { return &____curpos_3; }
|
|
inline void set__curpos_3(int32_t value)
|
|
{
|
|
____curpos_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__stringhash_4() { return static_cast<int32_t>(offsetof(RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6, ____stringhash_4)); }
|
|
inline Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * get__stringhash_4() const { return ____stringhash_4; }
|
|
inline Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB ** get_address_of__stringhash_4() { return &____stringhash_4; }
|
|
inline void set__stringhash_4(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * value)
|
|
{
|
|
____stringhash_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____stringhash_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__stringtable_5() { return static_cast<int32_t>(offsetof(RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6, ____stringtable_5)); }
|
|
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * get__stringtable_5() const { return ____stringtable_5; }
|
|
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 ** get_address_of__stringtable_5() { return &____stringtable_5; }
|
|
inline void set__stringtable_5(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * value)
|
|
{
|
|
____stringtable_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____stringtable_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__counting_6() { return static_cast<int32_t>(offsetof(RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6, ____counting_6)); }
|
|
inline bool get__counting_6() const { return ____counting_6; }
|
|
inline bool* get_address_of__counting_6() { return &____counting_6; }
|
|
inline void set__counting_6(bool value)
|
|
{
|
|
____counting_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__count_7() { return static_cast<int32_t>(offsetof(RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6, ____count_7)); }
|
|
inline int32_t get__count_7() const { return ____count_7; }
|
|
inline int32_t* get_address_of__count_7() { return &____count_7; }
|
|
inline void set__count_7(int32_t value)
|
|
{
|
|
____count_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__trackcount_8() { return static_cast<int32_t>(offsetof(RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6, ____trackcount_8)); }
|
|
inline int32_t get__trackcount_8() const { return ____trackcount_8; }
|
|
inline int32_t* get_address_of__trackcount_8() { return &____trackcount_8; }
|
|
inline void set__trackcount_8(int32_t value)
|
|
{
|
|
____trackcount_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__caps_9() { return static_cast<int32_t>(offsetof(RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6, ____caps_9)); }
|
|
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get__caps_9() const { return ____caps_9; }
|
|
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of__caps_9() { return &____caps_9; }
|
|
inline void set__caps_9(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
|
|
{
|
|
____caps_9 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____caps_9), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Text.RegularExpressions.SharedReference
|
|
struct SharedReference_t225BA5C249F9F1D6C959F151695BDF65EF2C92A5 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.WeakReference System.Text.RegularExpressions.SharedReference::_ref
|
|
WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * ____ref_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__ref_0() { return static_cast<int32_t>(offsetof(SharedReference_t225BA5C249F9F1D6C959F151695BDF65EF2C92A5, ____ref_0)); }
|
|
inline WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * get__ref_0() const { return ____ref_0; }
|
|
inline WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D ** get_address_of__ref_0() { return &____ref_0; }
|
|
inline void set__ref_0(WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * value)
|
|
{
|
|
____ref_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____ref_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.UncNameHelper
|
|
struct UncNameHelper_tC33ED428B2D5DD4CD2DB5890FF56F1A5A4B1E98C : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Uri_MoreInfo
|
|
struct MoreInfo_t83B9EC79244C26B468C115E54C0BEF09BB2E05B5 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.String System.Uri_MoreInfo::Path
|
|
String_t* ___Path_0;
|
|
// System.String System.Uri_MoreInfo::Query
|
|
String_t* ___Query_1;
|
|
// System.String System.Uri_MoreInfo::Fragment
|
|
String_t* ___Fragment_2;
|
|
// System.String System.Uri_MoreInfo::AbsoluteUri
|
|
String_t* ___AbsoluteUri_3;
|
|
// System.Int32 System.Uri_MoreInfo::Hash
|
|
int32_t ___Hash_4;
|
|
// System.String System.Uri_MoreInfo::RemoteUrl
|
|
String_t* ___RemoteUrl_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Path_0() { return static_cast<int32_t>(offsetof(MoreInfo_t83B9EC79244C26B468C115E54C0BEF09BB2E05B5, ___Path_0)); }
|
|
inline String_t* get_Path_0() const { return ___Path_0; }
|
|
inline String_t** get_address_of_Path_0() { return &___Path_0; }
|
|
inline void set_Path_0(String_t* value)
|
|
{
|
|
___Path_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Path_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_Query_1() { return static_cast<int32_t>(offsetof(MoreInfo_t83B9EC79244C26B468C115E54C0BEF09BB2E05B5, ___Query_1)); }
|
|
inline String_t* get_Query_1() const { return ___Query_1; }
|
|
inline String_t** get_address_of_Query_1() { return &___Query_1; }
|
|
inline void set_Query_1(String_t* value)
|
|
{
|
|
___Query_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Query_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_Fragment_2() { return static_cast<int32_t>(offsetof(MoreInfo_t83B9EC79244C26B468C115E54C0BEF09BB2E05B5, ___Fragment_2)); }
|
|
inline String_t* get_Fragment_2() const { return ___Fragment_2; }
|
|
inline String_t** get_address_of_Fragment_2() { return &___Fragment_2; }
|
|
inline void set_Fragment_2(String_t* value)
|
|
{
|
|
___Fragment_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Fragment_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_AbsoluteUri_3() { return static_cast<int32_t>(offsetof(MoreInfo_t83B9EC79244C26B468C115E54C0BEF09BB2E05B5, ___AbsoluteUri_3)); }
|
|
inline String_t* get_AbsoluteUri_3() const { return ___AbsoluteUri_3; }
|
|
inline String_t** get_address_of_AbsoluteUri_3() { return &___AbsoluteUri_3; }
|
|
inline void set_AbsoluteUri_3(String_t* value)
|
|
{
|
|
___AbsoluteUri_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___AbsoluteUri_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_Hash_4() { return static_cast<int32_t>(offsetof(MoreInfo_t83B9EC79244C26B468C115E54C0BEF09BB2E05B5, ___Hash_4)); }
|
|
inline int32_t get_Hash_4() const { return ___Hash_4; }
|
|
inline int32_t* get_address_of_Hash_4() { return &___Hash_4; }
|
|
inline void set_Hash_4(int32_t value)
|
|
{
|
|
___Hash_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_RemoteUrl_5() { return static_cast<int32_t>(offsetof(MoreInfo_t83B9EC79244C26B468C115E54C0BEF09BB2E05B5, ___RemoteUrl_5)); }
|
|
inline String_t* get_RemoteUrl_5() const { return ___RemoteUrl_5; }
|
|
inline String_t** get_address_of_RemoteUrl_5() { return &___RemoteUrl_5; }
|
|
inline void set_RemoteUrl_5(String_t* value)
|
|
{
|
|
___RemoteUrl_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___RemoteUrl_5), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.UriBuilder
|
|
struct UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Boolean System.UriBuilder::_changed
|
|
bool ____changed_0;
|
|
// System.String System.UriBuilder::_fragment
|
|
String_t* ____fragment_1;
|
|
// System.String System.UriBuilder::_host
|
|
String_t* ____host_2;
|
|
// System.String System.UriBuilder::_password
|
|
String_t* ____password_3;
|
|
// System.String System.UriBuilder::_path
|
|
String_t* ____path_4;
|
|
// System.Int32 System.UriBuilder::_port
|
|
int32_t ____port_5;
|
|
// System.String System.UriBuilder::_query
|
|
String_t* ____query_6;
|
|
// System.String System.UriBuilder::_scheme
|
|
String_t* ____scheme_7;
|
|
// System.String System.UriBuilder::_schemeDelimiter
|
|
String_t* ____schemeDelimiter_8;
|
|
// System.Uri System.UriBuilder::_uri
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ____uri_9;
|
|
// System.String System.UriBuilder::_username
|
|
String_t* ____username_10;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__changed_0() { return static_cast<int32_t>(offsetof(UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905, ____changed_0)); }
|
|
inline bool get__changed_0() const { return ____changed_0; }
|
|
inline bool* get_address_of__changed_0() { return &____changed_0; }
|
|
inline void set__changed_0(bool value)
|
|
{
|
|
____changed_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__fragment_1() { return static_cast<int32_t>(offsetof(UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905, ____fragment_1)); }
|
|
inline String_t* get__fragment_1() const { return ____fragment_1; }
|
|
inline String_t** get_address_of__fragment_1() { return &____fragment_1; }
|
|
inline void set__fragment_1(String_t* value)
|
|
{
|
|
____fragment_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____fragment_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__host_2() { return static_cast<int32_t>(offsetof(UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905, ____host_2)); }
|
|
inline String_t* get__host_2() const { return ____host_2; }
|
|
inline String_t** get_address_of__host_2() { return &____host_2; }
|
|
inline void set__host_2(String_t* value)
|
|
{
|
|
____host_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____host_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__password_3() { return static_cast<int32_t>(offsetof(UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905, ____password_3)); }
|
|
inline String_t* get__password_3() const { return ____password_3; }
|
|
inline String_t** get_address_of__password_3() { return &____password_3; }
|
|
inline void set__password_3(String_t* value)
|
|
{
|
|
____password_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____password_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__path_4() { return static_cast<int32_t>(offsetof(UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905, ____path_4)); }
|
|
inline String_t* get__path_4() const { return ____path_4; }
|
|
inline String_t** get_address_of__path_4() { return &____path_4; }
|
|
inline void set__path_4(String_t* value)
|
|
{
|
|
____path_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____path_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__port_5() { return static_cast<int32_t>(offsetof(UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905, ____port_5)); }
|
|
inline int32_t get__port_5() const { return ____port_5; }
|
|
inline int32_t* get_address_of__port_5() { return &____port_5; }
|
|
inline void set__port_5(int32_t value)
|
|
{
|
|
____port_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__query_6() { return static_cast<int32_t>(offsetof(UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905, ____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((void**)(&____query_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__scheme_7() { return static_cast<int32_t>(offsetof(UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905, ____scheme_7)); }
|
|
inline String_t* get__scheme_7() const { return ____scheme_7; }
|
|
inline String_t** get_address_of__scheme_7() { return &____scheme_7; }
|
|
inline void set__scheme_7(String_t* value)
|
|
{
|
|
____scheme_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____scheme_7), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__schemeDelimiter_8() { return static_cast<int32_t>(offsetof(UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905, ____schemeDelimiter_8)); }
|
|
inline String_t* get__schemeDelimiter_8() const { return ____schemeDelimiter_8; }
|
|
inline String_t** get_address_of__schemeDelimiter_8() { return &____schemeDelimiter_8; }
|
|
inline void set__schemeDelimiter_8(String_t* value)
|
|
{
|
|
____schemeDelimiter_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____schemeDelimiter_8), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__uri_9() { return static_cast<int32_t>(offsetof(UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905, ____uri_9)); }
|
|
inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * get__uri_9() const { return ____uri_9; }
|
|
inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** get_address_of__uri_9() { return &____uri_9; }
|
|
inline void set__uri_9(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * value)
|
|
{
|
|
____uri_9 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____uri_9), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__username_10() { return static_cast<int32_t>(offsetof(UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905, ____username_10)); }
|
|
inline String_t* get__username_10() const { return ____username_10; }
|
|
inline String_t** get_address_of__username_10() { return &____username_10; }
|
|
inline void set__username_10(String_t* value)
|
|
{
|
|
____username_10 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____username_10), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.UriHelper
|
|
struct UriHelper_tA44F3057604BAA4E6EF06A8EE4E6825D471592DF : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct UriHelper_tA44F3057604BAA4E6EF06A8EE4E6825D471592DF_StaticFields
|
|
{
|
|
public:
|
|
// System.Char[] System.UriHelper::HexUpperChars
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___HexUpperChars_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_HexUpperChars_0() { return static_cast<int32_t>(offsetof(UriHelper_tA44F3057604BAA4E6EF06A8EE4E6825D471592DF_StaticFields, ___HexUpperChars_0)); }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_HexUpperChars_0() const { return ___HexUpperChars_0; }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_HexUpperChars_0() { return &___HexUpperChars_0; }
|
|
inline void set_HexUpperChars_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
|
|
{
|
|
___HexUpperChars_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___HexUpperChars_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.ValueType
|
|
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.ValueType
|
|
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_pinvoke
|
|
{
|
|
};
|
|
// Native definition for COM marshalling of System.ValueType
|
|
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_com
|
|
{
|
|
};
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D10
|
|
struct __StaticArrayInitTypeSizeU3D10_tE6F7FB38485D609454F9A89335B38F479C5B6086
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D10_tE6F7FB38485D609454F9A89335B38F479C5B6086__padding[10];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D12
|
|
struct __StaticArrayInitTypeSizeU3D12_t6EBCA221EDFF79F50821238316CFA0302EE70E48
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D12_t6EBCA221EDFF79F50821238316CFA0302EE70E48__padding[12];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D128
|
|
struct __StaticArrayInitTypeSizeU3D128_t4A42759E6E25B0C61E6036A661F4344DE92C2905
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D128_t4A42759E6E25B0C61E6036A661F4344DE92C2905__padding[128];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D14
|
|
struct __StaticArrayInitTypeSizeU3D14_tC5D421D768E79910C98FB4504BA3B07E43FA77F0
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D14_tC5D421D768E79910C98FB4504BA3B07E43FA77F0__padding[14];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D256
|
|
struct __StaticArrayInitTypeSizeU3D256_t548520FAA2CCFC11107E283BF9E43588FAE5F6C7
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D256_t548520FAA2CCFC11107E283BF9E43588FAE5F6C7__padding[256];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3
|
|
struct __StaticArrayInitTypeSizeU3D3_t4D597C014C0C24F294DC84275F0264DCFCD4C575
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D3_t4D597C014C0C24F294DC84275F0264DCFCD4C575__padding[3];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D32
|
|
struct __StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA__padding[32];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D44
|
|
struct __StaticArrayInitTypeSizeU3D44_tE99A9434272A367C976B32D1235A23DA85CC9671
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D44_tE99A9434272A367C976B32D1235A23DA85CC9671__padding[44];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D6
|
|
struct __StaticArrayInitTypeSizeU3D6_tB024AE1C3AEB5C43235E76FFA23E64CD5EC3D87F
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D6_tB024AE1C3AEB5C43235E76FFA23E64CD5EC3D87F__padding[6];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D9
|
|
struct __StaticArrayInitTypeSizeU3D9_tAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D9_tAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB__padding[9];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Boolean
|
|
struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C
|
|
{
|
|
public:
|
|
// System.Boolean System.Boolean::m_value
|
|
bool ___m_value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C, ___m_value_0)); }
|
|
inline bool get_m_value_0() const { return ___m_value_0; }
|
|
inline bool* get_address_of_m_value_0() { return &___m_value_0; }
|
|
inline void set_m_value_0(bool value)
|
|
{
|
|
___m_value_0 = value;
|
|
}
|
|
};
|
|
|
|
struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields
|
|
{
|
|
public:
|
|
// System.String System.Boolean::TrueString
|
|
String_t* ___TrueString_5;
|
|
// System.String System.Boolean::FalseString
|
|
String_t* ___FalseString_6;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_TrueString_5() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields, ___TrueString_5)); }
|
|
inline String_t* get_TrueString_5() const { return ___TrueString_5; }
|
|
inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; }
|
|
inline void set_TrueString_5(String_t* value)
|
|
{
|
|
___TrueString_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___TrueString_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_FalseString_6() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields, ___FalseString_6)); }
|
|
inline String_t* get_FalseString_6() const { return ___FalseString_6; }
|
|
inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; }
|
|
inline void set_FalseString_6(String_t* value)
|
|
{
|
|
___FalseString_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___FalseString_6), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Byte
|
|
struct Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07
|
|
{
|
|
public:
|
|
// System.Byte System.Byte::m_value
|
|
uint8_t ___m_value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07, ___m_value_0)); }
|
|
inline uint8_t get_m_value_0() const { return ___m_value_0; }
|
|
inline uint8_t* get_address_of_m_value_0() { return &___m_value_0; }
|
|
inline void set_m_value_0(uint8_t value)
|
|
{
|
|
___m_value_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Char
|
|
struct Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9
|
|
{
|
|
public:
|
|
// System.Char System.Char::m_value
|
|
Il2CppChar ___m_value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9, ___m_value_0)); }
|
|
inline Il2CppChar get_m_value_0() const { return ___m_value_0; }
|
|
inline Il2CppChar* get_address_of_m_value_0() { return &___m_value_0; }
|
|
inline void set_m_value_0(Il2CppChar value)
|
|
{
|
|
___m_value_0 = value;
|
|
}
|
|
};
|
|
|
|
struct Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_StaticFields
|
|
{
|
|
public:
|
|
// System.Byte[] System.Char::categoryForLatin1
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___categoryForLatin1_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_categoryForLatin1_3() { return static_cast<int32_t>(offsetof(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_StaticFields, ___categoryForLatin1_3)); }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_categoryForLatin1_3() const { return ___categoryForLatin1_3; }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_categoryForLatin1_3() { return &___categoryForLatin1_3; }
|
|
inline void set_categoryForLatin1_3(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
|
|
{
|
|
___categoryForLatin1_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___categoryForLatin1_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.ComponentModel.Component
|
|
struct Component_t7AEFE153F6778CF52E1981BC3E811A9604B29473 : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF
|
|
{
|
|
public:
|
|
// System.ComponentModel.ISite System.ComponentModel.Component::site
|
|
RuntimeObject* ___site_2;
|
|
// System.ComponentModel.EventHandlerList System.ComponentModel.Component::events
|
|
EventHandlerList_tFE9EF79E85419EBB2C206CF475E29A9960699BE4 * ___events_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_site_2() { return static_cast<int32_t>(offsetof(Component_t7AEFE153F6778CF52E1981BC3E811A9604B29473, ___site_2)); }
|
|
inline RuntimeObject* get_site_2() const { return ___site_2; }
|
|
inline RuntimeObject** get_address_of_site_2() { return &___site_2; }
|
|
inline void set_site_2(RuntimeObject* value)
|
|
{
|
|
___site_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___site_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_events_3() { return static_cast<int32_t>(offsetof(Component_t7AEFE153F6778CF52E1981BC3E811A9604B29473, ___events_3)); }
|
|
inline EventHandlerList_tFE9EF79E85419EBB2C206CF475E29A9960699BE4 * get_events_3() const { return ___events_3; }
|
|
inline EventHandlerList_tFE9EF79E85419EBB2C206CF475E29A9960699BE4 ** get_address_of_events_3() { return &___events_3; }
|
|
inline void set_events_3(EventHandlerList_tFE9EF79E85419EBB2C206CF475E29A9960699BE4 * value)
|
|
{
|
|
___events_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___events_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct Component_t7AEFE153F6778CF52E1981BC3E811A9604B29473_StaticFields
|
|
{
|
|
public:
|
|
// System.Object System.ComponentModel.Component::EventDisposed
|
|
RuntimeObject * ___EventDisposed_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_EventDisposed_1() { return static_cast<int32_t>(offsetof(Component_t7AEFE153F6778CF52E1981BC3E811A9604B29473_StaticFields, ___EventDisposed_1)); }
|
|
inline RuntimeObject * get_EventDisposed_1() const { return ___EventDisposed_1; }
|
|
inline RuntimeObject ** get_address_of_EventDisposed_1() { return &___EventDisposed_1; }
|
|
inline void set_EventDisposed_1(RuntimeObject * value)
|
|
{
|
|
___EventDisposed_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___EventDisposed_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.ComponentModel.DescriptionAttribute
|
|
struct DescriptionAttribute_t112C5FEAA03342D05BF40C1713ABF1C1848DEE75 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
|
|
{
|
|
public:
|
|
// System.String System.ComponentModel.DescriptionAttribute::description
|
|
String_t* ___description_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_description_1() { return static_cast<int32_t>(offsetof(DescriptionAttribute_t112C5FEAA03342D05BF40C1713ABF1C1848DEE75, ___description_1)); }
|
|
inline String_t* get_description_1() const { return ___description_1; }
|
|
inline String_t** get_address_of_description_1() { return &___description_1; }
|
|
inline void set_description_1(String_t* value)
|
|
{
|
|
___description_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___description_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct DescriptionAttribute_t112C5FEAA03342D05BF40C1713ABF1C1848DEE75_StaticFields
|
|
{
|
|
public:
|
|
// System.ComponentModel.DescriptionAttribute System.ComponentModel.DescriptionAttribute::Default
|
|
DescriptionAttribute_t112C5FEAA03342D05BF40C1713ABF1C1848DEE75 * ___Default_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Default_0() { return static_cast<int32_t>(offsetof(DescriptionAttribute_t112C5FEAA03342D05BF40C1713ABF1C1848DEE75_StaticFields, ___Default_0)); }
|
|
inline DescriptionAttribute_t112C5FEAA03342D05BF40C1713ABF1C1848DEE75 * get_Default_0() const { return ___Default_0; }
|
|
inline DescriptionAttribute_t112C5FEAA03342D05BF40C1713ABF1C1848DEE75 ** get_address_of_Default_0() { return &___Default_0; }
|
|
inline void set_Default_0(DescriptionAttribute_t112C5FEAA03342D05BF40C1713ABF1C1848DEE75 * value)
|
|
{
|
|
___Default_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Default_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.DateTime
|
|
struct DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132
|
|
{
|
|
public:
|
|
// System.UInt64 System.DateTime::dateData
|
|
uint64_t ___dateData_44;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_dateData_44() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132, ___dateData_44)); }
|
|
inline uint64_t get_dateData_44() const { return ___dateData_44; }
|
|
inline uint64_t* get_address_of_dateData_44() { return &___dateData_44; }
|
|
inline void set_dateData_44(uint64_t value)
|
|
{
|
|
___dateData_44 = value;
|
|
}
|
|
};
|
|
|
|
struct DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields
|
|
{
|
|
public:
|
|
// System.Int32[] System.DateTime::DaysToMonth365
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___DaysToMonth365_29;
|
|
// System.Int32[] System.DateTime::DaysToMonth366
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___DaysToMonth366_30;
|
|
// System.DateTime System.DateTime::MinValue
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___MinValue_31;
|
|
// System.DateTime System.DateTime::MaxValue
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___MaxValue_32;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_DaysToMonth365_29() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___DaysToMonth365_29)); }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_DaysToMonth365_29() const { return ___DaysToMonth365_29; }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_DaysToMonth365_29() { return &___DaysToMonth365_29; }
|
|
inline void set_DaysToMonth365_29(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
|
|
{
|
|
___DaysToMonth365_29 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth365_29), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_DaysToMonth366_30() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___DaysToMonth366_30)); }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_DaysToMonth366_30() const { return ___DaysToMonth366_30; }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_DaysToMonth366_30() { return &___DaysToMonth366_30; }
|
|
inline void set_DaysToMonth366_30(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
|
|
{
|
|
___DaysToMonth366_30 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth366_30), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_MinValue_31() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___MinValue_31)); }
|
|
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_MinValue_31() const { return ___MinValue_31; }
|
|
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_MinValue_31() { return &___MinValue_31; }
|
|
inline void set_MinValue_31(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
|
|
{
|
|
___MinValue_31 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_MaxValue_32() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___MaxValue_32)); }
|
|
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_MaxValue_32() const { return ___MaxValue_32; }
|
|
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_MaxValue_32() { return &___MaxValue_32; }
|
|
inline void set_MaxValue_32(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
|
|
{
|
|
___MaxValue_32 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Double
|
|
struct Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409
|
|
{
|
|
public:
|
|
// System.Double System.Double::m_value
|
|
double ___m_value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409, ___m_value_0)); }
|
|
inline double get_m_value_0() const { return ___m_value_0; }
|
|
inline double* get_address_of_m_value_0() { return &___m_value_0; }
|
|
inline void set_m_value_0(double value)
|
|
{
|
|
___m_value_0 = value;
|
|
}
|
|
};
|
|
|
|
struct Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_StaticFields
|
|
{
|
|
public:
|
|
// System.Double System.Double::NegativeZero
|
|
double ___NegativeZero_7;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_NegativeZero_7() { return static_cast<int32_t>(offsetof(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_StaticFields, ___NegativeZero_7)); }
|
|
inline double get_NegativeZero_7() const { return ___NegativeZero_7; }
|
|
inline double* get_address_of_NegativeZero_7() { return &___NegativeZero_7; }
|
|
inline void set_NegativeZero_7(double value)
|
|
{
|
|
___NegativeZero_7 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Enum
|
|
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 : public ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields
|
|
{
|
|
public:
|
|
// System.Char[] System.Enum::enumSeperatorCharArray
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___enumSeperatorCharArray_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast<int32_t>(offsetof(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields, ___enumSeperatorCharArray_0)); }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; }
|
|
inline void set_enumSeperatorCharArray_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
|
|
{
|
|
___enumSeperatorCharArray_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Enum
|
|
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_pinvoke
|
|
{
|
|
};
|
|
// Native definition for COM marshalling of System.Enum
|
|
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_com
|
|
{
|
|
};
|
|
|
|
// System.Int16
|
|
struct Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D
|
|
{
|
|
public:
|
|
// System.Int16 System.Int16::m_value
|
|
int16_t ___m_value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D, ___m_value_0)); }
|
|
inline int16_t get_m_value_0() const { return ___m_value_0; }
|
|
inline int16_t* get_address_of_m_value_0() { return &___m_value_0; }
|
|
inline void set_m_value_0(int16_t value)
|
|
{
|
|
___m_value_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Int32
|
|
struct Int32_t585191389E07734F19F3156FF88FB3EF4800D102
|
|
{
|
|
public:
|
|
// System.Int32 System.Int32::m_value
|
|
int32_t ___m_value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Int32_t585191389E07734F19F3156FF88FB3EF4800D102, ___m_value_0)); }
|
|
inline int32_t get_m_value_0() const { return ___m_value_0; }
|
|
inline int32_t* get_address_of_m_value_0() { return &___m_value_0; }
|
|
inline void set_m_value_0(int32_t value)
|
|
{
|
|
___m_value_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Int64
|
|
struct Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436
|
|
{
|
|
public:
|
|
// System.Int64 System.Int64::m_value
|
|
int64_t ___m_value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436, ___m_value_0)); }
|
|
inline int64_t get_m_value_0() const { return ___m_value_0; }
|
|
inline int64_t* get_address_of_m_value_0() { return &___m_value_0; }
|
|
inline void set_m_value_0(int64_t value)
|
|
{
|
|
___m_value_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.IntPtr
|
|
struct IntPtr_t
|
|
{
|
|
public:
|
|
// System.Void* System.IntPtr::m_value
|
|
void* ___m_value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(IntPtr_t, ___m_value_0)); }
|
|
inline void* get_m_value_0() const { return ___m_value_0; }
|
|
inline void** get_address_of_m_value_0() { return &___m_value_0; }
|
|
inline void set_m_value_0(void* value)
|
|
{
|
|
___m_value_0 = value;
|
|
}
|
|
};
|
|
|
|
struct IntPtr_t_StaticFields
|
|
{
|
|
public:
|
|
// System.IntPtr System.IntPtr::Zero
|
|
intptr_t ___Zero_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Zero_1() { return static_cast<int32_t>(offsetof(IntPtr_t_StaticFields, ___Zero_1)); }
|
|
inline intptr_t get_Zero_1() const { return ___Zero_1; }
|
|
inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; }
|
|
inline void set_Zero_1(intptr_t value)
|
|
{
|
|
___Zero_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Runtime.InteropServices.GCHandle
|
|
struct GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3
|
|
{
|
|
public:
|
|
// System.Int32 System.Runtime.InteropServices.GCHandle::handle
|
|
int32_t ___handle_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_handle_0() { return static_cast<int32_t>(offsetof(GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3, ___handle_0)); }
|
|
inline int32_t get_handle_0() const { return ___handle_0; }
|
|
inline int32_t* get_address_of_handle_0() { return &___handle_0; }
|
|
inline void set_handle_0(int32_t value)
|
|
{
|
|
___handle_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Text.DecoderReplacementFallback
|
|
struct DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 : public DecoderFallback_t128445EB7676870485230893338EF044F6B72F60
|
|
{
|
|
public:
|
|
// System.String System.Text.DecoderReplacementFallback::strDefault
|
|
String_t* ___strDefault_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_strDefault_4() { return static_cast<int32_t>(offsetof(DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742, ___strDefault_4)); }
|
|
inline String_t* get_strDefault_4() const { return ___strDefault_4; }
|
|
inline String_t** get_address_of_strDefault_4() { return &___strDefault_4; }
|
|
inline void set_strDefault_4(String_t* value)
|
|
{
|
|
___strDefault_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___strDefault_4), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Text.EncoderReplacementFallback
|
|
struct EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 : public EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63
|
|
{
|
|
public:
|
|
// System.String System.Text.EncoderReplacementFallback::strDefault
|
|
String_t* ___strDefault_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_strDefault_4() { return static_cast<int32_t>(offsetof(EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998, ___strDefault_4)); }
|
|
inline String_t* get_strDefault_4() const { return ___strDefault_4; }
|
|
inline String_t** get_address_of_strDefault_4() { return &___strDefault_4; }
|
|
inline void set_strDefault_4(String_t* value)
|
|
{
|
|
___strDefault_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___strDefault_4), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Text.RegularExpressions.Group
|
|
struct Group_tB4759D0385925B2C8C14ED3FCD5D2F43CFBD0443 : public Capture_tF4475248CCF3EFF914844BE2C993FC609D41DB73
|
|
{
|
|
public:
|
|
// System.Int32[] System.Text.RegularExpressions.Group::_caps
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ____caps_4;
|
|
// System.Int32 System.Text.RegularExpressions.Group::_capcount
|
|
int32_t ____capcount_5;
|
|
// System.String System.Text.RegularExpressions.Group::_name
|
|
String_t* ____name_6;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__caps_4() { return static_cast<int32_t>(offsetof(Group_tB4759D0385925B2C8C14ED3FCD5D2F43CFBD0443, ____caps_4)); }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get__caps_4() const { return ____caps_4; }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of__caps_4() { return &____caps_4; }
|
|
inline void set__caps_4(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
|
|
{
|
|
____caps_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____caps_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__capcount_5() { return static_cast<int32_t>(offsetof(Group_tB4759D0385925B2C8C14ED3FCD5D2F43CFBD0443, ____capcount_5)); }
|
|
inline int32_t get__capcount_5() const { return ____capcount_5; }
|
|
inline int32_t* get_address_of__capcount_5() { return &____capcount_5; }
|
|
inline void set__capcount_5(int32_t value)
|
|
{
|
|
____capcount_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__name_6() { return static_cast<int32_t>(offsetof(Group_tB4759D0385925B2C8C14ED3FCD5D2F43CFBD0443, ____name_6)); }
|
|
inline String_t* get__name_6() const { return ____name_6; }
|
|
inline String_t** get_address_of__name_6() { return &____name_6; }
|
|
inline void set__name_6(String_t* value)
|
|
{
|
|
____name_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____name_6), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct Group_tB4759D0385925B2C8C14ED3FCD5D2F43CFBD0443_StaticFields
|
|
{
|
|
public:
|
|
// System.Text.RegularExpressions.Group System.Text.RegularExpressions.Group::_emptygroup
|
|
Group_tB4759D0385925B2C8C14ED3FCD5D2F43CFBD0443 * ____emptygroup_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__emptygroup_3() { return static_cast<int32_t>(offsetof(Group_tB4759D0385925B2C8C14ED3FCD5D2F43CFBD0443_StaticFields, ____emptygroup_3)); }
|
|
inline Group_tB4759D0385925B2C8C14ED3FCD5D2F43CFBD0443 * get__emptygroup_3() const { return ____emptygroup_3; }
|
|
inline Group_tB4759D0385925B2C8C14ED3FCD5D2F43CFBD0443 ** get_address_of__emptygroup_3() { return &____emptygroup_3; }
|
|
inline void set__emptygroup_3(Group_tB4759D0385925B2C8C14ED3FCD5D2F43CFBD0443 * value)
|
|
{
|
|
____emptygroup_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____emptygroup_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Threading.Timer
|
|
struct Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF
|
|
{
|
|
public:
|
|
// System.Threading.TimerCallback System.Threading.Timer::callback
|
|
TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219 * ___callback_2;
|
|
// System.Object System.Threading.Timer::state
|
|
RuntimeObject * ___state_3;
|
|
// System.Int64 System.Threading.Timer::due_time_ms
|
|
int64_t ___due_time_ms_4;
|
|
// System.Int64 System.Threading.Timer::period_ms
|
|
int64_t ___period_ms_5;
|
|
// System.Int64 System.Threading.Timer::next_run
|
|
int64_t ___next_run_6;
|
|
// System.Boolean System.Threading.Timer::disposed
|
|
bool ___disposed_7;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_callback_2() { return static_cast<int32_t>(offsetof(Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553, ___callback_2)); }
|
|
inline TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219 * get_callback_2() const { return ___callback_2; }
|
|
inline TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219 ** get_address_of_callback_2() { return &___callback_2; }
|
|
inline void set_callback_2(TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219 * value)
|
|
{
|
|
___callback_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___callback_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_state_3() { return static_cast<int32_t>(offsetof(Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553, ___state_3)); }
|
|
inline RuntimeObject * get_state_3() const { return ___state_3; }
|
|
inline RuntimeObject ** get_address_of_state_3() { return &___state_3; }
|
|
inline void set_state_3(RuntimeObject * value)
|
|
{
|
|
___state_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___state_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_due_time_ms_4() { return static_cast<int32_t>(offsetof(Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553, ___due_time_ms_4)); }
|
|
inline int64_t get_due_time_ms_4() const { return ___due_time_ms_4; }
|
|
inline int64_t* get_address_of_due_time_ms_4() { return &___due_time_ms_4; }
|
|
inline void set_due_time_ms_4(int64_t value)
|
|
{
|
|
___due_time_ms_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_period_ms_5() { return static_cast<int32_t>(offsetof(Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553, ___period_ms_5)); }
|
|
inline int64_t get_period_ms_5() const { return ___period_ms_5; }
|
|
inline int64_t* get_address_of_period_ms_5() { return &___period_ms_5; }
|
|
inline void set_period_ms_5(int64_t value)
|
|
{
|
|
___period_ms_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_next_run_6() { return static_cast<int32_t>(offsetof(Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553, ___next_run_6)); }
|
|
inline int64_t get_next_run_6() const { return ___next_run_6; }
|
|
inline int64_t* get_address_of_next_run_6() { return &___next_run_6; }
|
|
inline void set_next_run_6(int64_t value)
|
|
{
|
|
___next_run_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_disposed_7() { return static_cast<int32_t>(offsetof(Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553, ___disposed_7)); }
|
|
inline bool get_disposed_7() const { return ___disposed_7; }
|
|
inline bool* get_address_of_disposed_7() { return &___disposed_7; }
|
|
inline void set_disposed_7(bool value)
|
|
{
|
|
___disposed_7 = value;
|
|
}
|
|
};
|
|
|
|
struct Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553_StaticFields
|
|
{
|
|
public:
|
|
// System.Threading.Timer_Scheduler System.Threading.Timer::scheduler
|
|
Scheduler_t8BD442F4C8B5450A09F40CC3A68592601F96A9B9 * ___scheduler_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_scheduler_1() { return static_cast<int32_t>(offsetof(Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553_StaticFields, ___scheduler_1)); }
|
|
inline Scheduler_t8BD442F4C8B5450A09F40CC3A68592601F96A9B9 * get_scheduler_1() const { return ___scheduler_1; }
|
|
inline Scheduler_t8BD442F4C8B5450A09F40CC3A68592601F96A9B9 ** get_address_of_scheduler_1() { return &___scheduler_1; }
|
|
inline void set_scheduler_1(Scheduler_t8BD442F4C8B5450A09F40CC3A68592601F96A9B9 * value)
|
|
{
|
|
___scheduler_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___scheduler_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.UInt16
|
|
struct UInt16_tAE45CEF73BF720100519F6867F32145D075F928E
|
|
{
|
|
public:
|
|
// System.UInt16 System.UInt16::m_value
|
|
uint16_t ___m_value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(UInt16_tAE45CEF73BF720100519F6867F32145D075F928E, ___m_value_0)); }
|
|
inline uint16_t get_m_value_0() const { return ___m_value_0; }
|
|
inline uint16_t* get_address_of_m_value_0() { return &___m_value_0; }
|
|
inline void set_m_value_0(uint16_t value)
|
|
{
|
|
___m_value_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Uri_Offset
|
|
#pragma pack(push, tp, 1)
|
|
struct Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7
|
|
{
|
|
public:
|
|
// System.UInt16 System.Uri_Offset::Scheme
|
|
uint16_t ___Scheme_0;
|
|
// System.UInt16 System.Uri_Offset::User
|
|
uint16_t ___User_1;
|
|
// System.UInt16 System.Uri_Offset::Host
|
|
uint16_t ___Host_2;
|
|
// System.UInt16 System.Uri_Offset::PortValue
|
|
uint16_t ___PortValue_3;
|
|
// System.UInt16 System.Uri_Offset::Path
|
|
uint16_t ___Path_4;
|
|
// System.UInt16 System.Uri_Offset::Query
|
|
uint16_t ___Query_5;
|
|
// System.UInt16 System.Uri_Offset::Fragment
|
|
uint16_t ___Fragment_6;
|
|
// System.UInt16 System.Uri_Offset::End
|
|
uint16_t ___End_7;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Scheme_0() { return static_cast<int32_t>(offsetof(Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7, ___Scheme_0)); }
|
|
inline uint16_t get_Scheme_0() const { return ___Scheme_0; }
|
|
inline uint16_t* get_address_of_Scheme_0() { return &___Scheme_0; }
|
|
inline void set_Scheme_0(uint16_t value)
|
|
{
|
|
___Scheme_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_User_1() { return static_cast<int32_t>(offsetof(Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7, ___User_1)); }
|
|
inline uint16_t get_User_1() const { return ___User_1; }
|
|
inline uint16_t* get_address_of_User_1() { return &___User_1; }
|
|
inline void set_User_1(uint16_t value)
|
|
{
|
|
___User_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_Host_2() { return static_cast<int32_t>(offsetof(Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7, ___Host_2)); }
|
|
inline uint16_t get_Host_2() const { return ___Host_2; }
|
|
inline uint16_t* get_address_of_Host_2() { return &___Host_2; }
|
|
inline void set_Host_2(uint16_t value)
|
|
{
|
|
___Host_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_PortValue_3() { return static_cast<int32_t>(offsetof(Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7, ___PortValue_3)); }
|
|
inline uint16_t get_PortValue_3() const { return ___PortValue_3; }
|
|
inline uint16_t* get_address_of_PortValue_3() { return &___PortValue_3; }
|
|
inline void set_PortValue_3(uint16_t value)
|
|
{
|
|
___PortValue_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_Path_4() { return static_cast<int32_t>(offsetof(Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7, ___Path_4)); }
|
|
inline uint16_t get_Path_4() const { return ___Path_4; }
|
|
inline uint16_t* get_address_of_Path_4() { return &___Path_4; }
|
|
inline void set_Path_4(uint16_t value)
|
|
{
|
|
___Path_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_Query_5() { return static_cast<int32_t>(offsetof(Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7, ___Query_5)); }
|
|
inline uint16_t get_Query_5() const { return ___Query_5; }
|
|
inline uint16_t* get_address_of_Query_5() { return &___Query_5; }
|
|
inline void set_Query_5(uint16_t value)
|
|
{
|
|
___Query_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_Fragment_6() { return static_cast<int32_t>(offsetof(Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7, ___Fragment_6)); }
|
|
inline uint16_t get_Fragment_6() const { return ___Fragment_6; }
|
|
inline uint16_t* get_address_of_Fragment_6() { return &___Fragment_6; }
|
|
inline void set_Fragment_6(uint16_t value)
|
|
{
|
|
___Fragment_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_End_7() { return static_cast<int32_t>(offsetof(Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7, ___End_7)); }
|
|
inline uint16_t get_End_7() const { return ___End_7; }
|
|
inline uint16_t* get_address_of_End_7() { return &___End_7; }
|
|
inline void set_End_7(uint16_t value)
|
|
{
|
|
___End_7 = value;
|
|
}
|
|
};
|
|
#pragma pack(pop, tp)
|
|
|
|
|
|
// System.Void
|
|
struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
};
|
|
uint8_t Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017__padding[1];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>
|
|
struct U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields
|
|
{
|
|
public:
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D14 <PrivateImplementationDetails>::0283A6AF88802AB45989B29549915BEA0F6CD515
|
|
__StaticArrayInitTypeSizeU3D14_tC5D421D768E79910C98FB4504BA3B07E43FA77F0 ___0283A6AF88802AB45989B29549915BEA0F6CD515_0;
|
|
// System.Int64 <PrivateImplementationDetails>::03F4297FCC30D0FD5E420E5D26E7FA711167C7EF
|
|
int64_t ___03F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D9 <PrivateImplementationDetails>::1A39764B112685485A5BA7B2880D878B858C1A7A
|
|
__StaticArrayInitTypeSizeU3D9_tAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB ___1A39764B112685485A5BA7B2880D878B858C1A7A_2;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::1A84029C80CB5518379F199F53FF08A7B764F8FD
|
|
__StaticArrayInitTypeSizeU3D3_t4D597C014C0C24F294DC84275F0264DCFCD4C575 ___1A84029C80CB5518379F199F53FF08A7B764F8FD_3;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D12 <PrivateImplementationDetails>::3BE77BF818331C2D8400FFFFF9FADD3F16AD89AC
|
|
__StaticArrayInitTypeSizeU3D12_t6EBCA221EDFF79F50821238316CFA0302EE70E48 ___3BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D10 <PrivateImplementationDetails>::53437C3B2572EDB9B8640C3195DF3BC2729C5EA1
|
|
__StaticArrayInitTypeSizeU3D10_tE6F7FB38485D609454F9A89335B38F479C5B6086 ___53437C3B2572EDB9B8640C3195DF3BC2729C5EA1_5;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D32 <PrivateImplementationDetails>::59F5BD34B6C013DEACC784F69C67E95150033A84
|
|
__StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA ___59F5BD34B6C013DEACC784F69C67E95150033A84_6;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D6 <PrivateImplementationDetails>::5BC3486B05BA8CF4689C7BDB198B3F477BB4E20C
|
|
__StaticArrayInitTypeSizeU3D6_tB024AE1C3AEB5C43235E76FFA23E64CD5EC3D87F ___5BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_7;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D9 <PrivateImplementationDetails>::6D49C9D487D7AD3491ECE08732D68A593CC2038D
|
|
__StaticArrayInitTypeSizeU3D9_tAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_8;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D128 <PrivateImplementationDetails>::6F3AD3DC3AF8047587C4C9D696EB68A01FEF796E
|
|
__StaticArrayInitTypeSizeU3D128_t4A42759E6E25B0C61E6036A661F4344DE92C2905 ___6F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_9;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D44 <PrivateImplementationDetails>::8E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3
|
|
__StaticArrayInitTypeSizeU3D44_tE99A9434272A367C976B32D1235A23DA85CC9671 ___8E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_10;
|
|
// System.Int64 <PrivateImplementationDetails>::98A44A6F8606AE6F23FE230286C1D6FBCC407226
|
|
int64_t ___98A44A6F8606AE6F23FE230286C1D6FBCC407226_11;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D32 <PrivateImplementationDetails>::C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536
|
|
__StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA ___C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_12;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D128 <PrivateImplementationDetails>::CCEEADA43268372341F81AE0C9208C6856441C04
|
|
__StaticArrayInitTypeSizeU3D128_t4A42759E6E25B0C61E6036A661F4344DE92C2905 ___CCEEADA43268372341F81AE0C9208C6856441C04_13;
|
|
// System.Int64 <PrivateImplementationDetails>::E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78
|
|
int64_t ___E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_14;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D32 <PrivateImplementationDetails>::EC5842B3154E1AF94500B57220EB9F684BCCC42A
|
|
__StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA ___EC5842B3154E1AF94500B57220EB9F684BCCC42A_15;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D256 <PrivateImplementationDetails>::EEAFE8C6E1AB017237567305EE925C976CDB6458
|
|
__StaticArrayInitTypeSizeU3D256_t548520FAA2CCFC11107E283BF9E43588FAE5F6C7 ___EEAFE8C6E1AB017237567305EE925C976CDB6458_16;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_U30283A6AF88802AB45989B29549915BEA0F6CD515_0() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___0283A6AF88802AB45989B29549915BEA0F6CD515_0)); }
|
|
inline __StaticArrayInitTypeSizeU3D14_tC5D421D768E79910C98FB4504BA3B07E43FA77F0 get_U30283A6AF88802AB45989B29549915BEA0F6CD515_0() const { return ___0283A6AF88802AB45989B29549915BEA0F6CD515_0; }
|
|
inline __StaticArrayInitTypeSizeU3D14_tC5D421D768E79910C98FB4504BA3B07E43FA77F0 * get_address_of_U30283A6AF88802AB45989B29549915BEA0F6CD515_0() { return &___0283A6AF88802AB45989B29549915BEA0F6CD515_0; }
|
|
inline void set_U30283A6AF88802AB45989B29549915BEA0F6CD515_0(__StaticArrayInitTypeSizeU3D14_tC5D421D768E79910C98FB4504BA3B07E43FA77F0 value)
|
|
{
|
|
___0283A6AF88802AB45989B29549915BEA0F6CD515_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U303F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___03F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1)); }
|
|
inline int64_t get_U303F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1() const { return ___03F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1; }
|
|
inline int64_t* get_address_of_U303F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1() { return &___03F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1; }
|
|
inline void set_U303F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1(int64_t value)
|
|
{
|
|
___03F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U31A39764B112685485A5BA7B2880D878B858C1A7A_2() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___1A39764B112685485A5BA7B2880D878B858C1A7A_2)); }
|
|
inline __StaticArrayInitTypeSizeU3D9_tAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB get_U31A39764B112685485A5BA7B2880D878B858C1A7A_2() const { return ___1A39764B112685485A5BA7B2880D878B858C1A7A_2; }
|
|
inline __StaticArrayInitTypeSizeU3D9_tAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB * get_address_of_U31A39764B112685485A5BA7B2880D878B858C1A7A_2() { return &___1A39764B112685485A5BA7B2880D878B858C1A7A_2; }
|
|
inline void set_U31A39764B112685485A5BA7B2880D878B858C1A7A_2(__StaticArrayInitTypeSizeU3D9_tAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB value)
|
|
{
|
|
___1A39764B112685485A5BA7B2880D878B858C1A7A_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U31A84029C80CB5518379F199F53FF08A7B764F8FD_3() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___1A84029C80CB5518379F199F53FF08A7B764F8FD_3)); }
|
|
inline __StaticArrayInitTypeSizeU3D3_t4D597C014C0C24F294DC84275F0264DCFCD4C575 get_U31A84029C80CB5518379F199F53FF08A7B764F8FD_3() const { return ___1A84029C80CB5518379F199F53FF08A7B764F8FD_3; }
|
|
inline __StaticArrayInitTypeSizeU3D3_t4D597C014C0C24F294DC84275F0264DCFCD4C575 * get_address_of_U31A84029C80CB5518379F199F53FF08A7B764F8FD_3() { return &___1A84029C80CB5518379F199F53FF08A7B764F8FD_3; }
|
|
inline void set_U31A84029C80CB5518379F199F53FF08A7B764F8FD_3(__StaticArrayInitTypeSizeU3D3_t4D597C014C0C24F294DC84275F0264DCFCD4C575 value)
|
|
{
|
|
___1A84029C80CB5518379F199F53FF08A7B764F8FD_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U33BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___3BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4)); }
|
|
inline __StaticArrayInitTypeSizeU3D12_t6EBCA221EDFF79F50821238316CFA0302EE70E48 get_U33BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4() const { return ___3BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4; }
|
|
inline __StaticArrayInitTypeSizeU3D12_t6EBCA221EDFF79F50821238316CFA0302EE70E48 * get_address_of_U33BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4() { return &___3BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4; }
|
|
inline void set_U33BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4(__StaticArrayInitTypeSizeU3D12_t6EBCA221EDFF79F50821238316CFA0302EE70E48 value)
|
|
{
|
|
___3BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U353437C3B2572EDB9B8640C3195DF3BC2729C5EA1_5() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___53437C3B2572EDB9B8640C3195DF3BC2729C5EA1_5)); }
|
|
inline __StaticArrayInitTypeSizeU3D10_tE6F7FB38485D609454F9A89335B38F479C5B6086 get_U353437C3B2572EDB9B8640C3195DF3BC2729C5EA1_5() const { return ___53437C3B2572EDB9B8640C3195DF3BC2729C5EA1_5; }
|
|
inline __StaticArrayInitTypeSizeU3D10_tE6F7FB38485D609454F9A89335B38F479C5B6086 * get_address_of_U353437C3B2572EDB9B8640C3195DF3BC2729C5EA1_5() { return &___53437C3B2572EDB9B8640C3195DF3BC2729C5EA1_5; }
|
|
inline void set_U353437C3B2572EDB9B8640C3195DF3BC2729C5EA1_5(__StaticArrayInitTypeSizeU3D10_tE6F7FB38485D609454F9A89335B38F479C5B6086 value)
|
|
{
|
|
___53437C3B2572EDB9B8640C3195DF3BC2729C5EA1_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U359F5BD34B6C013DEACC784F69C67E95150033A84_6() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___59F5BD34B6C013DEACC784F69C67E95150033A84_6)); }
|
|
inline __StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA get_U359F5BD34B6C013DEACC784F69C67E95150033A84_6() const { return ___59F5BD34B6C013DEACC784F69C67E95150033A84_6; }
|
|
inline __StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA * get_address_of_U359F5BD34B6C013DEACC784F69C67E95150033A84_6() { return &___59F5BD34B6C013DEACC784F69C67E95150033A84_6; }
|
|
inline void set_U359F5BD34B6C013DEACC784F69C67E95150033A84_6(__StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA value)
|
|
{
|
|
___59F5BD34B6C013DEACC784F69C67E95150033A84_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U35BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_7() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___5BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_7)); }
|
|
inline __StaticArrayInitTypeSizeU3D6_tB024AE1C3AEB5C43235E76FFA23E64CD5EC3D87F get_U35BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_7() const { return ___5BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_7; }
|
|
inline __StaticArrayInitTypeSizeU3D6_tB024AE1C3AEB5C43235E76FFA23E64CD5EC3D87F * get_address_of_U35BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_7() { return &___5BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_7; }
|
|
inline void set_U35BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_7(__StaticArrayInitTypeSizeU3D6_tB024AE1C3AEB5C43235E76FFA23E64CD5EC3D87F value)
|
|
{
|
|
___5BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_8() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_8)); }
|
|
inline __StaticArrayInitTypeSizeU3D9_tAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB get_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_8() const { return ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_8; }
|
|
inline __StaticArrayInitTypeSizeU3D9_tAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB * get_address_of_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_8() { return &___6D49C9D487D7AD3491ECE08732D68A593CC2038D_8; }
|
|
inline void set_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_8(__StaticArrayInitTypeSizeU3D9_tAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB value)
|
|
{
|
|
___6D49C9D487D7AD3491ECE08732D68A593CC2038D_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U36F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_9() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___6F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_9)); }
|
|
inline __StaticArrayInitTypeSizeU3D128_t4A42759E6E25B0C61E6036A661F4344DE92C2905 get_U36F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_9() const { return ___6F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_9; }
|
|
inline __StaticArrayInitTypeSizeU3D128_t4A42759E6E25B0C61E6036A661F4344DE92C2905 * get_address_of_U36F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_9() { return &___6F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_9; }
|
|
inline void set_U36F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_9(__StaticArrayInitTypeSizeU3D128_t4A42759E6E25B0C61E6036A661F4344DE92C2905 value)
|
|
{
|
|
___6F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U38E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_10() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___8E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_10)); }
|
|
inline __StaticArrayInitTypeSizeU3D44_tE99A9434272A367C976B32D1235A23DA85CC9671 get_U38E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_10() const { return ___8E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_10; }
|
|
inline __StaticArrayInitTypeSizeU3D44_tE99A9434272A367C976B32D1235A23DA85CC9671 * get_address_of_U38E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_10() { return &___8E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_10; }
|
|
inline void set_U38E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_10(__StaticArrayInitTypeSizeU3D44_tE99A9434272A367C976B32D1235A23DA85CC9671 value)
|
|
{
|
|
___8E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_10 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U398A44A6F8606AE6F23FE230286C1D6FBCC407226_11() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___98A44A6F8606AE6F23FE230286C1D6FBCC407226_11)); }
|
|
inline int64_t get_U398A44A6F8606AE6F23FE230286C1D6FBCC407226_11() const { return ___98A44A6F8606AE6F23FE230286C1D6FBCC407226_11; }
|
|
inline int64_t* get_address_of_U398A44A6F8606AE6F23FE230286C1D6FBCC407226_11() { return &___98A44A6F8606AE6F23FE230286C1D6FBCC407226_11; }
|
|
inline void set_U398A44A6F8606AE6F23FE230286C1D6FBCC407226_11(int64_t value)
|
|
{
|
|
___98A44A6F8606AE6F23FE230286C1D6FBCC407226_11 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_12() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_12)); }
|
|
inline __StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA get_C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_12() const { return ___C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_12; }
|
|
inline __StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA * get_address_of_C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_12() { return &___C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_12; }
|
|
inline void set_C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_12(__StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA value)
|
|
{
|
|
___C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_12 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_CCEEADA43268372341F81AE0C9208C6856441C04_13() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___CCEEADA43268372341F81AE0C9208C6856441C04_13)); }
|
|
inline __StaticArrayInitTypeSizeU3D128_t4A42759E6E25B0C61E6036A661F4344DE92C2905 get_CCEEADA43268372341F81AE0C9208C6856441C04_13() const { return ___CCEEADA43268372341F81AE0C9208C6856441C04_13; }
|
|
inline __StaticArrayInitTypeSizeU3D128_t4A42759E6E25B0C61E6036A661F4344DE92C2905 * get_address_of_CCEEADA43268372341F81AE0C9208C6856441C04_13() { return &___CCEEADA43268372341F81AE0C9208C6856441C04_13; }
|
|
inline void set_CCEEADA43268372341F81AE0C9208C6856441C04_13(__StaticArrayInitTypeSizeU3D128_t4A42759E6E25B0C61E6036A661F4344DE92C2905 value)
|
|
{
|
|
___CCEEADA43268372341F81AE0C9208C6856441C04_13 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_14() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_14)); }
|
|
inline int64_t get_E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_14() const { return ___E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_14; }
|
|
inline int64_t* get_address_of_E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_14() { return &___E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_14; }
|
|
inline void set_E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_14(int64_t value)
|
|
{
|
|
___E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_14 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_EC5842B3154E1AF94500B57220EB9F684BCCC42A_15() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___EC5842B3154E1AF94500B57220EB9F684BCCC42A_15)); }
|
|
inline __StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA get_EC5842B3154E1AF94500B57220EB9F684BCCC42A_15() const { return ___EC5842B3154E1AF94500B57220EB9F684BCCC42A_15; }
|
|
inline __StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA * get_address_of_EC5842B3154E1AF94500B57220EB9F684BCCC42A_15() { return &___EC5842B3154E1AF94500B57220EB9F684BCCC42A_15; }
|
|
inline void set_EC5842B3154E1AF94500B57220EB9F684BCCC42A_15(__StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA value)
|
|
{
|
|
___EC5842B3154E1AF94500B57220EB9F684BCCC42A_15 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_EEAFE8C6E1AB017237567305EE925C976CDB6458_16() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___EEAFE8C6E1AB017237567305EE925C976CDB6458_16)); }
|
|
inline __StaticArrayInitTypeSizeU3D256_t548520FAA2CCFC11107E283BF9E43588FAE5F6C7 get_EEAFE8C6E1AB017237567305EE925C976CDB6458_16() const { return ___EEAFE8C6E1AB017237567305EE925C976CDB6458_16; }
|
|
inline __StaticArrayInitTypeSizeU3D256_t548520FAA2CCFC11107E283BF9E43588FAE5F6C7 * get_address_of_EEAFE8C6E1AB017237567305EE925C976CDB6458_16() { return &___EEAFE8C6E1AB017237567305EE925C976CDB6458_16; }
|
|
inline void set_EEAFE8C6E1AB017237567305EE925C976CDB6458_16(__StaticArrayInitTypeSizeU3D256_t548520FAA2CCFC11107E283BF9E43588FAE5F6C7 value)
|
|
{
|
|
___EEAFE8C6E1AB017237567305EE925C976CDB6458_16 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Hashtable
|
|
struct Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Collections.Hashtable_bucket[] System.Collections.Hashtable::buckets
|
|
bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A* ___buckets_10;
|
|
// System.Int32 System.Collections.Hashtable::count
|
|
int32_t ___count_11;
|
|
// System.Int32 System.Collections.Hashtable::occupancy
|
|
int32_t ___occupancy_12;
|
|
// System.Int32 System.Collections.Hashtable::loadsize
|
|
int32_t ___loadsize_13;
|
|
// System.Single System.Collections.Hashtable::loadFactor
|
|
float ___loadFactor_14;
|
|
// System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::version
|
|
int32_t ___version_15;
|
|
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::isWriterInProgress
|
|
bool ___isWriterInProgress_16;
|
|
// System.Collections.ICollection System.Collections.Hashtable::keys
|
|
RuntimeObject* ___keys_17;
|
|
// System.Collections.ICollection System.Collections.Hashtable::values
|
|
RuntimeObject* ___values_18;
|
|
// System.Collections.IEqualityComparer System.Collections.Hashtable::_keycomparer
|
|
RuntimeObject* ____keycomparer_19;
|
|
// System.Object System.Collections.Hashtable::_syncRoot
|
|
RuntimeObject * ____syncRoot_20;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_buckets_10() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___buckets_10)); }
|
|
inline bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A* get_buckets_10() const { return ___buckets_10; }
|
|
inline bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A** get_address_of_buckets_10() { return &___buckets_10; }
|
|
inline void set_buckets_10(bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A* value)
|
|
{
|
|
___buckets_10 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___buckets_10), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_count_11() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___count_11)); }
|
|
inline int32_t get_count_11() const { return ___count_11; }
|
|
inline int32_t* get_address_of_count_11() { return &___count_11; }
|
|
inline void set_count_11(int32_t value)
|
|
{
|
|
___count_11 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_occupancy_12() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___occupancy_12)); }
|
|
inline int32_t get_occupancy_12() const { return ___occupancy_12; }
|
|
inline int32_t* get_address_of_occupancy_12() { return &___occupancy_12; }
|
|
inline void set_occupancy_12(int32_t value)
|
|
{
|
|
___occupancy_12 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_loadsize_13() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___loadsize_13)); }
|
|
inline int32_t get_loadsize_13() const { return ___loadsize_13; }
|
|
inline int32_t* get_address_of_loadsize_13() { return &___loadsize_13; }
|
|
inline void set_loadsize_13(int32_t value)
|
|
{
|
|
___loadsize_13 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_loadFactor_14() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___loadFactor_14)); }
|
|
inline float get_loadFactor_14() const { return ___loadFactor_14; }
|
|
inline float* get_address_of_loadFactor_14() { return &___loadFactor_14; }
|
|
inline void set_loadFactor_14(float value)
|
|
{
|
|
___loadFactor_14 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_version_15() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___version_15)); }
|
|
inline int32_t get_version_15() const { return ___version_15; }
|
|
inline int32_t* get_address_of_version_15() { return &___version_15; }
|
|
inline void set_version_15(int32_t value)
|
|
{
|
|
___version_15 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_isWriterInProgress_16() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___isWriterInProgress_16)); }
|
|
inline bool get_isWriterInProgress_16() const { return ___isWriterInProgress_16; }
|
|
inline bool* get_address_of_isWriterInProgress_16() { return &___isWriterInProgress_16; }
|
|
inline void set_isWriterInProgress_16(bool value)
|
|
{
|
|
___isWriterInProgress_16 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_keys_17() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___keys_17)); }
|
|
inline RuntimeObject* get_keys_17() const { return ___keys_17; }
|
|
inline RuntimeObject** get_address_of_keys_17() { return &___keys_17; }
|
|
inline void set_keys_17(RuntimeObject* value)
|
|
{
|
|
___keys_17 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___keys_17), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_values_18() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___values_18)); }
|
|
inline RuntimeObject* get_values_18() const { return ___values_18; }
|
|
inline RuntimeObject** get_address_of_values_18() { return &___values_18; }
|
|
inline void set_values_18(RuntimeObject* value)
|
|
{
|
|
___values_18 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___values_18), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__keycomparer_19() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ____keycomparer_19)); }
|
|
inline RuntimeObject* get__keycomparer_19() const { return ____keycomparer_19; }
|
|
inline RuntimeObject** get_address_of__keycomparer_19() { return &____keycomparer_19; }
|
|
inline void set__keycomparer_19(RuntimeObject* value)
|
|
{
|
|
____keycomparer_19 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____keycomparer_19), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__syncRoot_20() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ____syncRoot_20)); }
|
|
inline RuntimeObject * get__syncRoot_20() const { return ____syncRoot_20; }
|
|
inline RuntimeObject ** get_address_of__syncRoot_20() { return &____syncRoot_20; }
|
|
inline void set__syncRoot_20(RuntimeObject * value)
|
|
{
|
|
____syncRoot_20 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_20), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Delegate
|
|
struct Delegate_t : 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::extra_arg
|
|
intptr_t ___extra_arg_5;
|
|
// System.IntPtr System.Delegate::method_code
|
|
intptr_t ___method_code_6;
|
|
// System.Reflection.MethodInfo System.Delegate::method_info
|
|
MethodInfo_t * ___method_info_7;
|
|
// System.Reflection.MethodInfo System.Delegate::original_method_info
|
|
MethodInfo_t * ___original_method_info_8;
|
|
// System.DelegateData System.Delegate::data
|
|
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9;
|
|
// System.Boolean System.Delegate::method_is_virtual
|
|
bool ___method_is_virtual_10;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_method_ptr_0() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_ptr_0)); }
|
|
inline Il2CppMethodPointer get_method_ptr_0() const { return ___method_ptr_0; }
|
|
inline Il2CppMethodPointer* get_address_of_method_ptr_0() { return &___method_ptr_0; }
|
|
inline void set_method_ptr_0(Il2CppMethodPointer value)
|
|
{
|
|
___method_ptr_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_invoke_impl_1() { return static_cast<int32_t>(offsetof(Delegate_t, ___invoke_impl_1)); }
|
|
inline intptr_t get_invoke_impl_1() const { return ___invoke_impl_1; }
|
|
inline intptr_t* get_address_of_invoke_impl_1() { return &___invoke_impl_1; }
|
|
inline void set_invoke_impl_1(intptr_t value)
|
|
{
|
|
___invoke_impl_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_target_2() { return static_cast<int32_t>(offsetof(Delegate_t, ___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((void**)(&___m_target_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_method_3() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_3)); }
|
|
inline intptr_t get_method_3() const { return ___method_3; }
|
|
inline intptr_t* get_address_of_method_3() { return &___method_3; }
|
|
inline void set_method_3(intptr_t value)
|
|
{
|
|
___method_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_delegate_trampoline_4() { return static_cast<int32_t>(offsetof(Delegate_t, ___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_extra_arg_5() { return static_cast<int32_t>(offsetof(Delegate_t, ___extra_arg_5)); }
|
|
inline intptr_t get_extra_arg_5() const { return ___extra_arg_5; }
|
|
inline intptr_t* get_address_of_extra_arg_5() { return &___extra_arg_5; }
|
|
inline void set_extra_arg_5(intptr_t value)
|
|
{
|
|
___extra_arg_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_method_code_6() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_code_6)); }
|
|
inline intptr_t get_method_code_6() const { return ___method_code_6; }
|
|
inline intptr_t* get_address_of_method_code_6() { return &___method_code_6; }
|
|
inline void set_method_code_6(intptr_t value)
|
|
{
|
|
___method_code_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_method_info_7() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_info_7)); }
|
|
inline MethodInfo_t * get_method_info_7() const { return ___method_info_7; }
|
|
inline MethodInfo_t ** get_address_of_method_info_7() { return &___method_info_7; }
|
|
inline void set_method_info_7(MethodInfo_t * value)
|
|
{
|
|
___method_info_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___method_info_7), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_original_method_info_8() { return static_cast<int32_t>(offsetof(Delegate_t, ___original_method_info_8)); }
|
|
inline MethodInfo_t * get_original_method_info_8() const { return ___original_method_info_8; }
|
|
inline MethodInfo_t ** get_address_of_original_method_info_8() { return &___original_method_info_8; }
|
|
inline void set_original_method_info_8(MethodInfo_t * value)
|
|
{
|
|
___original_method_info_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___original_method_info_8), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_data_9() { return static_cast<int32_t>(offsetof(Delegate_t, ___data_9)); }
|
|
inline DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * get_data_9() const { return ___data_9; }
|
|
inline DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE ** get_address_of_data_9() { return &___data_9; }
|
|
inline void set_data_9(DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * value)
|
|
{
|
|
___data_9 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___data_9), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_method_is_virtual_10() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_is_virtual_10)); }
|
|
inline bool get_method_is_virtual_10() const { return ___method_is_virtual_10; }
|
|
inline bool* get_address_of_method_is_virtual_10() { return &___method_is_virtual_10; }
|
|
inline void set_method_is_virtual_10(bool value)
|
|
{
|
|
___method_is_virtual_10 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Delegate
|
|
struct Delegate_t_marshaled_pinvoke
|
|
{
|
|
intptr_t ___method_ptr_0;
|
|
intptr_t ___invoke_impl_1;
|
|
Il2CppIUnknown* ___m_target_2;
|
|
intptr_t ___method_3;
|
|
intptr_t ___delegate_trampoline_4;
|
|
intptr_t ___extra_arg_5;
|
|
intptr_t ___method_code_6;
|
|
MethodInfo_t * ___method_info_7;
|
|
MethodInfo_t * ___original_method_info_8;
|
|
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9;
|
|
int32_t ___method_is_virtual_10;
|
|
};
|
|
// Native definition for COM marshalling of System.Delegate
|
|
struct Delegate_t_marshaled_com
|
|
{
|
|
intptr_t ___method_ptr_0;
|
|
intptr_t ___invoke_impl_1;
|
|
Il2CppIUnknown* ___m_target_2;
|
|
intptr_t ___method_3;
|
|
intptr_t ___delegate_trampoline_4;
|
|
intptr_t ___extra_arg_5;
|
|
intptr_t ___method_code_6;
|
|
MethodInfo_t * ___method_info_7;
|
|
MethodInfo_t * ___original_method_info_8;
|
|
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9;
|
|
int32_t ___method_is_virtual_10;
|
|
};
|
|
|
|
// System.Exception
|
|
struct Exception_t : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.String System.Exception::_className
|
|
String_t* ____className_1;
|
|
// System.String System.Exception::_message
|
|
String_t* ____message_2;
|
|
// System.Collections.IDictionary System.Exception::_data
|
|
RuntimeObject* ____data_3;
|
|
// System.Exception System.Exception::_innerException
|
|
Exception_t * ____innerException_4;
|
|
// System.String System.Exception::_helpURL
|
|
String_t* ____helpURL_5;
|
|
// System.Object System.Exception::_stackTrace
|
|
RuntimeObject * ____stackTrace_6;
|
|
// System.String System.Exception::_stackTraceString
|
|
String_t* ____stackTraceString_7;
|
|
// System.String System.Exception::_remoteStackTraceString
|
|
String_t* ____remoteStackTraceString_8;
|
|
// System.Int32 System.Exception::_remoteStackIndex
|
|
int32_t ____remoteStackIndex_9;
|
|
// System.Object System.Exception::_dynamicMethods
|
|
RuntimeObject * ____dynamicMethods_10;
|
|
// System.Int32 System.Exception::_HResult
|
|
int32_t ____HResult_11;
|
|
// System.String System.Exception::_source
|
|
String_t* ____source_12;
|
|
// System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager
|
|
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
|
|
// System.Diagnostics.StackTrace[] System.Exception::captured_traces
|
|
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
|
|
// System.IntPtr[] System.Exception::native_trace_ips
|
|
IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* ___native_trace_ips_15;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__className_1() { return static_cast<int32_t>(offsetof(Exception_t, ____className_1)); }
|
|
inline String_t* get__className_1() const { return ____className_1; }
|
|
inline String_t** get_address_of__className_1() { return &____className_1; }
|
|
inline void set__className_1(String_t* value)
|
|
{
|
|
____className_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____className_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__message_2() { return static_cast<int32_t>(offsetof(Exception_t, ____message_2)); }
|
|
inline String_t* get__message_2() const { return ____message_2; }
|
|
inline String_t** get_address_of__message_2() { return &____message_2; }
|
|
inline void set__message_2(String_t* value)
|
|
{
|
|
____message_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____message_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__data_3() { return static_cast<int32_t>(offsetof(Exception_t, ____data_3)); }
|
|
inline RuntimeObject* get__data_3() const { return ____data_3; }
|
|
inline RuntimeObject** get_address_of__data_3() { return &____data_3; }
|
|
inline void set__data_3(RuntimeObject* value)
|
|
{
|
|
____data_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____data_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__innerException_4() { return static_cast<int32_t>(offsetof(Exception_t, ____innerException_4)); }
|
|
inline Exception_t * get__innerException_4() const { return ____innerException_4; }
|
|
inline Exception_t ** get_address_of__innerException_4() { return &____innerException_4; }
|
|
inline void set__innerException_4(Exception_t * value)
|
|
{
|
|
____innerException_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____innerException_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__helpURL_5() { return static_cast<int32_t>(offsetof(Exception_t, ____helpURL_5)); }
|
|
inline String_t* get__helpURL_5() const { return ____helpURL_5; }
|
|
inline String_t** get_address_of__helpURL_5() { return &____helpURL_5; }
|
|
inline void set__helpURL_5(String_t* value)
|
|
{
|
|
____helpURL_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____helpURL_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__stackTrace_6() { return static_cast<int32_t>(offsetof(Exception_t, ____stackTrace_6)); }
|
|
inline RuntimeObject * get__stackTrace_6() const { return ____stackTrace_6; }
|
|
inline RuntimeObject ** get_address_of__stackTrace_6() { return &____stackTrace_6; }
|
|
inline void set__stackTrace_6(RuntimeObject * value)
|
|
{
|
|
____stackTrace_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____stackTrace_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__stackTraceString_7() { return static_cast<int32_t>(offsetof(Exception_t, ____stackTraceString_7)); }
|
|
inline String_t* get__stackTraceString_7() const { return ____stackTraceString_7; }
|
|
inline String_t** get_address_of__stackTraceString_7() { return &____stackTraceString_7; }
|
|
inline void set__stackTraceString_7(String_t* value)
|
|
{
|
|
____stackTraceString_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____stackTraceString_7), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__remoteStackTraceString_8() { return static_cast<int32_t>(offsetof(Exception_t, ____remoteStackTraceString_8)); }
|
|
inline String_t* get__remoteStackTraceString_8() const { return ____remoteStackTraceString_8; }
|
|
inline String_t** get_address_of__remoteStackTraceString_8() { return &____remoteStackTraceString_8; }
|
|
inline void set__remoteStackTraceString_8(String_t* value)
|
|
{
|
|
____remoteStackTraceString_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____remoteStackTraceString_8), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__remoteStackIndex_9() { return static_cast<int32_t>(offsetof(Exception_t, ____remoteStackIndex_9)); }
|
|
inline int32_t get__remoteStackIndex_9() const { return ____remoteStackIndex_9; }
|
|
inline int32_t* get_address_of__remoteStackIndex_9() { return &____remoteStackIndex_9; }
|
|
inline void set__remoteStackIndex_9(int32_t value)
|
|
{
|
|
____remoteStackIndex_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__dynamicMethods_10() { return static_cast<int32_t>(offsetof(Exception_t, ____dynamicMethods_10)); }
|
|
inline RuntimeObject * get__dynamicMethods_10() const { return ____dynamicMethods_10; }
|
|
inline RuntimeObject ** get_address_of__dynamicMethods_10() { return &____dynamicMethods_10; }
|
|
inline void set__dynamicMethods_10(RuntimeObject * value)
|
|
{
|
|
____dynamicMethods_10 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____dynamicMethods_10), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__HResult_11() { return static_cast<int32_t>(offsetof(Exception_t, ____HResult_11)); }
|
|
inline int32_t get__HResult_11() const { return ____HResult_11; }
|
|
inline int32_t* get_address_of__HResult_11() { return &____HResult_11; }
|
|
inline void set__HResult_11(int32_t value)
|
|
{
|
|
____HResult_11 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__source_12() { return static_cast<int32_t>(offsetof(Exception_t, ____source_12)); }
|
|
inline String_t* get__source_12() const { return ____source_12; }
|
|
inline String_t** get_address_of__source_12() { return &____source_12; }
|
|
inline void set__source_12(String_t* value)
|
|
{
|
|
____source_12 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____source_12), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__safeSerializationManager_13() { return static_cast<int32_t>(offsetof(Exception_t, ____safeSerializationManager_13)); }
|
|
inline SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; }
|
|
inline SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; }
|
|
inline void set__safeSerializationManager_13(SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * value)
|
|
{
|
|
____safeSerializationManager_13 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____safeSerializationManager_13), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_captured_traces_14() { return static_cast<int32_t>(offsetof(Exception_t, ___captured_traces_14)); }
|
|
inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* get_captured_traces_14() const { return ___captured_traces_14; }
|
|
inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196** get_address_of_captured_traces_14() { return &___captured_traces_14; }
|
|
inline void set_captured_traces_14(StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* value)
|
|
{
|
|
___captured_traces_14 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___captured_traces_14), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_native_trace_ips_15() { return static_cast<int32_t>(offsetof(Exception_t, ___native_trace_ips_15)); }
|
|
inline IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* get_native_trace_ips_15() const { return ___native_trace_ips_15; }
|
|
inline IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; }
|
|
inline void set_native_trace_ips_15(IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* value)
|
|
{
|
|
___native_trace_ips_15 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___native_trace_ips_15), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct Exception_t_StaticFields
|
|
{
|
|
public:
|
|
// System.Object System.Exception::s_EDILock
|
|
RuntimeObject * ___s_EDILock_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_s_EDILock_0() { return static_cast<int32_t>(offsetof(Exception_t_StaticFields, ___s_EDILock_0)); }
|
|
inline RuntimeObject * get_s_EDILock_0() const { return ___s_EDILock_0; }
|
|
inline RuntimeObject ** get_address_of_s_EDILock_0() { return &___s_EDILock_0; }
|
|
inline void set_s_EDILock_0(RuntimeObject * value)
|
|
{
|
|
___s_EDILock_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_EDILock_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Exception
|
|
struct Exception_t_marshaled_pinvoke
|
|
{
|
|
char* ____className_1;
|
|
char* ____message_2;
|
|
RuntimeObject* ____data_3;
|
|
Exception_t_marshaled_pinvoke* ____innerException_4;
|
|
char* ____helpURL_5;
|
|
Il2CppIUnknown* ____stackTrace_6;
|
|
char* ____stackTraceString_7;
|
|
char* ____remoteStackTraceString_8;
|
|
int32_t ____remoteStackIndex_9;
|
|
Il2CppIUnknown* ____dynamicMethods_10;
|
|
int32_t ____HResult_11;
|
|
char* ____source_12;
|
|
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
|
|
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
|
|
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
|
|
};
|
|
// Native definition for COM marshalling of System.Exception
|
|
struct Exception_t_marshaled_com
|
|
{
|
|
Il2CppChar* ____className_1;
|
|
Il2CppChar* ____message_2;
|
|
RuntimeObject* ____data_3;
|
|
Exception_t_marshaled_com* ____innerException_4;
|
|
Il2CppChar* ____helpURL_5;
|
|
Il2CppIUnknown* ____stackTrace_6;
|
|
Il2CppChar* ____stackTraceString_7;
|
|
Il2CppChar* ____remoteStackTraceString_8;
|
|
int32_t ____remoteStackIndex_9;
|
|
Il2CppIUnknown* ____dynamicMethods_10;
|
|
int32_t ____HResult_11;
|
|
Il2CppChar* ____source_12;
|
|
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
|
|
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
|
|
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
|
|
};
|
|
|
|
// System.ParsingError
|
|
struct ParsingError_t0D5A87AC821FD4B2D294BF89150B61B6F0445DAE
|
|
{
|
|
public:
|
|
// System.Int32 System.ParsingError::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ParsingError_t0D5A87AC821FD4B2D294BF89150B61B6F0445DAE, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Reflection.BindingFlags
|
|
struct BindingFlags_tE35C91D046E63A1B92BB9AB909FCF9DA84379ED0
|
|
{
|
|
public:
|
|
// System.Int32 System.Reflection.BindingFlags::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(BindingFlags_tE35C91D046E63A1B92BB9AB909FCF9DA84379ED0, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Runtime.Serialization.StreamingContextStates
|
|
struct StreamingContextStates_t6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F
|
|
{
|
|
public:
|
|
// System.Int32 System.Runtime.Serialization.StreamingContextStates::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(StreamingContextStates_t6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.RuntimeFieldHandle
|
|
struct RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF
|
|
{
|
|
public:
|
|
// System.IntPtr System.RuntimeFieldHandle::value
|
|
intptr_t ___value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF, ___value_0)); }
|
|
inline intptr_t get_value_0() const { return ___value_0; }
|
|
inline intptr_t* get_address_of_value_0() { return &___value_0; }
|
|
inline void set_value_0(intptr_t value)
|
|
{
|
|
___value_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.RuntimeTypeHandle
|
|
struct RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D
|
|
{
|
|
public:
|
|
// System.IntPtr System.RuntimeTypeHandle::value
|
|
intptr_t ___value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D, ___value_0)); }
|
|
inline intptr_t get_value_0() const { return ___value_0; }
|
|
inline intptr_t* get_address_of_value_0() { return &___value_0; }
|
|
inline void set_value_0(intptr_t value)
|
|
{
|
|
___value_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.StringComparison
|
|
struct StringComparison_t02BAA95468CE9E91115C604577611FDF58FEDCF0
|
|
{
|
|
public:
|
|
// System.Int32 System.StringComparison::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(StringComparison_t02BAA95468CE9E91115C604577611FDF58FEDCF0, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Text.NormalizationForm
|
|
struct NormalizationForm_t37A65F044FE653814E14F5D147919ED0E02A873C
|
|
{
|
|
public:
|
|
// System.Int32 System.Text.NormalizationForm::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(NormalizationForm_t37A65F044FE653814E14F5D147919ED0E02A873C, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Text.RegularExpressions.Match
|
|
struct Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 : public Group_tB4759D0385925B2C8C14ED3FCD5D2F43CFBD0443
|
|
{
|
|
public:
|
|
// System.Text.RegularExpressions.GroupCollection System.Text.RegularExpressions.Match::_groupcoll
|
|
GroupCollection_tD9051ED1A991E3666439262B517FDD2F968C064F * ____groupcoll_8;
|
|
// System.Text.RegularExpressions.Regex System.Text.RegularExpressions.Match::_regex
|
|
Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * ____regex_9;
|
|
// System.Int32 System.Text.RegularExpressions.Match::_textbeg
|
|
int32_t ____textbeg_10;
|
|
// System.Int32 System.Text.RegularExpressions.Match::_textpos
|
|
int32_t ____textpos_11;
|
|
// System.Int32 System.Text.RegularExpressions.Match::_textend
|
|
int32_t ____textend_12;
|
|
// System.Int32 System.Text.RegularExpressions.Match::_textstart
|
|
int32_t ____textstart_13;
|
|
// System.Int32[][] System.Text.RegularExpressions.Match::_matches
|
|
Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* ____matches_14;
|
|
// System.Int32[] System.Text.RegularExpressions.Match::_matchcount
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ____matchcount_15;
|
|
// System.Boolean System.Text.RegularExpressions.Match::_balancing
|
|
bool ____balancing_16;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__groupcoll_8() { return static_cast<int32_t>(offsetof(Match_tE447871AB59EED3642F31EB9559D162C2977EBB5, ____groupcoll_8)); }
|
|
inline GroupCollection_tD9051ED1A991E3666439262B517FDD2F968C064F * get__groupcoll_8() const { return ____groupcoll_8; }
|
|
inline GroupCollection_tD9051ED1A991E3666439262B517FDD2F968C064F ** get_address_of__groupcoll_8() { return &____groupcoll_8; }
|
|
inline void set__groupcoll_8(GroupCollection_tD9051ED1A991E3666439262B517FDD2F968C064F * value)
|
|
{
|
|
____groupcoll_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____groupcoll_8), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__regex_9() { return static_cast<int32_t>(offsetof(Match_tE447871AB59EED3642F31EB9559D162C2977EBB5, ____regex_9)); }
|
|
inline Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * get__regex_9() const { return ____regex_9; }
|
|
inline Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF ** get_address_of__regex_9() { return &____regex_9; }
|
|
inline void set__regex_9(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * value)
|
|
{
|
|
____regex_9 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____regex_9), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__textbeg_10() { return static_cast<int32_t>(offsetof(Match_tE447871AB59EED3642F31EB9559D162C2977EBB5, ____textbeg_10)); }
|
|
inline int32_t get__textbeg_10() const { return ____textbeg_10; }
|
|
inline int32_t* get_address_of__textbeg_10() { return &____textbeg_10; }
|
|
inline void set__textbeg_10(int32_t value)
|
|
{
|
|
____textbeg_10 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__textpos_11() { return static_cast<int32_t>(offsetof(Match_tE447871AB59EED3642F31EB9559D162C2977EBB5, ____textpos_11)); }
|
|
inline int32_t get__textpos_11() const { return ____textpos_11; }
|
|
inline int32_t* get_address_of__textpos_11() { return &____textpos_11; }
|
|
inline void set__textpos_11(int32_t value)
|
|
{
|
|
____textpos_11 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__textend_12() { return static_cast<int32_t>(offsetof(Match_tE447871AB59EED3642F31EB9559D162C2977EBB5, ____textend_12)); }
|
|
inline int32_t get__textend_12() const { return ____textend_12; }
|
|
inline int32_t* get_address_of__textend_12() { return &____textend_12; }
|
|
inline void set__textend_12(int32_t value)
|
|
{
|
|
____textend_12 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__textstart_13() { return static_cast<int32_t>(offsetof(Match_tE447871AB59EED3642F31EB9559D162C2977EBB5, ____textstart_13)); }
|
|
inline int32_t get__textstart_13() const { return ____textstart_13; }
|
|
inline int32_t* get_address_of__textstart_13() { return &____textstart_13; }
|
|
inline void set__textstart_13(int32_t value)
|
|
{
|
|
____textstart_13 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__matches_14() { return static_cast<int32_t>(offsetof(Match_tE447871AB59EED3642F31EB9559D162C2977EBB5, ____matches_14)); }
|
|
inline Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* get__matches_14() const { return ____matches_14; }
|
|
inline Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43** get_address_of__matches_14() { return &____matches_14; }
|
|
inline void set__matches_14(Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* value)
|
|
{
|
|
____matches_14 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____matches_14), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__matchcount_15() { return static_cast<int32_t>(offsetof(Match_tE447871AB59EED3642F31EB9559D162C2977EBB5, ____matchcount_15)); }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get__matchcount_15() const { return ____matchcount_15; }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of__matchcount_15() { return &____matchcount_15; }
|
|
inline void set__matchcount_15(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
|
|
{
|
|
____matchcount_15 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____matchcount_15), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__balancing_16() { return static_cast<int32_t>(offsetof(Match_tE447871AB59EED3642F31EB9559D162C2977EBB5, ____balancing_16)); }
|
|
inline bool get__balancing_16() const { return ____balancing_16; }
|
|
inline bool* get_address_of__balancing_16() { return &____balancing_16; }
|
|
inline void set__balancing_16(bool value)
|
|
{
|
|
____balancing_16 = value;
|
|
}
|
|
};
|
|
|
|
struct Match_tE447871AB59EED3642F31EB9559D162C2977EBB5_StaticFields
|
|
{
|
|
public:
|
|
// System.Text.RegularExpressions.Match System.Text.RegularExpressions.Match::_empty
|
|
Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * ____empty_7;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__empty_7() { return static_cast<int32_t>(offsetof(Match_tE447871AB59EED3642F31EB9559D162C2977EBB5_StaticFields, ____empty_7)); }
|
|
inline Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * get__empty_7() const { return ____empty_7; }
|
|
inline Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 ** get_address_of__empty_7() { return &____empty_7; }
|
|
inline void set__empty_7(Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * value)
|
|
{
|
|
____empty_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____empty_7), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Text.RegularExpressions.RegexOptions
|
|
struct RegexOptions_t9A6138CDA9C60924D503C584095349F008C52EA1
|
|
{
|
|
public:
|
|
// System.Int32 System.Text.RegularExpressions.RegexOptions::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(RegexOptions_t9A6138CDA9C60924D503C584095349F008C52EA1, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.TimeSpan
|
|
struct TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4
|
|
{
|
|
public:
|
|
// System.Int64 System.TimeSpan::_ticks
|
|
int64_t ____ticks_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__ticks_3() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4, ____ticks_3)); }
|
|
inline int64_t get__ticks_3() const { return ____ticks_3; }
|
|
inline int64_t* get_address_of__ticks_3() { return &____ticks_3; }
|
|
inline void set__ticks_3(int64_t value)
|
|
{
|
|
____ticks_3 = value;
|
|
}
|
|
};
|
|
|
|
struct TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields
|
|
{
|
|
public:
|
|
// System.TimeSpan System.TimeSpan::Zero
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___Zero_0;
|
|
// System.TimeSpan System.TimeSpan::MaxValue
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___MaxValue_1;
|
|
// System.TimeSpan System.TimeSpan::MinValue
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___MinValue_2;
|
|
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyConfigChecked
|
|
bool ____legacyConfigChecked_4;
|
|
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyMode
|
|
bool ____legacyMode_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Zero_0() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ___Zero_0)); }
|
|
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_Zero_0() const { return ___Zero_0; }
|
|
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_Zero_0() { return &___Zero_0; }
|
|
inline void set_Zero_0(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
|
|
{
|
|
___Zero_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_MaxValue_1() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ___MaxValue_1)); }
|
|
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_MaxValue_1() const { return ___MaxValue_1; }
|
|
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_MaxValue_1() { return &___MaxValue_1; }
|
|
inline void set_MaxValue_1(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
|
|
{
|
|
___MaxValue_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_MinValue_2() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ___MinValue_2)); }
|
|
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_MinValue_2() const { return ___MinValue_2; }
|
|
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_MinValue_2() { return &___MinValue_2; }
|
|
inline void set_MinValue_2(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
|
|
{
|
|
___MinValue_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__legacyConfigChecked_4() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ____legacyConfigChecked_4)); }
|
|
inline bool get__legacyConfigChecked_4() const { return ____legacyConfigChecked_4; }
|
|
inline bool* get_address_of__legacyConfigChecked_4() { return &____legacyConfigChecked_4; }
|
|
inline void set__legacyConfigChecked_4(bool value)
|
|
{
|
|
____legacyConfigChecked_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__legacyMode_5() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ____legacyMode_5)); }
|
|
inline bool get__legacyMode_5() const { return ____legacyMode_5; }
|
|
inline bool* get_address_of__legacyMode_5() { return &____legacyMode_5; }
|
|
inline void set__legacyMode_5(bool value)
|
|
{
|
|
____legacyMode_5 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Timers.ElapsedEventArgs
|
|
struct ElapsedEventArgs_tF6ADBB84C7FB6277E68FA230DCAC41785E4950D6 : public EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E
|
|
{
|
|
public:
|
|
// System.DateTime System.Timers.ElapsedEventArgs::time
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___time_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_time_1() { return static_cast<int32_t>(offsetof(ElapsedEventArgs_tF6ADBB84C7FB6277E68FA230DCAC41785E4950D6, ___time_1)); }
|
|
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_time_1() const { return ___time_1; }
|
|
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_time_1() { return &___time_1; }
|
|
inline void set_time_1(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
|
|
{
|
|
___time_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Timers.Timer
|
|
struct Timer_t238C45D8635596EEA04884048EF70F96775D5ADC : public Component_t7AEFE153F6778CF52E1981BC3E811A9604B29473
|
|
{
|
|
public:
|
|
// System.Double System.Timers.Timer::interval
|
|
double ___interval_4;
|
|
// System.Boolean System.Timers.Timer::enabled
|
|
bool ___enabled_5;
|
|
// System.Boolean System.Timers.Timer::initializing
|
|
bool ___initializing_6;
|
|
// System.Boolean System.Timers.Timer::delayedEnable
|
|
bool ___delayedEnable_7;
|
|
// System.Timers.ElapsedEventHandler System.Timers.Timer::onIntervalElapsed
|
|
ElapsedEventHandler_t4EC687DBAA8EC75A58162EAF7E50D8F62ABDC91C * ___onIntervalElapsed_8;
|
|
// System.Boolean System.Timers.Timer::autoReset
|
|
bool ___autoReset_9;
|
|
// System.ComponentModel.ISynchronizeInvoke System.Timers.Timer::synchronizingObject
|
|
RuntimeObject* ___synchronizingObject_10;
|
|
// System.Boolean System.Timers.Timer::disposed
|
|
bool ___disposed_11;
|
|
// System.Threading.Timer System.Timers.Timer::timer
|
|
Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * ___timer_12;
|
|
// System.Threading.TimerCallback System.Timers.Timer::callback
|
|
TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219 * ___callback_13;
|
|
// System.Object System.Timers.Timer::cookie
|
|
RuntimeObject * ___cookie_14;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_interval_4() { return static_cast<int32_t>(offsetof(Timer_t238C45D8635596EEA04884048EF70F96775D5ADC, ___interval_4)); }
|
|
inline double get_interval_4() const { return ___interval_4; }
|
|
inline double* get_address_of_interval_4() { return &___interval_4; }
|
|
inline void set_interval_4(double value)
|
|
{
|
|
___interval_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_enabled_5() { return static_cast<int32_t>(offsetof(Timer_t238C45D8635596EEA04884048EF70F96775D5ADC, ___enabled_5)); }
|
|
inline bool get_enabled_5() const { return ___enabled_5; }
|
|
inline bool* get_address_of_enabled_5() { return &___enabled_5; }
|
|
inline void set_enabled_5(bool value)
|
|
{
|
|
___enabled_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_initializing_6() { return static_cast<int32_t>(offsetof(Timer_t238C45D8635596EEA04884048EF70F96775D5ADC, ___initializing_6)); }
|
|
inline bool get_initializing_6() const { return ___initializing_6; }
|
|
inline bool* get_address_of_initializing_6() { return &___initializing_6; }
|
|
inline void set_initializing_6(bool value)
|
|
{
|
|
___initializing_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_delayedEnable_7() { return static_cast<int32_t>(offsetof(Timer_t238C45D8635596EEA04884048EF70F96775D5ADC, ___delayedEnable_7)); }
|
|
inline bool get_delayedEnable_7() const { return ___delayedEnable_7; }
|
|
inline bool* get_address_of_delayedEnable_7() { return &___delayedEnable_7; }
|
|
inline void set_delayedEnable_7(bool value)
|
|
{
|
|
___delayedEnable_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_onIntervalElapsed_8() { return static_cast<int32_t>(offsetof(Timer_t238C45D8635596EEA04884048EF70F96775D5ADC, ___onIntervalElapsed_8)); }
|
|
inline ElapsedEventHandler_t4EC687DBAA8EC75A58162EAF7E50D8F62ABDC91C * get_onIntervalElapsed_8() const { return ___onIntervalElapsed_8; }
|
|
inline ElapsedEventHandler_t4EC687DBAA8EC75A58162EAF7E50D8F62ABDC91C ** get_address_of_onIntervalElapsed_8() { return &___onIntervalElapsed_8; }
|
|
inline void set_onIntervalElapsed_8(ElapsedEventHandler_t4EC687DBAA8EC75A58162EAF7E50D8F62ABDC91C * value)
|
|
{
|
|
___onIntervalElapsed_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___onIntervalElapsed_8), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_autoReset_9() { return static_cast<int32_t>(offsetof(Timer_t238C45D8635596EEA04884048EF70F96775D5ADC, ___autoReset_9)); }
|
|
inline bool get_autoReset_9() const { return ___autoReset_9; }
|
|
inline bool* get_address_of_autoReset_9() { return &___autoReset_9; }
|
|
inline void set_autoReset_9(bool value)
|
|
{
|
|
___autoReset_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_synchronizingObject_10() { return static_cast<int32_t>(offsetof(Timer_t238C45D8635596EEA04884048EF70F96775D5ADC, ___synchronizingObject_10)); }
|
|
inline RuntimeObject* get_synchronizingObject_10() const { return ___synchronizingObject_10; }
|
|
inline RuntimeObject** get_address_of_synchronizingObject_10() { return &___synchronizingObject_10; }
|
|
inline void set_synchronizingObject_10(RuntimeObject* value)
|
|
{
|
|
___synchronizingObject_10 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___synchronizingObject_10), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_disposed_11() { return static_cast<int32_t>(offsetof(Timer_t238C45D8635596EEA04884048EF70F96775D5ADC, ___disposed_11)); }
|
|
inline bool get_disposed_11() const { return ___disposed_11; }
|
|
inline bool* get_address_of_disposed_11() { return &___disposed_11; }
|
|
inline void set_disposed_11(bool value)
|
|
{
|
|
___disposed_11 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_timer_12() { return static_cast<int32_t>(offsetof(Timer_t238C45D8635596EEA04884048EF70F96775D5ADC, ___timer_12)); }
|
|
inline Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * get_timer_12() const { return ___timer_12; }
|
|
inline Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 ** get_address_of_timer_12() { return &___timer_12; }
|
|
inline void set_timer_12(Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * value)
|
|
{
|
|
___timer_12 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___timer_12), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_callback_13() { return static_cast<int32_t>(offsetof(Timer_t238C45D8635596EEA04884048EF70F96775D5ADC, ___callback_13)); }
|
|
inline TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219 * get_callback_13() const { return ___callback_13; }
|
|
inline TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219 ** get_address_of_callback_13() { return &___callback_13; }
|
|
inline void set_callback_13(TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219 * value)
|
|
{
|
|
___callback_13 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___callback_13), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_cookie_14() { return static_cast<int32_t>(offsetof(Timer_t238C45D8635596EEA04884048EF70F96775D5ADC, ___cookie_14)); }
|
|
inline RuntimeObject * get_cookie_14() const { return ___cookie_14; }
|
|
inline RuntimeObject ** get_address_of_cookie_14() { return &___cookie_14; }
|
|
inline void set_cookie_14(RuntimeObject * value)
|
|
{
|
|
___cookie_14 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___cookie_14), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Timers.TimersDescriptionAttribute
|
|
struct TimersDescriptionAttribute_t2D22B9CC0568D8276BFBFABEFA59268FFC483650 : public DescriptionAttribute_t112C5FEAA03342D05BF40C1713ABF1C1848DEE75
|
|
{
|
|
public:
|
|
// System.Boolean System.Timers.TimersDescriptionAttribute::replaced
|
|
bool ___replaced_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_replaced_2() { return static_cast<int32_t>(offsetof(TimersDescriptionAttribute_t2D22B9CC0568D8276BFBFABEFA59268FFC483650, ___replaced_2)); }
|
|
inline bool get_replaced_2() const { return ___replaced_2; }
|
|
inline bool* get_address_of_replaced_2() { return &___replaced_2; }
|
|
inline void set_replaced_2(bool value)
|
|
{
|
|
___replaced_2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.UnescapeMode
|
|
struct UnescapeMode_t22E9EF2FB775920C1538E221765EE5B0D91E7470
|
|
{
|
|
public:
|
|
// System.Int32 System.UnescapeMode::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(UnescapeMode_t22E9EF2FB775920C1538E221765EE5B0D91E7470, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Uri_Check
|
|
struct Check_t597B1C13F5DD4DAAA857F961852721AE4DD0BD5E
|
|
{
|
|
public:
|
|
// System.Int32 System.Uri_Check::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(Check_t597B1C13F5DD4DAAA857F961852721AE4DD0BD5E, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Uri_Flags
|
|
struct Flags_tEBE7CABEBD13F16920D6950B384EB8F988250A2A
|
|
{
|
|
public:
|
|
// System.UInt64 System.Uri_Flags::value__
|
|
uint64_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(Flags_tEBE7CABEBD13F16920D6950B384EB8F988250A2A, ___value___2)); }
|
|
inline uint64_t get_value___2() const { return ___value___2; }
|
|
inline uint64_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(uint64_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Uri_UriInfo
|
|
struct UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.String System.Uri_UriInfo::Host
|
|
String_t* ___Host_0;
|
|
// System.String System.Uri_UriInfo::ScopeId
|
|
String_t* ___ScopeId_1;
|
|
// System.String System.Uri_UriInfo::String
|
|
String_t* ___String_2;
|
|
// System.Uri_Offset System.Uri_UriInfo::Offset
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 ___Offset_3;
|
|
// System.String System.Uri_UriInfo::DnsSafeHost
|
|
String_t* ___DnsSafeHost_4;
|
|
// System.Uri_MoreInfo System.Uri_UriInfo::MoreInfo
|
|
MoreInfo_t83B9EC79244C26B468C115E54C0BEF09BB2E05B5 * ___MoreInfo_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Host_0() { return static_cast<int32_t>(offsetof(UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E, ___Host_0)); }
|
|
inline String_t* get_Host_0() const { return ___Host_0; }
|
|
inline String_t** get_address_of_Host_0() { return &___Host_0; }
|
|
inline void set_Host_0(String_t* value)
|
|
{
|
|
___Host_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Host_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_ScopeId_1() { return static_cast<int32_t>(offsetof(UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E, ___ScopeId_1)); }
|
|
inline String_t* get_ScopeId_1() const { return ___ScopeId_1; }
|
|
inline String_t** get_address_of_ScopeId_1() { return &___ScopeId_1; }
|
|
inline void set_ScopeId_1(String_t* value)
|
|
{
|
|
___ScopeId_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___ScopeId_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_String_2() { return static_cast<int32_t>(offsetof(UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E, ___String_2)); }
|
|
inline String_t* get_String_2() const { return ___String_2; }
|
|
inline String_t** get_address_of_String_2() { return &___String_2; }
|
|
inline void set_String_2(String_t* value)
|
|
{
|
|
___String_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___String_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_Offset_3() { return static_cast<int32_t>(offsetof(UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E, ___Offset_3)); }
|
|
inline Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 get_Offset_3() const { return ___Offset_3; }
|
|
inline Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * get_address_of_Offset_3() { return &___Offset_3; }
|
|
inline void set_Offset_3(Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 value)
|
|
{
|
|
___Offset_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_DnsSafeHost_4() { return static_cast<int32_t>(offsetof(UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E, ___DnsSafeHost_4)); }
|
|
inline String_t* get_DnsSafeHost_4() const { return ___DnsSafeHost_4; }
|
|
inline String_t** get_address_of_DnsSafeHost_4() { return &___DnsSafeHost_4; }
|
|
inline void set_DnsSafeHost_4(String_t* value)
|
|
{
|
|
___DnsSafeHost_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___DnsSafeHost_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_MoreInfo_5() { return static_cast<int32_t>(offsetof(UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E, ___MoreInfo_5)); }
|
|
inline MoreInfo_t83B9EC79244C26B468C115E54C0BEF09BB2E05B5 * get_MoreInfo_5() const { return ___MoreInfo_5; }
|
|
inline MoreInfo_t83B9EC79244C26B468C115E54C0BEF09BB2E05B5 ** get_address_of_MoreInfo_5() { return &___MoreInfo_5; }
|
|
inline void set_MoreInfo_5(MoreInfo_t83B9EC79244C26B468C115E54C0BEF09BB2E05B5 * value)
|
|
{
|
|
___MoreInfo_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___MoreInfo_5), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.UriComponents
|
|
struct UriComponents_tE42D5229291668DE73323E1C519E4E1459A64CFF
|
|
{
|
|
public:
|
|
// System.Int32 System.UriComponents::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(UriComponents_tE42D5229291668DE73323E1C519E4E1459A64CFF, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.UriFormat
|
|
struct UriFormat_t4355763D39FF6F0FAA2B43E3A209BA8500730992
|
|
{
|
|
public:
|
|
// System.Int32 System.UriFormat::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(UriFormat_t4355763D39FF6F0FAA2B43E3A209BA8500730992, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.UriHostNameType
|
|
struct UriHostNameType_t878C7F8270044471359846197DD0FB290E566858
|
|
{
|
|
public:
|
|
// System.Int32 System.UriHostNameType::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(UriHostNameType_t878C7F8270044471359846197DD0FB290E566858, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.UriIdnScope
|
|
struct UriIdnScope_tE1574B39C7492C761EFE2FC12DDE82DE013AC9D1
|
|
{
|
|
public:
|
|
// System.Int32 System.UriIdnScope::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(UriIdnScope_tE1574B39C7492C761EFE2FC12DDE82DE013AC9D1, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.UriKind
|
|
struct UriKind_t26D0760DDF148ADC939FECD934C0B9FF5C71EA08
|
|
{
|
|
public:
|
|
// System.Int32 System.UriKind::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(UriKind_t26D0760DDF148ADC939FECD934C0B9FF5C71EA08, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.UriParser_UriQuirksVersion
|
|
struct UriQuirksVersion_tB044080854D030F26EB17D99FFE997D0FFB8A374
|
|
{
|
|
public:
|
|
// System.Int32 System.UriParser_UriQuirksVersion::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(UriQuirksVersion_tB044080854D030F26EB17D99FFE997D0FFB8A374, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.UriSyntaxFlags
|
|
struct UriSyntaxFlags_t8773DD32DE8871701F05FBED115A2B51679D5D46
|
|
{
|
|
public:
|
|
// System.Int32 System.UriSyntaxFlags::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(UriSyntaxFlags_t8773DD32DE8871701F05FBED115A2B51679D5D46, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.WeakReference
|
|
struct WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Boolean System.WeakReference::isLongReference
|
|
bool ___isLongReference_0;
|
|
// System.Runtime.InteropServices.GCHandle System.WeakReference::gcHandle
|
|
GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 ___gcHandle_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_isLongReference_0() { return static_cast<int32_t>(offsetof(WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D, ___isLongReference_0)); }
|
|
inline bool get_isLongReference_0() const { return ___isLongReference_0; }
|
|
inline bool* get_address_of_isLongReference_0() { return &___isLongReference_0; }
|
|
inline void set_isLongReference_0(bool value)
|
|
{
|
|
___isLongReference_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_gcHandle_1() { return static_cast<int32_t>(offsetof(WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D, ___gcHandle_1)); }
|
|
inline GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 get_gcHandle_1() const { return ___gcHandle_1; }
|
|
inline GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 * get_address_of_gcHandle_1() { return &___gcHandle_1; }
|
|
inline void set_gcHandle_1(GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 value)
|
|
{
|
|
___gcHandle_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.MulticastDelegate
|
|
struct MulticastDelegate_t : public Delegate_t
|
|
{
|
|
public:
|
|
// System.Delegate[] System.MulticastDelegate::delegates
|
|
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* ___delegates_11;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_delegates_11() { return static_cast<int32_t>(offsetof(MulticastDelegate_t, ___delegates_11)); }
|
|
inline DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* get_delegates_11() const { return ___delegates_11; }
|
|
inline DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86** get_address_of_delegates_11() { return &___delegates_11; }
|
|
inline void set_delegates_11(DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* value)
|
|
{
|
|
___delegates_11 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___delegates_11), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.MulticastDelegate
|
|
struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke
|
|
{
|
|
Delegate_t_marshaled_pinvoke** ___delegates_11;
|
|
};
|
|
// Native definition for COM marshalling of System.MulticastDelegate
|
|
struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com
|
|
{
|
|
Delegate_t_marshaled_com** ___delegates_11;
|
|
};
|
|
|
|
// System.Runtime.Serialization.StreamingContext
|
|
struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034
|
|
{
|
|
public:
|
|
// System.Object System.Runtime.Serialization.StreamingContext::m_additionalContext
|
|
RuntimeObject * ___m_additionalContext_0;
|
|
// System.Runtime.Serialization.StreamingContextStates System.Runtime.Serialization.StreamingContext::m_state
|
|
int32_t ___m_state_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_additionalContext_0() { return static_cast<int32_t>(offsetof(StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034, ___m_additionalContext_0)); }
|
|
inline RuntimeObject * get_m_additionalContext_0() const { return ___m_additionalContext_0; }
|
|
inline RuntimeObject ** get_address_of_m_additionalContext_0() { return &___m_additionalContext_0; }
|
|
inline void set_m_additionalContext_0(RuntimeObject * value)
|
|
{
|
|
___m_additionalContext_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_additionalContext_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_state_1() { return static_cast<int32_t>(offsetof(StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034, ___m_state_1)); }
|
|
inline int32_t get_m_state_1() const { return ___m_state_1; }
|
|
inline int32_t* get_address_of_m_state_1() { return &___m_state_1; }
|
|
inline void set_m_state_1(int32_t value)
|
|
{
|
|
___m_state_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Runtime.Serialization.StreamingContext
|
|
struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshaled_pinvoke
|
|
{
|
|
Il2CppIUnknown* ___m_additionalContext_0;
|
|
int32_t ___m_state_1;
|
|
};
|
|
// Native definition for COM marshalling of System.Runtime.Serialization.StreamingContext
|
|
struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshaled_com
|
|
{
|
|
Il2CppIUnknown* ___m_additionalContext_0;
|
|
int32_t ___m_state_1;
|
|
};
|
|
|
|
// System.SystemException
|
|
struct SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 : public Exception_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Text.RegularExpressions.MatchSparse
|
|
struct MatchSparse_t73BEE39B7EBE30B7460558DCA846B704C94B571C : public Match_tE447871AB59EED3642F31EB9559D162C2977EBB5
|
|
{
|
|
public:
|
|
// System.Collections.Hashtable System.Text.RegularExpressions.MatchSparse::_caps
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ____caps_17;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__caps_17() { return static_cast<int32_t>(offsetof(MatchSparse_t73BEE39B7EBE30B7460558DCA846B704C94B571C, ____caps_17)); }
|
|
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get__caps_17() const { return ____caps_17; }
|
|
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of__caps_17() { return &____caps_17; }
|
|
inline void set__caps_17(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
|
|
{
|
|
____caps_17 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____caps_17), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Text.RegularExpressions.Regex
|
|
struct Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.String System.Text.RegularExpressions.Regex::pattern
|
|
String_t* ___pattern_0;
|
|
// System.Text.RegularExpressions.RegexRunnerFactory System.Text.RegularExpressions.Regex::factory
|
|
RegexRunnerFactory_t0703F390E2102623B0189DEC095DB182698E404B * ___factory_1;
|
|
// System.Text.RegularExpressions.RegexOptions System.Text.RegularExpressions.Regex::roptions
|
|
int32_t ___roptions_2;
|
|
// System.TimeSpan System.Text.RegularExpressions.Regex::internalMatchTimeout
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___internalMatchTimeout_5;
|
|
// System.Collections.Hashtable System.Text.RegularExpressions.Regex::caps
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___caps_8;
|
|
// System.Collections.Hashtable System.Text.RegularExpressions.Regex::capnames
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___capnames_9;
|
|
// System.String[] System.Text.RegularExpressions.Regex::capslist
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___capslist_10;
|
|
// System.Int32 System.Text.RegularExpressions.Regex::capsize
|
|
int32_t ___capsize_11;
|
|
// System.Text.RegularExpressions.ExclusiveReference System.Text.RegularExpressions.Regex::runnerref
|
|
ExclusiveReference_t39E202CDB13A1E6EBA4CE0C7548B192CEB5C64DB * ___runnerref_12;
|
|
// System.Text.RegularExpressions.SharedReference System.Text.RegularExpressions.Regex::replref
|
|
SharedReference_t225BA5C249F9F1D6C959F151695BDF65EF2C92A5 * ___replref_13;
|
|
// System.Text.RegularExpressions.RegexCode System.Text.RegularExpressions.Regex::code
|
|
RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA * ___code_14;
|
|
// System.Boolean System.Text.RegularExpressions.Regex::refsInitialized
|
|
bool ___refsInitialized_15;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_pattern_0() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF, ___pattern_0)); }
|
|
inline String_t* get_pattern_0() const { return ___pattern_0; }
|
|
inline String_t** get_address_of_pattern_0() { return &___pattern_0; }
|
|
inline void set_pattern_0(String_t* value)
|
|
{
|
|
___pattern_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___pattern_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_factory_1() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF, ___factory_1)); }
|
|
inline RegexRunnerFactory_t0703F390E2102623B0189DEC095DB182698E404B * get_factory_1() const { return ___factory_1; }
|
|
inline RegexRunnerFactory_t0703F390E2102623B0189DEC095DB182698E404B ** get_address_of_factory_1() { return &___factory_1; }
|
|
inline void set_factory_1(RegexRunnerFactory_t0703F390E2102623B0189DEC095DB182698E404B * value)
|
|
{
|
|
___factory_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___factory_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_roptions_2() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF, ___roptions_2)); }
|
|
inline int32_t get_roptions_2() const { return ___roptions_2; }
|
|
inline int32_t* get_address_of_roptions_2() { return &___roptions_2; }
|
|
inline void set_roptions_2(int32_t value)
|
|
{
|
|
___roptions_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_internalMatchTimeout_5() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF, ___internalMatchTimeout_5)); }
|
|
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_internalMatchTimeout_5() const { return ___internalMatchTimeout_5; }
|
|
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_internalMatchTimeout_5() { return &___internalMatchTimeout_5; }
|
|
inline void set_internalMatchTimeout_5(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
|
|
{
|
|
___internalMatchTimeout_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_caps_8() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF, ___caps_8)); }
|
|
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_caps_8() const { return ___caps_8; }
|
|
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_caps_8() { return &___caps_8; }
|
|
inline void set_caps_8(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
|
|
{
|
|
___caps_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___caps_8), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_capnames_9() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF, ___capnames_9)); }
|
|
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_capnames_9() const { return ___capnames_9; }
|
|
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_capnames_9() { return &___capnames_9; }
|
|
inline void set_capnames_9(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
|
|
{
|
|
___capnames_9 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___capnames_9), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_capslist_10() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF, ___capslist_10)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_capslist_10() const { return ___capslist_10; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_capslist_10() { return &___capslist_10; }
|
|
inline void set_capslist_10(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|
{
|
|
___capslist_10 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___capslist_10), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_capsize_11() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF, ___capsize_11)); }
|
|
inline int32_t get_capsize_11() const { return ___capsize_11; }
|
|
inline int32_t* get_address_of_capsize_11() { return &___capsize_11; }
|
|
inline void set_capsize_11(int32_t value)
|
|
{
|
|
___capsize_11 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_runnerref_12() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF, ___runnerref_12)); }
|
|
inline ExclusiveReference_t39E202CDB13A1E6EBA4CE0C7548B192CEB5C64DB * get_runnerref_12() const { return ___runnerref_12; }
|
|
inline ExclusiveReference_t39E202CDB13A1E6EBA4CE0C7548B192CEB5C64DB ** get_address_of_runnerref_12() { return &___runnerref_12; }
|
|
inline void set_runnerref_12(ExclusiveReference_t39E202CDB13A1E6EBA4CE0C7548B192CEB5C64DB * value)
|
|
{
|
|
___runnerref_12 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___runnerref_12), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_replref_13() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF, ___replref_13)); }
|
|
inline SharedReference_t225BA5C249F9F1D6C959F151695BDF65EF2C92A5 * get_replref_13() const { return ___replref_13; }
|
|
inline SharedReference_t225BA5C249F9F1D6C959F151695BDF65EF2C92A5 ** get_address_of_replref_13() { return &___replref_13; }
|
|
inline void set_replref_13(SharedReference_t225BA5C249F9F1D6C959F151695BDF65EF2C92A5 * value)
|
|
{
|
|
___replref_13 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___replref_13), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_code_14() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF, ___code_14)); }
|
|
inline RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA * get_code_14() const { return ___code_14; }
|
|
inline RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA ** get_address_of_code_14() { return &___code_14; }
|
|
inline void set_code_14(RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA * value)
|
|
{
|
|
___code_14 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___code_14), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_refsInitialized_15() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF, ___refsInitialized_15)); }
|
|
inline bool get_refsInitialized_15() const { return ___refsInitialized_15; }
|
|
inline bool* get_address_of_refsInitialized_15() { return &___refsInitialized_15; }
|
|
inline void set_refsInitialized_15(bool value)
|
|
{
|
|
___refsInitialized_15 = value;
|
|
}
|
|
};
|
|
|
|
struct Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields
|
|
{
|
|
public:
|
|
// System.TimeSpan System.Text.RegularExpressions.Regex::MaximumMatchTimeout
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___MaximumMatchTimeout_3;
|
|
// System.TimeSpan System.Text.RegularExpressions.Regex::InfiniteMatchTimeout
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___InfiniteMatchTimeout_4;
|
|
// System.TimeSpan System.Text.RegularExpressions.Regex::FallbackDefaultMatchTimeout
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___FallbackDefaultMatchTimeout_6;
|
|
// System.TimeSpan System.Text.RegularExpressions.Regex::DefaultMatchTimeout
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___DefaultMatchTimeout_7;
|
|
// System.Collections.Generic.LinkedList`1<System.Text.RegularExpressions.CachedCodeEntry> System.Text.RegularExpressions.Regex::livecode
|
|
LinkedList_1_t44CA4EB2162DC04F96F29C8A68A05D05166137F7 * ___livecode_16;
|
|
// System.Int32 System.Text.RegularExpressions.Regex::cacheSize
|
|
int32_t ___cacheSize_17;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_MaximumMatchTimeout_3() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields, ___MaximumMatchTimeout_3)); }
|
|
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_MaximumMatchTimeout_3() const { return ___MaximumMatchTimeout_3; }
|
|
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_MaximumMatchTimeout_3() { return &___MaximumMatchTimeout_3; }
|
|
inline void set_MaximumMatchTimeout_3(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
|
|
{
|
|
___MaximumMatchTimeout_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_InfiniteMatchTimeout_4() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields, ___InfiniteMatchTimeout_4)); }
|
|
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_InfiniteMatchTimeout_4() const { return ___InfiniteMatchTimeout_4; }
|
|
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_InfiniteMatchTimeout_4() { return &___InfiniteMatchTimeout_4; }
|
|
inline void set_InfiniteMatchTimeout_4(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
|
|
{
|
|
___InfiniteMatchTimeout_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_FallbackDefaultMatchTimeout_6() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields, ___FallbackDefaultMatchTimeout_6)); }
|
|
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_FallbackDefaultMatchTimeout_6() const { return ___FallbackDefaultMatchTimeout_6; }
|
|
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_FallbackDefaultMatchTimeout_6() { return &___FallbackDefaultMatchTimeout_6; }
|
|
inline void set_FallbackDefaultMatchTimeout_6(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
|
|
{
|
|
___FallbackDefaultMatchTimeout_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_DefaultMatchTimeout_7() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields, ___DefaultMatchTimeout_7)); }
|
|
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_DefaultMatchTimeout_7() const { return ___DefaultMatchTimeout_7; }
|
|
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_DefaultMatchTimeout_7() { return &___DefaultMatchTimeout_7; }
|
|
inline void set_DefaultMatchTimeout_7(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
|
|
{
|
|
___DefaultMatchTimeout_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_livecode_16() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields, ___livecode_16)); }
|
|
inline LinkedList_1_t44CA4EB2162DC04F96F29C8A68A05D05166137F7 * get_livecode_16() const { return ___livecode_16; }
|
|
inline LinkedList_1_t44CA4EB2162DC04F96F29C8A68A05D05166137F7 ** get_address_of_livecode_16() { return &___livecode_16; }
|
|
inline void set_livecode_16(LinkedList_1_t44CA4EB2162DC04F96F29C8A68A05D05166137F7 * value)
|
|
{
|
|
___livecode_16 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___livecode_16), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_cacheSize_17() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields, ___cacheSize_17)); }
|
|
inline int32_t get_cacheSize_17() const { return ___cacheSize_17; }
|
|
inline int32_t* get_address_of_cacheSize_17() { return &___cacheSize_17; }
|
|
inline void set_cacheSize_17(int32_t value)
|
|
{
|
|
___cacheSize_17 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Text.RegularExpressions.RegexNode
|
|
struct RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Int32 System.Text.RegularExpressions.RegexNode::_type
|
|
int32_t ____type_0;
|
|
// System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexNode> System.Text.RegularExpressions.RegexNode::_children
|
|
List_1_tA5CDE89671B691180A7422F86077A0D047AD4059 * ____children_1;
|
|
// System.String System.Text.RegularExpressions.RegexNode::_str
|
|
String_t* ____str_2;
|
|
// System.Char System.Text.RegularExpressions.RegexNode::_ch
|
|
Il2CppChar ____ch_3;
|
|
// System.Int32 System.Text.RegularExpressions.RegexNode::_m
|
|
int32_t ____m_4;
|
|
// System.Int32 System.Text.RegularExpressions.RegexNode::_n
|
|
int32_t ____n_5;
|
|
// System.Text.RegularExpressions.RegexOptions System.Text.RegularExpressions.RegexNode::_options
|
|
int32_t ____options_6;
|
|
// System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexNode::_next
|
|
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * ____next_7;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__type_0() { return static_cast<int32_t>(offsetof(RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75, ____type_0)); }
|
|
inline int32_t get__type_0() const { return ____type_0; }
|
|
inline int32_t* get_address_of__type_0() { return &____type_0; }
|
|
inline void set__type_0(int32_t value)
|
|
{
|
|
____type_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__children_1() { return static_cast<int32_t>(offsetof(RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75, ____children_1)); }
|
|
inline List_1_tA5CDE89671B691180A7422F86077A0D047AD4059 * get__children_1() const { return ____children_1; }
|
|
inline List_1_tA5CDE89671B691180A7422F86077A0D047AD4059 ** get_address_of__children_1() { return &____children_1; }
|
|
inline void set__children_1(List_1_tA5CDE89671B691180A7422F86077A0D047AD4059 * value)
|
|
{
|
|
____children_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____children_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__str_2() { return static_cast<int32_t>(offsetof(RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75, ____str_2)); }
|
|
inline String_t* get__str_2() const { return ____str_2; }
|
|
inline String_t** get_address_of__str_2() { return &____str_2; }
|
|
inline void set__str_2(String_t* value)
|
|
{
|
|
____str_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____str_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__ch_3() { return static_cast<int32_t>(offsetof(RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75, ____ch_3)); }
|
|
inline Il2CppChar get__ch_3() const { return ____ch_3; }
|
|
inline Il2CppChar* get_address_of__ch_3() { return &____ch_3; }
|
|
inline void set__ch_3(Il2CppChar value)
|
|
{
|
|
____ch_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__m_4() { return static_cast<int32_t>(offsetof(RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75, ____m_4)); }
|
|
inline int32_t get__m_4() const { return ____m_4; }
|
|
inline int32_t* get_address_of__m_4() { return &____m_4; }
|
|
inline void set__m_4(int32_t value)
|
|
{
|
|
____m_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__n_5() { return static_cast<int32_t>(offsetof(RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75, ____n_5)); }
|
|
inline int32_t get__n_5() const { return ____n_5; }
|
|
inline int32_t* get_address_of__n_5() { return &____n_5; }
|
|
inline void set__n_5(int32_t value)
|
|
{
|
|
____n_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__options_6() { return static_cast<int32_t>(offsetof(RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75, ____options_6)); }
|
|
inline int32_t get__options_6() const { return ____options_6; }
|
|
inline int32_t* get_address_of__options_6() { return &____options_6; }
|
|
inline void set__options_6(int32_t value)
|
|
{
|
|
____options_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__next_7() { return static_cast<int32_t>(offsetof(RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75, ____next_7)); }
|
|
inline RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * get__next_7() const { return ____next_7; }
|
|
inline RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 ** get_address_of__next_7() { return &____next_7; }
|
|
inline void set__next_7(RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * value)
|
|
{
|
|
____next_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____next_7), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Text.RegularExpressions.RegexTree
|
|
struct RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexTree::_root
|
|
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * ____root_0;
|
|
// System.Collections.Hashtable System.Text.RegularExpressions.RegexTree::_caps
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ____caps_1;
|
|
// System.Int32[] System.Text.RegularExpressions.RegexTree::_capnumlist
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ____capnumlist_2;
|
|
// System.Collections.Hashtable System.Text.RegularExpressions.RegexTree::_capnames
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ____capnames_3;
|
|
// System.String[] System.Text.RegularExpressions.RegexTree::_capslist
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ____capslist_4;
|
|
// System.Text.RegularExpressions.RegexOptions System.Text.RegularExpressions.RegexTree::_options
|
|
int32_t ____options_5;
|
|
// System.Int32 System.Text.RegularExpressions.RegexTree::_captop
|
|
int32_t ____captop_6;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__root_0() { return static_cast<int32_t>(offsetof(RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6, ____root_0)); }
|
|
inline RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * get__root_0() const { return ____root_0; }
|
|
inline RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 ** get_address_of__root_0() { return &____root_0; }
|
|
inline void set__root_0(RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * value)
|
|
{
|
|
____root_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____root_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__caps_1() { return static_cast<int32_t>(offsetof(RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6, ____caps_1)); }
|
|
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get__caps_1() const { return ____caps_1; }
|
|
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of__caps_1() { return &____caps_1; }
|
|
inline void set__caps_1(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
|
|
{
|
|
____caps_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____caps_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__capnumlist_2() { return static_cast<int32_t>(offsetof(RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6, ____capnumlist_2)); }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get__capnumlist_2() const { return ____capnumlist_2; }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of__capnumlist_2() { return &____capnumlist_2; }
|
|
inline void set__capnumlist_2(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
|
|
{
|
|
____capnumlist_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____capnumlist_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__capnames_3() { return static_cast<int32_t>(offsetof(RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6, ____capnames_3)); }
|
|
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get__capnames_3() const { return ____capnames_3; }
|
|
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of__capnames_3() { return &____capnames_3; }
|
|
inline void set__capnames_3(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
|
|
{
|
|
____capnames_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____capnames_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__capslist_4() { return static_cast<int32_t>(offsetof(RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6, ____capslist_4)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get__capslist_4() const { return ____capslist_4; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of__capslist_4() { return &____capslist_4; }
|
|
inline void set__capslist_4(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|
{
|
|
____capslist_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____capslist_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__options_5() { return static_cast<int32_t>(offsetof(RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6, ____options_5)); }
|
|
inline int32_t get__options_5() const { return ____options_5; }
|
|
inline int32_t* get_address_of__options_5() { return &____options_5; }
|
|
inline void set__options_5(int32_t value)
|
|
{
|
|
____options_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__captop_6() { return static_cast<int32_t>(offsetof(RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6, ____captop_6)); }
|
|
inline int32_t get__captop_6() const { return ____captop_6; }
|
|
inline int32_t* get_address_of__captop_6() { return &____captop_6; }
|
|
inline void set__captop_6(int32_t value)
|
|
{
|
|
____captop_6 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Type
|
|
struct Type_t : public MemberInfo_t
|
|
{
|
|
public:
|
|
// System.RuntimeTypeHandle System.Type::_impl
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ____impl_9;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__impl_9() { return static_cast<int32_t>(offsetof(Type_t, ____impl_9)); }
|
|
inline RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D get__impl_9() const { return ____impl_9; }
|
|
inline RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * get_address_of__impl_9() { return &____impl_9; }
|
|
inline void set__impl_9(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D value)
|
|
{
|
|
____impl_9 = value;
|
|
}
|
|
};
|
|
|
|
struct Type_t_StaticFields
|
|
{
|
|
public:
|
|
// System.Reflection.MemberFilter System.Type::FilterAttribute
|
|
MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterAttribute_0;
|
|
// System.Reflection.MemberFilter System.Type::FilterName
|
|
MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterName_1;
|
|
// System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase
|
|
MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterNameIgnoreCase_2;
|
|
// System.Object System.Type::Missing
|
|
RuntimeObject * ___Missing_3;
|
|
// System.Char System.Type::Delimiter
|
|
Il2CppChar ___Delimiter_4;
|
|
// System.Type[] System.Type::EmptyTypes
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___EmptyTypes_5;
|
|
// System.Reflection.Binder System.Type::defaultBinder
|
|
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * ___defaultBinder_6;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); }
|
|
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterAttribute_0() const { return ___FilterAttribute_0; }
|
|
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; }
|
|
inline void set_FilterAttribute_0(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value)
|
|
{
|
|
___FilterAttribute_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___FilterAttribute_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_FilterName_1() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterName_1)); }
|
|
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterName_1() const { return ___FilterName_1; }
|
|
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterName_1() { return &___FilterName_1; }
|
|
inline void set_FilterName_1(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value)
|
|
{
|
|
___FilterName_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___FilterName_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_FilterNameIgnoreCase_2() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_2)); }
|
|
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; }
|
|
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; }
|
|
inline void set_FilterNameIgnoreCase_2(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value)
|
|
{
|
|
___FilterNameIgnoreCase_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___FilterNameIgnoreCase_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_Missing_3() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___Missing_3)); }
|
|
inline RuntimeObject * get_Missing_3() const { return ___Missing_3; }
|
|
inline RuntimeObject ** get_address_of_Missing_3() { return &___Missing_3; }
|
|
inline void set_Missing_3(RuntimeObject * value)
|
|
{
|
|
___Missing_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Missing_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_Delimiter_4() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___Delimiter_4)); }
|
|
inline Il2CppChar get_Delimiter_4() const { return ___Delimiter_4; }
|
|
inline Il2CppChar* get_address_of_Delimiter_4() { return &___Delimiter_4; }
|
|
inline void set_Delimiter_4(Il2CppChar value)
|
|
{
|
|
___Delimiter_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_EmptyTypes_5() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___EmptyTypes_5)); }
|
|
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_EmptyTypes_5() const { return ___EmptyTypes_5; }
|
|
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; }
|
|
inline void set_EmptyTypes_5(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
|
|
{
|
|
___EmptyTypes_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___EmptyTypes_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_defaultBinder_6() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___defaultBinder_6)); }
|
|
inline Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * get_defaultBinder_6() const { return ___defaultBinder_6; }
|
|
inline Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; }
|
|
inline void set_defaultBinder_6(Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * value)
|
|
{
|
|
___defaultBinder_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___defaultBinder_6), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Uri
|
|
struct Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.String System.Uri::m_String
|
|
String_t* ___m_String_16;
|
|
// System.String System.Uri::m_originalUnicodeString
|
|
String_t* ___m_originalUnicodeString_17;
|
|
// System.UriParser System.Uri::m_Syntax
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * ___m_Syntax_18;
|
|
// System.String System.Uri::m_DnsSafeHost
|
|
String_t* ___m_DnsSafeHost_19;
|
|
// System.Uri_Flags System.Uri::m_Flags
|
|
uint64_t ___m_Flags_20;
|
|
// System.Uri_UriInfo System.Uri::m_Info
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * ___m_Info_21;
|
|
// System.Boolean System.Uri::m_iriParsing
|
|
bool ___m_iriParsing_22;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_String_16() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E, ___m_String_16)); }
|
|
inline String_t* get_m_String_16() const { return ___m_String_16; }
|
|
inline String_t** get_address_of_m_String_16() { return &___m_String_16; }
|
|
inline void set_m_String_16(String_t* value)
|
|
{
|
|
___m_String_16 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_String_16), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_originalUnicodeString_17() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E, ___m_originalUnicodeString_17)); }
|
|
inline String_t* get_m_originalUnicodeString_17() const { return ___m_originalUnicodeString_17; }
|
|
inline String_t** get_address_of_m_originalUnicodeString_17() { return &___m_originalUnicodeString_17; }
|
|
inline void set_m_originalUnicodeString_17(String_t* value)
|
|
{
|
|
___m_originalUnicodeString_17 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_originalUnicodeString_17), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Syntax_18() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E, ___m_Syntax_18)); }
|
|
inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * get_m_Syntax_18() const { return ___m_Syntax_18; }
|
|
inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC ** get_address_of_m_Syntax_18() { return &___m_Syntax_18; }
|
|
inline void set_m_Syntax_18(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * value)
|
|
{
|
|
___m_Syntax_18 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_Syntax_18), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_DnsSafeHost_19() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E, ___m_DnsSafeHost_19)); }
|
|
inline String_t* get_m_DnsSafeHost_19() const { return ___m_DnsSafeHost_19; }
|
|
inline String_t** get_address_of_m_DnsSafeHost_19() { return &___m_DnsSafeHost_19; }
|
|
inline void set_m_DnsSafeHost_19(String_t* value)
|
|
{
|
|
___m_DnsSafeHost_19 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_DnsSafeHost_19), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Flags_20() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E, ___m_Flags_20)); }
|
|
inline uint64_t get_m_Flags_20() const { return ___m_Flags_20; }
|
|
inline uint64_t* get_address_of_m_Flags_20() { return &___m_Flags_20; }
|
|
inline void set_m_Flags_20(uint64_t value)
|
|
{
|
|
___m_Flags_20 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Info_21() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E, ___m_Info_21)); }
|
|
inline UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * get_m_Info_21() const { return ___m_Info_21; }
|
|
inline UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E ** get_address_of_m_Info_21() { return &___m_Info_21; }
|
|
inline void set_m_Info_21(UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * value)
|
|
{
|
|
___m_Info_21 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_Info_21), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_iriParsing_22() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E, ___m_iriParsing_22)); }
|
|
inline bool get_m_iriParsing_22() const { return ___m_iriParsing_22; }
|
|
inline bool* get_address_of_m_iriParsing_22() { return &___m_iriParsing_22; }
|
|
inline void set_m_iriParsing_22(bool value)
|
|
{
|
|
___m_iriParsing_22 = value;
|
|
}
|
|
};
|
|
|
|
struct Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields
|
|
{
|
|
public:
|
|
// System.String System.Uri::UriSchemeFile
|
|
String_t* ___UriSchemeFile_0;
|
|
// System.String System.Uri::UriSchemeFtp
|
|
String_t* ___UriSchemeFtp_1;
|
|
// System.String System.Uri::UriSchemeGopher
|
|
String_t* ___UriSchemeGopher_2;
|
|
// System.String System.Uri::UriSchemeHttp
|
|
String_t* ___UriSchemeHttp_3;
|
|
// System.String System.Uri::UriSchemeHttps
|
|
String_t* ___UriSchemeHttps_4;
|
|
// System.String System.Uri::UriSchemeWs
|
|
String_t* ___UriSchemeWs_5;
|
|
// System.String System.Uri::UriSchemeWss
|
|
String_t* ___UriSchemeWss_6;
|
|
// System.String System.Uri::UriSchemeMailto
|
|
String_t* ___UriSchemeMailto_7;
|
|
// System.String System.Uri::UriSchemeNews
|
|
String_t* ___UriSchemeNews_8;
|
|
// System.String System.Uri::UriSchemeNntp
|
|
String_t* ___UriSchemeNntp_9;
|
|
// System.String System.Uri::UriSchemeNetTcp
|
|
String_t* ___UriSchemeNetTcp_10;
|
|
// System.String System.Uri::UriSchemeNetPipe
|
|
String_t* ___UriSchemeNetPipe_11;
|
|
// System.String System.Uri::SchemeDelimiter
|
|
String_t* ___SchemeDelimiter_12;
|
|
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_ConfigInitialized
|
|
bool ___s_ConfigInitialized_23;
|
|
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_ConfigInitializing
|
|
bool ___s_ConfigInitializing_24;
|
|
// System.UriIdnScope modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IdnScope
|
|
int32_t ___s_IdnScope_25;
|
|
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IriParsing
|
|
bool ___s_IriParsing_26;
|
|
// System.Boolean System.Uri::useDotNetRelativeOrAbsolute
|
|
bool ___useDotNetRelativeOrAbsolute_27;
|
|
// System.Boolean System.Uri::IsWindowsFileSystem
|
|
bool ___IsWindowsFileSystem_29;
|
|
// System.Object System.Uri::s_initLock
|
|
RuntimeObject * ___s_initLock_30;
|
|
// System.Char[] System.Uri::HexLowerChars
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___HexLowerChars_34;
|
|
// System.Char[] System.Uri::_WSchars
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ____WSchars_35;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_UriSchemeFile_0() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeFile_0)); }
|
|
inline String_t* get_UriSchemeFile_0() const { return ___UriSchemeFile_0; }
|
|
inline String_t** get_address_of_UriSchemeFile_0() { return &___UriSchemeFile_0; }
|
|
inline void set_UriSchemeFile_0(String_t* value)
|
|
{
|
|
___UriSchemeFile_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeFile_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_UriSchemeFtp_1() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeFtp_1)); }
|
|
inline String_t* get_UriSchemeFtp_1() const { return ___UriSchemeFtp_1; }
|
|
inline String_t** get_address_of_UriSchemeFtp_1() { return &___UriSchemeFtp_1; }
|
|
inline void set_UriSchemeFtp_1(String_t* value)
|
|
{
|
|
___UriSchemeFtp_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeFtp_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_UriSchemeGopher_2() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeGopher_2)); }
|
|
inline String_t* get_UriSchemeGopher_2() const { return ___UriSchemeGopher_2; }
|
|
inline String_t** get_address_of_UriSchemeGopher_2() { return &___UriSchemeGopher_2; }
|
|
inline void set_UriSchemeGopher_2(String_t* value)
|
|
{
|
|
___UriSchemeGopher_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeGopher_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_UriSchemeHttp_3() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeHttp_3)); }
|
|
inline String_t* get_UriSchemeHttp_3() const { return ___UriSchemeHttp_3; }
|
|
inline String_t** get_address_of_UriSchemeHttp_3() { return &___UriSchemeHttp_3; }
|
|
inline void set_UriSchemeHttp_3(String_t* value)
|
|
{
|
|
___UriSchemeHttp_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeHttp_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_UriSchemeHttps_4() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeHttps_4)); }
|
|
inline String_t* get_UriSchemeHttps_4() const { return ___UriSchemeHttps_4; }
|
|
inline String_t** get_address_of_UriSchemeHttps_4() { return &___UriSchemeHttps_4; }
|
|
inline void set_UriSchemeHttps_4(String_t* value)
|
|
{
|
|
___UriSchemeHttps_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeHttps_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_UriSchemeWs_5() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeWs_5)); }
|
|
inline String_t* get_UriSchemeWs_5() const { return ___UriSchemeWs_5; }
|
|
inline String_t** get_address_of_UriSchemeWs_5() { return &___UriSchemeWs_5; }
|
|
inline void set_UriSchemeWs_5(String_t* value)
|
|
{
|
|
___UriSchemeWs_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeWs_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_UriSchemeWss_6() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeWss_6)); }
|
|
inline String_t* get_UriSchemeWss_6() const { return ___UriSchemeWss_6; }
|
|
inline String_t** get_address_of_UriSchemeWss_6() { return &___UriSchemeWss_6; }
|
|
inline void set_UriSchemeWss_6(String_t* value)
|
|
{
|
|
___UriSchemeWss_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeWss_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_UriSchemeMailto_7() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeMailto_7)); }
|
|
inline String_t* get_UriSchemeMailto_7() const { return ___UriSchemeMailto_7; }
|
|
inline String_t** get_address_of_UriSchemeMailto_7() { return &___UriSchemeMailto_7; }
|
|
inline void set_UriSchemeMailto_7(String_t* value)
|
|
{
|
|
___UriSchemeMailto_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeMailto_7), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_UriSchemeNews_8() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeNews_8)); }
|
|
inline String_t* get_UriSchemeNews_8() const { return ___UriSchemeNews_8; }
|
|
inline String_t** get_address_of_UriSchemeNews_8() { return &___UriSchemeNews_8; }
|
|
inline void set_UriSchemeNews_8(String_t* value)
|
|
{
|
|
___UriSchemeNews_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNews_8), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_UriSchemeNntp_9() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeNntp_9)); }
|
|
inline String_t* get_UriSchemeNntp_9() const { return ___UriSchemeNntp_9; }
|
|
inline String_t** get_address_of_UriSchemeNntp_9() { return &___UriSchemeNntp_9; }
|
|
inline void set_UriSchemeNntp_9(String_t* value)
|
|
{
|
|
___UriSchemeNntp_9 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNntp_9), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_UriSchemeNetTcp_10() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeNetTcp_10)); }
|
|
inline String_t* get_UriSchemeNetTcp_10() const { return ___UriSchemeNetTcp_10; }
|
|
inline String_t** get_address_of_UriSchemeNetTcp_10() { return &___UriSchemeNetTcp_10; }
|
|
inline void set_UriSchemeNetTcp_10(String_t* value)
|
|
{
|
|
___UriSchemeNetTcp_10 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNetTcp_10), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_UriSchemeNetPipe_11() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeNetPipe_11)); }
|
|
inline String_t* get_UriSchemeNetPipe_11() const { return ___UriSchemeNetPipe_11; }
|
|
inline String_t** get_address_of_UriSchemeNetPipe_11() { return &___UriSchemeNetPipe_11; }
|
|
inline void set_UriSchemeNetPipe_11(String_t* value)
|
|
{
|
|
___UriSchemeNetPipe_11 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNetPipe_11), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_SchemeDelimiter_12() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___SchemeDelimiter_12)); }
|
|
inline String_t* get_SchemeDelimiter_12() const { return ___SchemeDelimiter_12; }
|
|
inline String_t** get_address_of_SchemeDelimiter_12() { return &___SchemeDelimiter_12; }
|
|
inline void set_SchemeDelimiter_12(String_t* value)
|
|
{
|
|
___SchemeDelimiter_12 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___SchemeDelimiter_12), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_ConfigInitialized_23() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___s_ConfigInitialized_23)); }
|
|
inline bool get_s_ConfigInitialized_23() const { return ___s_ConfigInitialized_23; }
|
|
inline bool* get_address_of_s_ConfigInitialized_23() { return &___s_ConfigInitialized_23; }
|
|
inline void set_s_ConfigInitialized_23(bool value)
|
|
{
|
|
___s_ConfigInitialized_23 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_ConfigInitializing_24() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___s_ConfigInitializing_24)); }
|
|
inline bool get_s_ConfigInitializing_24() const { return ___s_ConfigInitializing_24; }
|
|
inline bool* get_address_of_s_ConfigInitializing_24() { return &___s_ConfigInitializing_24; }
|
|
inline void set_s_ConfigInitializing_24(bool value)
|
|
{
|
|
___s_ConfigInitializing_24 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_IdnScope_25() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___s_IdnScope_25)); }
|
|
inline int32_t get_s_IdnScope_25() const { return ___s_IdnScope_25; }
|
|
inline int32_t* get_address_of_s_IdnScope_25() { return &___s_IdnScope_25; }
|
|
inline void set_s_IdnScope_25(int32_t value)
|
|
{
|
|
___s_IdnScope_25 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_IriParsing_26() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___s_IriParsing_26)); }
|
|
inline bool get_s_IriParsing_26() const { return ___s_IriParsing_26; }
|
|
inline bool* get_address_of_s_IriParsing_26() { return &___s_IriParsing_26; }
|
|
inline void set_s_IriParsing_26(bool value)
|
|
{
|
|
___s_IriParsing_26 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_useDotNetRelativeOrAbsolute_27() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___useDotNetRelativeOrAbsolute_27)); }
|
|
inline bool get_useDotNetRelativeOrAbsolute_27() const { return ___useDotNetRelativeOrAbsolute_27; }
|
|
inline bool* get_address_of_useDotNetRelativeOrAbsolute_27() { return &___useDotNetRelativeOrAbsolute_27; }
|
|
inline void set_useDotNetRelativeOrAbsolute_27(bool value)
|
|
{
|
|
___useDotNetRelativeOrAbsolute_27 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IsWindowsFileSystem_29() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___IsWindowsFileSystem_29)); }
|
|
inline bool get_IsWindowsFileSystem_29() const { return ___IsWindowsFileSystem_29; }
|
|
inline bool* get_address_of_IsWindowsFileSystem_29() { return &___IsWindowsFileSystem_29; }
|
|
inline void set_IsWindowsFileSystem_29(bool value)
|
|
{
|
|
___IsWindowsFileSystem_29 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_initLock_30() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___s_initLock_30)); }
|
|
inline RuntimeObject * get_s_initLock_30() const { return ___s_initLock_30; }
|
|
inline RuntimeObject ** get_address_of_s_initLock_30() { return &___s_initLock_30; }
|
|
inline void set_s_initLock_30(RuntimeObject * value)
|
|
{
|
|
___s_initLock_30 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_initLock_30), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_HexLowerChars_34() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___HexLowerChars_34)); }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_HexLowerChars_34() const { return ___HexLowerChars_34; }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_HexLowerChars_34() { return &___HexLowerChars_34; }
|
|
inline void set_HexLowerChars_34(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
|
|
{
|
|
___HexLowerChars_34 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___HexLowerChars_34), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__WSchars_35() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ____WSchars_35)); }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get__WSchars_35() const { return ____WSchars_35; }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of__WSchars_35() { return &____WSchars_35; }
|
|
inline void set__WSchars_35(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
|
|
{
|
|
____WSchars_35 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____WSchars_35), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.UriParser
|
|
struct UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.UriSyntaxFlags System.UriParser::m_Flags
|
|
int32_t ___m_Flags_3;
|
|
// System.UriSyntaxFlags modreq(System.Runtime.CompilerServices.IsVolatile) System.UriParser::m_UpdatableFlags
|
|
int32_t ___m_UpdatableFlags_4;
|
|
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.UriParser::m_UpdatableFlagsUsed
|
|
bool ___m_UpdatableFlagsUsed_5;
|
|
// System.Int32 System.UriParser::m_Port
|
|
int32_t ___m_Port_7;
|
|
// System.String System.UriParser::m_Scheme
|
|
String_t* ___m_Scheme_8;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_Flags_3() { return static_cast<int32_t>(offsetof(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC, ___m_Flags_3)); }
|
|
inline int32_t get_m_Flags_3() const { return ___m_Flags_3; }
|
|
inline int32_t* get_address_of_m_Flags_3() { return &___m_Flags_3; }
|
|
inline void set_m_Flags_3(int32_t value)
|
|
{
|
|
___m_Flags_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_UpdatableFlags_4() { return static_cast<int32_t>(offsetof(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC, ___m_UpdatableFlags_4)); }
|
|
inline int32_t get_m_UpdatableFlags_4() const { return ___m_UpdatableFlags_4; }
|
|
inline int32_t* get_address_of_m_UpdatableFlags_4() { return &___m_UpdatableFlags_4; }
|
|
inline void set_m_UpdatableFlags_4(int32_t value)
|
|
{
|
|
___m_UpdatableFlags_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_UpdatableFlagsUsed_5() { return static_cast<int32_t>(offsetof(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC, ___m_UpdatableFlagsUsed_5)); }
|
|
inline bool get_m_UpdatableFlagsUsed_5() const { return ___m_UpdatableFlagsUsed_5; }
|
|
inline bool* get_address_of_m_UpdatableFlagsUsed_5() { return &___m_UpdatableFlagsUsed_5; }
|
|
inline void set_m_UpdatableFlagsUsed_5(bool value)
|
|
{
|
|
___m_UpdatableFlagsUsed_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Port_7() { return static_cast<int32_t>(offsetof(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC, ___m_Port_7)); }
|
|
inline int32_t get_m_Port_7() const { return ___m_Port_7; }
|
|
inline int32_t* get_address_of_m_Port_7() { return &___m_Port_7; }
|
|
inline void set_m_Port_7(int32_t value)
|
|
{
|
|
___m_Port_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Scheme_8() { return static_cast<int32_t>(offsetof(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC, ___m_Scheme_8)); }
|
|
inline String_t* get_m_Scheme_8() const { return ___m_Scheme_8; }
|
|
inline String_t** get_address_of_m_Scheme_8() { return &___m_Scheme_8; }
|
|
inline void set_m_Scheme_8(String_t* value)
|
|
{
|
|
___m_Scheme_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_Scheme_8), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields
|
|
{
|
|
public:
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.UriParser> System.UriParser::m_Table
|
|
Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE * ___m_Table_1;
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.UriParser> System.UriParser::m_TempTable
|
|
Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE * ___m_TempTable_2;
|
|
// System.UriParser System.UriParser::HttpUri
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * ___HttpUri_11;
|
|
// System.UriParser System.UriParser::HttpsUri
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * ___HttpsUri_12;
|
|
// System.UriParser System.UriParser::WsUri
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * ___WsUri_13;
|
|
// System.UriParser System.UriParser::WssUri
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * ___WssUri_14;
|
|
// System.UriParser System.UriParser::FtpUri
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * ___FtpUri_15;
|
|
// System.UriParser System.UriParser::FileUri
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * ___FileUri_16;
|
|
// System.UriParser System.UriParser::GopherUri
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * ___GopherUri_17;
|
|
// System.UriParser System.UriParser::NntpUri
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * ___NntpUri_18;
|
|
// System.UriParser System.UriParser::NewsUri
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * ___NewsUri_19;
|
|
// System.UriParser System.UriParser::MailToUri
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * ___MailToUri_20;
|
|
// System.UriParser System.UriParser::UuidUri
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * ___UuidUri_21;
|
|
// System.UriParser System.UriParser::TelnetUri
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * ___TelnetUri_22;
|
|
// System.UriParser System.UriParser::LdapUri
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * ___LdapUri_23;
|
|
// System.UriParser System.UriParser::NetTcpUri
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * ___NetTcpUri_24;
|
|
// System.UriParser System.UriParser::NetPipeUri
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * ___NetPipeUri_25;
|
|
// System.UriParser System.UriParser::VsMacrosUri
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * ___VsMacrosUri_26;
|
|
// System.UriParser_UriQuirksVersion System.UriParser::s_QuirksVersion
|
|
int32_t ___s_QuirksVersion_27;
|
|
// System.UriSyntaxFlags System.UriParser::HttpSyntaxFlags
|
|
int32_t ___HttpSyntaxFlags_30;
|
|
// System.UriSyntaxFlags System.UriParser::FileSyntaxFlags
|
|
int32_t ___FileSyntaxFlags_32;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_Table_1() { return static_cast<int32_t>(offsetof(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields, ___m_Table_1)); }
|
|
inline Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE * get_m_Table_1() const { return ___m_Table_1; }
|
|
inline Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE ** get_address_of_m_Table_1() { return &___m_Table_1; }
|
|
inline void set_m_Table_1(Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE * value)
|
|
{
|
|
___m_Table_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_Table_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_TempTable_2() { return static_cast<int32_t>(offsetof(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields, ___m_TempTable_2)); }
|
|
inline Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE * get_m_TempTable_2() const { return ___m_TempTable_2; }
|
|
inline Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE ** get_address_of_m_TempTable_2() { return &___m_TempTable_2; }
|
|
inline void set_m_TempTable_2(Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE * value)
|
|
{
|
|
___m_TempTable_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_TempTable_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_HttpUri_11() { return static_cast<int32_t>(offsetof(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields, ___HttpUri_11)); }
|
|
inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * get_HttpUri_11() const { return ___HttpUri_11; }
|
|
inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC ** get_address_of_HttpUri_11() { return &___HttpUri_11; }
|
|
inline void set_HttpUri_11(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * value)
|
|
{
|
|
___HttpUri_11 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___HttpUri_11), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_HttpsUri_12() { return static_cast<int32_t>(offsetof(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields, ___HttpsUri_12)); }
|
|
inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * get_HttpsUri_12() const { return ___HttpsUri_12; }
|
|
inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC ** get_address_of_HttpsUri_12() { return &___HttpsUri_12; }
|
|
inline void set_HttpsUri_12(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * value)
|
|
{
|
|
___HttpsUri_12 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___HttpsUri_12), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_WsUri_13() { return static_cast<int32_t>(offsetof(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields, ___WsUri_13)); }
|
|
inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * get_WsUri_13() const { return ___WsUri_13; }
|
|
inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC ** get_address_of_WsUri_13() { return &___WsUri_13; }
|
|
inline void set_WsUri_13(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * value)
|
|
{
|
|
___WsUri_13 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___WsUri_13), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_WssUri_14() { return static_cast<int32_t>(offsetof(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields, ___WssUri_14)); }
|
|
inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * get_WssUri_14() const { return ___WssUri_14; }
|
|
inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC ** get_address_of_WssUri_14() { return &___WssUri_14; }
|
|
inline void set_WssUri_14(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * value)
|
|
{
|
|
___WssUri_14 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___WssUri_14), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_FtpUri_15() { return static_cast<int32_t>(offsetof(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields, ___FtpUri_15)); }
|
|
inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * get_FtpUri_15() const { return ___FtpUri_15; }
|
|
inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC ** get_address_of_FtpUri_15() { return &___FtpUri_15; }
|
|
inline void set_FtpUri_15(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * value)
|
|
{
|
|
___FtpUri_15 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___FtpUri_15), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_FileUri_16() { return static_cast<int32_t>(offsetof(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields, ___FileUri_16)); }
|
|
inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * get_FileUri_16() const { return ___FileUri_16; }
|
|
inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC ** get_address_of_FileUri_16() { return &___FileUri_16; }
|
|
inline void set_FileUri_16(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * value)
|
|
{
|
|
___FileUri_16 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___FileUri_16), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_GopherUri_17() { return static_cast<int32_t>(offsetof(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields, ___GopherUri_17)); }
|
|
inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * get_GopherUri_17() const { return ___GopherUri_17; }
|
|
inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC ** get_address_of_GopherUri_17() { return &___GopherUri_17; }
|
|
inline void set_GopherUri_17(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * value)
|
|
{
|
|
___GopherUri_17 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___GopherUri_17), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_NntpUri_18() { return static_cast<int32_t>(offsetof(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields, ___NntpUri_18)); }
|
|
inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * get_NntpUri_18() const { return ___NntpUri_18; }
|
|
inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC ** get_address_of_NntpUri_18() { return &___NntpUri_18; }
|
|
inline void set_NntpUri_18(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * value)
|
|
{
|
|
___NntpUri_18 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___NntpUri_18), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_NewsUri_19() { return static_cast<int32_t>(offsetof(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields, ___NewsUri_19)); }
|
|
inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * get_NewsUri_19() const { return ___NewsUri_19; }
|
|
inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC ** get_address_of_NewsUri_19() { return &___NewsUri_19; }
|
|
inline void set_NewsUri_19(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * value)
|
|
{
|
|
___NewsUri_19 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___NewsUri_19), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_MailToUri_20() { return static_cast<int32_t>(offsetof(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields, ___MailToUri_20)); }
|
|
inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * get_MailToUri_20() const { return ___MailToUri_20; }
|
|
inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC ** get_address_of_MailToUri_20() { return &___MailToUri_20; }
|
|
inline void set_MailToUri_20(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * value)
|
|
{
|
|
___MailToUri_20 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___MailToUri_20), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_UuidUri_21() { return static_cast<int32_t>(offsetof(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields, ___UuidUri_21)); }
|
|
inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * get_UuidUri_21() const { return ___UuidUri_21; }
|
|
inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC ** get_address_of_UuidUri_21() { return &___UuidUri_21; }
|
|
inline void set_UuidUri_21(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * value)
|
|
{
|
|
___UuidUri_21 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___UuidUri_21), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_TelnetUri_22() { return static_cast<int32_t>(offsetof(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields, ___TelnetUri_22)); }
|
|
inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * get_TelnetUri_22() const { return ___TelnetUri_22; }
|
|
inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC ** get_address_of_TelnetUri_22() { return &___TelnetUri_22; }
|
|
inline void set_TelnetUri_22(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * value)
|
|
{
|
|
___TelnetUri_22 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___TelnetUri_22), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_LdapUri_23() { return static_cast<int32_t>(offsetof(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields, ___LdapUri_23)); }
|
|
inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * get_LdapUri_23() const { return ___LdapUri_23; }
|
|
inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC ** get_address_of_LdapUri_23() { return &___LdapUri_23; }
|
|
inline void set_LdapUri_23(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * value)
|
|
{
|
|
___LdapUri_23 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___LdapUri_23), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_NetTcpUri_24() { return static_cast<int32_t>(offsetof(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields, ___NetTcpUri_24)); }
|
|
inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * get_NetTcpUri_24() const { return ___NetTcpUri_24; }
|
|
inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC ** get_address_of_NetTcpUri_24() { return &___NetTcpUri_24; }
|
|
inline void set_NetTcpUri_24(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * value)
|
|
{
|
|
___NetTcpUri_24 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___NetTcpUri_24), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_NetPipeUri_25() { return static_cast<int32_t>(offsetof(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields, ___NetPipeUri_25)); }
|
|
inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * get_NetPipeUri_25() const { return ___NetPipeUri_25; }
|
|
inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC ** get_address_of_NetPipeUri_25() { return &___NetPipeUri_25; }
|
|
inline void set_NetPipeUri_25(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * value)
|
|
{
|
|
___NetPipeUri_25 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___NetPipeUri_25), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_VsMacrosUri_26() { return static_cast<int32_t>(offsetof(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields, ___VsMacrosUri_26)); }
|
|
inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * get_VsMacrosUri_26() const { return ___VsMacrosUri_26; }
|
|
inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC ** get_address_of_VsMacrosUri_26() { return &___VsMacrosUri_26; }
|
|
inline void set_VsMacrosUri_26(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * value)
|
|
{
|
|
___VsMacrosUri_26 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___VsMacrosUri_26), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_QuirksVersion_27() { return static_cast<int32_t>(offsetof(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields, ___s_QuirksVersion_27)); }
|
|
inline int32_t get_s_QuirksVersion_27() const { return ___s_QuirksVersion_27; }
|
|
inline int32_t* get_address_of_s_QuirksVersion_27() { return &___s_QuirksVersion_27; }
|
|
inline void set_s_QuirksVersion_27(int32_t value)
|
|
{
|
|
___s_QuirksVersion_27 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_HttpSyntaxFlags_30() { return static_cast<int32_t>(offsetof(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields, ___HttpSyntaxFlags_30)); }
|
|
inline int32_t get_HttpSyntaxFlags_30() const { return ___HttpSyntaxFlags_30; }
|
|
inline int32_t* get_address_of_HttpSyntaxFlags_30() { return &___HttpSyntaxFlags_30; }
|
|
inline void set_HttpSyntaxFlags_30(int32_t value)
|
|
{
|
|
___HttpSyntaxFlags_30 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_FileSyntaxFlags_32() { return static_cast<int32_t>(offsetof(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields, ___FileSyntaxFlags_32)); }
|
|
inline int32_t get_FileSyntaxFlags_32() const { return ___FileSyntaxFlags_32; }
|
|
inline int32_t* get_address_of_FileSyntaxFlags_32() { return &___FileSyntaxFlags_32; }
|
|
inline void set_FileSyntaxFlags_32(int32_t value)
|
|
{
|
|
___FileSyntaxFlags_32 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.ArgumentException
|
|
struct ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
|
|
{
|
|
public:
|
|
// System.String System.ArgumentException::m_paramName
|
|
String_t* ___m_paramName_17;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_paramName_17() { return static_cast<int32_t>(offsetof(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1, ___m_paramName_17)); }
|
|
inline String_t* get_m_paramName_17() const { return ___m_paramName_17; }
|
|
inline String_t** get_address_of_m_paramName_17() { return &___m_paramName_17; }
|
|
inline void set_m_paramName_17(String_t* value)
|
|
{
|
|
___m_paramName_17 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_paramName_17), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.AsyncCallback
|
|
struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.FormatException
|
|
struct FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.InvalidOperationException
|
|
struct InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Threading.TimerCallback
|
|
struct TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.TimeoutException
|
|
struct TimeoutException_t15A6E9A2A5819966712B5CFAF756BAEA40E3B1B7 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Timers.ElapsedEventHandler
|
|
struct ElapsedEventHandler_t4EC687DBAA8EC75A58162EAF7E50D8F62ABDC91C : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.UriParser_BuiltInUriParser
|
|
struct BuiltInUriParser_t5C00B9ABDAFDD2FFEAAA5C4A6FF01FF0BE58E57B : public UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.ArgumentNullException
|
|
struct ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD : public ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.ArgumentOutOfRangeException
|
|
struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA : public ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1
|
|
{
|
|
public:
|
|
// System.Object System.ArgumentOutOfRangeException::m_actualValue
|
|
RuntimeObject * ___m_actualValue_19;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_actualValue_19() { return static_cast<int32_t>(offsetof(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA, ___m_actualValue_19)); }
|
|
inline RuntimeObject * get_m_actualValue_19() const { return ___m_actualValue_19; }
|
|
inline RuntimeObject ** get_address_of_m_actualValue_19() { return &___m_actualValue_19; }
|
|
inline void set_m_actualValue_19(RuntimeObject * value)
|
|
{
|
|
___m_actualValue_19 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_actualValue_19), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_StaticFields
|
|
{
|
|
public:
|
|
// System.String modreq(System.Runtime.CompilerServices.IsVolatile) System.ArgumentOutOfRangeException::_rangeMessage
|
|
String_t* ____rangeMessage_18;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__rangeMessage_18() { return static_cast<int32_t>(offsetof(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_StaticFields, ____rangeMessage_18)); }
|
|
inline String_t* get__rangeMessage_18() const { return ____rangeMessage_18; }
|
|
inline String_t** get_address_of__rangeMessage_18() { return &____rangeMessage_18; }
|
|
inline void set__rangeMessage_18(String_t* value)
|
|
{
|
|
____rangeMessage_18 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____rangeMessage_18), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.ObjectDisposedException
|
|
struct ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A : public InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1
|
|
{
|
|
public:
|
|
// System.String System.ObjectDisposedException::objectName
|
|
String_t* ___objectName_17;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_objectName_17() { return static_cast<int32_t>(offsetof(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A, ___objectName_17)); }
|
|
inline String_t* get_objectName_17() const { return ___objectName_17; }
|
|
inline String_t** get_address_of_objectName_17() { return &___objectName_17; }
|
|
inline void set_objectName_17(String_t* value)
|
|
{
|
|
___objectName_17 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___objectName_17), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Text.RegularExpressions.RegexMatchTimeoutException
|
|
struct RegexMatchTimeoutException_t78D3102CF3A9DEE18561827EDD878176482A6C7C : public TimeoutException_t15A6E9A2A5819966712B5CFAF756BAEA40E3B1B7
|
|
{
|
|
public:
|
|
// System.String System.Text.RegularExpressions.RegexMatchTimeoutException::regexInput
|
|
String_t* ___regexInput_17;
|
|
// System.String System.Text.RegularExpressions.RegexMatchTimeoutException::regexPattern
|
|
String_t* ___regexPattern_18;
|
|
// System.TimeSpan System.Text.RegularExpressions.RegexMatchTimeoutException::matchTimeout
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___matchTimeout_19;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_regexInput_17() { return static_cast<int32_t>(offsetof(RegexMatchTimeoutException_t78D3102CF3A9DEE18561827EDD878176482A6C7C, ___regexInput_17)); }
|
|
inline String_t* get_regexInput_17() const { return ___regexInput_17; }
|
|
inline String_t** get_address_of_regexInput_17() { return &___regexInput_17; }
|
|
inline void set_regexInput_17(String_t* value)
|
|
{
|
|
___regexInput_17 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___regexInput_17), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_regexPattern_18() { return static_cast<int32_t>(offsetof(RegexMatchTimeoutException_t78D3102CF3A9DEE18561827EDD878176482A6C7C, ___regexPattern_18)); }
|
|
inline String_t* get_regexPattern_18() const { return ___regexPattern_18; }
|
|
inline String_t** get_address_of_regexPattern_18() { return &___regexPattern_18; }
|
|
inline void set_regexPattern_18(String_t* value)
|
|
{
|
|
___regexPattern_18 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___regexPattern_18), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_matchTimeout_19() { return static_cast<int32_t>(offsetof(RegexMatchTimeoutException_t78D3102CF3A9DEE18561827EDD878176482A6C7C, ___matchTimeout_19)); }
|
|
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_matchTimeout_19() const { return ___matchTimeout_19; }
|
|
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_matchTimeout_19() { return &___matchTimeout_19; }
|
|
inline void set_matchTimeout_19(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
|
|
{
|
|
___matchTimeout_19 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.UriFormatException
|
|
struct UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A : public FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
// System.Int32[]
|
|
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83 : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) int32_t m_Items[1];
|
|
|
|
public:
|
|
inline int32_t GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline int32_t* GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, int32_t value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// System.String[]
|
|
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) String_t* m_Items[1];
|
|
|
|
public:
|
|
inline String_t* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline String_t** GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, String_t* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// System.Object[]
|
|
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) RuntimeObject * m_Items[1];
|
|
|
|
public:
|
|
inline RuntimeObject * GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// System.Delegate[]
|
|
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86 : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) Delegate_t * m_Items[1];
|
|
|
|
public:
|
|
inline Delegate_t * GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline Delegate_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, Delegate_t * value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline Delegate_t * GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline Delegate_t ** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, Delegate_t * value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// System.Char[]
|
|
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2 : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) Il2CppChar m_Items[1];
|
|
|
|
public:
|
|
inline Il2CppChar GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline Il2CppChar* GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, Il2CppChar value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline Il2CppChar GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline Il2CppChar* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, Il2CppChar value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// System.Byte[]
|
|
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) uint8_t m_Items[1];
|
|
|
|
public:
|
|
inline uint8_t GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline uint8_t* GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, uint8_t value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m56FBD260A4D190AD833E9B108B1E80A574AA62C4_gshared (Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A * __this, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.List`1<System.Object>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::ContainsKey(!0)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_mB52B1B96EEFC5261F10998A81DAA5A02ED025265_gshared (Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A * __this, RuntimeObject * ___key0, const RuntimeMethod* method);
|
|
// !1 System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::get_Item(!0)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Dictionary_2_get_Item_m6F2BB7FC61476D210FA060962086B5B21FB1B6CA_gshared (Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A * __this, RuntimeObject * ___key0, const RuntimeMethod* method);
|
|
// System.Int32 System.Collections.Generic.List`1<System.Object>::get_Count()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::set_Item(!0,!1)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_mC87D8EECD8406043786CC95870458389CEF82CDF_gshared (Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A * __this, RuntimeObject * ___key0, int32_t ___value1, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.List`1<System.Object>::Add(!0)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, RuntimeObject * ___item0, const RuntimeMethod* method);
|
|
// !0 System.Collections.Generic.List`1<System.Object>::get_Item(System.Int32)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___index0, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m2895EBB13AA7D9232058658A7DC404DC5F608923_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, int32_t ___capacity0, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::set_Item(!0,!1)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m466D001F105E25DEB5C9BCB17837EE92A27FDE93_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method);
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Object>::TryGetValue(!0,!1&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m3455807C552312C60038DF52EF328C3687442DE3_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * ___key0, RuntimeObject ** ___value1, const RuntimeMethod* method);
|
|
// System.Int32 System.Collections.Generic.Dictionary`2<System.Object,System.Object>::get_Count()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Dictionary_2_get_Count_m1B06EB9D28DDA7E38DDC20D88532DFF246F03DF6_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, const RuntimeMethod* method);
|
|
|
|
// System.Void System.Object::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0 (RuntimeObject * __this, const RuntimeMethod* method);
|
|
// System.Void System.Text.RegularExpressions.RegexPrefix::.ctor(System.String,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexPrefix__ctor_m93489A4FF55425A15BF5390E77EE0B84F6F9364C (RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 * __this, String_t* ___prefix0, bool ___ci1, const RuntimeMethod* method);
|
|
// System.Void System.Text.RegularExpressions.Regex::ValidateMatchTimeout(System.TimeSpan)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Regex_ValidateMatchTimeout_m71FE7188780DEAD57093B7345CCC50D0159218BE (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___matchTimeout0, const RuntimeMethod* method);
|
|
// System.Boolean System.TimeSpan::op_Equality(System.TimeSpan,System.TimeSpan)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpan_op_Equality_mEA0A4B7FDCAFA54C636292F7EB76F9A16C44096D (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___t10, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___t21, const RuntimeMethod* method);
|
|
// System.Double System.TimeSpan::get_TotalMilliseconds()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double TimeSpan_get_TotalMilliseconds_m48B00B27D485CC556C10A5119BC11E1A1E0FE363 (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Text.RegularExpressions.Regex::get_RightToLeft()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Regex_get_RightToLeft_m546BF531C94563A11427CD24367525462CDB4509 (Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * __this, const RuntimeMethod* method);
|
|
// System.Text.RegularExpressions.Match System.Text.RegularExpressions.Match::get_Empty()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * Match_get_Empty_m5D3AE3D0580F06ED901EE69FCCED6AF44715528F_inline (const RuntimeMethod* method);
|
|
// System.Void System.Text.RegularExpressions.RegexRunner::StartTimeoutWatch()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexRunner_StartTimeoutWatch_m257FBE0C72761082A11D275954C6A1343EB13301 (RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * __this, const RuntimeMethod* method);
|
|
// System.Void System.Text.RegularExpressions.RegexRunner::CheckTimeout()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexRunner_CheckTimeout_m52486A9CE7B6EA4C83BB60FB200196AF0EE5687B (RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * __this, const RuntimeMethod* method);
|
|
// System.Void System.Text.RegularExpressions.RegexRunner::InitMatch()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexRunner_InitMatch_mF9CD772D4A8E12F89B4785324CD6939ABAE89AD4 (RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * __this, const RuntimeMethod* method);
|
|
// System.Text.RegularExpressions.Match System.Text.RegularExpressions.RegexRunner::TidyMatch(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * RegexRunner_TidyMatch_m61A8AE20E505F2055B276EB020EB0B804ED2D924 (RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * __this, bool ___quick0, const RuntimeMethod* method);
|
|
// System.Int32 System.Environment::get_TickCount()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Environment_get_TickCount_m0A119BE4354EA90C82CC48E559588C987A79FE0C (const RuntimeMethod* method);
|
|
// System.Void System.Text.RegularExpressions.RegexRunner::DoCheckTimeout()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexRunner_DoCheckTimeout_mCDAA40848A2F8AAD70928FFD8A6C08FF2D9E72A3 (RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * __this, const RuntimeMethod* method);
|
|
// System.TimeSpan System.TimeSpan::FromMilliseconds(System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 TimeSpan_FromMilliseconds_mED351BDAFE79A7C08A3F115FB4B5E000CF73900D (double ___value0, const RuntimeMethod* method);
|
|
// System.Void System.Text.RegularExpressions.RegexMatchTimeoutException::.ctor(System.String,System.String,System.TimeSpan)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexMatchTimeoutException__ctor_mCCDB413A8F68D924B276B8FED2744E81BE4C89AF (RegexMatchTimeoutException_t78D3102CF3A9DEE18561827EDD878176482A6C7C * __this, String_t* ___regexInput0, String_t* ___regexPattern1, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___matchTimeout2, const RuntimeMethod* method);
|
|
// System.Void System.Text.RegularExpressions.MatchSparse::.ctor(System.Text.RegularExpressions.Regex,System.Collections.Hashtable,System.Int32,System.String,System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MatchSparse__ctor_mEA523FCAF96D8A81401D3ED010CACE4463CCE811 (MatchSparse_t73BEE39B7EBE30B7460558DCA846B704C94B571C * __this, Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * ___regex0, Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___caps1, int32_t ___capcount2, String_t* ___text3, int32_t ___begpos4, int32_t ___len5, int32_t ___startpos6, const RuntimeMethod* method);
|
|
// System.Void System.Text.RegularExpressions.Match::.ctor(System.Text.RegularExpressions.Regex,System.Int32,System.String,System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Match__ctor_m08A8262ACD89C9E47AA7168D0F2CC6E3338855D7 (Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * __this, Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * ___regex0, int32_t ___capcount1, String_t* ___text2, int32_t ___begpos3, int32_t ___len4, int32_t ___startpos5, const RuntimeMethod* method);
|
|
// System.Void System.Text.RegularExpressions.RegexRunner::DoubleStack()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexRunner_DoubleStack_m8969F05F9E086EAA194DCBD2F137778239918925 (RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * __this, const RuntimeMethod* method);
|
|
// System.Void System.Text.RegularExpressions.RegexRunner::DoubleTrack()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexRunner_DoubleTrack_m057C14C51F137222469C6526406B0E1069747618 (RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * __this, const RuntimeMethod* method);
|
|
// System.Char System.String::get_Chars(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96 (String_t* __this, int32_t ___index0, const RuntimeMethod* method);
|
|
// System.Boolean System.Text.RegularExpressions.RegexCharClass::IsWordChar(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexCharClass_IsWordChar_m2DF03D32DAB403138E397CB05F45D37BD50EB18C (Il2CppChar ___ch0, const RuntimeMethod* method);
|
|
// System.Boolean System.Text.RegularExpressions.RegexCharClass::IsECMAWordChar(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexCharClass_IsECMAWordChar_m6E7FC296DB816D89E3D6CF8672DCE6DFC519D741 (Il2CppChar ___ch0, const RuntimeMethod* method);
|
|
// System.Void System.Array::Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6 (RuntimeArray * ___sourceArray0, int32_t ___sourceIndex1, RuntimeArray * ___destinationArray2, int32_t ___destinationIndex3, int32_t ___length4, const RuntimeMethod* method);
|
|
// System.Void System.Text.RegularExpressions.RegexRunner::DoubleCrawl()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexRunner_DoubleCrawl_mF0425849E5E3C2BA5E9009CED7DE245C8CA0F7CC (RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * __this, const RuntimeMethod* method);
|
|
// System.Void System.Text.RegularExpressions.RegexRunner::Crawl(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexRunner_Crawl_m655A5D262056F7E13F0645CE5611AE65E83D97DB (RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * __this, int32_t ___i0, const RuntimeMethod* method);
|
|
// System.Int32 System.Text.RegularExpressions.RegexRunner::MatchIndex(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegexRunner_MatchIndex_mA8EEC418C65572A82720F5D16BAC99224CF0251A (RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * __this, int32_t ___cap0, const RuntimeMethod* method);
|
|
// System.Int32 System.Text.RegularExpressions.RegexRunner::MatchLength(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegexRunner_MatchLength_m06FA694D5EFE42F89C25C8599BBE86C7726DB2C6 (RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * __this, int32_t ___cap0, const RuntimeMethod* method);
|
|
// System.Int32 System.Text.RegularExpressions.RegexRunner::Popcrawl()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegexRunner_Popcrawl_mD8C76E2C584E6908F4BB11E055B97581F0CF7268 (RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * __this, const RuntimeMethod* method);
|
|
// System.Void System.Text.RegularExpressions.RegexWriter::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexWriter__ctor_m63A858FAE36A8640812DFF917751C1E215A2AE82 (RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * __this, const RuntimeMethod* method);
|
|
// System.Text.RegularExpressions.RegexCode System.Text.RegularExpressions.RegexWriter::RegexCodeFromRegexTree(System.Text.RegularExpressions.RegexTree)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA * RegexWriter_RegexCodeFromRegexTree_mAC489A29C00688CA929661BC394F1C4CF997CFC5 (RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * __this, RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6 * ___tree0, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.String,System.Int32>::.ctor()
|
|
inline void Dictionary_2__ctor_m20A5B6C6950ACF998FE28F7FACEA19C755593E62 (Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB *, const RuntimeMethod*))Dictionary_2__ctor_m56FBD260A4D190AD833E9B108B1E80A574AA62C4_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1<System.String>::.ctor()
|
|
inline void List_1__ctor_mDA22758D73530683C950C5CCF39BDB4E7E1F3F06 (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, method);
|
|
}
|
|
// System.Boolean System.Text.RegularExpressions.RegexCode::OpcodeBacktracks(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexCode_OpcodeBacktracks_mDA23B91B55FE4991B168BF8E18F6DDDC7667B882 (int32_t ___Op0, const RuntimeMethod* method);
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Int32>::ContainsKey(!0)
|
|
inline bool Dictionary_2_ContainsKey_m6DC4AF7F40FA029B9407E83E9EFD98FA5C3BA545 (Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * __this, String_t* ___key0, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB *, String_t*, const RuntimeMethod*))Dictionary_2_ContainsKey_mB52B1B96EEFC5261F10998A81DAA5A02ED025265_gshared)(__this, ___key0, method);
|
|
}
|
|
// !1 System.Collections.Generic.Dictionary`2<System.String,System.Int32>::get_Item(!0)
|
|
inline int32_t Dictionary_2_get_Item_m8B16E8CBD6B9EE71984601DB60ADB40673ADD5CC (Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * __this, String_t* ___key0, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB *, String_t*, const RuntimeMethod*))Dictionary_2_get_Item_m6F2BB7FC61476D210FA060962086B5B21FB1B6CA_gshared)(__this, ___key0, method);
|
|
}
|
|
// System.Int32 System.Collections.Generic.List`1<System.String>::get_Count()
|
|
inline int32_t List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_inline (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.String,System.Int32>::set_Item(!0,!1)
|
|
inline void Dictionary_2_set_Item_mDBA4C5D99B9605672D2F04AF3184C5E043D1BD3A (Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * __this, String_t* ___key0, int32_t ___value1, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB *, String_t*, int32_t, const RuntimeMethod*))Dictionary_2_set_Item_mC87D8EECD8406043786CC95870458389CEF82CDF_gshared)(__this, ___key0, ___value1, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1<System.String>::Add(!0)
|
|
inline void List_1_Add_mA348FA1140766465189459D25B01EB179001DE83 (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * __this, String_t* ___item0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, String_t*, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, method);
|
|
}
|
|
// System.Void System.ArgumentException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7 (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * __this, String_t* ___message0, const RuntimeMethod* method);
|
|
// System.Void System.Text.RegularExpressions.RegexWriter::Emit(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexWriter_Emit_m6B0ACB44155A07161060838F483D555E7EF6ACED (RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * __this, int32_t ___op0, int32_t ___opd11, const RuntimeMethod* method);
|
|
// System.Void System.Text.RegularExpressions.RegexWriter::EmitFragment(System.Int32,System.Text.RegularExpressions.RegexNode,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexWriter_EmitFragment_mEFDD8EA3A65320222CF4EA8A52B33C687EE0C5AC (RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * __this, int32_t ___nodetype0, RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * ___node1, int32_t ___CurIndex2, const RuntimeMethod* method);
|
|
// System.Int32 System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexNode>::get_Count()
|
|
inline int32_t List_1_get_Count_mC6523733B48B0774D420C52AAB0D5951127CB49B_inline (List_1_tA5CDE89671B691180A7422F86077A0D047AD4059 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (List_1_tA5CDE89671B691180A7422F86077A0D047AD4059 *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method);
|
|
}
|
|
// !0 System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexNode>::get_Item(System.Int32)
|
|
inline RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * List_1_get_Item_m0FFC6D8E8EF63D912869025D9A3ED65726581D11_inline (List_1_tA5CDE89671B691180A7422F86077A0D047AD4059 * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
return (( RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * (*) (List_1_tA5CDE89671B691180A7422F86077A0D047AD4059 *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline)(__this, ___index0, method);
|
|
}
|
|
// System.Void System.Text.RegularExpressions.RegexWriter::PushInt(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexWriter_PushInt_mFBC85956A26FEBC66244C8DFC881106D85DD2C1D (RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * __this, int32_t ___I0, const RuntimeMethod* method);
|
|
// System.Boolean System.Text.RegularExpressions.RegexWriter::EmptyStack()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexWriter_EmptyStack_mB0C109FA21F5CFD16A34438BA1CC1CE8BED91E7C (RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * __this, const RuntimeMethod* method);
|
|
// System.Int32 System.Text.RegularExpressions.RegexWriter::PopInt()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegexWriter_PopInt_m8885F9428571674EC224D6BBC93570B1B4671713 (RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * __this, const RuntimeMethod* method);
|
|
// System.Int32 System.Text.RegularExpressions.RegexWriter::CurPos()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t RegexWriter_CurPos_mEA105879492A4B415FA8AC25B29AA49153F83C18_inline (RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * __this, const RuntimeMethod* method);
|
|
// System.Void System.Text.RegularExpressions.RegexWriter::PatchJump(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexWriter_PatchJump_m6C0A440142E7AC772AD4AF7DF5D8291B6CA6D7D2 (RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * __this, int32_t ___Offset0, int32_t ___jumpDest1, const RuntimeMethod* method);
|
|
// System.Void System.Text.RegularExpressions.RegexWriter::Emit(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexWriter_Emit_mDC0B76CE49A6DE83DD2D169236BCD516AE9263EF (RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * __this, int32_t ___op0, const RuntimeMethod* method);
|
|
// System.Text.RegularExpressions.RegexPrefix System.Text.RegularExpressions.RegexFCD::FirstChars(System.Text.RegularExpressions.RegexTree)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 * RegexFCD_FirstChars_mC60DC5CA9A078998CB55594436AB9CBFD86478FB (RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6 * ___t0, const RuntimeMethod* method);
|
|
// System.Text.RegularExpressions.RegexPrefix System.Text.RegularExpressions.RegexFCD::Prefix(System.Text.RegularExpressions.RegexTree)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 * RegexFCD_Prefix_m50B30C508C6745832FD3A76B2169462455C1A28E (RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6 * ___tree0, const RuntimeMethod* method);
|
|
// System.Globalization.CultureInfo System.Globalization.CultureInfo::get_CurrentCulture()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831 (const RuntimeMethod* method);
|
|
// System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72 (const RuntimeMethod* method);
|
|
// System.String System.Text.RegularExpressions.RegexPrefix::get_Prefix()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* RegexPrefix_get_Prefix_m7137EC6CA5B857F49946E2EAEA19784040D430CF_inline (RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 * __this, const RuntimeMethod* method);
|
|
// System.Int32 System.String::get_Length()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline (String_t* __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Text.RegularExpressions.RegexPrefix::get_CaseInsensitive()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool RegexPrefix_get_CaseInsensitive_m76E04480FA9FFAE4C5031CA12F4AE9A2576212C0_inline (RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 * __this, const RuntimeMethod* method);
|
|
// System.Void System.Text.RegularExpressions.RegexBoyerMoore::.ctor(System.String,System.Boolean,System.Boolean,System.Globalization.CultureInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexBoyerMoore__ctor_m39674FB18BB75DD891AAE3781FDA0CCDDEBC2F8C (RegexBoyerMoore_t37ED99A3CC25068E4D3DE4517835CFFCCF2FA1EB * __this, String_t* ___pattern0, bool ___caseInsensitive1, bool ___rightToLeft2, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture3, const RuntimeMethod* method);
|
|
// System.Int32 System.Text.RegularExpressions.RegexFCD::Anchors(System.Text.RegularExpressions.RegexTree)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegexFCD_Anchors_m562FA644F10503074714E0F58A2A00F9F727D75E (RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6 * ___tree0, const RuntimeMethod* method);
|
|
// System.Void System.Text.RegularExpressions.RegexCode::.ctor(System.Int32[],System.Collections.Generic.List`1<System.String>,System.Int32,System.Collections.Hashtable,System.Int32,System.Text.RegularExpressions.RegexBoyerMoore,System.Text.RegularExpressions.RegexPrefix,System.Int32,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexCode__ctor_mBCB059D3E98AEA211794E89DDF99193231F298CA (RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA * __this, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___codes0, List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ___stringlist1, int32_t ___trackcount2, Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___caps3, int32_t ___capsize4, RegexBoyerMoore_t37ED99A3CC25068E4D3DE4517835CFFCCF2FA1EB * ___bmPrefix5, RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 * ___fcPrefix6, int32_t ___anchors7, bool ___rightToLeft8, const RuntimeMethod* method);
|
|
// System.Boolean System.Text.RegularExpressions.RegexNode::UseOptionR()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexNode_UseOptionR_mB931929BBD1D89F8B263AA846C1665775096713E (RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * __this, const RuntimeMethod* method);
|
|
// System.Int32 System.Text.RegularExpressions.RegexWriter::MapCapnum(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegexWriter_MapCapnum_m6AFE8BED80960BAA522EAA873D535C9D5AD4B811 (RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * __this, int32_t ___capnum0, const RuntimeMethod* method);
|
|
// System.Void System.Text.RegularExpressions.RegexWriter::Emit(System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexWriter_Emit_m7C1D08F071C805F13DBF7684AEC3F2F7E748C497 (RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * __this, int32_t ___op0, int32_t ___opd11, int32_t ___opd22, const RuntimeMethod* method);
|
|
// System.Int32 System.Text.RegularExpressions.RegexWriter::StringCode(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegexWriter_StringCode_m6AA17FFEBDD5E155004F05A78CF13B0D8E901158 (RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * __this, String_t* ___str0, const RuntimeMethod* method);
|
|
// System.String System.Int32::ToString(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m1D0AF82BDAB5D4710527DD3FEFA6F01246D128A5 (int32_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
|
|
// System.String SR::GetString(System.String,System.Object[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39 (String_t* ___name0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args1, const RuntimeMethod* method);
|
|
// System.ArgumentException System.Text.RegularExpressions.RegexWriter::MakeException(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * RegexWriter_MakeException_m443C4CFA99AE06710D1E1BFA3D6EB9737AE70F17 (RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * __this, String_t* ___message0, const RuntimeMethod* method);
|
|
// System.Void System.WeakReference::.ctor(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WeakReference__ctor_m12F7412E9F228AA2276BBB37441CFBCD21A0ABBB (WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * __this, RuntimeObject * ___target0, const RuntimeMethod* method);
|
|
// System.Void System.EventArgs::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventArgs__ctor_m3551293259861C5A78CD47689D559F828ED29DF7 (EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * __this, const RuntimeMethod* method);
|
|
// System.Void System.ComponentModel.Component::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Component__ctor_m7E00FCEC8E392D7C6AE3806CE5B4616B8CC84594 (Component_t7AEFE153F6778CF52E1981BC3E811A9604B29473 * __this, const RuntimeMethod* method);
|
|
// System.Void System.Threading.TimerCallback::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimerCallback__ctor_m6B85BEF2F0E429E5F8E4FA2F527B42247E95A690 (TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
|
|
// System.Boolean System.ComponentModel.Component::get_DesignMode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Component_get_DesignMode_m5C2604368D1EC3DD4D2669AAC15F6EC25DBCAF61 (Component_t7AEFE153F6778CF52E1981BC3E811A9604B29473 * __this, const RuntimeMethod* method);
|
|
// System.Void System.Timers.Timer::UpdateTimer()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Timer_UpdateTimer_m20F2411CF787BD0A792D3DC6762643AF1F1FFF63 (Timer_t238C45D8635596EEA04884048EF70F96775D5ADC * __this, const RuntimeMethod* method);
|
|
// System.Void System.Threading.Timer::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Timer_Dispose_mAD09E4EAC3D4A4732B55911919A60CACCF8173D9 (Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * __this, const RuntimeMethod* method);
|
|
// System.Type System.Object::GetType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60 (RuntimeObject * __this, const RuntimeMethod* method);
|
|
// System.Void System.ObjectDisposedException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9 (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * __this, String_t* ___objectName0, const RuntimeMethod* method);
|
|
// System.Int32 System.Timers.Timer::CalculateRoundedInterval(System.Double,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Timer_CalculateRoundedInterval_mAA1B19FF7E45D6D9E1EEA25F15B94F1DC317143A (double ___interval0, bool ___argumentCheck1, const RuntimeMethod* method);
|
|
// System.Void System.Threading.Timer::.ctor(System.Threading.TimerCallback,System.Object,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Timer__ctor_mD4A4B4616E25E39A422DD8083930951535AE8BA1 (Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * __this, TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219 * ___callback0, RuntimeObject * ___state1, int32_t ___dueTime2, int32_t ___period3, const RuntimeMethod* method);
|
|
// System.Void System.ArgumentOutOfRangeException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6 (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * __this, String_t* ___paramName0, const RuntimeMethod* method);
|
|
// System.Boolean System.Threading.Timer::Change(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Timer_Change_mA8CCA4FF4215A80037ED34EDADD02D442D618EBE (Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * __this, int32_t ___dueTime0, int32_t ___period1, const RuntimeMethod* method);
|
|
// System.Delegate System.Delegate::Combine(System.Delegate,System.Delegate)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_Combine_mC25D2F7DECAFBA6D9A2F9EBA8A77063F0658ECF1 (Delegate_t * ___a0, Delegate_t * ___b1, const RuntimeMethod* method);
|
|
// System.Delegate System.Delegate::Remove(System.Delegate,System.Delegate)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_Remove_m0B0DB7D1B3AF96B71AFAA72BA0EFE32FBBC2932D (Delegate_t * ___source0, Delegate_t * ___value1, const RuntimeMethod* method);
|
|
// System.Void System.ComponentModel.Component::set_Site(System.ComponentModel.ISite)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Component_set_Site_m4296F063DEC65836EABB1424C6305012E289C285_inline (Component_t7AEFE153F6778CF52E1981BC3E811A9604B29473 * __this, RuntimeObject* ___value0, const RuntimeMethod* method);
|
|
// System.ComponentModel.ISite System.ComponentModel.Component::get_Site()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject* Component_get_Site_m45F03D1CF679A6E7EFEEE72F3B399663C0CF720A_inline (Component_t7AEFE153F6778CF52E1981BC3E811A9604B29473 * __this, const RuntimeMethod* method);
|
|
// System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6 (RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ___handle0, const RuntimeMethod* method);
|
|
// System.Void System.Timers.Timer::Close()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Timer_Close_mE08A171DCFD8DE9C13878FEB435DE5833FF9433D (Timer_t238C45D8635596EEA04884048EF70F96775D5ADC * __this, const RuntimeMethod* method);
|
|
// System.Void System.ComponentModel.Component::Dispose(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Component_Dispose_m80D68BDF38465CD605E93ABFBEBA8F0C9BFFC03B (Component_t7AEFE153F6778CF52E1981BC3E811A9604B29473 * __this, bool ___disposing0, const RuntimeMethod* method);
|
|
// System.Void System.Timers.Timer::set_Enabled(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Timer_set_Enabled_mD57AF1A01AEFC5B67ED7545E0E1BD91D91DF1815 (Timer_t238C45D8635596EEA04884048EF70F96775D5ADC * __this, bool ___value0, const RuntimeMethod* method);
|
|
// System.DateTime System.DateTime::get_Now()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_get_Now_mB464D30F15C97069F92C1F910DCDDC3DFCC7F7D2 (const RuntimeMethod* method);
|
|
// System.Void System.Timers.ElapsedEventArgs::.ctor(System.DateTime)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ElapsedEventArgs__ctor_m22124B981EE3451DE67A79AF9FDCB81A6771517D (ElapsedEventArgs_tF6ADBB84C7FB6277E68FA230DCAC41785E4950D6 * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___time0, const RuntimeMethod* method);
|
|
// System.ComponentModel.ISynchronizeInvoke System.Timers.Timer::get_SynchronizingObject()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Timer_get_SynchronizingObject_m9637A3A210BE4A8660CAF10360D695CC739C3B66 (Timer_t238C45D8635596EEA04884048EF70F96775D5ADC * __this, const RuntimeMethod* method);
|
|
// System.Void System.Timers.ElapsedEventHandler::Invoke(System.Object,System.Timers.ElapsedEventArgs)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ElapsedEventHandler_Invoke_m624ECE92D43152C66FF077CE6B6E5AD9F3ACC84C (ElapsedEventHandler_t4EC687DBAA8EC75A58162EAF7E50D8F62ABDC91C * __this, RuntimeObject * ___sender0, ElapsedEventArgs_tF6ADBB84C7FB6277E68FA230DCAC41785E4950D6 * ___e1, const RuntimeMethod* method);
|
|
// System.Void System.ComponentModel.DescriptionAttribute::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DescriptionAttribute__ctor_m5964EBBE5F72FC3B765F2657E0C7A6A9EF1DF2C5 (DescriptionAttribute_t112C5FEAA03342D05BF40C1713ABF1C1848DEE75 * __this, String_t* ___description0, const RuntimeMethod* method);
|
|
// System.String System.ComponentModel.DescriptionAttribute::get_Description()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DescriptionAttribute_get_Description_m86EA9FDCEF55F6643C195B45A9BA6A58E30875B3 (DescriptionAttribute_t112C5FEAA03342D05BF40C1713ABF1C1848DEE75 * __this, const RuntimeMethod* method);
|
|
// System.String SR::GetString(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7 (String_t* ___name0, const RuntimeMethod* method);
|
|
// System.Void System.ComponentModel.DescriptionAttribute::set_DescriptionValue(System.String)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void DescriptionAttribute_set_DescriptionValue_m847FED7026008DA7EBFE3EAAEF5E87DB92F863E8_inline (DescriptionAttribute_t112C5FEAA03342D05BF40C1713ABF1C1848DEE75 * __this, String_t* ___value0, const RuntimeMethod* method);
|
|
// System.String System.DomainNameHelper::ParseCanonicalName(System.String,System.Int32,System.Int32,System.Boolean&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DomainNameHelper_ParseCanonicalName_mFE738FD1237E2D9D9A1B27BA73F58B1689D451E4 (String_t* ___str0, int32_t ___start1, int32_t ___end2, bool* ___loopback3, const RuntimeMethod* method);
|
|
// System.Boolean System.Char::IsLetter(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsLetter_mCC7F387F16C2DE7C85B6A1A0C5BC75D92A813DFE (Il2CppChar ___c0, const RuntimeMethod* method);
|
|
// System.Boolean System.UriParser::InFact(System.UriSyntaxFlags)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UriParser_InFact_mDD42FA932B6830D99AA04C2AE7875BA5067C86F3 (UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * __this, int32_t ___flags0, const RuntimeMethod* method);
|
|
// System.UriSyntaxFlags System.UriParser::get_Flags()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t UriParser_get_Flags_mBCF4C3E94892F00B6E8856BFED1B650FB6A0C039_inline (UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Uri::NotAny(System.Uri/Flags)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_NotAny_mC5DC04B72B13D2997B055B9E41FCFEEC1CE5263D (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, uint64_t ___flags0, const RuntimeMethod* method);
|
|
// System.Boolean System.Uri::StaticNotAny(System.Uri/Flags,System.Uri/Flags)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_StaticNotAny_mC07A1201FBE032238FCFA96E9FB5D60AEDACCC5A (uint64_t ___allFlags0, uint64_t ___checkFlags1, const RuntimeMethod* method);
|
|
// System.Boolean System.Uri::get_IsDosPath()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_IsDosPath_m89CA4E32381C529502E91872BC89BD18F5419D08 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
|
|
// System.Void System.Uri::CreateUriInfo(System.Uri/Flags)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_CreateUriInfo_mC112D6E7002CA014AB6BEA878A66ECC46340FAAF (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, uint64_t ___cF0, const RuntimeMethod* method);
|
|
// System.Void System.Uri::ParseRemaining()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_ParseRemaining_mBAE0F9850CD84965B3793B17444C677D77D58774 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
|
|
// System.Uri/UriInfo System.Uri::EnsureUriInfo()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * Uri_EnsureUriInfo_m4B46DF8611FA6D20D497D12D00544CFB466DCFA7 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Uri::InFact(System.Uri/Flags)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_InFact_m4CE890C86FA34154A044516D2F3C9463389220D7 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, uint64_t ___flags0, const RuntimeMethod* method);
|
|
// System.Void System.Uri::CreateHostString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_CreateHostString_m6FEC48641D3786D73B50D5DC792804C9A4D70C54 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
|
|
// System.Void System.ArgumentNullException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * __this, String_t* ___paramName0, const RuntimeMethod* method);
|
|
// System.Void System.Uri::CreateThis(System.String,System.Boolean,System.UriKind)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_CreateThis_mCB3DC849A426498E9CCD249850CBC69C9D67D864 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, String_t* ___uri0, bool ___dontEscape1, int32_t ___uriKind2, const RuntimeMethod* method);
|
|
// System.Boolean System.Uri::get_IsAbsoluteUri()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_IsAbsoluteUri_m8C189085F1C675DBC3148AA70C38074EC075D722 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
|
|
// System.Void System.Uri::CreateUri(System.Uri,System.String,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_CreateUri_m0A20410F2B8286AE6EDCD8B5AB3E104FA095808A (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___baseUri0, String_t* ___relativeUri1, bool ___dontEscape2, const RuntimeMethod* method);
|
|
// System.UriParser System.Uri::get_Syntax()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * Uri_get_Syntax_m3DB6A5D9E6FC3E0D0A63EA8A4527AF4106F9BD78_inline (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.UriParser::get_IsSimple()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UriParser_get_IsSimple_mDDB03A5F6EEE6E92926A386655E5BBD553719B9C (UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * __this, const RuntimeMethod* method);
|
|
// System.Uri System.Uri::ResolveHelper(System.Uri,System.Uri,System.String&,System.Boolean&,System.UriFormatException&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * Uri_ResolveHelper_mEDF1549C3E9AC1CF6177DCF93B17D574411916BC (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___baseUri0, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___relativeUri1, String_t** ___newUriString2, bool* ___userEscaped3, UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A ** ___e4, const RuntimeMethod* method);
|
|
// System.Boolean System.Uri::op_Inequality(System.Uri,System.Uri)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_op_Inequality_m07015206F59460E87CDE2A8D303D5712E30A7F6B (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri10, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri21, const RuntimeMethod* method);
|
|
// System.Void System.Uri::CreateThisFromUri(System.Uri)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_CreateThisFromUri_m9A4AE7CD70F7EDE9154634057EBE600E74A5D544 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___otherUri0, const RuntimeMethod* method);
|
|
// System.String System.UriParser::InternalResolve(System.Uri,System.Uri,System.UriFormatException&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UriParser_InternalResolve_m2A027789CB5105E32B09810E81810E8E35DD1F26 (UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___thisBaseUri0, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uriLink1, UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A ** ___parsingError2, const RuntimeMethod* method);
|
|
// System.String System.String::Substring(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB (String_t* __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method);
|
|
// System.Int32 System.Runtime.CompilerServices.RuntimeHelpers::get_OffsetToStringData()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B (const RuntimeMethod* method);
|
|
// System.ParsingError System.Uri::CheckSchemeSyntax(System.Char*,System.UInt16,System.UriParser&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Uri_CheckSchemeSyntax_m1181D9BEA35D9D22852FD2FE815CABB267BA5A8F (Il2CppChar* ___ptr0, uint16_t ___length1, UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC ** ___syntax2, const RuntimeMethod* method);
|
|
// System.String System.String::Substring(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE (String_t* __this, int32_t ___startIndex0, const RuntimeMethod* method);
|
|
// System.String System.Uri::get_OriginalString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_OriginalString_m56099E46276F0A52524347F1F46A2F88E948504F (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
|
|
// System.String System.Uri::CombineUri(System.Uri,System.String,System.UriFormat)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_CombineUri_m77B7B8B856CF8100E51250247930963E7C544F91 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___basePart0, String_t* ___relativePart1, int32_t ___uriFormat2, const RuntimeMethod* method);
|
|
// System.Void System.UriFormatException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriFormatException__ctor_mE1D46962CC168EB07B59D1265F5734A8F587567D (UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A * __this, String_t* ___textString0, const RuntimeMethod* method);
|
|
// System.String System.Runtime.Serialization.SerializationInfo::GetString(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SerializationInfo_GetString_m06805A4E368E0B98D5FA70A9333B277CBDD84CF4 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, const RuntimeMethod* method);
|
|
// System.Void System.Uri::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_GetObjectData_mC8CCD55C21CB624E369258E27A89F363F8271E68 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___serializationInfo0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___streamingContext1, const RuntimeMethod* method);
|
|
// System.String System.Uri::GetParts(System.UriComponents,System.UriFormat)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_GetParts_mF5840DC010E6D420EB5A0722320EDAAEA2D0269F (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, int32_t ___uriParts0, int32_t ___formatAs1, const RuntimeMethod* method);
|
|
// System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, RuntimeObject * ___value1, const RuntimeMethod* method);
|
|
// System.Boolean System.Uri::get_IsNotAbsoluteUri()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_IsNotAbsoluteUri_mF9706123EB027C6E9AB263B98CE58CF319A22919 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
|
|
// System.Void System.InvalidOperationException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706 (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * __this, String_t* ___message0, const RuntimeMethod* method);
|
|
// System.String System.Uri::get_PrivateAbsolutePath()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_PrivateAbsolutePath_mC1CDB66963BF6D6AEDE0713D3CF0CE0647A6A532 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
|
|
// System.Void System.Uri/MoreInfo::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MoreInfo__ctor_mFE29F028646C12EDCAF7F0F78F9A85D52C10B83C (MoreInfo_t83B9EC79244C26B468C115E54C0BEF09BB2E05B5 * __this, const RuntimeMethod* method);
|
|
// System.String System.Uri::GetLocalPath()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_GetLocalPath_m0E14B876FC912A64FC37663FBB3F65234FD4146E (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
|
|
// System.Void System.Uri::EnsureHostString(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_EnsureHostString_m4BD63AA5A88CA09572A8A7CF3B2EDDE17EF9C720 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, bool ___allowDnsOptimization0, const RuntimeMethod* method);
|
|
// System.Uri/Flags System.Uri::get_HostType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Uri_get_HostType_mBB4EE8652EA19E2FB8C696302D5EBE82F358EC90 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
|
|
// System.String System.UriParser::get_SchemeName()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1_inline (UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * __this, const RuntimeMethod* method);
|
|
// System.Void System.Collections.ArrayList::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayList__ctor_m481FA7B37620B59B8C0434A764F5705A6ABDEAE6 (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * __this, const RuntimeMethod* method);
|
|
// System.Int32 System.String::IndexOf(System.Char,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_m66F6178DB4B2F61F4FAFD8B75787D0AB142ADD7D (String_t* __this, Il2CppChar ___value0, int32_t ___startIndex1, const RuntimeMethod* method);
|
|
// System.Boolean System.Uri::get_IsUncPath()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_IsUncPath_mD5EE84D5105BFB7D64E5C26B9549A67B720A7AE8 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
|
|
// System.Object System.Threading.Interlocked::CompareExchange(System.Object&,System.Object,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Interlocked_CompareExchange_m92F692322F12C6FD29B3834B380639DCD094B651 (RuntimeObject ** ___location10, RuntimeObject * ___value1, RuntimeObject * ___comparand2, const RuntimeMethod* method);
|
|
// System.Object System.Uri::get_InitializeLock()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Uri_get_InitializeLock_m45D6A11D14958E716715351E52207DCA808F00EE (const RuntimeMethod* method);
|
|
// System.Void System.Threading.Monitor::Enter(System.Object,System.Boolean&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5 (RuntimeObject * ___obj0, bool* ___lockTaken1, const RuntimeMethod* method);
|
|
// System.Void System.Threading.Monitor::Exit(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2 (RuntimeObject * ___obj0, const RuntimeMethod* method);
|
|
// System.Void System.Uri::EnsureParseRemaining()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_EnsureParseRemaining_m33815B5767FAFADB762F7E39364E6432340F210B (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Uri::get_IsFile()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_IsFile_m06AB5A15E2A34BBC5177C6E902C5C9D7E766A213 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.String::StartsWith(System.String,System.StringComparison)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_StartsWith_m844A95C9A205A0F951B0C45634E0C222E73D0B49 (String_t* __this, String_t* ___value0, int32_t ___comparisonType1, const RuntimeMethod* method);
|
|
// System.Boolean System.Uri::get_IsLoopback()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_IsLoopback_mCD7E1228C8296730CBD31C713B0A81B660D99BC4 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Uri::get_IsUncOrDosPath()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_IsUncOrDosPath_mE372CA996BE5B29DD531D7C6DD1809E17441005E (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Uri::get_IsImplicitFile()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_IsImplicitFile_m048350CB1E9AB92599F1557680A5D3B5FDE7C35D (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
|
|
// System.String System.String::Remove(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Remove_m54FD37F2B9CA7DBFE440B0CB8503640A2CFF00FF (String_t* __this, int32_t ___startIndex0, int32_t ___count1, const RuntimeMethod* method);
|
|
// System.String System.String::Insert(System.Int32,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Insert_m2525FE6F79C96A359A588C8FA764419EBD811749 (String_t* __this, int32_t ___startIndex0, String_t* ___value1, const RuntimeMethod* method);
|
|
// System.String System.String::Replace(System.Char,System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Replace_m276641366A463205C185A9B3DC0E24ECB95122C9 (String_t* __this, Il2CppChar ___oldChar0, Il2CppChar ___newChar1, const RuntimeMethod* method);
|
|
// System.Char[] System.UriHelper::UnescapeString(System.String,System.Int32,System.Int32,System.Char[],System.Int32&,System.Char,System.Char,System.Char,System.UnescapeMode,System.UriParser,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* UriHelper_UnescapeString_mC172F713349E3D22985A92BC4F5B51D0BCEE61AF (String_t* ___input0, int32_t ___start1, int32_t ___end2, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___dest3, int32_t* ___destPosition4, Il2CppChar ___rsvd15, Il2CppChar ___rsvd26, Il2CppChar ___rsvd37, int32_t ___unescapeMode8, UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * ___syntax9, bool ___isQuery10, const RuntimeMethod* method);
|
|
// System.Char[] System.Uri::Compress(System.Char[],System.UInt16,System.Int32&,System.UriParser)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* Uri_Compress_m02224082A9665F07D35AB6EB6E3198642F9E7BCF (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___dest0, uint16_t ___start1, int32_t* ___destLength2, UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * ___syntax3, const RuntimeMethod* method);
|
|
// System.String System.String::CreateString(System.Char[],System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_mC7FB167C0D5B97F7EF502AF54399C61DD5B87509 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___val0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method);
|
|
// System.String System.Uri::GetUnescapedParts(System.UriComponents,System.UriFormat)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_GetUnescapedParts_m051A75B5D2DDAE55F107457CA468EE9A2563FED3 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, int32_t ___uriParts0, int32_t ___formatAs1, const RuntimeMethod* method);
|
|
// System.Int32 System.UriParser::get_DefaultPort()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t UriParser_get_DefaultPort_m050510870CCD4DD08DF7E98E2AF3D616446AD99D_inline (UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Uri::get_AllowIdn()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_AllowIdn_mF1833CB700E04D746D75428948BEBC70536E1941 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Uri::get_OriginalStringSwitched()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_OriginalStringSwitched_m79E1C9F1C4E0ACCC85BB68841C167DDEA15CC72D (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.String::IsNullOrEmpty(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229 (String_t* ___value0, const RuntimeMethod* method);
|
|
// System.String System.String::Concat(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE (String_t* ___str00, String_t* ___str11, const RuntimeMethod* method);
|
|
// System.Boolean System.Uri::IsAsciiLetter(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_IsAsciiLetter_m93435A20DF4DEE153B87B26D07B9963F1BF4F373 (Il2CppChar ___character0, const RuntimeMethod* method);
|
|
// System.Boolean System.Uri::IsAsciiLetterOrDigit(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_IsAsciiLetterOrDigit_mEBA81E735141504B5804F0B3C94EC39B24AF8661 (Il2CppChar ___character0, const RuntimeMethod* method);
|
|
// System.Int32 System.Uri::CalculateCaseInsensitiveHashCode(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Uri_CalculateCaseInsensitiveHashCode_m634FFDF8FCD81DECCB87161B153D1093C0A6FCE4 (String_t* ___text0, const RuntimeMethod* method);
|
|
// System.String System.Uri::GetComponentsHelper(System.UriComponents,System.UriFormat)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_GetComponentsHelper_m28B0D80FD94A40685C0F70652AB26755C457B2D3 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, int32_t ___uriComponents0, int32_t ___uriFormat1, const RuntimeMethod* method);
|
|
// System.Boolean System.Uri::TryCreate(System.String,System.UriKind,System.Uri&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_TryCreate_mEEB6736FEDAF52AAE36ACC1EA1EC8CEBB7C52DAB (String_t* ___uriString0, int32_t ___uriKind1, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** ___result2, const RuntimeMethod* method);
|
|
// System.Boolean System.String::Equals(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1 (String_t* __this, String_t* ___value0, const RuntimeMethod* method);
|
|
// System.Int32 System.String::Compare(System.String,System.String,System.StringComparison)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442 (String_t* ___strA0, String_t* ___strB1, int32_t ___comparisonType2, const RuntimeMethod* method);
|
|
// System.Boolean System.Uri::get_UserDrivenParsing()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_UserDrivenParsing_mFF27964894B5C0432C37E425F319D6C915BCDC39 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
|
|
// System.Int32 System.Uri::get_Port()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Uri_get_Port_m4E64AB9B50CCC50E7B1F139D7AF1403FAF97147C (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
|
|
// System.Void System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array,System.RuntimeFieldHandle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A (RuntimeArray * ___array0, RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF ___fldHandle1, const RuntimeMethod* method);
|
|
// System.Int32 System.String::IndexOfAny(System.Char[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOfAny_m1AD95EBF79BB7FBFC7FC30DA9B1B8015BC3ABA6D (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___anyOf0, const RuntimeMethod* method);
|
|
// System.Char[] System.UriHelper::EscapeString(System.String,System.Int32,System.Int32,System.Char[],System.Int32&,System.Boolean,System.Char,System.Char,System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* UriHelper_EscapeString_mF0077A016F05127923308DF7E7E99BD7B9837E8B (String_t* ___input0, int32_t ___start1, int32_t ___end2, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___dest3, int32_t* ___destPos4, bool ___isUriString5, Il2CppChar ___force16, Il2CppChar ___force27, Il2CppChar ___rsvd8, const RuntimeMethod* method);
|
|
// System.UInt16 System.Uri::ParseSchemeCheckImplicitFile(System.Char*,System.UInt16,System.ParsingError&,System.Uri/Flags&,System.UriParser&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Uri_ParseSchemeCheckImplicitFile_m92A658AE6C04E038058AD8E9581A41B06B6D6243 (Il2CppChar* ___uriString0, uint16_t ___length1, int32_t* ___err2, uint64_t* ___flags3, UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC ** ___syntax4, const RuntimeMethod* method);
|
|
// System.ParsingError System.Uri::PrivateParseMinimal()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Uri_PrivateParseMinimal_mE1DA461DDA053787906BBEC2BC2B3046B1B329F0 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
|
|
// System.UriFormatException System.Uri::GetException(System.ParsingError)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A * Uri_GetException_m2E833A8358C84BCF0397341160FADB1164290164 (int32_t ___err0, const RuntimeMethod* method);
|
|
// System.Boolean System.Uri::IsLWS(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_IsLWS_m7A9F3B969CCEE56B9F98E40F1903C737DA7DF0D6 (Il2CppChar ___ch0, const RuntimeMethod* method);
|
|
// System.Boolean System.UriParser::IsAllSet(System.UriSyntaxFlags)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UriParser_IsAllSet_m74BEC412DC8AF3B1A33E11964EBB3164D9D8C77E (UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * __this, int32_t ___flags0, const RuntimeMethod* method);
|
|
// System.Boolean System.UriParser::NotAny(System.UriSyntaxFlags)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UriParser_NotAny_mC998A35DC290F35FFAFFB6A8B66C7B881F2559D3 (UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * __this, int32_t ___flags0, const RuntimeMethod* method);
|
|
// System.UInt16 System.Uri::CheckAuthorityHelper(System.Char*,System.UInt16,System.UInt16,System.ParsingError&,System.Uri/Flags&,System.UriParser,System.String&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Uri_CheckAuthorityHelper_m5046CE781115A54CAE3ACD2C03987F526A761387 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, Il2CppChar* ___pString0, uint16_t ___idx1, uint16_t ___length2, int32_t* ___err3, uint64_t* ___flags4, UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * ___syntax5, String_t** ___newHost6, const RuntimeMethod* method);
|
|
// System.Void System.Uri::PrivateParseMinimalIri(System.String,System.UInt16)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_PrivateParseMinimalIri_m29F0CA367080586448C648332F59BED0096AB2D0 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, String_t* ___newHost0, uint16_t ___idx1, const RuntimeMethod* method);
|
|
// System.Void System.Uri/UriInfo::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriInfo__ctor_m24EFE7B4E03C9FFB8B797770D626680947C87D98 (UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Uri::StaticInFact(System.Uri/Flags,System.Uri/Flags)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_StaticInFact_m77BB2AE094534AFD7B9F68683C2A4356A75E39B8 (uint64_t ___allFlags0, uint64_t ___checkFlags1, const RuntimeMethod* method);
|
|
// System.Void System.Uri::GetHostViaCustomSyntax()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_GetHostViaCustomSyntax_mD591A4A615803E70A03D7C75E7C114E4E460AED3 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
|
|
// System.String System.Uri::CreateHostStringHelper(System.String,System.UInt16,System.UInt16,System.Uri/Flags&,System.String&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_CreateHostStringHelper_m6C5EEA8BD2CDBCDD8A63FB74D3B801329EDE7BDD (String_t* ___str0, uint16_t ___idx1, uint16_t ___end2, uint64_t* ___flags3, String_t** ___scopeId4, const RuntimeMethod* method);
|
|
// System.Uri/Check System.Uri::CheckCanonical(System.Char*,System.UInt16&,System.UInt16,System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Uri_CheckCanonical_mED3910E55213D1DFEAA5B33079E3A89D369B10B6 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, Il2CppChar* ___str0, uint16_t* ___idx1, uint16_t ___end2, Il2CppChar ___delim3, const RuntimeMethod* method);
|
|
// System.String System.IPv6AddressHelper::ParseCanonicalName(System.String,System.Int32,System.Boolean&,System.String&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* IPv6AddressHelper_ParseCanonicalName_m3944530A7B686031653F97824EF712424E0BEE14 (String_t* ___str0, int32_t ___start1, bool* ___isLoopback2, String_t** ___scopeId3, const RuntimeMethod* method);
|
|
// System.String System.IPv4AddressHelper::ParseCanonicalName(System.String,System.Int32,System.Int32,System.Boolean&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* IPv4AddressHelper_ParseCanonicalName_m2A8C35045CE02D6FC2C4251F239D1C0074E0E813 (String_t* ___str0, int32_t ___start1, int32_t ___end2, bool* ___isLoopback3, const RuntimeMethod* method);
|
|
// System.String System.UncNameHelper::ParseCanonicalName(System.String,System.Int32,System.Int32,System.Boolean&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UncNameHelper_ParseCanonicalName_mCBE64015FD1B6B4829CEAA89625C1D44E280E37E (String_t* ___str0, int32_t ___start1, int32_t ___end2, bool* ___loopback3, const RuntimeMethod* method);
|
|
// System.String System.UriParser::InternalGetComponents(System.Uri,System.UriComponents,System.UriFormat)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UriParser_InternalGetComponents_mFD4B211C71E0506AE4E4E99D92ECAF1780CE4674 (UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___thisUri0, int32_t ___uriComponents1, int32_t ___uriFormat2, const RuntimeMethod* method);
|
|
// System.String System.Uri::GetComponents(System.UriComponents,System.UriFormat)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_GetComponents_m0346CA8037531DE1FC630775E0BD1F5D1E7920B6 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, int32_t ___components0, int32_t ___format1, const RuntimeMethod* method);
|
|
// System.UInt16 System.Uri::get_SecuredPathIndex()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Uri_get_SecuredPathIndex_mC59A2366D6F3667017F677351C4350C9541905AA (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
|
|
// System.String System.Uri::GetUriPartsFromUserString(System.UriComponents)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_GetUriPartsFromUserString_m95A7794F28625B6AFD514C08765C27CAAE4BD1B6 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, int32_t ___uriParts0, const RuntimeMethod* method);
|
|
// System.String System.Uri::ReCreateParts(System.UriComponents,System.UInt16,System.UriFormat)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_ReCreateParts_mF50263ABC7D750E939B57BF61FA48A8762144FD7 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, int32_t ___parts0, uint16_t ___nonCanonical1, int32_t ___formatAs2, const RuntimeMethod* method);
|
|
// System.Void System.String::CopyTo(System.Int32,System.Char[],System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String_CopyTo_m054B8FF2ACBBA74F60199D98259E88395EAD3661 (String_t* __this, int32_t ___sourceIndex0, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___destination1, int32_t ___destinationIndex2, int32_t ___count3, const RuntimeMethod* method);
|
|
// System.String System.DomainNameHelper::UnicodeEquivalent(System.Char*,System.Int32,System.Int32,System.Boolean&,System.Boolean&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DomainNameHelper_UnicodeEquivalent_mD5A7A659B82F1FBF7ABF30009117CFBF8BC4D55F (Il2CppChar* ___hostname0, int32_t ___start1, int32_t ___end2, bool* ___allAscii3, bool* ___atLeastOneValidIdn4, const RuntimeMethod* method);
|
|
// System.String System.UInt16::ToString(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UInt16_ToString_m50316C445AD23CCA40AA52A381C5E06A3786F12A (uint16_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
|
|
// System.Char[] System.Uri::GetCanonicalPath(System.Char[],System.Int32&,System.UriFormat)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* Uri_GetCanonicalPath_mDE02BFA56EDD09479DDB2A5A50F6DF5210CA73F2 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___dest0, int32_t* ___pos1, int32_t ___formatAs2, const RuntimeMethod* method);
|
|
// System.Boolean System.UriParser::get_ShouldUseLegacyV2Quirks()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UriParser_get_ShouldUseLegacyV2Quirks_mD4C8DF67677ACCCC3B5E026099ECC0BDA24D96DD (const RuntimeMethod* method);
|
|
// System.String System.String::Concat(System.String,System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mF4626905368D6558695A823466A1AF65EADB9923 (String_t* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method);
|
|
// System.Void System.Uri::FindEndOfComponent(System.String,System.UInt16&,System.UInt16,System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_FindEndOfComponent_mF276ABD008291C1FDC4B433A2F274058D06D8A6B (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, String_t* ___input0, uint16_t* ___idx1, uint16_t ___end2, Il2CppChar ___delim3, const RuntimeMethod* method);
|
|
// System.String System.Uri::EscapeUnescapeIri(System.String,System.Int32,System.Int32,System.UriComponents)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_EscapeUnescapeIri_mDE5E4BAE74E2C2373AD186732FEE7AD6E0EA7180 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, String_t* ___input0, int32_t ___start1, int32_t ___end2, int32_t ___component3, const RuntimeMethod* method);
|
|
// System.String System.String::Normalize(System.Text.NormalizationForm)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Normalize_m331F324C5A5E95FF79E2AB44A0C454324E91F7C6 (String_t* __this, int32_t ___normalizationForm0, const RuntimeMethod* method);
|
|
// System.Int32 System.IntPtr::get_Size()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t IntPtr_get_Size_m1342A61F11766A494F2F90D9B68CADAD62261929 (const RuntimeMethod* method);
|
|
// System.Boolean System.Uri::CheckKnownSchemes(System.Int64*,System.UInt16,System.UriParser&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_CheckKnownSchemes_mCA95AE251E7C9208570543B446385BCF2C727E8D (int64_t* ___lptr0, uint16_t ___nChars1, UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC ** ___syntax2, const RuntimeMethod* method);
|
|
// System.String System.String::CreateString(System.Char*,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_mC16F6AD7A921B1AD038C1EB215D7F055C5676590 (String_t* __this, Il2CppChar* ___value0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method);
|
|
// System.UriParser System.UriParser::FindOrFetchAsUnknownV1Syntax(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * UriParser_FindOrFetchAsUnknownV1Syntax_m3A57CA15FE27DC7982F186E8321B810B56EBD9AD (String_t* ___lwrCaseScheme0, const RuntimeMethod* method);
|
|
// System.Boolean System.Uri::IriParsingStatic(System.UriParser)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_IriParsingStatic_m39FC9677B4B9EFBADF814F2EEA58280F35A1D3E5 (UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * ___syntax0, const RuntimeMethod* method);
|
|
// System.Boolean System.Uri::StaticIsFile(System.UriParser)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_StaticIsFile_mD270A5F6C8B59AAF6256B4565ABE5917ABA545E3 (UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * ___syntax0, const RuntimeMethod* method);
|
|
// System.String System.IriHelper::EscapeUnescapeIri(System.Char*,System.Int32,System.Int32,System.UriComponents)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* IriHelper_EscapeUnescapeIri_m6DE347247CE35DB4CE3129BEC2179F0095D69239 (Il2CppChar* ___pInput0, int32_t ___start1, int32_t ___end2, int32_t ___component3, const RuntimeMethod* method);
|
|
// System.Boolean System.IPv6AddressHelper::IsValid(System.Char*,System.Int32,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IPv6AddressHelper_IsValid_m2383F1A867665B04A4F2B8D82FF2B62BE51C2289 (Il2CppChar* ___name0, int32_t ___start1, int32_t* ___end2, const RuntimeMethod* method);
|
|
// System.Void System.Uri::InitializeUriConfig()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_InitializeUriConfig_m1B2F98DF0BB1A48FEB328E9D8BF3C23B32196FE2 (const RuntimeMethod* method);
|
|
// System.Boolean System.IPv4AddressHelper::IsValid(System.Char*,System.Int32,System.Int32&,System.Boolean,System.Boolean,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IPv4AddressHelper_IsValid_mD96D91E0F3830414F4601A4521E71DE832A45843 (Il2CppChar* ___name0, int32_t ___start1, int32_t* ___end2, bool ___allowIPv63, bool ___notImplicitFile4, bool ___unknownScheme5, const RuntimeMethod* method);
|
|
// System.Boolean System.DomainNameHelper::IsValid(System.Char*,System.UInt16,System.Int32&,System.Boolean&,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DomainNameHelper_IsValid_mE9672A824F71E32116358C5FA029789855A4B461 (Il2CppChar* ___name0, uint16_t ___pos1, int32_t* ___returnedEnd2, bool* ___notCanonical3, bool ___notImplicitFile4, const RuntimeMethod* method);
|
|
// System.Boolean System.Uri::IsIntranet(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_IsIntranet_mE98CA41B60FE0D4970737C8B7C81E5C63BFC07E1 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, String_t* ___schemeHost0, const RuntimeMethod* method);
|
|
// System.Boolean System.Uri::AllowIdnStatic(System.UriParser,System.Uri/Flags)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_AllowIdnStatic_mFABD19611F334DF87EC3FF2B9A1FA061CAE3A5C5 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * ___syntax0, uint64_t ___flags1, const RuntimeMethod* method);
|
|
// System.Boolean System.DomainNameHelper::IsValidByIri(System.Char*,System.UInt16,System.Int32&,System.Boolean&,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DomainNameHelper_IsValidByIri_m13E2A6D9EBD42326C096F2423DBB0014763D47BF (Il2CppChar* ___name0, uint16_t ___pos1, int32_t* ___returnedEnd2, bool* ___notCanonical3, bool ___notImplicitFile4, const RuntimeMethod* method);
|
|
// System.Void System.Uri::CheckAuthorityHelperHandleDnsIri(System.Char*,System.UInt16,System.Int32,System.Int32,System.Boolean,System.Boolean,System.UriParser,System.String,System.Uri/Flags&,System.Boolean&,System.String&,System.ParsingError&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_CheckAuthorityHelperHandleDnsIri_m366E36029D4C9A00C0F216055B15F5E4805AED28 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, Il2CppChar* ___pString0, uint16_t ___start1, int32_t ___end2, int32_t ___startInput3, bool ___iriParsing4, bool ___hasUnicode5, UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * ___syntax6, String_t* ___userInfoString7, uint64_t* ___flags8, bool* ___justNormalized9, String_t** ___newHost10, int32_t* ___err11, const RuntimeMethod* method);
|
|
// System.Boolean System.UncNameHelper::IsValid(System.Char*,System.UInt16,System.Int32&,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UncNameHelper_IsValid_m4055361D79684EE7B098C055B2E9068EE06F1EF6 (Il2CppChar* ___name0, uint16_t ___start1, int32_t* ___returnedEnd2, bool ___notImplicitFile3, const RuntimeMethod* method);
|
|
// System.Void System.Uri::CheckAuthorityHelperHandleAnyHostIri(System.Char*,System.Int32,System.Int32,System.Boolean,System.Boolean,System.UriParser,System.Uri/Flags&,System.String&,System.ParsingError&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_CheckAuthorityHelperHandleAnyHostIri_m76FEA31E3FEDF3D1614987C6484ECF15022AE9D8 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, Il2CppChar* ___pString0, int32_t ___startInput1, int32_t ___end2, bool ___iriParsing3, bool ___hasUnicode4, UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * ___syntax5, uint64_t* ___flags6, String_t** ___newHost7, int32_t* ___err8, const RuntimeMethod* method);
|
|
// System.String System.DomainNameHelper::IdnEquivalent(System.Char*,System.Int32,System.Int32,System.Boolean&,System.Boolean&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DomainNameHelper_IdnEquivalent_m439593BAF7C6C801F577E7C27B0C4FBB1772E49F (Il2CppChar* ___hostname0, int32_t ___start1, int32_t ___end2, bool* ___allAscii3, bool* ___atLeastOneValidIdn4, const RuntimeMethod* method);
|
|
// System.String System.DomainNameHelper::UnicodeEquivalent(System.String,System.Char*,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DomainNameHelper_UnicodeEquivalent_mA80E5FF3AD6AFBB9FC257ED1C4F0D31C8F0EFEC3 (String_t* ___idnHost0, Il2CppChar* ___hostname1, int32_t ___start2, int32_t ___end3, const RuntimeMethod* method);
|
|
// System.String System.Uri::StripBidiControlCharacter(System.Char*,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_StripBidiControlCharacter_m49D782826401F99D943C1AD76A75125879FF332F (Il2CppChar* ___strToClean0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method);
|
|
// System.String System.DomainNameHelper::IdnEquivalent(System.Char*,System.Int32,System.Int32,System.Boolean&,System.String&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DomainNameHelper_IdnEquivalent_m459BFF3040F8E6BFE1CE1C6432A1343A2ECF2F57 (Il2CppChar* ___hostname0, int32_t ___start1, int32_t ___end2, bool* ___allAscii3, String_t** ___bidiStrippedHost4, const RuntimeMethod* method);
|
|
// System.Void System.Uri::FindEndOfComponent(System.Char*,System.UInt16&,System.UInt16,System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_FindEndOfComponent_mDCDF860C405E9F31F7CFE9AFFE7C096812697AEF (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, Il2CppChar* ___str0, uint16_t* ___idx1, uint16_t ___end2, Il2CppChar ___delim3, const RuntimeMethod* method);
|
|
// System.Boolean System.Char::IsHighSurrogate(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsHighSurrogate_m64C60C09A8561520E43C8527D3DC38FF97E6274D (Il2CppChar ___c0, const RuntimeMethod* method);
|
|
// System.Boolean System.IriHelper::CheckIriUnicodeRange(System.Char,System.Char,System.Boolean&,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IriHelper_CheckIriUnicodeRange_m5ED29083C22062AEAB8B5787C9A27CFEEC397AD9 (Il2CppChar ___highSurr0, Il2CppChar ___lowSurr1, bool* ___surrogatePair2, bool ___isQuery3, const RuntimeMethod* method);
|
|
// System.Boolean System.IriHelper::CheckIriUnicodeRange(System.Char,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IriHelper_CheckIriUnicodeRange_mA9BAAD6D244ADEE8986FDC0DFB3DFDA90C093A6C (Il2CppChar ___unicode0, bool ___isQuery1, const RuntimeMethod* method);
|
|
// System.Char System.UriHelper::EscapedAscii(System.Char,System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar UriHelper_EscapedAscii_m06D556717795E649EBBB30E4CBCF3D221C1FEB78 (Il2CppChar ___digit0, Il2CppChar ___next1, const RuntimeMethod* method);
|
|
// System.Void System.Uri::UnescapeOnly(System.Char*,System.Int32,System.Int32&,System.Char,System.Char,System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_UnescapeOnly_mB8F87981CDD4CFBFCD97EE668FF281CE26453F21 (Il2CppChar* ___pch0, int32_t ___start1, int32_t* ___end2, Il2CppChar ___ch13, Il2CppChar ___ch24, Il2CppChar ___ch35, const RuntimeMethod* method);
|
|
// System.Void System.Buffer::BlockCopy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353 (RuntimeArray * ___src0, int32_t ___srcOffset1, RuntimeArray * ___dst2, int32_t ___dstOffset3, int32_t ___count4, const RuntimeMethod* method);
|
|
// System.Char[] System.UriHelper::UnescapeString(System.Char*,System.Int32,System.Int32,System.Char[],System.Int32&,System.Char,System.Char,System.Char,System.UnescapeMode,System.UriParser,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* UriHelper_UnescapeString_mD4815AEAF34E25D31AA4BB4A76B88055F0A49E89 (Il2CppChar* ___pStr0, int32_t ___start1, int32_t ___end2, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___dest3, int32_t* ___destPosition4, Il2CppChar ___rsvd15, Il2CppChar ___rsvd26, Il2CppChar ___rsvd37, int32_t ___unescapeMode8, UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * ___syntax9, bool ___isQuery10, const RuntimeMethod* method);
|
|
// System.StringComparer System.StringComparer::get_InvariantCultureIgnoreCase()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * StringComparer_get_InvariantCultureIgnoreCase_mC6DA70EBD0C00B02EC4BB5C24882F99984028DFC_inline (const RuntimeMethod* method);
|
|
// System.Int32 System.String::IndexOf(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_m2909B8CF585E1BD0C81E11ACA2F48012156FD5BD (String_t* __this, Il2CppChar ___value0, const RuntimeMethod* method);
|
|
// System.Boolean System.Uri::get_IsUnc()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_IsUnc_m70B47E68BDAE06A7E5362DCE5AAD97C12119AB99 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
|
|
// System.String System.String::Concat(System.String,System.String,System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64 (String_t* ___str00, String_t* ___str11, String_t* ___str22, String_t* ___str33, const RuntimeMethod* method);
|
|
// System.String System.Uri::get_Scheme()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_Scheme_m14A8F0018D8AACADBEF39600A59944F33EE39187 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
|
|
// System.String System.Uri::get_DnsSafeHost()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_DnsSafeHost_mC2D93669288A9C05CC13EE5754CEBF2D74D04704 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
|
|
// System.String System.String::Concat(System.String[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m232E857CA5107EA6AC52E7DD7018716C021F237B (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___values0, const RuntimeMethod* method);
|
|
// System.Boolean System.Uri::IsBidiControlCharacter(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_IsBidiControlCharacter_mB14EA5816A434B7CE382EB9ACBD1432916EC341D (Il2CppChar ___ch0, const RuntimeMethod* method);
|
|
// System.ParsingError System.Uri::ParseScheme(System.String,System.Uri/Flags&,System.UriParser&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Uri_ParseScheme_m61CAE16F1EC76725E5E0B23B09577F91BB223884 (String_t* ___uriString0, uint64_t* ___flags1, UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC ** ___syntax2, const RuntimeMethod* method);
|
|
// System.Void System.Uri::InitializeUri(System.ParsingError,System.UriKind,System.UriFormatException&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_InitializeUri_m5D99BD8533F3FAAD479B1193505B5B19B8C2F2DE (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, int32_t ___err0, int32_t ___uriKind1, UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A ** ___e2, const RuntimeMethod* method);
|
|
// System.Boolean System.Uri::CheckForConfigLoad(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_CheckForConfigLoad_m13002EFBBFD437183ED0A7FCBE5681C510996B0F (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, String_t* ___data0, const RuntimeMethod* method);
|
|
// System.Boolean System.Uri::CheckForUnicode(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_CheckForUnicode_m78E4938E82EE352BD5D8493AE0314224BC2543CD (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, String_t* ___data0, const RuntimeMethod* method);
|
|
// System.Boolean System.Uri::CheckForEscapedUnreserved(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_CheckForEscapedUnreserved_mFE708A44EC74C7E773B96B82CD9A5DF25EF97D4A (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, String_t* ___data0, const RuntimeMethod* method);
|
|
// System.UriParser System.UriParser::InternalOnNewUri()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * UriParser_InternalOnNewUri_m7D55F5CD59A3B9BF57BC68F715A27CC1A44566CA (UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * __this, const RuntimeMethod* method);
|
|
// System.Void System.UriParser::InternalValidate(System.Uri,System.UriFormatException&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriParser_InternalValidate_mF2FEB0E76E48B621EB2058FBE7DCC6A42A1681E2 (UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___thisUri0, UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A ** ___parsingError1, const RuntimeMethod* method);
|
|
// System.Void System.Uri::SetUserDrivenParsing()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_SetUserDrivenParsing_m0368CB47B9E9C35CB49B3F02DBE8DFED8756226B (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Uri::IsHexDigit(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_IsHexDigit_m3B2881FA99F0B2197F8017E70C3AE6EBF9849836 (Il2CppChar ___character0, const RuntimeMethod* method);
|
|
// System.Boolean System.UriHelper::Is3986Unreserved(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UriHelper_Is3986Unreserved_m3799F2ADA8C63DDB4995F82B974C8EC1DEEBA76A (Il2CppChar ___c0, const RuntimeMethod* method);
|
|
// System.Uri System.Uri::CreateHelper(System.String,System.Boolean,System.UriKind,System.UriFormatException&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * Uri_CreateHelper_m024137C47351CA9959E4AC66F9443AEEE87D89C0 (String_t* ___uriString0, bool ___dontEscape1, int32_t ___uriKind2, UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A ** ___e3, const RuntimeMethod* method);
|
|
// System.Boolean System.Uri::TryCreate(System.Uri,System.Uri,System.Uri&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_TryCreate_mE8F008B45027E74D51E128580848C70C39480F05 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___baseUri0, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___relativeUri1, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** ___result2, const RuntimeMethod* method);
|
|
// System.Boolean System.Uri::get_UserEscaped()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_UserEscaped_m8F29E9A593E84E66DD4AC06CBD5880B93A5F0307 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
|
|
// System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.Object,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m755B01B4B4595B447596E3281F22FD7CE6DAE378 (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * __this, String_t* ___paramName0, RuntimeObject * ___actualValue1, String_t* ___message2, const RuntimeMethod* method);
|
|
// System.String System.Uri::GetRelativeSerializationString(System.UriFormat)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_GetRelativeSerializationString_m5D0CD02E255BB96532F056BB382CF7D74D62BE58 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, int32_t ___format0, const RuntimeMethod* method);
|
|
// System.Boolean System.Uri::InternalIsWellFormedOriginalString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_InternalIsWellFormedOriginalString_mC5B6EDD6C06519FC6E5176DB89237CCCFFE56CAB (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.UriParser::InternalIsWellFormedOriginalString(System.Uri)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UriParser_InternalIsWellFormedOriginalString_mC28478C9513F7B7C7B38CFE1660C6B10D2F4F973 (UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___thisUri0, const RuntimeMethod* method);
|
|
// System.Boolean System.Uri::IsWellFormedOriginalString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_IsWellFormedOriginalString_m2974FFAEE0D9D4FF07700D40CEDE63599F5A9B0A (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Uri::CheckForColonInFirstPathSegment(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_CheckForColonInFirstPathSegment_m0CA1C6C6FD02FBDDDD64096E12156699BDA97308 (String_t* ___uriString0, const RuntimeMethod* method);
|
|
// System.Void System.Uri::.ctor(System.Uri/Flags,System.UriParser,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri__ctor_m4605489523A7A973459720C1BBE4039FD10557CD (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, uint64_t ___flags0, UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * ___uriParser1, String_t* ___uri2, const RuntimeMethod* method);
|
|
// System.String System.String::Trim(System.Char[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Trim_m788DE5AEFDAC40E778745C4DF4AFD45A4BC1007E (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___trimChars0, const RuntimeMethod* method);
|
|
// System.ParsingError System.Uri::GetCombinedString(System.Uri,System.String,System.Boolean,System.String&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Uri_GetCombinedString_m7B95A90BC09E899CF41B0047E0B681FA7CEB8668 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___baseUri0, String_t* ___relativeStr1, bool ___dontEscape2, String_t** ___result3, const RuntimeMethod* method);
|
|
// System.String System.Uri::UnescapeDataString(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_UnescapeDataString_mE1F40FC5CA3FF03DEE9EB01E3D8BD502D36A284D (String_t* ___stringToUnescape0, const RuntimeMethod* method);
|
|
// System.String System.Uri::GetEscapedParts(System.UriComponents)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_GetEscapedParts_m745615124808CB89A18D499988F4425F678938C4 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, int32_t ___uriParts0, const RuntimeMethod* method);
|
|
// System.String System.Environment::GetEnvironmentVariable(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_GetEnvironmentVariable_mB94020EE6B0D5BADF024E4BE6FBC54A5954D2185 (String_t* ___variable0, const RuntimeMethod* method);
|
|
// System.Boolean System.String::op_Equality(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method);
|
|
// System.Void System.UriBuilder::Init(System.Uri)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriBuilder_Init_mB18B3A4578F102E7E99F18542236A6B5B6ABA174 (UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, const RuntimeMethod* method);
|
|
// System.String System.Uri::get_Fragment()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_Fragment_m111666DD668AC59B9F3C3D3CEEEC7F70F6904D41 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
|
|
// System.String System.Uri::get_Query()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_Query_m3F64514B4DB7C849C8255BA3FE08C6BE983D2D56 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
|
|
// System.String System.Uri::get_Host()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_Host_m2D942F397A36DBDA5E93452CBD983E0714018151 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
|
|
// System.String System.Uri::get_AbsolutePath()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_AbsolutePath_mA9A825E2BBD0A43AD76EB9A9765E29E45FE32F31 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Uri::get_HasAuthority()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_HasAuthority_m969936D80AE0309273733487C8B38BEE33468712 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
|
|
// System.String System.Uri::get_UserInfo()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_UserInfo_m201C93A932C446805E9143EBE969048D7E75C71E (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
|
|
// System.Void System.UriBuilder::SetFieldsFromUri(System.Uri)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriBuilder_SetFieldsFromUri_m54B4EB1ACEF01F2B0B11EC81768BB7D56245447F (UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, const RuntimeMethod* method);
|
|
// System.Void System.UriBuilder::set_Scheme(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriBuilder_set_Scheme_mD20C10C2D43C0C2C96D9098BE4331D46FCC45921 (UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905 * __this, String_t* ___value0, const RuntimeMethod* method);
|
|
// System.Void System.UriBuilder::set_Host(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriBuilder_set_Host_m7213BE98F62DE6A099EA8EEFF479949C5F1EA680 (UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905 * __this, String_t* ___value0, const RuntimeMethod* method);
|
|
// System.Void System.UriBuilder::.ctor(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriBuilder__ctor_m7A9B7FFE61632B2181BBF326580950494257464F (UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905 * __this, String_t* ___schemeName0, String_t* ___hostName1, const RuntimeMethod* method);
|
|
// System.Void System.UriBuilder::set_Port(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriBuilder_set_Port_m14DBA6E597BED983B73F4AD7F1215C6E474DB6F3 (UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905 * __this, int32_t ___value0, const RuntimeMethod* method);
|
|
// System.Void System.UriBuilder::.ctor(System.String,System.String,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriBuilder__ctor_mBF5DB989568C4C36033EAF9AE939734782DC722D (UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905 * __this, String_t* ___scheme0, String_t* ___host1, int32_t ___portNumber2, const RuntimeMethod* method);
|
|
// System.Void System.UriBuilder::set_Path(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriBuilder_set_Path_mB5E891CD6B419F1310178B20F5E47E49D0F828E8 (UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905 * __this, String_t* ___value0, const RuntimeMethod* method);
|
|
// System.String System.Uri::InternalEscapeString(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_InternalEscapeString_m4A79B5EFDD0254232524BA43FAC32297A825F873 (String_t* ___rawString0, const RuntimeMethod* method);
|
|
// System.Boolean System.Uri::CheckSchemeName(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_CheckSchemeName_m351E06F4546E0F84E2DDB286B531F39D379589BC (String_t* ___schemeName0, const RuntimeMethod* method);
|
|
// System.Void System.ArgumentException::.ctor(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8 (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * __this, String_t* ___message0, String_t* ___paramName1, const RuntimeMethod* method);
|
|
// System.String System.String::ToLowerInvariant()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToLowerInvariant_m197BD65B6582DC546FF1BC398161EEFA708F799E (String_t* __this, const RuntimeMethod* method);
|
|
// System.Void System.Uri::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri__ctor_mBA69907A1D799CD12ED44B611985B25FE4C626A2 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, String_t* ___uriString0, const RuntimeMethod* method);
|
|
// System.Uri System.UriBuilder::get_Uri()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * UriBuilder_get_Uri_mDCABA4CD1D05D4B9C4CBA063BC7CA94EE6CCC631 (UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905 * __this, const RuntimeMethod* method);
|
|
// System.UriParser System.UriParser::GetSyntax(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * UriParser_GetSyntax_mC2FEAF79ECEB6550573A1C0578141BB236F7EF16 (String_t* ___lwrCaseScheme0, const RuntimeMethod* method);
|
|
// System.String System.Int32::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m1863896DE712BF97C031D55B12E1583F1982DC02 (int32_t* __this, const RuntimeMethod* method);
|
|
// System.Void System.FormatException::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FormatException__ctor_m6DAD3E32EE0445420B4893EA683425AC3441609B (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * __this, const RuntimeMethod* method);
|
|
// System.Void System.FormatException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14 (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * __this, String_t* ___message0, const RuntimeMethod* method);
|
|
// System.Void System.FormatException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FormatException__ctor_mDC141C414E24BE865FC8853970BF83C5B8C7676C (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method);
|
|
// System.Void System.Exception::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception_GetObjectData_m76F759ED00FA218FFC522C32626B851FDE849AD6 (Exception_t * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method);
|
|
// System.Int32 System.Math::Min(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Min_mC950438198519FB2B0260FCB91220847EE4BB525 (int32_t ___val10, int32_t ___val21, const RuntimeMethod* method);
|
|
// System.Char[] System.UriHelper::EnsureDestinationSize(System.Char*,System.Char[],System.Int32,System.Int16,System.Int16,System.Int32&,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* UriHelper_EnsureDestinationSize_m64F4907D0411AAAD1C05E0AD0D2EB120DCBA9217 (Il2CppChar* ___pStr0, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___dest1, int32_t ___currentInputPos2, int16_t ___charsToAdd3, int16_t ___minReallocateChars4, int32_t* ___destPos5, int32_t ___prevInputPos6, const RuntimeMethod* method);
|
|
// System.Text.Encoding System.Text.Encoding::get_UTF8()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9 (const RuntimeMethod* method);
|
|
// System.Void System.UriHelper::EscapeAsciiChar(System.Char,System.Char[],System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriHelper_EscapeAsciiChar_mFD7DE796BD53CBD2B1E73080FE0346D37F358902 (Il2CppChar ___ch0, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___to1, int32_t* ___pos2, const RuntimeMethod* method);
|
|
// System.Boolean System.UriHelper::IsUnreserved(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UriHelper_IsUnreserved_mAADC7DCEEA864AFB49311696ABBDD76811FAAE48 (Il2CppChar ___c0, const RuntimeMethod* method);
|
|
// System.Boolean System.UriHelper::IsReservedUnreservedOrHash(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UriHelper_IsReservedUnreservedOrHash_m3D7256DABA7F540F8D379FC1D1C54F1C63E46059 (Il2CppChar ___c0, const RuntimeMethod* method);
|
|
// System.Boolean System.UriHelper::IsNotSafeForUnescape(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UriHelper_IsNotSafeForUnescape_m1D0461E7C5A3CFBD7A2A7F7322B66BC68CCE741D (Il2CppChar ___ch0, const RuntimeMethod* method);
|
|
// System.Void System.Text.EncoderReplacementFallback::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EncoderReplacementFallback__ctor_mAE97C6B5EF9A81A90315A21E68271FAE87A738FD (EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 * __this, String_t* ___replacement0, const RuntimeMethod* method);
|
|
// System.Void System.Text.Encoding::set_EncoderFallback(System.Text.EncoderFallback)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Encoding_set_EncoderFallback_m24306F093457AE12D59A36AB84F1E03C840BD10A (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * ___value0, const RuntimeMethod* method);
|
|
// System.Void System.Text.DecoderReplacementFallback::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecoderReplacementFallback__ctor_m9D82FC93423AD9B954F28E30B20BF14DAFB01A5B (DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 * __this, String_t* ___replacement0, const RuntimeMethod* method);
|
|
// System.Void System.Text.Encoding::set_DecoderFallback(System.Text.DecoderFallback)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Encoding_set_DecoderFallback_mB321EB8D6C34B8935A169C0E4FAC7A4E0A99FACC (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * ___value0, const RuntimeMethod* method);
|
|
// System.Void System.UriHelper::MatchUTF8Sequence(System.Char*,System.Char[],System.Int32&,System.Char[],System.Int32,System.Byte[],System.Int32,System.Boolean,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriHelper_MatchUTF8Sequence_m4835D9BB77C2701643B14D6FFD3D7057F8C9007F (Il2CppChar* ___pDest0, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___dest1, int32_t* ___destOffset2, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___unescapedChars3, int32_t ___charCount4, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes5, int32_t ___byteCount6, bool ___isQuery7, bool ___iriParsing8, const RuntimeMethod* method);
|
|
// System.UriFormatException System.Uri::ParseMinimal()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A * Uri_ParseMinimal_m35FCFE52F12315DA60733B807E7C0AB408C0A9CF (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.String,System.UriParser>::.ctor(System.Int32)
|
|
inline void Dictionary_2__ctor_m9AA6FFC23A9032DF2BF483986951F06E722B3445 (Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE * __this, int32_t ___capacity0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE *, int32_t, const RuntimeMethod*))Dictionary_2__ctor_m2895EBB13AA7D9232058658A7DC404DC5F608923_gshared)(__this, ___capacity0, method);
|
|
}
|
|
// System.Void System.UriParser/BuiltInUriParser::.ctor(System.String,System.Int32,System.UriSyntaxFlags)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuiltInUriParser__ctor_m66250DC53CE01410149D46279D0B413FC1C5CA1C (BuiltInUriParser_t5C00B9ABDAFDD2FFEAAA5C4A6FF01FF0BE58E57B * __this, String_t* ___lwrCaseScheme0, int32_t ___defaultPort1, int32_t ___syntaxFlags2, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.String,System.UriParser>::set_Item(!0,!1)
|
|
inline void Dictionary_2_set_Item_mB84FA35EFF6271F4923FCAF307D576087CD554AB (Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE * __this, String_t* ___key0, UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * ___value1, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE *, String_t*, UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC *, const RuntimeMethod*))Dictionary_2_set_Item_m466D001F105E25DEB5C9BCB17837EE92A27FDE93_gshared)(__this, ___key0, ___value1, method);
|
|
}
|
|
// System.Boolean System.UriParser::IsFullMatch(System.UriSyntaxFlags,System.UriSyntaxFlags)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UriParser_IsFullMatch_m7B5F47A62FA721E550C5439FAA4C6AFAC34EB23E (UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * __this, int32_t ___flags0, int32_t ___expected1, const RuntimeMethod* method);
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.UriParser>::TryGetValue(!0,!1&)
|
|
inline bool Dictionary_2_TryGetValue_mB7FEE5E187FD932CA98FA958AFCC096E123BCDC4 (Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE * __this, String_t* ___key0, UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC ** ___value1, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE *, String_t*, UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3455807C552312C60038DF52EF328C3687442DE3_gshared)(__this, ___key0, ___value1, method);
|
|
}
|
|
// System.Int32 System.Collections.Generic.Dictionary`2<System.String,System.UriParser>::get_Count()
|
|
inline int32_t Dictionary_2_get_Count_mEC5A51E9EC624CA697AFE307D4CD767026962AE3 (Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE *, const RuntimeMethod*))Dictionary_2_get_Count_m1B06EB9D28DDA7E38DDC20D88532DFF246F03DF6_gshared)(__this, method);
|
|
}
|
|
// System.Void System.ThrowHelper::ThrowArgumentOutOfRangeException()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeException_mBA2AF20A35144E0C43CD721A22EAC9FCA15D6550 (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.RegexPrefix::.ctor(System.String,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexPrefix__ctor_m93489A4FF55425A15BF5390E77EE0B84F6F9364C (RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 * __this, String_t* ___prefix0, bool ___ci1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
String_t* L_0 = ___prefix0;
|
|
__this->set__prefix_0(L_0);
|
|
bool L_1 = ___ci1;
|
|
__this->set__caseInsensitive_1(L_1);
|
|
return;
|
|
}
|
|
}
|
|
// System.String System.Text.RegularExpressions.RegexPrefix::get_Prefix()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RegexPrefix_get_Prefix_m7137EC6CA5B857F49946E2EAEA19784040D430CF (RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->get__prefix_0();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Boolean System.Text.RegularExpressions.RegexPrefix::get_CaseInsensitive()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexPrefix_get_CaseInsensitive_m76E04480FA9FFAE4C5031CA12F4AE9A2576212C0 (RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->get__caseInsensitive_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Text.RegularExpressions.RegexPrefix System.Text.RegularExpressions.RegexPrefix::get_Empty()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 * RegexPrefix_get_Empty_mAD10DECDBC7C51F9ACF5C02E3191874252DF9B8B (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (RegexPrefix_get_Empty_mAD10DECDBC7C51F9ACF5C02E3191874252DF9B8B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67_il2cpp_TypeInfo_var);
|
|
RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 * L_0 = ((RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67_StaticFields*)il2cpp_codegen_static_fields_for(RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67_il2cpp_TypeInfo_var))->get__empty_2();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.Text.RegularExpressions.RegexPrefix::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexPrefix__cctor_mCDCE7EDB98AFB119EE0281D37F7BC019AD28773D (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (RegexPrefix__cctor_mCDCE7EDB98AFB119EE0281D37F7BC019AD28773D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 * L_1 = (RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 *)il2cpp_codegen_object_new(RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67_il2cpp_TypeInfo_var);
|
|
RegexPrefix__ctor_m93489A4FF55425A15BF5390E77EE0B84F6F9364C(L_1, L_0, (bool)0, /*hidden argument*/NULL);
|
|
((RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67_StaticFields*)il2cpp_codegen_static_fields_for(RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67_il2cpp_TypeInfo_var))->set__empty_2(L_1);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Text.RegularExpressions.RegexRunner::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexRunner__ctor_mC04D94995556E71E813F8420C8A4EC0B66404550 (RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Text.RegularExpressions.Match System.Text.RegularExpressions.RegexRunner::Scan(System.Text.RegularExpressions.Regex,System.String,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,System.TimeSpan)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * RegexRunner_Scan_m1C3B1B034601773D510A4D2DEC337635A540BE31 (RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * __this, Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * ___regex0, String_t* ___text1, int32_t ___textbeg2, int32_t ___textend3, int32_t ___textstart4, int32_t ___prevlen5, bool ___quick6, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___timeout7, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (RegexRunner_Scan_m1C3B1B034601773D510A4D2DEC337635A540BE31_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
bool V_2 = false;
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * G_B2_0 = NULL;
|
|
RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * G_B1_0 = NULL;
|
|
int32_t G_B3_0 = 0;
|
|
RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * G_B3_1 = NULL;
|
|
int32_t G_B6_0 = 0;
|
|
int32_t G_B9_0 = 0;
|
|
{
|
|
V_2 = (bool)0;
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_0 = ___timeout7;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_il2cpp_TypeInfo_var);
|
|
Regex_ValidateMatchTimeout_m71FE7188780DEAD57093B7345CCC50D0159218BE(L_0, /*hidden argument*/NULL);
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_1 = ((Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields*)il2cpp_codegen_static_fields_for(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_il2cpp_TypeInfo_var))->get_InfiniteMatchTimeout_4();
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_2 = ___timeout7;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var);
|
|
bool L_3 = TimeSpan_op_Equality_mEA0A4B7FDCAFA54C636292F7EB76F9A16C44096D(L_1, L_2, /*hidden argument*/NULL);
|
|
__this->set_ignoreTimeout_15(L_3);
|
|
bool L_4 = __this->get_ignoreTimeout_15();
|
|
G_B1_0 = __this;
|
|
if (L_4)
|
|
{
|
|
G_B2_0 = __this;
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
{
|
|
double L_5 = TimeSpan_get_TotalMilliseconds_m48B00B27D485CC556C10A5119BC11E1A1E0FE363((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(&___timeout7), /*hidden argument*/NULL);
|
|
G_B3_0 = (((int32_t)((int32_t)((double)il2cpp_codegen_add((double)L_5, (double)(0.5))))));
|
|
G_B3_1 = G_B1_0;
|
|
goto IL_0046;
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_il2cpp_TypeInfo_var);
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_6 = ((Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields*)il2cpp_codegen_static_fields_for(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_il2cpp_TypeInfo_var))->get_InfiniteMatchTimeout_4();
|
|
V_3 = L_6;
|
|
double L_7 = TimeSpan_get_TotalMilliseconds_m48B00B27D485CC556C10A5119BC11E1A1E0FE363((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(&V_3), /*hidden argument*/NULL);
|
|
G_B3_0 = (((int32_t)((int32_t)L_7)));
|
|
G_B3_1 = G_B2_0;
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
NullCheck(G_B3_1);
|
|
G_B3_1->set_timeout_14(G_B3_0);
|
|
Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * L_8 = ___regex0;
|
|
__this->set_runregex_13(L_8);
|
|
String_t* L_9 = ___text1;
|
|
__this->set_runtext_3(L_9);
|
|
int32_t L_10 = ___textbeg2;
|
|
__this->set_runtextbeg_0(L_10);
|
|
int32_t L_11 = ___textend3;
|
|
__this->set_runtextend_1(L_11);
|
|
int32_t L_12 = ___textstart4;
|
|
__this->set_runtextstart_2(L_12);
|
|
Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * L_13 = __this->get_runregex_13();
|
|
NullCheck(L_13);
|
|
bool L_14 = Regex_get_RightToLeft_m546BF531C94563A11427CD24367525462CDB4509(L_13, /*hidden argument*/NULL);
|
|
if (L_14)
|
|
{
|
|
goto IL_0080;
|
|
}
|
|
}
|
|
{
|
|
G_B6_0 = 1;
|
|
goto IL_0081;
|
|
}
|
|
|
|
IL_0080:
|
|
{
|
|
G_B6_0 = (-1);
|
|
}
|
|
|
|
IL_0081:
|
|
{
|
|
V_0 = G_B6_0;
|
|
Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * L_15 = __this->get_runregex_13();
|
|
NullCheck(L_15);
|
|
bool L_16 = Regex_get_RightToLeft_m546BF531C94563A11427CD24367525462CDB4509(L_15, /*hidden argument*/NULL);
|
|
if (L_16)
|
|
{
|
|
goto IL_0097;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_17 = __this->get_runtextend_1();
|
|
G_B9_0 = L_17;
|
|
goto IL_009d;
|
|
}
|
|
|
|
IL_0097:
|
|
{
|
|
int32_t L_18 = __this->get_runtextbeg_0();
|
|
G_B9_0 = L_18;
|
|
}
|
|
|
|
IL_009d:
|
|
{
|
|
V_1 = G_B9_0;
|
|
int32_t L_19 = ___textstart4;
|
|
__this->set_runtextpos_4(L_19);
|
|
int32_t L_20 = ___prevlen5;
|
|
if (L_20)
|
|
{
|
|
goto IL_00c7;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_21 = __this->get_runtextpos_4();
|
|
int32_t L_22 = V_1;
|
|
if ((!(((uint32_t)L_21) == ((uint32_t)L_22))))
|
|
{
|
|
goto IL_00b9;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(Match_tE447871AB59EED3642F31EB9559D162C2977EBB5_il2cpp_TypeInfo_var);
|
|
Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * L_23 = Match_get_Empty_m5D3AE3D0580F06ED901EE69FCCED6AF44715528F_inline(/*hidden argument*/NULL);
|
|
return L_23;
|
|
}
|
|
|
|
IL_00b9:
|
|
{
|
|
int32_t L_24 = __this->get_runtextpos_4();
|
|
int32_t L_25 = V_0;
|
|
__this->set_runtextpos_4(((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)L_25)));
|
|
}
|
|
|
|
IL_00c7:
|
|
{
|
|
RegexRunner_StartTimeoutWatch_m257FBE0C72761082A11D275954C6A1343EB13301(__this, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_00cd:
|
|
{
|
|
bool L_26 = VirtFuncInvoker0< bool >::Invoke(5 /* System.Boolean System.Text.RegularExpressions.RegexRunner::FindFirstChar() */, __this);
|
|
if (!L_26)
|
|
{
|
|
goto IL_012f;
|
|
}
|
|
}
|
|
{
|
|
RegexRunner_CheckTimeout_m52486A9CE7B6EA4C83BB60FB200196AF0EE5687B(__this, /*hidden argument*/NULL);
|
|
bool L_27 = V_2;
|
|
if (L_27)
|
|
{
|
|
goto IL_00e6;
|
|
}
|
|
}
|
|
{
|
|
RegexRunner_InitMatch_mF9CD772D4A8E12F89B4785324CD6939ABAE89AD4(__this, /*hidden argument*/NULL);
|
|
V_2 = (bool)1;
|
|
}
|
|
|
|
IL_00e6:
|
|
{
|
|
VirtActionInvoker0::Invoke(4 /* System.Void System.Text.RegularExpressions.RegexRunner::Go() */, __this);
|
|
Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * L_28 = __this->get_runmatch_12();
|
|
NullCheck(L_28);
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_29 = L_28->get__matchcount_15();
|
|
NullCheck(L_29);
|
|
int32_t L_30 = 0;
|
|
int32_t L_31 = (L_29)->GetAt(static_cast<il2cpp_array_size_t>(L_30));
|
|
if ((((int32_t)L_31) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0105;
|
|
}
|
|
}
|
|
{
|
|
bool L_32 = ___quick6;
|
|
Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * L_33 = RegexRunner_TidyMatch_m61A8AE20E505F2055B276EB020EB0B804ED2D924(__this, L_32, /*hidden argument*/NULL);
|
|
return L_33;
|
|
}
|
|
|
|
IL_0105:
|
|
{
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_34 = __this->get_runtrack_5();
|
|
NullCheck(L_34);
|
|
__this->set_runtrackpos_6((((int32_t)((int32_t)(((RuntimeArray*)L_34)->max_length)))));
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_35 = __this->get_runstack_7();
|
|
NullCheck(L_35);
|
|
__this->set_runstackpos_8((((int32_t)((int32_t)(((RuntimeArray*)L_35)->max_length)))));
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_36 = __this->get_runcrawl_9();
|
|
NullCheck(L_36);
|
|
__this->set_runcrawlpos_10((((int32_t)((int32_t)(((RuntimeArray*)L_36)->max_length)))));
|
|
}
|
|
|
|
IL_012f:
|
|
{
|
|
int32_t L_37 = __this->get_runtextpos_4();
|
|
int32_t L_38 = V_1;
|
|
if ((!(((uint32_t)L_37) == ((uint32_t)L_38))))
|
|
{
|
|
goto IL_0146;
|
|
}
|
|
}
|
|
{
|
|
RegexRunner_TidyMatch_m61A8AE20E505F2055B276EB020EB0B804ED2D924(__this, (bool)1, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Match_tE447871AB59EED3642F31EB9559D162C2977EBB5_il2cpp_TypeInfo_var);
|
|
Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * L_39 = Match_get_Empty_m5D3AE3D0580F06ED901EE69FCCED6AF44715528F_inline(/*hidden argument*/NULL);
|
|
return L_39;
|
|
}
|
|
|
|
IL_0146:
|
|
{
|
|
int32_t L_40 = __this->get_runtextpos_4();
|
|
int32_t L_41 = V_0;
|
|
__this->set_runtextpos_4(((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)L_41)));
|
|
goto IL_00cd;
|
|
}
|
|
}
|
|
// System.Void System.Text.RegularExpressions.RegexRunner::StartTimeoutWatch()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexRunner_StartTimeoutWatch_m257FBE0C72761082A11D275954C6A1343EB13301 (RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->get_ignoreTimeout_15();
|
|
if (!L_0)
|
|
{
|
|
goto IL_0009;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
__this->set_timeoutChecksToSkip_17(((int32_t)1000));
|
|
int32_t L_1 = Environment_get_TickCount_m0A119BE4354EA90C82CC48E559588C987A79FE0C(/*hidden argument*/NULL);
|
|
int32_t L_2 = __this->get_timeout_14();
|
|
__this->set_timeoutOccursAt_16(((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_2)));
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Text.RegularExpressions.RegexRunner::CheckTimeout()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexRunner_CheckTimeout_m52486A9CE7B6EA4C83BB60FB200196AF0EE5687B (RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
bool L_0 = __this->get_ignoreTimeout_15();
|
|
if (!L_0)
|
|
{
|
|
goto IL_0009;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
int32_t L_1 = __this->get_timeoutChecksToSkip_17();
|
|
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1));
|
|
int32_t L_2 = V_0;
|
|
__this->set_timeoutChecksToSkip_17(L_2);
|
|
int32_t L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
__this->set_timeoutChecksToSkip_17(((int32_t)1000));
|
|
RegexRunner_DoCheckTimeout_mCDAA40848A2F8AAD70928FFD8A6C08FF2D9E72A3(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Text.RegularExpressions.RegexRunner::DoCheckTimeout()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexRunner_DoCheckTimeout_mCDAA40848A2F8AAD70928FFD8A6C08FF2D9E72A3 (RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (RegexRunner_DoCheckTimeout_mCDAA40848A2F8AAD70928FFD8A6C08FF2D9E72A3_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = Environment_get_TickCount_m0A119BE4354EA90C82CC48E559588C987A79FE0C(/*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
int32_t L_1 = V_0;
|
|
int32_t L_2 = __this->get_timeoutOccursAt_16();
|
|
if ((((int32_t)L_1) >= ((int32_t)L_2)))
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
int32_t L_3 = __this->get_timeoutOccursAt_16();
|
|
if ((((int32_t)0) <= ((int32_t)L_3)))
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_0;
|
|
if ((((int32_t)0) >= ((int32_t)L_4)))
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
String_t* L_5 = __this->get_runtext_3();
|
|
Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * L_6 = __this->get_runregex_13();
|
|
NullCheck(L_6);
|
|
String_t* L_7 = L_6->get_pattern_0();
|
|
int32_t L_8 = __this->get_timeout_14();
|
|
IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var);
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_9 = TimeSpan_FromMilliseconds_mED351BDAFE79A7C08A3F115FB4B5E000CF73900D((((double)((double)L_8))), /*hidden argument*/NULL);
|
|
RegexMatchTimeoutException_t78D3102CF3A9DEE18561827EDD878176482A6C7C * L_10 = (RegexMatchTimeoutException_t78D3102CF3A9DEE18561827EDD878176482A6C7C *)il2cpp_codegen_object_new(RegexMatchTimeoutException_t78D3102CF3A9DEE18561827EDD878176482A6C7C_il2cpp_TypeInfo_var);
|
|
RegexMatchTimeoutException__ctor_mCCDB413A8F68D924B276B8FED2744E81BE4C89AF(L_10, L_5, L_7, L_9, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, RegexRunner_DoCheckTimeout_mCDAA40848A2F8AAD70928FFD8A6C08FF2D9E72A3_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Void System.Text.RegularExpressions.RegexRunner::InitMatch()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexRunner_InitMatch_mF9CD772D4A8E12F89B4785324CD6939ABAE89AD4 (RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (RegexRunner_InitMatch_mF9CD772D4A8E12F89B4785324CD6939ABAE89AD4_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
{
|
|
Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * L_0 = __this->get_runmatch_12();
|
|
if (L_0)
|
|
{
|
|
goto IL_009d;
|
|
}
|
|
}
|
|
{
|
|
Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * L_1 = __this->get_runregex_13();
|
|
NullCheck(L_1);
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_2 = L_1->get_caps_8();
|
|
if (!L_2)
|
|
{
|
|
goto IL_0060;
|
|
}
|
|
}
|
|
{
|
|
Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * L_3 = __this->get_runregex_13();
|
|
Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * L_4 = __this->get_runregex_13();
|
|
NullCheck(L_4);
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_5 = L_4->get_caps_8();
|
|
Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * L_6 = __this->get_runregex_13();
|
|
NullCheck(L_6);
|
|
int32_t L_7 = L_6->get_capsize_11();
|
|
String_t* L_8 = __this->get_runtext_3();
|
|
int32_t L_9 = __this->get_runtextbeg_0();
|
|
int32_t L_10 = __this->get_runtextend_1();
|
|
int32_t L_11 = __this->get_runtextbeg_0();
|
|
int32_t L_12 = __this->get_runtextstart_2();
|
|
MatchSparse_t73BEE39B7EBE30B7460558DCA846B704C94B571C * L_13 = (MatchSparse_t73BEE39B7EBE30B7460558DCA846B704C94B571C *)il2cpp_codegen_object_new(MatchSparse_t73BEE39B7EBE30B7460558DCA846B704C94B571C_il2cpp_TypeInfo_var);
|
|
MatchSparse__ctor_mEA523FCAF96D8A81401D3ED010CACE4463CCE811(L_13, L_3, L_5, L_7, L_8, L_9, ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)L_11)), L_12, /*hidden argument*/NULL);
|
|
__this->set_runmatch_12(L_13);
|
|
goto IL_00c6;
|
|
}
|
|
|
|
IL_0060:
|
|
{
|
|
Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * L_14 = __this->get_runregex_13();
|
|
Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * L_15 = __this->get_runregex_13();
|
|
NullCheck(L_15);
|
|
int32_t L_16 = L_15->get_capsize_11();
|
|
String_t* L_17 = __this->get_runtext_3();
|
|
int32_t L_18 = __this->get_runtextbeg_0();
|
|
int32_t L_19 = __this->get_runtextend_1();
|
|
int32_t L_20 = __this->get_runtextbeg_0();
|
|
int32_t L_21 = __this->get_runtextstart_2();
|
|
Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * L_22 = (Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 *)il2cpp_codegen_object_new(Match_tE447871AB59EED3642F31EB9559D162C2977EBB5_il2cpp_TypeInfo_var);
|
|
Match__ctor_m08A8262ACD89C9E47AA7168D0F2CC6E3338855D7(L_22, L_14, L_16, L_17, L_18, ((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)L_20)), L_21, /*hidden argument*/NULL);
|
|
__this->set_runmatch_12(L_22);
|
|
goto IL_00c6;
|
|
}
|
|
|
|
IL_009d:
|
|
{
|
|
Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * L_23 = __this->get_runmatch_12();
|
|
Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * L_24 = __this->get_runregex_13();
|
|
String_t* L_25 = __this->get_runtext_3();
|
|
int32_t L_26 = __this->get_runtextbeg_0();
|
|
int32_t L_27 = __this->get_runtextend_1();
|
|
int32_t L_28 = __this->get_runtextstart_2();
|
|
NullCheck(L_23);
|
|
VirtActionInvoker5< Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF *, String_t*, int32_t, int32_t, int32_t >::Invoke(4 /* System.Void System.Text.RegularExpressions.Match::Reset(System.Text.RegularExpressions.Regex,System.String,System.Int32,System.Int32,System.Int32) */, L_23, L_24, L_25, L_26, L_27, L_28);
|
|
}
|
|
|
|
IL_00c6:
|
|
{
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_29 = __this->get_runcrawl_9();
|
|
if (!L_29)
|
|
{
|
|
goto IL_00f9;
|
|
}
|
|
}
|
|
{
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_30 = __this->get_runtrack_5();
|
|
NullCheck(L_30);
|
|
__this->set_runtrackpos_6((((int32_t)((int32_t)(((RuntimeArray*)L_30)->max_length)))));
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_31 = __this->get_runstack_7();
|
|
NullCheck(L_31);
|
|
__this->set_runstackpos_8((((int32_t)((int32_t)(((RuntimeArray*)L_31)->max_length)))));
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_32 = __this->get_runcrawl_9();
|
|
NullCheck(L_32);
|
|
__this->set_runcrawlpos_10((((int32_t)((int32_t)(((RuntimeArray*)L_32)->max_length)))));
|
|
return;
|
|
}
|
|
|
|
IL_00f9:
|
|
{
|
|
VirtActionInvoker0::Invoke(6 /* System.Void System.Text.RegularExpressions.RegexRunner::InitTrackCount() */, __this);
|
|
int32_t L_33 = __this->get_runtrackcount_11();
|
|
V_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_33, (int32_t)8));
|
|
int32_t L_34 = __this->get_runtrackcount_11();
|
|
V_1 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_34, (int32_t)8));
|
|
int32_t L_35 = V_0;
|
|
if ((((int32_t)L_35) >= ((int32_t)((int32_t)32))))
|
|
{
|
|
goto IL_0119;
|
|
}
|
|
}
|
|
{
|
|
V_0 = ((int32_t)32);
|
|
}
|
|
|
|
IL_0119:
|
|
{
|
|
int32_t L_36 = V_1;
|
|
if ((((int32_t)L_36) >= ((int32_t)((int32_t)16))))
|
|
{
|
|
goto IL_0121;
|
|
}
|
|
}
|
|
{
|
|
V_1 = ((int32_t)16);
|
|
}
|
|
|
|
IL_0121:
|
|
{
|
|
int32_t L_37 = V_0;
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_38 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)L_37);
|
|
__this->set_runtrack_5(L_38);
|
|
int32_t L_39 = V_0;
|
|
__this->set_runtrackpos_6(L_39);
|
|
int32_t L_40 = V_1;
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_41 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)L_40);
|
|
__this->set_runstack_7(L_41);
|
|
int32_t L_42 = V_1;
|
|
__this->set_runstackpos_8(L_42);
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_43 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)((int32_t)32));
|
|
__this->set_runcrawl_9(L_43);
|
|
__this->set_runcrawlpos_10(((int32_t)32));
|
|
return;
|
|
}
|
|
}
|
|
// System.Text.RegularExpressions.Match System.Text.RegularExpressions.RegexRunner::TidyMatch(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * RegexRunner_TidyMatch_m61A8AE20E505F2055B276EB020EB0B804ED2D924 (RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * __this, bool ___quick0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___quick0;
|
|
if (L_0)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * L_1 = __this->get_runmatch_12();
|
|
__this->set_runmatch_12((Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 *)NULL);
|
|
Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * L_2 = L_1;
|
|
int32_t L_3 = __this->get_runtextpos_4();
|
|
NullCheck(L_2);
|
|
VirtActionInvoker1< int32_t >::Invoke(12 /* System.Void System.Text.RegularExpressions.Match::Tidy(System.Int32) */, L_2, L_3);
|
|
return L_2;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
return (Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 *)NULL;
|
|
}
|
|
}
|
|
// System.Void System.Text.RegularExpressions.RegexRunner::EnsureStorage()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexRunner_EnsureStorage_m6BC13F773B014E2875CCD9A83E4093A77AA1053C (RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get_runstackpos_8();
|
|
int32_t L_1 = __this->get_runtrackcount_11();
|
|
if ((((int32_t)L_0) >= ((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)4)))))
|
|
{
|
|
goto IL_0016;
|
|
}
|
|
}
|
|
{
|
|
RegexRunner_DoubleStack_m8969F05F9E086EAA194DCBD2F137778239918925(__this, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
int32_t L_2 = __this->get_runtrackpos_6();
|
|
int32_t L_3 = __this->get_runtrackcount_11();
|
|
if ((((int32_t)L_2) >= ((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_3, (int32_t)4)))))
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
{
|
|
RegexRunner_DoubleTrack_m057C14C51F137222469C6526406B0E1069747618(__this, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean System.Text.RegularExpressions.RegexRunner::IsBoundary(System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexRunner_IsBoundary_m6C846E11790EC61A9E75A24230E1477913DB3441 (RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * __this, int32_t ___index0, int32_t ___startpos1, int32_t ___endpos2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (RegexRunner_IsBoundary_m6C846E11790EC61A9E75A24230E1477913DB3441_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t G_B3_0 = 0;
|
|
int32_t G_B5_0 = 0;
|
|
int32_t G_B4_0 = 0;
|
|
int32_t G_B6_0 = 0;
|
|
int32_t G_B6_1 = 0;
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
int32_t L_1 = ___startpos1;
|
|
if ((((int32_t)L_0) <= ((int32_t)L_1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_2 = __this->get_runtext_3();
|
|
int32_t L_3 = ___index0;
|
|
NullCheck(L_2);
|
|
Il2CppChar L_4 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_2, ((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1)), /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var);
|
|
bool L_5 = RegexCharClass_IsWordChar_m2DF03D32DAB403138E397CB05F45D37BD50EB18C(L_4, /*hidden argument*/NULL);
|
|
G_B3_0 = ((int32_t)(L_5));
|
|
goto IL_001a;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
int32_t L_6 = ___index0;
|
|
int32_t L_7 = ___endpos2;
|
|
G_B4_0 = G_B3_0;
|
|
if ((((int32_t)L_6) >= ((int32_t)L_7)))
|
|
{
|
|
G_B5_0 = G_B3_0;
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_8 = __this->get_runtext_3();
|
|
int32_t L_9 = ___index0;
|
|
NullCheck(L_8);
|
|
Il2CppChar L_10 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_8, L_9, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var);
|
|
bool L_11 = RegexCharClass_IsWordChar_m2DF03D32DAB403138E397CB05F45D37BD50EB18C(L_10, /*hidden argument*/NULL);
|
|
G_B6_0 = ((int32_t)(L_11));
|
|
G_B6_1 = G_B4_0;
|
|
goto IL_0032;
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
G_B6_0 = 0;
|
|
G_B6_1 = G_B5_0;
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
return (bool)((((int32_t)((((int32_t)G_B6_1) == ((int32_t)G_B6_0))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Boolean System.Text.RegularExpressions.RegexRunner::IsECMABoundary(System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexRunner_IsECMABoundary_m35C5F5DDC7C2F0E57EBA2E9D9892A88EDAEE4B97 (RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * __this, int32_t ___index0, int32_t ___startpos1, int32_t ___endpos2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (RegexRunner_IsECMABoundary_m35C5F5DDC7C2F0E57EBA2E9D9892A88EDAEE4B97_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t G_B3_0 = 0;
|
|
int32_t G_B5_0 = 0;
|
|
int32_t G_B4_0 = 0;
|
|
int32_t G_B6_0 = 0;
|
|
int32_t G_B6_1 = 0;
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
int32_t L_1 = ___startpos1;
|
|
if ((((int32_t)L_0) <= ((int32_t)L_1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_2 = __this->get_runtext_3();
|
|
int32_t L_3 = ___index0;
|
|
NullCheck(L_2);
|
|
Il2CppChar L_4 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_2, ((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1)), /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var);
|
|
bool L_5 = RegexCharClass_IsECMAWordChar_m6E7FC296DB816D89E3D6CF8672DCE6DFC519D741(L_4, /*hidden argument*/NULL);
|
|
G_B3_0 = ((int32_t)(L_5));
|
|
goto IL_001a;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
int32_t L_6 = ___index0;
|
|
int32_t L_7 = ___endpos2;
|
|
G_B4_0 = G_B3_0;
|
|
if ((((int32_t)L_6) >= ((int32_t)L_7)))
|
|
{
|
|
G_B5_0 = G_B3_0;
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_8 = __this->get_runtext_3();
|
|
int32_t L_9 = ___index0;
|
|
NullCheck(L_8);
|
|
Il2CppChar L_10 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_8, L_9, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t56409AACB9ADE95FA5333FC5D94FAADAF564AE90_il2cpp_TypeInfo_var);
|
|
bool L_11 = RegexCharClass_IsECMAWordChar_m6E7FC296DB816D89E3D6CF8672DCE6DFC519D741(L_10, /*hidden argument*/NULL);
|
|
G_B6_0 = ((int32_t)(L_11));
|
|
G_B6_1 = G_B4_0;
|
|
goto IL_0032;
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
G_B6_0 = 0;
|
|
G_B6_1 = G_B5_0;
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
return (bool)((((int32_t)((((int32_t)G_B6_1) == ((int32_t)G_B6_0))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Void System.Text.RegularExpressions.RegexRunner::DoubleTrack()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexRunner_DoubleTrack_m057C14C51F137222469C6526406B0E1069747618 (RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (RegexRunner_DoubleTrack_m057C14C51F137222469C6526406B0E1069747618_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_0 = NULL;
|
|
{
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_0 = __this->get_runtrack_5();
|
|
NullCheck(L_0);
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_1 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length)))), (int32_t)2)));
|
|
V_0 = L_1;
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_2 = __this->get_runtrack_5();
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_3 = V_0;
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_4 = __this->get_runtrack_5();
|
|
NullCheck(L_4);
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_5 = __this->get_runtrack_5();
|
|
NullCheck(L_5);
|
|
Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_2, 0, (RuntimeArray *)(RuntimeArray *)L_3, (((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))), (((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length)))), /*hidden argument*/NULL);
|
|
int32_t L_6 = __this->get_runtrackpos_6();
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_7 = __this->get_runtrack_5();
|
|
NullCheck(L_7);
|
|
__this->set_runtrackpos_6(((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length)))))));
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_8 = V_0;
|
|
__this->set_runtrack_5(L_8);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Text.RegularExpressions.RegexRunner::DoubleStack()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexRunner_DoubleStack_m8969F05F9E086EAA194DCBD2F137778239918925 (RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (RegexRunner_DoubleStack_m8969F05F9E086EAA194DCBD2F137778239918925_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_0 = NULL;
|
|
{
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_0 = __this->get_runstack_7();
|
|
NullCheck(L_0);
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_1 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length)))), (int32_t)2)));
|
|
V_0 = L_1;
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_2 = __this->get_runstack_7();
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_3 = V_0;
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_4 = __this->get_runstack_7();
|
|
NullCheck(L_4);
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_5 = __this->get_runstack_7();
|
|
NullCheck(L_5);
|
|
Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_2, 0, (RuntimeArray *)(RuntimeArray *)L_3, (((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))), (((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length)))), /*hidden argument*/NULL);
|
|
int32_t L_6 = __this->get_runstackpos_8();
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_7 = __this->get_runstack_7();
|
|
NullCheck(L_7);
|
|
__this->set_runstackpos_8(((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length)))))));
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_8 = V_0;
|
|
__this->set_runstack_7(L_8);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Text.RegularExpressions.RegexRunner::DoubleCrawl()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexRunner_DoubleCrawl_mF0425849E5E3C2BA5E9009CED7DE245C8CA0F7CC (RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (RegexRunner_DoubleCrawl_mF0425849E5E3C2BA5E9009CED7DE245C8CA0F7CC_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_0 = NULL;
|
|
{
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_0 = __this->get_runcrawl_9();
|
|
NullCheck(L_0);
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_1 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length)))), (int32_t)2)));
|
|
V_0 = L_1;
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_2 = __this->get_runcrawl_9();
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_3 = V_0;
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_4 = __this->get_runcrawl_9();
|
|
NullCheck(L_4);
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_5 = __this->get_runcrawl_9();
|
|
NullCheck(L_5);
|
|
Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_2, 0, (RuntimeArray *)(RuntimeArray *)L_3, (((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))), (((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length)))), /*hidden argument*/NULL);
|
|
int32_t L_6 = __this->get_runcrawlpos_10();
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_7 = __this->get_runcrawl_9();
|
|
NullCheck(L_7);
|
|
__this->set_runcrawlpos_10(((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length)))))));
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_8 = V_0;
|
|
__this->set_runcrawl_9(L_8);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Text.RegularExpressions.RegexRunner::Crawl(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexRunner_Crawl_m655A5D262056F7E13F0645CE5611AE65E83D97DB (RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * __this, int32_t ___i0, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = __this->get_runcrawlpos_10();
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
RegexRunner_DoubleCrawl_mF0425849E5E3C2BA5E9009CED7DE245C8CA0F7CC(__this, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_1 = __this->get_runcrawl_9();
|
|
int32_t L_2 = __this->get_runcrawlpos_10();
|
|
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1));
|
|
int32_t L_3 = V_0;
|
|
__this->set_runcrawlpos_10(L_3);
|
|
int32_t L_4 = V_0;
|
|
int32_t L_5 = ___i0;
|
|
NullCheck(L_1);
|
|
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(L_4), (int32_t)L_5);
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 System.Text.RegularExpressions.RegexRunner::Popcrawl()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegexRunner_Popcrawl_mD8C76E2C584E6908F4BB11E055B97581F0CF7268 (RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_0 = __this->get_runcrawl_9();
|
|
int32_t L_1 = __this->get_runcrawlpos_10();
|
|
V_0 = L_1;
|
|
int32_t L_2 = V_0;
|
|
__this->set_runcrawlpos_10(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)));
|
|
int32_t L_3 = V_0;
|
|
NullCheck(L_0);
|
|
int32_t L_4 = L_3;
|
|
int32_t L_5 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Int32 System.Text.RegularExpressions.RegexRunner::Crawlpos()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegexRunner_Crawlpos_m26A92CA69EF0C65BC7389834A12AD331538D064D (RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_0 = __this->get_runcrawl_9();
|
|
NullCheck(L_0);
|
|
int32_t L_1 = __this->get_runcrawlpos_10();
|
|
return ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length)))), (int32_t)L_1));
|
|
}
|
|
}
|
|
// System.Void System.Text.RegularExpressions.RegexRunner::Capture(System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexRunner_Capture_mE34CB0D3351BCC69F6FDE6CDEA763B93C5E92642 (RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * __this, int32_t ___capnum0, int32_t ___start1, int32_t ___end2, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___end2;
|
|
int32_t L_1 = ___start1;
|
|
if ((((int32_t)L_0) >= ((int32_t)L_1)))
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = ___end2;
|
|
int32_t L_3 = ___start1;
|
|
___end2 = L_3;
|
|
___start1 = L_2;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
int32_t L_4 = ___capnum0;
|
|
RegexRunner_Crawl_m655A5D262056F7E13F0645CE5611AE65E83D97DB(__this, L_4, /*hidden argument*/NULL);
|
|
Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * L_5 = __this->get_runmatch_12();
|
|
int32_t L_6 = ___capnum0;
|
|
int32_t L_7 = ___start1;
|
|
int32_t L_8 = ___end2;
|
|
int32_t L_9 = ___start1;
|
|
NullCheck(L_5);
|
|
VirtActionInvoker3< int32_t, int32_t, int32_t >::Invoke(6 /* System.Void System.Text.RegularExpressions.Match::AddMatch(System.Int32,System.Int32,System.Int32) */, L_5, L_6, L_7, ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9)));
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Text.RegularExpressions.RegexRunner::TransferCapture(System.Int32,System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexRunner_TransferCapture_m4F01B5A96647BC3FD338ACF6D509741D80FEC837 (RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * __this, int32_t ___capnum0, int32_t ___uncapnum1, int32_t ___start2, int32_t ___end3, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
{
|
|
int32_t L_0 = ___end3;
|
|
int32_t L_1 = ___start2;
|
|
if ((((int32_t)L_0) >= ((int32_t)L_1)))
|
|
{
|
|
goto IL_000c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = ___end3;
|
|
int32_t L_3 = ___start2;
|
|
___end3 = L_3;
|
|
___start2 = L_2;
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
int32_t L_4 = ___uncapnum1;
|
|
int32_t L_5 = RegexRunner_MatchIndex_mA8EEC418C65572A82720F5D16BAC99224CF0251A(__this, L_4, /*hidden argument*/NULL);
|
|
V_0 = L_5;
|
|
int32_t L_6 = V_0;
|
|
int32_t L_7 = ___uncapnum1;
|
|
int32_t L_8 = RegexRunner_MatchLength_m06FA694D5EFE42F89C25C8599BBE86C7726DB2C6(__this, L_7, /*hidden argument*/NULL);
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_8));
|
|
int32_t L_9 = ___start2;
|
|
int32_t L_10 = V_1;
|
|
if ((((int32_t)L_9) < ((int32_t)L_10)))
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_11 = ___start2;
|
|
___end3 = L_11;
|
|
int32_t L_12 = V_1;
|
|
___start2 = L_12;
|
|
goto IL_0043;
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
int32_t L_13 = ___end3;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) > ((int32_t)L_14)))
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_15 = V_0;
|
|
___start2 = L_15;
|
|
goto IL_0043;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
int32_t L_16 = ___end3;
|
|
int32_t L_17 = V_1;
|
|
if ((((int32_t)L_16) <= ((int32_t)L_17)))
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_18 = V_1;
|
|
___end3 = L_18;
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
int32_t L_19 = V_0;
|
|
int32_t L_20 = ___start2;
|
|
if ((((int32_t)L_19) <= ((int32_t)L_20)))
|
|
{
|
|
goto IL_0043;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_21 = V_0;
|
|
___start2 = L_21;
|
|
}
|
|
|
|
IL_0043:
|
|
{
|
|
int32_t L_22 = ___uncapnum1;
|
|
RegexRunner_Crawl_m655A5D262056F7E13F0645CE5611AE65E83D97DB(__this, L_22, /*hidden argument*/NULL);
|
|
Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * L_23 = __this->get_runmatch_12();
|
|
int32_t L_24 = ___uncapnum1;
|
|
NullCheck(L_23);
|
|
VirtActionInvoker1< int32_t >::Invoke(7 /* System.Void System.Text.RegularExpressions.Match::BalanceMatch(System.Int32) */, L_23, L_24);
|
|
int32_t L_25 = ___capnum0;
|
|
if ((((int32_t)L_25) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_0072;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_26 = ___capnum0;
|
|
RegexRunner_Crawl_m655A5D262056F7E13F0645CE5611AE65E83D97DB(__this, L_26, /*hidden argument*/NULL);
|
|
Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * L_27 = __this->get_runmatch_12();
|
|
int32_t L_28 = ___capnum0;
|
|
int32_t L_29 = ___start2;
|
|
int32_t L_30 = ___end3;
|
|
int32_t L_31 = ___start2;
|
|
NullCheck(L_27);
|
|
VirtActionInvoker3< int32_t, int32_t, int32_t >::Invoke(6 /* System.Void System.Text.RegularExpressions.Match::AddMatch(System.Int32,System.Int32,System.Int32) */, L_27, L_28, L_29, ((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)L_31)));
|
|
}
|
|
|
|
IL_0072:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Text.RegularExpressions.RegexRunner::Uncapture()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexRunner_Uncapture_mA7163C77BE1683E508821AB251F33FB7520CE3F8 (RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = RegexRunner_Popcrawl_mD8C76E2C584E6908F4BB11E055B97581F0CF7268(__this, /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * L_1 = __this->get_runmatch_12();
|
|
int32_t L_2 = V_0;
|
|
NullCheck(L_1);
|
|
VirtActionInvoker1< int32_t >::Invoke(8 /* System.Void System.Text.RegularExpressions.Match::RemoveMatch(System.Int32) */, L_1, L_2);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean System.Text.RegularExpressions.RegexRunner::IsMatched(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexRunner_IsMatched_mD7F580AA0533D5C4BC41D18824FA74BE16EAE7A3 (RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * __this, int32_t ___cap0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * L_0 = __this->get_runmatch_12();
|
|
int32_t L_1 = ___cap0;
|
|
NullCheck(L_0);
|
|
bool L_2 = VirtFuncInvoker1< bool, int32_t >::Invoke(9 /* System.Boolean System.Text.RegularExpressions.Match::IsMatched(System.Int32) */, L_0, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Int32 System.Text.RegularExpressions.RegexRunner::MatchIndex(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegexRunner_MatchIndex_mA8EEC418C65572A82720F5D16BAC99224CF0251A (RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * __this, int32_t ___cap0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * L_0 = __this->get_runmatch_12();
|
|
int32_t L_1 = ___cap0;
|
|
NullCheck(L_0);
|
|
int32_t L_2 = VirtFuncInvoker1< int32_t, int32_t >::Invoke(10 /* System.Int32 System.Text.RegularExpressions.Match::MatchIndex(System.Int32) */, L_0, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Int32 System.Text.RegularExpressions.RegexRunner::MatchLength(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegexRunner_MatchLength_m06FA694D5EFE42F89C25C8599BBE86C7726DB2C6 (RegexRunner_tBA888C4E3D3BA80EEE14878E4A330461730446B0 * __this, int32_t ___cap0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * L_0 = __this->get_runmatch_12();
|
|
int32_t L_1 = ___cap0;
|
|
NullCheck(L_0);
|
|
int32_t L_2 = VirtFuncInvoker1< int32_t, int32_t >::Invoke(11 /* System.Int32 System.Text.RegularExpressions.Match::MatchLength(System.Int32) */, L_0, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Text.RegularExpressions.RegexTree::.ctor(System.Text.RegularExpressions.RegexNode,System.Collections.Hashtable,System.Int32[],System.Int32,System.Collections.Hashtable,System.String[],System.Text.RegularExpressions.RegexOptions)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexTree__ctor_m5B10D5149928B35CE397472028EE327669C211DA (RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6 * __this, RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * ___root0, Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___caps1, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___capnumlist2, int32_t ___captop3, Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___capnames4, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___capslist5, int32_t ___opts6, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_0 = ___root0;
|
|
__this->set__root_0(L_0);
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_1 = ___caps1;
|
|
__this->set__caps_1(L_1);
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_2 = ___capnumlist2;
|
|
__this->set__capnumlist_2(L_2);
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_3 = ___capnames4;
|
|
__this->set__capnames_3(L_3);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_4 = ___capslist5;
|
|
__this->set__capslist_4(L_4);
|
|
int32_t L_5 = ___captop3;
|
|
__this->set__captop_6(L_5);
|
|
int32_t L_6 = ___opts6;
|
|
__this->set__options_5(L_6);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Text.RegularExpressions.RegexCode System.Text.RegularExpressions.RegexWriter::Write(System.Text.RegularExpressions.RegexTree)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA * RegexWriter_Write_m57CF8209EF566CD40F9146C74DF889C8AA06E061 (RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6 * ___t0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (RegexWriter_Write_m57CF8209EF566CD40F9146C74DF889C8AA06E061_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * L_0 = (RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 *)il2cpp_codegen_object_new(RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6_il2cpp_TypeInfo_var);
|
|
RegexWriter__ctor_m63A858FAE36A8640812DFF917751C1E215A2AE82(L_0, /*hidden argument*/NULL);
|
|
RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6 * L_1 = ___t0;
|
|
NullCheck(L_0);
|
|
RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA * L_2 = RegexWriter_RegexCodeFromRegexTree_mAC489A29C00688CA929661BC394F1C4CF997CFC5(L_0, L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Void System.Text.RegularExpressions.RegexWriter::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexWriter__ctor_m63A858FAE36A8640812DFF917751C1E215A2AE82 (RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (RegexWriter__ctor_m63A858FAE36A8640812DFF917751C1E215A2AE82_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_0 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)((int32_t)32));
|
|
__this->set__intStack_0(L_0);
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_1 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)((int32_t)32));
|
|
__this->set__emitted_2(L_1);
|
|
Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * L_2 = (Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB *)il2cpp_codegen_object_new(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB_il2cpp_TypeInfo_var);
|
|
Dictionary_2__ctor_m20A5B6C6950ACF998FE28F7FACEA19C755593E62(L_2, /*hidden argument*/Dictionary_2__ctor_m20A5B6C6950ACF998FE28F7FACEA19C755593E62_RuntimeMethod_var);
|
|
__this->set__stringhash_4(L_2);
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_3 = (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *)il2cpp_codegen_object_new(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_il2cpp_TypeInfo_var);
|
|
List_1__ctor_mDA22758D73530683C950C5CCF39BDB4E7E1F3F06(L_3, /*hidden argument*/List_1__ctor_mDA22758D73530683C950C5CCF39BDB4E7E1F3F06_RuntimeMethod_var);
|
|
__this->set__stringtable_5(L_3);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Text.RegularExpressions.RegexWriter::PushInt(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexWriter_PushInt_mFBC85956A26FEBC66244C8DFC881106D85DD2C1D (RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * __this, int32_t ___I0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (RegexWriter_PushInt_mFBC85956A26FEBC66244C8DFC881106D85DD2C1D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
{
|
|
int32_t L_0 = __this->get__depth_1();
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_1 = __this->get__intStack_0();
|
|
NullCheck(L_1);
|
|
if ((((int32_t)L_0) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length)))))))
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = __this->get__depth_1();
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_3 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_2, (int32_t)2)));
|
|
V_0 = L_3;
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_4 = __this->get__intStack_0();
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_5 = V_0;
|
|
int32_t L_6 = __this->get__depth_1();
|
|
Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_4, 0, (RuntimeArray *)(RuntimeArray *)L_5, 0, L_6, /*hidden argument*/NULL);
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_7 = V_0;
|
|
__this->set__intStack_0(L_7);
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_8 = __this->get__intStack_0();
|
|
int32_t L_9 = __this->get__depth_1();
|
|
V_1 = L_9;
|
|
int32_t L_10 = V_1;
|
|
__this->set__depth_1(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)));
|
|
int32_t L_11 = V_1;
|
|
int32_t L_12 = ___I0;
|
|
NullCheck(L_8);
|
|
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(L_11), (int32_t)L_12);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean System.Text.RegularExpressions.RegexWriter::EmptyStack()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexWriter_EmptyStack_mB0C109FA21F5CFD16A34438BA1CC1CE8BED91E7C (RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get__depth_1();
|
|
return (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Int32 System.Text.RegularExpressions.RegexWriter::PopInt()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegexWriter_PopInt_m8885F9428571674EC224D6BBC93570B1B4671713 (RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_0 = __this->get__intStack_0();
|
|
int32_t L_1 = __this->get__depth_1();
|
|
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1));
|
|
int32_t L_2 = V_0;
|
|
__this->set__depth_1(L_2);
|
|
int32_t L_3 = V_0;
|
|
NullCheck(L_0);
|
|
int32_t L_4 = L_3;
|
|
int32_t L_5 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Int32 System.Text.RegularExpressions.RegexWriter::CurPos()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegexWriter_CurPos_mEA105879492A4B415FA8AC25B29AA49153F83C18 (RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get__curpos_3();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.Text.RegularExpressions.RegexWriter::PatchJump(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexWriter_PatchJump_m6C0A440142E7AC772AD4AF7DF5D8291B6CA6D7D2 (RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * __this, int32_t ___Offset0, int32_t ___jumpDest1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_0 = __this->get__emitted_2();
|
|
int32_t L_1 = ___Offset0;
|
|
int32_t L_2 = ___jumpDest1;
|
|
NullCheck(L_0);
|
|
(L_0)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1))), (int32_t)L_2);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Text.RegularExpressions.RegexWriter::Emit(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexWriter_Emit_mDC0B76CE49A6DE83DD2D169236BCD516AE9263EF (RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * __this, int32_t ___op0, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
bool L_0 = __this->get__counting_6();
|
|
if (!L_0)
|
|
{
|
|
goto IL_002d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = __this->get__count_7();
|
|
__this->set__count_7(((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)));
|
|
int32_t L_2 = ___op0;
|
|
bool L_3 = RegexCode_OpcodeBacktracks_mDA23B91B55FE4991B168BF8E18F6DDDC7667B882(L_2, /*hidden argument*/NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = __this->get__trackcount_8();
|
|
__this->set__trackcount_8(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)));
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_5 = __this->get__emitted_2();
|
|
int32_t L_6 = __this->get__curpos_3();
|
|
V_0 = L_6;
|
|
int32_t L_7 = V_0;
|
|
__this->set__curpos_3(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)));
|
|
int32_t L_8 = V_0;
|
|
int32_t L_9 = ___op0;
|
|
NullCheck(L_5);
|
|
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(L_8), (int32_t)L_9);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Text.RegularExpressions.RegexWriter::Emit(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexWriter_Emit_m6B0ACB44155A07161060838F483D555E7EF6ACED (RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * __this, int32_t ___op0, int32_t ___opd11, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
bool L_0 = __this->get__counting_6();
|
|
if (!L_0)
|
|
{
|
|
goto IL_002d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = __this->get__count_7();
|
|
__this->set__count_7(((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)2)));
|
|
int32_t L_2 = ___op0;
|
|
bool L_3 = RegexCode_OpcodeBacktracks_mDA23B91B55FE4991B168BF8E18F6DDDC7667B882(L_2, /*hidden argument*/NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = __this->get__trackcount_8();
|
|
__this->set__trackcount_8(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)));
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_5 = __this->get__emitted_2();
|
|
int32_t L_6 = __this->get__curpos_3();
|
|
V_0 = L_6;
|
|
int32_t L_7 = V_0;
|
|
__this->set__curpos_3(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)));
|
|
int32_t L_8 = V_0;
|
|
int32_t L_9 = ___op0;
|
|
NullCheck(L_5);
|
|
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(L_8), (int32_t)L_9);
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_10 = __this->get__emitted_2();
|
|
int32_t L_11 = __this->get__curpos_3();
|
|
V_0 = L_11;
|
|
int32_t L_12 = V_0;
|
|
__this->set__curpos_3(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)));
|
|
int32_t L_13 = V_0;
|
|
int32_t L_14 = ___opd11;
|
|
NullCheck(L_10);
|
|
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(L_13), (int32_t)L_14);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Text.RegularExpressions.RegexWriter::Emit(System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexWriter_Emit_m7C1D08F071C805F13DBF7684AEC3F2F7E748C497 (RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * __this, int32_t ___op0, int32_t ___opd11, int32_t ___opd22, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
bool L_0 = __this->get__counting_6();
|
|
if (!L_0)
|
|
{
|
|
goto IL_002d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = __this->get__count_7();
|
|
__this->set__count_7(((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)3)));
|
|
int32_t L_2 = ___op0;
|
|
bool L_3 = RegexCode_OpcodeBacktracks_mDA23B91B55FE4991B168BF8E18F6DDDC7667B882(L_2, /*hidden argument*/NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = __this->get__trackcount_8();
|
|
__this->set__trackcount_8(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)));
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_5 = __this->get__emitted_2();
|
|
int32_t L_6 = __this->get__curpos_3();
|
|
V_0 = L_6;
|
|
int32_t L_7 = V_0;
|
|
__this->set__curpos_3(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)));
|
|
int32_t L_8 = V_0;
|
|
int32_t L_9 = ___op0;
|
|
NullCheck(L_5);
|
|
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(L_8), (int32_t)L_9);
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_10 = __this->get__emitted_2();
|
|
int32_t L_11 = __this->get__curpos_3();
|
|
V_0 = L_11;
|
|
int32_t L_12 = V_0;
|
|
__this->set__curpos_3(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)));
|
|
int32_t L_13 = V_0;
|
|
int32_t L_14 = ___opd11;
|
|
NullCheck(L_10);
|
|
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(L_13), (int32_t)L_14);
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_15 = __this->get__emitted_2();
|
|
int32_t L_16 = __this->get__curpos_3();
|
|
V_0 = L_16;
|
|
int32_t L_17 = V_0;
|
|
__this->set__curpos_3(((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)));
|
|
int32_t L_18 = V_0;
|
|
int32_t L_19 = ___opd22;
|
|
NullCheck(L_15);
|
|
(L_15)->SetAt(static_cast<il2cpp_array_size_t>(L_18), (int32_t)L_19);
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 System.Text.RegularExpressions.RegexWriter::StringCode(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegexWriter_StringCode_m6AA17FFEBDD5E155004F05A78CF13B0D8E901158 (RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * __this, String_t* ___str0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (RegexWriter_StringCode_m6AA17FFEBDD5E155004F05A78CF13B0D8E901158_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
bool L_0 = __this->get__counting_6();
|
|
if (!L_0)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
String_t* L_1 = ___str0;
|
|
if (L_1)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
___str0 = L_2;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * L_3 = __this->get__stringhash_4();
|
|
String_t* L_4 = ___str0;
|
|
NullCheck(L_3);
|
|
bool L_5 = Dictionary_2_ContainsKey_m6DC4AF7F40FA029B9407E83E9EFD98FA5C3BA545(L_3, L_4, /*hidden argument*/Dictionary_2_ContainsKey_m6DC4AF7F40FA029B9407E83E9EFD98FA5C3BA545_RuntimeMethod_var);
|
|
if (!L_5)
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * L_6 = __this->get__stringhash_4();
|
|
String_t* L_7 = ___str0;
|
|
NullCheck(L_6);
|
|
int32_t L_8 = Dictionary_2_get_Item_m8B16E8CBD6B9EE71984601DB60ADB40673ADD5CC(L_6, L_7, /*hidden argument*/Dictionary_2_get_Item_m8B16E8CBD6B9EE71984601DB60ADB40673ADD5CC_RuntimeMethod_var);
|
|
V_0 = L_8;
|
|
goto IL_0056;
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_9 = __this->get__stringtable_5();
|
|
NullCheck(L_9);
|
|
int32_t L_10 = List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_inline(L_9, /*hidden argument*/List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_RuntimeMethod_var);
|
|
V_0 = L_10;
|
|
Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * L_11 = __this->get__stringhash_4();
|
|
String_t* L_12 = ___str0;
|
|
int32_t L_13 = V_0;
|
|
NullCheck(L_11);
|
|
Dictionary_2_set_Item_mDBA4C5D99B9605672D2F04AF3184C5E043D1BD3A(L_11, L_12, L_13, /*hidden argument*/Dictionary_2_set_Item_mDBA4C5D99B9605672D2F04AF3184C5E043D1BD3A_RuntimeMethod_var);
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_14 = __this->get__stringtable_5();
|
|
String_t* L_15 = ___str0;
|
|
NullCheck(L_14);
|
|
List_1_Add_mA348FA1140766465189459D25B01EB179001DE83(L_14, L_15, /*hidden argument*/List_1_Add_mA348FA1140766465189459D25B01EB179001DE83_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_16 = V_0;
|
|
return L_16;
|
|
}
|
|
}
|
|
// System.ArgumentException System.Text.RegularExpressions.RegexWriter::MakeException(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * RegexWriter_MakeException_m443C4CFA99AE06710D1E1BFA3D6EB9737AE70F17 (RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * __this, String_t* ___message0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (RegexWriter_MakeException_m443C4CFA99AE06710D1E1BFA3D6EB9737AE70F17_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___message0;
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_1 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_1, L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Int32 System.Text.RegularExpressions.RegexWriter::MapCapnum(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegexWriter_MapCapnum_m6AFE8BED80960BAA522EAA873D535C9D5AD4B811 (RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * __this, int32_t ___capnum0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (RegexWriter_MapCapnum_m6AFE8BED80960BAA522EAA873D535C9D5AD4B811_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = ___capnum0;
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_0006;
|
|
}
|
|
}
|
|
{
|
|
return (-1);
|
|
}
|
|
|
|
IL_0006:
|
|
{
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_1 = __this->get__caps_9();
|
|
if (!L_1)
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_2 = __this->get__caps_9();
|
|
int32_t L_3 = ___capnum0;
|
|
int32_t L_4 = L_3;
|
|
RuntimeObject * L_5 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_4);
|
|
NullCheck(L_2);
|
|
RuntimeObject * L_6 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_2, L_5);
|
|
return ((*(int32_t*)((int32_t*)UnBox(L_6, Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var))));
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
int32_t L_7 = ___capnum0;
|
|
return L_7;
|
|
}
|
|
}
|
|
// System.Text.RegularExpressions.RegexCode System.Text.RegularExpressions.RegexWriter::RegexCodeFromRegexTree(System.Text.RegularExpressions.RegexTree)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA * RegexWriter_RegexCodeFromRegexTree_mAC489A29C00688CA929661BC394F1C4CF997CFC5 (RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * __this, RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6 * ___tree0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (RegexWriter_RegexCodeFromRegexTree_mAC489A29C00688CA929661BC394F1C4CF997CFC5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 * V_3 = NULL;
|
|
RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 * V_4 = NULL;
|
|
int32_t V_5 = 0;
|
|
RegexBoyerMoore_t37ED99A3CC25068E4D3DE4517835CFFCCF2FA1EB * V_6 = NULL;
|
|
bool V_7 = false;
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * V_8 = NULL;
|
|
int32_t V_9 = 0;
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * G_B21_0 = NULL;
|
|
{
|
|
RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6 * L_0 = ___tree0;
|
|
NullCheck(L_0);
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_1 = L_0->get__capnumlist_2();
|
|
if (!L_1)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6 * L_2 = ___tree0;
|
|
NullCheck(L_2);
|
|
int32_t L_3 = L_2->get__captop_6();
|
|
RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6 * L_4 = ___tree0;
|
|
NullCheck(L_4);
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_5 = L_4->get__capnumlist_2();
|
|
NullCheck(L_5);
|
|
if ((!(((uint32_t)L_3) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length))))))))
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6 * L_6 = ___tree0;
|
|
NullCheck(L_6);
|
|
int32_t L_7 = L_6->get__captop_6();
|
|
V_2 = L_7;
|
|
__this->set__caps_9((Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)NULL);
|
|
goto IL_0074;
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6 * L_8 = ___tree0;
|
|
NullCheck(L_8);
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_9 = L_8->get__capnumlist_2();
|
|
NullCheck(L_9);
|
|
V_2 = (((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length))));
|
|
RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6 * L_10 = ___tree0;
|
|
NullCheck(L_10);
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_11 = L_10->get__caps_1();
|
|
__this->set__caps_9(L_11);
|
|
V_9 = 0;
|
|
goto IL_0068;
|
|
}
|
|
|
|
IL_0042:
|
|
{
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_12 = __this->get__caps_9();
|
|
RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6 * L_13 = ___tree0;
|
|
NullCheck(L_13);
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_14 = L_13->get__capnumlist_2();
|
|
int32_t L_15 = V_9;
|
|
NullCheck(L_14);
|
|
int32_t L_16 = L_15;
|
|
int32_t L_17 = (L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
|
|
int32_t L_18 = L_17;
|
|
RuntimeObject * L_19 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_18);
|
|
int32_t L_20 = V_9;
|
|
int32_t L_21 = L_20;
|
|
RuntimeObject * L_22 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_21);
|
|
NullCheck(L_12);
|
|
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_12, L_19, L_22);
|
|
int32_t L_23 = V_9;
|
|
V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1));
|
|
}
|
|
|
|
IL_0068:
|
|
{
|
|
int32_t L_24 = V_9;
|
|
RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6 * L_25 = ___tree0;
|
|
NullCheck(L_25);
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_26 = L_25->get__capnumlist_2();
|
|
NullCheck(L_26);
|
|
if ((((int32_t)L_24) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_26)->max_length)))))))
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
}
|
|
|
|
IL_0074:
|
|
{
|
|
__this->set__counting_6((bool)1);
|
|
}
|
|
|
|
IL_007b:
|
|
{
|
|
bool L_27 = __this->get__counting_6();
|
|
if (L_27)
|
|
{
|
|
goto IL_0094;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_28 = __this->get__count_7();
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_29 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)L_28);
|
|
__this->set__emitted_2(L_29);
|
|
}
|
|
|
|
IL_0094:
|
|
{
|
|
RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6 * L_30 = ___tree0;
|
|
NullCheck(L_30);
|
|
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_31 = L_30->get__root_0();
|
|
V_0 = L_31;
|
|
V_1 = 0;
|
|
RegexWriter_Emit_m6B0ACB44155A07161060838F483D555E7EF6ACED(__this, ((int32_t)23), 0, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_00a6:
|
|
{
|
|
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_32 = V_0;
|
|
NullCheck(L_32);
|
|
List_1_tA5CDE89671B691180A7422F86077A0D047AD4059 * L_33 = L_32->get__children_1();
|
|
if (L_33)
|
|
{
|
|
goto IL_00be;
|
|
}
|
|
}
|
|
{
|
|
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_34 = V_0;
|
|
NullCheck(L_34);
|
|
int32_t L_35 = L_34->get__type_0();
|
|
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_36 = V_0;
|
|
RegexWriter_EmitFragment_mEFDD8EA3A65320222CF4EA8A52B33C687EE0C5AC(__this, L_35, L_36, 0, /*hidden argument*/NULL);
|
|
goto IL_00f5;
|
|
}
|
|
|
|
IL_00be:
|
|
{
|
|
int32_t L_37 = V_1;
|
|
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_38 = V_0;
|
|
NullCheck(L_38);
|
|
List_1_tA5CDE89671B691180A7422F86077A0D047AD4059 * L_39 = L_38->get__children_1();
|
|
NullCheck(L_39);
|
|
int32_t L_40 = List_1_get_Count_mC6523733B48B0774D420C52AAB0D5951127CB49B_inline(L_39, /*hidden argument*/List_1_get_Count_mC6523733B48B0774D420C52AAB0D5951127CB49B_RuntimeMethod_var);
|
|
if ((((int32_t)L_37) >= ((int32_t)L_40)))
|
|
{
|
|
goto IL_00f5;
|
|
}
|
|
}
|
|
{
|
|
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_41 = V_0;
|
|
NullCheck(L_41);
|
|
int32_t L_42 = L_41->get__type_0();
|
|
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_43 = V_0;
|
|
int32_t L_44 = V_1;
|
|
RegexWriter_EmitFragment_mEFDD8EA3A65320222CF4EA8A52B33C687EE0C5AC(__this, ((int32_t)((int32_t)L_42|(int32_t)((int32_t)64))), L_43, L_44, /*hidden argument*/NULL);
|
|
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_45 = V_0;
|
|
NullCheck(L_45);
|
|
List_1_tA5CDE89671B691180A7422F86077A0D047AD4059 * L_46 = L_45->get__children_1();
|
|
int32_t L_47 = V_1;
|
|
NullCheck(L_46);
|
|
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_48 = List_1_get_Item_m0FFC6D8E8EF63D912869025D9A3ED65726581D11_inline(L_46, L_47, /*hidden argument*/List_1_get_Item_m0FFC6D8E8EF63D912869025D9A3ED65726581D11_RuntimeMethod_var);
|
|
V_0 = L_48;
|
|
int32_t L_49 = V_1;
|
|
RegexWriter_PushInt_mFBC85956A26FEBC66244C8DFC881106D85DD2C1D(__this, L_49, /*hidden argument*/NULL);
|
|
V_1 = 0;
|
|
goto IL_00a6;
|
|
}
|
|
|
|
IL_00f5:
|
|
{
|
|
bool L_50 = RegexWriter_EmptyStack_mB0C109FA21F5CFD16A34438BA1CC1CE8BED91E7C(__this, /*hidden argument*/NULL);
|
|
if (L_50)
|
|
{
|
|
goto IL_0125;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_51 = RegexWriter_PopInt_m8885F9428571674EC224D6BBC93570B1B4671713(__this, /*hidden argument*/NULL);
|
|
V_1 = L_51;
|
|
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_52 = V_0;
|
|
NullCheck(L_52);
|
|
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_53 = L_52->get__next_7();
|
|
V_0 = L_53;
|
|
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_54 = V_0;
|
|
NullCheck(L_54);
|
|
int32_t L_55 = L_54->get__type_0();
|
|
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_56 = V_0;
|
|
int32_t L_57 = V_1;
|
|
RegexWriter_EmitFragment_mEFDD8EA3A65320222CF4EA8A52B33C687EE0C5AC(__this, ((int32_t)((int32_t)L_55|(int32_t)((int32_t)128))), L_56, L_57, /*hidden argument*/NULL);
|
|
int32_t L_58 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)1));
|
|
goto IL_00a6;
|
|
}
|
|
|
|
IL_0125:
|
|
{
|
|
int32_t L_59 = RegexWriter_CurPos_mEA105879492A4B415FA8AC25B29AA49153F83C18_inline(__this, /*hidden argument*/NULL);
|
|
RegexWriter_PatchJump_m6C0A440142E7AC772AD4AF7DF5D8291B6CA6D7D2(__this, 0, L_59, /*hidden argument*/NULL);
|
|
RegexWriter_Emit_mDC0B76CE49A6DE83DD2D169236BCD516AE9263EF(__this, ((int32_t)40), /*hidden argument*/NULL);
|
|
bool L_60 = __this->get__counting_6();
|
|
if (!L_60)
|
|
{
|
|
goto IL_014e;
|
|
}
|
|
}
|
|
{
|
|
__this->set__counting_6((bool)0);
|
|
goto IL_007b;
|
|
}
|
|
|
|
IL_014e:
|
|
{
|
|
RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6 * L_61 = ___tree0;
|
|
RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 * L_62 = RegexFCD_FirstChars_mC60DC5CA9A078998CB55594436AB9CBFD86478FB(L_61, /*hidden argument*/NULL);
|
|
V_3 = L_62;
|
|
RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6 * L_63 = ___tree0;
|
|
RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 * L_64 = RegexFCD_Prefix_m50B30C508C6745832FD3A76B2169462455C1A28E(L_63, /*hidden argument*/NULL);
|
|
V_4 = L_64;
|
|
RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6 * L_65 = ___tree0;
|
|
NullCheck(L_65);
|
|
int32_t L_66 = L_65->get__options_5();
|
|
V_7 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_66&(int32_t)((int32_t)64)))) <= ((uint32_t)0)))? 1 : 0);
|
|
RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6 * L_67 = ___tree0;
|
|
NullCheck(L_67);
|
|
int32_t L_68 = L_67->get__options_5();
|
|
if (((int32_t)((int32_t)L_68&(int32_t)((int32_t)512))))
|
|
{
|
|
goto IL_0180;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_69 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL);
|
|
G_B21_0 = L_69;
|
|
goto IL_0185;
|
|
}
|
|
|
|
IL_0180:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_70 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
|
|
G_B21_0 = L_70;
|
|
}
|
|
|
|
IL_0185:
|
|
{
|
|
V_8 = G_B21_0;
|
|
RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 * L_71 = V_4;
|
|
if (!L_71)
|
|
{
|
|
goto IL_01b5;
|
|
}
|
|
}
|
|
{
|
|
RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 * L_72 = V_4;
|
|
NullCheck(L_72);
|
|
String_t* L_73 = RegexPrefix_get_Prefix_m7137EC6CA5B857F49946E2EAEA19784040D430CF_inline(L_72, /*hidden argument*/NULL);
|
|
NullCheck(L_73);
|
|
int32_t L_74 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_73, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_74) <= ((int32_t)0)))
|
|
{
|
|
goto IL_01b5;
|
|
}
|
|
}
|
|
{
|
|
RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 * L_75 = V_4;
|
|
NullCheck(L_75);
|
|
String_t* L_76 = RegexPrefix_get_Prefix_m7137EC6CA5B857F49946E2EAEA19784040D430CF_inline(L_75, /*hidden argument*/NULL);
|
|
RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 * L_77 = V_4;
|
|
NullCheck(L_77);
|
|
bool L_78 = RegexPrefix_get_CaseInsensitive_m76E04480FA9FFAE4C5031CA12F4AE9A2576212C0_inline(L_77, /*hidden argument*/NULL);
|
|
bool L_79 = V_7;
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_80 = V_8;
|
|
RegexBoyerMoore_t37ED99A3CC25068E4D3DE4517835CFFCCF2FA1EB * L_81 = (RegexBoyerMoore_t37ED99A3CC25068E4D3DE4517835CFFCCF2FA1EB *)il2cpp_codegen_object_new(RegexBoyerMoore_t37ED99A3CC25068E4D3DE4517835CFFCCF2FA1EB_il2cpp_TypeInfo_var);
|
|
RegexBoyerMoore__ctor_m39674FB18BB75DD891AAE3781FDA0CCDDEBC2F8C(L_81, L_76, L_78, L_79, L_80, /*hidden argument*/NULL);
|
|
V_6 = L_81;
|
|
goto IL_01b8;
|
|
}
|
|
|
|
IL_01b5:
|
|
{
|
|
V_6 = (RegexBoyerMoore_t37ED99A3CC25068E4D3DE4517835CFFCCF2FA1EB *)NULL;
|
|
}
|
|
|
|
IL_01b8:
|
|
{
|
|
RegexTree_t8FE2EC649AB50FDA90239EA1410A881F278B47B6 * L_82 = ___tree0;
|
|
int32_t L_83 = RegexFCD_Anchors_m562FA644F10503074714E0F58A2A00F9F727D75E(L_82, /*hidden argument*/NULL);
|
|
V_5 = L_83;
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_84 = __this->get__emitted_2();
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_85 = __this->get__stringtable_5();
|
|
int32_t L_86 = __this->get__trackcount_8();
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_87 = __this->get__caps_9();
|
|
int32_t L_88 = V_2;
|
|
RegexBoyerMoore_t37ED99A3CC25068E4D3DE4517835CFFCCF2FA1EB * L_89 = V_6;
|
|
RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 * L_90 = V_3;
|
|
int32_t L_91 = V_5;
|
|
bool L_92 = V_7;
|
|
RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA * L_93 = (RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA *)il2cpp_codegen_object_new(RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA_il2cpp_TypeInfo_var);
|
|
RegexCode__ctor_mBCB059D3E98AEA211794E89DDF99193231F298CA(L_93, L_84, L_85, L_86, L_87, L_88, L_89, L_90, L_91, L_92, /*hidden argument*/NULL);
|
|
return L_93;
|
|
}
|
|
}
|
|
// System.Void System.Text.RegularExpressions.RegexWriter::EmitFragment(System.Int32,System.Text.RegularExpressions.RegexNode,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexWriter_EmitFragment_mEFDD8EA3A65320222CF4EA8A52B33C687EE0C5AC (RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * __this, int32_t ___nodetype0, RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * ___node1, int32_t ___CurIndex2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (RegexWriter_EmitFragment_mEFDD8EA3A65320222CF4EA8A52B33C687EE0C5AC_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
int32_t V_5 = 0;
|
|
int32_t V_6 = 0;
|
|
RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * G_B35_0 = NULL;
|
|
RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * G_B34_0 = NULL;
|
|
int32_t G_B36_0 = 0;
|
|
RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * G_B36_1 = NULL;
|
|
int32_t G_B38_0 = 0;
|
|
RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * G_B38_1 = NULL;
|
|
int32_t G_B37_0 = 0;
|
|
RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * G_B37_1 = NULL;
|
|
int32_t G_B39_0 = 0;
|
|
int32_t G_B39_1 = 0;
|
|
RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * G_B39_2 = NULL;
|
|
RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * G_B42_0 = NULL;
|
|
RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * G_B41_0 = NULL;
|
|
int32_t G_B43_0 = 0;
|
|
RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * G_B43_1 = NULL;
|
|
int32_t G_B51_0 = 0;
|
|
int32_t G_B51_1 = 0;
|
|
RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * G_B51_2 = NULL;
|
|
int32_t G_B50_0 = 0;
|
|
int32_t G_B50_1 = 0;
|
|
RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * G_B50_2 = NULL;
|
|
int32_t G_B52_0 = 0;
|
|
int32_t G_B52_1 = 0;
|
|
int32_t G_B52_2 = 0;
|
|
RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * G_B52_3 = NULL;
|
|
RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * G_B69_0 = NULL;
|
|
RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * G_B67_0 = NULL;
|
|
RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * G_B68_0 = NULL;
|
|
int32_t G_B70_0 = 0;
|
|
RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * G_B70_1 = NULL;
|
|
Il2CppChar G_B74_0 = 0x0;
|
|
int32_t G_B74_1 = 0;
|
|
RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * G_B74_2 = NULL;
|
|
Il2CppChar G_B73_0 = 0x0;
|
|
int32_t G_B73_1 = 0;
|
|
RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * G_B73_2 = NULL;
|
|
int32_t G_B75_0 = 0;
|
|
Il2CppChar G_B75_1 = 0x0;
|
|
int32_t G_B75_2 = 0;
|
|
RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * G_B75_3 = NULL;
|
|
int32_t G_B81_0 = 0;
|
|
int32_t G_B81_1 = 0;
|
|
RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * G_B81_2 = NULL;
|
|
int32_t G_B80_0 = 0;
|
|
int32_t G_B80_1 = 0;
|
|
RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * G_B80_2 = NULL;
|
|
int32_t G_B82_0 = 0;
|
|
int32_t G_B82_1 = 0;
|
|
int32_t G_B82_2 = 0;
|
|
RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * G_B82_3 = NULL;
|
|
{
|
|
V_0 = 0;
|
|
int32_t L_0 = ___nodetype0;
|
|
if ((((int32_t)L_0) > ((int32_t)((int32_t)13))))
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
{
|
|
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_1 = ___node1;
|
|
NullCheck(L_1);
|
|
bool L_2 = RegexNode_UseOptionR_mB931929BBD1D89F8B263AA846C1665775096713E(L_1, /*hidden argument*/NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = V_0;
|
|
V_0 = ((int32_t)((int32_t)L_3|(int32_t)((int32_t)64)));
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_4 = ___node1;
|
|
NullCheck(L_4);
|
|
int32_t L_5 = L_4->get__options_6();
|
|
if (!((int32_t)((int32_t)L_5&(int32_t)1)))
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_6 = V_0;
|
|
V_0 = ((int32_t)((int32_t)L_6|(int32_t)((int32_t)512)));
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
int32_t L_7 = ___nodetype0;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)3)))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_04c5;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_04c5;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_053f;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_04c5;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_04c5;
|
|
}
|
|
case 5:
|
|
{
|
|
goto IL_053f;
|
|
}
|
|
case 6:
|
|
{
|
|
goto IL_04b0;
|
|
}
|
|
case 7:
|
|
{
|
|
goto IL_04b0;
|
|
}
|
|
case 8:
|
|
{
|
|
goto IL_05cb;
|
|
}
|
|
case 9:
|
|
{
|
|
goto IL_05b0;
|
|
}
|
|
case 10:
|
|
{
|
|
goto IL_05e6;
|
|
}
|
|
case 11:
|
|
{
|
|
goto IL_0601;
|
|
}
|
|
case 12:
|
|
{
|
|
goto IL_0601;
|
|
}
|
|
case 13:
|
|
{
|
|
goto IL_0601;
|
|
}
|
|
case 14:
|
|
{
|
|
goto IL_0601;
|
|
}
|
|
case 15:
|
|
{
|
|
goto IL_0601;
|
|
}
|
|
case 16:
|
|
{
|
|
goto IL_0601;
|
|
}
|
|
case 17:
|
|
{
|
|
goto IL_0601;
|
|
}
|
|
case 18:
|
|
{
|
|
goto IL_0601;
|
|
}
|
|
case 19:
|
|
{
|
|
goto IL_0601;
|
|
}
|
|
case 20:
|
|
{
|
|
goto IL_0634;
|
|
}
|
|
case 21:
|
|
{
|
|
goto IL_060e;
|
|
}
|
|
case 22:
|
|
{
|
|
goto IL_060e;
|
|
}
|
|
case 23:
|
|
{
|
|
goto IL_060e;
|
|
}
|
|
case 24:
|
|
{
|
|
goto IL_060e;
|
|
}
|
|
case 25:
|
|
{
|
|
goto IL_060e;
|
|
}
|
|
case 26:
|
|
{
|
|
goto IL_060e;
|
|
}
|
|
case 27:
|
|
{
|
|
goto IL_060e;
|
|
}
|
|
case 28:
|
|
{
|
|
goto IL_060e;
|
|
}
|
|
case 29:
|
|
{
|
|
goto IL_060e;
|
|
}
|
|
case 30:
|
|
{
|
|
goto IL_060e;
|
|
}
|
|
case 31:
|
|
{
|
|
goto IL_060e;
|
|
}
|
|
case 32:
|
|
{
|
|
goto IL_060e;
|
|
}
|
|
case 33:
|
|
{
|
|
goto IL_060e;
|
|
}
|
|
case 34:
|
|
{
|
|
goto IL_060e;
|
|
}
|
|
case 35:
|
|
{
|
|
goto IL_060e;
|
|
}
|
|
case 36:
|
|
{
|
|
goto IL_060e;
|
|
}
|
|
case 37:
|
|
{
|
|
goto IL_060e;
|
|
}
|
|
case 38:
|
|
{
|
|
goto IL_0601;
|
|
}
|
|
case 39:
|
|
{
|
|
goto IL_0601;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
int32_t L_8 = ___nodetype0;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)((int32_t)88))))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0140;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0634;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_030e;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_030e;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_0411;
|
|
}
|
|
case 5:
|
|
{
|
|
goto IL_0634;
|
|
}
|
|
case 6:
|
|
{
|
|
goto IL_043b;
|
|
}
|
|
case 7:
|
|
{
|
|
goto IL_045d;
|
|
}
|
|
case 8:
|
|
{
|
|
goto IL_049e;
|
|
}
|
|
case 9:
|
|
{
|
|
goto IL_01c2;
|
|
}
|
|
case 10:
|
|
{
|
|
goto IL_025f;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
int32_t L_9 = ___nodetype0;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)((int32_t)152))))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0169;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0634;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_038b;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_038b;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_041a;
|
|
}
|
|
case 5:
|
|
{
|
|
goto IL_0634;
|
|
}
|
|
case 6:
|
|
{
|
|
goto IL_044c;
|
|
}
|
|
case 7:
|
|
{
|
|
goto IL_047b;
|
|
}
|
|
case 8:
|
|
{
|
|
goto IL_04a7;
|
|
}
|
|
case 9:
|
|
{
|
|
goto IL_0202;
|
|
}
|
|
case 10:
|
|
{
|
|
goto IL_028b;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_060e;
|
|
}
|
|
|
|
IL_0140:
|
|
{
|
|
int32_t L_10 = ___CurIndex2;
|
|
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_11 = ___node1;
|
|
NullCheck(L_11);
|
|
List_1_tA5CDE89671B691180A7422F86077A0D047AD4059 * L_12 = L_11->get__children_1();
|
|
NullCheck(L_12);
|
|
int32_t L_13 = List_1_get_Count_mC6523733B48B0774D420C52AAB0D5951127CB49B_inline(L_12, /*hidden argument*/List_1_get_Count_mC6523733B48B0774D420C52AAB0D5951127CB49B_RuntimeMethod_var);
|
|
if ((((int32_t)L_10) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)1)))))
|
|
{
|
|
goto IL_0634;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_14 = RegexWriter_CurPos_mEA105879492A4B415FA8AC25B29AA49153F83C18_inline(__this, /*hidden argument*/NULL);
|
|
RegexWriter_PushInt_mFBC85956A26FEBC66244C8DFC881106D85DD2C1D(__this, L_14, /*hidden argument*/NULL);
|
|
RegexWriter_Emit_m6B0ACB44155A07161060838F483D555E7EF6ACED(__this, ((int32_t)23), 0, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0169:
|
|
{
|
|
int32_t L_15 = ___CurIndex2;
|
|
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_16 = ___node1;
|
|
NullCheck(L_16);
|
|
List_1_tA5CDE89671B691180A7422F86077A0D047AD4059 * L_17 = L_16->get__children_1();
|
|
NullCheck(L_17);
|
|
int32_t L_18 = List_1_get_Count_mC6523733B48B0774D420C52AAB0D5951127CB49B_inline(L_17, /*hidden argument*/List_1_get_Count_mC6523733B48B0774D420C52AAB0D5951127CB49B_RuntimeMethod_var);
|
|
if ((((int32_t)L_15) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)1)))))
|
|
{
|
|
goto IL_01a3;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_19 = RegexWriter_PopInt_m8885F9428571674EC224D6BBC93570B1B4671713(__this, /*hidden argument*/NULL);
|
|
V_1 = L_19;
|
|
int32_t L_20 = RegexWriter_CurPos_mEA105879492A4B415FA8AC25B29AA49153F83C18_inline(__this, /*hidden argument*/NULL);
|
|
RegexWriter_PushInt_mFBC85956A26FEBC66244C8DFC881106D85DD2C1D(__this, L_20, /*hidden argument*/NULL);
|
|
RegexWriter_Emit_m6B0ACB44155A07161060838F483D555E7EF6ACED(__this, ((int32_t)38), 0, /*hidden argument*/NULL);
|
|
int32_t L_21 = V_1;
|
|
int32_t L_22 = RegexWriter_CurPos_mEA105879492A4B415FA8AC25B29AA49153F83C18_inline(__this, /*hidden argument*/NULL);
|
|
RegexWriter_PatchJump_m6C0A440142E7AC772AD4AF7DF5D8291B6CA6D7D2(__this, L_21, L_22, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
|
|
IL_01a3:
|
|
{
|
|
V_2 = 0;
|
|
goto IL_01bd;
|
|
}
|
|
|
|
IL_01a7:
|
|
{
|
|
int32_t L_23 = RegexWriter_PopInt_m8885F9428571674EC224D6BBC93570B1B4671713(__this, /*hidden argument*/NULL);
|
|
int32_t L_24 = RegexWriter_CurPos_mEA105879492A4B415FA8AC25B29AA49153F83C18_inline(__this, /*hidden argument*/NULL);
|
|
RegexWriter_PatchJump_m6C0A440142E7AC772AD4AF7DF5D8291B6CA6D7D2(__this, L_23, L_24, /*hidden argument*/NULL);
|
|
int32_t L_25 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1));
|
|
}
|
|
|
|
IL_01bd:
|
|
{
|
|
int32_t L_26 = V_2;
|
|
int32_t L_27 = ___CurIndex2;
|
|
if ((((int32_t)L_26) < ((int32_t)L_27)))
|
|
{
|
|
goto IL_01a7;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_01c2:
|
|
{
|
|
int32_t L_28 = ___CurIndex2;
|
|
if (L_28)
|
|
{
|
|
goto IL_0634;
|
|
}
|
|
}
|
|
{
|
|
RegexWriter_Emit_mDC0B76CE49A6DE83DD2D169236BCD516AE9263EF(__this, ((int32_t)34), /*hidden argument*/NULL);
|
|
int32_t L_29 = RegexWriter_CurPos_mEA105879492A4B415FA8AC25B29AA49153F83C18_inline(__this, /*hidden argument*/NULL);
|
|
RegexWriter_PushInt_mFBC85956A26FEBC66244C8DFC881106D85DD2C1D(__this, L_29, /*hidden argument*/NULL);
|
|
RegexWriter_Emit_m6B0ACB44155A07161060838F483D555E7EF6ACED(__this, ((int32_t)23), 0, /*hidden argument*/NULL);
|
|
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_30 = ___node1;
|
|
NullCheck(L_30);
|
|
int32_t L_31 = L_30->get__m_4();
|
|
int32_t L_32 = RegexWriter_MapCapnum_m6AFE8BED80960BAA522EAA873D535C9D5AD4B811(__this, L_31, /*hidden argument*/NULL);
|
|
RegexWriter_Emit_m6B0ACB44155A07161060838F483D555E7EF6ACED(__this, ((int32_t)37), L_32, /*hidden argument*/NULL);
|
|
RegexWriter_Emit_mDC0B76CE49A6DE83DD2D169236BCD516AE9263EF(__this, ((int32_t)36), /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0202:
|
|
{
|
|
int32_t L_33 = ___CurIndex2;
|
|
if (!L_33)
|
|
{
|
|
goto IL_020a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_34 = ___CurIndex2;
|
|
if ((((int32_t)L_34) == ((int32_t)1)))
|
|
{
|
|
goto IL_024c;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_020a:
|
|
{
|
|
int32_t L_35 = RegexWriter_PopInt_m8885F9428571674EC224D6BBC93570B1B4671713(__this, /*hidden argument*/NULL);
|
|
V_3 = L_35;
|
|
int32_t L_36 = RegexWriter_CurPos_mEA105879492A4B415FA8AC25B29AA49153F83C18_inline(__this, /*hidden argument*/NULL);
|
|
RegexWriter_PushInt_mFBC85956A26FEBC66244C8DFC881106D85DD2C1D(__this, L_36, /*hidden argument*/NULL);
|
|
RegexWriter_Emit_m6B0ACB44155A07161060838F483D555E7EF6ACED(__this, ((int32_t)38), 0, /*hidden argument*/NULL);
|
|
int32_t L_37 = V_3;
|
|
int32_t L_38 = RegexWriter_CurPos_mEA105879492A4B415FA8AC25B29AA49153F83C18_inline(__this, /*hidden argument*/NULL);
|
|
RegexWriter_PatchJump_m6C0A440142E7AC772AD4AF7DF5D8291B6CA6D7D2(__this, L_37, L_38, /*hidden argument*/NULL);
|
|
RegexWriter_Emit_mDC0B76CE49A6DE83DD2D169236BCD516AE9263EF(__this, ((int32_t)36), /*hidden argument*/NULL);
|
|
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_39 = ___node1;
|
|
NullCheck(L_39);
|
|
List_1_tA5CDE89671B691180A7422F86077A0D047AD4059 * L_40 = L_39->get__children_1();
|
|
NullCheck(L_40);
|
|
int32_t L_41 = List_1_get_Count_mC6523733B48B0774D420C52AAB0D5951127CB49B_inline(L_40, /*hidden argument*/List_1_get_Count_mC6523733B48B0774D420C52AAB0D5951127CB49B_RuntimeMethod_var);
|
|
if ((((int32_t)L_41) > ((int32_t)1)))
|
|
{
|
|
goto IL_0634;
|
|
}
|
|
}
|
|
|
|
IL_024c:
|
|
{
|
|
int32_t L_42 = RegexWriter_PopInt_m8885F9428571674EC224D6BBC93570B1B4671713(__this, /*hidden argument*/NULL);
|
|
int32_t L_43 = RegexWriter_CurPos_mEA105879492A4B415FA8AC25B29AA49153F83C18_inline(__this, /*hidden argument*/NULL);
|
|
RegexWriter_PatchJump_m6C0A440142E7AC772AD4AF7DF5D8291B6CA6D7D2(__this, L_42, L_43, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
|
|
IL_025f:
|
|
{
|
|
int32_t L_44 = ___CurIndex2;
|
|
if (L_44)
|
|
{
|
|
goto IL_0634;
|
|
}
|
|
}
|
|
{
|
|
RegexWriter_Emit_mDC0B76CE49A6DE83DD2D169236BCD516AE9263EF(__this, ((int32_t)34), /*hidden argument*/NULL);
|
|
RegexWriter_Emit_mDC0B76CE49A6DE83DD2D169236BCD516AE9263EF(__this, ((int32_t)31), /*hidden argument*/NULL);
|
|
int32_t L_45 = RegexWriter_CurPos_mEA105879492A4B415FA8AC25B29AA49153F83C18_inline(__this, /*hidden argument*/NULL);
|
|
RegexWriter_PushInt_mFBC85956A26FEBC66244C8DFC881106D85DD2C1D(__this, L_45, /*hidden argument*/NULL);
|
|
RegexWriter_Emit_m6B0ACB44155A07161060838F483D555E7EF6ACED(__this, ((int32_t)23), 0, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
|
|
IL_028b:
|
|
{
|
|
int32_t L_46 = ___CurIndex2;
|
|
switch (L_46)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_029e;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_02af;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_02fb;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_029e:
|
|
{
|
|
RegexWriter_Emit_mDC0B76CE49A6DE83DD2D169236BCD516AE9263EF(__this, ((int32_t)33), /*hidden argument*/NULL);
|
|
RegexWriter_Emit_mDC0B76CE49A6DE83DD2D169236BCD516AE9263EF(__this, ((int32_t)36), /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
|
|
IL_02af:
|
|
{
|
|
int32_t L_47 = RegexWriter_PopInt_m8885F9428571674EC224D6BBC93570B1B4671713(__this, /*hidden argument*/NULL);
|
|
V_4 = L_47;
|
|
int32_t L_48 = RegexWriter_CurPos_mEA105879492A4B415FA8AC25B29AA49153F83C18_inline(__this, /*hidden argument*/NULL);
|
|
RegexWriter_PushInt_mFBC85956A26FEBC66244C8DFC881106D85DD2C1D(__this, L_48, /*hidden argument*/NULL);
|
|
RegexWriter_Emit_m6B0ACB44155A07161060838F483D555E7EF6ACED(__this, ((int32_t)38), 0, /*hidden argument*/NULL);
|
|
int32_t L_49 = V_4;
|
|
int32_t L_50 = RegexWriter_CurPos_mEA105879492A4B415FA8AC25B29AA49153F83C18_inline(__this, /*hidden argument*/NULL);
|
|
RegexWriter_PatchJump_m6C0A440142E7AC772AD4AF7DF5D8291B6CA6D7D2(__this, L_49, L_50, /*hidden argument*/NULL);
|
|
RegexWriter_Emit_mDC0B76CE49A6DE83DD2D169236BCD516AE9263EF(__this, ((int32_t)33), /*hidden argument*/NULL);
|
|
RegexWriter_Emit_mDC0B76CE49A6DE83DD2D169236BCD516AE9263EF(__this, ((int32_t)36), /*hidden argument*/NULL);
|
|
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_51 = ___node1;
|
|
NullCheck(L_51);
|
|
List_1_tA5CDE89671B691180A7422F86077A0D047AD4059 * L_52 = L_51->get__children_1();
|
|
NullCheck(L_52);
|
|
int32_t L_53 = List_1_get_Count_mC6523733B48B0774D420C52AAB0D5951127CB49B_inline(L_52, /*hidden argument*/List_1_get_Count_mC6523733B48B0774D420C52AAB0D5951127CB49B_RuntimeMethod_var);
|
|
if ((((int32_t)L_53) > ((int32_t)2)))
|
|
{
|
|
goto IL_0634;
|
|
}
|
|
}
|
|
|
|
IL_02fb:
|
|
{
|
|
int32_t L_54 = RegexWriter_PopInt_m8885F9428571674EC224D6BBC93570B1B4671713(__this, /*hidden argument*/NULL);
|
|
int32_t L_55 = RegexWriter_CurPos_mEA105879492A4B415FA8AC25B29AA49153F83C18_inline(__this, /*hidden argument*/NULL);
|
|
RegexWriter_PatchJump_m6C0A440142E7AC772AD4AF7DF5D8291B6CA6D7D2(__this, L_54, L_55, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
|
|
IL_030e:
|
|
{
|
|
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_56 = ___node1;
|
|
NullCheck(L_56);
|
|
int32_t L_57 = L_56->get__n_5();
|
|
if ((((int32_t)L_57) < ((int32_t)((int32_t)2147483647LL))))
|
|
{
|
|
goto IL_0324;
|
|
}
|
|
}
|
|
{
|
|
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_58 = ___node1;
|
|
NullCheck(L_58);
|
|
int32_t L_59 = L_58->get__m_4();
|
|
if ((((int32_t)L_59) <= ((int32_t)1)))
|
|
{
|
|
goto IL_034d;
|
|
}
|
|
}
|
|
|
|
IL_0324:
|
|
{
|
|
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_60 = ___node1;
|
|
NullCheck(L_60);
|
|
int32_t L_61 = L_60->get__m_4();
|
|
G_B34_0 = __this;
|
|
if (!L_61)
|
|
{
|
|
G_B35_0 = __this;
|
|
goto IL_0331;
|
|
}
|
|
}
|
|
{
|
|
G_B36_0 = ((int32_t)27);
|
|
G_B36_1 = G_B34_0;
|
|
goto IL_0333;
|
|
}
|
|
|
|
IL_0331:
|
|
{
|
|
G_B36_0 = ((int32_t)26);
|
|
G_B36_1 = G_B35_0;
|
|
}
|
|
|
|
IL_0333:
|
|
{
|
|
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_62 = ___node1;
|
|
NullCheck(L_62);
|
|
int32_t L_63 = L_62->get__m_4();
|
|
G_B37_0 = G_B36_0;
|
|
G_B37_1 = G_B36_1;
|
|
if (!L_63)
|
|
{
|
|
G_B38_0 = G_B36_0;
|
|
G_B38_1 = G_B36_1;
|
|
goto IL_0345;
|
|
}
|
|
}
|
|
{
|
|
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_64 = ___node1;
|
|
NullCheck(L_64);
|
|
int32_t L_65 = L_64->get__m_4();
|
|
G_B39_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)1, (int32_t)L_65));
|
|
G_B39_1 = G_B37_0;
|
|
G_B39_2 = G_B37_1;
|
|
goto IL_0346;
|
|
}
|
|
|
|
IL_0345:
|
|
{
|
|
G_B39_0 = 0;
|
|
G_B39_1 = G_B38_0;
|
|
G_B39_2 = G_B38_1;
|
|
}
|
|
|
|
IL_0346:
|
|
{
|
|
NullCheck(G_B39_2);
|
|
RegexWriter_Emit_m6B0ACB44155A07161060838F483D555E7EF6ACED(G_B39_2, G_B39_1, G_B39_0, /*hidden argument*/NULL);
|
|
goto IL_0361;
|
|
}
|
|
|
|
IL_034d:
|
|
{
|
|
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_66 = ___node1;
|
|
NullCheck(L_66);
|
|
int32_t L_67 = L_66->get__m_4();
|
|
G_B41_0 = __this;
|
|
if (!L_67)
|
|
{
|
|
G_B42_0 = __this;
|
|
goto IL_035a;
|
|
}
|
|
}
|
|
{
|
|
G_B43_0 = ((int32_t)31);
|
|
G_B43_1 = G_B41_0;
|
|
goto IL_035c;
|
|
}
|
|
|
|
IL_035a:
|
|
{
|
|
G_B43_0 = ((int32_t)30);
|
|
G_B43_1 = G_B42_0;
|
|
}
|
|
|
|
IL_035c:
|
|
{
|
|
NullCheck(G_B43_1);
|
|
RegexWriter_Emit_mDC0B76CE49A6DE83DD2D169236BCD516AE9263EF(G_B43_1, G_B43_0, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0361:
|
|
{
|
|
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_68 = ___node1;
|
|
NullCheck(L_68);
|
|
int32_t L_69 = L_68->get__m_4();
|
|
if (L_69)
|
|
{
|
|
goto IL_037e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_70 = RegexWriter_CurPos_mEA105879492A4B415FA8AC25B29AA49153F83C18_inline(__this, /*hidden argument*/NULL);
|
|
RegexWriter_PushInt_mFBC85956A26FEBC66244C8DFC881106D85DD2C1D(__this, L_70, /*hidden argument*/NULL);
|
|
RegexWriter_Emit_m6B0ACB44155A07161060838F483D555E7EF6ACED(__this, ((int32_t)38), 0, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_037e:
|
|
{
|
|
int32_t L_71 = RegexWriter_CurPos_mEA105879492A4B415FA8AC25B29AA49153F83C18_inline(__this, /*hidden argument*/NULL);
|
|
RegexWriter_PushInt_mFBC85956A26FEBC66244C8DFC881106D85DD2C1D(__this, L_71, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
|
|
IL_038b:
|
|
{
|
|
int32_t L_72 = RegexWriter_CurPos_mEA105879492A4B415FA8AC25B29AA49153F83C18_inline(__this, /*hidden argument*/NULL);
|
|
V_5 = L_72;
|
|
int32_t L_73 = ___nodetype0;
|
|
V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_73, (int32_t)((int32_t)154)));
|
|
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_74 = ___node1;
|
|
NullCheck(L_74);
|
|
int32_t L_75 = L_74->get__n_5();
|
|
if ((((int32_t)L_75) < ((int32_t)((int32_t)2147483647LL))))
|
|
{
|
|
goto IL_03b2;
|
|
}
|
|
}
|
|
{
|
|
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_76 = ___node1;
|
|
NullCheck(L_76);
|
|
int32_t L_77 = L_76->get__m_4();
|
|
if ((((int32_t)L_77) <= ((int32_t)1)))
|
|
{
|
|
goto IL_03e6;
|
|
}
|
|
}
|
|
|
|
IL_03b2:
|
|
{
|
|
int32_t L_78 = V_6;
|
|
int32_t L_79 = RegexWriter_PopInt_m8885F9428571674EC224D6BBC93570B1B4671713(__this, /*hidden argument*/NULL);
|
|
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_80 = ___node1;
|
|
NullCheck(L_80);
|
|
int32_t L_81 = L_80->get__n_5();
|
|
G_B50_0 = L_79;
|
|
G_B50_1 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)28), (int32_t)L_78));
|
|
G_B50_2 = __this;
|
|
if ((((int32_t)L_81) == ((int32_t)((int32_t)2147483647LL))))
|
|
{
|
|
G_B51_0 = L_79;
|
|
G_B51_1 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)28), (int32_t)L_78));
|
|
G_B51_2 = __this;
|
|
goto IL_03da;
|
|
}
|
|
}
|
|
{
|
|
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_82 = ___node1;
|
|
NullCheck(L_82);
|
|
int32_t L_83 = L_82->get__n_5();
|
|
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_84 = ___node1;
|
|
NullCheck(L_84);
|
|
int32_t L_85 = L_84->get__m_4();
|
|
G_B52_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_83, (int32_t)L_85));
|
|
G_B52_1 = G_B50_0;
|
|
G_B52_2 = G_B50_1;
|
|
G_B52_3 = G_B50_2;
|
|
goto IL_03df;
|
|
}
|
|
|
|
IL_03da:
|
|
{
|
|
G_B52_0 = ((int32_t)2147483647LL);
|
|
G_B52_1 = G_B51_0;
|
|
G_B52_2 = G_B51_1;
|
|
G_B52_3 = G_B51_2;
|
|
}
|
|
|
|
IL_03df:
|
|
{
|
|
NullCheck(G_B52_3);
|
|
RegexWriter_Emit_m7C1D08F071C805F13DBF7684AEC3F2F7E748C497(G_B52_3, G_B52_2, G_B52_1, G_B52_0, /*hidden argument*/NULL);
|
|
goto IL_03f7;
|
|
}
|
|
|
|
IL_03e6:
|
|
{
|
|
int32_t L_86 = V_6;
|
|
int32_t L_87 = RegexWriter_PopInt_m8885F9428571674EC224D6BBC93570B1B4671713(__this, /*hidden argument*/NULL);
|
|
RegexWriter_Emit_m6B0ACB44155A07161060838F483D555E7EF6ACED(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)24), (int32_t)L_86)), L_87, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_03f7:
|
|
{
|
|
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_88 = ___node1;
|
|
NullCheck(L_88);
|
|
int32_t L_89 = L_88->get__m_4();
|
|
if (L_89)
|
|
{
|
|
goto IL_0634;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_90 = RegexWriter_PopInt_m8885F9428571674EC224D6BBC93570B1B4671713(__this, /*hidden argument*/NULL);
|
|
int32_t L_91 = V_5;
|
|
RegexWriter_PatchJump_m6C0A440142E7AC772AD4AF7DF5D8291B6CA6D7D2(__this, L_90, L_91, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0411:
|
|
{
|
|
RegexWriter_Emit_mDC0B76CE49A6DE83DD2D169236BCD516AE9263EF(__this, ((int32_t)31), /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
|
|
IL_041a:
|
|
{
|
|
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_92 = ___node1;
|
|
NullCheck(L_92);
|
|
int32_t L_93 = L_92->get__m_4();
|
|
int32_t L_94 = RegexWriter_MapCapnum_m6AFE8BED80960BAA522EAA873D535C9D5AD4B811(__this, L_93, /*hidden argument*/NULL);
|
|
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_95 = ___node1;
|
|
NullCheck(L_95);
|
|
int32_t L_96 = L_95->get__n_5();
|
|
int32_t L_97 = RegexWriter_MapCapnum_m6AFE8BED80960BAA522EAA873D535C9D5AD4B811(__this, L_96, /*hidden argument*/NULL);
|
|
RegexWriter_Emit_m7C1D08F071C805F13DBF7684AEC3F2F7E748C497(__this, ((int32_t)32), L_94, L_97, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
|
|
IL_043b:
|
|
{
|
|
RegexWriter_Emit_mDC0B76CE49A6DE83DD2D169236BCD516AE9263EF(__this, ((int32_t)34), /*hidden argument*/NULL);
|
|
RegexWriter_Emit_mDC0B76CE49A6DE83DD2D169236BCD516AE9263EF(__this, ((int32_t)31), /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
|
|
IL_044c:
|
|
{
|
|
RegexWriter_Emit_mDC0B76CE49A6DE83DD2D169236BCD516AE9263EF(__this, ((int32_t)33), /*hidden argument*/NULL);
|
|
RegexWriter_Emit_mDC0B76CE49A6DE83DD2D169236BCD516AE9263EF(__this, ((int32_t)36), /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
|
|
IL_045d:
|
|
{
|
|
RegexWriter_Emit_mDC0B76CE49A6DE83DD2D169236BCD516AE9263EF(__this, ((int32_t)34), /*hidden argument*/NULL);
|
|
int32_t L_98 = RegexWriter_CurPos_mEA105879492A4B415FA8AC25B29AA49153F83C18_inline(__this, /*hidden argument*/NULL);
|
|
RegexWriter_PushInt_mFBC85956A26FEBC66244C8DFC881106D85DD2C1D(__this, L_98, /*hidden argument*/NULL);
|
|
RegexWriter_Emit_m6B0ACB44155A07161060838F483D555E7EF6ACED(__this, ((int32_t)23), 0, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
|
|
IL_047b:
|
|
{
|
|
RegexWriter_Emit_mDC0B76CE49A6DE83DD2D169236BCD516AE9263EF(__this, ((int32_t)35), /*hidden argument*/NULL);
|
|
int32_t L_99 = RegexWriter_PopInt_m8885F9428571674EC224D6BBC93570B1B4671713(__this, /*hidden argument*/NULL);
|
|
int32_t L_100 = RegexWriter_CurPos_mEA105879492A4B415FA8AC25B29AA49153F83C18_inline(__this, /*hidden argument*/NULL);
|
|
RegexWriter_PatchJump_m6C0A440142E7AC772AD4AF7DF5D8291B6CA6D7D2(__this, L_99, L_100, /*hidden argument*/NULL);
|
|
RegexWriter_Emit_mDC0B76CE49A6DE83DD2D169236BCD516AE9263EF(__this, ((int32_t)36), /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
|
|
IL_049e:
|
|
{
|
|
RegexWriter_Emit_mDC0B76CE49A6DE83DD2D169236BCD516AE9263EF(__this, ((int32_t)34), /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
|
|
IL_04a7:
|
|
{
|
|
RegexWriter_Emit_mDC0B76CE49A6DE83DD2D169236BCD516AE9263EF(__this, ((int32_t)36), /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
|
|
IL_04b0:
|
|
{
|
|
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_101 = ___node1;
|
|
NullCheck(L_101);
|
|
int32_t L_102 = L_101->get__type_0();
|
|
int32_t L_103 = V_0;
|
|
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_104 = ___node1;
|
|
NullCheck(L_104);
|
|
Il2CppChar L_105 = L_104->get__ch_3();
|
|
RegexWriter_Emit_m6B0ACB44155A07161060838F483D555E7EF6ACED(__this, ((int32_t)((int32_t)L_102|(int32_t)L_103)), L_105, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
|
|
IL_04c5:
|
|
{
|
|
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_106 = ___node1;
|
|
NullCheck(L_106);
|
|
int32_t L_107 = L_106->get__m_4();
|
|
if ((((int32_t)L_107) <= ((int32_t)0)))
|
|
{
|
|
goto IL_04f8;
|
|
}
|
|
}
|
|
{
|
|
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_108 = ___node1;
|
|
NullCheck(L_108);
|
|
int32_t L_109 = L_108->get__type_0();
|
|
G_B67_0 = __this;
|
|
if ((((int32_t)L_109) == ((int32_t)3)))
|
|
{
|
|
G_B69_0 = __this;
|
|
goto IL_04e4;
|
|
}
|
|
}
|
|
{
|
|
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_110 = ___node1;
|
|
NullCheck(L_110);
|
|
int32_t L_111 = L_110->get__type_0();
|
|
G_B68_0 = G_B67_0;
|
|
if ((((int32_t)L_111) == ((int32_t)6)))
|
|
{
|
|
G_B69_0 = G_B67_0;
|
|
goto IL_04e4;
|
|
}
|
|
}
|
|
{
|
|
G_B70_0 = 1;
|
|
G_B70_1 = G_B68_0;
|
|
goto IL_04e5;
|
|
}
|
|
|
|
IL_04e4:
|
|
{
|
|
G_B70_0 = 0;
|
|
G_B70_1 = G_B69_0;
|
|
}
|
|
|
|
IL_04e5:
|
|
{
|
|
int32_t L_112 = V_0;
|
|
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_113 = ___node1;
|
|
NullCheck(L_113);
|
|
Il2CppChar L_114 = L_113->get__ch_3();
|
|
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_115 = ___node1;
|
|
NullCheck(L_115);
|
|
int32_t L_116 = L_115->get__m_4();
|
|
NullCheck(G_B70_1);
|
|
RegexWriter_Emit_m7C1D08F071C805F13DBF7684AEC3F2F7E748C497(G_B70_1, ((int32_t)((int32_t)G_B70_0|(int32_t)L_112)), L_114, L_116, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_04f8:
|
|
{
|
|
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_117 = ___node1;
|
|
NullCheck(L_117);
|
|
int32_t L_118 = L_117->get__n_5();
|
|
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_119 = ___node1;
|
|
NullCheck(L_119);
|
|
int32_t L_120 = L_119->get__m_4();
|
|
if ((((int32_t)L_118) <= ((int32_t)L_120)))
|
|
{
|
|
goto IL_0634;
|
|
}
|
|
}
|
|
{
|
|
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_121 = ___node1;
|
|
NullCheck(L_121);
|
|
int32_t L_122 = L_121->get__type_0();
|
|
int32_t L_123 = V_0;
|
|
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_124 = ___node1;
|
|
NullCheck(L_124);
|
|
Il2CppChar L_125 = L_124->get__ch_3();
|
|
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_126 = ___node1;
|
|
NullCheck(L_126);
|
|
int32_t L_127 = L_126->get__n_5();
|
|
G_B73_0 = L_125;
|
|
G_B73_1 = ((int32_t)((int32_t)L_122|(int32_t)L_123));
|
|
G_B73_2 = __this;
|
|
if ((((int32_t)L_127) == ((int32_t)((int32_t)2147483647LL))))
|
|
{
|
|
G_B74_0 = L_125;
|
|
G_B74_1 = ((int32_t)((int32_t)L_122|(int32_t)L_123));
|
|
G_B74_2 = __this;
|
|
goto IL_0534;
|
|
}
|
|
}
|
|
{
|
|
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_128 = ___node1;
|
|
NullCheck(L_128);
|
|
int32_t L_129 = L_128->get__n_5();
|
|
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_130 = ___node1;
|
|
NullCheck(L_130);
|
|
int32_t L_131 = L_130->get__m_4();
|
|
G_B75_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_129, (int32_t)L_131));
|
|
G_B75_1 = G_B73_0;
|
|
G_B75_2 = G_B73_1;
|
|
G_B75_3 = G_B73_2;
|
|
goto IL_0539;
|
|
}
|
|
|
|
IL_0534:
|
|
{
|
|
G_B75_0 = ((int32_t)2147483647LL);
|
|
G_B75_1 = G_B74_0;
|
|
G_B75_2 = G_B74_1;
|
|
G_B75_3 = G_B74_2;
|
|
}
|
|
|
|
IL_0539:
|
|
{
|
|
NullCheck(G_B75_3);
|
|
RegexWriter_Emit_m7C1D08F071C805F13DBF7684AEC3F2F7E748C497(G_B75_3, G_B75_2, G_B75_1, G_B75_0, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
|
|
IL_053f:
|
|
{
|
|
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_132 = ___node1;
|
|
NullCheck(L_132);
|
|
int32_t L_133 = L_132->get__m_4();
|
|
if ((((int32_t)L_133) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0563;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_134 = V_0;
|
|
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_135 = ___node1;
|
|
NullCheck(L_135);
|
|
String_t* L_136 = L_135->get__str_2();
|
|
int32_t L_137 = RegexWriter_StringCode_m6AA17FFEBDD5E155004F05A78CF13B0D8E901158(__this, L_136, /*hidden argument*/NULL);
|
|
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_138 = ___node1;
|
|
NullCheck(L_138);
|
|
int32_t L_139 = L_138->get__m_4();
|
|
RegexWriter_Emit_m7C1D08F071C805F13DBF7684AEC3F2F7E748C497(__this, ((int32_t)((int32_t)2|(int32_t)L_134)), L_137, L_139, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0563:
|
|
{
|
|
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_140 = ___node1;
|
|
NullCheck(L_140);
|
|
int32_t L_141 = L_140->get__n_5();
|
|
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_142 = ___node1;
|
|
NullCheck(L_142);
|
|
int32_t L_143 = L_142->get__m_4();
|
|
if ((((int32_t)L_141) <= ((int32_t)L_143)))
|
|
{
|
|
goto IL_0634;
|
|
}
|
|
}
|
|
{
|
|
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_144 = ___node1;
|
|
NullCheck(L_144);
|
|
int32_t L_145 = L_144->get__type_0();
|
|
int32_t L_146 = V_0;
|
|
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_147 = ___node1;
|
|
NullCheck(L_147);
|
|
String_t* L_148 = L_147->get__str_2();
|
|
int32_t L_149 = RegexWriter_StringCode_m6AA17FFEBDD5E155004F05A78CF13B0D8E901158(__this, L_148, /*hidden argument*/NULL);
|
|
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_150 = ___node1;
|
|
NullCheck(L_150);
|
|
int32_t L_151 = L_150->get__n_5();
|
|
G_B80_0 = L_149;
|
|
G_B80_1 = ((int32_t)((int32_t)L_145|(int32_t)L_146));
|
|
G_B80_2 = __this;
|
|
if ((((int32_t)L_151) == ((int32_t)((int32_t)2147483647LL))))
|
|
{
|
|
G_B81_0 = L_149;
|
|
G_B81_1 = ((int32_t)((int32_t)L_145|(int32_t)L_146));
|
|
G_B81_2 = __this;
|
|
goto IL_05a5;
|
|
}
|
|
}
|
|
{
|
|
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_152 = ___node1;
|
|
NullCheck(L_152);
|
|
int32_t L_153 = L_152->get__n_5();
|
|
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_154 = ___node1;
|
|
NullCheck(L_154);
|
|
int32_t L_155 = L_154->get__m_4();
|
|
G_B82_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_153, (int32_t)L_155));
|
|
G_B82_1 = G_B80_0;
|
|
G_B82_2 = G_B80_1;
|
|
G_B82_3 = G_B80_2;
|
|
goto IL_05aa;
|
|
}
|
|
|
|
IL_05a5:
|
|
{
|
|
G_B82_0 = ((int32_t)2147483647LL);
|
|
G_B82_1 = G_B81_0;
|
|
G_B82_2 = G_B81_1;
|
|
G_B82_3 = G_B81_2;
|
|
}
|
|
|
|
IL_05aa:
|
|
{
|
|
NullCheck(G_B82_3);
|
|
RegexWriter_Emit_m7C1D08F071C805F13DBF7684AEC3F2F7E748C497(G_B82_3, G_B82_2, G_B82_1, G_B82_0, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
|
|
IL_05b0:
|
|
{
|
|
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_156 = ___node1;
|
|
NullCheck(L_156);
|
|
int32_t L_157 = L_156->get__type_0();
|
|
int32_t L_158 = V_0;
|
|
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_159 = ___node1;
|
|
NullCheck(L_159);
|
|
String_t* L_160 = L_159->get__str_2();
|
|
int32_t L_161 = RegexWriter_StringCode_m6AA17FFEBDD5E155004F05A78CF13B0D8E901158(__this, L_160, /*hidden argument*/NULL);
|
|
RegexWriter_Emit_m6B0ACB44155A07161060838F483D555E7EF6ACED(__this, ((int32_t)((int32_t)L_157|(int32_t)L_158)), L_161, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
|
|
IL_05cb:
|
|
{
|
|
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_162 = ___node1;
|
|
NullCheck(L_162);
|
|
int32_t L_163 = L_162->get__type_0();
|
|
int32_t L_164 = V_0;
|
|
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_165 = ___node1;
|
|
NullCheck(L_165);
|
|
String_t* L_166 = L_165->get__str_2();
|
|
int32_t L_167 = RegexWriter_StringCode_m6AA17FFEBDD5E155004F05A78CF13B0D8E901158(__this, L_166, /*hidden argument*/NULL);
|
|
RegexWriter_Emit_m6B0ACB44155A07161060838F483D555E7EF6ACED(__this, ((int32_t)((int32_t)L_163|(int32_t)L_164)), L_167, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
|
|
IL_05e6:
|
|
{
|
|
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_168 = ___node1;
|
|
NullCheck(L_168);
|
|
int32_t L_169 = L_168->get__type_0();
|
|
int32_t L_170 = V_0;
|
|
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_171 = ___node1;
|
|
NullCheck(L_171);
|
|
int32_t L_172 = L_171->get__m_4();
|
|
int32_t L_173 = RegexWriter_MapCapnum_m6AFE8BED80960BAA522EAA873D535C9D5AD4B811(__this, L_172, /*hidden argument*/NULL);
|
|
RegexWriter_Emit_m6B0ACB44155A07161060838F483D555E7EF6ACED(__this, ((int32_t)((int32_t)L_169|(int32_t)L_170)), L_173, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0601:
|
|
{
|
|
RegexNode_tF92FC16590D5B00965BABFC709BA677DA0FC3F75 * L_174 = ___node1;
|
|
NullCheck(L_174);
|
|
int32_t L_175 = L_174->get__type_0();
|
|
RegexWriter_Emit_mDC0B76CE49A6DE83DD2D169236BCD516AE9263EF(__this, L_175, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
|
|
IL_060e:
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_176 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_177 = L_176;
|
|
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_178 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL);
|
|
String_t* L_179 = Int32_ToString_m1D0AF82BDAB5D4710527DD3FEFA6F01246D128A5((int32_t*)(&___nodetype0), L_178, /*hidden argument*/NULL);
|
|
NullCheck(L_177);
|
|
ArrayElementTypeCheck (L_177, L_179);
|
|
(L_177)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_179);
|
|
String_t* L_180 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteral5900F0482262F89324FD1D5199529E2C62C06DF4, L_177, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_181 = RegexWriter_MakeException_m443C4CFA99AE06710D1E1BFA3D6EB9737AE70F17(__this, L_180, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_181, RegexWriter_EmitFragment_mEFDD8EA3A65320222CF4EA8A52B33C687EE0C5AC_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0634:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Text.RegularExpressions.SharedReference::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SharedReference__ctor_m48E749BC646BEC89282B8F336325D42DE48CFC81 (SharedReference_t225BA5C249F9F1D6C959F151695BDF65EF2C92A5 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (SharedReference__ctor_m48E749BC646BEC89282B8F336325D42DE48CFC81_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * L_0 = (WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D *)il2cpp_codegen_object_new(WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D_il2cpp_TypeInfo_var);
|
|
WeakReference__ctor_m12F7412E9F228AA2276BBB37441CFBCD21A0ABBB(L_0, NULL, /*hidden argument*/NULL);
|
|
__this->set__ref_0(L_0);
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Timers.ElapsedEventArgs::.ctor(System.DateTime)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ElapsedEventArgs__ctor_m22124B981EE3451DE67A79AF9FDCB81A6771517D (ElapsedEventArgs_tF6ADBB84C7FB6277E68FA230DCAC41785E4950D6 * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___time0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ElapsedEventArgs__ctor_m22124B981EE3451DE67A79AF9FDCB81A6771517D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E_il2cpp_TypeInfo_var);
|
|
EventArgs__ctor_m3551293259861C5A78CD47689D559F828ED29DF7(__this, /*hidden argument*/NULL);
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = ___time0;
|
|
__this->set_time_1(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.Timers.ElapsedEventHandler::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ElapsedEventHandler__ctor_mAFE97AA556EA4CC6AA9BED5BD8A671204AC8645A (ElapsedEventHandler_t4EC687DBAA8EC75A58162EAF7E50D8F62ABDC91C * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
|
|
{
|
|
__this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1));
|
|
__this->set_method_3(___method1);
|
|
__this->set_m_target_2(___object0);
|
|
}
|
|
// System.Void System.Timers.ElapsedEventHandler::Invoke(System.Object,System.Timers.ElapsedEventArgs)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ElapsedEventHandler_Invoke_m624ECE92D43152C66FF077CE6B6E5AD9F3ACC84C (ElapsedEventHandler_t4EC687DBAA8EC75A58162EAF7E50D8F62ABDC91C * __this, RuntimeObject * ___sender0, ElapsedEventArgs_tF6ADBB84C7FB6277E68FA230DCAC41785E4950D6 * ___e1, const RuntimeMethod* method)
|
|
{
|
|
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegateArrayToInvoke = __this->get_delegates_11();
|
|
Delegate_t** delegatesToInvoke;
|
|
il2cpp_array_size_t length;
|
|
if (delegateArrayToInvoke != NULL)
|
|
{
|
|
length = delegateArrayToInvoke->max_length;
|
|
delegatesToInvoke = reinterpret_cast<Delegate_t**>(delegateArrayToInvoke->GetAddressAtUnchecked(0));
|
|
}
|
|
else
|
|
{
|
|
length = 1;
|
|
delegatesToInvoke = reinterpret_cast<Delegate_t**>(&__this);
|
|
}
|
|
|
|
for (il2cpp_array_size_t i = 0; i < length; i++)
|
|
{
|
|
Delegate_t* currentDelegate = delegatesToInvoke[i];
|
|
Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0();
|
|
RuntimeObject* targetThis = currentDelegate->get_m_target_2();
|
|
RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3());
|
|
if (!il2cpp_codegen_method_is_virtual(targetMethod))
|
|
{
|
|
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
|
|
}
|
|
bool ___methodIsStatic = MethodIsStatic(targetMethod);
|
|
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
|
|
if (___methodIsStatic)
|
|
{
|
|
if (___parameterCount == 2)
|
|
{
|
|
// open
|
|
typedef void (*FunctionPointerType) (RuntimeObject *, ElapsedEventArgs_tF6ADBB84C7FB6277E68FA230DCAC41785E4950D6 *, const RuntimeMethod*);
|
|
((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef void (*FunctionPointerType) (void*, RuntimeObject *, ElapsedEventArgs_tF6ADBB84C7FB6277E68FA230DCAC41785E4950D6 *, const RuntimeMethod*);
|
|
((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___e1, targetMethod);
|
|
}
|
|
}
|
|
else if (___parameterCount != 2)
|
|
{
|
|
// open
|
|
if (il2cpp_codegen_method_is_virtual(targetMethod) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
|
|
{
|
|
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
GenericInterfaceActionInvoker1< ElapsedEventArgs_tF6ADBB84C7FB6277E68FA230DCAC41785E4950D6 * >::Invoke(targetMethod, ___sender0, ___e1);
|
|
else
|
|
GenericVirtActionInvoker1< ElapsedEventArgs_tF6ADBB84C7FB6277E68FA230DCAC41785E4950D6 * >::Invoke(targetMethod, ___sender0, ___e1);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
InterfaceActionInvoker1< ElapsedEventArgs_tF6ADBB84C7FB6277E68FA230DCAC41785E4950D6 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___sender0, ___e1);
|
|
else
|
|
VirtActionInvoker1< ElapsedEventArgs_tF6ADBB84C7FB6277E68FA230DCAC41785E4950D6 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___sender0, ___e1);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*);
|
|
((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___e1) - 1), targetMethod);
|
|
}
|
|
typedef void (*FunctionPointerType) (RuntimeObject *, ElapsedEventArgs_tF6ADBB84C7FB6277E68FA230DCAC41785E4950D6 *, const RuntimeMethod*);
|
|
((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
|
|
{
|
|
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
GenericInterfaceActionInvoker2< RuntimeObject *, ElapsedEventArgs_tF6ADBB84C7FB6277E68FA230DCAC41785E4950D6 * >::Invoke(targetMethod, targetThis, ___sender0, ___e1);
|
|
else
|
|
GenericVirtActionInvoker2< RuntimeObject *, ElapsedEventArgs_tF6ADBB84C7FB6277E68FA230DCAC41785E4950D6 * >::Invoke(targetMethod, targetThis, ___sender0, ___e1);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
InterfaceActionInvoker2< RuntimeObject *, ElapsedEventArgs_tF6ADBB84C7FB6277E68FA230DCAC41785E4950D6 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___sender0, ___e1);
|
|
else
|
|
VirtActionInvoker2< RuntimeObject *, ElapsedEventArgs_tF6ADBB84C7FB6277E68FA230DCAC41785E4950D6 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___sender0, ___e1);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef void (*FunctionPointerType) (RuntimeObject*, ElapsedEventArgs_tF6ADBB84C7FB6277E68FA230DCAC41785E4950D6 *, const RuntimeMethod*);
|
|
((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___sender0) - 1), ___e1, targetMethod);
|
|
}
|
|
if (targetThis == NULL)
|
|
{
|
|
typedef void (*FunctionPointerType) (RuntimeObject *, ElapsedEventArgs_tF6ADBB84C7FB6277E68FA230DCAC41785E4950D6 *, const RuntimeMethod*);
|
|
((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
typedef void (*FunctionPointerType) (void*, RuntimeObject *, ElapsedEventArgs_tF6ADBB84C7FB6277E68FA230DCAC41785E4950D6 *, const RuntimeMethod*);
|
|
((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___e1, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
// System.IAsyncResult System.Timers.ElapsedEventHandler::BeginInvoke(System.Object,System.Timers.ElapsedEventArgs,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ElapsedEventHandler_BeginInvoke_m00746743AA971FBEF8164A26974E320C08F6B75E (ElapsedEventHandler_t4EC687DBAA8EC75A58162EAF7E50D8F62ABDC91C * __this, RuntimeObject * ___sender0, ElapsedEventArgs_tF6ADBB84C7FB6277E68FA230DCAC41785E4950D6 * ___e1, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = ___sender0;
|
|
__d_args[1] = ___e1;
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// System.Void System.Timers.ElapsedEventHandler::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ElapsedEventHandler_EndInvoke_mDFC940609A3CC9D6796647889049CAB9B891DB4A (ElapsedEventHandler_t4EC687DBAA8EC75A58162EAF7E50D8F62ABDC91C * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Timers.Timer::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Timer__ctor_m974694D154959133B98B92340225155CD140F166 (Timer_t238C45D8635596EEA04884048EF70F96775D5ADC * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Timer__ctor_m974694D154959133B98B92340225155CD140F166_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(Component_t7AEFE153F6778CF52E1981BC3E811A9604B29473_il2cpp_TypeInfo_var);
|
|
Component__ctor_m7E00FCEC8E392D7C6AE3806CE5B4616B8CC84594(__this, /*hidden argument*/NULL);
|
|
__this->set_interval_4((100.0));
|
|
__this->set_enabled_5((bool)0);
|
|
__this->set_autoReset_9((bool)1);
|
|
__this->set_initializing_6((bool)0);
|
|
__this->set_delayedEnable_7((bool)0);
|
|
TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219 * L_0 = (TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219 *)il2cpp_codegen_object_new(TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219_il2cpp_TypeInfo_var);
|
|
TimerCallback__ctor_m6B85BEF2F0E429E5F8E4FA2F527B42247E95A690(L_0, __this, (intptr_t)((intptr_t)Timer_MyTimerCallback_m6953F80FC6C0E076D05DC02467F91D274E27D636_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
__this->set_callback_13(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Timers.Timer::set_AutoReset(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Timer_set_AutoReset_mB2AB0A3FE6E2D88DFD3B7C2DD35ECF11D0DA44A2 (Timer_t238C45D8635596EEA04884048EF70F96775D5ADC * __this, bool ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = Component_get_DesignMode_m5C2604368D1EC3DD4D2669AAC15F6EC25DBCAF61(__this, /*hidden argument*/NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
bool L_1 = ___value0;
|
|
__this->set_autoReset_9(L_1);
|
|
return;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
bool L_2 = __this->get_autoReset_9();
|
|
bool L_3 = ___value0;
|
|
if ((((int32_t)L_2) == ((int32_t)L_3)))
|
|
{
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
{
|
|
bool L_4 = ___value0;
|
|
__this->set_autoReset_9(L_4);
|
|
Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * L_5 = __this->get_timer_12();
|
|
if (!L_5)
|
|
{
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
{
|
|
Timer_UpdateTimer_m20F2411CF787BD0A792D3DC6762643AF1F1FFF63(__this, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean System.Timers.Timer::get_Enabled()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Timer_get_Enabled_m54E8A8BBD2F803AD57E03994C60CF3C054705497 (Timer_t238C45D8635596EEA04884048EF70F96775D5ADC * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->get_enabled_5();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.Timers.Timer::set_Enabled(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Timer_set_Enabled_mD57AF1A01AEFC5B67ED7545E0E1BD91D91DF1815 (Timer_t238C45D8635596EEA04884048EF70F96775D5ADC * __this, bool ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Timer_set_Enabled_mD57AF1A01AEFC5B67ED7545E0E1BD91D91DF1815_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t G_B14_0 = 0;
|
|
RuntimeObject * G_B14_1 = NULL;
|
|
TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219 * G_B14_2 = NULL;
|
|
Timer_t238C45D8635596EEA04884048EF70F96775D5ADC * G_B14_3 = NULL;
|
|
int32_t G_B13_0 = 0;
|
|
RuntimeObject * G_B13_1 = NULL;
|
|
TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219 * G_B13_2 = NULL;
|
|
Timer_t238C45D8635596EEA04884048EF70F96775D5ADC * G_B13_3 = NULL;
|
|
int32_t G_B15_0 = 0;
|
|
int32_t G_B15_1 = 0;
|
|
RuntimeObject * G_B15_2 = NULL;
|
|
TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219 * G_B15_3 = NULL;
|
|
Timer_t238C45D8635596EEA04884048EF70F96775D5ADC * G_B15_4 = NULL;
|
|
{
|
|
bool L_0 = Component_get_DesignMode_m5C2604368D1EC3DD4D2669AAC15F6EC25DBCAF61(__this, /*hidden argument*/NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
bool L_1 = ___value0;
|
|
__this->set_delayedEnable_7(L_1);
|
|
bool L_2 = ___value0;
|
|
__this->set_enabled_5(L_2);
|
|
return;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
bool L_3 = __this->get_initializing_6();
|
|
if (!L_3)
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
}
|
|
{
|
|
bool L_4 = ___value0;
|
|
__this->set_delayedEnable_7(L_4);
|
|
return;
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
bool L_5 = __this->get_enabled_5();
|
|
bool L_6 = ___value0;
|
|
if ((((int32_t)L_5) == ((int32_t)L_6)))
|
|
{
|
|
goto IL_00ca;
|
|
}
|
|
}
|
|
{
|
|
bool L_7 = ___value0;
|
|
if (L_7)
|
|
{
|
|
goto IL_005f;
|
|
}
|
|
}
|
|
{
|
|
Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * L_8 = __this->get_timer_12();
|
|
if (!L_8)
|
|
{
|
|
goto IL_0057;
|
|
}
|
|
}
|
|
{
|
|
__this->set_cookie_14(NULL);
|
|
Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * L_9 = __this->get_timer_12();
|
|
NullCheck(L_9);
|
|
Timer_Dispose_mAD09E4EAC3D4A4732B55911919A60CACCF8173D9(L_9, /*hidden argument*/NULL);
|
|
__this->set_timer_12((Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 *)NULL);
|
|
}
|
|
|
|
IL_0057:
|
|
{
|
|
bool L_10 = ___value0;
|
|
__this->set_enabled_5(L_10);
|
|
return;
|
|
}
|
|
|
|
IL_005f:
|
|
{
|
|
bool L_11 = ___value0;
|
|
__this->set_enabled_5(L_11);
|
|
Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * L_12 = __this->get_timer_12();
|
|
if (L_12)
|
|
{
|
|
goto IL_00c4;
|
|
}
|
|
}
|
|
{
|
|
bool L_13 = __this->get_disposed_11();
|
|
if (!L_13)
|
|
{
|
|
goto IL_0087;
|
|
}
|
|
}
|
|
{
|
|
Type_t * L_14 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_14);
|
|
String_t* L_15 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Reflection.MemberInfo::get_Name() */, L_14);
|
|
ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_16 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var);
|
|
ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_16, L_15, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, Timer_set_Enabled_mD57AF1A01AEFC5B67ED7545E0E1BD91D91DF1815_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0087:
|
|
{
|
|
double L_17 = __this->get_interval_4();
|
|
int32_t L_18 = Timer_CalculateRoundedInterval_mAA1B19FF7E45D6D9E1EEA25F15B94F1DC317143A(L_17, (bool)0, /*hidden argument*/NULL);
|
|
V_0 = L_18;
|
|
RuntimeObject * L_19 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var);
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(L_19, /*hidden argument*/NULL);
|
|
__this->set_cookie_14(L_19);
|
|
TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219 * L_20 = __this->get_callback_13();
|
|
RuntimeObject * L_21 = __this->get_cookie_14();
|
|
int32_t L_22 = V_0;
|
|
bool L_23 = __this->get_autoReset_9();
|
|
G_B13_0 = L_22;
|
|
G_B13_1 = L_21;
|
|
G_B13_2 = L_20;
|
|
G_B13_3 = __this;
|
|
if (L_23)
|
|
{
|
|
G_B14_0 = L_22;
|
|
G_B14_1 = L_21;
|
|
G_B14_2 = L_20;
|
|
G_B14_3 = __this;
|
|
goto IL_00b8;
|
|
}
|
|
}
|
|
{
|
|
G_B15_0 = (-1);
|
|
G_B15_1 = G_B13_0;
|
|
G_B15_2 = G_B13_1;
|
|
G_B15_3 = G_B13_2;
|
|
G_B15_4 = G_B13_3;
|
|
goto IL_00b9;
|
|
}
|
|
|
|
IL_00b8:
|
|
{
|
|
int32_t L_24 = V_0;
|
|
G_B15_0 = L_24;
|
|
G_B15_1 = G_B14_0;
|
|
G_B15_2 = G_B14_1;
|
|
G_B15_3 = G_B14_2;
|
|
G_B15_4 = G_B14_3;
|
|
}
|
|
|
|
IL_00b9:
|
|
{
|
|
Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * L_25 = (Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 *)il2cpp_codegen_object_new(Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553_il2cpp_TypeInfo_var);
|
|
Timer__ctor_mD4A4B4616E25E39A422DD8083930951535AE8BA1(L_25, G_B15_3, G_B15_2, G_B15_1, G_B15_0, /*hidden argument*/NULL);
|
|
NullCheck(G_B15_4);
|
|
G_B15_4->set_timer_12(L_25);
|
|
return;
|
|
}
|
|
|
|
IL_00c4:
|
|
{
|
|
Timer_UpdateTimer_m20F2411CF787BD0A792D3DC6762643AF1F1FFF63(__this, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_00ca:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 System.Timers.Timer::CalculateRoundedInterval(System.Double,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Timer_CalculateRoundedInterval_mAA1B19FF7E45D6D9E1EEA25F15B94F1DC317143A (double ___interval0, bool ___argumentCheck1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Timer_CalculateRoundedInterval_mAA1B19FF7E45D6D9E1EEA25F15B94F1DC317143A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
double V_0 = 0.0;
|
|
{
|
|
double L_0 = ___interval0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
|
|
double L_1 = ceil(L_0);
|
|
V_0 = L_1;
|
|
double L_2 = V_0;
|
|
if ((((double)L_2) > ((double)(2147483647.0))))
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
double L_3 = V_0;
|
|
if ((!(((double)L_3) <= ((double)(0.0)))))
|
|
{
|
|
goto IL_0070;
|
|
}
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
bool L_4 = ___argumentCheck1;
|
|
if (!L_4)
|
|
{
|
|
goto IL_0049;
|
|
}
|
|
}
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = L_5;
|
|
NullCheck(L_6);
|
|
ArrayElementTypeCheck (L_6, _stringLiteral84F4675C98D93EDD17EC2F6ED54E9F3EE1086612);
|
|
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteral84F4675C98D93EDD17EC2F6ED54E9F3EE1086612);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = L_6;
|
|
double L_8 = ___interval0;
|
|
double L_9 = L_8;
|
|
RuntimeObject * L_10 = Box(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var, &L_9);
|
|
NullCheck(L_7);
|
|
ArrayElementTypeCheck (L_7, L_10);
|
|
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_10);
|
|
String_t* L_11 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteral66C24906295394F5508121B373CC06087E8B3BCA, L_7, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_12 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_12, L_11, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, Timer_CalculateRoundedInterval_mAA1B19FF7E45D6D9E1EEA25F15B94F1DC317143A_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0049:
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_14 = L_13;
|
|
NullCheck(L_14);
|
|
ArrayElementTypeCheck (L_14, _stringLiteral84F4675C98D93EDD17EC2F6ED54E9F3EE1086612);
|
|
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteral84F4675C98D93EDD17EC2F6ED54E9F3EE1086612);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_15 = L_14;
|
|
double L_16 = ___interval0;
|
|
double L_17 = L_16;
|
|
RuntimeObject * L_18 = Box(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var, &L_17);
|
|
NullCheck(L_15);
|
|
ArrayElementTypeCheck (L_15, L_18);
|
|
(L_15)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_18);
|
|
String_t* L_19 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteral66C24906295394F5508121B373CC06087E8B3BCA, L_15, /*hidden argument*/NULL);
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_20 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_20, L_19, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, Timer_CalculateRoundedInterval_mAA1B19FF7E45D6D9E1EEA25F15B94F1DC317143A_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0070:
|
|
{
|
|
double L_21 = V_0;
|
|
return (((int32_t)((int32_t)L_21)));
|
|
}
|
|
}
|
|
// System.Void System.Timers.Timer::UpdateTimer()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Timer_UpdateTimer_m20F2411CF787BD0A792D3DC6762643AF1F1FFF63 (Timer_t238C45D8635596EEA04884048EF70F96775D5ADC * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t G_B2_0 = 0;
|
|
Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * G_B2_1 = NULL;
|
|
int32_t G_B1_0 = 0;
|
|
Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * G_B1_1 = NULL;
|
|
int32_t G_B3_0 = 0;
|
|
int32_t G_B3_1 = 0;
|
|
Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * G_B3_2 = NULL;
|
|
{
|
|
double L_0 = __this->get_interval_4();
|
|
int32_t L_1 = Timer_CalculateRoundedInterval_mAA1B19FF7E45D6D9E1EEA25F15B94F1DC317143A(L_0, (bool)0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * L_2 = __this->get_timer_12();
|
|
int32_t L_3 = V_0;
|
|
bool L_4 = __this->get_autoReset_9();
|
|
G_B1_0 = L_3;
|
|
G_B1_1 = L_2;
|
|
if (L_4)
|
|
{
|
|
G_B2_0 = L_3;
|
|
G_B2_1 = L_2;
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
G_B3_0 = (-1);
|
|
G_B3_1 = G_B1_0;
|
|
G_B3_2 = G_B1_1;
|
|
goto IL_0020;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
int32_t L_5 = V_0;
|
|
G_B3_0 = L_5;
|
|
G_B3_1 = G_B2_0;
|
|
G_B3_2 = G_B2_1;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
NullCheck(G_B3_2);
|
|
Timer_Change_mA8CCA4FF4215A80037ED34EDADD02D442D618EBE(G_B3_2, G_B3_1, G_B3_0, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Timers.Timer::set_Interval(System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Timer_set_Interval_m4E9D6DDA2489B502B6424BBB0EB40861D42C7FEC (Timer_t238C45D8635596EEA04884048EF70F96775D5ADC * __this, double ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Timer_set_Interval_m4E9D6DDA2489B502B6424BBB0EB40861D42C7FEC_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
double L_0 = ___value0;
|
|
if ((!(((double)L_0) <= ((double)(0.0)))))
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = L_1;
|
|
double L_3 = ___value0;
|
|
double L_4 = L_3;
|
|
RuntimeObject * L_5 = Box(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var, &L_4);
|
|
NullCheck(L_2);
|
|
ArrayElementTypeCheck (L_2, L_5);
|
|
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_5);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = L_2;
|
|
int32_t L_7 = 0;
|
|
RuntimeObject * L_8 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_7);
|
|
NullCheck(L_6);
|
|
ArrayElementTypeCheck (L_6, L_8);
|
|
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_8);
|
|
String_t* L_9 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteral356AE2D3F4C0916F42E13D1AE27CA9905F414E91, L_6, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_10 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_10, L_9, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, Timer_set_Interval_m4E9D6DDA2489B502B6424BBB0EB40861D42C7FEC_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
double L_11 = ___value0;
|
|
__this->set_interval_4(L_11);
|
|
Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * L_12 = __this->get_timer_12();
|
|
if (!L_12)
|
|
{
|
|
goto IL_0049;
|
|
}
|
|
}
|
|
{
|
|
Timer_UpdateTimer_m20F2411CF787BD0A792D3DC6762643AF1F1FFF63(__this, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0049:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Timers.Timer::add_Elapsed(System.Timers.ElapsedEventHandler)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Timer_add_Elapsed_m234717674180C61ADCD855EC75DDE17C34CA6148 (Timer_t238C45D8635596EEA04884048EF70F96775D5ADC * __this, ElapsedEventHandler_t4EC687DBAA8EC75A58162EAF7E50D8F62ABDC91C * ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Timer_add_Elapsed_m234717674180C61ADCD855EC75DDE17C34CA6148_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ElapsedEventHandler_t4EC687DBAA8EC75A58162EAF7E50D8F62ABDC91C * L_0 = __this->get_onIntervalElapsed_8();
|
|
ElapsedEventHandler_t4EC687DBAA8EC75A58162EAF7E50D8F62ABDC91C * L_1 = ___value0;
|
|
Delegate_t * L_2 = Delegate_Combine_mC25D2F7DECAFBA6D9A2F9EBA8A77063F0658ECF1(L_0, L_1, /*hidden argument*/NULL);
|
|
__this->set_onIntervalElapsed_8(((ElapsedEventHandler_t4EC687DBAA8EC75A58162EAF7E50D8F62ABDC91C *)CastclassSealed((RuntimeObject*)L_2, ElapsedEventHandler_t4EC687DBAA8EC75A58162EAF7E50D8F62ABDC91C_il2cpp_TypeInfo_var)));
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Timers.Timer::remove_Elapsed(System.Timers.ElapsedEventHandler)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Timer_remove_Elapsed_mECD0907BEDE1F8ABADB79007F272D37700082D19 (Timer_t238C45D8635596EEA04884048EF70F96775D5ADC * __this, ElapsedEventHandler_t4EC687DBAA8EC75A58162EAF7E50D8F62ABDC91C * ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Timer_remove_Elapsed_mECD0907BEDE1F8ABADB79007F272D37700082D19_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ElapsedEventHandler_t4EC687DBAA8EC75A58162EAF7E50D8F62ABDC91C * L_0 = __this->get_onIntervalElapsed_8();
|
|
ElapsedEventHandler_t4EC687DBAA8EC75A58162EAF7E50D8F62ABDC91C * L_1 = ___value0;
|
|
Delegate_t * L_2 = Delegate_Remove_m0B0DB7D1B3AF96B71AFAA72BA0EFE32FBBC2932D(L_0, L_1, /*hidden argument*/NULL);
|
|
__this->set_onIntervalElapsed_8(((ElapsedEventHandler_t4EC687DBAA8EC75A58162EAF7E50D8F62ABDC91C *)CastclassSealed((RuntimeObject*)L_2, ElapsedEventHandler_t4EC687DBAA8EC75A58162EAF7E50D8F62ABDC91C_il2cpp_TypeInfo_var)));
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Timers.Timer::set_Site(System.ComponentModel.ISite)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Timer_set_Site_m3DC95C8868C1585B2A85C00A88239A7E309E0D35 (Timer_t238C45D8635596EEA04884048EF70F96775D5ADC * __this, RuntimeObject* ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = ___value0;
|
|
Component_set_Site_m4296F063DEC65836EABB1424C6305012E289C285_inline(__this, L_0, /*hidden argument*/NULL);
|
|
bool L_1 = Component_get_DesignMode_m5C2604368D1EC3DD4D2669AAC15F6EC25DBCAF61(__this, /*hidden argument*/NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0016;
|
|
}
|
|
}
|
|
{
|
|
__this->set_enabled_5((bool)1);
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.ComponentModel.ISite System.Timers.Timer::get_Site()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Timer_get_Site_mBB1A4C59E1A94AA5B2DD710187A178EA8F8611AA (Timer_t238C45D8635596EEA04884048EF70F96775D5ADC * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = Component_get_Site_m45F03D1CF679A6E7EFEEE72F3B399663C0CF720A_inline(__this, /*hidden argument*/NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.ComponentModel.ISynchronizeInvoke System.Timers.Timer::get_SynchronizingObject()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Timer_get_SynchronizingObject_m9637A3A210BE4A8660CAF10360D695CC739C3B66 (Timer_t238C45D8635596EEA04884048EF70F96775D5ADC * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Timer_get_SynchronizingObject_m9637A3A210BE4A8660CAF10360D695CC739C3B66_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
RuntimeObject * V_1 = NULL;
|
|
{
|
|
RuntimeObject* L_0 = __this->get_synchronizingObject_10();
|
|
if (L_0)
|
|
{
|
|
goto IL_0047;
|
|
}
|
|
}
|
|
{
|
|
bool L_1 = Component_get_DesignMode_m5C2604368D1EC3DD4D2669AAC15F6EC25DBCAF61(__this, /*hidden argument*/NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0047;
|
|
}
|
|
}
|
|
{
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (IDesignerHost_tCA513EB1D3737F4248D27D16475E00F8C561219E_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_2, /*hidden argument*/NULL);
|
|
RuntimeObject * L_4 = VirtFuncInvoker1< RuntimeObject *, Type_t * >::Invoke(15 /* System.Object System.ComponentModel.Component::GetService(System.Type) */, __this, L_3);
|
|
V_0 = ((RuntimeObject*)Castclass((RuntimeObject*)L_4, IDesignerHost_tCA513EB1D3737F4248D27D16475E00F8C561219E_il2cpp_TypeInfo_var));
|
|
RuntimeObject* L_5 = V_0;
|
|
if (!L_5)
|
|
{
|
|
goto IL_0047;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_6 = V_0;
|
|
NullCheck(L_6);
|
|
RuntimeObject* L_7 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.ComponentModel.IComponent System.ComponentModel.Design.IDesignerHost::get_RootComponent() */, IDesignerHost_tCA513EB1D3737F4248D27D16475E00F8C561219E_il2cpp_TypeInfo_var, L_6);
|
|
V_1 = L_7;
|
|
RuntimeObject * L_8 = V_1;
|
|
if (!L_8)
|
|
{
|
|
goto IL_0047;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject * L_9 = V_1;
|
|
if (!((RuntimeObject*)IsInst((RuntimeObject*)L_9, ISynchronizeInvoke_t7A89CE9A5D792F694D7A5C33B2716937C39E783A_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0047;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject * L_10 = V_1;
|
|
__this->set_synchronizingObject_10(((RuntimeObject*)Castclass((RuntimeObject*)L_10, ISynchronizeInvoke_t7A89CE9A5D792F694D7A5C33B2716937C39E783A_il2cpp_TypeInfo_var)));
|
|
}
|
|
|
|
IL_0047:
|
|
{
|
|
RuntimeObject* L_11 = __this->get_synchronizingObject_10();
|
|
return L_11;
|
|
}
|
|
}
|
|
// System.Void System.Timers.Timer::BeginInit()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Timer_BeginInit_mE56DE44261D566F58D4110D330C4EA5721471BB5 (Timer_t238C45D8635596EEA04884048EF70F96775D5ADC * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Timer_Close_mE08A171DCFD8DE9C13878FEB435DE5833FF9433D(__this, /*hidden argument*/NULL);
|
|
__this->set_initializing_6((bool)1);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Timers.Timer::Close()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Timer_Close_mE08A171DCFD8DE9C13878FEB435DE5833FF9433D (Timer_t238C45D8635596EEA04884048EF70F96775D5ADC * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
__this->set_initializing_6((bool)0);
|
|
__this->set_delayedEnable_7((bool)0);
|
|
__this->set_enabled_5((bool)0);
|
|
Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * L_0 = __this->get_timer_12();
|
|
if (!L_0)
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * L_1 = __this->get_timer_12();
|
|
NullCheck(L_1);
|
|
Timer_Dispose_mAD09E4EAC3D4A4732B55911919A60CACCF8173D9(L_1, /*hidden argument*/NULL);
|
|
__this->set_timer_12((Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 *)NULL);
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Timers.Timer::Dispose(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Timer_Dispose_mEA91D78457313F6D66FAA8C21FF1AD9582EEBA95 (Timer_t238C45D8635596EEA04884048EF70F96775D5ADC * __this, bool ___disposing0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Timer_Close_mE08A171DCFD8DE9C13878FEB435DE5833FF9433D(__this, /*hidden argument*/NULL);
|
|
__this->set_disposed_11((bool)1);
|
|
bool L_0 = ___disposing0;
|
|
Component_Dispose_m80D68BDF38465CD605E93ABFBEBA8F0C9BFFC03B(__this, L_0, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Timers.Timer::EndInit()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Timer_EndInit_mAAF5F28AD7D2933258CB0C8E9E7F4351D5FBA0D0 (Timer_t238C45D8635596EEA04884048EF70F96775D5ADC * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
__this->set_initializing_6((bool)0);
|
|
bool L_0 = __this->get_delayedEnable_7();
|
|
Timer_set_Enabled_mD57AF1A01AEFC5B67ED7545E0E1BD91D91DF1815(__this, L_0, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Timers.Timer::Start()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Timer_Start_mB742978BA94EEDB27223DAF2DD82EE983B199817 (Timer_t238C45D8635596EEA04884048EF70F96775D5ADC * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Timer_set_Enabled_mD57AF1A01AEFC5B67ED7545E0E1BD91D91DF1815(__this, (bool)1, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Timers.Timer::Stop()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Timer_Stop_mC34117878EA5A9996B1E6E611D55F99C2A5E45CD (Timer_t238C45D8635596EEA04884048EF70F96775D5ADC * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Timer_set_Enabled_mD57AF1A01AEFC5B67ED7545E0E1BD91D91DF1815(__this, (bool)0, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Timers.Timer::MyTimerCallback(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Timer_MyTimerCallback_m6953F80FC6C0E076D05DC02467F91D274E27D636 (Timer_t238C45D8635596EEA04884048EF70F96775D5ADC * __this, RuntimeObject * ___state0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Timer_MyTimerCallback_m6953F80FC6C0E076D05DC02467F91D274E27D636_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ElapsedEventArgs_tF6ADBB84C7FB6277E68FA230DCAC41785E4950D6 * V_0 = NULL;
|
|
ElapsedEventHandler_t4EC687DBAA8EC75A58162EAF7E50D8F62ABDC91C * 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);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
RuntimeObject * L_0 = ___state0;
|
|
RuntimeObject * L_1 = __this->get_cookie_14();
|
|
if ((((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)L_1)))
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
bool L_2 = __this->get_autoReset_9();
|
|
if (L_2)
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
__this->set_enabled_5((bool)0);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_3 = DateTime_get_Now_mB464D30F15C97069F92C1F910DCDDC3DFCC7F7D2(/*hidden argument*/NULL);
|
|
ElapsedEventArgs_tF6ADBB84C7FB6277E68FA230DCAC41785E4950D6 * L_4 = (ElapsedEventArgs_tF6ADBB84C7FB6277E68FA230DCAC41785E4950D6 *)il2cpp_codegen_object_new(ElapsedEventArgs_tF6ADBB84C7FB6277E68FA230DCAC41785E4950D6_il2cpp_TypeInfo_var);
|
|
ElapsedEventArgs__ctor_m22124B981EE3451DE67A79AF9FDCB81A6771517D(L_4, L_3, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
}
|
|
|
|
IL_0024:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
ElapsedEventHandler_t4EC687DBAA8EC75A58162EAF7E50D8F62ABDC91C * L_5 = __this->get_onIntervalElapsed_8();
|
|
V_1 = L_5;
|
|
ElapsedEventHandler_t4EC687DBAA8EC75A58162EAF7E50D8F62ABDC91C * L_6 = V_1;
|
|
if (!L_6)
|
|
{
|
|
goto IL_0068;
|
|
}
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
RuntimeObject* L_7 = Timer_get_SynchronizingObject_m9637A3A210BE4A8660CAF10360D695CC739C3B66(__this, /*hidden argument*/NULL);
|
|
if (!L_7)
|
|
{
|
|
goto IL_0060;
|
|
}
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
RuntimeObject* L_8 = Timer_get_SynchronizingObject_m9637A3A210BE4A8660CAF10360D695CC739C3B66(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_8);
|
|
bool L_9 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.ComponentModel.ISynchronizeInvoke::get_InvokeRequired() */, ISynchronizeInvoke_t7A89CE9A5D792F694D7A5C33B2716937C39E783A_il2cpp_TypeInfo_var, L_8);
|
|
if (!L_9)
|
|
{
|
|
goto IL_0060;
|
|
}
|
|
}
|
|
|
|
IL_0043:
|
|
{
|
|
RuntimeObject* L_10 = Timer_get_SynchronizingObject_m9637A3A210BE4A8660CAF10360D695CC739C3B66(__this, /*hidden argument*/NULL);
|
|
ElapsedEventHandler_t4EC687DBAA8EC75A58162EAF7E50D8F62ABDC91C * L_11 = V_1;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_12 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = L_12;
|
|
NullCheck(L_13);
|
|
ArrayElementTypeCheck (L_13, __this);
|
|
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)__this);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_14 = L_13;
|
|
ElapsedEventArgs_tF6ADBB84C7FB6277E68FA230DCAC41785E4950D6 * L_15 = V_0;
|
|
NullCheck(L_14);
|
|
ArrayElementTypeCheck (L_14, L_15);
|
|
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_15);
|
|
NullCheck(L_10);
|
|
InterfaceFuncInvoker2< RuntimeObject*, Delegate_t *, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* >::Invoke(1 /* System.IAsyncResult System.ComponentModel.ISynchronizeInvoke::BeginInvoke(System.Delegate,System.Object[]) */, ISynchronizeInvoke_t7A89CE9A5D792F694D7A5C33B2716937C39E783A_il2cpp_TypeInfo_var, L_10, L_11, L_14);
|
|
goto IL_0068;
|
|
}
|
|
|
|
IL_0060:
|
|
{
|
|
ElapsedEventHandler_t4EC687DBAA8EC75A58162EAF7E50D8F62ABDC91C * L_16 = V_1;
|
|
ElapsedEventArgs_tF6ADBB84C7FB6277E68FA230DCAC41785E4950D6 * L_17 = V_0;
|
|
NullCheck(L_16);
|
|
ElapsedEventHandler_Invoke_m624ECE92D43152C66FF077CE6B6E5AD9F3ACC84C(L_16, __this, L_17, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0068:
|
|
{
|
|
goto IL_006d;
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_006a;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_006a:
|
|
{ // begin catch(System.Object)
|
|
goto IL_006d;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_006d:
|
|
{
|
|
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.Timers.TimersDescriptionAttribute::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimersDescriptionAttribute__ctor_m0324CE8257C7E9BD9A4298B7038041A4E8BFCF01 (TimersDescriptionAttribute_t2D22B9CC0568D8276BFBFABEFA59268FFC483650 * __this, String_t* ___description0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TimersDescriptionAttribute__ctor_m0324CE8257C7E9BD9A4298B7038041A4E8BFCF01_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___description0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DescriptionAttribute_t112C5FEAA03342D05BF40C1713ABF1C1848DEE75_il2cpp_TypeInfo_var);
|
|
DescriptionAttribute__ctor_m5964EBBE5F72FC3B765F2657E0C7A6A9EF1DF2C5(__this, L_0, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.String System.Timers.TimersDescriptionAttribute::get_Description()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TimersDescriptionAttribute_get_Description_m9050F877696AD91E1E5BDF281C582C780F3B35BB (TimersDescriptionAttribute_t2D22B9CC0568D8276BFBFABEFA59268FFC483650 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->get_replaced_2();
|
|
if (L_0)
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
{
|
|
__this->set_replaced_2((bool)1);
|
|
String_t* L_1 = DescriptionAttribute_get_Description_m86EA9FDCEF55F6643C195B45A9BA6A58E30875B3(__this, /*hidden argument*/NULL);
|
|
String_t* L_2 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(L_1, /*hidden argument*/NULL);
|
|
DescriptionAttribute_set_DescriptionValue_m847FED7026008DA7EBFE3EAAEF5E87DB92F863E8_inline(__this, L_2, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
String_t* L_3 = DescriptionAttribute_get_Description_m86EA9FDCEF55F6643C195B45A9BA6A58E30875B3(__this, /*hidden argument*/NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.String System.UncNameHelper::ParseCanonicalName(System.String,System.Int32,System.Int32,System.Boolean&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UncNameHelper_ParseCanonicalName_mCBE64015FD1B6B4829CEAA89625C1D44E280E37E (String_t* ___str0, int32_t ___start1, int32_t ___end2, bool* ___loopback3, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___str0;
|
|
int32_t L_1 = ___start1;
|
|
int32_t L_2 = ___end2;
|
|
bool* L_3 = ___loopback3;
|
|
String_t* L_4 = DomainNameHelper_ParseCanonicalName_mFE738FD1237E2D9D9A1B27BA73F58B1689D451E4(L_0, L_1, L_2, (bool*)L_3, /*hidden argument*/NULL);
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Boolean System.UncNameHelper::IsValid(System.Char*,System.UInt16,System.Int32&,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UncNameHelper_IsValid_m4055361D79684EE7B098C055B2E9068EE06F1EF6 (Il2CppChar* ___name0, uint16_t ___start1, int32_t* ___returnedEnd2, bool ___notImplicitFile3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UncNameHelper_IsValid_m4055361D79684EE7B098C055B2E9068EE06F1EF6_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint16_t V_0 = 0;
|
|
bool V_1 = false;
|
|
uint16_t V_2 = 0;
|
|
{
|
|
int32_t* L_0 = ___returnedEnd2;
|
|
int32_t L_1 = *((int32_t*)L_0);
|
|
V_0 = (uint16_t)(((int32_t)((uint16_t)L_1)));
|
|
uint16_t L_2 = ___start1;
|
|
uint16_t L_3 = V_0;
|
|
if ((!(((uint32_t)L_2) == ((uint32_t)L_3))))
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
V_1 = (bool)0;
|
|
uint16_t L_4 = ___start1;
|
|
V_2 = L_4;
|
|
goto IL_00a8;
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
Il2CppChar* L_5 = ___name0;
|
|
uint16_t L_6 = V_2;
|
|
int32_t L_7 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_5, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_6)), (int32_t)2)))));
|
|
if ((((int32_t)L_7) == ((int32_t)((int32_t)47))))
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_8 = ___name0;
|
|
uint16_t L_9 = V_2;
|
|
int32_t L_10 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_8, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_9)), (int32_t)2)))));
|
|
if ((((int32_t)L_10) == ((int32_t)((int32_t)92))))
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
bool L_11 = ___notImplicitFile3;
|
|
if (!L_11)
|
|
{
|
|
goto IL_0051;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_12 = ___name0;
|
|
uint16_t L_13 = V_2;
|
|
int32_t L_14 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_13)), (int32_t)2)))));
|
|
if ((((int32_t)L_14) == ((int32_t)((int32_t)58))))
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_15 = ___name0;
|
|
uint16_t L_16 = V_2;
|
|
int32_t L_17 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_15, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_16)), (int32_t)2)))));
|
|
if ((((int32_t)L_17) == ((int32_t)((int32_t)63))))
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_18 = ___name0;
|
|
uint16_t L_19 = V_2;
|
|
int32_t L_20 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_18, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_19)), (int32_t)2)))));
|
|
if ((!(((uint32_t)L_20) == ((uint32_t)((int32_t)35)))))
|
|
{
|
|
goto IL_0051;
|
|
}
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
uint16_t L_21 = V_2;
|
|
V_0 = L_21;
|
|
goto IL_00af;
|
|
}
|
|
|
|
IL_0051:
|
|
{
|
|
Il2CppChar* L_22 = ___name0;
|
|
uint16_t L_23 = V_2;
|
|
int32_t L_24 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_22, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_23)), (int32_t)2)))));
|
|
if ((!(((uint32_t)L_24) == ((uint32_t)((int32_t)46)))))
|
|
{
|
|
goto IL_0063;
|
|
}
|
|
}
|
|
{
|
|
uint16_t L_25 = V_2;
|
|
V_2 = (uint16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)))));
|
|
goto IL_00af;
|
|
}
|
|
|
|
IL_0063:
|
|
{
|
|
Il2CppChar* L_26 = ___name0;
|
|
uint16_t L_27 = V_2;
|
|
int32_t L_28 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_26, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_27)), (int32_t)2)))));
|
|
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
|
|
bool L_29 = Char_IsLetter_mCC7F387F16C2DE7C85B6A1A0C5BC75D92A813DFE(L_28, /*hidden argument*/NULL);
|
|
if (L_29)
|
|
{
|
|
goto IL_0087;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_30 = ___name0;
|
|
uint16_t L_31 = V_2;
|
|
int32_t L_32 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_30, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_31)), (int32_t)2)))));
|
|
if ((((int32_t)L_32) == ((int32_t)((int32_t)45))))
|
|
{
|
|
goto IL_0087;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_33 = ___name0;
|
|
uint16_t L_34 = V_2;
|
|
int32_t L_35 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_33, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_34)), (int32_t)2)))));
|
|
if ((!(((uint32_t)L_35) == ((uint32_t)((int32_t)95)))))
|
|
{
|
|
goto IL_008b;
|
|
}
|
|
}
|
|
|
|
IL_0087:
|
|
{
|
|
V_1 = (bool)1;
|
|
goto IL_00a3;
|
|
}
|
|
|
|
IL_008b:
|
|
{
|
|
Il2CppChar* L_36 = ___name0;
|
|
uint16_t L_37 = V_2;
|
|
int32_t L_38 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_36, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_37)), (int32_t)2)))));
|
|
if ((((int32_t)L_38) < ((int32_t)((int32_t)48))))
|
|
{
|
|
goto IL_00a1;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_39 = ___name0;
|
|
uint16_t L_40 = V_2;
|
|
int32_t L_41 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_39, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_40)), (int32_t)2)))));
|
|
if ((((int32_t)L_41) <= ((int32_t)((int32_t)57))))
|
|
{
|
|
goto IL_00a3;
|
|
}
|
|
}
|
|
|
|
IL_00a1:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_00a3:
|
|
{
|
|
uint16_t L_42 = V_2;
|
|
V_2 = (uint16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1)))));
|
|
}
|
|
|
|
IL_00a8:
|
|
{
|
|
uint16_t L_43 = V_2;
|
|
uint16_t L_44 = V_0;
|
|
if ((((int32_t)L_43) < ((int32_t)L_44)))
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
|
|
IL_00af:
|
|
{
|
|
bool L_45 = V_1;
|
|
if (L_45)
|
|
{
|
|
goto IL_0169;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_00b7:
|
|
{
|
|
Il2CppChar* L_46 = ___name0;
|
|
uint16_t L_47 = V_2;
|
|
int32_t L_48 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_46, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_47)), (int32_t)2)))));
|
|
if ((((int32_t)L_48) == ((int32_t)((int32_t)47))))
|
|
{
|
|
goto IL_00f1;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_49 = ___name0;
|
|
uint16_t L_50 = V_2;
|
|
int32_t L_51 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_49, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_50)), (int32_t)2)))));
|
|
if ((((int32_t)L_51) == ((int32_t)((int32_t)92))))
|
|
{
|
|
goto IL_00f1;
|
|
}
|
|
}
|
|
{
|
|
bool L_52 = ___notImplicitFile3;
|
|
if (!L_52)
|
|
{
|
|
goto IL_00f5;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_53 = ___name0;
|
|
uint16_t L_54 = V_2;
|
|
int32_t L_55 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_53, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_54)), (int32_t)2)))));
|
|
if ((((int32_t)L_55) == ((int32_t)((int32_t)58))))
|
|
{
|
|
goto IL_00f1;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_56 = ___name0;
|
|
uint16_t L_57 = V_2;
|
|
int32_t L_58 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_56, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_57)), (int32_t)2)))));
|
|
if ((((int32_t)L_58) == ((int32_t)((int32_t)63))))
|
|
{
|
|
goto IL_00f1;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_59 = ___name0;
|
|
uint16_t L_60 = V_2;
|
|
int32_t L_61 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_59, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_60)), (int32_t)2)))));
|
|
if ((!(((uint32_t)L_61) == ((uint32_t)((int32_t)35)))))
|
|
{
|
|
goto IL_00f5;
|
|
}
|
|
}
|
|
|
|
IL_00f1:
|
|
{
|
|
uint16_t L_62 = V_2;
|
|
V_0 = L_62;
|
|
goto IL_0170;
|
|
}
|
|
|
|
IL_00f5:
|
|
{
|
|
Il2CppChar* L_63 = ___name0;
|
|
uint16_t L_64 = V_2;
|
|
int32_t L_65 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_63, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_64)), (int32_t)2)))));
|
|
if ((!(((uint32_t)L_65) == ((uint32_t)((int32_t)46)))))
|
|
{
|
|
goto IL_011c;
|
|
}
|
|
}
|
|
{
|
|
bool L_66 = V_1;
|
|
if (!L_66)
|
|
{
|
|
goto IL_0116;
|
|
}
|
|
}
|
|
{
|
|
uint16_t L_67 = V_2;
|
|
uint16_t L_68 = ___start1;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_67, (int32_t)1))) < ((int32_t)L_68)))
|
|
{
|
|
goto IL_0118;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_69 = ___name0;
|
|
uint16_t L_70 = V_2;
|
|
int32_t L_71 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_69, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_70, (int32_t)1)))), (int32_t)2)))));
|
|
if ((!(((uint32_t)L_71) == ((uint32_t)((int32_t)46)))))
|
|
{
|
|
goto IL_0118;
|
|
}
|
|
}
|
|
|
|
IL_0116:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0118:
|
|
{
|
|
V_1 = (bool)0;
|
|
goto IL_0164;
|
|
}
|
|
|
|
IL_011c:
|
|
{
|
|
Il2CppChar* L_72 = ___name0;
|
|
uint16_t L_73 = V_2;
|
|
int32_t L_74 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_72, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_73)), (int32_t)2)))));
|
|
if ((((int32_t)L_74) == ((int32_t)((int32_t)45))))
|
|
{
|
|
goto IL_0132;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_75 = ___name0;
|
|
uint16_t L_76 = V_2;
|
|
int32_t L_77 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_75, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_76)), (int32_t)2)))));
|
|
if ((!(((uint32_t)L_77) == ((uint32_t)((int32_t)95)))))
|
|
{
|
|
goto IL_0137;
|
|
}
|
|
}
|
|
|
|
IL_0132:
|
|
{
|
|
bool L_78 = V_1;
|
|
if (L_78)
|
|
{
|
|
goto IL_0164;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0137:
|
|
{
|
|
Il2CppChar* L_79 = ___name0;
|
|
uint16_t L_80 = V_2;
|
|
int32_t L_81 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_79, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_80)), (int32_t)2)))));
|
|
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
|
|
bool L_82 = Char_IsLetter_mCC7F387F16C2DE7C85B6A1A0C5BC75D92A813DFE(L_81, /*hidden argument*/NULL);
|
|
if (L_82)
|
|
{
|
|
goto IL_015b;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_83 = ___name0;
|
|
uint16_t L_84 = V_2;
|
|
int32_t L_85 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_83, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_84)), (int32_t)2)))));
|
|
if ((((int32_t)L_85) < ((int32_t)((int32_t)48))))
|
|
{
|
|
goto IL_0162;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_86 = ___name0;
|
|
uint16_t L_87 = V_2;
|
|
int32_t L_88 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_86, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_87)), (int32_t)2)))));
|
|
if ((((int32_t)L_88) > ((int32_t)((int32_t)57))))
|
|
{
|
|
goto IL_0162;
|
|
}
|
|
}
|
|
|
|
IL_015b:
|
|
{
|
|
bool L_89 = V_1;
|
|
if (L_89)
|
|
{
|
|
goto IL_0164;
|
|
}
|
|
}
|
|
{
|
|
V_1 = (bool)1;
|
|
goto IL_0164;
|
|
}
|
|
|
|
IL_0162:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0164:
|
|
{
|
|
uint16_t L_90 = V_2;
|
|
V_2 = (uint16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_90, (int32_t)1)))));
|
|
}
|
|
|
|
IL_0169:
|
|
{
|
|
uint16_t L_91 = V_2;
|
|
uint16_t L_92 = V_0;
|
|
if ((((int32_t)L_91) < ((int32_t)L_92)))
|
|
{
|
|
goto IL_00b7;
|
|
}
|
|
}
|
|
|
|
IL_0170:
|
|
{
|
|
uint16_t L_93 = V_2;
|
|
uint16_t L_94 = ___start1;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_93, (int32_t)1))) < ((int32_t)L_94)))
|
|
{
|
|
goto IL_0185;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_95 = ___name0;
|
|
uint16_t L_96 = V_2;
|
|
int32_t L_97 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_95, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_96, (int32_t)1)))), (int32_t)2)))));
|
|
if ((!(((uint32_t)L_97) == ((uint32_t)((int32_t)46)))))
|
|
{
|
|
goto IL_0185;
|
|
}
|
|
}
|
|
{
|
|
V_1 = (bool)1;
|
|
}
|
|
|
|
IL_0185:
|
|
{
|
|
bool L_98 = V_1;
|
|
if (L_98)
|
|
{
|
|
goto IL_018a;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_018a:
|
|
{
|
|
int32_t* L_99 = ___returnedEnd2;
|
|
uint16_t L_100 = V_0;
|
|
*((int32_t*)L_99) = (int32_t)L_100;
|
|
return (bool)1;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Boolean System.Uri::get_IsImplicitFile()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_IsImplicitFile_m048350CB1E9AB92599F1557680A5D3B5FDE7C35D (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
uint64_t L_0 = __this->get_m_Flags_20();
|
|
return (bool)((!(((uint64_t)((int64_t)((int64_t)L_0&(int64_t)(((int64_t)((int64_t)((int32_t)536870912))))))) <= ((uint64_t)(((int64_t)((int64_t)0))))))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Boolean System.Uri::get_IsUncOrDosPath()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_IsUncOrDosPath_mE372CA996BE5B29DD531D7C6DD1809E17441005E (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
uint64_t L_0 = __this->get_m_Flags_20();
|
|
return (bool)((!(((uint64_t)((int64_t)((int64_t)L_0&(int64_t)(((int64_t)((int64_t)((int32_t)402653184))))))) <= ((uint64_t)(((int64_t)((int64_t)0))))))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Boolean System.Uri::get_IsDosPath()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_IsDosPath_m89CA4E32381C529502E91872BC89BD18F5419D08 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
uint64_t L_0 = __this->get_m_Flags_20();
|
|
return (bool)((!(((uint64_t)((int64_t)((int64_t)L_0&(int64_t)(((int64_t)((int64_t)((int32_t)134217728))))))) <= ((uint64_t)(((int64_t)((int64_t)0))))))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Boolean System.Uri::get_IsUncPath()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_IsUncPath_mD5EE84D5105BFB7D64E5C26B9549A67B720A7AE8 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
uint64_t L_0 = __this->get_m_Flags_20();
|
|
return (bool)((!(((uint64_t)((int64_t)((int64_t)L_0&(int64_t)(((int64_t)((int64_t)((int32_t)268435456))))))) <= ((uint64_t)(((int64_t)((int64_t)0))))))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Uri_Flags System.Uri::get_HostType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Uri_get_HostType_mBB4EE8652EA19E2FB8C696302D5EBE82F358EC90 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
uint64_t L_0 = __this->get_m_Flags_20();
|
|
return (uint64_t)(((int64_t)((int64_t)L_0&(int64_t)(((int64_t)((int64_t)((int32_t)458752)))))));
|
|
}
|
|
}
|
|
// System.UriParser System.Uri::get_Syntax()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * Uri_get_Syntax_m3DB6A5D9E6FC3E0D0A63EA8A4527AF4106F9BD78 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_0 = __this->get_m_Syntax_18();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Boolean System.Uri::get_IsNotAbsoluteUri()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_IsNotAbsoluteUri_mF9706123EB027C6E9AB263B98CE58CF319A22919 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_0 = __this->get_m_Syntax_18();
|
|
return (bool)((((RuntimeObject*)(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC *)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Boolean System.Uri::IriParsingStatic(System.UriParser)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_IriParsingStatic_m39FC9677B4B9EFBADF814F2EEA58280F35A1D3E5 (UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * ___syntax0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Uri_IriParsingStatic_m39FC9677B4B9EFBADF814F2EEA58280F35A1D3E5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
bool L_0 = ((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var))->get_s_IriParsing_26();
|
|
il2cpp_codegen_memory_barrier();
|
|
if (!L_0)
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_1 = ___syntax0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_2 = ___syntax0;
|
|
NullCheck(L_2);
|
|
bool L_3 = UriParser_InFact_mDD42FA932B6830D99AA04C2AE7875BA5067C86F3(L_2, ((int32_t)268435456), /*hidden argument*/NULL);
|
|
if (L_3)
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_4 = ___syntax0;
|
|
return (bool)((((RuntimeObject*)(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC *)L_4) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Uri::get_AllowIdn()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_AllowIdn_mF1833CB700E04D746D75428948BEBC70536E1941 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Uri_get_AllowIdn_mF1833CB700E04D746D75428948BEBC70536E1941_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_0 = __this->get_m_Syntax_18();
|
|
if (!L_0)
|
|
{
|
|
goto IL_0043;
|
|
}
|
|
}
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_1 = __this->get_m_Syntax_18();
|
|
NullCheck(L_1);
|
|
int32_t L_2 = UriParser_get_Flags_mBCF4C3E94892F00B6E8856BFED1B650FB6A0C039_inline(L_1, /*hidden argument*/NULL);
|
|
if (!((int32_t)((int32_t)L_2&(int32_t)((int32_t)67108864))))
|
|
{
|
|
goto IL_0043;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
int32_t L_3 = ((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var))->get_s_IdnScope_25();
|
|
il2cpp_codegen_memory_barrier();
|
|
if ((((int32_t)L_3) == ((int32_t)2)))
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
int32_t L_4 = ((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var))->get_s_IdnScope_25();
|
|
il2cpp_codegen_memory_barrier();
|
|
if ((!(((uint32_t)L_4) == ((uint32_t)1))))
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
{
|
|
bool L_5 = Uri_NotAny_mC5DC04B72B13D2997B055B9E41FCFEEC1CE5263D(__this, ((int64_t)137438953472LL), /*hidden argument*/NULL);
|
|
return L_5;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0043:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Uri::AllowIdnStatic(System.UriParser,System.Uri_Flags)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_AllowIdnStatic_mFABD19611F334DF87EC3FF2B9A1FA061CAE3A5C5 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * ___syntax0, uint64_t ___flags1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Uri_AllowIdnStatic_mFABD19611F334DF87EC3FF2B9A1FA061CAE3A5C5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_0 = ___syntax0;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_1 = ___syntax0;
|
|
NullCheck(L_1);
|
|
int32_t L_2 = UriParser_get_Flags_mBCF4C3E94892F00B6E8856BFED1B650FB6A0C039_inline(L_1, /*hidden argument*/NULL);
|
|
if (!((int32_t)((int32_t)L_2&(int32_t)((int32_t)67108864))))
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
int32_t L_3 = ((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var))->get_s_IdnScope_25();
|
|
il2cpp_codegen_memory_barrier();
|
|
if ((((int32_t)L_3) == ((int32_t)2)))
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
int32_t L_4 = ((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var))->get_s_IdnScope_25();
|
|
il2cpp_codegen_memory_barrier();
|
|
if ((!(((uint32_t)L_4) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_5 = ___flags1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
bool L_6 = Uri_StaticNotAny_mC07A1201FBE032238FCFA96E9FB5D60AEDACCC5A(L_5, ((int64_t)137438953472LL), /*hidden argument*/NULL);
|
|
return L_6;
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Uri::IsIntranet(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_IsIntranet_mE98CA41B60FE0D4970737C8B7C81E5C63BFC07E1 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, String_t* ___schemeHost0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Uri::get_UserDrivenParsing()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_UserDrivenParsing_mFF27964894B5C0432C37E425F319D6C915BCDC39 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
uint64_t L_0 = __this->get_m_Flags_20();
|
|
return (bool)((!(((uint64_t)((int64_t)((int64_t)L_0&(int64_t)(((int64_t)((int64_t)((int32_t)16777216))))))) <= ((uint64_t)(((int64_t)((int64_t)0))))))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Void System.Uri::SetUserDrivenParsing()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_SetUserDrivenParsing_m0368CB47B9E9C35CB49B3F02DBE8DFED8756226B (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
uint64_t L_0 = __this->get_m_Flags_20();
|
|
__this->set_m_Flags_20(((int64_t)((int64_t)(((int64_t)((int64_t)((int32_t)16777216))))|(int64_t)((int64_t)((int64_t)L_0&(int64_t)(((int64_t)((int64_t)((int32_t)524288)))))))));
|
|
return;
|
|
}
|
|
}
|
|
// System.UInt16 System.Uri::get_SecuredPathIndex()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Uri_get_SecuredPathIndex_mC59A2366D6F3667017F677351C4350C9541905AA (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method)
|
|
{
|
|
Il2CppChar V_0 = 0x0;
|
|
int32_t G_B5_0 = 0;
|
|
{
|
|
bool L_0 = Uri_get_IsDosPath_m89CA4E32381C529502E91872BC89BD18F5419D08(__this, /*hidden argument*/NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = __this->get_m_String_16();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_2 = __this->get_m_Info_21();
|
|
NullCheck(L_2);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_3 = L_2->get_address_of_Offset_3();
|
|
uint16_t L_4 = L_3->get_Path_4();
|
|
NullCheck(L_1);
|
|
Il2CppChar L_5 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_1, L_4, /*hidden argument*/NULL);
|
|
V_0 = L_5;
|
|
Il2CppChar L_6 = V_0;
|
|
if ((((int32_t)L_6) == ((int32_t)((int32_t)47))))
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_7 = V_0;
|
|
if ((((int32_t)L_7) == ((int32_t)((int32_t)92))))
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
G_B5_0 = 2;
|
|
goto IL_0032;
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
G_B5_0 = 3;
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
return (uint16_t)(((int32_t)((uint16_t)G_B5_0)));
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
return (uint16_t)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Uri::NotAny(System.Uri_Flags)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_NotAny_mC5DC04B72B13D2997B055B9E41FCFEEC1CE5263D (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, uint64_t ___flags0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
uint64_t L_0 = __this->get_m_Flags_20();
|
|
uint64_t L_1 = ___flags0;
|
|
return (bool)((((int64_t)((int64_t)((int64_t)L_0&(int64_t)L_1))) == ((int64_t)(((int64_t)((int64_t)0)))))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Boolean System.Uri::InFact(System.Uri_Flags)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_InFact_m4CE890C86FA34154A044516D2F3C9463389220D7 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, uint64_t ___flags0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
uint64_t L_0 = __this->get_m_Flags_20();
|
|
uint64_t L_1 = ___flags0;
|
|
return (bool)((!(((uint64_t)((int64_t)((int64_t)L_0&(int64_t)L_1))) <= ((uint64_t)(((int64_t)((int64_t)0))))))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Boolean System.Uri::StaticNotAny(System.Uri_Flags,System.Uri_Flags)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_StaticNotAny_mC07A1201FBE032238FCFA96E9FB5D60AEDACCC5A (uint64_t ___allFlags0, uint64_t ___checkFlags1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
uint64_t L_0 = ___allFlags0;
|
|
uint64_t L_1 = ___checkFlags1;
|
|
return (bool)((((int64_t)((int64_t)((int64_t)L_0&(int64_t)L_1))) == ((int64_t)(((int64_t)((int64_t)0)))))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Boolean System.Uri::StaticInFact(System.Uri_Flags,System.Uri_Flags)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_StaticInFact_m77BB2AE094534AFD7B9F68683C2A4356A75E39B8 (uint64_t ___allFlags0, uint64_t ___checkFlags1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
uint64_t L_0 = ___allFlags0;
|
|
uint64_t L_1 = ___checkFlags1;
|
|
return (bool)((!(((uint64_t)((int64_t)((int64_t)L_0&(int64_t)L_1))) <= ((uint64_t)(((int64_t)((int64_t)0))))))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Uri_UriInfo System.Uri::EnsureUriInfo()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * Uri_EnsureUriInfo_m4B46DF8611FA6D20D497D12D00544CFB466DCFA7 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method)
|
|
{
|
|
uint64_t V_0 = 0;
|
|
{
|
|
uint64_t L_0 = __this->get_m_Flags_20();
|
|
V_0 = L_0;
|
|
uint64_t L_1 = __this->get_m_Flags_20();
|
|
if (((int64_t)((int64_t)L_1&(int64_t)(((int64_t)((int64_t)((int32_t)1073741824)))))))
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_2 = V_0;
|
|
Uri_CreateUriInfo_mC112D6E7002CA014AB6BEA878A66ECC46340FAAF(__this, L_2, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_3 = __this->get_m_Info_21();
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Void System.Uri::EnsureParseRemaining()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_EnsureParseRemaining_m33815B5767FAFADB762F7E39364E6432340F210B (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
uint64_t L_0 = __this->get_m_Flags_20();
|
|
if (((int64_t)((int64_t)L_0&(int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)-2147483648LL))))))))))
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
Uri_ParseRemaining_mBAE0F9850CD84965B3793B17444C677D77D58774(__this, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Uri::EnsureHostString(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_EnsureHostString_m4BD63AA5A88CA09572A8A7CF3B2EDDE17EF9C720 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, bool ___allowDnsOptimization0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Uri_EnsureUriInfo_m4B46DF8611FA6D20D497D12D00544CFB466DCFA7(__this, /*hidden argument*/NULL);
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_0 = __this->get_m_Info_21();
|
|
NullCheck(L_0);
|
|
String_t* L_1 = L_0->get_Host_0();
|
|
if (L_1)
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
{
|
|
bool L_2 = ___allowDnsOptimization0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
{
|
|
bool L_3 = Uri_InFact_m4CE890C86FA34154A044516D2F3C9463389220D7(__this, (((int64_t)((int64_t)((int32_t)33554432)))), /*hidden argument*/NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
Uri_CreateHostString_m6FEC48641D3786D73B50D5DC792804C9A4D70C54(__this, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Uri::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri__ctor_mBA69907A1D799CD12ED44B611985B25FE4C626A2 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, String_t* ___uriString0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Uri__ctor_mBA69907A1D799CD12ED44B611985B25FE4C626A2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
String_t* L_0 = ___uriString0;
|
|
if (L_0)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral1F4720FAD79F872C31915A9E641A32E766A2357D, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Uri__ctor_mBA69907A1D799CD12ED44B611985B25FE4C626A2_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
String_t* L_2 = ___uriString0;
|
|
Uri_CreateThis_mCB3DC849A426498E9CCD249850CBC69C9D67D864(__this, L_2, (bool)0, 1, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Uri::.ctor(System.String,System.UriKind)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri__ctor_mA02DB222F4F35380DE2700D84F58EB42497FDDE4 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, String_t* ___uriString0, int32_t ___uriKind1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Uri__ctor_mA02DB222F4F35380DE2700D84F58EB42497FDDE4_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
String_t* L_0 = ___uriString0;
|
|
if (L_0)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral1F4720FAD79F872C31915A9E641A32E766A2357D, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Uri__ctor_mA02DB222F4F35380DE2700D84F58EB42497FDDE4_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
String_t* L_2 = ___uriString0;
|
|
int32_t L_3 = ___uriKind1;
|
|
Uri_CreateThis_mCB3DC849A426498E9CCD249850CBC69C9D67D864(__this, L_2, (bool)0, L_3, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Uri::.ctor(System.Uri,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri__ctor_m41A759BF295FB902084DD289849793E01A65A14E (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___baseUri0, String_t* ___relativeUri1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Uri__ctor_m41A759BF295FB902084DD289849793E01A65A14E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___baseUri0;
|
|
if (L_0)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral4C44B2AF1B92AB60120242108B3B6F58A3040E35, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Uri__ctor_m41A759BF295FB902084DD289849793E01A65A14E_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_2 = ___baseUri0;
|
|
NullCheck(L_2);
|
|
bool L_3 = Uri_get_IsAbsoluteUri_m8C189085F1C675DBC3148AA70C38074EC075D722(L_2, /*hidden argument*/NULL);
|
|
if (L_3)
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_4 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_4, _stringLiteral4C44B2AF1B92AB60120242108B3B6F58A3040E35, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Uri__ctor_m41A759BF295FB902084DD289849793E01A65A14E_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_5 = ___baseUri0;
|
|
String_t* L_6 = ___relativeUri1;
|
|
Uri_CreateUri_m0A20410F2B8286AE6EDCD8B5AB3E104FA095808A(__this, L_5, L_6, (bool)0, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Uri::CreateUri(System.Uri,System.String,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_CreateUri_m0A20410F2B8286AE6EDCD8B5AB3E104FA095808A (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___baseUri0, String_t* ___relativeUri1, bool ___dontEscape2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Uri_CreateUri_m0A20410F2B8286AE6EDCD8B5AB3E104FA095808A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A * V_0 = NULL;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * V_1 = NULL;
|
|
{
|
|
String_t* L_0 = ___relativeUri1;
|
|
bool L_1 = ___dontEscape2;
|
|
Uri_CreateThis_mCB3DC849A426498E9CCD249850CBC69C9D67D864(__this, L_0, L_1, ((int32_t)300), /*hidden argument*/NULL);
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_2 = ___baseUri0;
|
|
NullCheck(L_2);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_3 = Uri_get_Syntax_m3DB6A5D9E6FC3E0D0A63EA8A4527AF4106F9BD78_inline(L_2, /*hidden argument*/NULL);
|
|
NullCheck(L_3);
|
|
bool L_4 = UriParser_get_IsSimple_mDDB03A5F6EEE6E92926A386655E5BBD553719B9C(L_3, /*hidden argument*/NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
}
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_5 = ___baseUri0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_6 = Uri_ResolveHelper_mEDF1549C3E9AC1CF6177DCF93B17D574411916BC(L_5, __this, (String_t**)(&___relativeUri1), (bool*)(&___dontEscape2), (UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A **)(&V_0), /*hidden argument*/NULL);
|
|
V_1 = L_6;
|
|
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A * L_7 = V_0;
|
|
if (!L_7)
|
|
{
|
|
goto IL_002d;
|
|
}
|
|
}
|
|
{
|
|
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A * L_8 = V_0;
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, Uri_CreateUri_m0A20410F2B8286AE6EDCD8B5AB3E104FA095808A_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_9 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
bool L_10 = Uri_op_Inequality_m07015206F59460E87CDE2A8D303D5712E30A7F6B(L_9, (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)NULL, /*hidden argument*/NULL);
|
|
if (!L_10)
|
|
{
|
|
goto IL_005b;
|
|
}
|
|
}
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_11 = V_1;
|
|
if ((((RuntimeObject*)(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)L_11) == ((RuntimeObject*)(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)__this)))
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
}
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_12 = V_1;
|
|
Uri_CreateThisFromUri_m9A4AE7CD70F7EDE9154634057EBE600E74A5D544(__this, L_12, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_0042:
|
|
{
|
|
___dontEscape2 = (bool)0;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_13 = ___baseUri0;
|
|
NullCheck(L_13);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_14 = Uri_get_Syntax_m3DB6A5D9E6FC3E0D0A63EA8A4527AF4106F9BD78_inline(L_13, /*hidden argument*/NULL);
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_15 = ___baseUri0;
|
|
NullCheck(L_14);
|
|
String_t* L_16 = UriParser_InternalResolve_m2A027789CB5105E32B09810E81810E8E35DD1F26(L_14, L_15, __this, (UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A **)(&V_0), /*hidden argument*/NULL);
|
|
___relativeUri1 = L_16;
|
|
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A * L_17 = V_0;
|
|
if (!L_17)
|
|
{
|
|
goto IL_005b;
|
|
}
|
|
}
|
|
{
|
|
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A * L_18 = V_0;
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, Uri_CreateUri_m0A20410F2B8286AE6EDCD8B5AB3E104FA095808A_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_005b:
|
|
{
|
|
__this->set_m_Flags_20((((int64_t)((int64_t)0))));
|
|
__this->set_m_Info_21((UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E *)NULL);
|
|
__this->set_m_Syntax_18((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC *)NULL);
|
|
String_t* L_19 = ___relativeUri1;
|
|
bool L_20 = ___dontEscape2;
|
|
Uri_CreateThis_mCB3DC849A426498E9CCD249850CBC69C9D67D864(__this, L_19, L_20, 1, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Uri::.ctor(System.Uri,System.Uri)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri__ctor_m42192656437FBEF1EEA8724D3EF2BB67DA0ED6BF (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___baseUri0, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___relativeUri1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Uri__ctor_m42192656437FBEF1EEA8724D3EF2BB67DA0ED6BF_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A * V_1 = NULL;
|
|
bool V_2 = false;
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___baseUri0;
|
|
if (L_0)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral4C44B2AF1B92AB60120242108B3B6F58A3040E35, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Uri__ctor_m42192656437FBEF1EEA8724D3EF2BB67DA0ED6BF_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_2 = ___baseUri0;
|
|
NullCheck(L_2);
|
|
bool L_3 = Uri_get_IsAbsoluteUri_m8C189085F1C675DBC3148AA70C38074EC075D722(L_2, /*hidden argument*/NULL);
|
|
if (L_3)
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_4 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_4, _stringLiteral4C44B2AF1B92AB60120242108B3B6F58A3040E35, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Uri__ctor_m42192656437FBEF1EEA8724D3EF2BB67DA0ED6BF_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_5 = ___relativeUri1;
|
|
Uri_CreateThisFromUri_m9A4AE7CD70F7EDE9154634057EBE600E74A5D544(__this, L_5, /*hidden argument*/NULL);
|
|
V_0 = (String_t*)NULL;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_6 = ___baseUri0;
|
|
NullCheck(L_6);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_7 = Uri_get_Syntax_m3DB6A5D9E6FC3E0D0A63EA8A4527AF4106F9BD78_inline(L_6, /*hidden argument*/NULL);
|
|
NullCheck(L_7);
|
|
bool L_8 = UriParser_get_IsSimple_mDDB03A5F6EEE6E92926A386655E5BBD553719B9C(L_7, /*hidden argument*/NULL);
|
|
if (!L_8)
|
|
{
|
|
goto IL_0073;
|
|
}
|
|
}
|
|
{
|
|
bool L_9 = Uri_InFact_m4CE890C86FA34154A044516D2F3C9463389220D7(__this, (((int64_t)((int64_t)((int32_t)524288)))), /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_10 = ___baseUri0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_11 = Uri_ResolveHelper_mEDF1549C3E9AC1CF6177DCF93B17D574411916BC(L_10, __this, (String_t**)(&V_0), (bool*)(&V_2), (UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A **)(&V_1), /*hidden argument*/NULL);
|
|
___relativeUri1 = L_11;
|
|
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A * L_12 = V_1;
|
|
if (!L_12)
|
|
{
|
|
goto IL_005e;
|
|
}
|
|
}
|
|
{
|
|
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A * L_13 = V_1;
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, Uri__ctor_m42192656437FBEF1EEA8724D3EF2BB67DA0ED6BF_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_005e:
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_14 = ___relativeUri1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
bool L_15 = Uri_op_Inequality_m07015206F59460E87CDE2A8D303D5712E30A7F6B(L_14, (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)NULL, /*hidden argument*/NULL);
|
|
if (!L_15)
|
|
{
|
|
goto IL_008a;
|
|
}
|
|
}
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_16 = ___relativeUri1;
|
|
if ((((RuntimeObject*)(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)L_16) == ((RuntimeObject*)(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)__this)))
|
|
{
|
|
goto IL_0072;
|
|
}
|
|
}
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_17 = ___relativeUri1;
|
|
Uri_CreateThisFromUri_m9A4AE7CD70F7EDE9154634057EBE600E74A5D544(__this, L_17, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0072:
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_0073:
|
|
{
|
|
V_2 = (bool)0;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_18 = ___baseUri0;
|
|
NullCheck(L_18);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_19 = Uri_get_Syntax_m3DB6A5D9E6FC3E0D0A63EA8A4527AF4106F9BD78_inline(L_18, /*hidden argument*/NULL);
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_20 = ___baseUri0;
|
|
NullCheck(L_19);
|
|
String_t* L_21 = UriParser_InternalResolve_m2A027789CB5105E32B09810E81810E8E35DD1F26(L_19, L_20, __this, (UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A **)(&V_1), /*hidden argument*/NULL);
|
|
V_0 = L_21;
|
|
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A * L_22 = V_1;
|
|
if (!L_22)
|
|
{
|
|
goto IL_008a;
|
|
}
|
|
}
|
|
{
|
|
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A * L_23 = V_1;
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, Uri__ctor_m42192656437FBEF1EEA8724D3EF2BB67DA0ED6BF_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_008a:
|
|
{
|
|
__this->set_m_Flags_20((((int64_t)((int64_t)0))));
|
|
__this->set_m_Info_21((UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E *)NULL);
|
|
__this->set_m_Syntax_18((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC *)NULL);
|
|
String_t* L_24 = V_0;
|
|
bool L_25 = V_2;
|
|
Uri_CreateThis_mCB3DC849A426498E9CCD249850CBC69C9D67D864(__this, L_24, L_25, 1, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.ParsingError System.Uri::GetCombinedString(System.Uri,System.String,System.Boolean,System.String&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Uri_GetCombinedString_m7B95A90BC09E899CF41B0047E0B681FA7CEB8668 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___baseUri0, String_t* ___relativeStr1, bool ___dontEscape2, String_t** ___result3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Uri_GetCombinedString_m7B95A90BC09E899CF41B0047E0B681FA7CEB8668_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
String_t* V_1 = NULL;
|
|
Il2CppChar* V_2 = NULL;
|
|
String_t* V_3 = NULL;
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * V_4 = NULL;
|
|
String_t* G_B22_0 = NULL;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * G_B22_1 = NULL;
|
|
String_t** G_B22_2 = NULL;
|
|
String_t* G_B21_0 = NULL;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * G_B21_1 = NULL;
|
|
String_t** G_B21_2 = NULL;
|
|
int32_t G_B23_0 = 0;
|
|
String_t* G_B23_1 = NULL;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * G_B23_2 = NULL;
|
|
String_t** G_B23_3 = NULL;
|
|
{
|
|
V_0 = 0;
|
|
goto IL_00b3;
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
String_t* L_0 = ___relativeStr1;
|
|
int32_t L_1 = V_0;
|
|
NullCheck(L_0);
|
|
Il2CppChar L_2 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_0, L_1, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_2) == ((int32_t)((int32_t)47))))
|
|
{
|
|
goto IL_00bf;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_3 = ___relativeStr1;
|
|
int32_t L_4 = V_0;
|
|
NullCheck(L_3);
|
|
Il2CppChar L_5 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_3, L_4, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_5) == ((int32_t)((int32_t)92))))
|
|
{
|
|
goto IL_00bf;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_6 = ___relativeStr1;
|
|
int32_t L_7 = V_0;
|
|
NullCheck(L_6);
|
|
Il2CppChar L_8 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_6, L_7, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_8) == ((int32_t)((int32_t)63))))
|
|
{
|
|
goto IL_00bf;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_9 = ___relativeStr1;
|
|
int32_t L_10 = V_0;
|
|
NullCheck(L_9);
|
|
Il2CppChar L_11 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_9, L_10, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_11) == ((int32_t)((int32_t)35))))
|
|
{
|
|
goto IL_00bf;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_12 = ___relativeStr1;
|
|
int32_t L_13 = V_0;
|
|
NullCheck(L_12);
|
|
Il2CppChar L_14 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_12, L_13, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_14) == ((uint32_t)((int32_t)58)))))
|
|
{
|
|
goto IL_00af;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_15 = V_0;
|
|
if ((((int32_t)L_15) < ((int32_t)2)))
|
|
{
|
|
goto IL_00bf;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_16 = ___relativeStr1;
|
|
int32_t L_17 = V_0;
|
|
NullCheck(L_16);
|
|
String_t* L_18 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_16, 0, L_17, /*hidden argument*/NULL);
|
|
V_1 = L_18;
|
|
String_t* L_19 = V_1;
|
|
V_3 = L_19;
|
|
String_t* L_20 = V_3;
|
|
V_2 = (Il2CppChar*)(((uintptr_t)L_20));
|
|
Il2CppChar* L_21 = V_2;
|
|
if (!L_21)
|
|
{
|
|
goto IL_0067;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_22 = V_2;
|
|
int32_t L_23 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL);
|
|
V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_22, (int32_t)L_23));
|
|
}
|
|
|
|
IL_0067:
|
|
{
|
|
V_4 = (UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC *)NULL;
|
|
Il2CppChar* L_24 = V_2;
|
|
String_t* L_25 = V_1;
|
|
NullCheck(L_25);
|
|
int32_t L_26 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_25, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
int32_t L_27 = Uri_CheckSchemeSyntax_m1181D9BEA35D9D22852FD2FE815CABB267BA5A8F((Il2CppChar*)(Il2CppChar*)L_24, (uint16_t)(((int32_t)((uint16_t)L_26))), (UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC **)(&V_4), /*hidden argument*/NULL);
|
|
if (L_27)
|
|
{
|
|
goto IL_00ab;
|
|
}
|
|
}
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_28 = ___baseUri0;
|
|
NullCheck(L_28);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_29 = Uri_get_Syntax_m3DB6A5D9E6FC3E0D0A63EA8A4527AF4106F9BD78_inline(L_28, /*hidden argument*/NULL);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_30 = V_4;
|
|
if ((!(((RuntimeObject*)(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC *)L_29) == ((RuntimeObject*)(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC *)L_30))))
|
|
{
|
|
goto IL_00a6;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_31 = V_0;
|
|
String_t* L_32 = ___relativeStr1;
|
|
NullCheck(L_32);
|
|
int32_t L_33 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_32, /*hidden argument*/NULL);
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1))) >= ((int32_t)L_33)))
|
|
{
|
|
goto IL_009d;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_34 = ___relativeStr1;
|
|
int32_t L_35 = V_0;
|
|
NullCheck(L_34);
|
|
String_t* L_36 = String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE(L_34, ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)), /*hidden argument*/NULL);
|
|
___relativeStr1 = L_36;
|
|
goto IL_00ab;
|
|
}
|
|
|
|
IL_009d:
|
|
{
|
|
String_t* L_37 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
___relativeStr1 = L_37;
|
|
goto IL_00ab;
|
|
}
|
|
|
|
IL_00a6:
|
|
{
|
|
String_t** L_38 = ___result3;
|
|
String_t* L_39 = ___relativeStr1;
|
|
*((RuntimeObject **)L_38) = (RuntimeObject *)L_39;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_38, (void*)(RuntimeObject *)L_39);
|
|
return (int32_t)(0);
|
|
}
|
|
|
|
IL_00ab:
|
|
{
|
|
V_3 = (String_t*)NULL;
|
|
goto IL_00bf;
|
|
}
|
|
|
|
IL_00af:
|
|
{
|
|
int32_t L_40 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1));
|
|
}
|
|
|
|
IL_00b3:
|
|
{
|
|
int32_t L_41 = V_0;
|
|
String_t* L_42 = ___relativeStr1;
|
|
NullCheck(L_42);
|
|
int32_t L_43 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_42, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_41) < ((int32_t)L_43)))
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
|
|
IL_00bf:
|
|
{
|
|
String_t* L_44 = ___relativeStr1;
|
|
NullCheck(L_44);
|
|
int32_t L_45 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_44, /*hidden argument*/NULL);
|
|
if (L_45)
|
|
{
|
|
goto IL_00d1;
|
|
}
|
|
}
|
|
{
|
|
String_t** L_46 = ___result3;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_47 = ___baseUri0;
|
|
NullCheck(L_47);
|
|
String_t* L_48 = Uri_get_OriginalString_m56099E46276F0A52524347F1F46A2F88E948504F(L_47, /*hidden argument*/NULL);
|
|
*((RuntimeObject **)L_46) = (RuntimeObject *)L_48;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_46, (void*)(RuntimeObject *)L_48);
|
|
return (int32_t)(0);
|
|
}
|
|
|
|
IL_00d1:
|
|
{
|
|
String_t** L_49 = ___result3;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_50 = ___baseUri0;
|
|
String_t* L_51 = ___relativeStr1;
|
|
bool L_52 = ___dontEscape2;
|
|
G_B21_0 = L_51;
|
|
G_B21_1 = L_50;
|
|
G_B21_2 = L_49;
|
|
if (L_52)
|
|
{
|
|
G_B22_0 = L_51;
|
|
G_B22_1 = L_50;
|
|
G_B22_2 = L_49;
|
|
goto IL_00da;
|
|
}
|
|
}
|
|
{
|
|
G_B23_0 = 3;
|
|
G_B23_1 = G_B21_0;
|
|
G_B23_2 = G_B21_1;
|
|
G_B23_3 = G_B21_2;
|
|
goto IL_00db;
|
|
}
|
|
|
|
IL_00da:
|
|
{
|
|
G_B23_0 = 1;
|
|
G_B23_1 = G_B22_0;
|
|
G_B23_2 = G_B22_1;
|
|
G_B23_3 = G_B22_2;
|
|
}
|
|
|
|
IL_00db:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
String_t* L_53 = Uri_CombineUri_m77B7B8B856CF8100E51250247930963E7C544F91(G_B23_2, G_B23_1, G_B23_0, /*hidden argument*/NULL);
|
|
*((RuntimeObject **)G_B23_3) = (RuntimeObject *)L_53;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)G_B23_3, (void*)(RuntimeObject *)L_53);
|
|
return (int32_t)(0);
|
|
}
|
|
}
|
|
// System.UriFormatException System.Uri::GetException(System.ParsingError)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A * Uri_GetException_m2E833A8358C84BCF0397341160FADB1164290164 (int32_t ___err0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Uri_GetException_m2E833A8358C84BCF0397341160FADB1164290164_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = ___err0;
|
|
switch (L_0)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_0051;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_0061;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_0071;
|
|
}
|
|
case 5:
|
|
{
|
|
goto IL_0081;
|
|
}
|
|
case 6:
|
|
{
|
|
goto IL_0091;
|
|
}
|
|
case 7:
|
|
{
|
|
goto IL_00a1;
|
|
}
|
|
case 8:
|
|
{
|
|
goto IL_00b1;
|
|
}
|
|
case 9:
|
|
{
|
|
goto IL_00c1;
|
|
}
|
|
case 10:
|
|
{
|
|
goto IL_00d1;
|
|
}
|
|
case 11:
|
|
{
|
|
goto IL_00e1;
|
|
}
|
|
case 12:
|
|
{
|
|
goto IL_00f1;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_0101;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
return (UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A *)NULL;
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
String_t* L_1 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteralCE99D95F1E4BAA4F4417D18FD42F407DA2C676F5, /*hidden argument*/NULL);
|
|
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A * L_2 = (UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A *)il2cpp_codegen_object_new(UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A_il2cpp_TypeInfo_var);
|
|
UriFormatException__ctor_mE1D46962CC168EB07B59D1265F5734A8F587567D(L_2, L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
|
|
IL_0051:
|
|
{
|
|
String_t* L_3 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral57E68B8AF3FD3A50C789D0A6C6B204E28654550B, /*hidden argument*/NULL);
|
|
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A * L_4 = (UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A *)il2cpp_codegen_object_new(UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A_il2cpp_TypeInfo_var);
|
|
UriFormatException__ctor_mE1D46962CC168EB07B59D1265F5734A8F587567D(L_4, L_3, /*hidden argument*/NULL);
|
|
return L_4;
|
|
}
|
|
|
|
IL_0061:
|
|
{
|
|
String_t* L_5 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral7F3FCF1A5013858257C1B9FA458921FE236B6E21, /*hidden argument*/NULL);
|
|
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A * L_6 = (UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A *)il2cpp_codegen_object_new(UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A_il2cpp_TypeInfo_var);
|
|
UriFormatException__ctor_mE1D46962CC168EB07B59D1265F5734A8F587567D(L_6, L_5, /*hidden argument*/NULL);
|
|
return L_6;
|
|
}
|
|
|
|
IL_0071:
|
|
{
|
|
String_t* L_7 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral915232329E5A427406D39231087FFD393B7C7441, /*hidden argument*/NULL);
|
|
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A * L_8 = (UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A *)il2cpp_codegen_object_new(UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A_il2cpp_TypeInfo_var);
|
|
UriFormatException__ctor_mE1D46962CC168EB07B59D1265F5734A8F587567D(L_8, L_7, /*hidden argument*/NULL);
|
|
return L_8;
|
|
}
|
|
|
|
IL_0081:
|
|
{
|
|
String_t* L_9 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteralE8D404D6AA19E033FC363F18B9850532E673E382, /*hidden argument*/NULL);
|
|
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A * L_10 = (UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A *)il2cpp_codegen_object_new(UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A_il2cpp_TypeInfo_var);
|
|
UriFormatException__ctor_mE1D46962CC168EB07B59D1265F5734A8F587567D(L_10, L_9, /*hidden argument*/NULL);
|
|
return L_10;
|
|
}
|
|
|
|
IL_0091:
|
|
{
|
|
String_t* L_11 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral8313799DB2EC33E29A24C7AA3B2B19EE6B301F73, /*hidden argument*/NULL);
|
|
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A * L_12 = (UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A *)il2cpp_codegen_object_new(UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A_il2cpp_TypeInfo_var);
|
|
UriFormatException__ctor_mE1D46962CC168EB07B59D1265F5734A8F587567D(L_12, L_11, /*hidden argument*/NULL);
|
|
return L_12;
|
|
}
|
|
|
|
IL_00a1:
|
|
{
|
|
String_t* L_13 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral2EA9547ED477FB8B017296498D5832E1B7F49693, /*hidden argument*/NULL);
|
|
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A * L_14 = (UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A *)il2cpp_codegen_object_new(UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A_il2cpp_TypeInfo_var);
|
|
UriFormatException__ctor_mE1D46962CC168EB07B59D1265F5734A8F587567D(L_14, L_13, /*hidden argument*/NULL);
|
|
return L_14;
|
|
}
|
|
|
|
IL_00b1:
|
|
{
|
|
String_t* L_15 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral0EAAFADA8E6294CEEB14C8CE9FB4FA132AED824A, /*hidden argument*/NULL);
|
|
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A * L_16 = (UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A *)il2cpp_codegen_object_new(UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A_il2cpp_TypeInfo_var);
|
|
UriFormatException__ctor_mE1D46962CC168EB07B59D1265F5734A8F587567D(L_16, L_15, /*hidden argument*/NULL);
|
|
return L_16;
|
|
}
|
|
|
|
IL_00c1:
|
|
{
|
|
String_t* L_17 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteralCE99D95F1E4BAA4F4417D18FD42F407DA2C676F5, /*hidden argument*/NULL);
|
|
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A * L_18 = (UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A *)il2cpp_codegen_object_new(UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A_il2cpp_TypeInfo_var);
|
|
UriFormatException__ctor_mE1D46962CC168EB07B59D1265F5734A8F587567D(L_18, L_17, /*hidden argument*/NULL);
|
|
return L_18;
|
|
}
|
|
|
|
IL_00d1:
|
|
{
|
|
String_t* L_19 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral9548209E63822857C26213BDF63A49AC16763CEF, /*hidden argument*/NULL);
|
|
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A * L_20 = (UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A *)il2cpp_codegen_object_new(UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A_il2cpp_TypeInfo_var);
|
|
UriFormatException__ctor_mE1D46962CC168EB07B59D1265F5734A8F587567D(L_20, L_19, /*hidden argument*/NULL);
|
|
return L_20;
|
|
}
|
|
|
|
IL_00e1:
|
|
{
|
|
String_t* L_21 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral18EF3863E7945DCA2B147DB2D6546A4AB41977A7, /*hidden argument*/NULL);
|
|
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A * L_22 = (UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A *)il2cpp_codegen_object_new(UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A_il2cpp_TypeInfo_var);
|
|
UriFormatException__ctor_mE1D46962CC168EB07B59D1265F5734A8F587567D(L_22, L_21, /*hidden argument*/NULL);
|
|
return L_22;
|
|
}
|
|
|
|
IL_00f1:
|
|
{
|
|
String_t* L_23 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral1D503A3F2C0BD9B1A68494F1CDD08AF63EEA9C75, /*hidden argument*/NULL);
|
|
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A * L_24 = (UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A *)il2cpp_codegen_object_new(UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A_il2cpp_TypeInfo_var);
|
|
UriFormatException__ctor_mE1D46962CC168EB07B59D1265F5734A8F587567D(L_24, L_23, /*hidden argument*/NULL);
|
|
return L_24;
|
|
}
|
|
|
|
IL_0101:
|
|
{
|
|
String_t* L_25 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteralCE99D95F1E4BAA4F4417D18FD42F407DA2C676F5, /*hidden argument*/NULL);
|
|
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A * L_26 = (UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A *)il2cpp_codegen_object_new(UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A_il2cpp_TypeInfo_var);
|
|
UriFormatException__ctor_mE1D46962CC168EB07B59D1265F5734A8F587567D(L_26, L_25, /*hidden argument*/NULL);
|
|
return L_26;
|
|
}
|
|
}
|
|
// System.Void System.Uri::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri__ctor_m020E8051B3C0C9E60D8A868CBA0774B3FFB7C3FF (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___serializationInfo0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___streamingContext1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Uri__ctor_m020E8051B3C0C9E60D8A868CBA0774B3FFB7C3FF_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___serializationInfo0;
|
|
NullCheck(L_0);
|
|
String_t* L_1 = SerializationInfo_GetString_m06805A4E368E0B98D5FA70A9333B277CBDD84CF4(L_0, _stringLiteralC70F179C2B536A394271A74735D82658C61B296C, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
String_t* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_2, /*hidden argument*/NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_4 = V_0;
|
|
Uri_CreateThis_mCB3DC849A426498E9CCD249850CBC69C9D67D864(__this, L_4, (bool)0, 1, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_5 = ___serializationInfo0;
|
|
NullCheck(L_5);
|
|
String_t* L_6 = SerializationInfo_GetString_m06805A4E368E0B98D5FA70A9333B277CBDD84CF4(L_5, _stringLiteralE1522D7328E0BF25067DA5529C0C66FBDA2EA87E, /*hidden argument*/NULL);
|
|
V_0 = L_6;
|
|
String_t* L_7 = V_0;
|
|
if (L_7)
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_8 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_8, _stringLiteral1F4720FAD79F872C31915A9E641A32E766A2357D, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, Uri__ctor_m020E8051B3C0C9E60D8A868CBA0774B3FFB7C3FF_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
String_t* L_9 = V_0;
|
|
Uri_CreateThis_mCB3DC849A426498E9CCD249850CBC69C9D67D864(__this, L_9, (bool)0, 2, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Uri::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_System_Runtime_Serialization_ISerializable_GetObjectData_mD4773E59427820077E86F2B298DA1386028DAC9C (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___serializationInfo0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___streamingContext1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___serializationInfo0;
|
|
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___streamingContext1;
|
|
Uri_GetObjectData_mC8CCD55C21CB624E369258E27A89F363F8271E68(__this, L_0, L_1, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Uri::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_GetObjectData_mC8CCD55C21CB624E369258E27A89F363F8271E68 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___serializationInfo0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___streamingContext1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Uri_GetObjectData_mC8CCD55C21CB624E369258E27A89F363F8271E68_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
bool L_0 = Uri_get_IsAbsoluteUri_m8C189085F1C675DBC3148AA70C38074EC075D722(__this, /*hidden argument*/NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
{
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_1 = ___serializationInfo0;
|
|
String_t* L_2 = Uri_GetParts_mF5840DC010E6D420EB5A0722320EDAAEA2D0269F(__this, ((int32_t)-2147483648LL), 1, /*hidden argument*/NULL);
|
|
NullCheck(L_1);
|
|
SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_1, _stringLiteralC70F179C2B536A394271A74735D82658C61B296C, L_2, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_3 = ___serializationInfo0;
|
|
String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
NullCheck(L_3);
|
|
SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_3, _stringLiteralC70F179C2B536A394271A74735D82658C61B296C, L_4, /*hidden argument*/NULL);
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_5 = ___serializationInfo0;
|
|
String_t* L_6 = Uri_GetParts_mF5840DC010E6D420EB5A0722320EDAAEA2D0269F(__this, ((int32_t)-2147483648LL), 1, /*hidden argument*/NULL);
|
|
NullCheck(L_5);
|
|
SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_5, _stringLiteralE1522D7328E0BF25067DA5529C0C66FBDA2EA87E, L_6, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.String System.Uri::get_AbsolutePath()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_AbsolutePath_mA9A825E2BBD0A43AD76EB9A9765E29E45FE32F31 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Uri_get_AbsolutePath_mA9A825E2BBD0A43AD76EB9A9765E29E45FE32F31_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
{
|
|
bool L_0 = Uri_get_IsNotAbsoluteUri_mF9706123EB027C6E9AB263B98CE58CF319A22919(__this, /*hidden argument*/NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral12B6FF7C47BB4C2C973EF6E38B06B1AD0DACA96F, /*hidden argument*/NULL);
|
|
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_2 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
|
|
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_2, L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Uri_get_AbsolutePath_mA9A825E2BBD0A43AD76EB9A9765E29E45FE32F31_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
String_t* L_3 = Uri_get_PrivateAbsolutePath_mC1CDB66963BF6D6AEDE0713D3CF0CE0647A6A532(__this, /*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
bool L_4 = Uri_get_IsDosPath_m89CA4E32381C529502E91872BC89BD18F5419D08(__this, /*hidden argument*/NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_5 = V_0;
|
|
NullCheck(L_5);
|
|
Il2CppChar L_6 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_5, 0, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)47)))))
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_7 = V_0;
|
|
NullCheck(L_7);
|
|
String_t* L_8 = String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE(L_7, 1, /*hidden argument*/NULL);
|
|
V_0 = L_8;
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
String_t* L_9 = V_0;
|
|
return L_9;
|
|
}
|
|
}
|
|
// System.String System.Uri::get_PrivateAbsolutePath()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_PrivateAbsolutePath_mC1CDB66963BF6D6AEDE0713D3CF0CE0647A6A532 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Uri_get_PrivateAbsolutePath_mC1CDB66963BF6D6AEDE0713D3CF0CE0647A6A532_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * V_0 = NULL;
|
|
String_t* V_1 = NULL;
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_0 = Uri_EnsureUriInfo_m4B46DF8611FA6D20D497D12D00544CFB466DCFA7(__this, /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_1 = V_0;
|
|
NullCheck(L_1);
|
|
MoreInfo_t83B9EC79244C26B468C115E54C0BEF09BB2E05B5 * L_2 = L_1->get_MoreInfo_5();
|
|
if (L_2)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_3 = V_0;
|
|
MoreInfo_t83B9EC79244C26B468C115E54C0BEF09BB2E05B5 * L_4 = (MoreInfo_t83B9EC79244C26B468C115E54C0BEF09BB2E05B5 *)il2cpp_codegen_object_new(MoreInfo_t83B9EC79244C26B468C115E54C0BEF09BB2E05B5_il2cpp_TypeInfo_var);
|
|
MoreInfo__ctor_mFE29F028646C12EDCAF7F0F78F9A85D52C10B83C(L_4, /*hidden argument*/NULL);
|
|
NullCheck(L_3);
|
|
L_3->set_MoreInfo_5(L_4);
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_5 = V_0;
|
|
NullCheck(L_5);
|
|
MoreInfo_t83B9EC79244C26B468C115E54C0BEF09BB2E05B5 * L_6 = L_5->get_MoreInfo_5();
|
|
NullCheck(L_6);
|
|
String_t* L_7 = L_6->get_Path_0();
|
|
V_1 = L_7;
|
|
String_t* L_8 = V_1;
|
|
if (L_8)
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_9 = Uri_GetParts_mF5840DC010E6D420EB5A0722320EDAAEA2D0269F(__this, ((int32_t)1073741840), 1, /*hidden argument*/NULL);
|
|
V_1 = L_9;
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_10 = V_0;
|
|
NullCheck(L_10);
|
|
MoreInfo_t83B9EC79244C26B468C115E54C0BEF09BB2E05B5 * L_11 = L_10->get_MoreInfo_5();
|
|
String_t* L_12 = V_1;
|
|
NullCheck(L_11);
|
|
L_11->set_Path_0(L_12);
|
|
}
|
|
|
|
IL_0042:
|
|
{
|
|
String_t* L_13 = V_1;
|
|
return L_13;
|
|
}
|
|
}
|
|
// System.String System.Uri::get_AbsoluteUri()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_AbsoluteUri_m4326730E572E7E3874021E802813EB6F49F7F99E (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Uri_get_AbsoluteUri_m4326730E572E7E3874021E802813EB6F49F7F99E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * V_0 = NULL;
|
|
String_t* V_1 = NULL;
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_0 = __this->get_m_Syntax_18();
|
|
if (L_0)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral12B6FF7C47BB4C2C973EF6E38B06B1AD0DACA96F, /*hidden argument*/NULL);
|
|
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_2 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
|
|
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_2, L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Uri_get_AbsoluteUri_m4326730E572E7E3874021E802813EB6F49F7F99E_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_3 = Uri_EnsureUriInfo_m4B46DF8611FA6D20D497D12D00544CFB466DCFA7(__this, /*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_4 = V_0;
|
|
NullCheck(L_4);
|
|
MoreInfo_t83B9EC79244C26B468C115E54C0BEF09BB2E05B5 * L_5 = L_4->get_MoreInfo_5();
|
|
if (L_5)
|
|
{
|
|
goto IL_0032;
|
|
}
|
|
}
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_6 = V_0;
|
|
MoreInfo_t83B9EC79244C26B468C115E54C0BEF09BB2E05B5 * L_7 = (MoreInfo_t83B9EC79244C26B468C115E54C0BEF09BB2E05B5 *)il2cpp_codegen_object_new(MoreInfo_t83B9EC79244C26B468C115E54C0BEF09BB2E05B5_il2cpp_TypeInfo_var);
|
|
MoreInfo__ctor_mFE29F028646C12EDCAF7F0F78F9A85D52C10B83C(L_7, /*hidden argument*/NULL);
|
|
NullCheck(L_6);
|
|
L_6->set_MoreInfo_5(L_7);
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_8 = V_0;
|
|
NullCheck(L_8);
|
|
MoreInfo_t83B9EC79244C26B468C115E54C0BEF09BB2E05B5 * L_9 = L_8->get_MoreInfo_5();
|
|
NullCheck(L_9);
|
|
String_t* L_10 = L_9->get_AbsoluteUri_3();
|
|
V_1 = L_10;
|
|
String_t* L_11 = V_1;
|
|
if (L_11)
|
|
{
|
|
goto IL_0057;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_12 = Uri_GetParts_mF5840DC010E6D420EB5A0722320EDAAEA2D0269F(__this, ((int32_t)127), 1, /*hidden argument*/NULL);
|
|
V_1 = L_12;
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_13 = V_0;
|
|
NullCheck(L_13);
|
|
MoreInfo_t83B9EC79244C26B468C115E54C0BEF09BB2E05B5 * L_14 = L_13->get_MoreInfo_5();
|
|
String_t* L_15 = V_1;
|
|
NullCheck(L_14);
|
|
L_14->set_AbsoluteUri_3(L_15);
|
|
}
|
|
|
|
IL_0057:
|
|
{
|
|
String_t* L_16 = V_1;
|
|
return L_16;
|
|
}
|
|
}
|
|
// System.String System.Uri::get_LocalPath()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_LocalPath_mA82E33D3A3CC238669E0CE3B7AD298AA9C8695D0 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Uri_get_LocalPath_mA82E33D3A3CC238669E0CE3B7AD298AA9C8695D0_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
bool L_0 = Uri_get_IsNotAbsoluteUri_mF9706123EB027C6E9AB263B98CE58CF319A22919(__this, /*hidden argument*/NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral12B6FF7C47BB4C2C973EF6E38B06B1AD0DACA96F, /*hidden argument*/NULL);
|
|
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_2 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
|
|
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_2, L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Uri_get_LocalPath_mA82E33D3A3CC238669E0CE3B7AD298AA9C8695D0_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
String_t* L_3 = Uri_GetLocalPath_m0E14B876FC912A64FC37663FBB3F65234FD4146E(__this, /*hidden argument*/NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.String System.Uri::get_Authority()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_Authority_m8C0B264FFF519F0D0C2CB3F9B6B0E87D2F3835C1 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Uri_get_Authority_m8C0B264FFF519F0D0C2CB3F9B6B0E87D2F3835C1_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
bool L_0 = Uri_get_IsNotAbsoluteUri_mF9706123EB027C6E9AB263B98CE58CF319A22919(__this, /*hidden argument*/NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral12B6FF7C47BB4C2C973EF6E38B06B1AD0DACA96F, /*hidden argument*/NULL);
|
|
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_2 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
|
|
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_2, L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Uri_get_Authority_m8C0B264FFF519F0D0C2CB3F9B6B0E87D2F3835C1_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
String_t* L_3 = Uri_GetParts_mF5840DC010E6D420EB5A0722320EDAAEA2D0269F(__this, ((int32_t)12), 1, /*hidden argument*/NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.UriHostNameType System.Uri::get_HostNameType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Uri_get_HostNameType_mA6C390F5A4A9F6B1AC652DE1EA38700B3F9F2FD1 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Uri_get_HostNameType_mA6C390F5A4A9F6B1AC652DE1EA38700B3F9F2FD1_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint64_t V_0 = 0;
|
|
{
|
|
bool L_0 = Uri_get_IsNotAbsoluteUri_mF9706123EB027C6E9AB263B98CE58CF319A22919(__this, /*hidden argument*/NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral12B6FF7C47BB4C2C973EF6E38B06B1AD0DACA96F, /*hidden argument*/NULL);
|
|
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_2 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
|
|
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_2, L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Uri_get_HostNameType_mA6C390F5A4A9F6B1AC652DE1EA38700B3F9F2FD1_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_3 = __this->get_m_Syntax_18();
|
|
NullCheck(L_3);
|
|
bool L_4 = UriParser_get_IsSimple_mDDB03A5F6EEE6E92926A386655E5BBD553719B9C(L_3, /*hidden argument*/NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
{
|
|
Uri_EnsureUriInfo_m4B46DF8611FA6D20D497D12D00544CFB466DCFA7(__this, /*hidden argument*/NULL);
|
|
goto IL_0035;
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
Uri_EnsureHostString_m4BD63AA5A88CA09572A8A7CF3B2EDDE17EF9C720(__this, (bool)0, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
uint64_t L_5 = Uri_get_HostType_mBB4EE8652EA19E2FB8C696302D5EBE82F358EC90(__this, /*hidden argument*/NULL);
|
|
V_0 = L_5;
|
|
uint64_t L_6 = V_0;
|
|
if ((!(((uint64_t)L_6) <= ((uint64_t)(((int64_t)((int64_t)((int32_t)196608))))))))
|
|
{
|
|
goto IL_0062;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_7 = V_0;
|
|
if ((((int64_t)L_7) == ((int64_t)(((int64_t)((int64_t)((int32_t)65536)))))))
|
|
{
|
|
goto IL_0083;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_8 = V_0;
|
|
if ((((int64_t)L_8) == ((int64_t)(((int64_t)((int64_t)((int32_t)131072)))))))
|
|
{
|
|
goto IL_0081;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_9 = V_0;
|
|
if ((((int64_t)L_9) == ((int64_t)(((int64_t)((int64_t)((int32_t)196608)))))))
|
|
{
|
|
goto IL_007f;
|
|
}
|
|
}
|
|
{
|
|
goto IL_008b;
|
|
}
|
|
|
|
IL_0062:
|
|
{
|
|
uint64_t L_10 = V_0;
|
|
if ((((int64_t)L_10) == ((int64_t)(((int64_t)((int64_t)((int32_t)262144)))))))
|
|
{
|
|
goto IL_0087;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_11 = V_0;
|
|
if ((((int64_t)L_11) == ((int64_t)(((int64_t)((int64_t)((int32_t)327680)))))))
|
|
{
|
|
goto IL_0085;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_12 = V_0;
|
|
if ((((int64_t)L_12) == ((int64_t)(((int64_t)((int64_t)((int32_t)458752)))))))
|
|
{
|
|
goto IL_0089;
|
|
}
|
|
}
|
|
{
|
|
goto IL_008b;
|
|
}
|
|
|
|
IL_007f:
|
|
{
|
|
return (int32_t)(2);
|
|
}
|
|
|
|
IL_0081:
|
|
{
|
|
return (int32_t)(3);
|
|
}
|
|
|
|
IL_0083:
|
|
{
|
|
return (int32_t)(4);
|
|
}
|
|
|
|
IL_0085:
|
|
{
|
|
return (int32_t)(1);
|
|
}
|
|
|
|
IL_0087:
|
|
{
|
|
return (int32_t)(1);
|
|
}
|
|
|
|
IL_0089:
|
|
{
|
|
return (int32_t)(0);
|
|
}
|
|
|
|
IL_008b:
|
|
{
|
|
return (int32_t)(0);
|
|
}
|
|
}
|
|
// System.Boolean System.Uri::get_IsDefaultPort()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_IsDefaultPort_m610C804AFABCAEFA55A81753228D21EC87C4A304 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Uri_get_IsDefaultPort_m610C804AFABCAEFA55A81753228D21EC87C4A304_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
bool L_0 = Uri_get_IsNotAbsoluteUri_mF9706123EB027C6E9AB263B98CE58CF319A22919(__this, /*hidden argument*/NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral12B6FF7C47BB4C2C973EF6E38B06B1AD0DACA96F, /*hidden argument*/NULL);
|
|
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_2 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
|
|
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_2, L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Uri_get_IsDefaultPort_m610C804AFABCAEFA55A81753228D21EC87C4A304_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_3 = __this->get_m_Syntax_18();
|
|
NullCheck(L_3);
|
|
bool L_4 = UriParser_get_IsSimple_mDDB03A5F6EEE6E92926A386655E5BBD553719B9C(L_3, /*hidden argument*/NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
{
|
|
Uri_EnsureUriInfo_m4B46DF8611FA6D20D497D12D00544CFB466DCFA7(__this, /*hidden argument*/NULL);
|
|
goto IL_0035;
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
Uri_EnsureHostString_m4BD63AA5A88CA09572A8A7CF3B2EDDE17EF9C720(__this, (bool)0, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
bool L_5 = Uri_NotAny_mC5DC04B72B13D2997B055B9E41FCFEEC1CE5263D(__this, (((int64_t)((int64_t)((int32_t)8388608)))), /*hidden argument*/NULL);
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Boolean System.Uri::get_IsFile()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_IsFile_m06AB5A15E2A34BBC5177C6E902C5C9D7E766A213 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Uri_get_IsFile_m06AB5A15E2A34BBC5177C6E902C5C9D7E766A213_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
bool L_0 = Uri_get_IsNotAbsoluteUri_mF9706123EB027C6E9AB263B98CE58CF319A22919(__this, /*hidden argument*/NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral12B6FF7C47BB4C2C973EF6E38B06B1AD0DACA96F, /*hidden argument*/NULL);
|
|
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_2 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
|
|
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_2, L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Uri_get_IsFile_m06AB5A15E2A34BBC5177C6E902C5C9D7E766A213_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_3 = __this->get_m_Syntax_18();
|
|
NullCheck(L_3);
|
|
String_t* L_4 = UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1_inline(L_3, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
String_t* L_5 = ((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var))->get_UriSchemeFile_0();
|
|
return (bool)((((RuntimeObject*)(String_t*)L_4) == ((RuntimeObject*)(String_t*)L_5))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Boolean System.Uri::get_IsLoopback()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_IsLoopback_mCD7E1228C8296730CBD31C713B0A81B660D99BC4 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Uri_get_IsLoopback_mCD7E1228C8296730CBD31C713B0A81B660D99BC4_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
bool L_0 = Uri_get_IsNotAbsoluteUri_mF9706123EB027C6E9AB263B98CE58CF319A22919(__this, /*hidden argument*/NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral12B6FF7C47BB4C2C973EF6E38B06B1AD0DACA96F, /*hidden argument*/NULL);
|
|
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_2 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
|
|
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_2, L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Uri_get_IsLoopback_mCD7E1228C8296730CBD31C713B0A81B660D99BC4_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
Uri_EnsureHostString_m4BD63AA5A88CA09572A8A7CF3B2EDDE17EF9C720(__this, (bool)0, /*hidden argument*/NULL);
|
|
bool L_3 = Uri_InFact_m4CE890C86FA34154A044516D2F3C9463389220D7(__this, (((int64_t)((int64_t)((int32_t)4194304)))), /*hidden argument*/NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.String System.Uri::get_PathAndQuery()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_PathAndQuery_mF079BA04B7A397B2729E5B5DEE72B3654A44E384 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Uri_get_PathAndQuery_mF079BA04B7A397B2729E5B5DEE72B3654A44E384_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
{
|
|
bool L_0 = Uri_get_IsNotAbsoluteUri_mF9706123EB027C6E9AB263B98CE58CF319A22919(__this, /*hidden argument*/NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral12B6FF7C47BB4C2C973EF6E38B06B1AD0DACA96F, /*hidden argument*/NULL);
|
|
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_2 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
|
|
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_2, L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Uri_get_PathAndQuery_mF079BA04B7A397B2729E5B5DEE72B3654A44E384_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
String_t* L_3 = Uri_GetParts_mF5840DC010E6D420EB5A0722320EDAAEA2D0269F(__this, ((int32_t)48), 1, /*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
bool L_4 = Uri_get_IsDosPath_m89CA4E32381C529502E91872BC89BD18F5419D08(__this, /*hidden argument*/NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_5 = V_0;
|
|
NullCheck(L_5);
|
|
Il2CppChar L_6 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_5, 0, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)47)))))
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_7 = V_0;
|
|
NullCheck(L_7);
|
|
String_t* L_8 = String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE(L_7, 1, /*hidden argument*/NULL);
|
|
V_0 = L_8;
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
String_t* L_9 = V_0;
|
|
return L_9;
|
|
}
|
|
}
|
|
// System.String[] System.Uri::get_Segments()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* Uri_get_Segments_m8DC51AEEA9E2094C435896F4328A963927426AE2 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Uri_get_Segments_m8DC51AEEA9E2094C435896F4328A963927426AE2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_0 = NULL;
|
|
String_t* V_1 = NULL;
|
|
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
{
|
|
bool L_0 = Uri_get_IsNotAbsoluteUri_mF9706123EB027C6E9AB263B98CE58CF319A22919(__this, /*hidden argument*/NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral12B6FF7C47BB4C2C973EF6E38B06B1AD0DACA96F, /*hidden argument*/NULL);
|
|
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_2 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
|
|
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_2, L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Uri_get_Segments_m8DC51AEEA9E2094C435896F4328A963927426AE2_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
V_0 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)NULL;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = V_0;
|
|
if (L_3)
|
|
{
|
|
goto IL_0091;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_4 = Uri_get_PrivateAbsolutePath_mC1CDB66963BF6D6AEDE0713D3CF0CE0647A6A532(__this, /*hidden argument*/NULL);
|
|
V_1 = L_4;
|
|
String_t* L_5 = V_1;
|
|
NullCheck(L_5);
|
|
int32_t L_6 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_5, /*hidden argument*/NULL);
|
|
if (L_6)
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_7 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)0);
|
|
V_0 = L_7;
|
|
goto IL_0091;
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_8 = (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)il2cpp_codegen_object_new(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var);
|
|
ArrayList__ctor_m481FA7B37620B59B8C0434A764F5705A6ABDEAE6(L_8, /*hidden argument*/NULL);
|
|
V_2 = L_8;
|
|
V_3 = 0;
|
|
goto IL_0072;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
String_t* L_9 = V_1;
|
|
int32_t L_10 = V_3;
|
|
NullCheck(L_9);
|
|
int32_t L_11 = String_IndexOf_m66F6178DB4B2F61F4FAFD8B75787D0AB142ADD7D(L_9, ((int32_t)47), L_10, /*hidden argument*/NULL);
|
|
V_4 = L_11;
|
|
int32_t L_12 = V_4;
|
|
if ((!(((uint32_t)L_12) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_0059;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_13 = V_1;
|
|
NullCheck(L_13);
|
|
int32_t L_14 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_13, /*hidden argument*/NULL);
|
|
V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)1));
|
|
}
|
|
|
|
IL_0059:
|
|
{
|
|
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_15 = V_2;
|
|
String_t* L_16 = V_1;
|
|
int32_t L_17 = V_3;
|
|
int32_t L_18 = V_4;
|
|
int32_t L_19 = V_3;
|
|
NullCheck(L_16);
|
|
String_t* L_20 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_16, L_17, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)L_19)), (int32_t)1)), /*hidden argument*/NULL);
|
|
NullCheck(L_15);
|
|
VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_15, L_20);
|
|
int32_t L_21 = V_4;
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1));
|
|
}
|
|
|
|
IL_0072:
|
|
{
|
|
int32_t L_22 = V_3;
|
|
String_t* L_23 = V_1;
|
|
NullCheck(L_23);
|
|
int32_t L_24 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_23, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_22) < ((int32_t)L_24)))
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
{
|
|
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_25 = V_2;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_26 = { reinterpret_cast<intptr_t> (String_t_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_27 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_26, /*hidden argument*/NULL);
|
|
NullCheck(L_25);
|
|
RuntimeArray * L_28 = VirtFuncInvoker1< RuntimeArray *, Type_t * >::Invoke(47 /* System.Array System.Collections.ArrayList::ToArray(System.Type) */, L_25, L_27);
|
|
V_0 = ((StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)Castclass((RuntimeObject*)L_28, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var));
|
|
}
|
|
|
|
IL_0091:
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_29 = V_0;
|
|
return L_29;
|
|
}
|
|
}
|
|
// System.Boolean System.Uri::get_IsUnc()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_IsUnc_m70B47E68BDAE06A7E5362DCE5AAD97C12119AB99 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Uri_get_IsUnc_m70B47E68BDAE06A7E5362DCE5AAD97C12119AB99_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
bool L_0 = Uri_get_IsNotAbsoluteUri_mF9706123EB027C6E9AB263B98CE58CF319A22919(__this, /*hidden argument*/NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral12B6FF7C47BB4C2C973EF6E38B06B1AD0DACA96F, /*hidden argument*/NULL);
|
|
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_2 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
|
|
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_2, L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Uri_get_IsUnc_m70B47E68BDAE06A7E5362DCE5AAD97C12119AB99_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
bool L_3 = Uri_get_IsUncPath_mD5EE84D5105BFB7D64E5C26B9549A67B720A7AE8(__this, /*hidden argument*/NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.String System.Uri::get_Host()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_Host_m2D942F397A36DBDA5E93452CBD983E0714018151 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Uri_get_Host_m2D942F397A36DBDA5E93452CBD983E0714018151_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
bool L_0 = Uri_get_IsNotAbsoluteUri_mF9706123EB027C6E9AB263B98CE58CF319A22919(__this, /*hidden argument*/NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral12B6FF7C47BB4C2C973EF6E38B06B1AD0DACA96F, /*hidden argument*/NULL);
|
|
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_2 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
|
|
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_2, L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Uri_get_Host_m2D942F397A36DBDA5E93452CBD983E0714018151_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
String_t* L_3 = Uri_GetParts_mF5840DC010E6D420EB5A0722320EDAAEA2D0269F(__this, 4, 1, /*hidden argument*/NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Boolean System.Uri::StaticIsFile(System.UriParser)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_StaticIsFile_mD270A5F6C8B59AAF6256B4565ABE5917ABA545E3 (UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * ___syntax0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_0 = ___syntax0;
|
|
NullCheck(L_0);
|
|
bool L_1 = UriParser_InFact_mDD42FA932B6830D99AA04C2AE7875BA5067C86F3(L_0, ((int32_t)8192), /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Object System.Uri::get_InitializeLock()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Uri_get_InitializeLock_m45D6A11D14958E716715351E52207DCA808F00EE (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Uri_get_InitializeLock_m45D6A11D14958E716715351E52207DCA808F00EE_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_0 = ((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var))->get_s_initLock_30();
|
|
if (L_0)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject * L_1 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var);
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(L_1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_2 = V_0;
|
|
Interlocked_CompareExchange_m92F692322F12C6FD29B3834B380639DCD094B651((RuntimeObject **)(((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var))->get_address_of_s_initLock_30()), L_2, NULL, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_3 = ((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var))->get_s_initLock_30();
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Void System.Uri::InitializeUriConfig()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_InitializeUriConfig_m1B2F98DF0BB1A48FEB328E9D8BF3C23B32196FE2 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Uri_InitializeUriConfig_m1B2F98DF0BB1A48FEB328E9D8BF3C23B32196FE2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
bool V_1 = false;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
bool L_0 = ((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var))->get_s_ConfigInitialized_23();
|
|
il2cpp_codegen_memory_barrier();
|
|
if (L_0)
|
|
{
|
|
goto IL_0047;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = Uri_get_InitializeLock_m45D6A11D14958E716715351E52207DCA808F00EE(/*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
V_1 = (bool)0;
|
|
}
|
|
|
|
IL_0011:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
RuntimeObject * L_2 = V_0;
|
|
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_2, (bool*)(&V_1), /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
bool L_3 = ((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var))->get_s_ConfigInitialized_23();
|
|
il2cpp_codegen_memory_barrier();
|
|
if (L_3)
|
|
{
|
|
goto IL_003b;
|
|
}
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
bool L_4 = ((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var))->get_s_ConfigInitializing_24();
|
|
il2cpp_codegen_memory_barrier();
|
|
if (L_4)
|
|
{
|
|
goto IL_003b;
|
|
}
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_memory_barrier();
|
|
((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var))->set_s_ConfigInitialized_23(1);
|
|
il2cpp_codegen_memory_barrier();
|
|
((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var))->set_s_ConfigInitializing_24(0);
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
IL2CPP_LEAVE(0x47, FINALLY_003d);
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_003d;
|
|
}
|
|
|
|
FINALLY_003d:
|
|
{ // begin finally (depth: 1)
|
|
{
|
|
bool L_5 = V_1;
|
|
if (!L_5)
|
|
{
|
|
goto IL_0046;
|
|
}
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
RuntimeObject * L_6 = V_0;
|
|
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_6, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
IL2CPP_END_FINALLY(61)
|
|
}
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(61)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x47, IL_0047)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_0047:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.String System.Uri::GetLocalPath()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_GetLocalPath_m0E14B876FC912A64FC37663FBB3F65234FD4146E (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Uri_GetLocalPath_m0E14B876FC912A64FC37663FBB3F65234FD4146E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_4 = NULL;
|
|
int32_t V_5 = 0;
|
|
String_t* V_6 = NULL;
|
|
uint16_t V_7 = 0;
|
|
int32_t V_8 = 0;
|
|
String_t* V_9 = NULL;
|
|
int32_t V_10 = 0;
|
|
uint16_t V_11 = 0;
|
|
int32_t G_B5_0 = 0;
|
|
int32_t G_B16_0 = 0;
|
|
int32_t G_B22_0 = 0;
|
|
uint16_t G_B25_0 = 0;
|
|
uint16_t G_B24_0 = 0;
|
|
int32_t G_B26_0 = 0;
|
|
uint16_t G_B26_1 = 0;
|
|
String_t* G_B34_0 = NULL;
|
|
int32_t G_B52_0 = 0;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* G_B57_0 = NULL;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* G_B56_0 = NULL;
|
|
int32_t G_B58_0 = 0;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* G_B58_1 = NULL;
|
|
{
|
|
Uri_EnsureParseRemaining_m33815B5767FAFADB762F7E39364E6432340F210B(__this, /*hidden argument*/NULL);
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_0 = __this->get_m_Info_21();
|
|
NullCheck(L_0);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_1 = L_0->get_address_of_Offset_3();
|
|
uint16_t L_2 = L_1->get_Host_2();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_3 = __this->get_m_Info_21();
|
|
NullCheck(L_3);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_4 = L_3->get_address_of_Offset_3();
|
|
uint16_t L_5 = L_4->get_Path_4();
|
|
if ((((int32_t)L_2) == ((int32_t)L_5)))
|
|
{
|
|
goto IL_004e;
|
|
}
|
|
}
|
|
{
|
|
bool L_6 = Uri_get_IsFile_m06AB5A15E2A34BBC5177C6E902C5C9D7E766A213(__this, /*hidden argument*/NULL);
|
|
if (!L_6)
|
|
{
|
|
goto IL_004e;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_7 = Uri_get_OriginalString_m56099E46276F0A52524347F1F46A2F88E948504F(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_7);
|
|
bool L_8 = String_StartsWith_m844A95C9A205A0F951B0C45634E0C222E73D0B49(L_7, _stringLiteralA91E4897CA9F429677AFC57ED00D90DE8D3C7001, 4, /*hidden argument*/NULL);
|
|
if (!L_8)
|
|
{
|
|
goto IL_004e;
|
|
}
|
|
}
|
|
{
|
|
bool L_9 = Uri_get_IsLoopback_mCD7E1228C8296730CBD31C713B0A81B660D99BC4(__this, /*hidden argument*/NULL);
|
|
G_B5_0 = ((((int32_t)L_9) == ((int32_t)0))? 1 : 0);
|
|
goto IL_004f;
|
|
}
|
|
|
|
IL_004e:
|
|
{
|
|
G_B5_0 = 0;
|
|
}
|
|
|
|
IL_004f:
|
|
{
|
|
V_0 = (bool)G_B5_0;
|
|
bool L_10 = V_0;
|
|
if (!L_10)
|
|
{
|
|
goto IL_0093;
|
|
}
|
|
}
|
|
{
|
|
V_0 = (bool)0;
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_11 = __this->get_m_Info_21();
|
|
NullCheck(L_11);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_12 = L_11->get_address_of_Offset_3();
|
|
uint16_t L_13 = L_12->get_Host_2();
|
|
V_2 = L_13;
|
|
goto IL_0080;
|
|
}
|
|
|
|
IL_0068:
|
|
{
|
|
String_t* L_14 = Uri_get_OriginalString_m56099E46276F0A52524347F1F46A2F88E948504F(__this, /*hidden argument*/NULL);
|
|
int32_t L_15 = V_2;
|
|
NullCheck(L_14);
|
|
Il2CppChar L_16 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_14, L_15, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_16) == ((int32_t)((int32_t)47))))
|
|
{
|
|
goto IL_007c;
|
|
}
|
|
}
|
|
{
|
|
V_0 = (bool)1;
|
|
goto IL_0093;
|
|
}
|
|
|
|
IL_007c:
|
|
{
|
|
int32_t L_17 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1));
|
|
}
|
|
|
|
IL_0080:
|
|
{
|
|
int32_t L_18 = V_2;
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_19 = __this->get_m_Info_21();
|
|
NullCheck(L_19);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_20 = L_19->get_address_of_Offset_3();
|
|
uint16_t L_21 = L_20->get_Path_4();
|
|
if ((((int32_t)L_18) < ((int32_t)L_21)))
|
|
{
|
|
goto IL_0068;
|
|
}
|
|
}
|
|
|
|
IL_0093:
|
|
{
|
|
bool L_22 = Uri_get_IsUncPath_mD5EE84D5105BFB7D64E5C26B9549A67B720A7AE8(__this, /*hidden argument*/NULL);
|
|
bool L_23 = V_0;
|
|
V_1 = (bool)((int32_t)((int32_t)L_22|(int32_t)L_23));
|
|
bool L_24 = Uri_get_IsUncOrDosPath_mE372CA996BE5B29DD531D7C6DD1809E17441005E(__this, /*hidden argument*/NULL);
|
|
if (!L_24)
|
|
{
|
|
goto IL_00b9;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
bool L_25 = ((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var))->get_IsWindowsFileSystem_29();
|
|
if (L_25)
|
|
{
|
|
goto IL_00b6;
|
|
}
|
|
}
|
|
{
|
|
bool L_26 = Uri_get_IsUncPath_mD5EE84D5105BFB7D64E5C26B9549A67B720A7AE8(__this, /*hidden argument*/NULL);
|
|
G_B16_0 = ((((int32_t)L_26) == ((int32_t)0))? 1 : 0);
|
|
goto IL_00ba;
|
|
}
|
|
|
|
IL_00b6:
|
|
{
|
|
G_B16_0 = 1;
|
|
goto IL_00ba;
|
|
}
|
|
|
|
IL_00b9:
|
|
{
|
|
G_B16_0 = 0;
|
|
}
|
|
|
|
IL_00ba:
|
|
{
|
|
bool L_27 = V_0;
|
|
if (!((int32_t)((int32_t)G_B16_0|(int32_t)L_27)))
|
|
{
|
|
goto IL_03a5;
|
|
}
|
|
}
|
|
{
|
|
Uri_EnsureHostString_m4BD63AA5A88CA09572A8A7CF3B2EDDE17EF9C720(__this, (bool)0, /*hidden argument*/NULL);
|
|
bool L_28 = Uri_NotAny_mC5DC04B72B13D2997B055B9E41FCFEEC1CE5263D(__this, (((int64_t)((int64_t)((int32_t)8212)))), /*hidden argument*/NULL);
|
|
if (!L_28)
|
|
{
|
|
goto IL_022b;
|
|
}
|
|
}
|
|
{
|
|
bool L_29 = V_0;
|
|
if (L_29)
|
|
{
|
|
goto IL_022b;
|
|
}
|
|
}
|
|
{
|
|
bool L_30 = Uri_get_IsUncPath_mD5EE84D5105BFB7D64E5C26B9549A67B720A7AE8(__this, /*hidden argument*/NULL);
|
|
if (L_30)
|
|
{
|
|
goto IL_00f9;
|
|
}
|
|
}
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_31 = __this->get_m_Info_21();
|
|
NullCheck(L_31);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_32 = L_31->get_address_of_Offset_3();
|
|
uint16_t L_33 = L_32->get_Path_4();
|
|
G_B22_0 = ((int32_t)(L_33));
|
|
goto IL_010b;
|
|
}
|
|
|
|
IL_00f9:
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_34 = __this->get_m_Info_21();
|
|
NullCheck(L_34);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_35 = L_34->get_address_of_Offset_3();
|
|
uint16_t L_36 = L_35->get_Host_2();
|
|
G_B22_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)2));
|
|
}
|
|
|
|
IL_010b:
|
|
{
|
|
V_3 = G_B22_0;
|
|
bool L_37 = Uri_get_IsImplicitFile_m048350CB1E9AB92599F1557680A5D3B5FDE7C35D(__this, /*hidden argument*/NULL);
|
|
if (!L_37)
|
|
{
|
|
goto IL_0154;
|
|
}
|
|
}
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_38 = __this->get_m_Info_21();
|
|
NullCheck(L_38);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_39 = L_38->get_address_of_Offset_3();
|
|
uint16_t L_40 = L_39->get_Host_2();
|
|
bool L_41 = Uri_get_IsDosPath_m89CA4E32381C529502E91872BC89BD18F5419D08(__this, /*hidden argument*/NULL);
|
|
G_B24_0 = L_40;
|
|
if (L_41)
|
|
{
|
|
G_B25_0 = L_40;
|
|
goto IL_012f;
|
|
}
|
|
}
|
|
{
|
|
G_B26_0 = 2;
|
|
G_B26_1 = G_B24_0;
|
|
goto IL_0130;
|
|
}
|
|
|
|
IL_012f:
|
|
{
|
|
G_B26_0 = 0;
|
|
G_B26_1 = G_B25_0;
|
|
}
|
|
|
|
IL_0130:
|
|
{
|
|
if ((!(((uint32_t)G_B26_1) == ((uint32_t)G_B26_0))))
|
|
{
|
|
goto IL_0154;
|
|
}
|
|
}
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_42 = __this->get_m_Info_21();
|
|
NullCheck(L_42);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_43 = L_42->get_address_of_Offset_3();
|
|
uint16_t L_44 = L_43->get_Query_5();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_45 = __this->get_m_Info_21();
|
|
NullCheck(L_45);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_46 = L_45->get_address_of_Offset_3();
|
|
uint16_t L_47 = L_46->get_End_7();
|
|
if ((((int32_t)L_44) == ((int32_t)L_47)))
|
|
{
|
|
goto IL_01c0;
|
|
}
|
|
}
|
|
|
|
IL_0154:
|
|
{
|
|
bool L_48 = Uri_get_IsDosPath_m89CA4E32381C529502E91872BC89BD18F5419D08(__this, /*hidden argument*/NULL);
|
|
if (!L_48)
|
|
{
|
|
goto IL_017c;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_49 = __this->get_m_String_16();
|
|
int32_t L_50 = V_3;
|
|
NullCheck(L_49);
|
|
Il2CppChar L_51 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_49, L_50, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_51) == ((int32_t)((int32_t)47))))
|
|
{
|
|
goto IL_019c;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_52 = __this->get_m_String_16();
|
|
int32_t L_53 = V_3;
|
|
NullCheck(L_52);
|
|
Il2CppChar L_54 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_52, L_53, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_54) == ((int32_t)((int32_t)92))))
|
|
{
|
|
goto IL_019c;
|
|
}
|
|
}
|
|
|
|
IL_017c:
|
|
{
|
|
String_t* L_55 = __this->get_m_String_16();
|
|
int32_t L_56 = V_3;
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_57 = __this->get_m_Info_21();
|
|
NullCheck(L_57);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_58 = L_57->get_address_of_Offset_3();
|
|
uint16_t L_59 = L_58->get_Query_5();
|
|
int32_t L_60 = V_3;
|
|
NullCheck(L_55);
|
|
String_t* L_61 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_55, L_56, ((int32_t)il2cpp_codegen_subtract((int32_t)L_59, (int32_t)L_60)), /*hidden argument*/NULL);
|
|
G_B34_0 = L_61;
|
|
goto IL_01c6;
|
|
}
|
|
|
|
IL_019c:
|
|
{
|
|
String_t* L_62 = __this->get_m_String_16();
|
|
int32_t L_63 = V_3;
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_64 = __this->get_m_Info_21();
|
|
NullCheck(L_64);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_65 = L_64->get_address_of_Offset_3();
|
|
uint16_t L_66 = L_65->get_Query_5();
|
|
int32_t L_67 = V_3;
|
|
NullCheck(L_62);
|
|
String_t* L_68 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_62, ((int32_t)il2cpp_codegen_add((int32_t)L_63, (int32_t)1)), ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_66, (int32_t)L_67)), (int32_t)1)), /*hidden argument*/NULL);
|
|
G_B34_0 = L_68;
|
|
goto IL_01c6;
|
|
}
|
|
|
|
IL_01c0:
|
|
{
|
|
String_t* L_69 = __this->get_m_String_16();
|
|
G_B34_0 = L_69;
|
|
}
|
|
|
|
IL_01c6:
|
|
{
|
|
V_9 = G_B34_0;
|
|
bool L_70 = Uri_get_IsDosPath_m89CA4E32381C529502E91872BC89BD18F5419D08(__this, /*hidden argument*/NULL);
|
|
if (!L_70)
|
|
{
|
|
goto IL_01f6;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_71 = V_9;
|
|
NullCheck(L_71);
|
|
Il2CppChar L_72 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_71, 1, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_72) == ((uint32_t)((int32_t)124)))))
|
|
{
|
|
goto IL_01f6;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_73 = V_9;
|
|
NullCheck(L_73);
|
|
String_t* L_74 = String_Remove_m54FD37F2B9CA7DBFE440B0CB8503640A2CFF00FF(L_73, 1, 1, /*hidden argument*/NULL);
|
|
V_9 = L_74;
|
|
String_t* L_75 = V_9;
|
|
NullCheck(L_75);
|
|
String_t* L_76 = String_Insert_m2525FE6F79C96A359A588C8FA764419EBD811749(L_75, 1, _stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9, /*hidden argument*/NULL);
|
|
V_9 = L_76;
|
|
}
|
|
|
|
IL_01f6:
|
|
{
|
|
V_10 = 0;
|
|
goto IL_021d;
|
|
}
|
|
|
|
IL_01fb:
|
|
{
|
|
String_t* L_77 = V_9;
|
|
int32_t L_78 = V_10;
|
|
NullCheck(L_77);
|
|
Il2CppChar L_79 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_77, L_78, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_79) == ((uint32_t)((int32_t)47)))))
|
|
{
|
|
goto IL_0217;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_80 = V_9;
|
|
NullCheck(L_80);
|
|
String_t* L_81 = String_Replace_m276641366A463205C185A9B3DC0E24ECB95122C9(L_80, ((int32_t)47), ((int32_t)92), /*hidden argument*/NULL);
|
|
V_9 = L_81;
|
|
goto IL_0228;
|
|
}
|
|
|
|
IL_0217:
|
|
{
|
|
int32_t L_82 = V_10;
|
|
V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_82, (int32_t)1));
|
|
}
|
|
|
|
IL_021d:
|
|
{
|
|
int32_t L_83 = V_10;
|
|
String_t* L_84 = V_9;
|
|
NullCheck(L_84);
|
|
int32_t L_85 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_84, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_83) < ((int32_t)L_85)))
|
|
{
|
|
goto IL_01fb;
|
|
}
|
|
}
|
|
|
|
IL_0228:
|
|
{
|
|
String_t* L_86 = V_9;
|
|
return L_86;
|
|
}
|
|
|
|
IL_022b:
|
|
{
|
|
V_5 = 0;
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_87 = __this->get_m_Info_21();
|
|
NullCheck(L_87);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_88 = L_87->get_address_of_Offset_3();
|
|
uint16_t L_89 = L_88->get_Path_4();
|
|
V_3 = L_89;
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_90 = __this->get_m_Info_21();
|
|
NullCheck(L_90);
|
|
String_t* L_91 = L_90->get_Host_0();
|
|
V_6 = L_91;
|
|
String_t* L_92 = V_6;
|
|
NullCheck(L_92);
|
|
int32_t L_93 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_92, /*hidden argument*/NULL);
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_94 = __this->get_m_Info_21();
|
|
NullCheck(L_94);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_95 = L_94->get_address_of_Offset_3();
|
|
uint16_t L_96 = L_95->get_Fragment_6();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_97 = __this->get_m_Info_21();
|
|
NullCheck(L_97);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_98 = L_97->get_address_of_Offset_3();
|
|
uint16_t L_99 = L_98->get_Path_4();
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_100 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_93, (int32_t)3)), (int32_t)L_96)), (int32_t)L_99)));
|
|
V_4 = L_100;
|
|
bool L_101 = V_1;
|
|
if (!L_101)
|
|
{
|
|
goto IL_02bd;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_102 = V_4;
|
|
NullCheck(L_102);
|
|
(L_102)->SetAt(static_cast<il2cpp_array_size_t>(0), (Il2CppChar)((int32_t)92));
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_103 = V_4;
|
|
NullCheck(L_103);
|
|
(L_103)->SetAt(static_cast<il2cpp_array_size_t>(1), (Il2CppChar)((int32_t)92));
|
|
V_5 = 2;
|
|
String_t* L_104 = V_6;
|
|
String_t* L_105 = V_6;
|
|
NullCheck(L_105);
|
|
int32_t L_106 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_105, /*hidden argument*/NULL);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_107 = V_4;
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_108 = __this->get_m_Syntax_18();
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tA44F3057604BAA4E6EF06A8EE4E6825D471592DF_il2cpp_TypeInfo_var);
|
|
UriHelper_UnescapeString_mC172F713349E3D22985A92BC4F5B51D0BCEE61AF(L_104, 0, L_106, L_107, (int32_t*)(&V_5), ((int32_t)65535), ((int32_t)65535), ((int32_t)65535), 0, L_108, (bool)0, /*hidden argument*/NULL);
|
|
goto IL_02e1;
|
|
}
|
|
|
|
IL_02bd:
|
|
{
|
|
String_t* L_109 = __this->get_m_String_16();
|
|
int32_t L_110 = V_3;
|
|
NullCheck(L_109);
|
|
Il2CppChar L_111 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_109, L_110, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_111) == ((int32_t)((int32_t)47))))
|
|
{
|
|
goto IL_02dd;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_112 = __this->get_m_String_16();
|
|
int32_t L_113 = V_3;
|
|
NullCheck(L_112);
|
|
Il2CppChar L_114 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_112, L_113, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_114) == ((uint32_t)((int32_t)92)))))
|
|
{
|
|
goto IL_02e1;
|
|
}
|
|
}
|
|
|
|
IL_02dd:
|
|
{
|
|
int32_t L_115 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_115, (int32_t)1));
|
|
}
|
|
|
|
IL_02e1:
|
|
{
|
|
int32_t L_116 = V_5;
|
|
V_7 = (uint16_t)(((int32_t)((uint16_t)L_116)));
|
|
bool L_117 = Uri_InFact_m4CE890C86FA34154A044516D2F3C9463389220D7(__this, (((int64_t)((int64_t)((int32_t)16)))), /*hidden argument*/NULL);
|
|
if (!L_117)
|
|
{
|
|
goto IL_02f9;
|
|
}
|
|
}
|
|
{
|
|
bool L_118 = Uri_get_IsImplicitFile_m048350CB1E9AB92599F1557680A5D3B5FDE7C35D(__this, /*hidden argument*/NULL);
|
|
if (!L_118)
|
|
{
|
|
goto IL_02fc;
|
|
}
|
|
}
|
|
|
|
IL_02f9:
|
|
{
|
|
G_B52_0 = 0;
|
|
goto IL_02fe;
|
|
}
|
|
|
|
IL_02fc:
|
|
{
|
|
G_B52_0 = ((int32_t)10);
|
|
}
|
|
|
|
IL_02fe:
|
|
{
|
|
V_8 = G_B52_0;
|
|
String_t* L_119 = __this->get_m_String_16();
|
|
int32_t L_120 = V_3;
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_121 = __this->get_m_Info_21();
|
|
NullCheck(L_121);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_122 = L_121->get_address_of_Offset_3();
|
|
uint16_t L_123 = L_122->get_Query_5();
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_124 = V_4;
|
|
int32_t L_125 = V_8;
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_126 = __this->get_m_Syntax_18();
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tA44F3057604BAA4E6EF06A8EE4E6825D471592DF_il2cpp_TypeInfo_var);
|
|
UriHelper_UnescapeString_mC172F713349E3D22985A92BC4F5B51D0BCEE61AF(L_119, L_120, L_123, L_124, (int32_t*)(&V_5), ((int32_t)65535), ((int32_t)65535), ((int32_t)65535), L_125, L_126, (bool)1, /*hidden argument*/NULL);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_127 = V_4;
|
|
NullCheck(L_127);
|
|
int32_t L_128 = 1;
|
|
uint16_t L_129 = (uint16_t)(L_127)->GetAt(static_cast<il2cpp_array_size_t>(L_128));
|
|
if ((!(((uint32_t)L_129) == ((uint32_t)((int32_t)124)))))
|
|
{
|
|
goto IL_0347;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_130 = V_4;
|
|
NullCheck(L_130);
|
|
(L_130)->SetAt(static_cast<il2cpp_array_size_t>(1), (Il2CppChar)((int32_t)58));
|
|
}
|
|
|
|
IL_0347:
|
|
{
|
|
bool L_131 = Uri_InFact_m4CE890C86FA34154A044516D2F3C9463389220D7(__this, (((int64_t)((int64_t)((int32_t)8192)))), /*hidden argument*/NULL);
|
|
if (!L_131)
|
|
{
|
|
goto IL_0377;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_132 = V_4;
|
|
bool L_133 = Uri_get_IsDosPath_m89CA4E32381C529502E91872BC89BD18F5419D08(__this, /*hidden argument*/NULL);
|
|
G_B56_0 = L_132;
|
|
if (L_133)
|
|
{
|
|
G_B57_0 = L_132;
|
|
goto IL_0363;
|
|
}
|
|
}
|
|
{
|
|
uint16_t L_134 = V_7;
|
|
G_B58_0 = ((int32_t)(L_134));
|
|
G_B58_1 = G_B56_0;
|
|
goto IL_0367;
|
|
}
|
|
|
|
IL_0363:
|
|
{
|
|
uint16_t L_135 = V_7;
|
|
G_B58_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_135, (int32_t)2));
|
|
G_B58_1 = G_B57_0;
|
|
}
|
|
|
|
IL_0367:
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_136 = __this->get_m_Syntax_18();
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_137 = Uri_Compress_m02224082A9665F07D35AB6EB6E3198642F9E7BCF(G_B58_1, (uint16_t)(((int32_t)((uint16_t)G_B58_0))), (int32_t*)(&V_5), L_136, /*hidden argument*/NULL);
|
|
V_4 = L_137;
|
|
}
|
|
|
|
IL_0377:
|
|
{
|
|
V_11 = (uint16_t)0;
|
|
goto IL_0393;
|
|
}
|
|
|
|
IL_037c:
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_138 = V_4;
|
|
uint16_t L_139 = V_11;
|
|
NullCheck(L_138);
|
|
uint16_t L_140 = L_139;
|
|
uint16_t L_141 = (uint16_t)(L_138)->GetAt(static_cast<il2cpp_array_size_t>(L_140));
|
|
if ((!(((uint32_t)L_141) == ((uint32_t)((int32_t)47)))))
|
|
{
|
|
goto IL_038c;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_142 = V_4;
|
|
uint16_t L_143 = V_11;
|
|
NullCheck(L_142);
|
|
(L_142)->SetAt(static_cast<il2cpp_array_size_t>(L_143), (Il2CppChar)((int32_t)92));
|
|
}
|
|
|
|
IL_038c:
|
|
{
|
|
uint16_t L_144 = V_11;
|
|
V_11 = (uint16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_144, (int32_t)1)))));
|
|
}
|
|
|
|
IL_0393:
|
|
{
|
|
uint16_t L_145 = V_11;
|
|
int32_t L_146 = V_5;
|
|
if ((((int32_t)L_145) < ((int32_t)(((int32_t)((uint16_t)L_146))))))
|
|
{
|
|
goto IL_037c;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_147 = V_4;
|
|
int32_t L_148 = V_5;
|
|
String_t* L_149 = String_CreateString_mC7FB167C0D5B97F7EF502AF54399C61DD5B87509(NULL, L_147, 0, L_148, /*hidden argument*/NULL);
|
|
return L_149;
|
|
}
|
|
|
|
IL_03a5:
|
|
{
|
|
String_t* L_150 = Uri_GetUnescapedParts_m051A75B5D2DDAE55F107457CA468EE9A2563FED3(__this, ((int32_t)1073741840), 2, /*hidden argument*/NULL);
|
|
return L_150;
|
|
}
|
|
}
|
|
// System.Int32 System.Uri::get_Port()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Uri_get_Port_m4E64AB9B50CCC50E7B1F139D7AF1403FAF97147C (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Uri_get_Port_m4E64AB9B50CCC50E7B1F139D7AF1403FAF97147C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
bool L_0 = Uri_get_IsNotAbsoluteUri_mF9706123EB027C6E9AB263B98CE58CF319A22919(__this, /*hidden argument*/NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral12B6FF7C47BB4C2C973EF6E38B06B1AD0DACA96F, /*hidden argument*/NULL);
|
|
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_2 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
|
|
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_2, L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Uri_get_Port_m4E64AB9B50CCC50E7B1F139D7AF1403FAF97147C_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_3 = __this->get_m_Syntax_18();
|
|
NullCheck(L_3);
|
|
bool L_4 = UriParser_get_IsSimple_mDDB03A5F6EEE6E92926A386655E5BBD553719B9C(L_3, /*hidden argument*/NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
{
|
|
Uri_EnsureUriInfo_m4B46DF8611FA6D20D497D12D00544CFB466DCFA7(__this, /*hidden argument*/NULL);
|
|
goto IL_0035;
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
Uri_EnsureHostString_m4BD63AA5A88CA09572A8A7CF3B2EDDE17EF9C720(__this, (bool)0, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
bool L_5 = Uri_InFact_m4CE890C86FA34154A044516D2F3C9463389220D7(__this, (((int64_t)((int64_t)((int32_t)8388608)))), /*hidden argument*/NULL);
|
|
if (!L_5)
|
|
{
|
|
goto IL_0054;
|
|
}
|
|
}
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_6 = __this->get_m_Info_21();
|
|
NullCheck(L_6);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_7 = L_6->get_address_of_Offset_3();
|
|
uint16_t L_8 = L_7->get_PortValue_3();
|
|
return L_8;
|
|
}
|
|
|
|
IL_0054:
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_9 = __this->get_m_Syntax_18();
|
|
NullCheck(L_9);
|
|
int32_t L_10 = UriParser_get_DefaultPort_m050510870CCD4DD08DF7E98E2AF3D616446AD99D_inline(L_9, /*hidden argument*/NULL);
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.String System.Uri::get_Query()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_Query_m3F64514B4DB7C849C8255BA3FE08C6BE983D2D56 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Uri_get_Query_m3F64514B4DB7C849C8255BA3FE08C6BE983D2D56_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * V_0 = NULL;
|
|
String_t* V_1 = NULL;
|
|
{
|
|
bool L_0 = Uri_get_IsNotAbsoluteUri_mF9706123EB027C6E9AB263B98CE58CF319A22919(__this, /*hidden argument*/NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral12B6FF7C47BB4C2C973EF6E38B06B1AD0DACA96F, /*hidden argument*/NULL);
|
|
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_2 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
|
|
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_2, L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Uri_get_Query_m3F64514B4DB7C849C8255BA3FE08C6BE983D2D56_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_3 = Uri_EnsureUriInfo_m4B46DF8611FA6D20D497D12D00544CFB466DCFA7(__this, /*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_4 = V_0;
|
|
NullCheck(L_4);
|
|
MoreInfo_t83B9EC79244C26B468C115E54C0BEF09BB2E05B5 * L_5 = L_4->get_MoreInfo_5();
|
|
if (L_5)
|
|
{
|
|
goto IL_0032;
|
|
}
|
|
}
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_6 = V_0;
|
|
MoreInfo_t83B9EC79244C26B468C115E54C0BEF09BB2E05B5 * L_7 = (MoreInfo_t83B9EC79244C26B468C115E54C0BEF09BB2E05B5 *)il2cpp_codegen_object_new(MoreInfo_t83B9EC79244C26B468C115E54C0BEF09BB2E05B5_il2cpp_TypeInfo_var);
|
|
MoreInfo__ctor_mFE29F028646C12EDCAF7F0F78F9A85D52C10B83C(L_7, /*hidden argument*/NULL);
|
|
NullCheck(L_6);
|
|
L_6->set_MoreInfo_5(L_7);
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_8 = V_0;
|
|
NullCheck(L_8);
|
|
MoreInfo_t83B9EC79244C26B468C115E54C0BEF09BB2E05B5 * L_9 = L_8->get_MoreInfo_5();
|
|
NullCheck(L_9);
|
|
String_t* L_10 = L_9->get_Query_1();
|
|
V_1 = L_10;
|
|
String_t* L_11 = V_1;
|
|
if (L_11)
|
|
{
|
|
goto IL_005a;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_12 = Uri_GetParts_mF5840DC010E6D420EB5A0722320EDAAEA2D0269F(__this, ((int32_t)1073741856), 1, /*hidden argument*/NULL);
|
|
V_1 = L_12;
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_13 = V_0;
|
|
NullCheck(L_13);
|
|
MoreInfo_t83B9EC79244C26B468C115E54C0BEF09BB2E05B5 * L_14 = L_13->get_MoreInfo_5();
|
|
String_t* L_15 = V_1;
|
|
NullCheck(L_14);
|
|
L_14->set_Query_1(L_15);
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
String_t* L_16 = V_1;
|
|
return L_16;
|
|
}
|
|
}
|
|
// System.String System.Uri::get_Fragment()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_Fragment_m111666DD668AC59B9F3C3D3CEEEC7F70F6904D41 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Uri_get_Fragment_m111666DD668AC59B9F3C3D3CEEEC7F70F6904D41_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * V_0 = NULL;
|
|
String_t* V_1 = NULL;
|
|
{
|
|
bool L_0 = Uri_get_IsNotAbsoluteUri_mF9706123EB027C6E9AB263B98CE58CF319A22919(__this, /*hidden argument*/NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral12B6FF7C47BB4C2C973EF6E38B06B1AD0DACA96F, /*hidden argument*/NULL);
|
|
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_2 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
|
|
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_2, L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Uri_get_Fragment_m111666DD668AC59B9F3C3D3CEEEC7F70F6904D41_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_3 = Uri_EnsureUriInfo_m4B46DF8611FA6D20D497D12D00544CFB466DCFA7(__this, /*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_4 = V_0;
|
|
NullCheck(L_4);
|
|
MoreInfo_t83B9EC79244C26B468C115E54C0BEF09BB2E05B5 * L_5 = L_4->get_MoreInfo_5();
|
|
if (L_5)
|
|
{
|
|
goto IL_0032;
|
|
}
|
|
}
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_6 = V_0;
|
|
MoreInfo_t83B9EC79244C26B468C115E54C0BEF09BB2E05B5 * L_7 = (MoreInfo_t83B9EC79244C26B468C115E54C0BEF09BB2E05B5 *)il2cpp_codegen_object_new(MoreInfo_t83B9EC79244C26B468C115E54C0BEF09BB2E05B5_il2cpp_TypeInfo_var);
|
|
MoreInfo__ctor_mFE29F028646C12EDCAF7F0F78F9A85D52C10B83C(L_7, /*hidden argument*/NULL);
|
|
NullCheck(L_6);
|
|
L_6->set_MoreInfo_5(L_7);
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_8 = V_0;
|
|
NullCheck(L_8);
|
|
MoreInfo_t83B9EC79244C26B468C115E54C0BEF09BB2E05B5 * L_9 = L_8->get_MoreInfo_5();
|
|
NullCheck(L_9);
|
|
String_t* L_10 = L_9->get_Fragment_2();
|
|
V_1 = L_10;
|
|
String_t* L_11 = V_1;
|
|
if (L_11)
|
|
{
|
|
goto IL_005a;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_12 = Uri_GetParts_mF5840DC010E6D420EB5A0722320EDAAEA2D0269F(__this, ((int32_t)1073741888), 1, /*hidden argument*/NULL);
|
|
V_1 = L_12;
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_13 = V_0;
|
|
NullCheck(L_13);
|
|
MoreInfo_t83B9EC79244C26B468C115E54C0BEF09BB2E05B5 * L_14 = L_13->get_MoreInfo_5();
|
|
String_t* L_15 = V_1;
|
|
NullCheck(L_14);
|
|
L_14->set_Fragment_2(L_15);
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
String_t* L_16 = V_1;
|
|
return L_16;
|
|
}
|
|
}
|
|
// System.String System.Uri::get_Scheme()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_Scheme_m14A8F0018D8AACADBEF39600A59944F33EE39187 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Uri_get_Scheme_m14A8F0018D8AACADBEF39600A59944F33EE39187_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
bool L_0 = Uri_get_IsNotAbsoluteUri_mF9706123EB027C6E9AB263B98CE58CF319A22919(__this, /*hidden argument*/NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral12B6FF7C47BB4C2C973EF6E38B06B1AD0DACA96F, /*hidden argument*/NULL);
|
|
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_2 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
|
|
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_2, L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Uri_get_Scheme_m14A8F0018D8AACADBEF39600A59944F33EE39187_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_3 = __this->get_m_Syntax_18();
|
|
NullCheck(L_3);
|
|
String_t* L_4 = UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1_inline(L_3, /*hidden argument*/NULL);
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Boolean System.Uri::get_OriginalStringSwitched()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_OriginalStringSwitched_m79E1C9F1C4E0ACCC85BB68841C167DDEA15CC72D (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->get_m_iriParsing_22();
|
|
if (!L_0)
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
bool L_1 = Uri_InFact_m4CE890C86FA34154A044516D2F3C9463389220D7(__this, ((int64_t)8589934592LL), /*hidden argument*/NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_0046;
|
|
}
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
bool L_2 = Uri_get_AllowIdn_mF1833CB700E04D746D75428948BEBC70536E1941(__this, /*hidden argument*/NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_0044;
|
|
}
|
|
}
|
|
{
|
|
bool L_3 = Uri_InFact_m4CE890C86FA34154A044516D2F3C9463389220D7(__this, ((int64_t)4294967296LL), /*hidden argument*/NULL);
|
|
if (L_3)
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
}
|
|
{
|
|
bool L_4 = Uri_InFact_m4CE890C86FA34154A044516D2F3C9463389220D7(__this, ((int64_t)68719476736LL), /*hidden argument*/NULL);
|
|
return L_4;
|
|
}
|
|
|
|
IL_0042:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0044:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.String System.Uri::get_OriginalString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_OriginalString_m56099E46276F0A52524347F1F46A2F88E948504F (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = Uri_get_OriginalStringSwitched_m79E1C9F1C4E0ACCC85BB68841C167DDEA15CC72D(__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = __this->get_m_String_16();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
String_t* L_2 = __this->get_m_originalUnicodeString_17();
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.String System.Uri::get_DnsSafeHost()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_DnsSafeHost_mC2D93669288A9C05CC13EE5754CEBF2D74D04704 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Uri_get_DnsSafeHost_mC2D93669288A9C05CC13EE5754CEBF2D74D04704_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
{
|
|
bool L_0 = Uri_get_IsNotAbsoluteUri_mF9706123EB027C6E9AB263B98CE58CF319A22919(__this, /*hidden argument*/NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral12B6FF7C47BB4C2C973EF6E38B06B1AD0DACA96F, /*hidden argument*/NULL);
|
|
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_2 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
|
|
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_2, L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Uri_get_DnsSafeHost_mC2D93669288A9C05CC13EE5754CEBF2D74D04704_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
bool L_3 = Uri_get_AllowIdn_mF1833CB700E04D746D75428948BEBC70536E1941(__this, /*hidden argument*/NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0057;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_4 = __this->get_m_Flags_20();
|
|
if (((int64_t)((int64_t)L_4&(int64_t)((int64_t)4294967296LL))))
|
|
{
|
|
goto IL_0044;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_5 = __this->get_m_Flags_20();
|
|
if (!((int64_t)((int64_t)L_5&(int64_t)((int64_t)68719476736LL))))
|
|
{
|
|
goto IL_0057;
|
|
}
|
|
}
|
|
|
|
IL_0044:
|
|
{
|
|
Uri_EnsureUriInfo_m4B46DF8611FA6D20D497D12D00544CFB466DCFA7(__this, /*hidden argument*/NULL);
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_6 = __this->get_m_Info_21();
|
|
NullCheck(L_6);
|
|
String_t* L_7 = L_6->get_DnsSafeHost_4();
|
|
return L_7;
|
|
}
|
|
|
|
IL_0057:
|
|
{
|
|
Uri_EnsureHostString_m4BD63AA5A88CA09572A8A7CF3B2EDDE17EF9C720(__this, (bool)0, /*hidden argument*/NULL);
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_8 = __this->get_m_Info_21();
|
|
NullCheck(L_8);
|
|
String_t* L_9 = L_8->get_DnsSafeHost_4();
|
|
bool L_10 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_9, /*hidden argument*/NULL);
|
|
if (L_10)
|
|
{
|
|
goto IL_007c;
|
|
}
|
|
}
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_11 = __this->get_m_Info_21();
|
|
NullCheck(L_11);
|
|
String_t* L_12 = L_11->get_DnsSafeHost_4();
|
|
return L_12;
|
|
}
|
|
|
|
IL_007c:
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_13 = __this->get_m_Info_21();
|
|
NullCheck(L_13);
|
|
String_t* L_14 = L_13->get_Host_0();
|
|
NullCheck(L_14);
|
|
int32_t L_15 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_14, /*hidden argument*/NULL);
|
|
if (L_15)
|
|
{
|
|
goto IL_0094;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_16 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
return L_16;
|
|
}
|
|
|
|
IL_0094:
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_17 = __this->get_m_Info_21();
|
|
NullCheck(L_17);
|
|
String_t* L_18 = L_17->get_Host_0();
|
|
V_0 = L_18;
|
|
uint64_t L_19 = Uri_get_HostType_mBB4EE8652EA19E2FB8C696302D5EBE82F358EC90(__this, /*hidden argument*/NULL);
|
|
if ((!(((uint64_t)L_19) == ((uint64_t)(((int64_t)((int64_t)((int32_t)65536))))))))
|
|
{
|
|
goto IL_00df;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_20 = V_0;
|
|
String_t* L_21 = V_0;
|
|
NullCheck(L_21);
|
|
int32_t L_22 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_21, /*hidden argument*/NULL);
|
|
NullCheck(L_20);
|
|
String_t* L_23 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_20, 1, ((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)2)), /*hidden argument*/NULL);
|
|
V_0 = L_23;
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_24 = __this->get_m_Info_21();
|
|
NullCheck(L_24);
|
|
String_t* L_25 = L_24->get_ScopeId_1();
|
|
if (!L_25)
|
|
{
|
|
goto IL_013b;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_26 = V_0;
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_27 = __this->get_m_Info_21();
|
|
NullCheck(L_27);
|
|
String_t* L_28 = L_27->get_ScopeId_1();
|
|
String_t* L_29 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_26, L_28, /*hidden argument*/NULL);
|
|
V_0 = L_29;
|
|
goto IL_013b;
|
|
}
|
|
|
|
IL_00df:
|
|
{
|
|
uint64_t L_30 = Uri_get_HostType_mBB4EE8652EA19E2FB8C696302D5EBE82F358EC90(__this, /*hidden argument*/NULL);
|
|
if ((!(((uint64_t)L_30) == ((uint64_t)(((int64_t)((int64_t)((int32_t)327680))))))))
|
|
{
|
|
goto IL_013b;
|
|
}
|
|
}
|
|
{
|
|
bool L_31 = Uri_InFact_m4CE890C86FA34154A044516D2F3C9463389220D7(__this, (((int64_t)((int64_t)((int32_t)260)))), /*hidden argument*/NULL);
|
|
if (!L_31)
|
|
{
|
|
goto IL_013b;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_32 = V_0;
|
|
NullCheck(L_32);
|
|
int32_t L_33 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_32, /*hidden argument*/NULL);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_34 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)L_33);
|
|
V_1 = L_34;
|
|
V_2 = 0;
|
|
String_t* L_35 = V_0;
|
|
String_t* L_36 = V_0;
|
|
NullCheck(L_36);
|
|
int32_t L_37 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_36, /*hidden argument*/NULL);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_38 = V_1;
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_39 = __this->get_m_Syntax_18();
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tA44F3057604BAA4E6EF06A8EE4E6825D471592DF_il2cpp_TypeInfo_var);
|
|
UriHelper_UnescapeString_mC172F713349E3D22985A92BC4F5B51D0BCEE61AF(L_35, 0, L_37, L_38, (int32_t*)(&V_2), ((int32_t)65535), ((int32_t)65535), ((int32_t)65535), ((int32_t)10), L_39, (bool)0, /*hidden argument*/NULL);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_40 = V_1;
|
|
int32_t L_41 = V_2;
|
|
String_t* L_42 = String_CreateString_mC7FB167C0D5B97F7EF502AF54399C61DD5B87509(NULL, L_40, 0, L_41, /*hidden argument*/NULL);
|
|
V_0 = L_42;
|
|
}
|
|
|
|
IL_013b:
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_43 = __this->get_m_Info_21();
|
|
String_t* L_44 = V_0;
|
|
NullCheck(L_43);
|
|
L_43->set_DnsSafeHost_4(L_44);
|
|
String_t* L_45 = V_0;
|
|
return L_45;
|
|
}
|
|
}
|
|
// System.Boolean System.Uri::get_IsAbsoluteUri()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_IsAbsoluteUri_m8C189085F1C675DBC3148AA70C38074EC075D722 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_0 = __this->get_m_Syntax_18();
|
|
return (bool)((!(((RuntimeObject*)(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC *)L_0) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Boolean System.Uri::get_UserEscaped()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_UserEscaped_m8F29E9A593E84E66DD4AC06CBD5880B93A5F0307 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = Uri_InFact_m4CE890C86FA34154A044516D2F3C9463389220D7(__this, (((int64_t)((int64_t)((int32_t)524288)))), /*hidden argument*/NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.String System.Uri::get_UserInfo()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_UserInfo_m201C93A932C446805E9143EBE969048D7E75C71E (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Uri_get_UserInfo_m201C93A932C446805E9143EBE969048D7E75C71E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
bool L_0 = Uri_get_IsNotAbsoluteUri_mF9706123EB027C6E9AB263B98CE58CF319A22919(__this, /*hidden argument*/NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral12B6FF7C47BB4C2C973EF6E38B06B1AD0DACA96F, /*hidden argument*/NULL);
|
|
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_2 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
|
|
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_2, L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Uri_get_UserInfo_m201C93A932C446805E9143EBE969048D7E75C71E_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
String_t* L_3 = Uri_GetParts_mF5840DC010E6D420EB5A0722320EDAAEA2D0269F(__this, 2, 1, /*hidden argument*/NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Boolean System.Uri::IsGenDelim(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_IsGenDelim_m376CCA5D00D019A69FD746C57D236A54EB9D3CF3 (Il2CppChar ___ch0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Il2CppChar L_0 = ___ch0;
|
|
if ((((int32_t)L_0) == ((int32_t)((int32_t)58))))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_1 = ___ch0;
|
|
if ((((int32_t)L_1) == ((int32_t)((int32_t)47))))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_2 = ___ch0;
|
|
if ((((int32_t)L_2) == ((int32_t)((int32_t)63))))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_3 = ___ch0;
|
|
if ((((int32_t)L_3) == ((int32_t)((int32_t)35))))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_4 = ___ch0;
|
|
if ((((int32_t)L_4) == ((int32_t)((int32_t)91))))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_5 = ___ch0;
|
|
if ((((int32_t)L_5) == ((int32_t)((int32_t)93))))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_6 = ___ch0;
|
|
return (bool)((((int32_t)L_6) == ((int32_t)((int32_t)64)))? 1 : 0);
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Boolean System.Uri::CheckSchemeName(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_CheckSchemeName_m351E06F4546E0F84E2DDB286B531F39D379589BC (String_t* ___schemeName0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Uri_CheckSchemeName_m351E06F4546E0F84E2DDB286B531F39D379589BC_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
String_t* L_0 = ___schemeName0;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = ___schemeName0;
|
|
NullCheck(L_1);
|
|
int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_1, /*hidden argument*/NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_3 = ___schemeName0;
|
|
NullCheck(L_3);
|
|
Il2CppChar L_4 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_3, 0, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
bool L_5 = Uri_IsAsciiLetter_m93435A20DF4DEE153B87B26D07B9963F1BF4F373(L_4, /*hidden argument*/NULL);
|
|
if (L_5)
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
String_t* L_6 = ___schemeName0;
|
|
NullCheck(L_6);
|
|
int32_t L_7 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_6, /*hidden argument*/NULL);
|
|
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1));
|
|
goto IL_005b;
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
String_t* L_8 = ___schemeName0;
|
|
int32_t L_9 = V_0;
|
|
NullCheck(L_8);
|
|
Il2CppChar L_10 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_8, L_9, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
bool L_11 = Uri_IsAsciiLetterOrDigit_mEBA81E735141504B5804F0B3C94EC39B24AF8661(L_10, /*hidden argument*/NULL);
|
|
if (L_11)
|
|
{
|
|
goto IL_0057;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_12 = ___schemeName0;
|
|
int32_t L_13 = V_0;
|
|
NullCheck(L_12);
|
|
Il2CppChar L_14 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_12, L_13, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_14) == ((int32_t)((int32_t)43))))
|
|
{
|
|
goto IL_0057;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_15 = ___schemeName0;
|
|
int32_t L_16 = V_0;
|
|
NullCheck(L_15);
|
|
Il2CppChar L_17 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_15, L_16, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_17) == ((int32_t)((int32_t)45))))
|
|
{
|
|
goto IL_0057;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_18 = ___schemeName0;
|
|
int32_t L_19 = V_0;
|
|
NullCheck(L_18);
|
|
Il2CppChar L_20 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_18, L_19, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_20) == ((int32_t)((int32_t)46))))
|
|
{
|
|
goto IL_0057;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0057:
|
|
{
|
|
int32_t L_21 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)1));
|
|
}
|
|
|
|
IL_005b:
|
|
{
|
|
int32_t L_22 = V_0;
|
|
if ((((int32_t)L_22) > ((int32_t)0)))
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Boolean System.Uri::IsHexDigit(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_IsHexDigit_m3B2881FA99F0B2197F8017E70C3AE6EBF9849836 (Il2CppChar ___character0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Il2CppChar L_0 = ___character0;
|
|
if ((((int32_t)L_0) < ((int32_t)((int32_t)48))))
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_1 = ___character0;
|
|
if ((((int32_t)L_1) <= ((int32_t)((int32_t)57))))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
Il2CppChar L_2 = ___character0;
|
|
if ((((int32_t)L_2) < ((int32_t)((int32_t)65))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_3 = ___character0;
|
|
if ((((int32_t)L_3) <= ((int32_t)((int32_t)70))))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
Il2CppChar L_4 = ___character0;
|
|
if ((((int32_t)L_4) < ((int32_t)((int32_t)97))))
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_5 = ___character0;
|
|
return (bool)((((int32_t)((((int32_t)L_5) > ((int32_t)((int32_t)102)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Int32 System.Uri::FromHex(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Uri_FromHex_m9EAC76A5DBFED86532FF7E1BBD809176337A227B (Il2CppChar ___digit0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Uri_FromHex_m9EAC76A5DBFED86532FF7E1BBD809176337A227B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t G_B10_0 = 0;
|
|
{
|
|
Il2CppChar L_0 = ___digit0;
|
|
if ((((int32_t)L_0) < ((int32_t)((int32_t)48))))
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_1 = ___digit0;
|
|
if ((((int32_t)L_1) <= ((int32_t)((int32_t)57))))
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
Il2CppChar L_2 = ___digit0;
|
|
if ((((int32_t)L_2) < ((int32_t)((int32_t)65))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_3 = ___digit0;
|
|
if ((((int32_t)L_3) <= ((int32_t)((int32_t)70))))
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
Il2CppChar L_4 = ___digit0;
|
|
if ((((int32_t)L_4) < ((int32_t)((int32_t)97))))
|
|
{
|
|
goto IL_003b;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_5 = ___digit0;
|
|
if ((((int32_t)L_5) > ((int32_t)((int32_t)102))))
|
|
{
|
|
goto IL_003b;
|
|
}
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
Il2CppChar L_6 = ___digit0;
|
|
if ((((int32_t)L_6) <= ((int32_t)((int32_t)57))))
|
|
{
|
|
goto IL_0036;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_7 = ___digit0;
|
|
if ((((int32_t)L_7) <= ((int32_t)((int32_t)70))))
|
|
{
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_8 = ___digit0;
|
|
G_B10_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)((int32_t)97)));
|
|
goto IL_0032;
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
Il2CppChar L_9 = ___digit0;
|
|
G_B10_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)((int32_t)65)));
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
return ((int32_t)il2cpp_codegen_add((int32_t)G_B10_0, (int32_t)((int32_t)10)));
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
Il2CppChar L_10 = ___digit0;
|
|
return ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)((int32_t)48)));
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_11 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_11, _stringLiteralDCB93BD72059500C1226AD16FDD58FFE25C9E0EA, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, Uri_FromHex_m9EAC76A5DBFED86532FF7E1BBD809176337A227B_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Int32 System.Uri::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Uri_GetHashCode_m06066B9059649A690C5B4DE58D32DF227933F515 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Uri_GetHashCode_m06066B9059649A690C5B4DE58D32DF227933F515_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
String_t* V_2 = NULL;
|
|
{
|
|
bool L_0 = Uri_get_IsNotAbsoluteUri_mF9706123EB027C6E9AB263B98CE58CF319A22919(__this, /*hidden argument*/NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Uri_get_OriginalString_m56099E46276F0A52524347F1F46A2F88E948504F(__this, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = Uri_CalculateCaseInsensitiveHashCode_m634FFDF8FCD81DECCB87161B153D1093C0A6FCE4(L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_3 = Uri_EnsureUriInfo_m4B46DF8611FA6D20D497D12D00544CFB466DCFA7(__this, /*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_4 = V_0;
|
|
NullCheck(L_4);
|
|
MoreInfo_t83B9EC79244C26B468C115E54C0BEF09BB2E05B5 * L_5 = L_4->get_MoreInfo_5();
|
|
if (L_5)
|
|
{
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_6 = V_0;
|
|
MoreInfo_t83B9EC79244C26B468C115E54C0BEF09BB2E05B5 * L_7 = (MoreInfo_t83B9EC79244C26B468C115E54C0BEF09BB2E05B5 *)il2cpp_codegen_object_new(MoreInfo_t83B9EC79244C26B468C115E54C0BEF09BB2E05B5_il2cpp_TypeInfo_var);
|
|
MoreInfo__ctor_mFE29F028646C12EDCAF7F0F78F9A85D52C10B83C(L_7, /*hidden argument*/NULL);
|
|
NullCheck(L_6);
|
|
L_6->set_MoreInfo_5(L_7);
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_8 = V_0;
|
|
NullCheck(L_8);
|
|
MoreInfo_t83B9EC79244C26B468C115E54C0BEF09BB2E05B5 * L_9 = L_8->get_MoreInfo_5();
|
|
NullCheck(L_9);
|
|
int32_t L_10 = L_9->get_Hash_4();
|
|
V_1 = L_10;
|
|
int32_t L_11 = V_1;
|
|
if (L_11)
|
|
{
|
|
goto IL_0072;
|
|
}
|
|
}
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_12 = V_0;
|
|
NullCheck(L_12);
|
|
MoreInfo_t83B9EC79244C26B468C115E54C0BEF09BB2E05B5 * L_13 = L_12->get_MoreInfo_5();
|
|
NullCheck(L_13);
|
|
String_t* L_14 = L_13->get_RemoteUrl_5();
|
|
V_2 = L_14;
|
|
String_t* L_15 = V_2;
|
|
if (L_15)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_16 = Uri_GetParts_mF5840DC010E6D420EB5A0722320EDAAEA2D0269F(__this, ((int32_t)61), 3, /*hidden argument*/NULL);
|
|
V_2 = L_16;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
String_t* L_17 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
int32_t L_18 = Uri_CalculateCaseInsensitiveHashCode_m634FFDF8FCD81DECCB87161B153D1093C0A6FCE4(L_17, /*hidden argument*/NULL);
|
|
V_1 = L_18;
|
|
int32_t L_19 = V_1;
|
|
if (L_19)
|
|
{
|
|
goto IL_0066;
|
|
}
|
|
}
|
|
{
|
|
V_1 = ((int32_t)16777216);
|
|
}
|
|
|
|
IL_0066:
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_20 = V_0;
|
|
NullCheck(L_20);
|
|
MoreInfo_t83B9EC79244C26B468C115E54C0BEF09BB2E05B5 * L_21 = L_20->get_MoreInfo_5();
|
|
int32_t L_22 = V_1;
|
|
NullCheck(L_21);
|
|
L_21->set_Hash_4(L_22);
|
|
}
|
|
|
|
IL_0072:
|
|
{
|
|
int32_t L_23 = V_1;
|
|
return L_23;
|
|
}
|
|
}
|
|
// System.String System.Uri::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_ToString_mB76863E11134B9635149E8E5F59AB75A74A760E2 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_0 = __this->get_m_Syntax_18();
|
|
if (L_0)
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
bool L_1 = __this->get_m_iriParsing_22();
|
|
if (!L_1)
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
bool L_2 = Uri_InFact_m4CE890C86FA34154A044516D2F3C9463389220D7(__this, ((int64_t)8589934592LL), /*hidden argument*/NULL);
|
|
if (L_2)
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
String_t* L_3 = Uri_get_OriginalString_m56099E46276F0A52524347F1F46A2F88E948504F(__this, /*hidden argument*/NULL);
|
|
return L_3;
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
String_t* L_4 = __this->get_m_String_16();
|
|
return L_4;
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
Uri_EnsureUriInfo_m4B46DF8611FA6D20D497D12D00544CFB466DCFA7(__this, /*hidden argument*/NULL);
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_5 = __this->get_m_Info_21();
|
|
NullCheck(L_5);
|
|
String_t* L_6 = L_5->get_String_2();
|
|
if (L_6)
|
|
{
|
|
goto IL_007e;
|
|
}
|
|
}
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_7 = Uri_get_Syntax_m3DB6A5D9E6FC3E0D0A63EA8A4527AF4106F9BD78_inline(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_7);
|
|
bool L_8 = UriParser_get_IsSimple_mDDB03A5F6EEE6E92926A386655E5BBD553719B9C(L_7, /*hidden argument*/NULL);
|
|
if (!L_8)
|
|
{
|
|
goto IL_006a;
|
|
}
|
|
}
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_9 = __this->get_m_Info_21();
|
|
String_t* L_10 = Uri_GetComponentsHelper_m28B0D80FD94A40685C0F70652AB26755C457B2D3(__this, ((int32_t)127), ((int32_t)32767), /*hidden argument*/NULL);
|
|
NullCheck(L_9);
|
|
L_9->set_String_2(L_10);
|
|
goto IL_007e;
|
|
}
|
|
|
|
IL_006a:
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_11 = __this->get_m_Info_21();
|
|
String_t* L_12 = Uri_GetParts_mF5840DC010E6D420EB5A0722320EDAAEA2D0269F(__this, ((int32_t)127), 3, /*hidden argument*/NULL);
|
|
NullCheck(L_11);
|
|
L_11->set_String_2(L_12);
|
|
}
|
|
|
|
IL_007e:
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_13 = __this->get_m_Info_21();
|
|
NullCheck(L_13);
|
|
String_t* L_14 = L_13->get_String_2();
|
|
return L_14;
|
|
}
|
|
}
|
|
// System.Boolean System.Uri::op_Equality(System.Uri,System.Uri)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_op_Equality_mFED3D4AFAB090B76D2088C485507F8F702ADA18F (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri10, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri21, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___uri10;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_1 = ___uri21;
|
|
if ((!(((RuntimeObject*)(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)L_0) == ((RuntimeObject*)(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)L_1))))
|
|
{
|
|
goto IL_0006;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0006:
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_2 = ___uri10;
|
|
if (!L_2)
|
|
{
|
|
goto IL_000c;
|
|
}
|
|
}
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_3 = ___uri21;
|
|
if (L_3)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_4 = ___uri21;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_5 = ___uri10;
|
|
NullCheck(L_4);
|
|
bool L_6 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_4, L_5);
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.Boolean System.Uri::op_Inequality(System.Uri,System.Uri)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_op_Inequality_m07015206F59460E87CDE2A8D303D5712E30A7F6B (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri10, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri21, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___uri10;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_1 = ___uri21;
|
|
if ((!(((RuntimeObject*)(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)L_0) == ((RuntimeObject*)(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)L_1))))
|
|
{
|
|
goto IL_0006;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0006:
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_2 = ___uri10;
|
|
if (!L_2)
|
|
{
|
|
goto IL_000c;
|
|
}
|
|
}
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_3 = ___uri21;
|
|
if (L_3)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_4 = ___uri21;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_5 = ___uri10;
|
|
NullCheck(L_4);
|
|
bool L_6 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_4, L_5);
|
|
return (bool)((((int32_t)L_6) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Boolean System.Uri::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_Equals_m432A30F5E72A0F2B729AC051892BF9E1F4D26629 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, RuntimeObject * ___comparand0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Uri_Equals_m432A30F5E72A0F2B729AC051892BF9E1F4D26629_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * V_0 = NULL;
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * V_1 = NULL;
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * V_2 = NULL;
|
|
String_t* V_3 = NULL;
|
|
String_t* V_4 = NULL;
|
|
String_t* V_5 = NULL;
|
|
Il2CppChar* V_6 = NULL;
|
|
String_t* V_7 = NULL;
|
|
Il2CppChar* V_8 = NULL;
|
|
String_t* V_9 = NULL;
|
|
int32_t V_10 = 0;
|
|
uint16_t V_11 = 0;
|
|
uint16_t V_12 = 0;
|
|
uint16_t V_13 = 0;
|
|
uint16_t V_14 = 0;
|
|
String_t* V_15 = NULL;
|
|
Il2CppChar* V_16 = NULL;
|
|
Il2CppChar* V_17 = NULL;
|
|
Il2CppChar* V_18 = NULL;
|
|
Il2CppChar* V_19 = NULL;
|
|
String_t* G_B77_0 = NULL;
|
|
String_t* G_B77_1 = NULL;
|
|
String_t* G_B76_0 = NULL;
|
|
String_t* G_B76_1 = NULL;
|
|
int32_t G_B78_0 = 0;
|
|
String_t* G_B78_1 = NULL;
|
|
String_t* G_B78_2 = NULL;
|
|
{
|
|
RuntimeObject * L_0 = ___comparand0;
|
|
if (L_0)
|
|
{
|
|
goto IL_0005;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0005:
|
|
{
|
|
RuntimeObject * L_1 = ___comparand0;
|
|
if ((!(((RuntimeObject*)(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)__this) == ((RuntimeObject*)(RuntimeObject *)L_1))))
|
|
{
|
|
goto IL_000b;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
RuntimeObject * L_2 = ___comparand0;
|
|
V_0 = ((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)IsInstClass((RuntimeObject*)L_2, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var));
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_3 = V_0;
|
|
if (L_3)
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject * L_4 = ___comparand0;
|
|
V_5 = ((String_t*)IsInstSealed((RuntimeObject*)L_4, String_t_il2cpp_TypeInfo_var));
|
|
String_t* L_5 = V_5;
|
|
if (L_5)
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
String_t* L_6 = V_5;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
bool L_7 = Uri_TryCreate_mEEB6736FEDAF52AAE36ACC1EA1EC8CEBB7C52DAB(L_6, 0, (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E **)(&V_0), /*hidden argument*/NULL);
|
|
if (L_7)
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
String_t* L_8 = __this->get_m_String_16();
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_9 = V_0;
|
|
NullCheck(L_9);
|
|
String_t* L_10 = L_9->get_m_String_16();
|
|
if ((!(((RuntimeObject*)(String_t*)L_8) == ((RuntimeObject*)(String_t*)L_10))))
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
bool L_11 = Uri_get_IsAbsoluteUri_m8C189085F1C675DBC3148AA70C38074EC075D722(__this, /*hidden argument*/NULL);
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_12 = V_0;
|
|
NullCheck(L_12);
|
|
bool L_13 = Uri_get_IsAbsoluteUri_m8C189085F1C675DBC3148AA70C38074EC075D722(L_12, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_11) == ((int32_t)L_13)))
|
|
{
|
|
goto IL_0051;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0051:
|
|
{
|
|
bool L_14 = Uri_get_IsNotAbsoluteUri_mF9706123EB027C6E9AB263B98CE58CF319A22919(__this, /*hidden argument*/NULL);
|
|
if (!L_14)
|
|
{
|
|
goto IL_006b;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_15 = Uri_get_OriginalString_m56099E46276F0A52524347F1F46A2F88E948504F(__this, /*hidden argument*/NULL);
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_16 = V_0;
|
|
NullCheck(L_16);
|
|
String_t* L_17 = Uri_get_OriginalString_m56099E46276F0A52524347F1F46A2F88E948504F(L_16, /*hidden argument*/NULL);
|
|
NullCheck(L_15);
|
|
bool L_18 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_15, L_17, /*hidden argument*/NULL);
|
|
return L_18;
|
|
}
|
|
|
|
IL_006b:
|
|
{
|
|
bool L_19 = Uri_NotAny_mC5DC04B72B13D2997B055B9E41FCFEEC1CE5263D(__this, (((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)-2147483648LL))))))), /*hidden argument*/NULL);
|
|
if (L_19)
|
|
{
|
|
goto IL_008a;
|
|
}
|
|
}
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_20 = V_0;
|
|
NullCheck(L_20);
|
|
bool L_21 = Uri_NotAny_mC5DC04B72B13D2997B055B9E41FCFEEC1CE5263D(L_20, (((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)-2147483648LL))))))), /*hidden argument*/NULL);
|
|
if (!L_21)
|
|
{
|
|
goto IL_013b;
|
|
}
|
|
}
|
|
|
|
IL_008a:
|
|
{
|
|
bool L_22 = Uri_get_IsUncOrDosPath_mE372CA996BE5B29DD531D7C6DD1809E17441005E(__this, /*hidden argument*/NULL);
|
|
if (L_22)
|
|
{
|
|
goto IL_0125;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_23 = __this->get_m_String_16();
|
|
NullCheck(L_23);
|
|
int32_t L_24 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_23, /*hidden argument*/NULL);
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_25 = V_0;
|
|
NullCheck(L_25);
|
|
String_t* L_26 = L_25->get_m_String_16();
|
|
NullCheck(L_26);
|
|
int32_t L_27 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_26, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_24) == ((uint32_t)L_27))))
|
|
{
|
|
goto IL_013b;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_28 = __this->get_m_String_16();
|
|
V_7 = L_28;
|
|
String_t* L_29 = V_7;
|
|
V_6 = (Il2CppChar*)(((uintptr_t)L_29));
|
|
Il2CppChar* L_30 = V_6;
|
|
if (!L_30)
|
|
{
|
|
goto IL_00cb;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_31 = V_6;
|
|
int32_t L_32 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL);
|
|
V_6 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_31, (int32_t)L_32));
|
|
}
|
|
|
|
IL_00cb:
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_33 = V_0;
|
|
NullCheck(L_33);
|
|
String_t* L_34 = L_33->get_m_String_16();
|
|
V_9 = L_34;
|
|
String_t* L_35 = V_9;
|
|
V_8 = (Il2CppChar*)(((uintptr_t)L_35));
|
|
Il2CppChar* L_36 = V_8;
|
|
if (!L_36)
|
|
{
|
|
goto IL_00e6;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_37 = V_8;
|
|
int32_t L_38 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL);
|
|
V_8 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_37, (int32_t)L_38));
|
|
}
|
|
|
|
IL_00e6:
|
|
{
|
|
String_t* L_39 = __this->get_m_String_16();
|
|
NullCheck(L_39);
|
|
int32_t L_40 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_39, /*hidden argument*/NULL);
|
|
V_10 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_40, (int32_t)1));
|
|
goto IL_0111;
|
|
}
|
|
|
|
IL_00f7:
|
|
{
|
|
Il2CppChar* L_41 = V_6;
|
|
int32_t L_42 = V_10;
|
|
int32_t L_43 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_41, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_42)), (int32_t)2)))));
|
|
Il2CppChar* L_44 = V_8;
|
|
int32_t L_45 = V_10;
|
|
int32_t L_46 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_44, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_45)), (int32_t)2)))));
|
|
if ((!(((uint32_t)L_43) == ((uint32_t)L_46))))
|
|
{
|
|
goto IL_0116;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_47 = V_10;
|
|
V_10 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_47, (int32_t)1));
|
|
}
|
|
|
|
IL_0111:
|
|
{
|
|
int32_t L_48 = V_10;
|
|
if ((((int32_t)L_48) >= ((int32_t)0)))
|
|
{
|
|
goto IL_00f7;
|
|
}
|
|
}
|
|
|
|
IL_0116:
|
|
{
|
|
int32_t L_49 = V_10;
|
|
if ((!(((uint32_t)L_49) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_011d;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_011d:
|
|
{
|
|
V_9 = (String_t*)NULL;
|
|
V_7 = (String_t*)NULL;
|
|
goto IL_013b;
|
|
}
|
|
|
|
IL_0125:
|
|
{
|
|
String_t* L_50 = __this->get_m_String_16();
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_51 = V_0;
|
|
NullCheck(L_51);
|
|
String_t* L_52 = L_51->get_m_String_16();
|
|
int32_t L_53 = String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442(L_50, L_52, 5, /*hidden argument*/NULL);
|
|
if (L_53)
|
|
{
|
|
goto IL_013b;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_013b:
|
|
{
|
|
Uri_EnsureUriInfo_m4B46DF8611FA6D20D497D12D00544CFB466DCFA7(__this, /*hidden argument*/NULL);
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_54 = V_0;
|
|
NullCheck(L_54);
|
|
Uri_EnsureUriInfo_m4B46DF8611FA6D20D497D12D00544CFB466DCFA7(L_54, /*hidden argument*/NULL);
|
|
bool L_55 = Uri_get_UserDrivenParsing_mFF27964894B5C0432C37E425F319D6C915BCDC39(__this, /*hidden argument*/NULL);
|
|
if (L_55)
|
|
{
|
|
goto IL_02be;
|
|
}
|
|
}
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_56 = V_0;
|
|
NullCheck(L_56);
|
|
bool L_57 = Uri_get_UserDrivenParsing_mFF27964894B5C0432C37E425F319D6C915BCDC39(L_56, /*hidden argument*/NULL);
|
|
if (L_57)
|
|
{
|
|
goto IL_02be;
|
|
}
|
|
}
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_58 = Uri_get_Syntax_m3DB6A5D9E6FC3E0D0A63EA8A4527AF4106F9BD78_inline(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_58);
|
|
bool L_59 = UriParser_get_IsSimple_mDDB03A5F6EEE6E92926A386655E5BBD553719B9C(L_58, /*hidden argument*/NULL);
|
|
if (!L_59)
|
|
{
|
|
goto IL_02be;
|
|
}
|
|
}
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_60 = V_0;
|
|
NullCheck(L_60);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_61 = Uri_get_Syntax_m3DB6A5D9E6FC3E0D0A63EA8A4527AF4106F9BD78_inline(L_60, /*hidden argument*/NULL);
|
|
NullCheck(L_61);
|
|
bool L_62 = UriParser_get_IsSimple_mDDB03A5F6EEE6E92926A386655E5BBD553719B9C(L_61, /*hidden argument*/NULL);
|
|
if (!L_62)
|
|
{
|
|
goto IL_02be;
|
|
}
|
|
}
|
|
{
|
|
bool L_63 = Uri_InFact_m4CE890C86FA34154A044516D2F3C9463389220D7(__this, (((int64_t)((int64_t)((int32_t)33554432)))), /*hidden argument*/NULL);
|
|
if (!L_63)
|
|
{
|
|
goto IL_0281;
|
|
}
|
|
}
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_64 = V_0;
|
|
NullCheck(L_64);
|
|
bool L_65 = Uri_InFact_m4CE890C86FA34154A044516D2F3C9463389220D7(L_64, (((int64_t)((int64_t)((int32_t)33554432)))), /*hidden argument*/NULL);
|
|
if (!L_65)
|
|
{
|
|
goto IL_0281;
|
|
}
|
|
}
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_66 = __this->get_m_Info_21();
|
|
NullCheck(L_66);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_67 = L_66->get_address_of_Offset_3();
|
|
uint16_t L_68 = L_67->get_Host_2();
|
|
V_11 = L_68;
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_69 = __this->get_m_Info_21();
|
|
NullCheck(L_69);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_70 = L_69->get_address_of_Offset_3();
|
|
uint16_t L_71 = L_70->get_Path_4();
|
|
V_12 = L_71;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_72 = V_0;
|
|
NullCheck(L_72);
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_73 = L_72->get_m_Info_21();
|
|
NullCheck(L_73);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_74 = L_73->get_address_of_Offset_3();
|
|
uint16_t L_75 = L_74->get_Host_2();
|
|
V_13 = L_75;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_76 = V_0;
|
|
NullCheck(L_76);
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_77 = L_76->get_m_Info_21();
|
|
NullCheck(L_77);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_78 = L_77->get_address_of_Offset_3();
|
|
uint16_t L_79 = L_78->get_Path_4();
|
|
V_14 = L_79;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_80 = V_0;
|
|
NullCheck(L_80);
|
|
String_t* L_81 = L_80->get_m_String_16();
|
|
V_15 = L_81;
|
|
uint16_t L_82 = V_12;
|
|
uint16_t L_83 = V_11;
|
|
uint16_t L_84 = V_14;
|
|
uint16_t L_85 = V_13;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_82, (int32_t)L_83))) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_84, (int32_t)L_85)))))
|
|
{
|
|
goto IL_023f;
|
|
}
|
|
}
|
|
{
|
|
uint16_t L_86 = V_11;
|
|
uint16_t L_87 = V_14;
|
|
uint16_t L_88 = V_13;
|
|
V_12 = (uint16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_86, (int32_t)L_87)), (int32_t)L_88)))));
|
|
goto IL_023f;
|
|
}
|
|
|
|
IL_020a:
|
|
{
|
|
String_t* L_89 = __this->get_m_String_16();
|
|
uint16_t L_90 = V_11;
|
|
NullCheck(L_89);
|
|
Il2CppChar L_91 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_89, L_90, /*hidden argument*/NULL);
|
|
String_t* L_92 = V_15;
|
|
uint16_t L_93 = V_13;
|
|
NullCheck(L_92);
|
|
Il2CppChar L_94 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_92, L_93, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_91) == ((int32_t)L_94)))
|
|
{
|
|
goto IL_0224;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0224:
|
|
{
|
|
String_t* L_95 = V_15;
|
|
uint16_t L_96 = V_13;
|
|
NullCheck(L_95);
|
|
Il2CppChar L_97 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_95, L_96, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_97) == ((int32_t)((int32_t)58))))
|
|
{
|
|
goto IL_0245;
|
|
}
|
|
}
|
|
{
|
|
uint16_t L_98 = V_11;
|
|
V_11 = (uint16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_98, (int32_t)1)))));
|
|
uint16_t L_99 = V_13;
|
|
V_13 = (uint16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_99, (int32_t)1)))));
|
|
}
|
|
|
|
IL_023f:
|
|
{
|
|
uint16_t L_100 = V_11;
|
|
uint16_t L_101 = V_12;
|
|
if ((((int32_t)L_100) < ((int32_t)L_101)))
|
|
{
|
|
goto IL_020a;
|
|
}
|
|
}
|
|
|
|
IL_0245:
|
|
{
|
|
uint16_t L_102 = V_11;
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_103 = __this->get_m_Info_21();
|
|
NullCheck(L_103);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_104 = L_103->get_address_of_Offset_3();
|
|
uint16_t L_105 = L_104->get_Path_4();
|
|
if ((((int32_t)L_102) >= ((int32_t)L_105)))
|
|
{
|
|
goto IL_026c;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_106 = __this->get_m_String_16();
|
|
uint16_t L_107 = V_11;
|
|
NullCheck(L_106);
|
|
Il2CppChar L_108 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_106, L_107, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_108) == ((int32_t)((int32_t)58))))
|
|
{
|
|
goto IL_026c;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_026c:
|
|
{
|
|
uint16_t L_109 = V_13;
|
|
uint16_t L_110 = V_14;
|
|
if ((((int32_t)L_109) >= ((int32_t)L_110)))
|
|
{
|
|
goto IL_02ae;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_111 = V_15;
|
|
uint16_t L_112 = V_13;
|
|
NullCheck(L_111);
|
|
Il2CppChar L_113 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_111, L_112, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_113) == ((int32_t)((int32_t)58))))
|
|
{
|
|
goto IL_02ae;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0281:
|
|
{
|
|
Uri_EnsureHostString_m4BD63AA5A88CA09572A8A7CF3B2EDDE17EF9C720(__this, (bool)0, /*hidden argument*/NULL);
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_114 = V_0;
|
|
NullCheck(L_114);
|
|
Uri_EnsureHostString_m4BD63AA5A88CA09572A8A7CF3B2EDDE17EF9C720(L_114, (bool)0, /*hidden argument*/NULL);
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_115 = __this->get_m_Info_21();
|
|
NullCheck(L_115);
|
|
String_t* L_116 = L_115->get_Host_0();
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_117 = V_0;
|
|
NullCheck(L_117);
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_118 = L_117->get_m_Info_21();
|
|
NullCheck(L_118);
|
|
String_t* L_119 = L_118->get_Host_0();
|
|
NullCheck(L_116);
|
|
bool L_120 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_116, L_119, /*hidden argument*/NULL);
|
|
if (L_120)
|
|
{
|
|
goto IL_02ae;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_02ae:
|
|
{
|
|
int32_t L_121 = Uri_get_Port_m4E64AB9B50CCC50E7B1F139D7AF1403FAF97147C(__this, /*hidden argument*/NULL);
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_122 = V_0;
|
|
NullCheck(L_122);
|
|
int32_t L_123 = Uri_get_Port_m4E64AB9B50CCC50E7B1F139D7AF1403FAF97147C(L_122, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_121) == ((int32_t)L_123)))
|
|
{
|
|
goto IL_02be;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_02be:
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_124 = __this->get_m_Info_21();
|
|
V_1 = L_124;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_125 = V_0;
|
|
NullCheck(L_125);
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_126 = L_125->get_m_Info_21();
|
|
V_2 = L_126;
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_127 = V_1;
|
|
NullCheck(L_127);
|
|
MoreInfo_t83B9EC79244C26B468C115E54C0BEF09BB2E05B5 * L_128 = L_127->get_MoreInfo_5();
|
|
if (L_128)
|
|
{
|
|
goto IL_02df;
|
|
}
|
|
}
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_129 = V_1;
|
|
MoreInfo_t83B9EC79244C26B468C115E54C0BEF09BB2E05B5 * L_130 = (MoreInfo_t83B9EC79244C26B468C115E54C0BEF09BB2E05B5 *)il2cpp_codegen_object_new(MoreInfo_t83B9EC79244C26B468C115E54C0BEF09BB2E05B5_il2cpp_TypeInfo_var);
|
|
MoreInfo__ctor_mFE29F028646C12EDCAF7F0F78F9A85D52C10B83C(L_130, /*hidden argument*/NULL);
|
|
NullCheck(L_129);
|
|
L_129->set_MoreInfo_5(L_130);
|
|
}
|
|
|
|
IL_02df:
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_131 = V_2;
|
|
NullCheck(L_131);
|
|
MoreInfo_t83B9EC79244C26B468C115E54C0BEF09BB2E05B5 * L_132 = L_131->get_MoreInfo_5();
|
|
if (L_132)
|
|
{
|
|
goto IL_02f2;
|
|
}
|
|
}
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_133 = V_2;
|
|
MoreInfo_t83B9EC79244C26B468C115E54C0BEF09BB2E05B5 * L_134 = (MoreInfo_t83B9EC79244C26B468C115E54C0BEF09BB2E05B5 *)il2cpp_codegen_object_new(MoreInfo_t83B9EC79244C26B468C115E54C0BEF09BB2E05B5_il2cpp_TypeInfo_var);
|
|
MoreInfo__ctor_mFE29F028646C12EDCAF7F0F78F9A85D52C10B83C(L_134, /*hidden argument*/NULL);
|
|
NullCheck(L_133);
|
|
L_133->set_MoreInfo_5(L_134);
|
|
}
|
|
|
|
IL_02f2:
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_135 = V_1;
|
|
NullCheck(L_135);
|
|
MoreInfo_t83B9EC79244C26B468C115E54C0BEF09BB2E05B5 * L_136 = L_135->get_MoreInfo_5();
|
|
NullCheck(L_136);
|
|
String_t* L_137 = L_136->get_RemoteUrl_5();
|
|
V_3 = L_137;
|
|
String_t* L_138 = V_3;
|
|
if (L_138)
|
|
{
|
|
goto IL_0317;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_139 = Uri_GetParts_mF5840DC010E6D420EB5A0722320EDAAEA2D0269F(__this, ((int32_t)61), 3, /*hidden argument*/NULL);
|
|
V_3 = L_139;
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_140 = V_1;
|
|
NullCheck(L_140);
|
|
MoreInfo_t83B9EC79244C26B468C115E54C0BEF09BB2E05B5 * L_141 = L_140->get_MoreInfo_5();
|
|
String_t* L_142 = V_3;
|
|
NullCheck(L_141);
|
|
L_141->set_RemoteUrl_5(L_142);
|
|
}
|
|
|
|
IL_0317:
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_143 = V_2;
|
|
NullCheck(L_143);
|
|
MoreInfo_t83B9EC79244C26B468C115E54C0BEF09BB2E05B5 * L_144 = L_143->get_MoreInfo_5();
|
|
NullCheck(L_144);
|
|
String_t* L_145 = L_144->get_RemoteUrl_5();
|
|
V_4 = L_145;
|
|
String_t* L_146 = V_4;
|
|
if (L_146)
|
|
{
|
|
goto IL_0340;
|
|
}
|
|
}
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_147 = V_0;
|
|
NullCheck(L_147);
|
|
String_t* L_148 = Uri_GetParts_mF5840DC010E6D420EB5A0722320EDAAEA2D0269F(L_147, ((int32_t)61), 3, /*hidden argument*/NULL);
|
|
V_4 = L_148;
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_149 = V_2;
|
|
NullCheck(L_149);
|
|
MoreInfo_t83B9EC79244C26B468C115E54C0BEF09BB2E05B5 * L_150 = L_149->get_MoreInfo_5();
|
|
String_t* L_151 = V_4;
|
|
NullCheck(L_150);
|
|
L_150->set_RemoteUrl_5(L_151);
|
|
}
|
|
|
|
IL_0340:
|
|
{
|
|
bool L_152 = Uri_get_IsUncOrDosPath_mE372CA996BE5B29DD531D7C6DD1809E17441005E(__this, /*hidden argument*/NULL);
|
|
if (L_152)
|
|
{
|
|
goto IL_03c0;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_153 = V_3;
|
|
NullCheck(L_153);
|
|
int32_t L_154 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_153, /*hidden argument*/NULL);
|
|
String_t* L_155 = V_4;
|
|
NullCheck(L_155);
|
|
int32_t L_156 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_155, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_154) == ((int32_t)L_156)))
|
|
{
|
|
goto IL_0359;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0359:
|
|
{
|
|
String_t* L_157 = V_3;
|
|
V_7 = L_157;
|
|
String_t* L_158 = V_7;
|
|
V_16 = (Il2CppChar*)(((uintptr_t)L_158));
|
|
Il2CppChar* L_159 = V_16;
|
|
if (!L_159)
|
|
{
|
|
goto IL_036f;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_160 = V_16;
|
|
int32_t L_161 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL);
|
|
V_16 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_160, (int32_t)L_161));
|
|
}
|
|
|
|
IL_036f:
|
|
{
|
|
String_t* L_162 = V_4;
|
|
V_9 = L_162;
|
|
String_t* L_163 = V_9;
|
|
V_17 = (Il2CppChar*)(((uintptr_t)L_163));
|
|
Il2CppChar* L_164 = V_17;
|
|
if (!L_164)
|
|
{
|
|
goto IL_0386;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_165 = V_17;
|
|
int32_t L_166 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL);
|
|
V_17 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_165, (int32_t)L_166));
|
|
}
|
|
|
|
IL_0386:
|
|
{
|
|
Il2CppChar* L_167 = V_16;
|
|
String_t* L_168 = V_3;
|
|
NullCheck(L_168);
|
|
int32_t L_169 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_168, /*hidden argument*/NULL);
|
|
V_18 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_167, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_169)), (int32_t)2))));
|
|
Il2CppChar* L_170 = V_17;
|
|
String_t* L_171 = V_3;
|
|
NullCheck(L_171);
|
|
int32_t L_172 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_171, /*hidden argument*/NULL);
|
|
V_19 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_170, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_172)), (int32_t)2))));
|
|
goto IL_03b8;
|
|
}
|
|
|
|
IL_03a4:
|
|
{
|
|
Il2CppChar* L_173 = V_18;
|
|
Il2CppChar* L_174 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_173, (int32_t)2));
|
|
V_18 = (Il2CppChar*)L_174;
|
|
int32_t L_175 = *((uint16_t*)L_174);
|
|
Il2CppChar* L_176 = V_19;
|
|
Il2CppChar* L_177 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_176, (int32_t)2));
|
|
V_19 = (Il2CppChar*)L_177;
|
|
int32_t L_178 = *((uint16_t*)L_177);
|
|
if ((((int32_t)L_175) == ((int32_t)L_178)))
|
|
{
|
|
goto IL_03b8;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_03b8:
|
|
{
|
|
Il2CppChar* L_179 = V_18;
|
|
Il2CppChar* L_180 = V_16;
|
|
if ((!(((uintptr_t)L_179) == ((uintptr_t)L_180))))
|
|
{
|
|
goto IL_03a4;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_03c0:
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_181 = V_1;
|
|
NullCheck(L_181);
|
|
MoreInfo_t83B9EC79244C26B468C115E54C0BEF09BB2E05B5 * L_182 = L_181->get_MoreInfo_5();
|
|
NullCheck(L_182);
|
|
String_t* L_183 = L_182->get_RemoteUrl_5();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_184 = V_2;
|
|
NullCheck(L_184);
|
|
MoreInfo_t83B9EC79244C26B468C115E54C0BEF09BB2E05B5 * L_185 = L_184->get_MoreInfo_5();
|
|
NullCheck(L_185);
|
|
String_t* L_186 = L_185->get_RemoteUrl_5();
|
|
bool L_187 = Uri_get_IsUncOrDosPath_mE372CA996BE5B29DD531D7C6DD1809E17441005E(__this, /*hidden argument*/NULL);
|
|
G_B76_0 = L_186;
|
|
G_B76_1 = L_183;
|
|
if (L_187)
|
|
{
|
|
G_B77_0 = L_186;
|
|
G_B77_1 = L_183;
|
|
goto IL_03e1;
|
|
}
|
|
}
|
|
{
|
|
G_B78_0 = 4;
|
|
G_B78_1 = G_B76_0;
|
|
G_B78_2 = G_B76_1;
|
|
goto IL_03e2;
|
|
}
|
|
|
|
IL_03e1:
|
|
{
|
|
G_B78_0 = 5;
|
|
G_B78_1 = G_B77_0;
|
|
G_B78_2 = G_B77_1;
|
|
}
|
|
|
|
IL_03e2:
|
|
{
|
|
int32_t L_188 = String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442(G_B78_2, G_B78_1, G_B78_0, /*hidden argument*/NULL);
|
|
return (bool)((((int32_t)L_188) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Boolean System.Uri::CheckForColonInFirstPathSegment(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_CheckForColonInFirstPathSegment_m0CA1C6C6FD02FBDDDD64096E12156699BDA97308 (String_t* ___uriString0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Uri_CheckForColonInFirstPathSegment_m0CA1C6C6FD02FBDDDD64096E12156699BDA97308_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)5);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = L_0;
|
|
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_2 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291____53437C3B2572EDB9B8640C3195DF3BC2729C5EA1_5_FieldInfo_var) };
|
|
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
String_t* L_3 = ___uriString0;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_4 = V_0;
|
|
NullCheck(L_3);
|
|
int32_t L_5 = String_IndexOfAny_m1AD95EBF79BB7FBFC7FC30DA9B1B8015BC3ABA6D(L_3, L_4, /*hidden argument*/NULL);
|
|
V_1 = L_5;
|
|
int32_t L_6 = V_1;
|
|
if ((((int32_t)L_6) < ((int32_t)0)))
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_7 = ___uriString0;
|
|
int32_t L_8 = V_1;
|
|
NullCheck(L_7);
|
|
Il2CppChar L_9 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_7, L_8, /*hidden argument*/NULL);
|
|
return (bool)((((int32_t)L_9) == ((int32_t)((int32_t)58)))? 1 : 0);
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.String System.Uri::InternalEscapeString(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_InternalEscapeString_m4A79B5EFDD0254232524BA43FAC32297A825F873 (String_t* ___rawString0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Uri_InternalEscapeString_m4A79B5EFDD0254232524BA43FAC32297A825F873_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_1 = NULL;
|
|
{
|
|
String_t* L_0 = ___rawString0;
|
|
if (L_0)
|
|
{
|
|
goto IL_0009;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
return L_1;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
V_0 = 0;
|
|
String_t* L_2 = ___rawString0;
|
|
String_t* L_3 = ___rawString0;
|
|
NullCheck(L_3);
|
|
int32_t L_4 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_3, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tA44F3057604BAA4E6EF06A8EE4E6825D471592DF_il2cpp_TypeInfo_var);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_5 = UriHelper_EscapeString_mF0077A016F05127923308DF7E7E99BD7B9837E8B(L_2, 0, L_4, (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)NULL, (int32_t*)(&V_0), (bool)1, ((int32_t)63), ((int32_t)35), ((int32_t)37), /*hidden argument*/NULL);
|
|
V_1 = L_5;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_6 = V_1;
|
|
if (L_6)
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_7 = ___rawString0;
|
|
return L_7;
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_8 = V_1;
|
|
int32_t L_9 = V_0;
|
|
String_t* L_10 = String_CreateString_mC7FB167C0D5B97F7EF502AF54399C61DD5B87509(NULL, L_8, 0, L_9, /*hidden argument*/NULL);
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.ParsingError System.Uri::ParseScheme(System.String,System.Uri_Flags&,System.UriParser&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Uri_ParseScheme_m61CAE16F1EC76725E5E0B23B09577F91BB223884 (String_t* ___uriString0, uint64_t* ___flags1, UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC ** ___syntax2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Uri_ParseScheme_m61CAE16F1EC76725E5E0B23B09577F91BB223884_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Il2CppChar* V_1 = NULL;
|
|
String_t* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
uint16_t V_4 = 0;
|
|
{
|
|
String_t* L_0 = ___uriString0;
|
|
NullCheck(L_0);
|
|
int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
int32_t L_2 = V_0;
|
|
if (L_2)
|
|
{
|
|
goto IL_000c;
|
|
}
|
|
}
|
|
{
|
|
return (int32_t)(4);
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) < ((int32_t)((int32_t)65520))))
|
|
{
|
|
goto IL_0016;
|
|
}
|
|
}
|
|
{
|
|
return (int32_t)(6);
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
String_t* L_4 = ___uriString0;
|
|
V_2 = L_4;
|
|
String_t* L_5 = V_2;
|
|
V_1 = (Il2CppChar*)(((uintptr_t)L_5));
|
|
Il2CppChar* L_6 = V_1;
|
|
if (!L_6)
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_7 = V_1;
|
|
int32_t L_8 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL);
|
|
V_1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_7, (int32_t)L_8));
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
V_3 = 0;
|
|
Il2CppChar* L_9 = V_1;
|
|
int32_t L_10 = V_0;
|
|
uint64_t* L_11 = ___flags1;
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC ** L_12 = ___syntax2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
uint16_t L_13 = Uri_ParseSchemeCheckImplicitFile_m92A658AE6C04E038058AD8E9581A41B06B6D6243((Il2CppChar*)(Il2CppChar*)L_9, (uint16_t)(((int32_t)((uint16_t)L_10))), (int32_t*)(&V_3), (uint64_t*)L_11, (UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC **)L_12, /*hidden argument*/NULL);
|
|
V_4 = L_13;
|
|
int32_t L_14 = V_3;
|
|
if (!L_14)
|
|
{
|
|
goto IL_003b;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_15 = V_3;
|
|
return L_15;
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
uint64_t* L_16 = ___flags1;
|
|
uint64_t* L_17 = ___flags1;
|
|
int64_t L_18 = *((int64_t*)L_17);
|
|
uint16_t L_19 = V_4;
|
|
*((int64_t*)L_16) = (int64_t)((int64_t)((int64_t)L_18|(int64_t)(((int64_t)((uint64_t)L_19)))));
|
|
V_2 = (String_t*)NULL;
|
|
return (int32_t)(0);
|
|
}
|
|
}
|
|
// System.UriFormatException System.Uri::ParseMinimal()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A * Uri_ParseMinimal_m35FCFE52F12315DA60733B807E7C0AB408C0A9CF (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Uri_ParseMinimal_m35FCFE52F12315DA60733B807E7C0AB408C0A9CF_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = Uri_PrivateParseMinimal_mE1DA461DDA053787906BBEC2BC2B3046B1B329F0(__this, /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
int32_t L_1 = V_0;
|
|
if (L_1)
|
|
{
|
|
goto IL_000c;
|
|
}
|
|
}
|
|
{
|
|
return (UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A *)NULL;
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
uint64_t L_2 = __this->get_m_Flags_20();
|
|
__this->set_m_Flags_20(((int64_t)((int64_t)L_2|(int64_t)(((int64_t)((int64_t)((int32_t)67108864)))))));
|
|
int32_t L_3 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A * L_4 = Uri_GetException_m2E833A8358C84BCF0397341160FADB1164290164(L_3, /*hidden argument*/NULL);
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.ParsingError System.Uri::PrivateParseMinimal()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Uri_PrivateParseMinimal_mE1DA461DDA053787906BBEC2BC2B3046B1B329F0 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Uri_PrivateParseMinimal_mE1DA461DDA053787906BBEC2BC2B3046B1B329F0_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint16_t V_0 = 0;
|
|
uint16_t V_1 = 0;
|
|
String_t* V_2 = NULL;
|
|
Il2CppChar* V_3 = NULL;
|
|
String_t* V_4 = NULL;
|
|
Il2CppChar V_5 = 0x0;
|
|
uint16_t V_6 = 0;
|
|
Il2CppChar V_7 = 0x0;
|
|
Il2CppChar V_8 = 0x0;
|
|
int32_t V_9 = 0;
|
|
String_t* G_B5_0 = NULL;
|
|
uint64_t G_B79_0 = 0;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * G_B79_1 = NULL;
|
|
uint64_t G_B78_0 = 0;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * G_B78_1 = NULL;
|
|
int64_t G_B80_0 = 0;
|
|
uint64_t G_B80_1 = 0;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * G_B80_2 = NULL;
|
|
{
|
|
uint64_t L_0 = __this->get_m_Flags_20();
|
|
V_0 = (uint16_t)(((int32_t)((uint16_t)((int64_t)((int64_t)L_0&(int64_t)(((int64_t)((int64_t)((int32_t)65535)))))))));
|
|
String_t* L_1 = __this->get_m_String_16();
|
|
NullCheck(L_1);
|
|
int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_1, /*hidden argument*/NULL);
|
|
V_1 = (uint16_t)(((int32_t)((uint16_t)L_2)));
|
|
V_2 = (String_t*)NULL;
|
|
uint64_t L_3 = __this->get_m_Flags_20();
|
|
__this->set_m_Flags_20(((int64_t)((int64_t)L_3&(int64_t)(((int64_t)((int64_t)((int32_t)-16842752)))))));
|
|
bool L_4 = __this->get_m_iriParsing_22();
|
|
if (!L_4)
|
|
{
|
|
goto IL_005d;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_5 = __this->get_m_Flags_20();
|
|
if (!((int64_t)((int64_t)L_5&(int64_t)((int64_t)8589934592LL))))
|
|
{
|
|
goto IL_005d;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_6 = __this->get_m_Flags_20();
|
|
if (!((int64_t)((int64_t)L_6&(int64_t)((int64_t)17179869184LL))))
|
|
{
|
|
goto IL_0065;
|
|
}
|
|
}
|
|
|
|
IL_005d:
|
|
{
|
|
String_t* L_7 = __this->get_m_String_16();
|
|
G_B5_0 = L_7;
|
|
goto IL_006b;
|
|
}
|
|
|
|
IL_0065:
|
|
{
|
|
String_t* L_8 = __this->get_m_originalUnicodeString_17();
|
|
G_B5_0 = L_8;
|
|
}
|
|
|
|
IL_006b:
|
|
{
|
|
V_4 = G_B5_0;
|
|
String_t* L_9 = V_4;
|
|
V_3 = (Il2CppChar*)(((uintptr_t)L_9));
|
|
Il2CppChar* L_10 = V_3;
|
|
if (!L_10)
|
|
{
|
|
goto IL_007c;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_11 = V_3;
|
|
int32_t L_12 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL);
|
|
V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_11, (int32_t)L_12));
|
|
}
|
|
|
|
IL_007c:
|
|
{
|
|
uint16_t L_13 = V_1;
|
|
uint16_t L_14 = V_0;
|
|
if ((((int32_t)L_13) <= ((int32_t)L_14)))
|
|
{
|
|
goto IL_00b1;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_15 = V_3;
|
|
uint16_t L_16 = V_1;
|
|
int32_t L_17 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_15, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1)))), (int32_t)2)))));
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
bool L_18 = Uri_IsLWS_m7A9F3B969CCEE56B9F98E40F1903C737DA7DF0D6(L_17, /*hidden argument*/NULL);
|
|
if (!L_18)
|
|
{
|
|
goto IL_00b1;
|
|
}
|
|
}
|
|
{
|
|
uint16_t L_19 = V_1;
|
|
V_1 = (uint16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)1)))));
|
|
}
|
|
|
|
IL_0095:
|
|
{
|
|
uint16_t L_20 = V_1;
|
|
uint16_t L_21 = V_0;
|
|
if ((((int32_t)L_20) == ((int32_t)L_21)))
|
|
{
|
|
goto IL_00ac;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_22 = V_3;
|
|
uint16_t L_23 = V_1;
|
|
int32_t L_24 = (((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)1)))));
|
|
V_1 = (uint16_t)L_24;
|
|
int32_t L_25 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_22, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_24)), (int32_t)2)))));
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
bool L_26 = Uri_IsLWS_m7A9F3B969CCEE56B9F98E40F1903C737DA7DF0D6(L_25, /*hidden argument*/NULL);
|
|
if (L_26)
|
|
{
|
|
goto IL_0095;
|
|
}
|
|
}
|
|
|
|
IL_00ac:
|
|
{
|
|
uint16_t L_27 = V_1;
|
|
V_1 = (uint16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)))));
|
|
}
|
|
|
|
IL_00b1:
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_28 = __this->get_m_Syntax_18();
|
|
NullCheck(L_28);
|
|
bool L_29 = UriParser_IsAllSet_m74BEC412DC8AF3B1A33E11964EBB3164D9D8C77E(L_28, ((int32_t)1048704), /*hidden argument*/NULL);
|
|
if (!L_29)
|
|
{
|
|
goto IL_0273;
|
|
}
|
|
}
|
|
{
|
|
bool L_30 = Uri_NotAny_mC5DC04B72B13D2997B055B9E41FCFEEC1CE5263D(__this, (((int64_t)((int64_t)((int32_t)536870912)))), /*hidden argument*/NULL);
|
|
if (!L_30)
|
|
{
|
|
goto IL_0273;
|
|
}
|
|
}
|
|
{
|
|
uint16_t L_31 = V_0;
|
|
uint16_t L_32 = V_1;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1))) >= ((int32_t)L_32)))
|
|
{
|
|
goto IL_0273;
|
|
}
|
|
}
|
|
{
|
|
uint16_t L_33 = V_0;
|
|
V_6 = L_33;
|
|
goto IL_0101;
|
|
}
|
|
|
|
IL_00e5:
|
|
{
|
|
Il2CppChar* L_34 = V_3;
|
|
uint16_t L_35 = V_6;
|
|
int32_t L_36 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_34, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_35)), (int32_t)2)))));
|
|
int32_t L_37 = L_36;
|
|
V_5 = L_37;
|
|
if ((((int32_t)L_37) == ((int32_t)((int32_t)92))))
|
|
{
|
|
goto IL_00fa;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_38 = V_5;
|
|
if ((!(((uint32_t)L_38) == ((uint32_t)((int32_t)47)))))
|
|
{
|
|
goto IL_0106;
|
|
}
|
|
}
|
|
|
|
IL_00fa:
|
|
{
|
|
uint16_t L_39 = V_6;
|
|
V_6 = (uint16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1)))));
|
|
}
|
|
|
|
IL_0101:
|
|
{
|
|
uint16_t L_40 = V_6;
|
|
uint16_t L_41 = V_1;
|
|
if ((((int32_t)L_40) < ((int32_t)L_41)))
|
|
{
|
|
goto IL_00e5;
|
|
}
|
|
}
|
|
|
|
IL_0106:
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_42 = __this->get_m_Syntax_18();
|
|
NullCheck(L_42);
|
|
bool L_43 = UriParser_InFact_mDD42FA932B6830D99AA04C2AE7875BA5067C86F3(L_42, ((int32_t)8192), /*hidden argument*/NULL);
|
|
if (L_43)
|
|
{
|
|
goto IL_0122;
|
|
}
|
|
}
|
|
{
|
|
uint16_t L_44 = V_6;
|
|
uint16_t L_45 = V_0;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_44, (int32_t)L_45))) > ((int32_t)3)))
|
|
{
|
|
goto IL_0273;
|
|
}
|
|
}
|
|
|
|
IL_0122:
|
|
{
|
|
uint16_t L_46 = V_6;
|
|
uint16_t L_47 = V_0;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_46, (int32_t)L_47))) < ((int32_t)2)))
|
|
{
|
|
goto IL_013c;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_48 = __this->get_m_Flags_20();
|
|
__this->set_m_Flags_20(((int64_t)((int64_t)L_48|(int64_t)(((int64_t)((int64_t)((int32_t)1048576)))))));
|
|
}
|
|
|
|
IL_013c:
|
|
{
|
|
uint16_t L_49 = V_6;
|
|
uint16_t L_50 = V_1;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)1))) >= ((int32_t)L_50)))
|
|
{
|
|
goto IL_01f7;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_51 = V_3;
|
|
uint16_t L_52 = V_6;
|
|
int32_t L_53 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_51, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)1)))), (int32_t)2)))));
|
|
int32_t L_54 = L_53;
|
|
V_5 = L_54;
|
|
if ((((int32_t)L_54) == ((int32_t)((int32_t)58))))
|
|
{
|
|
goto IL_0160;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_55 = V_5;
|
|
if ((!(((uint32_t)L_55) == ((uint32_t)((int32_t)124)))))
|
|
{
|
|
goto IL_01f7;
|
|
}
|
|
}
|
|
|
|
IL_0160:
|
|
{
|
|
Il2CppChar* L_56 = V_3;
|
|
uint16_t L_57 = V_6;
|
|
int32_t L_58 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_56, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_57)), (int32_t)2)))));
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
bool L_59 = Uri_IsAsciiLetter_m93435A20DF4DEE153B87B26D07B9963F1BF4F373(L_58, /*hidden argument*/NULL);
|
|
if (!L_59)
|
|
{
|
|
goto IL_01f7;
|
|
}
|
|
}
|
|
{
|
|
uint16_t L_60 = V_6;
|
|
uint16_t L_61 = V_1;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)2))) >= ((int32_t)L_61)))
|
|
{
|
|
goto IL_0190;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_62 = V_3;
|
|
uint16_t L_63 = V_6;
|
|
int32_t L_64 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_62, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_63, (int32_t)2)))), (int32_t)2)))));
|
|
int32_t L_65 = L_64;
|
|
V_5 = L_65;
|
|
if ((((int32_t)L_65) == ((int32_t)((int32_t)92))))
|
|
{
|
|
goto IL_01a7;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_66 = V_5;
|
|
if ((((int32_t)L_66) == ((int32_t)((int32_t)47))))
|
|
{
|
|
goto IL_01a7;
|
|
}
|
|
}
|
|
|
|
IL_0190:
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_67 = __this->get_m_Syntax_18();
|
|
NullCheck(L_67);
|
|
bool L_68 = UriParser_InFact_mDD42FA932B6830D99AA04C2AE7875BA5067C86F3(L_67, ((int32_t)8192), /*hidden argument*/NULL);
|
|
if (!L_68)
|
|
{
|
|
goto IL_0273;
|
|
}
|
|
}
|
|
{
|
|
return (int32_t)(7);
|
|
}
|
|
|
|
IL_01a7:
|
|
{
|
|
uint64_t L_69 = __this->get_m_Flags_20();
|
|
__this->set_m_Flags_20(((int64_t)((int64_t)L_69|(int64_t)(((int64_t)((int64_t)((int32_t)134217728)))))));
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_70 = __this->get_m_Syntax_18();
|
|
NullCheck(L_70);
|
|
bool L_71 = UriParser_InFact_mDD42FA932B6830D99AA04C2AE7875BA5067C86F3(L_70, 1, /*hidden argument*/NULL);
|
|
if (!L_71)
|
|
{
|
|
goto IL_01db;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_72 = __this->get_m_Flags_20();
|
|
__this->set_m_Flags_20(((int64_t)((int64_t)L_72|(int64_t)(((int64_t)((int64_t)((int32_t)1048576)))))));
|
|
}
|
|
|
|
IL_01db:
|
|
{
|
|
uint16_t L_73 = V_6;
|
|
uint16_t L_74 = V_0;
|
|
if ((((int32_t)L_73) == ((int32_t)L_74)))
|
|
{
|
|
goto IL_01f2;
|
|
}
|
|
}
|
|
{
|
|
uint16_t L_75 = V_6;
|
|
uint16_t L_76 = V_0;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_75, (int32_t)L_76))) == ((int32_t)2)))
|
|
{
|
|
goto IL_01f2;
|
|
}
|
|
}
|
|
{
|
|
uint16_t L_77 = V_6;
|
|
V_0 = (uint16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_77, (int32_t)1)))));
|
|
goto IL_0273;
|
|
}
|
|
|
|
IL_01f2:
|
|
{
|
|
uint16_t L_78 = V_6;
|
|
V_0 = L_78;
|
|
goto IL_0273;
|
|
}
|
|
|
|
IL_01f7:
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_79 = __this->get_m_Syntax_18();
|
|
NullCheck(L_79);
|
|
bool L_80 = UriParser_InFact_mDD42FA932B6830D99AA04C2AE7875BA5067C86F3(L_79, ((int32_t)8192), /*hidden argument*/NULL);
|
|
if (!L_80)
|
|
{
|
|
goto IL_0273;
|
|
}
|
|
}
|
|
{
|
|
uint16_t L_81 = V_6;
|
|
uint16_t L_82 = V_0;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_81, (int32_t)L_82))) < ((int32_t)2)))
|
|
{
|
|
goto IL_0273;
|
|
}
|
|
}
|
|
{
|
|
uint16_t L_83 = V_6;
|
|
uint16_t L_84 = V_0;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_83, (int32_t)L_84))) == ((int32_t)3)))
|
|
{
|
|
goto IL_0273;
|
|
}
|
|
}
|
|
{
|
|
uint16_t L_85 = V_6;
|
|
uint16_t L_86 = V_1;
|
|
if ((((int32_t)L_85) >= ((int32_t)L_86)))
|
|
{
|
|
goto IL_0273;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_87 = V_3;
|
|
uint16_t L_88 = V_6;
|
|
int32_t L_89 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_87, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_88)), (int32_t)2)))));
|
|
if ((((int32_t)L_89) == ((int32_t)((int32_t)63))))
|
|
{
|
|
goto IL_0273;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_90 = V_3;
|
|
uint16_t L_91 = V_6;
|
|
int32_t L_92 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_90, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_91)), (int32_t)2)))));
|
|
if ((((int32_t)L_92) == ((int32_t)((int32_t)35))))
|
|
{
|
|
goto IL_0273;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
bool L_93 = ((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var))->get_IsWindowsFileSystem_29();
|
|
if (L_93)
|
|
{
|
|
goto IL_025d;
|
|
}
|
|
}
|
|
{
|
|
uint16_t L_94 = V_6;
|
|
uint16_t L_95 = V_0;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_94, (int32_t)L_95))) <= ((int32_t)3)))
|
|
{
|
|
goto IL_0273;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_96 = __this->get_m_Flags_20();
|
|
__this->set_m_Flags_20(((int64_t)((int64_t)L_96|(int64_t)((int64_t)17592186044416LL))));
|
|
uint16_t L_97 = V_6;
|
|
V_0 = L_97;
|
|
goto IL_0273;
|
|
}
|
|
|
|
IL_025d:
|
|
{
|
|
uint64_t L_98 = __this->get_m_Flags_20();
|
|
__this->set_m_Flags_20(((int64_t)((int64_t)L_98|(int64_t)(((int64_t)((int64_t)((int32_t)268435456)))))));
|
|
uint16_t L_99 = V_6;
|
|
V_0 = L_99;
|
|
}
|
|
|
|
IL_0273:
|
|
{
|
|
uint64_t L_100 = __this->get_m_Flags_20();
|
|
if (((int64_t)((int64_t)L_100&(int64_t)(((int64_t)((int64_t)((int32_t)402653184)))))))
|
|
{
|
|
goto IL_03c3;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
bool L_101 = ((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var))->get_IsWindowsFileSystem_29();
|
|
if (L_101)
|
|
{
|
|
goto IL_02a1;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_102 = __this->get_m_Flags_20();
|
|
if (((int64_t)((int64_t)L_102&(int64_t)((int64_t)17592722915328LL))))
|
|
{
|
|
goto IL_03c3;
|
|
}
|
|
}
|
|
|
|
IL_02a1:
|
|
{
|
|
uint16_t L_103 = V_0;
|
|
uint16_t L_104 = V_1;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_103, (int32_t)2))) > ((int32_t)L_104)))
|
|
{
|
|
goto IL_0389;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_105 = V_3;
|
|
uint16_t L_106 = V_0;
|
|
int32_t L_107 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_105, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_106)), (int32_t)2)))));
|
|
V_7 = L_107;
|
|
Il2CppChar* L_108 = V_3;
|
|
uint16_t L_109 = V_0;
|
|
int32_t L_110 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_108, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_109, (int32_t)1)))), (int32_t)2)))));
|
|
V_8 = L_110;
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_111 = __this->get_m_Syntax_18();
|
|
NullCheck(L_111);
|
|
bool L_112 = UriParser_InFact_mDD42FA932B6830D99AA04C2AE7875BA5067C86F3(L_111, 1, /*hidden argument*/NULL);
|
|
if (!L_112)
|
|
{
|
|
goto IL_031d;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
bool L_113 = ((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var))->get_IsWindowsFileSystem_29();
|
|
if (!L_113)
|
|
{
|
|
goto IL_02eb;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_114 = V_7;
|
|
if ((((int32_t)L_114) == ((int32_t)((int32_t)47))))
|
|
{
|
|
goto IL_02df;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_115 = V_7;
|
|
if ((!(((uint32_t)L_115) == ((uint32_t)((int32_t)92)))))
|
|
{
|
|
goto IL_02eb;
|
|
}
|
|
}
|
|
|
|
IL_02df:
|
|
{
|
|
Il2CppChar L_116 = V_8;
|
|
if ((((int32_t)L_116) == ((int32_t)((int32_t)47))))
|
|
{
|
|
goto IL_02fe;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_117 = V_8;
|
|
if ((((int32_t)L_117) == ((int32_t)((int32_t)92))))
|
|
{
|
|
goto IL_02fe;
|
|
}
|
|
}
|
|
|
|
IL_02eb:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
bool L_118 = ((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var))->get_IsWindowsFileSystem_29();
|
|
if (L_118)
|
|
{
|
|
goto IL_031b;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_119 = V_7;
|
|
if ((!(((uint32_t)L_119) == ((uint32_t)((int32_t)47)))))
|
|
{
|
|
goto IL_031b;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_120 = V_8;
|
|
if ((!(((uint32_t)L_120) == ((uint32_t)((int32_t)47)))))
|
|
{
|
|
goto IL_031b;
|
|
}
|
|
}
|
|
|
|
IL_02fe:
|
|
{
|
|
uint64_t L_121 = __this->get_m_Flags_20();
|
|
__this->set_m_Flags_20(((int64_t)((int64_t)L_121|(int64_t)(((int64_t)((int64_t)((int32_t)1048576)))))));
|
|
uint16_t L_122 = V_0;
|
|
V_0 = (uint16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_122, (int32_t)2)))));
|
|
goto IL_03c3;
|
|
}
|
|
|
|
IL_031b:
|
|
{
|
|
return (int32_t)(3);
|
|
}
|
|
|
|
IL_031d:
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_123 = __this->get_m_Syntax_18();
|
|
NullCheck(L_123);
|
|
bool L_124 = UriParser_InFact_mDD42FA932B6830D99AA04C2AE7875BA5067C86F3(L_123, 2, /*hidden argument*/NULL);
|
|
if (!L_124)
|
|
{
|
|
goto IL_035f;
|
|
}
|
|
}
|
|
{
|
|
bool L_125 = Uri_InFact_m4CE890C86FA34154A044516D2F3C9463389220D7(__this, (((int64_t)((int64_t)((int32_t)1048576)))), /*hidden argument*/NULL);
|
|
if (L_125)
|
|
{
|
|
goto IL_0345;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_126 = V_7;
|
|
if ((!(((uint32_t)L_126) == ((uint32_t)((int32_t)47)))))
|
|
{
|
|
goto IL_035f;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_127 = V_8;
|
|
if ((!(((uint32_t)L_127) == ((uint32_t)((int32_t)47)))))
|
|
{
|
|
goto IL_035f;
|
|
}
|
|
}
|
|
|
|
IL_0345:
|
|
{
|
|
uint64_t L_128 = __this->get_m_Flags_20();
|
|
__this->set_m_Flags_20(((int64_t)((int64_t)L_128|(int64_t)(((int64_t)((int64_t)((int32_t)1048576)))))));
|
|
uint16_t L_129 = V_0;
|
|
V_0 = (uint16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_129, (int32_t)2)))));
|
|
goto IL_03c3;
|
|
}
|
|
|
|
IL_035f:
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_130 = __this->get_m_Syntax_18();
|
|
NullCheck(L_130);
|
|
bool L_131 = UriParser_NotAny_mC998A35DC290F35FFAFFB6A8B66C7B881F2559D3(L_130, ((int32_t)16384), /*hidden argument*/NULL);
|
|
if (!L_131)
|
|
{
|
|
goto IL_03c3;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_132 = __this->get_m_Flags_20();
|
|
uint16_t L_133 = V_0;
|
|
__this->set_m_Flags_20(((int64_t)((int64_t)L_132|(int64_t)((int64_t)((int64_t)(((int64_t)((uint64_t)L_133)))|(int64_t)(((int64_t)((int64_t)((int32_t)458752)))))))));
|
|
return (int32_t)(0);
|
|
}
|
|
|
|
IL_0389:
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_134 = __this->get_m_Syntax_18();
|
|
NullCheck(L_134);
|
|
bool L_135 = UriParser_InFact_mDD42FA932B6830D99AA04C2AE7875BA5067C86F3(L_134, 1, /*hidden argument*/NULL);
|
|
if (!L_135)
|
|
{
|
|
goto IL_0399;
|
|
}
|
|
}
|
|
{
|
|
return (int32_t)(3);
|
|
}
|
|
|
|
IL_0399:
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_136 = __this->get_m_Syntax_18();
|
|
NullCheck(L_136);
|
|
bool L_137 = UriParser_NotAny_mC998A35DC290F35FFAFFB6A8B66C7B881F2559D3(L_136, ((int32_t)16384), /*hidden argument*/NULL);
|
|
if (!L_137)
|
|
{
|
|
goto IL_03c3;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_138 = __this->get_m_Flags_20();
|
|
uint16_t L_139 = V_0;
|
|
__this->set_m_Flags_20(((int64_t)((int64_t)L_138|(int64_t)((int64_t)((int64_t)(((int64_t)((uint64_t)L_139)))|(int64_t)(((int64_t)((int64_t)((int32_t)458752)))))))));
|
|
return (int32_t)(0);
|
|
}
|
|
|
|
IL_03c3:
|
|
{
|
|
bool L_140 = Uri_InFact_m4CE890C86FA34154A044516D2F3C9463389220D7(__this, (((int64_t)((int64_t)((int32_t)134217728)))), /*hidden argument*/NULL);
|
|
if (!L_140)
|
|
{
|
|
goto IL_040c;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_141 = __this->get_m_Flags_20();
|
|
uint64_t L_142 = __this->get_m_Flags_20();
|
|
G_B78_0 = L_141;
|
|
G_B78_1 = __this;
|
|
if (((int64_t)((int64_t)L_142&(int64_t)(((int64_t)((int64_t)((int32_t)1048576)))))))
|
|
{
|
|
G_B79_0 = L_141;
|
|
G_B79_1 = __this;
|
|
goto IL_03ef;
|
|
}
|
|
}
|
|
{
|
|
G_B80_0 = (((int64_t)((int64_t)((int32_t)458752))));
|
|
G_B80_1 = G_B78_0;
|
|
G_B80_2 = G_B78_1;
|
|
goto IL_03f5;
|
|
}
|
|
|
|
IL_03ef:
|
|
{
|
|
G_B80_0 = (((int64_t)((int64_t)((int32_t)327680))));
|
|
G_B80_1 = G_B79_0;
|
|
G_B80_2 = G_B79_1;
|
|
}
|
|
|
|
IL_03f5:
|
|
{
|
|
NullCheck(G_B80_2);
|
|
G_B80_2->set_m_Flags_20(((int64_t)((int64_t)G_B80_1|(int64_t)G_B80_0)));
|
|
uint64_t L_143 = __this->get_m_Flags_20();
|
|
uint16_t L_144 = V_0;
|
|
__this->set_m_Flags_20(((int64_t)((int64_t)L_143|(int64_t)(((int64_t)((uint64_t)L_144))))));
|
|
return (int32_t)(0);
|
|
}
|
|
|
|
IL_040c:
|
|
{
|
|
V_9 = 0;
|
|
Il2CppChar* L_145 = V_3;
|
|
uint16_t L_146 = V_0;
|
|
uint16_t L_147 = V_1;
|
|
uint64_t* L_148 = __this->get_address_of_m_Flags_20();
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_149 = __this->get_m_Syntax_18();
|
|
uint16_t L_150 = Uri_CheckAuthorityHelper_m5046CE781115A54CAE3ACD2C03987F526A761387(__this, (Il2CppChar*)(Il2CppChar*)L_145, L_146, L_147, (int32_t*)(&V_9), (uint64_t*)L_148, L_149, (String_t**)(&V_2), /*hidden argument*/NULL);
|
|
V_0 = L_150;
|
|
int32_t L_151 = V_9;
|
|
if (!L_151)
|
|
{
|
|
goto IL_0430;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_152 = V_9;
|
|
return L_152;
|
|
}
|
|
|
|
IL_0430:
|
|
{
|
|
uint16_t L_153 = V_0;
|
|
uint16_t L_154 = V_1;
|
|
if ((((int32_t)L_153) >= ((int32_t)L_154)))
|
|
{
|
|
goto IL_0462;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_155 = V_3;
|
|
uint16_t L_156 = V_0;
|
|
int32_t L_157 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_155, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_156)), (int32_t)2)))));
|
|
if ((!(((uint32_t)L_157) == ((uint32_t)((int32_t)92)))))
|
|
{
|
|
goto IL_0462;
|
|
}
|
|
}
|
|
{
|
|
bool L_158 = Uri_NotAny_mC5DC04B72B13D2997B055B9E41FCFEEC1CE5263D(__this, (((int64_t)((int64_t)((int32_t)536870912)))), /*hidden argument*/NULL);
|
|
if (!L_158)
|
|
{
|
|
goto IL_0462;
|
|
}
|
|
}
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_159 = __this->get_m_Syntax_18();
|
|
NullCheck(L_159);
|
|
bool L_160 = UriParser_NotAny_mC998A35DC290F35FFAFFB6A8B66C7B881F2559D3(L_159, ((int32_t)1048576), /*hidden argument*/NULL);
|
|
if (!L_160)
|
|
{
|
|
goto IL_0462;
|
|
}
|
|
}
|
|
{
|
|
return (int32_t)(((int32_t)11));
|
|
}
|
|
|
|
IL_0462:
|
|
{
|
|
uint64_t L_161 = __this->get_m_Flags_20();
|
|
uint16_t L_162 = V_0;
|
|
__this->set_m_Flags_20(((int64_t)((int64_t)L_161|(int64_t)(((int64_t)((uint64_t)L_162))))));
|
|
V_4 = (String_t*)NULL;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
int32_t L_163 = ((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var))->get_s_IdnScope_25();
|
|
il2cpp_codegen_memory_barrier();
|
|
if (L_163)
|
|
{
|
|
goto IL_0485;
|
|
}
|
|
}
|
|
{
|
|
bool L_164 = __this->get_m_iriParsing_22();
|
|
if (!L_164)
|
|
{
|
|
goto IL_048d;
|
|
}
|
|
}
|
|
|
|
IL_0485:
|
|
{
|
|
String_t* L_165 = V_2;
|
|
uint16_t L_166 = V_0;
|
|
Uri_PrivateParseMinimalIri_m29F0CA367080586448C648332F59BED0096AB2D0(__this, L_165, L_166, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_048d:
|
|
{
|
|
return (int32_t)(0);
|
|
}
|
|
}
|
|
// System.Void System.Uri::PrivateParseMinimalIri(System.String,System.UInt16)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_PrivateParseMinimalIri_m29F0CA367080586448C648332F59BED0096AB2D0 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, String_t* ___newHost0, uint16_t ___idx1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___newHost0;
|
|
if (!L_0)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = ___newHost0;
|
|
__this->set_m_String_16(L_1);
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
bool L_2 = __this->get_m_iriParsing_22();
|
|
if (L_2)
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
{
|
|
bool L_3 = Uri_get_AllowIdn_mF1833CB700E04D746D75428948BEBC70536E1941(__this, /*hidden argument*/NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_4 = __this->get_m_Flags_20();
|
|
if (((int64_t)((int64_t)L_4&(int64_t)((int64_t)4294967296LL))))
|
|
{
|
|
goto IL_0075;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_5 = __this->get_m_Flags_20();
|
|
if (((int64_t)((int64_t)L_5&(int64_t)((int64_t)68719476736LL))))
|
|
{
|
|
goto IL_0075;
|
|
}
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
bool L_6 = __this->get_m_iriParsing_22();
|
|
if (!L_6)
|
|
{
|
|
goto IL_00cb;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_7 = __this->get_m_Flags_20();
|
|
if (((int64_t)((int64_t)L_7&(int64_t)((int64_t)8589934592LL))))
|
|
{
|
|
goto IL_00cb;
|
|
}
|
|
}
|
|
{
|
|
bool L_8 = Uri_get_AllowIdn_mF1833CB700E04D746D75428948BEBC70536E1941(__this, /*hidden argument*/NULL);
|
|
if (!L_8)
|
|
{
|
|
goto IL_00cb;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_9 = __this->get_m_Flags_20();
|
|
if (!((int64_t)((int64_t)L_9&(int64_t)((int64_t)4294967296LL))))
|
|
{
|
|
goto IL_00cb;
|
|
}
|
|
}
|
|
|
|
IL_0075:
|
|
{
|
|
uint64_t L_10 = __this->get_m_Flags_20();
|
|
__this->set_m_Flags_20(((int64_t)((int64_t)L_10&(int64_t)(((int64_t)((int64_t)((int32_t)-65536)))))));
|
|
uint64_t L_11 = __this->get_m_Flags_20();
|
|
String_t* L_12 = __this->get_m_String_16();
|
|
NullCheck(L_12);
|
|
int32_t L_13 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_12, /*hidden argument*/NULL);
|
|
__this->set_m_Flags_20(((int64_t)((int64_t)L_11|(int64_t)(((int64_t)((int64_t)L_13))))));
|
|
String_t* L_14 = __this->get_m_String_16();
|
|
String_t* L_15 = __this->get_m_originalUnicodeString_17();
|
|
uint16_t L_16 = ___idx1;
|
|
String_t* L_17 = __this->get_m_originalUnicodeString_17();
|
|
NullCheck(L_17);
|
|
int32_t L_18 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_17, /*hidden argument*/NULL);
|
|
uint16_t L_19 = ___idx1;
|
|
NullCheck(L_15);
|
|
String_t* L_20 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_15, L_16, ((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)L_19)), /*hidden argument*/NULL);
|
|
String_t* L_21 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_14, L_20, /*hidden argument*/NULL);
|
|
__this->set_m_String_16(L_21);
|
|
}
|
|
|
|
IL_00cb:
|
|
{
|
|
bool L_22 = __this->get_m_iriParsing_22();
|
|
if (!L_22)
|
|
{
|
|
goto IL_00fb;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_23 = __this->get_m_Flags_20();
|
|
if (!((int64_t)((int64_t)L_23&(int64_t)((int64_t)8589934592LL))))
|
|
{
|
|
goto IL_00fb;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_24 = __this->get_m_Flags_20();
|
|
__this->set_m_Flags_20(((int64_t)((int64_t)L_24|(int64_t)((int64_t)274877906944LL))));
|
|
}
|
|
|
|
IL_00fb:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Uri::CreateUriInfo(System.Uri_Flags)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_CreateUriInfo_mC112D6E7002CA014AB6BEA878A66ECC46340FAAF (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, uint64_t ___cF0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Uri_CreateUriInfo_mC112D6E7002CA014AB6BEA878A66ECC46340FAAF_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * V_0 = NULL;
|
|
uint16_t V_1 = 0;
|
|
bool V_2 = false;
|
|
bool V_3 = false;
|
|
bool V_4 = false;
|
|
Il2CppChar* V_5 = NULL;
|
|
String_t* V_6 = NULL;
|
|
int32_t V_7 = 0;
|
|
uint16_t V_8 = 0;
|
|
String_t* V_9 = NULL;
|
|
bool V_10 = false;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
String_t* G_B48_0 = NULL;
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_0 = (UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E *)il2cpp_codegen_object_new(UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E_il2cpp_TypeInfo_var);
|
|
UriInfo__ctor_m24EFE7B4E03C9FFB8B797770D626680947C87D98(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_1 = V_0;
|
|
NullCheck(L_1);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_2 = L_1->get_address_of_Offset_3();
|
|
String_t* L_3 = __this->get_m_String_16();
|
|
NullCheck(L_3);
|
|
int32_t L_4 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_3, /*hidden argument*/NULL);
|
|
L_2->set_End_7((uint16_t)(((int32_t)((uint16_t)L_4))));
|
|
bool L_5 = Uri_get_UserDrivenParsing_mFF27964894B5C0432C37E425F319D6C915BCDC39(__this, /*hidden argument*/NULL);
|
|
if (L_5)
|
|
{
|
|
goto IL_0423;
|
|
}
|
|
}
|
|
{
|
|
V_2 = (bool)0;
|
|
uint64_t L_6 = ___cF0;
|
|
if (!((int64_t)((int64_t)L_6&(int64_t)(((int64_t)((int64_t)((int32_t)536870912)))))))
|
|
{
|
|
goto IL_00c3;
|
|
}
|
|
}
|
|
{
|
|
V_1 = (uint16_t)0;
|
|
goto IL_0051;
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
uint16_t L_7 = V_1;
|
|
V_1 = (uint16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)))));
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_8 = V_0;
|
|
NullCheck(L_8);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_9 = L_8->get_address_of_Offset_3();
|
|
uint16_t* L_10 = L_9->get_address_of_Scheme_0();
|
|
uint16_t* L_11 = L_10;
|
|
int32_t L_12 = *((uint16_t*)L_11);
|
|
*((int16_t*)L_11) = (int16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)))));
|
|
}
|
|
|
|
IL_0051:
|
|
{
|
|
uint16_t L_13 = V_1;
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_14 = V_0;
|
|
NullCheck(L_14);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_15 = L_14->get_address_of_Offset_3();
|
|
uint16_t L_16 = L_15->get_End_7();
|
|
if ((((int32_t)L_13) >= ((int32_t)L_16)))
|
|
{
|
|
goto IL_0072;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_17 = __this->get_m_String_16();
|
|
uint16_t L_18 = V_1;
|
|
NullCheck(L_17);
|
|
Il2CppChar L_19 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_17, L_18, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
bool L_20 = Uri_IsLWS_m7A9F3B969CCEE56B9F98E40F1903C737DA7DF0D6(L_19, /*hidden argument*/NULL);
|
|
if (L_20)
|
|
{
|
|
goto IL_003b;
|
|
}
|
|
}
|
|
|
|
IL_0072:
|
|
{
|
|
uint64_t L_21 = ___cF0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
bool L_22 = Uri_StaticInFact_m77BB2AE094534AFD7B9F68683C2A4356A75E39B8(L_21, (((int64_t)((int64_t)((int32_t)268435456)))), /*hidden argument*/NULL);
|
|
if (!L_22)
|
|
{
|
|
goto IL_0172;
|
|
}
|
|
}
|
|
{
|
|
uint16_t L_23 = V_1;
|
|
V_1 = (uint16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)2)))));
|
|
goto IL_008f;
|
|
}
|
|
|
|
IL_008a:
|
|
{
|
|
uint16_t L_24 = V_1;
|
|
V_1 = (uint16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)))));
|
|
}
|
|
|
|
IL_008f:
|
|
{
|
|
uint16_t L_25 = V_1;
|
|
uint64_t L_26 = ___cF0;
|
|
if ((((int32_t)L_25) >= ((int32_t)(((int32_t)((uint16_t)((int64_t)((int64_t)L_26&(int64_t)(((int64_t)((int64_t)((int32_t)65535))))))))))))
|
|
{
|
|
goto IL_0172;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_27 = __this->get_m_String_16();
|
|
uint16_t L_28 = V_1;
|
|
NullCheck(L_27);
|
|
Il2CppChar L_29 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_27, L_28, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_29) == ((int32_t)((int32_t)47))))
|
|
{
|
|
goto IL_008a;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_30 = __this->get_m_String_16();
|
|
uint16_t L_31 = V_1;
|
|
NullCheck(L_30);
|
|
Il2CppChar L_32 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_30, L_31, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_32) == ((int32_t)((int32_t)92))))
|
|
{
|
|
goto IL_008a;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0172;
|
|
}
|
|
|
|
IL_00c3:
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_33 = __this->get_m_Syntax_18();
|
|
NullCheck(L_33);
|
|
String_t* L_34 = UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1_inline(L_33, /*hidden argument*/NULL);
|
|
NullCheck(L_34);
|
|
int32_t L_35 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_34, /*hidden argument*/NULL);
|
|
V_1 = (uint16_t)(((int32_t)((uint16_t)L_35)));
|
|
goto IL_00e8;
|
|
}
|
|
|
|
IL_00d7:
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_36 = V_0;
|
|
NullCheck(L_36);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_37 = L_36->get_address_of_Offset_3();
|
|
uint16_t* L_38 = L_37->get_address_of_Scheme_0();
|
|
uint16_t* L_39 = L_38;
|
|
int32_t L_40 = *((uint16_t*)L_39);
|
|
*((int16_t*)L_39) = (int16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)))));
|
|
}
|
|
|
|
IL_00e8:
|
|
{
|
|
String_t* L_41 = __this->get_m_String_16();
|
|
uint16_t L_42 = V_1;
|
|
uint16_t L_43 = L_42;
|
|
V_1 = (uint16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1)))));
|
|
NullCheck(L_41);
|
|
Il2CppChar L_44 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_41, L_43, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_44) == ((uint32_t)((int32_t)58)))))
|
|
{
|
|
goto IL_00d7;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_45 = ___cF0;
|
|
if (!((int64_t)((int64_t)L_45&(int64_t)(((int64_t)((int64_t)((int32_t)1048576)))))))
|
|
{
|
|
goto IL_0172;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_46 = __this->get_m_String_16();
|
|
uint16_t L_47 = V_1;
|
|
NullCheck(L_46);
|
|
Il2CppChar L_48 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_46, L_47, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_48) == ((int32_t)((int32_t)92))))
|
|
{
|
|
goto IL_0129;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_49 = __this->get_m_String_16();
|
|
uint16_t L_50 = V_1;
|
|
NullCheck(L_49);
|
|
Il2CppChar L_51 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_49, ((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)1)), /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_51) == ((uint32_t)((int32_t)92)))))
|
|
{
|
|
goto IL_012b;
|
|
}
|
|
}
|
|
|
|
IL_0129:
|
|
{
|
|
V_2 = (bool)1;
|
|
}
|
|
|
|
IL_012b:
|
|
{
|
|
uint16_t L_52 = V_1;
|
|
V_1 = (uint16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)2)))));
|
|
uint64_t L_53 = ___cF0;
|
|
if (!((int64_t)((int64_t)L_53&(int64_t)((int64_t)17592588697600LL))))
|
|
{
|
|
goto IL_0172;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0146;
|
|
}
|
|
|
|
IL_013f:
|
|
{
|
|
V_2 = (bool)1;
|
|
uint16_t L_54 = V_1;
|
|
V_1 = (uint16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)1)))));
|
|
}
|
|
|
|
IL_0146:
|
|
{
|
|
uint16_t L_55 = V_1;
|
|
uint64_t L_56 = ___cF0;
|
|
if ((((int32_t)L_55) >= ((int32_t)(((int32_t)((uint16_t)((int64_t)((int64_t)L_56&(int64_t)(((int64_t)((int64_t)((int32_t)65535))))))))))))
|
|
{
|
|
goto IL_0172;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_57 = __this->get_m_String_16();
|
|
uint16_t L_58 = V_1;
|
|
NullCheck(L_57);
|
|
Il2CppChar L_59 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_57, L_58, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_59) == ((int32_t)((int32_t)47))))
|
|
{
|
|
goto IL_013f;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_60 = __this->get_m_String_16();
|
|
uint16_t L_61 = V_1;
|
|
NullCheck(L_60);
|
|
Il2CppChar L_62 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_60, L_61, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_62) == ((int32_t)((int32_t)92))))
|
|
{
|
|
goto IL_013f;
|
|
}
|
|
}
|
|
|
|
IL_0172:
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_63 = __this->get_m_Syntax_18();
|
|
NullCheck(L_63);
|
|
int32_t L_64 = UriParser_get_DefaultPort_m050510870CCD4DD08DF7E98E2AF3D616446AD99D_inline(L_63, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_64) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_0197;
|
|
}
|
|
}
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_65 = V_0;
|
|
NullCheck(L_65);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_66 = L_65->get_address_of_Offset_3();
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_67 = __this->get_m_Syntax_18();
|
|
NullCheck(L_67);
|
|
int32_t L_68 = UriParser_get_DefaultPort_m050510870CCD4DD08DF7E98E2AF3D616446AD99D_inline(L_67, /*hidden argument*/NULL);
|
|
L_66->set_PortValue_3((uint16_t)(((int32_t)((uint16_t)L_68))));
|
|
}
|
|
|
|
IL_0197:
|
|
{
|
|
uint64_t L_69 = ___cF0;
|
|
if ((((int64_t)((int64_t)((int64_t)L_69&(int64_t)(((int64_t)((int64_t)((int32_t)458752))))))) == ((int64_t)(((int64_t)((int64_t)((int32_t)458752)))))))
|
|
{
|
|
goto IL_01b5;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_70 = ___cF0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
bool L_71 = Uri_StaticInFact_m77BB2AE094534AFD7B9F68683C2A4356A75E39B8(L_70, (((int64_t)((int64_t)((int32_t)134217728)))), /*hidden argument*/NULL);
|
|
if (!L_71)
|
|
{
|
|
goto IL_0210;
|
|
}
|
|
}
|
|
|
|
IL_01b5:
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_72 = V_0;
|
|
NullCheck(L_72);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_73 = L_72->get_address_of_Offset_3();
|
|
uint64_t L_74 = ___cF0;
|
|
L_73->set_User_1((uint16_t)(((int32_t)((uint16_t)((int64_t)((int64_t)L_74&(int64_t)(((int64_t)((int64_t)((int32_t)65535))))))))));
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_75 = V_0;
|
|
NullCheck(L_75);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_76 = L_75->get_address_of_Offset_3();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_77 = V_0;
|
|
NullCheck(L_77);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_78 = L_77->get_address_of_Offset_3();
|
|
uint16_t L_79 = L_78->get_User_1();
|
|
L_76->set_Host_2(L_79);
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_80 = V_0;
|
|
NullCheck(L_80);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_81 = L_80->get_address_of_Offset_3();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_82 = V_0;
|
|
NullCheck(L_82);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_83 = L_82->get_address_of_Offset_3();
|
|
uint16_t L_84 = L_83->get_User_1();
|
|
L_81->set_Path_4(L_84);
|
|
uint64_t L_85 = ___cF0;
|
|
___cF0 = ((int64_t)((int64_t)L_85&(int64_t)(((int64_t)((int64_t)((int32_t)-65536))))));
|
|
bool L_86 = V_2;
|
|
if (!L_86)
|
|
{
|
|
goto IL_0423;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_87 = ___cF0;
|
|
___cF0 = ((int64_t)((int64_t)L_87|(int64_t)(((int64_t)((int64_t)1)))));
|
|
goto IL_0423;
|
|
}
|
|
|
|
IL_0210:
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_88 = V_0;
|
|
NullCheck(L_88);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_89 = L_88->get_address_of_Offset_3();
|
|
uint16_t L_90 = V_1;
|
|
L_89->set_User_1(L_90);
|
|
uint64_t L_91 = Uri_get_HostType_mBB4EE8652EA19E2FB8C696302D5EBE82F358EC90(__this, /*hidden argument*/NULL);
|
|
if ((!(((uint64_t)L_91) == ((uint64_t)(((int64_t)((int64_t)((int32_t)327680))))))))
|
|
{
|
|
goto IL_0259;
|
|
}
|
|
}
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_92 = V_0;
|
|
NullCheck(L_92);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_93 = L_92->get_address_of_Offset_3();
|
|
uint16_t L_94 = V_1;
|
|
L_93->set_Host_2(L_94);
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_95 = V_0;
|
|
NullCheck(L_95);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_96 = L_95->get_address_of_Offset_3();
|
|
uint64_t L_97 = ___cF0;
|
|
L_96->set_Path_4((uint16_t)(((int32_t)((uint16_t)((int64_t)((int64_t)L_97&(int64_t)(((int64_t)((int64_t)((int32_t)65535))))))))));
|
|
uint64_t L_98 = ___cF0;
|
|
___cF0 = ((int64_t)((int64_t)L_98&(int64_t)(((int64_t)((int64_t)((int32_t)-65536))))));
|
|
goto IL_0423;
|
|
}
|
|
|
|
IL_0259:
|
|
{
|
|
uint64_t L_99 = ___cF0;
|
|
if (!((int64_t)((int64_t)L_99&(int64_t)(((int64_t)((int64_t)((int32_t)2097152)))))))
|
|
{
|
|
goto IL_028d;
|
|
}
|
|
}
|
|
{
|
|
goto IL_026a;
|
|
}
|
|
|
|
IL_0265:
|
|
{
|
|
uint16_t L_100 = V_1;
|
|
V_1 = (uint16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_100, (int32_t)1)))));
|
|
}
|
|
|
|
IL_026a:
|
|
{
|
|
String_t* L_101 = __this->get_m_String_16();
|
|
uint16_t L_102 = V_1;
|
|
NullCheck(L_101);
|
|
Il2CppChar L_103 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_101, L_102, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_103) == ((uint32_t)((int32_t)64)))))
|
|
{
|
|
goto IL_0265;
|
|
}
|
|
}
|
|
{
|
|
uint16_t L_104 = V_1;
|
|
V_1 = (uint16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_104, (int32_t)1)))));
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_105 = V_0;
|
|
NullCheck(L_105);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_106 = L_105->get_address_of_Offset_3();
|
|
uint16_t L_107 = V_1;
|
|
L_106->set_Host_2(L_107);
|
|
goto IL_0299;
|
|
}
|
|
|
|
IL_028d:
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_108 = V_0;
|
|
NullCheck(L_108);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_109 = L_108->get_address_of_Offset_3();
|
|
uint16_t L_110 = V_1;
|
|
L_109->set_Host_2(L_110);
|
|
}
|
|
|
|
IL_0299:
|
|
{
|
|
uint64_t L_111 = ___cF0;
|
|
V_1 = (uint16_t)(((int32_t)((uint16_t)((int64_t)((int64_t)L_111&(int64_t)(((int64_t)((int64_t)((int32_t)65535)))))))));
|
|
uint64_t L_112 = ___cF0;
|
|
___cF0 = ((int64_t)((int64_t)L_112&(int64_t)(((int64_t)((int64_t)((int32_t)-65536))))));
|
|
bool L_113 = V_2;
|
|
if (!L_113)
|
|
{
|
|
goto IL_02b6;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_114 = ___cF0;
|
|
___cF0 = ((int64_t)((int64_t)L_114|(int64_t)(((int64_t)((int64_t)1)))));
|
|
}
|
|
|
|
IL_02b6:
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_115 = V_0;
|
|
NullCheck(L_115);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_116 = L_115->get_address_of_Offset_3();
|
|
uint16_t L_117 = V_1;
|
|
L_116->set_Path_4(L_117);
|
|
V_3 = (bool)0;
|
|
uint64_t L_118 = ___cF0;
|
|
V_4 = (bool)((!(((uint64_t)((int64_t)((int64_t)L_118&(int64_t)((int64_t)274877906944LL)))) <= ((uint64_t)(((int64_t)((int64_t)0))))))? 1 : 0);
|
|
uint64_t L_119 = ___cF0;
|
|
___cF0 = ((int64_t)((int64_t)L_119&(int64_t)((int64_t)-274877906945LL)));
|
|
bool L_120 = V_4;
|
|
if (!L_120)
|
|
{
|
|
goto IL_02fd;
|
|
}
|
|
}
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_121 = V_0;
|
|
NullCheck(L_121);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_122 = L_121->get_address_of_Offset_3();
|
|
String_t* L_123 = __this->get_m_originalUnicodeString_17();
|
|
NullCheck(L_123);
|
|
int32_t L_124 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_123, /*hidden argument*/NULL);
|
|
L_122->set_End_7((uint16_t)(((int32_t)((uint16_t)L_124))));
|
|
}
|
|
|
|
IL_02fd:
|
|
{
|
|
uint16_t L_125 = V_1;
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_126 = V_0;
|
|
NullCheck(L_126);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_127 = L_126->get_address_of_Offset_3();
|
|
uint16_t L_128 = L_127->get_End_7();
|
|
if ((((int32_t)L_125) >= ((int32_t)L_128)))
|
|
{
|
|
goto IL_0423;
|
|
}
|
|
}
|
|
{
|
|
bool L_129 = V_4;
|
|
if (L_129)
|
|
{
|
|
goto IL_031a;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_130 = __this->get_m_String_16();
|
|
G_B48_0 = L_130;
|
|
goto IL_0320;
|
|
}
|
|
|
|
IL_031a:
|
|
{
|
|
String_t* L_131 = __this->get_m_originalUnicodeString_17();
|
|
G_B48_0 = L_131;
|
|
}
|
|
|
|
IL_0320:
|
|
{
|
|
V_6 = G_B48_0;
|
|
String_t* L_132 = V_6;
|
|
V_5 = (Il2CppChar*)(((uintptr_t)L_132));
|
|
Il2CppChar* L_133 = V_5;
|
|
if (!L_133)
|
|
{
|
|
goto IL_0335;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_134 = V_5;
|
|
int32_t L_135 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL);
|
|
V_5 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_134, (int32_t)L_135));
|
|
}
|
|
|
|
IL_0335:
|
|
{
|
|
Il2CppChar* L_136 = V_5;
|
|
uint16_t L_137 = V_1;
|
|
int32_t L_138 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_136, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_137)), (int32_t)2)))));
|
|
if ((!(((uint32_t)L_138) == ((uint32_t)((int32_t)58)))))
|
|
{
|
|
goto IL_0420;
|
|
}
|
|
}
|
|
{
|
|
V_7 = 0;
|
|
uint16_t L_139 = V_1;
|
|
int32_t L_140 = (((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_139, (int32_t)1)))));
|
|
V_1 = (uint16_t)L_140;
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_141 = V_0;
|
|
NullCheck(L_141);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_142 = L_141->get_address_of_Offset_3();
|
|
uint16_t L_143 = L_142->get_End_7();
|
|
if ((((int32_t)L_140) >= ((int32_t)L_143)))
|
|
{
|
|
goto IL_03dd;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_144 = V_5;
|
|
uint16_t L_145 = V_1;
|
|
int32_t L_146 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_144, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_145)), (int32_t)2)))));
|
|
V_7 = (((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_146, (int32_t)((int32_t)48))))));
|
|
int32_t L_147 = V_7;
|
|
if ((((int32_t)L_147) == ((int32_t)((int32_t)65535))))
|
|
{
|
|
goto IL_03dd;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_148 = V_7;
|
|
if ((((int32_t)L_148) == ((int32_t)((int32_t)15))))
|
|
{
|
|
goto IL_03dd;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_149 = V_7;
|
|
if ((((int32_t)L_149) == ((int32_t)((int32_t)65523))))
|
|
{
|
|
goto IL_03dd;
|
|
}
|
|
}
|
|
{
|
|
V_3 = (bool)1;
|
|
int32_t L_150 = V_7;
|
|
if (L_150)
|
|
{
|
|
goto IL_0393;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_151 = ___cF0;
|
|
___cF0 = ((int64_t)((int64_t)L_151|(int64_t)(((int64_t)((int64_t)((int32_t)520))))));
|
|
}
|
|
|
|
IL_0393:
|
|
{
|
|
uint16_t L_152 = V_1;
|
|
V_1 = (uint16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_152, (int32_t)1)))));
|
|
goto IL_03cf;
|
|
}
|
|
|
|
IL_039a:
|
|
{
|
|
Il2CppChar* L_153 = V_5;
|
|
uint16_t L_154 = V_1;
|
|
int32_t L_155 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_153, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_154)), (int32_t)2)))));
|
|
V_8 = (uint16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_155, (int32_t)((int32_t)48))))));
|
|
uint16_t L_156 = V_8;
|
|
if ((((int32_t)L_156) == ((int32_t)((int32_t)65535))))
|
|
{
|
|
goto IL_03dd;
|
|
}
|
|
}
|
|
{
|
|
uint16_t L_157 = V_8;
|
|
if ((((int32_t)L_157) == ((int32_t)((int32_t)15))))
|
|
{
|
|
goto IL_03dd;
|
|
}
|
|
}
|
|
{
|
|
uint16_t L_158 = V_8;
|
|
if ((((int32_t)L_158) == ((int32_t)((int32_t)65523))))
|
|
{
|
|
goto IL_03dd;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_159 = V_7;
|
|
uint16_t L_160 = V_8;
|
|
V_7 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_159, (int32_t)((int32_t)10))), (int32_t)L_160));
|
|
uint16_t L_161 = V_1;
|
|
V_1 = (uint16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_161, (int32_t)1)))));
|
|
}
|
|
|
|
IL_03cf:
|
|
{
|
|
uint16_t L_162 = V_1;
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_163 = V_0;
|
|
NullCheck(L_163);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_164 = L_163->get_address_of_Offset_3();
|
|
uint16_t L_165 = L_164->get_End_7();
|
|
if ((((int32_t)L_162) < ((int32_t)L_165)))
|
|
{
|
|
goto IL_039a;
|
|
}
|
|
}
|
|
|
|
IL_03dd:
|
|
{
|
|
bool L_166 = V_3;
|
|
if (!L_166)
|
|
{
|
|
goto IL_040a;
|
|
}
|
|
}
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_167 = V_0;
|
|
NullCheck(L_167);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_168 = L_167->get_address_of_Offset_3();
|
|
uint16_t L_169 = L_168->get_PortValue_3();
|
|
int32_t L_170 = V_7;
|
|
if ((((int32_t)L_169) == ((int32_t)(((int32_t)((uint16_t)L_170))))))
|
|
{
|
|
goto IL_040a;
|
|
}
|
|
}
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_171 = V_0;
|
|
NullCheck(L_171);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_172 = L_171->get_address_of_Offset_3();
|
|
int32_t L_173 = V_7;
|
|
L_172->set_PortValue_3((uint16_t)(((int32_t)((uint16_t)L_173))));
|
|
uint64_t L_174 = ___cF0;
|
|
___cF0 = ((int64_t)((int64_t)L_174|(int64_t)(((int64_t)((int64_t)((int32_t)8388608))))));
|
|
goto IL_0414;
|
|
}
|
|
|
|
IL_040a:
|
|
{
|
|
uint64_t L_175 = ___cF0;
|
|
___cF0 = ((int64_t)((int64_t)L_175|(int64_t)(((int64_t)((int64_t)((int32_t)520))))));
|
|
}
|
|
|
|
IL_0414:
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_176 = V_0;
|
|
NullCheck(L_176);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_177 = L_176->get_address_of_Offset_3();
|
|
uint16_t L_178 = V_1;
|
|
L_177->set_Path_4(L_178);
|
|
}
|
|
|
|
IL_0420:
|
|
{
|
|
V_6 = (String_t*)NULL;
|
|
}
|
|
|
|
IL_0423:
|
|
{
|
|
uint64_t L_179 = ___cF0;
|
|
___cF0 = ((int64_t)((int64_t)L_179|(int64_t)(((int64_t)((int64_t)((int32_t)1073741824))))));
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_180 = V_0;
|
|
String_t* L_181 = __this->get_m_DnsSafeHost_19();
|
|
NullCheck(L_180);
|
|
L_180->set_DnsSafeHost_4(L_181);
|
|
String_t* L_182 = __this->get_m_String_16();
|
|
V_9 = L_182;
|
|
V_10 = (bool)0;
|
|
}
|
|
|
|
IL_0444:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
String_t* L_183 = V_9;
|
|
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_183, (bool*)(&V_10), /*hidden argument*/NULL);
|
|
uint64_t L_184 = __this->get_m_Flags_20();
|
|
if (((int64_t)((int64_t)L_184&(int64_t)(((int64_t)((int64_t)((int32_t)1073741824)))))))
|
|
{
|
|
goto IL_0478;
|
|
}
|
|
}
|
|
|
|
IL_045c:
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_185 = V_0;
|
|
__this->set_m_Info_21(L_185);
|
|
uint64_t L_186 = __this->get_m_Flags_20();
|
|
uint64_t L_187 = ___cF0;
|
|
__this->set_m_Flags_20(((int64_t)((int64_t)((int64_t)((int64_t)L_186&(int64_t)(((int64_t)((int64_t)((int32_t)-65536))))))|(int64_t)L_187)));
|
|
}
|
|
|
|
IL_0478:
|
|
{
|
|
IL2CPP_LEAVE(0x486, FINALLY_047a);
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_047a;
|
|
}
|
|
|
|
FINALLY_047a:
|
|
{ // begin finally (depth: 1)
|
|
{
|
|
bool L_188 = V_10;
|
|
if (!L_188)
|
|
{
|
|
goto IL_0485;
|
|
}
|
|
}
|
|
|
|
IL_047e:
|
|
{
|
|
String_t* L_189 = V_9;
|
|
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_189, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0485:
|
|
{
|
|
IL2CPP_END_FINALLY(1146)
|
|
}
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(1146)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x486, IL_0486)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_0486:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Uri::CreateHostString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_CreateHostString_m6FEC48641D3786D73B50D5DC792804C9A4D70C54 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Uri_CreateHostString_m6FEC48641D3786D73B50D5DC792804C9A4D70C54_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint64_t V_0 = 0;
|
|
String_t* V_1 = NULL;
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * V_2 = NULL;
|
|
bool V_3 = false;
|
|
uint16_t V_4 = 0;
|
|
int32_t V_5 = 0;
|
|
Il2CppChar* V_6 = NULL;
|
|
String_t* V_7 = NULL;
|
|
int32_t V_8 = 0;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_9 = NULL;
|
|
uint16_t V_10 = 0;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 3);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
int32_t G_B23_0 = 0;
|
|
int32_t G_B23_1 = 0;
|
|
int32_t G_B23_2 = 0;
|
|
int32_t* G_B23_3 = NULL;
|
|
RuntimeObject * G_B23_4 = NULL;
|
|
int32_t G_B23_5 = 0;
|
|
int32_t G_B23_6 = 0;
|
|
String_t* G_B23_7 = NULL;
|
|
int32_t G_B22_0 = 0;
|
|
int32_t G_B22_1 = 0;
|
|
int32_t G_B22_2 = 0;
|
|
int32_t* G_B22_3 = NULL;
|
|
RuntimeObject * G_B22_4 = NULL;
|
|
int32_t G_B22_5 = 0;
|
|
int32_t G_B22_6 = 0;
|
|
String_t* G_B22_7 = NULL;
|
|
int32_t G_B24_0 = 0;
|
|
int32_t G_B24_1 = 0;
|
|
int32_t G_B24_2 = 0;
|
|
int32_t G_B24_3 = 0;
|
|
int32_t* G_B24_4 = NULL;
|
|
RuntimeObject * G_B24_5 = NULL;
|
|
int32_t G_B24_6 = 0;
|
|
int32_t G_B24_7 = 0;
|
|
String_t* G_B24_8 = NULL;
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_0 = __this->get_m_Syntax_18();
|
|
NullCheck(L_0);
|
|
bool L_1 = UriParser_get_IsSimple_mDDB03A5F6EEE6E92926A386655E5BBD553719B9C(L_0, /*hidden argument*/NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_0069;
|
|
}
|
|
}
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_2 = __this->get_m_Info_21();
|
|
V_2 = L_2;
|
|
V_3 = (bool)0;
|
|
}
|
|
|
|
IL_0016:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_3 = V_2;
|
|
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_3, (bool*)(&V_3), /*hidden argument*/NULL);
|
|
bool L_4 = Uri_NotAny_mC5DC04B72B13D2997B055B9E41FCFEEC1CE5263D(__this, (((int64_t)((int64_t)((int32_t)67108864)))), /*hidden argument*/NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_005d;
|
|
}
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
uint64_t L_5 = __this->get_m_Flags_20();
|
|
__this->set_m_Flags_20(((int64_t)((int64_t)L_5|(int64_t)(((int64_t)((int64_t)((int32_t)67108864)))))));
|
|
Uri_GetHostViaCustomSyntax_mD591A4A615803E70A03D7C75E7C114E4E460AED3(__this, /*hidden argument*/NULL);
|
|
uint64_t L_6 = __this->get_m_Flags_20();
|
|
__this->set_m_Flags_20(((int64_t)((int64_t)L_6&(int64_t)(((int64_t)((int64_t)((int32_t)-67108865)))))));
|
|
IL2CPP_LEAVE(0x26A, FINALLY_005f);
|
|
}
|
|
|
|
IL_005d:
|
|
{
|
|
IL2CPP_LEAVE(0x69, FINALLY_005f);
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_005f;
|
|
}
|
|
|
|
FINALLY_005f:
|
|
{ // begin finally (depth: 1)
|
|
{
|
|
bool L_7 = V_3;
|
|
if (!L_7)
|
|
{
|
|
goto IL_0068;
|
|
}
|
|
}
|
|
|
|
IL_0062:
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_8 = V_2;
|
|
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_8, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0068:
|
|
{
|
|
IL2CPP_END_FINALLY(95)
|
|
}
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(95)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x26A, IL_026a)
|
|
IL2CPP_JUMP_TBL(0x69, IL_0069)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_0069:
|
|
{
|
|
uint64_t L_9 = __this->get_m_Flags_20();
|
|
V_0 = L_9;
|
|
String_t* L_10 = __this->get_m_String_16();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_11 = __this->get_m_Info_21();
|
|
NullCheck(L_11);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_12 = L_11->get_address_of_Offset_3();
|
|
uint16_t L_13 = L_12->get_Host_2();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_14 = __this->get_m_Info_21();
|
|
NullCheck(L_14);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_15 = L_14->get_address_of_Offset_3();
|
|
uint16_t L_16 = L_15->get_Path_4();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_17 = __this->get_m_Info_21();
|
|
NullCheck(L_17);
|
|
String_t** L_18 = L_17->get_address_of_ScopeId_1();
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
String_t* L_19 = Uri_CreateHostStringHelper_m6C5EEA8BD2CDBCDD8A63FB74D3B801329EDE7BDD(L_10, L_13, L_16, (uint64_t*)(&V_0), (String_t**)L_18, /*hidden argument*/NULL);
|
|
V_1 = L_19;
|
|
String_t* L_20 = V_1;
|
|
NullCheck(L_20);
|
|
int32_t L_21 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_20, /*hidden argument*/NULL);
|
|
if (!L_21)
|
|
{
|
|
goto IL_0233;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_22 = Uri_get_HostType_mBB4EE8652EA19E2FB8C696302D5EBE82F358EC90(__this, /*hidden argument*/NULL);
|
|
if ((!(((uint64_t)L_22) == ((uint64_t)(((int64_t)((int64_t)((int32_t)327680))))))))
|
|
{
|
|
goto IL_019c;
|
|
}
|
|
}
|
|
{
|
|
V_4 = (uint16_t)0;
|
|
String_t* L_23 = V_1;
|
|
V_7 = L_23;
|
|
String_t* L_24 = V_7;
|
|
V_6 = (Il2CppChar*)(((uintptr_t)L_24));
|
|
Il2CppChar* L_25 = V_6;
|
|
if (!L_25)
|
|
{
|
|
goto IL_00de;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_26 = V_6;
|
|
int32_t L_27 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL);
|
|
V_6 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_26, (int32_t)L_27));
|
|
}
|
|
|
|
IL_00de:
|
|
{
|
|
Il2CppChar* L_28 = V_6;
|
|
String_t* L_29 = V_1;
|
|
NullCheck(L_29);
|
|
int32_t L_30 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_29, /*hidden argument*/NULL);
|
|
int32_t L_31 = Uri_CheckCanonical_mED3910E55213D1DFEAA5B33079E3A89D369B10B6(__this, (Il2CppChar*)(Il2CppChar*)L_28, (uint16_t*)(&V_4), (uint16_t)(((int32_t)((uint16_t)L_30))), ((int32_t)65535), /*hidden argument*/NULL);
|
|
V_5 = L_31;
|
|
V_7 = (String_t*)NULL;
|
|
int32_t L_32 = V_5;
|
|
if (((int32_t)((int32_t)L_32&(int32_t)2)))
|
|
{
|
|
goto IL_0119;
|
|
}
|
|
}
|
|
{
|
|
bool L_33 = Uri_NotAny_mC5DC04B72B13D2997B055B9E41FCFEEC1CE5263D(__this, (((int64_t)((int64_t)((int32_t)536870912)))), /*hidden argument*/NULL);
|
|
if (L_33)
|
|
{
|
|
goto IL_0114;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_34 = V_5;
|
|
if (!((int32_t)((int32_t)L_34&(int32_t)((int32_t)32))))
|
|
{
|
|
goto IL_0119;
|
|
}
|
|
}
|
|
|
|
IL_0114:
|
|
{
|
|
uint64_t L_35 = V_0;
|
|
V_0 = ((int64_t)((int64_t)L_35|(int64_t)(((int64_t)((int64_t)4)))));
|
|
}
|
|
|
|
IL_0119:
|
|
{
|
|
bool L_36 = Uri_InFact_m4CE890C86FA34154A044516D2F3C9463389220D7(__this, (((int64_t)((int64_t)((int32_t)536870912)))), /*hidden argument*/NULL);
|
|
if (!L_36)
|
|
{
|
|
goto IL_0135;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_37 = V_5;
|
|
if (!((int32_t)((int32_t)L_37&(int32_t)((int32_t)33))))
|
|
{
|
|
goto IL_0135;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_38 = V_5;
|
|
V_5 = ((int32_t)((int32_t)L_38&(int32_t)((int32_t)-2)));
|
|
}
|
|
|
|
IL_0135:
|
|
{
|
|
int32_t L_39 = V_5;
|
|
if ((((int32_t)((int32_t)((int32_t)L_39&(int32_t)((int32_t)17)))) == ((int32_t)1)))
|
|
{
|
|
goto IL_0233;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_40 = V_0;
|
|
V_0 = ((int64_t)((int64_t)L_40|(int64_t)(((int64_t)((int64_t)((int32_t)256))))));
|
|
bool L_41 = Uri_NotAny_mC5DC04B72B13D2997B055B9E41FCFEEC1CE5263D(__this, (((int64_t)((int64_t)((int32_t)524288)))), /*hidden argument*/NULL);
|
|
if (!L_41)
|
|
{
|
|
goto IL_0233;
|
|
}
|
|
}
|
|
{
|
|
V_8 = 0;
|
|
String_t* L_42 = V_1;
|
|
String_t* L_43 = V_1;
|
|
NullCheck(L_43);
|
|
int32_t L_44 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_43, /*hidden argument*/NULL);
|
|
bool L_45 = Uri_get_IsImplicitFile_m048350CB1E9AB92599F1557680A5D3B5FDE7C35D(__this, /*hidden argument*/NULL);
|
|
G_B22_0 = ((int32_t)35);
|
|
G_B22_1 = ((int32_t)63);
|
|
G_B22_2 = 1;
|
|
G_B22_3 = (&V_8);
|
|
G_B22_4 = NULL;
|
|
G_B22_5 = L_44;
|
|
G_B22_6 = 0;
|
|
G_B22_7 = L_42;
|
|
if (L_45)
|
|
{
|
|
G_B23_0 = ((int32_t)35);
|
|
G_B23_1 = ((int32_t)63);
|
|
G_B23_2 = 1;
|
|
G_B23_3 = (&V_8);
|
|
G_B23_4 = NULL;
|
|
G_B23_5 = L_44;
|
|
G_B23_6 = 0;
|
|
G_B23_7 = L_42;
|
|
goto IL_0179;
|
|
}
|
|
}
|
|
{
|
|
G_B24_0 = ((int32_t)37);
|
|
G_B24_1 = G_B22_0;
|
|
G_B24_2 = G_B22_1;
|
|
G_B24_3 = G_B22_2;
|
|
G_B24_4 = G_B22_3;
|
|
G_B24_5 = G_B22_4;
|
|
G_B24_6 = G_B22_5;
|
|
G_B24_7 = G_B22_6;
|
|
G_B24_8 = G_B22_7;
|
|
goto IL_017e;
|
|
}
|
|
|
|
IL_0179:
|
|
{
|
|
G_B24_0 = ((int32_t)65535);
|
|
G_B24_1 = G_B23_0;
|
|
G_B24_2 = G_B23_1;
|
|
G_B24_3 = G_B23_2;
|
|
G_B24_4 = G_B23_3;
|
|
G_B24_5 = G_B23_4;
|
|
G_B24_6 = G_B23_5;
|
|
G_B24_7 = G_B23_6;
|
|
G_B24_8 = G_B23_7;
|
|
}
|
|
|
|
IL_017e:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tA44F3057604BAA4E6EF06A8EE4E6825D471592DF_il2cpp_TypeInfo_var);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_46 = UriHelper_EscapeString_mF0077A016F05127923308DF7E7E99BD7B9837E8B(G_B24_8, G_B24_7, G_B24_6, (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)G_B24_5, (int32_t*)G_B24_4, (bool)G_B24_3, G_B24_2, G_B24_1, G_B24_0, /*hidden argument*/NULL);
|
|
V_9 = L_46;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_47 = V_9;
|
|
if (!L_47)
|
|
{
|
|
goto IL_0233;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_48 = V_9;
|
|
int32_t L_49 = V_8;
|
|
String_t* L_50 = String_CreateString_mC7FB167C0D5B97F7EF502AF54399C61DD5B87509(NULL, L_48, 0, L_49, /*hidden argument*/NULL);
|
|
V_1 = L_50;
|
|
goto IL_0233;
|
|
}
|
|
|
|
IL_019c:
|
|
{
|
|
bool L_51 = Uri_NotAny_mC5DC04B72B13D2997B055B9E41FCFEEC1CE5263D(__this, (((int64_t)((int64_t)((int32_t)33554432)))), /*hidden argument*/NULL);
|
|
if (!L_51)
|
|
{
|
|
goto IL_0233;
|
|
}
|
|
}
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_52 = __this->get_m_Info_21();
|
|
NullCheck(L_52);
|
|
String_t* L_53 = L_52->get_ScopeId_1();
|
|
if (!L_53)
|
|
{
|
|
goto IL_01c5;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_54 = V_0;
|
|
V_0 = ((int64_t)((int64_t)L_54|(int64_t)(((int64_t)((int64_t)((int32_t)260))))));
|
|
goto IL_0233;
|
|
}
|
|
|
|
IL_01c5:
|
|
{
|
|
V_10 = (uint16_t)0;
|
|
goto IL_0229;
|
|
}
|
|
|
|
IL_01ca:
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_55 = __this->get_m_Info_21();
|
|
NullCheck(L_55);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_56 = L_55->get_address_of_Offset_3();
|
|
uint16_t L_57 = L_56->get_Host_2();
|
|
uint16_t L_58 = V_10;
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_59 = __this->get_m_Info_21();
|
|
NullCheck(L_59);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_60 = L_59->get_address_of_Offset_3();
|
|
uint16_t L_61 = L_60->get_End_7();
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)L_58))) >= ((int32_t)L_61)))
|
|
{
|
|
goto IL_0217;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_62 = V_1;
|
|
uint16_t L_63 = V_10;
|
|
NullCheck(L_62);
|
|
Il2CppChar L_64 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_62, L_63, /*hidden argument*/NULL);
|
|
String_t* L_65 = __this->get_m_String_16();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_66 = __this->get_m_Info_21();
|
|
NullCheck(L_66);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_67 = L_66->get_address_of_Offset_3();
|
|
uint16_t L_68 = L_67->get_Host_2();
|
|
uint16_t L_69 = V_10;
|
|
NullCheck(L_65);
|
|
Il2CppChar L_70 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_65, ((int32_t)il2cpp_codegen_add((int32_t)L_68, (int32_t)L_69)), /*hidden argument*/NULL);
|
|
if ((((int32_t)L_64) == ((int32_t)L_70)))
|
|
{
|
|
goto IL_0222;
|
|
}
|
|
}
|
|
|
|
IL_0217:
|
|
{
|
|
uint64_t L_71 = V_0;
|
|
V_0 = ((int64_t)((int64_t)L_71|(int64_t)(((int64_t)((int64_t)((int32_t)260))))));
|
|
goto IL_0233;
|
|
}
|
|
|
|
IL_0222:
|
|
{
|
|
uint16_t L_72 = V_10;
|
|
V_10 = (uint16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_72, (int32_t)1)))));
|
|
}
|
|
|
|
IL_0229:
|
|
{
|
|
uint16_t L_73 = V_10;
|
|
String_t* L_74 = V_1;
|
|
NullCheck(L_74);
|
|
int32_t L_75 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_74, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_73) < ((int32_t)L_75)))
|
|
{
|
|
goto IL_01ca;
|
|
}
|
|
}
|
|
|
|
IL_0233:
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_76 = __this->get_m_Info_21();
|
|
String_t* L_77 = V_1;
|
|
NullCheck(L_76);
|
|
L_76->set_Host_0(L_77);
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_78 = __this->get_m_Info_21();
|
|
V_2 = L_78;
|
|
V_3 = (bool)0;
|
|
}
|
|
|
|
IL_0248:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_79 = V_2;
|
|
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_79, (bool*)(&V_3), /*hidden argument*/NULL);
|
|
uint64_t L_80 = __this->get_m_Flags_20();
|
|
uint64_t L_81 = V_0;
|
|
__this->set_m_Flags_20(((int64_t)((int64_t)L_80|(int64_t)L_81)));
|
|
IL2CPP_LEAVE(0x26A, FINALLY_0260);
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_0260;
|
|
}
|
|
|
|
FINALLY_0260:
|
|
{ // begin finally (depth: 1)
|
|
{
|
|
bool L_82 = V_3;
|
|
if (!L_82)
|
|
{
|
|
goto IL_0269;
|
|
}
|
|
}
|
|
|
|
IL_0263:
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_83 = V_2;
|
|
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_83, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0269:
|
|
{
|
|
IL2CPP_END_FINALLY(608)
|
|
}
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(608)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x26A, IL_026a)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_026a:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.String System.Uri::CreateHostStringHelper(System.String,System.UInt16,System.UInt16,System.Uri_Flags&,System.String&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_CreateHostStringHelper_m6C5EEA8BD2CDBCDD8A63FB74D3B801329EDE7BDD (String_t* ___str0, uint16_t ___idx1, uint16_t ___end2, uint64_t* ___flags3, String_t** ___scopeId4, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Uri_CreateHostStringHelper_m6C5EEA8BD2CDBCDD8A63FB74D3B801329EDE7BDD_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
String_t* V_1 = NULL;
|
|
uint64_t V_2 = 0;
|
|
{
|
|
V_0 = (bool)0;
|
|
uint64_t* L_0 = ___flags3;
|
|
int64_t L_1 = *((int64_t*)L_0);
|
|
V_2 = ((int64_t)((int64_t)L_1&(int64_t)(((int64_t)((int64_t)((int32_t)458752))))));
|
|
uint64_t L_2 = V_2;
|
|
if ((!(((uint64_t)L_2) <= ((uint64_t)(((int64_t)((int64_t)((int32_t)196608))))))))
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_3 = V_2;
|
|
if ((((int64_t)L_3) == ((int64_t)(((int64_t)((int64_t)((int32_t)65536)))))))
|
|
{
|
|
goto IL_005f;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_4 = V_2;
|
|
if ((((int64_t)L_4) == ((int64_t)(((int64_t)((int64_t)((int32_t)131072)))))))
|
|
{
|
|
goto IL_006d;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_5 = V_2;
|
|
if ((((int64_t)L_5) == ((int64_t)(((int64_t)((int64_t)((int32_t)196608)))))))
|
|
{
|
|
goto IL_0052;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00bd;
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
uint64_t L_6 = V_2;
|
|
if ((((int64_t)L_6) == ((int64_t)(((int64_t)((int64_t)((int32_t)262144)))))))
|
|
{
|
|
goto IL_007a;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_7 = V_2;
|
|
if ((((int64_t)L_7) == ((int64_t)(((int64_t)((int64_t)((int32_t)327680)))))))
|
|
{
|
|
goto IL_0087;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_8 = V_2;
|
|
if ((((int64_t)L_8) == ((int64_t)(((int64_t)((int64_t)((int32_t)458752)))))))
|
|
{
|
|
goto IL_00b5;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00bd;
|
|
}
|
|
|
|
IL_0052:
|
|
{
|
|
String_t* L_9 = ___str0;
|
|
uint16_t L_10 = ___idx1;
|
|
uint16_t L_11 = ___end2;
|
|
String_t* L_12 = DomainNameHelper_ParseCanonicalName_mFE738FD1237E2D9D9A1B27BA73F58B1689D451E4(L_9, L_10, L_11, (bool*)(&V_0), /*hidden argument*/NULL);
|
|
V_1 = L_12;
|
|
goto IL_00c4;
|
|
}
|
|
|
|
IL_005f:
|
|
{
|
|
String_t* L_13 = ___str0;
|
|
uint16_t L_14 = ___idx1;
|
|
String_t** L_15 = ___scopeId4;
|
|
String_t* L_16 = IPv6AddressHelper_ParseCanonicalName_m3944530A7B686031653F97824EF712424E0BEE14(L_13, L_14, (bool*)(&V_0), (String_t**)L_15, /*hidden argument*/NULL);
|
|
V_1 = L_16;
|
|
goto IL_00c4;
|
|
}
|
|
|
|
IL_006d:
|
|
{
|
|
String_t* L_17 = ___str0;
|
|
uint16_t L_18 = ___idx1;
|
|
uint16_t L_19 = ___end2;
|
|
String_t* L_20 = IPv4AddressHelper_ParseCanonicalName_m2A8C35045CE02D6FC2C4251F239D1C0074E0E813(L_17, L_18, L_19, (bool*)(&V_0), /*hidden argument*/NULL);
|
|
V_1 = L_20;
|
|
goto IL_00c4;
|
|
}
|
|
|
|
IL_007a:
|
|
{
|
|
String_t* L_21 = ___str0;
|
|
uint16_t L_22 = ___idx1;
|
|
uint16_t L_23 = ___end2;
|
|
String_t* L_24 = UncNameHelper_ParseCanonicalName_mCBE64015FD1B6B4829CEAA89625C1D44E280E37E(L_21, L_22, L_23, (bool*)(&V_0), /*hidden argument*/NULL);
|
|
V_1 = L_24;
|
|
goto IL_00c4;
|
|
}
|
|
|
|
IL_0087:
|
|
{
|
|
uint64_t* L_25 = ___flags3;
|
|
int64_t L_26 = *((int64_t*)L_25);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
bool L_27 = Uri_StaticInFact_m77BB2AE094534AFD7B9F68683C2A4356A75E39B8(L_26, (((int64_t)((int64_t)((int32_t)134217728)))), /*hidden argument*/NULL);
|
|
if (!L_27)
|
|
{
|
|
goto IL_009e;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_28 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
V_1 = L_28;
|
|
goto IL_00a9;
|
|
}
|
|
|
|
IL_009e:
|
|
{
|
|
String_t* L_29 = ___str0;
|
|
uint16_t L_30 = ___idx1;
|
|
uint16_t L_31 = ___end2;
|
|
uint16_t L_32 = ___idx1;
|
|
NullCheck(L_29);
|
|
String_t* L_33 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_29, L_30, ((int32_t)il2cpp_codegen_subtract((int32_t)L_31, (int32_t)L_32)), /*hidden argument*/NULL);
|
|
V_1 = L_33;
|
|
}
|
|
|
|
IL_00a9:
|
|
{
|
|
String_t* L_34 = V_1;
|
|
NullCheck(L_34);
|
|
int32_t L_35 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_34, /*hidden argument*/NULL);
|
|
if (L_35)
|
|
{
|
|
goto IL_00c4;
|
|
}
|
|
}
|
|
{
|
|
V_0 = (bool)1;
|
|
goto IL_00c4;
|
|
}
|
|
|
|
IL_00b5:
|
|
{
|
|
String_t* L_36 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
V_1 = L_36;
|
|
goto IL_00c4;
|
|
}
|
|
|
|
IL_00bd:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A * L_37 = Uri_GetException_m2E833A8358C84BCF0397341160FADB1164290164(8, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_37, Uri_CreateHostStringHelper_m6C5EEA8BD2CDBCDD8A63FB74D3B801329EDE7BDD_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_00c4:
|
|
{
|
|
bool L_38 = V_0;
|
|
if (!L_38)
|
|
{
|
|
goto IL_00d2;
|
|
}
|
|
}
|
|
{
|
|
uint64_t* L_39 = ___flags3;
|
|
uint64_t* L_40 = ___flags3;
|
|
int64_t L_41 = *((int64_t*)L_40);
|
|
*((int64_t*)L_39) = (int64_t)((int64_t)((int64_t)L_41|(int64_t)(((int64_t)((int64_t)((int32_t)4194304))))));
|
|
}
|
|
|
|
IL_00d2:
|
|
{
|
|
String_t* L_42 = V_1;
|
|
return L_42;
|
|
}
|
|
}
|
|
// System.Void System.Uri::GetHostViaCustomSyntax()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_GetHostViaCustomSyntax_mD591A4A615803E70A03D7C75E7C114E4E460AED3 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Uri_GetHostViaCustomSyntax_mD591A4A615803E70A03D7C75E7C114E4E460AED3_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
String_t* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
uint64_t V_4 = 0;
|
|
Il2CppChar* V_5 = NULL;
|
|
String_t* V_6 = NULL;
|
|
String_t* V_7 = NULL;
|
|
uint16_t V_8 = 0;
|
|
int32_t V_9 = 0;
|
|
int32_t V_10 = 0;
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_0 = __this->get_m_Info_21();
|
|
NullCheck(L_0);
|
|
String_t* L_1 = L_0->get_Host_0();
|
|
if (!L_1)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_2 = __this->get_m_Syntax_18();
|
|
NullCheck(L_2);
|
|
String_t* L_3 = UriParser_InternalGetComponents_mFD4B211C71E0506AE4E4E99D92ECAF1780CE4674(L_2, __this, 4, 1, /*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_4 = __this->get_m_Info_21();
|
|
NullCheck(L_4);
|
|
String_t* L_5 = L_4->get_Host_0();
|
|
if (L_5)
|
|
{
|
|
goto IL_018d;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_6 = V_0;
|
|
NullCheck(L_6);
|
|
int32_t L_7 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_6, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_7) < ((int32_t)((int32_t)65520))))
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A * L_8 = Uri_GetException_m2E833A8358C84BCF0397341160FADB1164290164(6, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, Uri_GetHostViaCustomSyntax_mD591A4A615803E70A03D7C75E7C114E4E460AED3_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
V_3 = 0;
|
|
uint64_t L_9 = __this->get_m_Flags_20();
|
|
V_4 = ((int64_t)((int64_t)L_9&(int64_t)(((int64_t)((int64_t)((int32_t)-458753))))));
|
|
String_t* L_10 = V_0;
|
|
V_6 = L_10;
|
|
String_t* L_11 = V_6;
|
|
V_5 = (Il2CppChar*)(((uintptr_t)L_11));
|
|
Il2CppChar* L_12 = V_5;
|
|
if (!L_12)
|
|
{
|
|
goto IL_0068;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_13 = V_5;
|
|
int32_t L_14 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL);
|
|
V_5 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_13, (int32_t)L_14));
|
|
}
|
|
|
|
IL_0068:
|
|
{
|
|
V_7 = (String_t*)NULL;
|
|
Il2CppChar* L_15 = V_5;
|
|
String_t* L_16 = V_0;
|
|
NullCheck(L_16);
|
|
int32_t L_17 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_16, /*hidden argument*/NULL);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_18 = __this->get_m_Syntax_18();
|
|
uint16_t L_19 = Uri_CheckAuthorityHelper_m5046CE781115A54CAE3ACD2C03987F526A761387(__this, (Il2CppChar*)(Il2CppChar*)L_15, (uint16_t)0, (uint16_t)(((int32_t)((uint16_t)L_17))), (int32_t*)(&V_3), (uint64_t*)(&V_4), L_18, (String_t**)(&V_7), /*hidden argument*/NULL);
|
|
String_t* L_20 = V_0;
|
|
NullCheck(L_20);
|
|
int32_t L_21 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_20, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_19) == ((int32_t)(((int32_t)((uint16_t)L_21))))))
|
|
{
|
|
goto IL_00a6;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_22 = V_4;
|
|
V_4 = ((int64_t)((int64_t)L_22&(int64_t)(((int64_t)((int64_t)((int32_t)-458753))))));
|
|
uint64_t L_23 = V_4;
|
|
V_4 = ((int64_t)((int64_t)L_23|(int64_t)(((int64_t)((int64_t)((int32_t)458752))))));
|
|
}
|
|
|
|
IL_00a6:
|
|
{
|
|
V_6 = (String_t*)NULL;
|
|
int32_t L_24 = V_3;
|
|
if (L_24)
|
|
{
|
|
goto IL_00bd;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_25 = V_4;
|
|
if ((!(((uint64_t)((int64_t)((int64_t)L_25&(int64_t)(((int64_t)((int64_t)((int32_t)458752))))))) == ((uint64_t)(((int64_t)((int64_t)((int32_t)458752))))))))
|
|
{
|
|
goto IL_00dc;
|
|
}
|
|
}
|
|
|
|
IL_00bd:
|
|
{
|
|
uint64_t L_26 = __this->get_m_Flags_20();
|
|
__this->set_m_Flags_20(((int64_t)((int64_t)((int64_t)((int64_t)L_26&(int64_t)(((int64_t)((int64_t)((int32_t)-458753))))))|(int64_t)(((int64_t)((int64_t)((int32_t)327680)))))));
|
|
goto IL_018d;
|
|
}
|
|
|
|
IL_00dc:
|
|
{
|
|
String_t* L_27 = V_0;
|
|
String_t* L_28 = V_0;
|
|
NullCheck(L_28);
|
|
int32_t L_29 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_28, /*hidden argument*/NULL);
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_30 = __this->get_m_Info_21();
|
|
NullCheck(L_30);
|
|
String_t** L_31 = L_30->get_address_of_ScopeId_1();
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
String_t* L_32 = Uri_CreateHostStringHelper_m6C5EEA8BD2CDBCDD8A63FB74D3B801329EDE7BDD(L_27, (uint16_t)0, (uint16_t)(((int32_t)((uint16_t)L_29))), (uint64_t*)(&V_4), (String_t**)L_31, /*hidden argument*/NULL);
|
|
V_0 = L_32;
|
|
V_8 = (uint16_t)0;
|
|
goto IL_0166;
|
|
}
|
|
|
|
IL_00fd:
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_33 = __this->get_m_Info_21();
|
|
NullCheck(L_33);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_34 = L_33->get_address_of_Offset_3();
|
|
uint16_t L_35 = L_34->get_Host_2();
|
|
uint16_t L_36 = V_8;
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_37 = __this->get_m_Info_21();
|
|
NullCheck(L_37);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_38 = L_37->get_address_of_Offset_3();
|
|
uint16_t L_39 = L_38->get_End_7();
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)L_36))) >= ((int32_t)L_39)))
|
|
{
|
|
goto IL_014a;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_40 = V_0;
|
|
uint16_t L_41 = V_8;
|
|
NullCheck(L_40);
|
|
Il2CppChar L_42 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_40, L_41, /*hidden argument*/NULL);
|
|
String_t* L_43 = __this->get_m_String_16();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_44 = __this->get_m_Info_21();
|
|
NullCheck(L_44);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_45 = L_44->get_address_of_Offset_3();
|
|
uint16_t L_46 = L_45->get_Host_2();
|
|
uint16_t L_47 = V_8;
|
|
NullCheck(L_43);
|
|
Il2CppChar L_48 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_43, ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)L_47)), /*hidden argument*/NULL);
|
|
if ((((int32_t)L_42) == ((int32_t)L_48)))
|
|
{
|
|
goto IL_015f;
|
|
}
|
|
}
|
|
|
|
IL_014a:
|
|
{
|
|
uint64_t L_49 = __this->get_m_Flags_20();
|
|
__this->set_m_Flags_20(((int64_t)((int64_t)L_49|(int64_t)(((int64_t)((int64_t)((int32_t)260)))))));
|
|
goto IL_0170;
|
|
}
|
|
|
|
IL_015f:
|
|
{
|
|
uint16_t L_50 = V_8;
|
|
V_8 = (uint16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)1)))));
|
|
}
|
|
|
|
IL_0166:
|
|
{
|
|
uint16_t L_51 = V_8;
|
|
String_t* L_52 = V_0;
|
|
NullCheck(L_52);
|
|
int32_t L_53 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_52, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_51) < ((int32_t)L_53)))
|
|
{
|
|
goto IL_00fd;
|
|
}
|
|
}
|
|
|
|
IL_0170:
|
|
{
|
|
uint64_t L_54 = __this->get_m_Flags_20();
|
|
uint64_t L_55 = V_4;
|
|
__this->set_m_Flags_20(((int64_t)((int64_t)((int64_t)((int64_t)L_54&(int64_t)(((int64_t)((int64_t)((int32_t)-458753))))))|(int64_t)((int64_t)((int64_t)L_55&(int64_t)(((int64_t)((int64_t)((int32_t)458752)))))))));
|
|
}
|
|
|
|
IL_018d:
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_56 = __this->get_m_Syntax_18();
|
|
NullCheck(L_56);
|
|
String_t* L_57 = UriParser_InternalGetComponents_mFD4B211C71E0506AE4E4E99D92ECAF1780CE4674(L_56, __this, ((int32_t)128), 1, /*hidden argument*/NULL);
|
|
V_1 = L_57;
|
|
V_2 = 0;
|
|
String_t* L_58 = V_1;
|
|
if (!L_58)
|
|
{
|
|
goto IL_01ad;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_59 = V_1;
|
|
NullCheck(L_59);
|
|
int32_t L_60 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_59, /*hidden argument*/NULL);
|
|
if (L_60)
|
|
{
|
|
goto IL_01e9;
|
|
}
|
|
}
|
|
|
|
IL_01ad:
|
|
{
|
|
uint64_t L_61 = __this->get_m_Flags_20();
|
|
__this->set_m_Flags_20(((int64_t)((int64_t)L_61&(int64_t)(((int64_t)((int64_t)((int32_t)-8388609)))))));
|
|
uint64_t L_62 = __this->get_m_Flags_20();
|
|
__this->set_m_Flags_20(((int64_t)((int64_t)L_62|(int64_t)(((int64_t)((int64_t)((int32_t)520)))))));
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_63 = __this->get_m_Info_21();
|
|
NullCheck(L_63);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_64 = L_63->get_address_of_Offset_3();
|
|
L_64->set_PortValue_3((uint16_t)0);
|
|
goto IL_02c1;
|
|
}
|
|
|
|
IL_01e9:
|
|
{
|
|
V_9 = 0;
|
|
goto IL_0249;
|
|
}
|
|
|
|
IL_01ee:
|
|
{
|
|
String_t* L_65 = V_1;
|
|
int32_t L_66 = V_9;
|
|
NullCheck(L_65);
|
|
Il2CppChar L_67 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_65, L_66, /*hidden argument*/NULL);
|
|
V_10 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_67, (int32_t)((int32_t)48)));
|
|
int32_t L_68 = V_10;
|
|
if ((((int32_t)L_68) < ((int32_t)0)))
|
|
{
|
|
goto IL_0216;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_69 = V_10;
|
|
if ((((int32_t)L_69) > ((int32_t)((int32_t)9))))
|
|
{
|
|
goto IL_0216;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_70 = V_2;
|
|
int32_t L_71 = V_10;
|
|
int32_t L_72 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_70, (int32_t)((int32_t)10))), (int32_t)L_71));
|
|
V_2 = L_72;
|
|
if ((((int32_t)L_72) <= ((int32_t)((int32_t)65535))))
|
|
{
|
|
goto IL_0243;
|
|
}
|
|
}
|
|
|
|
IL_0216:
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_73 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_74 = L_73;
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_75 = __this->get_m_Syntax_18();
|
|
NullCheck(L_75);
|
|
Type_t * L_76 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_75, /*hidden argument*/NULL);
|
|
NullCheck(L_76);
|
|
String_t* L_77 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, L_76);
|
|
NullCheck(L_74);
|
|
ArrayElementTypeCheck (L_74, L_77);
|
|
(L_74)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_77);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_78 = L_74;
|
|
String_t* L_79 = V_1;
|
|
NullCheck(L_78);
|
|
ArrayElementTypeCheck (L_78, L_79);
|
|
(L_78)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_79);
|
|
String_t* L_80 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteral54D90B67B847C24A45E877CE3D07C3B802158EEE, L_78, /*hidden argument*/NULL);
|
|
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A * L_81 = (UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A *)il2cpp_codegen_object_new(UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A_il2cpp_TypeInfo_var);
|
|
UriFormatException__ctor_mE1D46962CC168EB07B59D1265F5734A8F587567D(L_81, L_80, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_81, Uri_GetHostViaCustomSyntax_mD591A4A615803E70A03D7C75E7C114E4E460AED3_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0243:
|
|
{
|
|
int32_t L_82 = V_9;
|
|
V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_82, (int32_t)1));
|
|
}
|
|
|
|
IL_0249:
|
|
{
|
|
int32_t L_83 = V_9;
|
|
String_t* L_84 = V_1;
|
|
NullCheck(L_84);
|
|
int32_t L_85 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_84, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_83) < ((int32_t)L_85)))
|
|
{
|
|
goto IL_01ee;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_86 = V_2;
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_87 = __this->get_m_Info_21();
|
|
NullCheck(L_87);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_88 = L_87->get_address_of_Offset_3();
|
|
uint16_t L_89 = L_88->get_PortValue_3();
|
|
if ((((int32_t)L_86) == ((int32_t)L_89)))
|
|
{
|
|
goto IL_02c1;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_90 = V_2;
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_91 = __this->get_m_Syntax_18();
|
|
NullCheck(L_91);
|
|
int32_t L_92 = UriParser_get_DefaultPort_m050510870CCD4DD08DF7E98E2AF3D616446AD99D_inline(L_91, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_90) == ((uint32_t)L_92))))
|
|
{
|
|
goto IL_0289;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_93 = __this->get_m_Flags_20();
|
|
__this->set_m_Flags_20(((int64_t)((int64_t)L_93&(int64_t)(((int64_t)((int64_t)((int32_t)-8388609)))))));
|
|
goto IL_029c;
|
|
}
|
|
|
|
IL_0289:
|
|
{
|
|
uint64_t L_94 = __this->get_m_Flags_20();
|
|
__this->set_m_Flags_20(((int64_t)((int64_t)L_94|(int64_t)(((int64_t)((int64_t)((int32_t)8388608)))))));
|
|
}
|
|
|
|
IL_029c:
|
|
{
|
|
uint64_t L_95 = __this->get_m_Flags_20();
|
|
__this->set_m_Flags_20(((int64_t)((int64_t)L_95|(int64_t)(((int64_t)((int64_t)((int32_t)520)))))));
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_96 = __this->get_m_Info_21();
|
|
NullCheck(L_96);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_97 = L_96->get_address_of_Offset_3();
|
|
int32_t L_98 = V_2;
|
|
L_97->set_PortValue_3((uint16_t)(((int32_t)((uint16_t)L_98))));
|
|
}
|
|
|
|
IL_02c1:
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_99 = __this->get_m_Info_21();
|
|
String_t* L_100 = V_0;
|
|
NullCheck(L_99);
|
|
L_99->set_Host_0(L_100);
|
|
return;
|
|
}
|
|
}
|
|
// System.String System.Uri::GetParts(System.UriComponents,System.UriFormat)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_GetParts_mF5840DC010E6D420EB5A0722320EDAAEA2D0269F (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, int32_t ___uriParts0, int32_t ___formatAs1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___uriParts0;
|
|
int32_t L_1 = ___formatAs1;
|
|
String_t* L_2 = Uri_GetComponents_m0346CA8037531DE1FC630775E0BD1F5D1E7920B6(__this, L_0, L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.String System.Uri::GetEscapedParts(System.UriComponents)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_GetEscapedParts_m745615124808CB89A18D499988F4425F678938C4 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, int32_t ___uriParts0, const RuntimeMethod* method)
|
|
{
|
|
uint16_t V_0 = 0;
|
|
String_t* V_1 = NULL;
|
|
{
|
|
uint64_t L_0 = __this->get_m_Flags_20();
|
|
V_0 = (uint16_t)(((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)((int32_t)(((int32_t)((uint16_t)L_0)))&(int32_t)((int32_t)16256)))>>(int32_t)6)))));
|
|
bool L_1 = Uri_InFact_m4CE890C86FA34154A044516D2F3C9463389220D7(__this, (((int64_t)((int64_t)1))), /*hidden argument*/NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
{
|
|
uint16_t L_2 = V_0;
|
|
V_0 = (uint16_t)(((int32_t)((uint16_t)((int32_t)((int32_t)L_2|(int32_t)1)))));
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
int32_t L_3 = ___uriParts0;
|
|
if (!((int32_t)((int32_t)L_3&(int32_t)((int32_t)16))))
|
|
{
|
|
goto IL_0072;
|
|
}
|
|
}
|
|
{
|
|
bool L_4 = Uri_InFact_m4CE890C86FA34154A044516D2F3C9463389220D7(__this, (((int64_t)((int64_t)((int32_t)57344)))), /*hidden argument*/NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
uint16_t L_5 = V_0;
|
|
V_0 = (uint16_t)(((int32_t)((uint16_t)((int32_t)((int32_t)L_5|(int32_t)((int32_t)16))))));
|
|
goto IL_0072;
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
bool L_6 = Uri_get_IsDosPath_m89CA4E32381C529502E91872BC89BD18F5419D08(__this, /*hidden argument*/NULL);
|
|
if (!L_6)
|
|
{
|
|
goto IL_0072;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_7 = __this->get_m_String_16();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_8 = __this->get_m_Info_21();
|
|
NullCheck(L_8);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_9 = L_8->get_address_of_Offset_3();
|
|
uint16_t L_10 = L_9->get_Path_4();
|
|
uint16_t L_11 = Uri_get_SecuredPathIndex_mC59A2366D6F3667017F677351C4350C9541905AA(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_7);
|
|
Il2CppChar L_12 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_7, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_11)), (int32_t)1)), /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_12) == ((uint32_t)((int32_t)124)))))
|
|
{
|
|
goto IL_0072;
|
|
}
|
|
}
|
|
{
|
|
uint16_t L_13 = V_0;
|
|
V_0 = (uint16_t)(((int32_t)((uint16_t)((int32_t)((int32_t)L_13|(int32_t)((int32_t)16))))));
|
|
}
|
|
|
|
IL_0072:
|
|
{
|
|
int32_t L_14 = ___uriParts0;
|
|
uint16_t L_15 = V_0;
|
|
if (((int32_t)((int32_t)(((int32_t)((uint16_t)L_14)))&(int32_t)L_15)))
|
|
{
|
|
goto IL_0085;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_16 = ___uriParts0;
|
|
String_t* L_17 = Uri_GetUriPartsFromUserString_m95A7794F28625B6AFD514C08765C27CAAE4BD1B6(__this, L_16, /*hidden argument*/NULL);
|
|
V_1 = L_17;
|
|
String_t* L_18 = V_1;
|
|
if (!L_18)
|
|
{
|
|
goto IL_0085;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_19 = V_1;
|
|
return L_19;
|
|
}
|
|
|
|
IL_0085:
|
|
{
|
|
int32_t L_20 = ___uriParts0;
|
|
uint16_t L_21 = V_0;
|
|
String_t* L_22 = Uri_ReCreateParts_mF50263ABC7D750E939B57BF61FA48A8762144FD7(__this, L_20, L_21, 1, /*hidden argument*/NULL);
|
|
return L_22;
|
|
}
|
|
}
|
|
// System.String System.Uri::GetUnescapedParts(System.UriComponents,System.UriFormat)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_GetUnescapedParts_m051A75B5D2DDAE55F107457CA468EE9A2563FED3 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, int32_t ___uriParts0, int32_t ___formatAs1, const RuntimeMethod* method)
|
|
{
|
|
uint16_t V_0 = 0;
|
|
String_t* V_1 = NULL;
|
|
{
|
|
uint64_t L_0 = __this->get_m_Flags_20();
|
|
V_0 = (uint16_t)(((int32_t)((uint16_t)((int32_t)((int32_t)(((int32_t)((uint16_t)L_0)))&(int32_t)((int32_t)127))))));
|
|
int32_t L_1 = ___uriParts0;
|
|
if (!((int32_t)((int32_t)L_1&(int32_t)((int32_t)16))))
|
|
{
|
|
goto IL_005f;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_2 = __this->get_m_Flags_20();
|
|
if (!((int64_t)((int64_t)L_2&(int64_t)(((int64_t)((int64_t)((int32_t)57344)))))))
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
uint16_t L_3 = V_0;
|
|
V_0 = (uint16_t)(((int32_t)((uint16_t)((int32_t)((int32_t)L_3|(int32_t)((int32_t)16))))));
|
|
goto IL_005f;
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
bool L_4 = Uri_get_IsDosPath_m89CA4E32381C529502E91872BC89BD18F5419D08(__this, /*hidden argument*/NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_005f;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_5 = __this->get_m_String_16();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_6 = __this->get_m_Info_21();
|
|
NullCheck(L_6);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_7 = L_6->get_address_of_Offset_3();
|
|
uint16_t L_8 = L_7->get_Path_4();
|
|
uint16_t L_9 = Uri_get_SecuredPathIndex_mC59A2366D6F3667017F677351C4350C9541905AA(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_5);
|
|
Il2CppChar L_10 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_5, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)L_9)), (int32_t)1)), /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)124)))))
|
|
{
|
|
goto IL_005f;
|
|
}
|
|
}
|
|
{
|
|
uint16_t L_11 = V_0;
|
|
V_0 = (uint16_t)(((int32_t)((uint16_t)((int32_t)((int32_t)L_11|(int32_t)((int32_t)16))))));
|
|
}
|
|
|
|
IL_005f:
|
|
{
|
|
int32_t L_12 = ___uriParts0;
|
|
uint16_t L_13 = V_0;
|
|
if (((int32_t)((int32_t)(((int32_t)((uint16_t)L_12)))&(int32_t)L_13)))
|
|
{
|
|
goto IL_0072;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_14 = ___uriParts0;
|
|
String_t* L_15 = Uri_GetUriPartsFromUserString_m95A7794F28625B6AFD514C08765C27CAAE4BD1B6(__this, L_14, /*hidden argument*/NULL);
|
|
V_1 = L_15;
|
|
String_t* L_16 = V_1;
|
|
if (!L_16)
|
|
{
|
|
goto IL_0072;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_17 = V_1;
|
|
return L_17;
|
|
}
|
|
|
|
IL_0072:
|
|
{
|
|
int32_t L_18 = ___uriParts0;
|
|
uint16_t L_19 = V_0;
|
|
int32_t L_20 = ___formatAs1;
|
|
String_t* L_21 = Uri_ReCreateParts_mF50263ABC7D750E939B57BF61FA48A8762144FD7(__this, L_18, L_19, L_20, /*hidden argument*/NULL);
|
|
return L_21;
|
|
}
|
|
}
|
|
// System.String System.Uri::ReCreateParts(System.UriComponents,System.UInt16,System.UriFormat)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_ReCreateParts_mF50263ABC7D750E939B57BF61FA48A8762144FD7 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, int32_t ___parts0, uint16_t ___nonCanonical1, int32_t ___formatAs2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Uri_ReCreateParts_mF50263ABC7D750E939B57BF61FA48A8762144FD7_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_2 = NULL;
|
|
uint16_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
Il2CppChar* V_5 = NULL;
|
|
String_t* V_6 = NULL;
|
|
bool V_7 = false;
|
|
bool V_8 = false;
|
|
uint16_t V_9 = 0;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
String_t* G_B3_0 = NULL;
|
|
int32_t G_B5_0 = 0;
|
|
int32_t G_B4_0 = 0;
|
|
int32_t G_B6_0 = 0;
|
|
int32_t G_B6_1 = 0;
|
|
int32_t G_B20_0 = 0;
|
|
int32_t G_B20_1 = 0;
|
|
int32_t G_B20_2 = 0;
|
|
int32_t* G_B20_3 = NULL;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* G_B20_4 = NULL;
|
|
int32_t G_B20_5 = 0;
|
|
uint16_t G_B20_6 = 0;
|
|
String_t* G_B20_7 = NULL;
|
|
int32_t G_B19_0 = 0;
|
|
int32_t G_B19_1 = 0;
|
|
int32_t G_B19_2 = 0;
|
|
int32_t* G_B19_3 = NULL;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* G_B19_4 = NULL;
|
|
int32_t G_B19_5 = 0;
|
|
uint16_t G_B19_6 = 0;
|
|
String_t* G_B19_7 = NULL;
|
|
int32_t G_B21_0 = 0;
|
|
int32_t G_B21_1 = 0;
|
|
int32_t G_B21_2 = 0;
|
|
int32_t G_B21_3 = 0;
|
|
int32_t* G_B21_4 = NULL;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* G_B21_5 = NULL;
|
|
int32_t G_B21_6 = 0;
|
|
uint16_t G_B21_7 = 0;
|
|
String_t* G_B21_8 = NULL;
|
|
int32_t G_B37_0 = 0;
|
|
int32_t G_B87_0 = 0;
|
|
int32_t G_B87_1 = 0;
|
|
int32_t G_B87_2 = 0;
|
|
int32_t* G_B87_3 = NULL;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* G_B87_4 = NULL;
|
|
uint16_t G_B87_5 = 0;
|
|
uint16_t G_B87_6 = 0;
|
|
String_t* G_B87_7 = NULL;
|
|
int32_t G_B86_0 = 0;
|
|
int32_t G_B86_1 = 0;
|
|
int32_t G_B86_2 = 0;
|
|
int32_t* G_B86_3 = NULL;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* G_B86_4 = NULL;
|
|
uint16_t G_B86_5 = 0;
|
|
uint16_t G_B86_6 = 0;
|
|
String_t* G_B86_7 = NULL;
|
|
int32_t G_B88_0 = 0;
|
|
int32_t G_B88_1 = 0;
|
|
int32_t G_B88_2 = 0;
|
|
int32_t G_B88_3 = 0;
|
|
int32_t* G_B88_4 = NULL;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* G_B88_5 = NULL;
|
|
uint16_t G_B88_6 = 0;
|
|
uint16_t G_B88_7 = 0;
|
|
String_t* G_B88_8 = NULL;
|
|
int32_t G_B92_0 = 0;
|
|
int32_t G_B92_1 = 0;
|
|
int32_t G_B92_2 = 0;
|
|
int32_t* G_B92_3 = NULL;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* G_B92_4 = NULL;
|
|
uint16_t G_B92_5 = 0;
|
|
uint16_t G_B92_6 = 0;
|
|
String_t* G_B92_7 = NULL;
|
|
int32_t G_B91_0 = 0;
|
|
int32_t G_B91_1 = 0;
|
|
int32_t G_B91_2 = 0;
|
|
int32_t* G_B91_3 = NULL;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* G_B91_4 = NULL;
|
|
uint16_t G_B91_5 = 0;
|
|
uint16_t G_B91_6 = 0;
|
|
String_t* G_B91_7 = NULL;
|
|
int32_t G_B93_0 = 0;
|
|
int32_t G_B93_1 = 0;
|
|
int32_t G_B93_2 = 0;
|
|
int32_t G_B93_3 = 0;
|
|
int32_t* G_B93_4 = NULL;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* G_B93_5 = NULL;
|
|
uint16_t G_B93_6 = 0;
|
|
uint16_t G_B93_7 = 0;
|
|
String_t* G_B93_8 = NULL;
|
|
int32_t G_B107_0 = 0;
|
|
int32_t* G_B107_1 = NULL;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* G_B107_2 = NULL;
|
|
uint16_t G_B107_3 = 0;
|
|
uint16_t G_B107_4 = 0;
|
|
String_t* G_B107_5 = NULL;
|
|
int32_t G_B106_0 = 0;
|
|
int32_t* G_B106_1 = NULL;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* G_B106_2 = NULL;
|
|
uint16_t G_B106_3 = 0;
|
|
uint16_t G_B106_4 = 0;
|
|
String_t* G_B106_5 = NULL;
|
|
int32_t G_B108_0 = 0;
|
|
int32_t G_B108_1 = 0;
|
|
int32_t* G_B108_2 = NULL;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* G_B108_3 = NULL;
|
|
uint16_t G_B108_4 = 0;
|
|
uint16_t G_B108_5 = 0;
|
|
String_t* G_B108_6 = NULL;
|
|
int32_t G_B112_0 = 0;
|
|
int32_t G_B112_1 = 0;
|
|
int32_t G_B112_2 = 0;
|
|
int32_t* G_B112_3 = NULL;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* G_B112_4 = NULL;
|
|
uint16_t G_B112_5 = 0;
|
|
uint16_t G_B112_6 = 0;
|
|
String_t* G_B112_7 = NULL;
|
|
int32_t G_B111_0 = 0;
|
|
int32_t G_B111_1 = 0;
|
|
int32_t G_B111_2 = 0;
|
|
int32_t* G_B111_3 = NULL;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* G_B111_4 = NULL;
|
|
uint16_t G_B111_5 = 0;
|
|
uint16_t G_B111_6 = 0;
|
|
String_t* G_B111_7 = NULL;
|
|
int32_t G_B113_0 = 0;
|
|
int32_t G_B113_1 = 0;
|
|
int32_t G_B113_2 = 0;
|
|
int32_t G_B113_3 = 0;
|
|
int32_t* G_B113_4 = NULL;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* G_B113_5 = NULL;
|
|
uint16_t G_B113_6 = 0;
|
|
uint16_t G_B113_7 = 0;
|
|
String_t* G_B113_8 = NULL;
|
|
int32_t G_B117_0 = 0;
|
|
int32_t G_B117_1 = 0;
|
|
int32_t G_B117_2 = 0;
|
|
int32_t* G_B117_3 = NULL;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* G_B117_4 = NULL;
|
|
uint16_t G_B117_5 = 0;
|
|
uint16_t G_B117_6 = 0;
|
|
String_t* G_B117_7 = NULL;
|
|
int32_t G_B116_0 = 0;
|
|
int32_t G_B116_1 = 0;
|
|
int32_t G_B116_2 = 0;
|
|
int32_t* G_B116_3 = NULL;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* G_B116_4 = NULL;
|
|
uint16_t G_B116_5 = 0;
|
|
uint16_t G_B116_6 = 0;
|
|
String_t* G_B116_7 = NULL;
|
|
int32_t G_B118_0 = 0;
|
|
int32_t G_B118_1 = 0;
|
|
int32_t G_B118_2 = 0;
|
|
int32_t G_B118_3 = 0;
|
|
int32_t* G_B118_4 = NULL;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* G_B118_5 = NULL;
|
|
uint16_t G_B118_6 = 0;
|
|
uint16_t G_B118_7 = 0;
|
|
String_t* G_B118_8 = NULL;
|
|
{
|
|
Uri_EnsureHostString_m4BD63AA5A88CA09572A8A7CF3B2EDDE17EF9C720(__this, (bool)0, /*hidden argument*/NULL);
|
|
int32_t L_0 = ___parts0;
|
|
if (!((int32_t)((int32_t)L_0&(int32_t)4)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_1 = __this->get_m_Info_21();
|
|
NullCheck(L_1);
|
|
String_t* L_2 = L_1->get_Host_0();
|
|
G_B3_0 = L_2;
|
|
goto IL_001e;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
G_B3_0 = L_3;
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
V_0 = G_B3_0;
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_4 = __this->get_m_Info_21();
|
|
NullCheck(L_4);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_5 = L_4->get_address_of_Offset_3();
|
|
uint16_t L_6 = L_5->get_End_7();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_7 = __this->get_m_Info_21();
|
|
NullCheck(L_7);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_8 = L_7->get_address_of_Offset_3();
|
|
uint16_t L_9 = L_8->get_User_1();
|
|
int32_t L_10 = ___formatAs2;
|
|
G_B4_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_9));
|
|
if ((((int32_t)L_10) == ((int32_t)1)))
|
|
{
|
|
G_B5_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_9));
|
|
goto IL_0047;
|
|
}
|
|
}
|
|
{
|
|
G_B6_0 = 1;
|
|
G_B6_1 = G_B4_0;
|
|
goto IL_0049;
|
|
}
|
|
|
|
IL_0047:
|
|
{
|
|
G_B6_0 = ((int32_t)12);
|
|
G_B6_1 = G_B5_0;
|
|
}
|
|
|
|
IL_0049:
|
|
{
|
|
V_1 = ((int32_t)il2cpp_codegen_multiply((int32_t)G_B6_1, (int32_t)G_B6_0));
|
|
String_t* L_11 = V_0;
|
|
NullCheck(L_11);
|
|
int32_t L_12 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_11, /*hidden argument*/NULL);
|
|
int32_t L_13 = V_1;
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_14 = __this->get_m_Syntax_18();
|
|
NullCheck(L_14);
|
|
String_t* L_15 = UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1_inline(L_14, /*hidden argument*/NULL);
|
|
NullCheck(L_15);
|
|
int32_t L_16 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_15, /*hidden argument*/NULL);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_17 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)L_13)), (int32_t)L_16)), (int32_t)3)), (int32_t)1)));
|
|
V_2 = L_17;
|
|
V_1 = 0;
|
|
int32_t L_18 = ___parts0;
|
|
if (!((int32_t)((int32_t)L_18&(int32_t)1)))
|
|
{
|
|
goto IL_00d8;
|
|
}
|
|
}
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_19 = __this->get_m_Syntax_18();
|
|
NullCheck(L_19);
|
|
String_t* L_20 = UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1_inline(L_19, /*hidden argument*/NULL);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_21 = V_2;
|
|
int32_t L_22 = V_1;
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_23 = __this->get_m_Syntax_18();
|
|
NullCheck(L_23);
|
|
String_t* L_24 = UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1_inline(L_23, /*hidden argument*/NULL);
|
|
NullCheck(L_24);
|
|
int32_t L_25 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_24, /*hidden argument*/NULL);
|
|
NullCheck(L_20);
|
|
String_CopyTo_m054B8FF2ACBBA74F60199D98259E88395EAD3661(L_20, 0, L_21, L_22, L_25, /*hidden argument*/NULL);
|
|
int32_t L_26 = V_1;
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_27 = __this->get_m_Syntax_18();
|
|
NullCheck(L_27);
|
|
String_t* L_28 = UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1_inline(L_27, /*hidden argument*/NULL);
|
|
NullCheck(L_28);
|
|
int32_t L_29 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_28, /*hidden argument*/NULL);
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)L_29));
|
|
int32_t L_30 = ___parts0;
|
|
if ((((int32_t)L_30) == ((int32_t)1)))
|
|
{
|
|
goto IL_00d8;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_31 = V_2;
|
|
int32_t L_32 = V_1;
|
|
int32_t L_33 = L_32;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1));
|
|
NullCheck(L_31);
|
|
(L_31)->SetAt(static_cast<il2cpp_array_size_t>(L_33), (Il2CppChar)((int32_t)58));
|
|
bool L_34 = Uri_InFact_m4CE890C86FA34154A044516D2F3C9463389220D7(__this, (((int64_t)((int64_t)((int32_t)1048576)))), /*hidden argument*/NULL);
|
|
if (!L_34)
|
|
{
|
|
goto IL_00d8;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_35 = V_2;
|
|
int32_t L_36 = V_1;
|
|
int32_t L_37 = L_36;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1));
|
|
NullCheck(L_35);
|
|
(L_35)->SetAt(static_cast<il2cpp_array_size_t>(L_37), (Il2CppChar)((int32_t)47));
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_38 = V_2;
|
|
int32_t L_39 = V_1;
|
|
int32_t L_40 = L_39;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1));
|
|
NullCheck(L_38);
|
|
(L_38)->SetAt(static_cast<il2cpp_array_size_t>(L_40), (Il2CppChar)((int32_t)47));
|
|
}
|
|
|
|
IL_00d8:
|
|
{
|
|
int32_t L_41 = ___parts0;
|
|
if (!((int32_t)((int32_t)L_41&(int32_t)2)))
|
|
{
|
|
goto IL_030f;
|
|
}
|
|
}
|
|
{
|
|
bool L_42 = Uri_InFact_m4CE890C86FA34154A044516D2F3C9463389220D7(__this, (((int64_t)((int64_t)((int32_t)2097152)))), /*hidden argument*/NULL);
|
|
if (!L_42)
|
|
{
|
|
goto IL_030f;
|
|
}
|
|
}
|
|
{
|
|
uint16_t L_43 = ___nonCanonical1;
|
|
if (!((int32_t)((int32_t)L_43&(int32_t)2)))
|
|
{
|
|
goto IL_02c1;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_44 = ___formatAs2;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_44, (int32_t)1)))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0112;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_022d;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_01cf;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_0279;
|
|
}
|
|
|
|
IL_0112:
|
|
{
|
|
bool L_45 = Uri_NotAny_mC5DC04B72B13D2997B055B9E41FCFEEC1CE5263D(__this, (((int64_t)((int64_t)((int32_t)524288)))), /*hidden argument*/NULL);
|
|
if (!L_45)
|
|
{
|
|
goto IL_015b;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_46 = __this->get_m_String_16();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_47 = __this->get_m_Info_21();
|
|
NullCheck(L_47);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_48 = L_47->get_address_of_Offset_3();
|
|
uint16_t L_49 = L_48->get_User_1();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_50 = __this->get_m_Info_21();
|
|
NullCheck(L_50);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_51 = L_50->get_address_of_Offset_3();
|
|
uint16_t L_52 = L_51->get_Host_2();
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_53 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tA44F3057604BAA4E6EF06A8EE4E6825D471592DF_il2cpp_TypeInfo_var);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_54 = UriHelper_EscapeString_mF0077A016F05127923308DF7E7E99BD7B9837E8B(L_46, L_49, L_52, L_53, (int32_t*)(&V_1), (bool)1, ((int32_t)63), ((int32_t)35), ((int32_t)37), /*hidden argument*/NULL);
|
|
V_2 = L_54;
|
|
goto IL_0307;
|
|
}
|
|
|
|
IL_015b:
|
|
{
|
|
Uri_InFact_m4CE890C86FA34154A044516D2F3C9463389220D7(__this, (((int64_t)((int64_t)((int32_t)128)))), /*hidden argument*/NULL);
|
|
String_t* L_55 = __this->get_m_String_16();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_56 = __this->get_m_Info_21();
|
|
NullCheck(L_56);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_57 = L_56->get_address_of_Offset_3();
|
|
uint16_t L_58 = L_57->get_User_1();
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_59 = V_2;
|
|
int32_t L_60 = V_1;
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_61 = __this->get_m_Info_21();
|
|
NullCheck(L_61);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_62 = L_61->get_address_of_Offset_3();
|
|
uint16_t L_63 = L_62->get_Host_2();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_64 = __this->get_m_Info_21();
|
|
NullCheck(L_64);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_65 = L_64->get_address_of_Offset_3();
|
|
uint16_t L_66 = L_65->get_User_1();
|
|
NullCheck(L_55);
|
|
String_CopyTo_m054B8FF2ACBBA74F60199D98259E88395EAD3661(L_55, L_58, L_59, L_60, ((int32_t)il2cpp_codegen_subtract((int32_t)L_63, (int32_t)L_66)), /*hidden argument*/NULL);
|
|
int32_t L_67 = V_1;
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_68 = __this->get_m_Info_21();
|
|
NullCheck(L_68);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_69 = L_68->get_address_of_Offset_3();
|
|
uint16_t L_70 = L_69->get_Host_2();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_71 = __this->get_m_Info_21();
|
|
NullCheck(L_71);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_72 = L_71->get_address_of_Offset_3();
|
|
uint16_t L_73 = L_72->get_User_1();
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_67, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_70, (int32_t)L_73))));
|
|
goto IL_0307;
|
|
}
|
|
|
|
IL_01cf:
|
|
{
|
|
String_t* L_74 = __this->get_m_String_16();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_75 = __this->get_m_Info_21();
|
|
NullCheck(L_75);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_76 = L_75->get_address_of_Offset_3();
|
|
uint16_t L_77 = L_76->get_User_1();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_78 = __this->get_m_Info_21();
|
|
NullCheck(L_78);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_79 = L_78->get_address_of_Offset_3();
|
|
uint16_t L_80 = L_79->get_Host_2();
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_81 = V_2;
|
|
bool L_82 = Uri_InFact_m4CE890C86FA34154A044516D2F3C9463389220D7(__this, (((int64_t)((int64_t)((int32_t)524288)))), /*hidden argument*/NULL);
|
|
G_B19_0 = ((int32_t)92);
|
|
G_B19_1 = ((int32_t)47);
|
|
G_B19_2 = ((int32_t)64);
|
|
G_B19_3 = (&V_1);
|
|
G_B19_4 = L_81;
|
|
G_B19_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_80, (int32_t)1));
|
|
G_B19_6 = L_77;
|
|
G_B19_7 = L_74;
|
|
if (L_82)
|
|
{
|
|
G_B20_0 = ((int32_t)92);
|
|
G_B20_1 = ((int32_t)47);
|
|
G_B20_2 = ((int32_t)64);
|
|
G_B20_3 = (&V_1);
|
|
G_B20_4 = L_81;
|
|
G_B20_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_80, (int32_t)1));
|
|
G_B20_6 = L_77;
|
|
G_B20_7 = L_74;
|
|
goto IL_0211;
|
|
}
|
|
}
|
|
{
|
|
G_B21_0 = 3;
|
|
G_B21_1 = G_B19_0;
|
|
G_B21_2 = G_B19_1;
|
|
G_B21_3 = G_B19_2;
|
|
G_B21_4 = G_B19_3;
|
|
G_B21_5 = G_B19_4;
|
|
G_B21_6 = G_B19_5;
|
|
G_B21_7 = G_B19_6;
|
|
G_B21_8 = G_B19_7;
|
|
goto IL_0212;
|
|
}
|
|
|
|
IL_0211:
|
|
{
|
|
G_B21_0 = 2;
|
|
G_B21_1 = G_B20_0;
|
|
G_B21_2 = G_B20_1;
|
|
G_B21_3 = G_B20_2;
|
|
G_B21_4 = G_B20_3;
|
|
G_B21_5 = G_B20_4;
|
|
G_B21_6 = G_B20_5;
|
|
G_B21_7 = G_B20_6;
|
|
G_B21_8 = G_B20_7;
|
|
}
|
|
|
|
IL_0212:
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_83 = __this->get_m_Syntax_18();
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tA44F3057604BAA4E6EF06A8EE4E6825D471592DF_il2cpp_TypeInfo_var);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_84 = UriHelper_UnescapeString_mC172F713349E3D22985A92BC4F5B51D0BCEE61AF(G_B21_8, G_B21_7, G_B21_6, G_B21_5, (int32_t*)G_B21_4, G_B21_3, G_B21_2, G_B21_1, G_B21_0, L_83, (bool)0, /*hidden argument*/NULL);
|
|
V_2 = L_84;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_85 = V_2;
|
|
int32_t L_86 = V_1;
|
|
int32_t L_87 = L_86;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_87, (int32_t)1));
|
|
NullCheck(L_85);
|
|
(L_85)->SetAt(static_cast<il2cpp_array_size_t>(L_87), (Il2CppChar)((int32_t)64));
|
|
goto IL_0307;
|
|
}
|
|
|
|
IL_022d:
|
|
{
|
|
String_t* L_88 = __this->get_m_String_16();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_89 = __this->get_m_Info_21();
|
|
NullCheck(L_89);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_90 = L_89->get_address_of_Offset_3();
|
|
uint16_t L_91 = L_90->get_User_1();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_92 = __this->get_m_Info_21();
|
|
NullCheck(L_92);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_93 = L_92->get_address_of_Offset_3();
|
|
uint16_t L_94 = L_93->get_Host_2();
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_95 = V_2;
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_96 = __this->get_m_Syntax_18();
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tA44F3057604BAA4E6EF06A8EE4E6825D471592DF_il2cpp_TypeInfo_var);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_97 = UriHelper_UnescapeString_mC172F713349E3D22985A92BC4F5B51D0BCEE61AF(L_88, L_91, L_94, L_95, (int32_t*)(&V_1), ((int32_t)65535), ((int32_t)65535), ((int32_t)65535), ((int32_t)10), L_96, (bool)0, /*hidden argument*/NULL);
|
|
V_2 = L_97;
|
|
goto IL_0307;
|
|
}
|
|
|
|
IL_0279:
|
|
{
|
|
String_t* L_98 = __this->get_m_String_16();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_99 = __this->get_m_Info_21();
|
|
NullCheck(L_99);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_100 = L_99->get_address_of_Offset_3();
|
|
uint16_t L_101 = L_100->get_User_1();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_102 = __this->get_m_Info_21();
|
|
NullCheck(L_102);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_103 = L_102->get_address_of_Offset_3();
|
|
uint16_t L_104 = L_103->get_Host_2();
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_105 = V_2;
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_106 = __this->get_m_Syntax_18();
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tA44F3057604BAA4E6EF06A8EE4E6825D471592DF_il2cpp_TypeInfo_var);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_107 = UriHelper_UnescapeString_mC172F713349E3D22985A92BC4F5B51D0BCEE61AF(L_98, L_101, L_104, L_105, (int32_t*)(&V_1), ((int32_t)65535), ((int32_t)65535), ((int32_t)65535), 0, L_106, (bool)0, /*hidden argument*/NULL);
|
|
V_2 = L_107;
|
|
goto IL_0307;
|
|
}
|
|
|
|
IL_02c1:
|
|
{
|
|
String_t* L_108 = __this->get_m_String_16();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_109 = __this->get_m_Info_21();
|
|
NullCheck(L_109);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_110 = L_109->get_address_of_Offset_3();
|
|
uint16_t L_111 = L_110->get_User_1();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_112 = __this->get_m_Info_21();
|
|
NullCheck(L_112);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_113 = L_112->get_address_of_Offset_3();
|
|
uint16_t L_114 = L_113->get_Host_2();
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_115 = V_2;
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_116 = __this->get_m_Syntax_18();
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tA44F3057604BAA4E6EF06A8EE4E6825D471592DF_il2cpp_TypeInfo_var);
|
|
UriHelper_UnescapeString_mC172F713349E3D22985A92BC4F5B51D0BCEE61AF(L_108, L_111, L_114, L_115, (int32_t*)(&V_1), ((int32_t)65535), ((int32_t)65535), ((int32_t)65535), 0, L_116, (bool)0, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0307:
|
|
{
|
|
int32_t L_117 = ___parts0;
|
|
if ((!(((uint32_t)L_117) == ((uint32_t)2))))
|
|
{
|
|
goto IL_030f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_118 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_118, (int32_t)1));
|
|
}
|
|
|
|
IL_030f:
|
|
{
|
|
int32_t L_119 = ___parts0;
|
|
if (!((int32_t)((int32_t)L_119&(int32_t)4)))
|
|
{
|
|
goto IL_041d;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_120 = V_0;
|
|
NullCheck(L_120);
|
|
int32_t L_121 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_120, /*hidden argument*/NULL);
|
|
if (!L_121)
|
|
{
|
|
goto IL_041d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_122 = ___formatAs2;
|
|
if ((((int32_t)L_122) == ((int32_t)1)))
|
|
{
|
|
goto IL_0357;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_123 = Uri_get_HostType_mBB4EE8652EA19E2FB8C696302D5EBE82F358EC90(__this, /*hidden argument*/NULL);
|
|
if ((!(((uint64_t)L_123) == ((uint64_t)(((int64_t)((int64_t)((int32_t)327680))))))))
|
|
{
|
|
goto IL_0357;
|
|
}
|
|
}
|
|
{
|
|
uint16_t L_124 = ___nonCanonical1;
|
|
if (!((int32_t)((int32_t)L_124&(int32_t)4)))
|
|
{
|
|
goto IL_0357;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_125 = ___formatAs2;
|
|
if ((((int32_t)L_125) == ((int32_t)2)))
|
|
{
|
|
goto IL_0351;
|
|
}
|
|
}
|
|
{
|
|
bool L_126 = Uri_InFact_m4CE890C86FA34154A044516D2F3C9463389220D7(__this, (((int64_t)((int64_t)((int32_t)524288)))), /*hidden argument*/NULL);
|
|
if (L_126)
|
|
{
|
|
goto IL_034e;
|
|
}
|
|
}
|
|
{
|
|
G_B37_0 = 3;
|
|
goto IL_0353;
|
|
}
|
|
|
|
IL_034e:
|
|
{
|
|
G_B37_0 = 2;
|
|
goto IL_0353;
|
|
}
|
|
|
|
IL_0351:
|
|
{
|
|
G_B37_0 = ((int32_t)10);
|
|
}
|
|
|
|
IL_0353:
|
|
{
|
|
V_4 = G_B37_0;
|
|
goto IL_035a;
|
|
}
|
|
|
|
IL_0357:
|
|
{
|
|
V_4 = 0;
|
|
}
|
|
|
|
IL_035a:
|
|
{
|
|
int32_t L_127 = ___parts0;
|
|
if (!((int32_t)((int32_t)L_127&(int32_t)((int32_t)256))))
|
|
{
|
|
goto IL_039a;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_128 = V_0;
|
|
V_6 = L_128;
|
|
String_t* L_129 = V_6;
|
|
V_5 = (Il2CppChar*)(((uintptr_t)L_129));
|
|
Il2CppChar* L_130 = V_5;
|
|
if (!L_130)
|
|
{
|
|
goto IL_0379;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_131 = V_5;
|
|
int32_t L_132 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL);
|
|
V_5 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_131, (int32_t)L_132));
|
|
}
|
|
|
|
IL_0379:
|
|
{
|
|
V_7 = (bool)0;
|
|
V_8 = (bool)0;
|
|
}
|
|
|
|
IL_037f:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
Il2CppChar* L_133 = V_5;
|
|
String_t* L_134 = V_0;
|
|
NullCheck(L_134);
|
|
int32_t L_135 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_134, /*hidden argument*/NULL);
|
|
String_t* L_136 = DomainNameHelper_UnicodeEquivalent_mD5A7A659B82F1FBF7ABF30009117CFBF8BC4D55F((Il2CppChar*)(Il2CppChar*)L_133, 0, L_135, (bool*)(&V_7), (bool*)(&V_8), /*hidden argument*/NULL);
|
|
V_0 = L_136;
|
|
goto IL_0397;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0394;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0394:
|
|
{ // begin catch(System.UriFormatException)
|
|
goto IL_0397;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0397:
|
|
{
|
|
V_6 = (String_t*)NULL;
|
|
}
|
|
|
|
IL_039a:
|
|
{
|
|
String_t* L_137 = V_0;
|
|
String_t* L_138 = V_0;
|
|
NullCheck(L_138);
|
|
int32_t L_139 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_138, /*hidden argument*/NULL);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_140 = V_2;
|
|
int32_t L_141 = V_4;
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_142 = __this->get_m_Syntax_18();
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tA44F3057604BAA4E6EF06A8EE4E6825D471592DF_il2cpp_TypeInfo_var);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_143 = UriHelper_UnescapeString_mC172F713349E3D22985A92BC4F5B51D0BCEE61AF(L_137, 0, L_139, L_140, (int32_t*)(&V_1), ((int32_t)47), ((int32_t)63), ((int32_t)35), L_141, L_142, (bool)0, /*hidden argument*/NULL);
|
|
V_2 = L_143;
|
|
int32_t L_144 = ___parts0;
|
|
if (!((int32_t)((int32_t)L_144&(int32_t)((int32_t)-2147483648LL))))
|
|
{
|
|
goto IL_041d;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_145 = Uri_get_HostType_mBB4EE8652EA19E2FB8C696302D5EBE82F358EC90(__this, /*hidden argument*/NULL);
|
|
if ((!(((uint64_t)L_145) == ((uint64_t)(((int64_t)((int64_t)((int32_t)65536))))))))
|
|
{
|
|
goto IL_041d;
|
|
}
|
|
}
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_146 = __this->get_m_Info_21();
|
|
NullCheck(L_146);
|
|
String_t* L_147 = L_146->get_ScopeId_1();
|
|
if (!L_147)
|
|
{
|
|
goto IL_041d;
|
|
}
|
|
}
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_148 = __this->get_m_Info_21();
|
|
NullCheck(L_148);
|
|
String_t* L_149 = L_148->get_ScopeId_1();
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_150 = V_2;
|
|
int32_t L_151 = V_1;
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_152 = __this->get_m_Info_21();
|
|
NullCheck(L_152);
|
|
String_t* L_153 = L_152->get_ScopeId_1();
|
|
NullCheck(L_153);
|
|
int32_t L_154 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_153, /*hidden argument*/NULL);
|
|
NullCheck(L_149);
|
|
String_CopyTo_m054B8FF2ACBBA74F60199D98259E88395EAD3661(L_149, 0, L_150, ((int32_t)il2cpp_codegen_subtract((int32_t)L_151, (int32_t)1)), L_154, /*hidden argument*/NULL);
|
|
int32_t L_155 = V_1;
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_156 = __this->get_m_Info_21();
|
|
NullCheck(L_156);
|
|
String_t* L_157 = L_156->get_ScopeId_1();
|
|
NullCheck(L_157);
|
|
int32_t L_158 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_157, /*hidden argument*/NULL);
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_155, (int32_t)L_158));
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_159 = V_2;
|
|
int32_t L_160 = V_1;
|
|
NullCheck(L_159);
|
|
(L_159)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract((int32_t)L_160, (int32_t)1))), (Il2CppChar)((int32_t)93));
|
|
}
|
|
|
|
IL_041d:
|
|
{
|
|
int32_t L_161 = ___parts0;
|
|
if (!((int32_t)((int32_t)L_161&(int32_t)8)))
|
|
{
|
|
goto IL_055d;
|
|
}
|
|
}
|
|
{
|
|
uint16_t L_162 = ___nonCanonical1;
|
|
if (((int32_t)((int32_t)L_162&(int32_t)8)))
|
|
{
|
|
goto IL_04fc;
|
|
}
|
|
}
|
|
{
|
|
bool L_163 = Uri_InFact_m4CE890C86FA34154A044516D2F3C9463389220D7(__this, (((int64_t)((int64_t)((int32_t)8388608)))), /*hidden argument*/NULL);
|
|
if (!L_163)
|
|
{
|
|
goto IL_04a1;
|
|
}
|
|
}
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_164 = __this->get_m_Info_21();
|
|
NullCheck(L_164);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_165 = L_164->get_address_of_Offset_3();
|
|
uint16_t L_166 = L_165->get_Path_4();
|
|
V_9 = L_166;
|
|
}
|
|
|
|
IL_044d:
|
|
{
|
|
String_t* L_167 = __this->get_m_String_16();
|
|
uint16_t L_168 = V_9;
|
|
int32_t L_169 = (((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_168, (int32_t)1)))));
|
|
V_9 = (uint16_t)L_169;
|
|
NullCheck(L_167);
|
|
Il2CppChar L_170 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_167, L_169, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_170) == ((uint32_t)((int32_t)58)))))
|
|
{
|
|
goto IL_044d;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_171 = __this->get_m_String_16();
|
|
uint16_t L_172 = V_9;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_173 = V_2;
|
|
int32_t L_174 = V_1;
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_175 = __this->get_m_Info_21();
|
|
NullCheck(L_175);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_176 = L_175->get_address_of_Offset_3();
|
|
uint16_t L_177 = L_176->get_Path_4();
|
|
uint16_t L_178 = V_9;
|
|
NullCheck(L_171);
|
|
String_CopyTo_m054B8FF2ACBBA74F60199D98259E88395EAD3661(L_171, L_172, L_173, L_174, ((int32_t)il2cpp_codegen_subtract((int32_t)L_177, (int32_t)L_178)), /*hidden argument*/NULL);
|
|
int32_t L_179 = V_1;
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_180 = __this->get_m_Info_21();
|
|
NullCheck(L_180);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_181 = L_180->get_address_of_Offset_3();
|
|
uint16_t L_182 = L_181->get_Path_4();
|
|
uint16_t L_183 = V_9;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_179, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_182, (int32_t)L_183))));
|
|
goto IL_055d;
|
|
}
|
|
|
|
IL_04a1:
|
|
{
|
|
int32_t L_184 = ___parts0;
|
|
if (!((int32_t)((int32_t)L_184&(int32_t)((int32_t)128))))
|
|
{
|
|
goto IL_055d;
|
|
}
|
|
}
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_185 = __this->get_m_Syntax_18();
|
|
NullCheck(L_185);
|
|
int32_t L_186 = UriParser_get_DefaultPort_m050510870CCD4DD08DF7E98E2AF3D616446AD99D_inline(L_185, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_186) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_055d;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_187 = V_2;
|
|
int32_t L_188 = V_1;
|
|
int32_t L_189 = L_188;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_189, (int32_t)1));
|
|
NullCheck(L_187);
|
|
(L_187)->SetAt(static_cast<il2cpp_array_size_t>(L_189), (Il2CppChar)((int32_t)58));
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_190 = __this->get_m_Info_21();
|
|
NullCheck(L_190);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_191 = L_190->get_address_of_Offset_3();
|
|
uint16_t* L_192 = L_191->get_address_of_PortValue_3();
|
|
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_193 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
|
|
String_t* L_194 = UInt16_ToString_m50316C445AD23CCA40AA52A381C5E06A3786F12A((uint16_t*)L_192, L_193, /*hidden argument*/NULL);
|
|
V_0 = L_194;
|
|
String_t* L_195 = V_0;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_196 = V_2;
|
|
int32_t L_197 = V_1;
|
|
String_t* L_198 = V_0;
|
|
NullCheck(L_198);
|
|
int32_t L_199 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_198, /*hidden argument*/NULL);
|
|
NullCheck(L_195);
|
|
String_CopyTo_m054B8FF2ACBBA74F60199D98259E88395EAD3661(L_195, 0, L_196, L_197, L_199, /*hidden argument*/NULL);
|
|
int32_t L_200 = V_1;
|
|
String_t* L_201 = V_0;
|
|
NullCheck(L_201);
|
|
int32_t L_202 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_201, /*hidden argument*/NULL);
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_200, (int32_t)L_202));
|
|
goto IL_055d;
|
|
}
|
|
|
|
IL_04fc:
|
|
{
|
|
bool L_203 = Uri_InFact_m4CE890C86FA34154A044516D2F3C9463389220D7(__this, (((int64_t)((int64_t)((int32_t)8388608)))), /*hidden argument*/NULL);
|
|
if (L_203)
|
|
{
|
|
goto IL_0521;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_204 = ___parts0;
|
|
if (!((int32_t)((int32_t)L_204&(int32_t)((int32_t)128))))
|
|
{
|
|
goto IL_055d;
|
|
}
|
|
}
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_205 = __this->get_m_Syntax_18();
|
|
NullCheck(L_205);
|
|
int32_t L_206 = UriParser_get_DefaultPort_m050510870CCD4DD08DF7E98E2AF3D616446AD99D_inline(L_205, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_206) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_055d;
|
|
}
|
|
}
|
|
|
|
IL_0521:
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_207 = V_2;
|
|
int32_t L_208 = V_1;
|
|
int32_t L_209 = L_208;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_209, (int32_t)1));
|
|
NullCheck(L_207);
|
|
(L_207)->SetAt(static_cast<il2cpp_array_size_t>(L_209), (Il2CppChar)((int32_t)58));
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_210 = __this->get_m_Info_21();
|
|
NullCheck(L_210);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_211 = L_210->get_address_of_Offset_3();
|
|
uint16_t* L_212 = L_211->get_address_of_PortValue_3();
|
|
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_213 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
|
|
String_t* L_214 = UInt16_ToString_m50316C445AD23CCA40AA52A381C5E06A3786F12A((uint16_t*)L_212, L_213, /*hidden argument*/NULL);
|
|
V_0 = L_214;
|
|
String_t* L_215 = V_0;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_216 = V_2;
|
|
int32_t L_217 = V_1;
|
|
String_t* L_218 = V_0;
|
|
NullCheck(L_218);
|
|
int32_t L_219 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_218, /*hidden argument*/NULL);
|
|
NullCheck(L_215);
|
|
String_CopyTo_m054B8FF2ACBBA74F60199D98259E88395EAD3661(L_215, 0, L_216, L_217, L_219, /*hidden argument*/NULL);
|
|
int32_t L_220 = V_1;
|
|
String_t* L_221 = V_0;
|
|
NullCheck(L_221);
|
|
int32_t L_222 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_221, /*hidden argument*/NULL);
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_220, (int32_t)L_222));
|
|
}
|
|
|
|
IL_055d:
|
|
{
|
|
int32_t L_223 = ___parts0;
|
|
if (!((int32_t)((int32_t)L_223&(int32_t)((int32_t)16))))
|
|
{
|
|
goto IL_05a7;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_224 = V_2;
|
|
int32_t L_225 = ___formatAs2;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_226 = Uri_GetCanonicalPath_mDE02BFA56EDD09479DDB2A5A50F6DF5210CA73F2(__this, L_224, (int32_t*)(&V_1), L_225, /*hidden argument*/NULL);
|
|
V_2 = L_226;
|
|
int32_t L_227 = ___parts0;
|
|
if ((!(((uint32_t)L_227) == ((uint32_t)((int32_t)16)))))
|
|
{
|
|
goto IL_05a7;
|
|
}
|
|
}
|
|
{
|
|
bool L_228 = Uri_InFact_m4CE890C86FA34154A044516D2F3C9463389220D7(__this, (((int64_t)((int64_t)((int32_t)1048576)))), /*hidden argument*/NULL);
|
|
if (!L_228)
|
|
{
|
|
goto IL_0593;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_229 = V_1;
|
|
if (!L_229)
|
|
{
|
|
goto IL_0593;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_230 = V_2;
|
|
NullCheck(L_230);
|
|
int32_t L_231 = 0;
|
|
uint16_t L_232 = (uint16_t)(L_230)->GetAt(static_cast<il2cpp_array_size_t>(L_231));
|
|
if ((!(((uint32_t)L_232) == ((uint32_t)((int32_t)47)))))
|
|
{
|
|
goto IL_0593;
|
|
}
|
|
}
|
|
{
|
|
V_3 = (uint16_t)1;
|
|
int32_t L_233 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_233, (int32_t)1));
|
|
goto IL_0595;
|
|
}
|
|
|
|
IL_0593:
|
|
{
|
|
V_3 = (uint16_t)0;
|
|
}
|
|
|
|
IL_0595:
|
|
{
|
|
int32_t L_234 = V_1;
|
|
if (!L_234)
|
|
{
|
|
goto IL_05a1;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_235 = V_2;
|
|
uint16_t L_236 = V_3;
|
|
int32_t L_237 = V_1;
|
|
String_t* L_238 = String_CreateString_mC7FB167C0D5B97F7EF502AF54399C61DD5B87509(NULL, L_235, L_236, L_237, /*hidden argument*/NULL);
|
|
return L_238;
|
|
}
|
|
|
|
IL_05a1:
|
|
{
|
|
String_t* L_239 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
return L_239;
|
|
}
|
|
|
|
IL_05a7:
|
|
{
|
|
int32_t L_240 = ___parts0;
|
|
if (!((int32_t)((int32_t)L_240&(int32_t)((int32_t)32))))
|
|
{
|
|
goto IL_0792;
|
|
}
|
|
}
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_241 = __this->get_m_Info_21();
|
|
NullCheck(L_241);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_242 = L_241->get_address_of_Offset_3();
|
|
uint16_t L_243 = L_242->get_Query_5();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_244 = __this->get_m_Info_21();
|
|
NullCheck(L_244);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_245 = L_244->get_address_of_Offset_3();
|
|
uint16_t L_246 = L_245->get_Fragment_6();
|
|
if ((((int32_t)L_243) >= ((int32_t)L_246)))
|
|
{
|
|
goto IL_0792;
|
|
}
|
|
}
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_247 = __this->get_m_Info_21();
|
|
NullCheck(L_247);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_248 = L_247->get_address_of_Offset_3();
|
|
uint16_t L_249 = L_248->get_Query_5();
|
|
V_3 = (uint16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_249, (int32_t)1)))));
|
|
int32_t L_250 = ___parts0;
|
|
if ((((int32_t)L_250) == ((int32_t)((int32_t)32))))
|
|
{
|
|
goto IL_05f7;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_251 = V_2;
|
|
int32_t L_252 = V_1;
|
|
int32_t L_253 = L_252;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_253, (int32_t)1));
|
|
NullCheck(L_251);
|
|
(L_251)->SetAt(static_cast<il2cpp_array_size_t>(L_253), (Il2CppChar)((int32_t)63));
|
|
}
|
|
|
|
IL_05f7:
|
|
{
|
|
uint16_t L_254 = ___nonCanonical1;
|
|
if (!((int32_t)((int32_t)L_254&(int32_t)((int32_t)32))))
|
|
{
|
|
goto IL_075b;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_255 = ___formatAs2;
|
|
if ((((int32_t)L_255) == ((int32_t)1)))
|
|
{
|
|
goto IL_0618;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_256 = ___formatAs2;
|
|
if ((((int32_t)L_256) == ((int32_t)2)))
|
|
{
|
|
goto IL_06dd;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_257 = ___formatAs2;
|
|
if ((((int32_t)L_257) == ((int32_t)((int32_t)32767))))
|
|
{
|
|
goto IL_0691;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0714;
|
|
}
|
|
|
|
IL_0618:
|
|
{
|
|
bool L_258 = Uri_NotAny_mC5DC04B72B13D2997B055B9E41FCFEEC1CE5263D(__this, (((int64_t)((int64_t)((int32_t)524288)))), /*hidden argument*/NULL);
|
|
if (!L_258)
|
|
{
|
|
goto IL_0655;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_259 = __this->get_m_String_16();
|
|
uint16_t L_260 = V_3;
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_261 = __this->get_m_Info_21();
|
|
NullCheck(L_261);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_262 = L_261->get_address_of_Offset_3();
|
|
uint16_t L_263 = L_262->get_Fragment_6();
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_264 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tA44F3057604BAA4E6EF06A8EE4E6825D471592DF_il2cpp_TypeInfo_var);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_265 = UriHelper_EscapeString_mF0077A016F05127923308DF7E7E99BD7B9837E8B(L_259, L_260, L_263, L_264, (int32_t*)(&V_1), (bool)1, ((int32_t)35), ((int32_t)65535), ((int32_t)37), /*hidden argument*/NULL);
|
|
V_2 = L_265;
|
|
goto IL_0792;
|
|
}
|
|
|
|
IL_0655:
|
|
{
|
|
String_t* L_266 = __this->get_m_String_16();
|
|
uint16_t L_267 = V_3;
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_268 = __this->get_m_Info_21();
|
|
NullCheck(L_268);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_269 = L_268->get_address_of_Offset_3();
|
|
uint16_t L_270 = L_269->get_Fragment_6();
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_271 = V_2;
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_272 = __this->get_m_Syntax_18();
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tA44F3057604BAA4E6EF06A8EE4E6825D471592DF_il2cpp_TypeInfo_var);
|
|
UriHelper_UnescapeString_mC172F713349E3D22985A92BC4F5B51D0BCEE61AF(L_266, L_267, L_270, L_271, (int32_t*)(&V_1), ((int32_t)65535), ((int32_t)65535), ((int32_t)65535), 0, L_272, (bool)1, /*hidden argument*/NULL);
|
|
goto IL_0792;
|
|
}
|
|
|
|
IL_0691:
|
|
{
|
|
String_t* L_273 = __this->get_m_String_16();
|
|
uint16_t L_274 = V_3;
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_275 = __this->get_m_Info_21();
|
|
NullCheck(L_275);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_276 = L_275->get_address_of_Offset_3();
|
|
uint16_t L_277 = L_276->get_Fragment_6();
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_278 = V_2;
|
|
bool L_279 = Uri_InFact_m4CE890C86FA34154A044516D2F3C9463389220D7(__this, (((int64_t)((int64_t)((int32_t)524288)))), /*hidden argument*/NULL);
|
|
G_B86_0 = ((int32_t)65535);
|
|
G_B86_1 = ((int32_t)65535);
|
|
G_B86_2 = ((int32_t)35);
|
|
G_B86_3 = (&V_1);
|
|
G_B86_4 = L_278;
|
|
G_B86_5 = L_277;
|
|
G_B86_6 = L_274;
|
|
G_B86_7 = L_273;
|
|
if (L_279)
|
|
{
|
|
G_B87_0 = ((int32_t)65535);
|
|
G_B87_1 = ((int32_t)65535);
|
|
G_B87_2 = ((int32_t)35);
|
|
G_B87_3 = (&V_1);
|
|
G_B87_4 = L_278;
|
|
G_B87_5 = L_277;
|
|
G_B87_6 = L_274;
|
|
G_B87_7 = L_273;
|
|
goto IL_06c8;
|
|
}
|
|
}
|
|
{
|
|
G_B88_0 = 3;
|
|
G_B88_1 = G_B86_0;
|
|
G_B88_2 = G_B86_1;
|
|
G_B88_3 = G_B86_2;
|
|
G_B88_4 = G_B86_3;
|
|
G_B88_5 = G_B86_4;
|
|
G_B88_6 = G_B86_5;
|
|
G_B88_7 = G_B86_6;
|
|
G_B88_8 = G_B86_7;
|
|
goto IL_06c9;
|
|
}
|
|
|
|
IL_06c8:
|
|
{
|
|
G_B88_0 = 2;
|
|
G_B88_1 = G_B87_0;
|
|
G_B88_2 = G_B87_1;
|
|
G_B88_3 = G_B87_2;
|
|
G_B88_4 = G_B87_3;
|
|
G_B88_5 = G_B87_4;
|
|
G_B88_6 = G_B87_5;
|
|
G_B88_7 = G_B87_6;
|
|
G_B88_8 = G_B87_7;
|
|
}
|
|
|
|
IL_06c9:
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_280 = __this->get_m_Syntax_18();
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tA44F3057604BAA4E6EF06A8EE4E6825D471592DF_il2cpp_TypeInfo_var);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_281 = UriHelper_UnescapeString_mC172F713349E3D22985A92BC4F5B51D0BCEE61AF(G_B88_8, G_B88_7, G_B88_6, G_B88_5, (int32_t*)G_B88_4, G_B88_3, G_B88_2, G_B88_1, ((int32_t)((int32_t)G_B88_0|(int32_t)4)), L_280, (bool)1, /*hidden argument*/NULL);
|
|
V_2 = L_281;
|
|
goto IL_0792;
|
|
}
|
|
|
|
IL_06dd:
|
|
{
|
|
String_t* L_282 = __this->get_m_String_16();
|
|
uint16_t L_283 = V_3;
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_284 = __this->get_m_Info_21();
|
|
NullCheck(L_284);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_285 = L_284->get_address_of_Offset_3();
|
|
uint16_t L_286 = L_285->get_Fragment_6();
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_287 = V_2;
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_288 = __this->get_m_Syntax_18();
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tA44F3057604BAA4E6EF06A8EE4E6825D471592DF_il2cpp_TypeInfo_var);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_289 = UriHelper_UnescapeString_mC172F713349E3D22985A92BC4F5B51D0BCEE61AF(L_282, L_283, L_286, L_287, (int32_t*)(&V_1), ((int32_t)35), ((int32_t)65535), ((int32_t)65535), ((int32_t)10), L_288, (bool)1, /*hidden argument*/NULL);
|
|
V_2 = L_289;
|
|
goto IL_0792;
|
|
}
|
|
|
|
IL_0714:
|
|
{
|
|
String_t* L_290 = __this->get_m_String_16();
|
|
uint16_t L_291 = V_3;
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_292 = __this->get_m_Info_21();
|
|
NullCheck(L_292);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_293 = L_292->get_address_of_Offset_3();
|
|
uint16_t L_294 = L_293->get_Fragment_6();
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_295 = V_2;
|
|
bool L_296 = Uri_InFact_m4CE890C86FA34154A044516D2F3C9463389220D7(__this, (((int64_t)((int64_t)((int32_t)524288)))), /*hidden argument*/NULL);
|
|
G_B91_0 = ((int32_t)65535);
|
|
G_B91_1 = ((int32_t)65535);
|
|
G_B91_2 = ((int32_t)35);
|
|
G_B91_3 = (&V_1);
|
|
G_B91_4 = L_295;
|
|
G_B91_5 = L_294;
|
|
G_B91_6 = L_291;
|
|
G_B91_7 = L_290;
|
|
if (L_296)
|
|
{
|
|
G_B92_0 = ((int32_t)65535);
|
|
G_B92_1 = ((int32_t)65535);
|
|
G_B92_2 = ((int32_t)35);
|
|
G_B92_3 = (&V_1);
|
|
G_B92_4 = L_295;
|
|
G_B92_5 = L_294;
|
|
G_B92_6 = L_291;
|
|
G_B92_7 = L_290;
|
|
goto IL_074b;
|
|
}
|
|
}
|
|
{
|
|
G_B93_0 = 3;
|
|
G_B93_1 = G_B91_0;
|
|
G_B93_2 = G_B91_1;
|
|
G_B93_3 = G_B91_2;
|
|
G_B93_4 = G_B91_3;
|
|
G_B93_5 = G_B91_4;
|
|
G_B93_6 = G_B91_5;
|
|
G_B93_7 = G_B91_6;
|
|
G_B93_8 = G_B91_7;
|
|
goto IL_074c;
|
|
}
|
|
|
|
IL_074b:
|
|
{
|
|
G_B93_0 = 2;
|
|
G_B93_1 = G_B92_0;
|
|
G_B93_2 = G_B92_1;
|
|
G_B93_3 = G_B92_2;
|
|
G_B93_4 = G_B92_3;
|
|
G_B93_5 = G_B92_4;
|
|
G_B93_6 = G_B92_5;
|
|
G_B93_7 = G_B92_6;
|
|
G_B93_8 = G_B92_7;
|
|
}
|
|
|
|
IL_074c:
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_297 = __this->get_m_Syntax_18();
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tA44F3057604BAA4E6EF06A8EE4E6825D471592DF_il2cpp_TypeInfo_var);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_298 = UriHelper_UnescapeString_mC172F713349E3D22985A92BC4F5B51D0BCEE61AF(G_B93_8, G_B93_7, G_B93_6, G_B93_5, (int32_t*)G_B93_4, G_B93_3, G_B93_2, G_B93_1, G_B93_0, L_297, (bool)1, /*hidden argument*/NULL);
|
|
V_2 = L_298;
|
|
goto IL_0792;
|
|
}
|
|
|
|
IL_075b:
|
|
{
|
|
String_t* L_299 = __this->get_m_String_16();
|
|
uint16_t L_300 = V_3;
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_301 = __this->get_m_Info_21();
|
|
NullCheck(L_301);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_302 = L_301->get_address_of_Offset_3();
|
|
uint16_t L_303 = L_302->get_Fragment_6();
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_304 = V_2;
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_305 = __this->get_m_Syntax_18();
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tA44F3057604BAA4E6EF06A8EE4E6825D471592DF_il2cpp_TypeInfo_var);
|
|
UriHelper_UnescapeString_mC172F713349E3D22985A92BC4F5B51D0BCEE61AF(L_299, L_300, L_303, L_304, (int32_t*)(&V_1), ((int32_t)65535), ((int32_t)65535), ((int32_t)65535), 0, L_305, (bool)1, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0792:
|
|
{
|
|
int32_t L_306 = ___parts0;
|
|
if (!((int32_t)((int32_t)L_306&(int32_t)((int32_t)64))))
|
|
{
|
|
goto IL_098e;
|
|
}
|
|
}
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_307 = __this->get_m_Info_21();
|
|
NullCheck(L_307);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_308 = L_307->get_address_of_Offset_3();
|
|
uint16_t L_309 = L_308->get_Fragment_6();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_310 = __this->get_m_Info_21();
|
|
NullCheck(L_310);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_311 = L_310->get_address_of_Offset_3();
|
|
uint16_t L_312 = L_311->get_End_7();
|
|
if ((((int32_t)L_309) >= ((int32_t)L_312)))
|
|
{
|
|
goto IL_098e;
|
|
}
|
|
}
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_313 = __this->get_m_Info_21();
|
|
NullCheck(L_313);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_314 = L_313->get_address_of_Offset_3();
|
|
uint16_t L_315 = L_314->get_Fragment_6();
|
|
V_3 = (uint16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_315, (int32_t)1)))));
|
|
int32_t L_316 = ___parts0;
|
|
if ((((int32_t)L_316) == ((int32_t)((int32_t)64))))
|
|
{
|
|
goto IL_07e2;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_317 = V_2;
|
|
int32_t L_318 = V_1;
|
|
int32_t L_319 = L_318;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_319, (int32_t)1));
|
|
NullCheck(L_317);
|
|
(L_317)->SetAt(static_cast<il2cpp_array_size_t>(L_319), (Il2CppChar)((int32_t)35));
|
|
}
|
|
|
|
IL_07e2:
|
|
{
|
|
uint16_t L_320 = ___nonCanonical1;
|
|
if (!((int32_t)((int32_t)L_320&(int32_t)((int32_t)64))))
|
|
{
|
|
goto IL_0957;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_321 = ___formatAs2;
|
|
if ((((int32_t)L_321) == ((int32_t)1)))
|
|
{
|
|
goto IL_0806;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_322 = ___formatAs2;
|
|
if ((((int32_t)L_322) == ((int32_t)2)))
|
|
{
|
|
goto IL_08d9;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_323 = ___formatAs2;
|
|
if ((((int32_t)L_323) == ((int32_t)((int32_t)32767))))
|
|
{
|
|
goto IL_088d;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0910;
|
|
}
|
|
|
|
IL_0806:
|
|
{
|
|
bool L_324 = Uri_NotAny_mC5DC04B72B13D2997B055B9E41FCFEEC1CE5263D(__this, (((int64_t)((int64_t)((int32_t)524288)))), /*hidden argument*/NULL);
|
|
if (!L_324)
|
|
{
|
|
goto IL_0851;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_325 = __this->get_m_String_16();
|
|
uint16_t L_326 = V_3;
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_327 = __this->get_m_Info_21();
|
|
NullCheck(L_327);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_328 = L_327->get_address_of_Offset_3();
|
|
uint16_t L_329 = L_328->get_End_7();
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_330 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var);
|
|
bool L_331 = UriParser_get_ShouldUseLegacyV2Quirks_mD4C8DF67677ACCCC3B5E026099ECC0BDA24D96DD(/*hidden argument*/NULL);
|
|
G_B106_0 = 1;
|
|
G_B106_1 = (&V_1);
|
|
G_B106_2 = L_330;
|
|
G_B106_3 = L_329;
|
|
G_B106_4 = L_326;
|
|
G_B106_5 = L_325;
|
|
if (L_331)
|
|
{
|
|
G_B107_0 = 1;
|
|
G_B107_1 = (&V_1);
|
|
G_B107_2 = L_330;
|
|
G_B107_3 = L_329;
|
|
G_B107_4 = L_326;
|
|
G_B107_5 = L_325;
|
|
goto IL_083d;
|
|
}
|
|
}
|
|
{
|
|
G_B108_0 = ((int32_t)65535);
|
|
G_B108_1 = G_B106_0;
|
|
G_B108_2 = G_B106_1;
|
|
G_B108_3 = G_B106_2;
|
|
G_B108_4 = G_B106_3;
|
|
G_B108_5 = G_B106_4;
|
|
G_B108_6 = G_B106_5;
|
|
goto IL_083f;
|
|
}
|
|
|
|
IL_083d:
|
|
{
|
|
G_B108_0 = ((int32_t)35);
|
|
G_B108_1 = G_B107_0;
|
|
G_B108_2 = G_B107_1;
|
|
G_B108_3 = G_B107_2;
|
|
G_B108_4 = G_B107_3;
|
|
G_B108_5 = G_B107_4;
|
|
G_B108_6 = G_B107_5;
|
|
}
|
|
|
|
IL_083f:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tA44F3057604BAA4E6EF06A8EE4E6825D471592DF_il2cpp_TypeInfo_var);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_332 = UriHelper_EscapeString_mF0077A016F05127923308DF7E7E99BD7B9837E8B(G_B108_6, G_B108_5, G_B108_4, G_B108_3, (int32_t*)G_B108_2, (bool)G_B108_1, G_B108_0, ((int32_t)65535), ((int32_t)37), /*hidden argument*/NULL);
|
|
V_2 = L_332;
|
|
goto IL_098e;
|
|
}
|
|
|
|
IL_0851:
|
|
{
|
|
String_t* L_333 = __this->get_m_String_16();
|
|
uint16_t L_334 = V_3;
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_335 = __this->get_m_Info_21();
|
|
NullCheck(L_335);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_336 = L_335->get_address_of_Offset_3();
|
|
uint16_t L_337 = L_336->get_End_7();
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_338 = V_2;
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_339 = __this->get_m_Syntax_18();
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tA44F3057604BAA4E6EF06A8EE4E6825D471592DF_il2cpp_TypeInfo_var);
|
|
UriHelper_UnescapeString_mC172F713349E3D22985A92BC4F5B51D0BCEE61AF(L_333, L_334, L_337, L_338, (int32_t*)(&V_1), ((int32_t)65535), ((int32_t)65535), ((int32_t)65535), 0, L_339, (bool)0, /*hidden argument*/NULL);
|
|
goto IL_098e;
|
|
}
|
|
|
|
IL_088d:
|
|
{
|
|
String_t* L_340 = __this->get_m_String_16();
|
|
uint16_t L_341 = V_3;
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_342 = __this->get_m_Info_21();
|
|
NullCheck(L_342);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_343 = L_342->get_address_of_Offset_3();
|
|
uint16_t L_344 = L_343->get_End_7();
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_345 = V_2;
|
|
bool L_346 = Uri_InFact_m4CE890C86FA34154A044516D2F3C9463389220D7(__this, (((int64_t)((int64_t)((int32_t)524288)))), /*hidden argument*/NULL);
|
|
G_B111_0 = ((int32_t)65535);
|
|
G_B111_1 = ((int32_t)65535);
|
|
G_B111_2 = ((int32_t)35);
|
|
G_B111_3 = (&V_1);
|
|
G_B111_4 = L_345;
|
|
G_B111_5 = L_344;
|
|
G_B111_6 = L_341;
|
|
G_B111_7 = L_340;
|
|
if (L_346)
|
|
{
|
|
G_B112_0 = ((int32_t)65535);
|
|
G_B112_1 = ((int32_t)65535);
|
|
G_B112_2 = ((int32_t)35);
|
|
G_B112_3 = (&V_1);
|
|
G_B112_4 = L_345;
|
|
G_B112_5 = L_344;
|
|
G_B112_6 = L_341;
|
|
G_B112_7 = L_340;
|
|
goto IL_08c4;
|
|
}
|
|
}
|
|
{
|
|
G_B113_0 = 3;
|
|
G_B113_1 = G_B111_0;
|
|
G_B113_2 = G_B111_1;
|
|
G_B113_3 = G_B111_2;
|
|
G_B113_4 = G_B111_3;
|
|
G_B113_5 = G_B111_4;
|
|
G_B113_6 = G_B111_5;
|
|
G_B113_7 = G_B111_6;
|
|
G_B113_8 = G_B111_7;
|
|
goto IL_08c5;
|
|
}
|
|
|
|
IL_08c4:
|
|
{
|
|
G_B113_0 = 2;
|
|
G_B113_1 = G_B112_0;
|
|
G_B113_2 = G_B112_1;
|
|
G_B113_3 = G_B112_2;
|
|
G_B113_4 = G_B112_3;
|
|
G_B113_5 = G_B112_4;
|
|
G_B113_6 = G_B112_5;
|
|
G_B113_7 = G_B112_6;
|
|
G_B113_8 = G_B112_7;
|
|
}
|
|
|
|
IL_08c5:
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_347 = __this->get_m_Syntax_18();
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tA44F3057604BAA4E6EF06A8EE4E6825D471592DF_il2cpp_TypeInfo_var);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_348 = UriHelper_UnescapeString_mC172F713349E3D22985A92BC4F5B51D0BCEE61AF(G_B113_8, G_B113_7, G_B113_6, G_B113_5, (int32_t*)G_B113_4, G_B113_3, G_B113_2, G_B113_1, ((int32_t)((int32_t)G_B113_0|(int32_t)4)), L_347, (bool)0, /*hidden argument*/NULL);
|
|
V_2 = L_348;
|
|
goto IL_098e;
|
|
}
|
|
|
|
IL_08d9:
|
|
{
|
|
String_t* L_349 = __this->get_m_String_16();
|
|
uint16_t L_350 = V_3;
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_351 = __this->get_m_Info_21();
|
|
NullCheck(L_351);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_352 = L_351->get_address_of_Offset_3();
|
|
uint16_t L_353 = L_352->get_End_7();
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_354 = V_2;
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_355 = __this->get_m_Syntax_18();
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tA44F3057604BAA4E6EF06A8EE4E6825D471592DF_il2cpp_TypeInfo_var);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_356 = UriHelper_UnescapeString_mC172F713349E3D22985A92BC4F5B51D0BCEE61AF(L_349, L_350, L_353, L_354, (int32_t*)(&V_1), ((int32_t)35), ((int32_t)65535), ((int32_t)65535), ((int32_t)10), L_355, (bool)0, /*hidden argument*/NULL);
|
|
V_2 = L_356;
|
|
goto IL_098e;
|
|
}
|
|
|
|
IL_0910:
|
|
{
|
|
String_t* L_357 = __this->get_m_String_16();
|
|
uint16_t L_358 = V_3;
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_359 = __this->get_m_Info_21();
|
|
NullCheck(L_359);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_360 = L_359->get_address_of_Offset_3();
|
|
uint16_t L_361 = L_360->get_End_7();
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_362 = V_2;
|
|
bool L_363 = Uri_InFact_m4CE890C86FA34154A044516D2F3C9463389220D7(__this, (((int64_t)((int64_t)((int32_t)524288)))), /*hidden argument*/NULL);
|
|
G_B116_0 = ((int32_t)65535);
|
|
G_B116_1 = ((int32_t)65535);
|
|
G_B116_2 = ((int32_t)35);
|
|
G_B116_3 = (&V_1);
|
|
G_B116_4 = L_362;
|
|
G_B116_5 = L_361;
|
|
G_B116_6 = L_358;
|
|
G_B116_7 = L_357;
|
|
if (L_363)
|
|
{
|
|
G_B117_0 = ((int32_t)65535);
|
|
G_B117_1 = ((int32_t)65535);
|
|
G_B117_2 = ((int32_t)35);
|
|
G_B117_3 = (&V_1);
|
|
G_B117_4 = L_362;
|
|
G_B117_5 = L_361;
|
|
G_B117_6 = L_358;
|
|
G_B117_7 = L_357;
|
|
goto IL_0947;
|
|
}
|
|
}
|
|
{
|
|
G_B118_0 = 3;
|
|
G_B118_1 = G_B116_0;
|
|
G_B118_2 = G_B116_1;
|
|
G_B118_3 = G_B116_2;
|
|
G_B118_4 = G_B116_3;
|
|
G_B118_5 = G_B116_4;
|
|
G_B118_6 = G_B116_5;
|
|
G_B118_7 = G_B116_6;
|
|
G_B118_8 = G_B116_7;
|
|
goto IL_0948;
|
|
}
|
|
|
|
IL_0947:
|
|
{
|
|
G_B118_0 = 2;
|
|
G_B118_1 = G_B117_0;
|
|
G_B118_2 = G_B117_1;
|
|
G_B118_3 = G_B117_2;
|
|
G_B118_4 = G_B117_3;
|
|
G_B118_5 = G_B117_4;
|
|
G_B118_6 = G_B117_5;
|
|
G_B118_7 = G_B117_6;
|
|
G_B118_8 = G_B117_7;
|
|
}
|
|
|
|
IL_0948:
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_364 = __this->get_m_Syntax_18();
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tA44F3057604BAA4E6EF06A8EE4E6825D471592DF_il2cpp_TypeInfo_var);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_365 = UriHelper_UnescapeString_mC172F713349E3D22985A92BC4F5B51D0BCEE61AF(G_B118_8, G_B118_7, G_B118_6, G_B118_5, (int32_t*)G_B118_4, G_B118_3, G_B118_2, G_B118_1, G_B118_0, L_364, (bool)0, /*hidden argument*/NULL);
|
|
V_2 = L_365;
|
|
goto IL_098e;
|
|
}
|
|
|
|
IL_0957:
|
|
{
|
|
String_t* L_366 = __this->get_m_String_16();
|
|
uint16_t L_367 = V_3;
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_368 = __this->get_m_Info_21();
|
|
NullCheck(L_368);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_369 = L_368->get_address_of_Offset_3();
|
|
uint16_t L_370 = L_369->get_End_7();
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_371 = V_2;
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_372 = __this->get_m_Syntax_18();
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tA44F3057604BAA4E6EF06A8EE4E6825D471592DF_il2cpp_TypeInfo_var);
|
|
UriHelper_UnescapeString_mC172F713349E3D22985A92BC4F5B51D0BCEE61AF(L_366, L_367, L_370, L_371, (int32_t*)(&V_1), ((int32_t)65535), ((int32_t)65535), ((int32_t)65535), 0, L_372, (bool)0, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_098e:
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_373 = V_2;
|
|
int32_t L_374 = V_1;
|
|
String_t* L_375 = String_CreateString_mC7FB167C0D5B97F7EF502AF54399C61DD5B87509(NULL, L_373, 0, L_374, /*hidden argument*/NULL);
|
|
return L_375;
|
|
}
|
|
}
|
|
// System.String System.Uri::GetUriPartsFromUserString(System.UriComponents)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_GetUriPartsFromUserString_m95A7794F28625B6AFD514C08765C27CAAE4BD1B6 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, int32_t ___uriParts0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Uri_GetUriPartsFromUserString_m95A7794F28625B6AFD514C08765C27CAAE4BD1B6_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint16_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
uint16_t V_2 = 0;
|
|
{
|
|
int32_t L_0 = ___uriParts0;
|
|
V_1 = ((int32_t)((int32_t)L_0&(int32_t)((int32_t)-1073741825)));
|
|
int32_t L_1 = V_1;
|
|
if ((((int32_t)L_1) > ((int32_t)((int32_t)64))))
|
|
{
|
|
goto IL_0076;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = V_1;
|
|
if ((((int32_t)L_2) > ((int32_t)((int32_t)16))))
|
|
{
|
|
goto IL_0048;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = V_1;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1)))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0469;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_090c;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_0992;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_04b6;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_1;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)((int32_t)13))))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_00b3;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_06ad;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_03b9;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_0532;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_0992;
|
|
}
|
|
|
|
IL_0048:
|
|
{
|
|
int32_t L_5 = V_1;
|
|
if ((((int32_t)L_5) == ((int32_t)((int32_t)32))))
|
|
{
|
|
goto IL_05e5;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_6 = V_1;
|
|
if ((((int32_t)L_6) == ((int32_t)((int32_t)48))))
|
|
{
|
|
goto IL_0793;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_7 = V_1;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)((int32_t)61))))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_02ba;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0992;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_03f6;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_0649;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_0992;
|
|
}
|
|
|
|
IL_0076:
|
|
{
|
|
int32_t L_8 = V_1;
|
|
if ((((int32_t)L_8) > ((int32_t)((int32_t)125))))
|
|
{
|
|
goto IL_0090;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_9 = V_1;
|
|
if ((((int32_t)L_9) == ((int32_t)((int32_t)112))))
|
|
{
|
|
goto IL_08cf;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_10 = V_1;
|
|
if ((((int32_t)L_10) == ((int32_t)((int32_t)125))))
|
|
{
|
|
goto IL_07d0;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0992;
|
|
}
|
|
|
|
IL_0090:
|
|
{
|
|
int32_t L_11 = V_1;
|
|
if ((((int32_t)L_11) == ((int32_t)((int32_t)127))))
|
|
{
|
|
goto IL_0247;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_12 = V_1;
|
|
if ((((int32_t)L_12) == ((int32_t)((int32_t)132))))
|
|
{
|
|
goto IL_017c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_13 = V_1;
|
|
if ((((int32_t)L_13) == ((int32_t)((int32_t)134))))
|
|
{
|
|
goto IL_0713;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0992;
|
|
}
|
|
|
|
IL_00b3:
|
|
{
|
|
bool L_14 = Uri_InFact_m4CE890C86FA34154A044516D2F3C9463389220D7(__this, (((int64_t)((int64_t)((int32_t)2097152)))), /*hidden argument*/NULL);
|
|
if (L_14)
|
|
{
|
|
goto IL_00fe;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_15 = __this->get_m_String_16();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_16 = __this->get_m_Info_21();
|
|
NullCheck(L_16);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_17 = L_16->get_address_of_Offset_3();
|
|
uint16_t L_18 = L_17->get_Scheme_0();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_19 = __this->get_m_Info_21();
|
|
NullCheck(L_19);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_20 = L_19->get_address_of_Offset_3();
|
|
uint16_t L_21 = L_20->get_Path_4();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_22 = __this->get_m_Info_21();
|
|
NullCheck(L_22);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_23 = L_22->get_address_of_Offset_3();
|
|
uint16_t L_24 = L_23->get_Scheme_0();
|
|
NullCheck(L_15);
|
|
String_t* L_25 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_15, L_18, ((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)L_24)), /*hidden argument*/NULL);
|
|
return L_25;
|
|
}
|
|
|
|
IL_00fe:
|
|
{
|
|
String_t* L_26 = __this->get_m_String_16();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_27 = __this->get_m_Info_21();
|
|
NullCheck(L_27);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_28 = L_27->get_address_of_Offset_3();
|
|
uint16_t L_29 = L_28->get_Scheme_0();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_30 = __this->get_m_Info_21();
|
|
NullCheck(L_30);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_31 = L_30->get_address_of_Offset_3();
|
|
uint16_t L_32 = L_31->get_User_1();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_33 = __this->get_m_Info_21();
|
|
NullCheck(L_33);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_34 = L_33->get_address_of_Offset_3();
|
|
uint16_t L_35 = L_34->get_Scheme_0();
|
|
NullCheck(L_26);
|
|
String_t* L_36 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_26, L_29, ((int32_t)il2cpp_codegen_subtract((int32_t)L_32, (int32_t)L_35)), /*hidden argument*/NULL);
|
|
String_t* L_37 = __this->get_m_String_16();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_38 = __this->get_m_Info_21();
|
|
NullCheck(L_38);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_39 = L_38->get_address_of_Offset_3();
|
|
uint16_t L_40 = L_39->get_Host_2();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_41 = __this->get_m_Info_21();
|
|
NullCheck(L_41);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_42 = L_41->get_address_of_Offset_3();
|
|
uint16_t L_43 = L_42->get_Path_4();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_44 = __this->get_m_Info_21();
|
|
NullCheck(L_44);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_45 = L_44->get_address_of_Offset_3();
|
|
uint16_t L_46 = L_45->get_Host_2();
|
|
NullCheck(L_37);
|
|
String_t* L_47 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_37, L_40, ((int32_t)il2cpp_codegen_subtract((int32_t)L_43, (int32_t)L_46)), /*hidden argument*/NULL);
|
|
String_t* L_48 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_36, L_47, /*hidden argument*/NULL);
|
|
return L_48;
|
|
}
|
|
|
|
IL_017c:
|
|
{
|
|
bool L_49 = Uri_InFact_m4CE890C86FA34154A044516D2F3C9463389220D7(__this, (((int64_t)((int64_t)((int32_t)2097152)))), /*hidden argument*/NULL);
|
|
if (!L_49)
|
|
{
|
|
goto IL_0713;
|
|
}
|
|
}
|
|
{
|
|
bool L_50 = Uri_InFact_m4CE890C86FA34154A044516D2F3C9463389220D7(__this, (((int64_t)((int64_t)((int32_t)8388608)))), /*hidden argument*/NULL);
|
|
if (L_50)
|
|
{
|
|
goto IL_01a9;
|
|
}
|
|
}
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_51 = __this->get_m_Syntax_18();
|
|
NullCheck(L_51);
|
|
int32_t L_52 = UriParser_get_DefaultPort_m050510870CCD4DD08DF7E98E2AF3D616446AD99D_inline(L_51, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_52) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_01e6;
|
|
}
|
|
}
|
|
|
|
IL_01a9:
|
|
{
|
|
String_t* L_53 = __this->get_m_String_16();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_54 = __this->get_m_Info_21();
|
|
NullCheck(L_54);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_55 = L_54->get_address_of_Offset_3();
|
|
uint16_t L_56 = L_55->get_Host_2();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_57 = __this->get_m_Info_21();
|
|
NullCheck(L_57);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_58 = L_57->get_address_of_Offset_3();
|
|
uint16_t L_59 = L_58->get_Path_4();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_60 = __this->get_m_Info_21();
|
|
NullCheck(L_60);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_61 = L_60->get_address_of_Offset_3();
|
|
uint16_t L_62 = L_61->get_Host_2();
|
|
NullCheck(L_53);
|
|
String_t* L_63 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_53, L_56, ((int32_t)il2cpp_codegen_subtract((int32_t)L_59, (int32_t)L_62)), /*hidden argument*/NULL);
|
|
return L_63;
|
|
}
|
|
|
|
IL_01e6:
|
|
{
|
|
String_t* L_64 = __this->get_m_String_16();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_65 = __this->get_m_Info_21();
|
|
NullCheck(L_65);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_66 = L_65->get_address_of_Offset_3();
|
|
uint16_t L_67 = L_66->get_Host_2();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_68 = __this->get_m_Info_21();
|
|
NullCheck(L_68);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_69 = L_68->get_address_of_Offset_3();
|
|
uint16_t L_70 = L_69->get_Path_4();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_71 = __this->get_m_Info_21();
|
|
NullCheck(L_71);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_72 = L_71->get_address_of_Offset_3();
|
|
uint16_t L_73 = L_72->get_Host_2();
|
|
NullCheck(L_64);
|
|
String_t* L_74 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_64, L_67, ((int32_t)il2cpp_codegen_subtract((int32_t)L_70, (int32_t)L_73)), /*hidden argument*/NULL);
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_75 = __this->get_m_Info_21();
|
|
NullCheck(L_75);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_76 = L_75->get_address_of_Offset_3();
|
|
uint16_t* L_77 = L_76->get_address_of_PortValue_3();
|
|
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_78 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
|
|
String_t* L_79 = UInt16_ToString_m50316C445AD23CCA40AA52A381C5E06A3786F12A((uint16_t*)L_77, L_78, /*hidden argument*/NULL);
|
|
String_t* L_80 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(L_74, _stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9, L_79, /*hidden argument*/NULL);
|
|
return L_80;
|
|
}
|
|
|
|
IL_0247:
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_81 = __this->get_m_Info_21();
|
|
NullCheck(L_81);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_82 = L_81->get_address_of_Offset_3();
|
|
uint16_t L_83 = L_82->get_Scheme_0();
|
|
if (L_83)
|
|
{
|
|
goto IL_027d;
|
|
}
|
|
}
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_84 = __this->get_m_Info_21();
|
|
NullCheck(L_84);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_85 = L_84->get_address_of_Offset_3();
|
|
uint16_t L_86 = L_85->get_End_7();
|
|
String_t* L_87 = __this->get_m_String_16();
|
|
NullCheck(L_87);
|
|
int32_t L_88 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_87, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_86) == ((uint32_t)L_88))))
|
|
{
|
|
goto IL_027d;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_89 = __this->get_m_String_16();
|
|
return L_89;
|
|
}
|
|
|
|
IL_027d:
|
|
{
|
|
String_t* L_90 = __this->get_m_String_16();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_91 = __this->get_m_Info_21();
|
|
NullCheck(L_91);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_92 = L_91->get_address_of_Offset_3();
|
|
uint16_t L_93 = L_92->get_Scheme_0();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_94 = __this->get_m_Info_21();
|
|
NullCheck(L_94);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_95 = L_94->get_address_of_Offset_3();
|
|
uint16_t L_96 = L_95->get_End_7();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_97 = __this->get_m_Info_21();
|
|
NullCheck(L_97);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_98 = L_97->get_address_of_Offset_3();
|
|
uint16_t L_99 = L_98->get_Scheme_0();
|
|
NullCheck(L_90);
|
|
String_t* L_100 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_90, L_93, ((int32_t)il2cpp_codegen_subtract((int32_t)L_96, (int32_t)L_99)), /*hidden argument*/NULL);
|
|
return L_100;
|
|
}
|
|
|
|
IL_02ba:
|
|
{
|
|
bool L_101 = Uri_InFact_m4CE890C86FA34154A044516D2F3C9463389220D7(__this, (((int64_t)((int64_t)((int32_t)2097152)))), /*hidden argument*/NULL);
|
|
if (!L_101)
|
|
{
|
|
goto IL_0346;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_102 = __this->get_m_String_16();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_103 = __this->get_m_Info_21();
|
|
NullCheck(L_103);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_104 = L_103->get_address_of_Offset_3();
|
|
uint16_t L_105 = L_104->get_Scheme_0();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_106 = __this->get_m_Info_21();
|
|
NullCheck(L_106);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_107 = L_106->get_address_of_Offset_3();
|
|
uint16_t L_108 = L_107->get_User_1();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_109 = __this->get_m_Info_21();
|
|
NullCheck(L_109);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_110 = L_109->get_address_of_Offset_3();
|
|
uint16_t L_111 = L_110->get_Scheme_0();
|
|
NullCheck(L_102);
|
|
String_t* L_112 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_102, L_105, ((int32_t)il2cpp_codegen_subtract((int32_t)L_108, (int32_t)L_111)), /*hidden argument*/NULL);
|
|
String_t* L_113 = __this->get_m_String_16();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_114 = __this->get_m_Info_21();
|
|
NullCheck(L_114);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_115 = L_114->get_address_of_Offset_3();
|
|
uint16_t L_116 = L_115->get_Host_2();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_117 = __this->get_m_Info_21();
|
|
NullCheck(L_117);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_118 = L_117->get_address_of_Offset_3();
|
|
uint16_t L_119 = L_118->get_Fragment_6();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_120 = __this->get_m_Info_21();
|
|
NullCheck(L_120);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_121 = L_120->get_address_of_Offset_3();
|
|
uint16_t L_122 = L_121->get_Host_2();
|
|
NullCheck(L_113);
|
|
String_t* L_123 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_113, L_116, ((int32_t)il2cpp_codegen_subtract((int32_t)L_119, (int32_t)L_122)), /*hidden argument*/NULL);
|
|
String_t* L_124 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_112, L_123, /*hidden argument*/NULL);
|
|
return L_124;
|
|
}
|
|
|
|
IL_0346:
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_125 = __this->get_m_Info_21();
|
|
NullCheck(L_125);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_126 = L_125->get_address_of_Offset_3();
|
|
uint16_t L_127 = L_126->get_Scheme_0();
|
|
if (L_127)
|
|
{
|
|
goto IL_037c;
|
|
}
|
|
}
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_128 = __this->get_m_Info_21();
|
|
NullCheck(L_128);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_129 = L_128->get_address_of_Offset_3();
|
|
uint16_t L_130 = L_129->get_Fragment_6();
|
|
String_t* L_131 = __this->get_m_String_16();
|
|
NullCheck(L_131);
|
|
int32_t L_132 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_131, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_130) == ((uint32_t)L_132))))
|
|
{
|
|
goto IL_037c;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_133 = __this->get_m_String_16();
|
|
return L_133;
|
|
}
|
|
|
|
IL_037c:
|
|
{
|
|
String_t* L_134 = __this->get_m_String_16();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_135 = __this->get_m_Info_21();
|
|
NullCheck(L_135);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_136 = L_135->get_address_of_Offset_3();
|
|
uint16_t L_137 = L_136->get_Scheme_0();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_138 = __this->get_m_Info_21();
|
|
NullCheck(L_138);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_139 = L_138->get_address_of_Offset_3();
|
|
uint16_t L_140 = L_139->get_Fragment_6();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_141 = __this->get_m_Info_21();
|
|
NullCheck(L_141);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_142 = L_141->get_address_of_Offset_3();
|
|
uint16_t L_143 = L_142->get_Scheme_0();
|
|
NullCheck(L_134);
|
|
String_t* L_144 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_134, L_137, ((int32_t)il2cpp_codegen_subtract((int32_t)L_140, (int32_t)L_143)), /*hidden argument*/NULL);
|
|
return L_144;
|
|
}
|
|
|
|
IL_03b9:
|
|
{
|
|
String_t* L_145 = __this->get_m_String_16();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_146 = __this->get_m_Info_21();
|
|
NullCheck(L_146);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_147 = L_146->get_address_of_Offset_3();
|
|
uint16_t L_148 = L_147->get_Scheme_0();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_149 = __this->get_m_Info_21();
|
|
NullCheck(L_149);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_150 = L_149->get_address_of_Offset_3();
|
|
uint16_t L_151 = L_150->get_Path_4();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_152 = __this->get_m_Info_21();
|
|
NullCheck(L_152);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_153 = L_152->get_address_of_Offset_3();
|
|
uint16_t L_154 = L_153->get_Scheme_0();
|
|
NullCheck(L_145);
|
|
String_t* L_155 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_145, L_148, ((int32_t)il2cpp_codegen_subtract((int32_t)L_151, (int32_t)L_154)), /*hidden argument*/NULL);
|
|
return L_155;
|
|
}
|
|
|
|
IL_03f6:
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_156 = __this->get_m_Info_21();
|
|
NullCheck(L_156);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_157 = L_156->get_address_of_Offset_3();
|
|
uint16_t L_158 = L_157->get_Scheme_0();
|
|
if (L_158)
|
|
{
|
|
goto IL_042c;
|
|
}
|
|
}
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_159 = __this->get_m_Info_21();
|
|
NullCheck(L_159);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_160 = L_159->get_address_of_Offset_3();
|
|
uint16_t L_161 = L_160->get_Fragment_6();
|
|
String_t* L_162 = __this->get_m_String_16();
|
|
NullCheck(L_162);
|
|
int32_t L_163 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_162, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_161) == ((uint32_t)L_163))))
|
|
{
|
|
goto IL_042c;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_164 = __this->get_m_String_16();
|
|
return L_164;
|
|
}
|
|
|
|
IL_042c:
|
|
{
|
|
String_t* L_165 = __this->get_m_String_16();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_166 = __this->get_m_Info_21();
|
|
NullCheck(L_166);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_167 = L_166->get_address_of_Offset_3();
|
|
uint16_t L_168 = L_167->get_Scheme_0();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_169 = __this->get_m_Info_21();
|
|
NullCheck(L_169);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_170 = L_169->get_address_of_Offset_3();
|
|
uint16_t L_171 = L_170->get_Fragment_6();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_172 = __this->get_m_Info_21();
|
|
NullCheck(L_172);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_173 = L_172->get_address_of_Offset_3();
|
|
uint16_t L_174 = L_173->get_Scheme_0();
|
|
NullCheck(L_165);
|
|
String_t* L_175 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_165, L_168, ((int32_t)il2cpp_codegen_subtract((int32_t)L_171, (int32_t)L_174)), /*hidden argument*/NULL);
|
|
return L_175;
|
|
}
|
|
|
|
IL_0469:
|
|
{
|
|
int32_t L_176 = ___uriParts0;
|
|
if ((((int32_t)L_176) == ((int32_t)1)))
|
|
{
|
|
goto IL_04aa;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_177 = __this->get_m_String_16();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_178 = __this->get_m_Info_21();
|
|
NullCheck(L_178);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_179 = L_178->get_address_of_Offset_3();
|
|
uint16_t L_180 = L_179->get_Scheme_0();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_181 = __this->get_m_Info_21();
|
|
NullCheck(L_181);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_182 = L_181->get_address_of_Offset_3();
|
|
uint16_t L_183 = L_182->get_User_1();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_184 = __this->get_m_Info_21();
|
|
NullCheck(L_184);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_185 = L_184->get_address_of_Offset_3();
|
|
uint16_t L_186 = L_185->get_Scheme_0();
|
|
NullCheck(L_177);
|
|
String_t* L_187 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_177, L_180, ((int32_t)il2cpp_codegen_subtract((int32_t)L_183, (int32_t)L_186)), /*hidden argument*/NULL);
|
|
return L_187;
|
|
}
|
|
|
|
IL_04aa:
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_188 = __this->get_m_Syntax_18();
|
|
NullCheck(L_188);
|
|
String_t* L_189 = UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1_inline(L_188, /*hidden argument*/NULL);
|
|
return L_189;
|
|
}
|
|
|
|
IL_04b6:
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_190 = __this->get_m_Info_21();
|
|
NullCheck(L_190);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_191 = L_190->get_address_of_Offset_3();
|
|
uint16_t L_192 = L_191->get_Path_4();
|
|
V_2 = L_192;
|
|
bool L_193 = Uri_InFact_m4CE890C86FA34154A044516D2F3C9463389220D7(__this, (((int64_t)((int64_t)((int32_t)8388616)))), /*hidden argument*/NULL);
|
|
if (!L_193)
|
|
{
|
|
goto IL_04ea;
|
|
}
|
|
}
|
|
|
|
IL_04d5:
|
|
{
|
|
String_t* L_194 = __this->get_m_String_16();
|
|
uint16_t L_195 = V_2;
|
|
int32_t L_196 = (((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_195, (int32_t)1)))));
|
|
V_2 = (uint16_t)L_196;
|
|
NullCheck(L_194);
|
|
Il2CppChar L_197 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_194, L_196, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_197) == ((uint32_t)((int32_t)58)))))
|
|
{
|
|
goto IL_04d5;
|
|
}
|
|
}
|
|
|
|
IL_04ea:
|
|
{
|
|
uint16_t L_198 = V_2;
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_199 = __this->get_m_Info_21();
|
|
NullCheck(L_199);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_200 = L_199->get_address_of_Offset_3();
|
|
uint16_t L_201 = L_200->get_Host_2();
|
|
if (!((int32_t)il2cpp_codegen_subtract((int32_t)L_198, (int32_t)L_201)))
|
|
{
|
|
goto IL_052c;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_202 = __this->get_m_String_16();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_203 = __this->get_m_Info_21();
|
|
NullCheck(L_203);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_204 = L_203->get_address_of_Offset_3();
|
|
uint16_t L_205 = L_204->get_Host_2();
|
|
uint16_t L_206 = V_2;
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_207 = __this->get_m_Info_21();
|
|
NullCheck(L_207);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_208 = L_207->get_address_of_Offset_3();
|
|
uint16_t L_209 = L_208->get_Host_2();
|
|
NullCheck(L_202);
|
|
String_t* L_210 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_202, L_205, ((int32_t)il2cpp_codegen_subtract((int32_t)L_206, (int32_t)L_209)), /*hidden argument*/NULL);
|
|
return L_210;
|
|
}
|
|
|
|
IL_052c:
|
|
{
|
|
String_t* L_211 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
return L_211;
|
|
}
|
|
|
|
IL_0532:
|
|
{
|
|
int32_t L_212 = ___uriParts0;
|
|
if ((!(((uint32_t)L_212) == ((uint32_t)((int32_t)16)))))
|
|
{
|
|
goto IL_059c;
|
|
}
|
|
}
|
|
{
|
|
bool L_213 = Uri_InFact_m4CE890C86FA34154A044516D2F3C9463389220D7(__this, (((int64_t)((int64_t)((int32_t)1048576)))), /*hidden argument*/NULL);
|
|
if (!L_213)
|
|
{
|
|
goto IL_059c;
|
|
}
|
|
}
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_214 = __this->get_m_Info_21();
|
|
NullCheck(L_214);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_215 = L_214->get_address_of_Offset_3();
|
|
uint16_t L_216 = L_215->get_End_7();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_217 = __this->get_m_Info_21();
|
|
NullCheck(L_217);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_218 = L_217->get_address_of_Offset_3();
|
|
uint16_t L_219 = L_218->get_Path_4();
|
|
if ((((int32_t)L_216) <= ((int32_t)L_219)))
|
|
{
|
|
goto IL_059c;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_220 = __this->get_m_String_16();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_221 = __this->get_m_Info_21();
|
|
NullCheck(L_221);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_222 = L_221->get_address_of_Offset_3();
|
|
uint16_t L_223 = L_222->get_Path_4();
|
|
NullCheck(L_220);
|
|
Il2CppChar L_224 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_220, L_223, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_224) == ((uint32_t)((int32_t)47)))))
|
|
{
|
|
goto IL_059c;
|
|
}
|
|
}
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_225 = __this->get_m_Info_21();
|
|
NullCheck(L_225);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_226 = L_225->get_address_of_Offset_3();
|
|
uint16_t L_227 = L_226->get_Path_4();
|
|
V_0 = (uint16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_227, (int32_t)1)))));
|
|
goto IL_05ad;
|
|
}
|
|
|
|
IL_059c:
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_228 = __this->get_m_Info_21();
|
|
NullCheck(L_228);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_229 = L_228->get_address_of_Offset_3();
|
|
uint16_t L_230 = L_229->get_Path_4();
|
|
V_0 = L_230;
|
|
}
|
|
|
|
IL_05ad:
|
|
{
|
|
uint16_t L_231 = V_0;
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_232 = __this->get_m_Info_21();
|
|
NullCheck(L_232);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_233 = L_232->get_address_of_Offset_3();
|
|
uint16_t L_234 = L_233->get_Query_5();
|
|
if ((((int32_t)L_231) < ((int32_t)L_234)))
|
|
{
|
|
goto IL_05c6;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_235 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
return L_235;
|
|
}
|
|
|
|
IL_05c6:
|
|
{
|
|
String_t* L_236 = __this->get_m_String_16();
|
|
uint16_t L_237 = V_0;
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_238 = __this->get_m_Info_21();
|
|
NullCheck(L_238);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_239 = L_238->get_address_of_Offset_3();
|
|
uint16_t L_240 = L_239->get_Query_5();
|
|
uint16_t L_241 = V_0;
|
|
NullCheck(L_236);
|
|
String_t* L_242 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_236, L_237, ((int32_t)il2cpp_codegen_subtract((int32_t)L_240, (int32_t)L_241)), /*hidden argument*/NULL);
|
|
return L_242;
|
|
}
|
|
|
|
IL_05e5:
|
|
{
|
|
int32_t L_243 = ___uriParts0;
|
|
if ((!(((uint32_t)L_243) == ((uint32_t)((int32_t)32)))))
|
|
{
|
|
goto IL_0600;
|
|
}
|
|
}
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_244 = __this->get_m_Info_21();
|
|
NullCheck(L_244);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_245 = L_244->get_address_of_Offset_3();
|
|
uint16_t L_246 = L_245->get_Query_5();
|
|
V_0 = (uint16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_246, (int32_t)1)))));
|
|
goto IL_0611;
|
|
}
|
|
|
|
IL_0600:
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_247 = __this->get_m_Info_21();
|
|
NullCheck(L_247);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_248 = L_247->get_address_of_Offset_3();
|
|
uint16_t L_249 = L_248->get_Query_5();
|
|
V_0 = L_249;
|
|
}
|
|
|
|
IL_0611:
|
|
{
|
|
uint16_t L_250 = V_0;
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_251 = __this->get_m_Info_21();
|
|
NullCheck(L_251);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_252 = L_251->get_address_of_Offset_3();
|
|
uint16_t L_253 = L_252->get_Fragment_6();
|
|
if ((((int32_t)L_250) < ((int32_t)L_253)))
|
|
{
|
|
goto IL_062a;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_254 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
return L_254;
|
|
}
|
|
|
|
IL_062a:
|
|
{
|
|
String_t* L_255 = __this->get_m_String_16();
|
|
uint16_t L_256 = V_0;
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_257 = __this->get_m_Info_21();
|
|
NullCheck(L_257);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_258 = L_257->get_address_of_Offset_3();
|
|
uint16_t L_259 = L_258->get_Fragment_6();
|
|
uint16_t L_260 = V_0;
|
|
NullCheck(L_255);
|
|
String_t* L_261 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_255, L_256, ((int32_t)il2cpp_codegen_subtract((int32_t)L_259, (int32_t)L_260)), /*hidden argument*/NULL);
|
|
return L_261;
|
|
}
|
|
|
|
IL_0649:
|
|
{
|
|
int32_t L_262 = ___uriParts0;
|
|
if ((!(((uint32_t)L_262) == ((uint32_t)((int32_t)64)))))
|
|
{
|
|
goto IL_0664;
|
|
}
|
|
}
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_263 = __this->get_m_Info_21();
|
|
NullCheck(L_263);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_264 = L_263->get_address_of_Offset_3();
|
|
uint16_t L_265 = L_264->get_Fragment_6();
|
|
V_0 = (uint16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_265, (int32_t)1)))));
|
|
goto IL_0675;
|
|
}
|
|
|
|
IL_0664:
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_266 = __this->get_m_Info_21();
|
|
NullCheck(L_266);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_267 = L_266->get_address_of_Offset_3();
|
|
uint16_t L_268 = L_267->get_Fragment_6();
|
|
V_0 = L_268;
|
|
}
|
|
|
|
IL_0675:
|
|
{
|
|
uint16_t L_269 = V_0;
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_270 = __this->get_m_Info_21();
|
|
NullCheck(L_270);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_271 = L_270->get_address_of_Offset_3();
|
|
uint16_t L_272 = L_271->get_End_7();
|
|
if ((((int32_t)L_269) < ((int32_t)L_272)))
|
|
{
|
|
goto IL_068e;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_273 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
return L_273;
|
|
}
|
|
|
|
IL_068e:
|
|
{
|
|
String_t* L_274 = __this->get_m_String_16();
|
|
uint16_t L_275 = V_0;
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_276 = __this->get_m_Info_21();
|
|
NullCheck(L_276);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_277 = L_276->get_address_of_Offset_3();
|
|
uint16_t L_278 = L_277->get_End_7();
|
|
uint16_t L_279 = V_0;
|
|
NullCheck(L_274);
|
|
String_t* L_280 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_274, L_275, ((int32_t)il2cpp_codegen_subtract((int32_t)L_278, (int32_t)L_279)), /*hidden argument*/NULL);
|
|
return L_280;
|
|
}
|
|
|
|
IL_06ad:
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_281 = __this->get_m_Info_21();
|
|
NullCheck(L_281);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_282 = L_281->get_address_of_Offset_3();
|
|
uint16_t L_283 = L_282->get_Path_4();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_284 = __this->get_m_Info_21();
|
|
NullCheck(L_284);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_285 = L_284->get_address_of_Offset_3();
|
|
uint16_t L_286 = L_285->get_User_1();
|
|
if (!((int32_t)il2cpp_codegen_subtract((int32_t)L_283, (int32_t)L_286)))
|
|
{
|
|
goto IL_070d;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_287 = __this->get_m_String_16();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_288 = __this->get_m_Info_21();
|
|
NullCheck(L_288);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_289 = L_288->get_address_of_Offset_3();
|
|
uint16_t L_290 = L_289->get_User_1();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_291 = __this->get_m_Info_21();
|
|
NullCheck(L_291);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_292 = L_291->get_address_of_Offset_3();
|
|
uint16_t L_293 = L_292->get_Path_4();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_294 = __this->get_m_Info_21();
|
|
NullCheck(L_294);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_295 = L_294->get_address_of_Offset_3();
|
|
uint16_t L_296 = L_295->get_User_1();
|
|
NullCheck(L_287);
|
|
String_t* L_297 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_287, L_290, ((int32_t)il2cpp_codegen_subtract((int32_t)L_293, (int32_t)L_296)), /*hidden argument*/NULL);
|
|
return L_297;
|
|
}
|
|
|
|
IL_070d:
|
|
{
|
|
String_t* L_298 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
return L_298;
|
|
}
|
|
|
|
IL_0713:
|
|
{
|
|
bool L_299 = Uri_InFact_m4CE890C86FA34154A044516D2F3C9463389220D7(__this, (((int64_t)((int64_t)((int32_t)8388608)))), /*hidden argument*/NULL);
|
|
if (L_299)
|
|
{
|
|
goto IL_06ad;
|
|
}
|
|
}
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_300 = __this->get_m_Syntax_18();
|
|
NullCheck(L_300);
|
|
int32_t L_301 = UriParser_get_DefaultPort_m050510870CCD4DD08DF7E98E2AF3D616446AD99D_inline(L_300, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_301) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_06ad;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_302 = __this->get_m_String_16();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_303 = __this->get_m_Info_21();
|
|
NullCheck(L_303);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_304 = L_303->get_address_of_Offset_3();
|
|
uint16_t L_305 = L_304->get_User_1();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_306 = __this->get_m_Info_21();
|
|
NullCheck(L_306);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_307 = L_306->get_address_of_Offset_3();
|
|
uint16_t L_308 = L_307->get_Path_4();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_309 = __this->get_m_Info_21();
|
|
NullCheck(L_309);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_310 = L_309->get_address_of_Offset_3();
|
|
uint16_t L_311 = L_310->get_User_1();
|
|
NullCheck(L_302);
|
|
String_t* L_312 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_302, L_305, ((int32_t)il2cpp_codegen_subtract((int32_t)L_308, (int32_t)L_311)), /*hidden argument*/NULL);
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_313 = __this->get_m_Info_21();
|
|
NullCheck(L_313);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_314 = L_313->get_address_of_Offset_3();
|
|
uint16_t* L_315 = L_314->get_address_of_PortValue_3();
|
|
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_316 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
|
|
String_t* L_317 = UInt16_ToString_m50316C445AD23CCA40AA52A381C5E06A3786F12A((uint16_t*)L_315, L_316, /*hidden argument*/NULL);
|
|
String_t* L_318 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(L_312, _stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9, L_317, /*hidden argument*/NULL);
|
|
return L_318;
|
|
}
|
|
|
|
IL_0793:
|
|
{
|
|
String_t* L_319 = __this->get_m_String_16();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_320 = __this->get_m_Info_21();
|
|
NullCheck(L_320);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_321 = L_320->get_address_of_Offset_3();
|
|
uint16_t L_322 = L_321->get_Path_4();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_323 = __this->get_m_Info_21();
|
|
NullCheck(L_323);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_324 = L_323->get_address_of_Offset_3();
|
|
uint16_t L_325 = L_324->get_Fragment_6();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_326 = __this->get_m_Info_21();
|
|
NullCheck(L_326);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_327 = L_326->get_address_of_Offset_3();
|
|
uint16_t L_328 = L_327->get_Path_4();
|
|
NullCheck(L_319);
|
|
String_t* L_329 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_319, L_322, ((int32_t)il2cpp_codegen_subtract((int32_t)L_325, (int32_t)L_328)), /*hidden argument*/NULL);
|
|
return L_329;
|
|
}
|
|
|
|
IL_07d0:
|
|
{
|
|
bool L_330 = Uri_InFact_m4CE890C86FA34154A044516D2F3C9463389220D7(__this, (((int64_t)((int64_t)((int32_t)2097152)))), /*hidden argument*/NULL);
|
|
if (!L_330)
|
|
{
|
|
goto IL_085c;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_331 = __this->get_m_String_16();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_332 = __this->get_m_Info_21();
|
|
NullCheck(L_332);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_333 = L_332->get_address_of_Offset_3();
|
|
uint16_t L_334 = L_333->get_Scheme_0();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_335 = __this->get_m_Info_21();
|
|
NullCheck(L_335);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_336 = L_335->get_address_of_Offset_3();
|
|
uint16_t L_337 = L_336->get_User_1();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_338 = __this->get_m_Info_21();
|
|
NullCheck(L_338);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_339 = L_338->get_address_of_Offset_3();
|
|
uint16_t L_340 = L_339->get_Scheme_0();
|
|
NullCheck(L_331);
|
|
String_t* L_341 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_331, L_334, ((int32_t)il2cpp_codegen_subtract((int32_t)L_337, (int32_t)L_340)), /*hidden argument*/NULL);
|
|
String_t* L_342 = __this->get_m_String_16();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_343 = __this->get_m_Info_21();
|
|
NullCheck(L_343);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_344 = L_343->get_address_of_Offset_3();
|
|
uint16_t L_345 = L_344->get_Host_2();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_346 = __this->get_m_Info_21();
|
|
NullCheck(L_346);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_347 = L_346->get_address_of_Offset_3();
|
|
uint16_t L_348 = L_347->get_End_7();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_349 = __this->get_m_Info_21();
|
|
NullCheck(L_349);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_350 = L_349->get_address_of_Offset_3();
|
|
uint16_t L_351 = L_350->get_Host_2();
|
|
NullCheck(L_342);
|
|
String_t* L_352 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_342, L_345, ((int32_t)il2cpp_codegen_subtract((int32_t)L_348, (int32_t)L_351)), /*hidden argument*/NULL);
|
|
String_t* L_353 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_341, L_352, /*hidden argument*/NULL);
|
|
return L_353;
|
|
}
|
|
|
|
IL_085c:
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_354 = __this->get_m_Info_21();
|
|
NullCheck(L_354);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_355 = L_354->get_address_of_Offset_3();
|
|
uint16_t L_356 = L_355->get_Scheme_0();
|
|
if (L_356)
|
|
{
|
|
goto IL_0892;
|
|
}
|
|
}
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_357 = __this->get_m_Info_21();
|
|
NullCheck(L_357);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_358 = L_357->get_address_of_Offset_3();
|
|
uint16_t L_359 = L_358->get_End_7();
|
|
String_t* L_360 = __this->get_m_String_16();
|
|
NullCheck(L_360);
|
|
int32_t L_361 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_360, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_359) == ((uint32_t)L_361))))
|
|
{
|
|
goto IL_0892;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_362 = __this->get_m_String_16();
|
|
return L_362;
|
|
}
|
|
|
|
IL_0892:
|
|
{
|
|
String_t* L_363 = __this->get_m_String_16();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_364 = __this->get_m_Info_21();
|
|
NullCheck(L_364);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_365 = L_364->get_address_of_Offset_3();
|
|
uint16_t L_366 = L_365->get_Scheme_0();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_367 = __this->get_m_Info_21();
|
|
NullCheck(L_367);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_368 = L_367->get_address_of_Offset_3();
|
|
uint16_t L_369 = L_368->get_End_7();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_370 = __this->get_m_Info_21();
|
|
NullCheck(L_370);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_371 = L_370->get_address_of_Offset_3();
|
|
uint16_t L_372 = L_371->get_Scheme_0();
|
|
NullCheck(L_363);
|
|
String_t* L_373 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_363, L_366, ((int32_t)il2cpp_codegen_subtract((int32_t)L_369, (int32_t)L_372)), /*hidden argument*/NULL);
|
|
return L_373;
|
|
}
|
|
|
|
IL_08cf:
|
|
{
|
|
String_t* L_374 = __this->get_m_String_16();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_375 = __this->get_m_Info_21();
|
|
NullCheck(L_375);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_376 = L_375->get_address_of_Offset_3();
|
|
uint16_t L_377 = L_376->get_Path_4();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_378 = __this->get_m_Info_21();
|
|
NullCheck(L_378);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_379 = L_378->get_address_of_Offset_3();
|
|
uint16_t L_380 = L_379->get_End_7();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_381 = __this->get_m_Info_21();
|
|
NullCheck(L_381);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_382 = L_381->get_address_of_Offset_3();
|
|
uint16_t L_383 = L_382->get_Path_4();
|
|
NullCheck(L_374);
|
|
String_t* L_384 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_374, L_377, ((int32_t)il2cpp_codegen_subtract((int32_t)L_380, (int32_t)L_383)), /*hidden argument*/NULL);
|
|
return L_384;
|
|
}
|
|
|
|
IL_090c:
|
|
{
|
|
bool L_385 = Uri_NotAny_mC5DC04B72B13D2997B055B9E41FCFEEC1CE5263D(__this, (((int64_t)((int64_t)((int32_t)2097152)))), /*hidden argument*/NULL);
|
|
if (!L_385)
|
|
{
|
|
goto IL_0920;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_386 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
return L_386;
|
|
}
|
|
|
|
IL_0920:
|
|
{
|
|
int32_t L_387 = ___uriParts0;
|
|
if ((!(((uint32_t)L_387) == ((uint32_t)2))))
|
|
{
|
|
goto IL_093a;
|
|
}
|
|
}
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_388 = __this->get_m_Info_21();
|
|
NullCheck(L_388);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_389 = L_388->get_address_of_Offset_3();
|
|
uint16_t L_390 = L_389->get_Host_2();
|
|
V_0 = (uint16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_390, (int32_t)1)))));
|
|
goto IL_094b;
|
|
}
|
|
|
|
IL_093a:
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_391 = __this->get_m_Info_21();
|
|
NullCheck(L_391);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_392 = L_391->get_address_of_Offset_3();
|
|
uint16_t L_393 = L_392->get_Host_2();
|
|
V_0 = L_393;
|
|
}
|
|
|
|
IL_094b:
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_394 = __this->get_m_Info_21();
|
|
NullCheck(L_394);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_395 = L_394->get_address_of_Offset_3();
|
|
uint16_t L_396 = L_395->get_User_1();
|
|
uint16_t L_397 = V_0;
|
|
if ((((int32_t)L_396) < ((int32_t)L_397)))
|
|
{
|
|
goto IL_0964;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_398 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
return L_398;
|
|
}
|
|
|
|
IL_0964:
|
|
{
|
|
String_t* L_399 = __this->get_m_String_16();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_400 = __this->get_m_Info_21();
|
|
NullCheck(L_400);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_401 = L_400->get_address_of_Offset_3();
|
|
uint16_t L_402 = L_401->get_User_1();
|
|
uint16_t L_403 = V_0;
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_404 = __this->get_m_Info_21();
|
|
NullCheck(L_404);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_405 = L_404->get_address_of_Offset_3();
|
|
uint16_t L_406 = L_405->get_User_1();
|
|
NullCheck(L_399);
|
|
String_t* L_407 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_399, L_402, ((int32_t)il2cpp_codegen_subtract((int32_t)L_403, (int32_t)L_406)), /*hidden argument*/NULL);
|
|
return L_407;
|
|
}
|
|
|
|
IL_0992:
|
|
{
|
|
return (String_t*)NULL;
|
|
}
|
|
}
|
|
// System.Void System.Uri::ParseRemaining()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_ParseRemaining_mBAE0F9850CD84965B3793B17444C677D77D58774 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Uri_ParseRemaining_mBAE0F9850CD84965B3793B17444C677D77D58774_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint64_t V_0 = 0;
|
|
bool V_1 = false;
|
|
uint16_t V_2 = 0;
|
|
uint16_t V_3 = 0;
|
|
uint16_t V_4 = 0;
|
|
int32_t V_5 = 0;
|
|
int32_t V_6 = 0;
|
|
bool V_7 = false;
|
|
Il2CppChar* V_8 = NULL;
|
|
String_t* V_9 = NULL;
|
|
uint16_t V_10 = 0;
|
|
uint16_t V_11 = 0;
|
|
uint16_t V_12 = 0;
|
|
String_t* V_13 = NULL;
|
|
Il2CppChar* V_14 = NULL;
|
|
uint16_t V_15 = 0;
|
|
String_t* V_16 = NULL;
|
|
Il2CppChar* V_17 = NULL;
|
|
uint16_t V_18 = 0;
|
|
String_t* V_19 = NULL;
|
|
Il2CppChar* V_20 = NULL;
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * V_21 = NULL;
|
|
bool V_22 = false;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 4);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
int32_t G_B5_0 = 0;
|
|
int32_t G_B45_0 = 0;
|
|
uint16_t* G_B45_1 = NULL;
|
|
String_t* G_B45_2 = NULL;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * G_B45_3 = NULL;
|
|
int32_t G_B42_0 = 0;
|
|
uint16_t* G_B42_1 = NULL;
|
|
String_t* G_B42_2 = NULL;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * G_B42_3 = NULL;
|
|
int32_t G_B44_0 = 0;
|
|
uint16_t* G_B44_1 = NULL;
|
|
String_t* G_B44_2 = NULL;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * G_B44_3 = NULL;
|
|
int32_t G_B43_0 = 0;
|
|
uint16_t* G_B43_1 = NULL;
|
|
String_t* G_B43_2 = NULL;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * G_B43_3 = NULL;
|
|
int32_t G_B46_0 = 0;
|
|
int32_t G_B46_1 = 0;
|
|
uint16_t* G_B46_2 = NULL;
|
|
String_t* G_B46_3 = NULL;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * G_B46_4 = NULL;
|
|
uint16_t G_B63_0 = 0;
|
|
uint16_t* G_B63_1 = NULL;
|
|
Il2CppChar* G_B63_2 = NULL;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * G_B63_3 = NULL;
|
|
uint16_t G_B60_0 = 0;
|
|
uint16_t* G_B60_1 = NULL;
|
|
Il2CppChar* G_B60_2 = NULL;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * G_B60_3 = NULL;
|
|
uint16_t G_B62_0 = 0;
|
|
uint16_t* G_B62_1 = NULL;
|
|
Il2CppChar* G_B62_2 = NULL;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * G_B62_3 = NULL;
|
|
uint16_t G_B61_0 = 0;
|
|
uint16_t* G_B61_1 = NULL;
|
|
Il2CppChar* G_B61_2 = NULL;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * G_B61_3 = NULL;
|
|
int32_t G_B64_0 = 0;
|
|
uint16_t G_B64_1 = 0;
|
|
uint16_t* G_B64_2 = NULL;
|
|
Il2CppChar* G_B64_3 = NULL;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * G_B64_4 = NULL;
|
|
int32_t G_B107_0 = 0;
|
|
uint16_t* G_B107_1 = NULL;
|
|
String_t* G_B107_2 = NULL;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * G_B107_3 = NULL;
|
|
int32_t G_B106_0 = 0;
|
|
uint16_t* G_B106_1 = NULL;
|
|
String_t* G_B106_2 = NULL;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * G_B106_3 = NULL;
|
|
int32_t G_B108_0 = 0;
|
|
int32_t G_B108_1 = 0;
|
|
uint16_t* G_B108_2 = NULL;
|
|
String_t* G_B108_3 = NULL;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * G_B108_4 = NULL;
|
|
uint16_t G_B121_0 = 0;
|
|
uint16_t* G_B121_1 = NULL;
|
|
Il2CppChar* G_B121_2 = NULL;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * G_B121_3 = NULL;
|
|
uint16_t G_B120_0 = 0;
|
|
uint16_t* G_B120_1 = NULL;
|
|
Il2CppChar* G_B120_2 = NULL;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * G_B120_3 = NULL;
|
|
int32_t G_B122_0 = 0;
|
|
uint16_t G_B122_1 = 0;
|
|
uint16_t* G_B122_2 = NULL;
|
|
Il2CppChar* G_B122_3 = NULL;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * G_B122_4 = NULL;
|
|
{
|
|
Uri_EnsureUriInfo_m4B46DF8611FA6D20D497D12D00544CFB466DCFA7(__this, /*hidden argument*/NULL);
|
|
V_0 = (((int64_t)((int64_t)0)));
|
|
bool L_0 = Uri_get_UserDrivenParsing_mFF27964894B5C0432C37E425F319D6C915BCDC39(__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_0822;
|
|
}
|
|
}
|
|
{
|
|
bool L_1 = __this->get_m_iriParsing_22();
|
|
if (!L_1)
|
|
{
|
|
goto IL_0045;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_2 = __this->get_m_Flags_20();
|
|
if (!((int64_t)((int64_t)L_2&(int64_t)((int64_t)8589934592LL))))
|
|
{
|
|
goto IL_0045;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_3 = __this->get_m_Flags_20();
|
|
G_B5_0 = ((((int64_t)((int64_t)((int64_t)L_3&(int64_t)((int64_t)34359738368LL)))) == ((int64_t)(((int64_t)((int64_t)0)))))? 1 : 0);
|
|
goto IL_0046;
|
|
}
|
|
|
|
IL_0045:
|
|
{
|
|
G_B5_0 = 0;
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
V_1 = (bool)G_B5_0;
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_4 = __this->get_m_Info_21();
|
|
NullCheck(L_4);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_5 = L_4->get_address_of_Offset_3();
|
|
uint16_t L_6 = L_5->get_Scheme_0();
|
|
V_3 = L_6;
|
|
String_t* L_7 = __this->get_m_String_16();
|
|
NullCheck(L_7);
|
|
int32_t L_8 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_7, /*hidden argument*/NULL);
|
|
V_4 = (uint16_t)(((int32_t)((uint16_t)L_8)));
|
|
V_5 = 0;
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_9 = __this->get_m_Syntax_18();
|
|
NullCheck(L_9);
|
|
int32_t L_10 = UriParser_get_Flags_mBCF4C3E94892F00B6E8856BFED1B650FB6A0C039_inline(L_9, /*hidden argument*/NULL);
|
|
V_6 = L_10;
|
|
String_t* L_11 = __this->get_m_String_16();
|
|
V_9 = L_11;
|
|
String_t* L_12 = V_9;
|
|
V_8 = (Il2CppChar*)(((uintptr_t)L_12));
|
|
Il2CppChar* L_13 = V_8;
|
|
if (!L_13)
|
|
{
|
|
goto IL_0091;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_14 = V_8;
|
|
int32_t L_15 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL);
|
|
V_8 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_14, (int32_t)L_15));
|
|
}
|
|
|
|
IL_0091:
|
|
{
|
|
uint16_t L_16 = V_4;
|
|
uint16_t L_17 = V_3;
|
|
if ((((int32_t)L_16) <= ((int32_t)L_17)))
|
|
{
|
|
goto IL_00d1;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_18 = V_8;
|
|
uint16_t L_19 = V_4;
|
|
int32_t L_20 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_18, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)1)))), (int32_t)2)))));
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
bool L_21 = Uri_IsLWS_m7A9F3B969CCEE56B9F98E40F1903C737DA7DF0D6(L_20, /*hidden argument*/NULL);
|
|
if (!L_21)
|
|
{
|
|
goto IL_00d1;
|
|
}
|
|
}
|
|
{
|
|
uint16_t L_22 = V_4;
|
|
V_4 = (uint16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)1)))));
|
|
}
|
|
|
|
IL_00af:
|
|
{
|
|
uint16_t L_23 = V_4;
|
|
uint16_t L_24 = V_3;
|
|
if ((((int32_t)L_23) == ((int32_t)L_24)))
|
|
{
|
|
goto IL_00ca;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_25 = V_8;
|
|
uint16_t L_26 = V_4;
|
|
int32_t L_27 = (((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)1)))));
|
|
V_4 = (uint16_t)L_27;
|
|
int32_t L_28 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_25, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_27)), (int32_t)2)))));
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
bool L_29 = Uri_IsLWS_m7A9F3B969CCEE56B9F98E40F1903C737DA7DF0D6(L_28, /*hidden argument*/NULL);
|
|
if (L_29)
|
|
{
|
|
goto IL_00af;
|
|
}
|
|
}
|
|
|
|
IL_00ca:
|
|
{
|
|
uint16_t L_30 = V_4;
|
|
V_4 = (uint16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)))));
|
|
}
|
|
|
|
IL_00d1:
|
|
{
|
|
bool L_31 = Uri_get_IsImplicitFile_m048350CB1E9AB92599F1557680A5D3B5FDE7C35D(__this, /*hidden argument*/NULL);
|
|
if (!L_31)
|
|
{
|
|
goto IL_00e3;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_32 = V_0;
|
|
V_0 = ((int64_t)((int64_t)L_32|(int64_t)(((int64_t)((int64_t)1)))));
|
|
goto IL_016c;
|
|
}
|
|
|
|
IL_00e3:
|
|
{
|
|
V_10 = (uint16_t)0;
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_33 = __this->get_m_Syntax_18();
|
|
NullCheck(L_33);
|
|
String_t* L_34 = UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1_inline(L_33, /*hidden argument*/NULL);
|
|
NullCheck(L_34);
|
|
int32_t L_35 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_34, /*hidden argument*/NULL);
|
|
V_11 = (uint16_t)(((int32_t)((uint16_t)L_35)));
|
|
goto IL_0126;
|
|
}
|
|
|
|
IL_00fb:
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_36 = __this->get_m_Syntax_18();
|
|
NullCheck(L_36);
|
|
String_t* L_37 = UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1_inline(L_36, /*hidden argument*/NULL);
|
|
uint16_t L_38 = V_10;
|
|
NullCheck(L_37);
|
|
Il2CppChar L_39 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_37, L_38, /*hidden argument*/NULL);
|
|
Il2CppChar* L_40 = V_8;
|
|
uint16_t L_41 = V_3;
|
|
uint16_t L_42 = V_10;
|
|
int32_t L_43 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_40, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)L_42)))), (int32_t)2)))));
|
|
if ((((int32_t)L_39) == ((int32_t)L_43)))
|
|
{
|
|
goto IL_011f;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_44 = V_0;
|
|
V_0 = ((int64_t)((int64_t)L_44|(int64_t)(((int64_t)((int64_t)1)))));
|
|
}
|
|
|
|
IL_011f:
|
|
{
|
|
uint16_t L_45 = V_10;
|
|
V_10 = (uint16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)1)))));
|
|
}
|
|
|
|
IL_0126:
|
|
{
|
|
uint16_t L_46 = V_10;
|
|
uint16_t L_47 = V_11;
|
|
if ((((int32_t)L_46) < ((int32_t)L_47)))
|
|
{
|
|
goto IL_00fb;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_48 = __this->get_m_Flags_20();
|
|
if (!((int64_t)((int64_t)L_48&(int64_t)(((int64_t)((int64_t)((int32_t)1048576)))))))
|
|
{
|
|
goto IL_016c;
|
|
}
|
|
}
|
|
{
|
|
uint16_t L_49 = V_3;
|
|
uint16_t L_50 = V_10;
|
|
uint16_t L_51 = V_4;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)L_50)), (int32_t)3))) >= ((int32_t)L_51)))
|
|
{
|
|
goto IL_0167;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_52 = V_8;
|
|
uint16_t L_53 = V_3;
|
|
uint16_t L_54 = V_10;
|
|
int32_t L_55 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_52, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)L_54)), (int32_t)1)))), (int32_t)2)))));
|
|
if ((!(((uint32_t)L_55) == ((uint32_t)((int32_t)47)))))
|
|
{
|
|
goto IL_0167;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_56 = V_8;
|
|
uint16_t L_57 = V_3;
|
|
uint16_t L_58 = V_10;
|
|
int32_t L_59 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_56, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)L_58)), (int32_t)2)))), (int32_t)2)))));
|
|
if ((((int32_t)L_59) == ((int32_t)((int32_t)47))))
|
|
{
|
|
goto IL_016c;
|
|
}
|
|
}
|
|
|
|
IL_0167:
|
|
{
|
|
uint64_t L_60 = V_0;
|
|
V_0 = ((int64_t)((int64_t)L_60|(int64_t)(((int64_t)((int64_t)1)))));
|
|
}
|
|
|
|
IL_016c:
|
|
{
|
|
uint64_t L_61 = __this->get_m_Flags_20();
|
|
if (!((int64_t)((int64_t)L_61&(int64_t)(((int64_t)((int64_t)((int32_t)2097152)))))))
|
|
{
|
|
goto IL_01e3;
|
|
}
|
|
}
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_62 = __this->get_m_Info_21();
|
|
NullCheck(L_62);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_63 = L_62->get_address_of_Offset_3();
|
|
uint16_t L_64 = L_63->get_User_1();
|
|
V_3 = L_64;
|
|
Il2CppChar* L_65 = V_8;
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_66 = __this->get_m_Info_21();
|
|
NullCheck(L_66);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_67 = L_66->get_address_of_Offset_3();
|
|
uint16_t L_68 = L_67->get_Host_2();
|
|
int32_t L_69 = Uri_CheckCanonical_mED3910E55213D1DFEAA5B33079E3A89D369B10B6(__this, (Il2CppChar*)(Il2CppChar*)L_65, (uint16_t*)(&V_3), L_68, ((int32_t)64), /*hidden argument*/NULL);
|
|
V_5 = L_69;
|
|
int32_t L_70 = V_5;
|
|
if (((int32_t)((int32_t)L_70&(int32_t)2)))
|
|
{
|
|
goto IL_01b5;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_71 = V_0;
|
|
V_0 = ((int64_t)((int64_t)L_71|(int64_t)(((int64_t)((int64_t)2)))));
|
|
}
|
|
|
|
IL_01b5:
|
|
{
|
|
int32_t L_72 = V_5;
|
|
if ((((int32_t)((int32_t)((int32_t)L_72&(int32_t)((int32_t)17)))) == ((int32_t)1)))
|
|
{
|
|
goto IL_01c6;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_73 = V_0;
|
|
V_0 = ((int64_t)((int64_t)L_73|(int64_t)(((int64_t)((int64_t)((int32_t)128))))));
|
|
}
|
|
|
|
IL_01c6:
|
|
{
|
|
bool L_74 = __this->get_m_iriParsing_22();
|
|
if (!L_74)
|
|
{
|
|
goto IL_01e3;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_75 = V_5;
|
|
if ((!(((uint32_t)((int32_t)((int32_t)L_75&(int32_t)((int32_t)91)))) == ((uint32_t)((int32_t)10)))))
|
|
{
|
|
goto IL_01e3;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_76 = V_0;
|
|
V_0 = ((int64_t)((int64_t)L_76|(int64_t)((int64_t)549755813888LL)));
|
|
}
|
|
|
|
IL_01e3:
|
|
{
|
|
V_9 = (String_t*)NULL;
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_77 = __this->get_m_Info_21();
|
|
NullCheck(L_77);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_78 = L_77->get_address_of_Offset_3();
|
|
uint16_t L_79 = L_78->get_Path_4();
|
|
V_3 = L_79;
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_80 = __this->get_m_Info_21();
|
|
NullCheck(L_80);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_81 = L_80->get_address_of_Offset_3();
|
|
uint16_t L_82 = L_81->get_Path_4();
|
|
V_2 = L_82;
|
|
bool L_83 = V_1;
|
|
if (!L_83)
|
|
{
|
|
goto IL_034b;
|
|
}
|
|
}
|
|
{
|
|
bool L_84 = Uri_get_IsDosPath_m89CA4E32381C529502E91872BC89BD18F5419D08(__this, /*hidden argument*/NULL);
|
|
if (!L_84)
|
|
{
|
|
goto IL_0246;
|
|
}
|
|
}
|
|
{
|
|
bool L_85 = Uri_get_IsImplicitFile_m048350CB1E9AB92599F1557680A5D3B5FDE7C35D(__this, /*hidden argument*/NULL);
|
|
if (!L_85)
|
|
{
|
|
goto IL_022b;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_86 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
__this->set_m_String_16(L_86);
|
|
goto IL_0246;
|
|
}
|
|
|
|
IL_022b:
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_87 = __this->get_m_Syntax_18();
|
|
NullCheck(L_87);
|
|
String_t* L_88 = UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1_inline(L_87, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
String_t* L_89 = ((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var))->get_SchemeDelimiter_12();
|
|
String_t* L_90 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_88, L_89, /*hidden argument*/NULL);
|
|
__this->set_m_String_16(L_90);
|
|
}
|
|
|
|
IL_0246:
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_91 = __this->get_m_Info_21();
|
|
NullCheck(L_91);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_92 = L_91->get_address_of_Offset_3();
|
|
String_t* L_93 = __this->get_m_String_16();
|
|
NullCheck(L_93);
|
|
int32_t L_94 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_93, /*hidden argument*/NULL);
|
|
L_92->set_Path_4((uint16_t)(((int32_t)((uint16_t)L_94))));
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_95 = __this->get_m_Info_21();
|
|
NullCheck(L_95);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_96 = L_95->get_address_of_Offset_3();
|
|
uint16_t L_97 = L_96->get_Path_4();
|
|
V_3 = L_97;
|
|
uint16_t L_98 = V_2;
|
|
V_12 = L_98;
|
|
bool L_99 = Uri_get_IsImplicitFile_m048350CB1E9AB92599F1557680A5D3B5FDE7C35D(__this, /*hidden argument*/NULL);
|
|
if (L_99)
|
|
{
|
|
goto IL_0285;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_100 = V_6;
|
|
if (((int32_t)((int32_t)L_100&(int32_t)((int32_t)96))))
|
|
{
|
|
goto IL_02a6;
|
|
}
|
|
}
|
|
|
|
IL_0285:
|
|
{
|
|
String_t* L_101 = __this->get_m_originalUnicodeString_17();
|
|
String_t* L_102 = __this->get_m_originalUnicodeString_17();
|
|
NullCheck(L_102);
|
|
int32_t L_103 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_102, /*hidden argument*/NULL);
|
|
Uri_FindEndOfComponent_mF276ABD008291C1FDC4B433A2F274058D06D8A6B(__this, L_101, (uint16_t*)(&V_2), (uint16_t)(((int32_t)((uint16_t)L_103))), ((int32_t)65535), /*hidden argument*/NULL);
|
|
goto IL_02eb;
|
|
}
|
|
|
|
IL_02a6:
|
|
{
|
|
String_t* L_104 = __this->get_m_originalUnicodeString_17();
|
|
String_t* L_105 = __this->get_m_originalUnicodeString_17();
|
|
NullCheck(L_105);
|
|
int32_t L_106 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_105, /*hidden argument*/NULL);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_107 = __this->get_m_Syntax_18();
|
|
NullCheck(L_107);
|
|
bool L_108 = UriParser_InFact_mDD42FA932B6830D99AA04C2AE7875BA5067C86F3(L_107, ((int32_t)32), /*hidden argument*/NULL);
|
|
G_B42_0 = (((int32_t)((uint16_t)L_106)));
|
|
G_B42_1 = (&V_2);
|
|
G_B42_2 = L_104;
|
|
G_B42_3 = __this;
|
|
if (L_108)
|
|
{
|
|
G_B45_0 = (((int32_t)((uint16_t)L_106)));
|
|
G_B45_1 = (&V_2);
|
|
G_B45_2 = L_104;
|
|
G_B45_3 = __this;
|
|
goto IL_02e4;
|
|
}
|
|
}
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_109 = __this->get_m_Syntax_18();
|
|
NullCheck(L_109);
|
|
bool L_110 = UriParser_InFact_mDD42FA932B6830D99AA04C2AE7875BA5067C86F3(L_109, ((int32_t)64), /*hidden argument*/NULL);
|
|
G_B43_0 = G_B42_0;
|
|
G_B43_1 = G_B42_1;
|
|
G_B43_2 = G_B42_2;
|
|
G_B43_3 = G_B42_3;
|
|
if (L_110)
|
|
{
|
|
G_B44_0 = G_B42_0;
|
|
G_B44_1 = G_B42_1;
|
|
G_B44_2 = G_B42_2;
|
|
G_B44_3 = G_B42_3;
|
|
goto IL_02e0;
|
|
}
|
|
}
|
|
{
|
|
G_B46_0 = ((int32_t)65534);
|
|
G_B46_1 = G_B43_0;
|
|
G_B46_2 = G_B43_1;
|
|
G_B46_3 = G_B43_2;
|
|
G_B46_4 = G_B43_3;
|
|
goto IL_02e6;
|
|
}
|
|
|
|
IL_02e0:
|
|
{
|
|
G_B46_0 = ((int32_t)35);
|
|
G_B46_1 = G_B44_0;
|
|
G_B46_2 = G_B44_1;
|
|
G_B46_3 = G_B44_2;
|
|
G_B46_4 = G_B44_3;
|
|
goto IL_02e6;
|
|
}
|
|
|
|
IL_02e4:
|
|
{
|
|
G_B46_0 = ((int32_t)63);
|
|
G_B46_1 = G_B45_0;
|
|
G_B46_2 = G_B45_1;
|
|
G_B46_3 = G_B45_2;
|
|
G_B46_4 = G_B45_3;
|
|
}
|
|
|
|
IL_02e6:
|
|
{
|
|
NullCheck(G_B46_4);
|
|
Uri_FindEndOfComponent_mF276ABD008291C1FDC4B433A2F274058D06D8A6B(G_B46_4, G_B46_3, (uint16_t*)G_B46_2, (uint16_t)G_B46_1, G_B46_0, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_02eb:
|
|
{
|
|
String_t* L_111 = __this->get_m_originalUnicodeString_17();
|
|
uint16_t L_112 = V_12;
|
|
uint16_t L_113 = V_2;
|
|
String_t* L_114 = Uri_EscapeUnescapeIri_mDE5E4BAE74E2C2373AD186732FEE7AD6E0EA7180(__this, L_111, L_112, L_113, ((int32_t)16), /*hidden argument*/NULL);
|
|
V_13 = L_114;
|
|
}
|
|
|
|
IL_02fe:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var);
|
|
bool L_115 = UriParser_get_ShouldUseLegacyV2Quirks_mD4C8DF67677ACCCC3B5E026099ECC0BDA24D96DD(/*hidden argument*/NULL);
|
|
if (!L_115)
|
|
{
|
|
goto IL_0320;
|
|
}
|
|
}
|
|
|
|
IL_0305:
|
|
{
|
|
String_t* L_116 = __this->get_m_String_16();
|
|
String_t* L_117 = V_13;
|
|
NullCheck(L_117);
|
|
String_t* L_118 = String_Normalize_m331F324C5A5E95FF79E2AB44A0C454324E91F7C6(L_117, 1, /*hidden argument*/NULL);
|
|
String_t* L_119 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_116, L_118, /*hidden argument*/NULL);
|
|
__this->set_m_String_16(L_119);
|
|
goto IL_0333;
|
|
}
|
|
|
|
IL_0320:
|
|
{
|
|
String_t* L_120 = __this->get_m_String_16();
|
|
String_t* L_121 = V_13;
|
|
String_t* L_122 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_120, L_121, /*hidden argument*/NULL);
|
|
__this->set_m_String_16(L_122);
|
|
}
|
|
|
|
IL_0333:
|
|
{
|
|
goto IL_033d;
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0335;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0335:
|
|
{ // begin catch(System.ArgumentException)
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A * L_123 = Uri_GetException_m2E833A8358C84BCF0397341160FADB1164290164(1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_123, Uri_ParseRemaining_mBAE0F9850CD84965B3793B17444C677D77D58774_RuntimeMethod_var);
|
|
} // end catch (depth: 1)
|
|
|
|
IL_033d:
|
|
{
|
|
String_t* L_124 = __this->get_m_String_16();
|
|
NullCheck(L_124);
|
|
int32_t L_125 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_124, /*hidden argument*/NULL);
|
|
V_4 = (uint16_t)(((int32_t)((uint16_t)L_125)));
|
|
}
|
|
|
|
IL_034b:
|
|
{
|
|
String_t* L_126 = __this->get_m_String_16();
|
|
V_9 = L_126;
|
|
String_t* L_127 = V_9;
|
|
V_14 = (Il2CppChar*)(((uintptr_t)L_127));
|
|
Il2CppChar* L_128 = V_14;
|
|
if (!L_128)
|
|
{
|
|
goto IL_0366;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_129 = V_14;
|
|
int32_t L_130 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL);
|
|
V_14 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_129, (int32_t)L_130));
|
|
}
|
|
|
|
IL_0366:
|
|
{
|
|
bool L_131 = Uri_get_IsImplicitFile_m048350CB1E9AB92599F1557680A5D3B5FDE7C35D(__this, /*hidden argument*/NULL);
|
|
if (L_131)
|
|
{
|
|
goto IL_0375;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_132 = V_6;
|
|
if (((int32_t)((int32_t)L_132&(int32_t)((int32_t)96))))
|
|
{
|
|
goto IL_038a;
|
|
}
|
|
}
|
|
|
|
IL_0375:
|
|
{
|
|
Il2CppChar* L_133 = V_14;
|
|
uint16_t L_134 = V_4;
|
|
int32_t L_135 = Uri_CheckCanonical_mED3910E55213D1DFEAA5B33079E3A89D369B10B6(__this, (Il2CppChar*)(Il2CppChar*)L_133, (uint16_t*)(&V_3), L_134, ((int32_t)65535), /*hidden argument*/NULL);
|
|
V_5 = L_135;
|
|
goto IL_03bb;
|
|
}
|
|
|
|
IL_038a:
|
|
{
|
|
Il2CppChar* L_136 = V_14;
|
|
uint16_t L_137 = V_4;
|
|
int32_t L_138 = V_6;
|
|
G_B60_0 = L_137;
|
|
G_B60_1 = (&V_3);
|
|
G_B60_2 = L_136;
|
|
G_B60_3 = __this;
|
|
if (((int32_t)((int32_t)L_138&(int32_t)((int32_t)32))))
|
|
{
|
|
G_B63_0 = L_137;
|
|
G_B63_1 = (&V_3);
|
|
G_B63_2 = L_136;
|
|
G_B63_3 = __this;
|
|
goto IL_03b2;
|
|
}
|
|
}
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_139 = __this->get_m_Syntax_18();
|
|
NullCheck(L_139);
|
|
bool L_140 = UriParser_InFact_mDD42FA932B6830D99AA04C2AE7875BA5067C86F3(L_139, ((int32_t)64), /*hidden argument*/NULL);
|
|
G_B61_0 = G_B60_0;
|
|
G_B61_1 = G_B60_1;
|
|
G_B61_2 = G_B60_2;
|
|
G_B61_3 = G_B60_3;
|
|
if (L_140)
|
|
{
|
|
G_B62_0 = G_B60_0;
|
|
G_B62_1 = G_B60_1;
|
|
G_B62_2 = G_B60_2;
|
|
G_B62_3 = G_B60_3;
|
|
goto IL_03ae;
|
|
}
|
|
}
|
|
{
|
|
G_B64_0 = ((int32_t)65534);
|
|
G_B64_1 = G_B61_0;
|
|
G_B64_2 = G_B61_1;
|
|
G_B64_3 = G_B61_2;
|
|
G_B64_4 = G_B61_3;
|
|
goto IL_03b4;
|
|
}
|
|
|
|
IL_03ae:
|
|
{
|
|
G_B64_0 = ((int32_t)35);
|
|
G_B64_1 = G_B62_0;
|
|
G_B64_2 = G_B62_1;
|
|
G_B64_3 = G_B62_2;
|
|
G_B64_4 = G_B62_3;
|
|
goto IL_03b4;
|
|
}
|
|
|
|
IL_03b2:
|
|
{
|
|
G_B64_0 = ((int32_t)63);
|
|
G_B64_1 = G_B63_0;
|
|
G_B64_2 = G_B63_1;
|
|
G_B64_3 = G_B63_2;
|
|
G_B64_4 = G_B63_3;
|
|
}
|
|
|
|
IL_03b4:
|
|
{
|
|
NullCheck(G_B64_4);
|
|
int32_t L_141 = Uri_CheckCanonical_mED3910E55213D1DFEAA5B33079E3A89D369B10B6(G_B64_4, (Il2CppChar*)(Il2CppChar*)G_B64_3, (uint16_t*)G_B64_2, G_B64_1, G_B64_0, /*hidden argument*/NULL);
|
|
V_5 = L_141;
|
|
}
|
|
|
|
IL_03bb:
|
|
{
|
|
uint64_t L_142 = __this->get_m_Flags_20();
|
|
if (!((int64_t)((int64_t)L_142&(int64_t)(((int64_t)((int64_t)((int32_t)1048576)))))))
|
|
{
|
|
goto IL_0427;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_143 = V_6;
|
|
if (!((int32_t)((int32_t)L_143&(int32_t)((int32_t)2097152))))
|
|
{
|
|
goto IL_0427;
|
|
}
|
|
}
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_144 = __this->get_m_Info_21();
|
|
NullCheck(L_144);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_145 = L_144->get_address_of_Offset_3();
|
|
uint16_t L_146 = L_145->get_Path_4();
|
|
uint16_t L_147 = V_4;
|
|
if ((((int32_t)L_146) == ((int32_t)L_147)))
|
|
{
|
|
goto IL_041e;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_148 = V_14;
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_149 = __this->get_m_Info_21();
|
|
NullCheck(L_149);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_150 = L_149->get_address_of_Offset_3();
|
|
uint16_t L_151 = L_150->get_Path_4();
|
|
int32_t L_152 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_148, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_151)), (int32_t)2)))));
|
|
if ((((int32_t)L_152) == ((int32_t)((int32_t)47))))
|
|
{
|
|
goto IL_0427;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_153 = V_14;
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_154 = __this->get_m_Info_21();
|
|
NullCheck(L_154);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_155 = L_154->get_address_of_Offset_3();
|
|
uint16_t L_156 = L_155->get_Path_4();
|
|
int32_t L_157 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_153, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_156)), (int32_t)2)))));
|
|
if ((((int32_t)L_157) == ((int32_t)((int32_t)92))))
|
|
{
|
|
goto IL_0427;
|
|
}
|
|
}
|
|
|
|
IL_041e:
|
|
{
|
|
uint64_t L_158 = V_0;
|
|
V_0 = ((int64_t)((int64_t)L_158|(int64_t)(((int64_t)((int64_t)((int32_t)16384))))));
|
|
}
|
|
|
|
IL_0427:
|
|
{
|
|
V_9 = (String_t*)NULL;
|
|
V_7 = (bool)0;
|
|
bool L_159 = Uri_get_IsDosPath_m89CA4E32381C529502E91872BC89BD18F5419D08(__this, /*hidden argument*/NULL);
|
|
if (L_159)
|
|
{
|
|
goto IL_0463;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_160 = __this->get_m_Flags_20();
|
|
if (!((int64_t)((int64_t)L_160&(int64_t)(((int64_t)((int64_t)((int32_t)1048576)))))))
|
|
{
|
|
goto IL_04dd;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_161 = V_6;
|
|
if (((int32_t)((int32_t)L_161&(int32_t)((int32_t)12582912))))
|
|
{
|
|
goto IL_0463;
|
|
}
|
|
}
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_162 = __this->get_m_Syntax_18();
|
|
NullCheck(L_162);
|
|
bool L_163 = UriParser_InFact_mDD42FA932B6830D99AA04C2AE7875BA5067C86F3(L_162, ((int32_t)33554432), /*hidden argument*/NULL);
|
|
if (!L_163)
|
|
{
|
|
goto IL_04dd;
|
|
}
|
|
}
|
|
|
|
IL_0463:
|
|
{
|
|
int32_t L_164 = V_5;
|
|
if (!((int32_t)((int32_t)L_164&(int32_t)((int32_t)128))))
|
|
{
|
|
goto IL_048b;
|
|
}
|
|
}
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_165 = __this->get_m_Syntax_18();
|
|
NullCheck(L_165);
|
|
bool L_166 = UriParser_InFact_mDD42FA932B6830D99AA04C2AE7875BA5067C86F3(L_165, ((int32_t)33554432), /*hidden argument*/NULL);
|
|
if (!L_166)
|
|
{
|
|
goto IL_048b;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_167 = V_0;
|
|
V_0 = ((int64_t)((int64_t)L_167|(int64_t)(((int64_t)((int64_t)((int32_t)1040))))));
|
|
V_7 = (bool)1;
|
|
}
|
|
|
|
IL_048b:
|
|
{
|
|
int32_t L_168 = V_6;
|
|
if (!((int32_t)((int32_t)L_168&(int32_t)((int32_t)4194304))))
|
|
{
|
|
goto IL_04a8;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_169 = V_5;
|
|
if (!((int32_t)((int32_t)L_169&(int32_t)((int32_t)16))))
|
|
{
|
|
goto IL_04a8;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_170 = V_0;
|
|
V_0 = ((int64_t)((int64_t)L_170|(int64_t)(((int64_t)((int64_t)((int32_t)1040))))));
|
|
V_7 = (bool)1;
|
|
}
|
|
|
|
IL_04a8:
|
|
{
|
|
int32_t L_171 = V_6;
|
|
if (!((int32_t)((int32_t)L_171&(int32_t)((int32_t)8388608))))
|
|
{
|
|
goto IL_04cb;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_172 = V_0;
|
|
if (((int64_t)((int64_t)L_172&(int64_t)(((int64_t)((int64_t)((int32_t)1024)))))))
|
|
{
|
|
goto IL_04c2;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_173 = V_5;
|
|
if (!((int32_t)((int32_t)L_173&(int32_t)4)))
|
|
{
|
|
goto IL_04cb;
|
|
}
|
|
}
|
|
|
|
IL_04c2:
|
|
{
|
|
uint64_t L_174 = V_0;
|
|
V_0 = ((int64_t)((int64_t)L_174|(int64_t)(((int64_t)((int64_t)((int32_t)8192))))));
|
|
}
|
|
|
|
IL_04cb:
|
|
{
|
|
int32_t L_175 = V_5;
|
|
if (!((int32_t)((int32_t)L_175&(int32_t)((int32_t)16))))
|
|
{
|
|
goto IL_04f0;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_176 = V_0;
|
|
V_0 = ((int64_t)((int64_t)L_176|(int64_t)(((int64_t)((int64_t)((int32_t)32768))))));
|
|
goto IL_04f0;
|
|
}
|
|
|
|
IL_04dd:
|
|
{
|
|
int32_t L_177 = V_5;
|
|
if (!((int32_t)((int32_t)L_177&(int32_t)((int32_t)16))))
|
|
{
|
|
goto IL_04f0;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_178 = V_0;
|
|
V_0 = ((int64_t)((int64_t)L_178|(int64_t)(((int64_t)((int64_t)((int32_t)1024))))));
|
|
V_7 = (bool)1;
|
|
}
|
|
|
|
IL_04f0:
|
|
{
|
|
int32_t L_179 = V_5;
|
|
if (((int32_t)((int32_t)L_179&(int32_t)2)))
|
|
{
|
|
goto IL_0524;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_180 = __this->get_m_Flags_20();
|
|
if (!((int64_t)((int64_t)L_180&(int64_t)(((int64_t)((int64_t)((int32_t)536870912)))))))
|
|
{
|
|
goto IL_051b;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_181 = __this->get_m_Flags_20();
|
|
if (((int64_t)((int64_t)L_181&(int64_t)(((int64_t)((int64_t)((int32_t)524288)))))))
|
|
{
|
|
goto IL_051b;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_182 = V_5;
|
|
if (!((int32_t)((int32_t)L_182&(int32_t)((int32_t)32))))
|
|
{
|
|
goto IL_0524;
|
|
}
|
|
}
|
|
|
|
IL_051b:
|
|
{
|
|
uint64_t L_183 = V_0;
|
|
V_0 = ((int64_t)((int64_t)L_183|(int64_t)(((int64_t)((int64_t)((int32_t)16))))));
|
|
V_7 = (bool)1;
|
|
}
|
|
|
|
IL_0524:
|
|
{
|
|
uint64_t L_184 = __this->get_m_Flags_20();
|
|
if (!((int64_t)((int64_t)L_184&(int64_t)(((int64_t)((int64_t)((int32_t)536870912)))))))
|
|
{
|
|
goto IL_0541;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_185 = V_5;
|
|
if (!((int32_t)((int32_t)L_185&(int32_t)((int32_t)33))))
|
|
{
|
|
goto IL_0541;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_186 = V_5;
|
|
V_5 = ((int32_t)((int32_t)L_186&(int32_t)((int32_t)-2)));
|
|
}
|
|
|
|
IL_0541:
|
|
{
|
|
int32_t L_187 = V_5;
|
|
if (((int32_t)((int32_t)L_187&(int32_t)1)))
|
|
{
|
|
goto IL_0550;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_188 = V_0;
|
|
V_0 = ((int64_t)((int64_t)L_188|(int64_t)(((int64_t)((int64_t)((int32_t)1024))))));
|
|
}
|
|
|
|
IL_0550:
|
|
{
|
|
bool L_189 = __this->get_m_iriParsing_22();
|
|
if (!L_189)
|
|
{
|
|
goto IL_0575;
|
|
}
|
|
}
|
|
{
|
|
bool L_190 = V_7;
|
|
int32_t L_191 = V_5;
|
|
if (!((int32_t)((int32_t)((((int32_t)L_190) == ((int32_t)0))? 1 : 0)&(int32_t)((((int32_t)((int32_t)((int32_t)L_191&(int32_t)((int32_t)75)))) == ((int32_t)((int32_t)10)))? 1 : 0))))
|
|
{
|
|
goto IL_0575;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_192 = V_0;
|
|
V_0 = ((int64_t)((int64_t)L_192|(int64_t)((int64_t)1099511627776LL)));
|
|
}
|
|
|
|
IL_0575:
|
|
{
|
|
bool L_193 = V_1;
|
|
if (!L_193)
|
|
{
|
|
goto IL_0631;
|
|
}
|
|
}
|
|
{
|
|
uint16_t L_194 = V_2;
|
|
V_15 = L_194;
|
|
uint16_t L_195 = V_2;
|
|
String_t* L_196 = __this->get_m_originalUnicodeString_17();
|
|
NullCheck(L_196);
|
|
int32_t L_197 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_196, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_195) >= ((int32_t)L_197)))
|
|
{
|
|
goto IL_0631;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_198 = __this->get_m_originalUnicodeString_17();
|
|
uint16_t L_199 = V_2;
|
|
NullCheck(L_198);
|
|
Il2CppChar L_200 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_198, L_199, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_200) == ((uint32_t)((int32_t)63)))))
|
|
{
|
|
goto IL_0631;
|
|
}
|
|
}
|
|
{
|
|
uint16_t L_201 = V_2;
|
|
V_2 = (uint16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_201, (int32_t)1)))));
|
|
String_t* L_202 = __this->get_m_originalUnicodeString_17();
|
|
String_t* L_203 = __this->get_m_originalUnicodeString_17();
|
|
NullCheck(L_203);
|
|
int32_t L_204 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_203, /*hidden argument*/NULL);
|
|
int32_t L_205 = V_6;
|
|
G_B106_0 = (((int32_t)((uint16_t)L_204)));
|
|
G_B106_1 = (&V_2);
|
|
G_B106_2 = L_202;
|
|
G_B106_3 = __this;
|
|
if (((int32_t)((int32_t)L_205&(int32_t)((int32_t)64))))
|
|
{
|
|
G_B107_0 = (((int32_t)((uint16_t)L_204)));
|
|
G_B107_1 = (&V_2);
|
|
G_B107_2 = L_202;
|
|
G_B107_3 = __this;
|
|
goto IL_05ca;
|
|
}
|
|
}
|
|
{
|
|
G_B108_0 = ((int32_t)65534);
|
|
G_B108_1 = G_B106_0;
|
|
G_B108_2 = G_B106_1;
|
|
G_B108_3 = G_B106_2;
|
|
G_B108_4 = G_B106_3;
|
|
goto IL_05cc;
|
|
}
|
|
|
|
IL_05ca:
|
|
{
|
|
G_B108_0 = ((int32_t)35);
|
|
G_B108_1 = G_B107_0;
|
|
G_B108_2 = G_B107_1;
|
|
G_B108_3 = G_B107_2;
|
|
G_B108_4 = G_B107_3;
|
|
}
|
|
|
|
IL_05cc:
|
|
{
|
|
NullCheck(G_B108_4);
|
|
Uri_FindEndOfComponent_mF276ABD008291C1FDC4B433A2F274058D06D8A6B(G_B108_4, G_B108_3, (uint16_t*)G_B108_2, (uint16_t)G_B108_1, G_B108_0, /*hidden argument*/NULL);
|
|
String_t* L_206 = __this->get_m_originalUnicodeString_17();
|
|
uint16_t L_207 = V_15;
|
|
uint16_t L_208 = V_2;
|
|
String_t* L_209 = Uri_EscapeUnescapeIri_mDE5E4BAE74E2C2373AD186732FEE7AD6E0EA7180(__this, L_206, L_207, L_208, ((int32_t)32), /*hidden argument*/NULL);
|
|
V_16 = L_209;
|
|
}
|
|
|
|
IL_05e4:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var);
|
|
bool L_210 = UriParser_get_ShouldUseLegacyV2Quirks_mD4C8DF67677ACCCC3B5E026099ECC0BDA24D96DD(/*hidden argument*/NULL);
|
|
if (!L_210)
|
|
{
|
|
goto IL_0606;
|
|
}
|
|
}
|
|
|
|
IL_05eb:
|
|
{
|
|
String_t* L_211 = __this->get_m_String_16();
|
|
String_t* L_212 = V_16;
|
|
NullCheck(L_212);
|
|
String_t* L_213 = String_Normalize_m331F324C5A5E95FF79E2AB44A0C454324E91F7C6(L_212, 1, /*hidden argument*/NULL);
|
|
String_t* L_214 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_211, L_213, /*hidden argument*/NULL);
|
|
__this->set_m_String_16(L_214);
|
|
goto IL_0619;
|
|
}
|
|
|
|
IL_0606:
|
|
{
|
|
String_t* L_215 = __this->get_m_String_16();
|
|
String_t* L_216 = V_16;
|
|
String_t* L_217 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_215, L_216, /*hidden argument*/NULL);
|
|
__this->set_m_String_16(L_217);
|
|
}
|
|
|
|
IL_0619:
|
|
{
|
|
goto IL_0623;
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_061b;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_061b:
|
|
{ // begin catch(System.ArgumentException)
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A * L_218 = Uri_GetException_m2E833A8358C84BCF0397341160FADB1164290164(1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_218, Uri_ParseRemaining_mBAE0F9850CD84965B3793B17444C677D77D58774_RuntimeMethod_var);
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0623:
|
|
{
|
|
String_t* L_219 = __this->get_m_String_16();
|
|
NullCheck(L_219);
|
|
int32_t L_220 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_219, /*hidden argument*/NULL);
|
|
V_4 = (uint16_t)(((int32_t)((uint16_t)L_220)));
|
|
}
|
|
|
|
IL_0631:
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_221 = __this->get_m_Info_21();
|
|
NullCheck(L_221);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_222 = L_221->get_address_of_Offset_3();
|
|
uint16_t L_223 = V_3;
|
|
L_222->set_Query_5(L_223);
|
|
String_t* L_224 = __this->get_m_String_16();
|
|
V_9 = L_224;
|
|
String_t* L_225 = V_9;
|
|
V_17 = (Il2CppChar*)(((uintptr_t)L_225));
|
|
Il2CppChar* L_226 = V_17;
|
|
if (!L_226)
|
|
{
|
|
goto IL_065d;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_227 = V_17;
|
|
int32_t L_228 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL);
|
|
V_17 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_227, (int32_t)L_228));
|
|
}
|
|
|
|
IL_065d:
|
|
{
|
|
uint16_t L_229 = V_3;
|
|
uint16_t L_230 = V_4;
|
|
if ((((int32_t)L_229) >= ((int32_t)L_230)))
|
|
{
|
|
goto IL_06cb;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_231 = V_17;
|
|
uint16_t L_232 = V_3;
|
|
int32_t L_233 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_231, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_232)), (int32_t)2)))));
|
|
if ((!(((uint32_t)L_233) == ((uint32_t)((int32_t)63)))))
|
|
{
|
|
goto IL_06cb;
|
|
}
|
|
}
|
|
{
|
|
uint16_t L_234 = V_3;
|
|
V_3 = (uint16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_234, (int32_t)1)))));
|
|
Il2CppChar* L_235 = V_17;
|
|
uint16_t L_236 = V_4;
|
|
int32_t L_237 = V_6;
|
|
G_B120_0 = L_236;
|
|
G_B120_1 = (&V_3);
|
|
G_B120_2 = L_235;
|
|
G_B120_3 = __this;
|
|
if (((int32_t)((int32_t)L_237&(int32_t)((int32_t)64))))
|
|
{
|
|
G_B121_0 = L_236;
|
|
G_B121_1 = (&V_3);
|
|
G_B121_2 = L_235;
|
|
G_B121_3 = __this;
|
|
goto IL_0688;
|
|
}
|
|
}
|
|
{
|
|
G_B122_0 = ((int32_t)65534);
|
|
G_B122_1 = G_B120_0;
|
|
G_B122_2 = G_B120_1;
|
|
G_B122_3 = G_B120_2;
|
|
G_B122_4 = G_B120_3;
|
|
goto IL_068a;
|
|
}
|
|
|
|
IL_0688:
|
|
{
|
|
G_B122_0 = ((int32_t)35);
|
|
G_B122_1 = G_B121_0;
|
|
G_B122_2 = G_B121_1;
|
|
G_B122_3 = G_B121_2;
|
|
G_B122_4 = G_B121_3;
|
|
}
|
|
|
|
IL_068a:
|
|
{
|
|
NullCheck(G_B122_4);
|
|
int32_t L_238 = Uri_CheckCanonical_mED3910E55213D1DFEAA5B33079E3A89D369B10B6(G_B122_4, (Il2CppChar*)(Il2CppChar*)G_B122_3, (uint16_t*)G_B122_2, G_B122_1, G_B122_0, /*hidden argument*/NULL);
|
|
V_5 = L_238;
|
|
int32_t L_239 = V_5;
|
|
if (((int32_t)((int32_t)L_239&(int32_t)2)))
|
|
{
|
|
goto IL_069d;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_240 = V_0;
|
|
V_0 = ((int64_t)((int64_t)L_240|(int64_t)(((int64_t)((int64_t)((int32_t)32))))));
|
|
}
|
|
|
|
IL_069d:
|
|
{
|
|
int32_t L_241 = V_5;
|
|
if ((((int32_t)((int32_t)((int32_t)L_241&(int32_t)((int32_t)17)))) == ((int32_t)1)))
|
|
{
|
|
goto IL_06ae;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_242 = V_0;
|
|
V_0 = ((int64_t)((int64_t)L_242|(int64_t)(((int64_t)((int64_t)((int32_t)2048))))));
|
|
}
|
|
|
|
IL_06ae:
|
|
{
|
|
bool L_243 = __this->get_m_iriParsing_22();
|
|
if (!L_243)
|
|
{
|
|
goto IL_06cb;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_244 = V_5;
|
|
if ((!(((uint32_t)((int32_t)((int32_t)L_244&(int32_t)((int32_t)91)))) == ((uint32_t)((int32_t)10)))))
|
|
{
|
|
goto IL_06cb;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_245 = V_0;
|
|
V_0 = ((int64_t)((int64_t)L_245|(int64_t)((int64_t)2199023255552LL)));
|
|
}
|
|
|
|
IL_06cb:
|
|
{
|
|
V_9 = (String_t*)NULL;
|
|
bool L_246 = V_1;
|
|
if (!L_246)
|
|
{
|
|
goto IL_077f;
|
|
}
|
|
}
|
|
{
|
|
uint16_t L_247 = V_2;
|
|
V_18 = L_247;
|
|
uint16_t L_248 = V_2;
|
|
String_t* L_249 = __this->get_m_originalUnicodeString_17();
|
|
NullCheck(L_249);
|
|
int32_t L_250 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_249, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_248) >= ((int32_t)L_250)))
|
|
{
|
|
goto IL_077f;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_251 = __this->get_m_originalUnicodeString_17();
|
|
uint16_t L_252 = V_2;
|
|
NullCheck(L_251);
|
|
Il2CppChar L_253 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_251, L_252, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_253) == ((uint32_t)((int32_t)35)))))
|
|
{
|
|
goto IL_077f;
|
|
}
|
|
}
|
|
{
|
|
uint16_t L_254 = V_2;
|
|
V_2 = (uint16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_254, (int32_t)1)))));
|
|
String_t* L_255 = __this->get_m_originalUnicodeString_17();
|
|
String_t* L_256 = __this->get_m_originalUnicodeString_17();
|
|
NullCheck(L_256);
|
|
int32_t L_257 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_256, /*hidden argument*/NULL);
|
|
Uri_FindEndOfComponent_mF276ABD008291C1FDC4B433A2F274058D06D8A6B(__this, L_255, (uint16_t*)(&V_2), (uint16_t)(((int32_t)((uint16_t)L_257))), ((int32_t)65534), /*hidden argument*/NULL);
|
|
String_t* L_258 = __this->get_m_originalUnicodeString_17();
|
|
uint16_t L_259 = V_18;
|
|
uint16_t L_260 = V_2;
|
|
String_t* L_261 = Uri_EscapeUnescapeIri_mDE5E4BAE74E2C2373AD186732FEE7AD6E0EA7180(__this, L_258, L_259, L_260, ((int32_t)64), /*hidden argument*/NULL);
|
|
V_19 = L_261;
|
|
}
|
|
|
|
IL_0732:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var);
|
|
bool L_262 = UriParser_get_ShouldUseLegacyV2Quirks_mD4C8DF67677ACCCC3B5E026099ECC0BDA24D96DD(/*hidden argument*/NULL);
|
|
if (!L_262)
|
|
{
|
|
goto IL_0754;
|
|
}
|
|
}
|
|
|
|
IL_0739:
|
|
{
|
|
String_t* L_263 = __this->get_m_String_16();
|
|
String_t* L_264 = V_19;
|
|
NullCheck(L_264);
|
|
String_t* L_265 = String_Normalize_m331F324C5A5E95FF79E2AB44A0C454324E91F7C6(L_264, 1, /*hidden argument*/NULL);
|
|
String_t* L_266 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_263, L_265, /*hidden argument*/NULL);
|
|
__this->set_m_String_16(L_266);
|
|
goto IL_0767;
|
|
}
|
|
|
|
IL_0754:
|
|
{
|
|
String_t* L_267 = __this->get_m_String_16();
|
|
String_t* L_268 = V_19;
|
|
String_t* L_269 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_267, L_268, /*hidden argument*/NULL);
|
|
__this->set_m_String_16(L_269);
|
|
}
|
|
|
|
IL_0767:
|
|
{
|
|
goto IL_0771;
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0769;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0769:
|
|
{ // begin catch(System.ArgumentException)
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A * L_270 = Uri_GetException_m2E833A8358C84BCF0397341160FADB1164290164(1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_270, Uri_ParseRemaining_mBAE0F9850CD84965B3793B17444C677D77D58774_RuntimeMethod_var);
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0771:
|
|
{
|
|
String_t* L_271 = __this->get_m_String_16();
|
|
NullCheck(L_271);
|
|
int32_t L_272 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_271, /*hidden argument*/NULL);
|
|
V_4 = (uint16_t)(((int32_t)((uint16_t)L_272)));
|
|
}
|
|
|
|
IL_077f:
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_273 = __this->get_m_Info_21();
|
|
NullCheck(L_273);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_274 = L_273->get_address_of_Offset_3();
|
|
uint16_t L_275 = V_3;
|
|
L_274->set_Fragment_6(L_275);
|
|
String_t* L_276 = __this->get_m_String_16();
|
|
V_9 = L_276;
|
|
String_t* L_277 = V_9;
|
|
V_20 = (Il2CppChar*)(((uintptr_t)L_277));
|
|
Il2CppChar* L_278 = V_20;
|
|
if (!L_278)
|
|
{
|
|
goto IL_07ab;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_279 = V_20;
|
|
int32_t L_280 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL);
|
|
V_20 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_279, (int32_t)L_280));
|
|
}
|
|
|
|
IL_07ab:
|
|
{
|
|
uint16_t L_281 = V_3;
|
|
uint16_t L_282 = V_4;
|
|
if ((((int32_t)L_281) >= ((int32_t)L_282)))
|
|
{
|
|
goto IL_080e;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_283 = V_20;
|
|
uint16_t L_284 = V_3;
|
|
int32_t L_285 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_283, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_284)), (int32_t)2)))));
|
|
if ((!(((uint32_t)L_285) == ((uint32_t)((int32_t)35)))))
|
|
{
|
|
goto IL_080e;
|
|
}
|
|
}
|
|
{
|
|
uint16_t L_286 = V_3;
|
|
V_3 = (uint16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_286, (int32_t)1)))));
|
|
Il2CppChar* L_287 = V_20;
|
|
uint16_t L_288 = V_4;
|
|
int32_t L_289 = Uri_CheckCanonical_mED3910E55213D1DFEAA5B33079E3A89D369B10B6(__this, (Il2CppChar*)(Il2CppChar*)L_287, (uint16_t*)(&V_3), L_288, ((int32_t)65534), /*hidden argument*/NULL);
|
|
V_5 = L_289;
|
|
int32_t L_290 = V_5;
|
|
if (((int32_t)((int32_t)L_290&(int32_t)2)))
|
|
{
|
|
goto IL_07e0;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_291 = V_0;
|
|
V_0 = ((int64_t)((int64_t)L_291|(int64_t)(((int64_t)((int64_t)((int32_t)64))))));
|
|
}
|
|
|
|
IL_07e0:
|
|
{
|
|
int32_t L_292 = V_5;
|
|
if ((((int32_t)((int32_t)((int32_t)L_292&(int32_t)((int32_t)17)))) == ((int32_t)1)))
|
|
{
|
|
goto IL_07f1;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_293 = V_0;
|
|
V_0 = ((int64_t)((int64_t)L_293|(int64_t)(((int64_t)((int64_t)((int32_t)4096))))));
|
|
}
|
|
|
|
IL_07f1:
|
|
{
|
|
bool L_294 = __this->get_m_iriParsing_22();
|
|
if (!L_294)
|
|
{
|
|
goto IL_080e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_295 = V_5;
|
|
if ((!(((uint32_t)((int32_t)((int32_t)L_295&(int32_t)((int32_t)91)))) == ((uint32_t)((int32_t)10)))))
|
|
{
|
|
goto IL_080e;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_296 = V_0;
|
|
V_0 = ((int64_t)((int64_t)L_296|(int64_t)((int64_t)4398046511104LL)));
|
|
}
|
|
|
|
IL_080e:
|
|
{
|
|
V_9 = (String_t*)NULL;
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_297 = __this->get_m_Info_21();
|
|
NullCheck(L_297);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_298 = L_297->get_address_of_Offset_3();
|
|
uint16_t L_299 = V_3;
|
|
L_298->set_End_7(L_299);
|
|
}
|
|
|
|
IL_0822:
|
|
{
|
|
uint64_t L_300 = V_0;
|
|
V_0 = ((int64_t)((int64_t)L_300|(int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)-2147483648LL)))))))));
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_301 = __this->get_m_Info_21();
|
|
V_21 = L_301;
|
|
V_22 = (bool)0;
|
|
}
|
|
|
|
IL_0836:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_302 = V_21;
|
|
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_302, (bool*)(&V_22), /*hidden argument*/NULL);
|
|
uint64_t L_303 = __this->get_m_Flags_20();
|
|
uint64_t L_304 = V_0;
|
|
__this->set_m_Flags_20(((int64_t)((int64_t)L_303|(int64_t)L_304)));
|
|
IL2CPP_LEAVE(0x85B, FINALLY_084f);
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_084f;
|
|
}
|
|
|
|
FINALLY_084f:
|
|
{ // begin finally (depth: 1)
|
|
{
|
|
bool L_305 = V_22;
|
|
if (!L_305)
|
|
{
|
|
goto IL_085a;
|
|
}
|
|
}
|
|
|
|
IL_0853:
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_306 = V_21;
|
|
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_306, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_085a:
|
|
{
|
|
IL2CPP_END_FINALLY(2127)
|
|
}
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(2127)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x85B, IL_085b)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_085b:
|
|
{
|
|
uint64_t L_307 = __this->get_m_Flags_20();
|
|
__this->set_m_Flags_20(((int64_t)((int64_t)L_307|(int64_t)((int64_t)34359738368LL))));
|
|
return;
|
|
}
|
|
}
|
|
// System.UInt16 System.Uri::ParseSchemeCheckImplicitFile(System.Char*,System.UInt16,System.ParsingError&,System.Uri_Flags&,System.UriParser&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Uri_ParseSchemeCheckImplicitFile_m92A658AE6C04E038058AD8E9581A41B06B6D6243 (Il2CppChar* ___uriString0, uint16_t ___length1, int32_t* ___err2, uint64_t* ___flags3, UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC ** ___syntax4, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Uri_ParseSchemeCheckImplicitFile_m92A658AE6C04E038058AD8E9581A41B06B6D6243_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint16_t V_0 = 0;
|
|
uint16_t V_1 = 0;
|
|
Il2CppChar* V_2 = NULL;
|
|
Il2CppChar V_3 = 0x0;
|
|
{
|
|
V_0 = (uint16_t)0;
|
|
goto IL_0009;
|
|
}
|
|
|
|
IL_0004:
|
|
{
|
|
uint16_t L_0 = V_0;
|
|
V_0 = (uint16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1)))));
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
uint16_t L_1 = V_0;
|
|
uint16_t L_2 = ___length1;
|
|
if ((((int32_t)L_1) >= ((int32_t)L_2)))
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_3 = ___uriString0;
|
|
uint16_t L_4 = V_0;
|
|
int32_t L_5 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_3, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_4)), (int32_t)2)))));
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
bool L_6 = Uri_IsLWS_m7A9F3B969CCEE56B9F98E40F1903C737DA7DF0D6(L_5, /*hidden argument*/NULL);
|
|
if (L_6)
|
|
{
|
|
goto IL_0004;
|
|
}
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
uint16_t L_7 = V_0;
|
|
V_1 = L_7;
|
|
goto IL_0024;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
uint16_t L_8 = V_1;
|
|
V_1 = (uint16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)))));
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
uint16_t L_9 = V_1;
|
|
uint16_t L_10 = ___length1;
|
|
if ((((int32_t)L_9) >= ((int32_t)L_10)))
|
|
{
|
|
goto IL_0033;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_11 = ___uriString0;
|
|
uint16_t L_12 = V_1;
|
|
int32_t L_13 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_11, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_12)), (int32_t)2)))));
|
|
if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)58)))))
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
int32_t L_14 = IntPtr_get_Size_m1342A61F11766A494F2F90D9B68CADAD62261929(/*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_14) == ((uint32_t)4))))
|
|
{
|
|
goto IL_005d;
|
|
}
|
|
}
|
|
{
|
|
uint16_t L_15 = V_1;
|
|
uint16_t L_16 = ___length1;
|
|
if ((((int32_t)L_15) == ((int32_t)L_16)))
|
|
{
|
|
goto IL_005d;
|
|
}
|
|
}
|
|
{
|
|
uint16_t L_17 = V_1;
|
|
uint16_t L_18 = V_0;
|
|
if ((((int32_t)L_17) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)2)))))
|
|
{
|
|
goto IL_005d;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_19 = ___uriString0;
|
|
uint16_t L_20 = V_0;
|
|
uint16_t L_21 = V_1;
|
|
uint16_t L_22 = V_0;
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC ** L_23 = ___syntax4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
bool L_24 = Uri_CheckKnownSchemes_mCA95AE251E7C9208570543B446385BCF2C727E8D((int64_t*)(int64_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_19, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_20)), (int32_t)2)))), (uint16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)L_22))))), (UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC **)L_23, /*hidden argument*/NULL);
|
|
if (!L_24)
|
|
{
|
|
goto IL_005d;
|
|
}
|
|
}
|
|
{
|
|
uint16_t L_25 = V_1;
|
|
return (uint16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)))));
|
|
}
|
|
|
|
IL_005d:
|
|
{
|
|
uint16_t L_26 = V_0;
|
|
uint16_t L_27 = ___length1;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)2))) >= ((int32_t)L_27)))
|
|
{
|
|
goto IL_0067;
|
|
}
|
|
}
|
|
{
|
|
uint16_t L_28 = V_1;
|
|
uint16_t L_29 = V_0;
|
|
if ((!(((uint32_t)L_28) == ((uint32_t)L_29))))
|
|
{
|
|
goto IL_006c;
|
|
}
|
|
}
|
|
|
|
IL_0067:
|
|
{
|
|
int32_t* L_30 = ___err2;
|
|
*((int32_t*)L_30) = (int32_t)1;
|
|
return (uint16_t)0;
|
|
}
|
|
|
|
IL_006c:
|
|
{
|
|
Il2CppChar* L_31 = ___uriString0;
|
|
uint16_t L_32 = V_0;
|
|
int32_t L_33 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_31, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)))), (int32_t)2)))));
|
|
int32_t L_34 = L_33;
|
|
V_3 = L_34;
|
|
if ((((int32_t)L_34) == ((int32_t)((int32_t)58))))
|
|
{
|
|
goto IL_0080;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_35 = V_3;
|
|
if ((!(((uint32_t)L_35) == ((uint32_t)((int32_t)124)))))
|
|
{
|
|
goto IL_00cb;
|
|
}
|
|
}
|
|
|
|
IL_0080:
|
|
{
|
|
Il2CppChar* L_36 = ___uriString0;
|
|
uint16_t L_37 = V_0;
|
|
int32_t L_38 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_36, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_37)), (int32_t)2)))));
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
bool L_39 = Uri_IsAsciiLetter_m93435A20DF4DEE153B87B26D07B9963F1BF4F373(L_38, /*hidden argument*/NULL);
|
|
if (!L_39)
|
|
{
|
|
goto IL_00bc;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_40 = ___uriString0;
|
|
uint16_t L_41 = V_0;
|
|
int32_t L_42 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_40, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)2)))), (int32_t)2)))));
|
|
int32_t L_43 = L_42;
|
|
V_3 = L_43;
|
|
if ((((int32_t)L_43) == ((int32_t)((int32_t)92))))
|
|
{
|
|
goto IL_00a2;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_44 = V_3;
|
|
if ((!(((uint32_t)L_44) == ((uint32_t)((int32_t)47)))))
|
|
{
|
|
goto IL_00b7;
|
|
}
|
|
}
|
|
|
|
IL_00a2:
|
|
{
|
|
uint64_t* L_45 = ___flags3;
|
|
uint64_t* L_46 = ___flags3;
|
|
int64_t L_47 = *((int64_t*)L_46);
|
|
*((int64_t*)L_45) = (int64_t)((int64_t)((int64_t)L_47|(int64_t)(((int64_t)((int64_t)((int32_t)672137216))))));
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC ** L_48 = ___syntax4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_49 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_FileUri_16();
|
|
*((RuntimeObject **)L_48) = (RuntimeObject *)L_49;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_48, (void*)(RuntimeObject *)L_49);
|
|
uint16_t L_50 = V_0;
|
|
return L_50;
|
|
}
|
|
|
|
IL_00b7:
|
|
{
|
|
int32_t* L_51 = ___err2;
|
|
*((int32_t*)L_51) = (int32_t)7;
|
|
return (uint16_t)0;
|
|
}
|
|
|
|
IL_00bc:
|
|
{
|
|
Il2CppChar L_52 = V_3;
|
|
if ((!(((uint32_t)L_52) == ((uint32_t)((int32_t)58)))))
|
|
{
|
|
goto IL_00c6;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_53 = ___err2;
|
|
*((int32_t*)L_53) = (int32_t)2;
|
|
goto IL_00c9;
|
|
}
|
|
|
|
IL_00c6:
|
|
{
|
|
int32_t* L_54 = ___err2;
|
|
*((int32_t*)L_54) = (int32_t)1;
|
|
}
|
|
|
|
IL_00c9:
|
|
{
|
|
return (uint16_t)0;
|
|
}
|
|
|
|
IL_00cb:
|
|
{
|
|
Il2CppChar* L_55 = ___uriString0;
|
|
uint16_t L_56 = V_0;
|
|
int32_t L_57 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_55, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_56)), (int32_t)2)))));
|
|
int32_t L_58 = L_57;
|
|
V_3 = L_58;
|
|
if ((!(((uint32_t)L_58) == ((uint32_t)((int32_t)47)))))
|
|
{
|
|
goto IL_00df;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
bool L_59 = ((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var))->get_IsWindowsFileSystem_29();
|
|
if (L_59)
|
|
{
|
|
goto IL_00e4;
|
|
}
|
|
}
|
|
|
|
IL_00df:
|
|
{
|
|
Il2CppChar L_60 = V_3;
|
|
if ((!(((uint32_t)L_60) == ((uint32_t)((int32_t)92)))))
|
|
{
|
|
goto IL_0134;
|
|
}
|
|
}
|
|
|
|
IL_00e4:
|
|
{
|
|
Il2CppChar* L_61 = ___uriString0;
|
|
uint16_t L_62 = V_0;
|
|
int32_t L_63 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_61, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_62, (int32_t)1)))), (int32_t)2)))));
|
|
int32_t L_64 = L_63;
|
|
V_3 = L_64;
|
|
if ((((int32_t)L_64) == ((int32_t)((int32_t)92))))
|
|
{
|
|
goto IL_00f8;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_65 = V_3;
|
|
if ((!(((uint32_t)L_65) == ((uint32_t)((int32_t)47)))))
|
|
{
|
|
goto IL_012f;
|
|
}
|
|
}
|
|
|
|
IL_00f8:
|
|
{
|
|
uint64_t* L_66 = ___flags3;
|
|
uint64_t* L_67 = ___flags3;
|
|
int64_t L_68 = *((int64_t*)L_67);
|
|
*((int64_t*)L_66) = (int64_t)((int64_t)((int64_t)L_68|(int64_t)(((int64_t)((int64_t)((int32_t)806354944))))));
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC ** L_69 = ___syntax4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_70 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_FileUri_16();
|
|
*((RuntimeObject **)L_69) = (RuntimeObject *)L_70;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_69, (void*)(RuntimeObject *)L_70);
|
|
uint16_t L_71 = V_0;
|
|
V_0 = (uint16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_71, (int32_t)2)))));
|
|
goto IL_0117;
|
|
}
|
|
|
|
IL_0112:
|
|
{
|
|
uint16_t L_72 = V_0;
|
|
V_0 = (uint16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_72, (int32_t)1)))));
|
|
}
|
|
|
|
IL_0117:
|
|
{
|
|
uint16_t L_73 = V_0;
|
|
uint16_t L_74 = ___length1;
|
|
if ((((int32_t)L_73) >= ((int32_t)L_74)))
|
|
{
|
|
goto IL_012d;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_75 = ___uriString0;
|
|
uint16_t L_76 = V_0;
|
|
int32_t L_77 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_75, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_76)), (int32_t)2)))));
|
|
int32_t L_78 = L_77;
|
|
V_3 = L_78;
|
|
if ((((int32_t)L_78) == ((int32_t)((int32_t)47))))
|
|
{
|
|
goto IL_0112;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_79 = V_3;
|
|
if ((((int32_t)L_79) == ((int32_t)((int32_t)92))))
|
|
{
|
|
goto IL_0112;
|
|
}
|
|
}
|
|
|
|
IL_012d:
|
|
{
|
|
uint16_t L_80 = V_0;
|
|
return L_80;
|
|
}
|
|
|
|
IL_012f:
|
|
{
|
|
int32_t* L_81 = ___err2;
|
|
*((int32_t*)L_81) = (int32_t)1;
|
|
return (uint16_t)0;
|
|
}
|
|
|
|
IL_0134:
|
|
{
|
|
Il2CppChar* L_82 = ___uriString0;
|
|
uint16_t L_83 = V_0;
|
|
int32_t L_84 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_82, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_83)), (int32_t)2)))));
|
|
if ((!(((uint32_t)L_84) == ((uint32_t)((int32_t)47)))))
|
|
{
|
|
goto IL_0198;
|
|
}
|
|
}
|
|
{
|
|
uint16_t L_85 = V_0;
|
|
if (!L_85)
|
|
{
|
|
goto IL_014f;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_86 = ___uriString0;
|
|
uint16_t L_87 = V_0;
|
|
int32_t L_88 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_86, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_87, (int32_t)1)))), (int32_t)2)))));
|
|
if ((((int32_t)L_88) == ((int32_t)((int32_t)58))))
|
|
{
|
|
goto IL_0164;
|
|
}
|
|
}
|
|
|
|
IL_014f:
|
|
{
|
|
uint64_t* L_89 = ___flags3;
|
|
uint64_t* L_90 = ___flags3;
|
|
int64_t L_91 = *((int64_t*)L_90);
|
|
*((int64_t*)L_89) = (int64_t)((int64_t)((int64_t)L_91|(int64_t)(((int64_t)((int64_t)((int32_t)537919488))))));
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC ** L_92 = ___syntax4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_93 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_FileUri_16();
|
|
*((RuntimeObject **)L_92) = (RuntimeObject *)L_93;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_92, (void*)(RuntimeObject *)L_93);
|
|
uint16_t L_94 = V_0;
|
|
return L_94;
|
|
}
|
|
|
|
IL_0164:
|
|
{
|
|
Il2CppChar* L_95 = ___uriString0;
|
|
uint16_t L_96 = V_0;
|
|
int32_t L_97 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_95, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_96, (int32_t)1)))), (int32_t)2)))));
|
|
if ((!(((uint32_t)L_97) == ((uint32_t)((int32_t)47)))))
|
|
{
|
|
goto IL_01a8;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_98 = ___uriString0;
|
|
uint16_t L_99 = V_0;
|
|
int32_t L_100 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_98, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_99, (int32_t)2)))), (int32_t)2)))));
|
|
if ((!(((uint32_t)L_100) == ((uint32_t)((int32_t)47)))))
|
|
{
|
|
goto IL_01a8;
|
|
}
|
|
}
|
|
{
|
|
uint64_t* L_101 = ___flags3;
|
|
uint64_t* L_102 = ___flags3;
|
|
int64_t L_103 = *((int64_t*)L_102);
|
|
*((int64_t*)L_101) = (int64_t)((int64_t)((int64_t)L_103|(int64_t)(((int64_t)((int64_t)((int32_t)537919488))))));
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC ** L_104 = ___syntax4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_105 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_FileUri_16();
|
|
*((RuntimeObject **)L_104) = (RuntimeObject *)L_105;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_104, (void*)(RuntimeObject *)L_105);
|
|
uint16_t L_106 = V_0;
|
|
V_0 = (uint16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_106, (int32_t)2)))));
|
|
uint16_t L_107 = V_0;
|
|
return L_107;
|
|
}
|
|
|
|
IL_0198:
|
|
{
|
|
Il2CppChar* L_108 = ___uriString0;
|
|
uint16_t L_109 = V_0;
|
|
int32_t L_110 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_108, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_109)), (int32_t)2)))));
|
|
if ((!(((uint32_t)L_110) == ((uint32_t)((int32_t)92)))))
|
|
{
|
|
goto IL_01a8;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_111 = ___err2;
|
|
*((int32_t*)L_111) = (int32_t)1;
|
|
return (uint16_t)0;
|
|
}
|
|
|
|
IL_01a8:
|
|
{
|
|
uint16_t L_112 = V_1;
|
|
uint16_t L_113 = ___length1;
|
|
if ((!(((uint32_t)L_112) == ((uint32_t)L_113))))
|
|
{
|
|
goto IL_01b1;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_114 = ___err2;
|
|
*((int32_t*)L_114) = (int32_t)1;
|
|
return (uint16_t)0;
|
|
}
|
|
|
|
IL_01b1:
|
|
{
|
|
uint16_t L_115 = V_1;
|
|
uint16_t L_116 = V_0;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_115, (int32_t)L_116))) <= ((int32_t)((int32_t)1024))))
|
|
{
|
|
goto IL_01c0;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_117 = ___err2;
|
|
*((int32_t*)L_117) = (int32_t)5;
|
|
return (uint16_t)0;
|
|
}
|
|
|
|
IL_01c0:
|
|
{
|
|
uint16_t L_118 = V_1;
|
|
uint16_t L_119 = V_0;
|
|
if ((uintptr_t)(((uintptr_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_118, (int32_t)L_119)))) * (uintptr_t)2 > (uintptr_t)kIl2CppUIntPtrMax)
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Uri_ParseSchemeCheckImplicitFile_m92A658AE6C04E038058AD8E9581A41B06B6D6243_RuntimeMethod_var);
|
|
int8_t* L_120 = (int8_t*) alloca(((intptr_t)il2cpp_codegen_multiply((intptr_t)(((uintptr_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_118, (int32_t)L_119)))), (int32_t)2)));
|
|
memset(L_120, 0, ((intptr_t)il2cpp_codegen_multiply((intptr_t)(((uintptr_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_118, (int32_t)L_119)))), (int32_t)2)));
|
|
V_2 = (Il2CppChar*)(L_120);
|
|
___length1 = (uint16_t)0;
|
|
goto IL_01e7;
|
|
}
|
|
|
|
IL_01ce:
|
|
{
|
|
Il2CppChar* L_121 = V_2;
|
|
uint16_t L_122 = ___length1;
|
|
uint16_t L_123 = L_122;
|
|
___length1 = (uint16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_123, (int32_t)1)))));
|
|
Il2CppChar* L_124 = ___uriString0;
|
|
uint16_t L_125 = V_0;
|
|
int32_t L_126 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_124, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_125)), (int32_t)2)))));
|
|
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_121, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_123)), (int32_t)2))))) = (int16_t)L_126;
|
|
uint16_t L_127 = V_0;
|
|
V_0 = (uint16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_127, (int32_t)1)))));
|
|
}
|
|
|
|
IL_01e7:
|
|
{
|
|
uint16_t L_128 = V_0;
|
|
uint16_t L_129 = V_1;
|
|
if ((((int32_t)L_128) < ((int32_t)L_129)))
|
|
{
|
|
goto IL_01ce;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_130 = ___err2;
|
|
Il2CppChar* L_131 = V_2;
|
|
uint16_t L_132 = ___length1;
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC ** L_133 = ___syntax4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
int32_t L_134 = Uri_CheckSchemeSyntax_m1181D9BEA35D9D22852FD2FE815CABB267BA5A8F((Il2CppChar*)(Il2CppChar*)L_131, L_132, (UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC **)L_133, /*hidden argument*/NULL);
|
|
*((int32_t*)L_130) = (int32_t)L_134;
|
|
int32_t* L_135 = ___err2;
|
|
int32_t L_136 = *((int32_t*)L_135);
|
|
if (!L_136)
|
|
{
|
|
goto IL_01fc;
|
|
}
|
|
}
|
|
{
|
|
return (uint16_t)0;
|
|
}
|
|
|
|
IL_01fc:
|
|
{
|
|
uint16_t L_137 = V_1;
|
|
return (uint16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_137, (int32_t)1)))));
|
|
}
|
|
}
|
|
// System.Boolean System.Uri::CheckKnownSchemes(System.Int64*,System.UInt16,System.UriParser&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_CheckKnownSchemes_mCA95AE251E7C9208570543B446385BCF2C727E8D (int64_t* ___lptr0, uint16_t ___nChars1, UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC ** ___syntax2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Uri_CheckKnownSchemes_mCA95AE251E7C9208570543B446385BCF2C727E8D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int64_t V_0 = 0;
|
|
{
|
|
uint16_t L_0 = ___nChars1;
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)2))))
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
int64_t* L_1 = ___lptr0;
|
|
int64_t L_2 = *((int64_t*)L_1);
|
|
if ((!(((uint32_t)((int32_t)((int32_t)(((int32_t)((int32_t)L_2)))|(int32_t)((int32_t)2097184)))) == ((uint32_t)((int32_t)7536759)))))
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC ** L_3 = ___syntax2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_4 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_WsUri_13();
|
|
*((RuntimeObject **)L_3) = (RuntimeObject *)L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_3, (void*)(RuntimeObject *)L_4);
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
int64_t* L_5 = ___lptr0;
|
|
int64_t L_6 = *((int64_t*)L_5);
|
|
V_0 = ((int64_t)((int64_t)L_6|(int64_t)((int64_t)9007336695791648LL)));
|
|
int64_t L_7 = V_0;
|
|
if ((((int64_t)L_7) > ((int64_t)((int64_t)29273878621519975LL))))
|
|
{
|
|
goto IL_00a8;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_8 = V_0;
|
|
if ((((int64_t)L_8) > ((int64_t)((int64_t)16326042577993847LL))))
|
|
{
|
|
goto IL_0076;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_9 = V_0;
|
|
if ((((int64_t)L_9) == ((int64_t)((int64_t)12948347151515758LL))))
|
|
{
|
|
goto IL_0203;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_10 = V_0;
|
|
if ((((int64_t)L_10) == ((int64_t)((int64_t)16326029693157478LL))))
|
|
{
|
|
goto IL_015d;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_11 = V_0;
|
|
if ((((int64_t)L_11) == ((int64_t)((int64_t)16326042577993847LL))))
|
|
{
|
|
goto IL_013d;
|
|
}
|
|
}
|
|
{
|
|
goto IL_025c;
|
|
}
|
|
|
|
IL_0076:
|
|
{
|
|
int64_t L_12 = V_0;
|
|
if ((((int64_t)L_12) == ((int64_t)((int64_t)28147948650299509LL))))
|
|
{
|
|
goto IL_018d;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_13 = V_0;
|
|
if ((((int64_t)L_13) == ((int64_t)((int64_t)28429436511125606LL))))
|
|
{
|
|
goto IL_014d;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_14 = V_0;
|
|
if ((((int64_t)L_14) == ((int64_t)((int64_t)29273878621519975LL))))
|
|
{
|
|
goto IL_019d;
|
|
}
|
|
}
|
|
{
|
|
goto IL_025c;
|
|
}
|
|
|
|
IL_00a8:
|
|
{
|
|
int64_t L_15 = V_0;
|
|
if ((((int64_t)L_15) > ((int64_t)((int64_t)31525614009974892LL))))
|
|
{
|
|
goto IL_00e6;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_16 = V_0;
|
|
if ((((int64_t)L_16) == ((int64_t)((int64_t)30399748462674029LL))))
|
|
{
|
|
goto IL_01c1;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_17 = V_0;
|
|
if ((((int64_t)L_17) == ((int64_t)((int64_t)30962711301259380LL))))
|
|
{
|
|
goto IL_01e5;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_18 = V_0;
|
|
if ((((int64_t)L_18) == ((int64_t)((int64_t)31525614009974892LL))))
|
|
{
|
|
goto IL_024f;
|
|
}
|
|
}
|
|
{
|
|
goto IL_025c;
|
|
}
|
|
|
|
IL_00e6:
|
|
{
|
|
int64_t L_19 = V_0;
|
|
if ((((int64_t)L_19) == ((int64_t)((int64_t)31525695615008878LL))))
|
|
{
|
|
goto IL_017d;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_20 = V_0;
|
|
if ((((int64_t)L_20) == ((int64_t)((int64_t)31525695615402088LL))))
|
|
{
|
|
goto IL_0112;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_21 = V_0;
|
|
if ((((int64_t)L_21) == ((int64_t)((int64_t)32370133429452910LL))))
|
|
{
|
|
goto IL_016d;
|
|
}
|
|
}
|
|
{
|
|
goto IL_025c;
|
|
}
|
|
|
|
IL_0112:
|
|
{
|
|
uint16_t L_22 = ___nChars1;
|
|
if ((!(((uint32_t)L_22) == ((uint32_t)4))))
|
|
{
|
|
goto IL_011f;
|
|
}
|
|
}
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC ** L_23 = ___syntax2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_24 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_HttpUri_11();
|
|
*((RuntimeObject **)L_23) = (RuntimeObject *)L_24;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_23, (void*)(RuntimeObject *)L_24);
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_011f:
|
|
{
|
|
uint16_t L_25 = ___nChars1;
|
|
if ((!(((uint32_t)L_25) == ((uint32_t)5))))
|
|
{
|
|
goto IL_025c;
|
|
}
|
|
}
|
|
{
|
|
int64_t* L_26 = ___lptr0;
|
|
int32_t L_27 = *((uint16_t*)((int64_t*)il2cpp_codegen_add((intptr_t)L_26, (int32_t)8)));
|
|
if ((!(((uint32_t)((int32_t)((int32_t)L_27|(int32_t)((int32_t)32)))) == ((uint32_t)((int32_t)115)))))
|
|
{
|
|
goto IL_025c;
|
|
}
|
|
}
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC ** L_28 = ___syntax2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_29 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_HttpsUri_12();
|
|
*((RuntimeObject **)L_28) = (RuntimeObject *)L_29;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_28, (void*)(RuntimeObject *)L_29);
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_013d:
|
|
{
|
|
uint16_t L_30 = ___nChars1;
|
|
if ((!(((uint32_t)L_30) == ((uint32_t)3))))
|
|
{
|
|
goto IL_025c;
|
|
}
|
|
}
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC ** L_31 = ___syntax2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_32 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_WssUri_14();
|
|
*((RuntimeObject **)L_31) = (RuntimeObject *)L_32;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_31, (void*)(RuntimeObject *)L_32);
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_014d:
|
|
{
|
|
uint16_t L_33 = ___nChars1;
|
|
if ((!(((uint32_t)L_33) == ((uint32_t)4))))
|
|
{
|
|
goto IL_025c;
|
|
}
|
|
}
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC ** L_34 = ___syntax2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_35 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_FileUri_16();
|
|
*((RuntimeObject **)L_34) = (RuntimeObject *)L_35;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_34, (void*)(RuntimeObject *)L_35);
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_015d:
|
|
{
|
|
uint16_t L_36 = ___nChars1;
|
|
if ((!(((uint32_t)L_36) == ((uint32_t)3))))
|
|
{
|
|
goto IL_025c;
|
|
}
|
|
}
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC ** L_37 = ___syntax2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_38 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_FtpUri_15();
|
|
*((RuntimeObject **)L_37) = (RuntimeObject *)L_38;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_37, (void*)(RuntimeObject *)L_38);
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_016d:
|
|
{
|
|
uint16_t L_39 = ___nChars1;
|
|
if ((!(((uint32_t)L_39) == ((uint32_t)4))))
|
|
{
|
|
goto IL_025c;
|
|
}
|
|
}
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC ** L_40 = ___syntax2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_41 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_NewsUri_19();
|
|
*((RuntimeObject **)L_40) = (RuntimeObject *)L_41;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_40, (void*)(RuntimeObject *)L_41);
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_017d:
|
|
{
|
|
uint16_t L_42 = ___nChars1;
|
|
if ((!(((uint32_t)L_42) == ((uint32_t)4))))
|
|
{
|
|
goto IL_025c;
|
|
}
|
|
}
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC ** L_43 = ___syntax2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_44 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_NntpUri_18();
|
|
*((RuntimeObject **)L_43) = (RuntimeObject *)L_44;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_43, (void*)(RuntimeObject *)L_44);
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_018d:
|
|
{
|
|
uint16_t L_45 = ___nChars1;
|
|
if ((!(((uint32_t)L_45) == ((uint32_t)4))))
|
|
{
|
|
goto IL_025c;
|
|
}
|
|
}
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC ** L_46 = ___syntax2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_47 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_UuidUri_21();
|
|
*((RuntimeObject **)L_46) = (RuntimeObject *)L_47;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_46, (void*)(RuntimeObject *)L_47);
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_019d:
|
|
{
|
|
uint16_t L_48 = ___nChars1;
|
|
if ((!(((uint32_t)L_48) == ((uint32_t)6))))
|
|
{
|
|
goto IL_025c;
|
|
}
|
|
}
|
|
{
|
|
int64_t* L_49 = ___lptr0;
|
|
int32_t L_50 = *((int32_t*)((int64_t*)il2cpp_codegen_add((intptr_t)L_49, (int32_t)8)));
|
|
if ((!(((uint32_t)((int32_t)((int32_t)L_50|(int32_t)((int32_t)2097184)))) == ((uint32_t)((int32_t)7471205)))))
|
|
{
|
|
goto IL_025c;
|
|
}
|
|
}
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC ** L_51 = ___syntax2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_52 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_GopherUri_17();
|
|
*((RuntimeObject **)L_51) = (RuntimeObject *)L_52;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_51, (void*)(RuntimeObject *)L_52);
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_01c1:
|
|
{
|
|
uint16_t L_53 = ___nChars1;
|
|
if ((!(((uint32_t)L_53) == ((uint32_t)6))))
|
|
{
|
|
goto IL_025c;
|
|
}
|
|
}
|
|
{
|
|
int64_t* L_54 = ___lptr0;
|
|
int32_t L_55 = *((int32_t*)((int64_t*)il2cpp_codegen_add((intptr_t)L_54, (int32_t)8)));
|
|
if ((!(((uint32_t)((int32_t)((int32_t)L_55|(int32_t)((int32_t)2097184)))) == ((uint32_t)((int32_t)7274612)))))
|
|
{
|
|
goto IL_025c;
|
|
}
|
|
}
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC ** L_56 = ___syntax2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_57 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_MailToUri_20();
|
|
*((RuntimeObject **)L_56) = (RuntimeObject *)L_57;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_56, (void*)(RuntimeObject *)L_57);
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_01e5:
|
|
{
|
|
uint16_t L_58 = ___nChars1;
|
|
if ((!(((uint32_t)L_58) == ((uint32_t)6))))
|
|
{
|
|
goto IL_025c;
|
|
}
|
|
}
|
|
{
|
|
int64_t* L_59 = ___lptr0;
|
|
int32_t L_60 = *((int32_t*)((int64_t*)il2cpp_codegen_add((intptr_t)L_59, (int32_t)8)));
|
|
if ((!(((uint32_t)((int32_t)((int32_t)L_60|(int32_t)((int32_t)2097184)))) == ((uint32_t)((int32_t)7602277)))))
|
|
{
|
|
goto IL_025c;
|
|
}
|
|
}
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC ** L_61 = ___syntax2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_62 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_TelnetUri_22();
|
|
*((RuntimeObject **)L_61) = (RuntimeObject *)L_62;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_61, (void*)(RuntimeObject *)L_62);
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0203:
|
|
{
|
|
uint16_t L_63 = ___nChars1;
|
|
if ((!(((uint32_t)L_63) == ((uint32_t)8))))
|
|
{
|
|
goto IL_0229;
|
|
}
|
|
}
|
|
{
|
|
int64_t* L_64 = ___lptr0;
|
|
int64_t L_65 = *((int64_t*)((int64_t*)il2cpp_codegen_add((intptr_t)L_64, (int32_t)8)));
|
|
if ((!(((uint64_t)((int64_t)((int64_t)L_65|(int64_t)((int64_t)9007336695791648LL)))) == ((uint64_t)((int64_t)28429453690994800LL)))))
|
|
{
|
|
goto IL_0229;
|
|
}
|
|
}
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC ** L_66 = ___syntax2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_67 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_NetPipeUri_25();
|
|
*((RuntimeObject **)L_66) = (RuntimeObject *)L_67;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_66, (void*)(RuntimeObject *)L_67);
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0229:
|
|
{
|
|
uint16_t L_68 = ___nChars1;
|
|
if ((!(((uint32_t)L_68) == ((uint32_t)7))))
|
|
{
|
|
goto IL_025c;
|
|
}
|
|
}
|
|
{
|
|
int64_t* L_69 = ___lptr0;
|
|
int64_t L_70 = *((int64_t*)((int64_t*)il2cpp_codegen_add((intptr_t)L_69, (int32_t)8)));
|
|
if ((!(((uint64_t)((int64_t)((int64_t)L_70|(int64_t)((int64_t)9007336695791648LL)))) == ((uint64_t)((int64_t)16326029692043380LL)))))
|
|
{
|
|
goto IL_025c;
|
|
}
|
|
}
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC ** L_71 = ___syntax2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_72 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_NetTcpUri_24();
|
|
*((RuntimeObject **)L_71) = (RuntimeObject *)L_72;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_71, (void*)(RuntimeObject *)L_72);
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_024f:
|
|
{
|
|
uint16_t L_73 = ___nChars1;
|
|
if ((!(((uint32_t)L_73) == ((uint32_t)4))))
|
|
{
|
|
goto IL_025c;
|
|
}
|
|
}
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC ** L_74 = ___syntax2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_75 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_LdapUri_23();
|
|
*((RuntimeObject **)L_74) = (RuntimeObject *)L_75;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_74, (void*)(RuntimeObject *)L_75);
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_025c:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.ParsingError System.Uri::CheckSchemeSyntax(System.Char*,System.UInt16,System.UriParser&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Uri_CheckSchemeSyntax_m1181D9BEA35D9D22852FD2FE815CABB267BA5A8F (Il2CppChar* ___ptr0, uint16_t ___length1, UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC ** ___syntax2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Uri_CheckSchemeSyntax_m1181D9BEA35D9D22852FD2FE815CABB267BA5A8F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
Il2CppChar V_1 = 0x0;
|
|
uint16_t V_2 = 0;
|
|
Il2CppChar V_3 = 0x0;
|
|
{
|
|
Il2CppChar* L_0 = ___ptr0;
|
|
int32_t L_1 = *((uint16_t*)L_0);
|
|
V_1 = L_1;
|
|
Il2CppChar L_2 = V_1;
|
|
if ((((int32_t)L_2) < ((int32_t)((int32_t)97))))
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_3 = V_1;
|
|
if ((((int32_t)L_3) <= ((int32_t)((int32_t)122))))
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
Il2CppChar L_4 = V_1;
|
|
if ((((int32_t)L_4) < ((int32_t)((int32_t)65))))
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_5 = V_1;
|
|
if ((((int32_t)L_5) > ((int32_t)((int32_t)90))))
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_6 = ___ptr0;
|
|
Il2CppChar L_7 = V_1;
|
|
*((int16_t*)L_6) = (int16_t)(((int32_t)((uint16_t)((int32_t)((int32_t)L_7|(int32_t)((int32_t)32))))));
|
|
goto IL_0022;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
return (int32_t)(2);
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
V_2 = (uint16_t)1;
|
|
goto IL_0070;
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
Il2CppChar* L_8 = ___ptr0;
|
|
uint16_t L_9 = V_2;
|
|
int32_t L_10 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_8, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_9)), (int32_t)2)))));
|
|
V_3 = L_10;
|
|
Il2CppChar L_11 = V_3;
|
|
if ((((int32_t)L_11) < ((int32_t)((int32_t)97))))
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_12 = V_3;
|
|
if ((((int32_t)L_12) <= ((int32_t)((int32_t)122))))
|
|
{
|
|
goto IL_006b;
|
|
}
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
Il2CppChar L_13 = V_3;
|
|
if ((((int32_t)L_13) < ((int32_t)((int32_t)65))))
|
|
{
|
|
goto IL_0050;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_14 = V_3;
|
|
if ((((int32_t)L_14) > ((int32_t)((int32_t)90))))
|
|
{
|
|
goto IL_0050;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_15 = ___ptr0;
|
|
uint16_t L_16 = V_2;
|
|
Il2CppChar L_17 = V_3;
|
|
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_15, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_16)), (int32_t)2))))) = (int16_t)(((int32_t)((uint16_t)((int32_t)((int32_t)L_17|(int32_t)((int32_t)32))))));
|
|
goto IL_006b;
|
|
}
|
|
|
|
IL_0050:
|
|
{
|
|
Il2CppChar L_18 = V_3;
|
|
if ((((int32_t)L_18) < ((int32_t)((int32_t)48))))
|
|
{
|
|
goto IL_005a;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_19 = V_3;
|
|
if ((((int32_t)L_19) <= ((int32_t)((int32_t)57))))
|
|
{
|
|
goto IL_006b;
|
|
}
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
Il2CppChar L_20 = V_3;
|
|
if ((((int32_t)L_20) == ((int32_t)((int32_t)43))))
|
|
{
|
|
goto IL_006b;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_21 = V_3;
|
|
if ((((int32_t)L_21) == ((int32_t)((int32_t)45))))
|
|
{
|
|
goto IL_006b;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_22 = V_3;
|
|
if ((((int32_t)L_22) == ((int32_t)((int32_t)46))))
|
|
{
|
|
goto IL_006b;
|
|
}
|
|
}
|
|
{
|
|
return (int32_t)(2);
|
|
}
|
|
|
|
IL_006b:
|
|
{
|
|
uint16_t L_23 = V_2;
|
|
V_2 = (uint16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)))));
|
|
}
|
|
|
|
IL_0070:
|
|
{
|
|
uint16_t L_24 = V_2;
|
|
uint16_t L_25 = ___length1;
|
|
if ((((int32_t)L_24) < ((int32_t)L_25)))
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_26 = ___ptr0;
|
|
uint16_t L_27 = ___length1;
|
|
String_t* L_28 = String_CreateString_mC16F6AD7A921B1AD038C1EB215D7F055C5676590(NULL, (Il2CppChar*)(Il2CppChar*)L_26, 0, L_27, /*hidden argument*/NULL);
|
|
V_0 = L_28;
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC ** L_29 = ___syntax2;
|
|
String_t* L_30 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_31 = UriParser_FindOrFetchAsUnknownV1Syntax_m3A57CA15FE27DC7982F186E8321B810B56EBD9AD(L_30, /*hidden argument*/NULL);
|
|
*((RuntimeObject **)L_29) = (RuntimeObject *)L_31;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_29, (void*)(RuntimeObject *)L_31);
|
|
return (int32_t)(0);
|
|
}
|
|
}
|
|
// System.UInt16 System.Uri::CheckAuthorityHelper(System.Char*,System.UInt16,System.UInt16,System.ParsingError&,System.Uri_Flags&,System.UriParser,System.String&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Uri_CheckAuthorityHelper_m5046CE781115A54CAE3ACD2C03987F526A761387 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, Il2CppChar* ___pString0, uint16_t ___idx1, uint16_t ___length2, int32_t* ___err3, uint64_t* ___flags4, UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * ___syntax5, String_t** ___newHost6, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Uri_CheckAuthorityHelper_m5046CE781115A54CAE3ACD2C03987F526A761387_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Il2CppChar V_1 = 0x0;
|
|
int32_t V_2 = 0;
|
|
uint16_t V_3 = 0;
|
|
bool V_4 = false;
|
|
bool V_5 = false;
|
|
bool V_6 = false;
|
|
bool V_7 = false;
|
|
int32_t V_8 = 0;
|
|
String_t* V_9 = NULL;
|
|
bool V_10 = false;
|
|
uint16_t V_11 = 0;
|
|
bool V_12 = false;
|
|
bool V_13 = false;
|
|
String_t* V_14 = NULL;
|
|
int32_t V_15 = 0;
|
|
int32_t V_16 = 0;
|
|
uint16_t V_17 = 0;
|
|
bool V_18 = false;
|
|
int32_t V_19 = 0;
|
|
String_t* V_20 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 4);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
int32_t G_B3_0 = 0;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * G_B49_0 = NULL;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * G_B48_0 = NULL;
|
|
int32_t G_B50_0 = 0;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * G_B50_1 = NULL;
|
|
{
|
|
uint16_t L_0 = ___length2;
|
|
V_0 = L_0;
|
|
uint16_t L_1 = ___idx1;
|
|
V_2 = L_1;
|
|
uint16_t L_2 = ___idx1;
|
|
V_3 = L_2;
|
|
String_t** L_3 = ___newHost6;
|
|
*((RuntimeObject **)L_3) = (RuntimeObject *)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_3, (void*)(RuntimeObject *)NULL);
|
|
V_4 = (bool)0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
bool L_4 = ((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var))->get_s_IriParsing_26();
|
|
il2cpp_codegen_memory_barrier();
|
|
if (!L_4)
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_5 = ___syntax5;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
bool L_6 = Uri_IriParsingStatic_m39FC9677B4B9EFBADF814F2EEA58280F35A1D3E5(L_5, /*hidden argument*/NULL);
|
|
G_B3_0 = ((int32_t)(L_6));
|
|
goto IL_0020;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
V_5 = (bool)G_B3_0;
|
|
uint64_t* L_7 = ___flags4;
|
|
int64_t L_8 = *((int64_t*)L_7);
|
|
V_6 = (bool)((!(((uint64_t)((int64_t)((int64_t)L_8&(int64_t)((int64_t)8589934592LL)))) <= ((uint64_t)(((int64_t)((int64_t)0))))))? 1 : 0);
|
|
uint64_t* L_9 = ___flags4;
|
|
int64_t L_10 = *((int64_t*)L_9);
|
|
V_7 = (bool)((((int64_t)((int64_t)((int64_t)L_10&(int64_t)((int64_t)17179869184LL)))) == ((int64_t)(((int64_t)((int64_t)0)))))? 1 : 0);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_11 = ___syntax5;
|
|
NullCheck(L_11);
|
|
int32_t L_12 = UriParser_get_Flags_mBCF4C3E94892F00B6E8856BFED1B650FB6A0C039_inline(L_11, /*hidden argument*/NULL);
|
|
V_8 = L_12;
|
|
bool L_13 = V_6;
|
|
bool L_14 = V_5;
|
|
bool L_15 = V_7;
|
|
if (!((int32_t)((int32_t)((int32_t)((int32_t)L_13&(int32_t)L_14))&(int32_t)L_15)))
|
|
{
|
|
goto IL_006b;
|
|
}
|
|
}
|
|
{
|
|
String_t** L_16 = ___newHost6;
|
|
String_t* L_17 = __this->get_m_originalUnicodeString_17();
|
|
int32_t L_18 = V_2;
|
|
NullCheck(L_17);
|
|
String_t* L_19 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_17, 0, L_18, /*hidden argument*/NULL);
|
|
*((RuntimeObject **)L_16) = (RuntimeObject *)L_19;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_16, (void*)(RuntimeObject *)L_19);
|
|
}
|
|
|
|
IL_006b:
|
|
{
|
|
uint16_t L_20 = ___idx1;
|
|
uint16_t L_21 = ___length2;
|
|
if ((((int32_t)L_20) == ((int32_t)L_21)))
|
|
{
|
|
goto IL_0094;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_22 = ___pString0;
|
|
uint16_t L_23 = ___idx1;
|
|
int32_t L_24 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_22, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_23)), (int32_t)2)))));
|
|
int32_t L_25 = L_24;
|
|
V_1 = L_25;
|
|
if ((((int32_t)L_25) == ((int32_t)((int32_t)47))))
|
|
{
|
|
goto IL_0094;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_26 = V_1;
|
|
if ((!(((uint32_t)L_26) == ((uint32_t)((int32_t)92)))))
|
|
{
|
|
goto IL_008a;
|
|
}
|
|
}
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_27 = ___syntax5;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
bool L_28 = Uri_StaticIsFile_mD270A5F6C8B59AAF6256B4565ABE5917ABA545E3(L_27, /*hidden argument*/NULL);
|
|
if (L_28)
|
|
{
|
|
goto IL_0094;
|
|
}
|
|
}
|
|
|
|
IL_008a:
|
|
{
|
|
Il2CppChar L_29 = V_1;
|
|
if ((((int32_t)L_29) == ((int32_t)((int32_t)35))))
|
|
{
|
|
goto IL_0094;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_30 = V_1;
|
|
if ((!(((uint32_t)L_30) == ((uint32_t)((int32_t)63)))))
|
|
{
|
|
goto IL_0106;
|
|
}
|
|
}
|
|
|
|
IL_0094:
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_31 = ___syntax5;
|
|
NullCheck(L_31);
|
|
bool L_32 = UriParser_InFact_mDD42FA932B6830D99AA04C2AE7875BA5067C86F3(L_31, ((int32_t)128), /*hidden argument*/NULL);
|
|
if (!L_32)
|
|
{
|
|
goto IL_00e6;
|
|
}
|
|
}
|
|
{
|
|
uint64_t* L_33 = ___flags4;
|
|
uint64_t* L_34 = ___flags4;
|
|
int64_t L_35 = *((int64_t*)L_34);
|
|
*((int64_t*)L_33) = (int64_t)((int64_t)((int64_t)L_35&(int64_t)(((int64_t)((int64_t)((int32_t)-268435457))))));
|
|
uint64_t* L_36 = ___flags4;
|
|
int64_t L_37 = *((int64_t*)L_36);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
bool L_38 = Uri_StaticInFact_m77BB2AE094534AFD7B9F68683C2A4356A75E39B8(L_37, (((int64_t)((int64_t)((int32_t)536870912)))), /*hidden argument*/NULL);
|
|
if (!L_38)
|
|
{
|
|
goto IL_00d7;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_39 = ___pString0;
|
|
uint16_t L_40 = ___idx1;
|
|
int32_t L_41 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_39, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_40)), (int32_t)2)))));
|
|
if ((!(((uint32_t)L_41) == ((uint32_t)((int32_t)47)))))
|
|
{
|
|
goto IL_00d1;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
bool L_42 = ((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var))->get_IsWindowsFileSystem_29();
|
|
if (!L_42)
|
|
{
|
|
goto IL_00d7;
|
|
}
|
|
}
|
|
|
|
IL_00d1:
|
|
{
|
|
int32_t* L_43 = ___err3;
|
|
*((int32_t*)L_43) = (int32_t)8;
|
|
goto IL_00ea;
|
|
}
|
|
|
|
IL_00d7:
|
|
{
|
|
uint64_t* L_44 = ___flags4;
|
|
uint64_t* L_45 = ___flags4;
|
|
int64_t L_46 = *((int64_t*)L_45);
|
|
*((int64_t*)L_44) = (int64_t)((int64_t)((int64_t)L_46|(int64_t)(((int64_t)((int64_t)((int32_t)327680))))));
|
|
goto IL_00ea;
|
|
}
|
|
|
|
IL_00e6:
|
|
{
|
|
int32_t* L_47 = ___err3;
|
|
*((int32_t*)L_47) = (int32_t)8;
|
|
}
|
|
|
|
IL_00ea:
|
|
{
|
|
bool L_48 = V_6;
|
|
bool L_49 = V_5;
|
|
bool L_50 = V_7;
|
|
if (!((int32_t)((int32_t)((int32_t)((int32_t)L_48&(int32_t)L_49))&(int32_t)L_50)))
|
|
{
|
|
goto IL_0104;
|
|
}
|
|
}
|
|
{
|
|
uint64_t* L_51 = ___flags4;
|
|
uint64_t* L_52 = ___flags4;
|
|
int64_t L_53 = *((int64_t*)L_52);
|
|
*((int64_t*)L_51) = (int64_t)((int64_t)((int64_t)L_53|(int64_t)((int64_t)17179869184LL)));
|
|
}
|
|
|
|
IL_0104:
|
|
{
|
|
uint16_t L_54 = ___idx1;
|
|
return L_54;
|
|
}
|
|
|
|
IL_0106:
|
|
{
|
|
V_9 = (String_t*)NULL;
|
|
int32_t L_55 = V_8;
|
|
if (!((int32_t)((int32_t)L_55&(int32_t)4)))
|
|
{
|
|
goto IL_01e4;
|
|
}
|
|
}
|
|
{
|
|
goto IL_01dd;
|
|
}
|
|
|
|
IL_0117:
|
|
{
|
|
uint16_t L_56 = V_3;
|
|
int32_t L_57 = V_0;
|
|
if ((((int32_t)L_56) == ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_57, (int32_t)1)))))
|
|
{
|
|
goto IL_0149;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_58 = ___pString0;
|
|
uint16_t L_59 = V_3;
|
|
int32_t L_60 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_58, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_59)), (int32_t)2)))));
|
|
if ((((int32_t)L_60) == ((int32_t)((int32_t)63))))
|
|
{
|
|
goto IL_0149;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_61 = ___pString0;
|
|
uint16_t L_62 = V_3;
|
|
int32_t L_63 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_61, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_62)), (int32_t)2)))));
|
|
if ((((int32_t)L_63) == ((int32_t)((int32_t)35))))
|
|
{
|
|
goto IL_0149;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_64 = ___pString0;
|
|
uint16_t L_65 = V_3;
|
|
int32_t L_66 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_64, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_65)), (int32_t)2)))));
|
|
if ((((int32_t)L_66) == ((int32_t)((int32_t)92))))
|
|
{
|
|
goto IL_0149;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_67 = ___pString0;
|
|
uint16_t L_68 = V_3;
|
|
int32_t L_69 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_67, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_68)), (int32_t)2)))));
|
|
if ((!(((uint32_t)L_69) == ((uint32_t)((int32_t)47)))))
|
|
{
|
|
goto IL_0150;
|
|
}
|
|
}
|
|
|
|
IL_0149:
|
|
{
|
|
uint16_t L_70 = ___idx1;
|
|
V_3 = L_70;
|
|
goto IL_01e4;
|
|
}
|
|
|
|
IL_0150:
|
|
{
|
|
Il2CppChar* L_71 = ___pString0;
|
|
uint16_t L_72 = V_3;
|
|
int32_t L_73 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_71, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_72)), (int32_t)2)))));
|
|
if ((!(((uint32_t)L_73) == ((uint32_t)((int32_t)64)))))
|
|
{
|
|
goto IL_01d8;
|
|
}
|
|
}
|
|
{
|
|
uint64_t* L_74 = ___flags4;
|
|
uint64_t* L_75 = ___flags4;
|
|
int64_t L_76 = *((int64_t*)L_75);
|
|
*((int64_t*)L_74) = (int64_t)((int64_t)((int64_t)L_76|(int64_t)(((int64_t)((int64_t)((int32_t)2097152))))));
|
|
bool L_77 = V_5;
|
|
if (L_77)
|
|
{
|
|
goto IL_0175;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
int32_t L_78 = ((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var))->get_s_IdnScope_25();
|
|
il2cpp_codegen_memory_barrier();
|
|
if (!L_78)
|
|
{
|
|
goto IL_01c9;
|
|
}
|
|
}
|
|
|
|
IL_0175:
|
|
{
|
|
bool L_79 = V_5;
|
|
bool L_80 = V_6;
|
|
bool L_81 = V_7;
|
|
if (!((int32_t)((int32_t)((int32_t)((int32_t)L_79&(int32_t)L_80))&(int32_t)L_81)))
|
|
{
|
|
goto IL_01bb;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_82 = ___pString0;
|
|
int32_t L_83 = V_2;
|
|
uint16_t L_84 = V_3;
|
|
String_t* L_85 = IriHelper_EscapeUnescapeIri_m6DE347247CE35DB4CE3129BEC2179F0095D69239((Il2CppChar*)(Il2CppChar*)L_82, L_83, ((int32_t)il2cpp_codegen_add((int32_t)L_84, (int32_t)1)), 2, /*hidden argument*/NULL);
|
|
V_9 = L_85;
|
|
}
|
|
|
|
IL_018c:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var);
|
|
bool L_86 = UriParser_get_ShouldUseLegacyV2Quirks_mD4C8DF67677ACCCC3B5E026099ECC0BDA24D96DD(/*hidden argument*/NULL);
|
|
if (!L_86)
|
|
{
|
|
goto IL_019d;
|
|
}
|
|
}
|
|
|
|
IL_0193:
|
|
{
|
|
String_t* L_87 = V_9;
|
|
NullCheck(L_87);
|
|
String_t* L_88 = String_Normalize_m331F324C5A5E95FF79E2AB44A0C454324E91F7C6(L_87, 1, /*hidden argument*/NULL);
|
|
V_9 = L_88;
|
|
}
|
|
|
|
IL_019d:
|
|
{
|
|
goto IL_01ac;
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_019f;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_019f:
|
|
{ // begin catch(System.ArgumentException)
|
|
int32_t* L_89 = ___err3;
|
|
*((int32_t*)L_89) = (int32_t)1;
|
|
uint16_t L_90 = ___idx1;
|
|
V_11 = L_90;
|
|
goto IL_07c1;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_01ac:
|
|
{
|
|
String_t** L_91 = ___newHost6;
|
|
String_t** L_92 = ___newHost6;
|
|
String_t* L_93 = *((String_t**)L_92);
|
|
String_t* L_94 = V_9;
|
|
String_t* L_95 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_93, L_94, /*hidden argument*/NULL);
|
|
*((RuntimeObject **)L_91) = (RuntimeObject *)L_95;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_91, (void*)(RuntimeObject *)L_95);
|
|
goto IL_01c9;
|
|
}
|
|
|
|
IL_01bb:
|
|
{
|
|
Il2CppChar* L_96 = ___pString0;
|
|
int32_t L_97 = V_2;
|
|
uint16_t L_98 = V_3;
|
|
int32_t L_99 = V_2;
|
|
String_t* L_100 = String_CreateString_mC16F6AD7A921B1AD038C1EB215D7F055C5676590(NULL, (Il2CppChar*)(Il2CppChar*)L_96, L_97, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_98, (int32_t)L_99)), (int32_t)1)), /*hidden argument*/NULL);
|
|
V_9 = L_100;
|
|
}
|
|
|
|
IL_01c9:
|
|
{
|
|
uint16_t L_101 = V_3;
|
|
V_3 = (uint16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_101, (int32_t)1)))));
|
|
Il2CppChar* L_102 = ___pString0;
|
|
uint16_t L_103 = V_3;
|
|
int32_t L_104 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_102, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_103)), (int32_t)2)))));
|
|
V_1 = L_104;
|
|
goto IL_01e4;
|
|
}
|
|
|
|
IL_01d8:
|
|
{
|
|
uint16_t L_105 = V_3;
|
|
V_3 = (uint16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_105, (int32_t)1)))));
|
|
}
|
|
|
|
IL_01dd:
|
|
{
|
|
uint16_t L_106 = V_3;
|
|
int32_t L_107 = V_0;
|
|
if ((((int32_t)L_106) < ((int32_t)L_107)))
|
|
{
|
|
goto IL_0117;
|
|
}
|
|
}
|
|
|
|
IL_01e4:
|
|
{
|
|
int32_t L_108 = V_8;
|
|
V_10 = (bool)((((int32_t)((int32_t)((int32_t)L_108&(int32_t)((int32_t)131072)))) == ((int32_t)0))? 1 : 0);
|
|
Il2CppChar L_109 = V_1;
|
|
if ((!(((uint32_t)L_109) == ((uint32_t)((int32_t)91)))))
|
|
{
|
|
goto IL_0282;
|
|
}
|
|
}
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_110 = ___syntax5;
|
|
NullCheck(L_110);
|
|
bool L_111 = UriParser_InFact_mDD42FA932B6830D99AA04C2AE7875BA5067C86F3(L_110, ((int32_t)2048), /*hidden argument*/NULL);
|
|
if (!L_111)
|
|
{
|
|
goto IL_0282;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_112 = ___pString0;
|
|
uint16_t L_113 = V_3;
|
|
bool L_114 = IPv6AddressHelper_IsValid_m2383F1A867665B04A4F2B8D82FF2B62BE51C2289((Il2CppChar*)(Il2CppChar*)L_112, ((int32_t)il2cpp_codegen_add((int32_t)L_113, (int32_t)1)), (int32_t*)(&V_0), /*hidden argument*/NULL);
|
|
if (!L_114)
|
|
{
|
|
goto IL_0282;
|
|
}
|
|
}
|
|
{
|
|
uint64_t* L_115 = ___flags4;
|
|
uint64_t* L_116 = ___flags4;
|
|
int64_t L_117 = *((int64_t*)L_116);
|
|
*((int64_t*)L_115) = (int64_t)((int64_t)((int64_t)L_117|(int64_t)(((int64_t)((int64_t)((int32_t)65536))))));
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
bool L_118 = ((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var))->get_s_ConfigInitialized_23();
|
|
il2cpp_codegen_memory_barrier();
|
|
if (L_118)
|
|
{
|
|
goto IL_0248;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
Uri_InitializeUriConfig_m1B2F98DF0BB1A48FEB328E9D8BF3C23B32196FE2(/*hidden argument*/NULL);
|
|
bool L_119 = ((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var))->get_s_IriParsing_26();
|
|
il2cpp_codegen_memory_barrier();
|
|
G_B48_0 = __this;
|
|
if (!L_119)
|
|
{
|
|
G_B49_0 = __this;
|
|
goto IL_0242;
|
|
}
|
|
}
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_120 = ___syntax5;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
bool L_121 = Uri_IriParsingStatic_m39FC9677B4B9EFBADF814F2EEA58280F35A1D3E5(L_120, /*hidden argument*/NULL);
|
|
G_B50_0 = ((int32_t)(L_121));
|
|
G_B50_1 = G_B48_0;
|
|
goto IL_0243;
|
|
}
|
|
|
|
IL_0242:
|
|
{
|
|
G_B50_0 = 0;
|
|
G_B50_1 = G_B49_0;
|
|
}
|
|
|
|
IL_0243:
|
|
{
|
|
NullCheck(G_B50_1);
|
|
G_B50_1->set_m_iriParsing_22((bool)G_B50_0);
|
|
}
|
|
|
|
IL_0248:
|
|
{
|
|
bool L_122 = V_6;
|
|
bool L_123 = V_5;
|
|
bool L_124 = V_7;
|
|
if (!((int32_t)((int32_t)((int32_t)((int32_t)L_122&(int32_t)L_123))&(int32_t)L_124)))
|
|
{
|
|
goto IL_04cf;
|
|
}
|
|
}
|
|
{
|
|
String_t** L_125 = ___newHost6;
|
|
String_t** L_126 = ___newHost6;
|
|
String_t* L_127 = *((String_t**)L_126);
|
|
Il2CppChar* L_128 = ___pString0;
|
|
uint16_t L_129 = V_3;
|
|
int32_t L_130 = V_0;
|
|
uint16_t L_131 = V_3;
|
|
String_t* L_132 = String_CreateString_mC16F6AD7A921B1AD038C1EB215D7F055C5676590(NULL, (Il2CppChar*)(Il2CppChar*)L_128, L_129, ((int32_t)il2cpp_codegen_subtract((int32_t)L_130, (int32_t)L_131)), /*hidden argument*/NULL);
|
|
String_t* L_133 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_127, L_132, /*hidden argument*/NULL);
|
|
*((RuntimeObject **)L_125) = (RuntimeObject *)L_133;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_125, (void*)(RuntimeObject *)L_133);
|
|
uint64_t* L_134 = ___flags4;
|
|
uint64_t* L_135 = ___flags4;
|
|
int64_t L_136 = *((int64_t*)L_135);
|
|
*((int64_t*)L_134) = (int64_t)((int64_t)((int64_t)L_136|(int64_t)((int64_t)17179869184LL)));
|
|
V_4 = (bool)1;
|
|
goto IL_04cf;
|
|
}
|
|
|
|
IL_0282:
|
|
{
|
|
Il2CppChar L_137 = V_1;
|
|
if ((((int32_t)L_137) > ((int32_t)((int32_t)57))))
|
|
{
|
|
goto IL_030a;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_138 = V_1;
|
|
if ((((int32_t)L_138) < ((int32_t)((int32_t)48))))
|
|
{
|
|
goto IL_030a;
|
|
}
|
|
}
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_139 = ___syntax5;
|
|
NullCheck(L_139);
|
|
bool L_140 = UriParser_InFact_mDD42FA932B6830D99AA04C2AE7875BA5067C86F3(L_139, ((int32_t)1024), /*hidden argument*/NULL);
|
|
if (!L_140)
|
|
{
|
|
goto IL_030a;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_141 = ___pString0;
|
|
uint16_t L_142 = V_3;
|
|
uint64_t* L_143 = ___flags4;
|
|
int64_t L_144 = *((int64_t*)L_143);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
bool L_145 = Uri_StaticNotAny_mC07A1201FBE032238FCFA96E9FB5D60AEDACCC5A(L_144, (((int64_t)((int64_t)((int32_t)536870912)))), /*hidden argument*/NULL);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_146 = ___syntax5;
|
|
NullCheck(L_146);
|
|
bool L_147 = UriParser_InFact_mDD42FA932B6830D99AA04C2AE7875BA5067C86F3(L_146, ((int32_t)65536), /*hidden argument*/NULL);
|
|
bool L_148 = IPv4AddressHelper_IsValid_mD96D91E0F3830414F4601A4521E71DE832A45843((Il2CppChar*)(Il2CppChar*)L_141, L_142, (int32_t*)(&V_0), (bool)0, L_145, L_147, /*hidden argument*/NULL);
|
|
if (!L_148)
|
|
{
|
|
goto IL_030a;
|
|
}
|
|
}
|
|
{
|
|
uint64_t* L_149 = ___flags4;
|
|
uint64_t* L_150 = ___flags4;
|
|
int64_t L_151 = *((int64_t*)L_150);
|
|
*((int64_t*)L_149) = (int64_t)((int64_t)((int64_t)L_151|(int64_t)(((int64_t)((int64_t)((int32_t)131072))))));
|
|
bool L_152 = V_6;
|
|
bool L_153 = V_5;
|
|
bool L_154 = V_7;
|
|
if (!((int32_t)((int32_t)((int32_t)((int32_t)L_152&(int32_t)L_153))&(int32_t)L_154)))
|
|
{
|
|
goto IL_04cf;
|
|
}
|
|
}
|
|
{
|
|
String_t** L_155 = ___newHost6;
|
|
String_t** L_156 = ___newHost6;
|
|
String_t* L_157 = *((String_t**)L_156);
|
|
Il2CppChar* L_158 = ___pString0;
|
|
uint16_t L_159 = V_3;
|
|
int32_t L_160 = V_0;
|
|
uint16_t L_161 = V_3;
|
|
String_t* L_162 = String_CreateString_mC16F6AD7A921B1AD038C1EB215D7F055C5676590(NULL, (Il2CppChar*)(Il2CppChar*)L_158, L_159, ((int32_t)il2cpp_codegen_subtract((int32_t)L_160, (int32_t)L_161)), /*hidden argument*/NULL);
|
|
String_t* L_163 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_157, L_162, /*hidden argument*/NULL);
|
|
*((RuntimeObject **)L_155) = (RuntimeObject *)L_163;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_155, (void*)(RuntimeObject *)L_163);
|
|
uint64_t* L_164 = ___flags4;
|
|
uint64_t* L_165 = ___flags4;
|
|
int64_t L_166 = *((int64_t*)L_165);
|
|
*((int64_t*)L_164) = (int64_t)((int64_t)((int64_t)L_166|(int64_t)((int64_t)17179869184LL)));
|
|
V_4 = (bool)1;
|
|
goto IL_04cf;
|
|
}
|
|
|
|
IL_030a:
|
|
{
|
|
int32_t L_167 = V_8;
|
|
if (!((int32_t)((int32_t)L_167&(int32_t)((int32_t)512))))
|
|
{
|
|
goto IL_0435;
|
|
}
|
|
}
|
|
{
|
|
bool L_168 = V_5;
|
|
if (L_168)
|
|
{
|
|
goto IL_0435;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_169 = ___pString0;
|
|
uint16_t L_170 = V_3;
|
|
uint64_t* L_171 = ___flags4;
|
|
int64_t L_172 = *((int64_t*)L_171);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
bool L_173 = Uri_StaticNotAny_mC07A1201FBE032238FCFA96E9FB5D60AEDACCC5A(L_172, (((int64_t)((int64_t)((int32_t)536870912)))), /*hidden argument*/NULL);
|
|
bool L_174 = DomainNameHelper_IsValid_mE9672A824F71E32116358C5FA029789855A4B461((Il2CppChar*)(Il2CppChar*)L_169, L_170, (int32_t*)(&V_0), (bool*)(&V_10), L_173, /*hidden argument*/NULL);
|
|
if (!L_174)
|
|
{
|
|
goto IL_0435;
|
|
}
|
|
}
|
|
{
|
|
uint64_t* L_175 = ___flags4;
|
|
uint64_t* L_176 = ___flags4;
|
|
int64_t L_177 = *((int64_t*)L_176);
|
|
*((int64_t*)L_175) = (int64_t)((int64_t)((int64_t)L_177|(int64_t)(((int64_t)((int64_t)((int32_t)196608))))));
|
|
bool L_178 = V_10;
|
|
if (L_178)
|
|
{
|
|
goto IL_035a;
|
|
}
|
|
}
|
|
{
|
|
uint64_t* L_179 = ___flags4;
|
|
uint64_t* L_180 = ___flags4;
|
|
int64_t L_181 = *((int64_t*)L_180);
|
|
*((int64_t*)L_179) = (int64_t)((int64_t)((int64_t)L_181|(int64_t)(((int64_t)((int64_t)((int32_t)33554432))))));
|
|
}
|
|
|
|
IL_035a:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
int32_t L_182 = ((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var))->get_s_IdnScope_25();
|
|
il2cpp_codegen_memory_barrier();
|
|
if (!L_182)
|
|
{
|
|
goto IL_04cf;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
int32_t L_183 = ((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var))->get_s_IdnScope_25();
|
|
il2cpp_codegen_memory_barrier();
|
|
if ((!(((uint32_t)L_183) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0390;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_184 = ___pString0;
|
|
int32_t L_185 = V_0;
|
|
String_t* L_186 = String_CreateString_mC16F6AD7A921B1AD038C1EB215D7F055C5676590(NULL, (Il2CppChar*)(Il2CppChar*)L_184, 0, L_185, /*hidden argument*/NULL);
|
|
bool L_187 = Uri_IsIntranet_mE98CA41B60FE0D4970737C8B7C81E5C63BFC07E1(__this, L_186, /*hidden argument*/NULL);
|
|
if (!L_187)
|
|
{
|
|
goto IL_0390;
|
|
}
|
|
}
|
|
{
|
|
uint64_t* L_188 = ___flags4;
|
|
uint64_t* L_189 = ___flags4;
|
|
int64_t L_190 = *((int64_t*)L_189);
|
|
*((int64_t*)L_188) = (int64_t)((int64_t)((int64_t)L_190|(int64_t)((int64_t)137438953472LL)));
|
|
}
|
|
|
|
IL_0390:
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_191 = ___syntax5;
|
|
uint64_t* L_192 = ___flags4;
|
|
int64_t L_193 = *((int64_t*)L_192);
|
|
bool L_194 = Uri_AllowIdnStatic_mFABD19611F334DF87EC3FF2B9A1FA061CAE3A5C5(__this, L_191, L_193, /*hidden argument*/NULL);
|
|
if (!L_194)
|
|
{
|
|
goto IL_04cf;
|
|
}
|
|
}
|
|
{
|
|
V_12 = (bool)1;
|
|
V_13 = (bool)0;
|
|
Il2CppChar* L_195 = ___pString0;
|
|
uint16_t L_196 = V_3;
|
|
int32_t L_197 = V_0;
|
|
String_t* L_198 = DomainNameHelper_UnicodeEquivalent_mD5A7A659B82F1FBF7ABF30009117CFBF8BC4D55F((Il2CppChar*)(Il2CppChar*)L_195, L_196, L_197, (bool*)(&V_12), (bool*)(&V_13), /*hidden argument*/NULL);
|
|
V_14 = L_198;
|
|
bool L_199 = V_13;
|
|
if (!L_199)
|
|
{
|
|
goto IL_0420;
|
|
}
|
|
}
|
|
{
|
|
uint64_t* L_200 = ___flags4;
|
|
int64_t L_201 = *((int64_t*)L_200);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
bool L_202 = Uri_StaticNotAny_mC07A1201FBE032238FCFA96E9FB5D60AEDACCC5A(L_201, ((int64_t)8589934592LL), /*hidden argument*/NULL);
|
|
if (!L_202)
|
|
{
|
|
goto IL_03d7;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_203 = __this->get_m_String_16();
|
|
__this->set_m_originalUnicodeString_17(L_203);
|
|
}
|
|
|
|
IL_03d7:
|
|
{
|
|
uint64_t* L_204 = ___flags4;
|
|
uint64_t* L_205 = ___flags4;
|
|
int64_t L_206 = *((int64_t*)L_205);
|
|
*((int64_t*)L_204) = (int64_t)((int64_t)((int64_t)L_206|(int64_t)((int64_t)4294967296LL)));
|
|
String_t** L_207 = ___newHost6;
|
|
String_t* L_208 = __this->get_m_originalUnicodeString_17();
|
|
int32_t L_209 = V_2;
|
|
NullCheck(L_208);
|
|
String_t* L_210 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_208, 0, L_209, /*hidden argument*/NULL);
|
|
String_t* L_211 = V_9;
|
|
String_t* L_212 = V_14;
|
|
String_t* L_213 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(L_210, L_211, L_212, /*hidden argument*/NULL);
|
|
*((RuntimeObject **)L_207) = (RuntimeObject *)L_213;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_207, (void*)(RuntimeObject *)L_213);
|
|
uint64_t* L_214 = ___flags4;
|
|
uint64_t* L_215 = ___flags4;
|
|
int64_t L_216 = *((int64_t*)L_215);
|
|
*((int64_t*)L_214) = (int64_t)((int64_t)((int64_t)L_216|(int64_t)(((int64_t)((int64_t)((int32_t)33554432))))));
|
|
Il2CppChar* L_217 = ___pString0;
|
|
uint16_t L_218 = V_3;
|
|
int32_t L_219 = V_0;
|
|
uint16_t L_220 = V_3;
|
|
String_t* L_221 = String_CreateString_mC16F6AD7A921B1AD038C1EB215D7F055C5676590(NULL, (Il2CppChar*)(Il2CppChar*)L_217, L_218, ((int32_t)il2cpp_codegen_subtract((int32_t)L_219, (int32_t)L_220)), /*hidden argument*/NULL);
|
|
__this->set_m_DnsSafeHost_19(L_221);
|
|
V_4 = (bool)1;
|
|
}
|
|
|
|
IL_0420:
|
|
{
|
|
uint64_t* L_222 = ___flags4;
|
|
uint64_t* L_223 = ___flags4;
|
|
int64_t L_224 = *((int64_t*)L_223);
|
|
*((int64_t*)L_222) = (int64_t)((int64_t)((int64_t)L_224|(int64_t)((int64_t)17179869184LL)));
|
|
goto IL_04cf;
|
|
}
|
|
|
|
IL_0435:
|
|
{
|
|
int32_t L_225 = V_8;
|
|
if (!((int32_t)((int32_t)L_225&(int32_t)((int32_t)512))))
|
|
{
|
|
goto IL_0495;
|
|
}
|
|
}
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_226 = ___syntax5;
|
|
NullCheck(L_226);
|
|
bool L_227 = UriParser_InFact_mDD42FA932B6830D99AA04C2AE7875BA5067C86F3(L_226, ((int32_t)268435456), /*hidden argument*/NULL);
|
|
bool L_228 = V_7;
|
|
if (((int32_t)((int32_t)L_227&(int32_t)L_228)))
|
|
{
|
|
goto IL_045e;
|
|
}
|
|
}
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_229 = ___syntax5;
|
|
NullCheck(L_229);
|
|
bool L_230 = UriParser_InFact_mDD42FA932B6830D99AA04C2AE7875BA5067C86F3(L_229, ((int32_t)67108864), /*hidden argument*/NULL);
|
|
if (!L_230)
|
|
{
|
|
goto IL_0495;
|
|
}
|
|
}
|
|
|
|
IL_045e:
|
|
{
|
|
Il2CppChar* L_231 = ___pString0;
|
|
uint16_t L_232 = V_3;
|
|
uint64_t* L_233 = ___flags4;
|
|
int64_t L_234 = *((int64_t*)L_233);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
bool L_235 = Uri_StaticNotAny_mC07A1201FBE032238FCFA96E9FB5D60AEDACCC5A(L_234, (((int64_t)((int64_t)((int32_t)536870912)))), /*hidden argument*/NULL);
|
|
bool L_236 = DomainNameHelper_IsValidByIri_m13E2A6D9EBD42326C096F2423DBB0014763D47BF((Il2CppChar*)(Il2CppChar*)L_231, L_232, (int32_t*)(&V_0), (bool*)(&V_10), L_235, /*hidden argument*/NULL);
|
|
if (!L_236)
|
|
{
|
|
goto IL_0495;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_237 = ___pString0;
|
|
uint16_t L_238 = V_3;
|
|
int32_t L_239 = V_0;
|
|
int32_t L_240 = V_2;
|
|
bool L_241 = V_5;
|
|
bool L_242 = V_6;
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_243 = ___syntax5;
|
|
String_t* L_244 = V_9;
|
|
uint64_t* L_245 = ___flags4;
|
|
String_t** L_246 = ___newHost6;
|
|
int32_t* L_247 = ___err3;
|
|
Uri_CheckAuthorityHelperHandleDnsIri_m366E36029D4C9A00C0F216055B15F5E4805AED28(__this, (Il2CppChar*)(Il2CppChar*)L_237, L_238, L_239, L_240, L_241, L_242, L_243, L_244, (uint64_t*)L_245, (bool*)(&V_4), (String_t**)L_246, (int32_t*)L_247, /*hidden argument*/NULL);
|
|
goto IL_04cf;
|
|
}
|
|
|
|
IL_0495:
|
|
{
|
|
int32_t L_248 = V_8;
|
|
if (!((int32_t)((int32_t)L_248&(int32_t)((int32_t)256))))
|
|
{
|
|
goto IL_04cf;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_249 = ___pString0;
|
|
uint16_t L_250 = V_3;
|
|
uint64_t* L_251 = ___flags4;
|
|
int64_t L_252 = *((int64_t*)L_251);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
bool L_253 = Uri_StaticNotAny_mC07A1201FBE032238FCFA96E9FB5D60AEDACCC5A(L_252, (((int64_t)((int64_t)((int32_t)536870912)))), /*hidden argument*/NULL);
|
|
bool L_254 = UncNameHelper_IsValid_m4055361D79684EE7B098C055B2E9068EE06F1EF6((Il2CppChar*)(Il2CppChar*)L_249, L_250, (int32_t*)(&V_0), L_253, /*hidden argument*/NULL);
|
|
if (!L_254)
|
|
{
|
|
goto IL_04cf;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_255 = V_0;
|
|
uint16_t L_256 = V_3;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_255, (int32_t)L_256))) > ((int32_t)((int32_t)256))))
|
|
{
|
|
goto IL_04cf;
|
|
}
|
|
}
|
|
{
|
|
uint64_t* L_257 = ___flags4;
|
|
uint64_t* L_258 = ___flags4;
|
|
int64_t L_259 = *((int64_t*)L_258);
|
|
*((int64_t*)L_257) = (int64_t)((int64_t)((int64_t)L_259|(int64_t)(((int64_t)((int64_t)((int32_t)262144))))));
|
|
}
|
|
|
|
IL_04cf:
|
|
{
|
|
int32_t L_260 = V_0;
|
|
uint16_t L_261 = ___length2;
|
|
if ((((int32_t)L_260) >= ((int32_t)L_261)))
|
|
{
|
|
goto IL_0527;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_262 = ___pString0;
|
|
int32_t L_263 = V_0;
|
|
int32_t L_264 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_262, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_263)), (int32_t)2)))));
|
|
if ((!(((uint32_t)L_264) == ((uint32_t)((int32_t)92)))))
|
|
{
|
|
goto IL_0527;
|
|
}
|
|
}
|
|
{
|
|
uint64_t* L_265 = ___flags4;
|
|
int64_t L_266 = *((int64_t*)L_265);
|
|
if (!((int64_t)((int64_t)L_266&(int64_t)(((int64_t)((int64_t)((int32_t)458752)))))))
|
|
{
|
|
goto IL_0527;
|
|
}
|
|
}
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_267 = ___syntax5;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
bool L_268 = Uri_StaticIsFile_mD270A5F6C8B59AAF6256B4565ABE5917ABA545E3(L_267, /*hidden argument*/NULL);
|
|
if (L_268)
|
|
{
|
|
goto IL_0527;
|
|
}
|
|
}
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_269 = ___syntax5;
|
|
NullCheck(L_269);
|
|
bool L_270 = UriParser_InFact_mDD42FA932B6830D99AA04C2AE7875BA5067C86F3(L_269, ((int32_t)65536), /*hidden argument*/NULL);
|
|
if (!L_270)
|
|
{
|
|
goto IL_0515;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_271 = ___err3;
|
|
*((int32_t*)L_271) = (int32_t)8;
|
|
uint64_t* L_272 = ___flags4;
|
|
uint64_t* L_273 = ___flags4;
|
|
int64_t L_274 = *((int64_t*)L_273);
|
|
*((int64_t*)L_272) = (int64_t)((int64_t)((int64_t)L_274|(int64_t)(((int64_t)((int64_t)((int32_t)458752))))));
|
|
int32_t L_275 = V_0;
|
|
return (uint16_t)(((int32_t)((uint16_t)L_275)));
|
|
}
|
|
|
|
IL_0515:
|
|
{
|
|
uint64_t* L_276 = ___flags4;
|
|
uint64_t* L_277 = ___flags4;
|
|
int64_t L_278 = *((int64_t*)L_277);
|
|
*((int64_t*)L_276) = (int64_t)((int64_t)((int64_t)L_278&(int64_t)(((int64_t)((int64_t)((int32_t)-458753))))));
|
|
goto IL_0634;
|
|
}
|
|
|
|
IL_0527:
|
|
{
|
|
int32_t L_279 = V_0;
|
|
uint16_t L_280 = ___length2;
|
|
if ((((int32_t)L_279) >= ((int32_t)L_280)))
|
|
{
|
|
goto IL_0634;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_281 = ___pString0;
|
|
int32_t L_282 = V_0;
|
|
int32_t L_283 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_281, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_282)), (int32_t)2)))));
|
|
if ((!(((uint32_t)L_283) == ((uint32_t)((int32_t)58)))))
|
|
{
|
|
goto IL_0634;
|
|
}
|
|
}
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_284 = ___syntax5;
|
|
NullCheck(L_284);
|
|
bool L_285 = UriParser_InFact_mDD42FA932B6830D99AA04C2AE7875BA5067C86F3(L_284, 8, /*hidden argument*/NULL);
|
|
if (!L_285)
|
|
{
|
|
goto IL_0627;
|
|
}
|
|
}
|
|
{
|
|
V_15 = 0;
|
|
int32_t L_286 = V_0;
|
|
V_16 = L_286;
|
|
int32_t L_287 = V_0;
|
|
___idx1 = (uint16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_287, (int32_t)1)))));
|
|
goto IL_05d3;
|
|
}
|
|
|
|
IL_0557:
|
|
{
|
|
Il2CppChar* L_288 = ___pString0;
|
|
uint16_t L_289 = ___idx1;
|
|
int32_t L_290 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_288, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_289)), (int32_t)2)))));
|
|
V_17 = (uint16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_290, (int32_t)((int32_t)48))))));
|
|
uint16_t L_291 = V_17;
|
|
if ((((int32_t)L_291) < ((int32_t)0)))
|
|
{
|
|
goto IL_0583;
|
|
}
|
|
}
|
|
{
|
|
uint16_t L_292 = V_17;
|
|
if ((((int32_t)L_292) > ((int32_t)((int32_t)9))))
|
|
{
|
|
goto IL_0583;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_293 = V_15;
|
|
uint16_t L_294 = V_17;
|
|
int32_t L_295 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_293, (int32_t)((int32_t)10))), (int32_t)L_294));
|
|
V_15 = L_295;
|
|
if ((((int32_t)L_295) <= ((int32_t)((int32_t)65535))))
|
|
{
|
|
goto IL_05cd;
|
|
}
|
|
}
|
|
{
|
|
goto IL_05d7;
|
|
}
|
|
|
|
IL_0583:
|
|
{
|
|
uint16_t L_296 = V_17;
|
|
if ((((int32_t)L_296) == ((int32_t)((int32_t)65535))))
|
|
{
|
|
goto IL_05d7;
|
|
}
|
|
}
|
|
{
|
|
uint16_t L_297 = V_17;
|
|
if ((((int32_t)L_297) == ((int32_t)((int32_t)15))))
|
|
{
|
|
goto IL_05d7;
|
|
}
|
|
}
|
|
{
|
|
uint16_t L_298 = V_17;
|
|
if ((((int32_t)L_298) == ((int32_t)((int32_t)65523))))
|
|
{
|
|
goto IL_05d7;
|
|
}
|
|
}
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_299 = ___syntax5;
|
|
NullCheck(L_299);
|
|
bool L_300 = UriParser_InFact_mDD42FA932B6830D99AA04C2AE7875BA5067C86F3(L_299, ((int32_t)4096), /*hidden argument*/NULL);
|
|
if (!L_300)
|
|
{
|
|
goto IL_05c6;
|
|
}
|
|
}
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_301 = ___syntax5;
|
|
NullCheck(L_301);
|
|
bool L_302 = UriParser_NotAny_mC998A35DC290F35FFAFFB6A8B66C7B881F2559D3(L_301, ((int32_t)65536), /*hidden argument*/NULL);
|
|
if (!L_302)
|
|
{
|
|
goto IL_05c6;
|
|
}
|
|
}
|
|
{
|
|
uint64_t* L_303 = ___flags4;
|
|
uint64_t* L_304 = ___flags4;
|
|
int64_t L_305 = *((int64_t*)L_304);
|
|
*((int64_t*)L_303) = (int64_t)((int64_t)((int64_t)L_305&(int64_t)(((int64_t)((int64_t)((int32_t)-458753))))));
|
|
goto IL_05d7;
|
|
}
|
|
|
|
IL_05c6:
|
|
{
|
|
int32_t* L_306 = ___err3;
|
|
*((int32_t*)L_306) = (int32_t)((int32_t)10);
|
|
uint16_t L_307 = ___idx1;
|
|
return L_307;
|
|
}
|
|
|
|
IL_05cd:
|
|
{
|
|
uint16_t L_308 = ___idx1;
|
|
___idx1 = (uint16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_308, (int32_t)1)))));
|
|
}
|
|
|
|
IL_05d3:
|
|
{
|
|
uint16_t L_309 = ___idx1;
|
|
uint16_t L_310 = ___length2;
|
|
if ((((int32_t)L_309) < ((int32_t)L_310)))
|
|
{
|
|
goto IL_0557;
|
|
}
|
|
}
|
|
|
|
IL_05d7:
|
|
{
|
|
int32_t L_311 = V_15;
|
|
if ((((int32_t)L_311) <= ((int32_t)((int32_t)65535))))
|
|
{
|
|
goto IL_0604;
|
|
}
|
|
}
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_312 = ___syntax5;
|
|
NullCheck(L_312);
|
|
bool L_313 = UriParser_InFact_mDD42FA932B6830D99AA04C2AE7875BA5067C86F3(L_312, ((int32_t)4096), /*hidden argument*/NULL);
|
|
if (!L_313)
|
|
{
|
|
goto IL_05fd;
|
|
}
|
|
}
|
|
{
|
|
uint64_t* L_314 = ___flags4;
|
|
uint64_t* L_315 = ___flags4;
|
|
int64_t L_316 = *((int64_t*)L_315);
|
|
*((int64_t*)L_314) = (int64_t)((int64_t)((int64_t)L_316&(int64_t)(((int64_t)((int64_t)((int32_t)-458753))))));
|
|
goto IL_0604;
|
|
}
|
|
|
|
IL_05fd:
|
|
{
|
|
int32_t* L_317 = ___err3;
|
|
*((int32_t*)L_317) = (int32_t)((int32_t)10);
|
|
uint16_t L_318 = ___idx1;
|
|
return L_318;
|
|
}
|
|
|
|
IL_0604:
|
|
{
|
|
bool L_319 = V_5;
|
|
bool L_320 = V_6;
|
|
bool L_321 = V_4;
|
|
if (!((int32_t)((int32_t)((int32_t)((int32_t)L_319&(int32_t)L_320))&(int32_t)L_321)))
|
|
{
|
|
goto IL_0634;
|
|
}
|
|
}
|
|
{
|
|
String_t** L_322 = ___newHost6;
|
|
String_t** L_323 = ___newHost6;
|
|
String_t* L_324 = *((String_t**)L_323);
|
|
Il2CppChar* L_325 = ___pString0;
|
|
int32_t L_326 = V_16;
|
|
uint16_t L_327 = ___idx1;
|
|
int32_t L_328 = V_16;
|
|
String_t* L_329 = String_CreateString_mC16F6AD7A921B1AD038C1EB215D7F055C5676590(NULL, (Il2CppChar*)(Il2CppChar*)L_325, L_326, ((int32_t)il2cpp_codegen_subtract((int32_t)L_327, (int32_t)L_328)), /*hidden argument*/NULL);
|
|
String_t* L_330 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_324, L_329, /*hidden argument*/NULL);
|
|
*((RuntimeObject **)L_322) = (RuntimeObject *)L_330;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_322, (void*)(RuntimeObject *)L_330);
|
|
goto IL_0634;
|
|
}
|
|
|
|
IL_0627:
|
|
{
|
|
uint64_t* L_331 = ___flags4;
|
|
uint64_t* L_332 = ___flags4;
|
|
int64_t L_333 = *((int64_t*)L_332);
|
|
*((int64_t*)L_331) = (int64_t)((int64_t)((int64_t)L_333&(int64_t)(((int64_t)((int64_t)((int32_t)-458753))))));
|
|
}
|
|
|
|
IL_0634:
|
|
{
|
|
uint64_t* L_334 = ___flags4;
|
|
int64_t L_335 = *((int64_t*)L_334);
|
|
if (((int64_t)((int64_t)L_335&(int64_t)(((int64_t)((int64_t)((int32_t)458752)))))))
|
|
{
|
|
goto IL_07be;
|
|
}
|
|
}
|
|
{
|
|
uint64_t* L_336 = ___flags4;
|
|
uint64_t* L_337 = ___flags4;
|
|
int64_t L_338 = *((int64_t*)L_337);
|
|
*((int64_t*)L_336) = (int64_t)((int64_t)((int64_t)L_338&(int64_t)(((int64_t)((int64_t)((int32_t)-2097153))))));
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_339 = ___syntax5;
|
|
NullCheck(L_339);
|
|
bool L_340 = UriParser_InFact_mDD42FA932B6830D99AA04C2AE7875BA5067C86F3(L_339, ((int32_t)4096), /*hidden argument*/NULL);
|
|
if (!L_340)
|
|
{
|
|
goto IL_06b2;
|
|
}
|
|
}
|
|
{
|
|
uint64_t* L_341 = ___flags4;
|
|
uint64_t* L_342 = ___flags4;
|
|
int64_t L_343 = *((int64_t*)L_342);
|
|
*((int64_t*)L_341) = (int64_t)((int64_t)((int64_t)L_343|(int64_t)(((int64_t)((int64_t)((int32_t)327680))))));
|
|
uint16_t L_344 = ___idx1;
|
|
V_0 = L_344;
|
|
goto IL_0694;
|
|
}
|
|
|
|
IL_066f:
|
|
{
|
|
Il2CppChar* L_345 = ___pString0;
|
|
int32_t L_346 = V_0;
|
|
int32_t L_347 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_345, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_346)), (int32_t)2)))));
|
|
if ((((int32_t)L_347) == ((int32_t)((int32_t)47))))
|
|
{
|
|
goto IL_0698;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_348 = ___pString0;
|
|
int32_t L_349 = V_0;
|
|
int32_t L_350 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_348, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_349)), (int32_t)2)))));
|
|
if ((((int32_t)L_350) == ((int32_t)((int32_t)63))))
|
|
{
|
|
goto IL_0698;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_351 = ___pString0;
|
|
int32_t L_352 = V_0;
|
|
int32_t L_353 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_351, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_352)), (int32_t)2)))));
|
|
if ((((int32_t)L_353) == ((int32_t)((int32_t)35))))
|
|
{
|
|
goto IL_0698;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_354 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_354, (int32_t)1));
|
|
}
|
|
|
|
IL_0694:
|
|
{
|
|
int32_t L_355 = V_0;
|
|
uint16_t L_356 = ___length2;
|
|
if ((((int32_t)L_355) < ((int32_t)L_356)))
|
|
{
|
|
goto IL_066f;
|
|
}
|
|
}
|
|
|
|
IL_0698:
|
|
{
|
|
Il2CppChar* L_357 = ___pString0;
|
|
int32_t L_358 = V_2;
|
|
int32_t L_359 = V_0;
|
|
bool L_360 = V_5;
|
|
bool L_361 = V_6;
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_362 = ___syntax5;
|
|
uint64_t* L_363 = ___flags4;
|
|
String_t** L_364 = ___newHost6;
|
|
int32_t* L_365 = ___err3;
|
|
Uri_CheckAuthorityHelperHandleAnyHostIri_m76FEA31E3FEDF3D1614987C6484ECF15022AE9D8(__this, (Il2CppChar*)(Il2CppChar*)L_357, L_358, L_359, L_360, L_361, L_362, (uint64_t*)L_363, (String_t**)L_364, (int32_t*)L_365, /*hidden argument*/NULL);
|
|
goto IL_07be;
|
|
}
|
|
|
|
IL_06b2:
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_366 = ___syntax5;
|
|
NullCheck(L_366);
|
|
bool L_367 = UriParser_InFact_mDD42FA932B6830D99AA04C2AE7875BA5067C86F3(L_366, ((int32_t)65536), /*hidden argument*/NULL);
|
|
if (!L_367)
|
|
{
|
|
goto IL_078c;
|
|
}
|
|
}
|
|
{
|
|
V_18 = (bool)0;
|
|
uint16_t L_368 = ___idx1;
|
|
V_19 = L_368;
|
|
uint16_t L_369 = ___idx1;
|
|
V_0 = L_369;
|
|
goto IL_071f;
|
|
}
|
|
|
|
IL_06cd:
|
|
{
|
|
bool L_370 = V_18;
|
|
if (!L_370)
|
|
{
|
|
goto IL_06f2;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_371 = ___pString0;
|
|
int32_t L_372 = V_0;
|
|
int32_t L_373 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_371, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_372)), (int32_t)2)))));
|
|
if ((((int32_t)L_373) == ((int32_t)((int32_t)47))))
|
|
{
|
|
goto IL_0723;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_374 = ___pString0;
|
|
int32_t L_375 = V_0;
|
|
int32_t L_376 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_374, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_375)), (int32_t)2)))));
|
|
if ((((int32_t)L_376) == ((int32_t)((int32_t)63))))
|
|
{
|
|
goto IL_0723;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_377 = ___pString0;
|
|
int32_t L_378 = V_0;
|
|
int32_t L_379 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_377, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_378)), (int32_t)2)))));
|
|
if ((((int32_t)L_379) == ((int32_t)((int32_t)35))))
|
|
{
|
|
goto IL_0723;
|
|
}
|
|
}
|
|
|
|
IL_06f2:
|
|
{
|
|
int32_t L_380 = V_0;
|
|
uint16_t L_381 = ___idx1;
|
|
if ((((int32_t)L_380) >= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_381, (int32_t)2)))))
|
|
{
|
|
goto IL_0708;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_382 = ___pString0;
|
|
int32_t L_383 = V_0;
|
|
int32_t L_384 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_382, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_383)), (int32_t)2)))));
|
|
if ((!(((uint32_t)L_384) == ((uint32_t)((int32_t)46)))))
|
|
{
|
|
goto IL_0708;
|
|
}
|
|
}
|
|
{
|
|
V_18 = (bool)1;
|
|
goto IL_071b;
|
|
}
|
|
|
|
IL_0708:
|
|
{
|
|
int32_t* L_385 = ___err3;
|
|
*((int32_t*)L_385) = (int32_t)8;
|
|
uint64_t* L_386 = ___flags4;
|
|
uint64_t* L_387 = ___flags4;
|
|
int64_t L_388 = *((int64_t*)L_387);
|
|
*((int64_t*)L_386) = (int64_t)((int64_t)((int64_t)L_388|(int64_t)(((int64_t)((int64_t)((int32_t)458752))))));
|
|
uint16_t L_389 = ___idx1;
|
|
return L_389;
|
|
}
|
|
|
|
IL_071b:
|
|
{
|
|
int32_t L_390 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_390, (int32_t)1));
|
|
}
|
|
|
|
IL_071f:
|
|
{
|
|
int32_t L_391 = V_0;
|
|
uint16_t L_392 = ___length2;
|
|
if ((((int32_t)L_391) < ((int32_t)L_392)))
|
|
{
|
|
goto IL_06cd;
|
|
}
|
|
}
|
|
|
|
IL_0723:
|
|
{
|
|
uint64_t* L_393 = ___flags4;
|
|
uint64_t* L_394 = ___flags4;
|
|
int64_t L_395 = *((int64_t*)L_394);
|
|
*((int64_t*)L_393) = (int64_t)((int64_t)((int64_t)L_395|(int64_t)(((int64_t)((int64_t)((int32_t)327680))))));
|
|
bool L_396 = V_5;
|
|
bool L_397 = V_6;
|
|
if (!((int32_t)((int32_t)L_396&(int32_t)L_397)))
|
|
{
|
|
goto IL_07be;
|
|
}
|
|
}
|
|
{
|
|
uint64_t* L_398 = ___flags4;
|
|
int64_t L_399 = *((int64_t*)L_398);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
bool L_400 = Uri_StaticNotAny_mC07A1201FBE032238FCFA96E9FB5D60AEDACCC5A(L_399, ((int64_t)17179869184LL), /*hidden argument*/NULL);
|
|
if (!L_400)
|
|
{
|
|
goto IL_07be;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_401 = ___pString0;
|
|
int32_t L_402 = V_19;
|
|
int32_t L_403 = V_0;
|
|
int32_t L_404 = V_19;
|
|
String_t* L_405 = String_CreateString_mC16F6AD7A921B1AD038C1EB215D7F055C5676590(NULL, (Il2CppChar*)(Il2CppChar*)L_401, L_402, ((int32_t)il2cpp_codegen_subtract((int32_t)L_403, (int32_t)L_404)), /*hidden argument*/NULL);
|
|
V_20 = L_405;
|
|
}
|
|
|
|
IL_075b:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
String_t** L_406 = ___newHost6;
|
|
String_t** L_407 = ___newHost6;
|
|
String_t* L_408 = *((String_t**)L_407);
|
|
String_t* L_409 = V_20;
|
|
NullCheck(L_409);
|
|
String_t* L_410 = String_Normalize_m331F324C5A5E95FF79E2AB44A0C454324E91F7C6(L_409, 1, /*hidden argument*/NULL);
|
|
String_t* L_411 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_408, L_410, /*hidden argument*/NULL);
|
|
*((RuntimeObject **)L_406) = (RuntimeObject *)L_411;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_406, (void*)(RuntimeObject *)L_411);
|
|
goto IL_077a;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0770;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0770:
|
|
{ // begin catch(System.ArgumentException)
|
|
int32_t* L_412 = ___err3;
|
|
*((int32_t*)L_412) = (int32_t)1;
|
|
uint16_t L_413 = ___idx1;
|
|
V_11 = L_413;
|
|
goto IL_07c1;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_077a:
|
|
{
|
|
uint64_t* L_414 = ___flags4;
|
|
uint64_t* L_415 = ___flags4;
|
|
int64_t L_416 = *((int64_t*)L_415);
|
|
*((int64_t*)L_414) = (int64_t)((int64_t)((int64_t)L_416|(int64_t)((int64_t)17179869184LL)));
|
|
goto IL_07be;
|
|
}
|
|
|
|
IL_078c:
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_417 = ___syntax5;
|
|
NullCheck(L_417);
|
|
bool L_418 = UriParser_InFact_mDD42FA932B6830D99AA04C2AE7875BA5067C86F3(L_417, 1, /*hidden argument*/NULL);
|
|
if (L_418)
|
|
{
|
|
goto IL_07ab;
|
|
}
|
|
}
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_419 = ___syntax5;
|
|
NullCheck(L_419);
|
|
bool L_420 = UriParser_InFact_mDD42FA932B6830D99AA04C2AE7875BA5067C86F3(L_419, ((int32_t)16384), /*hidden argument*/NULL);
|
|
if (!L_420)
|
|
{
|
|
goto IL_07be;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var);
|
|
bool L_421 = UriParser_get_ShouldUseLegacyV2Quirks_mD4C8DF67677ACCCC3B5E026099ECC0BDA24D96DD(/*hidden argument*/NULL);
|
|
if (L_421)
|
|
{
|
|
goto IL_07be;
|
|
}
|
|
}
|
|
|
|
IL_07ab:
|
|
{
|
|
int32_t* L_422 = ___err3;
|
|
*((int32_t*)L_422) = (int32_t)8;
|
|
uint64_t* L_423 = ___flags4;
|
|
uint64_t* L_424 = ___flags4;
|
|
int64_t L_425 = *((int64_t*)L_424);
|
|
*((int64_t*)L_423) = (int64_t)((int64_t)((int64_t)L_425|(int64_t)(((int64_t)((int64_t)((int32_t)458752))))));
|
|
uint16_t L_426 = ___idx1;
|
|
return L_426;
|
|
}
|
|
|
|
IL_07be:
|
|
{
|
|
int32_t L_427 = V_0;
|
|
return (uint16_t)(((int32_t)((uint16_t)L_427)));
|
|
}
|
|
|
|
IL_07c1:
|
|
{
|
|
uint16_t L_428 = V_11;
|
|
return L_428;
|
|
}
|
|
}
|
|
// System.Void System.Uri::CheckAuthorityHelperHandleDnsIri(System.Char*,System.UInt16,System.Int32,System.Int32,System.Boolean,System.Boolean,System.UriParser,System.String,System.Uri_Flags&,System.Boolean&,System.String&,System.ParsingError&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_CheckAuthorityHelperHandleDnsIri_m366E36029D4C9A00C0F216055B15F5E4805AED28 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, Il2CppChar* ___pString0, uint16_t ___start1, int32_t ___end2, int32_t ___startInput3, bool ___iriParsing4, bool ___hasUnicode5, UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * ___syntax6, String_t* ___userInfoString7, uint64_t* ___flags8, bool* ___justNormalized9, String_t** ___newHost10, int32_t* ___err11, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Uri_CheckAuthorityHelperHandleDnsIri_m366E36029D4C9A00C0F216055B15F5E4805AED28_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
String_t* V_2 = NULL;
|
|
String_t* V_3 = NULL;
|
|
String_t* 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);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
String_t* G_B12_0 = NULL;
|
|
String_t** G_B12_1 = NULL;
|
|
String_t* G_B11_0 = NULL;
|
|
String_t** G_B11_1 = NULL;
|
|
String_t* G_B13_0 = NULL;
|
|
String_t* G_B13_1 = NULL;
|
|
String_t** G_B13_2 = NULL;
|
|
String_t* G_B19_0 = NULL;
|
|
String_t** G_B19_1 = NULL;
|
|
String_t* G_B18_0 = NULL;
|
|
String_t** G_B18_1 = NULL;
|
|
String_t* G_B20_0 = NULL;
|
|
String_t* G_B20_1 = NULL;
|
|
String_t** G_B20_2 = NULL;
|
|
int32_t G_B27_0 = 0;
|
|
String_t* G_B33_0 = NULL;
|
|
String_t** G_B33_1 = NULL;
|
|
String_t* G_B32_0 = NULL;
|
|
String_t** G_B32_1 = NULL;
|
|
String_t* G_B34_0 = NULL;
|
|
String_t* G_B34_1 = NULL;
|
|
String_t** G_B34_2 = NULL;
|
|
{
|
|
uint64_t* L_0 = ___flags8;
|
|
uint64_t* L_1 = ___flags8;
|
|
int64_t L_2 = *((int64_t*)L_1);
|
|
*((int64_t*)L_0) = (int64_t)((int64_t)((int64_t)L_2|(int64_t)(((int64_t)((int64_t)((int32_t)196608))))));
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
int32_t L_3 = ((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var))->get_s_IdnScope_25();
|
|
il2cpp_codegen_memory_barrier();
|
|
if ((!(((uint32_t)L_3) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_4 = ___pString0;
|
|
int32_t L_5 = ___end2;
|
|
String_t* L_6 = String_CreateString_mC16F6AD7A921B1AD038C1EB215D7F055C5676590(NULL, (Il2CppChar*)(Il2CppChar*)L_4, 0, L_5, /*hidden argument*/NULL);
|
|
bool L_7 = Uri_IsIntranet_mE98CA41B60FE0D4970737C8B7C81E5C63BFC07E1(__this, L_6, /*hidden argument*/NULL);
|
|
if (!L_7)
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
uint64_t* L_8 = ___flags8;
|
|
uint64_t* L_9 = ___flags8;
|
|
int64_t L_10 = *((int64_t*)L_9);
|
|
*((int64_t*)L_8) = (int64_t)((int64_t)((int64_t)L_10|(int64_t)((int64_t)137438953472LL)));
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_11 = ___syntax6;
|
|
uint64_t* L_12 = ___flags8;
|
|
int64_t L_13 = *((int64_t*)L_12);
|
|
bool L_14 = Uri_AllowIdnStatic_mFABD19611F334DF87EC3FF2B9A1FA061CAE3A5C5(__this, L_11, L_13, /*hidden argument*/NULL);
|
|
if (!L_14)
|
|
{
|
|
goto IL_0185;
|
|
}
|
|
}
|
|
{
|
|
V_0 = (bool)1;
|
|
V_1 = (bool)0;
|
|
Il2CppChar* L_15 = ___pString0;
|
|
uint16_t L_16 = ___start1;
|
|
int32_t L_17 = ___end2;
|
|
String_t* L_18 = DomainNameHelper_IdnEquivalent_m439593BAF7C6C801F577E7C27B0C4FBB1772E49F((Il2CppChar*)(Il2CppChar*)L_15, L_16, L_17, (bool*)(&V_0), (bool*)(&V_1), /*hidden argument*/NULL);
|
|
V_2 = L_18;
|
|
String_t* L_19 = V_2;
|
|
Il2CppChar* L_20 = ___pString0;
|
|
uint16_t L_21 = ___start1;
|
|
int32_t L_22 = ___end2;
|
|
String_t* L_23 = DomainNameHelper_UnicodeEquivalent_mA80E5FF3AD6AFBB9FC257ED1C4F0D31C8F0EFEC3(L_19, (Il2CppChar*)(Il2CppChar*)L_20, L_21, L_22, /*hidden argument*/NULL);
|
|
V_3 = L_23;
|
|
bool L_24 = V_0;
|
|
if (L_24)
|
|
{
|
|
goto IL_0075;
|
|
}
|
|
}
|
|
{
|
|
uint64_t* L_25 = ___flags8;
|
|
uint64_t* L_26 = ___flags8;
|
|
int64_t L_27 = *((int64_t*)L_26);
|
|
*((int64_t*)L_25) = (int64_t)((int64_t)((int64_t)L_27|(int64_t)((int64_t)68719476736LL)));
|
|
}
|
|
|
|
IL_0075:
|
|
{
|
|
bool L_28 = V_1;
|
|
if (!L_28)
|
|
{
|
|
goto IL_0088;
|
|
}
|
|
}
|
|
{
|
|
uint64_t* L_29 = ___flags8;
|
|
uint64_t* L_30 = ___flags8;
|
|
int64_t L_31 = *((int64_t*)L_30);
|
|
*((int64_t*)L_29) = (int64_t)((int64_t)((int64_t)L_31|(int64_t)((int64_t)4294967296LL)));
|
|
}
|
|
|
|
IL_0088:
|
|
{
|
|
bool L_32 = V_0;
|
|
bool L_33 = V_1;
|
|
if (!((int32_t)((int32_t)L_32&(int32_t)L_33)))
|
|
{
|
|
goto IL_00dd;
|
|
}
|
|
}
|
|
{
|
|
uint64_t* L_34 = ___flags8;
|
|
int64_t L_35 = *((int64_t*)L_34);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
bool L_36 = Uri_StaticNotAny_mC07A1201FBE032238FCFA96E9FB5D60AEDACCC5A(L_35, ((int64_t)8589934592LL), /*hidden argument*/NULL);
|
|
if (!L_36)
|
|
{
|
|
goto IL_00dd;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_37 = __this->get_m_String_16();
|
|
__this->set_m_originalUnicodeString_17(L_37);
|
|
String_t** L_38 = ___newHost10;
|
|
String_t* L_39 = __this->get_m_originalUnicodeString_17();
|
|
int32_t L_40 = ___startInput3;
|
|
NullCheck(L_39);
|
|
String_t* L_41 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_39, 0, L_40, /*hidden argument*/NULL);
|
|
uint64_t* L_42 = ___flags8;
|
|
int64_t L_43 = *((int64_t*)L_42);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
bool L_44 = Uri_StaticInFact_m77BB2AE094534AFD7B9F68683C2A4356A75E39B8(L_43, (((int64_t)((int64_t)((int32_t)2097152)))), /*hidden argument*/NULL);
|
|
G_B11_0 = L_41;
|
|
G_B11_1 = L_38;
|
|
if (L_44)
|
|
{
|
|
G_B12_0 = L_41;
|
|
G_B12_1 = L_38;
|
|
goto IL_00cf;
|
|
}
|
|
}
|
|
{
|
|
G_B13_0 = ((String_t*)(NULL));
|
|
G_B13_1 = G_B11_0;
|
|
G_B13_2 = G_B11_1;
|
|
goto IL_00d1;
|
|
}
|
|
|
|
IL_00cf:
|
|
{
|
|
String_t* L_45 = ___userInfoString7;
|
|
G_B13_0 = L_45;
|
|
G_B13_1 = G_B12_0;
|
|
G_B13_2 = G_B12_1;
|
|
}
|
|
|
|
IL_00d1:
|
|
{
|
|
String_t* L_46 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(G_B13_1, G_B13_0, /*hidden argument*/NULL);
|
|
*((RuntimeObject **)G_B13_2) = (RuntimeObject *)L_46;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)G_B13_2, (void*)(RuntimeObject *)L_46);
|
|
bool* L_47 = ___justNormalized9;
|
|
*((int8_t*)L_47) = (int8_t)1;
|
|
goto IL_0142;
|
|
}
|
|
|
|
IL_00dd:
|
|
{
|
|
bool L_48 = ___iriParsing4;
|
|
if (L_48)
|
|
{
|
|
goto IL_0142;
|
|
}
|
|
}
|
|
{
|
|
uint64_t* L_49 = ___flags8;
|
|
int64_t L_50 = *((int64_t*)L_49);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
bool L_51 = Uri_StaticInFact_m77BB2AE094534AFD7B9F68683C2A4356A75E39B8(L_50, ((int64_t)68719476736LL), /*hidden argument*/NULL);
|
|
if (L_51)
|
|
{
|
|
goto IL_0107;
|
|
}
|
|
}
|
|
{
|
|
uint64_t* L_52 = ___flags8;
|
|
int64_t L_53 = *((int64_t*)L_52);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
bool L_54 = Uri_StaticInFact_m77BB2AE094534AFD7B9F68683C2A4356A75E39B8(L_53, ((int64_t)4294967296LL), /*hidden argument*/NULL);
|
|
if (!L_54)
|
|
{
|
|
goto IL_0142;
|
|
}
|
|
}
|
|
|
|
IL_0107:
|
|
{
|
|
String_t* L_55 = __this->get_m_String_16();
|
|
__this->set_m_originalUnicodeString_17(L_55);
|
|
String_t** L_56 = ___newHost10;
|
|
String_t* L_57 = __this->get_m_originalUnicodeString_17();
|
|
int32_t L_58 = ___startInput3;
|
|
NullCheck(L_57);
|
|
String_t* L_59 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_57, 0, L_58, /*hidden argument*/NULL);
|
|
uint64_t* L_60 = ___flags8;
|
|
int64_t L_61 = *((int64_t*)L_60);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
bool L_62 = Uri_StaticInFact_m77BB2AE094534AFD7B9F68683C2A4356A75E39B8(L_61, (((int64_t)((int64_t)((int32_t)2097152)))), /*hidden argument*/NULL);
|
|
G_B18_0 = L_59;
|
|
G_B18_1 = L_56;
|
|
if (L_62)
|
|
{
|
|
G_B19_0 = L_59;
|
|
G_B19_1 = L_56;
|
|
goto IL_0136;
|
|
}
|
|
}
|
|
{
|
|
G_B20_0 = ((String_t*)(NULL));
|
|
G_B20_1 = G_B18_0;
|
|
G_B20_2 = G_B18_1;
|
|
goto IL_0138;
|
|
}
|
|
|
|
IL_0136:
|
|
{
|
|
String_t* L_63 = ___userInfoString7;
|
|
G_B20_0 = L_63;
|
|
G_B20_1 = G_B19_0;
|
|
G_B20_2 = G_B19_1;
|
|
}
|
|
|
|
IL_0138:
|
|
{
|
|
String_t* L_64 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(G_B20_1, G_B20_0, /*hidden argument*/NULL);
|
|
*((RuntimeObject **)G_B20_2) = (RuntimeObject *)L_64;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)G_B20_2, (void*)(RuntimeObject *)L_64);
|
|
bool* L_65 = ___justNormalized9;
|
|
*((int8_t*)L_65) = (int8_t)1;
|
|
}
|
|
|
|
IL_0142:
|
|
{
|
|
bool L_66 = V_0;
|
|
if (!L_66)
|
|
{
|
|
goto IL_0148;
|
|
}
|
|
}
|
|
{
|
|
bool L_67 = V_1;
|
|
if (!L_67)
|
|
{
|
|
goto IL_0161;
|
|
}
|
|
}
|
|
|
|
IL_0148:
|
|
{
|
|
String_t* L_68 = V_2;
|
|
__this->set_m_DnsSafeHost_19(L_68);
|
|
String_t** L_69 = ___newHost10;
|
|
String_t** L_70 = ___newHost10;
|
|
String_t* L_71 = *((String_t**)L_70);
|
|
String_t* L_72 = V_3;
|
|
String_t* L_73 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_71, L_72, /*hidden argument*/NULL);
|
|
*((RuntimeObject **)L_69) = (RuntimeObject *)L_73;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_69, (void*)(RuntimeObject *)L_73);
|
|
bool* L_74 = ___justNormalized9;
|
|
*((int8_t*)L_74) = (int8_t)1;
|
|
goto IL_01bc;
|
|
}
|
|
|
|
IL_0161:
|
|
{
|
|
bool L_75 = V_0;
|
|
if (!L_75)
|
|
{
|
|
goto IL_016a;
|
|
}
|
|
}
|
|
{
|
|
bool L_76 = V_1;
|
|
G_B27_0 = ((((int32_t)L_76) == ((int32_t)0))? 1 : 0);
|
|
goto IL_016b;
|
|
}
|
|
|
|
IL_016a:
|
|
{
|
|
G_B27_0 = 0;
|
|
}
|
|
|
|
IL_016b:
|
|
{
|
|
bool L_77 = ___iriParsing4;
|
|
bool L_78 = ___hasUnicode5;
|
|
if (!((int32_t)((int32_t)((int32_t)((int32_t)G_B27_0&(int32_t)L_77))&(int32_t)L_78)))
|
|
{
|
|
goto IL_01bc;
|
|
}
|
|
}
|
|
{
|
|
String_t** L_79 = ___newHost10;
|
|
String_t** L_80 = ___newHost10;
|
|
String_t* L_81 = *((String_t**)L_80);
|
|
String_t* L_82 = V_3;
|
|
String_t* L_83 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_81, L_82, /*hidden argument*/NULL);
|
|
*((RuntimeObject **)L_79) = (RuntimeObject *)L_83;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_79, (void*)(RuntimeObject *)L_83);
|
|
bool* L_84 = ___justNormalized9;
|
|
*((int8_t*)L_84) = (int8_t)1;
|
|
goto IL_01bc;
|
|
}
|
|
|
|
IL_0185:
|
|
{
|
|
bool L_85 = ___hasUnicode5;
|
|
if (!L_85)
|
|
{
|
|
goto IL_01bc;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_86 = ___pString0;
|
|
uint16_t L_87 = ___start1;
|
|
int32_t L_88 = ___end2;
|
|
uint16_t L_89 = ___start1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
String_t* L_90 = Uri_StripBidiControlCharacter_m49D782826401F99D943C1AD76A75125879FF332F((Il2CppChar*)(Il2CppChar*)L_86, L_87, ((int32_t)il2cpp_codegen_subtract((int32_t)L_88, (int32_t)L_89)), /*hidden argument*/NULL);
|
|
V_4 = L_90;
|
|
}
|
|
|
|
IL_0195:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
String_t** L_91 = ___newHost10;
|
|
String_t** L_92 = ___newHost10;
|
|
String_t* L_93 = *((String_t**)L_92);
|
|
String_t* L_94 = V_4;
|
|
G_B32_0 = L_93;
|
|
G_B32_1 = L_91;
|
|
if (L_94)
|
|
{
|
|
G_B33_0 = L_93;
|
|
G_B33_1 = L_91;
|
|
goto IL_01a1;
|
|
}
|
|
}
|
|
|
|
IL_019e:
|
|
{
|
|
G_B34_0 = ((String_t*)(NULL));
|
|
G_B34_1 = G_B32_0;
|
|
G_B34_2 = G_B32_1;
|
|
goto IL_01a9;
|
|
}
|
|
|
|
IL_01a1:
|
|
{
|
|
String_t* L_95 = V_4;
|
|
NullCheck(L_95);
|
|
String_t* L_96 = String_Normalize_m331F324C5A5E95FF79E2AB44A0C454324E91F7C6(L_95, 1, /*hidden argument*/NULL);
|
|
G_B34_0 = L_96;
|
|
G_B34_1 = G_B33_0;
|
|
G_B34_2 = G_B33_1;
|
|
}
|
|
|
|
IL_01a9:
|
|
{
|
|
String_t* L_97 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(G_B34_1, G_B34_0, /*hidden argument*/NULL);
|
|
*((RuntimeObject **)G_B34_2) = (RuntimeObject *)L_97;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)G_B34_2, (void*)(RuntimeObject *)L_97);
|
|
goto IL_01b8;
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_01b1;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_01b1:
|
|
{ // begin catch(System.ArgumentException)
|
|
int32_t* L_98 = ___err11;
|
|
*((int32_t*)L_98) = (int32_t)8;
|
|
goto IL_01b8;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_01b8:
|
|
{
|
|
bool* L_99 = ___justNormalized9;
|
|
*((int8_t*)L_99) = (int8_t)1;
|
|
}
|
|
|
|
IL_01bc:
|
|
{
|
|
uint64_t* L_100 = ___flags8;
|
|
uint64_t* L_101 = ___flags8;
|
|
int64_t L_102 = *((int64_t*)L_101);
|
|
*((int64_t*)L_100) = (int64_t)((int64_t)((int64_t)L_102|(int64_t)((int64_t)17179869184LL)));
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Uri::CheckAuthorityHelperHandleAnyHostIri(System.Char*,System.Int32,System.Int32,System.Boolean,System.Boolean,System.UriParser,System.Uri_Flags&,System.String&,System.ParsingError&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_CheckAuthorityHelperHandleAnyHostIri_m76FEA31E3FEDF3D1614987C6484ECF15022AE9D8 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, Il2CppChar* ___pString0, int32_t ___startInput1, int32_t ___end2, bool ___iriParsing3, bool ___hasUnicode4, UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * ___syntax5, uint64_t* ___flags6, String_t** ___newHost7, int32_t* ___err8, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Uri_CheckAuthorityHelperHandleAnyHostIri_m76FEA31E3FEDF3D1614987C6484ECF15022AE9D8_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
String_t* V_3 = NULL;
|
|
String_t* 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);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
uint64_t* L_0 = ___flags6;
|
|
int64_t L_1 = *((int64_t*)L_0);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
bool L_2 = Uri_StaticNotAny_mC07A1201FBE032238FCFA96E9FB5D60AEDACCC5A(L_1, ((int64_t)17179869184LL), /*hidden argument*/NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_0124;
|
|
}
|
|
}
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_3 = ___syntax5;
|
|
uint64_t* L_4 = ___flags6;
|
|
int64_t L_5 = *((int64_t*)L_4);
|
|
bool L_6 = Uri_AllowIdnStatic_mFABD19611F334DF87EC3FF2B9A1FA061CAE3A5C5(__this, L_3, L_5, /*hidden argument*/NULL);
|
|
if (L_6)
|
|
{
|
|
goto IL_002d;
|
|
}
|
|
}
|
|
{
|
|
bool L_7 = ___iriParsing3;
|
|
bool L_8 = ___hasUnicode4;
|
|
if (!((int32_t)((int32_t)L_7&(int32_t)L_8)))
|
|
{
|
|
goto IL_0124;
|
|
}
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
Il2CppChar* L_9 = ___pString0;
|
|
int32_t L_10 = ___startInput1;
|
|
int32_t L_11 = ___end2;
|
|
int32_t L_12 = ___startInput1;
|
|
String_t* L_13 = String_CreateString_mC16F6AD7A921B1AD038C1EB215D7F055C5676590(NULL, (Il2CppChar*)(Il2CppChar*)L_9, L_10, ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)L_12)), /*hidden argument*/NULL);
|
|
V_0 = L_13;
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_14 = ___syntax5;
|
|
uint64_t* L_15 = ___flags6;
|
|
int64_t L_16 = *((int64_t*)L_15);
|
|
bool L_17 = Uri_AllowIdnStatic_mFABD19611F334DF87EC3FF2B9A1FA061CAE3A5C5(__this, L_14, L_16, /*hidden argument*/NULL);
|
|
if (!L_17)
|
|
{
|
|
goto IL_00f8;
|
|
}
|
|
}
|
|
{
|
|
V_1 = (bool)1;
|
|
V_2 = (bool)0;
|
|
Il2CppChar* L_18 = ___pString0;
|
|
int32_t L_19 = ___startInput1;
|
|
int32_t L_20 = ___end2;
|
|
String_t* L_21 = DomainNameHelper_UnicodeEquivalent_mD5A7A659B82F1FBF7ABF30009117CFBF8BC4D55F((Il2CppChar*)(Il2CppChar*)L_18, L_19, L_20, (bool*)(&V_1), (bool*)(&V_2), /*hidden argument*/NULL);
|
|
V_3 = L_21;
|
|
bool L_22 = V_1;
|
|
bool L_23 = V_2;
|
|
if (((int32_t)((int32_t)L_22&(int32_t)L_23)))
|
|
{
|
|
goto IL_0061;
|
|
}
|
|
}
|
|
{
|
|
bool L_24 = V_1;
|
|
if (L_24)
|
|
{
|
|
goto IL_0094;
|
|
}
|
|
}
|
|
|
|
IL_0061:
|
|
{
|
|
bool L_25 = ___iriParsing3;
|
|
bool L_26 = ___hasUnicode4;
|
|
if (((int32_t)((int32_t)L_25&(int32_t)L_26)))
|
|
{
|
|
goto IL_0094;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_27 = __this->get_m_String_16();
|
|
__this->set_m_originalUnicodeString_17(L_27);
|
|
String_t** L_28 = ___newHost7;
|
|
String_t* L_29 = __this->get_m_originalUnicodeString_17();
|
|
int32_t L_30 = ___startInput1;
|
|
NullCheck(L_29);
|
|
String_t* L_31 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_29, 0, L_30, /*hidden argument*/NULL);
|
|
*((RuntimeObject **)L_28) = (RuntimeObject *)L_31;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_28, (void*)(RuntimeObject *)L_31);
|
|
uint64_t* L_32 = ___flags6;
|
|
uint64_t* L_33 = ___flags6;
|
|
int64_t L_34 = *((int64_t*)L_33);
|
|
*((int64_t*)L_32) = (int64_t)((int64_t)((int64_t)L_34|(int64_t)((int64_t)8589934592LL)));
|
|
}
|
|
|
|
IL_0094:
|
|
{
|
|
bool L_35 = V_2;
|
|
if (L_35)
|
|
{
|
|
goto IL_009a;
|
|
}
|
|
}
|
|
{
|
|
bool L_36 = V_1;
|
|
if (L_36)
|
|
{
|
|
goto IL_00e3;
|
|
}
|
|
}
|
|
|
|
IL_009a:
|
|
{
|
|
String_t** L_37 = ___newHost7;
|
|
String_t** L_38 = ___newHost7;
|
|
String_t* L_39 = *((String_t**)L_38);
|
|
String_t* L_40 = V_3;
|
|
String_t* L_41 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_39, L_40, /*hidden argument*/NULL);
|
|
*((RuntimeObject **)L_37) = (RuntimeObject *)L_41;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_37, (void*)(RuntimeObject *)L_41);
|
|
V_4 = (String_t*)NULL;
|
|
Il2CppChar* L_42 = ___pString0;
|
|
int32_t L_43 = ___startInput1;
|
|
int32_t L_44 = ___end2;
|
|
String_t* L_45 = DomainNameHelper_IdnEquivalent_m459BFF3040F8E6BFE1CE1C6432A1343A2ECF2F57((Il2CppChar*)(Il2CppChar*)L_42, L_43, L_44, (bool*)(&V_1), (String_t**)(&V_4), /*hidden argument*/NULL);
|
|
__this->set_m_DnsSafeHost_19(L_45);
|
|
bool L_46 = V_2;
|
|
if (!L_46)
|
|
{
|
|
goto IL_00ce;
|
|
}
|
|
}
|
|
{
|
|
uint64_t* L_47 = ___flags6;
|
|
uint64_t* L_48 = ___flags6;
|
|
int64_t L_49 = *((int64_t*)L_48);
|
|
*((int64_t*)L_47) = (int64_t)((int64_t)((int64_t)L_49|(int64_t)((int64_t)4294967296LL)));
|
|
}
|
|
|
|
IL_00ce:
|
|
{
|
|
bool L_50 = V_1;
|
|
if (L_50)
|
|
{
|
|
goto IL_0114;
|
|
}
|
|
}
|
|
{
|
|
uint64_t* L_51 = ___flags6;
|
|
uint64_t* L_52 = ___flags6;
|
|
int64_t L_53 = *((int64_t*)L_52);
|
|
*((int64_t*)L_51) = (int64_t)((int64_t)((int64_t)L_53|(int64_t)((int64_t)68719476736LL)));
|
|
goto IL_0114;
|
|
}
|
|
|
|
IL_00e3:
|
|
{
|
|
bool L_54 = ___iriParsing3;
|
|
bool L_55 = ___hasUnicode4;
|
|
if (!((int32_t)((int32_t)L_54&(int32_t)L_55)))
|
|
{
|
|
goto IL_0114;
|
|
}
|
|
}
|
|
{
|
|
String_t** L_56 = ___newHost7;
|
|
String_t** L_57 = ___newHost7;
|
|
String_t* L_58 = *((String_t**)L_57);
|
|
String_t* L_59 = V_0;
|
|
String_t* L_60 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_58, L_59, /*hidden argument*/NULL);
|
|
*((RuntimeObject **)L_56) = (RuntimeObject *)L_60;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_56, (void*)(RuntimeObject *)L_60);
|
|
goto IL_0114;
|
|
}
|
|
|
|
IL_00f8:
|
|
{
|
|
}
|
|
|
|
IL_00f9:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
String_t** L_61 = ___newHost7;
|
|
String_t** L_62 = ___newHost7;
|
|
String_t* L_63 = *((String_t**)L_62);
|
|
String_t* L_64 = V_0;
|
|
NullCheck(L_64);
|
|
String_t* L_65 = String_Normalize_m331F324C5A5E95FF79E2AB44A0C454324E91F7C6(L_64, 1, /*hidden argument*/NULL);
|
|
String_t* L_66 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_63, L_65, /*hidden argument*/NULL);
|
|
*((RuntimeObject **)L_61) = (RuntimeObject *)L_66;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_61, (void*)(RuntimeObject *)L_66);
|
|
goto IL_0114;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_010d;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_010d:
|
|
{ // begin catch(System.ArgumentException)
|
|
int32_t* L_67 = ___err8;
|
|
*((int32_t*)L_67) = (int32_t)8;
|
|
goto IL_0114;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0114:
|
|
{
|
|
uint64_t* L_68 = ___flags6;
|
|
uint64_t* L_69 = ___flags6;
|
|
int64_t L_70 = *((int64_t*)L_69);
|
|
*((int64_t*)L_68) = (int64_t)((int64_t)((int64_t)L_70|(int64_t)((int64_t)17179869184LL)));
|
|
}
|
|
|
|
IL_0124:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Uri::FindEndOfComponent(System.String,System.UInt16&,System.UInt16,System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_FindEndOfComponent_mF276ABD008291C1FDC4B433A2F274058D06D8A6B (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, String_t* ___input0, uint16_t* ___idx1, uint16_t ___end2, Il2CppChar ___delim3, const RuntimeMethod* method)
|
|
{
|
|
Il2CppChar* V_0 = NULL;
|
|
String_t* V_1 = NULL;
|
|
{
|
|
String_t* L_0 = ___input0;
|
|
V_1 = L_0;
|
|
String_t* L_1 = V_1;
|
|
V_0 = (Il2CppChar*)(((uintptr_t)L_1));
|
|
Il2CppChar* L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_3 = V_0;
|
|
int32_t L_4 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL);
|
|
V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_3, (int32_t)L_4));
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
Il2CppChar* L_5 = V_0;
|
|
uint16_t* L_6 = ___idx1;
|
|
uint16_t L_7 = ___end2;
|
|
Il2CppChar L_8 = ___delim3;
|
|
Uri_FindEndOfComponent_mDCDF860C405E9F31F7CFE9AFFE7C096812697AEF(__this, (Il2CppChar*)(Il2CppChar*)L_5, (uint16_t*)L_6, L_7, L_8, /*hidden argument*/NULL);
|
|
V_1 = (String_t*)NULL;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Uri::FindEndOfComponent(System.Char*,System.UInt16&,System.UInt16,System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_FindEndOfComponent_mDCDF860C405E9F31F7CFE9AFFE7C096812697AEF (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, Il2CppChar* ___str0, uint16_t* ___idx1, uint16_t ___end2, Il2CppChar ___delim3, const RuntimeMethod* method)
|
|
{
|
|
Il2CppChar V_0 = 0x0;
|
|
uint16_t V_1 = 0;
|
|
{
|
|
V_0 = ((int32_t)65535);
|
|
uint16_t* L_0 = ___idx1;
|
|
int32_t L_1 = *((uint16_t*)L_0);
|
|
V_1 = (uint16_t)L_1;
|
|
goto IL_003f;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
Il2CppChar* L_2 = ___str0;
|
|
uint16_t L_3 = V_1;
|
|
int32_t L_4 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_2, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_3)), (int32_t)2)))));
|
|
V_0 = L_4;
|
|
Il2CppChar L_5 = V_0;
|
|
Il2CppChar L_6 = ___delim3;
|
|
if ((((int32_t)L_5) == ((int32_t)L_6)))
|
|
{
|
|
goto IL_0043;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_7 = ___delim3;
|
|
if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)63)))))
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_8 = V_0;
|
|
if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)35)))))
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_9 = __this->get_m_Syntax_18();
|
|
if (!L_9)
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_10 = __this->get_m_Syntax_18();
|
|
NullCheck(L_10);
|
|
bool L_11 = UriParser_InFact_mDD42FA932B6830D99AA04C2AE7875BA5067C86F3(L_10, ((int32_t)64), /*hidden argument*/NULL);
|
|
if (L_11)
|
|
{
|
|
goto IL_0043;
|
|
}
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
uint16_t L_12 = V_1;
|
|
V_1 = (uint16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)))));
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
uint16_t L_13 = V_1;
|
|
uint16_t L_14 = ___end2;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_000b;
|
|
}
|
|
}
|
|
|
|
IL_0043:
|
|
{
|
|
uint16_t* L_15 = ___idx1;
|
|
uint16_t L_16 = V_1;
|
|
*((int16_t*)L_15) = (int16_t)L_16;
|
|
return;
|
|
}
|
|
}
|
|
// System.Uri_Check System.Uri::CheckCanonical(System.Char*,System.UInt16&,System.UInt16,System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Uri_CheckCanonical_mED3910E55213D1DFEAA5B33079E3A89D369B10B6 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, Il2CppChar* ___str0, uint16_t* ___idx1, uint16_t ___end2, Il2CppChar ___delim3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Uri_CheckCanonical_mED3910E55213D1DFEAA5B33079E3A89D369B10B6_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
Il2CppChar V_3 = 0x0;
|
|
uint16_t V_4 = 0;
|
|
bool V_5 = false;
|
|
bool V_6 = false;
|
|
{
|
|
V_0 = 0;
|
|
V_1 = (bool)0;
|
|
V_2 = (bool)0;
|
|
V_3 = ((int32_t)65535);
|
|
uint16_t* L_0 = ___idx1;
|
|
int32_t L_1 = *((uint16_t*)L_0);
|
|
V_4 = (uint16_t)L_1;
|
|
goto IL_0288;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
Il2CppChar* L_2 = ___str0;
|
|
uint16_t L_3 = V_4;
|
|
int32_t L_4 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_2, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_3)), (int32_t)2)))));
|
|
V_3 = L_4;
|
|
Il2CppChar L_5 = V_3;
|
|
if ((((int32_t)L_5) <= ((int32_t)((int32_t)31))))
|
|
{
|
|
goto IL_0030;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_6 = V_3;
|
|
if ((((int32_t)L_6) < ((int32_t)((int32_t)127))))
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_7 = V_3;
|
|
if ((((int32_t)L_7) > ((int32_t)((int32_t)159))))
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
V_1 = (bool)1;
|
|
V_2 = (bool)1;
|
|
int32_t L_8 = V_0;
|
|
V_0 = ((int32_t)((int32_t)L_8|(int32_t)((int32_t)32)));
|
|
goto IL_0281;
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
Il2CppChar L_9 = V_3;
|
|
if ((((int32_t)L_9) <= ((int32_t)((int32_t)122))))
|
|
{
|
|
goto IL_009f;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_10 = V_3;
|
|
if ((((int32_t)L_10) == ((int32_t)((int32_t)126))))
|
|
{
|
|
goto IL_009f;
|
|
}
|
|
}
|
|
{
|
|
bool L_11 = __this->get_m_iriParsing_22();
|
|
if (!L_11)
|
|
{
|
|
goto IL_0092;
|
|
}
|
|
}
|
|
{
|
|
V_5 = (bool)0;
|
|
int32_t L_12 = V_0;
|
|
V_0 = ((int32_t)((int32_t)L_12|(int32_t)8));
|
|
Il2CppChar L_13 = V_3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
|
|
bool L_14 = Char_IsHighSurrogate_m64C60C09A8561520E43C8527D3DC38FF97E6274D(L_13, /*hidden argument*/NULL);
|
|
if (!L_14)
|
|
{
|
|
goto IL_0080;
|
|
}
|
|
}
|
|
{
|
|
uint16_t L_15 = V_4;
|
|
uint16_t L_16 = ___end2;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1))) >= ((int32_t)L_16)))
|
|
{
|
|
goto IL_0089;
|
|
}
|
|
}
|
|
{
|
|
V_6 = (bool)0;
|
|
Il2CppChar L_17 = V_3;
|
|
Il2CppChar* L_18 = ___str0;
|
|
uint16_t L_19 = V_4;
|
|
int32_t L_20 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_18, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)))), (int32_t)2)))));
|
|
bool L_21 = IriHelper_CheckIriUnicodeRange_m5ED29083C22062AEAB8B5787C9A27CFEEC397AD9(L_17, L_20, (bool*)(&V_6), (bool)1, /*hidden argument*/NULL);
|
|
V_5 = L_21;
|
|
goto IL_0089;
|
|
}
|
|
|
|
IL_0080:
|
|
{
|
|
Il2CppChar L_22 = V_3;
|
|
bool L_23 = IriHelper_CheckIriUnicodeRange_mA9BAAD6D244ADEE8986FDC0DFB3DFDA90C093A6C(L_22, (bool)1, /*hidden argument*/NULL);
|
|
V_5 = L_23;
|
|
}
|
|
|
|
IL_0089:
|
|
{
|
|
bool L_24 = V_5;
|
|
if (L_24)
|
|
{
|
|
goto IL_0092;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_25 = V_0;
|
|
V_0 = ((int32_t)((int32_t)L_25|(int32_t)((int32_t)64)));
|
|
}
|
|
|
|
IL_0092:
|
|
{
|
|
bool L_26 = V_1;
|
|
if (L_26)
|
|
{
|
|
goto IL_0281;
|
|
}
|
|
}
|
|
{
|
|
V_1 = (bool)1;
|
|
goto IL_0281;
|
|
}
|
|
|
|
IL_009f:
|
|
{
|
|
Il2CppChar L_27 = V_3;
|
|
Il2CppChar L_28 = ___delim3;
|
|
if ((((int32_t)L_27) == ((int32_t)L_28)))
|
|
{
|
|
goto IL_0290;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_29 = ___delim3;
|
|
if ((!(((uint32_t)L_29) == ((uint32_t)((int32_t)63)))))
|
|
{
|
|
goto IL_00cc;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_30 = V_3;
|
|
if ((!(((uint32_t)L_30) == ((uint32_t)((int32_t)35)))))
|
|
{
|
|
goto IL_00cc;
|
|
}
|
|
}
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_31 = __this->get_m_Syntax_18();
|
|
if (!L_31)
|
|
{
|
|
goto IL_00cc;
|
|
}
|
|
}
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_32 = __this->get_m_Syntax_18();
|
|
NullCheck(L_32);
|
|
bool L_33 = UriParser_InFact_mDD42FA932B6830D99AA04C2AE7875BA5067C86F3(L_32, ((int32_t)64), /*hidden argument*/NULL);
|
|
if (L_33)
|
|
{
|
|
goto IL_0290;
|
|
}
|
|
}
|
|
|
|
IL_00cc:
|
|
{
|
|
Il2CppChar L_34 = V_3;
|
|
if ((!(((uint32_t)L_34) == ((uint32_t)((int32_t)63)))))
|
|
{
|
|
goto IL_0110;
|
|
}
|
|
}
|
|
{
|
|
bool L_35 = Uri_get_IsImplicitFile_m048350CB1E9AB92599F1557680A5D3B5FDE7C35D(__this, /*hidden argument*/NULL);
|
|
if (L_35)
|
|
{
|
|
goto IL_0102;
|
|
}
|
|
}
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_36 = __this->get_m_Syntax_18();
|
|
if (!L_36)
|
|
{
|
|
goto IL_0281;
|
|
}
|
|
}
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_37 = __this->get_m_Syntax_18();
|
|
NullCheck(L_37);
|
|
bool L_38 = UriParser_InFact_mDD42FA932B6830D99AA04C2AE7875BA5067C86F3(L_37, ((int32_t)32), /*hidden argument*/NULL);
|
|
if (L_38)
|
|
{
|
|
goto IL_0281;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_39 = ___delim3;
|
|
if ((((int32_t)L_39) == ((int32_t)((int32_t)65534))))
|
|
{
|
|
goto IL_0281;
|
|
}
|
|
}
|
|
|
|
IL_0102:
|
|
{
|
|
int32_t L_40 = V_0;
|
|
V_0 = ((int32_t)((int32_t)L_40|(int32_t)((int32_t)32)));
|
|
V_2 = (bool)1;
|
|
V_1 = (bool)1;
|
|
goto IL_0281;
|
|
}
|
|
|
|
IL_0110:
|
|
{
|
|
Il2CppChar L_41 = V_3;
|
|
if ((!(((uint32_t)L_41) == ((uint32_t)((int32_t)35)))))
|
|
{
|
|
goto IL_0148;
|
|
}
|
|
}
|
|
{
|
|
V_1 = (bool)1;
|
|
bool L_42 = Uri_get_IsImplicitFile_m048350CB1E9AB92599F1557680A5D3B5FDE7C35D(__this, /*hidden argument*/NULL);
|
|
if (L_42)
|
|
{
|
|
goto IL_013c;
|
|
}
|
|
}
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_43 = __this->get_m_Syntax_18();
|
|
if (!L_43)
|
|
{
|
|
goto IL_0281;
|
|
}
|
|
}
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_44 = __this->get_m_Syntax_18();
|
|
NullCheck(L_44);
|
|
bool L_45 = UriParser_InFact_mDD42FA932B6830D99AA04C2AE7875BA5067C86F3(L_44, ((int32_t)64), /*hidden argument*/NULL);
|
|
if (L_45)
|
|
{
|
|
goto IL_0281;
|
|
}
|
|
}
|
|
|
|
IL_013c:
|
|
{
|
|
int32_t L_46 = V_0;
|
|
V_0 = ((int32_t)((int32_t)L_46|(int32_t)((int32_t)32)));
|
|
V_2 = (bool)1;
|
|
goto IL_0281;
|
|
}
|
|
|
|
IL_0148:
|
|
{
|
|
Il2CppChar L_47 = V_3;
|
|
if ((((int32_t)L_47) == ((int32_t)((int32_t)47))))
|
|
{
|
|
goto IL_0152;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_48 = V_3;
|
|
if ((!(((uint32_t)L_48) == ((uint32_t)((int32_t)92)))))
|
|
{
|
|
goto IL_019c;
|
|
}
|
|
}
|
|
|
|
IL_0152:
|
|
{
|
|
int32_t L_49 = V_0;
|
|
if (((int32_t)((int32_t)L_49&(int32_t)((int32_t)16))))
|
|
{
|
|
goto IL_0162;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_50 = V_3;
|
|
if ((!(((uint32_t)L_50) == ((uint32_t)((int32_t)92)))))
|
|
{
|
|
goto IL_0162;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_51 = V_0;
|
|
V_0 = ((int32_t)((int32_t)L_51|(int32_t)((int32_t)16)));
|
|
}
|
|
|
|
IL_0162:
|
|
{
|
|
int32_t L_52 = V_0;
|
|
if (((int32_t)((int32_t)L_52&(int32_t)4)))
|
|
{
|
|
goto IL_0281;
|
|
}
|
|
}
|
|
{
|
|
uint16_t L_53 = V_4;
|
|
uint16_t L_54 = ___end2;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)1))) == ((int32_t)L_54)))
|
|
{
|
|
goto IL_0281;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_55 = ___str0;
|
|
uint16_t L_56 = V_4;
|
|
int32_t L_57 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_55, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1)))), (int32_t)2)))));
|
|
if ((((int32_t)L_57) == ((int32_t)((int32_t)47))))
|
|
{
|
|
goto IL_0193;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_58 = ___str0;
|
|
uint16_t L_59 = V_4;
|
|
int32_t L_60 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_58, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_59, (int32_t)1)))), (int32_t)2)))));
|
|
if ((!(((uint32_t)L_60) == ((uint32_t)((int32_t)92)))))
|
|
{
|
|
goto IL_0281;
|
|
}
|
|
}
|
|
|
|
IL_0193:
|
|
{
|
|
int32_t L_61 = V_0;
|
|
V_0 = ((int32_t)((int32_t)L_61|(int32_t)4));
|
|
goto IL_0281;
|
|
}
|
|
|
|
IL_019c:
|
|
{
|
|
Il2CppChar L_62 = V_3;
|
|
if ((!(((uint32_t)L_62) == ((uint32_t)((int32_t)46)))))
|
|
{
|
|
goto IL_01ff;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_63 = V_0;
|
|
if (((int32_t)((int32_t)L_63&(int32_t)4)))
|
|
{
|
|
goto IL_01ad;
|
|
}
|
|
}
|
|
{
|
|
uint16_t L_64 = V_4;
|
|
uint16_t L_65 = ___end2;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_64, (int32_t)1))) == ((int32_t)L_65)))
|
|
{
|
|
goto IL_01f6;
|
|
}
|
|
}
|
|
|
|
IL_01ad:
|
|
{
|
|
Il2CppChar* L_66 = ___str0;
|
|
uint16_t L_67 = V_4;
|
|
int32_t L_68 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_66, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_67, (int32_t)1)))), (int32_t)2)))));
|
|
if ((((int32_t)L_68) == ((int32_t)((int32_t)46))))
|
|
{
|
|
goto IL_01f6;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_69 = ___str0;
|
|
uint16_t L_70 = V_4;
|
|
int32_t L_71 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_69, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_70, (int32_t)1)))), (int32_t)2)))));
|
|
if ((((int32_t)L_71) == ((int32_t)((int32_t)47))))
|
|
{
|
|
goto IL_01f6;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_72 = ___str0;
|
|
uint16_t L_73 = V_4;
|
|
int32_t L_74 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_72, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_73, (int32_t)1)))), (int32_t)2)))));
|
|
if ((((int32_t)L_74) == ((int32_t)((int32_t)92))))
|
|
{
|
|
goto IL_01f6;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_75 = ___str0;
|
|
uint16_t L_76 = V_4;
|
|
int32_t L_77 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_75, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_76, (int32_t)1)))), (int32_t)2)))));
|
|
if ((((int32_t)L_77) == ((int32_t)((int32_t)63))))
|
|
{
|
|
goto IL_01f6;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_78 = ___str0;
|
|
uint16_t L_79 = V_4;
|
|
int32_t L_80 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_78, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_79, (int32_t)1)))), (int32_t)2)))));
|
|
if ((!(((uint32_t)L_80) == ((uint32_t)((int32_t)35)))))
|
|
{
|
|
goto IL_0281;
|
|
}
|
|
}
|
|
|
|
IL_01f6:
|
|
{
|
|
int32_t L_81 = V_0;
|
|
V_0 = ((int32_t)((int32_t)L_81|(int32_t)4));
|
|
goto IL_0281;
|
|
}
|
|
|
|
IL_01ff:
|
|
{
|
|
bool L_82 = V_1;
|
|
if (L_82)
|
|
{
|
|
goto IL_0229;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_83 = V_3;
|
|
if ((((int32_t)L_83) > ((int32_t)((int32_t)34))))
|
|
{
|
|
goto IL_020c;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_84 = V_3;
|
|
if ((!(((uint32_t)L_84) == ((uint32_t)((int32_t)33)))))
|
|
{
|
|
goto IL_0225;
|
|
}
|
|
}
|
|
|
|
IL_020c:
|
|
{
|
|
Il2CppChar L_85 = V_3;
|
|
if ((((int32_t)L_85) < ((int32_t)((int32_t)91))))
|
|
{
|
|
goto IL_0216;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_86 = V_3;
|
|
if ((((int32_t)L_86) <= ((int32_t)((int32_t)94))))
|
|
{
|
|
goto IL_0225;
|
|
}
|
|
}
|
|
|
|
IL_0216:
|
|
{
|
|
Il2CppChar L_87 = V_3;
|
|
if ((((int32_t)L_87) == ((int32_t)((int32_t)62))))
|
|
{
|
|
goto IL_0225;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_88 = V_3;
|
|
if ((((int32_t)L_88) == ((int32_t)((int32_t)60))))
|
|
{
|
|
goto IL_0225;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_89 = V_3;
|
|
if ((!(((uint32_t)L_89) == ((uint32_t)((int32_t)96)))))
|
|
{
|
|
goto IL_0229;
|
|
}
|
|
}
|
|
|
|
IL_0225:
|
|
{
|
|
V_1 = (bool)1;
|
|
goto IL_0281;
|
|
}
|
|
|
|
IL_0229:
|
|
{
|
|
Il2CppChar L_90 = V_3;
|
|
if ((!(((uint32_t)L_90) == ((uint32_t)((int32_t)37)))))
|
|
{
|
|
goto IL_0281;
|
|
}
|
|
}
|
|
{
|
|
bool L_91 = V_2;
|
|
if (L_91)
|
|
{
|
|
goto IL_0233;
|
|
}
|
|
}
|
|
{
|
|
V_2 = (bool)1;
|
|
}
|
|
|
|
IL_0233:
|
|
{
|
|
uint16_t L_92 = V_4;
|
|
uint16_t L_93 = ___end2;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_92, (int32_t)2))) >= ((int32_t)L_93)))
|
|
{
|
|
goto IL_027c;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_94 = ___str0;
|
|
uint16_t L_95 = V_4;
|
|
int32_t L_96 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_94, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_95, (int32_t)1)))), (int32_t)2)))));
|
|
Il2CppChar* L_97 = ___str0;
|
|
uint16_t L_98 = V_4;
|
|
int32_t L_99 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_97, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_98, (int32_t)2)))), (int32_t)2)))));
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tA44F3057604BAA4E6EF06A8EE4E6825D471592DF_il2cpp_TypeInfo_var);
|
|
Il2CppChar L_100 = UriHelper_EscapedAscii_m06D556717795E649EBBB30E4CBCF3D221C1FEB78(L_96, L_99, /*hidden argument*/NULL);
|
|
Il2CppChar L_101 = L_100;
|
|
V_3 = L_101;
|
|
if ((((int32_t)L_101) == ((int32_t)((int32_t)65535))))
|
|
{
|
|
goto IL_027c;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_102 = V_3;
|
|
if ((((int32_t)L_102) == ((int32_t)((int32_t)46))))
|
|
{
|
|
goto IL_026b;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_103 = V_3;
|
|
if ((((int32_t)L_103) == ((int32_t)((int32_t)47))))
|
|
{
|
|
goto IL_026b;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_104 = V_3;
|
|
if ((!(((uint32_t)L_104) == ((uint32_t)((int32_t)92)))))
|
|
{
|
|
goto IL_0273;
|
|
}
|
|
}
|
|
|
|
IL_026b:
|
|
{
|
|
int32_t L_105 = V_0;
|
|
V_0 = ((int32_t)((int32_t)L_105|(int32_t)((int32_t)128)));
|
|
}
|
|
|
|
IL_0273:
|
|
{
|
|
uint16_t L_106 = V_4;
|
|
V_4 = (uint16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_106, (int32_t)2)))));
|
|
goto IL_0281;
|
|
}
|
|
|
|
IL_027c:
|
|
{
|
|
bool L_107 = V_1;
|
|
if (L_107)
|
|
{
|
|
goto IL_0281;
|
|
}
|
|
}
|
|
{
|
|
V_1 = (bool)1;
|
|
}
|
|
|
|
IL_0281:
|
|
{
|
|
uint16_t L_108 = V_4;
|
|
V_4 = (uint16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_108, (int32_t)1)))));
|
|
}
|
|
|
|
IL_0288:
|
|
{
|
|
uint16_t L_109 = V_4;
|
|
uint16_t L_110 = ___end2;
|
|
if ((((int32_t)L_109) < ((int32_t)L_110)))
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
|
|
IL_0290:
|
|
{
|
|
bool L_111 = V_2;
|
|
if (!L_111)
|
|
{
|
|
goto IL_029c;
|
|
}
|
|
}
|
|
{
|
|
bool L_112 = V_1;
|
|
if (L_112)
|
|
{
|
|
goto IL_02a7;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_113 = V_0;
|
|
V_0 = ((int32_t)((int32_t)L_113|(int32_t)1));
|
|
goto IL_02a7;
|
|
}
|
|
|
|
IL_029c:
|
|
{
|
|
int32_t L_114 = V_0;
|
|
V_0 = ((int32_t)((int32_t)L_114|(int32_t)2));
|
|
bool L_115 = V_1;
|
|
if (L_115)
|
|
{
|
|
goto IL_02a7;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_116 = V_0;
|
|
V_0 = ((int32_t)((int32_t)L_116|(int32_t)1));
|
|
}
|
|
|
|
IL_02a7:
|
|
{
|
|
uint16_t* L_117 = ___idx1;
|
|
uint16_t L_118 = V_4;
|
|
*((int16_t*)L_117) = (int16_t)L_118;
|
|
int32_t L_119 = V_0;
|
|
return L_119;
|
|
}
|
|
}
|
|
// System.Char[] System.Uri::GetCanonicalPath(System.Char[],System.Int32&,System.UriFormat)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* Uri_GetCanonicalPath_mDE02BFA56EDD09479DDB2A5A50F6DF5210CA73F2 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___dest0, int32_t* ___pos1, int32_t ___formatAs2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Uri_GetCanonicalPath_mDE02BFA56EDD09479DDB2A5A50F6DF5210CA73F2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
Il2CppChar* V_3 = NULL;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_4 = NULL;
|
|
String_t* V_5 = NULL;
|
|
Il2CppChar* V_6 = NULL;
|
|
int32_t V_7 = 0;
|
|
int32_t V_8 = 0;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_9 = NULL;
|
|
Il2CppChar* V_10 = NULL;
|
|
int32_t G_B15_0 = 0;
|
|
int32_t G_B15_1 = 0;
|
|
int32_t* G_B15_2 = NULL;
|
|
int32_t G_B15_3 = 0;
|
|
Il2CppChar* G_B15_4 = NULL;
|
|
int32_t G_B14_0 = 0;
|
|
int32_t G_B14_1 = 0;
|
|
int32_t* G_B14_2 = NULL;
|
|
int32_t G_B14_3 = 0;
|
|
Il2CppChar* G_B14_4 = NULL;
|
|
int32_t G_B16_0 = 0;
|
|
int32_t G_B16_1 = 0;
|
|
int32_t G_B16_2 = 0;
|
|
int32_t* G_B16_3 = NULL;
|
|
int32_t G_B16_4 = 0;
|
|
Il2CppChar* G_B16_5 = NULL;
|
|
int32_t G_B24_0 = 0;
|
|
int32_t G_B24_1 = 0;
|
|
int32_t G_B24_2 = 0;
|
|
int32_t* G_B24_3 = NULL;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* G_B24_4 = NULL;
|
|
uint16_t G_B24_5 = 0;
|
|
uint16_t G_B24_6 = 0;
|
|
String_t* G_B24_7 = NULL;
|
|
int32_t G_B23_0 = 0;
|
|
int32_t G_B23_1 = 0;
|
|
int32_t G_B23_2 = 0;
|
|
int32_t* G_B23_3 = NULL;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* G_B23_4 = NULL;
|
|
uint16_t G_B23_5 = 0;
|
|
uint16_t G_B23_6 = 0;
|
|
String_t* G_B23_7 = NULL;
|
|
int32_t G_B25_0 = 0;
|
|
int32_t G_B25_1 = 0;
|
|
int32_t G_B25_2 = 0;
|
|
int32_t G_B25_3 = 0;
|
|
int32_t* G_B25_4 = NULL;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* G_B25_5 = NULL;
|
|
uint16_t G_B25_6 = 0;
|
|
uint16_t G_B25_7 = 0;
|
|
String_t* G_B25_8 = NULL;
|
|
int32_t G_B37_0 = 0;
|
|
int32_t G_B37_1 = 0;
|
|
int32_t* G_B37_2 = NULL;
|
|
int32_t G_B37_3 = 0;
|
|
Il2CppChar* G_B37_4 = NULL;
|
|
int32_t G_B36_0 = 0;
|
|
int32_t G_B36_1 = 0;
|
|
int32_t* G_B36_2 = NULL;
|
|
int32_t G_B36_3 = 0;
|
|
Il2CppChar* G_B36_4 = NULL;
|
|
int32_t G_B38_0 = 0;
|
|
int32_t G_B38_1 = 0;
|
|
int32_t G_B38_2 = 0;
|
|
int32_t* G_B38_3 = NULL;
|
|
int32_t G_B38_4 = 0;
|
|
Il2CppChar* G_B38_5 = NULL;
|
|
int32_t G_B50_0 = 0;
|
|
int32_t G_B50_1 = 0;
|
|
int32_t G_B50_2 = 0;
|
|
int32_t* G_B50_3 = NULL;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* G_B50_4 = NULL;
|
|
int32_t G_B50_5 = 0;
|
|
int32_t G_B50_6 = 0;
|
|
String_t* G_B50_7 = NULL;
|
|
int32_t G_B49_0 = 0;
|
|
int32_t G_B49_1 = 0;
|
|
int32_t G_B49_2 = 0;
|
|
int32_t* G_B49_3 = NULL;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* G_B49_4 = NULL;
|
|
int32_t G_B49_5 = 0;
|
|
int32_t G_B49_6 = 0;
|
|
String_t* G_B49_7 = NULL;
|
|
int32_t G_B51_0 = 0;
|
|
int32_t G_B51_1 = 0;
|
|
int32_t G_B51_2 = 0;
|
|
int32_t G_B51_3 = 0;
|
|
int32_t* G_B51_4 = NULL;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* G_B51_5 = NULL;
|
|
int32_t G_B51_6 = 0;
|
|
int32_t G_B51_7 = 0;
|
|
String_t* G_B51_8 = NULL;
|
|
int32_t G_B67_0 = 0;
|
|
int32_t G_B72_0 = 0;
|
|
int32_t G_B76_0 = 0;
|
|
{
|
|
bool L_0 = Uri_InFact_m4CE890C86FA34154A044516D2F3C9463389220D7(__this, (((int64_t)((int64_t)((int32_t)16384)))), /*hidden argument*/NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = ___dest0;
|
|
int32_t* L_2 = ___pos1;
|
|
int32_t* L_3 = ___pos1;
|
|
int32_t L_4 = *((int32_t*)L_3);
|
|
V_2 = L_4;
|
|
int32_t L_5 = V_2;
|
|
*((int32_t*)L_2) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1));
|
|
int32_t L_6 = V_2;
|
|
NullCheck(L_1);
|
|
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(L_6), (Il2CppChar)((int32_t)47));
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_7 = __this->get_m_Info_21();
|
|
NullCheck(L_7);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_8 = L_7->get_address_of_Offset_3();
|
|
uint16_t L_9 = L_8->get_Path_4();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_10 = __this->get_m_Info_21();
|
|
NullCheck(L_10);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_11 = L_10->get_address_of_Offset_3();
|
|
uint16_t L_12 = L_11->get_Query_5();
|
|
if ((!(((uint32_t)L_9) == ((uint32_t)L_12))))
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_13 = ___dest0;
|
|
return L_13;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
int32_t* L_14 = ___pos1;
|
|
int32_t L_15 = *((int32_t*)L_14);
|
|
V_0 = L_15;
|
|
uint16_t L_16 = Uri_get_SecuredPathIndex_mC59A2366D6F3667017F677351C4350C9541905AA(__this, /*hidden argument*/NULL);
|
|
V_1 = L_16;
|
|
int32_t L_17 = ___formatAs2;
|
|
if ((!(((uint32_t)L_17) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0277;
|
|
}
|
|
}
|
|
{
|
|
bool L_18 = Uri_InFact_m4CE890C86FA34154A044516D2F3C9463389220D7(__this, (((int64_t)((int64_t)((int32_t)8192)))), /*hidden argument*/NULL);
|
|
if (!L_18)
|
|
{
|
|
goto IL_013d;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_19 = __this->get_m_String_16();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_20 = __this->get_m_Info_21();
|
|
NullCheck(L_20);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_21 = L_20->get_address_of_Offset_3();
|
|
uint16_t L_22 = L_21->get_Path_4();
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_23 = ___dest0;
|
|
int32_t L_24 = V_0;
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_25 = __this->get_m_Info_21();
|
|
NullCheck(L_25);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_26 = L_25->get_address_of_Offset_3();
|
|
uint16_t L_27 = L_26->get_Query_5();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_28 = __this->get_m_Info_21();
|
|
NullCheck(L_28);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_29 = L_28->get_address_of_Offset_3();
|
|
uint16_t L_30 = L_29->get_Path_4();
|
|
NullCheck(L_19);
|
|
String_CopyTo_m054B8FF2ACBBA74F60199D98259E88395EAD3661(L_19, L_22, L_23, L_24, ((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)L_30)), /*hidden argument*/NULL);
|
|
int32_t L_31 = V_0;
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_32 = __this->get_m_Info_21();
|
|
NullCheck(L_32);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_33 = L_32->get_address_of_Offset_3();
|
|
uint16_t L_34 = L_33->get_Query_5();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_35 = __this->get_m_Info_21();
|
|
NullCheck(L_35);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_36 = L_35->get_address_of_Offset_3();
|
|
uint16_t L_37 = L_36->get_Path_4();
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)L_37))));
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_38 = __this->get_m_Syntax_18();
|
|
NullCheck(L_38);
|
|
bool L_39 = UriParser_InFact_mDD42FA932B6830D99AA04C2AE7875BA5067C86F3(L_38, ((int32_t)33554432), /*hidden argument*/NULL);
|
|
if (!L_39)
|
|
{
|
|
goto IL_0356;
|
|
}
|
|
}
|
|
{
|
|
bool L_40 = Uri_InFact_m4CE890C86FA34154A044516D2F3C9463389220D7(__this, (((int64_t)((int64_t)((int32_t)16)))), /*hidden argument*/NULL);
|
|
if (!L_40)
|
|
{
|
|
goto IL_0356;
|
|
}
|
|
}
|
|
{
|
|
bool L_41 = Uri_get_IsImplicitFile_m048350CB1E9AB92599F1557680A5D3B5FDE7C35D(__this, /*hidden argument*/NULL);
|
|
if (L_41)
|
|
{
|
|
goto IL_0356;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_42 = ___dest0;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_43 = L_42;
|
|
V_4 = L_43;
|
|
if (!L_43)
|
|
{
|
|
goto IL_00fd;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_44 = V_4;
|
|
NullCheck(L_44);
|
|
if ((((int32_t)((int32_t)(((RuntimeArray*)L_44)->max_length)))))
|
|
{
|
|
goto IL_0102;
|
|
}
|
|
}
|
|
|
|
IL_00fd:
|
|
{
|
|
V_3 = (Il2CppChar*)(((uintptr_t)0));
|
|
goto IL_010c;
|
|
}
|
|
|
|
IL_0102:
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_45 = V_4;
|
|
NullCheck(L_45);
|
|
V_3 = (Il2CppChar*)(((uintptr_t)((L_45)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
|
|
}
|
|
|
|
IL_010c:
|
|
{
|
|
Il2CppChar* L_46 = V_3;
|
|
int32_t* L_47 = ___pos1;
|
|
int32_t L_48 = *((int32_t*)L_47);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_49 = __this->get_m_Syntax_18();
|
|
NullCheck(L_49);
|
|
bool L_50 = UriParser_InFact_mDD42FA932B6830D99AA04C2AE7875BA5067C86F3(L_49, ((int32_t)4194304), /*hidden argument*/NULL);
|
|
G_B14_0 = ((int32_t)47);
|
|
G_B14_1 = ((int32_t)46);
|
|
G_B14_2 = (&V_0);
|
|
G_B14_3 = L_48;
|
|
G_B14_4 = L_46;
|
|
if (L_50)
|
|
{
|
|
G_B15_0 = ((int32_t)47);
|
|
G_B15_1 = ((int32_t)46);
|
|
G_B15_2 = (&V_0);
|
|
G_B15_3 = L_48;
|
|
G_B15_4 = L_46;
|
|
goto IL_012e;
|
|
}
|
|
}
|
|
{
|
|
G_B16_0 = ((int32_t)65535);
|
|
G_B16_1 = G_B14_0;
|
|
G_B16_2 = G_B14_1;
|
|
G_B16_3 = G_B14_2;
|
|
G_B16_4 = G_B14_3;
|
|
G_B16_5 = G_B14_4;
|
|
goto IL_0130;
|
|
}
|
|
|
|
IL_012e:
|
|
{
|
|
G_B16_0 = ((int32_t)92);
|
|
G_B16_1 = G_B15_0;
|
|
G_B16_2 = G_B15_1;
|
|
G_B16_3 = G_B15_2;
|
|
G_B16_4 = G_B15_3;
|
|
G_B16_5 = G_B15_4;
|
|
}
|
|
|
|
IL_0130:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
Uri_UnescapeOnly_mB8F87981CDD4CFBFCD97EE668FF281CE26453F21((Il2CppChar*)(Il2CppChar*)G_B16_5, G_B16_4, (int32_t*)G_B16_3, G_B16_2, G_B16_1, G_B16_0, /*hidden argument*/NULL);
|
|
V_4 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)NULL;
|
|
goto IL_0356;
|
|
}
|
|
|
|
IL_013d:
|
|
{
|
|
bool L_51 = Uri_InFact_m4CE890C86FA34154A044516D2F3C9463389220D7(__this, (((int64_t)((int64_t)((int32_t)1024)))), /*hidden argument*/NULL);
|
|
if (!L_51)
|
|
{
|
|
goto IL_0210;
|
|
}
|
|
}
|
|
{
|
|
bool L_52 = Uri_NotAny_mC5DC04B72B13D2997B055B9E41FCFEEC1CE5263D(__this, (((int64_t)((int64_t)((int32_t)524288)))), /*hidden argument*/NULL);
|
|
if (!L_52)
|
|
{
|
|
goto IL_0210;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_53 = __this->get_m_String_16();
|
|
V_5 = L_53;
|
|
int32_t L_54 = V_1;
|
|
if (!L_54)
|
|
{
|
|
goto IL_01c9;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_55 = V_5;
|
|
int32_t L_56 = V_1;
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_57 = __this->get_m_Info_21();
|
|
NullCheck(L_57);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_58 = L_57->get_address_of_Offset_3();
|
|
uint16_t L_59 = L_58->get_Path_4();
|
|
NullCheck(L_55);
|
|
Il2CppChar L_60 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_55, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)L_59)), (int32_t)1)), /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_60) == ((uint32_t)((int32_t)124)))))
|
|
{
|
|
goto IL_01c9;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_61 = V_5;
|
|
int32_t L_62 = V_1;
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_63 = __this->get_m_Info_21();
|
|
NullCheck(L_63);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_64 = L_63->get_address_of_Offset_3();
|
|
uint16_t L_65 = L_64->get_Path_4();
|
|
NullCheck(L_61);
|
|
String_t* L_66 = String_Remove_m54FD37F2B9CA7DBFE440B0CB8503640A2CFF00FF(L_61, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_62, (int32_t)L_65)), (int32_t)1)), 1, /*hidden argument*/NULL);
|
|
V_5 = L_66;
|
|
String_t* L_67 = V_5;
|
|
int32_t L_68 = V_1;
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_69 = __this->get_m_Info_21();
|
|
NullCheck(L_69);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_70 = L_69->get_address_of_Offset_3();
|
|
uint16_t L_71 = L_70->get_Path_4();
|
|
NullCheck(L_67);
|
|
String_t* L_72 = String_Insert_m2525FE6F79C96A359A588C8FA764419EBD811749(L_67, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_68, (int32_t)L_71)), (int32_t)1)), _stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9, /*hidden argument*/NULL);
|
|
V_5 = L_72;
|
|
}
|
|
|
|
IL_01c9:
|
|
{
|
|
String_t* L_73 = V_5;
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_74 = __this->get_m_Info_21();
|
|
NullCheck(L_74);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_75 = L_74->get_address_of_Offset_3();
|
|
uint16_t L_76 = L_75->get_Path_4();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_77 = __this->get_m_Info_21();
|
|
NullCheck(L_77);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_78 = L_77->get_address_of_Offset_3();
|
|
uint16_t L_79 = L_78->get_Query_5();
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_80 = ___dest0;
|
|
bool L_81 = Uri_get_IsImplicitFile_m048350CB1E9AB92599F1557680A5D3B5FDE7C35D(__this, /*hidden argument*/NULL);
|
|
G_B23_0 = ((int32_t)35);
|
|
G_B23_1 = ((int32_t)63);
|
|
G_B23_2 = 1;
|
|
G_B23_3 = (&V_0);
|
|
G_B23_4 = L_80;
|
|
G_B23_5 = L_79;
|
|
G_B23_6 = L_76;
|
|
G_B23_7 = L_73;
|
|
if (L_81)
|
|
{
|
|
G_B24_0 = ((int32_t)35);
|
|
G_B24_1 = ((int32_t)63);
|
|
G_B24_2 = 1;
|
|
G_B24_3 = (&V_0);
|
|
G_B24_4 = L_80;
|
|
G_B24_5 = L_79;
|
|
G_B24_6 = L_76;
|
|
G_B24_7 = L_73;
|
|
goto IL_01ff;
|
|
}
|
|
}
|
|
{
|
|
G_B25_0 = ((int32_t)37);
|
|
G_B25_1 = G_B23_0;
|
|
G_B25_2 = G_B23_1;
|
|
G_B25_3 = G_B23_2;
|
|
G_B25_4 = G_B23_3;
|
|
G_B25_5 = G_B23_4;
|
|
G_B25_6 = G_B23_5;
|
|
G_B25_7 = G_B23_6;
|
|
G_B25_8 = G_B23_7;
|
|
goto IL_0204;
|
|
}
|
|
|
|
IL_01ff:
|
|
{
|
|
G_B25_0 = ((int32_t)65535);
|
|
G_B25_1 = G_B24_0;
|
|
G_B25_2 = G_B24_1;
|
|
G_B25_3 = G_B24_2;
|
|
G_B25_4 = G_B24_3;
|
|
G_B25_5 = G_B24_4;
|
|
G_B25_6 = G_B24_5;
|
|
G_B25_7 = G_B24_6;
|
|
G_B25_8 = G_B24_7;
|
|
}
|
|
|
|
IL_0204:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tA44F3057604BAA4E6EF06A8EE4E6825D471592DF_il2cpp_TypeInfo_var);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_82 = UriHelper_EscapeString_mF0077A016F05127923308DF7E7E99BD7B9837E8B(G_B25_8, G_B25_7, G_B25_6, G_B25_5, (int32_t*)G_B25_4, (bool)G_B25_3, G_B25_2, G_B25_1, G_B25_0, /*hidden argument*/NULL);
|
|
___dest0 = L_82;
|
|
goto IL_0356;
|
|
}
|
|
|
|
IL_0210:
|
|
{
|
|
String_t* L_83 = __this->get_m_String_16();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_84 = __this->get_m_Info_21();
|
|
NullCheck(L_84);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_85 = L_84->get_address_of_Offset_3();
|
|
uint16_t L_86 = L_85->get_Path_4();
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_87 = ___dest0;
|
|
int32_t L_88 = V_0;
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_89 = __this->get_m_Info_21();
|
|
NullCheck(L_89);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_90 = L_89->get_address_of_Offset_3();
|
|
uint16_t L_91 = L_90->get_Query_5();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_92 = __this->get_m_Info_21();
|
|
NullCheck(L_92);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_93 = L_92->get_address_of_Offset_3();
|
|
uint16_t L_94 = L_93->get_Path_4();
|
|
NullCheck(L_83);
|
|
String_CopyTo_m054B8FF2ACBBA74F60199D98259E88395EAD3661(L_83, L_86, L_87, L_88, ((int32_t)il2cpp_codegen_subtract((int32_t)L_91, (int32_t)L_94)), /*hidden argument*/NULL);
|
|
int32_t L_95 = V_0;
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_96 = __this->get_m_Info_21();
|
|
NullCheck(L_96);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_97 = L_96->get_address_of_Offset_3();
|
|
uint16_t L_98 = L_97->get_Query_5();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_99 = __this->get_m_Info_21();
|
|
NullCheck(L_99);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_100 = L_99->get_address_of_Offset_3();
|
|
uint16_t L_101 = L_100->get_Path_4();
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_95, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_98, (int32_t)L_101))));
|
|
goto IL_0356;
|
|
}
|
|
|
|
IL_0277:
|
|
{
|
|
String_t* L_102 = __this->get_m_String_16();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_103 = __this->get_m_Info_21();
|
|
NullCheck(L_103);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_104 = L_103->get_address_of_Offset_3();
|
|
uint16_t L_105 = L_104->get_Path_4();
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_106 = ___dest0;
|
|
int32_t L_107 = V_0;
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_108 = __this->get_m_Info_21();
|
|
NullCheck(L_108);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_109 = L_108->get_address_of_Offset_3();
|
|
uint16_t L_110 = L_109->get_Query_5();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_111 = __this->get_m_Info_21();
|
|
NullCheck(L_111);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_112 = L_111->get_address_of_Offset_3();
|
|
uint16_t L_113 = L_112->get_Path_4();
|
|
NullCheck(L_102);
|
|
String_CopyTo_m054B8FF2ACBBA74F60199D98259E88395EAD3661(L_102, L_105, L_106, L_107, ((int32_t)il2cpp_codegen_subtract((int32_t)L_110, (int32_t)L_113)), /*hidden argument*/NULL);
|
|
int32_t L_114 = V_0;
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_115 = __this->get_m_Info_21();
|
|
NullCheck(L_115);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_116 = L_115->get_address_of_Offset_3();
|
|
uint16_t L_117 = L_116->get_Query_5();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_118 = __this->get_m_Info_21();
|
|
NullCheck(L_118);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_119 = L_118->get_address_of_Offset_3();
|
|
uint16_t L_120 = L_119->get_Path_4();
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_114, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_117, (int32_t)L_120))));
|
|
bool L_121 = Uri_InFact_m4CE890C86FA34154A044516D2F3C9463389220D7(__this, (((int64_t)((int64_t)((int32_t)8192)))), /*hidden argument*/NULL);
|
|
if (!L_121)
|
|
{
|
|
goto IL_0356;
|
|
}
|
|
}
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_122 = __this->get_m_Syntax_18();
|
|
NullCheck(L_122);
|
|
bool L_123 = UriParser_InFact_mDD42FA932B6830D99AA04C2AE7875BA5067C86F3(L_122, ((int32_t)33554432), /*hidden argument*/NULL);
|
|
if (!L_123)
|
|
{
|
|
goto IL_0356;
|
|
}
|
|
}
|
|
{
|
|
bool L_124 = Uri_InFact_m4CE890C86FA34154A044516D2F3C9463389220D7(__this, (((int64_t)((int64_t)((int32_t)16)))), /*hidden argument*/NULL);
|
|
if (!L_124)
|
|
{
|
|
goto IL_0356;
|
|
}
|
|
}
|
|
{
|
|
bool L_125 = Uri_get_IsImplicitFile_m048350CB1E9AB92599F1557680A5D3B5FDE7C35D(__this, /*hidden argument*/NULL);
|
|
if (L_125)
|
|
{
|
|
goto IL_0356;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_126 = ___dest0;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_127 = L_126;
|
|
V_4 = L_127;
|
|
if (!L_127)
|
|
{
|
|
goto IL_0318;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_128 = V_4;
|
|
NullCheck(L_128);
|
|
if ((((int32_t)((int32_t)(((RuntimeArray*)L_128)->max_length)))))
|
|
{
|
|
goto IL_031e;
|
|
}
|
|
}
|
|
|
|
IL_0318:
|
|
{
|
|
V_6 = (Il2CppChar*)(((uintptr_t)0));
|
|
goto IL_0329;
|
|
}
|
|
|
|
IL_031e:
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_129 = V_4;
|
|
NullCheck(L_129);
|
|
V_6 = (Il2CppChar*)(((uintptr_t)((L_129)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
|
|
}
|
|
|
|
IL_0329:
|
|
{
|
|
Il2CppChar* L_130 = V_6;
|
|
int32_t* L_131 = ___pos1;
|
|
int32_t L_132 = *((int32_t*)L_131);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_133 = __this->get_m_Syntax_18();
|
|
NullCheck(L_133);
|
|
bool L_134 = UriParser_InFact_mDD42FA932B6830D99AA04C2AE7875BA5067C86F3(L_133, ((int32_t)4194304), /*hidden argument*/NULL);
|
|
G_B36_0 = ((int32_t)47);
|
|
G_B36_1 = ((int32_t)46);
|
|
G_B36_2 = (&V_0);
|
|
G_B36_3 = L_132;
|
|
G_B36_4 = L_130;
|
|
if (L_134)
|
|
{
|
|
G_B37_0 = ((int32_t)47);
|
|
G_B37_1 = ((int32_t)46);
|
|
G_B37_2 = (&V_0);
|
|
G_B37_3 = L_132;
|
|
G_B37_4 = L_130;
|
|
goto IL_034c;
|
|
}
|
|
}
|
|
{
|
|
G_B38_0 = ((int32_t)65535);
|
|
G_B38_1 = G_B36_0;
|
|
G_B38_2 = G_B36_1;
|
|
G_B38_3 = G_B36_2;
|
|
G_B38_4 = G_B36_3;
|
|
G_B38_5 = G_B36_4;
|
|
goto IL_034e;
|
|
}
|
|
|
|
IL_034c:
|
|
{
|
|
G_B38_0 = ((int32_t)92);
|
|
G_B38_1 = G_B37_0;
|
|
G_B38_2 = G_B37_1;
|
|
G_B38_3 = G_B37_2;
|
|
G_B38_4 = G_B37_3;
|
|
G_B38_5 = G_B37_4;
|
|
}
|
|
|
|
IL_034e:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
Uri_UnescapeOnly_mB8F87981CDD4CFBFCD97EE668FF281CE26453F21((Il2CppChar*)(Il2CppChar*)G_B38_5, G_B38_4, (int32_t*)G_B38_3, G_B38_2, G_B38_1, G_B38_0, /*hidden argument*/NULL);
|
|
V_4 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)NULL;
|
|
}
|
|
|
|
IL_0356:
|
|
{
|
|
int32_t L_135 = V_1;
|
|
if (!L_135)
|
|
{
|
|
goto IL_036f;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_136 = ___dest0;
|
|
int32_t L_137 = V_1;
|
|
int32_t* L_138 = ___pos1;
|
|
int32_t L_139 = *((int32_t*)L_138);
|
|
NullCheck(L_136);
|
|
int32_t L_140 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_137, (int32_t)L_139)), (int32_t)1));
|
|
uint16_t L_141 = (uint16_t)(L_136)->GetAt(static_cast<il2cpp_array_size_t>(L_140));
|
|
if ((!(((uint32_t)L_141) == ((uint32_t)((int32_t)124)))))
|
|
{
|
|
goto IL_036f;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_142 = ___dest0;
|
|
int32_t L_143 = V_1;
|
|
int32_t* L_144 = ___pos1;
|
|
int32_t L_145 = *((int32_t*)L_144);
|
|
NullCheck(L_142);
|
|
(L_142)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_143, (int32_t)L_145)), (int32_t)1))), (Il2CppChar)((int32_t)58));
|
|
}
|
|
|
|
IL_036f:
|
|
{
|
|
bool L_146 = Uri_InFact_m4CE890C86FA34154A044516D2F3C9463389220D7(__this, (((int64_t)((int64_t)((int32_t)8192)))), /*hidden argument*/NULL);
|
|
if (!L_146)
|
|
{
|
|
goto IL_03fb;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_147 = ___dest0;
|
|
int32_t* L_148 = ___pos1;
|
|
int32_t L_149 = *((int32_t*)L_148);
|
|
int32_t L_150 = V_1;
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_151 = __this->get_m_Syntax_18();
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_152 = Uri_Compress_m02224082A9665F07D35AB6EB6E3198642F9E7BCF(L_147, (uint16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_149, (int32_t)L_150))))), (int32_t*)(&V_0), L_151, /*hidden argument*/NULL);
|
|
___dest0 = L_152;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_153 = ___dest0;
|
|
int32_t* L_154 = ___pos1;
|
|
int32_t L_155 = *((int32_t*)L_154);
|
|
NullCheck(L_153);
|
|
int32_t L_156 = L_155;
|
|
uint16_t L_157 = (uint16_t)(L_153)->GetAt(static_cast<il2cpp_array_size_t>(L_156));
|
|
if ((!(((uint32_t)L_157) == ((uint32_t)((int32_t)92)))))
|
|
{
|
|
goto IL_03a0;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_158 = ___dest0;
|
|
int32_t* L_159 = ___pos1;
|
|
int32_t L_160 = *((int32_t*)L_159);
|
|
NullCheck(L_158);
|
|
(L_158)->SetAt(static_cast<il2cpp_array_size_t>(L_160), (Il2CppChar)((int32_t)47));
|
|
}
|
|
|
|
IL_03a0:
|
|
{
|
|
int32_t L_161 = ___formatAs2;
|
|
if ((!(((uint32_t)L_161) == ((uint32_t)1))))
|
|
{
|
|
goto IL_043a;
|
|
}
|
|
}
|
|
{
|
|
bool L_162 = Uri_NotAny_mC5DC04B72B13D2997B055B9E41FCFEEC1CE5263D(__this, (((int64_t)((int64_t)((int32_t)524288)))), /*hidden argument*/NULL);
|
|
if (!L_162)
|
|
{
|
|
goto IL_043a;
|
|
}
|
|
}
|
|
{
|
|
bool L_163 = Uri_InFact_m4CE890C86FA34154A044516D2F3C9463389220D7(__this, (((int64_t)((int64_t)((int32_t)1024)))), /*hidden argument*/NULL);
|
|
if (!L_163)
|
|
{
|
|
goto IL_043a;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_164 = ___dest0;
|
|
int32_t* L_165 = ___pos1;
|
|
int32_t L_166 = *((int32_t*)L_165);
|
|
int32_t L_167 = V_0;
|
|
int32_t* L_168 = ___pos1;
|
|
int32_t L_169 = *((int32_t*)L_168);
|
|
String_t* L_170 = String_CreateString_mC7FB167C0D5B97F7EF502AF54399C61DD5B87509(NULL, L_164, L_166, ((int32_t)il2cpp_codegen_subtract((int32_t)L_167, (int32_t)L_169)), /*hidden argument*/NULL);
|
|
int32_t L_171 = V_0;
|
|
int32_t* L_172 = ___pos1;
|
|
int32_t L_173 = *((int32_t*)L_172);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_174 = ___dest0;
|
|
int32_t* L_175 = ___pos1;
|
|
bool L_176 = Uri_get_IsImplicitFile_m048350CB1E9AB92599F1557680A5D3B5FDE7C35D(__this, /*hidden argument*/NULL);
|
|
G_B49_0 = ((int32_t)35);
|
|
G_B49_1 = ((int32_t)63);
|
|
G_B49_2 = 1;
|
|
G_B49_3 = L_175;
|
|
G_B49_4 = L_174;
|
|
G_B49_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_171, (int32_t)L_173));
|
|
G_B49_6 = 0;
|
|
G_B49_7 = L_170;
|
|
if (L_176)
|
|
{
|
|
G_B50_0 = ((int32_t)35);
|
|
G_B50_1 = ((int32_t)63);
|
|
G_B50_2 = 1;
|
|
G_B50_3 = L_175;
|
|
G_B50_4 = L_174;
|
|
G_B50_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_171, (int32_t)L_173));
|
|
G_B50_6 = 0;
|
|
G_B50_7 = L_170;
|
|
goto IL_03ea;
|
|
}
|
|
}
|
|
{
|
|
G_B51_0 = ((int32_t)37);
|
|
G_B51_1 = G_B49_0;
|
|
G_B51_2 = G_B49_1;
|
|
G_B51_3 = G_B49_2;
|
|
G_B51_4 = G_B49_3;
|
|
G_B51_5 = G_B49_4;
|
|
G_B51_6 = G_B49_5;
|
|
G_B51_7 = G_B49_6;
|
|
G_B51_8 = G_B49_7;
|
|
goto IL_03ef;
|
|
}
|
|
|
|
IL_03ea:
|
|
{
|
|
G_B51_0 = ((int32_t)65535);
|
|
G_B51_1 = G_B50_0;
|
|
G_B51_2 = G_B50_1;
|
|
G_B51_3 = G_B50_2;
|
|
G_B51_4 = G_B50_3;
|
|
G_B51_5 = G_B50_4;
|
|
G_B51_6 = G_B50_5;
|
|
G_B51_7 = G_B50_6;
|
|
G_B51_8 = G_B50_7;
|
|
}
|
|
|
|
IL_03ef:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tA44F3057604BAA4E6EF06A8EE4E6825D471592DF_il2cpp_TypeInfo_var);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_177 = UriHelper_EscapeString_mF0077A016F05127923308DF7E7E99BD7B9837E8B(G_B51_8, G_B51_7, G_B51_6, G_B51_5, (int32_t*)G_B51_4, (bool)G_B51_3, G_B51_2, G_B51_1, G_B51_0, /*hidden argument*/NULL);
|
|
___dest0 = L_177;
|
|
int32_t* L_178 = ___pos1;
|
|
int32_t L_179 = *((int32_t*)L_178);
|
|
V_0 = L_179;
|
|
goto IL_043a;
|
|
}
|
|
|
|
IL_03fb:
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_180 = __this->get_m_Syntax_18();
|
|
NullCheck(L_180);
|
|
bool L_181 = UriParser_InFact_mDD42FA932B6830D99AA04C2AE7875BA5067C86F3(L_180, ((int32_t)4194304), /*hidden argument*/NULL);
|
|
if (!L_181)
|
|
{
|
|
goto IL_043a;
|
|
}
|
|
}
|
|
{
|
|
bool L_182 = Uri_InFact_m4CE890C86FA34154A044516D2F3C9463389220D7(__this, (((int64_t)((int64_t)((int32_t)32768)))), /*hidden argument*/NULL);
|
|
if (!L_182)
|
|
{
|
|
goto IL_043a;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_183 = ___pos1;
|
|
int32_t L_184 = *((int32_t*)L_183);
|
|
V_7 = L_184;
|
|
goto IL_0435;
|
|
}
|
|
|
|
IL_0421:
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_185 = ___dest0;
|
|
int32_t L_186 = V_7;
|
|
NullCheck(L_185);
|
|
int32_t L_187 = L_186;
|
|
uint16_t L_188 = (uint16_t)(L_185)->GetAt(static_cast<il2cpp_array_size_t>(L_187));
|
|
if ((!(((uint32_t)L_188) == ((uint32_t)((int32_t)92)))))
|
|
{
|
|
goto IL_042f;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_189 = ___dest0;
|
|
int32_t L_190 = V_7;
|
|
NullCheck(L_189);
|
|
(L_189)->SetAt(static_cast<il2cpp_array_size_t>(L_190), (Il2CppChar)((int32_t)47));
|
|
}
|
|
|
|
IL_042f:
|
|
{
|
|
int32_t L_191 = V_7;
|
|
V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_191, (int32_t)1));
|
|
}
|
|
|
|
IL_0435:
|
|
{
|
|
int32_t L_192 = V_7;
|
|
int32_t L_193 = V_0;
|
|
if ((((int32_t)L_192) < ((int32_t)L_193)))
|
|
{
|
|
goto IL_0421;
|
|
}
|
|
}
|
|
|
|
IL_043a:
|
|
{
|
|
int32_t L_194 = ___formatAs2;
|
|
if ((((int32_t)L_194) == ((int32_t)1)))
|
|
{
|
|
goto IL_0520;
|
|
}
|
|
}
|
|
{
|
|
bool L_195 = Uri_InFact_m4CE890C86FA34154A044516D2F3C9463389220D7(__this, (((int64_t)((int64_t)((int32_t)16)))), /*hidden argument*/NULL);
|
|
if (!L_195)
|
|
{
|
|
goto IL_0520;
|
|
}
|
|
}
|
|
{
|
|
bool L_196 = Uri_InFact_m4CE890C86FA34154A044516D2F3C9463389220D7(__this, (((int64_t)((int64_t)((int32_t)16)))), /*hidden argument*/NULL);
|
|
if (!L_196)
|
|
{
|
|
goto IL_04c3;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_197 = ___formatAs2;
|
|
if ((((int32_t)L_197) == ((int32_t)2)))
|
|
{
|
|
goto IL_048d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_198 = ___formatAs2;
|
|
if ((!(((uint32_t)L_198) == ((uint32_t)((int32_t)32767)))))
|
|
{
|
|
goto IL_049e;
|
|
}
|
|
}
|
|
{
|
|
bool L_199 = Uri_InFact_m4CE890C86FA34154A044516D2F3C9463389220D7(__this, (((int64_t)((int64_t)((int32_t)524288)))), /*hidden argument*/NULL);
|
|
if (L_199)
|
|
{
|
|
goto IL_0477;
|
|
}
|
|
}
|
|
{
|
|
G_B67_0 = 3;
|
|
goto IL_0478;
|
|
}
|
|
|
|
IL_0477:
|
|
{
|
|
G_B67_0 = 2;
|
|
}
|
|
|
|
IL_0478:
|
|
{
|
|
V_8 = ((int32_t)((int32_t)G_B67_0|(int32_t)4));
|
|
bool L_200 = Uri_get_IsImplicitFile_m048350CB1E9AB92599F1557680A5D3B5FDE7C35D(__this, /*hidden argument*/NULL);
|
|
if (!L_200)
|
|
{
|
|
goto IL_04c6;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_201 = V_8;
|
|
V_8 = ((int32_t)((int32_t)L_201&(int32_t)((int32_t)-3)));
|
|
goto IL_04c6;
|
|
}
|
|
|
|
IL_048d:
|
|
{
|
|
bool L_202 = Uri_get_IsImplicitFile_m048350CB1E9AB92599F1557680A5D3B5FDE7C35D(__this, /*hidden argument*/NULL);
|
|
if (L_202)
|
|
{
|
|
goto IL_0499;
|
|
}
|
|
}
|
|
{
|
|
G_B72_0 = ((int32_t)10);
|
|
goto IL_049a;
|
|
}
|
|
|
|
IL_0499:
|
|
{
|
|
G_B72_0 = 0;
|
|
}
|
|
|
|
IL_049a:
|
|
{
|
|
V_8 = G_B72_0;
|
|
goto IL_04c6;
|
|
}
|
|
|
|
IL_049e:
|
|
{
|
|
bool L_203 = Uri_InFact_m4CE890C86FA34154A044516D2F3C9463389220D7(__this, (((int64_t)((int64_t)((int32_t)524288)))), /*hidden argument*/NULL);
|
|
if (L_203)
|
|
{
|
|
goto IL_04af;
|
|
}
|
|
}
|
|
{
|
|
G_B76_0 = 3;
|
|
goto IL_04b0;
|
|
}
|
|
|
|
IL_04af:
|
|
{
|
|
G_B76_0 = 2;
|
|
}
|
|
|
|
IL_04b0:
|
|
{
|
|
V_8 = G_B76_0;
|
|
bool L_204 = Uri_get_IsImplicitFile_m048350CB1E9AB92599F1557680A5D3B5FDE7C35D(__this, /*hidden argument*/NULL);
|
|
if (!L_204)
|
|
{
|
|
goto IL_04c6;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_205 = V_8;
|
|
V_8 = ((int32_t)((int32_t)L_205&(int32_t)((int32_t)-3)));
|
|
goto IL_04c6;
|
|
}
|
|
|
|
IL_04c3:
|
|
{
|
|
V_8 = 0;
|
|
}
|
|
|
|
IL_04c6:
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_206 = ___dest0;
|
|
NullCheck(L_206);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_207 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_206)->max_length)))));
|
|
V_9 = L_207;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_208 = ___dest0;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_209 = V_9;
|
|
int32_t L_210 = V_0;
|
|
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_208, 0, (RuntimeArray *)(RuntimeArray *)L_209, 0, ((int32_t)((int32_t)L_210<<(int32_t)1)), /*hidden argument*/NULL);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_211 = V_9;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_212 = L_211;
|
|
V_4 = L_212;
|
|
if (!L_212)
|
|
{
|
|
goto IL_04ea;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_213 = V_4;
|
|
NullCheck(L_213);
|
|
if ((((int32_t)((int32_t)(((RuntimeArray*)L_213)->max_length)))))
|
|
{
|
|
goto IL_04f0;
|
|
}
|
|
}
|
|
|
|
IL_04ea:
|
|
{
|
|
V_10 = (Il2CppChar*)(((uintptr_t)0));
|
|
goto IL_04fb;
|
|
}
|
|
|
|
IL_04f0:
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_214 = V_4;
|
|
NullCheck(L_214);
|
|
V_10 = (Il2CppChar*)(((uintptr_t)((L_214)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
|
|
}
|
|
|
|
IL_04fb:
|
|
{
|
|
Il2CppChar* L_215 = V_10;
|
|
int32_t* L_216 = ___pos1;
|
|
int32_t L_217 = *((int32_t*)L_216);
|
|
int32_t L_218 = V_0;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_219 = ___dest0;
|
|
int32_t* L_220 = ___pos1;
|
|
int32_t L_221 = V_8;
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_222 = __this->get_m_Syntax_18();
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tA44F3057604BAA4E6EF06A8EE4E6825D471592DF_il2cpp_TypeInfo_var);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_223 = UriHelper_UnescapeString_mD4815AEAF34E25D31AA4BB4A76B88055F0A49E89((Il2CppChar*)(Il2CppChar*)L_215, L_217, L_218, L_219, (int32_t*)L_220, ((int32_t)63), ((int32_t)35), ((int32_t)65535), L_221, L_222, (bool)0, /*hidden argument*/NULL);
|
|
___dest0 = L_223;
|
|
V_4 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)NULL;
|
|
goto IL_0523;
|
|
}
|
|
|
|
IL_0520:
|
|
{
|
|
int32_t* L_224 = ___pos1;
|
|
int32_t L_225 = V_0;
|
|
*((int32_t*)L_224) = (int32_t)L_225;
|
|
}
|
|
|
|
IL_0523:
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_226 = ___dest0;
|
|
return L_226;
|
|
}
|
|
}
|
|
// System.Void System.Uri::UnescapeOnly(System.Char*,System.Int32,System.Int32&,System.Char,System.Char,System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_UnescapeOnly_mB8F87981CDD4CFBFCD97EE668FF281CE26453F21 (Il2CppChar* ___pch0, int32_t ___start1, int32_t* ___end2, Il2CppChar ___ch13, Il2CppChar ___ch24, Il2CppChar ___ch35, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Uri_UnescapeOnly_mB8F87981CDD4CFBFCD97EE668FF281CE26453F21_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Il2CppChar* V_0 = NULL;
|
|
Il2CppChar* V_1 = NULL;
|
|
Il2CppChar V_2 = 0x0;
|
|
Il2CppChar V_3 = 0x0;
|
|
{
|
|
int32_t* L_0 = ___end2;
|
|
int32_t L_1 = *((int32_t*)L_0);
|
|
int32_t L_2 = ___start1;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)L_2))) >= ((int32_t)3)))
|
|
{
|
|
goto IL_0008;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_0008:
|
|
{
|
|
Il2CppChar* L_3 = ___pch0;
|
|
int32_t* L_4 = ___end2;
|
|
int32_t L_5 = *((int32_t*)L_4);
|
|
V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_3, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_5)), (int32_t)2)))), (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)2)), (int32_t)2))));
|
|
Il2CppChar* L_6 = ___pch0;
|
|
int32_t L_7 = ___start1;
|
|
___pch0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_6, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_7)), (int32_t)2))));
|
|
V_1 = (Il2CppChar*)(((uintptr_t)0));
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
Il2CppChar* L_8 = ___pch0;
|
|
Il2CppChar* L_9 = V_0;
|
|
if ((!(((uintptr_t)L_8) < ((uintptr_t)L_9))))
|
|
{
|
|
goto IL_00ba;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_10 = ___pch0;
|
|
Il2CppChar* L_11 = (Il2CppChar*)L_10;
|
|
___pch0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_11, (int32_t)2));
|
|
int32_t L_12 = *((uint16_t*)L_11);
|
|
if ((!(((uint32_t)L_12) == ((uint32_t)((int32_t)37)))))
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_13 = ___pch0;
|
|
Il2CppChar* L_14 = (Il2CppChar*)L_13;
|
|
___pch0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_14, (int32_t)2));
|
|
int32_t L_15 = *((uint16_t*)L_14);
|
|
Il2CppChar* L_16 = ___pch0;
|
|
Il2CppChar* L_17 = (Il2CppChar*)L_16;
|
|
___pch0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_17, (int32_t)2));
|
|
int32_t L_18 = *((uint16_t*)L_17);
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tA44F3057604BAA4E6EF06A8EE4E6825D471592DF_il2cpp_TypeInfo_var);
|
|
Il2CppChar L_19 = UriHelper_EscapedAscii_m06D556717795E649EBBB30E4CBCF3D221C1FEB78(L_15, L_18, /*hidden argument*/NULL);
|
|
V_2 = L_19;
|
|
Il2CppChar L_20 = V_2;
|
|
Il2CppChar L_21 = ___ch13;
|
|
if ((((int32_t)L_20) == ((int32_t)L_21)))
|
|
{
|
|
goto IL_0054;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_22 = V_2;
|
|
Il2CppChar L_23 = ___ch24;
|
|
if ((((int32_t)L_22) == ((int32_t)L_23)))
|
|
{
|
|
goto IL_0054;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_24 = V_2;
|
|
Il2CppChar L_25 = ___ch35;
|
|
if ((!(((uint32_t)L_24) == ((uint32_t)L_25))))
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
|
|
IL_0054:
|
|
{
|
|
Il2CppChar* L_26 = ___pch0;
|
|
V_1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_26, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)2)), (int32_t)2))));
|
|
Il2CppChar* L_27 = V_1;
|
|
Il2CppChar L_28 = V_2;
|
|
*((int16_t*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_27, (int32_t)2))) = (int16_t)L_28;
|
|
}
|
|
|
|
IL_0060:
|
|
{
|
|
Il2CppChar* L_29 = ___pch0;
|
|
Il2CppChar* L_30 = V_0;
|
|
if ((!(((uintptr_t)L_29) < ((uintptr_t)L_30))))
|
|
{
|
|
goto IL_00ba;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_31 = V_1;
|
|
Il2CppChar* L_32 = (Il2CppChar*)L_31;
|
|
V_1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_32, (int32_t)2));
|
|
Il2CppChar* L_33 = ___pch0;
|
|
Il2CppChar* L_34 = (Il2CppChar*)L_33;
|
|
___pch0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_34, (int32_t)2));
|
|
int32_t L_35 = *((uint16_t*)L_34);
|
|
int32_t L_36 = L_35;
|
|
V_3 = L_36;
|
|
*((int16_t*)L_32) = (int16_t)L_36;
|
|
Il2CppChar L_37 = V_3;
|
|
if ((!(((uint32_t)L_37) == ((uint32_t)((int32_t)37)))))
|
|
{
|
|
goto IL_0060;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_38 = V_1;
|
|
Il2CppChar* L_39 = (Il2CppChar*)L_38;
|
|
V_1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_39, (int32_t)2));
|
|
Il2CppChar* L_40 = ___pch0;
|
|
Il2CppChar* L_41 = (Il2CppChar*)L_40;
|
|
___pch0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_41, (int32_t)2));
|
|
int32_t L_42 = *((uint16_t*)L_41);
|
|
int32_t L_43 = L_42;
|
|
V_3 = L_43;
|
|
*((int16_t*)L_39) = (int16_t)L_43;
|
|
Il2CppChar L_44 = V_3;
|
|
Il2CppChar* L_45 = V_1;
|
|
Il2CppChar* L_46 = (Il2CppChar*)L_45;
|
|
V_1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_46, (int32_t)2));
|
|
Il2CppChar* L_47 = ___pch0;
|
|
Il2CppChar* L_48 = (Il2CppChar*)L_47;
|
|
___pch0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_48, (int32_t)2));
|
|
int32_t L_49 = *((uint16_t*)L_48);
|
|
int32_t L_50 = L_49;
|
|
V_3 = L_50;
|
|
*((int16_t*)L_46) = (int16_t)L_50;
|
|
Il2CppChar L_51 = V_3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tA44F3057604BAA4E6EF06A8EE4E6825D471592DF_il2cpp_TypeInfo_var);
|
|
Il2CppChar L_52 = UriHelper_EscapedAscii_m06D556717795E649EBBB30E4CBCF3D221C1FEB78(L_44, L_51, /*hidden argument*/NULL);
|
|
V_2 = L_52;
|
|
Il2CppChar L_53 = V_2;
|
|
Il2CppChar L_54 = ___ch13;
|
|
if ((((int32_t)L_53) == ((int32_t)L_54)))
|
|
{
|
|
goto IL_00ac;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_55 = V_2;
|
|
Il2CppChar L_56 = ___ch24;
|
|
if ((((int32_t)L_55) == ((int32_t)L_56)))
|
|
{
|
|
goto IL_00ac;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_57 = V_2;
|
|
Il2CppChar L_58 = ___ch35;
|
|
if ((!(((uint32_t)L_57) == ((uint32_t)L_58))))
|
|
{
|
|
goto IL_0060;
|
|
}
|
|
}
|
|
|
|
IL_00ac:
|
|
{
|
|
Il2CppChar* L_59 = V_1;
|
|
V_1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_59, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)2)), (int32_t)2))));
|
|
Il2CppChar* L_60 = V_1;
|
|
Il2CppChar L_61 = V_2;
|
|
*((int16_t*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_60, (int32_t)2))) = (int16_t)L_61;
|
|
goto IL_0060;
|
|
}
|
|
|
|
IL_00ba:
|
|
{
|
|
Il2CppChar* L_62 = V_0;
|
|
V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_62, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)2)), (int32_t)2))));
|
|
Il2CppChar* L_63 = V_1;
|
|
if ((!(((uintptr_t)L_63) == ((uintptr_t)(((uintptr_t)0))))))
|
|
{
|
|
goto IL_00c7;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_00c7:
|
|
{
|
|
Il2CppChar* L_64 = ___pch0;
|
|
Il2CppChar* L_65 = V_0;
|
|
if ((!(((uintptr_t)L_64) == ((uintptr_t)L_65))))
|
|
{
|
|
goto IL_00d8;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_66 = ___end2;
|
|
int32_t* L_67 = ___end2;
|
|
int32_t L_68 = *((int32_t*)L_67);
|
|
Il2CppChar* L_69 = ___pch0;
|
|
Il2CppChar* L_70 = V_1;
|
|
*((int32_t*)L_66) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_68, (int32_t)(((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_69, (intptr_t)L_70))/(int32_t)2))))))))));
|
|
return;
|
|
}
|
|
|
|
IL_00d8:
|
|
{
|
|
Il2CppChar* L_71 = V_1;
|
|
Il2CppChar* L_72 = (Il2CppChar*)L_71;
|
|
V_1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_72, (int32_t)2));
|
|
Il2CppChar* L_73 = ___pch0;
|
|
Il2CppChar* L_74 = (Il2CppChar*)L_73;
|
|
___pch0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_74, (int32_t)2));
|
|
int32_t L_75 = *((uint16_t*)L_74);
|
|
*((int16_t*)L_72) = (int16_t)L_75;
|
|
Il2CppChar* L_76 = ___pch0;
|
|
Il2CppChar* L_77 = V_0;
|
|
if ((!(((uintptr_t)L_76) == ((uintptr_t)L_77))))
|
|
{
|
|
goto IL_00f6;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_78 = ___end2;
|
|
int32_t* L_79 = ___end2;
|
|
int32_t L_80 = *((int32_t*)L_79);
|
|
Il2CppChar* L_81 = ___pch0;
|
|
Il2CppChar* L_82 = V_1;
|
|
*((int32_t*)L_78) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_80, (int32_t)(((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_81, (intptr_t)L_82))/(int32_t)2))))))))));
|
|
return;
|
|
}
|
|
|
|
IL_00f6:
|
|
{
|
|
Il2CppChar* L_83 = V_1;
|
|
Il2CppChar* L_84 = (Il2CppChar*)L_83;
|
|
V_1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_84, (int32_t)2));
|
|
Il2CppChar* L_85 = ___pch0;
|
|
Il2CppChar* L_86 = (Il2CppChar*)L_85;
|
|
___pch0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_86, (int32_t)2));
|
|
int32_t L_87 = *((uint16_t*)L_86);
|
|
*((int16_t*)L_84) = (int16_t)L_87;
|
|
int32_t* L_88 = ___end2;
|
|
int32_t* L_89 = ___end2;
|
|
int32_t L_90 = *((int32_t*)L_89);
|
|
Il2CppChar* L_91 = ___pch0;
|
|
Il2CppChar* L_92 = V_1;
|
|
*((int32_t*)L_88) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_90, (int32_t)(((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_91, (intptr_t)L_92))/(int32_t)2))))))))));
|
|
return;
|
|
}
|
|
}
|
|
// System.Char[] System.Uri::Compress(System.Char[],System.UInt16,System.Int32&,System.UriParser)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* Uri_Compress_m02224082A9665F07D35AB6EB6E3198642F9E7BCF (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___dest0, uint16_t ___start1, int32_t* ___destLength2, UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * ___syntax3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Uri_Compress_m02224082A9665F07D35AB6EB6E3198642F9E7BCF_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint16_t V_0 = 0;
|
|
uint16_t V_1 = 0;
|
|
uint16_t V_2 = 0;
|
|
uint16_t V_3 = 0;
|
|
uint16_t V_4 = 0;
|
|
Il2CppChar V_5 = 0x0;
|
|
bool V_6 = false;
|
|
int32_t G_B18_0 = 0;
|
|
int32_t G_B27_0 = 0;
|
|
int32_t G_B26_0 = 0;
|
|
int32_t G_B28_0 = 0;
|
|
int32_t G_B28_1 = 0;
|
|
uint16_t G_B57_0 = 0;
|
|
uint16_t G_B56_0 = 0;
|
|
int32_t G_B58_0 = 0;
|
|
uint16_t G_B58_1 = 0;
|
|
{
|
|
V_0 = (uint16_t)0;
|
|
V_1 = (uint16_t)0;
|
|
V_2 = (uint16_t)0;
|
|
V_3 = (uint16_t)0;
|
|
int32_t* L_0 = ___destLength2;
|
|
int32_t L_1 = *((int32_t*)L_0);
|
|
V_4 = (uint16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((uint16_t)L_1))), (int32_t)1)))));
|
|
uint16_t L_2 = ___start1;
|
|
___start1 = (uint16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)))));
|
|
goto IL_019b;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_3 = ___dest0;
|
|
uint16_t L_4 = V_4;
|
|
NullCheck(L_3);
|
|
uint16_t L_5 = L_4;
|
|
uint16_t L_6 = (uint16_t)(L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
|
|
V_5 = L_6;
|
|
Il2CppChar L_7 = V_5;
|
|
if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)92)))))
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_8 = ___syntax3;
|
|
NullCheck(L_8);
|
|
bool L_9 = UriParser_InFact_mDD42FA932B6830D99AA04C2AE7875BA5067C86F3(L_8, ((int32_t)4194304), /*hidden argument*/NULL);
|
|
if (!L_9)
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_10 = ___dest0;
|
|
uint16_t L_11 = V_4;
|
|
int32_t L_12 = ((int32_t)47);
|
|
V_5 = L_12;
|
|
NullCheck(L_10);
|
|
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(L_11), (Il2CppChar)L_12);
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
Il2CppChar L_13 = V_5;
|
|
if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)47)))))
|
|
{
|
|
goto IL_004a;
|
|
}
|
|
}
|
|
{
|
|
uint16_t L_14 = V_0;
|
|
V_0 = (uint16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)))));
|
|
goto IL_0056;
|
|
}
|
|
|
|
IL_004a:
|
|
{
|
|
uint16_t L_15 = V_0;
|
|
if ((((int32_t)L_15) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0054;
|
|
}
|
|
}
|
|
{
|
|
uint16_t L_16 = V_4;
|
|
V_1 = (uint16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)))));
|
|
}
|
|
|
|
IL_0054:
|
|
{
|
|
V_0 = (uint16_t)0;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
Il2CppChar L_17 = V_5;
|
|
if ((!(((uint32_t)L_17) == ((uint32_t)((int32_t)46)))))
|
|
{
|
|
goto IL_0066;
|
|
}
|
|
}
|
|
{
|
|
uint16_t L_18 = V_2;
|
|
V_2 = (uint16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)))));
|
|
goto IL_0194;
|
|
}
|
|
|
|
IL_0066:
|
|
{
|
|
uint16_t L_19 = V_2;
|
|
if (!L_19)
|
|
{
|
|
goto IL_015d;
|
|
}
|
|
}
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_20 = ___syntax3;
|
|
NullCheck(L_20);
|
|
bool L_21 = UriParser_NotAny_mC998A35DC290F35FFAFFB6A8B66C7B881F2559D3(L_20, ((int32_t)16777216), /*hidden argument*/NULL);
|
|
if (!L_21)
|
|
{
|
|
goto IL_008d;
|
|
}
|
|
}
|
|
{
|
|
uint16_t L_22 = V_2;
|
|
if ((((int32_t)L_22) > ((int32_t)2)))
|
|
{
|
|
goto IL_008a;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_23 = V_5;
|
|
if ((!(((uint32_t)L_23) == ((uint32_t)((int32_t)47)))))
|
|
{
|
|
goto IL_008a;
|
|
}
|
|
}
|
|
{
|
|
uint16_t L_24 = V_4;
|
|
uint16_t L_25 = ___start1;
|
|
G_B18_0 = ((((int32_t)L_24) == ((int32_t)L_25))? 1 : 0);
|
|
goto IL_008e;
|
|
}
|
|
|
|
IL_008a:
|
|
{
|
|
G_B18_0 = 1;
|
|
goto IL_008e;
|
|
}
|
|
|
|
IL_008d:
|
|
{
|
|
G_B18_0 = 0;
|
|
}
|
|
|
|
IL_008e:
|
|
{
|
|
V_6 = (bool)G_B18_0;
|
|
bool L_26 = V_6;
|
|
if (L_26)
|
|
{
|
|
goto IL_0108;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_27 = V_5;
|
|
if ((!(((uint32_t)L_27) == ((uint32_t)((int32_t)47)))))
|
|
{
|
|
goto IL_0108;
|
|
}
|
|
}
|
|
{
|
|
uint16_t L_28 = V_1;
|
|
uint16_t L_29 = V_4;
|
|
uint16_t L_30 = V_2;
|
|
if ((((int32_t)L_28) == ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)L_30)), (int32_t)1)))))
|
|
{
|
|
goto IL_00b6;
|
|
}
|
|
}
|
|
{
|
|
uint16_t L_31 = V_1;
|
|
if (L_31)
|
|
{
|
|
goto IL_015b;
|
|
}
|
|
}
|
|
{
|
|
uint16_t L_32 = V_4;
|
|
uint16_t L_33 = V_2;
|
|
int32_t* L_34 = ___destLength2;
|
|
int32_t L_35 = *((int32_t*)L_34);
|
|
if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)L_33)), (int32_t)1))) == ((uint32_t)L_35))))
|
|
{
|
|
goto IL_015b;
|
|
}
|
|
}
|
|
|
|
IL_00b6:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var);
|
|
bool L_36 = UriParser_get_ShouldUseLegacyV2Quirks_mD4C8DF67677ACCCC3B5E026099ECC0BDA24D96DD(/*hidden argument*/NULL);
|
|
if (L_36)
|
|
{
|
|
goto IL_00c4;
|
|
}
|
|
}
|
|
{
|
|
uint16_t L_37 = V_2;
|
|
if ((((int32_t)L_37) > ((int32_t)2)))
|
|
{
|
|
goto IL_015b;
|
|
}
|
|
}
|
|
|
|
IL_00c4:
|
|
{
|
|
uint16_t L_38 = V_4;
|
|
uint16_t L_39 = V_2;
|
|
uint16_t L_40 = V_1;
|
|
G_B26_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)), (int32_t)L_39));
|
|
if (!L_40)
|
|
{
|
|
G_B27_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)), (int32_t)L_39));
|
|
goto IL_00d0;
|
|
}
|
|
}
|
|
{
|
|
G_B28_0 = 1;
|
|
G_B28_1 = G_B26_0;
|
|
goto IL_00d1;
|
|
}
|
|
|
|
IL_00d0:
|
|
{
|
|
G_B28_0 = 0;
|
|
G_B28_1 = G_B27_0;
|
|
}
|
|
|
|
IL_00d1:
|
|
{
|
|
V_1 = (uint16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)G_B28_1, (int32_t)G_B28_0)))));
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_41 = ___dest0;
|
|
uint16_t L_42 = V_1;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_43 = ___dest0;
|
|
uint16_t L_44 = V_4;
|
|
int32_t* L_45 = ___destLength2;
|
|
int32_t L_46 = *((int32_t*)L_45);
|
|
uint16_t L_47 = V_1;
|
|
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_41, ((int32_t)((int32_t)L_42<<(int32_t)1)), (RuntimeArray *)(RuntimeArray *)L_43, ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1))<<(int32_t)1)), ((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_46, (int32_t)L_47))<<(int32_t)1)), /*hidden argument*/NULL);
|
|
int32_t* L_48 = ___destLength2;
|
|
int32_t* L_49 = ___destLength2;
|
|
int32_t L_50 = *((int32_t*)L_49);
|
|
uint16_t L_51 = V_1;
|
|
uint16_t L_52 = V_4;
|
|
*((int32_t*)L_48) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_50, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_51, (int32_t)L_52)), (int32_t)1))));
|
|
uint16_t L_53 = V_4;
|
|
V_1 = L_53;
|
|
uint16_t L_54 = V_2;
|
|
if ((!(((uint32_t)L_54) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0101;
|
|
}
|
|
}
|
|
{
|
|
uint16_t L_55 = V_3;
|
|
V_3 = (uint16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)1)))));
|
|
}
|
|
|
|
IL_0101:
|
|
{
|
|
V_2 = (uint16_t)0;
|
|
goto IL_0194;
|
|
}
|
|
|
|
IL_0108:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var);
|
|
bool L_56 = UriParser_get_ShouldUseLegacyV2Quirks_mD4C8DF67677ACCCC3B5E026099ECC0BDA24D96DD(/*hidden argument*/NULL);
|
|
if (!L_56)
|
|
{
|
|
goto IL_015b;
|
|
}
|
|
}
|
|
{
|
|
bool L_57 = V_6;
|
|
if (L_57)
|
|
{
|
|
goto IL_015b;
|
|
}
|
|
}
|
|
{
|
|
uint16_t L_58 = V_3;
|
|
if (L_58)
|
|
{
|
|
goto IL_015b;
|
|
}
|
|
}
|
|
{
|
|
uint16_t L_59 = V_1;
|
|
uint16_t L_60 = V_4;
|
|
uint16_t L_61 = V_2;
|
|
if ((((int32_t)L_59) == ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)L_61)), (int32_t)1)))))
|
|
{
|
|
goto IL_012c;
|
|
}
|
|
}
|
|
{
|
|
uint16_t L_62 = V_1;
|
|
if (L_62)
|
|
{
|
|
goto IL_015b;
|
|
}
|
|
}
|
|
{
|
|
uint16_t L_63 = V_4;
|
|
uint16_t L_64 = V_2;
|
|
int32_t* L_65 = ___destLength2;
|
|
int32_t L_66 = *((int32_t*)L_65);
|
|
if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_63, (int32_t)L_64)), (int32_t)1))) == ((uint32_t)L_66))))
|
|
{
|
|
goto IL_015b;
|
|
}
|
|
}
|
|
|
|
IL_012c:
|
|
{
|
|
uint16_t L_67 = V_4;
|
|
uint16_t L_68 = V_2;
|
|
V_2 = (uint16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_67, (int32_t)1)), (int32_t)L_68)))));
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_69 = ___dest0;
|
|
uint16_t L_70 = V_2;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_71 = ___dest0;
|
|
uint16_t L_72 = V_4;
|
|
int32_t* L_73 = ___destLength2;
|
|
int32_t L_74 = *((int32_t*)L_73);
|
|
uint16_t L_75 = V_2;
|
|
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_69, ((int32_t)((int32_t)L_70<<(int32_t)1)), (RuntimeArray *)(RuntimeArray *)L_71, ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_72, (int32_t)1))<<(int32_t)1)), ((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_74, (int32_t)L_75))<<(int32_t)1)), /*hidden argument*/NULL);
|
|
int32_t* L_76 = ___destLength2;
|
|
int32_t* L_77 = ___destLength2;
|
|
int32_t L_78 = *((int32_t*)L_77);
|
|
uint16_t L_79 = V_2;
|
|
uint16_t L_80 = V_4;
|
|
*((int32_t*)L_76) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_78, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_79, (int32_t)L_80)), (int32_t)1))));
|
|
V_1 = (uint16_t)0;
|
|
V_2 = (uint16_t)0;
|
|
goto IL_0194;
|
|
}
|
|
|
|
IL_015b:
|
|
{
|
|
V_2 = (uint16_t)0;
|
|
}
|
|
|
|
IL_015d:
|
|
{
|
|
Il2CppChar L_81 = V_5;
|
|
if ((!(((uint32_t)L_81) == ((uint32_t)((int32_t)47)))))
|
|
{
|
|
goto IL_0194;
|
|
}
|
|
}
|
|
{
|
|
uint16_t L_82 = V_3;
|
|
if (!L_82)
|
|
{
|
|
goto IL_0191;
|
|
}
|
|
}
|
|
{
|
|
uint16_t L_83 = V_3;
|
|
V_3 = (uint16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_83, (int32_t)1)))));
|
|
uint16_t L_84 = V_1;
|
|
V_1 = (uint16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_84, (int32_t)1)))));
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_85 = ___dest0;
|
|
uint16_t L_86 = V_1;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_87 = ___dest0;
|
|
uint16_t L_88 = V_4;
|
|
int32_t* L_89 = ___destLength2;
|
|
int32_t L_90 = *((int32_t*)L_89);
|
|
uint16_t L_91 = V_1;
|
|
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_85, ((int32_t)((int32_t)L_86<<(int32_t)1)), (RuntimeArray *)(RuntimeArray *)L_87, ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_88, (int32_t)1))<<(int32_t)1)), ((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_90, (int32_t)L_91))<<(int32_t)1)), /*hidden argument*/NULL);
|
|
int32_t* L_92 = ___destLength2;
|
|
int32_t* L_93 = ___destLength2;
|
|
int32_t L_94 = *((int32_t*)L_93);
|
|
uint16_t L_95 = V_1;
|
|
uint16_t L_96 = V_4;
|
|
*((int32_t*)L_92) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_94, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_95, (int32_t)L_96)), (int32_t)1))));
|
|
}
|
|
|
|
IL_0191:
|
|
{
|
|
uint16_t L_97 = V_4;
|
|
V_1 = L_97;
|
|
}
|
|
|
|
IL_0194:
|
|
{
|
|
uint16_t L_98 = V_4;
|
|
V_4 = (uint16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_98, (int32_t)1)))));
|
|
}
|
|
|
|
IL_019b:
|
|
{
|
|
uint16_t L_99 = V_4;
|
|
uint16_t L_100 = ___start1;
|
|
if ((!(((uint32_t)L_99) == ((uint32_t)L_100))))
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
uint16_t L_101 = ___start1;
|
|
___start1 = (uint16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_101, (int32_t)1)))));
|
|
int32_t* L_102 = ___destLength2;
|
|
int32_t L_103 = *((int32_t*)L_102);
|
|
uint16_t L_104 = ___start1;
|
|
if ((((int32_t)(((int32_t)((uint16_t)L_103)))) <= ((int32_t)L_104)))
|
|
{
|
|
goto IL_0221;
|
|
}
|
|
}
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_105 = ___syntax3;
|
|
NullCheck(L_105);
|
|
bool L_106 = UriParser_InFact_mDD42FA932B6830D99AA04C2AE7875BA5067C86F3(L_105, ((int32_t)16777216), /*hidden argument*/NULL);
|
|
if (!L_106)
|
|
{
|
|
goto IL_0221;
|
|
}
|
|
}
|
|
{
|
|
uint16_t L_107 = V_0;
|
|
if ((((int32_t)L_107) > ((int32_t)1)))
|
|
{
|
|
goto IL_0221;
|
|
}
|
|
}
|
|
{
|
|
uint16_t L_108 = V_3;
|
|
if (!L_108)
|
|
{
|
|
goto IL_01ea;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_109 = ___dest0;
|
|
uint16_t L_110 = ___start1;
|
|
NullCheck(L_109);
|
|
uint16_t L_111 = L_110;
|
|
uint16_t L_112 = (uint16_t)(L_109)->GetAt(static_cast<il2cpp_array_size_t>(L_111));
|
|
if ((((int32_t)L_112) == ((int32_t)((int32_t)47))))
|
|
{
|
|
goto IL_01ea;
|
|
}
|
|
}
|
|
{
|
|
uint16_t L_113 = V_1;
|
|
V_1 = (uint16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_113, (int32_t)1)))));
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_114 = ___dest0;
|
|
uint16_t L_115 = V_1;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_116 = ___dest0;
|
|
uint16_t L_117 = ___start1;
|
|
int32_t* L_118 = ___destLength2;
|
|
int32_t L_119 = *((int32_t*)L_118);
|
|
uint16_t L_120 = V_1;
|
|
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_114, ((int32_t)((int32_t)L_115<<(int32_t)1)), (RuntimeArray *)(RuntimeArray *)L_116, ((int32_t)((int32_t)L_117<<(int32_t)1)), ((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_119, (int32_t)L_120))<<(int32_t)1)), /*hidden argument*/NULL);
|
|
int32_t* L_121 = ___destLength2;
|
|
int32_t* L_122 = ___destLength2;
|
|
int32_t L_123 = *((int32_t*)L_122);
|
|
uint16_t L_124 = V_1;
|
|
*((int32_t*)L_121) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_123, (int32_t)L_124));
|
|
goto IL_0221;
|
|
}
|
|
|
|
IL_01ea:
|
|
{
|
|
uint16_t L_125 = V_2;
|
|
if (!L_125)
|
|
{
|
|
goto IL_0221;
|
|
}
|
|
}
|
|
{
|
|
uint16_t L_126 = V_1;
|
|
uint16_t L_127 = V_2;
|
|
if ((((int32_t)L_126) == ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_127, (int32_t)1)))))
|
|
{
|
|
goto IL_01fd;
|
|
}
|
|
}
|
|
{
|
|
uint16_t L_128 = V_1;
|
|
if (L_128)
|
|
{
|
|
goto IL_0221;
|
|
}
|
|
}
|
|
{
|
|
uint16_t L_129 = V_2;
|
|
int32_t* L_130 = ___destLength2;
|
|
int32_t L_131 = *((int32_t*)L_130);
|
|
if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_129, (int32_t)1))) == ((uint32_t)L_131))))
|
|
{
|
|
goto IL_0221;
|
|
}
|
|
}
|
|
|
|
IL_01fd:
|
|
{
|
|
uint16_t L_132 = V_2;
|
|
uint16_t L_133 = V_1;
|
|
G_B56_0 = L_132;
|
|
if (!L_133)
|
|
{
|
|
G_B57_0 = L_132;
|
|
goto IL_0204;
|
|
}
|
|
}
|
|
{
|
|
G_B58_0 = 1;
|
|
G_B58_1 = G_B56_0;
|
|
goto IL_0205;
|
|
}
|
|
|
|
IL_0204:
|
|
{
|
|
G_B58_0 = 0;
|
|
G_B58_1 = G_B57_0;
|
|
}
|
|
|
|
IL_0205:
|
|
{
|
|
V_2 = (uint16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)G_B58_1, (int32_t)G_B58_0)))));
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_134 = ___dest0;
|
|
uint16_t L_135 = V_2;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_136 = ___dest0;
|
|
uint16_t L_137 = ___start1;
|
|
int32_t* L_138 = ___destLength2;
|
|
int32_t L_139 = *((int32_t*)L_138);
|
|
uint16_t L_140 = V_2;
|
|
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_134, ((int32_t)((int32_t)L_135<<(int32_t)1)), (RuntimeArray *)(RuntimeArray *)L_136, ((int32_t)((int32_t)L_137<<(int32_t)1)), ((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_139, (int32_t)L_140))<<(int32_t)1)), /*hidden argument*/NULL);
|
|
int32_t* L_141 = ___destLength2;
|
|
int32_t* L_142 = ___destLength2;
|
|
int32_t L_143 = *((int32_t*)L_142);
|
|
uint16_t L_144 = V_2;
|
|
*((int32_t*)L_141) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_143, (int32_t)L_144));
|
|
}
|
|
|
|
IL_0221:
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_145 = ___dest0;
|
|
return L_145;
|
|
}
|
|
}
|
|
// System.Int32 System.Uri::CalculateCaseInsensitiveHashCode(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Uri_CalculateCaseInsensitiveHashCode_m634FFDF8FCD81DECCB87161B153D1093C0A6FCE4 (String_t* ___text0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Uri_CalculateCaseInsensitiveHashCode_m634FFDF8FCD81DECCB87161B153D1093C0A6FCE4_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var);
|
|
StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * L_0 = StringComparer_get_InvariantCultureIgnoreCase_mC6DA70EBD0C00B02EC4BB5C24882F99984028DFC_inline(/*hidden argument*/NULL);
|
|
String_t* L_1 = ___text0;
|
|
NullCheck(L_0);
|
|
int32_t L_2 = VirtFuncInvoker1< int32_t, String_t* >::Invoke(12 /* System.Int32 System.StringComparer::GetHashCode(System.String) */, L_0, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.String System.Uri::CombineUri(System.Uri,System.String,System.UriFormat)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_CombineUri_m77B7B8B856CF8100E51250247930963E7C544F91 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___basePart0, String_t* ___relativePart1, int32_t ___uriFormat2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Uri_CombineUri_m77B7B8B856CF8100E51250247930963E7C544F91_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Il2CppChar V_0 = 0x0;
|
|
bool V_1 = false;
|
|
String_t* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_4 = NULL;
|
|
Il2CppChar V_5 = 0x0;
|
|
String_t* V_6 = NULL;
|
|
int32_t V_7 = 0;
|
|
String_t* V_8 = NULL;
|
|
int32_t V_9 = 0;
|
|
int32_t V_10 = 0;
|
|
int32_t G_B42_0 = 0;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * G_B42_1 = NULL;
|
|
int32_t G_B41_0 = 0;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * G_B41_1 = NULL;
|
|
int32_t G_B43_0 = 0;
|
|
int32_t G_B43_1 = 0;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * G_B43_2 = NULL;
|
|
int32_t G_B51_0 = 0;
|
|
int32_t G_B55_0 = 0;
|
|
{
|
|
String_t* L_0 = ___relativePart1;
|
|
NullCheck(L_0);
|
|
Il2CppChar L_1 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_0, 0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_2 = ___basePart0;
|
|
NullCheck(L_2);
|
|
bool L_3 = Uri_get_IsDosPath_m89CA4E32381C529502E91872BC89BD18F5419D08(L_2, /*hidden argument*/NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0094;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_4 = V_0;
|
|
if ((((int32_t)L_4) == ((int32_t)((int32_t)47))))
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_5 = V_0;
|
|
if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)92)))))
|
|
{
|
|
goto IL_0094;
|
|
}
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
String_t* L_6 = ___relativePart1;
|
|
NullCheck(L_6);
|
|
int32_t L_7 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_6, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_7) == ((int32_t)1)))
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_8 = ___relativePart1;
|
|
NullCheck(L_8);
|
|
Il2CppChar L_9 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_8, 1, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_9) == ((int32_t)((int32_t)47))))
|
|
{
|
|
goto IL_0094;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_10 = ___relativePart1;
|
|
NullCheck(L_10);
|
|
Il2CppChar L_11 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_10, 1, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_11) == ((int32_t)((int32_t)92))))
|
|
{
|
|
goto IL_0094;
|
|
}
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_12 = ___basePart0;
|
|
NullCheck(L_12);
|
|
String_t* L_13 = Uri_get_OriginalString_m56099E46276F0A52524347F1F46A2F88E948504F(L_12, /*hidden argument*/NULL);
|
|
NullCheck(L_13);
|
|
int32_t L_14 = String_IndexOf_m2909B8CF585E1BD0C81E11ACA2F48012156FD5BD(L_13, ((int32_t)58), /*hidden argument*/NULL);
|
|
V_7 = L_14;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_15 = ___basePart0;
|
|
NullCheck(L_15);
|
|
bool L_16 = Uri_get_IsImplicitFile_m048350CB1E9AB92599F1557680A5D3B5FDE7C35D(L_15, /*hidden argument*/NULL);
|
|
if (!L_16)
|
|
{
|
|
goto IL_006a;
|
|
}
|
|
}
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_17 = ___basePart0;
|
|
NullCheck(L_17);
|
|
String_t* L_18 = Uri_get_OriginalString_m56099E46276F0A52524347F1F46A2F88E948504F(L_17, /*hidden argument*/NULL);
|
|
int32_t L_19 = V_7;
|
|
NullCheck(L_18);
|
|
String_t* L_20 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_18, 0, ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)), /*hidden argument*/NULL);
|
|
String_t* L_21 = ___relativePart1;
|
|
String_t* L_22 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_20, L_21, /*hidden argument*/NULL);
|
|
return L_22;
|
|
}
|
|
|
|
IL_006a:
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_23 = ___basePart0;
|
|
NullCheck(L_23);
|
|
String_t* L_24 = Uri_get_OriginalString_m56099E46276F0A52524347F1F46A2F88E948504F(L_23, /*hidden argument*/NULL);
|
|
int32_t L_25 = V_7;
|
|
NullCheck(L_24);
|
|
int32_t L_26 = String_IndexOf_m66F6178DB4B2F61F4FAFD8B75787D0AB142ADD7D(L_24, ((int32_t)58), ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)), /*hidden argument*/NULL);
|
|
V_7 = L_26;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_27 = ___basePart0;
|
|
NullCheck(L_27);
|
|
String_t* L_28 = Uri_get_OriginalString_m56099E46276F0A52524347F1F46A2F88E948504F(L_27, /*hidden argument*/NULL);
|
|
int32_t L_29 = V_7;
|
|
NullCheck(L_28);
|
|
String_t* L_30 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_28, 0, ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)), /*hidden argument*/NULL);
|
|
String_t* L_31 = ___relativePart1;
|
|
String_t* L_32 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_30, L_31, /*hidden argument*/NULL);
|
|
return L_32;
|
|
}
|
|
|
|
IL_0094:
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_33 = ___basePart0;
|
|
NullCheck(L_33);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_34 = Uri_get_Syntax_m3DB6A5D9E6FC3E0D0A63EA8A4527AF4106F9BD78_inline(L_33, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
bool L_35 = Uri_StaticIsFile_mD270A5F6C8B59AAF6256B4565ABE5917ABA545E3(L_34, /*hidden argument*/NULL);
|
|
if (!L_35)
|
|
{
|
|
goto IL_016d;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_36 = V_0;
|
|
if ((((int32_t)L_36) == ((int32_t)((int32_t)92))))
|
|
{
|
|
goto IL_00b1;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_37 = V_0;
|
|
if ((!(((uint32_t)L_37) == ((uint32_t)((int32_t)47)))))
|
|
{
|
|
goto IL_016d;
|
|
}
|
|
}
|
|
|
|
IL_00b1:
|
|
{
|
|
String_t* L_38 = ___relativePart1;
|
|
NullCheck(L_38);
|
|
int32_t L_39 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_38, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_39) < ((int32_t)2)))
|
|
{
|
|
goto IL_00e6;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_40 = ___relativePart1;
|
|
NullCheck(L_40);
|
|
Il2CppChar L_41 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_40, 1, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_41) == ((int32_t)((int32_t)92))))
|
|
{
|
|
goto IL_00d0;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_42 = ___relativePart1;
|
|
NullCheck(L_42);
|
|
Il2CppChar L_43 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_42, 1, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_43) == ((uint32_t)((int32_t)47)))))
|
|
{
|
|
goto IL_00e6;
|
|
}
|
|
}
|
|
|
|
IL_00d0:
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_44 = ___basePart0;
|
|
NullCheck(L_44);
|
|
bool L_45 = Uri_get_IsImplicitFile_m048350CB1E9AB92599F1557680A5D3B5FDE7C35D(L_44, /*hidden argument*/NULL);
|
|
if (L_45)
|
|
{
|
|
goto IL_00e4;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_46 = ___relativePart1;
|
|
String_t* L_47 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteralD0998110D4F271571EA799F05B153504A56056C0, L_46, /*hidden argument*/NULL);
|
|
return L_47;
|
|
}
|
|
|
|
IL_00e4:
|
|
{
|
|
String_t* L_48 = ___relativePart1;
|
|
return L_48;
|
|
}
|
|
|
|
IL_00e6:
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_49 = ___basePart0;
|
|
NullCheck(L_49);
|
|
bool L_50 = Uri_get_IsUnc_m70B47E68BDAE06A7E5362DCE5AAD97C12119AB99(L_49, /*hidden argument*/NULL);
|
|
if (!L_50)
|
|
{
|
|
goto IL_0161;
|
|
}
|
|
}
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_51 = ___basePart0;
|
|
NullCheck(L_51);
|
|
String_t* L_52 = Uri_GetParts_mF5840DC010E6D420EB5A0722320EDAAEA2D0269F(L_51, ((int32_t)1073741840), 2, /*hidden argument*/NULL);
|
|
V_8 = L_52;
|
|
V_9 = 1;
|
|
goto IL_0122;
|
|
}
|
|
|
|
IL_0101:
|
|
{
|
|
String_t* L_53 = V_8;
|
|
int32_t L_54 = V_9;
|
|
NullCheck(L_53);
|
|
Il2CppChar L_55 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_53, L_54, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_55) == ((uint32_t)((int32_t)47)))))
|
|
{
|
|
goto IL_011c;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_56 = V_8;
|
|
int32_t L_57 = V_9;
|
|
NullCheck(L_56);
|
|
String_t* L_58 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_56, 0, L_57, /*hidden argument*/NULL);
|
|
V_8 = L_58;
|
|
goto IL_012d;
|
|
}
|
|
|
|
IL_011c:
|
|
{
|
|
int32_t L_59 = V_9;
|
|
V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_59, (int32_t)1));
|
|
}
|
|
|
|
IL_0122:
|
|
{
|
|
int32_t L_60 = V_9;
|
|
String_t* L_61 = V_8;
|
|
NullCheck(L_61);
|
|
int32_t L_62 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_61, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_60) < ((int32_t)L_62)))
|
|
{
|
|
goto IL_0101;
|
|
}
|
|
}
|
|
|
|
IL_012d:
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_63 = ___basePart0;
|
|
NullCheck(L_63);
|
|
bool L_64 = Uri_get_IsImplicitFile_m048350CB1E9AB92599F1557680A5D3B5FDE7C35D(L_63, /*hidden argument*/NULL);
|
|
if (!L_64)
|
|
{
|
|
goto IL_014b;
|
|
}
|
|
}
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_65 = ___basePart0;
|
|
NullCheck(L_65);
|
|
String_t* L_66 = Uri_GetParts_mF5840DC010E6D420EB5A0722320EDAAEA2D0269F(L_65, 4, 2, /*hidden argument*/NULL);
|
|
String_t* L_67 = V_8;
|
|
String_t* L_68 = ___relativePart1;
|
|
String_t* L_69 = String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64(_stringLiteral9E94758983980504AF303EF297FD2BF9D9CEA063, L_66, L_67, L_68, /*hidden argument*/NULL);
|
|
return L_69;
|
|
}
|
|
|
|
IL_014b:
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_70 = ___basePart0;
|
|
int32_t L_71 = ___uriFormat2;
|
|
NullCheck(L_70);
|
|
String_t* L_72 = Uri_GetParts_mF5840DC010E6D420EB5A0722320EDAAEA2D0269F(L_70, 4, L_71, /*hidden argument*/NULL);
|
|
String_t* L_73 = V_8;
|
|
String_t* L_74 = ___relativePart1;
|
|
String_t* L_75 = String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64(_stringLiteralA91E4897CA9F429677AFC57ED00D90DE8D3C7001, L_72, L_73, L_74, /*hidden argument*/NULL);
|
|
return L_75;
|
|
}
|
|
|
|
IL_0161:
|
|
{
|
|
String_t* L_76 = ___relativePart1;
|
|
String_t* L_77 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteralA91E4897CA9F429677AFC57ED00D90DE8D3C7001, L_76, /*hidden argument*/NULL);
|
|
return L_77;
|
|
}
|
|
|
|
IL_016d:
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_78 = ___basePart0;
|
|
NullCheck(L_78);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_79 = Uri_get_Syntax_m3DB6A5D9E6FC3E0D0A63EA8A4527AF4106F9BD78_inline(L_78, /*hidden argument*/NULL);
|
|
NullCheck(L_79);
|
|
bool L_80 = UriParser_InFact_mDD42FA932B6830D99AA04C2AE7875BA5067C86F3(L_79, ((int32_t)4194304), /*hidden argument*/NULL);
|
|
V_1 = L_80;
|
|
V_2 = (String_t*)NULL;
|
|
Il2CppChar L_81 = V_0;
|
|
if ((((int32_t)L_81) == ((int32_t)((int32_t)47))))
|
|
{
|
|
goto IL_0191;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_82 = V_0;
|
|
bool L_83 = V_1;
|
|
if (!((int32_t)((int32_t)((((int32_t)L_82) == ((int32_t)((int32_t)92)))? 1 : 0)&(int32_t)L_83)))
|
|
{
|
|
goto IL_0233;
|
|
}
|
|
}
|
|
|
|
IL_0191:
|
|
{
|
|
String_t* L_84 = ___relativePart1;
|
|
NullCheck(L_84);
|
|
int32_t L_85 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_84, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_85) < ((int32_t)2)))
|
|
{
|
|
goto IL_01b7;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_86 = ___relativePart1;
|
|
NullCheck(L_86);
|
|
Il2CppChar L_87 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_86, 1, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_87) == ((uint32_t)((int32_t)47)))))
|
|
{
|
|
goto IL_01b7;
|
|
}
|
|
}
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_88 = ___basePart0;
|
|
NullCheck(L_88);
|
|
String_t* L_89 = Uri_get_Scheme_m14A8F0018D8AACADBEF39600A59944F33EE39187(L_88, /*hidden argument*/NULL);
|
|
String_t* L_90 = ___relativePart1;
|
|
String_t* L_91 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(L_89, _stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9, L_90, /*hidden argument*/NULL);
|
|
return L_91;
|
|
}
|
|
|
|
IL_01b7:
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_92 = ___basePart0;
|
|
NullCheck(L_92);
|
|
uint64_t L_93 = Uri_get_HostType_mBB4EE8652EA19E2FB8C696302D5EBE82F358EC90(L_92, /*hidden argument*/NULL);
|
|
if ((!(((uint64_t)L_93) == ((uint64_t)(((int64_t)((int64_t)((int32_t)65536))))))))
|
|
{
|
|
goto IL_0206;
|
|
}
|
|
}
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_94 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)5);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_95 = L_94;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_96 = ___basePart0;
|
|
int32_t L_97 = ___uriFormat2;
|
|
NullCheck(L_96);
|
|
String_t* L_98 = Uri_GetParts_mF5840DC010E6D420EB5A0722320EDAAEA2D0269F(L_96, 3, L_97, /*hidden argument*/NULL);
|
|
NullCheck(L_95);
|
|
ArrayElementTypeCheck (L_95, L_98);
|
|
(L_95)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_98);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_99 = L_95;
|
|
NullCheck(L_99);
|
|
ArrayElementTypeCheck (L_99, _stringLiteral1E5C2F367F02E47A8C160CDA1CD9D91DECBAC441);
|
|
(L_99)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)_stringLiteral1E5C2F367F02E47A8C160CDA1CD9D91DECBAC441);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_100 = L_99;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_101 = ___basePart0;
|
|
NullCheck(L_101);
|
|
String_t* L_102 = Uri_get_DnsSafeHost_mC2D93669288A9C05CC13EE5754CEBF2D74D04704(L_101, /*hidden argument*/NULL);
|
|
NullCheck(L_100);
|
|
ArrayElementTypeCheck (L_100, L_102);
|
|
(L_100)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)L_102);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_103 = L_100;
|
|
NullCheck(L_103);
|
|
ArrayElementTypeCheck (L_103, _stringLiteral4FF447B8EF42CA51FA6FB287BED8D40F49BE58F1);
|
|
(L_103)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)_stringLiteral4FF447B8EF42CA51FA6FB287BED8D40F49BE58F1);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_104 = L_103;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_105 = ___basePart0;
|
|
int32_t L_106 = ___uriFormat2;
|
|
NullCheck(L_105);
|
|
String_t* L_107 = Uri_GetParts_mF5840DC010E6D420EB5A0722320EDAAEA2D0269F(L_105, ((int32_t)1073741832), L_106, /*hidden argument*/NULL);
|
|
NullCheck(L_104);
|
|
ArrayElementTypeCheck (L_104, L_107);
|
|
(L_104)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)L_107);
|
|
String_t* L_108 = String_Concat_m232E857CA5107EA6AC52E7DD7018716C021F237B(L_104, /*hidden argument*/NULL);
|
|
V_2 = L_108;
|
|
goto IL_0210;
|
|
}
|
|
|
|
IL_0206:
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_109 = ___basePart0;
|
|
int32_t L_110 = ___uriFormat2;
|
|
NullCheck(L_109);
|
|
String_t* L_111 = Uri_GetParts_mF5840DC010E6D420EB5A0722320EDAAEA2D0269F(L_109, ((int32_t)15), L_110, /*hidden argument*/NULL);
|
|
V_2 = L_111;
|
|
}
|
|
|
|
IL_0210:
|
|
{
|
|
bool L_112 = V_1;
|
|
if (!L_112)
|
|
{
|
|
goto IL_022b;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_113 = V_0;
|
|
if ((!(((uint32_t)L_113) == ((uint32_t)((int32_t)92)))))
|
|
{
|
|
goto IL_022b;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_114 = ___relativePart1;
|
|
NullCheck(L_114);
|
|
String_t* L_115 = String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE(L_114, 1, /*hidden argument*/NULL);
|
|
String_t* L_116 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8, L_115, /*hidden argument*/NULL);
|
|
___relativePart1 = L_116;
|
|
}
|
|
|
|
IL_022b:
|
|
{
|
|
String_t* L_117 = V_2;
|
|
String_t* L_118 = ___relativePart1;
|
|
String_t* L_119 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_117, L_118, /*hidden argument*/NULL);
|
|
return L_119;
|
|
}
|
|
|
|
IL_0233:
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_120 = ___basePart0;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_121 = ___basePart0;
|
|
NullCheck(L_121);
|
|
bool L_122 = Uri_get_IsImplicitFile_m048350CB1E9AB92599F1557680A5D3B5FDE7C35D(L_121, /*hidden argument*/NULL);
|
|
G_B41_0 = ((int32_t)1073741840);
|
|
G_B41_1 = L_120;
|
|
if (L_122)
|
|
{
|
|
G_B42_0 = ((int32_t)1073741840);
|
|
G_B42_1 = L_120;
|
|
goto IL_0244;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_123 = ___uriFormat2;
|
|
G_B43_0 = ((int32_t)(L_123));
|
|
G_B43_1 = G_B41_0;
|
|
G_B43_2 = G_B41_1;
|
|
goto IL_0245;
|
|
}
|
|
|
|
IL_0244:
|
|
{
|
|
G_B43_0 = 2;
|
|
G_B43_1 = G_B42_0;
|
|
G_B43_2 = G_B42_1;
|
|
}
|
|
|
|
IL_0245:
|
|
{
|
|
NullCheck(G_B43_2);
|
|
String_t* L_124 = Uri_GetParts_mF5840DC010E6D420EB5A0722320EDAAEA2D0269F(G_B43_2, G_B43_1, G_B43_0, /*hidden argument*/NULL);
|
|
V_2 = L_124;
|
|
String_t* L_125 = V_2;
|
|
NullCheck(L_125);
|
|
int32_t L_126 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_125, /*hidden argument*/NULL);
|
|
V_3 = L_126;
|
|
int32_t L_127 = V_3;
|
|
String_t* L_128 = ___relativePart1;
|
|
NullCheck(L_128);
|
|
int32_t L_129 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_128, /*hidden argument*/NULL);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_130 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_127, (int32_t)L_129)));
|
|
V_4 = L_130;
|
|
int32_t L_131 = V_3;
|
|
if ((((int32_t)L_131) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0288;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_132 = V_2;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_133 = V_4;
|
|
int32_t L_134 = V_3;
|
|
NullCheck(L_132);
|
|
String_CopyTo_m054B8FF2ACBBA74F60199D98259E88395EAD3661(L_132, 0, L_133, 0, L_134, /*hidden argument*/NULL);
|
|
goto IL_0284;
|
|
}
|
|
|
|
IL_0272:
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_135 = V_4;
|
|
int32_t L_136 = V_3;
|
|
int32_t L_137 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_136, (int32_t)1));
|
|
V_3 = L_137;
|
|
NullCheck(L_135);
|
|
int32_t L_138 = L_137;
|
|
uint16_t L_139 = (uint16_t)(L_135)->GetAt(static_cast<il2cpp_array_size_t>(L_138));
|
|
if ((!(((uint32_t)L_139) == ((uint32_t)((int32_t)47)))))
|
|
{
|
|
goto IL_0284;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_140 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_140, (int32_t)1));
|
|
goto IL_0288;
|
|
}
|
|
|
|
IL_0284:
|
|
{
|
|
int32_t L_141 = V_3;
|
|
if ((((int32_t)L_141) > ((int32_t)0)))
|
|
{
|
|
goto IL_0272;
|
|
}
|
|
}
|
|
|
|
IL_0288:
|
|
{
|
|
String_t* L_142 = ___relativePart1;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_143 = V_4;
|
|
int32_t L_144 = V_3;
|
|
String_t* L_145 = ___relativePart1;
|
|
NullCheck(L_145);
|
|
int32_t L_146 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_145, /*hidden argument*/NULL);
|
|
NullCheck(L_142);
|
|
String_CopyTo_m054B8FF2ACBBA74F60199D98259E88395EAD3661(L_142, 0, L_143, L_144, L_146, /*hidden argument*/NULL);
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_147 = ___basePart0;
|
|
NullCheck(L_147);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_148 = Uri_get_Syntax_m3DB6A5D9E6FC3E0D0A63EA8A4527AF4106F9BD78_inline(L_147, /*hidden argument*/NULL);
|
|
NullCheck(L_148);
|
|
bool L_149 = UriParser_InFact_mDD42FA932B6830D99AA04C2AE7875BA5067C86F3(L_148, ((int32_t)32), /*hidden argument*/NULL);
|
|
if (L_149)
|
|
{
|
|
goto IL_02ae;
|
|
}
|
|
}
|
|
{
|
|
G_B51_0 = ((int32_t)65535);
|
|
goto IL_02b0;
|
|
}
|
|
|
|
IL_02ae:
|
|
{
|
|
G_B51_0 = ((int32_t)63);
|
|
}
|
|
|
|
IL_02b0:
|
|
{
|
|
V_0 = G_B51_0;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_150 = ___basePart0;
|
|
NullCheck(L_150);
|
|
bool L_151 = Uri_get_IsImplicitFile_m048350CB1E9AB92599F1557680A5D3B5FDE7C35D(L_150, /*hidden argument*/NULL);
|
|
if (L_151)
|
|
{
|
|
goto IL_02c8;
|
|
}
|
|
}
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_152 = ___basePart0;
|
|
NullCheck(L_152);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_153 = Uri_get_Syntax_m3DB6A5D9E6FC3E0D0A63EA8A4527AF4106F9BD78_inline(L_152, /*hidden argument*/NULL);
|
|
NullCheck(L_153);
|
|
bool L_154 = UriParser_InFact_mDD42FA932B6830D99AA04C2AE7875BA5067C86F3(L_153, ((int32_t)64), /*hidden argument*/NULL);
|
|
if (L_154)
|
|
{
|
|
goto IL_02cf;
|
|
}
|
|
}
|
|
|
|
IL_02c8:
|
|
{
|
|
G_B55_0 = ((int32_t)65535);
|
|
goto IL_02d1;
|
|
}
|
|
|
|
IL_02cf:
|
|
{
|
|
G_B55_0 = ((int32_t)35);
|
|
}
|
|
|
|
IL_02d1:
|
|
{
|
|
V_5 = G_B55_0;
|
|
String_t* L_155 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
V_6 = L_155;
|
|
Il2CppChar L_156 = V_0;
|
|
if ((!(((uint32_t)L_156) == ((uint32_t)((int32_t)65535)))))
|
|
{
|
|
goto IL_02eb;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_157 = V_5;
|
|
if ((((int32_t)L_157) == ((int32_t)((int32_t)65535))))
|
|
{
|
|
goto IL_0339;
|
|
}
|
|
}
|
|
|
|
IL_02eb:
|
|
{
|
|
V_10 = 0;
|
|
goto IL_030b;
|
|
}
|
|
|
|
IL_02f0:
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_158 = V_4;
|
|
int32_t L_159 = V_3;
|
|
int32_t L_160 = V_10;
|
|
NullCheck(L_158);
|
|
int32_t L_161 = ((int32_t)il2cpp_codegen_add((int32_t)L_159, (int32_t)L_160));
|
|
uint16_t L_162 = (uint16_t)(L_158)->GetAt(static_cast<il2cpp_array_size_t>(L_161));
|
|
Il2CppChar L_163 = V_0;
|
|
if ((((int32_t)L_162) == ((int32_t)L_163)))
|
|
{
|
|
goto IL_0315;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_164 = V_4;
|
|
int32_t L_165 = V_3;
|
|
int32_t L_166 = V_10;
|
|
NullCheck(L_164);
|
|
int32_t L_167 = ((int32_t)il2cpp_codegen_add((int32_t)L_165, (int32_t)L_166));
|
|
uint16_t L_168 = (uint16_t)(L_164)->GetAt(static_cast<il2cpp_array_size_t>(L_167));
|
|
Il2CppChar L_169 = V_5;
|
|
if ((((int32_t)L_168) == ((int32_t)L_169)))
|
|
{
|
|
goto IL_0315;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_170 = V_10;
|
|
V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_170, (int32_t)1));
|
|
}
|
|
|
|
IL_030b:
|
|
{
|
|
int32_t L_171 = V_10;
|
|
String_t* L_172 = ___relativePart1;
|
|
NullCheck(L_172);
|
|
int32_t L_173 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_172, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_171) < ((int32_t)L_173)))
|
|
{
|
|
goto IL_02f0;
|
|
}
|
|
}
|
|
|
|
IL_0315:
|
|
{
|
|
int32_t L_174 = V_10;
|
|
if (L_174)
|
|
{
|
|
goto IL_031e;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_175 = ___relativePart1;
|
|
V_6 = L_175;
|
|
goto IL_0332;
|
|
}
|
|
|
|
IL_031e:
|
|
{
|
|
int32_t L_176 = V_10;
|
|
String_t* L_177 = ___relativePart1;
|
|
NullCheck(L_177);
|
|
int32_t L_178 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_177, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_176) >= ((int32_t)L_178)))
|
|
{
|
|
goto IL_0332;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_179 = ___relativePart1;
|
|
int32_t L_180 = V_10;
|
|
NullCheck(L_179);
|
|
String_t* L_181 = String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE(L_179, L_180, /*hidden argument*/NULL);
|
|
V_6 = L_181;
|
|
}
|
|
|
|
IL_0332:
|
|
{
|
|
int32_t L_182 = V_3;
|
|
int32_t L_183 = V_10;
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_182, (int32_t)L_183));
|
|
goto IL_0342;
|
|
}
|
|
|
|
IL_0339:
|
|
{
|
|
int32_t L_184 = V_3;
|
|
String_t* L_185 = ___relativePart1;
|
|
NullCheck(L_185);
|
|
int32_t L_186 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_185, /*hidden argument*/NULL);
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_184, (int32_t)L_186));
|
|
}
|
|
|
|
IL_0342:
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_187 = ___basePart0;
|
|
NullCheck(L_187);
|
|
uint64_t L_188 = Uri_get_HostType_mBB4EE8652EA19E2FB8C696302D5EBE82F358EC90(L_187, /*hidden argument*/NULL);
|
|
if ((!(((uint64_t)L_188) == ((uint64_t)(((int64_t)((int64_t)((int32_t)65536))))))))
|
|
{
|
|
goto IL_03b4;
|
|
}
|
|
}
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_189 = ___basePart0;
|
|
NullCheck(L_189);
|
|
bool L_190 = Uri_get_IsImplicitFile_m048350CB1E9AB92599F1557680A5D3B5FDE7C35D(L_189, /*hidden argument*/NULL);
|
|
if (!L_190)
|
|
{
|
|
goto IL_0373;
|
|
}
|
|
}
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_191 = ___basePart0;
|
|
NullCheck(L_191);
|
|
String_t* L_192 = Uri_get_DnsSafeHost_mC2D93669288A9C05CC13EE5754CEBF2D74D04704(L_191, /*hidden argument*/NULL);
|
|
String_t* L_193 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(_stringLiteralE9D8A16D020EE5D27D4439885C06B8A5060F1BE3, L_192, _stringLiteral4FF447B8EF42CA51FA6FB287BED8D40F49BE58F1, /*hidden argument*/NULL);
|
|
V_2 = L_193;
|
|
goto IL_041a;
|
|
}
|
|
|
|
IL_0373:
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_194 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)5);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_195 = L_194;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_196 = ___basePart0;
|
|
int32_t L_197 = ___uriFormat2;
|
|
NullCheck(L_196);
|
|
String_t* L_198 = Uri_GetParts_mF5840DC010E6D420EB5A0722320EDAAEA2D0269F(L_196, 3, L_197, /*hidden argument*/NULL);
|
|
NullCheck(L_195);
|
|
ArrayElementTypeCheck (L_195, L_198);
|
|
(L_195)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_198);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_199 = L_195;
|
|
NullCheck(L_199);
|
|
ArrayElementTypeCheck (L_199, _stringLiteral1E5C2F367F02E47A8C160CDA1CD9D91DECBAC441);
|
|
(L_199)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)_stringLiteral1E5C2F367F02E47A8C160CDA1CD9D91DECBAC441);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_200 = L_199;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_201 = ___basePart0;
|
|
NullCheck(L_201);
|
|
String_t* L_202 = Uri_get_DnsSafeHost_mC2D93669288A9C05CC13EE5754CEBF2D74D04704(L_201, /*hidden argument*/NULL);
|
|
NullCheck(L_200);
|
|
ArrayElementTypeCheck (L_200, L_202);
|
|
(L_200)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)L_202);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_203 = L_200;
|
|
NullCheck(L_203);
|
|
ArrayElementTypeCheck (L_203, _stringLiteral4FF447B8EF42CA51FA6FB287BED8D40F49BE58F1);
|
|
(L_203)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)_stringLiteral4FF447B8EF42CA51FA6FB287BED8D40F49BE58F1);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_204 = L_203;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_205 = ___basePart0;
|
|
int32_t L_206 = ___uriFormat2;
|
|
NullCheck(L_205);
|
|
String_t* L_207 = Uri_GetParts_mF5840DC010E6D420EB5A0722320EDAAEA2D0269F(L_205, ((int32_t)1073741832), L_206, /*hidden argument*/NULL);
|
|
NullCheck(L_204);
|
|
ArrayElementTypeCheck (L_204, L_207);
|
|
(L_204)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)L_207);
|
|
String_t* L_208 = String_Concat_m232E857CA5107EA6AC52E7DD7018716C021F237B(L_204, /*hidden argument*/NULL);
|
|
V_2 = L_208;
|
|
goto IL_041a;
|
|
}
|
|
|
|
IL_03b4:
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_209 = ___basePart0;
|
|
NullCheck(L_209);
|
|
bool L_210 = Uri_get_IsImplicitFile_m048350CB1E9AB92599F1557680A5D3B5FDE7C35D(L_209, /*hidden argument*/NULL);
|
|
if (!L_210)
|
|
{
|
|
goto IL_0410;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
bool L_211 = ((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var))->get_IsWindowsFileSystem_29();
|
|
if (!L_211)
|
|
{
|
|
goto IL_0405;
|
|
}
|
|
}
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_212 = ___basePart0;
|
|
NullCheck(L_212);
|
|
bool L_213 = Uri_get_IsDosPath_m89CA4E32381C529502E91872BC89BD18F5419D08(L_212, /*hidden argument*/NULL);
|
|
if (!L_213)
|
|
{
|
|
goto IL_03f0;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_214 = V_4;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_215 = ___basePart0;
|
|
NullCheck(L_215);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_216 = Uri_get_Syntax_m3DB6A5D9E6FC3E0D0A63EA8A4527AF4106F9BD78_inline(L_215, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_217 = Uri_Compress_m02224082A9665F07D35AB6EB6E3198642F9E7BCF(L_214, (uint16_t)3, (int32_t*)(&V_3), L_216, /*hidden argument*/NULL);
|
|
V_4 = L_217;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_218 = V_4;
|
|
int32_t L_219 = V_3;
|
|
String_t* L_220 = String_CreateString_mC7FB167C0D5B97F7EF502AF54399C61DD5B87509(NULL, L_218, 1, ((int32_t)il2cpp_codegen_subtract((int32_t)L_219, (int32_t)1)), /*hidden argument*/NULL);
|
|
String_t* L_221 = V_6;
|
|
String_t* L_222 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_220, L_221, /*hidden argument*/NULL);
|
|
return L_222;
|
|
}
|
|
|
|
IL_03f0:
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_223 = ___basePart0;
|
|
NullCheck(L_223);
|
|
String_t* L_224 = Uri_GetParts_mF5840DC010E6D420EB5A0722320EDAAEA2D0269F(L_223, 4, 2, /*hidden argument*/NULL);
|
|
String_t* L_225 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteral9E94758983980504AF303EF297FD2BF9D9CEA063, L_224, /*hidden argument*/NULL);
|
|
V_2 = L_225;
|
|
goto IL_041a;
|
|
}
|
|
|
|
IL_0405:
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_226 = ___basePart0;
|
|
NullCheck(L_226);
|
|
String_t* L_227 = Uri_GetParts_mF5840DC010E6D420EB5A0722320EDAAEA2D0269F(L_226, 4, 2, /*hidden argument*/NULL);
|
|
V_2 = L_227;
|
|
goto IL_041a;
|
|
}
|
|
|
|
IL_0410:
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_228 = ___basePart0;
|
|
int32_t L_229 = ___uriFormat2;
|
|
NullCheck(L_228);
|
|
String_t* L_230 = Uri_GetParts_mF5840DC010E6D420EB5A0722320EDAAEA2D0269F(L_228, ((int32_t)15), L_229, /*hidden argument*/NULL);
|
|
V_2 = L_230;
|
|
}
|
|
|
|
IL_041a:
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_231 = V_4;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_232 = ___basePart0;
|
|
NullCheck(L_232);
|
|
uint16_t L_233 = Uri_get_SecuredPathIndex_mC59A2366D6F3667017F677351C4350C9541905AA(L_232, /*hidden argument*/NULL);
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_234 = ___basePart0;
|
|
NullCheck(L_234);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_235 = Uri_get_Syntax_m3DB6A5D9E6FC3E0D0A63EA8A4527AF4106F9BD78_inline(L_234, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_236 = Uri_Compress_m02224082A9665F07D35AB6EB6E3198642F9E7BCF(L_231, L_233, (int32_t*)(&V_3), L_235, /*hidden argument*/NULL);
|
|
V_4 = L_236;
|
|
String_t* L_237 = V_2;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_238 = V_4;
|
|
int32_t L_239 = V_3;
|
|
String_t* L_240 = String_CreateString_mC7FB167C0D5B97F7EF502AF54399C61DD5B87509(NULL, L_238, 0, L_239, /*hidden argument*/NULL);
|
|
String_t* L_241 = V_6;
|
|
String_t* L_242 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(L_237, L_240, L_241, /*hidden argument*/NULL);
|
|
return L_242;
|
|
}
|
|
}
|
|
// System.Boolean System.Uri::get_HasAuthority()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_HasAuthority_m969936D80AE0309273733487C8B38BEE33468712 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = Uri_InFact_m4CE890C86FA34154A044516D2F3C9463389220D7(__this, (((int64_t)((int64_t)((int32_t)1048576)))), /*hidden argument*/NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Boolean System.Uri::IsLWS(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_IsLWS_m7A9F3B969CCEE56B9F98E40F1903C737DA7DF0D6 (Il2CppChar ___ch0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Il2CppChar L_0 = ___ch0;
|
|
if ((((int32_t)L_0) > ((int32_t)((int32_t)32))))
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_1 = ___ch0;
|
|
if ((((int32_t)L_1) == ((int32_t)((int32_t)32))))
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_2 = ___ch0;
|
|
if ((((int32_t)L_2) == ((int32_t)((int32_t)10))))
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_3 = ___ch0;
|
|
if ((((int32_t)L_3) == ((int32_t)((int32_t)13))))
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_4 = ___ch0;
|
|
return (bool)((((int32_t)L_4) == ((int32_t)((int32_t)9)))? 1 : 0);
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Uri::IsAsciiLetter(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_IsAsciiLetter_m93435A20DF4DEE153B87B26D07B9963F1BF4F373 (Il2CppChar ___character0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Il2CppChar L_0 = ___character0;
|
|
if ((((int32_t)L_0) < ((int32_t)((int32_t)97))))
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_1 = ___character0;
|
|
if ((((int32_t)L_1) <= ((int32_t)((int32_t)122))))
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
Il2CppChar L_2 = ___character0;
|
|
if ((((int32_t)L_2) < ((int32_t)((int32_t)65))))
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_3 = ___character0;
|
|
return (bool)((((int32_t)((((int32_t)L_3) > ((int32_t)((int32_t)90)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Boolean System.Uri::IsAsciiLetterOrDigit(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_IsAsciiLetterOrDigit_mEBA81E735141504B5804F0B3C94EC39B24AF8661 (Il2CppChar ___character0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Uri_IsAsciiLetterOrDigit_mEBA81E735141504B5804F0B3C94EC39B24AF8661_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Il2CppChar L_0 = ___character0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
bool L_1 = Uri_IsAsciiLetter_m93435A20DF4DEE153B87B26D07B9963F1BF4F373(L_0, /*hidden argument*/NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_2 = ___character0;
|
|
if ((((int32_t)L_2) < ((int32_t)((int32_t)48))))
|
|
{
|
|
goto IL_0016;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_3 = ___character0;
|
|
return (bool)((((int32_t)((((int32_t)L_3) > ((int32_t)((int32_t)57)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Boolean System.Uri::IsBidiControlCharacter(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_IsBidiControlCharacter_mB14EA5816A434B7CE382EB9ACBD1432916EC341D (Il2CppChar ___ch0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Il2CppChar L_0 = ___ch0;
|
|
if ((((int32_t)L_0) == ((int32_t)((int32_t)8206))))
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_1 = ___ch0;
|
|
if ((((int32_t)L_1) == ((int32_t)((int32_t)8207))))
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_2 = ___ch0;
|
|
if ((((int32_t)L_2) == ((int32_t)((int32_t)8234))))
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_3 = ___ch0;
|
|
if ((((int32_t)L_3) == ((int32_t)((int32_t)8235))))
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_4 = ___ch0;
|
|
if ((((int32_t)L_4) == ((int32_t)((int32_t)8236))))
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_5 = ___ch0;
|
|
if ((((int32_t)L_5) == ((int32_t)((int32_t)8237))))
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_6 = ___ch0;
|
|
return (bool)((((int32_t)L_6) == ((int32_t)((int32_t)8238)))? 1 : 0);
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.String System.Uri::StripBidiControlCharacter(System.Char*,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_StripBidiControlCharacter_m49D782826401F99D943C1AD76A75125879FF332F (Il2CppChar* ___strToClean0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Uri_StripBidiControlCharacter_m49D782826401F99D943C1AD76A75125879FF332F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
Il2CppChar V_3 = 0x0;
|
|
{
|
|
int32_t L_0 = ___length2;
|
|
if ((((int32_t)L_0) > ((int32_t)0)))
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
return _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
int32_t L_1 = ___length2;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_2 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)L_1);
|
|
V_0 = L_2;
|
|
V_1 = 0;
|
|
V_2 = 0;
|
|
goto IL_0045;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
Il2CppChar* L_3 = ___strToClean0;
|
|
int32_t L_4 = ___start1;
|
|
int32_t L_5 = V_2;
|
|
int32_t L_6 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_3, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_5)))), (int32_t)2)))));
|
|
V_3 = L_6;
|
|
Il2CppChar L_7 = V_3;
|
|
if ((((int32_t)L_7) < ((int32_t)((int32_t)8206))))
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_8 = V_3;
|
|
if ((((int32_t)L_8) > ((int32_t)((int32_t)8238))))
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_9 = V_3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
bool L_10 = Uri_IsBidiControlCharacter_mB14EA5816A434B7CE382EB9ACBD1432916EC341D(L_9, /*hidden argument*/NULL);
|
|
if (L_10)
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_11 = V_0;
|
|
int32_t L_12 = V_1;
|
|
int32_t L_13 = L_12;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1));
|
|
Il2CppChar L_14 = V_3;
|
|
NullCheck(L_11);
|
|
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(L_13), (Il2CppChar)L_14);
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
int32_t L_15 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1));
|
|
}
|
|
|
|
IL_0045:
|
|
{
|
|
int32_t L_16 = V_2;
|
|
int32_t L_17 = ___length2;
|
|
if ((((int32_t)L_16) < ((int32_t)L_17)))
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_18 = V_0;
|
|
int32_t L_19 = V_1;
|
|
String_t* L_20 = String_CreateString_mC7FB167C0D5B97F7EF502AF54399C61DD5B87509(NULL, L_18, 0, L_19, /*hidden argument*/NULL);
|
|
return L_20;
|
|
}
|
|
}
|
|
// System.Void System.Uri::CreateThis(System.String,System.Boolean,System.UriKind)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_CreateThis_mCB3DC849A426498E9CCD249850CBC69C9D67D864 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, String_t* ___uri0, bool ___dontEscape1, int32_t ___uriKind2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Uri_CreateThis_mCB3DC849A426498E9CCD249850CBC69C9D67D864_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A * V_1 = NULL;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * G_B6_0 = NULL;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * G_B5_0 = NULL;
|
|
String_t* G_B7_0 = NULL;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * G_B7_1 = NULL;
|
|
{
|
|
int32_t L_0 = ___uriKind2;
|
|
if ((((int32_t)L_0) < ((int32_t)0)))
|
|
{
|
|
goto IL_0008;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = ___uriKind2;
|
|
if ((((int32_t)L_1) <= ((int32_t)2)))
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
|
|
IL_0008:
|
|
{
|
|
int32_t L_2 = ___uriKind2;
|
|
if ((((int32_t)L_2) == ((int32_t)((int32_t)300))))
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = L_3;
|
|
int32_t L_5 = ___uriKind2;
|
|
int32_t L_6 = L_5;
|
|
RuntimeObject * L_7 = Box(UriKind_t26D0760DDF148ADC939FECD934C0B9FF5C71EA08_il2cpp_TypeInfo_var, &L_6);
|
|
NullCheck(L_4);
|
|
ArrayElementTypeCheck (L_4, L_7);
|
|
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_7);
|
|
String_t* L_8 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteral46BD334A9F8DD0AABC95E1EEEF233F0EB608CF2B, L_4, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_9 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_9, L_8, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, Uri_CreateThis_mCB3DC849A426498E9CCD249850CBC69C9D67D864_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
String_t* L_10 = ___uri0;
|
|
G_B5_0 = __this;
|
|
if (!L_10)
|
|
{
|
|
G_B6_0 = __this;
|
|
goto IL_0036;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_11 = ___uri0;
|
|
G_B7_0 = L_11;
|
|
G_B7_1 = G_B5_0;
|
|
goto IL_003b;
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
String_t* L_12 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
G_B7_0 = L_12;
|
|
G_B7_1 = G_B6_0;
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
NullCheck(G_B7_1);
|
|
G_B7_1->set_m_String_16(G_B7_0);
|
|
bool L_13 = ___dontEscape1;
|
|
if (!L_13)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_14 = __this->get_m_Flags_20();
|
|
__this->set_m_Flags_20(((int64_t)((int64_t)L_14|(int64_t)(((int64_t)((int64_t)((int32_t)524288)))))));
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
String_t* L_15 = __this->get_m_String_16();
|
|
uint64_t* L_16 = __this->get_address_of_m_Flags_20();
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC ** L_17 = __this->get_address_of_m_Syntax_18();
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
int32_t L_18 = Uri_ParseScheme_m61CAE16F1EC76725E5E0B23B09577F91BB223884(L_15, (uint64_t*)L_16, (UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC **)L_17, /*hidden argument*/NULL);
|
|
V_0 = L_18;
|
|
int32_t L_19 = V_0;
|
|
int32_t L_20 = ___uriKind2;
|
|
Uri_InitializeUri_m5D99BD8533F3FAAD479B1193505B5B19B8C2F2DE(__this, L_19, L_20, (UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A **)(&V_1), /*hidden argument*/NULL);
|
|
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A * L_21 = V_1;
|
|
if (!L_21)
|
|
{
|
|
goto IL_007d;
|
|
}
|
|
}
|
|
{
|
|
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A * L_22 = V_1;
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, Uri_CreateThis_mCB3DC849A426498E9CCD249850CBC69C9D67D864_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_007d:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Uri::InitializeUri(System.ParsingError,System.UriKind,System.UriFormatException&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_InitializeUri_m5D99BD8533F3FAAD479B1193505B5B19B8C2F2DE (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, int32_t ___err0, int32_t ___uriKind1, UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A ** ___e2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Uri_InitializeUri_m5D99BD8533F3FAAD479B1193505B5B19B8C2F2DE_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * G_B25_0 = NULL;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * G_B22_0 = NULL;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * G_B24_0 = NULL;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * G_B23_0 = NULL;
|
|
int32_t G_B26_0 = 0;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * G_B26_1 = NULL;
|
|
{
|
|
int32_t L_0 = ___err0;
|
|
if (L_0)
|
|
{
|
|
goto IL_00ce;
|
|
}
|
|
}
|
|
{
|
|
bool L_1 = Uri_get_IsImplicitFile_m048350CB1E9AB92599F1557680A5D3B5FDE7C35D(__this, /*hidden argument*/NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_00e2;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = ___uriKind1;
|
|
if (L_2)
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_3 = __this->get_m_String_16();
|
|
NullCheck(L_3);
|
|
int32_t L_4 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_3, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_4) <= ((int32_t)0)))
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_5 = __this->get_m_String_16();
|
|
NullCheck(L_5);
|
|
Il2CppChar L_6 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_5, 0, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)47)))))
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
bool L_7 = ((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var))->get_useDotNetRelativeOrAbsolute_27();
|
|
if (!L_7)
|
|
{
|
|
goto IL_00e2;
|
|
}
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
bool L_8 = Uri_NotAny_mC5DC04B72B13D2997B055B9E41FCFEEC1CE5263D(__this, (((int64_t)((int64_t)((int32_t)134217728)))), /*hidden argument*/NULL);
|
|
if (!L_8)
|
|
{
|
|
goto IL_009e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_9 = ___uriKind1;
|
|
if ((((int32_t)L_9) == ((int32_t)1)))
|
|
{
|
|
goto IL_009e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_10 = ___uriKind1;
|
|
if ((((int32_t)L_10) == ((int32_t)2)))
|
|
{
|
|
goto IL_0080;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_11 = __this->get_m_String_16();
|
|
NullCheck(L_11);
|
|
int32_t L_12 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_11, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_12) < ((int32_t)2)))
|
|
{
|
|
goto IL_009e;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_13 = __this->get_m_String_16();
|
|
NullCheck(L_13);
|
|
Il2CppChar L_14 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_13, 0, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_14) == ((uint32_t)((int32_t)92)))))
|
|
{
|
|
goto IL_0080;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_15 = __this->get_m_String_16();
|
|
NullCheck(L_15);
|
|
Il2CppChar L_16 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_15, 1, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_16) == ((int32_t)((int32_t)92))))
|
|
{
|
|
goto IL_009e;
|
|
}
|
|
}
|
|
|
|
IL_0080:
|
|
{
|
|
__this->set_m_Syntax_18((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC *)NULL);
|
|
uint64_t L_17 = __this->get_m_Flags_20();
|
|
__this->set_m_Flags_20(((int64_t)((int64_t)L_17&(int64_t)(((int64_t)((int64_t)((int32_t)524288)))))));
|
|
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A ** L_18 = ___e2;
|
|
*((RuntimeObject **)L_18) = (RuntimeObject *)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_18, (void*)(RuntimeObject *)NULL);
|
|
return;
|
|
}
|
|
|
|
IL_009e:
|
|
{
|
|
int32_t L_19 = ___uriKind1;
|
|
if ((!(((uint32_t)L_19) == ((uint32_t)2))))
|
|
{
|
|
goto IL_00e2;
|
|
}
|
|
}
|
|
{
|
|
bool L_20 = Uri_InFact_m4CE890C86FA34154A044516D2F3C9463389220D7(__this, (((int64_t)((int64_t)((int32_t)134217728)))), /*hidden argument*/NULL);
|
|
if (!L_20)
|
|
{
|
|
goto IL_00e2;
|
|
}
|
|
}
|
|
{
|
|
__this->set_m_Syntax_18((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC *)NULL);
|
|
uint64_t L_21 = __this->get_m_Flags_20();
|
|
__this->set_m_Flags_20(((int64_t)((int64_t)L_21&(int64_t)(((int64_t)((int64_t)((int32_t)524288)))))));
|
|
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A ** L_22 = ___e2;
|
|
*((RuntimeObject **)L_22) = (RuntimeObject *)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_22, (void*)(RuntimeObject *)NULL);
|
|
return;
|
|
}
|
|
|
|
IL_00ce:
|
|
{
|
|
int32_t L_23 = ___err0;
|
|
if ((((int32_t)L_23) <= ((int32_t)4)))
|
|
{
|
|
goto IL_00e2;
|
|
}
|
|
}
|
|
{
|
|
__this->set_m_String_16((String_t*)NULL);
|
|
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A ** L_24 = ___e2;
|
|
int32_t L_25 = ___err0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A * L_26 = Uri_GetException_m2E833A8358C84BCF0397341160FADB1164290164(L_25, /*hidden argument*/NULL);
|
|
*((RuntimeObject **)L_24) = (RuntimeObject *)L_26;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_24, (void*)(RuntimeObject *)L_26);
|
|
return;
|
|
}
|
|
|
|
IL_00e2:
|
|
{
|
|
V_0 = (bool)0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
bool L_27 = ((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var))->get_s_ConfigInitialized_23();
|
|
il2cpp_codegen_memory_barrier();
|
|
if (L_27)
|
|
{
|
|
goto IL_0100;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_28 = __this->get_m_String_16();
|
|
bool L_29 = Uri_CheckForConfigLoad_m13002EFBBFD437183ED0A7FCBE5681C510996B0F(__this, L_28, /*hidden argument*/NULL);
|
|
if (!L_29)
|
|
{
|
|
goto IL_0100;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
Uri_InitializeUriConfig_m1B2F98DF0BB1A48FEB328E9D8BF3C23B32196FE2(/*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0100:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
bool L_30 = ((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var))->get_s_IriParsing_26();
|
|
il2cpp_codegen_memory_barrier();
|
|
G_B22_0 = __this;
|
|
if (!L_30)
|
|
{
|
|
G_B25_0 = __this;
|
|
goto IL_0127;
|
|
}
|
|
}
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_31 = __this->get_m_Syntax_18();
|
|
G_B23_0 = G_B22_0;
|
|
if (!L_31)
|
|
{
|
|
G_B24_0 = G_B22_0;
|
|
goto IL_0124;
|
|
}
|
|
}
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_32 = __this->get_m_Syntax_18();
|
|
NullCheck(L_32);
|
|
bool L_33 = UriParser_InFact_mDD42FA932B6830D99AA04C2AE7875BA5067C86F3(L_32, ((int32_t)268435456), /*hidden argument*/NULL);
|
|
G_B26_0 = ((int32_t)(L_33));
|
|
G_B26_1 = G_B23_0;
|
|
goto IL_0128;
|
|
}
|
|
|
|
IL_0124:
|
|
{
|
|
G_B26_0 = 1;
|
|
G_B26_1 = G_B24_0;
|
|
goto IL_0128;
|
|
}
|
|
|
|
IL_0127:
|
|
{
|
|
G_B26_0 = 0;
|
|
G_B26_1 = G_B25_0;
|
|
}
|
|
|
|
IL_0128:
|
|
{
|
|
NullCheck(G_B26_1);
|
|
G_B26_1->set_m_iriParsing_22((bool)G_B26_0);
|
|
bool L_34 = __this->get_m_iriParsing_22();
|
|
if (!L_34)
|
|
{
|
|
goto IL_0175;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_35 = __this->get_m_String_16();
|
|
bool L_36 = Uri_CheckForUnicode_m78E4938E82EE352BD5D8493AE0314224BC2543CD(__this, L_35, /*hidden argument*/NULL);
|
|
if (L_36)
|
|
{
|
|
goto IL_0151;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_37 = __this->get_m_String_16();
|
|
bool L_38 = Uri_CheckForEscapedUnreserved_mFE708A44EC74C7E773B96B82CD9A5DF25EF97D4A(__this, L_37, /*hidden argument*/NULL);
|
|
if (!L_38)
|
|
{
|
|
goto IL_0175;
|
|
}
|
|
}
|
|
|
|
IL_0151:
|
|
{
|
|
uint64_t L_39 = __this->get_m_Flags_20();
|
|
__this->set_m_Flags_20(((int64_t)((int64_t)L_39|(int64_t)((int64_t)8589934592LL))));
|
|
V_0 = (bool)1;
|
|
String_t* L_40 = __this->get_m_String_16();
|
|
__this->set_m_originalUnicodeString_17(L_40);
|
|
}
|
|
|
|
IL_0175:
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_41 = __this->get_m_Syntax_18();
|
|
if (!L_41)
|
|
{
|
|
goto IL_0290;
|
|
}
|
|
}
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_42 = __this->get_m_Syntax_18();
|
|
NullCheck(L_42);
|
|
bool L_43 = UriParser_get_IsSimple_mDDB03A5F6EEE6E92926A386655E5BBD553719B9C(L_42, /*hidden argument*/NULL);
|
|
if (!L_43)
|
|
{
|
|
goto IL_01ef;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_44 = Uri_PrivateParseMinimal_mE1DA461DDA053787906BBEC2BC2B3046B1B329F0(__this, /*hidden argument*/NULL);
|
|
int32_t L_45 = L_44;
|
|
___err0 = L_45;
|
|
if (!L_45)
|
|
{
|
|
goto IL_01c9;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_46 = ___uriKind1;
|
|
if ((((int32_t)L_46) == ((int32_t)1)))
|
|
{
|
|
goto IL_01bf;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_47 = ___err0;
|
|
if ((((int32_t)L_47) > ((int32_t)4)))
|
|
{
|
|
goto IL_01bf;
|
|
}
|
|
}
|
|
{
|
|
__this->set_m_Syntax_18((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC *)NULL);
|
|
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A ** L_48 = ___e2;
|
|
*((RuntimeObject **)L_48) = (RuntimeObject *)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_48, (void*)(RuntimeObject *)NULL);
|
|
uint64_t L_49 = __this->get_m_Flags_20();
|
|
__this->set_m_Flags_20(((int64_t)((int64_t)L_49&(int64_t)(((int64_t)((int64_t)((int32_t)524288)))))));
|
|
goto IL_01db;
|
|
}
|
|
|
|
IL_01bf:
|
|
{
|
|
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A ** L_50 = ___e2;
|
|
int32_t L_51 = ___err0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A * L_52 = Uri_GetException_m2E833A8358C84BCF0397341160FADB1164290164(L_51, /*hidden argument*/NULL);
|
|
*((RuntimeObject **)L_50) = (RuntimeObject *)L_52;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_50, (void*)(RuntimeObject *)L_52);
|
|
goto IL_01db;
|
|
}
|
|
|
|
IL_01c9:
|
|
{
|
|
int32_t L_53 = ___uriKind1;
|
|
if ((!(((uint32_t)L_53) == ((uint32_t)2))))
|
|
{
|
|
goto IL_01d8;
|
|
}
|
|
}
|
|
{
|
|
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A ** L_54 = ___e2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A * L_55 = Uri_GetException_m2E833A8358C84BCF0397341160FADB1164290164(((int32_t)12), /*hidden argument*/NULL);
|
|
*((RuntimeObject **)L_54) = (RuntimeObject *)L_55;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_54, (void*)(RuntimeObject *)L_55);
|
|
goto IL_01db;
|
|
}
|
|
|
|
IL_01d8:
|
|
{
|
|
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A ** L_56 = ___e2;
|
|
*((RuntimeObject **)L_56) = (RuntimeObject *)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_56, (void*)(RuntimeObject *)NULL);
|
|
}
|
|
|
|
IL_01db:
|
|
{
|
|
bool L_57 = __this->get_m_iriParsing_22();
|
|
bool L_58 = V_0;
|
|
if (!((int32_t)((int32_t)L_57&(int32_t)L_58)))
|
|
{
|
|
goto IL_0312;
|
|
}
|
|
}
|
|
{
|
|
Uri_EnsureParseRemaining_m33815B5767FAFADB762F7E39364E6432340F210B(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
|
|
IL_01ef:
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_59 = __this->get_m_Syntax_18();
|
|
NullCheck(L_59);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_60 = UriParser_InternalOnNewUri_m7D55F5CD59A3B9BF57BC68F715A27CC1A44566CA(L_59, /*hidden argument*/NULL);
|
|
__this->set_m_Syntax_18(L_60);
|
|
uint64_t L_61 = __this->get_m_Flags_20();
|
|
__this->set_m_Flags_20(((int64_t)((int64_t)L_61|(int64_t)(((int64_t)((int64_t)((int32_t)16777216)))))));
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_62 = __this->get_m_Syntax_18();
|
|
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A ** L_63 = ___e2;
|
|
NullCheck(L_62);
|
|
UriParser_InternalValidate_mF2FEB0E76E48B621EB2058FBE7DCC6A42A1681E2(L_62, __this, (UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A **)L_63, /*hidden argument*/NULL);
|
|
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A ** L_64 = ___e2;
|
|
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A * L_65 = *((UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A **)L_64);
|
|
if (!L_65)
|
|
{
|
|
goto IL_0256;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_66 = ___uriKind1;
|
|
if ((((int32_t)L_66) == ((int32_t)1)))
|
|
{
|
|
goto IL_0312;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_67 = ___err0;
|
|
if (!L_67)
|
|
{
|
|
goto IL_0312;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_68 = ___err0;
|
|
if ((((int32_t)L_68) > ((int32_t)4)))
|
|
{
|
|
goto IL_0312;
|
|
}
|
|
}
|
|
{
|
|
__this->set_m_Syntax_18((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC *)NULL);
|
|
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A ** L_69 = ___e2;
|
|
*((RuntimeObject **)L_69) = (RuntimeObject *)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_69, (void*)(RuntimeObject *)NULL);
|
|
uint64_t L_70 = __this->get_m_Flags_20();
|
|
__this->set_m_Flags_20(((int64_t)((int64_t)L_70&(int64_t)(((int64_t)((int64_t)((int32_t)524288)))))));
|
|
return;
|
|
}
|
|
|
|
IL_0256:
|
|
{
|
|
int32_t L_71 = ___err0;
|
|
if (L_71)
|
|
{
|
|
goto IL_0267;
|
|
}
|
|
}
|
|
{
|
|
bool L_72 = Uri_InFact_m4CE890C86FA34154A044516D2F3C9463389220D7(__this, (((int64_t)((int64_t)((int32_t)67108864)))), /*hidden argument*/NULL);
|
|
if (!L_72)
|
|
{
|
|
goto IL_026f;
|
|
}
|
|
}
|
|
|
|
IL_0267:
|
|
{
|
|
Uri_SetUserDrivenParsing_m0368CB47B9E9C35CB49B3F02DBE8DFED8756226B(__this, /*hidden argument*/NULL);
|
|
goto IL_027c;
|
|
}
|
|
|
|
IL_026f:
|
|
{
|
|
int32_t L_73 = ___uriKind1;
|
|
if ((!(((uint32_t)L_73) == ((uint32_t)2))))
|
|
{
|
|
goto IL_027c;
|
|
}
|
|
}
|
|
{
|
|
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A ** L_74 = ___e2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A * L_75 = Uri_GetException_m2E833A8358C84BCF0397341160FADB1164290164(((int32_t)12), /*hidden argument*/NULL);
|
|
*((RuntimeObject **)L_74) = (RuntimeObject *)L_75;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_74, (void*)(RuntimeObject *)L_75);
|
|
}
|
|
|
|
IL_027c:
|
|
{
|
|
bool L_76 = __this->get_m_iriParsing_22();
|
|
bool L_77 = V_0;
|
|
if (!((int32_t)((int32_t)L_76&(int32_t)L_77)))
|
|
{
|
|
goto IL_0312;
|
|
}
|
|
}
|
|
{
|
|
Uri_EnsureParseRemaining_m33815B5767FAFADB762F7E39364E6432340F210B(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0290:
|
|
{
|
|
int32_t L_78 = ___err0;
|
|
if (!L_78)
|
|
{
|
|
goto IL_0303;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_79 = ___uriKind1;
|
|
if ((((int32_t)L_79) == ((int32_t)1)))
|
|
{
|
|
goto IL_0303;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_80 = ___err0;
|
|
if ((((int32_t)L_80) > ((int32_t)4)))
|
|
{
|
|
goto IL_0303;
|
|
}
|
|
}
|
|
{
|
|
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A ** L_81 = ___e2;
|
|
*((RuntimeObject **)L_81) = (RuntimeObject *)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_81, (void*)(RuntimeObject *)NULL);
|
|
uint64_t L_82 = __this->get_m_Flags_20();
|
|
__this->set_m_Flags_20(((int64_t)((int64_t)L_82&(int64_t)((int64_t)8590458880LL))));
|
|
bool L_83 = __this->get_m_iriParsing_22();
|
|
bool L_84 = V_0;
|
|
if (!((int32_t)((int32_t)L_83&(int32_t)L_84)))
|
|
{
|
|
goto IL_0312;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_85 = __this->get_m_originalUnicodeString_17();
|
|
String_t* L_86 = __this->get_m_originalUnicodeString_17();
|
|
NullCheck(L_86);
|
|
int32_t L_87 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_86, /*hidden argument*/NULL);
|
|
String_t* L_88 = Uri_EscapeUnescapeIri_mDE5E4BAE74E2C2373AD186732FEE7AD6E0EA7180(__this, L_85, 0, L_87, 0, /*hidden argument*/NULL);
|
|
__this->set_m_String_16(L_88);
|
|
}
|
|
|
|
IL_02dd:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var);
|
|
bool L_89 = UriParser_get_ShouldUseLegacyV2Quirks_mD4C8DF67677ACCCC3B5E026099ECC0BDA24D96DD(/*hidden argument*/NULL);
|
|
if (!L_89)
|
|
{
|
|
goto IL_02f6;
|
|
}
|
|
}
|
|
|
|
IL_02e4:
|
|
{
|
|
String_t* L_90 = __this->get_m_String_16();
|
|
NullCheck(L_90);
|
|
String_t* L_91 = String_Normalize_m331F324C5A5E95FF79E2AB44A0C454324E91F7C6(L_90, 1, /*hidden argument*/NULL);
|
|
__this->set_m_String_16(L_91);
|
|
}
|
|
|
|
IL_02f6:
|
|
{
|
|
goto IL_0312;
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_02f8;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_02f8:
|
|
{ // begin catch(System.ArgumentException)
|
|
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A ** L_92 = ___e2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A * L_93 = Uri_GetException_m2E833A8358C84BCF0397341160FADB1164290164(1, /*hidden argument*/NULL);
|
|
*((RuntimeObject **)L_92) = (RuntimeObject *)L_93;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_92, (void*)(RuntimeObject *)L_93);
|
|
goto IL_0312;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0303:
|
|
{
|
|
__this->set_m_String_16((String_t*)NULL);
|
|
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A ** L_94 = ___e2;
|
|
int32_t L_95 = ___err0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A * L_96 = Uri_GetException_m2E833A8358C84BCF0397341160FADB1164290164(L_95, /*hidden argument*/NULL);
|
|
*((RuntimeObject **)L_94) = (RuntimeObject *)L_96;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_94, (void*)(RuntimeObject *)L_96);
|
|
}
|
|
|
|
IL_0312:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean System.Uri::CheckForConfigLoad(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_CheckForConfigLoad_m13002EFBBFD437183ED0A7FCBE5681C510996B0F (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, String_t* ___data0, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
int32_t V_1 = 0;
|
|
Il2CppChar* V_2 = NULL;
|
|
String_t* V_3 = NULL;
|
|
int32_t V_4 = 0;
|
|
{
|
|
V_0 = (bool)0;
|
|
String_t* L_0 = ___data0;
|
|
NullCheck(L_0);
|
|
int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_0, /*hidden argument*/NULL);
|
|
V_1 = L_1;
|
|
String_t* L_2 = ___data0;
|
|
V_3 = L_2;
|
|
String_t* L_3 = V_3;
|
|
V_2 = (Il2CppChar*)(((uintptr_t)L_3));
|
|
Il2CppChar* L_4 = V_2;
|
|
if (!L_4)
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_5 = V_2;
|
|
int32_t L_6 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL);
|
|
V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_5, (int32_t)L_6));
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
V_4 = 0;
|
|
goto IL_007d;
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
Il2CppChar* L_7 = V_2;
|
|
int32_t L_8 = V_4;
|
|
int32_t L_9 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_7, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_8)), (int32_t)2)))));
|
|
if ((((int32_t)L_9) > ((int32_t)((int32_t)127))))
|
|
{
|
|
goto IL_0073;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_10 = V_2;
|
|
int32_t L_11 = V_4;
|
|
int32_t L_12 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_11)), (int32_t)2)))));
|
|
if ((((int32_t)L_12) == ((int32_t)((int32_t)37))))
|
|
{
|
|
goto IL_0073;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_13 = V_2;
|
|
int32_t L_14 = V_4;
|
|
int32_t L_15 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_13, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_14)), (int32_t)2)))));
|
|
if ((!(((uint32_t)L_15) == ((uint32_t)((int32_t)120)))))
|
|
{
|
|
goto IL_0077;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_16 = V_4;
|
|
int32_t L_17 = V_1;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)3))) >= ((int32_t)L_17)))
|
|
{
|
|
goto IL_0077;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_18 = V_2;
|
|
int32_t L_19 = V_4;
|
|
int32_t L_20 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_18, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)))), (int32_t)2)))));
|
|
if ((!(((uint32_t)L_20) == ((uint32_t)((int32_t)110)))))
|
|
{
|
|
goto IL_0077;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_21 = V_2;
|
|
int32_t L_22 = V_4;
|
|
int32_t L_23 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_21, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)2)))), (int32_t)2)))));
|
|
if ((!(((uint32_t)L_23) == ((uint32_t)((int32_t)45)))))
|
|
{
|
|
goto IL_0077;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_24 = V_2;
|
|
int32_t L_25 = V_4;
|
|
int32_t L_26 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_24, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)3)))), (int32_t)2)))));
|
|
if ((!(((uint32_t)L_26) == ((uint32_t)((int32_t)45)))))
|
|
{
|
|
goto IL_0077;
|
|
}
|
|
}
|
|
|
|
IL_0073:
|
|
{
|
|
V_0 = (bool)1;
|
|
goto IL_0082;
|
|
}
|
|
|
|
IL_0077:
|
|
{
|
|
int32_t L_27 = V_4;
|
|
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1));
|
|
}
|
|
|
|
IL_007d:
|
|
{
|
|
int32_t L_28 = V_4;
|
|
int32_t L_29 = V_1;
|
|
if ((((int32_t)L_28) < ((int32_t)L_29)))
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
|
|
IL_0082:
|
|
{
|
|
V_3 = (String_t*)NULL;
|
|
bool L_30 = V_0;
|
|
return L_30;
|
|
}
|
|
}
|
|
// System.Boolean System.Uri::CheckForUnicode(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_CheckForUnicode_m78E4938E82EE352BD5D8493AE0314224BC2543CD (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, String_t* ___data0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Uri_CheckForUnicode_m78E4938E82EE352BD5D8493AE0314224BC2543CD_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
{
|
|
V_0 = (bool)0;
|
|
String_t* L_0 = ___data0;
|
|
NullCheck(L_0);
|
|
int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_0, /*hidden argument*/NULL);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_2 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)L_1);
|
|
V_1 = L_2;
|
|
V_2 = 0;
|
|
String_t* L_3 = ___data0;
|
|
String_t* L_4 = ___data0;
|
|
NullCheck(L_4);
|
|
int32_t L_5 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_4, /*hidden argument*/NULL);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_6 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tA44F3057604BAA4E6EF06A8EE4E6825D471592DF_il2cpp_TypeInfo_var);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_7 = UriHelper_UnescapeString_mC172F713349E3D22985A92BC4F5B51D0BCEE61AF(L_3, 0, L_5, L_6, (int32_t*)(&V_2), ((int32_t)65535), ((int32_t)65535), ((int32_t)65535), ((int32_t)10), (UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC *)NULL, (bool)0, /*hidden argument*/NULL);
|
|
V_1 = L_7;
|
|
V_3 = 0;
|
|
goto IL_0047;
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_8 = V_1;
|
|
int32_t L_9 = V_3;
|
|
NullCheck(L_8);
|
|
int32_t L_10 = L_9;
|
|
uint16_t L_11 = (uint16_t)(L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
|
|
if ((((int32_t)L_11) <= ((int32_t)((int32_t)127))))
|
|
{
|
|
goto IL_0043;
|
|
}
|
|
}
|
|
{
|
|
V_0 = (bool)1;
|
|
goto IL_004b;
|
|
}
|
|
|
|
IL_0043:
|
|
{
|
|
int32_t L_12 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_0047:
|
|
{
|
|
int32_t L_13 = V_3;
|
|
int32_t L_14 = V_2;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
|
|
IL_004b:
|
|
{
|
|
bool L_15 = V_0;
|
|
return L_15;
|
|
}
|
|
}
|
|
// System.Boolean System.Uri::CheckForEscapedUnreserved(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_CheckForEscapedUnreserved_mFE708A44EC74C7E773B96B82CD9A5DF25EF97D4A (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, String_t* ___data0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Uri_CheckForEscapedUnreserved_mFE708A44EC74C7E773B96B82CD9A5DF25EF97D4A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Il2CppChar* V_0 = NULL;
|
|
String_t* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
Il2CppChar V_3 = 0x0;
|
|
{
|
|
String_t* L_0 = ___data0;
|
|
V_1 = L_0;
|
|
String_t* L_1 = V_1;
|
|
V_0 = (Il2CppChar*)(((uintptr_t)L_1));
|
|
Il2CppChar* L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_3 = V_0;
|
|
int32_t L_4 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL);
|
|
V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_3, (int32_t)L_4));
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
V_2 = 0;
|
|
goto IL_0087;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
Il2CppChar* L_5 = V_0;
|
|
int32_t L_6 = V_2;
|
|
int32_t L_7 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_5, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_6)), (int32_t)2)))));
|
|
if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)37)))))
|
|
{
|
|
goto IL_0083;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_8 = V_0;
|
|
int32_t L_9 = V_2;
|
|
int32_t L_10 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_8, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)))), (int32_t)2)))));
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
bool L_11 = Uri_IsHexDigit_m3B2881FA99F0B2197F8017E70C3AE6EBF9849836(L_10, /*hidden argument*/NULL);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0083;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_12 = V_0;
|
|
int32_t L_13 = V_2;
|
|
int32_t L_14 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)2)))), (int32_t)2)))));
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
bool L_15 = Uri_IsHexDigit_m3B2881FA99F0B2197F8017E70C3AE6EBF9849836(L_14, /*hidden argument*/NULL);
|
|
if (!L_15)
|
|
{
|
|
goto IL_0083;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_16 = V_0;
|
|
int32_t L_17 = V_2;
|
|
int32_t L_18 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_16, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)))), (int32_t)2)))));
|
|
if ((((int32_t)L_18) < ((int32_t)((int32_t)48))))
|
|
{
|
|
goto IL_0083;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_19 = V_0;
|
|
int32_t L_20 = V_2;
|
|
int32_t L_21 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_19, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)))), (int32_t)2)))));
|
|
if ((((int32_t)L_21) > ((int32_t)((int32_t)55))))
|
|
{
|
|
goto IL_0083;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_22 = V_0;
|
|
int32_t L_23 = V_2;
|
|
int32_t L_24 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_22, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)))), (int32_t)2)))));
|
|
Il2CppChar* L_25 = V_0;
|
|
int32_t L_26 = V_2;
|
|
int32_t L_27 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_25, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)2)))), (int32_t)2)))));
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tA44F3057604BAA4E6EF06A8EE4E6825D471592DF_il2cpp_TypeInfo_var);
|
|
Il2CppChar L_28 = UriHelper_EscapedAscii_m06D556717795E649EBBB30E4CBCF3D221C1FEB78(L_24, L_27, /*hidden argument*/NULL);
|
|
V_3 = L_28;
|
|
Il2CppChar L_29 = V_3;
|
|
if ((((int32_t)L_29) == ((int32_t)((int32_t)65535))))
|
|
{
|
|
goto IL_0083;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_30 = V_3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tA44F3057604BAA4E6EF06A8EE4E6825D471592DF_il2cpp_TypeInfo_var);
|
|
bool L_31 = UriHelper_Is3986Unreserved_m3799F2ADA8C63DDB4995F82B974C8EC1DEEBA76A(L_30, /*hidden argument*/NULL);
|
|
if (!L_31)
|
|
{
|
|
goto IL_0083;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0083:
|
|
{
|
|
int32_t L_32 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1));
|
|
}
|
|
|
|
IL_0087:
|
|
{
|
|
int32_t L_33 = V_2;
|
|
String_t* L_34 = ___data0;
|
|
NullCheck(L_34);
|
|
int32_t L_35 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_34, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_33) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_35, (int32_t)2)))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
V_1 = (String_t*)NULL;
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Uri::TryCreate(System.String,System.UriKind,System.Uri&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_TryCreate_mEEB6736FEDAF52AAE36ACC1EA1EC8CEBB7C52DAB (String_t* ___uriString0, int32_t ___uriKind1, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** ___result2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Uri_TryCreate_mEEB6736FEDAF52AAE36ACC1EA1EC8CEBB7C52DAB_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A * V_0 = NULL;
|
|
{
|
|
String_t* L_0 = ___uriString0;
|
|
if (L_0)
|
|
{
|
|
goto IL_0008;
|
|
}
|
|
}
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** L_1 = ___result2;
|
|
*((RuntimeObject **)L_1) = (RuntimeObject *)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_1, (void*)(RuntimeObject *)NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0008:
|
|
{
|
|
V_0 = (UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A *)NULL;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** L_2 = ___result2;
|
|
String_t* L_3 = ___uriString0;
|
|
int32_t L_4 = ___uriKind1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_5 = Uri_CreateHelper_m024137C47351CA9959E4AC66F9443AEEE87D89C0(L_3, (bool)0, L_4, (UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A **)(&V_0), /*hidden argument*/NULL);
|
|
*((RuntimeObject **)L_2) = (RuntimeObject *)L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_2, (void*)(RuntimeObject *)L_5);
|
|
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A * L_6 = V_0;
|
|
if (L_6)
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** L_7 = ___result2;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_8 = *((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E **)L_7);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
bool L_9 = Uri_op_Inequality_m07015206F59460E87CDE2A8D303D5712E30A7F6B(L_8, (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)NULL, /*hidden argument*/NULL);
|
|
return L_9;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Uri::TryCreate(System.Uri,System.String,System.Uri&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_TryCreate_m316D4E583F6B9F2301013F71888B31391A2D6200 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___baseUri0, String_t* ___relativeUri1, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** ___result2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Uri_TryCreate_m316D4E583F6B9F2301013F71888B31391A2D6200_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * V_0 = NULL;
|
|
{
|
|
String_t* L_0 = ___relativeUri1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
bool L_1 = Uri_TryCreate_mEEB6736FEDAF52AAE36ACC1EA1EC8CEBB7C52DAB(L_0, ((int32_t)300), (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E **)(&V_0), /*hidden argument*/NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_2 = V_0;
|
|
NullCheck(L_2);
|
|
bool L_3 = Uri_get_IsAbsoluteUri_m8C189085F1C675DBC3148AA70C38074EC075D722(L_2, /*hidden argument*/NULL);
|
|
if (L_3)
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_4 = ___baseUri0;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_5 = V_0;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** L_6 = ___result2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
bool L_7 = Uri_TryCreate_mE8F008B45027E74D51E128580848C70C39480F05(L_4, L_5, (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E **)L_6, /*hidden argument*/NULL);
|
|
return L_7;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** L_8 = ___result2;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_9 = V_0;
|
|
*((RuntimeObject **)L_8) = (RuntimeObject *)L_9;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_8, (void*)(RuntimeObject *)L_9);
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** L_10 = ___result2;
|
|
*((RuntimeObject **)L_10) = (RuntimeObject *)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_10, (void*)(RuntimeObject *)NULL);
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Uri::TryCreate(System.Uri,System.Uri,System.Uri&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_TryCreate_mE8F008B45027E74D51E128580848C70C39480F05 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___baseUri0, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___relativeUri1, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** ___result2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Uri_TryCreate_mE8F008B45027E74D51E128580848C70C39480F05_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A * V_0 = NULL;
|
|
String_t* V_1 = NULL;
|
|
bool V_2 = false;
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** L_0 = ___result2;
|
|
*((RuntimeObject **)L_0) = (RuntimeObject *)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_0, (void*)(RuntimeObject *)NULL);
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_1 = ___baseUri0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0009;
|
|
}
|
|
}
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_2 = ___relativeUri1;
|
|
if (L_2)
|
|
{
|
|
goto IL_000b;
|
|
}
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_3 = ___baseUri0;
|
|
NullCheck(L_3);
|
|
bool L_4 = Uri_get_IsNotAbsoluteUri_mF9706123EB027C6E9AB263B98CE58CF319A22919(L_3, /*hidden argument*/NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
V_1 = (String_t*)NULL;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_5 = ___baseUri0;
|
|
NullCheck(L_5);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_6 = Uri_get_Syntax_m3DB6A5D9E6FC3E0D0A63EA8A4527AF4106F9BD78_inline(L_5, /*hidden argument*/NULL);
|
|
NullCheck(L_6);
|
|
bool L_7 = UriParser_get_IsSimple_mDDB03A5F6EEE6E92926A386655E5BBD553719B9C(L_6, /*hidden argument*/NULL);
|
|
if (!L_7)
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_8 = ___relativeUri1;
|
|
NullCheck(L_8);
|
|
bool L_9 = Uri_get_UserEscaped_m8F29E9A593E84E66DD4AC06CBD5880B93A5F0307(L_8, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** L_10 = ___result2;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_11 = ___baseUri0;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_12 = ___relativeUri1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_13 = Uri_ResolveHelper_mEDF1549C3E9AC1CF6177DCF93B17D574411916BC(L_11, L_12, (String_t**)(&V_1), (bool*)(&V_2), (UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A **)(&V_0), /*hidden argument*/NULL);
|
|
*((RuntimeObject **)L_10) = (RuntimeObject *)L_13;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_10, (void*)(RuntimeObject *)L_13);
|
|
goto IL_004e;
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
V_2 = (bool)0;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_14 = ___baseUri0;
|
|
NullCheck(L_14);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_15 = Uri_get_Syntax_m3DB6A5D9E6FC3E0D0A63EA8A4527AF4106F9BD78_inline(L_14, /*hidden argument*/NULL);
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_16 = ___baseUri0;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_17 = ___relativeUri1;
|
|
NullCheck(L_15);
|
|
String_t* L_18 = UriParser_InternalResolve_m2A027789CB5105E32B09810E81810E8E35DD1F26(L_15, L_16, L_17, (UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A **)(&V_0), /*hidden argument*/NULL);
|
|
V_1 = L_18;
|
|
}
|
|
|
|
IL_004e:
|
|
{
|
|
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A * L_19 = V_0;
|
|
if (!L_19)
|
|
{
|
|
goto IL_0053;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0053:
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** L_20 = ___result2;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_21 = *((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E **)L_20);
|
|
if (L_21)
|
|
{
|
|
goto IL_0063;
|
|
}
|
|
}
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** L_22 = ___result2;
|
|
String_t* L_23 = V_1;
|
|
bool L_24 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_25 = Uri_CreateHelper_m024137C47351CA9959E4AC66F9443AEEE87D89C0(L_23, L_24, 1, (UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A **)(&V_0), /*hidden argument*/NULL);
|
|
*((RuntimeObject **)L_22) = (RuntimeObject *)L_25;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_22, (void*)(RuntimeObject *)L_25);
|
|
}
|
|
|
|
IL_0063:
|
|
{
|
|
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A * L_26 = V_0;
|
|
if (L_26)
|
|
{
|
|
goto IL_0078;
|
|
}
|
|
}
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** L_27 = ___result2;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_28 = *((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E **)L_27);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
bool L_29 = Uri_op_Inequality_m07015206F59460E87CDE2A8D303D5712E30A7F6B(L_28, (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)NULL, /*hidden argument*/NULL);
|
|
if (!L_29)
|
|
{
|
|
goto IL_0078;
|
|
}
|
|
}
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** L_30 = ___result2;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_31 = *((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E **)L_30);
|
|
NullCheck(L_31);
|
|
bool L_32 = Uri_get_IsAbsoluteUri_m8C189085F1C675DBC3148AA70C38074EC075D722(L_31, /*hidden argument*/NULL);
|
|
return L_32;
|
|
}
|
|
|
|
IL_0078:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.String System.Uri::GetComponents(System.UriComponents,System.UriFormat)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_GetComponents_m0346CA8037531DE1FC630775E0BD1F5D1E7920B6 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, int32_t ___components0, int32_t ___format1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Uri_GetComponents_m0346CA8037531DE1FC630775E0BD1F5D1E7920B6_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = ___components0;
|
|
if (!((int32_t)((int32_t)L_0&(int32_t)((int32_t)-2147483648LL))))
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = ___components0;
|
|
if ((((int32_t)L_1) == ((int32_t)((int32_t)-2147483648LL))))
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = ___components0;
|
|
int32_t L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(UriComponents_tE42D5229291668DE73323E1C519E4E1459A64CFF_il2cpp_TypeInfo_var, &L_3);
|
|
String_t* L_5 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral4931F5B26E4E3B67A69DCEAE7622810683E83201, /*hidden argument*/NULL);
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_6 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m755B01B4B4595B447596E3281F22FD7CE6DAE378(L_6, _stringLiteralC212F08ED1157AE268FD83D142AFD5CCD48664B2, L_4, L_5, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, Uri_GetComponents_m0346CA8037531DE1FC630775E0BD1F5D1E7920B6_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
int32_t L_7 = ___format1;
|
|
if (!((int32_t)((int32_t)L_7&(int32_t)((int32_t)-4))))
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_8 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_8, _stringLiteral785987648F85190CFDE9EADC69FC7C46FE8A7433, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, Uri_GetComponents_m0346CA8037531DE1FC630775E0BD1F5D1E7920B6_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
bool L_9 = Uri_get_IsNotAbsoluteUri_mF9706123EB027C6E9AB263B98CE58CF319A22919(__this, /*hidden argument*/NULL);
|
|
if (!L_9)
|
|
{
|
|
goto IL_0065;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_10 = ___components0;
|
|
if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)-2147483648LL)))))
|
|
{
|
|
goto IL_0055;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_11 = ___format1;
|
|
String_t* L_12 = Uri_GetRelativeSerializationString_m5D0CD02E255BB96532F056BB382CF7D74D62BE58(__this, L_11, /*hidden argument*/NULL);
|
|
return L_12;
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
String_t* L_13 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral12B6FF7C47BB4C2C973EF6E38B06B1AD0DACA96F, /*hidden argument*/NULL);
|
|
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_14 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
|
|
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_14, L_13, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, Uri_GetComponents_m0346CA8037531DE1FC630775E0BD1F5D1E7920B6_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0065:
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_15 = Uri_get_Syntax_m3DB6A5D9E6FC3E0D0A63EA8A4527AF4106F9BD78_inline(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_15);
|
|
bool L_16 = UriParser_get_IsSimple_mDDB03A5F6EEE6E92926A386655E5BBD553719B9C(L_15, /*hidden argument*/NULL);
|
|
if (!L_16)
|
|
{
|
|
goto IL_007b;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_17 = ___components0;
|
|
int32_t L_18 = ___format1;
|
|
String_t* L_19 = Uri_GetComponentsHelper_m28B0D80FD94A40685C0F70652AB26755C457B2D3(__this, L_17, L_18, /*hidden argument*/NULL);
|
|
return L_19;
|
|
}
|
|
|
|
IL_007b:
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_20 = Uri_get_Syntax_m3DB6A5D9E6FC3E0D0A63EA8A4527AF4106F9BD78_inline(__this, /*hidden argument*/NULL);
|
|
int32_t L_21 = ___components0;
|
|
int32_t L_22 = ___format1;
|
|
NullCheck(L_20);
|
|
String_t* L_23 = UriParser_InternalGetComponents_mFD4B211C71E0506AE4E4E99D92ECAF1780CE4674(L_20, __this, L_21, L_22, /*hidden argument*/NULL);
|
|
return L_23;
|
|
}
|
|
}
|
|
// System.Boolean System.Uri::IsWellFormedOriginalString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_IsWellFormedOriginalString_m2974FFAEE0D9D4FF07700D40CEDE63599F5A9B0A (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = Uri_get_IsNotAbsoluteUri_mF9706123EB027C6E9AB263B98CE58CF319A22919(__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_1 = Uri_get_Syntax_m3DB6A5D9E6FC3E0D0A63EA8A4527AF4106F9BD78_inline(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_1);
|
|
bool L_2 = UriParser_get_IsSimple_mDDB03A5F6EEE6E92926A386655E5BBD553719B9C(L_1, /*hidden argument*/NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
bool L_3 = Uri_InternalIsWellFormedOriginalString_mC5B6EDD6C06519FC6E5176DB89237CCCFFE56CAB(__this, /*hidden argument*/NULL);
|
|
return L_3;
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_4 = Uri_get_Syntax_m3DB6A5D9E6FC3E0D0A63EA8A4527AF4106F9BD78_inline(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_4);
|
|
bool L_5 = UriParser_InternalIsWellFormedOriginalString_mC28478C9513F7B7C7B38CFE1660C6B10D2F4F973(L_4, __this, /*hidden argument*/NULL);
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Boolean System.Uri::IsWellFormedUriString(System.String,System.UriKind)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_IsWellFormedUriString_m5731DF3A30779B3E4A491CE7CB11F2AAAA89AD3E (String_t* ___uriString0, int32_t ___uriKind1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Uri_IsWellFormedUriString_m5731DF3A30779B3E4A491CE7CB11F2AAAA89AD3E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * V_0 = NULL;
|
|
{
|
|
int32_t L_0 = ___uriKind1;
|
|
if (L_0)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
___uriKind1 = ((int32_t)300);
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
String_t* L_1 = ___uriString0;
|
|
int32_t L_2 = ___uriKind1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
bool L_3 = Uri_TryCreate_mEEB6736FEDAF52AAE36ACC1EA1EC8CEBB7C52DAB(L_1, L_2, (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E **)(&V_0), /*hidden argument*/NULL);
|
|
if (L_3)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_4 = V_0;
|
|
NullCheck(L_4);
|
|
bool L_5 = Uri_IsWellFormedOriginalString_m2974FFAEE0D9D4FF07700D40CEDE63599F5A9B0A(L_4, /*hidden argument*/NULL);
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Boolean System.Uri::InternalIsWellFormedOriginalString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_InternalIsWellFormedOriginalString_mC5B6EDD6C06519FC6E5176DB89237CCCFFE56CAB (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Uri_InternalIsWellFormedOriginalString_mC5B6EDD6C06519FC6E5176DB89237CCCFFE56CAB_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Il2CppChar* V_0 = NULL;
|
|
String_t* V_1 = NULL;
|
|
uint16_t V_2 = 0;
|
|
uint64_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
{
|
|
bool L_0 = Uri_get_UserDrivenParsing_mFF27964894B5C0432C37E425F319D6C915BCDC39(__this, /*hidden argument*/NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = L_1;
|
|
Type_t * L_3 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_3);
|
|
String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, L_3);
|
|
NullCheck(L_2);
|
|
ArrayElementTypeCheck (L_2, L_4);
|
|
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_4);
|
|
String_t* L_5 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteral685AA46800DA1134A27CF09D92AB8FB9481ABE68, L_2, /*hidden argument*/NULL);
|
|
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_6 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
|
|
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_6, L_5, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, Uri_InternalIsWellFormedOriginalString_mC5B6EDD6C06519FC6E5176DB89237CCCFFE56CAB_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
String_t* L_7 = __this->get_m_String_16();
|
|
V_1 = L_7;
|
|
String_t* L_8 = V_1;
|
|
V_0 = (Il2CppChar*)(((uintptr_t)L_8));
|
|
Il2CppChar* L_9 = V_0;
|
|
if (!L_9)
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_10 = V_0;
|
|
int32_t L_11 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL);
|
|
V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_10, (int32_t)L_11));
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
V_2 = (uint16_t)0;
|
|
bool L_12 = Uri_get_IsAbsoluteUri_m8C189085F1C675DBC3148AA70C38074EC075D722(__this, /*hidden argument*/NULL);
|
|
if (L_12)
|
|
{
|
|
goto IL_0082;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var);
|
|
bool L_13 = UriParser_get_ShouldUseLegacyV2Quirks_mD4C8DF67677ACCCC3B5E026099ECC0BDA24D96DD(/*hidden argument*/NULL);
|
|
if (L_13)
|
|
{
|
|
goto IL_0061;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_14 = __this->get_m_String_16();
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
bool L_15 = Uri_CheckForColonInFirstPathSegment_m0CA1C6C6FD02FBDDDD64096E12156699BDA97308(L_14, /*hidden argument*/NULL);
|
|
if (!L_15)
|
|
{
|
|
goto IL_0061;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0061:
|
|
{
|
|
Il2CppChar* L_16 = V_0;
|
|
String_t* L_17 = __this->get_m_String_16();
|
|
NullCheck(L_17);
|
|
int32_t L_18 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_17, /*hidden argument*/NULL);
|
|
int32_t L_19 = Uri_CheckCanonical_mED3910E55213D1DFEAA5B33079E3A89D369B10B6(__this, (Il2CppChar*)(Il2CppChar*)L_16, (uint16_t*)(&V_2), (uint16_t)(((int32_t)((uint16_t)L_18))), ((int32_t)65534), /*hidden argument*/NULL);
|
|
return (bool)((((int32_t)((int32_t)((int32_t)L_19&(int32_t)((int32_t)17)))) == ((int32_t)1))? 1 : 0);
|
|
}
|
|
|
|
IL_0082:
|
|
{
|
|
bool L_20 = Uri_get_IsImplicitFile_m048350CB1E9AB92599F1557680A5D3B5FDE7C35D(__this, /*hidden argument*/NULL);
|
|
if (!L_20)
|
|
{
|
|
goto IL_008c;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_008c:
|
|
{
|
|
Uri_EnsureParseRemaining_m33815B5767FAFADB762F7E39364E6432340F210B(__this, /*hidden argument*/NULL);
|
|
uint64_t L_21 = __this->get_m_Flags_20();
|
|
V_3 = ((int64_t)((int64_t)L_21&(int64_t)((int64_t)8246337216384LL)));
|
|
uint64_t L_22 = V_3;
|
|
if (!((int64_t)((int64_t)((int64_t)((int64_t)L_22&(int64_t)(((int64_t)((int64_t)((int32_t)8064))))))&(int64_t)(((int64_t)((int64_t)((int32_t)7296)))))))
|
|
{
|
|
goto IL_0122;
|
|
}
|
|
}
|
|
{
|
|
bool L_23 = __this->get_m_iriParsing_22();
|
|
if (!L_23)
|
|
{
|
|
goto IL_0120;
|
|
}
|
|
}
|
|
{
|
|
bool L_24 = __this->get_m_iriParsing_22();
|
|
if (!L_24)
|
|
{
|
|
goto IL_0122;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_25 = V_3;
|
|
if (!((int64_t)((int64_t)L_25&(int64_t)(((int64_t)((int64_t)((int32_t)128)))))))
|
|
{
|
|
goto IL_00db;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_26 = V_3;
|
|
if (((int64_t)((int64_t)L_26&(int64_t)((int64_t)549755813888LL))))
|
|
{
|
|
goto IL_0122;
|
|
}
|
|
}
|
|
|
|
IL_00db:
|
|
{
|
|
uint64_t L_27 = V_3;
|
|
if (!((int64_t)((int64_t)L_27&(int64_t)(((int64_t)((int64_t)((int32_t)1024)))))))
|
|
{
|
|
goto IL_00f2;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_28 = V_3;
|
|
if (((int64_t)((int64_t)L_28&(int64_t)((int64_t)1099511627776LL))))
|
|
{
|
|
goto IL_0122;
|
|
}
|
|
}
|
|
|
|
IL_00f2:
|
|
{
|
|
uint64_t L_29 = V_3;
|
|
if (!((int64_t)((int64_t)L_29&(int64_t)(((int64_t)((int64_t)((int32_t)2048)))))))
|
|
{
|
|
goto IL_0109;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_30 = V_3;
|
|
if (((int64_t)((int64_t)L_30&(int64_t)((int64_t)2199023255552LL))))
|
|
{
|
|
goto IL_0122;
|
|
}
|
|
}
|
|
|
|
IL_0109:
|
|
{
|
|
uint64_t L_31 = V_3;
|
|
if (!((int64_t)((int64_t)L_31&(int64_t)(((int64_t)((int64_t)((int32_t)4096)))))))
|
|
{
|
|
goto IL_0120;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_32 = V_3;
|
|
if (((int64_t)((int64_t)L_32&(int64_t)((int64_t)4398046511104LL))))
|
|
{
|
|
goto IL_0122;
|
|
}
|
|
}
|
|
|
|
IL_0120:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0122:
|
|
{
|
|
bool L_33 = Uri_InFact_m4CE890C86FA34154A044516D2F3C9463389220D7(__this, (((int64_t)((int64_t)((int32_t)1048576)))), /*hidden argument*/NULL);
|
|
if (!L_33)
|
|
{
|
|
goto IL_01d9;
|
|
}
|
|
}
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_34 = __this->get_m_Info_21();
|
|
NullCheck(L_34);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_35 = L_34->get_address_of_Offset_3();
|
|
uint16_t L_36 = L_35->get_Scheme_0();
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_37 = __this->get_m_Syntax_18();
|
|
NullCheck(L_37);
|
|
String_t* L_38 = UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1_inline(L_37, /*hidden argument*/NULL);
|
|
NullCheck(L_38);
|
|
int32_t L_39 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_38, /*hidden argument*/NULL);
|
|
V_2 = (uint16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)L_39)), (int32_t)2)))));
|
|
uint16_t L_40 = V_2;
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_41 = __this->get_m_Info_21();
|
|
NullCheck(L_41);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_42 = L_41->get_address_of_Offset_3();
|
|
uint16_t L_43 = L_42->get_User_1();
|
|
if ((((int32_t)L_40) >= ((int32_t)L_43)))
|
|
{
|
|
goto IL_018d;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_44 = __this->get_m_String_16();
|
|
uint16_t L_45 = V_2;
|
|
NullCheck(L_44);
|
|
Il2CppChar L_46 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_44, ((int32_t)il2cpp_codegen_subtract((int32_t)L_45, (int32_t)1)), /*hidden argument*/NULL);
|
|
if ((((int32_t)L_46) == ((int32_t)((int32_t)92))))
|
|
{
|
|
goto IL_018d;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_47 = __this->get_m_String_16();
|
|
uint16_t L_48 = V_2;
|
|
NullCheck(L_47);
|
|
Il2CppChar L_49 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_47, L_48, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_49) == ((uint32_t)((int32_t)92)))))
|
|
{
|
|
goto IL_018f;
|
|
}
|
|
}
|
|
|
|
IL_018d:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_018f:
|
|
{
|
|
bool L_50 = Uri_InFact_m4CE890C86FA34154A044516D2F3C9463389220D7(__this, (((int64_t)((int64_t)((int32_t)402653184)))), /*hidden argument*/NULL);
|
|
if (!L_50)
|
|
{
|
|
goto IL_01d9;
|
|
}
|
|
}
|
|
{
|
|
goto IL_01a1;
|
|
}
|
|
|
|
IL_019f:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_01a1:
|
|
{
|
|
uint16_t L_51 = V_2;
|
|
int32_t L_52 = (((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)1)))));
|
|
V_2 = (uint16_t)L_52;
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_53 = __this->get_m_Info_21();
|
|
NullCheck(L_53);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_54 = L_53->get_address_of_Offset_3();
|
|
uint16_t L_55 = L_54->get_User_1();
|
|
if ((((int32_t)L_52) >= ((int32_t)L_55)))
|
|
{
|
|
goto IL_01d9;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_56 = __this->get_m_String_16();
|
|
uint16_t L_57 = V_2;
|
|
NullCheck(L_56);
|
|
Il2CppChar L_58 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_56, L_57, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_58) == ((int32_t)((int32_t)47))))
|
|
{
|
|
goto IL_019f;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_59 = __this->get_m_String_16();
|
|
uint16_t L_60 = V_2;
|
|
NullCheck(L_59);
|
|
Il2CppChar L_61 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_59, L_60, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_61) == ((int32_t)((int32_t)92))))
|
|
{
|
|
goto IL_019f;
|
|
}
|
|
}
|
|
|
|
IL_01d9:
|
|
{
|
|
bool L_62 = Uri_InFact_m4CE890C86FA34154A044516D2F3C9463389220D7(__this, (((int64_t)((int64_t)((int32_t)16384)))), /*hidden argument*/NULL);
|
|
if (!L_62)
|
|
{
|
|
goto IL_020b;
|
|
}
|
|
}
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_63 = __this->get_m_Info_21();
|
|
NullCheck(L_63);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_64 = L_63->get_address_of_Offset_3();
|
|
uint16_t L_65 = L_64->get_Query_5();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_66 = __this->get_m_Info_21();
|
|
NullCheck(L_66);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_67 = L_66->get_address_of_Offset_3();
|
|
uint16_t L_68 = L_67->get_Path_4();
|
|
if ((((int32_t)L_65) <= ((int32_t)L_68)))
|
|
{
|
|
goto IL_020b;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_020b:
|
|
{
|
|
bool L_69 = Uri_InFact_m4CE890C86FA34154A044516D2F3C9463389220D7(__this, (((int64_t)((int64_t)((int32_t)32768)))), /*hidden argument*/NULL);
|
|
if (!L_69)
|
|
{
|
|
goto IL_021b;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_021b:
|
|
{
|
|
bool L_70 = Uri_get_IsDosPath_m89CA4E32381C529502E91872BC89BD18F5419D08(__this, /*hidden argument*/NULL);
|
|
if (!L_70)
|
|
{
|
|
goto IL_024d;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_71 = __this->get_m_String_16();
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_72 = __this->get_m_Info_21();
|
|
NullCheck(L_72);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_73 = L_72->get_address_of_Offset_3();
|
|
uint16_t L_74 = L_73->get_Path_4();
|
|
uint16_t L_75 = Uri_get_SecuredPathIndex_mC59A2366D6F3667017F677351C4350C9541905AA(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_71);
|
|
Il2CppChar L_76 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_71, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_74, (int32_t)L_75)), (int32_t)1)), /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_76) == ((uint32_t)((int32_t)124)))))
|
|
{
|
|
goto IL_024d;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_024d:
|
|
{
|
|
uint64_t L_77 = __this->get_m_Flags_20();
|
|
if (((int64_t)((int64_t)L_77&(int64_t)(((int64_t)((int64_t)((int32_t)33554432)))))))
|
|
{
|
|
goto IL_02bb;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_78 = Uri_get_HostType_mBB4EE8652EA19E2FB8C696302D5EBE82F358EC90(__this, /*hidden argument*/NULL);
|
|
if ((((int64_t)L_78) == ((int64_t)(((int64_t)((int64_t)((int32_t)65536)))))))
|
|
{
|
|
goto IL_02bb;
|
|
}
|
|
}
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_79 = __this->get_m_Info_21();
|
|
NullCheck(L_79);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_80 = L_79->get_address_of_Offset_3();
|
|
uint16_t L_81 = L_80->get_User_1();
|
|
V_2 = L_81;
|
|
Il2CppChar* L_82 = V_0;
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_83 = __this->get_m_Info_21();
|
|
NullCheck(L_83);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_84 = L_83->get_address_of_Offset_3();
|
|
uint16_t L_85 = L_84->get_Path_4();
|
|
int32_t L_86 = Uri_CheckCanonical_mED3910E55213D1DFEAA5B33079E3A89D369B10B6(__this, (Il2CppChar*)(Il2CppChar*)L_82, (uint16_t*)(&V_2), L_85, ((int32_t)47), /*hidden argument*/NULL);
|
|
V_4 = L_86;
|
|
int32_t L_87 = V_4;
|
|
if ((((int32_t)((int32_t)((int32_t)L_87&(int32_t)((int32_t)49)))) == ((int32_t)1)))
|
|
{
|
|
goto IL_02bb;
|
|
}
|
|
}
|
|
{
|
|
bool L_88 = __this->get_m_iriParsing_22();
|
|
if (!L_88)
|
|
{
|
|
goto IL_02b9;
|
|
}
|
|
}
|
|
{
|
|
bool L_89 = __this->get_m_iriParsing_22();
|
|
if (!L_89)
|
|
{
|
|
goto IL_02bb;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_90 = V_4;
|
|
if ((((int32_t)((int32_t)((int32_t)L_90&(int32_t)((int32_t)74)))) == ((int32_t)((int32_t)10))))
|
|
{
|
|
goto IL_02bb;
|
|
}
|
|
}
|
|
|
|
IL_02b9:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_02bb:
|
|
{
|
|
uint64_t L_91 = __this->get_m_Flags_20();
|
|
if ((!(((uint64_t)((int64_t)((int64_t)L_91&(int64_t)(((int64_t)((int64_t)((int32_t)1048577))))))) == ((uint64_t)(((int64_t)((int64_t)((int32_t)1048577))))))))
|
|
{
|
|
goto IL_031c;
|
|
}
|
|
}
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_92 = __this->get_m_Syntax_18();
|
|
NullCheck(L_92);
|
|
String_t* L_93 = UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1_inline(L_92, /*hidden argument*/NULL);
|
|
NullCheck(L_93);
|
|
int32_t L_94 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_93, /*hidden argument*/NULL);
|
|
V_2 = (uint16_t)(((int32_t)((uint16_t)L_94)));
|
|
}
|
|
|
|
IL_02e2:
|
|
{
|
|
Il2CppChar* L_95 = V_0;
|
|
uint16_t L_96 = V_2;
|
|
uint16_t L_97 = L_96;
|
|
V_2 = (uint16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_97, (int32_t)1)))));
|
|
int32_t L_98 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_95, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_97)), (int32_t)2)))));
|
|
if ((!(((uint32_t)L_98) == ((uint32_t)((int32_t)58)))))
|
|
{
|
|
goto IL_02e2;
|
|
}
|
|
}
|
|
{
|
|
uint16_t L_99 = V_2;
|
|
String_t* L_100 = __this->get_m_String_16();
|
|
NullCheck(L_100);
|
|
int32_t L_101 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_100, /*hidden argument*/NULL);
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_99, (int32_t)1))) >= ((int32_t)L_101)))
|
|
{
|
|
goto IL_031a;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_102 = V_0;
|
|
uint16_t L_103 = V_2;
|
|
int32_t L_104 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_102, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_103)), (int32_t)2)))));
|
|
if ((!(((uint32_t)L_104) == ((uint32_t)((int32_t)47)))))
|
|
{
|
|
goto IL_031a;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_105 = V_0;
|
|
uint16_t L_106 = V_2;
|
|
int32_t L_107 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_105, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_106, (int32_t)1)))), (int32_t)2)))));
|
|
if ((((int32_t)L_107) == ((int32_t)((int32_t)47))))
|
|
{
|
|
goto IL_031c;
|
|
}
|
|
}
|
|
|
|
IL_031a:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_031c:
|
|
{
|
|
V_1 = (String_t*)NULL;
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.String System.Uri::UnescapeDataString(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_UnescapeDataString_mE1F40FC5CA3FF03DEE9EB01E3D8BD502D36A284D (String_t* ___stringToUnescape0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Uri_UnescapeDataString_mE1F40FC5CA3FF03DEE9EB01E3D8BD502D36A284D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Il2CppChar* V_0 = NULL;
|
|
String_t* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_4 = NULL;
|
|
{
|
|
String_t* L_0 = ___stringToUnescape0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralA5372B265A5CF6FA06EA06BFF1B7EC1F09B88D6F, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Uri_UnescapeDataString_mE1F40FC5CA3FF03DEE9EB01E3D8BD502D36A284D_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
String_t* L_2 = ___stringToUnescape0;
|
|
NullCheck(L_2);
|
|
int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_2, /*hidden argument*/NULL);
|
|
if (L_3)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
return L_4;
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
String_t* L_5 = ___stringToUnescape0;
|
|
V_1 = L_5;
|
|
String_t* L_6 = V_1;
|
|
V_0 = (Il2CppChar*)(((uintptr_t)L_6));
|
|
Il2CppChar* L_7 = V_0;
|
|
if (!L_7)
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_8 = V_0;
|
|
int32_t L_9 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL);
|
|
V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_8, (int32_t)L_9));
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
V_2 = 0;
|
|
goto IL_003f;
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
Il2CppChar* L_10 = V_0;
|
|
int32_t L_11 = V_2;
|
|
int32_t L_12 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_11)), (int32_t)2)))));
|
|
if ((((int32_t)L_12) == ((int32_t)((int32_t)37))))
|
|
{
|
|
goto IL_0048;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_13 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1));
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
int32_t L_14 = V_2;
|
|
String_t* L_15 = ___stringToUnescape0;
|
|
NullCheck(L_15);
|
|
int32_t L_16 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_15, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_14) < ((int32_t)L_16)))
|
|
{
|
|
goto IL_0030;
|
|
}
|
|
}
|
|
|
|
IL_0048:
|
|
{
|
|
int32_t L_17 = V_2;
|
|
String_t* L_18 = ___stringToUnescape0;
|
|
NullCheck(L_18);
|
|
int32_t L_19 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_18, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_17) == ((uint32_t)L_19))))
|
|
{
|
|
goto IL_0053;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_20 = ___stringToUnescape0;
|
|
return L_20;
|
|
}
|
|
|
|
IL_0053:
|
|
{
|
|
V_3 = ((int32_t)10);
|
|
V_2 = 0;
|
|
String_t* L_21 = ___stringToUnescape0;
|
|
NullCheck(L_21);
|
|
int32_t L_22 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_21, /*hidden argument*/NULL);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_23 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)L_22);
|
|
V_4 = L_23;
|
|
String_t* L_24 = ___stringToUnescape0;
|
|
String_t* L_25 = ___stringToUnescape0;
|
|
NullCheck(L_25);
|
|
int32_t L_26 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_25, /*hidden argument*/NULL);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_27 = V_4;
|
|
int32_t L_28 = V_3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tA44F3057604BAA4E6EF06A8EE4E6825D471592DF_il2cpp_TypeInfo_var);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_29 = UriHelper_UnescapeString_mC172F713349E3D22985A92BC4F5B51D0BCEE61AF(L_24, 0, L_26, L_27, (int32_t*)(&V_2), ((int32_t)65535), ((int32_t)65535), ((int32_t)65535), L_28, (UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC *)NULL, (bool)0, /*hidden argument*/NULL);
|
|
V_4 = L_29;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_30 = V_4;
|
|
int32_t L_31 = V_2;
|
|
String_t* L_32 = String_CreateString_mC7FB167C0D5B97F7EF502AF54399C61DD5B87509(NULL, L_30, 0, L_31, /*hidden argument*/NULL);
|
|
return L_32;
|
|
}
|
|
}
|
|
// System.String System.Uri::EscapeDataString(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_EscapeDataString_mE1095E7A694DF447B699676C651F5EA5D98A2925 (String_t* ___stringToEscape0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Uri_EscapeDataString_mE1095E7A694DF447B699676C651F5EA5D98A2925_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_1 = NULL;
|
|
{
|
|
String_t* L_0 = ___stringToEscape0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral9E34862493A7AAAEEFC7F82B7DA9419CF9857A78, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Uri_EscapeDataString_mE1095E7A694DF447B699676C651F5EA5D98A2925_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
String_t* L_2 = ___stringToEscape0;
|
|
NullCheck(L_2);
|
|
int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_2, /*hidden argument*/NULL);
|
|
if (L_3)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
return L_4;
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
V_0 = 0;
|
|
String_t* L_5 = ___stringToEscape0;
|
|
String_t* L_6 = ___stringToEscape0;
|
|
NullCheck(L_6);
|
|
int32_t L_7 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_6, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tA44F3057604BAA4E6EF06A8EE4E6825D471592DF_il2cpp_TypeInfo_var);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_8 = UriHelper_EscapeString_mF0077A016F05127923308DF7E7E99BD7B9837E8B(L_5, 0, L_7, (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)NULL, (int32_t*)(&V_0), (bool)0, ((int32_t)65535), ((int32_t)65535), ((int32_t)65535), /*hidden argument*/NULL);
|
|
V_1 = L_8;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_9 = V_1;
|
|
if (L_9)
|
|
{
|
|
goto IL_0044;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_10 = ___stringToEscape0;
|
|
return L_10;
|
|
}
|
|
|
|
IL_0044:
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_11 = V_1;
|
|
int32_t L_12 = V_0;
|
|
String_t* L_13 = String_CreateString_mC7FB167C0D5B97F7EF502AF54399C61DD5B87509(NULL, L_11, 0, L_12, /*hidden argument*/NULL);
|
|
return L_13;
|
|
}
|
|
}
|
|
// System.String System.Uri::EscapeUnescapeIri(System.String,System.Int32,System.Int32,System.UriComponents)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_EscapeUnescapeIri_mDE5E4BAE74E2C2373AD186732FEE7AD6E0EA7180 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, String_t* ___input0, int32_t ___start1, int32_t ___end2, int32_t ___component3, const RuntimeMethod* method)
|
|
{
|
|
Il2CppChar* V_0 = NULL;
|
|
String_t* V_1 = NULL;
|
|
{
|
|
String_t* L_0 = ___input0;
|
|
V_1 = L_0;
|
|
String_t* L_1 = V_1;
|
|
V_0 = (Il2CppChar*)(((uintptr_t)L_1));
|
|
Il2CppChar* L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_3 = V_0;
|
|
int32_t L_4 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL);
|
|
V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_3, (int32_t)L_4));
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
Il2CppChar* L_5 = V_0;
|
|
int32_t L_6 = ___start1;
|
|
int32_t L_7 = ___end2;
|
|
int32_t L_8 = ___component3;
|
|
String_t* L_9 = IriHelper_EscapeUnescapeIri_m6DE347247CE35DB4CE3129BEC2179F0095D69239((Il2CppChar*)(Il2CppChar*)L_5, L_6, L_7, L_8, /*hidden argument*/NULL);
|
|
return L_9;
|
|
}
|
|
}
|
|
// System.Void System.Uri::.ctor(System.Uri_Flags,System.UriParser,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri__ctor_m4605489523A7A973459720C1BBE4039FD10557CD (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, uint64_t ___flags0, UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * ___uriParser1, String_t* ___uri2, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
uint64_t L_0 = ___flags0;
|
|
__this->set_m_Flags_20(L_0);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_1 = ___uriParser1;
|
|
__this->set_m_Syntax_18(L_1);
|
|
String_t* L_2 = ___uri2;
|
|
__this->set_m_String_16(L_2);
|
|
return;
|
|
}
|
|
}
|
|
// System.Uri System.Uri::CreateHelper(System.String,System.Boolean,System.UriKind,System.UriFormatException&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * Uri_CreateHelper_m024137C47351CA9959E4AC66F9443AEEE87D89C0 (String_t* ___uriString0, bool ___dontEscape1, int32_t ___uriKind2, UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A ** ___e3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Uri_CreateHelper_m024137C47351CA9959E4AC66F9443AEEE87D89C0_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * V_0 = NULL;
|
|
uint64_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * V_3 = NULL;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * V_4 = NULL;
|
|
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A * V_5 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 3);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
int32_t L_0 = ___uriKind2;
|
|
if ((((int32_t)L_0) < ((int32_t)0)))
|
|
{
|
|
goto IL_0008;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = ___uriKind2;
|
|
if ((((int32_t)L_1) <= ((int32_t)2)))
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
|
|
IL_0008:
|
|
{
|
|
int32_t L_2 = ___uriKind2;
|
|
if ((((int32_t)L_2) == ((int32_t)((int32_t)300))))
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = L_3;
|
|
int32_t L_5 = ___uriKind2;
|
|
int32_t L_6 = L_5;
|
|
RuntimeObject * L_7 = Box(UriKind_t26D0760DDF148ADC939FECD934C0B9FF5C71EA08_il2cpp_TypeInfo_var, &L_6);
|
|
NullCheck(L_4);
|
|
ArrayElementTypeCheck (L_4, L_7);
|
|
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_7);
|
|
String_t* L_8 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteral46BD334A9F8DD0AABC95E1EEEF233F0EB608CF2B, L_4, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_9 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_9, L_8, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, Uri_CreateHelper_m024137C47351CA9959E4AC66F9443AEEE87D89C0_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
V_0 = (UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC *)NULL;
|
|
V_1 = (((int64_t)((int64_t)0)));
|
|
String_t* L_10 = ___uriString0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
int32_t L_11 = Uri_ParseScheme_m61CAE16F1EC76725E5E0B23B09577F91BB223884(L_10, (uint64_t*)(&V_1), (UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC **)(&V_0), /*hidden argument*/NULL);
|
|
V_2 = L_11;
|
|
bool L_12 = ___dontEscape1;
|
|
if (!L_12)
|
|
{
|
|
goto IL_004b;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_13 = V_1;
|
|
V_1 = ((int64_t)((int64_t)L_13|(int64_t)(((int64_t)((int64_t)((int32_t)524288))))));
|
|
}
|
|
|
|
IL_004b:
|
|
{
|
|
int32_t L_14 = V_2;
|
|
if (!L_14)
|
|
{
|
|
goto IL_0068;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_15 = ___uriKind2;
|
|
if ((((int32_t)L_15) == ((int32_t)1)))
|
|
{
|
|
goto IL_0066;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_16 = V_2;
|
|
if ((((int32_t)L_16) > ((int32_t)4)))
|
|
{
|
|
goto IL_0066;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_17 = V_1;
|
|
String_t* L_18 = ___uriString0;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_19 = (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)il2cpp_codegen_object_new(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
Uri__ctor_m4605489523A7A973459720C1BBE4039FD10557CD(L_19, ((int64_t)((int64_t)L_17&(int64_t)(((int64_t)((int64_t)((int32_t)524288)))))), (UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC *)NULL, L_18, /*hidden argument*/NULL);
|
|
return L_19;
|
|
}
|
|
|
|
IL_0066:
|
|
{
|
|
return (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)NULL;
|
|
}
|
|
|
|
IL_0068:
|
|
{
|
|
uint64_t L_20 = V_1;
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_21 = V_0;
|
|
String_t* L_22 = ___uriString0;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_23 = (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)il2cpp_codegen_object_new(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
Uri__ctor_m4605489523A7A973459720C1BBE4039FD10557CD(L_23, L_20, L_21, L_22, /*hidden argument*/NULL);
|
|
V_3 = L_23;
|
|
}
|
|
|
|
IL_0071:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_24 = V_3;
|
|
int32_t L_25 = V_2;
|
|
int32_t L_26 = ___uriKind2;
|
|
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A ** L_27 = ___e3;
|
|
NullCheck(L_24);
|
|
Uri_InitializeUri_m5D99BD8533F3FAAD479B1193505B5B19B8C2F2DE(L_24, L_25, L_26, (UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A **)L_27, /*hidden argument*/NULL);
|
|
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A ** L_28 = ___e3;
|
|
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A * L_29 = *((UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A **)L_28);
|
|
if (L_29)
|
|
{
|
|
goto IL_0083;
|
|
}
|
|
}
|
|
|
|
IL_007e:
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_30 = V_3;
|
|
V_4 = L_30;
|
|
goto IL_0093;
|
|
}
|
|
|
|
IL_0083:
|
|
{
|
|
V_4 = (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)NULL;
|
|
goto IL_0093;
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0088;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0088:
|
|
{ // begin catch(System.UriFormatException)
|
|
V_5 = ((UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A *)__exception_local);
|
|
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A ** L_31 = ___e3;
|
|
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A * L_32 = V_5;
|
|
*((RuntimeObject **)L_31) = (RuntimeObject *)L_32;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_31, (void*)(RuntimeObject *)L_32);
|
|
V_4 = (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)NULL;
|
|
goto IL_0093;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0093:
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_33 = V_4;
|
|
return L_33;
|
|
}
|
|
}
|
|
// System.Uri System.Uri::ResolveHelper(System.Uri,System.Uri,System.String&,System.Boolean&,System.UriFormatException&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * Uri_ResolveHelper_mEDF1549C3E9AC1CF6177DCF93B17D574411916BC (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___baseUri0, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___relativeUri1, String_t** ___newUriString2, bool* ___userEscaped3, UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A ** ___e4, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Uri_ResolveHelper_mEDF1549C3E9AC1CF6177DCF93B17D574411916BC_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
String_t* V_2 = NULL;
|
|
int32_t G_B15_0 = 0;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * G_B15_1 = NULL;
|
|
String_t** G_B15_2 = NULL;
|
|
int32_t G_B14_0 = 0;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * G_B14_1 = NULL;
|
|
String_t** G_B14_2 = NULL;
|
|
int32_t G_B16_0 = 0;
|
|
int32_t G_B16_1 = 0;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * G_B16_2 = NULL;
|
|
String_t** G_B16_3 = NULL;
|
|
String_t* G_B38_0 = NULL;
|
|
String_t* G_B42_0 = NULL;
|
|
{
|
|
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A ** L_0 = ___e4;
|
|
*((RuntimeObject **)L_0) = (RuntimeObject *)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_0, (void*)(RuntimeObject *)NULL);
|
|
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
V_0 = L_1;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_2 = ___relativeUri1;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0047;
|
|
}
|
|
}
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_3 = ___relativeUri1;
|
|
NullCheck(L_3);
|
|
bool L_4 = Uri_get_IsAbsoluteUri_m8C189085F1C675DBC3148AA70C38074EC075D722(L_3, /*hidden argument*/NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_0036;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
bool L_5 = ((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var))->get_IsWindowsFileSystem_29();
|
|
if (L_5)
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_6 = ___relativeUri1;
|
|
NullCheck(L_6);
|
|
String_t* L_7 = Uri_get_OriginalString_m56099E46276F0A52524347F1F46A2F88E948504F(L_6, /*hidden argument*/NULL);
|
|
NullCheck(L_7);
|
|
Il2CppChar L_8 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_7, 0, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)47)))))
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_9 = ___relativeUri1;
|
|
NullCheck(L_9);
|
|
bool L_10 = Uri_get_IsImplicitFile_m048350CB1E9AB92599F1557680A5D3B5FDE7C35D(L_9, /*hidden argument*/NULL);
|
|
if (L_10)
|
|
{
|
|
goto IL_0036;
|
|
}
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_11 = ___relativeUri1;
|
|
return L_11;
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_12 = ___relativeUri1;
|
|
NullCheck(L_12);
|
|
String_t* L_13 = Uri_get_OriginalString_m56099E46276F0A52524347F1F46A2F88E948504F(L_12, /*hidden argument*/NULL);
|
|
V_0 = L_13;
|
|
bool* L_14 = ___userEscaped3;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_15 = ___relativeUri1;
|
|
NullCheck(L_15);
|
|
bool L_16 = Uri_get_UserEscaped_m8F29E9A593E84E66DD4AC06CBD5880B93A5F0307(L_15, /*hidden argument*/NULL);
|
|
*((int8_t*)L_14) = (int8_t)L_16;
|
|
goto IL_004d;
|
|
}
|
|
|
|
IL_0047:
|
|
{
|
|
String_t* L_17 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
V_0 = L_17;
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
String_t* L_18 = V_0;
|
|
NullCheck(L_18);
|
|
int32_t L_19 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_18, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_19) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0085;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_20 = V_0;
|
|
NullCheck(L_20);
|
|
Il2CppChar L_21 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_20, 0, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
bool L_22 = Uri_IsLWS_m7A9F3B969CCEE56B9F98E40F1903C737DA7DF0D6(L_21, /*hidden argument*/NULL);
|
|
if (L_22)
|
|
{
|
|
goto IL_0079;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_23 = V_0;
|
|
String_t* L_24 = V_0;
|
|
NullCheck(L_24);
|
|
int32_t L_25 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_24, /*hidden argument*/NULL);
|
|
NullCheck(L_23);
|
|
Il2CppChar L_26 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_23, ((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)1)), /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
bool L_27 = Uri_IsLWS_m7A9F3B969CCEE56B9F98E40F1903C737DA7DF0D6(L_26, /*hidden argument*/NULL);
|
|
if (!L_27)
|
|
{
|
|
goto IL_0085;
|
|
}
|
|
}
|
|
|
|
IL_0079:
|
|
{
|
|
String_t* L_28 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_29 = ((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var))->get__WSchars_35();
|
|
NullCheck(L_28);
|
|
String_t* L_30 = String_Trim_m788DE5AEFDAC40E778745C4DF4AFD45A4BC1007E(L_28, L_29, /*hidden argument*/NULL);
|
|
V_0 = L_30;
|
|
}
|
|
|
|
IL_0085:
|
|
{
|
|
String_t* L_31 = V_0;
|
|
NullCheck(L_31);
|
|
int32_t L_32 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_31, /*hidden argument*/NULL);
|
|
if (L_32)
|
|
{
|
|
goto IL_00a5;
|
|
}
|
|
}
|
|
{
|
|
String_t** L_33 = ___newUriString2;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_34 = ___baseUri0;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_35 = ___baseUri0;
|
|
NullCheck(L_35);
|
|
bool L_36 = Uri_get_UserEscaped_m8F29E9A593E84E66DD4AC06CBD5880B93A5F0307(L_35, /*hidden argument*/NULL);
|
|
G_B14_0 = ((int32_t)127);
|
|
G_B14_1 = L_34;
|
|
G_B14_2 = L_33;
|
|
if (L_36)
|
|
{
|
|
G_B15_0 = ((int32_t)127);
|
|
G_B15_1 = L_34;
|
|
G_B15_2 = L_33;
|
|
goto IL_009c;
|
|
}
|
|
}
|
|
{
|
|
G_B16_0 = 3;
|
|
G_B16_1 = G_B14_0;
|
|
G_B16_2 = G_B14_1;
|
|
G_B16_3 = G_B14_2;
|
|
goto IL_009d;
|
|
}
|
|
|
|
IL_009c:
|
|
{
|
|
G_B16_0 = 1;
|
|
G_B16_1 = G_B15_0;
|
|
G_B16_2 = G_B15_1;
|
|
G_B16_3 = G_B15_2;
|
|
}
|
|
|
|
IL_009d:
|
|
{
|
|
NullCheck(G_B16_2);
|
|
String_t* L_37 = Uri_GetParts_mF5840DC010E6D420EB5A0722320EDAAEA2D0269F(G_B16_2, G_B16_1, G_B16_0, /*hidden argument*/NULL);
|
|
*((RuntimeObject **)G_B16_3) = (RuntimeObject *)L_37;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)G_B16_3, (void*)(RuntimeObject *)L_37);
|
|
return (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)NULL;
|
|
}
|
|
|
|
IL_00a5:
|
|
{
|
|
String_t* L_38 = V_0;
|
|
NullCheck(L_38);
|
|
Il2CppChar L_39 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_38, 0, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_39) == ((uint32_t)((int32_t)35)))))
|
|
{
|
|
goto IL_00da;
|
|
}
|
|
}
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_40 = ___baseUri0;
|
|
NullCheck(L_40);
|
|
bool L_41 = Uri_get_IsImplicitFile_m048350CB1E9AB92599F1557680A5D3B5FDE7C35D(L_40, /*hidden argument*/NULL);
|
|
if (L_41)
|
|
{
|
|
goto IL_00da;
|
|
}
|
|
}
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_42 = ___baseUri0;
|
|
NullCheck(L_42);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_43 = Uri_get_Syntax_m3DB6A5D9E6FC3E0D0A63EA8A4527AF4106F9BD78_inline(L_42, /*hidden argument*/NULL);
|
|
NullCheck(L_43);
|
|
bool L_44 = UriParser_InFact_mDD42FA932B6830D99AA04C2AE7875BA5067C86F3(L_43, ((int32_t)64), /*hidden argument*/NULL);
|
|
if (!L_44)
|
|
{
|
|
goto IL_00da;
|
|
}
|
|
}
|
|
{
|
|
String_t** L_45 = ___newUriString2;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_46 = ___baseUri0;
|
|
NullCheck(L_46);
|
|
String_t* L_47 = Uri_GetParts_mF5840DC010E6D420EB5A0722320EDAAEA2D0269F(L_46, ((int32_t)63), 1, /*hidden argument*/NULL);
|
|
String_t* L_48 = V_0;
|
|
String_t* L_49 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_47, L_48, /*hidden argument*/NULL);
|
|
*((RuntimeObject **)L_45) = (RuntimeObject *)L_49;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_45, (void*)(RuntimeObject *)L_49);
|
|
return (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)NULL;
|
|
}
|
|
|
|
IL_00da:
|
|
{
|
|
String_t* L_50 = V_0;
|
|
NullCheck(L_50);
|
|
Il2CppChar L_51 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_50, 0, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_51) == ((uint32_t)((int32_t)63)))))
|
|
{
|
|
goto IL_010f;
|
|
}
|
|
}
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_52 = ___baseUri0;
|
|
NullCheck(L_52);
|
|
bool L_53 = Uri_get_IsImplicitFile_m048350CB1E9AB92599F1557680A5D3B5FDE7C35D(L_52, /*hidden argument*/NULL);
|
|
if (L_53)
|
|
{
|
|
goto IL_010f;
|
|
}
|
|
}
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_54 = ___baseUri0;
|
|
NullCheck(L_54);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_55 = Uri_get_Syntax_m3DB6A5D9E6FC3E0D0A63EA8A4527AF4106F9BD78_inline(L_54, /*hidden argument*/NULL);
|
|
NullCheck(L_55);
|
|
bool L_56 = UriParser_InFact_mDD42FA932B6830D99AA04C2AE7875BA5067C86F3(L_55, ((int32_t)32), /*hidden argument*/NULL);
|
|
if (!L_56)
|
|
{
|
|
goto IL_010f;
|
|
}
|
|
}
|
|
{
|
|
String_t** L_57 = ___newUriString2;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_58 = ___baseUri0;
|
|
NullCheck(L_58);
|
|
String_t* L_59 = Uri_GetParts_mF5840DC010E6D420EB5A0722320EDAAEA2D0269F(L_58, ((int32_t)31), 1, /*hidden argument*/NULL);
|
|
String_t* L_60 = V_0;
|
|
String_t* L_61 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_59, L_60, /*hidden argument*/NULL);
|
|
*((RuntimeObject **)L_57) = (RuntimeObject *)L_61;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_57, (void*)(RuntimeObject *)L_61);
|
|
return (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)NULL;
|
|
}
|
|
|
|
IL_010f:
|
|
{
|
|
String_t* L_62 = V_0;
|
|
NullCheck(L_62);
|
|
int32_t L_63 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_62, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_63) < ((int32_t)3)))
|
|
{
|
|
goto IL_01d9;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_64 = V_0;
|
|
NullCheck(L_64);
|
|
Il2CppChar L_65 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_64, 1, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_65) == ((int32_t)((int32_t)58))))
|
|
{
|
|
goto IL_0134;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_66 = V_0;
|
|
NullCheck(L_66);
|
|
Il2CppChar L_67 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_66, 1, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_67) == ((uint32_t)((int32_t)124)))))
|
|
{
|
|
goto IL_01d9;
|
|
}
|
|
}
|
|
|
|
IL_0134:
|
|
{
|
|
String_t* L_68 = V_0;
|
|
NullCheck(L_68);
|
|
Il2CppChar L_69 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_68, 0, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
bool L_70 = Uri_IsAsciiLetter_m93435A20DF4DEE153B87B26D07B9963F1BF4F373(L_69, /*hidden argument*/NULL);
|
|
if (!L_70)
|
|
{
|
|
goto IL_01d9;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_71 = V_0;
|
|
NullCheck(L_71);
|
|
Il2CppChar L_72 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_71, 2, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_72) == ((int32_t)((int32_t)92))))
|
|
{
|
|
goto IL_015b;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_73 = V_0;
|
|
NullCheck(L_73);
|
|
Il2CppChar L_74 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_73, 2, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_74) == ((uint32_t)((int32_t)47)))))
|
|
{
|
|
goto IL_01d9;
|
|
}
|
|
}
|
|
|
|
IL_015b:
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_75 = ___baseUri0;
|
|
NullCheck(L_75);
|
|
bool L_76 = Uri_get_IsImplicitFile_m048350CB1E9AB92599F1557680A5D3B5FDE7C35D(L_75, /*hidden argument*/NULL);
|
|
if (!L_76)
|
|
{
|
|
goto IL_0168;
|
|
}
|
|
}
|
|
{
|
|
String_t** L_77 = ___newUriString2;
|
|
String_t* L_78 = V_0;
|
|
*((RuntimeObject **)L_77) = (RuntimeObject *)L_78;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_77, (void*)(RuntimeObject *)L_78);
|
|
return (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)NULL;
|
|
}
|
|
|
|
IL_0168:
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_79 = ___baseUri0;
|
|
NullCheck(L_79);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_80 = Uri_get_Syntax_m3DB6A5D9E6FC3E0D0A63EA8A4527AF4106F9BD78_inline(L_79, /*hidden argument*/NULL);
|
|
NullCheck(L_80);
|
|
bool L_81 = UriParser_InFact_mDD42FA932B6830D99AA04C2AE7875BA5067C86F3(L_80, ((int32_t)1048576), /*hidden argument*/NULL);
|
|
if (!L_81)
|
|
{
|
|
goto IL_01d9;
|
|
}
|
|
}
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_82 = ___baseUri0;
|
|
NullCheck(L_82);
|
|
bool L_83 = Uri_InFact_m4CE890C86FA34154A044516D2F3C9463389220D7(L_82, (((int64_t)((int64_t)((int32_t)1048576)))), /*hidden argument*/NULL);
|
|
if (!L_83)
|
|
{
|
|
goto IL_01a9;
|
|
}
|
|
}
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_84 = ___baseUri0;
|
|
NullCheck(L_84);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_85 = Uri_get_Syntax_m3DB6A5D9E6FC3E0D0A63EA8A4527AF4106F9BD78_inline(L_84, /*hidden argument*/NULL);
|
|
NullCheck(L_85);
|
|
bool L_86 = UriParser_InFact_mDD42FA932B6830D99AA04C2AE7875BA5067C86F3(L_85, ((int32_t)2097152), /*hidden argument*/NULL);
|
|
if (L_86)
|
|
{
|
|
goto IL_01a1;
|
|
}
|
|
}
|
|
{
|
|
G_B38_0 = _stringLiteralEF81042E1E86ACB765718EA37393A1292452BBCC;
|
|
goto IL_01a6;
|
|
}
|
|
|
|
IL_01a1:
|
|
{
|
|
G_B38_0 = _stringLiteral14B59763B6863A2760AE804CF988DFCF4258D9B0;
|
|
}
|
|
|
|
IL_01a6:
|
|
{
|
|
V_2 = G_B38_0;
|
|
goto IL_01c8;
|
|
}
|
|
|
|
IL_01a9:
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_87 = ___baseUri0;
|
|
NullCheck(L_87);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_88 = Uri_get_Syntax_m3DB6A5D9E6FC3E0D0A63EA8A4527AF4106F9BD78_inline(L_87, /*hidden argument*/NULL);
|
|
NullCheck(L_88);
|
|
bool L_89 = UriParser_InFact_mDD42FA932B6830D99AA04C2AE7875BA5067C86F3(L_88, ((int32_t)2097152), /*hidden argument*/NULL);
|
|
if (L_89)
|
|
{
|
|
goto IL_01c2;
|
|
}
|
|
}
|
|
{
|
|
G_B42_0 = _stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9;
|
|
goto IL_01c7;
|
|
}
|
|
|
|
IL_01c2:
|
|
{
|
|
G_B42_0 = _stringLiteralEE06D89F7FA9C0C3B7F0A0DB6DBFF1C30C6827DF;
|
|
}
|
|
|
|
IL_01c7:
|
|
{
|
|
V_2 = G_B42_0;
|
|
}
|
|
|
|
IL_01c8:
|
|
{
|
|
String_t** L_90 = ___newUriString2;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_91 = ___baseUri0;
|
|
NullCheck(L_91);
|
|
String_t* L_92 = Uri_get_Scheme_m14A8F0018D8AACADBEF39600A59944F33EE39187(L_91, /*hidden argument*/NULL);
|
|
String_t* L_93 = V_2;
|
|
String_t* L_94 = V_0;
|
|
String_t* L_95 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(L_92, L_93, L_94, /*hidden argument*/NULL);
|
|
*((RuntimeObject **)L_90) = (RuntimeObject *)L_95;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_90, (void*)(RuntimeObject *)L_95);
|
|
return (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)NULL;
|
|
}
|
|
|
|
IL_01d9:
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_96 = ___baseUri0;
|
|
String_t* L_97 = V_0;
|
|
bool* L_98 = ___userEscaped3;
|
|
int32_t L_99 = *((uint8_t*)L_98);
|
|
String_t** L_100 = ___newUriString2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
int32_t L_101 = Uri_GetCombinedString_m7B95A90BC09E899CF41B0047E0B681FA7CEB8668(L_96, L_97, (bool)L_99, (String_t**)L_100, /*hidden argument*/NULL);
|
|
V_1 = L_101;
|
|
int32_t L_102 = V_1;
|
|
if (!L_102)
|
|
{
|
|
goto IL_01f2;
|
|
}
|
|
}
|
|
{
|
|
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A ** L_103 = ___e4;
|
|
int32_t L_104 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A * L_105 = Uri_GetException_m2E833A8358C84BCF0397341160FADB1164290164(L_104, /*hidden argument*/NULL);
|
|
*((RuntimeObject **)L_103) = (RuntimeObject *)L_105;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_103, (void*)(RuntimeObject *)L_105);
|
|
return (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)NULL;
|
|
}
|
|
|
|
IL_01f2:
|
|
{
|
|
String_t** L_106 = ___newUriString2;
|
|
String_t* L_107 = *((String_t**)L_106);
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_108 = ___baseUri0;
|
|
NullCheck(L_108);
|
|
String_t* L_109 = L_108->get_m_String_16();
|
|
if ((!(((RuntimeObject*)(String_t*)L_107) == ((RuntimeObject*)(String_t*)L_109))))
|
|
{
|
|
goto IL_01fe;
|
|
}
|
|
}
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_110 = ___baseUri0;
|
|
return L_110;
|
|
}
|
|
|
|
IL_01fe:
|
|
{
|
|
return (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)NULL;
|
|
}
|
|
}
|
|
// System.String System.Uri::GetRelativeSerializationString(System.UriFormat)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_GetRelativeSerializationString_m5D0CD02E255BB96532F056BB382CF7D74D62BE58 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, int32_t ___format0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Uri_GetRelativeSerializationString_m5D0CD02E255BB96532F056BB382CF7D74D62BE58_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_1 = NULL;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
{
|
|
int32_t L_0 = ___format0;
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0054;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = __this->get_m_String_16();
|
|
NullCheck(L_1);
|
|
int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_1, /*hidden argument*/NULL);
|
|
if (L_2)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
return L_3;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
V_0 = 0;
|
|
String_t* L_4 = __this->get_m_String_16();
|
|
String_t* L_5 = __this->get_m_String_16();
|
|
NullCheck(L_5);
|
|
int32_t L_6 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_5, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tA44F3057604BAA4E6EF06A8EE4E6825D471592DF_il2cpp_TypeInfo_var);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_7 = UriHelper_EscapeString_mF0077A016F05127923308DF7E7E99BD7B9837E8B(L_4, 0, L_6, (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)NULL, (int32_t*)(&V_0), (bool)1, ((int32_t)65535), ((int32_t)65535), ((int32_t)37), /*hidden argument*/NULL);
|
|
V_1 = L_7;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_8 = V_1;
|
|
if (L_8)
|
|
{
|
|
goto IL_004b;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_9 = __this->get_m_String_16();
|
|
return L_9;
|
|
}
|
|
|
|
IL_004b:
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_10 = V_1;
|
|
int32_t L_11 = V_0;
|
|
String_t* L_12 = String_CreateString_mC7FB167C0D5B97F7EF502AF54399C61DD5B87509(NULL, L_10, 0, L_11, /*hidden argument*/NULL);
|
|
return L_12;
|
|
}
|
|
|
|
IL_0054:
|
|
{
|
|
int32_t L_13 = ___format0;
|
|
if ((!(((uint32_t)L_13) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0064;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_14 = __this->get_m_String_16();
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
String_t* L_15 = Uri_UnescapeDataString_mE1F40FC5CA3FF03DEE9EB01E3D8BD502D36A284D(L_14, /*hidden argument*/NULL);
|
|
return L_15;
|
|
}
|
|
|
|
IL_0064:
|
|
{
|
|
int32_t L_16 = ___format0;
|
|
if ((!(((uint32_t)L_16) == ((uint32_t)3))))
|
|
{
|
|
goto IL_00c4;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_17 = __this->get_m_String_16();
|
|
NullCheck(L_17);
|
|
int32_t L_18 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_17, /*hidden argument*/NULL);
|
|
if (L_18)
|
|
{
|
|
goto IL_007b;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_19 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
return L_19;
|
|
}
|
|
|
|
IL_007b:
|
|
{
|
|
String_t* L_20 = __this->get_m_String_16();
|
|
NullCheck(L_20);
|
|
int32_t L_21 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_20, /*hidden argument*/NULL);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_22 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)L_21);
|
|
V_2 = L_22;
|
|
V_3 = 0;
|
|
String_t* L_23 = __this->get_m_String_16();
|
|
String_t* L_24 = __this->get_m_String_16();
|
|
NullCheck(L_24);
|
|
int32_t L_25 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_24, /*hidden argument*/NULL);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_26 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tA44F3057604BAA4E6EF06A8EE4E6825D471592DF_il2cpp_TypeInfo_var);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_27 = UriHelper_UnescapeString_mC172F713349E3D22985A92BC4F5B51D0BCEE61AF(L_23, 0, L_25, L_26, (int32_t*)(&V_3), ((int32_t)65535), ((int32_t)65535), ((int32_t)65535), 3, (UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC *)NULL, (bool)0, /*hidden argument*/NULL);
|
|
V_2 = L_27;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_28 = V_2;
|
|
int32_t L_29 = V_3;
|
|
String_t* L_30 = String_CreateString_mC7FB167C0D5B97F7EF502AF54399C61DD5B87509(NULL, L_28, 0, L_29, /*hidden argument*/NULL);
|
|
return L_30;
|
|
}
|
|
|
|
IL_00c4:
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_31 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_31, _stringLiteral785987648F85190CFDE9EADC69FC7C46FE8A7433, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_31, Uri_GetRelativeSerializationString_m5D0CD02E255BB96532F056BB382CF7D74D62BE58_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.String System.Uri::GetComponentsHelper(System.UriComponents,System.UriFormat)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_GetComponentsHelper_m28B0D80FD94A40685C0F70652AB26755C457B2D3 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, int32_t ___uriComponents0, int32_t ___uriFormat1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Uri_GetComponentsHelper_m28B0D80FD94A40685C0F70652AB26755C457B2D3_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = ___uriComponents0;
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_1 = __this->get_m_Syntax_18();
|
|
NullCheck(L_1);
|
|
String_t* L_2 = UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1_inline(L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
int32_t L_3 = ___uriComponents0;
|
|
if (!((int32_t)((int32_t)L_3&(int32_t)((int32_t)-2147483648LL))))
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = ___uriComponents0;
|
|
___uriComponents0 = ((int32_t)((int32_t)L_4|(int32_t)((int32_t)127)));
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
Uri_EnsureParseRemaining_m33815B5767FAFADB762F7E39364E6432340F210B(__this, /*hidden argument*/NULL);
|
|
int32_t L_5 = ___uriComponents0;
|
|
if (!((int32_t)((int32_t)L_5&(int32_t)((int32_t)256))))
|
|
{
|
|
goto IL_0033;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_6 = ___uriComponents0;
|
|
___uriComponents0 = ((int32_t)((int32_t)L_6|(int32_t)4));
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
int32_t L_7 = ___uriComponents0;
|
|
if (!((int32_t)((int32_t)L_7&(int32_t)4)))
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
{
|
|
Uri_EnsureHostString_m4BD63AA5A88CA09572A8A7CF3B2EDDE17EF9C720(__this, (bool)1, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
int32_t L_8 = ___uriComponents0;
|
|
if ((((int32_t)L_8) == ((int32_t)8)))
|
|
{
|
|
goto IL_004b;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_9 = ___uriComponents0;
|
|
if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)128)))))
|
|
{
|
|
goto IL_0091;
|
|
}
|
|
}
|
|
|
|
IL_004b:
|
|
{
|
|
uint64_t L_10 = __this->get_m_Flags_20();
|
|
if (((int64_t)((int64_t)L_10&(int64_t)(((int64_t)((int64_t)((int32_t)8388608)))))))
|
|
{
|
|
goto IL_0070;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_11 = ___uriComponents0;
|
|
if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)128)))))
|
|
{
|
|
goto IL_008b;
|
|
}
|
|
}
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_12 = __this->get_m_Syntax_18();
|
|
NullCheck(L_12);
|
|
int32_t L_13 = UriParser_get_DefaultPort_m050510870CCD4DD08DF7E98E2AF3D616446AD99D_inline(L_12, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_13) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_008b;
|
|
}
|
|
}
|
|
|
|
IL_0070:
|
|
{
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_14 = __this->get_m_Info_21();
|
|
NullCheck(L_14);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_15 = L_14->get_address_of_Offset_3();
|
|
uint16_t* L_16 = L_15->get_address_of_PortValue_3();
|
|
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_17 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
|
|
String_t* L_18 = UInt16_ToString_m50316C445AD23CCA40AA52A381C5E06A3786F12A((uint16_t*)L_16, L_17, /*hidden argument*/NULL);
|
|
return L_18;
|
|
}
|
|
|
|
IL_008b:
|
|
{
|
|
String_t* L_19 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
return L_19;
|
|
}
|
|
|
|
IL_0091:
|
|
{
|
|
int32_t L_20 = ___uriComponents0;
|
|
if (!((int32_t)((int32_t)L_20&(int32_t)((int32_t)128))))
|
|
{
|
|
goto IL_009f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_21 = ___uriComponents0;
|
|
___uriComponents0 = ((int32_t)((int32_t)L_21|(int32_t)8));
|
|
}
|
|
|
|
IL_009f:
|
|
{
|
|
int32_t L_22 = ___uriComponents0;
|
|
if ((!(((uint32_t)L_22) == ((uint32_t)4))))
|
|
{
|
|
goto IL_00c9;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_23 = ___uriFormat1;
|
|
if ((((int32_t)L_23) == ((int32_t)1)))
|
|
{
|
|
goto IL_00b6;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_24 = __this->get_m_Flags_20();
|
|
if (((int64_t)((int64_t)L_24&(int64_t)(((int64_t)((int64_t)((int32_t)260)))))))
|
|
{
|
|
goto IL_00c9;
|
|
}
|
|
}
|
|
|
|
IL_00b6:
|
|
{
|
|
Uri_EnsureHostString_m4BD63AA5A88CA09572A8A7CF3B2EDDE17EF9C720(__this, (bool)0, /*hidden argument*/NULL);
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_25 = __this->get_m_Info_21();
|
|
NullCheck(L_25);
|
|
String_t* L_26 = L_25->get_Host_0();
|
|
return L_26;
|
|
}
|
|
|
|
IL_00c9:
|
|
{
|
|
int32_t L_27 = ___uriFormat1;
|
|
if ((((int32_t)L_27) == ((int32_t)1)))
|
|
{
|
|
goto IL_00dd;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_28 = ___uriFormat1;
|
|
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_28, (int32_t)2))) > ((uint32_t)1))))
|
|
{
|
|
goto IL_00e5;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_29 = ___uriFormat1;
|
|
if ((((int32_t)L_29) == ((int32_t)((int32_t)32767))))
|
|
{
|
|
goto IL_00e5;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00ee;
|
|
}
|
|
|
|
IL_00dd:
|
|
{
|
|
int32_t L_30 = ___uriComponents0;
|
|
String_t* L_31 = Uri_GetEscapedParts_m745615124808CB89A18D499988F4425F678938C4(__this, L_30, /*hidden argument*/NULL);
|
|
return L_31;
|
|
}
|
|
|
|
IL_00e5:
|
|
{
|
|
int32_t L_32 = ___uriComponents0;
|
|
int32_t L_33 = ___uriFormat1;
|
|
String_t* L_34 = Uri_GetUnescapedParts_m051A75B5D2DDAE55F107457CA468EE9A2563FED3(__this, L_32, L_33, /*hidden argument*/NULL);
|
|
return L_34;
|
|
}
|
|
|
|
IL_00ee:
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_35 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_35, _stringLiteral69F5FEBFF4A3CDF22B7A8C75C97F36B886C47D18, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_35, Uri_GetComponentsHelper_m28B0D80FD94A40685C0F70652AB26755C457B2D3_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Void System.Uri::CreateThisFromUri(System.Uri)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri_CreateThisFromUri_m9A4AE7CD70F7EDE9154634057EBE600E74A5D544 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___otherUri0, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
__this->set_m_Info_21((UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E *)NULL);
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___otherUri0;
|
|
NullCheck(L_0);
|
|
uint64_t L_1 = L_0->get_m_Flags_20();
|
|
__this->set_m_Flags_20(L_1);
|
|
bool L_2 = Uri_InFact_m4CE890C86FA34154A044516D2F3C9463389220D7(__this, (((int64_t)((int64_t)((int32_t)1073741824)))), /*hidden argument*/NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_00b2;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_3 = __this->get_m_Flags_20();
|
|
__this->set_m_Flags_20(((int64_t)((int64_t)L_3&(int64_t)((int64_t)-3221291008LL))));
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_4 = ___otherUri0;
|
|
NullCheck(L_4);
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_5 = L_4->get_m_Info_21();
|
|
NullCheck(L_5);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_6 = L_5->get_address_of_Offset_3();
|
|
uint16_t L_7 = L_6->get_Path_4();
|
|
V_0 = L_7;
|
|
bool L_8 = Uri_InFact_m4CE890C86FA34154A044516D2F3C9463389220D7(__this, (((int64_t)((int64_t)((int32_t)8388608)))), /*hidden argument*/NULL);
|
|
if (!L_8)
|
|
{
|
|
goto IL_00a3;
|
|
}
|
|
}
|
|
{
|
|
goto IL_005f;
|
|
}
|
|
|
|
IL_005b:
|
|
{
|
|
int32_t L_9 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1));
|
|
}
|
|
|
|
IL_005f:
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_10 = ___otherUri0;
|
|
NullCheck(L_10);
|
|
String_t* L_11 = L_10->get_m_String_16();
|
|
int32_t L_12 = V_0;
|
|
NullCheck(L_11);
|
|
Il2CppChar L_13 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_11, L_12, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_13) == ((int32_t)((int32_t)58))))
|
|
{
|
|
goto IL_0082;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_14 = V_0;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_15 = ___otherUri0;
|
|
NullCheck(L_15);
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_16 = L_15->get_m_Info_21();
|
|
NullCheck(L_16);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_17 = L_16->get_address_of_Offset_3();
|
|
uint16_t L_18 = L_17->get_Host_2();
|
|
if ((((int32_t)L_14) > ((int32_t)L_18)))
|
|
{
|
|
goto IL_005b;
|
|
}
|
|
}
|
|
|
|
IL_0082:
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_19 = ___otherUri0;
|
|
NullCheck(L_19);
|
|
String_t* L_20 = L_19->get_m_String_16();
|
|
int32_t L_21 = V_0;
|
|
NullCheck(L_20);
|
|
Il2CppChar L_22 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_20, L_21, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_22) == ((int32_t)((int32_t)58))))
|
|
{
|
|
goto IL_00a3;
|
|
}
|
|
}
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_23 = ___otherUri0;
|
|
NullCheck(L_23);
|
|
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_24 = L_23->get_m_Info_21();
|
|
NullCheck(L_24);
|
|
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_25 = L_24->get_address_of_Offset_3();
|
|
uint16_t L_26 = L_25->get_Path_4();
|
|
V_0 = L_26;
|
|
}
|
|
|
|
IL_00a3:
|
|
{
|
|
uint64_t L_27 = __this->get_m_Flags_20();
|
|
int32_t L_28 = V_0;
|
|
__this->set_m_Flags_20(((int64_t)((int64_t)L_27|(int64_t)(((int64_t)((int64_t)L_28))))));
|
|
}
|
|
|
|
IL_00b2:
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_29 = ___otherUri0;
|
|
NullCheck(L_29);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_30 = L_29->get_m_Syntax_18();
|
|
__this->set_m_Syntax_18(L_30);
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_31 = ___otherUri0;
|
|
NullCheck(L_31);
|
|
String_t* L_32 = L_31->get_m_String_16();
|
|
__this->set_m_String_16(L_32);
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_33 = ___otherUri0;
|
|
NullCheck(L_33);
|
|
bool L_34 = L_33->get_m_iriParsing_22();
|
|
__this->set_m_iriParsing_22(L_34);
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_35 = ___otherUri0;
|
|
NullCheck(L_35);
|
|
bool L_36 = Uri_get_OriginalStringSwitched_m79E1C9F1C4E0ACCC85BB68841C167DDEA15CC72D(L_35, /*hidden argument*/NULL);
|
|
if (!L_36)
|
|
{
|
|
goto IL_00ea;
|
|
}
|
|
}
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_37 = ___otherUri0;
|
|
NullCheck(L_37);
|
|
String_t* L_38 = L_37->get_m_originalUnicodeString_17();
|
|
__this->set_m_originalUnicodeString_17(L_38);
|
|
}
|
|
|
|
IL_00ea:
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_39 = ___otherUri0;
|
|
NullCheck(L_39);
|
|
bool L_40 = Uri_get_AllowIdn_mF1833CB700E04D746D75428948BEBC70536E1941(L_39, /*hidden argument*/NULL);
|
|
if (!L_40)
|
|
{
|
|
goto IL_0120;
|
|
}
|
|
}
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_41 = ___otherUri0;
|
|
NullCheck(L_41);
|
|
bool L_42 = Uri_InFact_m4CE890C86FA34154A044516D2F3C9463389220D7(L_41, ((int64_t)4294967296LL), /*hidden argument*/NULL);
|
|
if (L_42)
|
|
{
|
|
goto IL_0114;
|
|
}
|
|
}
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_43 = ___otherUri0;
|
|
NullCheck(L_43);
|
|
bool L_44 = Uri_InFact_m4CE890C86FA34154A044516D2F3C9463389220D7(L_43, ((int64_t)68719476736LL), /*hidden argument*/NULL);
|
|
if (!L_44)
|
|
{
|
|
goto IL_0120;
|
|
}
|
|
}
|
|
|
|
IL_0114:
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_45 = ___otherUri0;
|
|
NullCheck(L_45);
|
|
String_t* L_46 = L_45->get_m_DnsSafeHost_19();
|
|
__this->set_m_DnsSafeHost_19(L_46);
|
|
}
|
|
|
|
IL_0120:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Uri::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri__cctor_m2B8179039C09C64936CF8262E3EF4A7E7C2F90F2 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Uri__cctor_m2B8179039C09C64936CF8262E3EF4A7E7C2F90F2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_0 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_FileUri_16();
|
|
NullCheck(L_0);
|
|
String_t* L_1 = UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1_inline(L_0, /*hidden argument*/NULL);
|
|
((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var))->set_UriSchemeFile_0(L_1);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_2 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_FtpUri_15();
|
|
NullCheck(L_2);
|
|
String_t* L_3 = UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1_inline(L_2, /*hidden argument*/NULL);
|
|
((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var))->set_UriSchemeFtp_1(L_3);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_4 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_GopherUri_17();
|
|
NullCheck(L_4);
|
|
String_t* L_5 = UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1_inline(L_4, /*hidden argument*/NULL);
|
|
((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var))->set_UriSchemeGopher_2(L_5);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_6 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_HttpUri_11();
|
|
NullCheck(L_6);
|
|
String_t* L_7 = UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1_inline(L_6, /*hidden argument*/NULL);
|
|
((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var))->set_UriSchemeHttp_3(L_7);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_8 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_HttpsUri_12();
|
|
NullCheck(L_8);
|
|
String_t* L_9 = UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1_inline(L_8, /*hidden argument*/NULL);
|
|
((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var))->set_UriSchemeHttps_4(L_9);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_10 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_WsUri_13();
|
|
NullCheck(L_10);
|
|
String_t* L_11 = UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1_inline(L_10, /*hidden argument*/NULL);
|
|
((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var))->set_UriSchemeWs_5(L_11);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_12 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_WssUri_14();
|
|
NullCheck(L_12);
|
|
String_t* L_13 = UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1_inline(L_12, /*hidden argument*/NULL);
|
|
((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var))->set_UriSchemeWss_6(L_13);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_14 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_MailToUri_20();
|
|
NullCheck(L_14);
|
|
String_t* L_15 = UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1_inline(L_14, /*hidden argument*/NULL);
|
|
((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var))->set_UriSchemeMailto_7(L_15);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_16 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_NewsUri_19();
|
|
NullCheck(L_16);
|
|
String_t* L_17 = UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1_inline(L_16, /*hidden argument*/NULL);
|
|
((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var))->set_UriSchemeNews_8(L_17);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_18 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_NntpUri_18();
|
|
NullCheck(L_18);
|
|
String_t* L_19 = UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1_inline(L_18, /*hidden argument*/NULL);
|
|
((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var))->set_UriSchemeNntp_9(L_19);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_20 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_NetTcpUri_24();
|
|
NullCheck(L_20);
|
|
String_t* L_21 = UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1_inline(L_20, /*hidden argument*/NULL);
|
|
((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var))->set_UriSchemeNetTcp_10(L_21);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_22 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_NetPipeUri_25();
|
|
NullCheck(L_22);
|
|
String_t* L_23 = UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1_inline(L_22, /*hidden argument*/NULL);
|
|
((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var))->set_UriSchemeNetPipe_11(L_23);
|
|
((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var))->set_SchemeDelimiter_12(_stringLiteralEF81042E1E86ACB765718EA37393A1292452BBCC);
|
|
il2cpp_codegen_memory_barrier();
|
|
((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var))->set_s_IdnScope_25(0);
|
|
String_t* L_24 = Environment_GetEnvironmentVariable_mB94020EE6B0D5BADF024E4BE6FBC54A5954D2185(_stringLiteralE9AC165BF4329575F3917F792B929DD85EFAB371, /*hidden argument*/NULL);
|
|
bool L_25 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_24, _stringLiteral7CB6EFB98BA5972A9B5090DC2E517FE14D12CB04, /*hidden argument*/NULL);
|
|
il2cpp_codegen_memory_barrier();
|
|
((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var))->set_s_IriParsing_26(((((int32_t)L_25) == ((int32_t)0))? 1 : 0));
|
|
String_t* L_26 = Environment_GetEnvironmentVariable_mB94020EE6B0D5BADF024E4BE6FBC54A5954D2185(_stringLiteral8FC90120B68B6AF92231471C6919D9D7163A0AAD, /*hidden argument*/NULL);
|
|
bool L_27 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_26, _stringLiteral5FFE533B830F08A0326348A9160AFAFC8ADA44DB, /*hidden argument*/NULL);
|
|
((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var))->set_useDotNetRelativeOrAbsolute_27(L_27);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
Il2CppChar L_28 = ((Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_StaticFields*)il2cpp_codegen_static_fields_for(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2();
|
|
((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var))->set_IsWindowsFileSystem_29((bool)((((int32_t)L_28) == ((int32_t)((int32_t)92)))? 1 : 0));
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_29 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16));
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_30 = L_29;
|
|
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_31 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291____C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_12_FieldInfo_var) };
|
|
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_30, L_31, /*hidden argument*/NULL);
|
|
((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var))->set_HexLowerChars_34(L_30);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_32 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)4);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_33 = L_32;
|
|
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_34 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291____E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_14_FieldInfo_var) };
|
|
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_33, L_34, /*hidden argument*/NULL);
|
|
((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var))->set__WSchars_35(L_33);
|
|
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.Uri_MoreInfo::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MoreInfo__ctor_mFE29F028646C12EDCAF7F0F78F9A85D52C10B83C (MoreInfo_t83B9EC79244C26B468C115E54C0BEF09BB2E05B5 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#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_UriInfo::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriInfo__ctor_m24EFE7B4E03C9FFB8B797770D626680947C87D98 (UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.UriBuilder::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriBuilder__ctor_mFC8729DAB4291B5B6500207C85DCB3985B46BB52 (UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UriBuilder__ctor_mFC8729DAB4291B5B6500207C85DCB3985B46BB52_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
__this->set__changed_0((bool)1);
|
|
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
__this->set__fragment_1(L_0);
|
|
__this->set__host_2(_stringLiteral334389048B872A533002B34D73F8C29FD09EFC50);
|
|
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
__this->set__password_3(L_1);
|
|
__this->set__path_4(_stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8);
|
|
__this->set__port_5((-1));
|
|
String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
__this->set__query_6(L_2);
|
|
__this->set__scheme_7(_stringLiteral77B5F8E343A90F6F597751021FB8B7A08FE83083);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
String_t* L_3 = ((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var))->get_SchemeDelimiter_12();
|
|
__this->set__schemeDelimiter_8(L_3);
|
|
String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
__this->set__username_10(L_4);
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.UriBuilder::.ctor(System.Uri)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriBuilder__ctor_m1B050A706B91D8EDCF5DD4A98CA1F1A0FE6EA8AE (UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UriBuilder__ctor_m1B050A706B91D8EDCF5DD4A98CA1F1A0FE6EA8AE_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
__this->set__changed_0((bool)1);
|
|
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
__this->set__fragment_1(L_0);
|
|
__this->set__host_2(_stringLiteral334389048B872A533002B34D73F8C29FD09EFC50);
|
|
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
__this->set__password_3(L_1);
|
|
__this->set__path_4(_stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8);
|
|
__this->set__port_5((-1));
|
|
String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
__this->set__query_6(L_2);
|
|
__this->set__scheme_7(_stringLiteral77B5F8E343A90F6F597751021FB8B7A08FE83083);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
String_t* L_3 = ((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var))->get_SchemeDelimiter_12();
|
|
__this->set__schemeDelimiter_8(L_3);
|
|
String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
__this->set__username_10(L_4);
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_5 = ___uri0;
|
|
if (L_5)
|
|
{
|
|
goto IL_007a;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_6 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_6, _stringLiteral2C6D680F5C570BA21D22697CD028F230E9F4CD56, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, UriBuilder__ctor_m1B050A706B91D8EDCF5DD4A98CA1F1A0FE6EA8AE_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_007a:
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_7 = ___uri0;
|
|
UriBuilder_Init_mB18B3A4578F102E7E99F18542236A6B5B6ABA174(__this, L_7, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.UriBuilder::Init(System.Uri)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriBuilder_Init_mB18B3A4578F102E7E99F18542236A6B5B6ABA174 (UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UriBuilder_Init_mB18B3A4578F102E7E99F18542236A6B5B6ABA174_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905 * G_B2_0 = NULL;
|
|
UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905 * G_B1_0 = NULL;
|
|
String_t* G_B3_0 = NULL;
|
|
UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905 * G_B3_1 = NULL;
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___uri0;
|
|
NullCheck(L_0);
|
|
String_t* L_1 = Uri_get_Fragment_m111666DD668AC59B9F3C3D3CEEEC7F70F6904D41(L_0, /*hidden argument*/NULL);
|
|
__this->set__fragment_1(L_1);
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_2 = ___uri0;
|
|
NullCheck(L_2);
|
|
String_t* L_3 = Uri_get_Query_m3F64514B4DB7C849C8255BA3FE08C6BE983D2D56(L_2, /*hidden argument*/NULL);
|
|
__this->set__query_6(L_3);
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_4 = ___uri0;
|
|
NullCheck(L_4);
|
|
String_t* L_5 = Uri_get_Host_m2D942F397A36DBDA5E93452CBD983E0714018151(L_4, /*hidden argument*/NULL);
|
|
__this->set__host_2(L_5);
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_6 = ___uri0;
|
|
NullCheck(L_6);
|
|
String_t* L_7 = Uri_get_AbsolutePath_mA9A825E2BBD0A43AD76EB9A9765E29E45FE32F31(L_6, /*hidden argument*/NULL);
|
|
__this->set__path_4(L_7);
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_8 = ___uri0;
|
|
NullCheck(L_8);
|
|
int32_t L_9 = Uri_get_Port_m4E64AB9B50CCC50E7B1F139D7AF1403FAF97147C(L_8, /*hidden argument*/NULL);
|
|
__this->set__port_5(L_9);
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_10 = ___uri0;
|
|
NullCheck(L_10);
|
|
String_t* L_11 = Uri_get_Scheme_m14A8F0018D8AACADBEF39600A59944F33EE39187(L_10, /*hidden argument*/NULL);
|
|
__this->set__scheme_7(L_11);
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_12 = ___uri0;
|
|
NullCheck(L_12);
|
|
bool L_13 = Uri_get_HasAuthority_m969936D80AE0309273733487C8B38BEE33468712(L_12, /*hidden argument*/NULL);
|
|
G_B1_0 = __this;
|
|
if (L_13)
|
|
{
|
|
G_B2_0 = __this;
|
|
goto IL_0058;
|
|
}
|
|
}
|
|
{
|
|
G_B3_0 = _stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9;
|
|
G_B3_1 = G_B1_0;
|
|
goto IL_005d;
|
|
}
|
|
|
|
IL_0058:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
String_t* L_14 = ((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var))->get_SchemeDelimiter_12();
|
|
G_B3_0 = L_14;
|
|
G_B3_1 = G_B2_0;
|
|
}
|
|
|
|
IL_005d:
|
|
{
|
|
NullCheck(G_B3_1);
|
|
G_B3_1->set__schemeDelimiter_8(G_B3_0);
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_15 = ___uri0;
|
|
NullCheck(L_15);
|
|
String_t* L_16 = Uri_get_UserInfo_m201C93A932C446805E9143EBE969048D7E75C71E(L_15, /*hidden argument*/NULL);
|
|
V_0 = L_16;
|
|
String_t* L_17 = V_0;
|
|
bool L_18 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_17, /*hidden argument*/NULL);
|
|
if (L_18)
|
|
{
|
|
goto IL_00a4;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_19 = V_0;
|
|
NullCheck(L_19);
|
|
int32_t L_20 = String_IndexOf_m2909B8CF585E1BD0C81E11ACA2F48012156FD5BD(L_19, ((int32_t)58), /*hidden argument*/NULL);
|
|
V_1 = L_20;
|
|
int32_t L_21 = V_1;
|
|
if ((((int32_t)L_21) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_009d;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_22 = V_0;
|
|
int32_t L_23 = V_1;
|
|
NullCheck(L_22);
|
|
String_t* L_24 = String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE(L_22, ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)), /*hidden argument*/NULL);
|
|
__this->set__password_3(L_24);
|
|
String_t* L_25 = V_0;
|
|
int32_t L_26 = V_1;
|
|
NullCheck(L_25);
|
|
String_t* L_27 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_25, 0, L_26, /*hidden argument*/NULL);
|
|
__this->set__username_10(L_27);
|
|
goto IL_00a4;
|
|
}
|
|
|
|
IL_009d:
|
|
{
|
|
String_t* L_28 = V_0;
|
|
__this->set__username_10(L_28);
|
|
}
|
|
|
|
IL_00a4:
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_29 = ___uri0;
|
|
UriBuilder_SetFieldsFromUri_m54B4EB1ACEF01F2B0B11EC81768BB7D56245447F(__this, L_29, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.UriBuilder::.ctor(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriBuilder__ctor_m7A9B7FFE61632B2181BBF326580950494257464F (UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905 * __this, String_t* ___schemeName0, String_t* ___hostName1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UriBuilder__ctor_m7A9B7FFE61632B2181BBF326580950494257464F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
__this->set__changed_0((bool)1);
|
|
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
__this->set__fragment_1(L_0);
|
|
__this->set__host_2(_stringLiteral334389048B872A533002B34D73F8C29FD09EFC50);
|
|
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
__this->set__password_3(L_1);
|
|
__this->set__path_4(_stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8);
|
|
__this->set__port_5((-1));
|
|
String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
__this->set__query_6(L_2);
|
|
__this->set__scheme_7(_stringLiteral77B5F8E343A90F6F597751021FB8B7A08FE83083);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
String_t* L_3 = ((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var))->get_SchemeDelimiter_12();
|
|
__this->set__schemeDelimiter_8(L_3);
|
|
String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
__this->set__username_10(L_4);
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
String_t* L_5 = ___schemeName0;
|
|
UriBuilder_set_Scheme_mD20C10C2D43C0C2C96D9098BE4331D46FCC45921(__this, L_5, /*hidden argument*/NULL);
|
|
String_t* L_6 = ___hostName1;
|
|
UriBuilder_set_Host_m7213BE98F62DE6A099EA8EEFF479949C5F1EA680(__this, L_6, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.UriBuilder::.ctor(System.String,System.String,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriBuilder__ctor_mBF5DB989568C4C36033EAF9AE939734782DC722D (UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905 * __this, String_t* ___scheme0, String_t* ___host1, int32_t ___portNumber2, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___scheme0;
|
|
String_t* L_1 = ___host1;
|
|
UriBuilder__ctor_m7A9B7FFE61632B2181BBF326580950494257464F(__this, L_0, L_1, /*hidden argument*/NULL);
|
|
int32_t L_2 = ___portNumber2;
|
|
UriBuilder_set_Port_m14DBA6E597BED983B73F4AD7F1215C6E474DB6F3(__this, L_2, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.UriBuilder::.ctor(System.String,System.String,System.Int32,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriBuilder__ctor_mD85B55F4C0313B5E28C9F10277C2E81CF5650215 (UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905 * __this, String_t* ___scheme0, String_t* ___host1, int32_t ___port2, String_t* ___pathValue3, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___scheme0;
|
|
String_t* L_1 = ___host1;
|
|
int32_t L_2 = ___port2;
|
|
UriBuilder__ctor_mBF5DB989568C4C36033EAF9AE939734782DC722D(__this, L_0, L_1, L_2, /*hidden argument*/NULL);
|
|
String_t* L_3 = ___pathValue3;
|
|
UriBuilder_set_Path_mB5E891CD6B419F1310178B20F5E47E49D0F828E8(__this, L_3, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.UriBuilder::set_Host(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriBuilder_set_Host_m7213BE98F62DE6A099EA8EEFF479949C5F1EA680 (UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905 * __this, String_t* ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UriBuilder_set_Host_m7213BE98F62DE6A099EA8EEFF479949C5F1EA680_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___value0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
___value0 = L_1;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
String_t* L_2 = ___value0;
|
|
__this->set__host_2(L_2);
|
|
String_t* L_3 = __this->get__host_2();
|
|
NullCheck(L_3);
|
|
int32_t L_4 = String_IndexOf_m2909B8CF585E1BD0C81E11ACA2F48012156FD5BD(L_3, ((int32_t)58), /*hidden argument*/NULL);
|
|
if ((((int32_t)L_4) < ((int32_t)0)))
|
|
{
|
|
goto IL_004c;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_5 = __this->get__host_2();
|
|
NullCheck(L_5);
|
|
Il2CppChar L_6 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_5, 0, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_6) == ((int32_t)((int32_t)91))))
|
|
{
|
|
goto IL_004c;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_7 = __this->get__host_2();
|
|
String_t* L_8 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(_stringLiteral1E5C2F367F02E47A8C160CDA1CD9D91DECBAC441, L_7, _stringLiteral4FF447B8EF42CA51FA6FB287BED8D40F49BE58F1, /*hidden argument*/NULL);
|
|
__this->set__host_2(L_8);
|
|
}
|
|
|
|
IL_004c:
|
|
{
|
|
__this->set__changed_0((bool)1);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.UriBuilder::set_Path(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriBuilder_set_Path_mB5E891CD6B419F1310178B20F5E47E49D0F828E8 (UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905 * __this, String_t* ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UriBuilder_set_Path_mB5E891CD6B419F1310178B20F5E47E49D0F828E8_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___value0;
|
|
if (!L_0)
|
|
{
|
|
goto IL_000b;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = ___value0;
|
|
NullCheck(L_1);
|
|
int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_1, /*hidden argument*/NULL);
|
|
if (L_2)
|
|
{
|
|
goto IL_0012;
|
|
}
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
___value0 = _stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8;
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
String_t* L_3 = ___value0;
|
|
NullCheck(L_3);
|
|
String_t* L_4 = String_Replace_m276641366A463205C185A9B3DC0E24ECB95122C9(L_3, ((int32_t)92), ((int32_t)47), /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
String_t* L_5 = Uri_InternalEscapeString_m4A79B5EFDD0254232524BA43FAC32297A825F873(L_4, /*hidden argument*/NULL);
|
|
__this->set__path_4(L_5);
|
|
__this->set__changed_0((bool)1);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.UriBuilder::set_Port(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriBuilder_set_Port_m14DBA6E597BED983B73F4AD7F1215C6E474DB6F3 (UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905 * __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UriBuilder_set_Port_m14DBA6E597BED983B73F4AD7F1215C6E474DB6F3_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = ___value0;
|
|
if ((((int32_t)L_0) < ((int32_t)(-1))))
|
|
{
|
|
goto IL_000c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = ___value0;
|
|
if ((((int32_t)L_1) <= ((int32_t)((int32_t)65535))))
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, UriBuilder_set_Port_m14DBA6E597BED983B73F4AD7F1215C6E474DB6F3_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
int32_t L_3 = ___value0;
|
|
__this->set__port_5(L_3);
|
|
__this->set__changed_0((bool)1);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.UriBuilder::set_Query(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriBuilder_set_Query_m392BC383004E6922D6B53870D2195E7F871FCEC8 (UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905 * __this, String_t* ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UriBuilder_set_Query_m392BC383004E6922D6B53870D2195E7F871FCEC8_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___value0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
___value0 = L_1;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
String_t* L_2 = ___value0;
|
|
NullCheck(L_2);
|
|
int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_2, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_3) <= ((int32_t)0)))
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_4 = ___value0;
|
|
NullCheck(L_4);
|
|
Il2CppChar L_5 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_4, 0, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_5) == ((int32_t)((int32_t)63))))
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_6 = ___value0;
|
|
String_t* L_7 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteral5BAB61EB53176449E25C2C82F172B82CB13FFB9D, L_6, /*hidden argument*/NULL);
|
|
___value0 = L_7;
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
String_t* L_8 = ___value0;
|
|
__this->set__query_6(L_8);
|
|
__this->set__changed_0((bool)1);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.UriBuilder::set_Scheme(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriBuilder_set_Scheme_mD20C10C2D43C0C2C96D9098BE4331D46FCC45921 (UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905 * __this, String_t* ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UriBuilder_set_Scheme_mD20C10C2D43C0C2C96D9098BE4331D46FCC45921_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
String_t* L_0 = ___value0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
___value0 = L_1;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
String_t* L_2 = ___value0;
|
|
NullCheck(L_2);
|
|
int32_t L_3 = String_IndexOf_m2909B8CF585E1BD0C81E11ACA2F48012156FD5BD(L_2, ((int32_t)58), /*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
int32_t L_4 = V_0;
|
|
if ((((int32_t)L_4) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_5 = ___value0;
|
|
int32_t L_6 = V_0;
|
|
NullCheck(L_5);
|
|
String_t* L_7 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_5, 0, L_6, /*hidden argument*/NULL);
|
|
___value0 = L_7;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
String_t* L_8 = ___value0;
|
|
NullCheck(L_8);
|
|
int32_t L_9 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_8, /*hidden argument*/NULL);
|
|
if (!L_9)
|
|
{
|
|
goto IL_0049;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_10 = ___value0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
bool L_11 = Uri_CheckSchemeName_m351E06F4546E0F84E2DDB286B531F39D379589BC(L_10, /*hidden argument*/NULL);
|
|
if (L_11)
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
}
|
|
{
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_12 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_12, _stringLiteral57E68B8AF3FD3A50C789D0A6C6B204E28654550B, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, UriBuilder_set_Scheme_mD20C10C2D43C0C2C96D9098BE4331D46FCC45921_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
String_t* L_13 = ___value0;
|
|
NullCheck(L_13);
|
|
String_t* L_14 = String_ToLowerInvariant_m197BD65B6582DC546FF1BC398161EEFA708F799E(L_13, /*hidden argument*/NULL);
|
|
___value0 = L_14;
|
|
}
|
|
|
|
IL_0049:
|
|
{
|
|
String_t* L_15 = ___value0;
|
|
__this->set__scheme_7(L_15);
|
|
__this->set__changed_0((bool)1);
|
|
return;
|
|
}
|
|
}
|
|
// System.Uri System.UriBuilder::get_Uri()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * UriBuilder_get_Uri_mDCABA4CD1D05D4B9C4CBA063BC7CA94EE6CCC631 (UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UriBuilder_get_Uri_mDCABA4CD1D05D4B9C4CBA063BC7CA94EE6CCC631_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
bool L_0 = __this->get__changed_0();
|
|
if (!L_0)
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, __this);
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_2 = (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)il2cpp_codegen_object_new(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
Uri__ctor_mBA69907A1D799CD12ED44B611985B25FE4C626A2(L_2, L_1, /*hidden argument*/NULL);
|
|
__this->set__uri_9(L_2);
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_3 = __this->get__uri_9();
|
|
UriBuilder_SetFieldsFromUri_m54B4EB1ACEF01F2B0B11EC81768BB7D56245447F(__this, L_3, /*hidden argument*/NULL);
|
|
__this->set__changed_0((bool)0);
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_4 = __this->get__uri_9();
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Boolean System.UriBuilder::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UriBuilder_Equals_m370D16A9DCA721B688549EE192A9B79C737FE16D (UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905 * __this, RuntimeObject * ___rparam0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject * L_0 = ___rparam0;
|
|
if (L_0)
|
|
{
|
|
goto IL_0005;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0005:
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_1 = UriBuilder_get_Uri_mDCABA4CD1D05D4B9C4CBA063BC7CA94EE6CCC631(__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.Object::Equals(System.Object) */, L_1, L_3);
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Int32 System.UriBuilder::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UriBuilder_GetHashCode_m4FBBBBE01B56EF5DF92C4F5A2BCAF5E86A585BE7 (UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = UriBuilder_get_Uri_mDCABA4CD1D05D4B9C4CBA063BC7CA94EE6CCC631(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_0);
|
|
int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_0);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void System.UriBuilder::SetFieldsFromUri(System.Uri)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriBuilder_SetFieldsFromUri_m54B4EB1ACEF01F2B0B11EC81768BB7D56245447F (UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UriBuilder_SetFieldsFromUri_m54B4EB1ACEF01F2B0B11EC81768BB7D56245447F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905 * G_B2_0 = NULL;
|
|
UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905 * G_B1_0 = NULL;
|
|
String_t* G_B3_0 = NULL;
|
|
UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905 * G_B3_1 = NULL;
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___uri0;
|
|
NullCheck(L_0);
|
|
String_t* L_1 = Uri_get_Fragment_m111666DD668AC59B9F3C3D3CEEEC7F70F6904D41(L_0, /*hidden argument*/NULL);
|
|
__this->set__fragment_1(L_1);
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_2 = ___uri0;
|
|
NullCheck(L_2);
|
|
String_t* L_3 = Uri_get_Query_m3F64514B4DB7C849C8255BA3FE08C6BE983D2D56(L_2, /*hidden argument*/NULL);
|
|
__this->set__query_6(L_3);
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_4 = ___uri0;
|
|
NullCheck(L_4);
|
|
String_t* L_5 = Uri_get_Host_m2D942F397A36DBDA5E93452CBD983E0714018151(L_4, /*hidden argument*/NULL);
|
|
__this->set__host_2(L_5);
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_6 = ___uri0;
|
|
NullCheck(L_6);
|
|
String_t* L_7 = Uri_get_AbsolutePath_mA9A825E2BBD0A43AD76EB9A9765E29E45FE32F31(L_6, /*hidden argument*/NULL);
|
|
__this->set__path_4(L_7);
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_8 = ___uri0;
|
|
NullCheck(L_8);
|
|
int32_t L_9 = Uri_get_Port_m4E64AB9B50CCC50E7B1F139D7AF1403FAF97147C(L_8, /*hidden argument*/NULL);
|
|
__this->set__port_5(L_9);
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_10 = ___uri0;
|
|
NullCheck(L_10);
|
|
String_t* L_11 = Uri_get_Scheme_m14A8F0018D8AACADBEF39600A59944F33EE39187(L_10, /*hidden argument*/NULL);
|
|
__this->set__scheme_7(L_11);
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_12 = ___uri0;
|
|
NullCheck(L_12);
|
|
bool L_13 = Uri_get_HasAuthority_m969936D80AE0309273733487C8B38BEE33468712(L_12, /*hidden argument*/NULL);
|
|
G_B1_0 = __this;
|
|
if (L_13)
|
|
{
|
|
G_B2_0 = __this;
|
|
goto IL_0058;
|
|
}
|
|
}
|
|
{
|
|
G_B3_0 = _stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9;
|
|
G_B3_1 = G_B1_0;
|
|
goto IL_005d;
|
|
}
|
|
|
|
IL_0058:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
String_t* L_14 = ((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var))->get_SchemeDelimiter_12();
|
|
G_B3_0 = L_14;
|
|
G_B3_1 = G_B2_0;
|
|
}
|
|
|
|
IL_005d:
|
|
{
|
|
NullCheck(G_B3_1);
|
|
G_B3_1->set__schemeDelimiter_8(G_B3_0);
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_15 = ___uri0;
|
|
NullCheck(L_15);
|
|
String_t* L_16 = Uri_get_UserInfo_m201C93A932C446805E9143EBE969048D7E75C71E(L_15, /*hidden argument*/NULL);
|
|
V_0 = L_16;
|
|
String_t* L_17 = V_0;
|
|
NullCheck(L_17);
|
|
int32_t L_18 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_17, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_18) <= ((int32_t)0)))
|
|
{
|
|
goto IL_00a4;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_19 = V_0;
|
|
NullCheck(L_19);
|
|
int32_t L_20 = String_IndexOf_m2909B8CF585E1BD0C81E11ACA2F48012156FD5BD(L_19, ((int32_t)58), /*hidden argument*/NULL);
|
|
V_1 = L_20;
|
|
int32_t L_21 = V_1;
|
|
if ((((int32_t)L_21) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_009d;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_22 = V_0;
|
|
int32_t L_23 = V_1;
|
|
NullCheck(L_22);
|
|
String_t* L_24 = String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE(L_22, ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)), /*hidden argument*/NULL);
|
|
__this->set__password_3(L_24);
|
|
String_t* L_25 = V_0;
|
|
int32_t L_26 = V_1;
|
|
NullCheck(L_25);
|
|
String_t* L_27 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_25, 0, L_26, /*hidden argument*/NULL);
|
|
__this->set__username_10(L_27);
|
|
return;
|
|
}
|
|
|
|
IL_009d:
|
|
{
|
|
String_t* L_28 = V_0;
|
|
__this->set__username_10(L_28);
|
|
}
|
|
|
|
IL_00a4:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.String System.UriBuilder::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UriBuilder_ToString_m5BF9ED358C61008561663680C0D843C22C25443D (UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UriBuilder_ToString_m5BF9ED358C61008561663680C0D843C22C25443D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * V_1 = NULL;
|
|
UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905 * G_B10_0 = NULL;
|
|
UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905 * G_B6_0 = NULL;
|
|
UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905 * G_B9_0 = NULL;
|
|
UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905 * G_B7_0 = NULL;
|
|
UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905 * G_B8_0 = NULL;
|
|
String_t* G_B11_0 = NULL;
|
|
UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905 * G_B11_1 = NULL;
|
|
UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905 * G_B14_0 = NULL;
|
|
UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905 * G_B13_0 = NULL;
|
|
String_t* G_B15_0 = NULL;
|
|
UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905 * G_B15_1 = NULL;
|
|
String_t* G_B19_0 = NULL;
|
|
int32_t G_B21_0 = 0;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B21_1 = NULL;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B21_2 = NULL;
|
|
int32_t G_B20_0 = 0;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B20_1 = NULL;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B20_2 = NULL;
|
|
String_t* G_B22_0 = NULL;
|
|
int32_t G_B22_1 = 0;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B22_2 = NULL;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B22_3 = NULL;
|
|
int32_t G_B24_0 = 0;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B24_1 = NULL;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B24_2 = NULL;
|
|
int32_t G_B23_0 = 0;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B23_1 = NULL;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B23_2 = NULL;
|
|
String_t* G_B25_0 = NULL;
|
|
int32_t G_B25_1 = 0;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B25_2 = NULL;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B25_3 = NULL;
|
|
int32_t G_B27_0 = 0;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B27_1 = NULL;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B27_2 = NULL;
|
|
int32_t G_B26_0 = 0;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B26_1 = NULL;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B26_2 = NULL;
|
|
int32_t G_B28_0 = 0;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B28_1 = NULL;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B28_2 = NULL;
|
|
String_t* G_B29_0 = NULL;
|
|
int32_t G_B29_1 = 0;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B29_2 = NULL;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B29_3 = NULL;
|
|
int32_t G_B32_0 = 0;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B32_1 = NULL;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B32_2 = NULL;
|
|
int32_t G_B30_0 = 0;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B30_1 = NULL;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B30_2 = NULL;
|
|
int32_t G_B31_0 = 0;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B31_1 = NULL;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B31_2 = NULL;
|
|
int32_t G_B33_0 = 0;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B33_1 = NULL;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B33_2 = NULL;
|
|
String_t* G_B34_0 = NULL;
|
|
int32_t G_B34_1 = 0;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B34_2 = NULL;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B34_3 = NULL;
|
|
{
|
|
String_t* L_0 = __this->get__username_10();
|
|
NullCheck(L_0);
|
|
int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_0, /*hidden argument*/NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_2 = __this->get__password_3();
|
|
NullCheck(L_2);
|
|
int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_2, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_3) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
{
|
|
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A * L_4 = (UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A *)il2cpp_codegen_object_new(UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A_il2cpp_TypeInfo_var);
|
|
UriFormatException__ctor_mE1D46962CC168EB07B59D1265F5734A8F587567D(L_4, _stringLiteral2B2243B6036E7AC7834F59C17B6FBD1E6AB6D2CF, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, UriBuilder_ToString_m5BF9ED358C61008561663680C0D843C22C25443D_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
String_t* L_5 = __this->get__scheme_7();
|
|
NullCheck(L_5);
|
|
int32_t L_6 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_5, /*hidden argument*/NULL);
|
|
if (!L_6)
|
|
{
|
|
goto IL_00a1;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_7 = __this->get__scheme_7();
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_8 = UriParser_GetSyntax_mC2FEAF79ECEB6550573A1C0578141BB236F7EF16(L_7, /*hidden argument*/NULL);
|
|
V_1 = L_8;
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_9 = V_1;
|
|
if (!L_9)
|
|
{
|
|
goto IL_0082;
|
|
}
|
|
}
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_10 = V_1;
|
|
NullCheck(L_10);
|
|
bool L_11 = UriParser_InFact_mDD42FA932B6830D99AA04C2AE7875BA5067C86F3(L_10, 1, /*hidden argument*/NULL);
|
|
G_B6_0 = __this;
|
|
if (L_11)
|
|
{
|
|
G_B10_0 = __this;
|
|
goto IL_0076;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_12 = __this->get__host_2();
|
|
NullCheck(L_12);
|
|
int32_t L_13 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_12, /*hidden argument*/NULL);
|
|
G_B7_0 = G_B6_0;
|
|
if (!L_13)
|
|
{
|
|
G_B9_0 = G_B6_0;
|
|
goto IL_006f;
|
|
}
|
|
}
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_14 = V_1;
|
|
NullCheck(L_14);
|
|
bool L_15 = UriParser_NotAny_mC998A35DC290F35FFAFFB6A8B66C7B881F2559D3(L_14, ((int32_t)16384), /*hidden argument*/NULL);
|
|
G_B8_0 = G_B7_0;
|
|
if (!L_15)
|
|
{
|
|
G_B9_0 = G_B7_0;
|
|
goto IL_006f;
|
|
}
|
|
}
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_16 = V_1;
|
|
NullCheck(L_16);
|
|
bool L_17 = UriParser_InFact_mDD42FA932B6830D99AA04C2AE7875BA5067C86F3(L_16, 2, /*hidden argument*/NULL);
|
|
G_B9_0 = G_B8_0;
|
|
if (L_17)
|
|
{
|
|
G_B10_0 = G_B8_0;
|
|
goto IL_0076;
|
|
}
|
|
}
|
|
|
|
IL_006f:
|
|
{
|
|
G_B11_0 = _stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9;
|
|
G_B11_1 = G_B9_0;
|
|
goto IL_007b;
|
|
}
|
|
|
|
IL_0076:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
String_t* L_18 = ((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var))->get_SchemeDelimiter_12();
|
|
G_B11_0 = L_18;
|
|
G_B11_1 = G_B10_0;
|
|
}
|
|
|
|
IL_007b:
|
|
{
|
|
NullCheck(G_B11_1);
|
|
G_B11_1->set__schemeDelimiter_8(G_B11_0);
|
|
goto IL_00a1;
|
|
}
|
|
|
|
IL_0082:
|
|
{
|
|
String_t* L_19 = __this->get__host_2();
|
|
NullCheck(L_19);
|
|
int32_t L_20 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_19, /*hidden argument*/NULL);
|
|
G_B13_0 = __this;
|
|
if (L_20)
|
|
{
|
|
G_B14_0 = __this;
|
|
goto IL_0097;
|
|
}
|
|
}
|
|
{
|
|
G_B15_0 = _stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9;
|
|
G_B15_1 = G_B13_0;
|
|
goto IL_009c;
|
|
}
|
|
|
|
IL_0097:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
String_t* L_21 = ((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var))->get_SchemeDelimiter_12();
|
|
G_B15_0 = L_21;
|
|
G_B15_1 = G_B14_0;
|
|
}
|
|
|
|
IL_009c:
|
|
{
|
|
NullCheck(G_B15_1);
|
|
G_B15_1->set__schemeDelimiter_8(G_B15_0);
|
|
}
|
|
|
|
IL_00a1:
|
|
{
|
|
String_t* L_22 = __this->get__scheme_7();
|
|
NullCheck(L_22);
|
|
int32_t L_23 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_22, /*hidden argument*/NULL);
|
|
if (L_23)
|
|
{
|
|
goto IL_00b5;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_24 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
G_B19_0 = L_24;
|
|
goto IL_00c6;
|
|
}
|
|
|
|
IL_00b5:
|
|
{
|
|
String_t* L_25 = __this->get__scheme_7();
|
|
String_t* L_26 = __this->get__schemeDelimiter_8();
|
|
String_t* L_27 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_25, L_26, /*hidden argument*/NULL);
|
|
G_B19_0 = L_27;
|
|
}
|
|
|
|
IL_00c6:
|
|
{
|
|
V_0 = G_B19_0;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_28 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10));
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_29 = L_28;
|
|
String_t* L_30 = V_0;
|
|
NullCheck(L_29);
|
|
ArrayElementTypeCheck (L_29, L_30);
|
|
(L_29)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_30);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_31 = L_29;
|
|
String_t* L_32 = __this->get__username_10();
|
|
NullCheck(L_31);
|
|
ArrayElementTypeCheck (L_31, L_32);
|
|
(L_31)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)L_32);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_33 = L_31;
|
|
String_t* L_34 = __this->get__password_3();
|
|
NullCheck(L_34);
|
|
int32_t L_35 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_34, /*hidden argument*/NULL);
|
|
G_B20_0 = 2;
|
|
G_B20_1 = L_33;
|
|
G_B20_2 = L_33;
|
|
if ((((int32_t)L_35) > ((int32_t)0)))
|
|
{
|
|
G_B21_0 = 2;
|
|
G_B21_1 = L_33;
|
|
G_B21_2 = L_33;
|
|
goto IL_00f2;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_36 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
G_B22_0 = L_36;
|
|
G_B22_1 = G_B20_0;
|
|
G_B22_2 = G_B20_1;
|
|
G_B22_3 = G_B20_2;
|
|
goto IL_0102;
|
|
}
|
|
|
|
IL_00f2:
|
|
{
|
|
String_t* L_37 = __this->get__password_3();
|
|
String_t* L_38 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9, L_37, /*hidden argument*/NULL);
|
|
G_B22_0 = L_38;
|
|
G_B22_1 = G_B21_0;
|
|
G_B22_2 = G_B21_1;
|
|
G_B22_3 = G_B21_2;
|
|
}
|
|
|
|
IL_0102:
|
|
{
|
|
NullCheck(G_B22_2);
|
|
ArrayElementTypeCheck (G_B22_2, G_B22_0);
|
|
(G_B22_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B22_1), (String_t*)G_B22_0);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_39 = G_B22_3;
|
|
String_t* L_40 = __this->get__username_10();
|
|
NullCheck(L_40);
|
|
int32_t L_41 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_40, /*hidden argument*/NULL);
|
|
G_B23_0 = 3;
|
|
G_B23_1 = L_39;
|
|
G_B23_2 = L_39;
|
|
if ((((int32_t)L_41) > ((int32_t)0)))
|
|
{
|
|
G_B24_0 = 3;
|
|
G_B24_1 = L_39;
|
|
G_B24_2 = L_39;
|
|
goto IL_011a;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_42 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
G_B25_0 = L_42;
|
|
G_B25_1 = G_B23_0;
|
|
G_B25_2 = G_B23_1;
|
|
G_B25_3 = G_B23_2;
|
|
goto IL_011f;
|
|
}
|
|
|
|
IL_011a:
|
|
{
|
|
G_B25_0 = _stringLiteral9A78211436F6D425EC38F5C4E02270801F3524F8;
|
|
G_B25_1 = G_B24_0;
|
|
G_B25_2 = G_B24_1;
|
|
G_B25_3 = G_B24_2;
|
|
}
|
|
|
|
IL_011f:
|
|
{
|
|
NullCheck(G_B25_2);
|
|
ArrayElementTypeCheck (G_B25_2, G_B25_0);
|
|
(G_B25_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B25_1), (String_t*)G_B25_0);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_43 = G_B25_3;
|
|
String_t* L_44 = __this->get__host_2();
|
|
NullCheck(L_43);
|
|
ArrayElementTypeCheck (L_43, L_44);
|
|
(L_43)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)L_44);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_45 = L_43;
|
|
int32_t L_46 = __this->get__port_5();
|
|
G_B26_0 = 5;
|
|
G_B26_1 = L_45;
|
|
G_B26_2 = L_45;
|
|
if ((((int32_t)L_46) == ((int32_t)(-1))))
|
|
{
|
|
G_B27_0 = 5;
|
|
G_B27_1 = L_45;
|
|
G_B27_2 = L_45;
|
|
goto IL_0142;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_47 = __this->get__host_2();
|
|
NullCheck(L_47);
|
|
int32_t L_48 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_47, /*hidden argument*/NULL);
|
|
G_B27_0 = G_B26_0;
|
|
G_B27_1 = G_B26_1;
|
|
G_B27_2 = G_B26_2;
|
|
if ((((int32_t)L_48) > ((int32_t)0)))
|
|
{
|
|
G_B28_0 = G_B26_0;
|
|
G_B28_1 = G_B26_1;
|
|
G_B28_2 = G_B26_2;
|
|
goto IL_0149;
|
|
}
|
|
}
|
|
|
|
IL_0142:
|
|
{
|
|
String_t* L_49 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
G_B29_0 = L_49;
|
|
G_B29_1 = G_B27_0;
|
|
G_B29_2 = G_B27_1;
|
|
G_B29_3 = G_B27_2;
|
|
goto IL_015e;
|
|
}
|
|
|
|
IL_0149:
|
|
{
|
|
int32_t* L_50 = __this->get_address_of__port_5();
|
|
String_t* L_51 = Int32_ToString_m1863896DE712BF97C031D55B12E1583F1982DC02((int32_t*)L_50, /*hidden argument*/NULL);
|
|
String_t* L_52 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9, L_51, /*hidden argument*/NULL);
|
|
G_B29_0 = L_52;
|
|
G_B29_1 = G_B28_0;
|
|
G_B29_2 = G_B28_1;
|
|
G_B29_3 = G_B28_2;
|
|
}
|
|
|
|
IL_015e:
|
|
{
|
|
NullCheck(G_B29_2);
|
|
ArrayElementTypeCheck (G_B29_2, G_B29_0);
|
|
(G_B29_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B29_1), (String_t*)G_B29_0);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_53 = G_B29_3;
|
|
String_t* L_54 = __this->get__host_2();
|
|
NullCheck(L_54);
|
|
int32_t L_55 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_54, /*hidden argument*/NULL);
|
|
G_B30_0 = 6;
|
|
G_B30_1 = L_53;
|
|
G_B30_2 = L_53;
|
|
if ((((int32_t)L_55) <= ((int32_t)0)))
|
|
{
|
|
G_B32_0 = 6;
|
|
G_B32_1 = L_53;
|
|
G_B32_2 = L_53;
|
|
goto IL_018c;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_56 = __this->get__path_4();
|
|
NullCheck(L_56);
|
|
int32_t L_57 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_56, /*hidden argument*/NULL);
|
|
G_B31_0 = G_B30_0;
|
|
G_B31_1 = G_B30_1;
|
|
G_B31_2 = G_B30_2;
|
|
if (!L_57)
|
|
{
|
|
G_B32_0 = G_B30_0;
|
|
G_B32_1 = G_B30_1;
|
|
G_B32_2 = G_B30_2;
|
|
goto IL_018c;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_58 = __this->get__path_4();
|
|
NullCheck(L_58);
|
|
Il2CppChar L_59 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_58, 0, /*hidden argument*/NULL);
|
|
G_B32_0 = G_B31_0;
|
|
G_B32_1 = G_B31_1;
|
|
G_B32_2 = G_B31_2;
|
|
if ((!(((uint32_t)L_59) == ((uint32_t)((int32_t)47)))))
|
|
{
|
|
G_B33_0 = G_B31_0;
|
|
G_B33_1 = G_B31_1;
|
|
G_B33_2 = G_B31_2;
|
|
goto IL_0193;
|
|
}
|
|
}
|
|
|
|
IL_018c:
|
|
{
|
|
String_t* L_60 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
G_B34_0 = L_60;
|
|
G_B34_1 = G_B32_0;
|
|
G_B34_2 = G_B32_1;
|
|
G_B34_3 = G_B32_2;
|
|
goto IL_0198;
|
|
}
|
|
|
|
IL_0193:
|
|
{
|
|
G_B34_0 = _stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8;
|
|
G_B34_1 = G_B33_0;
|
|
G_B34_2 = G_B33_1;
|
|
G_B34_3 = G_B33_2;
|
|
}
|
|
|
|
IL_0198:
|
|
{
|
|
NullCheck(G_B34_2);
|
|
ArrayElementTypeCheck (G_B34_2, G_B34_0);
|
|
(G_B34_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B34_1), (String_t*)G_B34_0);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_61 = G_B34_3;
|
|
String_t* L_62 = __this->get__path_4();
|
|
NullCheck(L_61);
|
|
ArrayElementTypeCheck (L_61, L_62);
|
|
(L_61)->SetAt(static_cast<il2cpp_array_size_t>(7), (String_t*)L_62);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_63 = L_61;
|
|
String_t* L_64 = __this->get__query_6();
|
|
NullCheck(L_63);
|
|
ArrayElementTypeCheck (L_63, L_64);
|
|
(L_63)->SetAt(static_cast<il2cpp_array_size_t>(8), (String_t*)L_64);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_65 = L_63;
|
|
String_t* L_66 = __this->get__fragment_1();
|
|
NullCheck(L_65);
|
|
ArrayElementTypeCheck (L_65, L_66);
|
|
(L_65)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)9)), (String_t*)L_66);
|
|
String_t* L_67 = String_Concat_m232E857CA5107EA6AC52E7DD7018716C021F237B(L_65, /*hidden argument*/NULL);
|
|
return L_67;
|
|
}
|
|
}
|
|
#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.UriFormatException::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriFormatException__ctor_mBA5F8C423C09F600B1AF895521C892EA356CA424 (UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
FormatException__ctor_m6DAD3E32EE0445420B4893EA683425AC3441609B(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.UriFormatException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriFormatException__ctor_mE1D46962CC168EB07B59D1265F5734A8F587567D (UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A * __this, String_t* ___textString0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___textString0;
|
|
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(__this, L_0, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.UriFormatException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriFormatException__ctor_mE7F5B073E9F9DB5F22536C54959BEB0D1E7DA1D5 (UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___serializationInfo0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___streamingContext1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___serializationInfo0;
|
|
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___streamingContext1;
|
|
FormatException__ctor_mDC141C414E24BE865FC8853970BF83C5B8C7676C(__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)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriFormatException_System_Runtime_Serialization_ISerializable_GetObjectData_mED4C06AC35B7F94955ECC0D8F00383888C1127DC (UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___serializationInfo0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___streamingContext1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___serializationInfo0;
|
|
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___streamingContext1;
|
|
Exception_GetObjectData_m76F759ED00FA218FFC522C32626B851FDE849AD6(__this, L_0, L_1, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Char[] System.UriHelper::EscapeString(System.String,System.Int32,System.Int32,System.Char[],System.Int32&,System.Boolean,System.Char,System.Char,System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* UriHelper_EscapeString_mF0077A016F05127923308DF7E7E99BD7B9837E8B (String_t* ___input0, int32_t ___start1, int32_t ___end2, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___dest3, int32_t* ___destPos4, bool ___isUriString5, Il2CppChar ___force16, Il2CppChar ___force27, Il2CppChar ___rsvd8, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UriHelper_EscapeString_mF0077A016F05127923308DF7E7E99BD7B9837E8B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
uint8_t* V_2 = NULL;
|
|
Il2CppChar* V_3 = NULL;
|
|
String_t* V_4 = NULL;
|
|
Il2CppChar V_5 = 0x0;
|
|
int16_t V_6 = 0;
|
|
int16_t V_7 = 0;
|
|
int16_t V_8 = 0;
|
|
int32_t V_9 = 0;
|
|
int32_t G_B35_0 = 0;
|
|
{
|
|
int32_t L_0 = ___end2;
|
|
int32_t L_1 = ___start1;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)L_1))) < ((int32_t)((int32_t)65520))))
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_2 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral8313799DB2EC33E29A24C7AA3B2B19EE6B301F73, /*hidden argument*/NULL);
|
|
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A * L_3 = (UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A *)il2cpp_codegen_object_new(UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A_il2cpp_TypeInfo_var);
|
|
UriFormatException__ctor_mE1D46962CC168EB07B59D1265F5734A8F587567D(L_3, L_2, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, UriHelper_EscapeString_mF0077A016F05127923308DF7E7E99BD7B9837E8B_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
int32_t L_4 = ___start1;
|
|
V_0 = L_4;
|
|
int32_t L_5 = ___start1;
|
|
V_1 = L_5;
|
|
int8_t* L_6 = (int8_t*) alloca((((uintptr_t)((int32_t)160))));
|
|
memset(L_6, 0, (((uintptr_t)((int32_t)160))));
|
|
V_2 = (uint8_t*)(L_6);
|
|
String_t* L_7 = ___input0;
|
|
V_4 = L_7;
|
|
String_t* L_8 = V_4;
|
|
V_3 = (Il2CppChar*)(((uintptr_t)L_8));
|
|
Il2CppChar* L_9 = V_3;
|
|
if (!L_9)
|
|
{
|
|
goto IL_0250;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_10 = V_3;
|
|
int32_t L_11 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL);
|
|
V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_10, (int32_t)L_11));
|
|
goto IL_0250;
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
Il2CppChar* L_12 = V_3;
|
|
int32_t L_13 = V_0;
|
|
int32_t L_14 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_13)), (int32_t)2)))));
|
|
V_5 = L_14;
|
|
Il2CppChar L_15 = V_5;
|
|
if ((((int32_t)L_15) <= ((int32_t)((int32_t)127))))
|
|
{
|
|
goto IL_0140;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_16 = ___end2;
|
|
int32_t L_17 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
|
|
int32_t L_18 = Math_Min_mC950438198519FB2B0260FCB91220847EE4BB525(((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)L_17)), ((int32_t)39), /*hidden argument*/NULL);
|
|
V_6 = (((int16_t)((int16_t)L_18)));
|
|
V_7 = (int16_t)1;
|
|
goto IL_006c;
|
|
}
|
|
|
|
IL_0065:
|
|
{
|
|
int16_t L_19 = V_7;
|
|
V_7 = (((int16_t)((int16_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)))));
|
|
}
|
|
|
|
IL_006c:
|
|
{
|
|
int16_t L_20 = V_7;
|
|
int16_t L_21 = V_6;
|
|
if ((((int32_t)L_20) >= ((int32_t)L_21)))
|
|
{
|
|
goto IL_0080;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_22 = V_3;
|
|
int32_t L_23 = V_0;
|
|
int16_t L_24 = V_7;
|
|
int32_t L_25 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_22, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)L_24)))), (int32_t)2)))));
|
|
if ((((int32_t)L_25) > ((int32_t)((int32_t)127))))
|
|
{
|
|
goto IL_0065;
|
|
}
|
|
}
|
|
|
|
IL_0080:
|
|
{
|
|
Il2CppChar* L_26 = V_3;
|
|
int32_t L_27 = V_0;
|
|
int16_t L_28 = V_7;
|
|
int32_t L_29 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_26, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)L_28)), (int32_t)1)))), (int32_t)2)))));
|
|
if ((((int32_t)L_29) < ((int32_t)((int32_t)55296))))
|
|
{
|
|
goto IL_00c9;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_30 = V_3;
|
|
int32_t L_31 = V_0;
|
|
int16_t L_32 = V_7;
|
|
int32_t L_33 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_30, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)L_32)), (int32_t)1)))), (int32_t)2)))));
|
|
if ((((int32_t)L_33) > ((int32_t)((int32_t)56319))))
|
|
{
|
|
goto IL_00c9;
|
|
}
|
|
}
|
|
{
|
|
int16_t L_34 = V_7;
|
|
if ((((int32_t)L_34) == ((int32_t)1)))
|
|
{
|
|
goto IL_00b2;
|
|
}
|
|
}
|
|
{
|
|
int16_t L_35 = V_7;
|
|
int32_t L_36 = ___end2;
|
|
int32_t L_37 = V_0;
|
|
if ((!(((uint32_t)L_35) == ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)L_37))))))
|
|
{
|
|
goto IL_00c2;
|
|
}
|
|
}
|
|
|
|
IL_00b2:
|
|
{
|
|
String_t* L_38 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral2028E589D6BB0C12D880EFA6E4DAB4AF32821B19, /*hidden argument*/NULL);
|
|
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A * L_39 = (UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A *)il2cpp_codegen_object_new(UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A_il2cpp_TypeInfo_var);
|
|
UriFormatException__ctor_mE1D46962CC168EB07B59D1265F5734A8F587567D(L_39, L_38, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_39, UriHelper_EscapeString_mF0077A016F05127923308DF7E7E99BD7B9837E8B_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_00c2:
|
|
{
|
|
int16_t L_40 = V_7;
|
|
V_7 = (((int16_t)((int16_t)((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)))));
|
|
}
|
|
|
|
IL_00c9:
|
|
{
|
|
Il2CppChar* L_41 = V_3;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_42 = ___dest3;
|
|
int32_t L_43 = V_0;
|
|
int16_t L_44 = V_7;
|
|
int32_t* L_45 = ___destPos4;
|
|
int32_t L_46 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tA44F3057604BAA4E6EF06A8EE4E6825D471592DF_il2cpp_TypeInfo_var);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_47 = UriHelper_EnsureDestinationSize_m64F4907D0411AAAD1C05E0AD0D2EB120DCBA9217((Il2CppChar*)(Il2CppChar*)L_41, L_42, L_43, (((int16_t)((int16_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_44, (int32_t)4)), (int32_t)3))))), (int16_t)((int32_t)480), (int32_t*)L_45, L_46, /*hidden argument*/NULL);
|
|
___dest3 = L_47;
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_48 = Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9(/*hidden argument*/NULL);
|
|
Il2CppChar* L_49 = V_3;
|
|
int32_t L_50 = V_0;
|
|
int16_t L_51 = V_7;
|
|
uint8_t* L_52 = V_2;
|
|
NullCheck(L_48);
|
|
int32_t L_53 = VirtFuncInvoker4< int32_t, Il2CppChar*, int32_t, uint8_t*, int32_t >::Invoke(21 /* System.Int32 System.Text.Encoding::GetBytes(System.Char*,System.Int32,System.Byte*,System.Int32) */, L_48, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_49, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_50)), (int32_t)2)))), L_51, (uint8_t*)(uint8_t*)L_52, ((int32_t)160));
|
|
V_8 = (((int16_t)((int16_t)L_53)));
|
|
int16_t L_54 = V_8;
|
|
if (L_54)
|
|
{
|
|
goto IL_0111;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_55 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral2028E589D6BB0C12D880EFA6E4DAB4AF32821B19, /*hidden argument*/NULL);
|
|
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A * L_56 = (UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A *)il2cpp_codegen_object_new(UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A_il2cpp_TypeInfo_var);
|
|
UriFormatException__ctor_mE1D46962CC168EB07B59D1265F5734A8F587567D(L_56, L_55, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_56, UriHelper_EscapeString_mF0077A016F05127923308DF7E7E99BD7B9837E8B_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0111:
|
|
{
|
|
int32_t L_57 = V_0;
|
|
int16_t L_58 = V_7;
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_58, (int32_t)1))));
|
|
V_7 = (int16_t)0;
|
|
goto IL_0131;
|
|
}
|
|
|
|
IL_011d:
|
|
{
|
|
uint8_t* L_59 = V_2;
|
|
int16_t L_60 = V_7;
|
|
int32_t L_61 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_59, (int32_t)L_60)));
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_62 = ___dest3;
|
|
int32_t* L_63 = ___destPos4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tA44F3057604BAA4E6EF06A8EE4E6825D471592DF_il2cpp_TypeInfo_var);
|
|
UriHelper_EscapeAsciiChar_mFD7DE796BD53CBD2B1E73080FE0346D37F358902(L_61, L_62, (int32_t*)L_63, /*hidden argument*/NULL);
|
|
int16_t L_64 = V_7;
|
|
V_7 = (((int16_t)((int16_t)((int32_t)il2cpp_codegen_add((int32_t)L_64, (int32_t)1)))));
|
|
}
|
|
|
|
IL_0131:
|
|
{
|
|
int16_t L_65 = V_7;
|
|
int16_t L_66 = V_8;
|
|
if ((((int32_t)L_65) < ((int32_t)L_66)))
|
|
{
|
|
goto IL_011d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_67 = V_0;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_67, (int32_t)1));
|
|
goto IL_024c;
|
|
}
|
|
|
|
IL_0140:
|
|
{
|
|
Il2CppChar L_68 = V_5;
|
|
if ((!(((uint32_t)L_68) == ((uint32_t)((int32_t)37)))))
|
|
{
|
|
goto IL_01e0;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_69 = ___rsvd8;
|
|
if ((!(((uint32_t)L_69) == ((uint32_t)((int32_t)37)))))
|
|
{
|
|
goto IL_01e0;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_70 = V_3;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_71 = ___dest3;
|
|
int32_t L_72 = V_0;
|
|
int32_t* L_73 = ___destPos4;
|
|
int32_t L_74 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tA44F3057604BAA4E6EF06A8EE4E6825D471592DF_il2cpp_TypeInfo_var);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_75 = UriHelper_EnsureDestinationSize_m64F4907D0411AAAD1C05E0AD0D2EB120DCBA9217((Il2CppChar*)(Il2CppChar*)L_70, L_71, L_72, (int16_t)3, (int16_t)((int32_t)120), (int32_t*)L_73, L_74, /*hidden argument*/NULL);
|
|
___dest3 = L_75;
|
|
int32_t L_76 = V_0;
|
|
int32_t L_77 = ___end2;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_76, (int32_t)2))) >= ((int32_t)L_77)))
|
|
{
|
|
goto IL_01d0;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_78 = V_3;
|
|
int32_t L_79 = V_0;
|
|
int32_t L_80 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_78, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_79, (int32_t)1)))), (int32_t)2)))));
|
|
Il2CppChar* L_81 = V_3;
|
|
int32_t L_82 = V_0;
|
|
int32_t L_83 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_81, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_82, (int32_t)2)))), (int32_t)2)))));
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tA44F3057604BAA4E6EF06A8EE4E6825D471592DF_il2cpp_TypeInfo_var);
|
|
Il2CppChar L_84 = UriHelper_EscapedAscii_m06D556717795E649EBBB30E4CBCF3D221C1FEB78(L_80, L_83, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_84) == ((int32_t)((int32_t)65535))))
|
|
{
|
|
goto IL_01d0;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_85 = ___dest3;
|
|
int32_t* L_86 = ___destPos4;
|
|
int32_t* L_87 = ___destPos4;
|
|
int32_t L_88 = *((int32_t*)L_87);
|
|
V_9 = L_88;
|
|
int32_t L_89 = V_9;
|
|
*((int32_t*)L_86) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_89, (int32_t)1));
|
|
int32_t L_90 = V_9;
|
|
NullCheck(L_85);
|
|
(L_85)->SetAt(static_cast<il2cpp_array_size_t>(L_90), (Il2CppChar)((int32_t)37));
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_91 = ___dest3;
|
|
int32_t* L_92 = ___destPos4;
|
|
int32_t* L_93 = ___destPos4;
|
|
int32_t L_94 = *((int32_t*)L_93);
|
|
V_9 = L_94;
|
|
int32_t L_95 = V_9;
|
|
*((int32_t*)L_92) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_95, (int32_t)1));
|
|
int32_t L_96 = V_9;
|
|
Il2CppChar* L_97 = V_3;
|
|
int32_t L_98 = V_0;
|
|
int32_t L_99 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_97, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_98, (int32_t)1)))), (int32_t)2)))));
|
|
NullCheck(L_91);
|
|
(L_91)->SetAt(static_cast<il2cpp_array_size_t>(L_96), (Il2CppChar)L_99);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_100 = ___dest3;
|
|
int32_t* L_101 = ___destPos4;
|
|
int32_t* L_102 = ___destPos4;
|
|
int32_t L_103 = *((int32_t*)L_102);
|
|
V_9 = L_103;
|
|
int32_t L_104 = V_9;
|
|
*((int32_t*)L_101) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_104, (int32_t)1));
|
|
int32_t L_105 = V_9;
|
|
Il2CppChar* L_106 = V_3;
|
|
int32_t L_107 = V_0;
|
|
int32_t L_108 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_106, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_107, (int32_t)2)))), (int32_t)2)))));
|
|
NullCheck(L_100);
|
|
(L_100)->SetAt(static_cast<il2cpp_array_size_t>(L_105), (Il2CppChar)L_108);
|
|
int32_t L_109 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_109, (int32_t)2));
|
|
goto IL_01da;
|
|
}
|
|
|
|
IL_01d0:
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_110 = ___dest3;
|
|
int32_t* L_111 = ___destPos4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tA44F3057604BAA4E6EF06A8EE4E6825D471592DF_il2cpp_TypeInfo_var);
|
|
UriHelper_EscapeAsciiChar_mFD7DE796BD53CBD2B1E73080FE0346D37F358902(((int32_t)37), L_110, (int32_t*)L_111, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_01da:
|
|
{
|
|
int32_t L_112 = V_0;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_112, (int32_t)1));
|
|
goto IL_024c;
|
|
}
|
|
|
|
IL_01e0:
|
|
{
|
|
Il2CppChar L_113 = V_5;
|
|
Il2CppChar L_114 = ___force16;
|
|
if ((((int32_t)L_113) == ((int32_t)L_114)))
|
|
{
|
|
goto IL_01ec;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_115 = V_5;
|
|
Il2CppChar L_116 = ___force27;
|
|
if ((!(((uint32_t)L_115) == ((uint32_t)L_116))))
|
|
{
|
|
goto IL_020c;
|
|
}
|
|
}
|
|
|
|
IL_01ec:
|
|
{
|
|
Il2CppChar* L_117 = V_3;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_118 = ___dest3;
|
|
int32_t L_119 = V_0;
|
|
int32_t* L_120 = ___destPos4;
|
|
int32_t L_121 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tA44F3057604BAA4E6EF06A8EE4E6825D471592DF_il2cpp_TypeInfo_var);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_122 = UriHelper_EnsureDestinationSize_m64F4907D0411AAAD1C05E0AD0D2EB120DCBA9217((Il2CppChar*)(Il2CppChar*)L_117, L_118, L_119, (int16_t)3, (int16_t)((int32_t)120), (int32_t*)L_120, L_121, /*hidden argument*/NULL);
|
|
___dest3 = L_122;
|
|
Il2CppChar L_123 = V_5;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_124 = ___dest3;
|
|
int32_t* L_125 = ___destPos4;
|
|
UriHelper_EscapeAsciiChar_mFD7DE796BD53CBD2B1E73080FE0346D37F358902(L_123, L_124, (int32_t*)L_125, /*hidden argument*/NULL);
|
|
int32_t L_126 = V_0;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_126, (int32_t)1));
|
|
goto IL_024c;
|
|
}
|
|
|
|
IL_020c:
|
|
{
|
|
Il2CppChar L_127 = V_5;
|
|
Il2CppChar L_128 = ___rsvd8;
|
|
if ((((int32_t)L_127) == ((int32_t)L_128)))
|
|
{
|
|
goto IL_024c;
|
|
}
|
|
}
|
|
{
|
|
bool L_129 = ___isUriString5;
|
|
if (L_129)
|
|
{
|
|
goto IL_0222;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_130 = V_5;
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tA44F3057604BAA4E6EF06A8EE4E6825D471592DF_il2cpp_TypeInfo_var);
|
|
bool L_131 = UriHelper_IsUnreserved_mAADC7DCEEA864AFB49311696ABBDD76811FAAE48(L_130, /*hidden argument*/NULL);
|
|
G_B35_0 = ((((int32_t)L_131) == ((int32_t)0))? 1 : 0);
|
|
goto IL_022c;
|
|
}
|
|
|
|
IL_0222:
|
|
{
|
|
Il2CppChar L_132 = V_5;
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tA44F3057604BAA4E6EF06A8EE4E6825D471592DF_il2cpp_TypeInfo_var);
|
|
bool L_133 = UriHelper_IsReservedUnreservedOrHash_m3D7256DABA7F540F8D379FC1D1C54F1C63E46059(L_132, /*hidden argument*/NULL);
|
|
G_B35_0 = ((((int32_t)L_133) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
|
|
IL_022c:
|
|
{
|
|
if (!G_B35_0)
|
|
{
|
|
goto IL_024c;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_134 = V_3;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_135 = ___dest3;
|
|
int32_t L_136 = V_0;
|
|
int32_t* L_137 = ___destPos4;
|
|
int32_t L_138 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tA44F3057604BAA4E6EF06A8EE4E6825D471592DF_il2cpp_TypeInfo_var);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_139 = UriHelper_EnsureDestinationSize_m64F4907D0411AAAD1C05E0AD0D2EB120DCBA9217((Il2CppChar*)(Il2CppChar*)L_134, L_135, L_136, (int16_t)3, (int16_t)((int32_t)120), (int32_t*)L_137, L_138, /*hidden argument*/NULL);
|
|
___dest3 = L_139;
|
|
Il2CppChar L_140 = V_5;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_141 = ___dest3;
|
|
int32_t* L_142 = ___destPos4;
|
|
UriHelper_EscapeAsciiChar_mFD7DE796BD53CBD2B1E73080FE0346D37F358902(L_140, L_141, (int32_t*)L_142, /*hidden argument*/NULL);
|
|
int32_t L_143 = V_0;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_143, (int32_t)1));
|
|
}
|
|
|
|
IL_024c:
|
|
{
|
|
int32_t L_144 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_144, (int32_t)1));
|
|
}
|
|
|
|
IL_0250:
|
|
{
|
|
int32_t L_145 = V_0;
|
|
int32_t L_146 = ___end2;
|
|
if ((((int32_t)L_145) < ((int32_t)L_146)))
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_147 = V_1;
|
|
int32_t L_148 = V_0;
|
|
if ((((int32_t)L_147) == ((int32_t)L_148)))
|
|
{
|
|
goto IL_0271;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_149 = V_1;
|
|
int32_t L_150 = ___start1;
|
|
if ((!(((uint32_t)L_149) == ((uint32_t)L_150))))
|
|
{
|
|
goto IL_0262;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_151 = ___dest3;
|
|
if (!L_151)
|
|
{
|
|
goto IL_0271;
|
|
}
|
|
}
|
|
|
|
IL_0262:
|
|
{
|
|
Il2CppChar* L_152 = V_3;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_153 = ___dest3;
|
|
int32_t L_154 = V_0;
|
|
int32_t* L_155 = ___destPos4;
|
|
int32_t L_156 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tA44F3057604BAA4E6EF06A8EE4E6825D471592DF_il2cpp_TypeInfo_var);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_157 = UriHelper_EnsureDestinationSize_m64F4907D0411AAAD1C05E0AD0D2EB120DCBA9217((Il2CppChar*)(Il2CppChar*)L_152, L_153, L_154, (int16_t)0, (int16_t)0, (int32_t*)L_155, L_156, /*hidden argument*/NULL);
|
|
___dest3 = L_157;
|
|
}
|
|
|
|
IL_0271:
|
|
{
|
|
V_4 = (String_t*)NULL;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_158 = ___dest3;
|
|
return L_158;
|
|
}
|
|
}
|
|
// System.Char[] System.UriHelper::EnsureDestinationSize(System.Char*,System.Char[],System.Int32,System.Int16,System.Int16,System.Int32&,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* UriHelper_EnsureDestinationSize_m64F4907D0411AAAD1C05E0AD0D2EB120DCBA9217 (Il2CppChar* ___pStr0, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___dest1, int32_t ___currentInputPos2, int16_t ___charsToAdd3, int16_t ___minReallocateChars4, int32_t* ___destPos5, int32_t ___prevInputPos6, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UriHelper_EnsureDestinationSize_m64F4907D0411AAAD1C05E0AD0D2EB120DCBA9217_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = ___dest1;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0012;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = ___dest1;
|
|
NullCheck(L_1);
|
|
int32_t* L_2 = ___destPos5;
|
|
int32_t L_3 = *((int32_t*)L_2);
|
|
int32_t L_4 = ___currentInputPos2;
|
|
int32_t L_5 = ___prevInputPos6;
|
|
int16_t L_6 = ___charsToAdd3;
|
|
if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))))) >= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)L_5)))), (int32_t)L_6)))))
|
|
{
|
|
goto IL_0058;
|
|
}
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
int32_t* L_7 = ___destPos5;
|
|
int32_t L_8 = *((int32_t*)L_7);
|
|
int32_t L_9 = ___currentInputPos2;
|
|
int32_t L_10 = ___prevInputPos6;
|
|
int16_t L_11 = ___minReallocateChars4;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_12 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)L_10)))), (int32_t)L_11)));
|
|
V_0 = L_12;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_13 = ___dest1;
|
|
if (!L_13)
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_14 = ___destPos5;
|
|
int32_t L_15 = *((int32_t*)L_14);
|
|
if (!L_15)
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_16 = ___dest1;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_17 = V_0;
|
|
int32_t* L_18 = ___destPos5;
|
|
int32_t L_19 = *((int32_t*)L_18);
|
|
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_16, 0, (RuntimeArray *)(RuntimeArray *)L_17, 0, ((int32_t)((int32_t)L_19<<(int32_t)1)), /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_20 = V_0;
|
|
___dest1 = L_20;
|
|
goto IL_0058;
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_21 = ___dest1;
|
|
int32_t* L_22 = ___destPos5;
|
|
int32_t* L_23 = ___destPos5;
|
|
int32_t L_24 = *((int32_t*)L_23);
|
|
V_1 = L_24;
|
|
int32_t L_25 = V_1;
|
|
*((int32_t*)L_22) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1));
|
|
int32_t L_26 = V_1;
|
|
Il2CppChar* L_27 = ___pStr0;
|
|
int32_t L_28 = ___prevInputPos6;
|
|
int32_t L_29 = L_28;
|
|
___prevInputPos6 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1));
|
|
int32_t L_30 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_27, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_29)), (int32_t)2)))));
|
|
NullCheck(L_21);
|
|
(L_21)->SetAt(static_cast<il2cpp_array_size_t>(L_26), (Il2CppChar)L_30);
|
|
}
|
|
|
|
IL_0058:
|
|
{
|
|
int32_t L_31 = ___prevInputPos6;
|
|
int32_t L_32 = ___currentInputPos2;
|
|
if ((!(((uint32_t)L_31) == ((uint32_t)L_32))))
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_33 = ___dest1;
|
|
return L_33;
|
|
}
|
|
}
|
|
// System.Char[] System.UriHelper::UnescapeString(System.String,System.Int32,System.Int32,System.Char[],System.Int32&,System.Char,System.Char,System.Char,System.UnescapeMode,System.UriParser,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* UriHelper_UnescapeString_mC172F713349E3D22985A92BC4F5B51D0BCEE61AF (String_t* ___input0, int32_t ___start1, int32_t ___end2, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___dest3, int32_t* ___destPosition4, Il2CppChar ___rsvd15, Il2CppChar ___rsvd26, Il2CppChar ___rsvd37, int32_t ___unescapeMode8, UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * ___syntax9, bool ___isQuery10, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UriHelper_UnescapeString_mC172F713349E3D22985A92BC4F5B51D0BCEE61AF_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Il2CppChar* V_0 = NULL;
|
|
String_t* V_1 = NULL;
|
|
{
|
|
String_t* L_0 = ___input0;
|
|
V_1 = L_0;
|
|
String_t* L_1 = V_1;
|
|
V_0 = (Il2CppChar*)(((uintptr_t)L_1));
|
|
Il2CppChar* L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_3 = V_0;
|
|
int32_t L_4 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL);
|
|
V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_3, (int32_t)L_4));
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
Il2CppChar* L_5 = V_0;
|
|
int32_t L_6 = ___start1;
|
|
int32_t L_7 = ___end2;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_8 = ___dest3;
|
|
int32_t* L_9 = ___destPosition4;
|
|
Il2CppChar L_10 = ___rsvd15;
|
|
Il2CppChar L_11 = ___rsvd26;
|
|
Il2CppChar L_12 = ___rsvd37;
|
|
int32_t L_13 = ___unescapeMode8;
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_14 = ___syntax9;
|
|
bool L_15 = ___isQuery10;
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tA44F3057604BAA4E6EF06A8EE4E6825D471592DF_il2cpp_TypeInfo_var);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_16 = UriHelper_UnescapeString_mD4815AEAF34E25D31AA4BB4A76B88055F0A49E89((Il2CppChar*)(Il2CppChar*)L_5, L_6, L_7, L_8, (int32_t*)L_9, L_10, L_11, L_12, L_13, L_14, L_15, /*hidden argument*/NULL);
|
|
return L_16;
|
|
}
|
|
}
|
|
// System.Char[] System.UriHelper::UnescapeString(System.Char*,System.Int32,System.Int32,System.Char[],System.Int32&,System.Char,System.Char,System.Char,System.UnescapeMode,System.UriParser,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* UriHelper_UnescapeString_mD4815AEAF34E25D31AA4BB4A76B88055F0A49E89 (Il2CppChar* ___pStr0, int32_t ___start1, int32_t ___end2, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___dest3, int32_t* ___destPosition4, Il2CppChar ___rsvd15, Il2CppChar ___rsvd26, Il2CppChar ___rsvd37, int32_t ___unescapeMode8, UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * ___syntax9, bool ___isQuery10, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UriHelper_UnescapeString_mD4815AEAF34E25D31AA4BB4A76B88055F0A49E89_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
|
|
uint8_t V_1 = 0x0;
|
|
bool V_2 = false;
|
|
int32_t V_3 = 0;
|
|
bool V_4 = false;
|
|
Il2CppChar* V_5 = NULL;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_6 = NULL;
|
|
int32_t V_7 = 0;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_8 = NULL;
|
|
Il2CppChar V_9 = 0x0;
|
|
int32_t V_10 = 0;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_11 = NULL;
|
|
int32_t V_12 = 0;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_13 = NULL;
|
|
Il2CppChar* V_14 = NULL;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_15 = NULL;
|
|
int32_t V_16 = 0;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 3);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
V_0 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL;
|
|
V_1 = (uint8_t)0;
|
|
V_2 = (bool)0;
|
|
int32_t L_0 = ___start1;
|
|
V_3 = L_0;
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_1 = ___syntax9;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
bool L_2 = Uri_IriParsingStatic_m39FC9677B4B9EFBADF814F2EEA58280F35A1D3E5(L_1, /*hidden argument*/NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = ___unescapeMode8;
|
|
G_B3_0 = ((((int32_t)((int32_t)((int32_t)L_3&(int32_t)3))) == ((int32_t)3))? 1 : 0);
|
|
goto IL_001b;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
V_4 = (bool)G_B3_0;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
}
|
|
|
|
IL_001e:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_4 = ___dest3;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_5 = L_4;
|
|
V_6 = L_5;
|
|
if (!L_5)
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_6 = V_6;
|
|
NullCheck(L_6);
|
|
if ((((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length)))))
|
|
{
|
|
goto IL_0030;
|
|
}
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
V_5 = (Il2CppChar*)(((uintptr_t)0));
|
|
goto IL_003b;
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_7 = V_6;
|
|
NullCheck(L_7);
|
|
V_5 = (Il2CppChar*)(((uintptr_t)((L_7)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
int32_t L_8 = ___unescapeMode8;
|
|
if (((int32_t)((int32_t)L_8&(int32_t)3)))
|
|
{
|
|
goto IL_0070;
|
|
}
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
goto IL_0064;
|
|
}
|
|
|
|
IL_0043:
|
|
{
|
|
Il2CppChar* L_9 = V_5;
|
|
int32_t* L_10 = ___destPosition4;
|
|
int32_t* L_11 = ___destPosition4;
|
|
int32_t L_12 = *((int32_t*)L_11);
|
|
V_7 = L_12;
|
|
int32_t L_13 = V_7;
|
|
*((int32_t*)L_10) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1));
|
|
int32_t L_14 = V_7;
|
|
Il2CppChar* L_15 = ___pStr0;
|
|
int32_t L_16 = ___start1;
|
|
int32_t L_17 = L_16;
|
|
___start1 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1));
|
|
int32_t L_18 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_15, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_17)), (int32_t)2)))));
|
|
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_9, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_14)), (int32_t)2))))) = (int16_t)L_18;
|
|
}
|
|
|
|
IL_0064:
|
|
{
|
|
int32_t L_19 = ___start1;
|
|
int32_t L_20 = ___end2;
|
|
if ((((int32_t)L_19) < ((int32_t)L_20)))
|
|
{
|
|
goto IL_0043;
|
|
}
|
|
}
|
|
|
|
IL_0068:
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_21 = ___dest3;
|
|
V_8 = L_21;
|
|
IL2CPP_LEAVE(0x39C, FINALLY_0396);
|
|
}
|
|
|
|
IL_0070:
|
|
{
|
|
V_9 = 0;
|
|
goto IL_01dd;
|
|
}
|
|
|
|
IL_0078:
|
|
{
|
|
Il2CppChar* L_22 = ___pStr0;
|
|
int32_t L_23 = V_3;
|
|
int32_t L_24 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_22, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_23)), (int32_t)2)))));
|
|
int32_t L_25 = L_24;
|
|
V_9 = L_25;
|
|
if ((!(((uint32_t)L_25) == ((uint32_t)((int32_t)37)))))
|
|
{
|
|
goto IL_0195;
|
|
}
|
|
}
|
|
|
|
IL_0089:
|
|
{
|
|
int32_t L_26 = ___unescapeMode8;
|
|
if (((int32_t)((int32_t)L_26&(int32_t)2)))
|
|
{
|
|
goto IL_0096;
|
|
}
|
|
}
|
|
|
|
IL_008f:
|
|
{
|
|
V_2 = (bool)1;
|
|
goto IL_0207;
|
|
}
|
|
|
|
IL_0096:
|
|
{
|
|
int32_t L_27 = V_3;
|
|
int32_t L_28 = ___end2;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)2))) >= ((int32_t)L_28)))
|
|
{
|
|
goto IL_0176;
|
|
}
|
|
}
|
|
|
|
IL_009f:
|
|
{
|
|
Il2CppChar* L_29 = ___pStr0;
|
|
int32_t L_30 = V_3;
|
|
int32_t L_31 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_29, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)))), (int32_t)2)))));
|
|
Il2CppChar* L_32 = ___pStr0;
|
|
int32_t L_33 = V_3;
|
|
int32_t L_34 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_32, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)2)))), (int32_t)2)))));
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tA44F3057604BAA4E6EF06A8EE4E6825D471592DF_il2cpp_TypeInfo_var);
|
|
Il2CppChar L_35 = UriHelper_EscapedAscii_m06D556717795E649EBBB30E4CBCF3D221C1FEB78(L_31, L_34, /*hidden argument*/NULL);
|
|
V_9 = L_35;
|
|
int32_t L_36 = ___unescapeMode8;
|
|
if ((((int32_t)L_36) < ((int32_t)8)))
|
|
{
|
|
goto IL_00e2;
|
|
}
|
|
}
|
|
|
|
IL_00bd:
|
|
{
|
|
Il2CppChar L_37 = V_9;
|
|
if ((!(((uint32_t)L_37) == ((uint32_t)((int32_t)65535)))))
|
|
{
|
|
goto IL_0207;
|
|
}
|
|
}
|
|
|
|
IL_00c9:
|
|
{
|
|
int32_t L_38 = ___unescapeMode8;
|
|
if ((((int32_t)L_38) < ((int32_t)((int32_t)24))))
|
|
{
|
|
goto IL_01d9;
|
|
}
|
|
}
|
|
|
|
IL_00d2:
|
|
{
|
|
String_t* L_39 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral2028E589D6BB0C12D880EFA6E4DAB4AF32821B19, /*hidden argument*/NULL);
|
|
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A * L_40 = (UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A *)il2cpp_codegen_object_new(UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A_il2cpp_TypeInfo_var);
|
|
UriFormatException__ctor_mE1D46962CC168EB07B59D1265F5734A8F587567D(L_40, L_39, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_40, UriHelper_UnescapeString_mD4815AEAF34E25D31AA4BB4A76B88055F0A49E89_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_00e2:
|
|
{
|
|
Il2CppChar L_41 = V_9;
|
|
if ((!(((uint32_t)L_41) == ((uint32_t)((int32_t)65535)))))
|
|
{
|
|
goto IL_00fb;
|
|
}
|
|
}
|
|
|
|
IL_00eb:
|
|
{
|
|
int32_t L_42 = ___unescapeMode8;
|
|
if (!((int32_t)((int32_t)L_42&(int32_t)1)))
|
|
{
|
|
goto IL_01d9;
|
|
}
|
|
}
|
|
|
|
IL_00f4:
|
|
{
|
|
V_2 = (bool)1;
|
|
goto IL_0207;
|
|
}
|
|
|
|
IL_00fb:
|
|
{
|
|
Il2CppChar L_43 = V_9;
|
|
if ((!(((uint32_t)L_43) == ((uint32_t)((int32_t)37)))))
|
|
{
|
|
goto IL_010a;
|
|
}
|
|
}
|
|
|
|
IL_0101:
|
|
{
|
|
int32_t L_44 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)2));
|
|
goto IL_01d9;
|
|
}
|
|
|
|
IL_010a:
|
|
{
|
|
Il2CppChar L_45 = V_9;
|
|
Il2CppChar L_46 = ___rsvd15;
|
|
if ((((int32_t)L_45) == ((int32_t)L_46)))
|
|
{
|
|
goto IL_011c;
|
|
}
|
|
}
|
|
|
|
IL_0110:
|
|
{
|
|
Il2CppChar L_47 = V_9;
|
|
Il2CppChar L_48 = ___rsvd26;
|
|
if ((((int32_t)L_47) == ((int32_t)L_48)))
|
|
{
|
|
goto IL_011c;
|
|
}
|
|
}
|
|
|
|
IL_0116:
|
|
{
|
|
Il2CppChar L_49 = V_9;
|
|
Il2CppChar L_50 = ___rsvd37;
|
|
if ((!(((uint32_t)L_49) == ((uint32_t)L_50))))
|
|
{
|
|
goto IL_0125;
|
|
}
|
|
}
|
|
|
|
IL_011c:
|
|
{
|
|
int32_t L_51 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)2));
|
|
goto IL_01d9;
|
|
}
|
|
|
|
IL_0125:
|
|
{
|
|
int32_t L_52 = ___unescapeMode8;
|
|
if (((int32_t)((int32_t)L_52&(int32_t)4)))
|
|
{
|
|
goto IL_013d;
|
|
}
|
|
}
|
|
|
|
IL_012b:
|
|
{
|
|
Il2CppChar L_53 = V_9;
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tA44F3057604BAA4E6EF06A8EE4E6825D471592DF_il2cpp_TypeInfo_var);
|
|
bool L_54 = UriHelper_IsNotSafeForUnescape_m1D0461E7C5A3CFBD7A2A7F7322B66BC68CCE741D(L_53, /*hidden argument*/NULL);
|
|
if (!L_54)
|
|
{
|
|
goto IL_013d;
|
|
}
|
|
}
|
|
|
|
IL_0134:
|
|
{
|
|
int32_t L_55 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)2));
|
|
goto IL_01d9;
|
|
}
|
|
|
|
IL_013d:
|
|
{
|
|
bool L_56 = V_4;
|
|
if (!L_56)
|
|
{
|
|
goto IL_0207;
|
|
}
|
|
}
|
|
|
|
IL_0144:
|
|
{
|
|
Il2CppChar L_57 = V_9;
|
|
if ((((int32_t)L_57) > ((int32_t)((int32_t)159))))
|
|
{
|
|
goto IL_0156;
|
|
}
|
|
}
|
|
|
|
IL_014d:
|
|
{
|
|
Il2CppChar L_58 = V_9;
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tA44F3057604BAA4E6EF06A8EE4E6825D471592DF_il2cpp_TypeInfo_var);
|
|
bool L_59 = UriHelper_IsNotSafeForUnescape_m1D0461E7C5A3CFBD7A2A7F7322B66BC68CCE741D(L_58, /*hidden argument*/NULL);
|
|
if (L_59)
|
|
{
|
|
goto IL_0170;
|
|
}
|
|
}
|
|
|
|
IL_0156:
|
|
{
|
|
Il2CppChar L_60 = V_9;
|
|
if ((((int32_t)L_60) <= ((int32_t)((int32_t)159))))
|
|
{
|
|
goto IL_0207;
|
|
}
|
|
}
|
|
|
|
IL_0162:
|
|
{
|
|
Il2CppChar L_61 = V_9;
|
|
bool L_62 = ___isQuery10;
|
|
bool L_63 = IriHelper_CheckIriUnicodeRange_mA9BAAD6D244ADEE8986FDC0DFB3DFDA90C093A6C(L_61, L_62, /*hidden argument*/NULL);
|
|
if (L_63)
|
|
{
|
|
goto IL_0207;
|
|
}
|
|
}
|
|
|
|
IL_0170:
|
|
{
|
|
int32_t L_64 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_64, (int32_t)2));
|
|
goto IL_01d9;
|
|
}
|
|
|
|
IL_0176:
|
|
{
|
|
int32_t L_65 = ___unescapeMode8;
|
|
if ((((int32_t)L_65) < ((int32_t)8)))
|
|
{
|
|
goto IL_0191;
|
|
}
|
|
}
|
|
|
|
IL_017b:
|
|
{
|
|
int32_t L_66 = ___unescapeMode8;
|
|
if ((((int32_t)L_66) < ((int32_t)((int32_t)24))))
|
|
{
|
|
goto IL_01d9;
|
|
}
|
|
}
|
|
|
|
IL_0181:
|
|
{
|
|
String_t* L_67 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral2028E589D6BB0C12D880EFA6E4DAB4AF32821B19, /*hidden argument*/NULL);
|
|
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A * L_68 = (UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A *)il2cpp_codegen_object_new(UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A_il2cpp_TypeInfo_var);
|
|
UriFormatException__ctor_mE1D46962CC168EB07B59D1265F5734A8F587567D(L_68, L_67, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_68, UriHelper_UnescapeString_mD4815AEAF34E25D31AA4BB4A76B88055F0A49E89_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0191:
|
|
{
|
|
V_2 = (bool)1;
|
|
goto IL_0207;
|
|
}
|
|
|
|
IL_0195:
|
|
{
|
|
int32_t L_69 = ___unescapeMode8;
|
|
if ((((int32_t)((int32_t)((int32_t)L_69&(int32_t)((int32_t)10)))) == ((int32_t)((int32_t)10))))
|
|
{
|
|
goto IL_01d9;
|
|
}
|
|
}
|
|
|
|
IL_019e:
|
|
{
|
|
int32_t L_70 = ___unescapeMode8;
|
|
if (!((int32_t)((int32_t)L_70&(int32_t)1)))
|
|
{
|
|
goto IL_01d9;
|
|
}
|
|
}
|
|
|
|
IL_01a4:
|
|
{
|
|
Il2CppChar L_71 = V_9;
|
|
Il2CppChar L_72 = ___rsvd15;
|
|
if ((((int32_t)L_71) == ((int32_t)L_72)))
|
|
{
|
|
goto IL_01b6;
|
|
}
|
|
}
|
|
|
|
IL_01aa:
|
|
{
|
|
Il2CppChar L_73 = V_9;
|
|
Il2CppChar L_74 = ___rsvd26;
|
|
if ((((int32_t)L_73) == ((int32_t)L_74)))
|
|
{
|
|
goto IL_01b6;
|
|
}
|
|
}
|
|
|
|
IL_01b0:
|
|
{
|
|
Il2CppChar L_75 = V_9;
|
|
Il2CppChar L_76 = ___rsvd37;
|
|
if ((!(((uint32_t)L_75) == ((uint32_t)L_76))))
|
|
{
|
|
goto IL_01ba;
|
|
}
|
|
}
|
|
|
|
IL_01b6:
|
|
{
|
|
V_2 = (bool)1;
|
|
goto IL_0207;
|
|
}
|
|
|
|
IL_01ba:
|
|
{
|
|
int32_t L_77 = ___unescapeMode8;
|
|
if (((int32_t)((int32_t)L_77&(int32_t)4)))
|
|
{
|
|
goto IL_01d9;
|
|
}
|
|
}
|
|
|
|
IL_01c0:
|
|
{
|
|
Il2CppChar L_78 = V_9;
|
|
if ((((int32_t)L_78) <= ((int32_t)((int32_t)31))))
|
|
{
|
|
goto IL_01d5;
|
|
}
|
|
}
|
|
|
|
IL_01c6:
|
|
{
|
|
Il2CppChar L_79 = V_9;
|
|
if ((((int32_t)L_79) < ((int32_t)((int32_t)127))))
|
|
{
|
|
goto IL_01d9;
|
|
}
|
|
}
|
|
|
|
IL_01cc:
|
|
{
|
|
Il2CppChar L_80 = V_9;
|
|
if ((((int32_t)L_80) > ((int32_t)((int32_t)159))))
|
|
{
|
|
goto IL_01d9;
|
|
}
|
|
}
|
|
|
|
IL_01d5:
|
|
{
|
|
V_2 = (bool)1;
|
|
goto IL_0207;
|
|
}
|
|
|
|
IL_01d9:
|
|
{
|
|
int32_t L_81 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_81, (int32_t)1));
|
|
}
|
|
|
|
IL_01dd:
|
|
{
|
|
int32_t L_82 = V_3;
|
|
int32_t L_83 = ___end2;
|
|
if ((((int32_t)L_82) < ((int32_t)L_83)))
|
|
{
|
|
goto IL_0078;
|
|
}
|
|
}
|
|
|
|
IL_01e4:
|
|
{
|
|
goto IL_0207;
|
|
}
|
|
|
|
IL_01e6:
|
|
{
|
|
Il2CppChar* L_84 = V_5;
|
|
int32_t* L_85 = ___destPosition4;
|
|
int32_t* L_86 = ___destPosition4;
|
|
int32_t L_87 = *((int32_t*)L_86);
|
|
V_7 = L_87;
|
|
int32_t L_88 = V_7;
|
|
*((int32_t*)L_85) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_88, (int32_t)1));
|
|
int32_t L_89 = V_7;
|
|
Il2CppChar* L_90 = ___pStr0;
|
|
int32_t L_91 = ___start1;
|
|
int32_t L_92 = L_91;
|
|
___start1 = ((int32_t)il2cpp_codegen_add((int32_t)L_92, (int32_t)1));
|
|
int32_t L_93 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_90, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_92)), (int32_t)2)))));
|
|
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_84, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_89)), (int32_t)2))))) = (int16_t)L_93;
|
|
}
|
|
|
|
IL_0207:
|
|
{
|
|
int32_t L_94 = ___start1;
|
|
int32_t L_95 = V_3;
|
|
if ((((int32_t)L_94) < ((int32_t)L_95)))
|
|
{
|
|
goto IL_01e6;
|
|
}
|
|
}
|
|
|
|
IL_020b:
|
|
{
|
|
int32_t L_96 = V_3;
|
|
int32_t L_97 = ___end2;
|
|
if ((((int32_t)L_96) == ((int32_t)L_97)))
|
|
{
|
|
goto IL_038d;
|
|
}
|
|
}
|
|
|
|
IL_0212:
|
|
{
|
|
bool L_98 = V_2;
|
|
if (!L_98)
|
|
{
|
|
goto IL_029c;
|
|
}
|
|
}
|
|
|
|
IL_0218:
|
|
{
|
|
uint8_t L_99 = V_1;
|
|
if (L_99)
|
|
{
|
|
goto IL_027a;
|
|
}
|
|
}
|
|
|
|
IL_021b:
|
|
{
|
|
V_1 = (uint8_t)((int32_t)30);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_100 = ___dest3;
|
|
NullCheck(L_100);
|
|
uint8_t L_101 = V_1;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_102 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_100)->max_length)))), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_101, (int32_t)3)))));
|
|
V_13 = L_102;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_103 = V_13;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_104 = L_103;
|
|
V_15 = L_104;
|
|
if (!L_104)
|
|
{
|
|
goto IL_0239;
|
|
}
|
|
}
|
|
|
|
IL_0233:
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_105 = V_15;
|
|
NullCheck(L_105);
|
|
if ((((int32_t)((int32_t)(((RuntimeArray*)L_105)->max_length)))))
|
|
{
|
|
goto IL_023f;
|
|
}
|
|
}
|
|
|
|
IL_0239:
|
|
{
|
|
V_14 = (Il2CppChar*)(((uintptr_t)0));
|
|
goto IL_024a;
|
|
}
|
|
|
|
IL_023f:
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_106 = V_15;
|
|
NullCheck(L_106);
|
|
V_14 = (Il2CppChar*)(((uintptr_t)((L_106)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
|
|
}
|
|
|
|
IL_024a:
|
|
{
|
|
V_16 = 0;
|
|
goto IL_0267;
|
|
}
|
|
|
|
IL_024f:
|
|
{
|
|
Il2CppChar* L_107 = V_14;
|
|
int32_t L_108 = V_16;
|
|
Il2CppChar* L_109 = V_5;
|
|
int32_t L_110 = V_16;
|
|
int32_t L_111 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_109, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_110)), (int32_t)2)))));
|
|
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_107, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_108)), (int32_t)2))))) = (int16_t)L_111;
|
|
int32_t L_112 = V_16;
|
|
V_16 = ((int32_t)il2cpp_codegen_add((int32_t)L_112, (int32_t)1));
|
|
}
|
|
|
|
IL_0267:
|
|
{
|
|
int32_t L_113 = V_16;
|
|
int32_t* L_114 = ___destPosition4;
|
|
int32_t L_115 = *((int32_t*)L_114);
|
|
if ((((int32_t)L_113) < ((int32_t)L_115)))
|
|
{
|
|
goto IL_024f;
|
|
}
|
|
}
|
|
|
|
IL_026e:
|
|
{
|
|
V_15 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)NULL;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_116 = V_13;
|
|
___dest3 = L_116;
|
|
IL2CPP_LEAVE(0x1D, FINALLY_0396);
|
|
}
|
|
|
|
IL_027a:
|
|
{
|
|
uint8_t L_117 = V_1;
|
|
V_1 = (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_117, (int32_t)1)))));
|
|
Il2CppChar* L_118 = ___pStr0;
|
|
int32_t L_119 = V_3;
|
|
int32_t L_120 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_118, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_119)), (int32_t)2)))));
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_121 = ___dest3;
|
|
int32_t* L_122 = ___destPosition4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tA44F3057604BAA4E6EF06A8EE4E6825D471592DF_il2cpp_TypeInfo_var);
|
|
UriHelper_EscapeAsciiChar_mFD7DE796BD53CBD2B1E73080FE0346D37F358902(L_120, L_121, (int32_t*)L_122, /*hidden argument*/NULL);
|
|
V_2 = (bool)0;
|
|
int32_t L_123 = V_3;
|
|
int32_t L_124 = ((int32_t)il2cpp_codegen_add((int32_t)L_123, (int32_t)1));
|
|
V_3 = L_124;
|
|
___start1 = L_124;
|
|
goto IL_0070;
|
|
}
|
|
|
|
IL_029c:
|
|
{
|
|
Il2CppChar L_125 = V_9;
|
|
if ((((int32_t)L_125) > ((int32_t)((int32_t)127))))
|
|
{
|
|
goto IL_02c0;
|
|
}
|
|
}
|
|
|
|
IL_02a2:
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_126 = ___dest3;
|
|
int32_t* L_127 = ___destPosition4;
|
|
int32_t* L_128 = ___destPosition4;
|
|
int32_t L_129 = *((int32_t*)L_128);
|
|
V_7 = L_129;
|
|
int32_t L_130 = V_7;
|
|
*((int32_t*)L_127) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_130, (int32_t)1));
|
|
int32_t L_131 = V_7;
|
|
Il2CppChar L_132 = V_9;
|
|
NullCheck(L_126);
|
|
(L_126)->SetAt(static_cast<il2cpp_array_size_t>(L_131), (Il2CppChar)L_132);
|
|
int32_t L_133 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_133, (int32_t)3));
|
|
int32_t L_134 = V_3;
|
|
___start1 = L_134;
|
|
goto IL_0070;
|
|
}
|
|
|
|
IL_02c0:
|
|
{
|
|
V_10 = 1;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_135 = V_0;
|
|
if (L_135)
|
|
{
|
|
goto IL_02cf;
|
|
}
|
|
}
|
|
|
|
IL_02c6:
|
|
{
|
|
int32_t L_136 = ___end2;
|
|
int32_t L_137 = V_3;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_138 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_136, (int32_t)L_137)));
|
|
V_0 = L_138;
|
|
}
|
|
|
|
IL_02cf:
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_139 = V_0;
|
|
Il2CppChar L_140 = V_9;
|
|
NullCheck(L_139);
|
|
(L_139)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint8_t)(((int32_t)((uint8_t)L_140))));
|
|
int32_t L_141 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_141, (int32_t)3));
|
|
goto IL_032a;
|
|
}
|
|
|
|
IL_02db:
|
|
{
|
|
Il2CppChar* L_142 = ___pStr0;
|
|
int32_t L_143 = V_3;
|
|
int32_t L_144 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_142, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_143)), (int32_t)2)))));
|
|
int32_t L_145 = L_144;
|
|
V_9 = L_145;
|
|
if ((!(((uint32_t)L_145) == ((uint32_t)((int32_t)37)))))
|
|
{
|
|
goto IL_032e;
|
|
}
|
|
}
|
|
|
|
IL_02e9:
|
|
{
|
|
int32_t L_146 = V_3;
|
|
int32_t L_147 = ___end2;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_146, (int32_t)2))) >= ((int32_t)L_147)))
|
|
{
|
|
goto IL_032e;
|
|
}
|
|
}
|
|
|
|
IL_02ef:
|
|
{
|
|
Il2CppChar* L_148 = ___pStr0;
|
|
int32_t L_149 = V_3;
|
|
int32_t L_150 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_148, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_149, (int32_t)1)))), (int32_t)2)))));
|
|
Il2CppChar* L_151 = ___pStr0;
|
|
int32_t L_152 = V_3;
|
|
int32_t L_153 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_151, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_152, (int32_t)2)))), (int32_t)2)))));
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tA44F3057604BAA4E6EF06A8EE4E6825D471592DF_il2cpp_TypeInfo_var);
|
|
Il2CppChar L_154 = UriHelper_EscapedAscii_m06D556717795E649EBBB30E4CBCF3D221C1FEB78(L_150, L_153, /*hidden argument*/NULL);
|
|
V_9 = L_154;
|
|
Il2CppChar L_155 = V_9;
|
|
if ((((int32_t)L_155) == ((int32_t)((int32_t)65535))))
|
|
{
|
|
goto IL_032e;
|
|
}
|
|
}
|
|
|
|
IL_0311:
|
|
{
|
|
Il2CppChar L_156 = V_9;
|
|
if ((((int32_t)L_156) < ((int32_t)((int32_t)128))))
|
|
{
|
|
goto IL_032e;
|
|
}
|
|
}
|
|
|
|
IL_031a:
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_157 = V_0;
|
|
int32_t L_158 = V_10;
|
|
int32_t L_159 = L_158;
|
|
V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_159, (int32_t)1));
|
|
Il2CppChar L_160 = V_9;
|
|
NullCheck(L_157);
|
|
(L_157)->SetAt(static_cast<il2cpp_array_size_t>(L_159), (uint8_t)(((int32_t)((uint8_t)L_160))));
|
|
int32_t L_161 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_161, (int32_t)3));
|
|
}
|
|
|
|
IL_032a:
|
|
{
|
|
int32_t L_162 = V_3;
|
|
int32_t L_163 = ___end2;
|
|
if ((((int32_t)L_162) < ((int32_t)L_163)))
|
|
{
|
|
goto IL_02db;
|
|
}
|
|
}
|
|
|
|
IL_032e:
|
|
{
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_164 = Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9(/*hidden argument*/NULL);
|
|
NullCheck(L_164);
|
|
RuntimeObject * L_165 = VirtFuncInvoker0< RuntimeObject * >::Invoke(10 /* System.Object System.Text.Encoding::Clone() */, L_164);
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_166 = ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)CastclassClass((RuntimeObject*)L_165, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_il2cpp_TypeInfo_var));
|
|
EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 * L_167 = (EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 *)il2cpp_codegen_object_new(EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998_il2cpp_TypeInfo_var);
|
|
EncoderReplacementFallback__ctor_mAE97C6B5EF9A81A90315A21E68271FAE87A738FD(L_167, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL);
|
|
NullCheck(L_166);
|
|
Encoding_set_EncoderFallback_m24306F093457AE12D59A36AB84F1E03C840BD10A(L_166, L_167, /*hidden argument*/NULL);
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_168 = L_166;
|
|
DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 * L_169 = (DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 *)il2cpp_codegen_object_new(DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742_il2cpp_TypeInfo_var);
|
|
DecoderReplacementFallback__ctor_m9D82FC93423AD9B954F28E30B20BF14DAFB01A5B(L_169, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL);
|
|
NullCheck(L_168);
|
|
Encoding_set_DecoderFallback_mB321EB8D6C34B8935A169C0E4FAC7A4E0A99FACC(L_168, L_169, /*hidden argument*/NULL);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_170 = V_0;
|
|
NullCheck(L_170);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_171 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_170)->max_length)))));
|
|
V_11 = L_171;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_172 = V_0;
|
|
int32_t L_173 = V_10;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_174 = V_11;
|
|
NullCheck(L_168);
|
|
int32_t L_175 = VirtFuncInvoker5< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*, int32_t >::Invoke(26 /* System.Int32 System.Text.Encoding::GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32) */, L_168, L_172, 0, L_173, L_174, 0);
|
|
V_12 = L_175;
|
|
int32_t L_176 = V_3;
|
|
___start1 = L_176;
|
|
Il2CppChar* L_177 = V_5;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_178 = ___dest3;
|
|
int32_t* L_179 = ___destPosition4;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_180 = V_11;
|
|
int32_t L_181 = V_12;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_182 = V_0;
|
|
int32_t L_183 = V_10;
|
|
bool L_184 = ___isQuery10;
|
|
bool L_185 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tA44F3057604BAA4E6EF06A8EE4E6825D471592DF_il2cpp_TypeInfo_var);
|
|
UriHelper_MatchUTF8Sequence_m4835D9BB77C2701643B14D6FFD3D7057F8C9007F((Il2CppChar*)(Il2CppChar*)L_177, L_178, (int32_t*)L_179, L_180, L_181, L_182, L_183, L_184, L_185, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_038d:
|
|
{
|
|
int32_t L_186 = V_3;
|
|
int32_t L_187 = ___end2;
|
|
if ((!(((uint32_t)L_186) == ((uint32_t)L_187))))
|
|
{
|
|
goto IL_0070;
|
|
}
|
|
}
|
|
|
|
IL_0394:
|
|
{
|
|
IL2CPP_LEAVE(0x39A, FINALLY_0396);
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_0396;
|
|
}
|
|
|
|
FINALLY_0396:
|
|
{ // begin finally (depth: 1)
|
|
V_6 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)NULL;
|
|
IL2CPP_END_FINALLY(918)
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(918)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x39C, IL_039c)
|
|
IL2CPP_JUMP_TBL(0x1D, IL_001d)
|
|
IL2CPP_JUMP_TBL(0x39A, IL_039a)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_039a:
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_188 = ___dest3;
|
|
return L_188;
|
|
}
|
|
|
|
IL_039c:
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_189 = V_8;
|
|
return L_189;
|
|
}
|
|
}
|
|
// System.Void System.UriHelper::MatchUTF8Sequence(System.Char*,System.Char[],System.Int32&,System.Char[],System.Int32,System.Byte[],System.Int32,System.Boolean,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriHelper_MatchUTF8Sequence_m4835D9BB77C2701643B14D6FFD3D7057F8C9007F (Il2CppChar* ___pDest0, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___dest1, int32_t* ___destOffset2, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___unescapedChars3, int32_t ___charCount4, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes5, int32_t ___byteCount6, bool ___isQuery7, bool ___iriParsing8, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UriHelper_MatchUTF8Sequence_m4835D9BB77C2701643B14D6FFD3D7057F8C9007F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Il2CppChar* V_1 = NULL;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
bool V_4 = false;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_5 = NULL;
|
|
int32_t V_6 = 0;
|
|
bool V_7 = false;
|
|
bool V_8 = false;
|
|
bool V_9 = false;
|
|
int32_t V_10 = 0;
|
|
int32_t V_11 = 0;
|
|
int32_t V_12 = 0;
|
|
int32_t V_13 = 0;
|
|
int32_t G_B7_0 = 0;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* G_B7_1 = NULL;
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * G_B7_2 = NULL;
|
|
int32_t G_B6_0 = 0;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* G_B6_1 = NULL;
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * G_B6_2 = NULL;
|
|
int32_t G_B8_0 = 0;
|
|
int32_t G_B8_1 = 0;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* G_B8_2 = NULL;
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * G_B8_3 = NULL;
|
|
{
|
|
V_0 = 0;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = ___unescapedChars3;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = L_0;
|
|
V_2 = L_1;
|
|
if (!L_1)
|
|
{
|
|
goto IL_000c;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_2 = V_2;
|
|
NullCheck(L_2);
|
|
if ((((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))))
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
V_1 = (Il2CppChar*)(((uintptr_t)0));
|
|
goto IL_001a;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_3 = V_2;
|
|
NullCheck(L_3);
|
|
V_1 = (Il2CppChar*)(((uintptr_t)((L_3)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
V_3 = 0;
|
|
goto IL_01aa;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
Il2CppChar* L_4 = V_1;
|
|
int32_t L_5 = V_3;
|
|
int32_t L_6 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_5)), (int32_t)2)))));
|
|
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
|
|
bool L_7 = Char_IsHighSurrogate_m64C60C09A8561520E43C8527D3DC38FF97E6274D(L_6, /*hidden argument*/NULL);
|
|
V_4 = L_7;
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_8 = Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9(/*hidden argument*/NULL);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_9 = ___unescapedChars3;
|
|
int32_t L_10 = V_3;
|
|
bool L_11 = V_4;
|
|
G_B6_0 = L_10;
|
|
G_B6_1 = L_9;
|
|
G_B6_2 = L_8;
|
|
if (L_11)
|
|
{
|
|
G_B7_0 = L_10;
|
|
G_B7_1 = L_9;
|
|
G_B7_2 = L_8;
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
G_B8_0 = 1;
|
|
G_B8_1 = G_B6_0;
|
|
G_B8_2 = G_B6_1;
|
|
G_B8_3 = G_B6_2;
|
|
goto IL_003e;
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
G_B8_0 = 2;
|
|
G_B8_1 = G_B7_0;
|
|
G_B8_2 = G_B7_1;
|
|
G_B8_3 = G_B7_2;
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
NullCheck(G_B8_3);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = VirtFuncInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*, int32_t, int32_t >::Invoke(16 /* System.Byte[] System.Text.Encoding::GetBytes(System.Char[],System.Int32,System.Int32) */, G_B8_3, G_B8_2, G_B8_1, G_B8_0);
|
|
V_5 = L_12;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = V_5;
|
|
NullCheck(L_13);
|
|
V_6 = (((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length))));
|
|
V_7 = (bool)0;
|
|
bool L_14 = ___iriParsing8;
|
|
if (!L_14)
|
|
{
|
|
goto IL_008b;
|
|
}
|
|
}
|
|
{
|
|
bool L_15 = V_4;
|
|
if (L_15)
|
|
{
|
|
goto IL_0064;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_16 = ___unescapedChars3;
|
|
int32_t L_17 = V_3;
|
|
NullCheck(L_16);
|
|
int32_t L_18 = L_17;
|
|
uint16_t L_19 = (uint16_t)(L_16)->GetAt(static_cast<il2cpp_array_size_t>(L_18));
|
|
bool L_20 = ___isQuery7;
|
|
bool L_21 = IriHelper_CheckIriUnicodeRange_mA9BAAD6D244ADEE8986FDC0DFB3DFDA90C093A6C(L_19, L_20, /*hidden argument*/NULL);
|
|
V_7 = L_21;
|
|
goto IL_008b;
|
|
}
|
|
|
|
IL_0064:
|
|
{
|
|
V_8 = (bool)0;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_22 = ___unescapedChars3;
|
|
int32_t L_23 = V_3;
|
|
NullCheck(L_22);
|
|
int32_t L_24 = L_23;
|
|
uint16_t L_25 = (uint16_t)(L_22)->GetAt(static_cast<il2cpp_array_size_t>(L_24));
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_26 = ___unescapedChars3;
|
|
int32_t L_27 = V_3;
|
|
NullCheck(L_26);
|
|
int32_t L_28 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1));
|
|
uint16_t L_29 = (uint16_t)(L_26)->GetAt(static_cast<il2cpp_array_size_t>(L_28));
|
|
bool L_30 = ___isQuery7;
|
|
bool L_31 = IriHelper_CheckIriUnicodeRange_m5ED29083C22062AEAB8B5787C9A27CFEEC397AD9(L_25, L_29, (bool*)(&V_8), L_30, /*hidden argument*/NULL);
|
|
V_7 = L_31;
|
|
goto IL_008b;
|
|
}
|
|
|
|
IL_007c:
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_32 = ___bytes5;
|
|
int32_t L_33 = V_0;
|
|
int32_t L_34 = L_33;
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1));
|
|
NullCheck(L_32);
|
|
int32_t L_35 = L_34;
|
|
uint8_t L_36 = (L_32)->GetAt(static_cast<il2cpp_array_size_t>(L_35));
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_37 = ___dest1;
|
|
int32_t* L_38 = ___destOffset2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tA44F3057604BAA4E6EF06A8EE4E6825D471592DF_il2cpp_TypeInfo_var);
|
|
UriHelper_EscapeAsciiChar_mFD7DE796BD53CBD2B1E73080FE0346D37F358902(L_36, L_37, (int32_t*)L_38, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_008b:
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_39 = ___bytes5;
|
|
int32_t L_40 = V_0;
|
|
NullCheck(L_39);
|
|
int32_t L_41 = L_40;
|
|
uint8_t L_42 = (L_39)->GetAt(static_cast<il2cpp_array_size_t>(L_41));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_43 = V_5;
|
|
NullCheck(L_43);
|
|
int32_t L_44 = 0;
|
|
uint8_t L_45 = (L_43)->GetAt(static_cast<il2cpp_array_size_t>(L_44));
|
|
if ((!(((uint32_t)L_42) == ((uint32_t)L_45))))
|
|
{
|
|
goto IL_007c;
|
|
}
|
|
}
|
|
{
|
|
V_9 = (bool)1;
|
|
V_10 = 0;
|
|
goto IL_00b6;
|
|
}
|
|
|
|
IL_009d:
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_46 = ___bytes5;
|
|
int32_t L_47 = V_0;
|
|
int32_t L_48 = V_10;
|
|
NullCheck(L_46);
|
|
int32_t L_49 = ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)L_48));
|
|
uint8_t L_50 = (L_46)->GetAt(static_cast<il2cpp_array_size_t>(L_49));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_51 = V_5;
|
|
int32_t L_52 = V_10;
|
|
NullCheck(L_51);
|
|
int32_t L_53 = L_52;
|
|
uint8_t L_54 = (L_51)->GetAt(static_cast<il2cpp_array_size_t>(L_53));
|
|
if ((((int32_t)L_50) == ((int32_t)L_54)))
|
|
{
|
|
goto IL_00b0;
|
|
}
|
|
}
|
|
{
|
|
V_9 = (bool)0;
|
|
goto IL_00bc;
|
|
}
|
|
|
|
IL_00b0:
|
|
{
|
|
int32_t L_55 = V_10;
|
|
V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)1));
|
|
}
|
|
|
|
IL_00b6:
|
|
{
|
|
int32_t L_56 = V_10;
|
|
int32_t L_57 = V_6;
|
|
if ((((int32_t)L_56) < ((int32_t)L_57)))
|
|
{
|
|
goto IL_009d;
|
|
}
|
|
}
|
|
|
|
IL_00bc:
|
|
{
|
|
bool L_58 = V_9;
|
|
if (!L_58)
|
|
{
|
|
goto IL_0179;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_59 = V_0;
|
|
int32_t L_60 = V_6;
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_59, (int32_t)L_60));
|
|
bool L_61 = ___iriParsing8;
|
|
if (!L_61)
|
|
{
|
|
goto IL_013f;
|
|
}
|
|
}
|
|
{
|
|
bool L_62 = V_7;
|
|
if (L_62)
|
|
{
|
|
goto IL_00f4;
|
|
}
|
|
}
|
|
{
|
|
V_11 = 0;
|
|
goto IL_00e7;
|
|
}
|
|
|
|
IL_00d5:
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_63 = V_5;
|
|
int32_t L_64 = V_11;
|
|
NullCheck(L_63);
|
|
int32_t L_65 = L_64;
|
|
uint8_t L_66 = (L_63)->GetAt(static_cast<il2cpp_array_size_t>(L_65));
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_67 = ___dest1;
|
|
int32_t* L_68 = ___destOffset2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tA44F3057604BAA4E6EF06A8EE4E6825D471592DF_il2cpp_TypeInfo_var);
|
|
UriHelper_EscapeAsciiChar_mFD7DE796BD53CBD2B1E73080FE0346D37F358902(L_66, L_67, (int32_t*)L_68, /*hidden argument*/NULL);
|
|
int32_t L_69 = V_11;
|
|
V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_69, (int32_t)1));
|
|
}
|
|
|
|
IL_00e7:
|
|
{
|
|
int32_t L_70 = V_11;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_71 = V_5;
|
|
NullCheck(L_71);
|
|
if ((((int32_t)L_70) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_71)->max_length)))))))
|
|
{
|
|
goto IL_00d5;
|
|
}
|
|
}
|
|
{
|
|
goto IL_019e;
|
|
}
|
|
|
|
IL_00f4:
|
|
{
|
|
Il2CppChar* L_72 = V_1;
|
|
int32_t L_73 = V_3;
|
|
int32_t L_74 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_72, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_73)), (int32_t)2)))));
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
bool L_75 = Uri_IsBidiControlCharacter_mB14EA5816A434B7CE382EB9ACBD1432916EC341D(L_74, /*hidden argument*/NULL);
|
|
if (L_75)
|
|
{
|
|
goto IL_019e;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_76 = ___pDest0;
|
|
int32_t* L_77 = ___destOffset2;
|
|
int32_t* L_78 = ___destOffset2;
|
|
int32_t L_79 = *((int32_t*)L_78);
|
|
V_12 = L_79;
|
|
int32_t L_80 = V_12;
|
|
*((int32_t*)L_77) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_80, (int32_t)1));
|
|
int32_t L_81 = V_12;
|
|
Il2CppChar* L_82 = V_1;
|
|
int32_t L_83 = V_3;
|
|
int32_t L_84 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_82, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_83)), (int32_t)2)))));
|
|
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_76, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_81)), (int32_t)2))))) = (int16_t)L_84;
|
|
bool L_85 = V_4;
|
|
if (!L_85)
|
|
{
|
|
goto IL_019e;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_86 = ___pDest0;
|
|
int32_t* L_87 = ___destOffset2;
|
|
int32_t* L_88 = ___destOffset2;
|
|
int32_t L_89 = *((int32_t*)L_88);
|
|
V_12 = L_89;
|
|
int32_t L_90 = V_12;
|
|
*((int32_t*)L_87) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_90, (int32_t)1));
|
|
int32_t L_91 = V_12;
|
|
Il2CppChar* L_92 = V_1;
|
|
int32_t L_93 = V_3;
|
|
int32_t L_94 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_92, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_93, (int32_t)1)))), (int32_t)2)))));
|
|
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_86, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_91)), (int32_t)2))))) = (int16_t)L_94;
|
|
goto IL_019e;
|
|
}
|
|
|
|
IL_013f:
|
|
{
|
|
Il2CppChar* L_95 = ___pDest0;
|
|
int32_t* L_96 = ___destOffset2;
|
|
int32_t* L_97 = ___destOffset2;
|
|
int32_t L_98 = *((int32_t*)L_97);
|
|
V_12 = L_98;
|
|
int32_t L_99 = V_12;
|
|
*((int32_t*)L_96) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_99, (int32_t)1));
|
|
int32_t L_100 = V_12;
|
|
Il2CppChar* L_101 = V_1;
|
|
int32_t L_102 = V_3;
|
|
int32_t L_103 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_101, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_102)), (int32_t)2)))));
|
|
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_95, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_100)), (int32_t)2))))) = (int16_t)L_103;
|
|
bool L_104 = V_4;
|
|
if (!L_104)
|
|
{
|
|
goto IL_019e;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_105 = ___pDest0;
|
|
int32_t* L_106 = ___destOffset2;
|
|
int32_t* L_107 = ___destOffset2;
|
|
int32_t L_108 = *((int32_t*)L_107);
|
|
V_12 = L_108;
|
|
int32_t L_109 = V_12;
|
|
*((int32_t*)L_106) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_109, (int32_t)1));
|
|
int32_t L_110 = V_12;
|
|
Il2CppChar* L_111 = V_1;
|
|
int32_t L_112 = V_3;
|
|
int32_t L_113 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_111, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_112, (int32_t)1)))), (int32_t)2)))));
|
|
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_105, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_110)), (int32_t)2))))) = (int16_t)L_113;
|
|
goto IL_019e;
|
|
}
|
|
|
|
IL_0179:
|
|
{
|
|
V_13 = 0;
|
|
goto IL_0193;
|
|
}
|
|
|
|
IL_017e:
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_114 = ___bytes5;
|
|
int32_t L_115 = V_0;
|
|
int32_t L_116 = L_115;
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_116, (int32_t)1));
|
|
NullCheck(L_114);
|
|
int32_t L_117 = L_116;
|
|
uint8_t L_118 = (L_114)->GetAt(static_cast<il2cpp_array_size_t>(L_117));
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_119 = ___dest1;
|
|
int32_t* L_120 = ___destOffset2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tA44F3057604BAA4E6EF06A8EE4E6825D471592DF_il2cpp_TypeInfo_var);
|
|
UriHelper_EscapeAsciiChar_mFD7DE796BD53CBD2B1E73080FE0346D37F358902(L_118, L_119, (int32_t*)L_120, /*hidden argument*/NULL);
|
|
int32_t L_121 = V_13;
|
|
V_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_121, (int32_t)1));
|
|
}
|
|
|
|
IL_0193:
|
|
{
|
|
int32_t L_122 = V_13;
|
|
int32_t L_123 = V_10;
|
|
if ((((int32_t)L_122) < ((int32_t)L_123)))
|
|
{
|
|
goto IL_017e;
|
|
}
|
|
}
|
|
{
|
|
goto IL_008b;
|
|
}
|
|
|
|
IL_019e:
|
|
{
|
|
bool L_124 = V_4;
|
|
if (!L_124)
|
|
{
|
|
goto IL_01a6;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_125 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_125, (int32_t)1));
|
|
}
|
|
|
|
IL_01a6:
|
|
{
|
|
int32_t L_126 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_126, (int32_t)1));
|
|
}
|
|
|
|
IL_01aa:
|
|
{
|
|
int32_t L_127 = V_3;
|
|
int32_t L_128 = ___charCount4;
|
|
if ((((int32_t)L_127) < ((int32_t)L_128)))
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
V_2 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)NULL;
|
|
goto IL_01c5;
|
|
}
|
|
|
|
IL_01b6:
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_129 = ___bytes5;
|
|
int32_t L_130 = V_0;
|
|
int32_t L_131 = L_130;
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_131, (int32_t)1));
|
|
NullCheck(L_129);
|
|
int32_t L_132 = L_131;
|
|
uint8_t L_133 = (L_129)->GetAt(static_cast<il2cpp_array_size_t>(L_132));
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_134 = ___dest1;
|
|
int32_t* L_135 = ___destOffset2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tA44F3057604BAA4E6EF06A8EE4E6825D471592DF_il2cpp_TypeInfo_var);
|
|
UriHelper_EscapeAsciiChar_mFD7DE796BD53CBD2B1E73080FE0346D37F358902(L_133, L_134, (int32_t*)L_135, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_01c5:
|
|
{
|
|
int32_t L_136 = V_0;
|
|
int32_t L_137 = ___byteCount6;
|
|
if ((((int32_t)L_136) < ((int32_t)L_137)))
|
|
{
|
|
goto IL_01b6;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.UriHelper::EscapeAsciiChar(System.Char,System.Char[],System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriHelper_EscapeAsciiChar_mFD7DE796BD53CBD2B1E73080FE0346D37F358902 (Il2CppChar ___ch0, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___to1, int32_t* ___pos2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UriHelper_EscapeAsciiChar_mFD7DE796BD53CBD2B1E73080FE0346D37F358902_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = ___to1;
|
|
int32_t* L_1 = ___pos2;
|
|
int32_t* L_2 = ___pos2;
|
|
int32_t L_3 = *((int32_t*)L_2);
|
|
V_0 = L_3;
|
|
int32_t L_4 = V_0;
|
|
*((int32_t*)L_1) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1));
|
|
int32_t L_5 = V_0;
|
|
NullCheck(L_0);
|
|
(L_0)->SetAt(static_cast<il2cpp_array_size_t>(L_5), (Il2CppChar)((int32_t)37));
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_6 = ___to1;
|
|
int32_t* L_7 = ___pos2;
|
|
int32_t* L_8 = ___pos2;
|
|
int32_t L_9 = *((int32_t*)L_8);
|
|
V_0 = L_9;
|
|
int32_t L_10 = V_0;
|
|
*((int32_t*)L_7) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1));
|
|
int32_t L_11 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tA44F3057604BAA4E6EF06A8EE4E6825D471592DF_il2cpp_TypeInfo_var);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_12 = ((UriHelper_tA44F3057604BAA4E6EF06A8EE4E6825D471592DF_StaticFields*)il2cpp_codegen_static_fields_for(UriHelper_tA44F3057604BAA4E6EF06A8EE4E6825D471592DF_il2cpp_TypeInfo_var))->get_HexUpperChars_0();
|
|
Il2CppChar L_13 = ___ch0;
|
|
NullCheck(L_12);
|
|
int32_t L_14 = ((int32_t)((int32_t)((int32_t)((int32_t)L_13&(int32_t)((int32_t)240)))>>(int32_t)4));
|
|
uint16_t L_15 = (uint16_t)(L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
|
|
NullCheck(L_6);
|
|
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_11), (Il2CppChar)L_15);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_16 = ___to1;
|
|
int32_t* L_17 = ___pos2;
|
|
int32_t* L_18 = ___pos2;
|
|
int32_t L_19 = *((int32_t*)L_18);
|
|
V_0 = L_19;
|
|
int32_t L_20 = V_0;
|
|
*((int32_t*)L_17) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1));
|
|
int32_t L_21 = V_0;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_22 = ((UriHelper_tA44F3057604BAA4E6EF06A8EE4E6825D471592DF_StaticFields*)il2cpp_codegen_static_fields_for(UriHelper_tA44F3057604BAA4E6EF06A8EE4E6825D471592DF_il2cpp_TypeInfo_var))->get_HexUpperChars_0();
|
|
Il2CppChar L_23 = ___ch0;
|
|
NullCheck(L_22);
|
|
int32_t L_24 = ((int32_t)((int32_t)L_23&(int32_t)((int32_t)15)));
|
|
uint16_t L_25 = (uint16_t)(L_22)->GetAt(static_cast<il2cpp_array_size_t>(L_24));
|
|
NullCheck(L_16);
|
|
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(L_21), (Il2CppChar)L_25);
|
|
return;
|
|
}
|
|
}
|
|
// System.Char System.UriHelper::EscapedAscii(System.Char,System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar UriHelper_EscapedAscii_m06D556717795E649EBBB30E4CBCF3D221C1FEB78 (Il2CppChar ___digit0, Il2CppChar ___next1, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t G_B11_0 = 0;
|
|
int32_t G_B13_0 = 0;
|
|
int32_t G_B25_0 = 0;
|
|
int32_t G_B21_0 = 0;
|
|
int32_t G_B23_0 = 0;
|
|
int32_t G_B22_0 = 0;
|
|
int32_t G_B24_0 = 0;
|
|
int32_t G_B24_1 = 0;
|
|
int32_t G_B26_0 = 0;
|
|
int32_t G_B26_1 = 0;
|
|
{
|
|
Il2CppChar L_0 = ___digit0;
|
|
if ((((int32_t)L_0) < ((int32_t)((int32_t)48))))
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_1 = ___digit0;
|
|
if ((((int32_t)L_1) <= ((int32_t)((int32_t)57))))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
Il2CppChar L_2 = ___digit0;
|
|
if ((((int32_t)L_2) < ((int32_t)((int32_t)65))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_3 = ___digit0;
|
|
if ((((int32_t)L_3) <= ((int32_t)((int32_t)70))))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
Il2CppChar L_4 = ___digit0;
|
|
if ((((int32_t)L_4) < ((int32_t)((int32_t)97))))
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_5 = ___digit0;
|
|
if ((((int32_t)L_5) <= ((int32_t)((int32_t)102))))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
return ((int32_t)65535);
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
Il2CppChar L_6 = ___digit0;
|
|
if ((((int32_t)L_6) <= ((int32_t)((int32_t)57))))
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_7 = ___digit0;
|
|
if ((((int32_t)L_7) <= ((int32_t)((int32_t)70))))
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_8 = ___digit0;
|
|
G_B11_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)((int32_t)97)));
|
|
goto IL_0038;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
Il2CppChar L_9 = ___digit0;
|
|
G_B11_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)((int32_t)65)));
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
G_B13_0 = ((int32_t)il2cpp_codegen_add((int32_t)G_B11_0, (int32_t)((int32_t)10)));
|
|
goto IL_0041;
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
Il2CppChar L_10 = ___digit0;
|
|
G_B13_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)((int32_t)48)));
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
V_0 = G_B13_0;
|
|
Il2CppChar L_11 = ___next1;
|
|
if ((((int32_t)L_11) < ((int32_t)((int32_t)48))))
|
|
{
|
|
goto IL_004c;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_12 = ___next1;
|
|
if ((((int32_t)L_12) <= ((int32_t)((int32_t)57))))
|
|
{
|
|
goto IL_0066;
|
|
}
|
|
}
|
|
|
|
IL_004c:
|
|
{
|
|
Il2CppChar L_13 = ___next1;
|
|
if ((((int32_t)L_13) < ((int32_t)((int32_t)65))))
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_14 = ___next1;
|
|
if ((((int32_t)L_14) <= ((int32_t)((int32_t)70))))
|
|
{
|
|
goto IL_0066;
|
|
}
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
Il2CppChar L_15 = ___next1;
|
|
if ((((int32_t)L_15) < ((int32_t)((int32_t)97))))
|
|
{
|
|
goto IL_0060;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_16 = ___next1;
|
|
if ((((int32_t)L_16) <= ((int32_t)((int32_t)102))))
|
|
{
|
|
goto IL_0066;
|
|
}
|
|
}
|
|
|
|
IL_0060:
|
|
{
|
|
return ((int32_t)65535);
|
|
}
|
|
|
|
IL_0066:
|
|
{
|
|
int32_t L_17 = V_0;
|
|
Il2CppChar L_18 = ___next1;
|
|
G_B21_0 = ((int32_t)((int32_t)L_17<<(int32_t)4));
|
|
if ((((int32_t)L_18) <= ((int32_t)((int32_t)57))))
|
|
{
|
|
G_B25_0 = ((int32_t)((int32_t)L_17<<(int32_t)4));
|
|
goto IL_0082;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_19 = ___next1;
|
|
G_B22_0 = G_B21_0;
|
|
if ((((int32_t)L_19) <= ((int32_t)((int32_t)70))))
|
|
{
|
|
G_B23_0 = G_B21_0;
|
|
goto IL_0079;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_20 = ___next1;
|
|
G_B24_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)((int32_t)97)));
|
|
G_B24_1 = G_B22_0;
|
|
goto IL_007d;
|
|
}
|
|
|
|
IL_0079:
|
|
{
|
|
Il2CppChar L_21 = ___next1;
|
|
G_B24_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)((int32_t)65)));
|
|
G_B24_1 = G_B23_0;
|
|
}
|
|
|
|
IL_007d:
|
|
{
|
|
G_B26_0 = ((int32_t)il2cpp_codegen_add((int32_t)G_B24_0, (int32_t)((int32_t)10)));
|
|
G_B26_1 = G_B24_1;
|
|
goto IL_0086;
|
|
}
|
|
|
|
IL_0082:
|
|
{
|
|
Il2CppChar L_22 = ___next1;
|
|
G_B26_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)((int32_t)48)));
|
|
G_B26_1 = G_B25_0;
|
|
}
|
|
|
|
IL_0086:
|
|
{
|
|
return (((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)G_B26_1, (int32_t)G_B26_0)))));
|
|
}
|
|
}
|
|
// System.Boolean System.UriHelper::IsNotSafeForUnescape(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UriHelper_IsNotSafeForUnescape_m1D0461E7C5A3CFBD7A2A7F7322B66BC68CCE741D (Il2CppChar ___ch0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Il2CppChar L_0 = ___ch0;
|
|
if ((((int32_t)L_0) <= ((int32_t)((int32_t)31))))
|
|
{
|
|
goto IL_0012;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_1 = ___ch0;
|
|
if ((((int32_t)L_1) < ((int32_t)((int32_t)127))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_2 = ___ch0;
|
|
if ((((int32_t)L_2) > ((int32_t)((int32_t)159))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
Il2CppChar L_3 = ___ch0;
|
|
if ((((int32_t)L_3) < ((int32_t)((int32_t)59))))
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_4 = ___ch0;
|
|
if ((((int32_t)L_4) > ((int32_t)((int32_t)64))))
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_5 = ___ch0;
|
|
if ((!(((uint32_t)((int32_t)((int32_t)L_5|(int32_t)2))) == ((uint32_t)((int32_t)62)))))
|
|
{
|
|
goto IL_0043;
|
|
}
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
Il2CppChar L_6 = ___ch0;
|
|
if ((((int32_t)L_6) < ((int32_t)((int32_t)35))))
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_7 = ___ch0;
|
|
if ((((int32_t)L_7) <= ((int32_t)((int32_t)38))))
|
|
{
|
|
goto IL_0043;
|
|
}
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
Il2CppChar L_8 = ___ch0;
|
|
if ((((int32_t)L_8) == ((int32_t)((int32_t)43))))
|
|
{
|
|
goto IL_0043;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_9 = ___ch0;
|
|
if ((((int32_t)L_9) == ((int32_t)((int32_t)44))))
|
|
{
|
|
goto IL_0043;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_10 = ___ch0;
|
|
if ((((int32_t)L_10) == ((int32_t)((int32_t)47))))
|
|
{
|
|
goto IL_0043;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_11 = ___ch0;
|
|
if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)92)))))
|
|
{
|
|
goto IL_0045;
|
|
}
|
|
}
|
|
|
|
IL_0043:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0045:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.UriHelper::IsReservedUnreservedOrHash(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UriHelper_IsReservedUnreservedOrHash_m3D7256DABA7F540F8D379FC1D1C54F1C63E46059 (Il2CppChar ___c0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UriHelper_IsReservedUnreservedOrHash_m3D7256DABA7F540F8D379FC1D1C54F1C63E46059_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Il2CppChar L_0 = ___c0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriHelper_tA44F3057604BAA4E6EF06A8EE4E6825D471592DF_il2cpp_TypeInfo_var);
|
|
bool L_1 = UriHelper_IsUnreserved_mAADC7DCEEA864AFB49311696ABBDD76811FAAE48(L_0, /*hidden argument*/NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var);
|
|
bool L_2 = UriParser_get_ShouldUseLegacyV2Quirks_mD4C8DF67677ACCCC3B5E026099ECC0BDA24D96DD(/*hidden argument*/NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_3 = ___c0;
|
|
NullCheck(_stringLiteral422C2FC455DA8AB1CCF099E014DADE733913E48A);
|
|
int32_t L_4 = String_IndexOf_m2909B8CF585E1BD0C81E11ACA2F48012156FD5BD(_stringLiteral422C2FC455DA8AB1CCF099E014DADE733913E48A, L_3, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_4) >= ((int32_t)0)))
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_5 = ___c0;
|
|
return (bool)((((int32_t)L_5) == ((int32_t)((int32_t)35)))? 1 : 0);
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
Il2CppChar L_6 = ___c0;
|
|
NullCheck(_stringLiteral7608E1FF0B8CFEF39D687771BAC4DCB767C2C102);
|
|
int32_t L_7 = String_IndexOf_m2909B8CF585E1BD0C81E11ACA2F48012156FD5BD(_stringLiteral7608E1FF0B8CFEF39D687771BAC4DCB767C2C102, L_6, /*hidden argument*/NULL);
|
|
return (bool)((((int32_t)((((int32_t)L_7) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Boolean System.UriHelper::IsUnreserved(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UriHelper_IsUnreserved_mAADC7DCEEA864AFB49311696ABBDD76811FAAE48 (Il2CppChar ___c0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UriHelper_IsUnreserved_mAADC7DCEEA864AFB49311696ABBDD76811FAAE48_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Il2CppChar L_0 = ___c0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
bool L_1 = Uri_IsAsciiLetterOrDigit_mEBA81E735141504B5804F0B3C94EC39B24AF8661(L_0, /*hidden argument*/NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var);
|
|
bool L_2 = UriParser_get_ShouldUseLegacyV2Quirks_mD4C8DF67677ACCCC3B5E026099ECC0BDA24D96DD(/*hidden argument*/NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_3 = ___c0;
|
|
NullCheck(_stringLiteral5D7FEFA52F916FB1F734F27D1226BA1556F23E16);
|
|
int32_t L_4 = String_IndexOf_m2909B8CF585E1BD0C81E11ACA2F48012156FD5BD(_stringLiteral5D7FEFA52F916FB1F734F27D1226BA1556F23E16, L_3, /*hidden argument*/NULL);
|
|
return (bool)((((int32_t)((((int32_t)L_4) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
Il2CppChar L_5 = ___c0;
|
|
NullCheck(_stringLiteral3AE3AD09884E848958DF67AFEC6B436733CEB84C);
|
|
int32_t L_6 = String_IndexOf_m2909B8CF585E1BD0C81E11ACA2F48012156FD5BD(_stringLiteral3AE3AD09884E848958DF67AFEC6B436733CEB84C, L_5, /*hidden argument*/NULL);
|
|
return (bool)((((int32_t)((((int32_t)L_6) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Boolean System.UriHelper::Is3986Unreserved(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UriHelper_Is3986Unreserved_m3799F2ADA8C63DDB4995F82B974C8EC1DEEBA76A (Il2CppChar ___c0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UriHelper_Is3986Unreserved_m3799F2ADA8C63DDB4995F82B974C8EC1DEEBA76A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Il2CppChar L_0 = ___c0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
bool L_1 = Uri_IsAsciiLetterOrDigit_mEBA81E735141504B5804F0B3C94EC39B24AF8661(L_0, /*hidden argument*/NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
Il2CppChar L_2 = ___c0;
|
|
NullCheck(_stringLiteral3AE3AD09884E848958DF67AFEC6B436733CEB84C);
|
|
int32_t L_3 = String_IndexOf_m2909B8CF585E1BD0C81E11ACA2F48012156FD5BD(_stringLiteral3AE3AD09884E848958DF67AFEC6B436733CEB84C, L_2, /*hidden argument*/NULL);
|
|
return (bool)((((int32_t)((((int32_t)L_3) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Void System.UriHelper::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriHelper__cctor_m9537B8AAAA1D6EF77D29A179EC79F5511C662F27 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UriHelper__cctor_m9537B8AAAA1D6EF77D29A179EC79F5511C662F27_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16));
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = L_0;
|
|
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_2 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291____59F5BD34B6C013DEACC784F69C67E95150033A84_6_FieldInfo_var) };
|
|
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL);
|
|
((UriHelper_tA44F3057604BAA4E6EF06A8EE4E6825D471592DF_StaticFields*)il2cpp_codegen_static_fields_for(UriHelper_tA44F3057604BAA4E6EF06A8EE4E6825D471592DF_il2cpp_TypeInfo_var))->set_HexUpperChars_0(L_1);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.String System.UriParser::get_SchemeName()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1 (UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->get_m_Scheme_8();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Int32 System.UriParser::get_DefaultPort()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UriParser_get_DefaultPort_m050510870CCD4DD08DF7E98E2AF3D616446AD99D (UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get_m_Port_7();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.UriParser System.UriParser::OnNewUri()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * UriParser_OnNewUri_m7D55337A7A9B6B67FB0AD7CA96F472751EF5A897 (UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return __this;
|
|
}
|
|
}
|
|
// System.Void System.UriParser::InitializeAndValidate(System.Uri,System.UriFormatException&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriParser_InitializeAndValidate_m3E31D86FEE445E313BB7141F760626301767A0E0 (UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A ** ___parsingError1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A ** L_0 = ___parsingError1;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_1 = ___uri0;
|
|
NullCheck(L_1);
|
|
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A * L_2 = Uri_ParseMinimal_m35FCFE52F12315DA60733B807E7C0AB408C0A9CF(L_1, /*hidden argument*/NULL);
|
|
*((RuntimeObject **)L_0) = (RuntimeObject *)L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_0, (void*)(RuntimeObject *)L_2);
|
|
return;
|
|
}
|
|
}
|
|
// System.String System.UriParser::Resolve(System.Uri,System.Uri,System.UriFormatException&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UriParser_Resolve_mF21D3AA42AB1EC2B173617D76E4041EB3481D979 (UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___baseUri0, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___relativeUri1, UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A ** ___parsingError2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UriParser_Resolve_mF21D3AA42AB1EC2B173617D76E4041EB3481D979_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
bool V_1 = false;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * V_2 = NULL;
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___baseUri0;
|
|
NullCheck(L_0);
|
|
bool L_1 = Uri_get_UserDrivenParsing_mFF27964894B5C0432C37E425F319D6C915BCDC39(L_0, /*hidden argument*/NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = L_2;
|
|
Type_t * L_4 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_4);
|
|
String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, L_4);
|
|
NullCheck(L_3);
|
|
ArrayElementTypeCheck (L_3, L_5);
|
|
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_5);
|
|
String_t* L_6 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteral685AA46800DA1134A27CF09D92AB8FB9481ABE68, L_3, /*hidden argument*/NULL);
|
|
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_7 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
|
|
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_7, L_6, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, UriParser_Resolve_mF21D3AA42AB1EC2B173617D76E4041EB3481D979_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_8 = ___baseUri0;
|
|
NullCheck(L_8);
|
|
bool L_9 = Uri_get_IsAbsoluteUri_m8C189085F1C675DBC3148AA70C38074EC075D722(L_8, /*hidden argument*/NULL);
|
|
if (L_9)
|
|
{
|
|
goto IL_0044;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_10 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral12B6FF7C47BB4C2C973EF6E38B06B1AD0DACA96F, /*hidden argument*/NULL);
|
|
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_11 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
|
|
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_11, L_10, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, UriParser_Resolve_mF21D3AA42AB1EC2B173617D76E4041EB3481D979_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0044:
|
|
{
|
|
V_0 = (String_t*)NULL;
|
|
V_1 = (bool)0;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_12 = ___baseUri0;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_13 = ___relativeUri1;
|
|
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A ** L_14 = ___parsingError2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_15 = Uri_ResolveHelper_mEDF1549C3E9AC1CF6177DCF93B17D574411916BC(L_12, L_13, (String_t**)(&V_0), (bool*)(&V_1), (UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A **)L_14, /*hidden argument*/NULL);
|
|
V_2 = L_15;
|
|
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A ** L_16 = ___parsingError2;
|
|
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A * L_17 = *((UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A **)L_16);
|
|
if (!L_17)
|
|
{
|
|
goto IL_005b;
|
|
}
|
|
}
|
|
{
|
|
return (String_t*)NULL;
|
|
}
|
|
|
|
IL_005b:
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_18 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
|
|
bool L_19 = Uri_op_Inequality_m07015206F59460E87CDE2A8D303D5712E30A7F6B(L_18, (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)NULL, /*hidden argument*/NULL);
|
|
if (!L_19)
|
|
{
|
|
goto IL_006b;
|
|
}
|
|
}
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_20 = V_2;
|
|
NullCheck(L_20);
|
|
String_t* L_21 = Uri_get_OriginalString_m56099E46276F0A52524347F1F46A2F88E948504F(L_20, /*hidden argument*/NULL);
|
|
return L_21;
|
|
}
|
|
|
|
IL_006b:
|
|
{
|
|
String_t* L_22 = V_0;
|
|
return L_22;
|
|
}
|
|
}
|
|
// System.String System.UriParser::GetComponents(System.Uri,System.UriComponents,System.UriFormat)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UriParser_GetComponents_m8A226F43638FA7CD135A651CDE3D4E475E8FC181 (UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, int32_t ___components1, int32_t ___format2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UriParser_GetComponents_m8A226F43638FA7CD135A651CDE3D4E475E8FC181_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = ___components1;
|
|
if (!((int32_t)((int32_t)L_0&(int32_t)((int32_t)-2147483648LL))))
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = ___components1;
|
|
if ((((int32_t)L_1) == ((int32_t)((int32_t)-2147483648LL))))
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = ___components1;
|
|
int32_t L_3 = L_2;
|
|
RuntimeObject * L_4 = Box(UriComponents_tE42D5229291668DE73323E1C519E4E1459A64CFF_il2cpp_TypeInfo_var, &L_3);
|
|
String_t* L_5 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral4931F5B26E4E3B67A69DCEAE7622810683E83201, /*hidden argument*/NULL);
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_6 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m755B01B4B4595B447596E3281F22FD7CE6DAE378(L_6, _stringLiteralC212F08ED1157AE268FD83D142AFD5CCD48664B2, L_4, L_5, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, UriParser_GetComponents_m8A226F43638FA7CD135A651CDE3D4E475E8FC181_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
int32_t L_7 = ___format2;
|
|
if (!((int32_t)((int32_t)L_7&(int32_t)((int32_t)-4))))
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_8 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_8, _stringLiteral785987648F85190CFDE9EADC69FC7C46FE8A7433, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, UriParser_GetComponents_m8A226F43638FA7CD135A651CDE3D4E475E8FC181_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_9 = ___uri0;
|
|
NullCheck(L_9);
|
|
bool L_10 = Uri_get_UserDrivenParsing_mFF27964894B5C0432C37E425F319D6C915BCDC39(L_9, /*hidden argument*/NULL);
|
|
if (!L_10)
|
|
{
|
|
goto IL_0069;
|
|
}
|
|
}
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_11 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_12 = L_11;
|
|
Type_t * L_13 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_13);
|
|
String_t* L_14 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, L_13);
|
|
NullCheck(L_12);
|
|
ArrayElementTypeCheck (L_12, L_14);
|
|
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_14);
|
|
String_t* L_15 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteral685AA46800DA1134A27CF09D92AB8FB9481ABE68, L_12, /*hidden argument*/NULL);
|
|
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_16 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
|
|
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_16, L_15, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, UriParser_GetComponents_m8A226F43638FA7CD135A651CDE3D4E475E8FC181_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0069:
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_17 = ___uri0;
|
|
NullCheck(L_17);
|
|
bool L_18 = Uri_get_IsAbsoluteUri_m8C189085F1C675DBC3148AA70C38074EC075D722(L_17, /*hidden argument*/NULL);
|
|
if (L_18)
|
|
{
|
|
goto IL_0081;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_19 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral12B6FF7C47BB4C2C973EF6E38B06B1AD0DACA96F, /*hidden argument*/NULL);
|
|
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_20 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
|
|
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_20, L_19, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, UriParser_GetComponents_m8A226F43638FA7CD135A651CDE3D4E475E8FC181_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0081:
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_21 = ___uri0;
|
|
int32_t L_22 = ___components1;
|
|
int32_t L_23 = ___format2;
|
|
NullCheck(L_21);
|
|
String_t* L_24 = Uri_GetComponentsHelper_m28B0D80FD94A40685C0F70652AB26755C457B2D3(L_21, L_22, L_23, /*hidden argument*/NULL);
|
|
return L_24;
|
|
}
|
|
}
|
|
// System.Boolean System.UriParser::IsWellFormedOriginalString(System.Uri)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UriParser_IsWellFormedOriginalString_m5F6B55E961AD93ADA67353BECBC046BAF1743228 (UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___uri0;
|
|
NullCheck(L_0);
|
|
bool L_1 = Uri_InternalIsWellFormedOriginalString_mC5B6EDD6C06519FC6E5176DB89237CCCFFE56CAB(L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Boolean System.UriParser::get_ShouldUseLegacyV2Quirks()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UriParser_get_ShouldUseLegacyV2Quirks_mD4C8DF67677ACCCC3B5E026099ECC0BDA24D96DD (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UriParser_get_ShouldUseLegacyV2Quirks_mD4C8DF67677ACCCC3B5E026099ECC0BDA24D96DD_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var);
|
|
int32_t L_0 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_s_QuirksVersion_27();
|
|
return (bool)((((int32_t)((((int32_t)L_0) > ((int32_t)2))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Void System.UriParser::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriParser__cctor_m00C2855D5C8C07790C5627BBB90AC84A7E8B6BC2 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UriParser__cctor_m00C2855D5C8C07790C5627BBB90AC84A7E8B6BC2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t G_B3_0 = 0;
|
|
int32_t G_B5_0 = 0;
|
|
int32_t G_B4_0 = 0;
|
|
int32_t G_B6_0 = 0;
|
|
int32_t G_B6_1 = 0;
|
|
int32_t G_B8_0 = 0;
|
|
int32_t G_B7_0 = 0;
|
|
int32_t G_B9_0 = 0;
|
|
int32_t G_B9_1 = 0;
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(BinaryCompatibility_t06B1B8D34764DB1710459778EB22433728A665A8_il2cpp_TypeInfo_var);
|
|
bool L_0 = ((BinaryCompatibility_t06B1B8D34764DB1710459778EB22433728A665A8_StaticFields*)il2cpp_codegen_static_fields_for(BinaryCompatibility_t06B1B8D34764DB1710459778EB22433728A665A8_il2cpp_TypeInfo_var))->get_TargetsAtLeast_Desktop_V4_5_0();
|
|
if (L_0)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
G_B3_0 = 2;
|
|
goto IL_000b;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
G_B3_0 = 3;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->set_s_QuirksVersion_27(G_B3_0);
|
|
bool L_1 = UriParser_get_ShouldUseLegacyV2Quirks_mD4C8DF67677ACCCC3B5E026099ECC0BDA24D96DD(/*hidden argument*/NULL);
|
|
G_B4_0 = ((int32_t)31461245);
|
|
if (L_1)
|
|
{
|
|
G_B5_0 = ((int32_t)31461245);
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
G_B6_0 = 0;
|
|
G_B6_1 = G_B4_0;
|
|
goto IL_0024;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
G_B6_0 = ((int32_t)33554432);
|
|
G_B6_1 = G_B5_0;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->set_HttpSyntaxFlags_30(((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)G_B6_1|(int32_t)G_B6_0))|(int32_t)((int32_t)67108864)))|(int32_t)((int32_t)268435456))));
|
|
bool L_2 = UriParser_get_ShouldUseLegacyV2Quirks_mD4C8DF67677ACCCC3B5E026099ECC0BDA24D96DD(/*hidden argument*/NULL);
|
|
G_B7_0 = ((int32_t)4049);
|
|
if (L_2)
|
|
{
|
|
G_B8_0 = ((int32_t)4049);
|
|
goto IL_0046;
|
|
}
|
|
}
|
|
{
|
|
G_B9_0 = ((int32_t)32);
|
|
G_B9_1 = G_B7_0;
|
|
goto IL_0047;
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
G_B9_0 = 0;
|
|
G_B9_1 = G_B8_0;
|
|
}
|
|
|
|
IL_0047:
|
|
{
|
|
((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->set_FileSyntaxFlags_32(((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)G_B9_1|(int32_t)G_B9_0))|(int32_t)((int32_t)8192)))|(int32_t)((int32_t)2097152)))|(int32_t)((int32_t)1048576)))|(int32_t)((int32_t)4194304)))|(int32_t)((int32_t)8388608)))|(int32_t)((int32_t)16777216)))|(int32_t)((int32_t)33554432)))|(int32_t)((int32_t)67108864)))|(int32_t)((int32_t)268435456))));
|
|
Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE * L_3 = (Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE *)il2cpp_codegen_object_new(Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE_il2cpp_TypeInfo_var);
|
|
Dictionary_2__ctor_m9AA6FFC23A9032DF2BF483986951F06E722B3445(L_3, ((int32_t)25), /*hidden argument*/Dictionary_2__ctor_m9AA6FFC23A9032DF2BF483986951F06E722B3445_RuntimeMethod_var);
|
|
((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->set_m_Table_1(L_3);
|
|
Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE * L_4 = (Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE *)il2cpp_codegen_object_new(Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE_il2cpp_TypeInfo_var);
|
|
Dictionary_2__ctor_m9AA6FFC23A9032DF2BF483986951F06E722B3445(L_4, ((int32_t)25), /*hidden argument*/Dictionary_2__ctor_m9AA6FFC23A9032DF2BF483986951F06E722B3445_RuntimeMethod_var);
|
|
((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->set_m_TempTable_2(L_4);
|
|
int32_t L_5 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_HttpSyntaxFlags_30();
|
|
BuiltInUriParser_t5C00B9ABDAFDD2FFEAAA5C4A6FF01FF0BE58E57B * L_6 = (BuiltInUriParser_t5C00B9ABDAFDD2FFEAAA5C4A6FF01FF0BE58E57B *)il2cpp_codegen_object_new(BuiltInUriParser_t5C00B9ABDAFDD2FFEAAA5C4A6FF01FF0BE58E57B_il2cpp_TypeInfo_var);
|
|
BuiltInUriParser__ctor_m66250DC53CE01410149D46279D0B413FC1C5CA1C(L_6, _stringLiteral77B5F8E343A90F6F597751021FB8B7A08FE83083, ((int32_t)80), L_5, /*hidden argument*/NULL);
|
|
((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->set_HttpUri_11(L_6);
|
|
Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE * L_7 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_m_Table_1();
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_8 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_HttpUri_11();
|
|
NullCheck(L_8);
|
|
String_t* L_9 = UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1_inline(L_8, /*hidden argument*/NULL);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_10 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_HttpUri_11();
|
|
NullCheck(L_7);
|
|
Dictionary_2_set_Item_mB84FA35EFF6271F4923FCAF307D576087CD554AB(L_7, L_9, L_10, /*hidden argument*/Dictionary_2_set_Item_mB84FA35EFF6271F4923FCAF307D576087CD554AB_RuntimeMethod_var);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_11 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_HttpUri_11();
|
|
NullCheck(L_11);
|
|
int32_t L_12 = L_11->get_m_Flags_3();
|
|
BuiltInUriParser_t5C00B9ABDAFDD2FFEAAA5C4A6FF01FF0BE58E57B * L_13 = (BuiltInUriParser_t5C00B9ABDAFDD2FFEAAA5C4A6FF01FF0BE58E57B *)il2cpp_codegen_object_new(BuiltInUriParser_t5C00B9ABDAFDD2FFEAAA5C4A6FF01FF0BE58E57B_il2cpp_TypeInfo_var);
|
|
BuiltInUriParser__ctor_m66250DC53CE01410149D46279D0B413FC1C5CA1C(L_13, _stringLiteralC3437DBC7C1255D3A21D444D86EBF2E9234C22BD, ((int32_t)443), L_12, /*hidden argument*/NULL);
|
|
((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->set_HttpsUri_12(L_13);
|
|
Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE * L_14 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_m_Table_1();
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_15 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_HttpsUri_12();
|
|
NullCheck(L_15);
|
|
String_t* L_16 = UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1_inline(L_15, /*hidden argument*/NULL);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_17 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_HttpsUri_12();
|
|
NullCheck(L_14);
|
|
Dictionary_2_set_Item_mB84FA35EFF6271F4923FCAF307D576087CD554AB(L_14, L_16, L_17, /*hidden argument*/Dictionary_2_set_Item_mB84FA35EFF6271F4923FCAF307D576087CD554AB_RuntimeMethod_var);
|
|
int32_t L_18 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_HttpSyntaxFlags_30();
|
|
BuiltInUriParser_t5C00B9ABDAFDD2FFEAAA5C4A6FF01FF0BE58E57B * L_19 = (BuiltInUriParser_t5C00B9ABDAFDD2FFEAAA5C4A6FF01FF0BE58E57B *)il2cpp_codegen_object_new(BuiltInUriParser_t5C00B9ABDAFDD2FFEAAA5C4A6FF01FF0BE58E57B_il2cpp_TypeInfo_var);
|
|
BuiltInUriParser__ctor_m66250DC53CE01410149D46279D0B413FC1C5CA1C(L_19, _stringLiteral1457B75DC8C5500C0F1D4503CF801B60DEB045A4, ((int32_t)80), L_18, /*hidden argument*/NULL);
|
|
((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->set_WsUri_13(L_19);
|
|
Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE * L_20 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_m_Table_1();
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_21 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_WsUri_13();
|
|
NullCheck(L_21);
|
|
String_t* L_22 = UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1_inline(L_21, /*hidden argument*/NULL);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_23 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_WsUri_13();
|
|
NullCheck(L_20);
|
|
Dictionary_2_set_Item_mB84FA35EFF6271F4923FCAF307D576087CD554AB(L_20, L_22, L_23, /*hidden argument*/Dictionary_2_set_Item_mB84FA35EFF6271F4923FCAF307D576087CD554AB_RuntimeMethod_var);
|
|
int32_t L_24 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_HttpSyntaxFlags_30();
|
|
BuiltInUriParser_t5C00B9ABDAFDD2FFEAAA5C4A6FF01FF0BE58E57B * L_25 = (BuiltInUriParser_t5C00B9ABDAFDD2FFEAAA5C4A6FF01FF0BE58E57B *)il2cpp_codegen_object_new(BuiltInUriParser_t5C00B9ABDAFDD2FFEAAA5C4A6FF01FF0BE58E57B_il2cpp_TypeInfo_var);
|
|
BuiltInUriParser__ctor_m66250DC53CE01410149D46279D0B413FC1C5CA1C(L_25, _stringLiteralBA2B0DD158763C472A7D7B22AEF6FF6571B9365C, ((int32_t)443), L_24, /*hidden argument*/NULL);
|
|
((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->set_WssUri_14(L_25);
|
|
Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE * L_26 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_m_Table_1();
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_27 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_WssUri_14();
|
|
NullCheck(L_27);
|
|
String_t* L_28 = UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1_inline(L_27, /*hidden argument*/NULL);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_29 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_WssUri_14();
|
|
NullCheck(L_26);
|
|
Dictionary_2_set_Item_mB84FA35EFF6271F4923FCAF307D576087CD554AB(L_26, L_28, L_29, /*hidden argument*/Dictionary_2_set_Item_mB84FA35EFF6271F4923FCAF307D576087CD554AB_RuntimeMethod_var);
|
|
BuiltInUriParser_t5C00B9ABDAFDD2FFEAAA5C4A6FF01FF0BE58E57B * L_30 = (BuiltInUriParser_t5C00B9ABDAFDD2FFEAAA5C4A6FF01FF0BE58E57B *)il2cpp_codegen_object_new(BuiltInUriParser_t5C00B9ABDAFDD2FFEAAA5C4A6FF01FF0BE58E57B_il2cpp_TypeInfo_var);
|
|
BuiltInUriParser__ctor_m66250DC53CE01410149D46279D0B413FC1C5CA1C(L_30, _stringLiteral7616BB87BD05F6439E3672BA1B2BE55D5BEB68B3, ((int32_t)21), ((int32_t)367005533), /*hidden argument*/NULL);
|
|
((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->set_FtpUri_15(L_30);
|
|
Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE * L_31 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_m_Table_1();
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_32 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_FtpUri_15();
|
|
NullCheck(L_32);
|
|
String_t* L_33 = UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1_inline(L_32, /*hidden argument*/NULL);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_34 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_FtpUri_15();
|
|
NullCheck(L_31);
|
|
Dictionary_2_set_Item_mB84FA35EFF6271F4923FCAF307D576087CD554AB(L_31, L_33, L_34, /*hidden argument*/Dictionary_2_set_Item_mB84FA35EFF6271F4923FCAF307D576087CD554AB_RuntimeMethod_var);
|
|
int32_t L_35 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_FileSyntaxFlags_32();
|
|
BuiltInUriParser_t5C00B9ABDAFDD2FFEAAA5C4A6FF01FF0BE58E57B * L_36 = (BuiltInUriParser_t5C00B9ABDAFDD2FFEAAA5C4A6FF01FF0BE58E57B *)il2cpp_codegen_object_new(BuiltInUriParser_t5C00B9ABDAFDD2FFEAAA5C4A6FF01FF0BE58E57B_il2cpp_TypeInfo_var);
|
|
BuiltInUriParser__ctor_m66250DC53CE01410149D46279D0B413FC1C5CA1C(L_36, _stringLiteral971C419DD609331343DEE105FFFD0F4608DC0BF2, (-1), L_35, /*hidden argument*/NULL);
|
|
((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->set_FileUri_16(L_36);
|
|
Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE * L_37 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_m_Table_1();
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_38 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_FileUri_16();
|
|
NullCheck(L_38);
|
|
String_t* L_39 = UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1_inline(L_38, /*hidden argument*/NULL);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_40 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_FileUri_16();
|
|
NullCheck(L_37);
|
|
Dictionary_2_set_Item_mB84FA35EFF6271F4923FCAF307D576087CD554AB(L_37, L_39, L_40, /*hidden argument*/Dictionary_2_set_Item_mB84FA35EFF6271F4923FCAF307D576087CD554AB_RuntimeMethod_var);
|
|
BuiltInUriParser_t5C00B9ABDAFDD2FFEAAA5C4A6FF01FF0BE58E57B * L_41 = (BuiltInUriParser_t5C00B9ABDAFDD2FFEAAA5C4A6FF01FF0BE58E57B *)il2cpp_codegen_object_new(BuiltInUriParser_t5C00B9ABDAFDD2FFEAAA5C4A6FF01FF0BE58E57B_il2cpp_TypeInfo_var);
|
|
BuiltInUriParser__ctor_m66250DC53CE01410149D46279D0B413FC1C5CA1C(L_41, _stringLiteral4188736A00FBFB506ACA06281ACF338290455C21, ((int32_t)70), ((int32_t)337645405), /*hidden argument*/NULL);
|
|
((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->set_GopherUri_17(L_41);
|
|
Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE * L_42 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_m_Table_1();
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_43 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_GopherUri_17();
|
|
NullCheck(L_43);
|
|
String_t* L_44 = UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1_inline(L_43, /*hidden argument*/NULL);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_45 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_GopherUri_17();
|
|
NullCheck(L_42);
|
|
Dictionary_2_set_Item_mB84FA35EFF6271F4923FCAF307D576087CD554AB(L_42, L_44, L_45, /*hidden argument*/Dictionary_2_set_Item_mB84FA35EFF6271F4923FCAF307D576087CD554AB_RuntimeMethod_var);
|
|
BuiltInUriParser_t5C00B9ABDAFDD2FFEAAA5C4A6FF01FF0BE58E57B * L_46 = (BuiltInUriParser_t5C00B9ABDAFDD2FFEAAA5C4A6FF01FF0BE58E57B *)il2cpp_codegen_object_new(BuiltInUriParser_t5C00B9ABDAFDD2FFEAAA5C4A6FF01FF0BE58E57B_il2cpp_TypeInfo_var);
|
|
BuiltInUriParser__ctor_m66250DC53CE01410149D46279D0B413FC1C5CA1C(L_46, _stringLiteral666948CC54CBC3FC2C70107A835E27C872F476E6, ((int32_t)119), ((int32_t)337645405), /*hidden argument*/NULL);
|
|
((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->set_NntpUri_18(L_46);
|
|
Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE * L_47 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_m_Table_1();
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_48 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_NntpUri_18();
|
|
NullCheck(L_48);
|
|
String_t* L_49 = UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1_inline(L_48, /*hidden argument*/NULL);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_50 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_NntpUri_18();
|
|
NullCheck(L_47);
|
|
Dictionary_2_set_Item_mB84FA35EFF6271F4923FCAF307D576087CD554AB(L_47, L_49, L_50, /*hidden argument*/Dictionary_2_set_Item_mB84FA35EFF6271F4923FCAF307D576087CD554AB_RuntimeMethod_var);
|
|
BuiltInUriParser_t5C00B9ABDAFDD2FFEAAA5C4A6FF01FF0BE58E57B * L_51 = (BuiltInUriParser_t5C00B9ABDAFDD2FFEAAA5C4A6FF01FF0BE58E57B *)il2cpp_codegen_object_new(BuiltInUriParser_t5C00B9ABDAFDD2FFEAAA5C4A6FF01FF0BE58E57B_il2cpp_TypeInfo_var);
|
|
BuiltInUriParser__ctor_m66250DC53CE01410149D46279D0B413FC1C5CA1C(L_51, _stringLiteral3C6BDCDDC94F64BF77DEB306AAE490A90A6FC300, (-1), ((int32_t)268435536), /*hidden argument*/NULL);
|
|
((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->set_NewsUri_19(L_51);
|
|
Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE * L_52 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_m_Table_1();
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_53 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_NewsUri_19();
|
|
NullCheck(L_53);
|
|
String_t* L_54 = UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1_inline(L_53, /*hidden argument*/NULL);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_55 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_NewsUri_19();
|
|
NullCheck(L_52);
|
|
Dictionary_2_set_Item_mB84FA35EFF6271F4923FCAF307D576087CD554AB(L_52, L_54, L_55, /*hidden argument*/Dictionary_2_set_Item_mB84FA35EFF6271F4923FCAF307D576087CD554AB_RuntimeMethod_var);
|
|
BuiltInUriParser_t5C00B9ABDAFDD2FFEAAA5C4A6FF01FF0BE58E57B * L_56 = (BuiltInUriParser_t5C00B9ABDAFDD2FFEAAA5C4A6FF01FF0BE58E57B *)il2cpp_codegen_object_new(BuiltInUriParser_t5C00B9ABDAFDD2FFEAAA5C4A6FF01FF0BE58E57B_il2cpp_TypeInfo_var);
|
|
BuiltInUriParser__ctor_m66250DC53CE01410149D46279D0B413FC1C5CA1C(L_56, _stringLiteralFE710CD089CB0BA74F588270FE079A392B5E9810, ((int32_t)25), ((int32_t)335564796), /*hidden argument*/NULL);
|
|
((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->set_MailToUri_20(L_56);
|
|
Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE * L_57 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_m_Table_1();
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_58 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_MailToUri_20();
|
|
NullCheck(L_58);
|
|
String_t* L_59 = UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1_inline(L_58, /*hidden argument*/NULL);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_60 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_MailToUri_20();
|
|
NullCheck(L_57);
|
|
Dictionary_2_set_Item_mB84FA35EFF6271F4923FCAF307D576087CD554AB(L_57, L_59, L_60, /*hidden argument*/Dictionary_2_set_Item_mB84FA35EFF6271F4923FCAF307D576087CD554AB_RuntimeMethod_var);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_61 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_NewsUri_19();
|
|
NullCheck(L_61);
|
|
int32_t L_62 = L_61->get_m_Flags_3();
|
|
BuiltInUriParser_t5C00B9ABDAFDD2FFEAAA5C4A6FF01FF0BE58E57B * L_63 = (BuiltInUriParser_t5C00B9ABDAFDD2FFEAAA5C4A6FF01FF0BE58E57B *)il2cpp_codegen_object_new(BuiltInUriParser_t5C00B9ABDAFDD2FFEAAA5C4A6FF01FF0BE58E57B_il2cpp_TypeInfo_var);
|
|
BuiltInUriParser__ctor_m66250DC53CE01410149D46279D0B413FC1C5CA1C(L_63, _stringLiteral48E3462CBEEDD9B70CED95702E2E262CEBA217DA, (-1), L_62, /*hidden argument*/NULL);
|
|
((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->set_UuidUri_21(L_63);
|
|
Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE * L_64 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_m_Table_1();
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_65 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_UuidUri_21();
|
|
NullCheck(L_65);
|
|
String_t* L_66 = UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1_inline(L_65, /*hidden argument*/NULL);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_67 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_UuidUri_21();
|
|
NullCheck(L_64);
|
|
Dictionary_2_set_Item_mB84FA35EFF6271F4923FCAF307D576087CD554AB(L_64, L_66, L_67, /*hidden argument*/Dictionary_2_set_Item_mB84FA35EFF6271F4923FCAF307D576087CD554AB_RuntimeMethod_var);
|
|
BuiltInUriParser_t5C00B9ABDAFDD2FFEAAA5C4A6FF01FF0BE58E57B * L_68 = (BuiltInUriParser_t5C00B9ABDAFDD2FFEAAA5C4A6FF01FF0BE58E57B *)il2cpp_codegen_object_new(BuiltInUriParser_t5C00B9ABDAFDD2FFEAAA5C4A6FF01FF0BE58E57B_il2cpp_TypeInfo_var);
|
|
BuiltInUriParser__ctor_m66250DC53CE01410149D46279D0B413FC1C5CA1C(L_68, _stringLiteral22E9F56882C87C3DA193BE3FE6D8C77FFDAF27BC, ((int32_t)23), ((int32_t)337645405), /*hidden argument*/NULL);
|
|
((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->set_TelnetUri_22(L_68);
|
|
Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE * L_69 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_m_Table_1();
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_70 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_TelnetUri_22();
|
|
NullCheck(L_70);
|
|
String_t* L_71 = UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1_inline(L_70, /*hidden argument*/NULL);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_72 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_TelnetUri_22();
|
|
NullCheck(L_69);
|
|
Dictionary_2_set_Item_mB84FA35EFF6271F4923FCAF307D576087CD554AB(L_69, L_71, L_72, /*hidden argument*/Dictionary_2_set_Item_mB84FA35EFF6271F4923FCAF307D576087CD554AB_RuntimeMethod_var);
|
|
BuiltInUriParser_t5C00B9ABDAFDD2FFEAAA5C4A6FF01FF0BE58E57B * L_73 = (BuiltInUriParser_t5C00B9ABDAFDD2FFEAAA5C4A6FF01FF0BE58E57B *)il2cpp_codegen_object_new(BuiltInUriParser_t5C00B9ABDAFDD2FFEAAA5C4A6FF01FF0BE58E57B_il2cpp_TypeInfo_var);
|
|
BuiltInUriParser__ctor_m66250DC53CE01410149D46279D0B413FC1C5CA1C(L_73, _stringLiteral61A135089EAC561A2FF7CEDEEFB03975BED000F8, ((int32_t)389), ((int32_t)337645565), /*hidden argument*/NULL);
|
|
((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->set_LdapUri_23(L_73);
|
|
Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE * L_74 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_m_Table_1();
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_75 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_LdapUri_23();
|
|
NullCheck(L_75);
|
|
String_t* L_76 = UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1_inline(L_75, /*hidden argument*/NULL);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_77 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_LdapUri_23();
|
|
NullCheck(L_74);
|
|
Dictionary_2_set_Item_mB84FA35EFF6271F4923FCAF307D576087CD554AB(L_74, L_76, L_77, /*hidden argument*/Dictionary_2_set_Item_mB84FA35EFF6271F4923FCAF307D576087CD554AB_RuntimeMethod_var);
|
|
BuiltInUriParser_t5C00B9ABDAFDD2FFEAAA5C4A6FF01FF0BE58E57B * L_78 = (BuiltInUriParser_t5C00B9ABDAFDD2FFEAAA5C4A6FF01FF0BE58E57B *)il2cpp_codegen_object_new(BuiltInUriParser_t5C00B9ABDAFDD2FFEAAA5C4A6FF01FF0BE58E57B_il2cpp_TypeInfo_var);
|
|
BuiltInUriParser__ctor_m66250DC53CE01410149D46279D0B413FC1C5CA1C(L_78, _stringLiteral0765DEEFD5C1509444309BD8D09E7ACA927165F8, ((int32_t)808), ((int32_t)400559737), /*hidden argument*/NULL);
|
|
((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->set_NetTcpUri_24(L_78);
|
|
Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE * L_79 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_m_Table_1();
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_80 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_NetTcpUri_24();
|
|
NullCheck(L_80);
|
|
String_t* L_81 = UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1_inline(L_80, /*hidden argument*/NULL);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_82 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_NetTcpUri_24();
|
|
NullCheck(L_79);
|
|
Dictionary_2_set_Item_mB84FA35EFF6271F4923FCAF307D576087CD554AB(L_79, L_81, L_82, /*hidden argument*/Dictionary_2_set_Item_mB84FA35EFF6271F4923FCAF307D576087CD554AB_RuntimeMethod_var);
|
|
BuiltInUriParser_t5C00B9ABDAFDD2FFEAAA5C4A6FF01FF0BE58E57B * L_83 = (BuiltInUriParser_t5C00B9ABDAFDD2FFEAAA5C4A6FF01FF0BE58E57B *)il2cpp_codegen_object_new(BuiltInUriParser_t5C00B9ABDAFDD2FFEAAA5C4A6FF01FF0BE58E57B_il2cpp_TypeInfo_var);
|
|
BuiltInUriParser__ctor_m66250DC53CE01410149D46279D0B413FC1C5CA1C(L_83, _stringLiteral1F8A1C4B94F61170B94E9FD827F36A60174238C7, (-1), ((int32_t)400559729), /*hidden argument*/NULL);
|
|
((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->set_NetPipeUri_25(L_83);
|
|
Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE * L_84 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_m_Table_1();
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_85 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_NetPipeUri_25();
|
|
NullCheck(L_85);
|
|
String_t* L_86 = UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1_inline(L_85, /*hidden argument*/NULL);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_87 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_NetPipeUri_25();
|
|
NullCheck(L_84);
|
|
Dictionary_2_set_Item_mB84FA35EFF6271F4923FCAF307D576087CD554AB(L_84, L_86, L_87, /*hidden argument*/Dictionary_2_set_Item_mB84FA35EFF6271F4923FCAF307D576087CD554AB_RuntimeMethod_var);
|
|
BuiltInUriParser_t5C00B9ABDAFDD2FFEAAA5C4A6FF01FF0BE58E57B * L_88 = (BuiltInUriParser_t5C00B9ABDAFDD2FFEAAA5C4A6FF01FF0BE58E57B *)il2cpp_codegen_object_new(BuiltInUriParser_t5C00B9ABDAFDD2FFEAAA5C4A6FF01FF0BE58E57B_il2cpp_TypeInfo_var);
|
|
BuiltInUriParser__ctor_m66250DC53CE01410149D46279D0B413FC1C5CA1C(L_88, _stringLiteral5E6A1BC91A4C36E5A0E45B3C8F8A2CF3F48785C5, (-1), ((int32_t)399519697), /*hidden argument*/NULL);
|
|
((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->set_VsMacrosUri_26(L_88);
|
|
Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE * L_89 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_m_Table_1();
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_90 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_VsMacrosUri_26();
|
|
NullCheck(L_90);
|
|
String_t* L_91 = UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1_inline(L_90, /*hidden argument*/NULL);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_92 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_VsMacrosUri_26();
|
|
NullCheck(L_89);
|
|
Dictionary_2_set_Item_mB84FA35EFF6271F4923FCAF307D576087CD554AB(L_89, L_91, L_92, /*hidden argument*/Dictionary_2_set_Item_mB84FA35EFF6271F4923FCAF307D576087CD554AB_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
// System.UriSyntaxFlags System.UriParser::get_Flags()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UriParser_get_Flags_mBCF4C3E94892F00B6E8856BFED1B650FB6A0C039 (UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get_m_Flags_3();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Boolean System.UriParser::NotAny(System.UriSyntaxFlags)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UriParser_NotAny_mC998A35DC290F35FFAFFB6A8B66C7B881F2559D3 (UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * __this, int32_t ___flags0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___flags0;
|
|
bool L_1 = UriParser_IsFullMatch_m7B5F47A62FA721E550C5439FAA4C6AFAC34EB23E(__this, L_0, 0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Boolean System.UriParser::InFact(System.UriSyntaxFlags)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UriParser_InFact_mDD42FA932B6830D99AA04C2AE7875BA5067C86F3 (UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * __this, int32_t ___flags0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___flags0;
|
|
bool L_1 = UriParser_IsFullMatch_m7B5F47A62FA721E550C5439FAA4C6AFAC34EB23E(__this, L_0, 0, /*hidden argument*/NULL);
|
|
return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Boolean System.UriParser::IsAllSet(System.UriSyntaxFlags)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UriParser_IsAllSet_m74BEC412DC8AF3B1A33E11964EBB3164D9D8C77E (UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * __this, int32_t ___flags0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___flags0;
|
|
int32_t L_1 = ___flags0;
|
|
bool L_2 = UriParser_IsFullMatch_m7B5F47A62FA721E550C5439FAA4C6AFAC34EB23E(__this, L_0, L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Boolean System.UriParser::IsFullMatch(System.UriSyntaxFlags,System.UriSyntaxFlags)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UriParser_IsFullMatch_m7B5F47A62FA721E550C5439FAA4C6AFAC34EB23E (UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * __this, int32_t ___flags0, int32_t ___expected1, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = ___flags0;
|
|
if (!((int32_t)((int32_t)L_0&(int32_t)((int32_t)33554432))))
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
bool L_1 = __this->get_m_UpdatableFlagsUsed_5();
|
|
il2cpp_codegen_memory_barrier();
|
|
if (L_1)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
int32_t L_2 = __this->get_m_Flags_3();
|
|
V_0 = L_2;
|
|
goto IL_0032;
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
int32_t L_3 = __this->get_m_Flags_3();
|
|
int32_t L_4 = __this->get_m_UpdatableFlags_4();
|
|
il2cpp_codegen_memory_barrier();
|
|
V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)-33554433)))|(int32_t)L_4));
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
int32_t L_5 = V_0;
|
|
int32_t L_6 = ___flags0;
|
|
int32_t L_7 = ___expected1;
|
|
return (bool)((((int32_t)((int32_t)((int32_t)L_5&(int32_t)L_6))) == ((int32_t)L_7))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Void System.UriParser::.ctor(System.UriSyntaxFlags)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriParser__ctor_mAF168F2B88BC5301B722C1BAAD45E381FBA22E3D (UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * __this, int32_t ___flags0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UriParser__ctor_mAF168F2B88BC5301B722C1BAAD45E381FBA22E3D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
int32_t L_0 = ___flags0;
|
|
__this->set_m_Flags_3(L_0);
|
|
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
__this->set_m_Scheme_8(L_1);
|
|
return;
|
|
}
|
|
}
|
|
// System.UriParser System.UriParser::FindOrFetchAsUnknownV1Syntax(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * UriParser_FindOrFetchAsUnknownV1Syntax_m3A57CA15FE27DC7982F186E8321B810B56EBD9AD (String_t* ___lwrCaseScheme0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UriParser_FindOrFetchAsUnknownV1Syntax_m3A57CA15FE27DC7982F186E8321B810B56EBD9AD_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * V_0 = NULL;
|
|
Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE * V_1 = NULL;
|
|
bool V_2 = false;
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * 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);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
V_0 = (UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC *)NULL;
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var);
|
|
Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE * L_0 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_m_Table_1();
|
|
String_t* L_1 = ___lwrCaseScheme0;
|
|
NullCheck(L_0);
|
|
Dictionary_2_TryGetValue_mB7FEE5E187FD932CA98FA958AFCC096E123BCDC4(L_0, L_1, (UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_mB7FEE5E187FD932CA98FA958AFCC096E123BCDC4_RuntimeMethod_var);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var);
|
|
Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE * L_4 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_m_TempTable_2();
|
|
String_t* L_5 = ___lwrCaseScheme0;
|
|
NullCheck(L_4);
|
|
Dictionary_2_TryGetValue_mB7FEE5E187FD932CA98FA958AFCC096E123BCDC4(L_4, L_5, (UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_mB7FEE5E187FD932CA98FA958AFCC096E123BCDC4_RuntimeMethod_var);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_6 = V_0;
|
|
if (!L_6)
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_7 = V_0;
|
|
return L_7;
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var);
|
|
Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE * L_8 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_m_Table_1();
|
|
V_1 = L_8;
|
|
V_2 = (bool)0;
|
|
}
|
|
|
|
IL_0030:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE * L_9 = V_1;
|
|
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_9, (bool*)(&V_2), /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var);
|
|
Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE * L_10 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_m_TempTable_2();
|
|
NullCheck(L_10);
|
|
int32_t L_11 = Dictionary_2_get_Count_mEC5A51E9EC624CA697AFE307D4CD767026962AE3(L_10, /*hidden argument*/Dictionary_2_get_Count_mEC5A51E9EC624CA697AFE307D4CD767026962AE3_RuntimeMethod_var);
|
|
if ((((int32_t)L_11) < ((int32_t)((int32_t)512))))
|
|
{
|
|
goto IL_0055;
|
|
}
|
|
}
|
|
|
|
IL_0049:
|
|
{
|
|
Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE * L_12 = (Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE *)il2cpp_codegen_object_new(Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE_il2cpp_TypeInfo_var);
|
|
Dictionary_2__ctor_m9AA6FFC23A9032DF2BF483986951F06E722B3445(L_12, ((int32_t)25), /*hidden argument*/Dictionary_2__ctor_m9AA6FFC23A9032DF2BF483986951F06E722B3445_RuntimeMethod_var);
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var);
|
|
((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->set_m_TempTable_2(L_12);
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
String_t* L_13 = ___lwrCaseScheme0;
|
|
BuiltInUriParser_t5C00B9ABDAFDD2FFEAAA5C4A6FF01FF0BE58E57B * L_14 = (BuiltInUriParser_t5C00B9ABDAFDD2FFEAAA5C4A6FF01FF0BE58E57B *)il2cpp_codegen_object_new(BuiltInUriParser_t5C00B9ABDAFDD2FFEAAA5C4A6FF01FF0BE58E57B_il2cpp_TypeInfo_var);
|
|
BuiltInUriParser__ctor_m66250DC53CE01410149D46279D0B413FC1C5CA1C(L_14, L_13, (-1), ((int32_t)351342590), /*hidden argument*/NULL);
|
|
V_0 = L_14;
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var);
|
|
Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE * L_15 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_m_TempTable_2();
|
|
String_t* L_16 = ___lwrCaseScheme0;
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_17 = V_0;
|
|
NullCheck(L_15);
|
|
Dictionary_2_set_Item_mB84FA35EFF6271F4923FCAF307D576087CD554AB(L_15, L_16, L_17, /*hidden argument*/Dictionary_2_set_Item_mB84FA35EFF6271F4923FCAF307D576087CD554AB_RuntimeMethod_var);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_18 = V_0;
|
|
V_3 = L_18;
|
|
IL2CPP_LEAVE(0x7C, FINALLY_0072);
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_0072;
|
|
}
|
|
|
|
FINALLY_0072:
|
|
{ // begin finally (depth: 1)
|
|
{
|
|
bool L_19 = V_2;
|
|
if (!L_19)
|
|
{
|
|
goto IL_007b;
|
|
}
|
|
}
|
|
|
|
IL_0075:
|
|
{
|
|
Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE * L_20 = V_1;
|
|
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_20, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_007b:
|
|
{
|
|
IL2CPP_END_FINALLY(114)
|
|
}
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(114)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x7C, IL_007c)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_007c:
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_21 = V_3;
|
|
return L_21;
|
|
}
|
|
}
|
|
// System.UriParser System.UriParser::GetSyntax(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * UriParser_GetSyntax_mC2FEAF79ECEB6550573A1C0578141BB236F7EF16 (String_t* ___lwrCaseScheme0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UriParser_GetSyntax_mC2FEAF79ECEB6550573A1C0578141BB236F7EF16_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * V_0 = NULL;
|
|
{
|
|
V_0 = (UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC *)NULL;
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var);
|
|
Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE * L_0 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_m_Table_1();
|
|
String_t* L_1 = ___lwrCaseScheme0;
|
|
NullCheck(L_0);
|
|
Dictionary_2_TryGetValue_mB7FEE5E187FD932CA98FA958AFCC096E123BCDC4(L_0, L_1, (UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_mB7FEE5E187FD932CA98FA958AFCC096E123BCDC4_RuntimeMethod_var);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_2 = V_0;
|
|
if (L_2)
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var);
|
|
Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE * L_3 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_m_TempTable_2();
|
|
String_t* L_4 = ___lwrCaseScheme0;
|
|
NullCheck(L_3);
|
|
Dictionary_2_TryGetValue_mB7FEE5E187FD932CA98FA958AFCC096E123BCDC4(L_3, L_4, (UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_mB7FEE5E187FD932CA98FA958AFCC096E123BCDC4_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Boolean System.UriParser::get_IsSimple()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UriParser_get_IsSimple_mDDB03A5F6EEE6E92926A386655E5BBD553719B9C (UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = UriParser_InFact_mDD42FA932B6830D99AA04C2AE7875BA5067C86F3(__this, ((int32_t)131072), /*hidden argument*/NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.UriParser System.UriParser::InternalOnNewUri()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * UriParser_InternalOnNewUri_m7D55F5CD59A3B9BF57BC68F715A27CC1A44566CA (UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * __this, const RuntimeMethod* method)
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * V_0 = NULL;
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_0 = VirtFuncInvoker0< UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * >::Invoke(4 /* System.UriParser System.UriParser::OnNewUri() */, __this);
|
|
V_0 = L_0;
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_1 = V_0;
|
|
if ((((RuntimeObject*)(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC *)__this) == ((RuntimeObject*)(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC *)L_1)))
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_2 = V_0;
|
|
String_t* L_3 = __this->get_m_Scheme_8();
|
|
NullCheck(L_2);
|
|
L_2->set_m_Scheme_8(L_3);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_4 = V_0;
|
|
int32_t L_5 = __this->get_m_Port_7();
|
|
NullCheck(L_4);
|
|
L_4->set_m_Port_7(L_5);
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_6 = V_0;
|
|
int32_t L_7 = __this->get_m_Flags_3();
|
|
NullCheck(L_6);
|
|
L_6->set_m_Flags_3(L_7);
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_8 = V_0;
|
|
return L_8;
|
|
}
|
|
}
|
|
// System.Void System.UriParser::InternalValidate(System.Uri,System.UriFormatException&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriParser_InternalValidate_mF2FEB0E76E48B621EB2058FBE7DCC6A42A1681E2 (UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___thisUri0, UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A ** ___parsingError1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___thisUri0;
|
|
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A ** L_1 = ___parsingError1;
|
|
VirtActionInvoker2< Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *, UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A ** >::Invoke(5 /* System.Void System.UriParser::InitializeAndValidate(System.Uri,System.UriFormatException&) */, __this, L_0, (UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A **)L_1);
|
|
return;
|
|
}
|
|
}
|
|
// System.String System.UriParser::InternalResolve(System.Uri,System.Uri,System.UriFormatException&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UriParser_InternalResolve_m2A027789CB5105E32B09810E81810E8E35DD1F26 (UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___thisBaseUri0, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uriLink1, UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A ** ___parsingError2, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___thisBaseUri0;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_1 = ___uriLink1;
|
|
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A ** L_2 = ___parsingError2;
|
|
String_t* L_3 = VirtFuncInvoker3< String_t*, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *, UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A ** >::Invoke(6 /* System.String System.UriParser::Resolve(System.Uri,System.Uri,System.UriFormatException&) */, __this, L_0, L_1, (UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A **)L_2);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.String System.UriParser::InternalGetComponents(System.Uri,System.UriComponents,System.UriFormat)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UriParser_InternalGetComponents_mFD4B211C71E0506AE4E4E99D92ECAF1780CE4674 (UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___thisUri0, int32_t ___uriComponents1, int32_t ___uriFormat2, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___thisUri0;
|
|
int32_t L_1 = ___uriComponents1;
|
|
int32_t L_2 = ___uriFormat2;
|
|
String_t* L_3 = VirtFuncInvoker3< String_t*, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *, int32_t, int32_t >::Invoke(7 /* System.String System.UriParser::GetComponents(System.Uri,System.UriComponents,System.UriFormat) */, __this, L_0, L_1, L_2);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Boolean System.UriParser::InternalIsWellFormedOriginalString(System.Uri)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UriParser_InternalIsWellFormedOriginalString_mC28478C9513F7B7C7B38CFE1660C6B10D2F4F973 (UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___thisUri0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___thisUri0;
|
|
bool L_1 = VirtFuncInvoker1< bool, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * >::Invoke(8 /* System.Boolean System.UriParser::IsWellFormedOriginalString(System.Uri) */, __this, L_0);
|
|
return L_1;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * Match_get_Empty_m5D3AE3D0580F06ED901EE69FCCED6AF44715528F_inline (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Match_get_Empty_m5D3AE3D0580F06ED901EE69FCCED6AF44715528FSystem9_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(Match_tE447871AB59EED3642F31EB9559D162C2977EBB5_il2cpp_TypeInfo_var);
|
|
Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * L_0 = ((Match_tE447871AB59EED3642F31EB9559D162C2977EBB5_StaticFields*)il2cpp_codegen_static_fields_for(Match_tE447871AB59EED3642F31EB9559D162C2977EBB5_il2cpp_TypeInfo_var))->get__empty_7();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t RegexWriter_CurPos_mEA105879492A4B415FA8AC25B29AA49153F83C18_inline (RegexWriter_t5F8CEA1FC9A4AC32A95BAC6E49EF51D7DF051AA6 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get__curpos_3();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* RegexPrefix_get_Prefix_m7137EC6CA5B857F49946E2EAEA19784040D430CF_inline (RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->get__prefix_0();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline (String_t* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get_m_stringLength_0();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool RegexPrefix_get_CaseInsensitive_m76E04480FA9FFAE4C5031CA12F4AE9A2576212C0_inline (RegexPrefix_tACADB52E91EFEB63B5EF7A1850634604F98FEE67 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->get__caseInsensitive_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Component_set_Site_m4296F063DEC65836EABB1424C6305012E289C285_inline (Component_t7AEFE153F6778CF52E1981BC3E811A9604B29473 * __this, RuntimeObject* ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = ___value0;
|
|
__this->set_site_2(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject* Component_get_Site_m45F03D1CF679A6E7EFEEE72F3B399663C0CF720A_inline (Component_t7AEFE153F6778CF52E1981BC3E811A9604B29473 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->get_site_2();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void DescriptionAttribute_set_DescriptionValue_m847FED7026008DA7EBFE3EAAEF5E87DB92F863E8_inline (DescriptionAttribute_t112C5FEAA03342D05BF40C1713ABF1C1848DEE75 * __this, String_t* ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___value0;
|
|
__this->set_description_1(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t UriParser_get_Flags_mBCF4C3E94892F00B6E8856BFED1B650FB6A0C039_inline (UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get_m_Flags_3();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * Uri_get_Syntax_m3DB6A5D9E6FC3E0D0A63EA8A4527AF4106F9BD78_inline (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_0 = __this->get_m_Syntax_18();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1_inline (UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->get_m_Scheme_8();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t UriParser_get_DefaultPort_m050510870CCD4DD08DF7E98E2AF3D616446AD99D_inline (UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get_m_Port_7();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * StringComparer_get_InvariantCultureIgnoreCase_mC6DA70EBD0C00B02EC4BB5C24882F99984028DFC_inline (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (StringComparer_get_InvariantCultureIgnoreCase_mC6DA70EBD0C00B02EC4BB5C24882F99984028DFCSystem9_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var);
|
|
StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * L_0 = ((StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields*)il2cpp_codegen_static_fields_for(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var))->get__invariantCultureIgnoreCase_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = (int32_t)__this->get__size_2();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
int32_t L_1 = (int32_t)__this->get__size_2();
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ThrowHelper_ThrowArgumentOutOfRangeException_mBA2AF20A35144E0C43CD721A22EAC9FCA15D6550(/*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)__this->get__items_1();
|
|
int32_t L_3 = ___index0;
|
|
RuntimeObject * L_4 = IL2CPP_ARRAY_UNSAFE_LOAD((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)L_2, (int32_t)L_3);
|
|
return L_4;
|
|
}
|
|
}
|