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

32055 lines
1.1 MiB

#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <cstring>
#include <string.h>
#include <stdio.h>
#include <cmath>
#include <limits>
#include <assert.h>
#include <stdint.h>
#include "il2cpp-class-internals.h"
#include "codegen/il2cpp-codegen.h"
#include "il2cpp-object-internals.h"
template <typename R, typename T1>
struct VirtFuncInvoker1
{
typedef R (*Func)(void*, T1, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename R>
struct VirtFuncInvoker0
{
typedef R (*Func)(void*, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename 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, 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);
}
};
// System.ArgumentException
struct ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1;
// System.ArgumentNullException
struct ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD;
// System.ArgumentOutOfRangeException
struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA;
// System.Byte[]
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821;
// System.Char[]
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2;
// System.Collections.Generic.Dictionary`2/Entry<System.String,System.UriParser>[]
struct EntryU5BU5D_t78690744AC973DECF2010068DBDBD973FD216AAF;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.String,System.UriParser>
struct KeyCollection_t0A494A02669573F9DB0645810A3CE95699AF12CF;
// 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.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.Hashtable
struct Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9;
// System.Collections.IDictionary
struct IDictionary_t1BD5C1546718A374EA8122FBD6C6EE45331E8CE7;
// System.ComponentModel.TypeConverter
struct TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB;
// System.Diagnostics.StackTrace[]
struct StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196;
// 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.IFormatProvider
struct IFormatProvider_t4247E13AE2D97A079B88D594B7ABABF313259901;
// System.Int32[]
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83;
// System.IntPtr[]
struct IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD;
// System.InvalidOperationException
struct InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1;
// System.Object[]
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
// System.PlatformNotSupportedException
struct PlatformNotSupportedException_t14FE109377F8FA8B3B2F9A0C4FE3BF10662C73B5;
// System.Reflection.Binder
struct Binder_t4D5CB06963501D32847C057B57157D6DC49CA759;
// System.Reflection.MemberFilter
struct MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381;
// 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.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.UriTypeConverter
struct UriTypeConverter_t96793526764A246FBAEE2F4F639AFAF270EE81D1;
// System.Void
struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017;
extern RuntimeClass* ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var;
extern RuntimeClass* ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var;
extern RuntimeClass* ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var;
extern RuntimeClass* BinaryCompatibility_t06B1B8D34764DB1710459778EB22433728A665A8_il2cpp_TypeInfo_var;
extern RuntimeClass* BuiltInUriParser_t5C00B9ABDAFDD2FFEAAA5C4A6FF01FF0BE58E57B_il2cpp_TypeInfo_var;
extern RuntimeClass* ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var;
extern RuntimeClass* CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var;
extern RuntimeClass* Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var;
extern RuntimeClass* CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var;
extern RuntimeClass* DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742_il2cpp_TypeInfo_var;
extern RuntimeClass* Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE_il2cpp_TypeInfo_var;
extern RuntimeClass* EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998_il2cpp_TypeInfo_var;
extern RuntimeClass* Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_il2cpp_TypeInfo_var;
extern RuntimeClass* InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var;
extern RuntimeClass* Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var;
extern RuntimeClass* MoreInfo_t83B9EC79244C26B468C115E54C0BEF09BB2E05B5_il2cpp_TypeInfo_var;
extern RuntimeClass* ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var;
extern RuntimeClass* Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var;
extern RuntimeClass* PlatformNotSupportedException_t14FE109377F8FA8B3B2F9A0C4FE3BF10662C73B5_il2cpp_TypeInfo_var;
extern RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var;
extern RuntimeClass* StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var;
extern RuntimeClass* StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var;
extern RuntimeClass* String_t_il2cpp_TypeInfo_var;
extern RuntimeClass* TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB_il2cpp_TypeInfo_var;
extern RuntimeClass* UriComponents_tE42D5229291668DE73323E1C519E4E1459A64CFF_il2cpp_TypeInfo_var;
extern RuntimeClass* UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A_il2cpp_TypeInfo_var;
extern RuntimeClass* UriHelper_tA44F3057604BAA4E6EF06A8EE4E6825D471592DF_il2cpp_TypeInfo_var;
extern RuntimeClass* UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E_il2cpp_TypeInfo_var;
extern RuntimeClass* UriKind_t26D0760DDF148ADC939FECD934C0B9FF5C71EA08_il2cpp_TypeInfo_var;
extern RuntimeClass* UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var;
extern RuntimeClass* Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var;
extern RuntimeField* U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291____59F5BD34B6C013DEACC784F69C67E95150033A84_5_FieldInfo_var;
extern RuntimeField* U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291____C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_11_FieldInfo_var;
extern RuntimeField* U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291____E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_13_FieldInfo_var;
extern String_t* _stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9;
extern String_t* _stringLiteral0765DEEFD5C1509444309BD8D09E7ACA927165F8;
extern String_t* _stringLiteral0EAAFADA8E6294CEEB14C8CE9FB4FA132AED824A;
extern String_t* _stringLiteral12B6FF7C47BB4C2C973EF6E38B06B1AD0DACA96F;
extern String_t* _stringLiteral1457B75DC8C5500C0F1D4503CF801B60DEB045A4;
extern String_t* _stringLiteral14B59763B6863A2760AE804CF988DFCF4258D9B0;
extern String_t* _stringLiteral18EF3863E7945DCA2B147DB2D6546A4AB41977A7;
extern String_t* _stringLiteral1D503A3F2C0BD9B1A68494F1CDD08AF63EEA9C75;
extern String_t* _stringLiteral1E5C2F367F02E47A8C160CDA1CD9D91DECBAC441;
extern String_t* _stringLiteral1F4720FAD79F872C31915A9E641A32E766A2357D;
extern String_t* _stringLiteral1F8A1C4B94F61170B94E9FD827F36A60174238C7;
extern String_t* _stringLiteral2028E589D6BB0C12D880EFA6E4DAB4AF32821B19;
extern String_t* _stringLiteral22E9F56882C87C3DA193BE3FE6D8C77FFDAF27BC;
extern String_t* _stringLiteral2B2243B6036E7AC7834F59C17B6FBD1E6AB6D2CF;
extern String_t* _stringLiteral2EA9547ED477FB8B017296498D5832E1B7F49693;
extern String_t* _stringLiteral334389048B872A533002B34D73F8C29FD09EFC50;
extern String_t* _stringLiteral3AE3AD09884E848958DF67AFEC6B436733CEB84C;
extern String_t* _stringLiteral3C6BDCDDC94F64BF77DEB306AAE490A90A6FC300;
extern String_t* _stringLiteral4188736A00FBFB506ACA06281ACF338290455C21;
extern String_t* _stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8;
extern String_t* _stringLiteral422C2FC455DA8AB1CCF099E014DADE733913E48A;
extern String_t* _stringLiteral46BD334A9F8DD0AABC95E1EEEF233F0EB608CF2B;
extern String_t* _stringLiteral48E3462CBEEDD9B70CED95702E2E262CEBA217DA;
extern String_t* _stringLiteral4931F5B26E4E3B67A69DCEAE7622810683E83201;
extern String_t* _stringLiteral4C44B2AF1B92AB60120242108B3B6F58A3040E35;
extern String_t* _stringLiteral4FF447B8EF42CA51FA6FB287BED8D40F49BE58F1;
extern String_t* _stringLiteral54D90B67B847C24A45E877CE3D07C3B802158EEE;
extern String_t* _stringLiteral57E68B8AF3FD3A50C789D0A6C6B204E28654550B;
extern String_t* _stringLiteral5D7FEFA52F916FB1F734F27D1226BA1556F23E16;
extern String_t* _stringLiteral5E6A1BC91A4C36E5A0E45B3C8F8A2CF3F48785C5;
extern String_t* _stringLiteral5FFE533B830F08A0326348A9160AFAFC8ADA44DB;
extern String_t* _stringLiteral61A135089EAC561A2FF7CEDEEFB03975BED000F8;
extern String_t* _stringLiteral666948CC54CBC3FC2C70107A835E27C872F476E6;
extern String_t* _stringLiteral685AA46800DA1134A27CF09D92AB8FB9481ABE68;
extern String_t* _stringLiteral69F5FEBFF4A3CDF22B7A8C75C97F36B886C47D18;
extern String_t* _stringLiteral7608E1FF0B8CFEF39D687771BAC4DCB767C2C102;
extern String_t* _stringLiteral7616BB87BD05F6439E3672BA1B2BE55D5BEB68B3;
extern String_t* _stringLiteral77B5F8E343A90F6F597751021FB8B7A08FE83083;
extern String_t* _stringLiteral785987648F85190CFDE9EADC69FC7C46FE8A7433;
extern String_t* _stringLiteral7CB6EFB98BA5972A9B5090DC2E517FE14D12CB04;
extern String_t* _stringLiteral7F3FCF1A5013858257C1B9FA458921FE236B6E21;
extern String_t* _stringLiteral8313799DB2EC33E29A24C7AA3B2B19EE6B301F73;
extern String_t* _stringLiteral8FC90120B68B6AF92231471C6919D9D7163A0AAD;
extern String_t* _stringLiteral915232329E5A427406D39231087FFD393B7C7441;
extern String_t* _stringLiteral9548209E63822857C26213BDF63A49AC16763CEF;
extern String_t* _stringLiteral971C419DD609331343DEE105FFFD0F4608DC0BF2;
extern String_t* _stringLiteral9A78211436F6D425EC38F5C4E02270801F3524F8;
extern String_t* _stringLiteral9E94758983980504AF303EF297FD2BF9D9CEA063;
extern String_t* _stringLiteralA5372B265A5CF6FA06EA06BFF1B7EC1F09B88D6F;
extern String_t* _stringLiteralA91E4897CA9F429677AFC57ED00D90DE8D3C7001;
extern String_t* _stringLiteralBA2B0DD158763C472A7D7B22AEF6FF6571B9365C;
extern String_t* _stringLiteralC212F08ED1157AE268FD83D142AFD5CCD48664B2;
extern String_t* _stringLiteralC3437DBC7C1255D3A21D444D86EBF2E9234C22BD;
extern String_t* _stringLiteralC70F179C2B536A394271A74735D82658C61B296C;
extern String_t* _stringLiteralCE99D95F1E4BAA4F4417D18FD42F407DA2C676F5;
extern String_t* _stringLiteralD0998110D4F271571EA799F05B153504A56056C0;
extern String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
extern String_t* _stringLiteralDCB93BD72059500C1226AD16FDD58FFE25C9E0EA;
extern String_t* _stringLiteralE1522D7328E0BF25067DA5529C0C66FBDA2EA87E;
extern String_t* _stringLiteralE8D404D6AA19E033FC363F18B9850532E673E382;
extern String_t* _stringLiteralE9AC165BF4329575F3917F792B929DD85EFAB371;
extern String_t* _stringLiteralE9D8A16D020EE5D27D4439885C06B8A5060F1BE3;
extern String_t* _stringLiteralEE06D89F7FA9C0C3B7F0A0DB6DBFF1C30C6827DF;
extern String_t* _stringLiteralEF81042E1E86ACB765718EA37393A1292452BBCC;
extern String_t* _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5;
extern String_t* _stringLiteralFE710CD089CB0BA74F588270FE079A392B5E9810;
extern const RuntimeMethod* Dictionary_2_TryGetValue_mB7FEE5E187FD932CA98FA958AFCC096E123BCDC4_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2__ctor_m9AA6FFC23A9032DF2BF483986951F06E722B3445_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2_get_Count_mEC5A51E9EC624CA697AFE307D4CD767026962AE3_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2_set_Item_mB84FA35EFF6271F4923FCAF307D576087CD554AB_RuntimeMethod_var;
extern const RuntimeMethod* ThrowStub_ThrowNotSupportedException_mF1DE187697F740D8C18B8966BBEB276878CD86FD_RuntimeMethod_var;
extern const RuntimeMethod* UriBuilder_ToString_m5BF9ED358C61008561663680C0D843C22C25443D_RuntimeMethod_var;
extern const RuntimeMethod* UriBuilder_set_Scheme_mD20C10C2D43C0C2C96D9098BE4331D46FCC45921_RuntimeMethod_var;
extern const RuntimeMethod* UriHelper_EscapeString_mF0077A016F05127923308DF7E7E99BD7B9837E8B_RuntimeMethod_var;
extern const RuntimeMethod* UriHelper_UnescapeString_mD4815AEAF34E25D31AA4BB4A76B88055F0A49E89_RuntimeMethod_var;
extern const RuntimeMethod* UriParser_GetComponents_m8A226F43638FA7CD135A651CDE3D4E475E8FC181_RuntimeMethod_var;
extern const RuntimeMethod* UriParser_Resolve_mF21D3AA42AB1EC2B173617D76E4041EB3481D979_RuntimeMethod_var;
extern const RuntimeMethod* Uri_CreateHelper_m024137C47351CA9959E4AC66F9443AEEE87D89C0_RuntimeMethod_var;
extern const RuntimeMethod* Uri_CreateHostStringHelper_m6C5EEA8BD2CDBCDD8A63FB74D3B801329EDE7BDD_RuntimeMethod_var;
extern const RuntimeMethod* Uri_CreateThis_mCB3DC849A426498E9CCD249850CBC69C9D67D864_RuntimeMethod_var;
extern const RuntimeMethod* Uri_CreateUri_m0A20410F2B8286AE6EDCD8B5AB3E104FA095808A_RuntimeMethod_var;
extern const RuntimeMethod* Uri_FromHex_m9EAC76A5DBFED86532FF7E1BBD809176337A227B_RuntimeMethod_var;
extern const RuntimeMethod* Uri_GetComponentsHelper_m28B0D80FD94A40685C0F70652AB26755C457B2D3_RuntimeMethod_var;
extern const RuntimeMethod* Uri_GetComponents_m0346CA8037531DE1FC630775E0BD1F5D1E7920B6_RuntimeMethod_var;
extern const RuntimeMethod* Uri_GetHostViaCustomSyntax_mD591A4A615803E70A03D7C75E7C114E4E460AED3_RuntimeMethod_var;
extern const RuntimeMethod* Uri_GetRelativeSerializationString_m5D0CD02E255BB96532F056BB382CF7D74D62BE58_RuntimeMethod_var;
extern const RuntimeMethod* Uri_ParseRemaining_mBAE0F9850CD84965B3793B17444C677D77D58774_RuntimeMethod_var;
extern const RuntimeMethod* Uri_ParseSchemeCheckImplicitFile_m92A658AE6C04E038058AD8E9581A41B06B6D6243_RuntimeMethod_var;
extern const RuntimeMethod* Uri_UnescapeDataString_mE1F40FC5CA3FF03DEE9EB01E3D8BD502D36A284D_RuntimeMethod_var;
extern const RuntimeMethod* Uri__ctor_m020E8051B3C0C9E60D8A868CBA0774B3FFB7C3FF_RuntimeMethod_var;
extern const RuntimeMethod* Uri__ctor_m41A759BF295FB902084DD289849793E01A65A14E_RuntimeMethod_var;
extern const RuntimeMethod* Uri__ctor_m42192656437FBEF1EEA8724D3EF2BB67DA0ED6BF_RuntimeMethod_var;
extern const RuntimeMethod* Uri__ctor_mA02DB222F4F35380DE2700D84F58EB42497FDDE4_RuntimeMethod_var;
extern const RuntimeMethod* Uri__ctor_mBA69907A1D799CD12ED44B611985B25FE4C626A2_RuntimeMethod_var;
extern const RuntimeMethod* Uri_get_AbsolutePath_mA9A825E2BBD0A43AD76EB9A9765E29E45FE32F31_RuntimeMethod_var;
extern const RuntimeMethod* Uri_get_AbsoluteUri_m4326730E572E7E3874021E802813EB6F49F7F99E_RuntimeMethod_var;
extern const RuntimeMethod* Uri_get_Authority_m8C0B264FFF519F0D0C2CB3F9B6B0E87D2F3835C1_RuntimeMethod_var;
extern const RuntimeMethod* Uri_get_DnsSafeHost_mC2D93669288A9C05CC13EE5754CEBF2D74D04704_RuntimeMethod_var;
extern const RuntimeMethod* Uri_get_Fragment_m111666DD668AC59B9F3C3D3CEEEC7F70F6904D41_RuntimeMethod_var;
extern const RuntimeMethod* Uri_get_HostNameType_mA6C390F5A4A9F6B1AC652DE1EA38700B3F9F2FD1_RuntimeMethod_var;
extern const RuntimeMethod* Uri_get_Host_m2D942F397A36DBDA5E93452CBD983E0714018151_RuntimeMethod_var;
extern const RuntimeMethod* Uri_get_IsDefaultPort_m610C804AFABCAEFA55A81753228D21EC87C4A304_RuntimeMethod_var;
extern const RuntimeMethod* Uri_get_IsFile_m06AB5A15E2A34BBC5177C6E902C5C9D7E766A213_RuntimeMethod_var;
extern const RuntimeMethod* Uri_get_IsLoopback_mCD7E1228C8296730CBD31C713B0A81B660D99BC4_RuntimeMethod_var;
extern const RuntimeMethod* Uri_get_IsUnc_m70B47E68BDAE06A7E5362DCE5AAD97C12119AB99_RuntimeMethod_var;
extern const RuntimeMethod* Uri_get_LocalPath_mA82E33D3A3CC238669E0CE3B7AD298AA9C8695D0_RuntimeMethod_var;
extern const RuntimeMethod* Uri_get_PathAndQuery_mF079BA04B7A397B2729E5B5DEE72B3654A44E384_RuntimeMethod_var;
extern const RuntimeMethod* Uri_get_Port_m4E64AB9B50CCC50E7B1F139D7AF1403FAF97147C_RuntimeMethod_var;
extern const RuntimeMethod* Uri_get_Query_m3F64514B4DB7C849C8255BA3FE08C6BE983D2D56_RuntimeMethod_var;
extern const RuntimeMethod* Uri_get_Scheme_m14A8F0018D8AACADBEF39600A59944F33EE39187_RuntimeMethod_var;
extern const RuntimeMethod* Uri_get_UserInfo_m201C93A932C446805E9143EBE969048D7E75C71E_RuntimeMethod_var;
extern const uint32_t BuiltInUriParser__ctor_m66250DC53CE01410149D46279D0B413FC1C5CA1C_MetadataUsageId;
extern const uint32_t ThrowStub_ThrowNotSupportedException_mF1DE187697F740D8C18B8966BBEB276878CD86FD_MetadataUsageId;
extern const uint32_t UriBuilder_SetFieldsFromUri_m54B4EB1ACEF01F2B0B11EC81768BB7D56245447F_MetadataUsageId;
extern const uint32_t UriBuilder_ToString_m5BF9ED358C61008561663680C0D843C22C25443D_MetadataUsageId;
extern const uint32_t UriBuilder__ctor_mFC8729DAB4291B5B6500207C85DCB3985B46BB52_MetadataUsageId;
extern const uint32_t UriBuilder_get_Uri_mDCABA4CD1D05D4B9C4CBA063BC7CA94EE6CCC631_MetadataUsageId;
extern const uint32_t UriBuilder_set_Host_m7213BE98F62DE6A099EA8EEFF479949C5F1EA680_MetadataUsageId;
extern const uint32_t UriBuilder_set_Path_mB5E891CD6B419F1310178B20F5E47E49D0F828E8_MetadataUsageId;
extern const uint32_t UriBuilder_set_Scheme_mD20C10C2D43C0C2C96D9098BE4331D46FCC45921_MetadataUsageId;
extern const uint32_t UriHelper_EnsureDestinationSize_m64F4907D0411AAAD1C05E0AD0D2EB120DCBA9217_MetadataUsageId;
extern const uint32_t UriHelper_EscapeAsciiChar_mFD7DE796BD53CBD2B1E73080FE0346D37F358902_MetadataUsageId;
extern const uint32_t UriHelper_EscapeString_mF0077A016F05127923308DF7E7E99BD7B9837E8B_MetadataUsageId;
extern const uint32_t UriHelper_Is3986Unreserved_m3799F2ADA8C63DDB4995F82B974C8EC1DEEBA76A_MetadataUsageId;
extern const uint32_t UriHelper_IsReservedUnreservedOrHash_m3D7256DABA7F540F8D379FC1D1C54F1C63E46059_MetadataUsageId;
extern const uint32_t UriHelper_IsUnreserved_mAADC7DCEEA864AFB49311696ABBDD76811FAAE48_MetadataUsageId;
extern const uint32_t UriHelper_MatchUTF8Sequence_m4835D9BB77C2701643B14D6FFD3D7057F8C9007F_MetadataUsageId;
extern const uint32_t UriHelper_UnescapeString_mC172F713349E3D22985A92BC4F5B51D0BCEE61AF_MetadataUsageId;
extern const uint32_t UriHelper_UnescapeString_mD4815AEAF34E25D31AA4BB4A76B88055F0A49E89_MetadataUsageId;
extern const uint32_t UriHelper__cctor_m9537B8AAAA1D6EF77D29A179EC79F5511C662F27_MetadataUsageId;
extern const uint32_t UriParser_FindOrFetchAsUnknownV1Syntax_m3A57CA15FE27DC7982F186E8321B810B56EBD9AD_MetadataUsageId;
extern const uint32_t UriParser_GetComponents_m8A226F43638FA7CD135A651CDE3D4E475E8FC181_MetadataUsageId;
extern const uint32_t UriParser_GetSyntax_mC2FEAF79ECEB6550573A1C0578141BB236F7EF16_MetadataUsageId;
extern const uint32_t UriParser_Resolve_mF21D3AA42AB1EC2B173617D76E4041EB3481D979_MetadataUsageId;
extern const uint32_t UriParser__cctor_m00C2855D5C8C07790C5627BBB90AC84A7E8B6BC2_MetadataUsageId;
extern const uint32_t UriParser__ctor_mAF168F2B88BC5301B722C1BAAD45E381FBA22E3D_MetadataUsageId;
extern const uint32_t UriParser_get_ShouldUseLegacyV2Quirks_mD4C8DF67677ACCCC3B5E026099ECC0BDA24D96DD_MetadataUsageId;
extern const uint32_t UriTypeConverter__ctor_m1CAEEF1C615B28212B83C76D892938E0A77D3A64_MetadataUsageId;
extern const uint32_t Uri_AllowIdnStatic_mFABD19611F334DF87EC3FF2B9A1FA061CAE3A5C5_MetadataUsageId;
extern const uint32_t Uri_CalculateCaseInsensitiveHashCode_m634FFDF8FCD81DECCB87161B153D1093C0A6FCE4_MetadataUsageId;
extern const uint32_t Uri_CheckAuthorityHelperHandleAnyHostIri_m76FEA31E3FEDF3D1614987C6484ECF15022AE9D8_MetadataUsageId;
extern const uint32_t Uri_CheckAuthorityHelperHandleDnsIri_m366E36029D4C9A00C0F216055B15F5E4805AED28_MetadataUsageId;
extern const uint32_t Uri_CheckAuthorityHelper_m5046CE781115A54CAE3ACD2C03987F526A761387_MetadataUsageId;
extern const uint32_t Uri_CheckCanonical_mED3910E55213D1DFEAA5B33079E3A89D369B10B6_MetadataUsageId;
extern const uint32_t Uri_CheckForEscapedUnreserved_mFE708A44EC74C7E773B96B82CD9A5DF25EF97D4A_MetadataUsageId;
extern const uint32_t Uri_CheckForUnicode_m78E4938E82EE352BD5D8493AE0314224BC2543CD_MetadataUsageId;
extern const uint32_t Uri_CheckKnownSchemes_mCA95AE251E7C9208570543B446385BCF2C727E8D_MetadataUsageId;
extern const uint32_t Uri_CheckSchemeName_m351E06F4546E0F84E2DDB286B531F39D379589BC_MetadataUsageId;
extern const uint32_t Uri_CheckSchemeSyntax_m1181D9BEA35D9D22852FD2FE815CABB267BA5A8F_MetadataUsageId;
extern const uint32_t Uri_CombineUri_m77B7B8B856CF8100E51250247930963E7C544F91_MetadataUsageId;
extern const uint32_t Uri_Compress_m02224082A9665F07D35AB6EB6E3198642F9E7BCF_MetadataUsageId;
extern const uint32_t Uri_CreateHelper_m024137C47351CA9959E4AC66F9443AEEE87D89C0_MetadataUsageId;
extern const uint32_t Uri_CreateHostStringHelper_m6C5EEA8BD2CDBCDD8A63FB74D3B801329EDE7BDD_MetadataUsageId;
extern const uint32_t Uri_CreateHostString_m6FEC48641D3786D73B50D5DC792804C9A4D70C54_MetadataUsageId;
extern const uint32_t Uri_CreateThis_mCB3DC849A426498E9CCD249850CBC69C9D67D864_MetadataUsageId;
extern const uint32_t Uri_CreateUriInfo_mC112D6E7002CA014AB6BEA878A66ECC46340FAAF_MetadataUsageId;
extern const uint32_t Uri_CreateUri_m0A20410F2B8286AE6EDCD8B5AB3E104FA095808A_MetadataUsageId;
extern const uint32_t Uri_Equals_m432A30F5E72A0F2B729AC051892BF9E1F4D26629_MetadataUsageId;
extern const uint32_t Uri_FromHex_m9EAC76A5DBFED86532FF7E1BBD809176337A227B_MetadataUsageId;
extern const uint32_t Uri_GetCanonicalPath_mDE02BFA56EDD09479DDB2A5A50F6DF5210CA73F2_MetadataUsageId;
extern const uint32_t Uri_GetCombinedString_m7B95A90BC09E899CF41B0047E0B681FA7CEB8668_MetadataUsageId;
extern const uint32_t Uri_GetComponentsHelper_m28B0D80FD94A40685C0F70652AB26755C457B2D3_MetadataUsageId;
extern const uint32_t Uri_GetComponents_m0346CA8037531DE1FC630775E0BD1F5D1E7920B6_MetadataUsageId;
extern const uint32_t Uri_GetException_m2E833A8358C84BCF0397341160FADB1164290164_MetadataUsageId;
extern const uint32_t Uri_GetHashCode_m06066B9059649A690C5B4DE58D32DF227933F515_MetadataUsageId;
extern const uint32_t Uri_GetHostViaCustomSyntax_mD591A4A615803E70A03D7C75E7C114E4E460AED3_MetadataUsageId;
extern const uint32_t Uri_GetLocalPath_m0E14B876FC912A64FC37663FBB3F65234FD4146E_MetadataUsageId;
extern const uint32_t Uri_GetObjectData_mC8CCD55C21CB624E369258E27A89F363F8271E68_MetadataUsageId;
extern const uint32_t Uri_GetRelativeSerializationString_m5D0CD02E255BB96532F056BB382CF7D74D62BE58_MetadataUsageId;
extern const uint32_t Uri_GetUriPartsFromUserString_m95A7794F28625B6AFD514C08765C27CAAE4BD1B6_MetadataUsageId;
extern const uint32_t Uri_InitializeUriConfig_m1B2F98DF0BB1A48FEB328E9D8BF3C23B32196FE2_MetadataUsageId;
extern const uint32_t Uri_InitializeUri_m5D99BD8533F3FAAD479B1193505B5B19B8C2F2DE_MetadataUsageId;
extern const uint32_t Uri_InternalEscapeString_m4A79B5EFDD0254232524BA43FAC32297A825F873_MetadataUsageId;
extern const uint32_t Uri_IriParsingStatic_m39FC9677B4B9EFBADF814F2EEA58280F35A1D3E5_MetadataUsageId;
extern const uint32_t Uri_IsAsciiLetterOrDigit_mEBA81E735141504B5804F0B3C94EC39B24AF8661_MetadataUsageId;
extern const uint32_t Uri_ParseMinimal_m35FCFE52F12315DA60733B807E7C0AB408C0A9CF_MetadataUsageId;
extern const uint32_t Uri_ParseRemaining_mBAE0F9850CD84965B3793B17444C677D77D58774_MetadataUsageId;
extern const uint32_t Uri_ParseSchemeCheckImplicitFile_m92A658AE6C04E038058AD8E9581A41B06B6D6243_MetadataUsageId;
extern const uint32_t Uri_ParseScheme_m61CAE16F1EC76725E5E0B23B09577F91BB223884_MetadataUsageId;
extern const uint32_t Uri_PrivateParseMinimal_mE1DA461DDA053787906BBEC2BC2B3046B1B329F0_MetadataUsageId;
extern const uint32_t Uri_ReCreateParts_mF50263ABC7D750E939B57BF61FA48A8762144FD7_MetadataUsageId;
extern const uint32_t Uri_ResolveHelper_mEDF1549C3E9AC1CF6177DCF93B17D574411916BC_MetadataUsageId;
extern const uint32_t Uri_StripBidiControlCharacter_m49D782826401F99D943C1AD76A75125879FF332F_MetadataUsageId;
extern const uint32_t Uri_TryCreate_mEEB6736FEDAF52AAE36ACC1EA1EC8CEBB7C52DAB_MetadataUsageId;
extern const uint32_t Uri_UnescapeDataString_mE1F40FC5CA3FF03DEE9EB01E3D8BD502D36A284D_MetadataUsageId;
extern const uint32_t Uri_UnescapeOnly_mB8F87981CDD4CFBFCD97EE668FF281CE26453F21_MetadataUsageId;
extern const uint32_t Uri__cctor_m2B8179039C09C64936CF8262E3EF4A7E7C2F90F2_MetadataUsageId;
extern const uint32_t Uri__ctor_m020E8051B3C0C9E60D8A868CBA0774B3FFB7C3FF_MetadataUsageId;
extern const uint32_t Uri__ctor_m41A759BF295FB902084DD289849793E01A65A14E_MetadataUsageId;
extern const uint32_t Uri__ctor_m42192656437FBEF1EEA8724D3EF2BB67DA0ED6BF_MetadataUsageId;
extern const uint32_t Uri__ctor_mA02DB222F4F35380DE2700D84F58EB42497FDDE4_MetadataUsageId;
extern const uint32_t Uri__ctor_mBA69907A1D799CD12ED44B611985B25FE4C626A2_MetadataUsageId;
extern const uint32_t Uri_get_AbsolutePath_mA9A825E2BBD0A43AD76EB9A9765E29E45FE32F31_MetadataUsageId;
extern const uint32_t Uri_get_AbsoluteUri_m4326730E572E7E3874021E802813EB6F49F7F99E_MetadataUsageId;
extern const uint32_t Uri_get_AllowIdn_mF1833CB700E04D746D75428948BEBC70536E1941_MetadataUsageId;
extern const uint32_t Uri_get_Authority_m8C0B264FFF519F0D0C2CB3F9B6B0E87D2F3835C1_MetadataUsageId;
extern const uint32_t Uri_get_DnsSafeHost_mC2D93669288A9C05CC13EE5754CEBF2D74D04704_MetadataUsageId;
extern const uint32_t Uri_get_Fragment_m111666DD668AC59B9F3C3D3CEEEC7F70F6904D41_MetadataUsageId;
extern const uint32_t Uri_get_HostNameType_mA6C390F5A4A9F6B1AC652DE1EA38700B3F9F2FD1_MetadataUsageId;
extern const uint32_t Uri_get_Host_m2D942F397A36DBDA5E93452CBD983E0714018151_MetadataUsageId;
extern const uint32_t Uri_get_InitializeLock_m45D6A11D14958E716715351E52207DCA808F00EE_MetadataUsageId;
extern const uint32_t Uri_get_IsDefaultPort_m610C804AFABCAEFA55A81753228D21EC87C4A304_MetadataUsageId;
extern const uint32_t Uri_get_IsFile_m06AB5A15E2A34BBC5177C6E902C5C9D7E766A213_MetadataUsageId;
extern const uint32_t Uri_get_IsLoopback_mCD7E1228C8296730CBD31C713B0A81B660D99BC4_MetadataUsageId;
extern const uint32_t Uri_get_IsUnc_m70B47E68BDAE06A7E5362DCE5AAD97C12119AB99_MetadataUsageId;
extern const uint32_t Uri_get_LocalPath_mA82E33D3A3CC238669E0CE3B7AD298AA9C8695D0_MetadataUsageId;
extern const uint32_t Uri_get_PathAndQuery_mF079BA04B7A397B2729E5B5DEE72B3654A44E384_MetadataUsageId;
extern const uint32_t Uri_get_Port_m4E64AB9B50CCC50E7B1F139D7AF1403FAF97147C_MetadataUsageId;
extern const uint32_t Uri_get_PrivateAbsolutePath_mC1CDB66963BF6D6AEDE0713D3CF0CE0647A6A532_MetadataUsageId;
extern const uint32_t Uri_get_Query_m3F64514B4DB7C849C8255BA3FE08C6BE983D2D56_MetadataUsageId;
extern const uint32_t Uri_get_Scheme_m14A8F0018D8AACADBEF39600A59944F33EE39187_MetadataUsageId;
extern 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 Exception_t_marshaled_com;
struct Exception_t_marshaled_pinvoke;
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821;
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2;
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E;
#ifndef RUNTIMEOBJECT_H
#define RUNTIMEOBJECT_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Object
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RUNTIMEOBJECT_H
struct Il2CppArrayBounds;
#ifndef RUNTIMEARRAY_H
#define RUNTIMEARRAY_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Array
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RUNTIMEARRAY_H
#ifndef DICTIONARY_2_TB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE_H
#define DICTIONARY_2_TB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Generic.Dictionary`2<System.String,System.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((&___buckets_0), 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((&___entries_1), 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((&___comparer_6), 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((&___keys_7), 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((&___values_8), 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((&____syncRoot_9), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DICTIONARY_2_TB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE_H
#ifndef EXCEPTION_T_H
#define EXCEPTION_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Exception
struct Exception_t : public RuntimeObject
{
public:
// System.String System.Exception::_className
String_t* ____className_1;
// System.String System.Exception::_message
String_t* ____message_2;
// System.Collections.IDictionary System.Exception::_data
RuntimeObject* ____data_3;
// System.Exception System.Exception::_innerException
Exception_t * ____innerException_4;
// System.String System.Exception::_helpURL
String_t* ____helpURL_5;
// System.Object System.Exception::_stackTrace
RuntimeObject * ____stackTrace_6;
// System.String System.Exception::_stackTraceString
String_t* ____stackTraceString_7;
// System.String System.Exception::_remoteStackTraceString
String_t* ____remoteStackTraceString_8;
// System.Int32 System.Exception::_remoteStackIndex
int32_t ____remoteStackIndex_9;
// System.Object System.Exception::_dynamicMethods
RuntimeObject * ____dynamicMethods_10;
// System.Int32 System.Exception::_HResult
int32_t ____HResult_11;
// System.String System.Exception::_source
String_t* ____source_12;
// System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
// System.Diagnostics.StackTrace[] System.Exception::captured_traces
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
// System.IntPtr[] System.Exception::native_trace_ips
IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* ___native_trace_ips_15;
public:
inline static int32_t get_offset_of__className_1() { return static_cast<int32_t>(offsetof(Exception_t, ____className_1)); }
inline String_t* get__className_1() const { return ____className_1; }
inline String_t** get_address_of__className_1() { return &____className_1; }
inline void set__className_1(String_t* value)
{
____className_1 = value;
Il2CppCodeGenWriteBarrier((&____className_1), value);
}
inline static int32_t get_offset_of__message_2() { return static_cast<int32_t>(offsetof(Exception_t, ____message_2)); }
inline String_t* get__message_2() const { return ____message_2; }
inline String_t** get_address_of__message_2() { return &____message_2; }
inline void set__message_2(String_t* value)
{
____message_2 = value;
Il2CppCodeGenWriteBarrier((&____message_2), value);
}
inline static int32_t get_offset_of__data_3() { return static_cast<int32_t>(offsetof(Exception_t, ____data_3)); }
inline RuntimeObject* get__data_3() const { return ____data_3; }
inline RuntimeObject** get_address_of__data_3() { return &____data_3; }
inline void set__data_3(RuntimeObject* value)
{
____data_3 = value;
Il2CppCodeGenWriteBarrier((&____data_3), value);
}
inline static int32_t get_offset_of__innerException_4() { return static_cast<int32_t>(offsetof(Exception_t, ____innerException_4)); }
inline Exception_t * get__innerException_4() const { return ____innerException_4; }
inline Exception_t ** get_address_of__innerException_4() { return &____innerException_4; }
inline void set__innerException_4(Exception_t * value)
{
____innerException_4 = value;
Il2CppCodeGenWriteBarrier((&____innerException_4), value);
}
inline static int32_t get_offset_of__helpURL_5() { return static_cast<int32_t>(offsetof(Exception_t, ____helpURL_5)); }
inline String_t* get__helpURL_5() const { return ____helpURL_5; }
inline String_t** get_address_of__helpURL_5() { return &____helpURL_5; }
inline void set__helpURL_5(String_t* value)
{
____helpURL_5 = value;
Il2CppCodeGenWriteBarrier((&____helpURL_5), value);
}
inline static int32_t get_offset_of__stackTrace_6() { return static_cast<int32_t>(offsetof(Exception_t, ____stackTrace_6)); }
inline RuntimeObject * get__stackTrace_6() const { return ____stackTrace_6; }
inline RuntimeObject ** get_address_of__stackTrace_6() { return &____stackTrace_6; }
inline void set__stackTrace_6(RuntimeObject * value)
{
____stackTrace_6 = value;
Il2CppCodeGenWriteBarrier((&____stackTrace_6), value);
}
inline static int32_t get_offset_of__stackTraceString_7() { return static_cast<int32_t>(offsetof(Exception_t, ____stackTraceString_7)); }
inline String_t* get__stackTraceString_7() const { return ____stackTraceString_7; }
inline String_t** get_address_of__stackTraceString_7() { return &____stackTraceString_7; }
inline void set__stackTraceString_7(String_t* value)
{
____stackTraceString_7 = value;
Il2CppCodeGenWriteBarrier((&____stackTraceString_7), value);
}
inline static int32_t get_offset_of__remoteStackTraceString_8() { return static_cast<int32_t>(offsetof(Exception_t, ____remoteStackTraceString_8)); }
inline String_t* get__remoteStackTraceString_8() const { return ____remoteStackTraceString_8; }
inline String_t** get_address_of__remoteStackTraceString_8() { return &____remoteStackTraceString_8; }
inline void set__remoteStackTraceString_8(String_t* value)
{
____remoteStackTraceString_8 = value;
Il2CppCodeGenWriteBarrier((&____remoteStackTraceString_8), value);
}
inline static int32_t get_offset_of__remoteStackIndex_9() { return static_cast<int32_t>(offsetof(Exception_t, ____remoteStackIndex_9)); }
inline int32_t get__remoteStackIndex_9() const { return ____remoteStackIndex_9; }
inline int32_t* get_address_of__remoteStackIndex_9() { return &____remoteStackIndex_9; }
inline void set__remoteStackIndex_9(int32_t value)
{
____remoteStackIndex_9 = value;
}
inline static int32_t get_offset_of__dynamicMethods_10() { return static_cast<int32_t>(offsetof(Exception_t, ____dynamicMethods_10)); }
inline RuntimeObject * get__dynamicMethods_10() const { return ____dynamicMethods_10; }
inline RuntimeObject ** get_address_of__dynamicMethods_10() { return &____dynamicMethods_10; }
inline void set__dynamicMethods_10(RuntimeObject * value)
{
____dynamicMethods_10 = value;
Il2CppCodeGenWriteBarrier((&____dynamicMethods_10), value);
}
inline static int32_t get_offset_of__HResult_11() { return static_cast<int32_t>(offsetof(Exception_t, ____HResult_11)); }
inline int32_t get__HResult_11() const { return ____HResult_11; }
inline int32_t* get_address_of__HResult_11() { return &____HResult_11; }
inline void set__HResult_11(int32_t value)
{
____HResult_11 = value;
}
inline static int32_t get_offset_of__source_12() { return static_cast<int32_t>(offsetof(Exception_t, ____source_12)); }
inline String_t* get__source_12() const { return ____source_12; }
inline String_t** get_address_of__source_12() { return &____source_12; }
inline void set__source_12(String_t* value)
{
____source_12 = value;
Il2CppCodeGenWriteBarrier((&____source_12), value);
}
inline static int32_t get_offset_of__safeSerializationManager_13() { return static_cast<int32_t>(offsetof(Exception_t, ____safeSerializationManager_13)); }
inline SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; }
inline SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; }
inline void set__safeSerializationManager_13(SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * value)
{
____safeSerializationManager_13 = value;
Il2CppCodeGenWriteBarrier((&____safeSerializationManager_13), value);
}
inline static int32_t get_offset_of_captured_traces_14() { return static_cast<int32_t>(offsetof(Exception_t, ___captured_traces_14)); }
inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* get_captured_traces_14() const { return ___captured_traces_14; }
inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196** get_address_of_captured_traces_14() { return &___captured_traces_14; }
inline void set_captured_traces_14(StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* value)
{
___captured_traces_14 = value;
Il2CppCodeGenWriteBarrier((&___captured_traces_14), value);
}
inline static int32_t get_offset_of_native_trace_ips_15() { return static_cast<int32_t>(offsetof(Exception_t, ___native_trace_ips_15)); }
inline IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* get_native_trace_ips_15() const { return ___native_trace_ips_15; }
inline IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; }
inline void set_native_trace_ips_15(IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* value)
{
___native_trace_ips_15 = value;
Il2CppCodeGenWriteBarrier((&___native_trace_ips_15), value);
}
};
struct Exception_t_StaticFields
{
public:
// System.Object System.Exception::s_EDILock
RuntimeObject * ___s_EDILock_0;
public:
inline static int32_t get_offset_of_s_EDILock_0() { return static_cast<int32_t>(offsetof(Exception_t_StaticFields, ___s_EDILock_0)); }
inline RuntimeObject * get_s_EDILock_0() const { return ___s_EDILock_0; }
inline RuntimeObject ** get_address_of_s_EDILock_0() { return &___s_EDILock_0; }
inline void set_s_EDILock_0(RuntimeObject * value)
{
___s_EDILock_0 = value;
Il2CppCodeGenWriteBarrier((&___s_EDILock_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.Exception
struct Exception_t_marshaled_pinvoke
{
char* ____className_1;
char* ____message_2;
RuntimeObject* ____data_3;
Exception_t_marshaled_pinvoke* ____innerException_4;
char* ____helpURL_5;
Il2CppIUnknown* ____stackTrace_6;
char* ____stackTraceString_7;
char* ____remoteStackTraceString_8;
int32_t ____remoteStackIndex_9;
Il2CppIUnknown* ____dynamicMethods_10;
int32_t ____HResult_11;
char* ____source_12;
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
intptr_t* ___native_trace_ips_15;
};
// Native definition for COM marshalling of System.Exception
struct Exception_t_marshaled_com
{
Il2CppChar* ____className_1;
Il2CppChar* ____message_2;
RuntimeObject* ____data_3;
Exception_t_marshaled_com* ____innerException_4;
Il2CppChar* ____helpURL_5;
Il2CppIUnknown* ____stackTrace_6;
Il2CppChar* ____stackTraceString_7;
Il2CppChar* ____remoteStackTraceString_8;
int32_t ____remoteStackIndex_9;
Il2CppIUnknown* ____dynamicMethods_10;
int32_t ____HResult_11;
Il2CppChar* ____source_12;
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
intptr_t* ___native_trace_ips_15;
};
#endif // EXCEPTION_T_H
#ifndef CULTUREINFO_T345AC6924134F039ED9A11F3E03F8E91B6A3225F_H
#define CULTUREINFO_T345AC6924134F039ED9A11F3E03F8E91B6A3225F_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Globalization.CultureInfo
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F : public RuntimeObject
{
public:
// System.Boolean System.Globalization.CultureInfo::m_isReadOnly
bool ___m_isReadOnly_3;
// System.Int32 System.Globalization.CultureInfo::cultureID
int32_t ___cultureID_4;
// System.Int32 System.Globalization.CultureInfo::parent_lcid
int32_t ___parent_lcid_5;
// System.Int32 System.Globalization.CultureInfo::datetime_index
int32_t ___datetime_index_6;
// System.Int32 System.Globalization.CultureInfo::number_index
int32_t ___number_index_7;
// System.Int32 System.Globalization.CultureInfo::default_calendar_type
int32_t ___default_calendar_type_8;
// System.Boolean System.Globalization.CultureInfo::m_useUserOverride
bool ___m_useUserOverride_9;
// System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::numInfo
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numInfo_10;
// System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dateTimeInfo_11;
// System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo
TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___textInfo_12;
// System.String System.Globalization.CultureInfo::m_name
String_t* ___m_name_13;
// System.String System.Globalization.CultureInfo::englishname
String_t* ___englishname_14;
// System.String System.Globalization.CultureInfo::nativename
String_t* ___nativename_15;
// System.String System.Globalization.CultureInfo::iso3lang
String_t* ___iso3lang_16;
// System.String System.Globalization.CultureInfo::iso2lang
String_t* ___iso2lang_17;
// System.String System.Globalization.CultureInfo::win3lang
String_t* ___win3lang_18;
// System.String System.Globalization.CultureInfo::territory
String_t* ___territory_19;
// System.String[] System.Globalization.CultureInfo::native_calendar_names
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___native_calendar_names_20;
// System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___compareInfo_21;
// System.Void* System.Globalization.CultureInfo::textinfo_data
void* ___textinfo_data_22;
// System.Int32 System.Globalization.CultureInfo::m_dataItem
int32_t ___m_dataItem_23;
// System.Globalization.Calendar System.Globalization.CultureInfo::calendar
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_24;
// System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___parent_culture_25;
// System.Boolean System.Globalization.CultureInfo::constructed
bool ___constructed_26;
// System.Byte[] System.Globalization.CultureInfo::cached_serialized_form
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___cached_serialized_form_27;
// System.Globalization.CultureData System.Globalization.CultureInfo::m_cultureData
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * ___m_cultureData_28;
// System.Boolean System.Globalization.CultureInfo::m_isInherited
bool ___m_isInherited_29;
public:
inline static int32_t get_offset_of_m_isReadOnly_3() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_isReadOnly_3)); }
inline bool get_m_isReadOnly_3() const { return ___m_isReadOnly_3; }
inline bool* get_address_of_m_isReadOnly_3() { return &___m_isReadOnly_3; }
inline void set_m_isReadOnly_3(bool value)
{
___m_isReadOnly_3 = value;
}
inline static int32_t get_offset_of_cultureID_4() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___cultureID_4)); }
inline int32_t get_cultureID_4() const { return ___cultureID_4; }
inline int32_t* get_address_of_cultureID_4() { return &___cultureID_4; }
inline void set_cultureID_4(int32_t value)
{
___cultureID_4 = value;
}
inline static int32_t get_offset_of_parent_lcid_5() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___parent_lcid_5)); }
inline int32_t get_parent_lcid_5() const { return ___parent_lcid_5; }
inline int32_t* get_address_of_parent_lcid_5() { return &___parent_lcid_5; }
inline void set_parent_lcid_5(int32_t value)
{
___parent_lcid_5 = value;
}
inline static int32_t get_offset_of_datetime_index_6() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___datetime_index_6)); }
inline int32_t get_datetime_index_6() const { return ___datetime_index_6; }
inline int32_t* get_address_of_datetime_index_6() { return &___datetime_index_6; }
inline void set_datetime_index_6(int32_t value)
{
___datetime_index_6 = value;
}
inline static int32_t get_offset_of_number_index_7() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___number_index_7)); }
inline int32_t get_number_index_7() const { return ___number_index_7; }
inline int32_t* get_address_of_number_index_7() { return &___number_index_7; }
inline void set_number_index_7(int32_t value)
{
___number_index_7 = value;
}
inline static int32_t get_offset_of_default_calendar_type_8() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___default_calendar_type_8)); }
inline int32_t get_default_calendar_type_8() const { return ___default_calendar_type_8; }
inline int32_t* get_address_of_default_calendar_type_8() { return &___default_calendar_type_8; }
inline void set_default_calendar_type_8(int32_t value)
{
___default_calendar_type_8 = value;
}
inline static int32_t get_offset_of_m_useUserOverride_9() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_useUserOverride_9)); }
inline bool get_m_useUserOverride_9() const { return ___m_useUserOverride_9; }
inline bool* get_address_of_m_useUserOverride_9() { return &___m_useUserOverride_9; }
inline void set_m_useUserOverride_9(bool value)
{
___m_useUserOverride_9 = value;
}
inline static int32_t get_offset_of_numInfo_10() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___numInfo_10)); }
inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * get_numInfo_10() const { return ___numInfo_10; }
inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 ** get_address_of_numInfo_10() { return &___numInfo_10; }
inline void set_numInfo_10(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * value)
{
___numInfo_10 = value;
Il2CppCodeGenWriteBarrier((&___numInfo_10), value);
}
inline static int32_t get_offset_of_dateTimeInfo_11() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___dateTimeInfo_11)); }
inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * get_dateTimeInfo_11() const { return ___dateTimeInfo_11; }
inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** get_address_of_dateTimeInfo_11() { return &___dateTimeInfo_11; }
inline void set_dateTimeInfo_11(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * value)
{
___dateTimeInfo_11 = value;
Il2CppCodeGenWriteBarrier((&___dateTimeInfo_11), value);
}
inline static int32_t get_offset_of_textInfo_12() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___textInfo_12)); }
inline TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * get_textInfo_12() const { return ___textInfo_12; }
inline TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 ** get_address_of_textInfo_12() { return &___textInfo_12; }
inline void set_textInfo_12(TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * value)
{
___textInfo_12 = value;
Il2CppCodeGenWriteBarrier((&___textInfo_12), value);
}
inline static int32_t get_offset_of_m_name_13() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_name_13)); }
inline String_t* get_m_name_13() const { return ___m_name_13; }
inline String_t** get_address_of_m_name_13() { return &___m_name_13; }
inline void set_m_name_13(String_t* value)
{
___m_name_13 = value;
Il2CppCodeGenWriteBarrier((&___m_name_13), value);
}
inline static int32_t get_offset_of_englishname_14() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___englishname_14)); }
inline String_t* get_englishname_14() const { return ___englishname_14; }
inline String_t** get_address_of_englishname_14() { return &___englishname_14; }
inline void set_englishname_14(String_t* value)
{
___englishname_14 = value;
Il2CppCodeGenWriteBarrier((&___englishname_14), value);
}
inline static int32_t get_offset_of_nativename_15() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___nativename_15)); }
inline String_t* get_nativename_15() const { return ___nativename_15; }
inline String_t** get_address_of_nativename_15() { return &___nativename_15; }
inline void set_nativename_15(String_t* value)
{
___nativename_15 = value;
Il2CppCodeGenWriteBarrier((&___nativename_15), value);
}
inline static int32_t get_offset_of_iso3lang_16() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___iso3lang_16)); }
inline String_t* get_iso3lang_16() const { return ___iso3lang_16; }
inline String_t** get_address_of_iso3lang_16() { return &___iso3lang_16; }
inline void set_iso3lang_16(String_t* value)
{
___iso3lang_16 = value;
Il2CppCodeGenWriteBarrier((&___iso3lang_16), value);
}
inline static int32_t get_offset_of_iso2lang_17() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___iso2lang_17)); }
inline String_t* get_iso2lang_17() const { return ___iso2lang_17; }
inline String_t** get_address_of_iso2lang_17() { return &___iso2lang_17; }
inline void set_iso2lang_17(String_t* value)
{
___iso2lang_17 = value;
Il2CppCodeGenWriteBarrier((&___iso2lang_17), value);
}
inline static int32_t get_offset_of_win3lang_18() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___win3lang_18)); }
inline String_t* get_win3lang_18() const { return ___win3lang_18; }
inline String_t** get_address_of_win3lang_18() { return &___win3lang_18; }
inline void set_win3lang_18(String_t* value)
{
___win3lang_18 = value;
Il2CppCodeGenWriteBarrier((&___win3lang_18), value);
}
inline static int32_t get_offset_of_territory_19() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___territory_19)); }
inline String_t* get_territory_19() const { return ___territory_19; }
inline String_t** get_address_of_territory_19() { return &___territory_19; }
inline void set_territory_19(String_t* value)
{
___territory_19 = value;
Il2CppCodeGenWriteBarrier((&___territory_19), value);
}
inline static int32_t get_offset_of_native_calendar_names_20() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___native_calendar_names_20)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_native_calendar_names_20() const { return ___native_calendar_names_20; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_native_calendar_names_20() { return &___native_calendar_names_20; }
inline void set_native_calendar_names_20(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___native_calendar_names_20 = value;
Il2CppCodeGenWriteBarrier((&___native_calendar_names_20), value);
}
inline static int32_t get_offset_of_compareInfo_21() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___compareInfo_21)); }
inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * get_compareInfo_21() const { return ___compareInfo_21; }
inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 ** get_address_of_compareInfo_21() { return &___compareInfo_21; }
inline void set_compareInfo_21(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * value)
{
___compareInfo_21 = value;
Il2CppCodeGenWriteBarrier((&___compareInfo_21), value);
}
inline static int32_t get_offset_of_textinfo_data_22() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___textinfo_data_22)); }
inline void* get_textinfo_data_22() const { return ___textinfo_data_22; }
inline void** get_address_of_textinfo_data_22() { return &___textinfo_data_22; }
inline void set_textinfo_data_22(void* value)
{
___textinfo_data_22 = value;
}
inline static int32_t get_offset_of_m_dataItem_23() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_dataItem_23)); }
inline int32_t get_m_dataItem_23() const { return ___m_dataItem_23; }
inline int32_t* get_address_of_m_dataItem_23() { return &___m_dataItem_23; }
inline void set_m_dataItem_23(int32_t value)
{
___m_dataItem_23 = value;
}
inline static int32_t get_offset_of_calendar_24() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___calendar_24)); }
inline Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * get_calendar_24() const { return ___calendar_24; }
inline Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 ** get_address_of_calendar_24() { return &___calendar_24; }
inline void set_calendar_24(Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * value)
{
___calendar_24 = value;
Il2CppCodeGenWriteBarrier((&___calendar_24), value);
}
inline static int32_t get_offset_of_parent_culture_25() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___parent_culture_25)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_parent_culture_25() const { return ___parent_culture_25; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_parent_culture_25() { return &___parent_culture_25; }
inline void set_parent_culture_25(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___parent_culture_25 = value;
Il2CppCodeGenWriteBarrier((&___parent_culture_25), value);
}
inline static int32_t get_offset_of_constructed_26() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___constructed_26)); }
inline bool get_constructed_26() const { return ___constructed_26; }
inline bool* get_address_of_constructed_26() { return &___constructed_26; }
inline void set_constructed_26(bool value)
{
___constructed_26 = value;
}
inline static int32_t get_offset_of_cached_serialized_form_27() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___cached_serialized_form_27)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_cached_serialized_form_27() const { return ___cached_serialized_form_27; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_cached_serialized_form_27() { return &___cached_serialized_form_27; }
inline void set_cached_serialized_form_27(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___cached_serialized_form_27 = value;
Il2CppCodeGenWriteBarrier((&___cached_serialized_form_27), value);
}
inline static int32_t get_offset_of_m_cultureData_28() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_cultureData_28)); }
inline CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * get_m_cultureData_28() const { return ___m_cultureData_28; }
inline CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD ** get_address_of_m_cultureData_28() { return &___m_cultureData_28; }
inline void set_m_cultureData_28(CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * value)
{
___m_cultureData_28 = value;
Il2CppCodeGenWriteBarrier((&___m_cultureData_28), value);
}
inline static int32_t get_offset_of_m_isInherited_29() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_isInherited_29)); }
inline bool get_m_isInherited_29() const { return ___m_isInherited_29; }
inline bool* get_address_of_m_isInherited_29() { return &___m_isInherited_29; }
inline void set_m_isInherited_29(bool value)
{
___m_isInherited_29 = value;
}
};
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields
{
public:
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___invariant_culture_info_0;
// System.Object System.Globalization.CultureInfo::shared_table_lock
RuntimeObject * ___shared_table_lock_1;
// System.Globalization.CultureInfo System.Globalization.CultureInfo::default_current_culture
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___default_current_culture_2;
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentUICulture
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___s_DefaultThreadCurrentUICulture_33;
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentCulture
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___s_DefaultThreadCurrentCulture_34;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo> System.Globalization.CultureInfo::shared_by_number
Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * ___shared_by_number_35;
// System.Collections.Generic.Dictionary`2<System.String,System.Globalization.CultureInfo> System.Globalization.CultureInfo::shared_by_name
Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * ___shared_by_name_36;
// System.Boolean System.Globalization.CultureInfo::IsTaiwanSku
bool ___IsTaiwanSku_37;
public:
inline static int32_t get_offset_of_invariant_culture_info_0() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___invariant_culture_info_0)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_invariant_culture_info_0() const { return ___invariant_culture_info_0; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_invariant_culture_info_0() { return &___invariant_culture_info_0; }
inline void set_invariant_culture_info_0(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___invariant_culture_info_0 = value;
Il2CppCodeGenWriteBarrier((&___invariant_culture_info_0), value);
}
inline static int32_t get_offset_of_shared_table_lock_1() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___shared_table_lock_1)); }
inline RuntimeObject * get_shared_table_lock_1() const { return ___shared_table_lock_1; }
inline RuntimeObject ** get_address_of_shared_table_lock_1() { return &___shared_table_lock_1; }
inline void set_shared_table_lock_1(RuntimeObject * value)
{
___shared_table_lock_1 = value;
Il2CppCodeGenWriteBarrier((&___shared_table_lock_1), value);
}
inline static int32_t get_offset_of_default_current_culture_2() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___default_current_culture_2)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_default_current_culture_2() const { return ___default_current_culture_2; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_default_current_culture_2() { return &___default_current_culture_2; }
inline void set_default_current_culture_2(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___default_current_culture_2 = value;
Il2CppCodeGenWriteBarrier((&___default_current_culture_2), value);
}
inline static int32_t get_offset_of_s_DefaultThreadCurrentUICulture_33() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___s_DefaultThreadCurrentUICulture_33)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_s_DefaultThreadCurrentUICulture_33() const { return ___s_DefaultThreadCurrentUICulture_33; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_s_DefaultThreadCurrentUICulture_33() { return &___s_DefaultThreadCurrentUICulture_33; }
inline void set_s_DefaultThreadCurrentUICulture_33(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___s_DefaultThreadCurrentUICulture_33 = value;
Il2CppCodeGenWriteBarrier((&___s_DefaultThreadCurrentUICulture_33), value);
}
inline static int32_t get_offset_of_s_DefaultThreadCurrentCulture_34() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___s_DefaultThreadCurrentCulture_34)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_s_DefaultThreadCurrentCulture_34() const { return ___s_DefaultThreadCurrentCulture_34; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_s_DefaultThreadCurrentCulture_34() { return &___s_DefaultThreadCurrentCulture_34; }
inline void set_s_DefaultThreadCurrentCulture_34(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___s_DefaultThreadCurrentCulture_34 = value;
Il2CppCodeGenWriteBarrier((&___s_DefaultThreadCurrentCulture_34), value);
}
inline static int32_t get_offset_of_shared_by_number_35() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___shared_by_number_35)); }
inline Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * get_shared_by_number_35() const { return ___shared_by_number_35; }
inline Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B ** get_address_of_shared_by_number_35() { return &___shared_by_number_35; }
inline void set_shared_by_number_35(Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * value)
{
___shared_by_number_35 = value;
Il2CppCodeGenWriteBarrier((&___shared_by_number_35), value);
}
inline static int32_t get_offset_of_shared_by_name_36() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___shared_by_name_36)); }
inline Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * get_shared_by_name_36() const { return ___shared_by_name_36; }
inline Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 ** get_address_of_shared_by_name_36() { return &___shared_by_name_36; }
inline void set_shared_by_name_36(Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * value)
{
___shared_by_name_36 = value;
Il2CppCodeGenWriteBarrier((&___shared_by_name_36), value);
}
inline static int32_t get_offset_of_IsTaiwanSku_37() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___IsTaiwanSku_37)); }
inline bool get_IsTaiwanSku_37() const { return ___IsTaiwanSku_37; }
inline bool* get_address_of_IsTaiwanSku_37() { return &___IsTaiwanSku_37; }
inline void set_IsTaiwanSku_37(bool value)
{
___IsTaiwanSku_37 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.Globalization.CultureInfo
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke
{
int32_t ___m_isReadOnly_3;
int32_t ___cultureID_4;
int32_t ___parent_lcid_5;
int32_t ___datetime_index_6;
int32_t ___number_index_7;
int32_t ___default_calendar_type_8;
int32_t ___m_useUserOverride_9;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numInfo_10;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dateTimeInfo_11;
TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___textInfo_12;
char* ___m_name_13;
char* ___englishname_14;
char* ___nativename_15;
char* ___iso3lang_16;
char* ___iso2lang_17;
char* ___win3lang_18;
char* ___territory_19;
char** ___native_calendar_names_20;
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___compareInfo_21;
void* ___textinfo_data_22;
int32_t ___m_dataItem_23;
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_24;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke* ___parent_culture_25;
int32_t ___constructed_26;
uint8_t* ___cached_serialized_form_27;
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_pinvoke* ___m_cultureData_28;
int32_t ___m_isInherited_29;
};
// Native definition for COM marshalling of System.Globalization.CultureInfo
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com
{
int32_t ___m_isReadOnly_3;
int32_t ___cultureID_4;
int32_t ___parent_lcid_5;
int32_t ___datetime_index_6;
int32_t ___number_index_7;
int32_t ___default_calendar_type_8;
int32_t ___m_useUserOverride_9;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numInfo_10;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dateTimeInfo_11;
TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___textInfo_12;
Il2CppChar* ___m_name_13;
Il2CppChar* ___englishname_14;
Il2CppChar* ___nativename_15;
Il2CppChar* ___iso3lang_16;
Il2CppChar* ___iso2lang_17;
Il2CppChar* ___win3lang_18;
Il2CppChar* ___territory_19;
Il2CppChar** ___native_calendar_names_20;
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___compareInfo_21;
void* ___textinfo_data_22;
int32_t ___m_dataItem_23;
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_24;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com* ___parent_culture_25;
int32_t ___constructed_26;
uint8_t* ___cached_serialized_form_27;
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_com* ___m_cultureData_28;
int32_t ___m_isInherited_29;
};
#endif // CULTUREINFO_T345AC6924134F039ED9A11F3E03F8E91B6A3225F_H
#ifndef PATH_T0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_H
#define PATH_T0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.IO.Path
struct Path_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((&___InvalidPathChars_0), 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((&___DirectorySeparatorStr_4), 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((&___PathSeparatorChars_6), 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((&___trimEndCharsWindows_8), 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((&___trimEndCharsUnix_9), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // PATH_T0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_H
#ifndef MEMBERINFO_T_H
#define MEMBERINFO_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Reflection.MemberInfo
struct MemberInfo_t : public RuntimeObject
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // MEMBERINFO_T_H
#ifndef SERIALIZATIONINFO_T1BB80E9C9DEA52DBF464487234B045E2930ADA26_H
#define SERIALIZATIONINFO_T1BB80E9C9DEA52DBF464487234B045E2930ADA26_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.SerializationInfo
struct SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 : public RuntimeObject
{
public:
// System.String[] System.Runtime.Serialization.SerializationInfo::m_members
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___m_members_0;
// System.Object[] System.Runtime.Serialization.SerializationInfo::m_data
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___m_data_1;
// System.Type[] System.Runtime.Serialization.SerializationInfo::m_types
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___m_types_2;
// System.Collections.Generic.Dictionary`2<System.String,System.Int32> System.Runtime.Serialization.SerializationInfo::m_nameToIndex
Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * ___m_nameToIndex_3;
// System.Int32 System.Runtime.Serialization.SerializationInfo::m_currMember
int32_t ___m_currMember_4;
// System.Runtime.Serialization.IFormatterConverter System.Runtime.Serialization.SerializationInfo::m_converter
RuntimeObject* ___m_converter_5;
// System.String System.Runtime.Serialization.SerializationInfo::m_fullTypeName
String_t* ___m_fullTypeName_6;
// System.String System.Runtime.Serialization.SerializationInfo::m_assemName
String_t* ___m_assemName_7;
// System.Type System.Runtime.Serialization.SerializationInfo::objectType
Type_t * ___objectType_8;
// System.Boolean System.Runtime.Serialization.SerializationInfo::isFullTypeNameSetExplicit
bool ___isFullTypeNameSetExplicit_9;
// System.Boolean System.Runtime.Serialization.SerializationInfo::isAssemblyNameSetExplicit
bool ___isAssemblyNameSetExplicit_10;
// System.Boolean System.Runtime.Serialization.SerializationInfo::requireSameTokenInPartialTrust
bool ___requireSameTokenInPartialTrust_11;
public:
inline static int32_t get_offset_of_m_members_0() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_members_0)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_m_members_0() const { return ___m_members_0; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_m_members_0() { return &___m_members_0; }
inline void set_m_members_0(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___m_members_0 = value;
Il2CppCodeGenWriteBarrier((&___m_members_0), value);
}
inline static int32_t get_offset_of_m_data_1() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_data_1)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_m_data_1() const { return ___m_data_1; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_m_data_1() { return &___m_data_1; }
inline void set_m_data_1(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___m_data_1 = value;
Il2CppCodeGenWriteBarrier((&___m_data_1), value);
}
inline static int32_t get_offset_of_m_types_2() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_types_2)); }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_m_types_2() const { return ___m_types_2; }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_m_types_2() { return &___m_types_2; }
inline void set_m_types_2(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
{
___m_types_2 = value;
Il2CppCodeGenWriteBarrier((&___m_types_2), value);
}
inline static int32_t get_offset_of_m_nameToIndex_3() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_nameToIndex_3)); }
inline Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * get_m_nameToIndex_3() const { return ___m_nameToIndex_3; }
inline Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB ** get_address_of_m_nameToIndex_3() { return &___m_nameToIndex_3; }
inline void set_m_nameToIndex_3(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * value)
{
___m_nameToIndex_3 = value;
Il2CppCodeGenWriteBarrier((&___m_nameToIndex_3), value);
}
inline static int32_t get_offset_of_m_currMember_4() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_currMember_4)); }
inline int32_t get_m_currMember_4() const { return ___m_currMember_4; }
inline int32_t* get_address_of_m_currMember_4() { return &___m_currMember_4; }
inline void set_m_currMember_4(int32_t value)
{
___m_currMember_4 = value;
}
inline static int32_t get_offset_of_m_converter_5() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_converter_5)); }
inline RuntimeObject* get_m_converter_5() const { return ___m_converter_5; }
inline RuntimeObject** get_address_of_m_converter_5() { return &___m_converter_5; }
inline void set_m_converter_5(RuntimeObject* value)
{
___m_converter_5 = value;
Il2CppCodeGenWriteBarrier((&___m_converter_5), value);
}
inline static int32_t get_offset_of_m_fullTypeName_6() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_fullTypeName_6)); }
inline String_t* get_m_fullTypeName_6() const { return ___m_fullTypeName_6; }
inline String_t** get_address_of_m_fullTypeName_6() { return &___m_fullTypeName_6; }
inline void set_m_fullTypeName_6(String_t* value)
{
___m_fullTypeName_6 = value;
Il2CppCodeGenWriteBarrier((&___m_fullTypeName_6), value);
}
inline static int32_t get_offset_of_m_assemName_7() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_assemName_7)); }
inline String_t* get_m_assemName_7() const { return ___m_assemName_7; }
inline String_t** get_address_of_m_assemName_7() { return &___m_assemName_7; }
inline void set_m_assemName_7(String_t* value)
{
___m_assemName_7 = value;
Il2CppCodeGenWriteBarrier((&___m_assemName_7), value);
}
inline static int32_t get_offset_of_objectType_8() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___objectType_8)); }
inline Type_t * get_objectType_8() const { return ___objectType_8; }
inline Type_t ** get_address_of_objectType_8() { return &___objectType_8; }
inline void set_objectType_8(Type_t * value)
{
___objectType_8 = value;
Il2CppCodeGenWriteBarrier((&___objectType_8), value);
}
inline static int32_t get_offset_of_isFullTypeNameSetExplicit_9() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___isFullTypeNameSetExplicit_9)); }
inline bool get_isFullTypeNameSetExplicit_9() const { return ___isFullTypeNameSetExplicit_9; }
inline bool* get_address_of_isFullTypeNameSetExplicit_9() { return &___isFullTypeNameSetExplicit_9; }
inline void set_isFullTypeNameSetExplicit_9(bool value)
{
___isFullTypeNameSetExplicit_9 = value;
}
inline static int32_t get_offset_of_isAssemblyNameSetExplicit_10() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___isAssemblyNameSetExplicit_10)); }
inline bool get_isAssemblyNameSetExplicit_10() const { return ___isAssemblyNameSetExplicit_10; }
inline bool* get_address_of_isAssemblyNameSetExplicit_10() { return &___isAssemblyNameSetExplicit_10; }
inline void set_isAssemblyNameSetExplicit_10(bool value)
{
___isAssemblyNameSetExplicit_10 = value;
}
inline static int32_t get_offset_of_requireSameTokenInPartialTrust_11() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___requireSameTokenInPartialTrust_11)); }
inline bool get_requireSameTokenInPartialTrust_11() const { return ___requireSameTokenInPartialTrust_11; }
inline bool* get_address_of_requireSameTokenInPartialTrust_11() { return &___requireSameTokenInPartialTrust_11; }
inline void set_requireSameTokenInPartialTrust_11(bool value)
{
___requireSameTokenInPartialTrust_11 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SERIALIZATIONINFO_T1BB80E9C9DEA52DBF464487234B045E2930ADA26_H
#ifndef BINARYCOMPATIBILITY_T06B1B8D34764DB1710459778EB22433728A665A8_H
#define BINARYCOMPATIBILITY_T06B1B8D34764DB1710459778EB22433728A665A8_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BINARYCOMPATIBILITY_T06B1B8D34764DB1710459778EB22433728A665A8_H
#ifndef STRING_T_H
#define STRING_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.String
struct String_t : public RuntimeObject
{
public:
// System.Int32 System.String::m_stringLength
int32_t ___m_stringLength_0;
// System.Char System.String::m_firstChar
Il2CppChar ___m_firstChar_1;
public:
inline static int32_t get_offset_of_m_stringLength_0() { return static_cast<int32_t>(offsetof(String_t, ___m_stringLength_0)); }
inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; }
inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; }
inline void set_m_stringLength_0(int32_t value)
{
___m_stringLength_0 = value;
}
inline static int32_t get_offset_of_m_firstChar_1() { return static_cast<int32_t>(offsetof(String_t, ___m_firstChar_1)); }
inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; }
inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; }
inline void set_m_firstChar_1(Il2CppChar value)
{
___m_firstChar_1 = value;
}
};
struct String_t_StaticFields
{
public:
// System.String System.String::Empty
String_t* ___Empty_5;
public:
inline static int32_t get_offset_of_Empty_5() { return static_cast<int32_t>(offsetof(String_t_StaticFields, ___Empty_5)); }
inline String_t* get_Empty_5() const { return ___Empty_5; }
inline String_t** get_address_of_Empty_5() { return &___Empty_5; }
inline void set_Empty_5(String_t* value)
{
___Empty_5 = value;
Il2CppCodeGenWriteBarrier((&___Empty_5), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // STRING_T_H
#ifndef STRINGCOMPARER_T588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_H
#define STRINGCOMPARER_T588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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((&____invariantCulture_0), 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((&____invariantCultureIgnoreCase_1), 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((&____ordinal_2), 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((&____ordinalIgnoreCase_3), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // STRINGCOMPARER_T588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_H
#ifndef DECODERFALLBACK_T128445EB7676870485230893338EF044F6B72F60_H
#define DECODERFALLBACK_T128445EB7676870485230893338EF044F6B72F60_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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((&___replacementFallback_1), 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((&___exceptionFallback_2), 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((&___s_InternalSyncObject_3), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DECODERFALLBACK_T128445EB7676870485230893338EF044F6B72F60_H
#ifndef ENCODERFALLBACK_TDE342346D01608628F1BCEBB652D31009852CF63_H
#define ENCODERFALLBACK_TDE342346D01608628F1BCEBB652D31009852CF63_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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((&___replacementFallback_1), 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((&___exceptionFallback_2), 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((&___s_InternalSyncObject_3), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ENCODERFALLBACK_TDE342346D01608628F1BCEBB652D31009852CF63_H
#ifndef ENCODING_T7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_H
#define ENCODING_T7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.Encoding
struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 : public RuntimeObject
{
public:
// System.Int32 System.Text.Encoding::m_codePage
int32_t ___m_codePage_9;
// System.Globalization.CodePageDataItem System.Text.Encoding::dataItem
CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * ___dataItem_10;
// System.Boolean System.Text.Encoding::m_deserializedFromEverett
bool ___m_deserializedFromEverett_11;
// System.Boolean System.Text.Encoding::m_isReadOnly
bool ___m_isReadOnly_12;
// System.Text.EncoderFallback System.Text.Encoding::encoderFallback
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * ___encoderFallback_13;
// System.Text.DecoderFallback System.Text.Encoding::decoderFallback
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * ___decoderFallback_14;
public:
inline static int32_t get_offset_of_m_codePage_9() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___m_codePage_9)); }
inline int32_t get_m_codePage_9() const { return ___m_codePage_9; }
inline int32_t* get_address_of_m_codePage_9() { return &___m_codePage_9; }
inline void set_m_codePage_9(int32_t value)
{
___m_codePage_9 = value;
}
inline static int32_t get_offset_of_dataItem_10() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___dataItem_10)); }
inline CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * get_dataItem_10() const { return ___dataItem_10; }
inline CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB ** get_address_of_dataItem_10() { return &___dataItem_10; }
inline void set_dataItem_10(CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * value)
{
___dataItem_10 = value;
Il2CppCodeGenWriteBarrier((&___dataItem_10), value);
}
inline static int32_t get_offset_of_m_deserializedFromEverett_11() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___m_deserializedFromEverett_11)); }
inline bool get_m_deserializedFromEverett_11() const { return ___m_deserializedFromEverett_11; }
inline bool* get_address_of_m_deserializedFromEverett_11() { return &___m_deserializedFromEverett_11; }
inline void set_m_deserializedFromEverett_11(bool value)
{
___m_deserializedFromEverett_11 = value;
}
inline static int32_t get_offset_of_m_isReadOnly_12() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___m_isReadOnly_12)); }
inline bool get_m_isReadOnly_12() const { return ___m_isReadOnly_12; }
inline bool* get_address_of_m_isReadOnly_12() { return &___m_isReadOnly_12; }
inline void set_m_isReadOnly_12(bool value)
{
___m_isReadOnly_12 = value;
}
inline static int32_t get_offset_of_encoderFallback_13() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___encoderFallback_13)); }
inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * get_encoderFallback_13() const { return ___encoderFallback_13; }
inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 ** get_address_of_encoderFallback_13() { return &___encoderFallback_13; }
inline void set_encoderFallback_13(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * value)
{
___encoderFallback_13 = value;
Il2CppCodeGenWriteBarrier((&___encoderFallback_13), value);
}
inline static int32_t get_offset_of_decoderFallback_14() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___decoderFallback_14)); }
inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * get_decoderFallback_14() const { return ___decoderFallback_14; }
inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 ** get_address_of_decoderFallback_14() { return &___decoderFallback_14; }
inline void set_decoderFallback_14(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * value)
{
___decoderFallback_14 = value;
Il2CppCodeGenWriteBarrier((&___decoderFallback_14), 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_15;
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((&___defaultEncoding_0), 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((&___unicodeEncoding_1), 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((&___bigEndianUnicode_2), 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((&___utf7Encoding_3), 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((&___utf8Encoding_4), 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((&___utf32Encoding_5), 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((&___asciiEncoding_6), 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((&___latin1Encoding_7), 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((&___encodings_8), value);
}
inline static int32_t get_offset_of_s_InternalSyncObject_15() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___s_InternalSyncObject_15)); }
inline RuntimeObject * get_s_InternalSyncObject_15() const { return ___s_InternalSyncObject_15; }
inline RuntimeObject ** get_address_of_s_InternalSyncObject_15() { return &___s_InternalSyncObject_15; }
inline void set_s_InternalSyncObject_15(RuntimeObject * value)
{
___s_InternalSyncObject_15 = value;
Il2CppCodeGenWriteBarrier((&___s_InternalSyncObject_15), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ENCODING_T7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_H
#ifndef MOREINFO_T83B9EC79244C26B468C115E54C0BEF09BB2E05B5_H
#define MOREINFO_T83B9EC79244C26B468C115E54C0BEF09BB2E05B5_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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((&___Path_0), 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((&___Query_1), 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((&___Fragment_2), 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((&___AbsoluteUri_3), 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((&___RemoteUrl_5), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // MOREINFO_T83B9EC79244C26B468C115E54C0BEF09BB2E05B5_H
#ifndef URIBUILDER_T5823C3516668F40DA57B8F41E2AF01261B988905_H
#define URIBUILDER_T5823C3516668F40DA57B8F41E2AF01261B988905_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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((&____fragment_1), 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((&____host_2), 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((&____password_3), 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((&____path_4), 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((&____query_6), 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((&____scheme_7), 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((&____schemeDelimiter_8), 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((&____uri_9), 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((&____username_10), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // URIBUILDER_T5823C3516668F40DA57B8F41E2AF01261B988905_H
#ifndef URIHELPER_TA44F3057604BAA4E6EF06A8EE4E6825D471592DF_H
#define URIHELPER_TA44F3057604BAA4E6EF06A8EE4E6825D471592DF_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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((&___HexUpperChars_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // URIHELPER_TA44F3057604BAA4E6EF06A8EE4E6825D471592DF_H
#ifndef VALUETYPE_T4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_H
#define VALUETYPE_T4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.ValueType
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF : public RuntimeObject
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.ValueType
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_pinvoke
{
};
// Native definition for COM marshalling of System.ValueType
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_com
{
};
#endif // VALUETYPE_T4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_H
#ifndef __STATICARRAYINITTYPESIZEU3D12_T6EBCA221EDFF79F50821238316CFA0302EE70E48_H
#define __STATICARRAYINITTYPESIZEU3D12_T6EBCA221EDFF79F50821238316CFA0302EE70E48_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D12
struct __StaticArrayInitTypeSizeU3D12_t6EBCA221EDFF79F50821238316CFA0302EE70E48
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D12_t6EBCA221EDFF79F50821238316CFA0302EE70E48__padding[12];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D12_T6EBCA221EDFF79F50821238316CFA0302EE70E48_H
#ifndef __STATICARRAYINITTYPESIZEU3D128_T4A42759E6E25B0C61E6036A661F4344DE92C2905_H
#define __STATICARRAYINITTYPESIZEU3D128_T4A42759E6E25B0C61E6036A661F4344DE92C2905_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D128
struct __StaticArrayInitTypeSizeU3D128_t4A42759E6E25B0C61E6036A661F4344DE92C2905
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D128_t4A42759E6E25B0C61E6036A661F4344DE92C2905__padding[128];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D128_T4A42759E6E25B0C61E6036A661F4344DE92C2905_H
#ifndef __STATICARRAYINITTYPESIZEU3D14_TC5D421D768E79910C98FB4504BA3B07E43FA77F0_H
#define __STATICARRAYINITTYPESIZEU3D14_TC5D421D768E79910C98FB4504BA3B07E43FA77F0_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D14
struct __StaticArrayInitTypeSizeU3D14_tC5D421D768E79910C98FB4504BA3B07E43FA77F0
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D14_tC5D421D768E79910C98FB4504BA3B07E43FA77F0__padding[14];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D14_TC5D421D768E79910C98FB4504BA3B07E43FA77F0_H
#ifndef __STATICARRAYINITTYPESIZEU3D256_T548520FAA2CCFC11107E283BF9E43588FAE5F6C7_H
#define __STATICARRAYINITTYPESIZEU3D256_T548520FAA2CCFC11107E283BF9E43588FAE5F6C7_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D256
struct __StaticArrayInitTypeSizeU3D256_t548520FAA2CCFC11107E283BF9E43588FAE5F6C7
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D256_t548520FAA2CCFC11107E283BF9E43588FAE5F6C7__padding[256];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D256_T548520FAA2CCFC11107E283BF9E43588FAE5F6C7_H
#ifndef __STATICARRAYINITTYPESIZEU3D3_T4D597C014C0C24F294DC84275F0264DCFCD4C575_H
#define __STATICARRAYINITTYPESIZEU3D3_T4D597C014C0C24F294DC84275F0264DCFCD4C575_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3
struct __StaticArrayInitTypeSizeU3D3_t4D597C014C0C24F294DC84275F0264DCFCD4C575
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D3_t4D597C014C0C24F294DC84275F0264DCFCD4C575__padding[3];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D3_T4D597C014C0C24F294DC84275F0264DCFCD4C575_H
#ifndef __STATICARRAYINITTYPESIZEU3D32_T5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA_H
#define __STATICARRAYINITTYPESIZEU3D32_T5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D32
struct __StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA__padding[32];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D32_T5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA_H
#ifndef __STATICARRAYINITTYPESIZEU3D44_TE99A9434272A367C976B32D1235A23DA85CC9671_H
#define __STATICARRAYINITTYPESIZEU3D44_TE99A9434272A367C976B32D1235A23DA85CC9671_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D44
struct __StaticArrayInitTypeSizeU3D44_tE99A9434272A367C976B32D1235A23DA85CC9671
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D44_tE99A9434272A367C976B32D1235A23DA85CC9671__padding[44];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D44_TE99A9434272A367C976B32D1235A23DA85CC9671_H
#ifndef __STATICARRAYINITTYPESIZEU3D6_TB024AE1C3AEB5C43235E76FFA23E64CD5EC3D87F_H
#define __STATICARRAYINITTYPESIZEU3D6_TB024AE1C3AEB5C43235E76FFA23E64CD5EC3D87F_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D6
struct __StaticArrayInitTypeSizeU3D6_tB024AE1C3AEB5C43235E76FFA23E64CD5EC3D87F
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D6_tB024AE1C3AEB5C43235E76FFA23E64CD5EC3D87F__padding[6];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D6_TB024AE1C3AEB5C43235E76FFA23E64CD5EC3D87F_H
#ifndef __STATICARRAYINITTYPESIZEU3D9_TAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB_H
#define __STATICARRAYINITTYPESIZEU3D9_TAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D9
struct __StaticArrayInitTypeSizeU3D9_tAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D9_tAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB__padding[9];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D9_TAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB_H
#ifndef BOOLEAN_TB53F6830F670160873277339AA58F15CAED4399C_H
#define BOOLEAN_TB53F6830F670160873277339AA58F15CAED4399C_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Boolean
struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C
{
public:
// System.Boolean System.Boolean::m_value
bool ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C, ___m_value_0)); }
inline bool get_m_value_0() const { return ___m_value_0; }
inline bool* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(bool value)
{
___m_value_0 = value;
}
};
struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields
{
public:
// System.String System.Boolean::TrueString
String_t* ___TrueString_5;
// System.String System.Boolean::FalseString
String_t* ___FalseString_6;
public:
inline static int32_t get_offset_of_TrueString_5() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields, ___TrueString_5)); }
inline String_t* get_TrueString_5() const { return ___TrueString_5; }
inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; }
inline void set_TrueString_5(String_t* value)
{
___TrueString_5 = value;
Il2CppCodeGenWriteBarrier((&___TrueString_5), value);
}
inline static int32_t get_offset_of_FalseString_6() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields, ___FalseString_6)); }
inline String_t* get_FalseString_6() const { return ___FalseString_6; }
inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; }
inline void set_FalseString_6(String_t* value)
{
___FalseString_6 = value;
Il2CppCodeGenWriteBarrier((&___FalseString_6), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BOOLEAN_TB53F6830F670160873277339AA58F15CAED4399C_H
#ifndef BYTE_TF87C579059BD4633E6840EBBBEEF899C6E33EF07_H
#define BYTE_TF87C579059BD4633E6840EBBBEEF899C6E33EF07_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Byte
struct Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07
{
public:
// System.Byte System.Byte::m_value
uint8_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07, ___m_value_0)); }
inline uint8_t get_m_value_0() const { return ___m_value_0; }
inline uint8_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(uint8_t value)
{
___m_value_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BYTE_TF87C579059BD4633E6840EBBBEEF899C6E33EF07_H
#ifndef CHAR_TBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_H
#define CHAR_TBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Char
struct Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9
{
public:
// System.Char System.Char::m_value
Il2CppChar ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9, ___m_value_0)); }
inline Il2CppChar get_m_value_0() const { return ___m_value_0; }
inline Il2CppChar* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(Il2CppChar value)
{
___m_value_0 = value;
}
};
struct Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_StaticFields
{
public:
// System.Byte[] System.Char::categoryForLatin1
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___categoryForLatin1_3;
public:
inline static int32_t get_offset_of_categoryForLatin1_3() { return static_cast<int32_t>(offsetof(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_StaticFields, ___categoryForLatin1_3)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_categoryForLatin1_3() const { return ___categoryForLatin1_3; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_categoryForLatin1_3() { return &___categoryForLatin1_3; }
inline void set_categoryForLatin1_3(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___categoryForLatin1_3 = value;
Il2CppCodeGenWriteBarrier((&___categoryForLatin1_3), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // CHAR_TBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_H
#ifndef ENUM_T2AF27C02B8653AE29442467390005ABC74D8F521_H
#define ENUM_T2AF27C02B8653AE29442467390005ABC74D8F521_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Enum
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 : public ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF
{
public:
public:
};
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields
{
public:
// System.Char[] System.Enum::enumSeperatorCharArray
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___enumSeperatorCharArray_0;
public:
inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast<int32_t>(offsetof(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields, ___enumSeperatorCharArray_0)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; }
inline void set_enumSeperatorCharArray_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___enumSeperatorCharArray_0 = value;
Il2CppCodeGenWriteBarrier((&___enumSeperatorCharArray_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.Enum
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_pinvoke
{
};
// Native definition for COM marshalling of System.Enum
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_com
{
};
#endif // ENUM_T2AF27C02B8653AE29442467390005ABC74D8F521_H
#ifndef INT16_T823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_H
#define INT16_T823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Int16
struct Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D
{
public:
// System.Int16 System.Int16::m_value
int16_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D, ___m_value_0)); }
inline int16_t get_m_value_0() const { return ___m_value_0; }
inline int16_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(int16_t value)
{
___m_value_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // INT16_T823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_H
#ifndef INT32_T585191389E07734F19F3156FF88FB3EF4800D102_H
#define INT32_T585191389E07734F19F3156FF88FB3EF4800D102_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Int32
struct Int32_t585191389E07734F19F3156FF88FB3EF4800D102
{
public:
// System.Int32 System.Int32::m_value
int32_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Int32_t585191389E07734F19F3156FF88FB3EF4800D102, ___m_value_0)); }
inline int32_t get_m_value_0() const { return ___m_value_0; }
inline int32_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(int32_t value)
{
___m_value_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // INT32_T585191389E07734F19F3156FF88FB3EF4800D102_H
#ifndef INT64_T7A386C2FF7B0280A0F516992401DDFCF0FF7B436_H
#define INT64_T7A386C2FF7B0280A0F516992401DDFCF0FF7B436_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Int64
struct Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436
{
public:
// System.Int64 System.Int64::m_value
int64_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436, ___m_value_0)); }
inline int64_t get_m_value_0() const { return ___m_value_0; }
inline int64_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(int64_t value)
{
___m_value_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // INT64_T7A386C2FF7B0280A0F516992401DDFCF0FF7B436_H
#ifndef INTPTR_T_H
#define INTPTR_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.IntPtr
struct IntPtr_t
{
public:
// System.Void* System.IntPtr::m_value
void* ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(IntPtr_t, ___m_value_0)); }
inline void* get_m_value_0() const { return ___m_value_0; }
inline void** get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(void* value)
{
___m_value_0 = value;
}
};
struct IntPtr_t_StaticFields
{
public:
// System.IntPtr System.IntPtr::Zero
intptr_t ___Zero_1;
public:
inline static int32_t get_offset_of_Zero_1() { return static_cast<int32_t>(offsetof(IntPtr_t_StaticFields, ___Zero_1)); }
inline intptr_t get_Zero_1() const { return ___Zero_1; }
inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; }
inline void set_Zero_1(intptr_t value)
{
___Zero_1 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // INTPTR_T_H
#ifndef SYSTEMEXCEPTION_T5380468142AA850BE4A341D7AF3EAB9C78746782_H
#define SYSTEMEXCEPTION_T5380468142AA850BE4A341D7AF3EAB9C78746782_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.SystemException
struct SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 : public Exception_t
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SYSTEMEXCEPTION_T5380468142AA850BE4A341D7AF3EAB9C78746782_H
#ifndef DECODERREPLACEMENTFALLBACK_T8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742_H
#define DECODERREPLACEMENTFALLBACK_T8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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((&___strDefault_4), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DECODERREPLACEMENTFALLBACK_T8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742_H
#ifndef ENCODERREPLACEMENTFALLBACK_TC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998_H
#define ENCODERREPLACEMENTFALLBACK_TC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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((&___strDefault_4), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ENCODERREPLACEMENTFALLBACK_TC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998_H
#ifndef UINT16_TAE45CEF73BF720100519F6867F32145D075F928E_H
#define UINT16_TAE45CEF73BF720100519F6867F32145D075F928E_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.UInt16
struct UInt16_tAE45CEF73BF720100519F6867F32145D075F928E
{
public:
// System.UInt16 System.UInt16::m_value
uint16_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(UInt16_tAE45CEF73BF720100519F6867F32145D075F928E, ___m_value_0)); }
inline uint16_t get_m_value_0() const { return ___m_value_0; }
inline uint16_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(uint16_t value)
{
___m_value_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // UINT16_TAE45CEF73BF720100519F6867F32145D075F928E_H
#ifndef OFFSET_T4D3750A78885B564FB4602C405B9EFF5A32066C7_H
#define OFFSET_T4D3750A78885B564FB4602C405B9EFF5A32066C7_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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)
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // OFFSET_T4D3750A78885B564FB4602C405B9EFF5A32066C7_H
#ifndef VOID_T22962CB4C05B1D89B55A6E1139F0E87A90987017_H
#define VOID_T22962CB4C05B1D89B55A6E1139F0E87A90987017_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void
struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017
{
public:
union
{
struct
{
};
uint8_t Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017__padding[1];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // VOID_T22962CB4C05B1D89B55A6E1139F0E87A90987017_H
#ifndef U3CPRIVATEIMPLEMENTATIONDETAILSU3E_TD3F45A95FC1F3A32916F221D83F290D182AD6291_H
#define U3CPRIVATEIMPLEMENTATIONDETAILSU3E_TD3F45A95FC1F3A32916F221D83F290D182AD6291_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>
struct U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291 : public RuntimeObject
{
public:
public:
};
struct U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields
{
public:
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D14 <PrivateImplementationDetails>::0283A6AF88802AB45989B29549915BEA0F6CD515
__StaticArrayInitTypeSizeU3D14_tC5D421D768E79910C98FB4504BA3B07E43FA77F0 ___0283A6AF88802AB45989B29549915BEA0F6CD515_0;
// System.Int64 <PrivateImplementationDetails>::03F4297FCC30D0FD5E420E5D26E7FA711167C7EF
int64_t ___03F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D9 <PrivateImplementationDetails>::1A39764B112685485A5BA7B2880D878B858C1A7A
__StaticArrayInitTypeSizeU3D9_tAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB ___1A39764B112685485A5BA7B2880D878B858C1A7A_2;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::1A84029C80CB5518379F199F53FF08A7B764F8FD
__StaticArrayInitTypeSizeU3D3_t4D597C014C0C24F294DC84275F0264DCFCD4C575 ___1A84029C80CB5518379F199F53FF08A7B764F8FD_3;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D12 <PrivateImplementationDetails>::3BE77BF818331C2D8400FFFFF9FADD3F16AD89AC
__StaticArrayInitTypeSizeU3D12_t6EBCA221EDFF79F50821238316CFA0302EE70E48 ___3BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D32 <PrivateImplementationDetails>::59F5BD34B6C013DEACC784F69C67E95150033A84
__StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA ___59F5BD34B6C013DEACC784F69C67E95150033A84_5;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D6 <PrivateImplementationDetails>::5BC3486B05BA8CF4689C7BDB198B3F477BB4E20C
__StaticArrayInitTypeSizeU3D6_tB024AE1C3AEB5C43235E76FFA23E64CD5EC3D87F ___5BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_6;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D9 <PrivateImplementationDetails>::6D49C9D487D7AD3491ECE08732D68A593CC2038D
__StaticArrayInitTypeSizeU3D9_tAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_7;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D128 <PrivateImplementationDetails>::6F3AD3DC3AF8047587C4C9D696EB68A01FEF796E
__StaticArrayInitTypeSizeU3D128_t4A42759E6E25B0C61E6036A661F4344DE92C2905 ___6F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_8;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D44 <PrivateImplementationDetails>::8E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3
__StaticArrayInitTypeSizeU3D44_tE99A9434272A367C976B32D1235A23DA85CC9671 ___8E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_9;
// System.Int64 <PrivateImplementationDetails>::98A44A6F8606AE6F23FE230286C1D6FBCC407226
int64_t ___98A44A6F8606AE6F23FE230286C1D6FBCC407226_10;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D32 <PrivateImplementationDetails>::C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536
__StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA ___C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_11;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D128 <PrivateImplementationDetails>::CCEEADA43268372341F81AE0C9208C6856441C04
__StaticArrayInitTypeSizeU3D128_t4A42759E6E25B0C61E6036A661F4344DE92C2905 ___CCEEADA43268372341F81AE0C9208C6856441C04_12;
// System.Int64 <PrivateImplementationDetails>::E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78
int64_t ___E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_13;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D32 <PrivateImplementationDetails>::EC5842B3154E1AF94500B57220EB9F684BCCC42A
__StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA ___EC5842B3154E1AF94500B57220EB9F684BCCC42A_14;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D256 <PrivateImplementationDetails>::EEAFE8C6E1AB017237567305EE925C976CDB6458
__StaticArrayInitTypeSizeU3D256_t548520FAA2CCFC11107E283BF9E43588FAE5F6C7 ___EEAFE8C6E1AB017237567305EE925C976CDB6458_15;
public:
inline static int32_t get_offset_of_U30283A6AF88802AB45989B29549915BEA0F6CD515_0() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___0283A6AF88802AB45989B29549915BEA0F6CD515_0)); }
inline __StaticArrayInitTypeSizeU3D14_tC5D421D768E79910C98FB4504BA3B07E43FA77F0 get_U30283A6AF88802AB45989B29549915BEA0F6CD515_0() const { return ___0283A6AF88802AB45989B29549915BEA0F6CD515_0; }
inline __StaticArrayInitTypeSizeU3D14_tC5D421D768E79910C98FB4504BA3B07E43FA77F0 * get_address_of_U30283A6AF88802AB45989B29549915BEA0F6CD515_0() { return &___0283A6AF88802AB45989B29549915BEA0F6CD515_0; }
inline void set_U30283A6AF88802AB45989B29549915BEA0F6CD515_0(__StaticArrayInitTypeSizeU3D14_tC5D421D768E79910C98FB4504BA3B07E43FA77F0 value)
{
___0283A6AF88802AB45989B29549915BEA0F6CD515_0 = value;
}
inline static int32_t get_offset_of_U303F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___03F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1)); }
inline int64_t get_U303F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1() const { return ___03F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1; }
inline int64_t* get_address_of_U303F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1() { return &___03F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1; }
inline void set_U303F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1(int64_t value)
{
___03F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1 = value;
}
inline static int32_t get_offset_of_U31A39764B112685485A5BA7B2880D878B858C1A7A_2() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___1A39764B112685485A5BA7B2880D878B858C1A7A_2)); }
inline __StaticArrayInitTypeSizeU3D9_tAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB get_U31A39764B112685485A5BA7B2880D878B858C1A7A_2() const { return ___1A39764B112685485A5BA7B2880D878B858C1A7A_2; }
inline __StaticArrayInitTypeSizeU3D9_tAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB * get_address_of_U31A39764B112685485A5BA7B2880D878B858C1A7A_2() { return &___1A39764B112685485A5BA7B2880D878B858C1A7A_2; }
inline void set_U31A39764B112685485A5BA7B2880D878B858C1A7A_2(__StaticArrayInitTypeSizeU3D9_tAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB value)
{
___1A39764B112685485A5BA7B2880D878B858C1A7A_2 = value;
}
inline static int32_t get_offset_of_U31A84029C80CB5518379F199F53FF08A7B764F8FD_3() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___1A84029C80CB5518379F199F53FF08A7B764F8FD_3)); }
inline __StaticArrayInitTypeSizeU3D3_t4D597C014C0C24F294DC84275F0264DCFCD4C575 get_U31A84029C80CB5518379F199F53FF08A7B764F8FD_3() const { return ___1A84029C80CB5518379F199F53FF08A7B764F8FD_3; }
inline __StaticArrayInitTypeSizeU3D3_t4D597C014C0C24F294DC84275F0264DCFCD4C575 * get_address_of_U31A84029C80CB5518379F199F53FF08A7B764F8FD_3() { return &___1A84029C80CB5518379F199F53FF08A7B764F8FD_3; }
inline void set_U31A84029C80CB5518379F199F53FF08A7B764F8FD_3(__StaticArrayInitTypeSizeU3D3_t4D597C014C0C24F294DC84275F0264DCFCD4C575 value)
{
___1A84029C80CB5518379F199F53FF08A7B764F8FD_3 = value;
}
inline static int32_t get_offset_of_U33BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___3BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4)); }
inline __StaticArrayInitTypeSizeU3D12_t6EBCA221EDFF79F50821238316CFA0302EE70E48 get_U33BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4() const { return ___3BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4; }
inline __StaticArrayInitTypeSizeU3D12_t6EBCA221EDFF79F50821238316CFA0302EE70E48 * get_address_of_U33BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4() { return &___3BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4; }
inline void set_U33BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4(__StaticArrayInitTypeSizeU3D12_t6EBCA221EDFF79F50821238316CFA0302EE70E48 value)
{
___3BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4 = value;
}
inline static int32_t get_offset_of_U359F5BD34B6C013DEACC784F69C67E95150033A84_5() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___59F5BD34B6C013DEACC784F69C67E95150033A84_5)); }
inline __StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA get_U359F5BD34B6C013DEACC784F69C67E95150033A84_5() const { return ___59F5BD34B6C013DEACC784F69C67E95150033A84_5; }
inline __StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA * get_address_of_U359F5BD34B6C013DEACC784F69C67E95150033A84_5() { return &___59F5BD34B6C013DEACC784F69C67E95150033A84_5; }
inline void set_U359F5BD34B6C013DEACC784F69C67E95150033A84_5(__StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA value)
{
___59F5BD34B6C013DEACC784F69C67E95150033A84_5 = value;
}
inline static int32_t get_offset_of_U35BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_6() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___5BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_6)); }
inline __StaticArrayInitTypeSizeU3D6_tB024AE1C3AEB5C43235E76FFA23E64CD5EC3D87F get_U35BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_6() const { return ___5BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_6; }
inline __StaticArrayInitTypeSizeU3D6_tB024AE1C3AEB5C43235E76FFA23E64CD5EC3D87F * get_address_of_U35BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_6() { return &___5BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_6; }
inline void set_U35BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_6(__StaticArrayInitTypeSizeU3D6_tB024AE1C3AEB5C43235E76FFA23E64CD5EC3D87F value)
{
___5BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_6 = value;
}
inline static int32_t get_offset_of_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_7() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_7)); }
inline __StaticArrayInitTypeSizeU3D9_tAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB get_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_7() const { return ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_7; }
inline __StaticArrayInitTypeSizeU3D9_tAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB * get_address_of_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_7() { return &___6D49C9D487D7AD3491ECE08732D68A593CC2038D_7; }
inline void set_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_7(__StaticArrayInitTypeSizeU3D9_tAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB value)
{
___6D49C9D487D7AD3491ECE08732D68A593CC2038D_7 = value;
}
inline static int32_t get_offset_of_U36F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_8() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___6F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_8)); }
inline __StaticArrayInitTypeSizeU3D128_t4A42759E6E25B0C61E6036A661F4344DE92C2905 get_U36F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_8() const { return ___6F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_8; }
inline __StaticArrayInitTypeSizeU3D128_t4A42759E6E25B0C61E6036A661F4344DE92C2905 * get_address_of_U36F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_8() { return &___6F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_8; }
inline void set_U36F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_8(__StaticArrayInitTypeSizeU3D128_t4A42759E6E25B0C61E6036A661F4344DE92C2905 value)
{
___6F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_8 = value;
}
inline static int32_t get_offset_of_U38E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_9() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___8E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_9)); }
inline __StaticArrayInitTypeSizeU3D44_tE99A9434272A367C976B32D1235A23DA85CC9671 get_U38E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_9() const { return ___8E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_9; }
inline __StaticArrayInitTypeSizeU3D44_tE99A9434272A367C976B32D1235A23DA85CC9671 * get_address_of_U38E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_9() { return &___8E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_9; }
inline void set_U38E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_9(__StaticArrayInitTypeSizeU3D44_tE99A9434272A367C976B32D1235A23DA85CC9671 value)
{
___8E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_9 = value;
}
inline static int32_t get_offset_of_U398A44A6F8606AE6F23FE230286C1D6FBCC407226_10() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___98A44A6F8606AE6F23FE230286C1D6FBCC407226_10)); }
inline int64_t get_U398A44A6F8606AE6F23FE230286C1D6FBCC407226_10() const { return ___98A44A6F8606AE6F23FE230286C1D6FBCC407226_10; }
inline int64_t* get_address_of_U398A44A6F8606AE6F23FE230286C1D6FBCC407226_10() { return &___98A44A6F8606AE6F23FE230286C1D6FBCC407226_10; }
inline void set_U398A44A6F8606AE6F23FE230286C1D6FBCC407226_10(int64_t value)
{
___98A44A6F8606AE6F23FE230286C1D6FBCC407226_10 = value;
}
inline static int32_t get_offset_of_C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_11() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_11)); }
inline __StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA get_C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_11() const { return ___C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_11; }
inline __StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA * get_address_of_C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_11() { return &___C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_11; }
inline void set_C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_11(__StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA value)
{
___C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_11 = value;
}
inline static int32_t get_offset_of_CCEEADA43268372341F81AE0C9208C6856441C04_12() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___CCEEADA43268372341F81AE0C9208C6856441C04_12)); }
inline __StaticArrayInitTypeSizeU3D128_t4A42759E6E25B0C61E6036A661F4344DE92C2905 get_CCEEADA43268372341F81AE0C9208C6856441C04_12() const { return ___CCEEADA43268372341F81AE0C9208C6856441C04_12; }
inline __StaticArrayInitTypeSizeU3D128_t4A42759E6E25B0C61E6036A661F4344DE92C2905 * get_address_of_CCEEADA43268372341F81AE0C9208C6856441C04_12() { return &___CCEEADA43268372341F81AE0C9208C6856441C04_12; }
inline void set_CCEEADA43268372341F81AE0C9208C6856441C04_12(__StaticArrayInitTypeSizeU3D128_t4A42759E6E25B0C61E6036A661F4344DE92C2905 value)
{
___CCEEADA43268372341F81AE0C9208C6856441C04_12 = value;
}
inline static int32_t get_offset_of_E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_13() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_13)); }
inline int64_t get_E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_13() const { return ___E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_13; }
inline int64_t* get_address_of_E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_13() { return &___E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_13; }
inline void set_E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_13(int64_t value)
{
___E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_13 = value;
}
inline static int32_t get_offset_of_EC5842B3154E1AF94500B57220EB9F684BCCC42A_14() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___EC5842B3154E1AF94500B57220EB9F684BCCC42A_14)); }
inline __StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA get_EC5842B3154E1AF94500B57220EB9F684BCCC42A_14() const { return ___EC5842B3154E1AF94500B57220EB9F684BCCC42A_14; }
inline __StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA * get_address_of_EC5842B3154E1AF94500B57220EB9F684BCCC42A_14() { return &___EC5842B3154E1AF94500B57220EB9F684BCCC42A_14; }
inline void set_EC5842B3154E1AF94500B57220EB9F684BCCC42A_14(__StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA value)
{
___EC5842B3154E1AF94500B57220EB9F684BCCC42A_14 = value;
}
inline static int32_t get_offset_of_EEAFE8C6E1AB017237567305EE925C976CDB6458_15() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___EEAFE8C6E1AB017237567305EE925C976CDB6458_15)); }
inline __StaticArrayInitTypeSizeU3D256_t548520FAA2CCFC11107E283BF9E43588FAE5F6C7 get_EEAFE8C6E1AB017237567305EE925C976CDB6458_15() const { return ___EEAFE8C6E1AB017237567305EE925C976CDB6458_15; }
inline __StaticArrayInitTypeSizeU3D256_t548520FAA2CCFC11107E283BF9E43588FAE5F6C7 * get_address_of_EEAFE8C6E1AB017237567305EE925C976CDB6458_15() { return &___EEAFE8C6E1AB017237567305EE925C976CDB6458_15; }
inline void set_EEAFE8C6E1AB017237567305EE925C976CDB6458_15(__StaticArrayInitTypeSizeU3D256_t548520FAA2CCFC11107E283BF9E43588FAE5F6C7 value)
{
___EEAFE8C6E1AB017237567305EE925C976CDB6458_15 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // U3CPRIVATEIMPLEMENTATIONDETAILSU3E_TD3F45A95FC1F3A32916F221D83F290D182AD6291_H
#ifndef ARGUMENTEXCEPTION_TEDCD16F20A09ECE461C3DA766C16EDA8864057D1_H
#define ARGUMENTEXCEPTION_TEDCD16F20A09ECE461C3DA766C16EDA8864057D1_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.ArgumentException
struct ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
// System.String System.ArgumentException::m_paramName
String_t* ___m_paramName_17;
public:
inline static int32_t get_offset_of_m_paramName_17() { return static_cast<int32_t>(offsetof(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1, ___m_paramName_17)); }
inline String_t* get_m_paramName_17() const { return ___m_paramName_17; }
inline String_t** get_address_of_m_paramName_17() { return &___m_paramName_17; }
inline void set_m_paramName_17(String_t* value)
{
___m_paramName_17 = value;
Il2CppCodeGenWriteBarrier((&___m_paramName_17), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ARGUMENTEXCEPTION_TEDCD16F20A09ECE461C3DA766C16EDA8864057D1_H
#ifndef TYPECONVERTER_T8306AE03734853B551DDF089C1F17836A7764DBB_H
#define TYPECONVERTER_T8306AE03734853B551DDF089C1F17836A7764DBB_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.ComponentModel.TypeConverter
struct TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB : public RuntimeObject
{
public:
public:
};
struct TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB_StaticFields
{
public:
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.TypeConverter::useCompatibleTypeConversion
bool ___useCompatibleTypeConversion_1;
public:
inline static int32_t get_offset_of_useCompatibleTypeConversion_1() { return static_cast<int32_t>(offsetof(TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB_StaticFields, ___useCompatibleTypeConversion_1)); }
inline bool get_useCompatibleTypeConversion_1() const { return ___useCompatibleTypeConversion_1; }
inline bool* get_address_of_useCompatibleTypeConversion_1() { return &___useCompatibleTypeConversion_1; }
inline void set_useCompatibleTypeConversion_1(bool value)
{
___useCompatibleTypeConversion_1 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TYPECONVERTER_T8306AE03734853B551DDF089C1F17836A7764DBB_H
#ifndef FORMATEXCEPTION_T2808E076CDE4650AF89F55FD78F49290D0EC5BDC_H
#define FORMATEXCEPTION_T2808E076CDE4650AF89F55FD78F49290D0EC5BDC_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.FormatException
struct FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // FORMATEXCEPTION_T2808E076CDE4650AF89F55FD78F49290D0EC5BDC_H
#ifndef INVALIDOPERATIONEXCEPTION_T0530E734D823F78310CAFAFA424CA5164D93A1F1_H
#define INVALIDOPERATIONEXCEPTION_T0530E734D823F78310CAFAFA424CA5164D93A1F1_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.InvalidOperationException
struct InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // INVALIDOPERATIONEXCEPTION_T0530E734D823F78310CAFAFA424CA5164D93A1F1_H
#ifndef NOTSUPPORTEDEXCEPTION_TE75B318D6590A02A5D9B29FD97409B1750FA0010_H
#define NOTSUPPORTEDEXCEPTION_TE75B318D6590A02A5D9B29FD97409B1750FA0010_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.NotSupportedException
struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // NOTSUPPORTEDEXCEPTION_TE75B318D6590A02A5D9B29FD97409B1750FA0010_H
#ifndef PARSINGERROR_T0D5A87AC821FD4B2D294BF89150B61B6F0445DAE_H
#define PARSINGERROR_T0D5A87AC821FD4B2D294BF89150B61B6F0445DAE_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // PARSINGERROR_T0D5A87AC821FD4B2D294BF89150B61B6F0445DAE_H
#ifndef BINDINGFLAGS_TE35C91D046E63A1B92BB9AB909FCF9DA84379ED0_H
#define BINDINGFLAGS_TE35C91D046E63A1B92BB9AB909FCF9DA84379ED0_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Reflection.BindingFlags
struct BindingFlags_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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BINDINGFLAGS_TE35C91D046E63A1B92BB9AB909FCF9DA84379ED0_H
#ifndef STREAMINGCONTEXTSTATES_T6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F_H
#define STREAMINGCONTEXTSTATES_T6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.StreamingContextStates
struct StreamingContextStates_t6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F
{
public:
// System.Int32 System.Runtime.Serialization.StreamingContextStates::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(StreamingContextStates_t6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // STREAMINGCONTEXTSTATES_T6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F_H
#ifndef RUNTIMEFIELDHANDLE_T844BDF00E8E6FE69D9AEAA7657F09018B864F4EF_H
#define RUNTIMEFIELDHANDLE_T844BDF00E8E6FE69D9AEAA7657F09018B864F4EF_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.RuntimeFieldHandle
struct RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF
{
public:
// System.IntPtr System.RuntimeFieldHandle::value
intptr_t ___value_0;
public:
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF, ___value_0)); }
inline intptr_t get_value_0() const { return ___value_0; }
inline intptr_t* get_address_of_value_0() { return &___value_0; }
inline void set_value_0(intptr_t value)
{
___value_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RUNTIMEFIELDHANDLE_T844BDF00E8E6FE69D9AEAA7657F09018B864F4EF_H
#ifndef RUNTIMETYPEHANDLE_T7B542280A22F0EC4EAC2061C29178845847A8B2D_H
#define RUNTIMETYPEHANDLE_T7B542280A22F0EC4EAC2061C29178845847A8B2D_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RUNTIMETYPEHANDLE_T7B542280A22F0EC4EAC2061C29178845847A8B2D_H
#ifndef STRINGCOMPARISON_T02BAA95468CE9E91115C604577611FDF58FEDCF0_H
#define STRINGCOMPARISON_T02BAA95468CE9E91115C604577611FDF58FEDCF0_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.StringComparison
struct StringComparison_t02BAA95468CE9E91115C604577611FDF58FEDCF0
{
public:
// System.Int32 System.StringComparison::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(StringComparison_t02BAA95468CE9E91115C604577611FDF58FEDCF0, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // STRINGCOMPARISON_T02BAA95468CE9E91115C604577611FDF58FEDCF0_H
#ifndef NORMALIZATIONFORM_T37A65F044FE653814E14F5D147919ED0E02A873C_H
#define NORMALIZATIONFORM_T37A65F044FE653814E14F5D147919ED0E02A873C_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // NORMALIZATIONFORM_T37A65F044FE653814E14F5D147919ED0E02A873C_H
#ifndef UNESCAPEMODE_T22E9EF2FB775920C1538E221765EE5B0D91E7470_H
#define UNESCAPEMODE_T22E9EF2FB775920C1538E221765EE5B0D91E7470_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // UNESCAPEMODE_T22E9EF2FB775920C1538E221765EE5B0D91E7470_H
#ifndef CHECK_T597B1C13F5DD4DAAA857F961852721AE4DD0BD5E_H
#define CHECK_T597B1C13F5DD4DAAA857F961852721AE4DD0BD5E_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // CHECK_T597B1C13F5DD4DAAA857F961852721AE4DD0BD5E_H
#ifndef FLAGS_TEBE7CABEBD13F16920D6950B384EB8F988250A2A_H
#define FLAGS_TEBE7CABEBD13F16920D6950B384EB8F988250A2A_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // FLAGS_TEBE7CABEBD13F16920D6950B384EB8F988250A2A_H
#ifndef URIINFO_T9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E_H
#define URIINFO_T9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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((&___Host_0), 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((&___ScopeId_1), 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((&___String_2), 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((&___DnsSafeHost_4), 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((&___MoreInfo_5), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // URIINFO_T9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E_H
#ifndef URICOMPONENTS_TE42D5229291668DE73323E1C519E4E1459A64CFF_H
#define URICOMPONENTS_TE42D5229291668DE73323E1C519E4E1459A64CFF_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // URICOMPONENTS_TE42D5229291668DE73323E1C519E4E1459A64CFF_H
#ifndef URIFORMAT_T4355763D39FF6F0FAA2B43E3A209BA8500730992_H
#define URIFORMAT_T4355763D39FF6F0FAA2B43E3A209BA8500730992_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // URIFORMAT_T4355763D39FF6F0FAA2B43E3A209BA8500730992_H
#ifndef URIHOSTNAMETYPE_T878C7F8270044471359846197DD0FB290E566858_H
#define URIHOSTNAMETYPE_T878C7F8270044471359846197DD0FB290E566858_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // URIHOSTNAMETYPE_T878C7F8270044471359846197DD0FB290E566858_H
#ifndef URIIDNSCOPE_TE1574B39C7492C761EFE2FC12DDE82DE013AC9D1_H
#define URIIDNSCOPE_TE1574B39C7492C761EFE2FC12DDE82DE013AC9D1_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // URIIDNSCOPE_TE1574B39C7492C761EFE2FC12DDE82DE013AC9D1_H
#ifndef URIKIND_T26D0760DDF148ADC939FECD934C0B9FF5C71EA08_H
#define URIKIND_T26D0760DDF148ADC939FECD934C0B9FF5C71EA08_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // URIKIND_T26D0760DDF148ADC939FECD934C0B9FF5C71EA08_H
#ifndef URIQUIRKSVERSION_TB044080854D030F26EB17D99FFE997D0FFB8A374_H
#define URIQUIRKSVERSION_TB044080854D030F26EB17D99FFE997D0FFB8A374_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // URIQUIRKSVERSION_TB044080854D030F26EB17D99FFE997D0FFB8A374_H
#ifndef URISYNTAXFLAGS_T8773DD32DE8871701F05FBED115A2B51679D5D46_H
#define URISYNTAXFLAGS_T8773DD32DE8871701F05FBED115A2B51679D5D46_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // URISYNTAXFLAGS_T8773DD32DE8871701F05FBED115A2B51679D5D46_H
#ifndef ARGUMENTNULLEXCEPTION_T581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_H
#define ARGUMENTNULLEXCEPTION_T581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.ArgumentNullException
struct ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD : public ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ARGUMENTNULLEXCEPTION_T581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_H
#ifndef ARGUMENTOUTOFRANGEEXCEPTION_T94D19DF918A54511AEDF4784C9A08741BAD1DEDA_H
#define ARGUMENTOUTOFRANGEEXCEPTION_T94D19DF918A54511AEDF4784C9A08741BAD1DEDA_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.ArgumentOutOfRangeException
struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA : public ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1
{
public:
// System.Object System.ArgumentOutOfRangeException::m_actualValue
RuntimeObject * ___m_actualValue_19;
public:
inline static int32_t get_offset_of_m_actualValue_19() { return static_cast<int32_t>(offsetof(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA, ___m_actualValue_19)); }
inline RuntimeObject * get_m_actualValue_19() const { return ___m_actualValue_19; }
inline RuntimeObject ** get_address_of_m_actualValue_19() { return &___m_actualValue_19; }
inline void set_m_actualValue_19(RuntimeObject * value)
{
___m_actualValue_19 = value;
Il2CppCodeGenWriteBarrier((&___m_actualValue_19), value);
}
};
struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_StaticFields
{
public:
// System.String modreq(System.Runtime.CompilerServices.IsVolatile) System.ArgumentOutOfRangeException::_rangeMessage
String_t* ____rangeMessage_18;
public:
inline static int32_t get_offset_of__rangeMessage_18() { return static_cast<int32_t>(offsetof(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_StaticFields, ____rangeMessage_18)); }
inline String_t* get__rangeMessage_18() const { return ____rangeMessage_18; }
inline String_t** get_address_of__rangeMessage_18() { return &____rangeMessage_18; }
inline void set__rangeMessage_18(String_t* value)
{
____rangeMessage_18 = value;
Il2CppCodeGenWriteBarrier((&____rangeMessage_18), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ARGUMENTOUTOFRANGEEXCEPTION_T94D19DF918A54511AEDF4784C9A08741BAD1DEDA_H
#ifndef OBJECTDISPOSEDEXCEPTION_TF68E471ECD1419AD7C51137B742837395F50B69A_H
#define OBJECTDISPOSEDEXCEPTION_TF68E471ECD1419AD7C51137B742837395F50B69A_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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((&___objectName_17), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // OBJECTDISPOSEDEXCEPTION_TF68E471ECD1419AD7C51137B742837395F50B69A_H
#ifndef PLATFORMNOTSUPPORTEDEXCEPTION_T14FE109377F8FA8B3B2F9A0C4FE3BF10662C73B5_H
#define PLATFORMNOTSUPPORTEDEXCEPTION_T14FE109377F8FA8B3B2F9A0C4FE3BF10662C73B5_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.PlatformNotSupportedException
struct PlatformNotSupportedException_t14FE109377F8FA8B3B2F9A0C4FE3BF10662C73B5 : public NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // PLATFORMNOTSUPPORTEDEXCEPTION_T14FE109377F8FA8B3B2F9A0C4FE3BF10662C73B5_H
#ifndef STREAMINGCONTEXT_T2CCDC54E0E8D078AF4A50E3A8B921B828A900034_H
#define STREAMINGCONTEXT_T2CCDC54E0E8D078AF4A50E3A8B921B828A900034_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.StreamingContext
struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034
{
public:
// System.Object System.Runtime.Serialization.StreamingContext::m_additionalContext
RuntimeObject * ___m_additionalContext_0;
// System.Runtime.Serialization.StreamingContextStates System.Runtime.Serialization.StreamingContext::m_state
int32_t ___m_state_1;
public:
inline static int32_t get_offset_of_m_additionalContext_0() { return static_cast<int32_t>(offsetof(StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034, ___m_additionalContext_0)); }
inline RuntimeObject * get_m_additionalContext_0() const { return ___m_additionalContext_0; }
inline RuntimeObject ** get_address_of_m_additionalContext_0() { return &___m_additionalContext_0; }
inline void set_m_additionalContext_0(RuntimeObject * value)
{
___m_additionalContext_0 = value;
Il2CppCodeGenWriteBarrier((&___m_additionalContext_0), value);
}
inline static int32_t get_offset_of_m_state_1() { return static_cast<int32_t>(offsetof(StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034, ___m_state_1)); }
inline int32_t get_m_state_1() const { return ___m_state_1; }
inline int32_t* get_address_of_m_state_1() { return &___m_state_1; }
inline void set_m_state_1(int32_t value)
{
___m_state_1 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.Runtime.Serialization.StreamingContext
struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshaled_pinvoke
{
Il2CppIUnknown* ___m_additionalContext_0;
int32_t ___m_state_1;
};
// Native definition for COM marshalling of System.Runtime.Serialization.StreamingContext
struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshaled_com
{
Il2CppIUnknown* ___m_additionalContext_0;
int32_t ___m_state_1;
};
#endif // STREAMINGCONTEXT_T2CCDC54E0E8D078AF4A50E3A8B921B828A900034_H
#ifndef TYPE_T_H
#define TYPE_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Type
struct Type_t : public MemberInfo_t
{
public:
// System.RuntimeTypeHandle System.Type::_impl
RuntimeTypeHandle_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((&___FilterAttribute_0), 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((&___FilterName_1), 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((&___FilterNameIgnoreCase_2), 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((&___Missing_3), 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((&___EmptyTypes_5), 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((&___defaultBinder_6), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TYPE_T_H
#ifndef URI_T87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_H
#define URI_T87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Uri
struct Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E : public RuntimeObject
{
public:
// System.String System.Uri::m_String
String_t* ___m_String_13;
// System.String System.Uri::m_originalUnicodeString
String_t* ___m_originalUnicodeString_14;
// System.UriParser System.Uri::m_Syntax
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * ___m_Syntax_15;
// System.String System.Uri::m_DnsSafeHost
String_t* ___m_DnsSafeHost_16;
// System.Uri_Flags System.Uri::m_Flags
uint64_t ___m_Flags_17;
// System.Uri_UriInfo System.Uri::m_Info
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * ___m_Info_18;
// System.Boolean System.Uri::m_iriParsing
bool ___m_iriParsing_19;
public:
inline static int32_t get_offset_of_m_String_13() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E, ___m_String_13)); }
inline String_t* get_m_String_13() const { return ___m_String_13; }
inline String_t** get_address_of_m_String_13() { return &___m_String_13; }
inline void set_m_String_13(String_t* value)
{
___m_String_13 = value;
Il2CppCodeGenWriteBarrier((&___m_String_13), value);
}
inline static int32_t get_offset_of_m_originalUnicodeString_14() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E, ___m_originalUnicodeString_14)); }
inline String_t* get_m_originalUnicodeString_14() const { return ___m_originalUnicodeString_14; }
inline String_t** get_address_of_m_originalUnicodeString_14() { return &___m_originalUnicodeString_14; }
inline void set_m_originalUnicodeString_14(String_t* value)
{
___m_originalUnicodeString_14 = value;
Il2CppCodeGenWriteBarrier((&___m_originalUnicodeString_14), value);
}
inline static int32_t get_offset_of_m_Syntax_15() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E, ___m_Syntax_15)); }
inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * get_m_Syntax_15() const { return ___m_Syntax_15; }
inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC ** get_address_of_m_Syntax_15() { return &___m_Syntax_15; }
inline void set_m_Syntax_15(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * value)
{
___m_Syntax_15 = value;
Il2CppCodeGenWriteBarrier((&___m_Syntax_15), value);
}
inline static int32_t get_offset_of_m_DnsSafeHost_16() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E, ___m_DnsSafeHost_16)); }
inline String_t* get_m_DnsSafeHost_16() const { return ___m_DnsSafeHost_16; }
inline String_t** get_address_of_m_DnsSafeHost_16() { return &___m_DnsSafeHost_16; }
inline void set_m_DnsSafeHost_16(String_t* value)
{
___m_DnsSafeHost_16 = value;
Il2CppCodeGenWriteBarrier((&___m_DnsSafeHost_16), value);
}
inline static int32_t get_offset_of_m_Flags_17() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E, ___m_Flags_17)); }
inline uint64_t get_m_Flags_17() const { return ___m_Flags_17; }
inline uint64_t* get_address_of_m_Flags_17() { return &___m_Flags_17; }
inline void set_m_Flags_17(uint64_t value)
{
___m_Flags_17 = value;
}
inline static int32_t get_offset_of_m_Info_18() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E, ___m_Info_18)); }
inline UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * get_m_Info_18() const { return ___m_Info_18; }
inline UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E ** get_address_of_m_Info_18() { return &___m_Info_18; }
inline void set_m_Info_18(UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * value)
{
___m_Info_18 = value;
Il2CppCodeGenWriteBarrier((&___m_Info_18), value);
}
inline static int32_t get_offset_of_m_iriParsing_19() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E, ___m_iriParsing_19)); }
inline bool get_m_iriParsing_19() const { return ___m_iriParsing_19; }
inline bool* get_address_of_m_iriParsing_19() { return &___m_iriParsing_19; }
inline void set_m_iriParsing_19(bool value)
{
___m_iriParsing_19 = 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_20;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_ConfigInitializing
bool ___s_ConfigInitializing_21;
// System.UriIdnScope modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IdnScope
int32_t ___s_IdnScope_22;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IriParsing
bool ___s_IriParsing_23;
// System.Boolean System.Uri::useDotNetRelativeOrAbsolute
bool ___useDotNetRelativeOrAbsolute_24;
// System.Boolean System.Uri::IsWindowsFileSystem
bool ___IsWindowsFileSystem_25;
// System.Object System.Uri::s_initLock
RuntimeObject * ___s_initLock_26;
// System.Char[] System.Uri::HexLowerChars
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___HexLowerChars_27;
// System.Char[] System.Uri::_WSchars
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ____WSchars_28;
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((&___UriSchemeFile_0), 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((&___UriSchemeFtp_1), 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((&___UriSchemeGopher_2), 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((&___UriSchemeHttp_3), 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((&___UriSchemeHttps_4), 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((&___UriSchemeWs_5), 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((&___UriSchemeWss_6), 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((&___UriSchemeMailto_7), 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((&___UriSchemeNews_8), 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((&___UriSchemeNntp_9), 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((&___UriSchemeNetTcp_10), 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((&___UriSchemeNetPipe_11), 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((&___SchemeDelimiter_12), value);
}
inline static int32_t get_offset_of_s_ConfigInitialized_20() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___s_ConfigInitialized_20)); }
inline bool get_s_ConfigInitialized_20() const { return ___s_ConfigInitialized_20; }
inline bool* get_address_of_s_ConfigInitialized_20() { return &___s_ConfigInitialized_20; }
inline void set_s_ConfigInitialized_20(bool value)
{
___s_ConfigInitialized_20 = value;
}
inline static int32_t get_offset_of_s_ConfigInitializing_21() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___s_ConfigInitializing_21)); }
inline bool get_s_ConfigInitializing_21() const { return ___s_ConfigInitializing_21; }
inline bool* get_address_of_s_ConfigInitializing_21() { return &___s_ConfigInitializing_21; }
inline void set_s_ConfigInitializing_21(bool value)
{
___s_ConfigInitializing_21 = value;
}
inline static int32_t get_offset_of_s_IdnScope_22() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___s_IdnScope_22)); }
inline int32_t get_s_IdnScope_22() const { return ___s_IdnScope_22; }
inline int32_t* get_address_of_s_IdnScope_22() { return &___s_IdnScope_22; }
inline void set_s_IdnScope_22(int32_t value)
{
___s_IdnScope_22 = value;
}
inline static int32_t get_offset_of_s_IriParsing_23() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___s_IriParsing_23)); }
inline bool get_s_IriParsing_23() const { return ___s_IriParsing_23; }
inline bool* get_address_of_s_IriParsing_23() { return &___s_IriParsing_23; }
inline void set_s_IriParsing_23(bool value)
{
___s_IriParsing_23 = value;
}
inline static int32_t get_offset_of_useDotNetRelativeOrAbsolute_24() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___useDotNetRelativeOrAbsolute_24)); }
inline bool get_useDotNetRelativeOrAbsolute_24() const { return ___useDotNetRelativeOrAbsolute_24; }
inline bool* get_address_of_useDotNetRelativeOrAbsolute_24() { return &___useDotNetRelativeOrAbsolute_24; }
inline void set_useDotNetRelativeOrAbsolute_24(bool value)
{
___useDotNetRelativeOrAbsolute_24 = value;
}
inline static int32_t get_offset_of_IsWindowsFileSystem_25() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___IsWindowsFileSystem_25)); }
inline bool get_IsWindowsFileSystem_25() const { return ___IsWindowsFileSystem_25; }
inline bool* get_address_of_IsWindowsFileSystem_25() { return &___IsWindowsFileSystem_25; }
inline void set_IsWindowsFileSystem_25(bool value)
{
___IsWindowsFileSystem_25 = value;
}
inline static int32_t get_offset_of_s_initLock_26() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___s_initLock_26)); }
inline RuntimeObject * get_s_initLock_26() const { return ___s_initLock_26; }
inline RuntimeObject ** get_address_of_s_initLock_26() { return &___s_initLock_26; }
inline void set_s_initLock_26(RuntimeObject * value)
{
___s_initLock_26 = value;
Il2CppCodeGenWriteBarrier((&___s_initLock_26), value);
}
inline static int32_t get_offset_of_HexLowerChars_27() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___HexLowerChars_27)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_HexLowerChars_27() const { return ___HexLowerChars_27; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_HexLowerChars_27() { return &___HexLowerChars_27; }
inline void set_HexLowerChars_27(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___HexLowerChars_27 = value;
Il2CppCodeGenWriteBarrier((&___HexLowerChars_27), value);
}
inline static int32_t get_offset_of__WSchars_28() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ____WSchars_28)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get__WSchars_28() const { return ____WSchars_28; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of__WSchars_28() { return &____WSchars_28; }
inline void set__WSchars_28(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
____WSchars_28 = value;
Il2CppCodeGenWriteBarrier((&____WSchars_28), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // URI_T87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_H
#ifndef URIFORMATEXCEPTION_T86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A_H
#define URIFORMATEXCEPTION_T86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.UriFormatException
struct UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A : public FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // URIFORMATEXCEPTION_T86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A_H
#ifndef URIPARSER_T07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_H
#define URIPARSER_T07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.UriParser
struct UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC : public RuntimeObject
{
public:
// System.UriSyntaxFlags System.UriParser::m_Flags
int32_t ___m_Flags_2;
// System.UriSyntaxFlags modreq(System.Runtime.CompilerServices.IsVolatile) System.UriParser::m_UpdatableFlags
int32_t ___m_UpdatableFlags_3;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.UriParser::m_UpdatableFlagsUsed
bool ___m_UpdatableFlagsUsed_4;
// System.Int32 System.UriParser::m_Port
int32_t ___m_Port_5;
// System.String System.UriParser::m_Scheme
String_t* ___m_Scheme_6;
public:
inline static int32_t get_offset_of_m_Flags_2() { return static_cast<int32_t>(offsetof(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC, ___m_Flags_2)); }
inline int32_t get_m_Flags_2() const { return ___m_Flags_2; }
inline int32_t* get_address_of_m_Flags_2() { return &___m_Flags_2; }
inline void set_m_Flags_2(int32_t value)
{
___m_Flags_2 = value;
}
inline static int32_t get_offset_of_m_UpdatableFlags_3() { return static_cast<int32_t>(offsetof(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC, ___m_UpdatableFlags_3)); }
inline int32_t get_m_UpdatableFlags_3() const { return ___m_UpdatableFlags_3; }
inline int32_t* get_address_of_m_UpdatableFlags_3() { return &___m_UpdatableFlags_3; }
inline void set_m_UpdatableFlags_3(int32_t value)
{
___m_UpdatableFlags_3 = value;
}
inline static int32_t get_offset_of_m_UpdatableFlagsUsed_4() { return static_cast<int32_t>(offsetof(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC, ___m_UpdatableFlagsUsed_4)); }
inline bool get_m_UpdatableFlagsUsed_4() const { return ___m_UpdatableFlagsUsed_4; }
inline bool* get_address_of_m_UpdatableFlagsUsed_4() { return &___m_UpdatableFlagsUsed_4; }
inline void set_m_UpdatableFlagsUsed_4(bool value)
{
___m_UpdatableFlagsUsed_4 = value;
}
inline static int32_t get_offset_of_m_Port_5() { return static_cast<int32_t>(offsetof(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC, ___m_Port_5)); }
inline int32_t get_m_Port_5() const { return ___m_Port_5; }
inline int32_t* get_address_of_m_Port_5() { return &___m_Port_5; }
inline void set_m_Port_5(int32_t value)
{
___m_Port_5 = value;
}
inline static int32_t get_offset_of_m_Scheme_6() { return static_cast<int32_t>(offsetof(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC, ___m_Scheme_6)); }
inline String_t* get_m_Scheme_6() const { return ___m_Scheme_6; }
inline String_t** get_address_of_m_Scheme_6() { return &___m_Scheme_6; }
inline void set_m_Scheme_6(String_t* value)
{
___m_Scheme_6 = value;
Il2CppCodeGenWriteBarrier((&___m_Scheme_6), value);
}
};
struct UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields
{
public:
// System.Collections.Generic.Dictionary`2<System.String,System.UriParser> System.UriParser::m_Table
Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE * ___m_Table_0;
// System.Collections.Generic.Dictionary`2<System.String,System.UriParser> System.UriParser::m_TempTable
Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE * ___m_TempTable_1;
// System.UriParser System.UriParser::HttpUri
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * ___HttpUri_7;
// System.UriParser System.UriParser::HttpsUri
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * ___HttpsUri_8;
// System.UriParser System.UriParser::WsUri
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * ___WsUri_9;
// System.UriParser System.UriParser::WssUri
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * ___WssUri_10;
// System.UriParser System.UriParser::FtpUri
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * ___FtpUri_11;
// System.UriParser System.UriParser::FileUri
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * ___FileUri_12;
// System.UriParser System.UriParser::GopherUri
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * ___GopherUri_13;
// System.UriParser System.UriParser::NntpUri
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * ___NntpUri_14;
// System.UriParser System.UriParser::NewsUri
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * ___NewsUri_15;
// System.UriParser System.UriParser::MailToUri
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * ___MailToUri_16;
// System.UriParser System.UriParser::UuidUri
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * ___UuidUri_17;
// System.UriParser System.UriParser::TelnetUri
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * ___TelnetUri_18;
// System.UriParser System.UriParser::LdapUri
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * ___LdapUri_19;
// System.UriParser System.UriParser::NetTcpUri
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * ___NetTcpUri_20;
// System.UriParser System.UriParser::NetPipeUri
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * ___NetPipeUri_21;
// System.UriParser System.UriParser::VsMacrosUri
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * ___VsMacrosUri_22;
// System.UriParser_UriQuirksVersion System.UriParser::s_QuirksVersion
int32_t ___s_QuirksVersion_23;
// System.UriSyntaxFlags System.UriParser::HttpSyntaxFlags
int32_t ___HttpSyntaxFlags_24;
// System.UriSyntaxFlags System.UriParser::FileSyntaxFlags
int32_t ___FileSyntaxFlags_25;
public:
inline static int32_t get_offset_of_m_Table_0() { return static_cast<int32_t>(offsetof(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields, ___m_Table_0)); }
inline Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE * get_m_Table_0() const { return ___m_Table_0; }
inline Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE ** get_address_of_m_Table_0() { return &___m_Table_0; }
inline void set_m_Table_0(Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE * value)
{
___m_Table_0 = value;
Il2CppCodeGenWriteBarrier((&___m_Table_0), value);
}
inline static int32_t get_offset_of_m_TempTable_1() { return static_cast<int32_t>(offsetof(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields, ___m_TempTable_1)); }
inline Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE * get_m_TempTable_1() const { return ___m_TempTable_1; }
inline Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE ** get_address_of_m_TempTable_1() { return &___m_TempTable_1; }
inline void set_m_TempTable_1(Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE * value)
{
___m_TempTable_1 = value;
Il2CppCodeGenWriteBarrier((&___m_TempTable_1), value);
}
inline static int32_t get_offset_of_HttpUri_7() { return static_cast<int32_t>(offsetof(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields, ___HttpUri_7)); }
inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * get_HttpUri_7() const { return ___HttpUri_7; }
inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC ** get_address_of_HttpUri_7() { return &___HttpUri_7; }
inline void set_HttpUri_7(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * value)
{
___HttpUri_7 = value;
Il2CppCodeGenWriteBarrier((&___HttpUri_7), value);
}
inline static int32_t get_offset_of_HttpsUri_8() { return static_cast<int32_t>(offsetof(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields, ___HttpsUri_8)); }
inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * get_HttpsUri_8() const { return ___HttpsUri_8; }
inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC ** get_address_of_HttpsUri_8() { return &___HttpsUri_8; }
inline void set_HttpsUri_8(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * value)
{
___HttpsUri_8 = value;
Il2CppCodeGenWriteBarrier((&___HttpsUri_8), value);
}
inline static int32_t get_offset_of_WsUri_9() { return static_cast<int32_t>(offsetof(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields, ___WsUri_9)); }
inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * get_WsUri_9() const { return ___WsUri_9; }
inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC ** get_address_of_WsUri_9() { return &___WsUri_9; }
inline void set_WsUri_9(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * value)
{
___WsUri_9 = value;
Il2CppCodeGenWriteBarrier((&___WsUri_9), value);
}
inline static int32_t get_offset_of_WssUri_10() { return static_cast<int32_t>(offsetof(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields, ___WssUri_10)); }
inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * get_WssUri_10() const { return ___WssUri_10; }
inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC ** get_address_of_WssUri_10() { return &___WssUri_10; }
inline void set_WssUri_10(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * value)
{
___WssUri_10 = value;
Il2CppCodeGenWriteBarrier((&___WssUri_10), value);
}
inline static int32_t get_offset_of_FtpUri_11() { return static_cast<int32_t>(offsetof(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields, ___FtpUri_11)); }
inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * get_FtpUri_11() const { return ___FtpUri_11; }
inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC ** get_address_of_FtpUri_11() { return &___FtpUri_11; }
inline void set_FtpUri_11(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * value)
{
___FtpUri_11 = value;
Il2CppCodeGenWriteBarrier((&___FtpUri_11), value);
}
inline static int32_t get_offset_of_FileUri_12() { return static_cast<int32_t>(offsetof(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields, ___FileUri_12)); }
inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * get_FileUri_12() const { return ___FileUri_12; }
inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC ** get_address_of_FileUri_12() { return &___FileUri_12; }
inline void set_FileUri_12(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * value)
{
___FileUri_12 = value;
Il2CppCodeGenWriteBarrier((&___FileUri_12), value);
}
inline static int32_t get_offset_of_GopherUri_13() { return static_cast<int32_t>(offsetof(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields, ___GopherUri_13)); }
inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * get_GopherUri_13() const { return ___GopherUri_13; }
inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC ** get_address_of_GopherUri_13() { return &___GopherUri_13; }
inline void set_GopherUri_13(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * value)
{
___GopherUri_13 = value;
Il2CppCodeGenWriteBarrier((&___GopherUri_13), value);
}
inline static int32_t get_offset_of_NntpUri_14() { return static_cast<int32_t>(offsetof(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields, ___NntpUri_14)); }
inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * get_NntpUri_14() const { return ___NntpUri_14; }
inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC ** get_address_of_NntpUri_14() { return &___NntpUri_14; }
inline void set_NntpUri_14(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * value)
{
___NntpUri_14 = value;
Il2CppCodeGenWriteBarrier((&___NntpUri_14), value);
}
inline static int32_t get_offset_of_NewsUri_15() { return static_cast<int32_t>(offsetof(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields, ___NewsUri_15)); }
inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * get_NewsUri_15() const { return ___NewsUri_15; }
inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC ** get_address_of_NewsUri_15() { return &___NewsUri_15; }
inline void set_NewsUri_15(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * value)
{
___NewsUri_15 = value;
Il2CppCodeGenWriteBarrier((&___NewsUri_15), value);
}
inline static int32_t get_offset_of_MailToUri_16() { return static_cast<int32_t>(offsetof(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields, ___MailToUri_16)); }
inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * get_MailToUri_16() const { return ___MailToUri_16; }
inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC ** get_address_of_MailToUri_16() { return &___MailToUri_16; }
inline void set_MailToUri_16(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * value)
{
___MailToUri_16 = value;
Il2CppCodeGenWriteBarrier((&___MailToUri_16), value);
}
inline static int32_t get_offset_of_UuidUri_17() { return static_cast<int32_t>(offsetof(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields, ___UuidUri_17)); }
inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * get_UuidUri_17() const { return ___UuidUri_17; }
inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC ** get_address_of_UuidUri_17() { return &___UuidUri_17; }
inline void set_UuidUri_17(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * value)
{
___UuidUri_17 = value;
Il2CppCodeGenWriteBarrier((&___UuidUri_17), value);
}
inline static int32_t get_offset_of_TelnetUri_18() { return static_cast<int32_t>(offsetof(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields, ___TelnetUri_18)); }
inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * get_TelnetUri_18() const { return ___TelnetUri_18; }
inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC ** get_address_of_TelnetUri_18() { return &___TelnetUri_18; }
inline void set_TelnetUri_18(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * value)
{
___TelnetUri_18 = value;
Il2CppCodeGenWriteBarrier((&___TelnetUri_18), value);
}
inline static int32_t get_offset_of_LdapUri_19() { return static_cast<int32_t>(offsetof(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields, ___LdapUri_19)); }
inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * get_LdapUri_19() const { return ___LdapUri_19; }
inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC ** get_address_of_LdapUri_19() { return &___LdapUri_19; }
inline void set_LdapUri_19(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * value)
{
___LdapUri_19 = value;
Il2CppCodeGenWriteBarrier((&___LdapUri_19), value);
}
inline static int32_t get_offset_of_NetTcpUri_20() { return static_cast<int32_t>(offsetof(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields, ___NetTcpUri_20)); }
inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * get_NetTcpUri_20() const { return ___NetTcpUri_20; }
inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC ** get_address_of_NetTcpUri_20() { return &___NetTcpUri_20; }
inline void set_NetTcpUri_20(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * value)
{
___NetTcpUri_20 = value;
Il2CppCodeGenWriteBarrier((&___NetTcpUri_20), value);
}
inline static int32_t get_offset_of_NetPipeUri_21() { return static_cast<int32_t>(offsetof(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields, ___NetPipeUri_21)); }
inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * get_NetPipeUri_21() const { return ___NetPipeUri_21; }
inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC ** get_address_of_NetPipeUri_21() { return &___NetPipeUri_21; }
inline void set_NetPipeUri_21(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * value)
{
___NetPipeUri_21 = value;
Il2CppCodeGenWriteBarrier((&___NetPipeUri_21), value);
}
inline static int32_t get_offset_of_VsMacrosUri_22() { return static_cast<int32_t>(offsetof(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields, ___VsMacrosUri_22)); }
inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * get_VsMacrosUri_22() const { return ___VsMacrosUri_22; }
inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC ** get_address_of_VsMacrosUri_22() { return &___VsMacrosUri_22; }
inline void set_VsMacrosUri_22(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * value)
{
___VsMacrosUri_22 = value;
Il2CppCodeGenWriteBarrier((&___VsMacrosUri_22), value);
}
inline static int32_t get_offset_of_s_QuirksVersion_23() { return static_cast<int32_t>(offsetof(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields, ___s_QuirksVersion_23)); }
inline int32_t get_s_QuirksVersion_23() const { return ___s_QuirksVersion_23; }
inline int32_t* get_address_of_s_QuirksVersion_23() { return &___s_QuirksVersion_23; }
inline void set_s_QuirksVersion_23(int32_t value)
{
___s_QuirksVersion_23 = value;
}
inline static int32_t get_offset_of_HttpSyntaxFlags_24() { return static_cast<int32_t>(offsetof(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields, ___HttpSyntaxFlags_24)); }
inline int32_t get_HttpSyntaxFlags_24() const { return ___HttpSyntaxFlags_24; }
inline int32_t* get_address_of_HttpSyntaxFlags_24() { return &___HttpSyntaxFlags_24; }
inline void set_HttpSyntaxFlags_24(int32_t value)
{
___HttpSyntaxFlags_24 = value;
}
inline static int32_t get_offset_of_FileSyntaxFlags_25() { return static_cast<int32_t>(offsetof(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields, ___FileSyntaxFlags_25)); }
inline int32_t get_FileSyntaxFlags_25() const { return ___FileSyntaxFlags_25; }
inline int32_t* get_address_of_FileSyntaxFlags_25() { return &___FileSyntaxFlags_25; }
inline void set_FileSyntaxFlags_25(int32_t value)
{
___FileSyntaxFlags_25 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // URIPARSER_T07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_H
#ifndef URITYPECONVERTER_T96793526764A246FBAEE2F4F639AFAF270EE81D1_H
#define URITYPECONVERTER_T96793526764A246FBAEE2F4F639AFAF270EE81D1_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.UriTypeConverter
struct UriTypeConverter_t96793526764A246FBAEE2F4F639AFAF270EE81D1 : public TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // URITYPECONVERTER_T96793526764A246FBAEE2F4F639AFAF270EE81D1_H
#ifndef BUILTINURIPARSER_T5C00B9ABDAFDD2FFEAAA5C4A6FF01FF0BE58E57B_H
#define BUILTINURIPARSER_T5C00B9ABDAFDD2FFEAAA5C4A6FF01FF0BE58E57B_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.UriParser_BuiltInUriParser
struct BuiltInUriParser_t5C00B9ABDAFDD2FFEAAA5C4A6FF01FF0BE58E57B : public UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BUILTINURIPARSER_T5C00B9ABDAFDD2FFEAAA5C4A6FF01FF0BE58E57B_H
#ifndef THROWSTUB_T03526C535287FADF58CBFA05084AE89A0ACFFEFA_H
#define THROWSTUB_T03526C535287FADF58CBFA05084AE89A0ACFFEFA_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Unity.ThrowStub
struct ThrowStub_t03526C535287FADF58CBFA05084AE89A0ACFFEFA : public ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // THROWSTUB_T03526C535287FADF58CBFA05084AE89A0ACFFEFA_H
// 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.Object[]
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A : public RuntimeArray
{
public:
ALIGN_FIELD (8) RuntimeObject * m_Items[1];
public:
inline RuntimeObject * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
};
// System.String[]
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E : public RuntimeArray
{
public:
ALIGN_FIELD (8) String_t* m_Items[1];
public:
inline String_t* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline String_t** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, String_t* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
};
// System.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.Object>::.ctor(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m2895EBB13AA7D9232058658A7DC404DC5F608923_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, int32_t p0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::set_Item(!0,!1)
extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m466D001F105E25DEB5C9BCB17837EE92A27FDE93_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * p0, RuntimeObject * p1, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Object>::TryGetValue(!0,!1&)
extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m3455807C552312C60038DF52EF328C3687442DE3_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * p0, RuntimeObject ** p1, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.Dictionary`2<System.Object,System.Object>::get_Count()
extern "C" IL2CPP_METHOD_ATTR int32_t Dictionary_2_get_Count_m1B06EB9D28DDA7E38DDC20D88532DFF246F03DF6_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, const RuntimeMethod* method);
// System.Boolean System.UriParser::InFact(System.UriSyntaxFlags)
extern "C" IL2CPP_METHOD_ATTR bool UriParser_InFact_mDD42FA932B6830D99AA04C2AE7875BA5067C86F3 (UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * __this, int32_t ___flags0, const RuntimeMethod* method);
// System.UriSyntaxFlags System.UriParser::get_Flags()
extern "C" IL2CPP_METHOD_ATTR int32_t UriParser_get_Flags_mBCF4C3E94892F00B6E8856BFED1B650FB6A0C039 (UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * __this, const RuntimeMethod* method);
// System.Boolean System.Uri::NotAny(System.Uri/Flags)
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)
extern "C" IL2CPP_METHOD_ATTR bool Uri_StaticNotAny_mC07A1201FBE032238FCFA96E9FB5D60AEDACCC5A (uint64_t ___allFlags0, uint64_t ___checkFlags1, const RuntimeMethod* method);
// System.Boolean System.Uri::get_IsDosPath()
extern "C" IL2CPP_METHOD_ATTR bool Uri_get_IsDosPath_m89CA4E32381C529502E91872BC89BD18F5419D08 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
// System.Char System.String::get_Chars(System.Int32)
extern "C" IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96 (String_t* __this, int32_t p0, const RuntimeMethod* method);
// System.Void System.Uri::CreateUriInfo(System.Uri/Flags)
extern "C" IL2CPP_METHOD_ATTR void Uri_CreateUriInfo_mC112D6E7002CA014AB6BEA878A66ECC46340FAAF (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, uint64_t ___cF0, const RuntimeMethod* method);
// System.Void System.Uri::ParseRemaining()
extern "C" IL2CPP_METHOD_ATTR void Uri_ParseRemaining_mBAE0F9850CD84965B3793B17444C677D77D58774 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
// System.Uri/UriInfo System.Uri::EnsureUriInfo()
extern "C" IL2CPP_METHOD_ATTR UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * Uri_EnsureUriInfo_m4B46DF8611FA6D20D497D12D00544CFB466DCFA7 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
// System.Boolean System.Uri::InFact(System.Uri/Flags)
extern "C" IL2CPP_METHOD_ATTR bool Uri_InFact_m4CE890C86FA34154A044516D2F3C9463389220D7 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, uint64_t ___flags0, const RuntimeMethod* method);
// System.Void System.Uri::CreateHostString()
extern "C" IL2CPP_METHOD_ATTR void Uri_CreateHostString_m6FEC48641D3786D73B50D5DC792804C9A4D70C54 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
// System.Void System.Object::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0 (RuntimeObject * __this, const RuntimeMethod* method);
// System.Void System.ArgumentNullException::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * __this, String_t* p0, const RuntimeMethod* method);
// System.Void System.Uri::CreateThis(System.String,System.Boolean,System.UriKind)
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()
extern "C" IL2CPP_METHOD_ATTR bool Uri_get_IsAbsoluteUri_m8C189085F1C675DBC3148AA70C38074EC075D722 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
// System.Void System.ArgumentOutOfRangeException::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6 (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * __this, String_t* p0, const RuntimeMethod* method);
// System.Void System.Uri::CreateUri(System.Uri,System.String,System.Boolean)
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()
extern "C" IL2CPP_METHOD_ATTR UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * Uri_get_Syntax_m3DB6A5D9E6FC3E0D0A63EA8A4527AF4106F9BD78 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
// System.Boolean System.UriParser::get_IsSimple()
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&)
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)
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)
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&)
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)
extern "C" IL2CPP_METHOD_ATTR String_t* String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB (String_t* __this, int32_t p0, int32_t p1, const RuntimeMethod* method);
// System.Int32 System.Runtime.CompilerServices.RuntimeHelpers::get_OffsetToStringData()
extern "C" IL2CPP_METHOD_ATTR int32_t RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B (const RuntimeMethod* method);
// System.Int32 System.String::get_Length()
extern "C" IL2CPP_METHOD_ATTR int32_t String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018 (String_t* __this, const RuntimeMethod* method);
// System.ParsingError System.Uri::CheckSchemeSyntax(System.Char*,System.UInt16,System.UriParser&)
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)
extern "C" IL2CPP_METHOD_ATTR String_t* String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE (String_t* __this, int32_t p0, const RuntimeMethod* method);
// System.String System.Uri::get_OriginalString()
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)
extern "C" IL2CPP_METHOD_ATTR String_t* Uri_CombineUri_m77B7B8B856CF8100E51250247930963E7C544F91 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___basePart0, String_t* ___relativePart1, int32_t ___uriFormat2, const RuntimeMethod* method);
// System.String SR::GetString(System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7 (String_t* ___name0, const RuntimeMethod* method);
// System.Void System.UriFormatException::.ctor(System.String)
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)
extern "C" IL2CPP_METHOD_ATTR String_t* SerializationInfo_GetString_m06805A4E368E0B98D5FA70A9333B277CBDD84CF4 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* p0, const RuntimeMethod* method);
// System.Void System.Uri::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
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)
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)
extern "C" IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* p0, RuntimeObject * p1, const RuntimeMethod* method);
// System.Boolean System.Uri::get_IsNotAbsoluteUri()
extern "C" IL2CPP_METHOD_ATTR bool Uri_get_IsNotAbsoluteUri_mF9706123EB027C6E9AB263B98CE58CF319A22919 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
// System.Void System.InvalidOperationException::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706 (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * __this, String_t* p0, const RuntimeMethod* method);
// System.String System.Uri::get_PrivateAbsolutePath()
extern "C" IL2CPP_METHOD_ATTR String_t* Uri_get_PrivateAbsolutePath_mC1CDB66963BF6D6AEDE0713D3CF0CE0647A6A532 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
// System.Void System.Uri/MoreInfo::.ctor()
extern "C" IL2CPP_METHOD_ATTR void MoreInfo__ctor_mFE29F028646C12EDCAF7F0F78F9A85D52C10B83C (MoreInfo_t83B9EC79244C26B468C115E54C0BEF09BB2E05B5 * __this, const RuntimeMethod* method);
// System.String System.Uri::GetLocalPath()
extern "C" IL2CPP_METHOD_ATTR String_t* Uri_GetLocalPath_m0E14B876FC912A64FC37663FBB3F65234FD4146E (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
// System.Void System.Uri::EnsureHostString(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void Uri_EnsureHostString_m4BD63AA5A88CA09572A8A7CF3B2EDDE17EF9C720 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, bool ___allowDnsOptimization0, const RuntimeMethod* method);
// System.Uri/Flags System.Uri::get_HostType()
extern "C" IL2CPP_METHOD_ATTR uint64_t Uri_get_HostType_mBB4EE8652EA19E2FB8C696302D5EBE82F358EC90 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
// System.String System.UriParser::get_SchemeName()
extern "C" IL2CPP_METHOD_ATTR String_t* UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1 (UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * __this, const RuntimeMethod* method);
// System.Boolean System.Uri::get_IsUncPath()
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)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Interlocked_CompareExchange_m92F692322F12C6FD29B3834B380639DCD094B651 (RuntimeObject ** p0, RuntimeObject * p1, RuntimeObject * p2, const RuntimeMethod* method);
// System.Object System.Uri::get_InitializeLock()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Uri_get_InitializeLock_m45D6A11D14958E716715351E52207DCA808F00EE (const RuntimeMethod* method);
// System.Void System.Threading.Monitor::Enter(System.Object,System.Boolean&)
extern "C" IL2CPP_METHOD_ATTR void Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5 (RuntimeObject * p0, bool* p1, const RuntimeMethod* method);
// System.Void System.Threading.Monitor::Exit(System.Object)
extern "C" IL2CPP_METHOD_ATTR void Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2 (RuntimeObject * p0, const RuntimeMethod* method);
// System.Void System.Uri::EnsureParseRemaining()
extern "C" IL2CPP_METHOD_ATTR void Uri_EnsureParseRemaining_m33815B5767FAFADB762F7E39364E6432340F210B (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
// System.Boolean System.Uri::get_IsFile()
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)
extern "C" IL2CPP_METHOD_ATTR bool String_StartsWith_m844A95C9A205A0F951B0C45634E0C222E73D0B49 (String_t* __this, String_t* p0, int32_t p1, const RuntimeMethod* method);
// System.Boolean System.Uri::get_IsLoopback()
extern "C" IL2CPP_METHOD_ATTR bool Uri_get_IsLoopback_mCD7E1228C8296730CBD31C713B0A81B660D99BC4 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
// System.Boolean System.Uri::get_IsUncOrDosPath()
extern "C" IL2CPP_METHOD_ATTR bool Uri_get_IsUncOrDosPath_mE372CA996BE5B29DD531D7C6DD1809E17441005E (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
// System.Boolean System.Uri::get_IsImplicitFile()
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)
extern "C" IL2CPP_METHOD_ATTR String_t* String_Remove_m54FD37F2B9CA7DBFE440B0CB8503640A2CFF00FF (String_t* __this, int32_t p0, int32_t p1, const RuntimeMethod* method);
// System.String System.String::Insert(System.Int32,System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* String_Insert_m2525FE6F79C96A359A588C8FA764419EBD811749 (String_t* __this, int32_t p0, String_t* p1, const RuntimeMethod* method);
// System.String System.String::Replace(System.Char,System.Char)
extern "C" IL2CPP_METHOD_ATTR String_t* String_Replace_m276641366A463205C185A9B3DC0E24ECB95122C9 (String_t* __this, Il2CppChar p0, Il2CppChar p1, 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)
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)
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)
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)
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()
extern "C" IL2CPP_METHOD_ATTR int32_t UriParser_get_DefaultPort_m050510870CCD4DD08DF7E98E2AF3D616446AD99D (UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * __this, const RuntimeMethod* method);
// System.Boolean System.Uri::get_AllowIdn()
extern "C" IL2CPP_METHOD_ATTR bool Uri_get_AllowIdn_mF1833CB700E04D746D75428948BEBC70536E1941 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
// System.Boolean System.Uri::get_OriginalStringSwitched()
extern "C" IL2CPP_METHOD_ATTR bool Uri_get_OriginalStringSwitched_m79E1C9F1C4E0ACCC85BB68841C167DDEA15CC72D (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
// System.Boolean System.String::IsNullOrEmpty(System.String)
extern "C" IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229 (String_t* p0, const RuntimeMethod* method);
// System.String System.String::Concat(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE (String_t* p0, String_t* p1, const RuntimeMethod* method);
// System.Boolean System.Uri::IsAsciiLetter(System.Char)
extern "C" IL2CPP_METHOD_ATTR bool Uri_IsAsciiLetter_m93435A20DF4DEE153B87B26D07B9963F1BF4F373 (Il2CppChar ___character0, const RuntimeMethod* method);
// System.Boolean System.Uri::IsAsciiLetterOrDigit(System.Char)
extern "C" IL2CPP_METHOD_ATTR bool Uri_IsAsciiLetterOrDigit_mEBA81E735141504B5804F0B3C94EC39B24AF8661 (Il2CppChar ___character0, const RuntimeMethod* method);
// System.Void System.ArgumentException::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7 (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * __this, String_t* p0, const RuntimeMethod* method);
// System.Int32 System.Uri::CalculateCaseInsensitiveHashCode(System.String)
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)
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&)
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)
extern "C" IL2CPP_METHOD_ATTR bool String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1 (String_t* __this, String_t* p0, const RuntimeMethod* method);
// System.Int32 System.String::Compare(System.String,System.String,System.StringComparison)
extern "C" IL2CPP_METHOD_ATTR int32_t String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442 (String_t* p0, String_t* p1, int32_t p2, const RuntimeMethod* method);
// System.Boolean System.Uri::get_UserDrivenParsing()
extern "C" IL2CPP_METHOD_ATTR bool Uri_get_UserDrivenParsing_mFF27964894B5C0432C37E425F319D6C915BCDC39 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
// System.Int32 System.Uri::get_Port()
extern "C" IL2CPP_METHOD_ATTR int32_t Uri_get_Port_m4E64AB9B50CCC50E7B1F139D7AF1403FAF97147C (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, 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)
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&)
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()
extern "C" IL2CPP_METHOD_ATTR int32_t Uri_PrivateParseMinimal_mE1DA461DDA053787906BBEC2BC2B3046B1B329F0 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
// System.UriFormatException System.Uri::GetException(System.ParsingError)
extern "C" IL2CPP_METHOD_ATTR UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A * Uri_GetException_m2E833A8358C84BCF0397341160FADB1164290164 (int32_t ___err0, const RuntimeMethod* method);
// System.Boolean System.Uri::IsLWS(System.Char)
extern "C" IL2CPP_METHOD_ATTR bool Uri_IsLWS_m7A9F3B969CCEE56B9F98E40F1903C737DA7DF0D6 (Il2CppChar ___ch0, const RuntimeMethod* method);
// System.Boolean System.UriParser::IsAllSet(System.UriSyntaxFlags)
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)
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&)
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)
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()
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)
extern "C" IL2CPP_METHOD_ATTR bool Uri_StaticInFact_m77BB2AE094534AFD7B9F68683C2A4356A75E39B8 (uint64_t ___allFlags0, uint64_t ___checkFlags1, const RuntimeMethod* method);
// System.Void System.Uri::GetHostViaCustomSyntax()
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&)
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)
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.DomainNameHelper::ParseCanonicalName(System.String,System.Int32,System.Int32,System.Boolean&)
extern "C" IL2CPP_METHOD_ATTR String_t* DomainNameHelper_ParseCanonicalName_mFE738FD1237E2D9D9A1B27BA73F58B1689D451E4 (String_t* ___str0, int32_t ___start1, int32_t ___end2, bool* ___loopback3, const RuntimeMethod* method);
// System.String System.IPv6AddressHelper::ParseCanonicalName(System.String,System.Int32,System.Boolean&,System.String&)
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&)
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&)
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)
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.Type System.Object::GetType()
extern "C" IL2CPP_METHOD_ATTR Type_t * Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60 (RuntimeObject * __this, const RuntimeMethod* method);
// System.String SR::GetString(System.String,System.Object[])
extern "C" IL2CPP_METHOD_ATTR String_t* SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39 (String_t* ___name0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args1, const RuntimeMethod* method);
// System.String System.Uri::GetComponents(System.UriComponents,System.UriFormat)
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()
extern "C" IL2CPP_METHOD_ATTR uint16_t Uri_get_SecuredPathIndex_mC59A2366D6F3667017F677351C4350C9541905AA (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
// System.String System.Uri::GetUriPartsFromUserString(System.UriComponents)
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)
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)
extern "C" IL2CPP_METHOD_ATTR void String_CopyTo_m054B8FF2ACBBA74F60199D98259E88395EAD3661 (String_t* __this, int32_t p0, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* p1, int32_t p2, int32_t p3, const RuntimeMethod* method);
// System.String System.DomainNameHelper::UnicodeEquivalent(System.Char*,System.Int32,System.Int32,System.Boolean&,System.Boolean&)
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.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture()
extern "C" IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72 (const RuntimeMethod* method);
// System.String System.UInt16::ToString(System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR String_t* UInt16_ToString_m50316C445AD23CCA40AA52A381C5E06A3786F12A (uint16_t* __this, RuntimeObject* p0, const RuntimeMethod* method);
// System.Char[] System.Uri::GetCanonicalPath(System.Char[],System.Int32&,System.UriFormat)
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()
extern "C" IL2CPP_METHOD_ATTR bool UriParser_get_ShouldUseLegacyV2Quirks_mD4C8DF67677ACCCC3B5E026099ECC0BDA24D96DD (const RuntimeMethod* method);
// System.String System.String::Concat(System.String,System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_mF4626905368D6558695A823466A1AF65EADB9923 (String_t* p0, String_t* p1, String_t* p2, const RuntimeMethod* method);
// System.Void System.Uri::FindEndOfComponent(System.String,System.UInt16&,System.UInt16,System.Char)
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)
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)
extern "C" IL2CPP_METHOD_ATTR String_t* String_Normalize_m331F324C5A5E95FF79E2AB44A0C454324E91F7C6 (String_t* __this, int32_t p0, const RuntimeMethod* method);
// System.Int32 System.IntPtr::get_Size()
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&)
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)
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)
extern "C" IL2CPP_METHOD_ATTR UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * UriParser_FindOrFetchAsUnknownV1Syntax_m3A57CA15FE27DC7982F186E8321B810B56EBD9AD (String_t* ___lwrCaseScheme0, const RuntimeMethod* method);
// System.Boolean System.Uri::IriParsingStatic(System.UriParser)
extern "C" IL2CPP_METHOD_ATTR bool Uri_IriParsingStatic_m39FC9677B4B9EFBADF814F2EEA58280F35A1D3E5 (UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * ___syntax0, const RuntimeMethod* method);
// System.Boolean System.Uri::StaticIsFile(System.UriParser)
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)
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&)
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()
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)
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)
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)
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)
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)
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&)
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)
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&)
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&)
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)
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)
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&)
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)
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)
extern "C" IL2CPP_METHOD_ATTR bool Char_IsHighSurrogate_m64C60C09A8561520E43C8527D3DC38FF97E6274D (Il2CppChar p0, const RuntimeMethod* method);
// System.Boolean System.IriHelper::CheckIriUnicodeRange(System.Char,System.Char,System.Boolean&,System.Boolean)
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)
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)
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)
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)
extern "C" IL2CPP_METHOD_ATTR void Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353 (RuntimeArray * p0, int32_t p1, RuntimeArray * p2, int32_t p3, int32_t p4, const RuntimeMethod* method);
// System.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)
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()
extern "C" IL2CPP_METHOD_ATTR StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * StringComparer_get_InvariantCultureIgnoreCase_mC6DA70EBD0C00B02EC4BB5C24882F99984028DFC (const RuntimeMethod* method);
// System.Int32 System.String::IndexOf(System.Char)
extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOf_m2909B8CF585E1BD0C81E11ACA2F48012156FD5BD (String_t* __this, Il2CppChar p0, const RuntimeMethod* method);
// System.Int32 System.String::IndexOf(System.Char,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOf_m66F6178DB4B2F61F4FAFD8B75787D0AB142ADD7D (String_t* __this, Il2CppChar p0, int32_t p1, const RuntimeMethod* method);
// System.Boolean System.Uri::get_IsUnc()
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)
extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64 (String_t* p0, String_t* p1, String_t* p2, String_t* p3, const RuntimeMethod* method);
// System.String System.Uri::get_Scheme()
extern "C" IL2CPP_METHOD_ATTR String_t* Uri_get_Scheme_m14A8F0018D8AACADBEF39600A59944F33EE39187 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
// System.String System.Uri::get_DnsSafeHost()
extern "C" IL2CPP_METHOD_ATTR String_t* Uri_get_DnsSafeHost_mC2D93669288A9C05CC13EE5754CEBF2D74D04704 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
// System.String System.String::Concat(System.String[])
extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m232E857CA5107EA6AC52E7DD7018716C021F237B (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* p0, const RuntimeMethod* method);
// System.Boolean System.Uri::IsBidiControlCharacter(System.Char)
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&)
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&)
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)
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)
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)
extern "C" IL2CPP_METHOD_ATTR bool Uri_CheckForEscapedUnreserved_mFE708A44EC74C7E773B96B82CD9A5DF25EF97D4A (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, String_t* ___data0, const RuntimeMethod* method);
// System.UriParser System.UriParser::InternalOnNewUri()
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&)
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()
extern "C" IL2CPP_METHOD_ATTR void Uri_SetUserDrivenParsing_m0368CB47B9E9C35CB49B3F02DBE8DFED8756226B (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
// System.Boolean System.Uri::IsHexDigit(System.Char)
extern "C" IL2CPP_METHOD_ATTR bool Uri_IsHexDigit_m3B2881FA99F0B2197F8017E70C3AE6EBF9849836 (Il2CppChar ___character0, const RuntimeMethod* method);
// System.Boolean System.UriHelper::Is3986Unreserved(System.Char)
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&)
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.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.Object,System.String)
extern "C" IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m755B01B4B4595B447596E3281F22FD7CE6DAE378 (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * __this, String_t* p0, RuntimeObject * p1, String_t* p2, const RuntimeMethod* method);
// System.String System.Uri::GetRelativeSerializationString(System.UriFormat)
extern "C" IL2CPP_METHOD_ATTR String_t* Uri_GetRelativeSerializationString_m5D0CD02E255BB96532F056BB382CF7D74D62BE58 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, int32_t ___format0, const RuntimeMethod* method);
// System.Void System.Uri::.ctor(System.Uri/Flags,System.UriParser,System.String)
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.Boolean System.Uri::get_UserEscaped()
extern "C" IL2CPP_METHOD_ATTR bool Uri_get_UserEscaped_m8F29E9A593E84E66DD4AC06CBD5880B93A5F0307 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
// System.String System.String::Trim(System.Char[])
extern "C" IL2CPP_METHOD_ATTR String_t* String_Trim_m788DE5AEFDAC40E778745C4DF4AFD45A4BC1007E (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* p0, const RuntimeMethod* method);
// System.ParsingError System.Uri::GetCombinedString(System.Uri,System.String,System.Boolean,System.String&)
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)
extern "C" IL2CPP_METHOD_ATTR String_t* Uri_UnescapeDataString_mE1F40FC5CA3FF03DEE9EB01E3D8BD502D36A284D (String_t* ___stringToUnescape0, const RuntimeMethod* method);
// System.String System.Uri::GetEscapedParts(System.UriComponents)
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)
extern "C" IL2CPP_METHOD_ATTR String_t* Environment_GetEnvironmentVariable_mB94020EE6B0D5BADF024E4BE6FBC54A5954D2185 (String_t* p0, const RuntimeMethod* method);
// System.Boolean System.String::op_Equality(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR bool String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE (String_t* p0, String_t* p1, const RuntimeMethod* method);
// System.Void System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array,System.RuntimeFieldHandle)
extern "C" IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A (RuntimeArray * p0, RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF p1, const RuntimeMethod* method);
// System.String System.Uri::InternalEscapeString(System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* Uri_InternalEscapeString_m4A79B5EFDD0254232524BA43FAC32297A825F873 (String_t* ___rawString0, const RuntimeMethod* method);
// System.Boolean System.Uri::CheckSchemeName(System.String)
extern "C" IL2CPP_METHOD_ATTR bool Uri_CheckSchemeName_m351E06F4546E0F84E2DDB286B531F39D379589BC (String_t* ___schemeName0, const RuntimeMethod* method);
// System.Void System.ArgumentException::.ctor(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR void ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8 (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * __this, String_t* p0, String_t* p1, const RuntimeMethod* method);
// System.String System.String::ToLowerInvariant()
extern "C" IL2CPP_METHOD_ATTR String_t* String_ToLowerInvariant_m197BD65B6582DC546FF1BC398161EEFA708F799E (String_t* __this, const RuntimeMethod* method);
// System.Void System.Uri::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void Uri__ctor_mBA69907A1D799CD12ED44B611985B25FE4C626A2 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, String_t* ___uriString0, const RuntimeMethod* method);
// System.Void System.UriBuilder::SetFieldsFromUri(System.Uri)
extern "C" IL2CPP_METHOD_ATTR void UriBuilder_SetFieldsFromUri_m54B4EB1ACEF01F2B0B11EC81768BB7D56245447F (UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, const RuntimeMethod* method);
// System.Uri System.UriBuilder::get_Uri()
extern "C" IL2CPP_METHOD_ATTR Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * UriBuilder_get_Uri_mDCABA4CD1D05D4B9C4CBA063BC7CA94EE6CCC631 (UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905 * __this, const RuntimeMethod* method);
// System.String System.Uri::get_Fragment()
extern "C" IL2CPP_METHOD_ATTR String_t* Uri_get_Fragment_m111666DD668AC59B9F3C3D3CEEEC7F70F6904D41 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
// System.String System.Uri::get_Query()
extern "C" IL2CPP_METHOD_ATTR String_t* Uri_get_Query_m3F64514B4DB7C849C8255BA3FE08C6BE983D2D56 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
// System.String System.Uri::get_Host()
extern "C" IL2CPP_METHOD_ATTR String_t* Uri_get_Host_m2D942F397A36DBDA5E93452CBD983E0714018151 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
// System.String System.Uri::get_AbsolutePath()
extern "C" IL2CPP_METHOD_ATTR String_t* Uri_get_AbsolutePath_mA9A825E2BBD0A43AD76EB9A9765E29E45FE32F31 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
// System.Boolean System.Uri::get_HasAuthority()
extern "C" IL2CPP_METHOD_ATTR bool Uri_get_HasAuthority_m969936D80AE0309273733487C8B38BEE33468712 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
// System.String System.Uri::get_UserInfo()
extern "C" IL2CPP_METHOD_ATTR String_t* Uri_get_UserInfo_m201C93A932C446805E9143EBE969048D7E75C71E (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
// System.UriParser System.UriParser::GetSyntax(System.String)
extern "C" IL2CPP_METHOD_ATTR UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * UriParser_GetSyntax_mC2FEAF79ECEB6550573A1C0578141BB236F7EF16 (String_t* ___lwrCaseScheme0, const RuntimeMethod* method);
// System.String System.Int32::ToString()
extern "C" IL2CPP_METHOD_ATTR String_t* Int32_ToString_m1863896DE712BF97C031D55B12E1583F1982DC02 (int32_t* __this, const RuntimeMethod* method);
// System.Void System.FormatException::.ctor()
extern "C" IL2CPP_METHOD_ATTR void FormatException__ctor_m6DAD3E32EE0445420B4893EA683425AC3441609B (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * __this, const RuntimeMethod* method);
// System.Void System.FormatException::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14 (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * __this, String_t* p0, const RuntimeMethod* method);
// System.Void System.FormatException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR void FormatException__ctor_mDC141C414E24BE865FC8853970BF83C5B8C7676C (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * p0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 p1, const RuntimeMethod* method);
// System.Void System.Exception::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR void Exception_GetObjectData_m76F759ED00FA218FFC522C32626B851FDE849AD6 (Exception_t * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * p0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 p1, const RuntimeMethod* method);
// System.Int32 System.Math::Min(System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t Math_Min_mC950438198519FB2B0260FCB91220847EE4BB525 (int32_t p0, int32_t p1, const RuntimeMethod* method);
// System.Char[] System.UriHelper::EnsureDestinationSize(System.Char*,System.Char[],System.Int32,System.Int16,System.Int16,System.Int32&,System.Int32)
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()
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&)
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)
extern "C" IL2CPP_METHOD_ATTR bool UriHelper_IsUnreserved_mAADC7DCEEA864AFB49311696ABBDD76811FAAE48 (Il2CppChar ___c0, const RuntimeMethod* method);
// System.Boolean System.UriHelper::IsReservedUnreservedOrHash(System.Char)
extern "C" IL2CPP_METHOD_ATTR bool UriHelper_IsReservedUnreservedOrHash_m3D7256DABA7F540F8D379FC1D1C54F1C63E46059 (Il2CppChar ___c0, const RuntimeMethod* method);
// System.Boolean System.UriHelper::IsNotSafeForUnescape(System.Char)
extern "C" IL2CPP_METHOD_ATTR bool UriHelper_IsNotSafeForUnescape_m1D0461E7C5A3CFBD7A2A7F7322B66BC68CCE741D (Il2CppChar ___ch0, const RuntimeMethod* method);
// System.Void System.Text.EncoderReplacementFallback::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void EncoderReplacementFallback__ctor_mAE97C6B5EF9A81A90315A21E68271FAE87A738FD (EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 * __this, String_t* p0, const RuntimeMethod* method);
// System.Void System.Text.Encoding::set_EncoderFallback(System.Text.EncoderFallback)
extern "C" IL2CPP_METHOD_ATTR void Encoding_set_EncoderFallback_m24306F093457AE12D59A36AB84F1E03C840BD10A (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * p0, const RuntimeMethod* method);
// System.Void System.Text.DecoderReplacementFallback::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void DecoderReplacementFallback__ctor_m9D82FC93423AD9B954F28E30B20BF14DAFB01A5B (DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 * __this, String_t* p0, const RuntimeMethod* method);
// System.Void System.Text.Encoding::set_DecoderFallback(System.Text.DecoderFallback)
extern "C" IL2CPP_METHOD_ATTR void Encoding_set_DecoderFallback_mB321EB8D6C34B8935A169C0E4FAC7A4E0A99FACC (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * p0, 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)
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()
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 p0, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE *, int32_t, const RuntimeMethod*))Dictionary_2__ctor_m2895EBB13AA7D9232058658A7DC404DC5F608923_gshared)(__this, p0, method);
}
// System.Void System.UriParser/BuiltInUriParser::.ctor(System.String,System.Int32,System.UriSyntaxFlags)
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* p0, UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * p1, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE *, String_t*, UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC *, const RuntimeMethod*))Dictionary_2_set_Item_m466D001F105E25DEB5C9BCB17837EE92A27FDE93_gshared)(__this, p0, p1, method);
}
// System.Boolean System.UriParser::IsFullMatch(System.UriSyntaxFlags,System.UriSyntaxFlags)
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* p0, UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC ** p1, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE *, String_t*, UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3455807C552312C60038DF52EF328C3687442DE3_gshared)(__this, p0, p1, 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.UriParser::.ctor(System.UriSyntaxFlags)
extern "C" IL2CPP_METHOD_ATTR void UriParser__ctor_mAF168F2B88BC5301B722C1BAAD45E381FBA22E3D (UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * __this, int32_t ___flags0, const RuntimeMethod* method);
// System.Void System.ComponentModel.TypeConverter::.ctor()
extern "C" IL2CPP_METHOD_ATTR void TypeConverter__ctor_m7F8A006E775CCB83A8ACB042B296E48B0AE501CD (TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB * __this, const RuntimeMethod* method);
// System.Void System.PlatformNotSupportedException::.ctor()
extern "C" IL2CPP_METHOD_ATTR void PlatformNotSupportedException__ctor_m651139B17C9EE918551490BC675754EA8EA3E7C7 (PlatformNotSupportedException_t14FE109377F8FA8B3B2F9A0C4FE3BF10662C73B5 * __this, const RuntimeMethod* method);
#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()
extern "C" IL2CPP_METHOD_ATTR bool Uri_get_IsImplicitFile_m048350CB1E9AB92599F1557680A5D3B5FDE7C35D (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method)
{
{
uint64_t L_0 = __this->get_m_Flags_17();
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()
extern "C" IL2CPP_METHOD_ATTR bool Uri_get_IsUncOrDosPath_mE372CA996BE5B29DD531D7C6DD1809E17441005E (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method)
{
{
uint64_t L_0 = __this->get_m_Flags_17();
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()
extern "C" IL2CPP_METHOD_ATTR bool Uri_get_IsDosPath_m89CA4E32381C529502E91872BC89BD18F5419D08 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method)
{
{
uint64_t L_0 = __this->get_m_Flags_17();
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()
extern "C" IL2CPP_METHOD_ATTR bool Uri_get_IsUncPath_mD5EE84D5105BFB7D64E5C26B9549A67B720A7AE8 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method)
{
{
uint64_t L_0 = __this->get_m_Flags_17();
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()
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_17();
return (uint64_t)(((int64_t)((int64_t)L_0&(int64_t)(((int64_t)((int64_t)((int32_t)458752)))))));
}
}
// System.UriParser System.Uri::get_Syntax()
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_15();
return L_0;
}
}
// System.Boolean System.Uri::get_IsNotAbsoluteUri()
extern "C" IL2CPP_METHOD_ATTR bool Uri_get_IsNotAbsoluteUri_mF9706123EB027C6E9AB263B98CE58CF319A22919 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method)
{
{
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_0 = __this->get_m_Syntax_15();
return (bool)((((RuntimeObject*)(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC *)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
}
}
// System.Boolean System.Uri::IriParsingStatic(System.UriParser)
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_23();
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()
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_15();
if (!L_0)
{
goto IL_0043;
}
}
{
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_1 = __this->get_m_Syntax_15();
NullCheck(L_1);
int32_t L_2 = UriParser_get_Flags_mBCF4C3E94892F00B6E8856BFED1B650FB6A0C039(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_22();
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_22();
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)
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(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_22();
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_22();
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)
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()
extern "C" IL2CPP_METHOD_ATTR bool Uri_get_UserDrivenParsing_mFF27964894B5C0432C37E425F319D6C915BCDC39 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method)
{
{
uint64_t L_0 = __this->get_m_Flags_17();
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()
extern "C" IL2CPP_METHOD_ATTR void Uri_SetUserDrivenParsing_m0368CB47B9E9C35CB49B3F02DBE8DFED8756226B (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method)
{
{
uint64_t L_0 = __this->get_m_Flags_17();
__this->set_m_Flags_17(((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()
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_13();
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_2 = __this->get_m_Info_18();
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)
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_17();
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)
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_17();
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)
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)
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()
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_17();
V_0 = L_0;
uint64_t L_1 = __this->get_m_Flags_17();
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_18();
return L_3;
}
}
// System.Void System.Uri::EnsureParseRemaining()
extern "C" IL2CPP_METHOD_ATTR void Uri_EnsureParseRemaining_m33815B5767FAFADB762F7E39364E6432340F210B (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method)
{
{
uint64_t L_0 = __this->get_m_Flags_17();
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)
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_18();
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)
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, NULL, 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)
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, NULL, 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)
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, NULL, 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, NULL, 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)
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(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, NULL, 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(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, NULL, Uri_CreateUri_m0A20410F2B8286AE6EDCD8B5AB3E104FA095808A_RuntimeMethod_var);
}
IL_005b:
{
__this->set_m_Flags_17((((int64_t)((int64_t)0))));
__this->set_m_Info_18((UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E *)NULL);
__this->set_m_Syntax_15((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)
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, NULL, 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, NULL, 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(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, NULL, 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(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, NULL, Uri__ctor_m42192656437FBEF1EEA8724D3EF2BB67DA0ED6BF_RuntimeMethod_var);
}
IL_008a:
{
__this->set_m_Flags_17((((int64_t)((int64_t)0))));
__this->set_m_Info_18((UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E *)NULL);
__this->set_m_Syntax_15((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.StringU26)
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(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(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(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((RuntimeObject **)L_38, (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(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(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((RuntimeObject **)L_46, (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((RuntimeObject **)G_B23_3, (RuntimeObject *)L_53);
return (int32_t)(0);
}
}
// System.UriFormatException System.Uri::GetException(System.ParsingError)
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)
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(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, NULL, 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)
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)
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()
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, NULL, 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()
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()
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_15();
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, NULL, 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()
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, NULL, 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()
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, NULL, 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()
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, NULL, Uri_get_HostNameType_mA6C390F5A4A9F6B1AC652DE1EA38700B3F9F2FD1_RuntimeMethod_var);
}
IL_0018:
{
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_3 = __this->get_m_Syntax_15();
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()
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, NULL, Uri_get_IsDefaultPort_m610C804AFABCAEFA55A81753228D21EC87C4A304_RuntimeMethod_var);
}
IL_0018:
{
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_3 = __this->get_m_Syntax_15();
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()
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, NULL, Uri_get_IsFile_m06AB5A15E2A34BBC5177C6E902C5C9D7E766A213_RuntimeMethod_var);
}
IL_0018:
{
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_3 = __this->get_m_Syntax_15();
NullCheck(L_3);
String_t* L_4 = UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1(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()
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, NULL, 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()
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, NULL, 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.Boolean System.Uri::get_IsUnc()
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, NULL, 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()
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, NULL, 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)
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()
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_26();
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_26()), 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_26();
return L_3;
}
}
// System.Void System.Uri::InitializeUriConfig()
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);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
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_20();
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_20();
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_21();
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_20(1);
il2cpp_codegen_memory_barrier();
((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var))->set_s_ConfigInitializing_21(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()
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_18();
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_18();
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_18();
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_18();
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_25();
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_18();
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_18();
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_18();
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_18();
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_18();
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_13();
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_13();
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_13();
int32_t L_56 = V_3;
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_57 = __this->get_m_Info_18();
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_13();
int32_t L_63 = V_3;
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_64 = __this->get_m_Info_18();
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_13();
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(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_18();
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_18();
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(L_92, /*hidden argument*/NULL);
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_94 = __this->get_m_Info_18();
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_18();
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*)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(L_105, /*hidden argument*/NULL);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_107 = V_4;
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_108 = __this->get_m_Syntax_15();
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_13();
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_13();
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_13();
int32_t L_120 = V_3;
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_121 = __this->get_m_Info_18();
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_15();
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_15();
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()
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, NULL, Uri_get_Port_m4E64AB9B50CCC50E7B1F139D7AF1403FAF97147C_RuntimeMethod_var);
}
IL_0018:
{
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_3 = __this->get_m_Syntax_15();
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_18();
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_15();
NullCheck(L_9);
int32_t L_10 = UriParser_get_DefaultPort_m050510870CCD4DD08DF7E98E2AF3D616446AD99D(L_9, /*hidden argument*/NULL);
return L_10;
}
}
// System.String System.Uri::get_Query()
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, NULL, 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()
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, NULL, 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()
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, NULL, Uri_get_Scheme_m14A8F0018D8AACADBEF39600A59944F33EE39187_RuntimeMethod_var);
}
IL_0018:
{
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_3 = __this->get_m_Syntax_15();
NullCheck(L_3);
String_t* L_4 = UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1(L_3, /*hidden argument*/NULL);
return L_4;
}
}
// System.Boolean System.Uri::get_OriginalStringSwitched()
extern "C" IL2CPP_METHOD_ATTR bool Uri_get_OriginalStringSwitched_m79E1C9F1C4E0ACCC85BB68841C167DDEA15CC72D (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_m_iriParsing_19();
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()
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_13();
return L_1;
}
IL_000f:
{
String_t* L_2 = __this->get_m_originalUnicodeString_14();
return L_2;
}
}
// System.String System.Uri::get_DnsSafeHost()
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, NULL, 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_17();
if (((int64_t)((int64_t)L_4&(int64_t)((int64_t)4294967296LL))))
{
goto IL_0044;
}
}
{
uint64_t L_5 = __this->get_m_Flags_17();
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_18();
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_18();
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_18();
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_18();
NullCheck(L_13);
String_t* L_14 = L_13->get_Host_0();
NullCheck(L_14);
int32_t L_15 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(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_18();
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(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_18();
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_18();
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(L_32, /*hidden argument*/NULL);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_34 = (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(L_36, /*hidden argument*/NULL);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_38 = V_1;
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_39 = __this->get_m_Syntax_15();
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_18();
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()
extern "C" IL2CPP_METHOD_ATTR bool Uri_get_IsAbsoluteUri_m8C189085F1C675DBC3148AA70C38074EC075D722 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method)
{
{
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_0 = __this->get_m_Syntax_15();
return (bool)((!(((RuntimeObject*)(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC *)L_0) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0);
}
}
// System.Boolean System.Uri::get_UserEscaped()
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()
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, NULL, 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)
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)
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(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(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)
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)
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, NULL, Uri_FromHex_m9EAC76A5DBFED86532FF7E1BBD809176337A227B_RuntimeMethod_var);
}
}
// System.Int32 System.Uri::GetHashCode()
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()
extern "C" IL2CPP_METHOD_ATTR String_t* Uri_ToString_mB76863E11134B9635149E8E5F59AB75A74A760E2 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method)
{
{
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_0 = __this->get_m_Syntax_15();
if (L_0)
{
goto IL_002f;
}
}
{
bool L_1 = __this->get_m_iriParsing_19();
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_13();
return L_4;
}
IL_002f:
{
Uri_EnsureUriInfo_m4B46DF8611FA6D20D497D12D00544CFB466DCFA7(__this, /*hidden argument*/NULL);
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_5 = __this->get_m_Info_18();
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(__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_18();
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_18();
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_18();
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)
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)
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)
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_13();
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_9 = V_0;
NullCheck(L_9);
String_t* L_10 = L_9->get_m_String_13();
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_13();
NullCheck(L_23);
int32_t L_24 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_23, /*hidden argument*/NULL);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_25 = V_0;
NullCheck(L_25);
String_t* L_26 = L_25->get_m_String_13();
NullCheck(L_26);
int32_t L_27 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(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_13();
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_13();
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_13();
NullCheck(L_39);
int32_t L_40 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(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_13();
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_51 = V_0;
NullCheck(L_51);
String_t* L_52 = L_51->get_m_String_13();
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(__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(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_18();
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_18();
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_18();
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_18();
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_13();
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_13();
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_18();
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_13();
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_18();
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_18();
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_18();
V_1 = L_124;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_125 = V_0;
NullCheck(L_125);
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_126 = L_125->get_m_Info_18();
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(L_153, /*hidden argument*/NULL);
String_t* L_155 = V_4;
NullCheck(L_155);
int32_t L_156 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(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(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(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.String System.Uri::InternalEscapeString(System.String)
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(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_FlagsU26,System.UriParserU26)
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(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()
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_17();
__this->set_m_Flags_17(((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()
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_17();
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_13();
NullCheck(L_1);
int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(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_17();
__this->set_m_Flags_17(((int64_t)((int64_t)L_3&(int64_t)(((int64_t)((int64_t)((int32_t)-16842752)))))));
bool L_4 = __this->get_m_iriParsing_19();
if (!L_4)
{
goto IL_005d;
}
}
{
uint64_t L_5 = __this->get_m_Flags_17();
if (!((int64_t)((int64_t)L_5&(int64_t)((int64_t)8589934592LL))))
{
goto IL_005d;
}
}
{
uint64_t L_6 = __this->get_m_Flags_17();
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_13();
G_B5_0 = L_7;
goto IL_006b;
}
IL_0065:
{
String_t* L_8 = __this->get_m_originalUnicodeString_14();
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_15();
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_15();
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_17();
__this->set_m_Flags_17(((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_15();
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_17();
__this->set_m_Flags_17(((int64_t)((int64_t)L_69|(int64_t)(((int64_t)((int64_t)((int32_t)134217728)))))));
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_70 = __this->get_m_Syntax_15();
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_17();
__this->set_m_Flags_17(((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_15();
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_25();
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_17();
__this->set_m_Flags_17(((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_17();
__this->set_m_Flags_17(((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_17();
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_25();
if (L_101)
{
goto IL_02a1;
}
}
{
uint64_t L_102 = __this->get_m_Flags_17();
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_15();
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_25();
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_25();
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_17();
__this->set_m_Flags_17(((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_15();
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_17();
__this->set_m_Flags_17(((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_15();
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_17();
uint16_t L_133 = V_0;
__this->set_m_Flags_17(((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_15();
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_15();
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_17();
uint16_t L_139 = V_0;
__this->set_m_Flags_17(((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_17();
uint64_t L_142 = __this->get_m_Flags_17();
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_17(((int64_t)((int64_t)G_B80_1|(int64_t)G_B80_0)));
uint64_t L_143 = __this->get_m_Flags_17();
uint16_t L_144 = V_0;
__this->set_m_Flags_17(((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_17();
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_149 = __this->get_m_Syntax_15();
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_15();
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_17();
uint16_t L_162 = V_0;
__this->set_m_Flags_17(((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_22();
il2cpp_codegen_memory_barrier();
if (L_163)
{
goto IL_0485;
}
}
{
bool L_164 = __this->get_m_iriParsing_19();
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)
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_13(L_1);
}
IL_000a:
{
bool L_2 = __this->get_m_iriParsing_19();
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_17();
if (((int64_t)((int64_t)L_4&(int64_t)((int64_t)4294967296LL))))
{
goto IL_0075;
}
}
{
uint64_t L_5 = __this->get_m_Flags_17();
if (((int64_t)((int64_t)L_5&(int64_t)((int64_t)68719476736LL))))
{
goto IL_0075;
}
}
IL_003e:
{
bool L_6 = __this->get_m_iriParsing_19();
if (!L_6)
{
goto IL_00cb;
}
}
{
uint64_t L_7 = __this->get_m_Flags_17();
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_17();
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_17();
__this->set_m_Flags_17(((int64_t)((int64_t)L_10&(int64_t)(((int64_t)((int64_t)((int32_t)-65536)))))));
uint64_t L_11 = __this->get_m_Flags_17();
String_t* L_12 = __this->get_m_String_13();
NullCheck(L_12);
int32_t L_13 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_12, /*hidden argument*/NULL);
__this->set_m_Flags_17(((int64_t)((int64_t)L_11|(int64_t)(((int64_t)((int64_t)L_13))))));
String_t* L_14 = __this->get_m_String_13();
String_t* L_15 = __this->get_m_originalUnicodeString_14();
uint16_t L_16 = ___idx1;
String_t* L_17 = __this->get_m_originalUnicodeString_14();
NullCheck(L_17);
int32_t L_18 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(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_13(L_21);
}
IL_00cb:
{
bool L_22 = __this->get_m_iriParsing_19();
if (!L_22)
{
goto IL_00fb;
}
}
{
uint64_t L_23 = __this->get_m_Flags_17();
if (!((int64_t)((int64_t)L_23&(int64_t)((int64_t)8589934592LL))))
{
goto IL_00fb;
}
}
{
uint64_t L_24 = __this->get_m_Flags_17();
__this->set_m_Flags_17(((int64_t)((int64_t)L_24|(int64_t)((int64_t)274877906944LL))));
}
IL_00fb:
{
return;
}
}
// System.Void System.Uri::CreateUriInfo(System.Uri_Flags)
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);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
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_13();
NullCheck(L_3);
int32_t L_4 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(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_13();
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_13();
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_13();
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_15();
NullCheck(L_33);
String_t* L_34 = UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1(L_33, /*hidden argument*/NULL);
NullCheck(L_34);
int32_t L_35 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(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_13();
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_13();
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_13();
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_13();
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_13();
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_15();
NullCheck(L_63);
int32_t L_64 = UriParser_get_DefaultPort_m050510870CCD4DD08DF7E98E2AF3D616446AD99D(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_15();
NullCheck(L_67);
int32_t L_68 = UriParser_get_DefaultPort_m050510870CCD4DD08DF7E98E2AF3D616446AD99D(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_13();
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_14();
NullCheck(L_123);
int32_t L_124 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(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_13();
G_B48_0 = L_130;
goto IL_0320;
}
IL_031a:
{
String_t* L_131 = __this->get_m_originalUnicodeString_14();
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_16();
NullCheck(L_180);
L_180->set_DnsSafeHost_4(L_181);
String_t* L_182 = __this->get_m_String_13();
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_17();
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_18(L_185);
uint64_t L_186 = __this->get_m_Flags_17();
uint64_t L_187 = ___cF0;
__this->set_m_Flags_17(((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()
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);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
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_15();
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_18();
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_17();
__this->set_m_Flags_17(((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_17();
__this->set_m_Flags_17(((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_17();
V_0 = L_9;
String_t* L_10 = __this->get_m_String_13();
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_11 = __this->get_m_Info_18();
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_18();
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_18();
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(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(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(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_18();
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_18();
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_18();
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_13();
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_66 = __this->get_m_Info_18();
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(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_18();
String_t* L_77 = V_1;
NullCheck(L_76);
L_76->set_Host_0(L_77);
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_78 = __this->get_m_Info_18();
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_17();
uint64_t L_81 = V_0;
__this->set_m_Flags_17(((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_FlagsU26,System.StringU26)
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(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, NULL, 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()
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_18();
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_15();
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_18();
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(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, NULL, Uri_GetHostViaCustomSyntax_mD591A4A615803E70A03D7C75E7C114E4E460AED3_RuntimeMethod_var);
}
IL_0041:
{
V_3 = 0;
uint64_t L_9 = __this->get_m_Flags_17();
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(L_16, /*hidden argument*/NULL);
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_18 = __this->get_m_Syntax_15();
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(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_17();
__this->set_m_Flags_17(((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(L_28, /*hidden argument*/NULL);
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_30 = __this->get_m_Info_18();
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_18();
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_18();
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_13();
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_44 = __this->get_m_Info_18();
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_17();
__this->set_m_Flags_17(((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(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_17();
uint64_t L_55 = V_4;
__this->set_m_Flags_17(((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_15();
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(L_59, /*hidden argument*/NULL);
if (L_60)
{
goto IL_01e9;
}
}
IL_01ad:
{
uint64_t L_61 = __this->get_m_Flags_17();
__this->set_m_Flags_17(((int64_t)((int64_t)L_61&(int64_t)(((int64_t)((int64_t)((int32_t)-8388609)))))));
uint64_t L_62 = __this->get_m_Flags_17();
__this->set_m_Flags_17(((int64_t)((int64_t)L_62|(int64_t)(((int64_t)((int64_t)((int32_t)520)))))));
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_63 = __this->get_m_Info_18();
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*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_74 = L_73;
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_75 = __this->get_m_Syntax_15();
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(25 /* 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, NULL, 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(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_18();
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_15();
NullCheck(L_91);
int32_t L_92 = UriParser_get_DefaultPort_m050510870CCD4DD08DF7E98E2AF3D616446AD99D(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_17();
__this->set_m_Flags_17(((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_17();
__this->set_m_Flags_17(((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_17();
__this->set_m_Flags_17(((int64_t)((int64_t)L_95|(int64_t)(((int64_t)((int64_t)((int32_t)520)))))));
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_96 = __this->get_m_Info_18();
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_18();
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)
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)
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_17();
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_13();
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_8 = __this->get_m_Info_18();
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)
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_17();
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_17();
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_13();
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_6 = __this->get_m_Info_18();
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)
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);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
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_18();
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_18();
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_18();
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(L_11, /*hidden argument*/NULL);
int32_t L_13 = V_1;
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_14 = __this->get_m_Syntax_15();
NullCheck(L_14);
String_t* L_15 = UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1(L_14, /*hidden argument*/NULL);
NullCheck(L_15);
int32_t L_16 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_15, /*hidden argument*/NULL);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_17 = (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_15();
NullCheck(L_19);
String_t* L_20 = UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1(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_15();
NullCheck(L_23);
String_t* L_24 = UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1(L_23, /*hidden argument*/NULL);
NullCheck(L_24);
int32_t L_25 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(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_15();
NullCheck(L_27);
String_t* L_28 = UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1(L_27, /*hidden argument*/NULL);
NullCheck(L_28);
int32_t L_29 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(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_13();
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_47 = __this->get_m_Info_18();
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_18();
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_13();
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_56 = __this->get_m_Info_18();
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_18();
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_18();
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_18();
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_18();
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_13();
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_75 = __this->get_m_Info_18();
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_18();
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_15();
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_13();
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_89 = __this->get_m_Info_18();
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_18();
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_15();
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_13();
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_99 = __this->get_m_Info_18();
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_18();
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_15();
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_13();
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_109 = __this->get_m_Info_18();
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_18();
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_15();
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(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(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(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_15();
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_18();
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_18();
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_18();
NullCheck(L_152);
String_t* L_153 = L_152->get_ScopeId_1();
NullCheck(L_153);
int32_t L_154 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(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_18();
NullCheck(L_156);
String_t* L_157 = L_156->get_ScopeId_1();
NullCheck(L_157);
int32_t L_158 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(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_18();
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_13();
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_13();
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_18();
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_18();
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_15();
NullCheck(L_185);
int32_t L_186 = UriParser_get_DefaultPort_m050510870CCD4DD08DF7E98E2AF3D616446AD99D(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_18();
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(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(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_15();
NullCheck(L_205);
int32_t L_206 = UriParser_get_DefaultPort_m050510870CCD4DD08DF7E98E2AF3D616446AD99D(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_18();
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(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(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_18();
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_18();
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_18();
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_13();
uint16_t L_260 = V_3;
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_261 = __this->get_m_Info_18();
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_13();
uint16_t L_267 = V_3;
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_268 = __this->get_m_Info_18();
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_15();
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_13();
uint16_t L_274 = V_3;
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_275 = __this->get_m_Info_18();
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_15();
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_13();
uint16_t L_283 = V_3;
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_284 = __this->get_m_Info_18();
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_15();
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_13();
uint16_t L_291 = V_3;
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_292 = __this->get_m_Info_18();
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_15();
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_13();
uint16_t L_300 = V_3;
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_301 = __this->get_m_Info_18();
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_15();
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_18();
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_18();
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_18();
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_13();
uint16_t L_326 = V_3;
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_327 = __this->get_m_Info_18();
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_13();
uint16_t L_334 = V_3;
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_335 = __this->get_m_Info_18();
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_15();
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_13();
uint16_t L_341 = V_3;
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_342 = __this->get_m_Info_18();
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_15();
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_13();
uint16_t L_350 = V_3;
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_351 = __this->get_m_Info_18();
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_15();
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_13();
uint16_t L_358 = V_3;
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_359 = __this->get_m_Info_18();
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_15();
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_13();
uint16_t L_367 = V_3;
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_368 = __this->get_m_Info_18();
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_15();
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)
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_13();
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_16 = __this->get_m_Info_18();
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_18();
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_18();
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_13();
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_27 = __this->get_m_Info_18();
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_18();
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_18();
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_13();
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_38 = __this->get_m_Info_18();
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_18();
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_18();
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_15();
NullCheck(L_51);
int32_t L_52 = UriParser_get_DefaultPort_m050510870CCD4DD08DF7E98E2AF3D616446AD99D(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_13();
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_54 = __this->get_m_Info_18();
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_18();
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_18();
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_13();
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_65 = __this->get_m_Info_18();
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_18();
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_18();
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_18();
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_18();
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_18();
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_13();
NullCheck(L_87);
int32_t L_88 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(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_13();
return L_89;
}
IL_027d:
{
String_t* L_90 = __this->get_m_String_13();
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_91 = __this->get_m_Info_18();
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_18();
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_18();
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_13();
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_103 = __this->get_m_Info_18();
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_18();
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_18();
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_13();
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_114 = __this->get_m_Info_18();
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_18();
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_18();
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_18();
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_18();
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_13();
NullCheck(L_131);
int32_t L_132 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(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_13();
return L_133;
}
IL_037c:
{
String_t* L_134 = __this->get_m_String_13();
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_135 = __this->get_m_Info_18();
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_18();
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_18();
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_13();
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_146 = __this->get_m_Info_18();
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_18();
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_18();
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_18();
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_18();
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_13();
NullCheck(L_162);
int32_t L_163 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(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_13();
return L_164;
}
IL_042c:
{
String_t* L_165 = __this->get_m_String_13();
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_166 = __this->get_m_Info_18();
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_18();
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_18();
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_13();
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_178 = __this->get_m_Info_18();
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_18();
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_18();
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_15();
NullCheck(L_188);
String_t* L_189 = UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1(L_188, /*hidden argument*/NULL);
return L_189;
}
IL_04b6:
{
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_190 = __this->get_m_Info_18();
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_13();
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_18();
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_13();
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_203 = __this->get_m_Info_18();
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_18();
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_18();
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_18();
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_13();
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_221 = __this->get_m_Info_18();
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_18();
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_18();
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_18();
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_13();
uint16_t L_237 = V_0;
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_238 = __this->get_m_Info_18();
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_18();
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_18();
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_18();
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_13();
uint16_t L_256 = V_0;
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_257 = __this->get_m_Info_18();
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_18();
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_18();
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_18();
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_13();
uint16_t L_275 = V_0;
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_276 = __this->get_m_Info_18();
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_18();
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_18();
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_13();
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_288 = __this->get_m_Info_18();
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_18();
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_18();
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_15();
NullCheck(L_300);
int32_t L_301 = UriParser_get_DefaultPort_m050510870CCD4DD08DF7E98E2AF3D616446AD99D(L_300, /*hidden argument*/NULL);
if ((((int32_t)L_301) == ((int32_t)(-1))))
{
goto IL_06ad;
}
}
{
String_t* L_302 = __this->get_m_String_13();
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_303 = __this->get_m_Info_18();
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_18();
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_18();
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_18();
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_13();
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_320 = __this->get_m_Info_18();
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_18();
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_18();
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_13();
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_332 = __this->get_m_Info_18();
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_18();
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_18();
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_13();
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_343 = __this->get_m_Info_18();
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_18();
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_18();
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_18();
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_18();
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_13();
NullCheck(L_360);
int32_t L_361 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(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_13();
return L_362;
}
IL_0892:
{
String_t* L_363 = __this->get_m_String_13();
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_364 = __this->get_m_Info_18();
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_18();
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_18();
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_13();
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_375 = __this->get_m_Info_18();
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_18();
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_18();
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_18();
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_18();
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_18();
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_13();
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_400 = __this->get_m_Info_18();
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_18();
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()
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);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
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_19();
if (!L_1)
{
goto IL_0045;
}
}
{
uint64_t L_2 = __this->get_m_Flags_17();
if (!((int64_t)((int64_t)L_2&(int64_t)((int64_t)8589934592LL))))
{
goto IL_0045;
}
}
{
uint64_t L_3 = __this->get_m_Flags_17();
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_18();
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_13();
NullCheck(L_7);
int32_t L_8 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(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_15();
NullCheck(L_9);
int32_t L_10 = UriParser_get_Flags_mBCF4C3E94892F00B6E8856BFED1B650FB6A0C039(L_9, /*hidden argument*/NULL);
V_6 = L_10;
String_t* L_11 = __this->get_m_String_13();
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_15();
NullCheck(L_33);
String_t* L_34 = UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1(L_33, /*hidden argument*/NULL);
NullCheck(L_34);
int32_t L_35 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(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_15();
NullCheck(L_36);
String_t* L_37 = UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1(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_17();
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_17();
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_18();
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_18();
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_19();
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_18();
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_18();
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_13(L_86);
goto IL_0246;
}
IL_022b:
{
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_87 = __this->get_m_Syntax_15();
NullCheck(L_87);
String_t* L_88 = UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1(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_13(L_90);
}
IL_0246:
{
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_91 = __this->get_m_Info_18();
NullCheck(L_91);
Offset_t4D3750A78885B564FB4602C405B9EFF5A32066C7 * L_92 = L_91->get_address_of_Offset_3();
String_t* L_93 = __this->get_m_String_13();
NullCheck(L_93);
int32_t L_94 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(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_18();
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_14();
String_t* L_102 = __this->get_m_originalUnicodeString_14();
NullCheck(L_102);
int32_t L_103 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(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_14();
String_t* L_105 = __this->get_m_originalUnicodeString_14();
NullCheck(L_105);
int32_t L_106 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_105, /*hidden argument*/NULL);
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_107 = __this->get_m_Syntax_15();
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_15();
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_14();
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_13();
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_13(L_119);
goto IL_0333;
}
IL_0320:
{
String_t* L_120 = __this->get_m_String_13();
String_t* L_121 = V_13;
String_t* L_122 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_120, L_121, /*hidden argument*/NULL);
__this->set_m_String_13(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, NULL, Uri_ParseRemaining_mBAE0F9850CD84965B3793B17444C677D77D58774_RuntimeMethod_var);
} // end catch (depth: 1)
IL_033d:
{
String_t* L_124 = __this->get_m_String_13();
NullCheck(L_124);
int32_t L_125 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(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_13();
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_15();
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_17();
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_18();
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_18();
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_18();
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_17();
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_15();
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_15();
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_17();
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_17();
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_17();
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_19();
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_14();
NullCheck(L_196);
int32_t L_197 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(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_14();
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_14();
String_t* L_203 = __this->get_m_originalUnicodeString_14();
NullCheck(L_203);
int32_t L_204 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(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_14();
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_13();
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_13(L_214);
goto IL_0619;
}
IL_0606:
{
String_t* L_215 = __this->get_m_String_13();
String_t* L_216 = V_16;
String_t* L_217 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_215, L_216, /*hidden argument*/NULL);
__this->set_m_String_13(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, NULL, Uri_ParseRemaining_mBAE0F9850CD84965B3793B17444C677D77D58774_RuntimeMethod_var);
} // end catch (depth: 1)
IL_0623:
{
String_t* L_219 = __this->get_m_String_13();
NullCheck(L_219);
int32_t L_220 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(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_18();
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_13();
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_19();
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_14();
NullCheck(L_249);
int32_t L_250 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(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_14();
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_14();
String_t* L_256 = __this->get_m_originalUnicodeString_14();
NullCheck(L_256);
int32_t L_257 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(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_14();
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_13();
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_13(L_266);
goto IL_0767;
}
IL_0754:
{
String_t* L_267 = __this->get_m_String_13();
String_t* L_268 = V_19;
String_t* L_269 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_267, L_268, /*hidden argument*/NULL);
__this->set_m_String_13(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, NULL, Uri_ParseRemaining_mBAE0F9850CD84965B3793B17444C677D77D58774_RuntimeMethod_var);
} // end catch (depth: 1)
IL_0771:
{
String_t* L_271 = __this->get_m_String_13();
NullCheck(L_271);
int32_t L_272 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(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_18();
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_13();
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_19();
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_18();
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_18();
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_17();
uint64_t L_304 = V_0;
__this->set_m_Flags_17(((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_17();
__this->set_m_Flags_17(((int64_t)((int64_t)L_307|(int64_t)((int64_t)34359738368LL))));
return;
}
}
// System.UInt16 System.Uri::ParseSchemeCheckImplicitFile(System.Char*,System.UInt16,System.ParsingErrorU26,System.Uri_FlagsU26,System.UriParserU26)
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_12();
*((RuntimeObject **)L_48) = (RuntimeObject *)L_49;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_48, (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_25();
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_12();
*((RuntimeObject **)L_69) = (RuntimeObject *)L_70;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_69, (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_12();
*((RuntimeObject **)L_92) = (RuntimeObject *)L_93;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_92, (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_12();
*((RuntimeObject **)L_104) = (RuntimeObject *)L_105;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_104, (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(), NULL, 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.UriParserU26)
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_9();
*((RuntimeObject **)L_3) = (RuntimeObject *)L_4;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_3, (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_7();
*((RuntimeObject **)L_23) = (RuntimeObject *)L_24;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_23, (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_8();
*((RuntimeObject **)L_28) = (RuntimeObject *)L_29;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_28, (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_10();
*((RuntimeObject **)L_31) = (RuntimeObject *)L_32;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_31, (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_12();
*((RuntimeObject **)L_34) = (RuntimeObject *)L_35;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_34, (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_11();
*((RuntimeObject **)L_37) = (RuntimeObject *)L_38;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_37, (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_15();
*((RuntimeObject **)L_40) = (RuntimeObject *)L_41;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_40, (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_14();
*((RuntimeObject **)L_43) = (RuntimeObject *)L_44;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_43, (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_17();
*((RuntimeObject **)L_46) = (RuntimeObject *)L_47;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_46, (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_13();
*((RuntimeObject **)L_51) = (RuntimeObject *)L_52;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_51, (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_16();
*((RuntimeObject **)L_56) = (RuntimeObject *)L_57;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_56, (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_18();
*((RuntimeObject **)L_61) = (RuntimeObject *)L_62;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_61, (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_21();
*((RuntimeObject **)L_66) = (RuntimeObject *)L_67;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_66, (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_20();
*((RuntimeObject **)L_71) = (RuntimeObject *)L_72;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_71, (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_19();
*((RuntimeObject **)L_74) = (RuntimeObject *)L_75;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_74, (RuntimeObject *)L_75);
return (bool)1;
}
IL_025c:
{
return (bool)0;
}
}
// System.ParsingError System.Uri::CheckSchemeSyntax(System.Char*,System.UInt16,System.UriParserU26)
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((RuntimeObject **)L_29, (RuntimeObject *)L_31);
return (int32_t)(0);
}
}
// System.UInt16 System.Uri::CheckAuthorityHelper(System.Char*,System.UInt16,System.UInt16,System.ParsingErrorU26,System.Uri_FlagsU26,System.UriParser,System.StringU26)
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);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
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((RuntimeObject **)L_3, (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_23();
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(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_14();
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((RuntimeObject **)L_16, (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_25();
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_22();
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((RuntimeObject **)L_91, (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_20();
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_23();
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_19((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((RuntimeObject **)L_125, (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((RuntimeObject **)L_155, (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_22();
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_22();
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_13();
__this->set_m_originalUnicodeString_14(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_14();
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((RuntimeObject **)L_207, (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_16(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((RuntimeObject **)L_322, (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((RuntimeObject **)L_406, (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_FlagsU26,System.BooleanU26,System.StringU26,System.ParsingErrorU26)
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);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
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_22();
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_13();
__this->set_m_originalUnicodeString_14(L_37);
String_t** L_38 = ___newHost10;
String_t* L_39 = __this->get_m_originalUnicodeString_14();
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((RuntimeObject **)G_B13_2, (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_13();
__this->set_m_originalUnicodeString_14(L_55);
String_t** L_56 = ___newHost10;
String_t* L_57 = __this->get_m_originalUnicodeString_14();
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((RuntimeObject **)G_B20_2, (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_16(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((RuntimeObject **)L_69, (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((RuntimeObject **)L_79, (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((RuntimeObject **)G_B34_2, (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_FlagsU26,System.StringU26,System.ParsingErrorU26)
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);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
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_13();
__this->set_m_originalUnicodeString_14(L_27);
String_t** L_28 = ___newHost7;
String_t* L_29 = __this->get_m_originalUnicodeString_14();
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((RuntimeObject **)L_28, (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((RuntimeObject **)L_37, (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_16(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((RuntimeObject **)L_56, (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((RuntimeObject **)L_61, (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.UInt16U26,System.UInt16,System.Char)
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.UInt16U26,System.UInt16,System.Char)
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_15();
if (!L_9)
{
goto IL_003a;
}
}
{
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_10 = __this->get_m_Syntax_15();
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.UInt16U26,System.UInt16,System.Char)
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_19();
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_15();
if (!L_31)
{
goto IL_00cc;
}
}
{
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_32 = __this->get_m_Syntax_15();
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_15();
if (!L_36)
{
goto IL_0281;
}
}
{
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_37 = __this->get_m_Syntax_15();
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_15();
if (!L_43)
{
goto IL_0281;
}
}
{
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_44 = __this->get_m_Syntax_15();
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.Int32U26,System.UriFormat)
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_18();
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_18();
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_13();
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_20 = __this->get_m_Info_18();
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_18();
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_18();
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_18();
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_18();
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_15();
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_15();
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_13();
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_18();
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_18();
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_18();
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_18();
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_18();
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_13();
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_84 = __this->get_m_Info_18();
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_18();
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_18();
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_18();
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_18();
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_13();
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * L_103 = __this->get_m_Info_18();
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_18();
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_18();
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_18();
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_18();
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_15();
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_15();
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_15();
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_15();
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*)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_15();
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.Int32U26,System.Char,System.Char,System.Char)
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.Int32U26,System.UriParser)
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)
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(/*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)
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(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(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(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(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(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(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*)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(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(L_128, /*hidden argument*/NULL);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_130 = (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(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(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(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(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(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(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*)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_25();
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(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(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()
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)
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)
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)
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)
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)
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*)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)
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*)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, NULL, 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_13(G_B7_0);
bool L_13 = ___dontEscape1;
if (!L_13)
{
goto IL_0056;
}
}
{
uint64_t L_14 = __this->get_m_Flags_17();
__this->set_m_Flags_17(((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_13();
uint64_t* L_16 = __this->get_address_of_m_Flags_17();
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC ** L_17 = __this->get_address_of_m_Syntax_15();
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, NULL, Uri_CreateThis_mCB3DC849A426498E9CCD249850CBC69C9D67D864_RuntimeMethod_var);
}
IL_007d:
{
return;
}
}
// System.Void System.Uri::InitializeUri(System.ParsingError,System.UriKind,System.UriFormatExceptionU26)
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);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
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_13();
NullCheck(L_3);
int32_t L_4 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_3, /*hidden argument*/NULL);
if ((((int32_t)L_4) <= ((int32_t)0)))
{
goto IL_003c;
}
}
{
String_t* L_5 = __this->get_m_String_13();
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_24();
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_13();
NullCheck(L_11);
int32_t L_12 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_11, /*hidden argument*/NULL);
if ((((int32_t)L_12) < ((int32_t)2)))
{
goto IL_009e;
}
}
{
String_t* L_13 = __this->get_m_String_13();
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_13();
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_15((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC *)NULL);
uint64_t L_17 = __this->get_m_Flags_17();
__this->set_m_Flags_17(((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((RuntimeObject **)L_18, (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_15((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC *)NULL);
uint64_t L_21 = __this->get_m_Flags_17();
__this->set_m_Flags_17(((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((RuntimeObject **)L_22, (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_13((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((RuntimeObject **)L_24, (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_20();
il2cpp_codegen_memory_barrier();
if (L_27)
{
goto IL_0100;
}
}
{
String_t* L_28 = __this->get_m_String_13();
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_23();
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_15();
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_15();
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_19((bool)G_B26_0);
bool L_34 = __this->get_m_iriParsing_19();
if (!L_34)
{
goto IL_0175;
}
}
{
String_t* L_35 = __this->get_m_String_13();
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_13();
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_17();
__this->set_m_Flags_17(((int64_t)((int64_t)L_39|(int64_t)((int64_t)8589934592LL))));
V_0 = (bool)1;
String_t* L_40 = __this->get_m_String_13();
__this->set_m_originalUnicodeString_14(L_40);
}
IL_0175:
{
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_41 = __this->get_m_Syntax_15();
if (!L_41)
{
goto IL_0290;
}
}
{
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_42 = __this->get_m_Syntax_15();
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_15((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC *)NULL);
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A ** L_48 = ___e2;
*((RuntimeObject **)L_48) = (RuntimeObject *)NULL;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_48, (RuntimeObject *)NULL);
uint64_t L_49 = __this->get_m_Flags_17();
__this->set_m_Flags_17(((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((RuntimeObject **)L_50, (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((RuntimeObject **)L_54, (RuntimeObject *)L_55);
goto IL_01db;
}
IL_01d8:
{
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A ** L_56 = ___e2;
*((RuntimeObject **)L_56) = (RuntimeObject *)NULL;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_56, (RuntimeObject *)NULL);
}
IL_01db:
{
bool L_57 = __this->get_m_iriParsing_19();
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_15();
NullCheck(L_59);
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_60 = UriParser_InternalOnNewUri_m7D55F5CD59A3B9BF57BC68F715A27CC1A44566CA(L_59, /*hidden argument*/NULL);
__this->set_m_Syntax_15(L_60);
uint64_t L_61 = __this->get_m_Flags_17();
__this->set_m_Flags_17(((int64_t)((int64_t)L_61|(int64_t)(((int64_t)((int64_t)((int32_t)16777216)))))));
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_62 = __this->get_m_Syntax_15();
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_15((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC *)NULL);
UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A ** L_69 = ___e2;
*((RuntimeObject **)L_69) = (RuntimeObject *)NULL;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_69, (RuntimeObject *)NULL);
uint64_t L_70 = __this->get_m_Flags_17();
__this->set_m_Flags_17(((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((RuntimeObject **)L_74, (RuntimeObject *)L_75);
}
IL_027c:
{
bool L_76 = __this->get_m_iriParsing_19();
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((RuntimeObject **)L_81, (RuntimeObject *)NULL);
uint64_t L_82 = __this->get_m_Flags_17();
__this->set_m_Flags_17(((int64_t)((int64_t)L_82&(int64_t)((int64_t)8590458880LL))));
bool L_83 = __this->get_m_iriParsing_19();
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_14();
String_t* L_86 = __this->get_m_originalUnicodeString_14();
NullCheck(L_86);
int32_t L_87 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(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_13(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_13();
NullCheck(L_90);
String_t* L_91 = String_Normalize_m331F324C5A5E95FF79E2AB44A0C454324E91F7C6(L_90, 1, /*hidden argument*/NULL);
__this->set_m_String_13(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((RuntimeObject **)L_92, (RuntimeObject *)L_93);
goto IL_0312;
} // end catch (depth: 1)
IL_0303:
{
__this->set_m_String_13((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((RuntimeObject **)L_94, (RuntimeObject *)L_96);
}
IL_0312:
{
return;
}
}
// System.Boolean System.Uri::CheckForConfigLoad(System.String)
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(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)
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(L_0, /*hidden argument*/NULL);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_2 = (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(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)
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(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.UriU26)
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((RuntimeObject **)L_1, (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((RuntimeObject **)L_2, (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.String System.Uri::GetComponents(System.UriComponents,System.UriFormat)
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, NULL, 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, NULL, 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, NULL, Uri_GetComponents_m0346CA8037531DE1FC630775E0BD1F5D1E7920B6_RuntimeMethod_var);
}
IL_0065:
{
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_15 = Uri_get_Syntax_m3DB6A5D9E6FC3E0D0A63EA8A4527AF4106F9BD78(__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(__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.String System.Uri::UnescapeDataString(System.String)
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, NULL, Uri_UnescapeDataString_mE1F40FC5CA3FF03DEE9EB01E3D8BD502D36A284D_RuntimeMethod_var);
}
IL_000e:
{
String_t* L_2 = ___stringToUnescape0;
NullCheck(L_2);
int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(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(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(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(L_21, /*hidden argument*/NULL);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_23 = (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(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::EscapeUnescapeIri(System.String,System.Int32,System.Int32,System.UriComponents)
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)
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_17(L_0);
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_1 = ___uriParser1;
__this->set_m_Syntax_15(L_1);
String_t* L_2 = ___uri2;
__this->set_m_String_13(L_2);
return;
}
}
// System.Uri System.Uri::CreateHelper(System.String,System.Boolean,System.UriKind,System.UriFormatExceptionU26)
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);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
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*)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, NULL, 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((RuntimeObject **)L_31, (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.StringU26,System.BooleanU26,System.UriFormatExceptionU26)
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((RuntimeObject **)L_0, (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_25();
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(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(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_28();
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(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((RuntimeObject **)G_B16_3, (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(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((RuntimeObject **)L_45, (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(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((RuntimeObject **)L_57, (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(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((RuntimeObject **)L_77, (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(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(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(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((RuntimeObject **)L_90, (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((RuntimeObject **)L_103, (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_13();
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)
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_13();
NullCheck(L_1);
int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(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_13();
String_t* L_5 = __this->get_m_String_13();
NullCheck(L_5);
int32_t L_6 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(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_13();
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_13();
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_13();
NullCheck(L_17);
int32_t L_18 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(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_13();
NullCheck(L_20);
int32_t L_21 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_20, /*hidden argument*/NULL);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_22 = (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_13();
String_t* L_24 = __this->get_m_String_13();
NullCheck(L_24);
int32_t L_25 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(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, NULL, Uri_GetRelativeSerializationString_m5D0CD02E255BB96532F056BB382CF7D74D62BE58_RuntimeMethod_var);
}
}
// System.String System.Uri::GetComponentsHelper(System.UriComponents,System.UriFormat)
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_15();
NullCheck(L_1);
String_t* L_2 = UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1(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_17();
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_15();
NullCheck(L_12);
int32_t L_13 = UriParser_get_DefaultPort_m050510870CCD4DD08DF7E98E2AF3D616446AD99D(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_18();
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_17();
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_18();
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, NULL, Uri_GetComponentsHelper_m28B0D80FD94A40685C0F70652AB26755C457B2D3_RuntimeMethod_var);
}
}
// System.Void System.Uri::CreateThisFromUri(System.Uri)
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_18((UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E *)NULL);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___otherUri0;
NullCheck(L_0);
uint64_t L_1 = L_0->get_m_Flags_17();
__this->set_m_Flags_17(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_17();
__this->set_m_Flags_17(((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_18();
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_13();
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_18();
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_13();
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_18();
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_17();
int32_t L_28 = V_0;
__this->set_m_Flags_17(((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_15();
__this->set_m_Syntax_15(L_30);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_31 = ___otherUri0;
NullCheck(L_31);
String_t* L_32 = L_31->get_m_String_13();
__this->set_m_String_13(L_32);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_33 = ___otherUri0;
NullCheck(L_33);
bool L_34 = L_33->get_m_iriParsing_19();
__this->set_m_iriParsing_19(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_14();
__this->set_m_originalUnicodeString_14(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_16();
__this->set_m_DnsSafeHost_16(L_46);
}
IL_0120:
{
return;
}
}
// System.Void System.Uri::.cctor()
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_12();
NullCheck(L_0);
String_t* L_1 = UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1(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_11();
NullCheck(L_2);
String_t* L_3 = UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1(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_13();
NullCheck(L_4);
String_t* L_5 = UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1(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_7();
NullCheck(L_6);
String_t* L_7 = UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1(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_8();
NullCheck(L_8);
String_t* L_9 = UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1(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_9();
NullCheck(L_10);
String_t* L_11 = UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1(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_10();
NullCheck(L_12);
String_t* L_13 = UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1(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_16();
NullCheck(L_14);
String_t* L_15 = UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1(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_15();
NullCheck(L_16);
String_t* L_17 = UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1(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_14();
NullCheck(L_18);
String_t* L_19 = UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1(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_20();
NullCheck(L_20);
String_t* L_21 = UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1(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_21();
NullCheck(L_22);
String_t* L_23 = UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1(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_22(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_23(((((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_24(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_25((bool)((((int32_t)L_28) == ((int32_t)((int32_t)92)))? 1 : 0));
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_29 = (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_11_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_27(L_30);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_32 = (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_13_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_28(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()
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()
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()
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::set_Host(System.String)
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)
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(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_Scheme(System.String)
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(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, NULL, 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()
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)
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()
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)
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(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()
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(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(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, NULL, 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(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(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(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(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*)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(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(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(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(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(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()
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)
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)
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)
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.Int32U26,System.Boolean,System.Char,System.Char,System.Char)
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, NULL, 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, NULL, 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(19 /* 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, NULL, 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.Int32U26,System.Int32)
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*)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.Int32U26,System.Char,System.Char,System.Char,System.UnescapeMode,System.UriParser,System.Boolean)
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.Int32U26,System.Char,System.Char,System.Char,System.UnescapeMode,System.UriParser,System.Boolean)
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);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
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, NULL, 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, NULL, 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*)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*)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(9 /* 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*)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(24 /* 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.Int32U26,System.Char[],System.Int32,System.Byte[],System.Int32,System.Boolean,System.Boolean)
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(14 /* 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.Int32U26)
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)
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)
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)
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)
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)
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()
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*)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_5_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()
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_6();
return L_0;
}
}
// System.Int32 System.UriParser::get_DefaultPort()
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_5();
return L_0;
}
}
// System.UriParser System.UriParser::OnNewUri()
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.UriFormatExceptionU26)
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((RuntimeObject **)L_0, (RuntimeObject *)L_2);
return;
}
}
// System.String System.UriParser::Resolve(System.Uri,System.Uri,System.UriFormatExceptionU26)
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*)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(25 /* 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, NULL, 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, NULL, 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)
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, NULL, 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, NULL, 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*)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(25 /* 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, NULL, 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, NULL, 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::get_ShouldUseLegacyV2Quirks()
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_23();
return (bool)((((int32_t)((((int32_t)L_0) > ((int32_t)2))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
}
// System.Void System.UriParser::.cctor()
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_23(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_24(((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_25(((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_0(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_1(L_4);
int32_t L_5 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_HttpSyntaxFlags_24();
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_7(L_6);
Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE * L_7 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_m_Table_0();
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_8 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_HttpUri_7();
NullCheck(L_8);
String_t* L_9 = UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1(L_8, /*hidden argument*/NULL);
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_10 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_HttpUri_7();
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_7();
NullCheck(L_11);
int32_t L_12 = L_11->get_m_Flags_2();
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_8(L_13);
Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE * L_14 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_m_Table_0();
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_15 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_HttpsUri_8();
NullCheck(L_15);
String_t* L_16 = UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1(L_15, /*hidden argument*/NULL);
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_17 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_HttpsUri_8();
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_24();
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_9(L_19);
Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE * L_20 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_m_Table_0();
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_21 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_WsUri_9();
NullCheck(L_21);
String_t* L_22 = UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1(L_21, /*hidden argument*/NULL);
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_23 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_WsUri_9();
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_24();
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_10(L_25);
Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE * L_26 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_m_Table_0();
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_27 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_WssUri_10();
NullCheck(L_27);
String_t* L_28 = UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1(L_27, /*hidden argument*/NULL);
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_29 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_WssUri_10();
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_11(L_30);
Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE * L_31 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_m_Table_0();
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_32 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_FtpUri_11();
NullCheck(L_32);
String_t* L_33 = UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1(L_32, /*hidden argument*/NULL);
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_34 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_FtpUri_11();
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_25();
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_12(L_36);
Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE * L_37 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_m_Table_0();
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_38 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_FileUri_12();
NullCheck(L_38);
String_t* L_39 = UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1(L_38, /*hidden argument*/NULL);
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_40 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_FileUri_12();
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_13(L_41);
Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE * L_42 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_m_Table_0();
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_43 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_GopherUri_13();
NullCheck(L_43);
String_t* L_44 = UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1(L_43, /*hidden argument*/NULL);
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_45 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_GopherUri_13();
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_14(L_46);
Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE * L_47 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_m_Table_0();
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_48 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_NntpUri_14();
NullCheck(L_48);
String_t* L_49 = UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1(L_48, /*hidden argument*/NULL);
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_50 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_NntpUri_14();
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_15(L_51);
Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE * L_52 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_m_Table_0();
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_53 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_NewsUri_15();
NullCheck(L_53);
String_t* L_54 = UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1(L_53, /*hidden argument*/NULL);
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_55 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_NewsUri_15();
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_16(L_56);
Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE * L_57 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_m_Table_0();
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_58 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_MailToUri_16();
NullCheck(L_58);
String_t* L_59 = UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1(L_58, /*hidden argument*/NULL);
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_60 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_MailToUri_16();
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_15();
NullCheck(L_61);
int32_t L_62 = L_61->get_m_Flags_2();
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_17(L_63);
Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE * L_64 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_m_Table_0();
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_65 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_UuidUri_17();
NullCheck(L_65);
String_t* L_66 = UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1(L_65, /*hidden argument*/NULL);
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_67 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_UuidUri_17();
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_18(L_68);
Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE * L_69 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_m_Table_0();
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_70 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_TelnetUri_18();
NullCheck(L_70);
String_t* L_71 = UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1(L_70, /*hidden argument*/NULL);
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_72 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_TelnetUri_18();
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_19(L_73);
Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE * L_74 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_m_Table_0();
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_75 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_LdapUri_19();
NullCheck(L_75);
String_t* L_76 = UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1(L_75, /*hidden argument*/NULL);
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_77 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_LdapUri_19();
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_20(L_78);
Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE * L_79 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_m_Table_0();
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_80 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_NetTcpUri_20();
NullCheck(L_80);
String_t* L_81 = UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1(L_80, /*hidden argument*/NULL);
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_82 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_NetTcpUri_20();
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_21(L_83);
Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE * L_84 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_m_Table_0();
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_85 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_NetPipeUri_21();
NullCheck(L_85);
String_t* L_86 = UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1(L_85, /*hidden argument*/NULL);
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_87 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_NetPipeUri_21();
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_22(L_88);
Dictionary_2_tB0B3F0D7A7E98EDBC0C35218EEA8560D1F0CCFCE * L_89 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_m_Table_0();
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_90 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_VsMacrosUri_22();
NullCheck(L_90);
String_t* L_91 = UriParser_get_SchemeName_mFC9EFD71512A64E640866792CCB7DAC5187DE9F1(L_90, /*hidden argument*/NULL);
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_92 = ((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_StaticFields*)il2cpp_codegen_static_fields_for(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var))->get_VsMacrosUri_22();
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()
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_2();
return L_0;
}
}
// System.Boolean System.UriParser::NotAny(System.UriSyntaxFlags)
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)
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)
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)
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_4();
il2cpp_codegen_memory_barrier();
if (L_1)
{
goto IL_001c;
}
}
IL_0013:
{
int32_t L_2 = __this->get_m_Flags_2();
V_0 = L_2;
goto IL_0032;
}
IL_001c:
{
int32_t L_3 = __this->get_m_Flags_2();
int32_t L_4 = __this->get_m_UpdatableFlags_3();
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)
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_2(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_6(L_1);
return;
}
}
// System.UriParser System.UriParser::FindOrFetchAsUnknownV1Syntax(System.String)
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);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
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_0();
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_1();
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_0();
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_1();
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_1(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_1();
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)
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_0();
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_1();
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()
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()
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_6();
NullCheck(L_2);
L_2->set_m_Scheme_6(L_3);
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_4 = V_0;
int32_t L_5 = __this->get_m_Port_5();
NullCheck(L_4);
L_4->set_m_Port_5(L_5);
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_6 = V_0;
int32_t L_7 = __this->get_m_Flags_2();
NullCheck(L_6);
L_6->set_m_Flags_2(L_7);
}
IL_002f:
{
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * L_8 = V_0;
return L_8;
}
}
// System.Void System.UriParser::InternalValidate(System.Uri,System.UriFormatExceptionU26)
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.UriFormatExceptionU26)
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)
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;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.UriParser_BuiltInUriParser::.ctor(System.String,System.Int32,System.UriSyntaxFlags)
extern "C" IL2CPP_METHOD_ATTR void BuiltInUriParser__ctor_m66250DC53CE01410149D46279D0B413FC1C5CA1C (BuiltInUriParser_t5C00B9ABDAFDD2FFEAAA5C4A6FF01FF0BE58E57B * __this, String_t* ___lwrCaseScheme0, int32_t ___defaultPort1, int32_t ___syntaxFlags2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BuiltInUriParser__ctor_m66250DC53CE01410149D46279D0B413FC1C5CA1C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___syntaxFlags2;
IL2CPP_RUNTIME_CLASS_INIT(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC_il2cpp_TypeInfo_var);
UriParser__ctor_mAF168F2B88BC5301B722C1BAAD45E381FBA22E3D(__this, ((int32_t)((int32_t)((int32_t)((int32_t)L_0|(int32_t)((int32_t)131072)))|(int32_t)((int32_t)262144))), /*hidden argument*/NULL);
String_t* L_1 = ___lwrCaseScheme0;
((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC *)__this)->set_m_Scheme_6(L_1);
int32_t L_2 = ___defaultPort1;
((UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC *)__this)->set_m_Port_5(L_2);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.UriTypeConverter::.ctor()
extern "C" IL2CPP_METHOD_ATTR void UriTypeConverter__ctor_m1CAEEF1C615B28212B83C76D892938E0A77D3A64 (UriTypeConverter_t96793526764A246FBAEE2F4F639AFAF270EE81D1 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UriTypeConverter__ctor_m1CAEEF1C615B28212B83C76D892938E0A77D3A64_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(TypeConverter_t8306AE03734853B551DDF089C1F17836A7764DBB_il2cpp_TypeInfo_var);
TypeConverter__ctor_m7F8A006E775CCB83A8ACB042B296E48B0AE501CD(__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 Unity.ThrowStub::ThrowNotSupportedException()
extern "C" IL2CPP_METHOD_ATTR void ThrowStub_ThrowNotSupportedException_mF1DE187697F740D8C18B8966BBEB276878CD86FD (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ThrowStub_ThrowNotSupportedException_mF1DE187697F740D8C18B8966BBEB276878CD86FD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
PlatformNotSupportedException_t14FE109377F8FA8B3B2F9A0C4FE3BF10662C73B5 * L_0 = (PlatformNotSupportedException_t14FE109377F8FA8B3B2F9A0C4FE3BF10662C73B5 *)il2cpp_codegen_object_new(PlatformNotSupportedException_t14FE109377F8FA8B3B2F9A0C4FE3BF10662C73B5_il2cpp_TypeInfo_var);
PlatformNotSupportedException__ctor_m651139B17C9EE918551490BC675754EA8EA3E7C7(L_0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, NULL, ThrowStub_ThrowNotSupportedException_mF1DE187697F740D8C18B8966BBEB276878CD86FD_RuntimeMethod_var);
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif